:root {
  --grid-columns: 12px;
  --grid-margins: 144px;
  --grid-gutter: 60px;
  --grid-width: 1728px;
  --blue-blue-50: #ccdbea;
  --blue-blue-100: #a3bfda;
  --blue-blue-200: #7aa2c9;
  --blue-blue-300: #5285b8;
  --blue-blue-400: #2969a8;
  --blue-blue-500: #004c97;
  --blue-blue-600: #00407f;
  --blue-blue-700: #003467;
  --blue-blue-800: #00284f;
  --blue-blue-900: #001b36;
  --neutral-neutral-0: #ffffff;
  --neutral-neutral-50: #fcfcfc;
  --neutral-neutral-100: #ededed;
  --neutral-neutral-200: #dedede;
  --neutral-neutral-300: #cfcfcf;
  --neutral-neutral-400: #c0c0c0;
  --neutral-neutral-500: #b0b0b0;
  --neutral-neutral-600: #929292;
  --neutral-neutral-700: #656565;
  --neutral-neutral-800: #4b4b4b;
  --neutral-neutral-900: #1e1e1e;
  --green-green-50: #cce6e2;
  --green-green-100: #a3d2ca;
  --green-green-200: #7abdb3;
  --green-green-300: #52a99c;
  --green-green-400: #299584;
  --green-green-500: #00816d;
  --green-green-600: #006c5c;
  --green-green-700: #00584a;
  --green-green-800: #004339;
  --green-green-900: #002e27;
  --yellow-yellow-50: #fff4da;
  --yellow-yellow-100: #ffebbc;
  --yellow-yellow-200: #ffe29e;
  --yellow-yellow-300: #ffda81;
  --yellow-yellow-400: #ffd163;
  --yellow-yellow-500: #ffc845;
  --yellow-yellow-600: #d6a83a;
  --yellow-yellow-700: #ad882f;
  --yellow-yellow-800: #856824;
  --yellow-yellow-900: #5c4819;
  --heading-h1: 48px;
  --heading-h2: 32px;
  --heading-h3: 24px;
  --heading-h4: 20px;
  --body-copy-p-standard: 15px;
  --navigation-nav-main-item: 18px;
  --body-font-montserrat: "Montserrat", sans-serif;
  --heading-font-tusker-grotesk-4500: "Tusker Grotesk 4500", sans-serif;
  --heading-font-tusker-grotesk-5500: "Tusker Grotesk 5500", sans-serif;
  --heading-font-tusker-grotesk-5700: "Tusker Grotesk 5700", sans-serif;
  --body-font: 400 var(--body-copy-p-standard)/1.3 var(--body-font-montserrat);
  --content-width: min(calc(100% - var(--grid-margins) * 2), 1728px);
  --common-transion-prop: 0.3s ease-in-out;
}
@media (width <= 1280px) {
  :root {
    --grid-margins: 50px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
article,
aside,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section {
  display: block;
}
body {
  margin: 0;
  font-family:
    -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
    Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}
[tabindex="-1"]:focus {
  outline: none !important;
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
}
abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
}
address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}
ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}
dt {
  font-weight: bold;
}
dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}
blockquote {
  margin: 0 0 1rem;
}
dfn {
  font-style: italic;
}
b,
strong {
  font-weight: bolder;
}
small {
  font-size: 80%;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: rgba(0, 0, 0, 0);
  -webkit-text-decoration-skip: objects;
}
@media (hover: hover) {
  a:hover {
    color: #0056b3;
    text-decoration: underline;
  }
}
a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([tabindex]):focus {
  outline: 0;
}
pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar;
}
figure {
  margin: 0;
}
img {
  display: inline-block;
  font-style: italic;
  vertical-align: middle;
  border-style: none;
  max-width: 100%;
  height: auto;
}
svg:not(:root) {
  overflow: hidden;
}
a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  touch-action: manipulation;
}
table {
  border-collapse: collapse;
}
caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom;
}
th {
  text-align: inherit;
}
label {
  display: inline-block;
}
button {
  border-radius: 0;
}
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}
input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}
input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox;
}
textarea {
  overflow: auto;
  resize: vertical;
}
fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal;
}
progress {
  vertical-align: baseline;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}
output {
  display: inline-block;
}
summary {
  display: list-item;
}
template {
  display: none;
}
[hidden] {
  display: none !important;
}
@font-face {
  font-family: "Tusker Grotesk 4500";
  src:
    url("fonts/tusker-grotesk/TuskerGrotesk-4500Medium.woff2") format("woff2"),
    url("TuskerGrotesk-4500Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tusker Grotesk 5500";
  src:
    url("fonts/tusker-grotesk/TuskerGrotesk-5500Medium.woff2") format("woff2"),
    url("fonts/tusker-grotesk/TuskerGrotesk-5500Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tusker Grotesk 5700";
  src:
    url("fonts/tusker-grotesk/TuskerGrotesk-5700Bold.woff2") format("woff2"),
    url("fonts/tusker-grotesk/TuskerGrotesk-5700Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("fonts/icomoon/icomoon.eot?iut49r");
  src:
    url("fonts/icomoon/icomoon.eot?iut49r#iefix") format("embedded-opentype"),
    url("fonts/icomoon/icomoon.ttf?iut49r") format("truetype"),
    url("fonts/icomoon/icomoon.woff?iut49r") format("woff"),
    url("fonts/icomoon/icomoon.svg?iut49r#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-xmark:before {
  content: "Ó§á";
}
.icon-bars:before {
  content: "Ó§Ü";
}
.icon-minus:before {
  content: "Ó§Ä";
}
.icon-plus:before {
  content: "Ó§Å";
}
.icon-bullet-arrow:before {
  content: "Ó§Ç";
}
.icon-home:before {
  content: "Ó§É";
}
.icon-location:before {
  content: "Ó§Ñ";
}
.icon-calendar:before {
  content: "Ó§Ö";
}
.button {
  font-family: var(--heading-font-tusker-grotesk-5700);
  font-size: 17px;
  font-weight: 700;
  line-height: 1.6;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background-color: var(--yellow-yellow-500);
  border: 0;
  border-bottom: 2px solid var(--neutral-neutral-900);
  box-shadow: none;
  padding: 10px 24px;
  text-decoration: none;
  color: var(--neutral-neutral-900);
  display: inline-flex;
}
.button:hover,
.button:focus {
  background-color: var(--yellow-yellow-300);
  color: var(--neutral-neutral-900);
  text-decoration: none;
}
.button.dark:hover,
.button.dark:focus {
  background-color: var(--green-green-500);
  color: var(--neutral-neutral-0);
}
.button-icon {
  box-shadow: 0;
  border: 0;
  background-color: var(--yellow-yellow-500);
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 28px;
  color: var(--neutral-neutral-900);
  width: 40px;
  height: 40px;
  cursor: pointer;
}
.button-icon:hover,
.button-icon:focus {
  background-color: var(--yellow-yellow-300);
}
.row-grid {
  display: grid;
  grid-template-columns: [fullwidth-start] 1fr [margin-start] var(
      --grid-margins
    ) [content-start] calc(var(--content-width) / 2) [center-point] calc(
      var(--content-width) / 2
    ) [content-end] var(--grid-margins) [margin-end] 1fr [fullwidth-end];
}
.content-full {
  grid-column: content-start/content-end;
}
.content-start-full-width-end {
  grid-column: content-start/fullwidth-end;
}
.content-start-right-margin-end {
  grid-column: content-start/margin-end;
}
.margin-start-content-end {
  grid-column: margin-start/content-end;
}
.content-margin-margin {
  grid-column: margin-start/margin-end;
}
.full-width {
  grid-column: fullwidth-start/fullwidth-end;
}
@media (width <= 1024px) {
  .tablet-end-content-end {
    grid-column-end: content-end;
  }
  .tablet-full-width {
    grid-column: fullwidth-start/fullwidth-end;
  }
}
.site-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-inline: auto;
  gap: 32px;
  padding-block: 16px;
  padding-inline: 50px;
  background-color: var(--neutral-neutral-900);
}
.site-header .site-navigation {
  display: flex;
  gap: 32px;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.site-header .site-navigation a {
  font-weight: 500;
  font-size: var(--navigation-nav-main-item);
  font-family: var(--heading-font-tusker-grotesk-4500);
  text-transform: uppercase;
  color: var(--neutral-neutral-0);
  text-decoration: none;
}
.site-header .site-navigation a:hover,
.site-header .site-navigation a:focus {
  color: var(--yellow-yellow-500);
}
.site-header .site-navigation .menu-active a {
  color: var(--yellow-yellow-500);
}
.site-header .mobile-menu-toggle {
  display: none;
}
.site-footer {
  padding: 24px 50px;
  background-color: var(--neutral-neutral-900);
  color: var(--neutral-neutral-50);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 32px;
}
.site-footer .conference-details {
  display: flex;
  align-items: center;
  gap: 48px;
}
.site-footer .conference-details .footer-logo {
  position: relative;
}
.site-footer .conference-details .footer-logo:after {
  content: "";
  width: 1px;
  background-color: var(--yellow-yellow-500);
  position: absolute;
  right: -24px;
  top: 0;
  bottom: 0;
}
.site-footer .conference-details .footer-logo img {
  height: 50px;
}
.site-footer .conference-details .time-location > div > div {
  display: flex;
  flex-direction: column;
  text-transform: uppercase;
  gap: 4px;
  color: var(--neutral-neutral-50);
  letter-spacing: 0.5px;
}
.site-footer .conference-details .time-location .date {
  font-size: 18px;
  font-weight: 600;
}
.site-footer .conference-details .time-location .location {
  font-size: 16px;
  font-weight: 300;
}
.site-footer .footer-links ul {
  display: flex;
  gap: 40px;
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 14px;
}
.site-footer .footer-links .link-label {
  font-weight: 600;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.site-footer .footer-links a {
  color: var(--yellow-yellow-500);
}
.accordion {
  --icon-size: 42px;
  --icon-font-size: 18px;
}
.accordion .accordion-item {
  padding-block: var(--object-spacing-spacing-12);
}
.accordion .accordion-item:not(:last-child) {
  margin-bottom: 4px;
}
.accordion .accordion-item.open .accordion-trigger {
  background-color: var(--yellow-yellow-300);
}
.accordion .accordion-item.open .accordion-trigger .accordion-icon::before {
  content: "Ó§Ä";
}
.accordion .accordion-item.open .accordion-content {
  grid-template-rows: 1fr;
  padding-block: 24px;
}
.accordion .accordion-header {
  margin-block: 0;
}
.accordion .accordion-trigger {
  all: unset;
  display: flex;
  align-items: center;
  gap: var(--object-spacing-spacing-32);
  cursor: pointer;
  justify-content: space-between;
  padding: 15px 18px;
  background-color: var(--yellow-yellow-500);
  width: 100%;
  box-sizing: border-box;
  font-family: var(--body-font-montserrat);
}
.accordion .accordion-trigger:hover,
.accordion .accordion-trigger:focus {
  background-color: var(--yellow-yellow-300);
}
.accordion .accordion-trigger:hover .accordion-icon,
.accordion .accordion-trigger:focus .accordion-icon {
  scale: 1.1;
  text-decoration: none;
}
.accordion .accordion-trigger:hover .accordion-title,
.accordion .accordion-trigger:focus .accordion-title {
  text-decoration: underline;
}
.accordion .accordion-trigger .accordion-title {
  color: var(--neutral-neutral-900);
  font-size: 19px;
  font-weight: 600;
}
.accordion .accordion-trigger .accordion-title:has(.accordion-sub-title) {
  display: flex;
  gap: 24px;
}
.accordion
  .accordion-trigger
  .accordion-title:has(.accordion-sub-title)
  .accordion-sub-title {
  font-weight: 400;
  font-size: 16px;
}
.accordion .accordion-trigger .accordion-icon {
  min-width: var(--icon-size);
  min-height: var(--icon-size);
  background-color: var(--rust-rust-100);
  font-size: var(--icon-font-size);
  color: var(--neutral-neutral-900);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: scale var(--common-transion-prop);
}
.accordion .accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  transition: all 0.3s ease-in-out;
  padding-left: 18px;
  background-color: var(--neutral-neutral-0);
  color: var(--neutral-neutral-900);
}
.accordion .accordion-content .accordion-body {
  overflow: hidden;
}
@view-transition {
  navigation: auto;
}
.skip-to-content {
  background-color: var(--yellow-yellow-500);
  color: var(--neutral-neutral-900);
  font-size: 24px;
  font-family: var(--navigation-font-tusker-grotesk);
  display: inline-flex;
  padding: 4px 12px;
  box-shadow: none;
  position: absolute;
  top: -48px;
  transition: top 0.2s ease-in-out;
  z-index: 9999;
  text-decoration: none;
  border-bottom: 2px solid var(--neutral-neutral-900);
  text-transform: uppercase;
}
.skip-to-content:focus {
  top: 0;
  background-color: var(--yellow-yellow-300);
  color: var(--neutral-neutral-900);
}
.skip-to-content:hover {
  background-color: var(--yellow-yellow-300);
  color: var(--neutral-neutral-900);
}
body {
  scroll-behavior: smooth;
  line-height: 1.3;
  font: var(--body-font);
  color: var(--neutral-neutral-900);
  background-color: var(--neutral-neutral-900);
}
h1,
.h1 {
  font-family: var(--heading-font-tusker-grotesk-5700);
  font-size: 48px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
h2,
.h2 {
  font-family: var(--heading-font-tusker-grotesk-5700);
  font-size: 36px;
  margin: 0 0 32px 0;
  padding: 0;
  line-height: 1.3;
  color: var(--blue-blue-800);
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
h2 .underline,
.h2 .underline {
  color: var(--blue-blue-600);
  display: block;
  font-family: var(--heading-font-tusker-grotesk-5500);
  font-size: 28px;
  font-weight: 500;
}
h3,
.h3 {
  font-family: var(--heading-font-tusker-grotesk-5700);
  font-size: 24px;
  margin: 0;
  padding: 0;
  letter-spacing: 0.5px;
}
h4,
.h4 {
  font-family: var(--body-font-montserrat);
  font-size: 14px;
  margin: 0 0 12px 0;
  padding: 0;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: var(--blue-blue-500);
  text-transform: uppercase;
}
p {
  margin-bottom: 12px;
}
p:last-child {
  margin-bottom: 0;
}
a {
  color: var(--blue-blue-500);
  text-decoration: underline;
}
a:hover,
a:focus {
  text-decoration: none;
}
.site-wrapper {
  width: 100%;
  max-width: var(--grid-width);
  margin-inline: auto;
}
.home-hero {
  padding-block: 0;
}
.home-hero .background-art {
  grid-row: 1;
}
.home-hero .background-art img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.home-hero .banner-content {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
  flex-direction: column;
  color: var(--neutral-neutral-50);
}
.home-hero .banner-content [class^="icon-"],
.home-hero .banner-content [class*=" icon-"] {
  color: var(--yellow-yellow-400);
  font-size: 28px;
}
.home-hero .banner-content .confernece-details > div {
  display: flex;
  gap: 96px;
  margin-bottom: 48px;
}
.home-hero .banner-content .confernece-details .banner-logo {
  height: 112px;
  width: auto;
}
.home-hero .banner-content .confernece-details h1 {
  position: relative;
}
.home-hero .banner-content .confernece-details h1:after {
  content: "";
  position: absolute;
  right: -48px;
  width: 1px;
  bottom: 0;
  top: 32px;
  background-color: var(--neutral-neutral-700);
}
.home-hero .banner-content .conference-meta-data {
  display: flex;
  align-items: flex-end;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.home-hero .banner-content .conference-meta-data li {
  display: flex;
  flex-direction: column;
}
.home-hero .banner-content .conference-meta-data li [class^="icon-"],
.home-hero .banner-content .conference-meta-data li [class*=" icon-"] {
  margin-bottom: 12px;
}
.home-hero .banner-content .conference-meta-data li label {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  display: inline-flex;
  margin-bottom: 4px;
}
.home-hero .banner-content .conference-meta-data li span {
  font-size: 18px;
}
.registration-banner .background-art {
  grid-row: 1;
}
.registration-banner .background-art img {
  height: 100%;
}
.registration-banner .registration-content {
  grid-row: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 75px 0;
  flex-direction: column;
  gap: 12px;
  color: var(--neutral-neutral-50);
}
.registration-banner .registration-content .button-row {
  margin-top: 24px;
}
.registration-banner .registration-content * {
  text-align: center;
}
.registration-banner .registration-content h2 {
  color: var(--neutral-neutral-50);
  margin-bottom: 0;
}
.registration-banner .registration-content h2 .underline {
  color: var(--blue-blue-50);
}
.row-grid {
  background-color: var(--neutral-neutral-100);
}
.row-grid.dark {
  background-color: var(--blue-blue-900);
  color: var(--neutral-neutral-50);
  padding-block: 72px;
}
.row-grid.dark h2 {
  color: var(--blue-blue-50);
}
.row-grid.dark h2 span {
  color: var(--neutral-neutral-50);
}
.text-image-row {
  display: grid;
  grid-template-columns: subgrid;
}
.text-image-row.reverse .img-col {
  grid-column: fullwidth-start/center-point;
}
.text-image-row.reverse .text-col {
  grid-column: center-point/content-end;
  padding-left: 60px;
}
.text-image-row .text-col {
  grid-column: content-start/center-point;
  padding-right: 60px;
  align-self: center;
  padding-block: 72px;
}
.text-image-row .img-col {
  grid-column: center-point/fullwidth-end;
}
.text-image-row .img-col img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.text-image-row .button-row {
  margin-block: 30px;
}
.schedule-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.schedule-group .schedule {
  display: grid;
  grid-template-columns: 100px 1fr;
  -moz-column-gap: 24px;
  column-gap: 24px;
  row-gap: 12px;
}
.schedule-group .schedule .time {
  font-size: 18px;
  font-weight: 800;
  color: var(--blue-blue-900);
}
.schedule-group .schedule .detail {
  color: var(--neutral-neutral-900);
}
.schedule-group .schedule .detail .title {
  font-size: 18px;
  font-weight: 500;
}
.schedule-group .schedule .detail .description {
  font-size: 15px;
  font-style: italic;
}
.sponsorship-wrapper ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.sponsorship-wrapper ul li {
  position: relative;
  padding: 0 0 12px 36px;
}
.sponsorship-wrapper ul li::before {
  content: "Ó§Ç";
  color: var(--blue-blue-300);
  font-family: "icomoon" !important;
  font-size: 28px;
  position: absolute;
  left: 0;
}
.sponsorship-wrapper ul li:last-of-type {
  padding-bottom: 0;
}
@media (width <= 1024px) {
  body:has(.site-navigation.is-active) {
    overflow: hidden;
  }
  .site-header .site-navigation {
    gap: 24px;
    display: none;
  }
  .site-header .site-navigation.is-active {
    position: fixed;
    z-index: 999;
    inset: 82px 0 0 0;
    background-color: var(--neutral-neutral-900);
    display: flex;
    flex-direction: column;
    padding: 24px;
  }
  .site-header .site-navigation > li {
    border-bottom: 1px solid var(--neutral-neutral-50);
    padding-bottom: 24px;
    text-align: center;
  }
  .site-header .mobile-menu-toggle {
    display: inline-flex;
  }
  .site-header .mobile-menu-toggle.is-active > i::before {
    content: "Ó§á";
  }
  .site-footer {
    flex-direction: column;
    align-items: flex-start;
  }
  .accordion .accordion-trigger .accordion-title:has(.accordion-sub-title) {
    flex-direction: column;
    gap: 12px;
  }
}
@media (width <= 744px) {
  .site-footer .conference-details {
    flex-direction: column;
  }
  .site-footer .conference-details .footer-logo:after {
    right: 0;
    left: 0;
    bottom: -24px;
    top: unset;
    height: 1px;
    width: unset;
  }
  .site-footer .footer-links ul {
    flex-direction: column;
  }
  .home-hero .banner-content {
    align-items: flex-start;
  }
  .home-hero .banner-content .confernece-details {
    flex-direction: column;
    gap: 24px;
  }
  .home-hero .banner-content .confernece-details h1::after {
    content: none;
  }
  .home-hero .banner-content .conference-meta-data {
    flex-direction: column;
    align-items: flex-start;
  }
  .text-image-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .text-image-row.reverse {
    flex-direction: column;
  }
  .text-image-row .text-col {
    padding-inline: var(--grid-margins);
  }
  .registration-banner .registration-content {
    align-items: flex-start;
  }
  .registration-banner .registration-content * {
    text-align: left;
  }
} /*# sourceMappingURL=main.css.map */
