/* [project]/styles/globals.css [client] (css) */
*, :before, :after, ::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #3b82f680;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

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

:before, :after {
  --tw-content: "";
}

html, :host {
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  line-height: 1.5;
  font-family: NeueHaasGroteskTextPro, "Neue Haas Grotesk™ Text", var(--font-main), serif, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-feature-settings: normal;
  font-variation-settings: normal;
  -webkit-tap-highlight-color: transparent;
}

body {
  line-height: inherit;
  margin: 0;
}

hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp, pre {
  font-feature-settings: normal;
  font-variation-settings: normal;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -.25em;
}

sup {
  top: -.5em;
}

table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}

button, input, optgroup, select, textarea {
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  font-family: inherit;
  font-size: 100%;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  color: inherit;
  margin: 0;
  padding: 0;
}

button, select {
  text-transform: none;
}

button, input:where([type="button"]), input:where([type="reset"]), input:where([type="submit"]) {
  -webkit-appearance: button;
  background-color: #0000;
  background-image: none;
}

:-moz-focusring {
  outline: auto;
}

:-moz-ui-invalid {
  box-shadow: none;
}

progress {
  vertical-align: baseline;
}

::-webkit-inner-spin-button {
  height: auto;
}

::-webkit-outer-spin-button {
  height: auto;
}

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, hr, figure, p, pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

dialog {
  padding: 0;
}

textarea {
  resize: vertical;
}

input::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af;
}

input::placeholder, textarea::placeholder {
  opacity: 1;
  color: #9ca3af;
}

button, [role="button"] {
  cursor: pointer;
}

:disabled {
  cursor: default;
}

img, svg, video, canvas, audio, iframe, embed, object {
  vertical-align: middle;
  display: block;
}

img, video {
  max-width: 100%;
  height: auto;
}

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 820px) {
  .container {
    max-width: 820px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

@media (min-width: 1580px) {
  .container {
    max-width: 1580px;
  }
}

.prose {
  color: inherit;
  max-width: none;
}

.prose :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1rem;
  line-height: 1.375rem;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}

.prose :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 600;
}

.prose :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.prose :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}

.prose :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: inherit;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  border-left-color: inherit;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
  font-weight: 600;
}

.prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  text-align: start;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
  color: inherit;
}

.prose :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.prose :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
  color: inherit;
}

.prose :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.prose :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose :where(figure figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-x-0 {
  left: 0;
  right: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-16 {
  bottom: -4rem;
}

.-bottom-2 {
  bottom: -.5rem;
}

.-bottom-3 {
  bottom: -.75rem;
}

.-right-8 {
  right: -2rem;
}

.-top-4 {
  top: -1rem;
}

.-top-\[9999px\] {
  top: -9999px;
}

.bottom-0 {
  bottom: 0;
}

.bottom-2 {
  bottom: .5rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0;
}

.left-1\/2 {
  left: 50%;
}

.left-16 {
  left: 4rem;
}

.left-2 {
  left: .5rem;
}

.left-3 {
  left: .75rem;
}

.left-4 {
  left: 1rem;
}

.left-6 {
  left: 1.5rem;
}

.left-\[22\%\] {
  left: 22%;
}

.left-\[49\.6\%\] {
  left: 49.6%;
}

.left-\[66px\] {
  left: 66px;
}

.right-0 {
  right: 0;
}

.right-2 {
  right: .5rem;
}

.right-3 {
  right: .75rem;
}

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.top-0 {
  top: 0;
}

.top-1 {
  top: .25rem;
}

.top-1\/2 {
  top: 50%;
}

.top-10 {
  top: 2.5rem;
}

.top-2 {
  top: .5rem;
}

.top-20 {
  top: 5rem;
}

.top-3 {
  top: .75rem;
}

.top-4 {
  top: 1rem;
}

.top-40 {
  top: 10rem;
}

.top-\[-12px\] {
  top: -12px;
}

.top-\[100px\] {
  top: 100px;
}

.top-\[200px\] {
  top: 200px;
}

.top-\[64px\] {
  top: 64px;
}

.top-\[70px\] {
  top: 70px;
}

.top-\[72px\] {
  top: 72px;
}

.top-\[95px\] {
  top: 95px;
}

.-z-10 {
  z-index: -10;
}

.z-0 {
  z-index: 0;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-40 {
  z-index: 40;
}

.z-50 {
  z-index: 50;
}

.z-\[1000\] {
  z-index: 1000;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[201\] {
  z-index: 201;
}

.z-\[300\] {
  z-index: 300;
}

.z-\[50001\] {
  z-index: 50001;
}

.z-\[99999\] {
  z-index: 99999;
}

.z-\[9999\] {
  z-index: 9999;
}

.order-first {
  order: -9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-1 {
  grid-column-start: 1;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-7 {
  grid-column-start: 7;
}

.row-start-1 {
  grid-row-start: 1;
}

.float-left {
  float: left;
}

.clear-both {
  clear: both;
}

.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}

.-mx-8 {
  margin-left: -2rem;
  margin-right: -2rem;
}

.mx-0 {
  margin-left: 0;
  margin-right: 0;
}

.mx-1 {
  margin-left: .25rem;
  margin-right: .25rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

.my-2 {
  margin-top: .5rem;
  margin-bottom: .5rem;
}

.my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.my-3 {
  margin-top: .75rem;
  margin-bottom: .75rem;
}

.my-3\.5 {
  margin-top: .875rem;
  margin-bottom: .875rem;
}

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.my-7 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

.-ml-6 {
  margin-left: -1.5rem;
}

.-ml-\[3px\] {
  margin-left: -3px;
}

.-mt-4 {
  margin-top: -1rem;
}

.mb-0 {
  margin-bottom: 0;
}

.mb-1 {
  margin-bottom: .25rem;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-14 {
  margin-bottom: 3.5rem;
}

.mb-16 {
  margin-bottom: 4rem;
}

.mb-2 {
  margin-bottom: .5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-24 {
  margin-bottom: 6rem;
}

.mb-3 {
  margin-bottom: .75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[136px\] {
  margin-bottom: 136px;
}

.mb-\[16px\] {
  margin-bottom: 16px;
}

.mb-\[200px\] {
  margin-bottom: 200px;
}

.mb-\[22px\] {
  margin-bottom: 22px;
}

.mb-\[26px\] {
  margin-bottom: 26px;
}

.mb-\[295px\] {
  margin-bottom: 295px;
}

.mb-\[42px\] {
  margin-bottom: 42px;
}

.mb-\[52px\] {
  margin-bottom: 52px;
}

.mb-\[64px\] {
  margin-bottom: 64px;
}

.mb-\[72px\] {
  margin-bottom: 72px;
}

.mb-\[80px\] {
  margin-bottom: 80px;
}

.ml-0 {
  margin-left: 0;
}

.ml-1 {
  margin-left: .25rem;
}

.ml-12 {
  margin-left: 3rem;
}

.ml-16 {
  margin-left: 4rem;
}

.ml-2 {
  margin-left: .5rem;
}

.ml-3 {
  margin-left: .75rem;
}

.ml-4 {
  margin-left: 1rem;
}

.ml-5 {
  margin-left: 1.25rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.ml-8 {
  margin-left: 2rem;
}

.ml-9 {
  margin-left: 2.25rem;
}

.ml-\[124px\] {
  margin-left: 124px;
}

.ml-\[38px\] {
  margin-left: 38px;
}

.ml-\[8px\] {
  margin-left: 8px;
}

.ml-auto {
  margin-left: auto;
}

.mr-0 {
  margin-right: 0;
}

.mr-1 {
  margin-right: .25rem;
}

.mr-14 {
  margin-right: 3.5rem;
}

.mr-2 {
  margin-right: .5rem;
}

.mr-2\.5 {
  margin-right: .625rem;
}

.mr-20 {
  margin-right: 5rem;
}

.mr-3 {
  margin-right: .75rem;
}

.mr-32 {
  margin-right: 8rem;
}

.mr-4 {
  margin-right: 1rem;
}

.mr-5 {
  margin-right: 1.25rem;
}

.mr-8 {
  margin-right: 2rem;
}

.mr-\[8px\] {
  margin-right: 8px;
}

.mt-0 {
  margin-top: 0;
}

.mt-0\.5 {
  margin-top: .125rem;
}

.mt-1 {
  margin-top: .25rem;
}

.mt-1\.5 {
  margin-top: .375rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: .5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-3 {
  margin-top: .75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[2px\] {
  margin-top: 2px;
}

.mt-auto {
  margin-top: auto;
}

.line-clamp-3 {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.line-clamp-4 {
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

.block {
  display: block;
}

.inline-block {
  display: inline-block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.inline-grid {
  display: inline-grid;
}

.hidden {
  display: none;
}

.aspect-\[16\/9\] {
  aspect-ratio: 16 / 9;
}

.aspect-\[4\/3\] {
  aspect-ratio: 4 / 3;
}

.aspect-\[6\/4\.6\] {
  aspect-ratio: 6 / 4.6;
}

.aspect-leasingcard {
  aspect-ratio: 365 / 164;
}

.aspect-mapOverlayCard {
  aspect-ratio: 432 / 316;
}

.aspect-square {
  aspect-ratio: 1;
}

.\!h-16 {
  height: 4rem !important;
}

.\!h-6 {
  height: 1.5rem !important;
}

.\!h-\[215px\] {
  height: 215px !important;
}

.\!h-\[42px\] {
  height: 42px !important;
}

.h-0 {
  height: 0;
}

.h-1\.5 {
  height: .375rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: .5rem;
}

.h-3 {
  height: .75rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-64 {
  height: 16rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[100px\] {
  height: 100px;
}

.h-\[108px\] {
  height: 108px;
}

.h-\[10px\] {
  height: 10px;
}

.h-\[125px\] {
  height: 125px;
}

.h-\[148px\] {
  height: 148px;
}

.h-\[180px\] {
  height: 180px;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[208px\] {
  height: 208px;
}

.h-\[220px\] {
  height: 220px;
}

.h-\[224\.47px\] {
  height: 224.47px;
}

.h-\[300px\] {
  height: 300px;
}

.h-\[30px\] {
  height: 30px;
}

.h-\[322px\] {
  height: 322px;
}

.h-\[350px\] {
  height: 350px;
}

.h-\[368px\] {
  height: 368px;
}

.h-\[36px\] {
  height: 36px;
}

.h-\[375px\] {
  height: 375px;
}

.h-\[380px\] {
  height: 380px;
}

.h-\[396px\] {
  height: 396px;
}

.h-\[400px\] {
  height: 400px;
}

.h-\[40px\] {
  height: 40px;
}

.h-\[420px\] {
  height: 420px;
}

.h-\[575px\] {
  height: 575px;
}

.h-\[60px\] {
  height: 60px;
}

.h-\[640px\] {
  height: 640px;
}

.h-\[776px\] {
  height: 776px;
}

.h-\[80vh\] {
  height: 80vh;
}

.h-\[82px\] {
  height: 82px;
}

.h-\[calc\(100dvh-64px\)\] {
  height: calc(100dvh - 64px);
}

.h-auto {
  height: auto;
}

.h-fit {
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.\!max-h-full {
  max-height: 100% !important;
}

.max-h-0 {
  max-height: 0;
}

.max-h-20 {
  max-height: 5rem;
}

.max-h-28 {
  max-height: 7rem;
}

.max-h-32 {
  max-height: 8rem;
}

.max-h-48 {
  max-height: 12rem;
}

.max-h-64 {
  max-height: 16rem;
}

.max-h-96 {
  max-height: 24rem;
}

.max-h-\[120px\] {
  max-height: 120px;
}

.max-h-\[195px\] {
  max-height: 195px;
}

.max-h-\[200px\] {
  max-height: 200px;
}

.max-h-\[300px\] {
  max-height: 300px;
}

.max-h-\[90dvh\] {
  max-height: 90dvh;
}

.max-h-fit {
  max-height: fit-content;
}

.max-h-full {
  max-height: 100%;
}

.max-h-screen {
  max-height: 100vh;
}

.min-h-0 {
  min-height: 0;
}

.min-h-\[130px\] {
  min-height: 130px;
}

.min-h-\[200vh\] {
  min-height: 200vh;
}

.min-h-\[225px\] {
  min-height: 225px;
}

.min-h-\[24px\] {
  min-height: 24px;
}

.min-h-\[280px\] {
  min-height: 280px;
}

.min-h-\[300px\] {
  min-height: 300px;
}

.min-h-\[360px\] {
  min-height: 360px;
}

.min-h-\[36px\] {
  min-height: 36px;
}

.min-h-\[375px\] {
  min-height: 375px;
}

.min-h-\[40px\] {
  min-height: 40px;
}

.min-h-\[420px\] {
  min-height: 420px;
}

.min-h-\[468px\] {
  min-height: 468px;
}

.min-h-\[46px\] {
  min-height: 46px;
}

.min-h-\[50vh\] {
  min-height: 50vh;
}

.min-h-\[60px\] {
  min-height: 60px;
}

.min-h-\[65px\] {
  min-height: 65px;
}

.min-h-\[68px\] {
  min-height: 68px;
}

.min-h-\[80vh\] {
  min-height: 80vh;
}

.min-h-\[84px\] {
  min-height: 84px;
}

.min-h-full {
  min-height: 100%;
}

.\!w-\[230px\] {
  width: 230px !important;
}

.\!w-\[250px\] {
  width: 250px !important;
}

.\!w-\[350px\] {
  width: 350px !important;
}

.w-0 {
  width: 0;
}

.w-1\.5 {
  width: .375rem;
}

.w-1\/2 {
  width: 50%;
}

.w-1\/3 {
  width: 33.3333%;
}

.w-1\/4 {
  width: 25%;
}

.w-1\/6 {
  width: 16.6667%;
}

.w-10 {
  width: 2.5rem;
}

.w-10\/12 {
  width: 83.3333%;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: .5rem;
}

.w-3 {
  width: .75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-56 {
  width: 14rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-9\/12 {
  width: 75%;
}

.w-\[10px\] {
  width: 10px;
}

.w-\[110px\] {
  width: 110px;
}

.w-\[1140px\] {
  width: 1140px;
}

.w-\[117px\] {
  width: 117px;
}

.w-\[126px\] {
  width: 126px;
}

.w-\[180px\] {
  width: 180px;
}

.w-\[18rem\] {
  width: 18rem;
}

.w-\[200px\] {
  width: 200px;
}

.w-\[22rem\] {
  width: 22rem;
}

.w-\[233px\] {
  width: 233px;
}

.w-\[300px\] {
  width: 300px;
}

.w-\[38px\] {
  width: 38px;
}

.w-\[46px\] {
  width: 46px;
}

.w-\[50\%\] {
  width: 50%;
}

.w-\[60\%\] {
  width: 60%;
}

.w-\[600px\] {
  width: 600px;
}

.w-\[744px\] {
  width: 744px;
}

.w-\[90\%\] {
  width: 90%;
}

.w-\[98\%\] {
  width: 98%;
}

.w-auto {
  width: auto;
}

.w-fit {
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.\!min-w-fit {
  min-width: fit-content !important;
}

.min-w-0 {
  min-width: 0;
}

.min-w-\[110px\] {
  min-width: 110px;
}

.min-w-\[190px\] {
  min-width: 190px;
}

.min-w-\[8\.5rem\] {
  min-width: 8.5rem;
}

.min-w-full {
  min-width: 100%;
}

.min-w-max {
  min-width: max-content;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[1300px\] {
  max-width: 1300px;
}

.max-w-\[1350px\] {
  max-width: 1350px;
}

.max-w-\[140px\] {
  max-width: 140px;
}

.max-w-\[1550px\] {
  max-width: 1550px;
}

.max-w-\[170px\] {
  max-width: 170px;
}

.max-w-\[290px\] {
  max-width: 290px;
}

.max-w-\[310px\] {
  max-width: 310px;
}

.max-w-\[420px\] {
  max-width: 420px;
}

.max-w-\[480px\] {
  max-width: 480px;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[624px\] {
  max-width: 624px;
}

.max-w-\[630px\] {
  max-width: 630px;
}

.max-w-\[700px\] {
  max-width: 700px;
}

.max-w-\[728px\] {
  max-width: 728px;
}

.max-w-\[88px\] {
  max-width: 88px;
}

.max-w-\[90vw\] {
  max-width: 90vw;
}

.max-w-\[967px\] {
  max-width: 967px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-lg {
  max-width: 32rem;
}

.max-w-md {
  max-width: 28rem;
}

.max-w-none {
  max-width: none;
}

.max-w-xs {
  max-width: 20rem;
}

.flex-1 {
  flex: 1;
}

.flex-auto {
  flex: auto;
}

.flex-none {
  flex: none;
}

.flex-shrink-0, .shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-x-2 {
  --tw-translate-x: -.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-3 {
  --tw-translate-y: -.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-full {
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-10 {
  --tw-translate-y: 2.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-2 {
  --tw-translate-y: .5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-fade-forwards {
  animation: .3s linear forwards fadeIn;
}

@keyframes fadeInAndTranslateModal {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  50% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0%);
  }
}

.animate-fade-translatemodal-forwards {
  animation: .6s linear forwards fadeInAndTranslateModal;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: 1s linear infinite spin;
}

.cursor-pointer {
  cursor: pointer;
}

.resize {
  resize: both;
}

.scroll-mt-20 {
  scroll-margin-top: 5rem;
}

.appearance-none {
  appearance: none;
}

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr));
}

.grid-cols-11 {
  grid-template-columns: repeat(11, minmax(0, 1fr));
}

.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.grid-cols-6 {
  grid-template-columns: repeat(6, minmax(0, 1fr));
}

.grid-cols-7 {
  grid-template-columns: repeat(7, minmax(0, 1fr));
}

.grid-cols-8 {
  grid-template-columns: repeat(8, minmax(0, 1fr));
}

.grid-cols-9 {
  grid-template-columns: repeat(9, minmax(0, 1fr));
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-col-reverse {
  flex-direction: column-reverse;
}

.flex-wrap {
  flex-wrap: wrap;
}

.flex-nowrap {
  flex-wrap: nowrap;
}

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.\!justify-start {
  justify-content: flex-start !important;
}

.justify-start {
  justify-content: flex-start;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.justify-around {
  justify-content: space-around;
}

.gap-0 {
  gap: 0;
}

.gap-1 {
  gap: .25rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: .5rem;
}

.gap-20 {
  gap: 5rem;
}

.gap-3 {
  gap: .75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[16px\] {
  gap: 16px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
  column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
  column-gap: 1.5rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-12 {
  row-gap: 3rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-\[120px\] {
  row-gap: 120px;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

.self-start {
  align-self: flex-start;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-y-auto {
  overflow-y: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-x-clip {
  overflow-x: clip;
}

.overflow-x-scroll {
  overflow-x: scroll;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.truncate {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.whitespace-pre {
  white-space: pre;
}

.\!text-nowrap {
  text-wrap: nowrap !important;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: .25rem;
}

.rounded-\[3px\] {
  border-radius: 3px;
}

.rounded-\[4px\] {
  border-radius: 4px;
}

.rounded-\[50px\] {
  border-radius: 50px;
}

.rounded-\[8px\] {
  border-radius: 8px;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: .5rem;
}

.rounded-md {
  border-radius: .375rem;
}

.rounded-sm {
  border-radius: .125rem;
}

.rounded-xl {
  border-radius: .75rem;
}

.rounded-b {
  border-bottom-right-radius: .25rem;
  border-bottom-left-radius: .25rem;
}

.rounded-l-\[4px\] {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.rounded-r-\[4px\] {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.rounded-t {
  border-top-left-radius: .25rem;
  border-top-right-radius: .25rem;
}

.rounded-t-\[4px\] {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.border {
  border-width: 1px;
}

.border-0 {
  border-width: 0;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-4 {
  border-bottom-width: 4px;
}

.border-b-\[7px\] {
  border-bottom-width: 7px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-0 {
  border-left-width: 0;
}

.border-l-2 {
  border-left-width: 2px;
}

.border-l-\[10px\] {
  border-left-width: 10px;
}

.border-r {
  border-right-width: 1px;
}

.border-t {
  border-top-width: 1px;
}

.border-t-\[7px\] {
  border-top-width: 7px;
}

.border-solid {
  border-style: solid;
}

.border-none {
  border-style: none;
}

.border-\[\#-fff\] {
  border-color: #-fff;
}

.border-\[\#000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#54b1ab\] {
  --tw-border-opacity: 1;
  border-color: rgb(84 177 171 / var(--tw-border-opacity, 1));
}

.border-\[\#8dcfd3\] {
  --tw-border-opacity: 1;
  border-color: rgb(141 207 211 / var(--tw-border-opacity, 1));
}

.border-\[\#E6E6E6\] {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-\[\#c4e7e9\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 231 233 / var(--tw-border-opacity, 1));
}

.border-card-grey {
  --tw-border-opacity: 1;
  border-color: rgb(246 246 246 / var(--tw-border-opacity, 1));
}

.border-dots-blue {
  --tw-border-opacity: 1;
  border-color: rgb(218 221 223 / var(--tw-border-opacity, 1));
}

.border-oxford-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(230 230 230 / var(--tw-border-opacity, 1));
}

.border-primary-black {
  --tw-border-opacity: 1;
  border-color: rgb(21 25 27 / var(--tw-border-opacity, 1));
}

.border-secondary-black {
  --tw-border-opacity: 1;
  border-color: rgb(34 39 42 / var(--tw-border-opacity, 1));
}

.border-secondary-dark-grey {
  --tw-border-opacity: 1;
  border-color: rgb(73 79 99 / var(--tw-border-opacity, 1));
}

.border-secondary-light-grey {
  --tw-border-opacity: 1;
  border-color: rgb(146 152 169 / var(--tw-border-opacity, 1));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.border-b-secondary-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(34 39 42 / var(--tw-border-opacity, 1));
}

.border-b-transparent {
  border-bottom-color: #0000;
}

.border-t-\[\#DADDDF\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(218 221 223 / var(--tw-border-opacity, 1));
}

.border-t-transparent {
  border-top-color: #0000;
}

.border-opacity-0 {
  --tw-border-opacity: 0;
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#000000\]\/50 {
  background-color: #00000080;
}

.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#22272a\] {
  --tw-bg-opacity: 1;
  background-color: rgb(34 39 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#24272A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 39 42 / var(--tw-bg-opacity, 1));
}

.bg-\[\#364A59\] {
  --tw-bg-opacity: 1;
  background-color: rgb(54 74 89 / var(--tw-bg-opacity, 1));
}

.bg-\[\#4D4D4D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}

.bg-\[\#545E54\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 94 84 / var(--tw-bg-opacity, 1));
}

.bg-\[\#54b1ab\] {
  --tw-bg-opacity: 1;
  background-color: rgb(84 177 171 / var(--tw-bg-opacity, 1));
}

.bg-\[\#565e55\] {
  --tw-bg-opacity: 1;
  background-color: rgb(86 94 85 / var(--tw-bg-opacity, 1));
}

.bg-\[\#577591\] {
  --tw-bg-opacity: 1;
  background-color: rgb(87 117 145 / var(--tw-bg-opacity, 1));
}

.bg-\[\#664745\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 71 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#666666\] {
  --tw-bg-opacity: 1;
  background-color: rgb(102 102 102 / var(--tw-bg-opacity, 1));
}

.bg-\[\#68725A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(104 114 90 / var(--tw-bg-opacity, 1));
}

.bg-\[\#763133\] {
  --tw-bg-opacity: 1;
  background-color: rgb(118 49 51 / var(--tw-bg-opacity, 1));
}

.bg-\[\#788278\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 130 120 / var(--tw-bg-opacity, 1));
}

.bg-\[\#7D876E\] {
  --tw-bg-opacity: 1;
  background-color: rgb(125 135 110 / var(--tw-bg-opacity, 1));
}

.bg-\[\#82948F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(130 148 143 / var(--tw-bg-opacity, 1));
}

.bg-\[\#856B6B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(133 107 107 / var(--tw-bg-opacity, 1));
}

.bg-\[\#86929b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 146 155 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8dcfd3\] {
  --tw-bg-opacity: 1;
  background-color: rgb(141 207 211 / var(--tw-bg-opacity, 1));
}

.bg-\[\#9bd5d1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(155 213 209 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A3A899\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 168 153 / var(--tw-bg-opacity, 1));
}

.bg-\[\#A8BAB2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(168 186 178 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C4E7E9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 231 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C78045\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 128 69 / var(--tw-bg-opacity, 1));
}

.bg-\[\#CCCCCC\] {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D1AD9D\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 173 157 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D6A63B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(214 166 59 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DADDDF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(218 221 223 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DDC183\] {
  --tw-bg-opacity: 1;
  background-color: rgb(221 193 131 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E5AD8A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 173 138 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E6E6E6\] {
  --tw-bg-opacity: 1;
  background-color: rgb(230 230 230 / var(--tw-bg-opacity, 1));
}

.bg-\[\#E8D1C8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 209 200 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F2F2F2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a3a899\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 168 153 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a99797\] {
  --tw-bg-opacity: 1;
  background-color: rgb(169 151 151 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c4e7e9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 231 233 / var(--tw-bg-opacity, 1));
}

.bg-\[\#c7d7e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 215 229 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d1d3cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 204 / var(--tw-bg-opacity, 1));
}

.bg-\[\#e8d1c8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 209 200 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f2d6c4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 214 196 / var(--tw-bg-opacity, 1));
}

.bg-available-green {
  --tw-bg-opacity: 1;
  background-color: rgb(87 240 111 / var(--tw-bg-opacity, 1));
}

.bg-bright-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 168 0 / var(--tw-bg-opacity, 1));
}

.bg-button-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(237 240 243 / var(--tw-bg-opacity, 1));
}

.bg-card-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}

.bg-card-grey-mobile {
  --tw-bg-opacity: 1;
  background-color: rgb(237 239 244 / var(--tw-bg-opacity, 1));
}

.bg-community-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 248 / var(--tw-bg-opacity, 1));
}

.bg-dark-rose {
  --tw-bg-opacity: 1;
  background-color: rgb(133 108 111 / var(--tw-bg-opacity, 1));
}

.bg-deep-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(214 166 59 / var(--tw-bg-opacity, 1));
}

.bg-foil-green {
  --tw-bg-opacity: 1;
  background-color: rgb(131 148 142 / var(--tw-bg-opacity, 1));
}

.bg-grass-green {
  --tw-bg-opacity: 1;
  background-color: rgb(125 188 135 / var(--tw-bg-opacity, 1));
}

.bg-icons-black {
  --tw-bg-opacity: 1;
  background-color: rgb(18 19 20 / var(--tw-bg-opacity, 1));
}

.bg-light-olive-green {
  --tw-bg-opacity: 1;
  background-color: rgb(126 136 111 / var(--tw-bg-opacity, 1));
}

.bg-light-pink {
  --tw-bg-opacity: 1;
  background-color: rgb(179 129 128 / var(--tw-bg-opacity, 1));
}

.bg-light-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(139 135 209 / var(--tw-bg-opacity, 1));
}

.bg-light-twilight-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(143 176 204 / var(--tw-bg-opacity, 1));
}

.bg-maroon-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(102 71 69 / var(--tw-bg-opacity, 1));
}

.bg-medium-grey\/10 {
  background-color: #6f737e1a;
}

.bg-mint-green {
  --tw-bg-opacity: 1;
  background-color: rgb(174 217 174 / var(--tw-bg-opacity, 1));
}

.bg-olive-green {
  --tw-bg-opacity: 1;
  background-color: rgb(84 94 85 / var(--tw-bg-opacity, 1));
}

.bg-oxford-black {
  --tw-bg-opacity: 1;
  background-color: rgb(36 39 42 / var(--tw-bg-opacity, 1));
}

.bg-oxford-blue-dust-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 117 145 / var(--tw-bg-opacity, 1));
}

.bg-oxford-blue-dust-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 74 89 / var(--tw-bg-opacity, 1));
}

.bg-oxford-burgundy-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(118 49 51 / var(--tw-bg-opacity, 1));
}

.bg-oxford-grey-050 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.bg-oxford-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-oxford-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(77 77 77 / var(--tw-bg-opacity, 1));
}

.bg-oxford-olive-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(104 114 90 / var(--tw-bg-opacity, 1));
}

.bg-primary-black {
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 27 / var(--tw-bg-opacity, 1));
}

.bg-primary-black\/60 {
  background-color: #15191b99;
}

.bg-primary-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-rust-brown {
  --tw-bg-opacity: 1;
  background-color: rgb(133 108 111 / var(--tw-bg-opacity, 1));
}

.bg-secondary-black {
  --tw-bg-opacity: 1;
  background-color: rgb(34 39 42 / var(--tw-bg-opacity, 1));
}

.bg-secondary-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(56 71 90 / var(--tw-bg-opacity, 1));
}

.bg-secondary-dark-grey\/50 {
  background-color: #494f6380;
}

.bg-secondary-light-grey {
  --tw-bg-opacity: 1;
  background-color: rgb(146 152 169 / var(--tw-bg-opacity, 1));
}

.bg-solid-black {
  --tw-bg-opacity: 1;
  background-color: rgb(50 59 65 / var(--tw-bg-opacity, 1));
}

.bg-tag-background {
  --tw-bg-opacity: 1;
  background-color: rgb(214 229 228 / var(--tw-bg-opacity, 1));
}

.bg-transparent {
  background-color: #0000;
}

.bg-twilight-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(54 74 89 / var(--tw-bg-opacity, 1));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-worn-green {
  --tw-bg-opacity: 1;
  background-color: rgb(120 130 121 / var(--tw-bg-opacity, 1));
}

.bg-opacity-0 {
  --tw-bg-opacity: 0;
}

.bg-opacity-50 {
  --tw-bg-opacity: .5;
}

.bg-opacity-60 {
  --tw-bg-opacity: .6;
}

.bg-opacity-75 {
  --tw-bg-opacity: .75;
}

.bg-opacity-80 {
  --tw-bg-opacity: .8;
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#000000\]\/80 {
  --tw-gradient-from: #000c var(--tw-gradient-from-position);
  --tw-gradient-to: #0000 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-primary-black {
  --tw-gradient-from: #15191b var(--tw-gradient-from-position);
  --tw-gradient-to: #15191b00 var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#000000\]\/60 {
  --tw-gradient-to: #0000  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #0009 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-cover {
  background-size: cover;
}

.bg-scroll {
  background-attachment: scroll;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-\[\#4F8DF7\] {
  fill: #4f8df7;
}

.fill-\[\#54b1ab\] {
  fill: #54b1ab;
}

.fill-\[\#8f87ce\] {
  fill: #8f87ce;
}

.fill-\[\#FF5433\] {
  fill: #ff5433;
}

.fill-foil-green {
  fill: #83948e;
}

.fill-light-twilight-blue {
  fill: #8fb0cc;
}

.object-contain {
  -o-object-fit: contain;
  object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

.object-fill {
  -o-object-fit: fill;
  object-fit: fill;
}

.object-center {
  -o-object-position: center;
  object-position: center;
}

.object-left {
  -o-object-position: left;
  object-position: left;
}

.\!p-0 {
  padding: 0 !important;
}

.\!p-1 {
  padding: .25rem !important;
}

.\!p-6 {
  padding: 1.5rem !important;
}

.p-0 {
  padding: 0;
}

.p-1 {
  padding: .25rem;
}

.p-1\.5 {
  padding: .375rem;
}

.p-2 {
  padding: .5rem;
}

.p-24 {
  padding: 6rem;
}

.p-3 {
  padding: .75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.p-9 {
  padding: 2.25rem;
}

.p-\[2\.5px\] {
  padding: 2.5px;
}

.p-\[2px\] {
  padding: 2px;
}

.\!px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.\!px-\[16px\] {
  padding-left: 16px !important;
  padding-right: 16px !important;
}

.\!py-2 {
  padding-top: .5rem !important;
  padding-bottom: .5rem !important;
}

.\!py-\[64px\] {
  padding-top: 64px !important;
  padding-bottom: 64px !important;
}

.\!py-\[8px\] {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.px-0 {
  padding-left: 0;
  padding-right: 0;
}

.px-1 {
  padding-left: .25rem;
  padding-right: .25rem;
}

.px-1\.5 {
  padding-left: .375rem;
  padding-right: .375rem;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-2 {
  padding-left: .5rem;
  padding-right: .5rem;
}

.px-3 {
  padding-left: .75rem;
  padding-right: .75rem;
}

.px-32 {
  padding-left: 8rem;
  padding-right: 8rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-\[12px\] {
  padding-left: 12px;
  padding-right: 12px;
}

.px-\[16px\] {
  padding-left: 16px;
  padding-right: 16px;
}

.px-\[24px\] {
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[2px\] {
  padding-left: 2px;
  padding-right: 2px;
}

.py-0 {
  padding-top: 0;
  padding-bottom: 0;
}

.py-1 {
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.py-1\.5 {
  padding-top: .375rem;
  padding-bottom: .375rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-2 {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.py-2\.5 {
  padding-top: .625rem;
  padding-bottom: .625rem;
}

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.py-3 {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.py-3\.5 {
  padding-top: .875rem;
  padding-bottom: .875rem;
}

.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}

.py-\[40px\] {
  padding-top: 40px;
  padding-bottom: 40px;
}

.py-\[4px\] {
  padding-top: 4px;
  padding-bottom: 4px;
}

.py-\[8px\] {
  padding-top: 8px;
  padding-bottom: 8px;
}

.\!pl-0 {
  padding-left: 0 !important;
}

.\!pt-0 {
  padding-top: 0 !important;
}

.\!pt-3 {
  padding-top: .75rem !important;
}

.pb-0 {
  padding-bottom: 0;
}

.pb-1\.5 {
  padding-bottom: .375rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2 {
  padding-bottom: .5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

.pb-24 {
  padding-bottom: 6rem;
}

.pb-3 {
  padding-bottom: .75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pl-0 {
  padding-left: 0;
}

.pl-2 {
  padding-left: .5rem;
}

.pl-3 {
  padding-left: .75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-\[38px\] {
  padding-left: 38px;
}

.pr-0 {
  padding-right: 0;
}

.pr-1 {
  padding-right: .25rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-3 {
  padding-right: .75rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-0 {
  padding-top: 0;
}

.pt-10 {
  padding-top: 2.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: .5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-3 {
  padding-top: .75rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-5 {
  padding-top: 1.25rem;
}

.pt-6 {
  padding-top: 1.5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.pt-9 {
  padding-top: 2.25rem;
}

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

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.text-start {
  text-align: start;
}

.align-middle {
  vertical-align: middle;
}

.font-35-xlight {
  font-family: NeueHaasGroteskTextPro, Neue Haas Grotesk™ Text, Arial, sans-serif;
}

.font-55-roman {
  font-family: var(--font-secondary), NeueHaasGroteskTextPro, "Neue Haas Grotesk™ Text", Arial, sans-serif;
}

.font-75-bold {
  font-family: var(--font-bold), NeueHaasGroteskTextPro, "Neue Haas Grotesk™ Text", Arial, sans-serif;
}

.text-10xl {
  font-size: 108.6px;
  line-height: 113px;
}

.text-2xl {
  font-size: 20px;
  line-height: 24px;
}

.text-2xl-2 {
  font-size: 2rem;
  line-height: 2.25rem;
}

.text-3xl {
  font-size: 24px;
  line-height: 32px;
}

.text-3xl-2 {
  font-size: 2.5rem;
  line-height: 3rem;
}

.text-4xl {
  font-size: 28px;
  line-height: 36px;
}

.text-4xl-2 {
  font-size: 3.125rem;
  line-height: 3.25rem;
}

.text-5xl {
  font-size: 32px;
  line-height: 40px;
}

.text-6xl {
  font-size: 36px;
  line-height: 44px;
}

.text-7\.5xl {
  font-size: 44px;
  line-height: 46px;
}

.text-8xl {
  font-size: 50px;
  line-height: 52px;
}

.text-9xl {
  font-size: 80px;
  line-height: 82px;
}

.text-lg {
  font-size: 16px;
  line-height: 24px;
}

.text-lg-2 {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.text-md {
  font-size: 14px;
  line-height: 20px;
}

.text-md-2 {
  font-size: 1rem;
  line-height: 1.375rem;
}

.text-sm {
  font-size: 12px;
  line-height: 16px;
}

.text-sm-2 {
  font-size: .875rem;
  line-height: 1.125rem;
}

.text-xl {
  font-size: 18px;
  line-height: 24px;
}

.text-xl-2 {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

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

.font-bold {
  font-weight: 700;
}

.font-extralight {
  font-weight: 200;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 300;
}

.font-semibold {
  font-weight: 600;
}

.font-thin {
  font-weight: 100;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.\!leading-\[20px\] {
  line-height: 20px !important;
}

.leading-3 {
  line-height: .75rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[100\%\] {
  line-height: 100%;
}

.leading-none {
  line-height: 1;
}

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

.tracking-wider {
  letter-spacing: .05em;
}

.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.text-\[\#000000\], .text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#494F63\] {
  --tw-text-opacity: 1;
  color: rgb(73 79 99 / var(--tw-text-opacity, 1));
}

.text-\[\#8dcfd3\] {
  --tw-text-opacity: 1;
  color: rgb(141 207 211 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-bright-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 168 0 / var(--tw-text-opacity, 1));
}

.text-burnt-orange {
  --tw-text-opacity: 1;
  color: rgb(197 129 68 / var(--tw-text-opacity, 1));
}

.text-icons-black {
  --tw-text-opacity: 1;
  color: rgb(18 19 20 / var(--tw-text-opacity, 1));
}

.text-medium-grey {
  --tw-text-opacity: 1;
  color: rgb(111 115 126 / var(--tw-text-opacity, 1));
}

.text-olive-green {
  --tw-text-opacity: 1;
  color: rgb(84 94 85 / var(--tw-text-opacity, 1));
}

.text-oxford-black {
  --tw-text-opacity: 1;
  color: rgb(36 39 42 / var(--tw-text-opacity, 1));
}

.text-oxford-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.text-oxford-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(77 77 77 / var(--tw-text-opacity, 1));
}

.text-primary-black {
  --tw-text-opacity: 1;
  color: rgb(21 25 27 / var(--tw-text-opacity, 1));
}

.text-secondary-black {
  --tw-text-opacity: 1;
  color: rgb(34 39 42 / var(--tw-text-opacity, 1));
}

.text-secondary-dark-grey {
  --tw-text-opacity: 1;
  color: rgb(73 79 99 / var(--tw-text-opacity, 1));
}

.text-secondary-light-blue {
  --tw-text-opacity: 1;
  color: rgb(70 116 168 / var(--tw-text-opacity, 1));
}

.text-secondary-light-grey {
  --tw-text-opacity: 1;
  color: rgb(146 152 169 / var(--tw-text-opacity, 1));
}

.text-solid-black {
  --tw-text-opacity: 1;
  color: rgb(50 59 65 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: #0000;
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-white\/90 {
  color: #ffffffe6;
}

.underline {
  text-decoration-line: underline;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-90 {
  opacity: .9;
}

.shadow {
  --tw-shadow: 0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.brightness-0 {
  --tw-brightness: brightness(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.grayscale-0 {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter, backdrop-filter;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-all {
  transition-property: all;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-opacity {
  transition-property: opacity;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-shadow {
  transition-property: box-shadow;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.transition-transform {
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.delay-100 {
  transition-delay: .1s;
}

.duration-1000 {
  transition-duration: 1s;
}

.duration-200 {
  transition-duration: .2s;
}

.duration-300 {
  transition-duration: .3s;
}

.duration-500 {
  transition-duration: .5s;
}

.duration-700 {
  transition-duration: .7s;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, .2, 1);
}

:root {
  --font-primary: "NeueHaasGroteskTextPro", "Neue Haas Grotesk™ Text", Arial, sans-serif;
  --font-secondary: "NeueHaasGroteskTextPro", "Neue Haas Grotesk™ Text", Arial, sans-serif;
  --font-medium: "NeueHaasGroteskTextPro", "Neue Haas Grotesk™ Text", Arial, sans-serif;
  --font-bold: "NeueHaasGroteskTextPro", "Neue Haas Grotesk™ Text", Arial, sans-serif;
  --font-neuehaas: "Neue Haas", Arial, sans-serif;
  --line-svg-url: url("/lines/1.svg");
}

html, body {
  scroll-behavior: smooth;
  max-width: 100vw;
  font-family: var(--font-primary);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: 300;
  overflow-x: hidden;
}

.font-neuehaas {
  font-family: var(--font-neuehaas) !important;
}

.font-55-roman {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 400;
  font-stretch: normal;
}

.font-56-italic {
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 400;
  font-stretch: normal;
}

.font-65-medium {
  font-family: var(--font-primary);
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
}

.font-66-medium-italic {
  font-family: var(--font-primary);
  font-style: italic;
  font-weight: 500;
  font-stretch: normal;
}

.body {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: 300;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
}

p, li, a {
  font-weight: inherit;
}

strong, b {
  font-weight: 500;
}

@supports (-ms-ime-align: auto) {
  h1, h2, h3, h4, h5, h6, p, li, a {
    font-weight: 400;
  }
}

.text-5xl-2 strong, .text-5xl-2 b, .text-4xl-2 strong, .text-4xl-2 b, .text-2xl-2 strong, .text-2xl-2 b, .text-xl-2 strong, .text-xl-2 b, .text-lg-2 strong, .text-lg-2 b {
  font-weight: 500;
}

.header {
  height: 0;
  transition: height .1s;
  overflow: hidden;
}

.header.expanded-investment {
  height: 245px;
}

.header.expanded-realEstate {
  height: 420px;
}

.container-left {
  max-width: 1320px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 0;
}

.margin-left-unset, .margin-right-unset {
  margin-left: unset;
}

.no-scrollbar::-webkit-scrollbar {
  display: none;
}

.no-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.toggle-container {
  cursor: pointer;
  background-color: #dadddf;
  border-radius: 15px;
  align-items: center;
  width: 120px;
  height: 32px;
  transition: background-color .2s;
  display: flex;
}

.toggle-slider {
  background-color: #fff;
  border-radius: 9999px;
  width: 57px;
  height: 28px;
  margin-left: 2px;
  transition: transform .2s;
}

.toggle-slider.active {
  transform: translateX(59px);
}

.news-checkbox {
  appearance: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 4px;
  outline: none;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  position: relative;
}

.news-checkbox:checked:before {
  content: "✓";
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  margin-right: 12px;
  padding-left: 4px;
  font-size: 16px;
  position: absolute;
  top: -1px;
  left: -1px;
}

.news-checkbox-mobile {
  cursor: pointer;
  width: 0;
  height: 0;
  position: relative;
}

.news-checkbox-mobile:checked:before {
  width: 0;
  height: 0;
  position: absolute;
}

.square-container {
  padding-bottom: 100%;
  position: relative;
}

.news-container {
  flex-direction: column;
  display: flex;
}

.rounded-image-container, .rounded-image-clip {
  border-radius: 50% / 30%;
  width: 450px;
  height: 900px;
  overflow: hidden;
}

.rounded-image {
  width: 100%;
  height: 100%;
}

.team-card {
  position: relative;
  overflow: hidden;
}

.image-container {
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  position: relative;
}

.default-image, .active-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.our-team-image {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.active-image {
  opacity: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.team-card:hover .default-image {
  opacity: 0;
}

.team-card:hover .active-image {
  opacity: 1;
}

.community-shadow {
  box-shadow: 10px 0 25px -5px #0000001a;
}

@media (min-width: 1025px) and (max-width: 1279px) {
  .news-container {
    grid-gap: 64px;
    grid-template-columns: 660px 1fr;
    display: grid;
  }
}

@media (min-width: 1280px) {
  .news-container {
    grid-gap: 64px;
    grid-template-columns: 860px 1fr;
    display: grid;
  }
}

.card-carousel .slick-track {
  display: flex;
  overflow-y: hidden;
}

.card-carousel .slick-slide {
  opacity: 1;
  padding: 0 8px;
}

.card-carousel .slick-slide .description {
  display: none !important;
}

.card-carousel .slick-list {
  margin: 0 -16px;
}

.card-carousel .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .card-carousel .slick-list {
    margin: 0;
  }

  .card-carousel .slick-slide {
    transform-origin: 0 100%;
    background-color: #edeff4;
    width: 220px;
    height: 295px;
    margin: auto 8px 0;
    padding: 0;
    transition: all .3s ease-in-out;
  }

  .card-carousel .slick-slide div {
    height: 100%;
  }

  .card-carousel .slick-slide .card-description {
    opacity: 1;
    transform-origin: 0 100%;
    transition: all .3s ease-in-out;
  }

  .card-carousel .slick-dots {
    background-color: #fff;
    margin: 22px 0 !important;
    display: flex !important;
  }

  .card-carousel .grey-background .slick-dots {
    margin: 22px 0 !important;
    display: flex !important;
  }

  .card-carousel .slick-dots li {
    color: #0000;
    background-color: #dadddf;
    border-radius: 999px;
    width: 4px;
    height: 4px;
    margin: 0 2px;
    font-size: 20px;
  }

  .card-carousel .slick-dots .slick-active {
    background-color: #000;
    width: 16px;
    height: 4px;
  }
}

.card-carousel-shared .slick-track {
  display: flex;
}

.card-carousel-shared .slick-slide {
  opacity: 1;
  width: 356px;
  height: 356px;
  margin: 0 8px;
  padding: 0 16px;
}

.card-carousel-shared .slick-list {
  margin: 0 -16px !important;
}

.card-carousel-shared .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .card-carousel-shared .slick-list {
    margin: 0;
  }

  .card-carousel-shared .slick-slide {
    width: px;
    height: px;
    transform-origin: 0 0;
    background-color: #f6f6f6;
    margin: auto 8px 0;
    padding: 0 16px;
    transition: all .3s ease-in-out;
  }

  .card-carousel-shared .slick-dots {
    margin: 22px 0 !important;
    display: flex !important;
  }

  .card-carousel-shared .slick-dots li {
    color: #0000;
    background-color: #dadddf;
    border-radius: 999px;
    width: 4px;
    height: 4px;
    margin: 0 2px;
    font-size: 20px;
  }

  .card-carousel-shared .slick-dots .slick-active {
    background-color: #000;
    width: 16px;
    height: 4px;
  }
}

.community-carousel .slick-track {
  padding-bottom: 155px;
  display: flex;
}

.community-carousel .slick-slide {
  margin: 0 8px;
}

.community-carousel .slick-list {
  margin: 0 -16px !important;
}

.community-carousel .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .community-carousel .slick-list {
    margin: 0;
  }

  .community-carousel .slick-slide {
    background-color: #f6f6f6;
    width: 100%;
    height: 180px;
    margin: 0 8px;
    padding-left: 16px;
  }
}

.full-width-carousel .slick-track {
  display: flex;
}

.full-width-carousel .slick-slide {
  height: 100%;
  padding: 0 40px;
}

.full-width-carousel .slick-list {
  margin: 0 !important;
}

.full-width-carousel .slick-dots li {
  color: #0000;
  background-color: #edeff4;
  border-radius: 999px;
  height: 4px;
  margin: 0 2px;
  font-size: 20px;
  width: 100% !important;
}

.full-width-carousel .slick-dots .slick-active {
  background-color: #000;
  width: 16px;
  height: 4px;
}

.full-width-carousel .slick-dots {
  background-color: #edeff4;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  display: flex !important;
}

@media (min-width: 640px) {
  .full-width-carousel .slick-dots {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .full-width-carousel .slick-dots {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .full-width-carousel .slick-dots {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .full-width-carousel .slick-dots {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .full-width-carousel .slick-dots {
    max-width: 1536px;
  }
}

@media screen and (max-width: 1024px) {
  .full-width-carousel .slick-list {
    margin: 0;
  }

  .full-width-carousel .slick-dots {
    margin: 16px 0 !important;
  }

  .full-width-carousel .slick-slide {
    padding: 0 4px;
    width: 90% !important;
  }
}

.full-width-ois-carousel .slick-track {
  display: flex;
}

.full-width-ois-carousel .slick-slide {
  height: 100%;
  padding: 0 10px;
}

.full-width-ois-carousel .slick-list {
  margin: 0 !important;
}

.full-width-ois-carousel .slick-dots li {
  color: #0000;
  background-color: #000;
  border-radius: 999px;
  height: 4px;
  margin: 0 2px;
  font-size: 20px;
  width: 100% !important;
}

.full-width-ois-carousel .slick-dots .slick-active {
  background-color: #54b1ab;
  width: 16px;
  height: 4px;
}

.full-width-ois-carousel .slick-dots {
  background-color: #000;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  display: flex !important;
}

@media (min-width: 640px) {
  .full-width-ois-carousel .slick-dots {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .full-width-ois-carousel .slick-dots {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .full-width-ois-carousel .slick-dots {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .full-width-ois-carousel .slick-dots {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .full-width-ois-carousel .slick-dots {
    max-width: 1536px;
  }
}

@media screen and (max-width: 1024px) {
  .full-width-ois-carousel .slick-list {
    margin: 0;
  }

  .full-width-ois-carousel .slick-dots {
    margin: 16px 0 !important;
  }

  .full-width-ois-carousel .slick-slide {
    padding: 0 4px;
    width: 90% !important;
  }
}

.full-width-ois-dark-carousel .slick-track {
  display: flex;
}

.full-width-ois-dark-carousel .slick-slide {
  height: 100%;
  padding: 0 10px;
}

.full-width-ois-dark-carousel .slick-list {
  margin: 0 !important;
}

.full-width-ois-dark-carousel .slick-dots li {
  color: #0000;
  background-color: #fff;
  border-radius: 999px;
  height: 4px;
  margin: 0 2px;
  font-size: 20px;
  width: 100% !important;
}

.full-width-ois-dark-carousel .slick-dots .slick-active {
  background-color: #54b1ab;
  width: 16px;
  height: 4px;
}

.full-width-ois-dark-carousel .slick-dots {
  background-color: #fff;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px !important;
  margin-bottom: 12px !important;
  display: flex !important;
}

@media (min-width: 640px) {
  .full-width-ois-dark-carousel .slick-dots {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .full-width-ois-dark-carousel .slick-dots {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .full-width-ois-dark-carousel .slick-dots {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .full-width-ois-dark-carousel .slick-dots {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .full-width-ois-dark-carousel .slick-dots {
    max-width: 1536px;
  }
}

@media screen and (max-width: 1024px) {
  .full-width-ois-dark-carousel .slick-list {
    margin: 0;
  }

  .full-width-ois-dark-carousel .slick-dots {
    margin: 16px 0 !important;
  }

  .full-width-ois-dark-carousel .slick-slide {
    padding: 0 4px;
    width: 90% !important;
  }
}

.featured-properties-carousel .slick-track {
  display: flex;
}

.featured-properties-carousel .slick-slide {
  width: 356px;
  margin: 0 8px;
  padding: 0 16px;
}

.featured-properties-carousel .slick-list {
  margin: 0 -16px !important;
}

.featured-properties-carousel .card-carousel {
  margin-left: 8px;
}

.featured-properties-carousel .slick-dots {
  display: none !important;
}

@media screen and (max-width: 1024px) {
  .featured-properties-carousel .slick-list {
    margin: 0 -16px !important;
  }

  .featured-properties-carousel .slick-slide {
    width: 166px;
    height: 402px;
    margin: 0 6px;
    padding: 0;
  }

  .featured-properties-carousel .slick-dots {
    margin: 22px 0 !important;
    display: flex !important;
  }

  .featured-properties-carousel .slick-dots li {
    color: #0000;
    background-color: #edeff4;
    border-radius: 999px;
    width: 4px;
    height: 4px;
    margin: 0 2px;
    font-size: 20px;
  }

  .featured-properties-carousel .slick-dots .slick-active {
    background-color: #000;
    width: 16px;
    height: 4px;
  }
}

.news-insights-carousel .slick-track {
  display: flex;
}

.news-insights-carousel .slick-list {
  margin: 0 -16px;
}

.news-insights-carousel .slick-slide {
  box-sizing: border-box;
  width: 100%;
  padding: 0 16px;
  display: inline-block;
}

.news-insights-carousel .slick-slide img {
  max-width: 100%;
  height: auto;
}

.news-insights-carousel .slick-slide .description {
  word-wrap: break-word;
  max-width: 100%;
}

.news-insights-carousel .slick-dots {
  justify-content: center;
  display: flex !important;
}

.news-insights-carousel .slick-dots li {
  color: #0000;
  background-color: #dadddf;
  border-radius: 999px;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  font-size: 20px;
}

.news-insights-carousel .slick-dots .slick-active {
  background-color: #000;
  width: 16px;
  height: 4px;
}

.our-offices-carousel .slick-track {
  display: flex;
}

.our-offices-carousel .slick-slide {
  opacity: 1;
  width: 281px;
  height: 269px;
  padding: 0 8px;
}

.our-offices-carousel .slick-list {
  margin: 0 -8px;
}

.our-offices-carousel .slick-dots {
  background-color: #dadddf !important;
  margin: 22px 0 !important;
  display: flex !important;
}

.our-offices-carousel .slick-dots li {
  color: #0000;
  background-color: #dadddf;
  border-radius: 999px;
  height: 4px;
  margin: 0 2px;
  font-size: 20px;
  width: 100% !important;
}

.our-offices-carousel .slick-dots .slick-active {
  background-color: #000;
  height: 4px;
}

.our-team-carousel .slick-track {
  display: flex;
  overflow-y: hidden;
}

.our-team-carousel .slick-slide {
  opacity: 1;
  transform-origin: 0 0;
  padding: 0 8px;
  transition: all .3s ease-in-out;
}

.our-team-carousel .slick-list {
  margin: 0 -8px;
}

.our-team-carousel .slick-slide .card-description {
  opacity: 0;
  transition: all .3s ease-in-out;
}

.our-team-carousel .career-cards-slider .slick-slide .card-description, .our-team-carousel .slick-slide .team-card-description, .our-team-carousel .slick-slide .carousel-card-description {
  opacity: 1;
  transition: all .3s ease-in-out;
}

.our-team-carousel .slick-current .card-description {
  opacity: 1;
}

.country-line-carousel .slick-track {
  display: flex;
}

.country-line-carousel .slick-list {
  margin: 0;
}

.country-line-carousel .slick-slide {
  margin: 0 8px;
  padding: 0;
}

.country-line-carousel .slick-dots {
  margin: 22px 0 !important;
  display: flex !important;
}

.country-line-carousel .slick-dots li {
  color: #0000;
  background-color: #edeff4;
  border-radius: 999px;
  width: 4px;
  height: 4px;
  margin: 0 2px;
  font-size: 20px;
}

.country-line-carousel .slick-dots .slick-active {
  background-color: #000;
  width: 16px;
  height: 4px;
}

@media (min-width: 1024px) {
  .half-container-inner {
    width: 100%;
    max-width: 512px;
  }
}

@media (min-width: 1280px) {
  .half-container-inner {
    width: 100%;
    max-width: 640px;
  }
}

@media (min-width: 1536px) {
  .half-container-inner {
    width: 100%;
    max-width: 768px;
  }
}

.news-content p {
  margin-bottom: 15px;
}

.news-content li {
  margin-left: 20px !important;
  list-style-type: disc !important;
}

.news-content strong {
  font-weight: 700;
}

.alternative-section p {
  font-size: 28px;
}

.alternative-section h3 {
  margin-right: 300px;
  font-size: 52px;
}

@media (max-width: 1024px) {
  .alternative-section p {
    font-size: 20px;
  }

  .alternative-section h3 {
    margin-right: 300px;
  }
}

.mixed-section h3 {
  margin-bottom: 20px;
}

.mixed-section p {
  font-size: 20px;
}

@media (max-width: 1024px) {
  .mixed-section h3 {
    font-size: 28px;
  }

  .mixed-section p {
    font-size: 16px;
  }
}

.career-banner p {
  margin-bottom: 25px;
}

.fade-image {
  opacity: 0;
  transition: opacity .5s ease-in-out;
}

.fade-image.visible {
  opacity: 1;
}

@keyframes flash {
  0%, 100% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }
}

.flash {
  animation: 3s infinite flash;
}

.team-desc p {
  margin-bottom: 14px;
}

.main-nav > ul > li {
  padding-left: .5rem;
  padding-right: .5rem;
  position: relative;
}

.main-nav > ul > li a {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  line-height: 1.375rem;
}

.main-nav > ul > li a:hover {
  font-weight: 600;
}

.main-nav > ul > li ul {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 1px 2px 0 #0000000d;
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  width: 100%;
  min-width: 160px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  border-radius: .25rem;
  padding: 1rem 1rem .5rem;
  display: none;
  position: absolute;
  left: -1rem;
}

.might-get-bold {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 22px;
  display: inline-flex;
}

.might-get-bold-holder:hover > .might-get-bold {
  font-weight: 600;
}

.might-get-bold:after {
  content: attr(data-text);
  content: attr(data-text) / "";
  visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  height: 0;
  font-weight: 600;
  overflow: hidden;
}

.might-get-bold-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-height: 1.375rem;
  line-height: 1.375rem;
  display: inline-flex;
}

.might-get-bold-footer-holder:hover > .might-get-bold-footer {
  font-weight: 600;
}

.might-get-bold-footer:after {
  content: attr(data-text);
  content: attr(data-text) / "";
  visibility: hidden;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  height: 0;
  font-weight: 600;
  overflow: hidden;
}

.main-nav > ul > li:hover > ul {
  display: block;
}

.main-nav > ul > li:hover > ul a {
  margin-bottom: .5rem;
  display: block;
}

.prosey {
  font-size: 16px;
  line-height: 24px;
}

.prosey strong, .prosey bold {
  font-weight: 700;
}

.text-h1, .prosey h1 {
  max-width: 42rem;
  margin-bottom: 1.5rem;
  font-size: 44px;
  font-weight: 300;
  line-height: 48px;
}

@media (min-width: 1024px) {
  .text-h1, .prosey h1 {
    font-size: 80px;
    line-height: 82px;
  }
}

.text-h2, .prosey h2 {
  margin-bottom: 2rem;
  font-size: 28px;
  font-weight: 300;
  line-height: 36px;
}

@media (min-width: 1024px) {
  .text-h2, .prosey h2 {
    font-size: 50px;
    line-height: 52px;
  }
}

.text-h3, .prosey h3 {
  margin-bottom: 2rem;
  font-size: 24px;
  font-weight: 300;
  line-height: 32px;
}

@media (min-width: 1024px) {
  .text-h3, .prosey h3 {
    font-size: 40px;
    line-height: 48px;
  }
}

.prosey p {
  font-family: var(--font-primary), NeueHaasGroteskTextPro, "Neue Haas Grotesk™ Text", Arial, sans-serif;
  margin-bottom: 1.5rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .prosey p {
    font-size: 28px;
    line-height: 36px;
  }
}

.prosey ul {
  margin-bottom: 2.5rem;
  padding-left: 2rem;
  list-style-type: disc;
}

.prosey li {
  font-family: var(--font-primary), NeueHaasGroteskTextPro, "Neue Haas Grotesk™ Text", Arial, sans-serif;
  margin-bottom: .5rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
}

@media (min-width: 1024px) {
  .prosey li {
    font-size: 28px;
    line-height: 36px;
  }
}

.prosey a.button {
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(21 25 27 / var(--tw-border-opacity, 1));
  font-family: var(--font-primary), NeueHaasGroteskTextPro, "Neue Haas Grotesk™ Text", Arial, sans-serif;
  margin-bottom: .5rem;
  padding: .5rem 1rem;
  font-size: 16px;
  font-weight: 300;
  line-height: 24px;
  display: inline-block;
}

.prosey a.button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

@media (min-width: 1024px) {
  .prosey a.button {
    font-size: 24px;
    line-height: 32px;
  }
}

.prosey a.button + a.button {
  margin-left: 1rem;
  margin-right: 1rem;
}

b {
  font-weight: 700;
}

.marker-label-single-property {
  text-transform: uppercase;
  text-wrap: wrap;
  --tw-shadow: 0 25px 50px -12px #00000040;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  max-width: 100px;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  background: #fff;
  padding: 8px 4px;
  display: none;
  transform: translateY(100%);
  color: #000 !important;
  font-size: 12px !important;
}

.marker-label-single-property.in-focus-true {
  z-index: 100000;
  display: block;
}

.marker-label-single-property:hover {
  z-index: 1000;
  position: relative;
}

@media (min-width: 1024px) {
  .container {
    max-width: 1536px;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media (min-width: 1580px) {
  .container {
    max-width: 1580px;
  }
}

.text-md-2, .text-lg-2, .text-xl-2, .text-2xl-2, .text-3xl-2, .text-4xl-2, .text-5xl-2 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

.prose-new {
  color: inherit;
  max-width: none;
}

.prose-new :where(p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  font-size: 1rem;
  line-height: 1.375rem;
}

.prose-new :where([class~="lead"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
  font-size: 1.25em;
  line-height: 1.6;
}

.prose-new :where(a):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 500;
  text-decoration: underline;
}

.prose-new :where(strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 600;
}

.prose-new :where(a strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(blockquote strong):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(thead th strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose-new :where(ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: decimal;
}

.prose-new :where(ol[type="A"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose-new :where(ol[type="a"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose-new :where(ol[type="A" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}

.prose-new :where(ol[type="a" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}

.prose-new :where(ol[type="I"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose-new :where(ol[type="i"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose-new :where(ol[type="I" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: upper-roman;
}

.prose-new :where(ol[type="i" s]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: lower-roman;
}

.prose-new :where(ol[type="1"]):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  list-style-type: decimal;
}

.prose-new :where(ul):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
  list-style-type: disc;
}

.prose-new :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: var(--tw-prose-counters);
  font-weight: 400;
}

.prose-new :where(dt):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  margin-top: 1.25em;
  font-weight: 600;
}

.prose-new :where(hr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-color: inherit;
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose-new :where(blockquote):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  border-inline-start-width: .25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "“""”""‘""’";
  border-left-color: inherit;
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
  font-style: italic;
  font-weight: 500;
}

.prose-new :where(blockquote p:first-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):before {
  content: open-quote;
}

.prose-new :where(blockquote p:last-of-type):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: close-quote;
}

.prose-new :where(h1):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 0;
  margin-bottom: .888889em;
  font-size: 2.25em;
  font-weight: 800;
  line-height: 1.11111;
}

.prose-new :where(h1 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 900;
}

.prose-new :where(h2):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1.33333;
}

.prose-new :where(h2 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 800;
}

.prose-new :where(h3):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.6em;
  margin-bottom: .6em;
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1.6;
}

.prose-new :where(h3 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose-new :where(h4):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  margin-top: 1.5em;
  margin-bottom: .5em;
  font-weight: 600;
  line-height: 1.5;
}

.prose-new :where(h4 strong):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-weight: 700;
}

.prose-new :where(img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-new :where(picture):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
  display: block;
}

.prose-new :where(video):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-new :where(kbd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  padding-top: .1875em;
  padding-inline-end: .375em;
  padding-bottom: .1875em;
  border-radius: .3125rem;
  padding-inline-start: .375em;
  font-family: inherit;
  font-size: .875em;
  font-weight: 500;
}

.prose-new :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
  font-weight: 600;
}

.prose-new :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose-new :where(code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: "`";
}

.prose-new :where(a code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(h1 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose-new :where(h2 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .875em;
}

.prose-new :where(h3 code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  font-size: .9em;
}

.prose-new :where(h4 code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(blockquote code):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(thead th code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose-new :where(pre):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
  background-color: var(--tw-prose-pre-bg);
  padding-top: .857143em;
  padding-inline-end: 1.14286em;
  padding-bottom: .857143em;
  border-radius: .375rem;
  margin-top: 1.71429em;
  margin-bottom: 1.71429em;
  padding-inline-start: 1.14286em;
  font-size: .875em;
  font-weight: 400;
  line-height: 1.71429;
  overflow-x: auto;
}

.prose-new :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
  background-color: #0000;
  border-width: 0;
  border-radius: 0;
  padding: 0;
}

.prose-new :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose-new :where(pre code):not(:where([class~="not-prose"], [class~="not-prose"] *)):after {
  content: none;
}

.prose-new :where(table):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  table-layout: auto;
  text-align: start;
  width: 100%;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: .875em;
  line-height: 1.71429;
}

.prose-new :where(thead):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
  color: inherit;
}

.prose-new :where(thead th):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  vertical-align: bottom;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
  font-weight: 600;
}

.prose-new :where(tbody tr):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
  color: inherit;
}

.prose-new :where(tbody tr:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-bottom-width: 0;
}

.prose-new :where(tbody td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: baseline;
}

.prose-new :where(tfoot):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}

.prose-new :where(tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  vertical-align: top;
}

.prose-new :where(figure > *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-new :where(figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  margin-top: .857143em;
  font-size: .875em;
  line-height: 1.42857;
}

.prose-new {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: #00000080;
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose-new :where(picture > img):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose-new :where(li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  margin-bottom: .5em;
}

.prose-new :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: .375em;
}

.prose-new :where(.prose > ul > li p):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose-new :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-new :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-new :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose-new :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose-new :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .75em;
  margin-bottom: .75em;
}

.prose-new :where(dl):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose-new :where(dd):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: .5em;
  padding-inline-start: 1.625em;
}

.prose-new :where(hr + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(h2 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(h3 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)), .prose-new :where(h4 + *):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-new :where(thead th:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-new :where(thead th:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-new :where(tbody td, tfoot td):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-top: .571429em;
  padding-inline-end: .571429em;
  padding-bottom: .571429em;
  padding-inline-start: .571429em;
}

.prose-new :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-start: 0;
}

.prose-new :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  padding-inline-end: 0;
}

.prose-new :where(figure):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.prose-new :where(.prose > :first-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-top: 0;
}

.prose-new :where(.prose > :last-child):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  margin-bottom: 0;
}

.prose-new :where(ol > li):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose-new :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *)):before, .prose-new :where(figure figcaption):not(:where([class~="not-prose"], [class~="not-prose"] *)) {
  color: inherit;
}

.prose-new {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  line-height: 1.375rem;
}

.prose-new :first-of-type {
  margin-top: 0;
}

.prose-new strong, .prose-new b {
  font-weight: 700;
}

.prose-new h1, .prose-new h2, .prose-new h3, .prose-new h4, .prose-new h5, .prose-new h6 {
  font-weight: 300;
}

.prose-new h1 {
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 2.25rem;
}

.prose-new h1 strong, .prose-new h1 b {
  font-weight: 500;
}

.prose-new h1 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .prose-new h1 {
    font-size: 5rem;
    line-height: 5.125rem;
  }
}

.prose-new h2 {
  margin-bottom: 2rem;
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.prose-new h2 strong, .prose-new h2 b {
  font-weight: 500;
}

.prose-new h2 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .prose-new h2 {
    font-size: 3.125rem;
    line-height: 3.25rem;
  }
}

.prose-new h3 {
  margin-bottom: 2rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.prose-new h3 strong, .prose-new h3 b {
  font-weight: 500;
}

.prose-new h3 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .prose-new h3 {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.prose-new h4 {
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.prose-new h4 strong, .prose-new h4 b {
  font-weight: 500;
}

.prose-new h4 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .prose-new h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.prose-new h5 {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-top: 1rem;
  margin-bottom: .5rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  .prose-new h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.prose-new p {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-top: .5rem;
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  .prose-new p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.prose-new ul {
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding-left: 2rem;
  list-style-type: disc;
}

.prose-new li {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  margin-bottom: .5rem;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  .prose-new li {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.prose-new a {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  .prose-new a {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

.prose-new a.button {
  --tw-border-opacity: 1;
  border-width: 2px;
  border-color: rgb(21 25 27 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 27 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  padding: .75rem 1.5rem;
  font-size: 1rem;
  line-height: 1.375rem;
  display: inline-block;
}

.prose-new a.button:hover {
  opacity: .9;
}

.prose-new a.button {
  font-weight: 300;
}

.prose-new a.button + a.button {
  margin-top: .5rem;
}

@media (min-width: 1024px) {
  .prose-new a.button + a.button {
    margin-top: 0;
    margin-left: .25rem;
    margin-right: .25rem;
  }
}

.prose-new-small p, .prose-new-small li, .prose-new-small a {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  line-height: 1.375rem;
}

.prose-new-large p, .prose-new-large li, .prose-new-large a {
  font-size: 1.25rem;
  line-height: 1.5rem;
}

.prose-new-large p strong, .prose-new-large p b, .prose-new-large li strong, .prose-new-large li b, .prose-new-large a strong, .prose-new-large a b {
  font-weight: 500;
}

.prose-new-large p, .prose-new-large li, .prose-new-large a {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .prose-new-large p, .prose-new-large li, .prose-new-large a {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.prose-new-xl p, .prose-new-xl li, .prose-new-xl a {
  font-size: 1.5rem;
  line-height: 1.75rem;
}

.prose-new-xl p strong, .prose-new-xl p b, .prose-new-xl li strong, .prose-new-xl li b, .prose-new-xl a strong, .prose-new-xl a b {
  font-weight: 500;
}

.prose-new-xl p, .prose-new-xl li, .prose-new-xl a {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

@media (min-width: 1024px) {
  .prose-new-xl p, .prose-new-xl li, .prose-new-xl a {
    font-size: 2rem;
    line-height: 2.25rem;
  }
}

.prose-new .button {
  margin-top: 1rem;
  margin-bottom: 1rem;
  text-decoration-line: none;
}

.prose-new :where(ul > li):not(:where([class~="not-prose"], [class~="not-prose"] *))::marker {
  color: inherit;
}

.card-carousel-module:not(.career-card-carousel-module) .slick-slide > div {
  height: 100%;
  min-height: 400px !important;
}

.career-card-carousel-module .slick-slide > div {
  height: 300px !important;
  min-height: 300px !important;
}

@media (min-width: 768px) {
  .career-card-carousel-module .slick-slide > div {
    height: 350px !important;
    min-height: 350px !important;
  }
}

.card-carousel-module:not(.career-card-carousel-module) .slick-slide .card-carousel-desktop-card, .card-carousel-module:not(.career-card-carousel-module) .slick-slide .card-carousel-desktop-card > div {
  height: 100%;
}

.career-card-carousel-module .slick-slide .card-carousel-desktop-card > div {
  height: auto;
}

.fwic-slider-outer {
  box-sizing: border-box;
  width: 100vw;
  margin-left: calc(50% - 50vw);
  position: relative;
}

.fwic-slider-wrapper {
  opacity: 1;
  padding-bottom: 64px;
  transition: opacity .5s ease-in-out;
  position: relative;
}

.fwic-slider-wrapper .slick-slider.slick-initialized {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.fwic-slider-wrapper .slick-list {
  height: auto !important;
  overflow: visible !important;
}

.fwic-slider-wrapper .slick-track {
  align-items: flex-start !important;
  height: auto !important;
  display: flex !important;
}

.fwic-slider-wrapper .slick-slide {
  box-sizing: content-box;
  height: auto !important;
  padding: 0 32px !important;
}

.fwic-slider-wrapper .slick-slide > div {
  height: auto !important;
}

.fwic-slider-wrapper .fwic-image-card {
  width: 350px;
}

.fwic-slider-wrapper .slick-slide.slick-current > div > div > div {
  box-shadow: 0 0 0 4px #fff, 0 8px 24px #00000040;
}

.fwic-slider-wrapper .slick-slide img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
}

.fwic-slider-wrapper .slick-arrow.custom-arrow {
  z-index: 10;
  cursor: pointer;
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  box-shadow: 0 2px 5px #0003;
  display: flex !important;
  position: absolute !important;
}

.fwic-slider-wrapper .slick-next.custom-arrow {
  bottom: -32px !important;
  left: auto !important;
  right: 7% !important;
  transform: none !important;
}

.fwic-slider-wrapper .slick-prev.custom-arrow {
  bottom: -32px !important;
  left: auto !important;
  right: 10% !important;
  transform: none !important;
}

.fwic-slider-wrapper .slick-arrow.custom-arrow:hover {
  color: #fff !important;
  background-color: #000 !important;
  border-color: #000 !important;
}

.fwic-slider-wrapper .slick-arrow.custom-arrow:active {
  color: #fff !important;
}

.full-width-carousel .slider-progress {
  background-color: #f3f4f5;
  width: 100%;
  height: 2px;
  position: relative;
}

@media (max-width: 1280px) {
  .full-width-carousel .slider-progress {
    background-color: #f3f4f5;
    width: 100%;
    height: 2px;
    margin: 10px 10px 0 auto;
    position: relative;
  }
}

.full-width-carousel .slider-progress-bar {
  background-color: #000;
  width: 100%;
  height: 100%;
  transition: all .5s ease-in-out;
  position: absolute;
}

@media (max-width: 1024px) {
  .fwic-slider-outer {
    width: 100vw;
    margin-left: calc(50% - 50vw);
  }

  .fwic-slider-wrapper {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fwic-slider-wrapper .fwic-image-card {
    width: 220px;
    height: 220px;
    overflow: hidden;
  }

  .fwic-slider-wrapper .fwic-image-card img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .fwic-slider-wrapper .slick-slide {
    padding: 0 20px !important;
  }

  .fwic-slider-wrapper .slick-slide img {
    width: 100% !important;
    display: block !important;
  }

  .fwic-slider-wrapper .slider-progress {
    width: calc(100% - 20px);
    height: 2px;
    bottom: -20px;
    left: 10px;
  }

  .fwic-slider-wrapper .slick-arrow.custom-arrow {
    width: 36px;
    height: 36px;
    font-size: 1.1rem;
  }

  .fwic-slider-wrapper .slick-next.custom-arrow {
    bottom: -10px !important;
    right: 12px !important;
  }

  .fwic-slider-wrapper .slick-prev.custom-arrow {
    bottom: -10px !important;
    right: 64px !important;
  }

  .card-carousel-module .slick-slide {
    width: auto !important;
    height: 400px !important;
    min-height: 400px !important;
  }

  .career-card-carousel-module .slick-slide {
    width: auto !important;
    height: 300px !important;
    min-height: 300px !important;
  }

  @media (min-width: 768px) {
    .career-card-carousel-module .slick-slide {
      width: auto !important;
      height: 350px !important;
      min-height: 350px !important;
    }
  }

  .card-carousel-module:not(.career-card-carousel-module) .slick-slide div {
    height: auto !important;
  }
}

.card-carousel-module .slick-track {
  position: relative;
  height: 100% !important;
}

.card-carousel-module .slick-slide .card-inner {
  overflow-y: scroll;
  height: 400px !important;
}

.career-card-carousel-module .slick-slide .card-inner {
  height: 300px !important;
}

@media (min-width: 768px) {
  .career-card-carousel-module .slick-slide .card-inner {
    height: 350px !important;
  }
}

.card-carousel-module .prose-new p {
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-size: 1rem;
  line-height: 1.375rem;
}

@media (min-width: 1024px) {
  .card-carousel-module .prose-new p {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1536px) {
  .card-carousel-module .prose-new p {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }
}

.card-slider-desktop {
  height: 100% !important;
}

.bg-line-container {
  height: 100%;
  position: relative;
  overflow: hidden;
}

.bg-line-container:before {
  content: "";
  background-image: var(--line-svg-url);
  z-index: 0;
  filter: invert() sepia(0%) saturate(0%) hue-rotate(93deg) brightness(103%) contrast(103%);
  opacity: .3;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  height: 55%;
  position: absolute;
  top: 10%;
  left: 0;
  right: 0;
}

#sustainable-investing .feature-heading {
  border-bottom-width: 1px;
  margin-top: -1rem;
  margin-bottom: .5rem;
}

@media (min-width: 1280px) {
  #sustainable-investing .feature-heading {
    height: 8rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
  }
}

#sustainable-investing .flex-col-reverse {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
}

#sustainable-investing .feature-item {
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  display: flex;
}

#sustainable-investing .feature-content {
  flex-shrink: 1;
}

#sustainable-investing .feature-item > div:has(.feature-image) {
  flex-grow: 1;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 500px;
  height: 100%;
  display: flex;
}

#sustainable-investing .feature-image img {
  width: 100%;
  height: auto;
  margin-top: 1.5rem;
}

@supports (-ms-ime-align: auto) {
  body {
    font-weight: 400;
  }
}

.mw-slideshow.has-header-true .mw-node {
  min-height: 100vh;
  margin-top: 0;
}

.mw-journey-container {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  height: 100vh;
  font-family: Raleway, sans-serif;
  font-size: 1.125rem;
  overflow: hidden;
}

.mw-container {
  width: 100vw;
  max-width: 100%;
  padding: 0;
}

.mw-logo {
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 10;
  width: 250px;
  height: 315px;
  margin-top: -2px;
  position: absolute;
  top: 0;
  left: 100px;
}

.mw-node.layout-right .mw-container {
  grid-template-columns: repeat(5, 1fr);
  grid-template-areas: "gridImage gridImage content content content";
  display: grid;
}

.logo-mobile {
  display: none;
}

.mw-foreground-image-wrapper {
  z-index: 0;
  grid-area: gridImage;
  width: 40%;
  height: 100%;
  position: absolute;
  top: 0;
}

.mw-foreground-image-wrapper img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.mw-foreground-image-wrapper:after {
  content: "";
  z-index: 1;
  background-color: #00000026;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.mw-form {
  grid-area: content;
  margin: auto;
  padding: 45px;
}

.mw-node .field-radio-group .label-content .checkmark, .mw-node .field-checkbox-group .label-content .checkmark {
  display: none;
}

.mw-journey-container button, .mw-journey-container .button {
  opacity: 1;
  background-color: var(--color-light);
  border-color: var(--color-light);
  color: var(--color-text);
  padding: .75rem 1.6rem;
  font-size: 1.125rem;
  font-weight: 700;
  transition: all .15s ease-in-out;
}

.mw-journey-container button.mw-next {
  background-color: var(--color-accent);
  border-color: var(--color-accent);
  color: #fff;
}

.mw-journey-container button.mw-next:hover {
  opacity: .9;
}

.mw-container h1 {
  margin-bottom: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.mw-node .field-string .control-label, .mw-node .field-number .control-label, .mw-node .field-array .control-label {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.label-content {
  font-size: 1.125rem;
  font-weight: 700;
}

.mw-node .field-description, .mw-node .field-array .field-description {
  margin-top: 1rem;
  font-size: 1.125rem;
  font-weight: 400;
}

.mw-node .field-radio-group, .mw-node .field-checkbox-group, .mw-node .field-string input, .mw-node .field-number input {
  margin-top: 2rem;
}

.mw-node .field-radio-group, .mw-node .field-checkbox-group {
  grid-gap: 1rem !important;
}

.mw-node table {
  border-collapse: collapse;
  width: 100%;
  font-size: 1.125rem;
}

.mw-node td {
  padding: 10px;
}

.mw-node tr {
  border-bottom: 2px dotted #d1d1d1;
}

.mw-node tr.no-border {
  border-bottom: 2px solid #0000;
}

.mw-node tr.subtotal {
  border-bottom: 2px solid var(--color-light);
  background-color: var(--color-light);
  font-weight: 700;
}

.mw-node .total td {
  border-top: 2px solid var(--color-dark);
  border-bottom: 2px solid var(--color-dark);
  font-weight: 700;
}

.mw-node td:first-of-type {
  text-align: left;
}

.mw-node td:last-of-type {
  text-align: right;
}

.hide-node {
  display: none;
}

.footer-actions {
  margin-top: 45px;
}

.mw-restart, .mw-share {
  display: none;
}

@media screen and (max-width: 980px) {
  .mw-journey-container {
    height: auto;
    overflow: auto;
  }

  .mw-logo {
    display: none;
  }

  .mw-journey-container header.mw-container {
    z-index: 50;
    background-image: url("https://mwassets.imgix.net/Organization_30/wal-2.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 194px;
    height: 36px;
    position: absolute;
    top: 10px;
    left: 20px;
  }

  .logo-mobile {
    display: block;
  }

  .mw-next-and-back > button {
    width: 100%;
  }

  .mw-node.layout-right .mw-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0;
    display: flex;
  }

  .mw-foreground-image-wrapper {
    width: 100%;
    height: 280px;
  }

  .mw-foreground-image-wrapper:after {
    background-color: #00000040;
  }

  .mw-form, .layout-right .mw-form {
    z-index: 20;
    background-color: #fff;
    border-radius: 1rem 1rem 0 0;
    justify-content: flex-start;
    width: 100%;
    margin-top: -20px;
    padding: 32px 20px;
    position: relative;
    top: 200px;
  }

  .mw-journey-container button {
    padding: .5rem 1rem;
    font-size: 1rem;
  }

  .mw-container h1 {
    margin-bottom: 1.2rem;
    font-size: 1.8rem;
  }

  .mw-node .field-string .control-label, .mw-node .field-number .control-label, .mw-node .field-array .control-label {
    font-size: 1.5rem;
  }

  .label-content, .mw-node .field-description, .mw-node .field-array .field-description {
    font-size: 1rem;
  }

  .mw-node .field-radio-group {
    grid-template-columns: repeat(1, 1fr) !important;
  }
}

@media print {
  body {
    width: 1280px !important;
    max-width: none !important;
  }

  .container {
    width: 1280px !important;
    max-width: 1280px !important;
  }

  .mobile-only {
    display: none !important;
  }

  .desktop-only {
    display: block !important;
  }

  .flex-col-reverse {
    flex-direction: row !important;
  }
}

.gm-fullscreen-control {
  display: none;
}

.slider-with-arrows .slick-slider {
  padding-bottom: 3rem;
  position: relative;
}

.career-card-carousel-module .slider-with-arrows .slick-slider {
  margin-top: 16px !important;
  padding-bottom: 0 !important;
}

.property-youtube-iframe iframe {
  aspect-ratio: 16 / 9;
  width: 100%;
  max-width: 1080px;
  height: auto;
  margin: auto;
}

.dark-mode {
  color: #fff;
  background-color: #000;
}

.career-card-carousel-module .card-slider-desktop, .career-card-carousel-module .card-carousel-desktop-card {
  height: 300px !important;
}

@media (min-width: 768px) {
  .career-card-carousel-module .card-slider-desktop, .career-card-carousel-module .card-carousel-desktop-card {
    height: 350px !important;
  }
}

@media screen and (max-width: 1024px) {
  .career-card-carousel-module .card-carousel .slick-slide {
    background-color: #0000 !important;
    width: auto !important;
    height: 350px !important;
    min-height: 350px !important;
  }

  .career-card-carousel-module .card-carousel .slick-slide > div, .career-card-carousel-module .card-inner {
    height: 350px !important;
    min-height: 350px !important;
  }

  .career-card-carousel-module .card-carousel .slick-slide > div {
    height: 100% !important;
  }

  .career-card-carousel-module .card-carousel .slick-slide .card-inner > div, .career-card-carousel-module .card-carousel .slick-slide .card-inner > div div {
    height: auto !important;
  }
}

@media screen and (width: 1024px) {
  .career-card-carousel-module .card-carousel .slick-slide {
    background-color: #0000 !important;
    width: auto !important;
    height: 350px !important;
    min-height: 350px !important;
  }

  .career-card-carousel-module .card-carousel .slick-slide > div, .career-card-carousel-module .card-carousel .slick-slide .card-inner {
    height: 350px !important;
    min-height: 350px !important;
  }

  .career-card-carousel-module .card-carousel .slick-slide .card-inner > div, .career-card-carousel-module .card-carousel .slick-slide .card-inner > div > div {
    height: auto !important;
  }
}

.fwic-progress-arrows {
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  margin-top: 16px;
  display: flex;
}

.fwic-progress-arrows .slider-progress {
  background-color: #f3f4f5;
  width: 200px;
  height: 4px;
  position: relative;
}

.fwic-progress-arrows .slider-progress-bar {
  background-color: #000;
  height: 100%;
  transition: all .5s ease-in-out;
  position: absolute;
  top: 0;
  left: 0;
}

.fwic-progress-arrows .arrows-container {
  gap: 8px;
  display: flex;
}

.fwic-progress-arrows .arrow-button {
  cursor: pointer;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

[data-agility-field] {
  position: relative;
}

.agility-field-edit {
  z-index: 9999;
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 16px;
    padding-right: 16px;
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 820px) {
    .lg\:container {
      max-width: 820px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  @media (min-width: 1580px) {
    .lg\:container {
      max-width: 1580px;
    }
  }
}

.after\:h-8:after {
  content: var(--tw-content);
  height: 2rem;
}

.after\:w-8:after {
  content: var(--tw-content);
  width: 2rem;
}

.after\:rounded-full:after {
  content: var(--tw-content);
  border-radius: 9999px;
}

.after\:bg-white:after {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.after\:shadow-md:after {
  content: var(--tw-content);
  --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.after\:duration-300:after {
  content: var(--tw-content);
  transition-duration: .3s;
}

.odd\:flex-row-reverse:nth-child(odd) {
  flex-direction: row-reverse;
}

.hover\:translate-y-\[-15px\]:hover {
  --tw-translate-y: -15px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#000000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#A3A899\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(163 168 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#A8BAB2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(168 186 178 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#DDC183\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(221 193 131 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E5AD8A\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 173 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E5E5E5\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#E8D1C8\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(232 209 200 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#F2F2F2\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-cta-disabled:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(233 240 245 / var(--tw-bg-opacity, 1));
}

.hover\:bg-light-stone\/20:hover {
  background-color: #b5c1c233;
}

.hover\:bg-oxford-grey-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 27 / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(34 39 42 / var(--tw-bg-opacity, 1));
}

.hover\:bg-solid-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(50 59 65 / var(--tw-bg-opacity, 1));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.hover\:font-bold:hover {
  font-weight: 700;
}

.hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-\[\#000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.hover\:text-primary-black:hover {
  --tw-text-opacity: 1;
  color: rgb(21 25 27 / var(--tw-text-opacity, 1));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-80:hover {
  opacity: .8;
}

.hover\:shadow-lg:hover {
  --tw-shadow: 0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.hover\:filter-none:hover {
  filter: none;
}

.focus\:bg-white:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.focus\:outline-none:focus {
  outline-offset: 2px;
  outline: 2px solid #0000;
}

.active\:bg-secondary-black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(34 39 42 / var(--tw-bg-opacity, 1));
}

.active\:bg-white:active {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.active\:text-white:active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:max-h-32 {
  max-height: 8rem;
}

.group:hover .group-hover\:-translate-x-1 {
  --tw-translate-x: -.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-x-1 {
  --tw-translate-x: .25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:translate-y-0 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:scale-105 {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-\[\#788278\] {
  --tw-bg-opacity: 1;
  background-color: rgb(120 130 120 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#86929b\] {
  --tw-bg-opacity: 1;
  background-color: rgb(134 146 155 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#E5AD8A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(229 173 138 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#a3a899\] {
  --tw-bg-opacity: 1;
  background-color: rgb(163 168 153 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#a99797\] {
  --tw-bg-opacity: 1;
  background-color: rgb(169 151 151 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#c7d7e5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(199 215 229 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#d1d3cc\] {
  --tw-bg-opacity: 1;
  background-color: rgb(209 211 204 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#e8d1c8\] {
  --tw-bg-opacity: 1;
  background-color: rgb(232 209 200 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-\[\#f2d6c4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 214 196 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:font-bold {
  font-weight: 700;
}

.group:hover .group-hover\:font-medium {
  font-weight: 500;
}

.group:hover .group-hover\:text-\[\#000000\], .group:hover .group-hover\:text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.group:hover .group-hover\:grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.group:hover .group-hover\:invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.peer:checked ~ .peer-checked\:bg-primary-black {
  --tw-bg-opacity: 1;
  background-color: rgb(21 25 27 / var(--tw-bg-opacity, 1));
}

.peer:checked ~ .peer-checked\:after\:translate-x-6:after {
  content: var(--tw-content);
  --tw-translate-x: 1.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 640px) {
  .sm\:mt-4 {
    margin-top: 1rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:mt-\[15px\] {
    margin-top: 15px;
  }

  .sm\:inline-block {
    display: inline-block;
  }

  .sm\:max-h-none {
    max-height: none;
  }

  .sm\:w-1\/2 {
    width: 50%;
  }

  .sm\:w-48 {
    width: 12rem;
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .sm\:overflow-visible {
    overflow: visible;
  }

  .sm\:whitespace-nowrap {
    white-space: nowrap;
  }

  .sm\:px-2 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .sm\:py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .sm\:text-8xl {
    font-size: 50px;
    line-height: 52px;
  }
}

@media (min-width: 768px) {
  .md\:absolute {
    position: absolute;
  }

  .md\:relative {
    position: relative;
  }

  .md\:sticky {
    position: sticky;
  }

  .md\:left-1\/2 {
    left: 50%;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-0 {
    right: 0;
  }

  .md\:right-10 {
    right: 2.5rem;
  }

  .md\:top-10 {
    top: 2.5rem;
  }

  .md\:top-\[100px\] {
    top: 100px;
  }

  .md\:z-20 {
    z-index: 20;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-10 {
    grid-column-start: 10;
  }

  .md\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .md\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .md\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .md\:-mt-\[20px\] {
    margin-top: -20px;
  }

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .md\:mb-2 {
    margin-bottom: .5rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-4 {
    margin-bottom: 1rem;
  }

  .md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .md\:ml-auto {
    margin-left: auto;
  }

  .md\:mt-0 {
    margin-top: 0;
  }

  .md\:mt-3 {
    margin-top: .75rem;
  }

  .md\:mt-4 {
    margin-top: 1rem;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:mt-\[10px\] {
    margin-top: 10px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-square {
    aspect-ratio: 1;
  }

  .md\:aspect-widemap {
    aspect-ratio: 5 / 2;
  }

  .md\:\!h-\[350px\] {
    height: 350px !important;
  }

  .md\:h-\[235px\] {
    height: 235px;
  }

  .md\:h-\[250px\] {
    height: 250px;
  }

  .md\:h-\[350px\] {
    height: 350px;
  }

  .md\:h-\[40px\] {
    height: 40px;
  }

  .md\:h-\[480px\] {
    height: 480px;
  }

  .md\:max-h-\[180px\] {
    max-height: 180px;
  }

  .md\:min-h-\[420px\] {
    min-height: 420px;
  }

  .md\:min-h-\[500px\] {
    min-height: 500px;
  }

  .md\:min-h-\[600px\] {
    min-height: 600px;
  }

  .md\:\!w-\[350px\] {
    width: 350px !important;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-\[35\%\] {
    width: 35%;
  }

  .md\:w-\[350px\] {
    width: 350px;
  }

  .md\:w-\[427px\] {
    width: 427px;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-\[400px\] {
    max-width: 400px;
  }

  .md\:max-w-\[440px\] {
    max-width: 440px;
  }

  .md\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .md\:max-w-\[90\%\] {
    max-width: 90%;
  }

  .md\:max-w-\[92\%\] {
    max-width: 92%;
  }

  .md\:max-w-full {
    max-width: 100%;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-2 {
    gap: .5rem;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-y-12 {
    row-gap: 3rem;
  }

  .md\:self-start {
    align-self: flex-start;
  }

  .md\:overflow-y-auto {
    overflow-y: auto;
  }

  .md\:border-b {
    border-bottom-width: 1px;
  }

  .md\:border-r {
    border-right-width: 1px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:object-fill {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .md\:p-5 {
    padding: 1.25rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pl-8 {
    padding-left: 2rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

  .md\:text-left {
    text-align: left;
  }

  .md\:text-2xl-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .md\:text-4xl {
    font-size: 28px;
    line-height: 36px;
  }

  .md\:text-4xl-2 {
    font-size: 3.125rem;
    line-height: 3.25rem;
  }

  .md\:text-5xl-2 {
    font-size: 5rem;
    line-height: 5.125rem;
  }

  .md\:text-7\.5xl {
    font-size: 44px;
    line-height: 46px;
  }

  .md\:text-7xl {
    font-size: 40px;
    line-height: 48px;
  }

  .md\:text-8xl {
    font-size: 50px;
    line-height: 52px;
  }

  .md\:text-lg-2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:sticky {
    position: sticky;
  }

  .lg\:-bottom-10 {
    bottom: -2.5rem;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-left-2 {
    left: -.5rem;
  }

  .lg\:bottom-0 {
    bottom: 0;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:left-12 {
    left: 3rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-2\/3 {
    left: 66.6667%;
  }

  .lg\:left-6 {
    left: 1.5rem;
  }

  .lg\:left-\[58px\] {
    left: 58px;
  }

  .lg\:top-0 {
    top: 0;
  }

  .lg\:top-10 {
    top: 2.5rem;
  }

  .lg\:top-12 {
    top: 3rem;
  }

  .lg\:top-4 {
    top: 1rem;
  }

  .lg\:top-\[140px\] {
    top: 140px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:order-none {
    order: 0;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:m-1 {
    margin: .25rem;
  }

  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }

  .lg\:mx-0 {
    margin-left: 0;
    margin-right: 0;
  }

  .lg\:mx-2 {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .lg\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .lg\:my-14 {
    margin-top: 3.5rem;
    margin-bottom: 3.5rem;
  }

  .lg\:my-16 {
    margin-top: 4rem;
    margin-bottom: 4rem;
  }

  .lg\:my-20 {
    margin-top: 5rem;
    margin-bottom: 5rem;
  }

  .lg\:my-28 {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }

  .lg\:my-7 {
    margin-top: 1.75rem;
    margin-bottom: 1.75rem;
  }

  .lg\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .lg\:my-auto {
    margin-top: auto;
    margin-bottom: auto;
  }

  .lg\:-ml-4 {
    margin-left: -1rem;
  }

  .lg\:-ml-\[50vw\] {
    margin-left: -50vw;
  }

  .lg\:-mt-6 {
    margin-top: -1.5rem;
  }

  .lg\:-mt-8 {
    margin-top: -2rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0;
  }

  .lg\:mb-1 {
    margin-bottom: .25rem;
  }

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .lg\:mb-11 {
    margin-bottom: 2.75rem;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:mb-\[120px\] {
    margin-bottom: 120px;
  }

  .lg\:mb-\[134px\] {
    margin-bottom: 134px;
  }

  .lg\:mb-\[180px\] {
    margin-bottom: 180px;
  }

  .lg\:mb-\[200px\] {
    margin-bottom: 200px;
  }

  .lg\:mb-\[62px\] {
    margin-bottom: 62px;
  }

  .lg\:ml-0 {
    margin-left: 0;
  }

  .lg\:ml-14 {
    margin-left: 3.5rem;
  }

  .lg\:ml-16 {
    margin-left: 4rem;
  }

  .lg\:ml-20 {
    margin-left: 5rem;
  }

  .lg\:ml-4 {
    margin-left: 1rem;
  }

  .lg\:ml-6 {
    margin-left: 1.5rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:ml-\[700px\] {
    margin-left: 700px;
  }

  .lg\:ml-\[80px\] {
    margin-left: 80px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mr-0 {
    margin-right: 0;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-20 {
    margin-right: 5rem;
  }

  .lg\:mt-0 {
    margin-top: 0;
  }

  .lg\:mt-10 {
    margin-top: 2.5rem;
  }

  .lg\:mt-12 {
    margin-top: 3rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-2 {
    margin-top: .5rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-24 {
    margin-top: 6rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-3 {
    margin-top: .75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-5 {
    margin-top: 1.25rem;
  }

  .lg\:mt-6 {
    margin-top: 1.5rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[100px\] {
    margin-top: 100px;
  }

  .lg\:mt-\[120px\] {
    margin-top: 120px;
  }

  .lg\:mt-\[135px\] {
    margin-top: 135px;
  }

  .lg\:mt-\[30px\] {
    margin-top: 30px;
  }

  .lg\:mt-\[45px\] {
    margin-top: 45px;
  }

  .lg\:mt-\[71px\] {
    margin-top: 71px;
  }

  .lg\:mt-\[90px\] {
    margin-top: 90px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:inline {
    display: inline;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-mapOverlayCard {
    aspect-ratio: 432 / 316;
  }

  .lg\:\!h-auto {
    height: auto !important;
  }

  .lg\:h-10 {
    height: 2.5rem;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:h-\[100px\] {
    height: 100px;
  }

  .lg\:h-\[1200px\] {
    height: 1200px;
  }

  .lg\:h-\[132px\] {
    height: 132px;
  }

  .lg\:h-\[232px\] {
    height: 232px;
  }

  .lg\:h-\[290px\] {
    height: 290px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[344px\] {
    height: 344px;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:h-\[356px\] {
    height: 356px;
  }

  .lg\:h-\[386px\] {
    height: 386px;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[430px\] {
    height: 430px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[540px\] {
    height: 540px;
  }

  .lg\:h-\[588px\] {
    height: 588px;
  }

  .lg\:h-\[610px\] {
    height: 610px;
  }

  .lg\:h-\[700px\] {
    height: 700px;
  }

  .lg\:h-\[764px\] {
    height: 764px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-\[80vh\] {
    height: 80vh;
  }

  .lg\:h-\[900px\] {
    height: 900px;
  }

  .lg\:h-fit {
    height: fit-content;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:max-h-\[180px\] {
    max-height: 180px;
  }

  .lg\:max-h-\[236px\] {
    max-height: 236px;
  }

  .lg\:max-h-full {
    max-height: 100%;
  }

  .lg\:max-h-none {
    max-height: none;
  }

  .lg\:min-h-\[185px\] {
    min-height: 185px;
  }

  .lg\:min-h-\[430px\] {
    min-height: 430px;
  }

  .lg\:min-h-\[48px\] {
    min-height: 48px;
  }

  .lg\:min-h-\[500px\] {
    min-height: 500px;
  }

  .lg\:min-h-\[600px\] {
    min-height: 600px;
  }

  .lg\:min-h-\[663px\] {
    min-height: 663px;
  }

  .lg\:min-h-\[70vh\] {
    min-height: 70vh;
  }

  .lg\:min-h-fit {
    min-height: fit-content;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-4\/12 {
    width: 33.3333%;
  }

  .lg\:w-80 {
    width: 20rem;
  }

  .lg\:w-\[132px\] {
    width: 132px;
  }

  .lg\:w-\[148px\] {
    width: 148px;
  }

  .lg\:w-\[160px\] {
    width: 160px;
  }

  .lg\:w-\[270px\] {
    width: 270px;
  }

  .lg\:w-\[356px\] {
    width: 356px;
  }

  .lg\:w-\[436px\] {
    width: 436px;
  }

  .lg\:w-\[53\%\] {
    width: 53%;
  }

  .lg\:w-fit {
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

  .lg\:min-w-\[300px\] {
    min-width: 300px;
  }

  .lg\:min-w-\[420px\] {
    min-width: 420px;
  }

  .lg\:max-w-4xl {
    max-width: 56rem;
  }

  .lg\:max-w-5xl {
    max-width: 64rem;
  }

  .lg\:max-w-\[1008px\] {
    max-width: 1008px;
  }

  .lg\:max-w-\[152px\] {
    max-width: 152px;
  }

  .lg\:max-w-\[155px\] {
    max-width: 155px;
  }

  .lg\:max-w-\[232px\] {
    max-width: 232px;
  }

  .lg\:max-w-\[300px\] {
    max-width: 300px;
  }

  .lg\:max-w-\[340px\] {
    max-width: 340px;
  }

  .lg\:max-w-\[360px\] {
    max-width: 360px;
  }

  .lg\:max-w-\[385px\] {
    max-width: 385px;
  }

  .lg\:max-w-\[420px\] {
    max-width: 420px;
  }

  .lg\:max-w-\[480px\] {
    max-width: 480px;
  }

  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .lg\:max-w-\[55\%\] {
    max-width: 55%;
  }

  .lg\:max-w-\[568px\] {
    max-width: 568px;
  }

  .lg\:max-w-\[600px\] {
    max-width: 600px;
  }

  .lg\:max-w-\[605px\] {
    max-width: 605px;
  }

  .lg\:max-w-\[624px\] {
    max-width: 624px;
  }

  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .lg\:max-w-\[880px\] {
    max-width: 880px;
  }

  .lg\:max-w-full {
    max-width: 100%;
  }

  .lg\:flex-1 {
    flex: 1;
  }

  .lg\:flex-grow {
    flex-grow: 1;
  }

  .lg\:-translate-y-\[50\%\] {
    --tw-translate-y: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:translate-x-full {
    --tw-translate-x: 100%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-col {
    flex-direction: column;
  }

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-0 {
    gap: 0;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-2 {
    gap: .5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-4 {
    gap: 1rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-\[124px\] {
    gap: 124px;
  }

  .lg\:gap-\[24px\] {
    gap: 24px;
  }

  .lg\:gap-x-10 {
    -moz-column-gap: 2.5rem;
    column-gap: 2.5rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
    column-gap: 1.5rem;
  }

  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .lg\:gap-y-16 {
    row-gap: 4rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:overflow-x-auto {
    overflow-x: auto;
  }

  .lg\:overflow-y-auto {
    overflow-y: auto;
  }

  .lg\:border-0 {
    border-width: 0;
  }

  .lg\:border-l {
    border-left-width: 1px;
  }

  .lg\:border-t {
    border-top-width: 1px;
  }

  .lg\:bg-card-grey {
    --tw-bg-opacity: 1;
    background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .lg\:bg-opacity-0 {
    --tw-bg-opacity: 0;
  }

  .lg\:bg-fixed {
    background-attachment: fixed;
  }

  .lg\:bg-left-top {
    background-position: 0 0;
  }

  .lg\:\!p-4 {
    padding: 1rem !important;
  }

  .lg\:p-0 {
    padding: 0;
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-12 {
    padding: 3rem;
  }

  .lg\:p-4 {
    padding: 1rem;
  }

  .lg\:p-5 {
    padding: 1.25rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:\!py-3\.5 {
    padding-top: .875rem !important;
    padding-bottom: .875rem !important;
  }

  .lg\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .lg\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .lg\:py-0 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .lg\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .lg\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:py-\[123px\] {
    padding-top: 123px;
    padding-bottom: 123px;
  }

  .lg\:pb-0 {
    padding-bottom: 0;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

  .lg\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pb-\[110px\] {
    padding-bottom: 110px;
  }

  .lg\:pb-\[4px\] {
    padding-bottom: 4px;
  }

  .lg\:pb-\[92px\] {
    padding-bottom: 92px;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-2 {
    padding-left: .5rem;
  }

  .lg\:pl-4 {
    padding-left: 1rem;
  }

  .lg\:pl-6 {
    padding-left: 1.5rem;
  }

  .lg\:pl-\[24px\] {
    padding-left: 24px;
  }

  .lg\:pl-\[50vw\] {
    padding-left: 50vw;
  }

  .lg\:pl-\[51px\] {
    padding-left: 51px;
  }

  .lg\:pr-0 {
    padding-right: 0;
  }

  .lg\:pt-0 {
    padding-top: 0;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-24 {
    padding-top: 6rem;
  }

  .lg\:pt-4 {
    padding-top: 1rem;
  }

  .lg\:pt-6 {
    padding-top: 1.5rem;
  }

  .lg\:pt-8 {
    padding-top: 2rem;
  }

  .lg\:pt-\[122px\] {
    padding-top: 122px;
  }

  .lg\:pt-\[151px\] {
    padding-top: 151px;
  }

  .lg\:pt-\[38px\] {
    padding-top: 38px;
  }

  .lg\:\!text-11xl {
    font-size: 120px !important;
    line-height: 120px !important;
  }

  .lg\:text-10xl {
    font-size: 108.6px;
    line-height: 113px;
  }

  .lg\:text-11\.5xl {
    font-size: 140px;
    line-height: 160px;
  }

  .lg\:text-11xl {
    font-size: 120px;
    line-height: 120px;
  }

  .lg\:text-12xl {
    font-size: 160px;
    line-height: 160px;
  }

  .lg\:text-2xl {
    font-size: 20px;
    line-height: 24px;
  }

  .lg\:text-2xl-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .lg\:text-3xl {
    font-size: 24px;
    line-height: 32px;
  }

  .lg\:text-3xl-2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .lg\:text-4xl {
    font-size: 28px;
    line-height: 36px;
  }

  .lg\:text-4xl-2 {
    font-size: 3.125rem;
    line-height: 3.25rem;
  }

  .lg\:text-5xl {
    font-size: 32px;
    line-height: 40px;
  }

  .lg\:text-5xl-2 {
    font-size: 5rem;
    line-height: 5.125rem;
  }

  .lg\:text-6xl {
    font-size: 36px;
    line-height: 44px;
  }

  .lg\:text-8xl {
    font-size: 50px;
    line-height: 52px;
  }

  .lg\:text-9\.5xl {
    font-size: 100px;
    line-height: 100px;
  }

  .lg\:text-9xl {
    font-size: 80px;
    line-height: 82px;
  }

  .lg\:text-\[58px\] {
    font-size: 58px;
  }

  .lg\:text-\[72px\] {
    font-size: 72px;
  }

  .lg\:text-lg {
    font-size: 16px;
    line-height: 24px;
  }

  .lg\:text-lg-2 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }

  .lg\:text-md-2 {
    font-size: 1rem;
    line-height: 1.375rem;
  }

  .lg\:text-xl {
    font-size: 18px;
    line-height: 24px;
  }

  .lg\:text-xl-2 {
    font-size: 1.5rem;
    line-height: 1.75rem;
  }

  .lg\:text-secondary-light-grey {
    --tw-text-opacity: 1;
    color: rgb(146 152 169 / var(--tw-text-opacity, 1));
  }

  .lg\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  }

  .lg\:opacity-100 {
    opacity: 1;
  }

  .lg\:shadow-md {
    --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px) {
  .xl\:absolute {
    position: absolute;
  }

  .xl\:right-0 {
    right: 0;
  }

  .xl\:top-0 {
    top: 0;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .xl\:col-start-1 {
    grid-column-start: 1;
  }

  .xl\:col-start-3 {
    grid-column-start: 3;
  }

  .xl\:my-0 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .xl\:my-\[120px\] {
    margin-top: 120px;
    margin-bottom: 120px;
  }

  .xl\:-ml-\[45px\] {
    margin-left: -45px;
  }

  .xl\:mb-0 {
    margin-bottom: 0;
  }

  .xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .xl\:mb-40 {
    margin-bottom: 10rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:ml-28 {
    margin-left: 7rem;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:ml-6 {
    margin-left: 1.5rem;
  }

  .xl\:mt-0 {
    margin-top: 0;
  }

  .xl\:mt-3 {
    margin-top: .75rem;
  }

  .xl\:mt-4 {
    margin-top: 1rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[246px\] {
    height: 246px;
  }

  .xl\:h-\[282\.08px\] {
    height: 282.08px;
  }

  .xl\:h-\[346px\] {
    height: 346px;
  }

  .xl\:min-h-\[480px\] {
    min-height: 480px;
  }

  .xl\:w-\[270px\] {
    width: 270px;
  }

  .xl\:w-\[45\%\] {
    width: 45%;
  }

  .xl\:w-\[55\%\] {
    width: 55%;
  }

  .xl\:w-\[754px\] {
    width: 754px;
  }

  .xl\:w-auto {
    width: auto;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:min-w-\[445px\] {
    min-width: 445px;
  }

  .xl\:max-w-5xl {
    max-width: 64rem;
  }

  .xl\:max-w-\[1100px\] {
    max-width: 1100px;
  }

  .xl\:max-w-\[340px\] {
    max-width: 340px;
  }

  .xl\:max-w-\[47\%\] {
    max-width: 47%;
  }

  .xl\:max-w-\[604px\] {
    max-width: 604px;
  }

  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }

  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, minmax(0, 1fr));
  }

  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, minmax(0, 1fr));
  }

  .xl\:flex-row {
    flex-direction: row;
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .xl\:items-end {
    align-items: flex-end;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:justify-between {
    justify-content: space-between;
  }

  .xl\:gap-0 {
    gap: 0;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-2 {
    gap: .5rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-36 {
    gap: 9rem;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-x-16 {
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }

  .xl\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .xl\:border-primary-black {
    --tw-border-opacity: 1;
    border-color: rgb(21 25 27 / var(--tw-border-opacity, 1));
  }

  .xl\:p-16 {
    padding: 4rem;
  }

  .xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .xl\:px-3 {
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-10 {
    padding-left: 2.5rem;
  }

  .xl\:pt-10 {
    padding-top: 2.5rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pt-3 {
    padding-top: .75rem;
  }

  .xl\:pt-4 {
    padding-top: 1rem;
  }

  .xl\:text-2xl-2 {
    font-size: 2rem;
    line-height: 2.25rem;
  }

  .xl\:text-3xl {
    font-size: 24px;
    line-height: 32px;
  }

  .xl\:text-4xl {
    font-size: 28px;
    line-height: 36px;
  }

  .xl\:text-4xl-2 {
    font-size: 3.125rem;
    line-height: 3.25rem;
  }

  .xl\:text-5xl {
    font-size: 32px;
    line-height: 40px;
  }

  .xl\:text-5xl-2 {
    font-size: 5rem;
    line-height: 5.125rem;
  }

  .xl\:text-6xl {
    font-size: 36px;
    line-height: 44px;
  }

  .xl\:text-8xl {
    font-size: 50px;
    line-height: 52px;
  }

  .xl\:text-9xl {
    font-size: 80px;
    line-height: 82px;
  }
}

@media (min-width: 1536px) {
  .\32 xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .\32 xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32 xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .\32 xl\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .\32 xl\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .\32 xl\:col-start-3 {
    grid-column-start: 3;
  }

  .\32 xl\:float-right {
    float: right;
  }

  .\32 xl\:-ml-0 {
    margin-left: 0;
  }

  .\32 xl\:mb-0 {
    margin-bottom: 0;
  }

  .\32 xl\:mb-7 {
    margin-bottom: 1.75rem;
  }

  .\32 xl\:ml-0 {
    margin-left: 0;
  }

  .\32 xl\:ml-5 {
    margin-left: 1.25rem;
  }

  .\32 xl\:ml-\[0px\] {
    margin-left: 0;
  }

  .\32 xl\:ml-auto {
    margin-left: auto;
  }

  .\32 xl\:mt-\[125px\] {
    margin-top: 125px;
  }

  .\32 xl\:block {
    display: block;
  }

  .\32 xl\:hidden {
    display: none;
  }

  .\32 xl\:min-h-\[140px\] {
    min-height: 140px;
  }

  .\32 xl\:min-h-\[260px\] {
    min-height: 260px;
  }

  .\32 xl\:w-auto {
    width: auto;
  }

  .\32 xl\:min-w-\[950px\] {
    min-width: 950px;
  }

  .\32 xl\:max-w-7xl {
    max-width: 80rem;
  }

  .\32 xl\:max-w-\[365px\] {
    max-width: 365px;
  }

  .\32 xl\:max-w-\[50\%\] {
    max-width: 50%;
  }

  .\32 xl\:max-w-\[950px\] {
    max-width: 950px;
  }

  .\32 xl\:max-w-md {
    max-width: 28rem;
  }

  .\32 xl\:scale-x-\[1\.09\] {
    --tw-scale-x: 1.09;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32 xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .\32 xl\:grid-cols-7 {
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }

  .\32 xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .\32 xl\:flex-row {
    flex-direction: row;
  }

  .\32 xl\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .\32 xl\:items-center {
    align-items: center;
  }

  .\32 xl\:justify-between {
    justify-content: space-between;
  }

  .\32 xl\:gap-y-16 {
    row-gap: 4rem;
  }

  .\32 xl\:overflow-x-auto {
    overflow-x: auto;
  }

  .\32 xl\:border-b {
    border-bottom-width: 1px;
  }

  .\32 xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }

  .\32 xl\:p-0 {
    padding: 0;
  }

  .\32 xl\:px-0 {
    padding-left: 0;
    padding-right: 0;
  }

  .\32 xl\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .\32 xl\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .\32 xl\:text-2xl {
    font-size: 20px;
    line-height: 24px;
  }

  .\32 xl\:text-8xl {
    font-size: 50px;
    line-height: 52px;
  }

  .\32 xl\:text-9xl {
    font-size: 80px;
    line-height: 82px;
  }

  .\32 xl\:\!text-primary-black {
    --tw-text-opacity: 1 !important;
    color: rgb(21 25 27 / var(--tw-text-opacity, 1)) !important;
  }
}

@media (min-width: 1580px) {
  .\33 xl\:h-\[470px\] {
    height: 470px;
  }

  .\33 xl\:w-\[612px\] {
    width: 612px;
  }
}

.hover\:\[\&\>span\]\:\!font-medium > span:hover {
  font-weight: 500 !important;
}

/* [project]/styles/oxfordBranding.css [client] (css) */
.reskin-h1 {
  letter-spacing: -2%;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-h2 {
  letter-spacing: -2%;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 640px) {
  .reskin-h2 {
    font-size: 36px;
  }
}

.reskin-h2-stats {
  letter-spacing: -2%;
  font-size: 60px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-h3 {
  letter-spacing: -1%;
  font-size: 48px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-h4 {
  letter-spacing: -1%;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-h4-bold {
  letter-spacing: -1%;
  font-size: 32px;
  font-weight: 500;
  line-height: 100%;
}

.reskin-h5 {
  letter-spacing: 0%;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-h5-bold {
  letter-spacing: 0%;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

.reskin-h6 {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-h6-bold {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.reskin-h7 {
  letter-spacing: 0%;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-large-body {
  letter-spacing: 0%;
  font-size: 20px;
  font-weight: 400;
  line-height: 135%;
}

.reskin-large-body p, .reskin-large-body li, .reskin-large-body a {
  font-weight: 400;
}

.reskin-body {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.reskin-body p, .reskin-body li, .reskin-body a {
  font-weight: 400;
}

.reskin-small {
  letter-spacing: 0%;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.reskin-small p, .reskin-small li, .reskin-small a {
  font-weight: 400;
}

.reskin-extra-small {
  letter-spacing: 0%;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}

.reskin-extra-small p, .reskin-extra-small li, .reskin-extra-small a {
  font-weight: 400;
}

.reskin-mobile-h1 {
  letter-spacing: -2%;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-h2, .reskin-mobile-h2-stats {
  letter-spacing: -2%;
  font-size: 36px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-h3 {
  letter-spacing: -1%;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-h4 {
  letter-spacing: 0%;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-h4-bold {
  letter-spacing: 0%;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

.reskin-mobile-h5 {
  letter-spacing: 0%;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-h5-bold {
  letter-spacing: 0%;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.reskin-mobile-h6 {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-h6-bold {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
}

.reskin-mobile-h7 {
  letter-spacing: 0%;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.reskin-mobile-large-body, .reskin-mobile-body {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.reskin-mobile-small {
  letter-spacing: 0%;
  font-size: 14px;
  font-weight: 400;
  line-height: 135%;
}

.reskin-mobile-extra-small {
  letter-spacing: 0%;
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}

.oxford-full-black {
  color: #000;
}

.oxford-black {
  color: #24272a;
}

.oxford-white {
  color: #fff;
}

.oxford-grey-900 {
  color: #1a1a1a;
}

.oxford-grey-800 {
  color: #333;
}

.oxford-grey-700 {
  color: #4d4d4d;
}

.oxford-grey-600 {
  color: #666;
}

.oxford-grey-500 {
  color: #7f7f7f;
}

.oxford-grey-400 {
  color: #999;
}

.oxford-grey-300 {
  color: #b3b3b3;
}

.oxford-grey-200 {
  color: #ccc;
}

.oxford-grey-100 {
  color: #e6e6e6;
}

.oxford-grey-050 {
  color: #f2f2f2;
}

.oxford-blue-dust-300 {
  color: #364a59;
}

.oxford-blue-dust-200 {
  color: #577591;
}

.oxford-blue-dust-100 {
  color: #8fb0cc;
}

.oxford-blue-900 {
  color: #3e3c9f;
}

.oxford-blue-800 {
  color: #455bc1;
}

.oxford-blue-700 {
  color: #496dd4;
}

.oxford-blue-600 {
  color: #4d7fe8;
}

.oxford-blue-500 {
  color: #4f8df7;
}

.oxford-blue-400 {
  color: #5c9efa;
}

.oxford-blue-300 {
  color: #73affb;
}

.oxford-blue-200 {
  color: #98c6fd;
}

.oxford-blue-100 {
  color: #bfdbfe;
}

.oxford-blue-50 {
  color: #e4f1ff;
}

.oxford-purple-900 {
  color: #0000a6;
}

.oxford-purple-800 {
  color: #0918be;
}

.oxford-purple-700 {
  color: #1a27c9;
}

.oxford-purple-600 {
  color: #2733d6;
}

.oxford-purple-500 {
  color: #2b3ce1;
}

.oxford-purple-400 {
  color: #525ce8;
}

.oxford-purple-300 {
  color: #737bed;
}

.oxford-purple-200 {
  color: #9ea0f1;
}

.oxford-purple-100 {
  color: #c6c6f7;
}

.oxford-purple-50 {
  color: #e8e8fc;
}

.oxford-olive-900 {
  color: #272f1b;
}

.oxford-olive-800 {
  color: #49523b;
}

.oxford-olive-700 {
  color: #68725a;
}

.oxford-olive-600 {
  color: #7d876e;
}

.oxford-olive-500 {
  color: #a7b197;
}

.oxford-olive-400 {
  color: #c4cfb4;
}

.oxford-olive-300 {
  color: #e6f1d5;
}

.oxford-olive-200 {
  color: #ecf7db;
}

.oxford-olive-100 {
  color: #f0fbdf;
}

.oxford-olive-50 {
  color: #f5ffe4;
}

.oxford-green-900 {
  color: #006d00;
}

.oxford-green-800 {
  color: #008c00;
}

.oxford-green-700 {
  color: #009d07;
}

.oxford-green-600 {
  color: #00af1a;
}

.oxford-green-500 {
  color: #17bf26;
}

.oxford-green-400 {
  color: #4dc94e;
}

.oxford-green-300 {
  color: #73d470;
}

.oxford-green-200 {
  color: #9edf9b;
}

.oxford-green-100 {
  color: #c5ecc2;
}

.oxford-green-50 {
  color: #e7f7e6;
}

.oxford-burgundy-900 {
  color: #541722;
}

.oxford-burgundy-800 {
  color: #65252c;
}

.oxford-burgundy-700 {
  color: #763133;
}

.oxford-burgundy-600 {
  color: #873d3d;
}

.oxford-burgundy-500 {
  color: #944644;
}

.oxford-burgundy-400 {
  color: #aa605d;
}

.oxford-burgundy-300 {
  color: #c07b77;
}

.oxford-burgundy-200 {
  color: #dd9e9a;
}

.oxford-burgundy-100 {
  color: #fac1bb;
}

.oxford-burgundy-50 {
  color: #ffe1d6;
}

.oxford-orange-900 {
  color: #be361e;
}

.oxford-orange-800 {
  color: #d74226;
}

.oxford-orange-700 {
  color: #e6482a;
}

.oxford-orange-600 {
  color: #f44f2f;
}

.oxford-orange-500 {
  color: #873d3d;
}

.oxford-orange-400 {
  color: #fe6f4f;
}

.oxford-orange-300 {
  color: #fe896e;
}

.oxford-orange-200 {
  color: #feab97;
}

.oxford-orange-100 {
  color: #feccbf;
}

.oxford-orange-50 {
  color: #fae9e8;
}

.oxford-primary-small-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-primary-small-button:hover {
  background-color: #666;
}

.oxford-primary-small-button:focus {
  background-color: #333;
}

.oxford-primary-small-button:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.oxford-secondary-small-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-secondary-small-button:hover {
  background-color: #e6e6e6;
}

.oxford-secondary-small-button:focus {
  background-color: #ccc;
}

.oxford-secondary-small-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f2f2f2;
}

.oxford-outlined-small-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-outlined-small-button:hover {
  color: #fff;
  background-color: #000;
}

.oxford-outlined-small-button:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.oxford-outlined-small-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #0000;
  border: 1px solid #ccc;
}

.oxford-tertiary-small-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-tertiary-small-button:hover {
  background-color: #f2f2f2;
}

.oxford-tertiary-small-button:focus {
  background-color: #e6e6e6;
}

.oxford-tertiary-small-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #0000;
}

.oxford-primary-regular-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-primary-regular-button:hover {
  background-color: #666;
  border-color: #666;
}

.oxford-primary-regular-button:focus {
  background-color: #333;
  border-color: #333;
}

.oxford-primary-regular-button:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}

.oxford-secondary-regular-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-secondary-regular-button:hover {
  background-color: #e6e6e6;
}

.oxford-secondary-regular-button:focus {
  background-color: #ccc;
}

.oxford-secondary-regular-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f2f2f2;
}

.oxford-outlined-regular-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-outlined-regular-button:hover {
  color: #fff;
  background-color: #000;
}

.oxford-outlined-regular-button:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.oxford-outlined-regular-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #0000;
  border: 1px solid #ccc;
}

.oxford-tertiary-regular-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-tertiary-regular-button:hover {
  background-color: #f2f2f2;
}

.oxford-tertiary-regular-button:focus {
  background-color: #e6e6e6;
}

.oxford-tertiary-regular-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #0000;
}

.oxford-primary-large-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #fff;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-primary-large-button:hover {
  background-color: #666;
}

.oxford-primary-large-button:focus {
  background-color: #333;
}

.oxford-primary-large-button:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
}

.oxford-secondary-large-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #f2f2f2;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-secondary-large-button:hover {
  background-color: #e6e6e6;
}

.oxford-secondary-large-button:focus {
  background-color: #ccc;
}

.oxford-secondary-large-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #f2f2f2;
}

.oxford-outlined-large-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #0000;
  border: 1px solid #000;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-outlined-large-button:hover {
  color: #fff;
  background-color: #000;
}

.oxford-outlined-large-button:focus {
  color: #fff;
  background-color: #333;
  border: 1px solid #333;
}

.oxford-outlined-large-button:disabled {
  color: #ccc;
  cursor: not-allowed;
  background-color: #0000;
  border: 1px solid #ccc;
}

.oxford-tertiary-large-button {
  letter-spacing: 0%;
  vertical-align: middle;
  color: #000;
  background-color: #0000;
  border-radius: 4px;
  padding: 8px 24px;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

.oxford-tertiary-large-button:hover {
  background-color: #f2f2f2;
}

.oxford-tertiary-large-button:focus {
  background-color: #e6e6e6;
}

.oxford-tertiary-large-button:disabled {
  background-color: #0000;
}

.reskin-main-media-h1 {
  letter-spacing: -2%;
  font-size: 40px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-main-media-h1 {
    font-size: 80px;
  }
}

.reskin-main-media-h2 {
  letter-spacing: -2%;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 768px) {
  .reskin-main-media-h2 {
    font-size: 36px;
  }
}

.reskin-main-media-h2-stats {
  letter-spacing: -2%;
  font-size: 72px;
  font-weight: 400;
  line-height: 100%;
}

@media (max-width: 1920px) {
  .reskin-main-media-h2-stats {
    font-size: 60px;
  }
}

@media (max-width: 768px) {
  .reskin-main-media-h2-stats {
    font-size: 36px;
  }
}

.reskin-main-media-h3 {
  letter-spacing: -1%;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-main-media-h3 {
    font-size: 48px;
  }
}

.reskin-team-grid-banner-h3 {
  letter-spacing: -1%;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 1280px) {
  .reskin-team-grid-banner-h3 {
    font-size: 48px;
  }
}

.reskin-main-media-h4 {
  letter-spacing: 0%;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-main-media-h4 {
    font-size: 32px;
  }
}

.reskin-main-media-h4-quote {
  letter-spacing: 0%;
  font-size: 28px;
  font-weight: 400;
  line-height: 135%;
}

@media (min-width: 768px) {
  .reskin-main-media-h4-quote {
    font-size: 32px;
  }
}

.reskin-main-media-h4-bold {
  letter-spacing: 0%;
  font-size: 28px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-main-media-h4-bold {
    font-size: 32px;
  }
}

.reskin-main-media-h5 {
  letter-spacing: 0%;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-main-media-h5 {
    font-size: 24px;
  }
}

.reskin-sectors-directory-h5 {
  letter-spacing: 0%;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-sectors-directory-h5 {
    font-size: 24px;
  }
}

@media (min-width: 1281px) {
  .reskin-sectors-directory-h5 {
    font-size: 32px;
  }
}

.reskin-main-media-h5-bold {
  letter-spacing: 0%;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-main-media-h5-bold {
    font-size: 24px;
  }
}

.reskin-main-media-large-body {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

@media (min-width: 768px) {
  .reskin-main-media-large-body {
    font-size: 20px;
  }
}

.reskin-sectors-directory-body {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

@media (min-width: 1281px) {
  .reskin-sectors-directory-body {
    font-size: 20px;
  }
}

.reskin-card-carousel-h6 {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 21.6px;
}

.reskin-media-mobile-small {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .reskin-media-mobile-small {
    font-size: 16px;
  }
}

.oxford-mobile-team-scroll {
  z-index: 20;
  box-sizing: border-box;
  scrollbar-color: #888 #f2f2f2;
  scrollbar-width: thin;
  background: #f2f2f2;
  border-left: none;
  border-right: none;
  border-radius: 4px;
  width: 90vw;
  height: 250px;
  min-height: 160px;
  max-height: 250px;
  margin-right: 0;
  padding: 0;
  display: block;
  position: relative;
  top: 100%;
  left: 50%;
  right: auto;
  overflow: hidden auto;
  transform: translateX(-50%);
}

.oxford-mobile-team-scroll::-webkit-scrollbar {
  width: 8px;
}

.oxford-mobile-team-scroll::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}

.oxford-mobile-team-scroll::-webkit-scrollbar-track {
  background: #f2f2f2;
}

.oxford-mobile-team-description {
  white-space: pre-line;
  overflow-wrap: break-word;
  word-break: break-word;
  padding: 6px 8px;
}

@media (max-width: 1023px) {
  .mobile-card:hover {
    background: #f2f2f2;
  }
}

.hero-video-button span {
  color: #fff;
}

.hero-video-button:hover span {
  color: #000;
}

.mobile-contact-grid-card {
  background-color: #4d4d4d;
  width: 292px !important;
  height: 207px !important;
}

.contact-grid-mobile .our-offices-carousel .slick-slide {
  width: unset !important;
  height: unset !important;
}

.contact-grid-mobile .our-offices-carousel .slick-slider {
  margin-bottom: 20px;
}

.contact-grid-mobile .our-offices-carousel .slick-dots {
  display: none !important;
}

.mobile-contact-grid-card .reskin-large-body p:nth-child(2) {
  letter-spacing: 0%;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

.hide-scrollbar {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.hide-scrollbar::-webkit-scrollbar {
  display: none;
}

.sector-detail h2 {
  letter-spacing: -1%;
  margin-bottom: 50px;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

@media (min-width: 768px) {
  .sector-detail h2 {
    font-size: 48px;
  }
}

.sector-detail p {
  letter-spacing: 0%;
  margin-bottom: 25px;
  font-size: 16px;
  font-weight: 400;
  line-height: 135%;
}

@media (min-width: 768px) {
  .sector-detail p {
    font-size: 20px;
  }
}

.sustainable-investing-bg {
  background-image: url("https://cdn-ca.aglty.io/5e3ddcee-c/Attachments/NewItems/sustainable-investing-background.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.reskin-two-col-text p {
  margin-bottom: 0;
}

.news-content p a, .news-content p a span {
  text-decoration: underline;
  color: #000 !important;
}

.news-content p a:hover, .news-content p a span:hover {
  color: #666 !important;
}

.reskin-two-col-text p a, .reskin-two-col-text p a:hover {
  text-decoration: underline;
}

.team-grid-banner {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 16px;
}

@media (min-width: 431px) {
  .team-grid-banner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1281px) {
  .team-grid-banner {
    padding-top: 64px;
    padding-bottom: 64px;
    padding-left: 64px;
  }
}

.team-grid-cta-banner {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 16px;
}

@media (min-width: 768px) {
  .team-grid-cta-banner {
    padding-top: 32px;
    padding-bottom: 32px;
    padding-left: 32px;
  }
}

@media (min-width: 1024px) {
  .team-grid-cta-banner {
    padding-left: 16px;
  }
}

@media (min-width: 1280px) {
  .team-grid-cta-banner {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}

.quoteWrapper {
  display: grid;
}

@media (min-width: 821px) {
  .quoteWrapper {
    grid-template-columns: repeat(12, 1fr);
  }
}

@media (max-width: 820px) {
  .quoteWrapper .imageWrapper {
    justify-content: center;
    display: flex;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .quoteWrapper .imageWrapper {
    grid-column: 1 / span 2;
  }
}

@media (min-width: 1281px) {
  .quoteWrapper .imageWrapper {
    grid-column: 2 / span 3;
  }
}

.imgArea {
  width: 166px;
  height: 167px;
}

@media (min-width: 381px) and (max-width: 820px) {
  .imgArea {
    width: 200px;
    height: 200px;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .imgArea {
    width: 189px;
    height: 189px;
  }
}

@media (min-width: 1281px) {
  .imgArea {
    width: 250px;
    height: 250px;
  }
}

@media (min-width: 821px) and (max-width: 1280px) {
  .quoteWrapper .quoteArea {
    grid-column: 4 / span 9;
  }
}

@media (min-width: 1281px) {
  .quoteWrapper .quoteArea {
    grid-column: 5 / span 8;
  }
}

.quotes-bg .careerQuote {
  color: #fff;
}

.halfContentWrapper {
  flex-direction: column-reverse;
  gap: 32px;
  display: flex;
}

@media (min-width: 821px) {
  .halfContentWrapper {
    grid-template-columns: repeat(12, 1fr);
    display: grid;
  }

  .halfContentTextRight {
    grid-column: 8 / span 5;
  }

  .halfContentImageLeft {
    grid-column: 1 / span 6;
  }

  .halfContentLeft {
    grid-column: 1 / span 5;
  }

  .halfContentRight {
    grid-column: 7 / span 7;
  }
}

@media (min-width: 1281px) {
  .halfContentImage {
    width: 752px;
    height: 501px;
  }
}

/* [project]/node_modules/slick-carousel/slick/slick.css [client] (css) */
.slick-slider {
  box-sizing: border-box;
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
  display: block;
  position: relative;
}

.slick-list {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  border: 1px solid #0000;
  height: auto;
  display: block;
}

.slick-arrow.slick-hidden {
  display: none;
}

/* [project]/node_modules/slick-carousel/slick/slick-theme.css [client] (css) */
.slick-loading .slick-list {
  background: #fff url("../media/ajax-loader.2df4ohj-z-7_l.gif") center no-repeat;
}

@font-face {
  font-family: slick;
  font-weight: normal;
  font-style: normal;
  src: url("../media/slick.2mbnnj2ldqw9v.eot");
  src: url("../media/slick.2mbnnj2ldqw9v.eot") format("embedded-opentype"), url("../media/slick.1vsdartgie2p6.woff") format("woff"), url("../media/slick.31nmwotl_nifp.ttf") format("truetype"), url("../media/slick.396jm6rswume_.svg") format("svg");
}

.slick-prev, .slick-next {
  cursor: pointer;
  color: #0000;
  background: none;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 0;
  font-size: 0;
  line-height: 0;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
  color: #0000;
  background: none;
  outline: none;
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
  opacity: .25;
}

.slick-prev:before, .slick-next:before {
  opacity: .75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: slick;
  font-size: 20px;
  line-height: 1;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dotted.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  text-align: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  position: absolute;
  bottom: -25px;
}

.slick-dots li {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  display: inline-block;
  position: relative;
}

.slick-dots li button {
  cursor: pointer;
  color: #0000;
  background: none;
  border: 0;
  outline: none;
  width: 20px;
  height: 20px;
  padding: 5px;
  font-size: 0;
  line-height: 0;
  display: block;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  content: "•";
  text-align: center;
  opacity: .25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  width: 20px;
  height: 20px;
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
}

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: #000;
}

/*# sourceMappingURL=_1ai530s._.css.map*/