/*!********************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/scss/index.scss ***!
  \********************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* For browsers that support clamp  */
@supports (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
    --font-size--xxs: clamp(0.51rem, -0.02vi + 0.52rem, 0.5rem);
    --font-size--xs: clamp(0.64rem, 0.05vi + 0.63rem, 0.67rem);
    --font-size--sm: clamp(0.8rem, 0.17vi + 0.76rem, 0.89rem);
    --font-size--md: clamp(1rem, 0.34vi + 0.91rem, 1.19rem);
    --font-size--lg: clamp(1.25rem, 0.61vi + 1.1rem, 1.4rem);
    --font-size--xl: clamp(1.56rem, 1vi + 1.31rem, 2.11rem);
    --font-size--xxl: clamp(1.95rem, 1.56vi + 1.56rem, 2.81rem);
    --font-size--xxxl: clamp(2.44rem, 2.38vi + 1.85rem, 3.75rem);
    --font-size--xxxxl: clamp(3.05rem, 3.54vi + 2.17rem, 5rem);
    --font-size--display: var(--font-size--xxxxl);
  }
}
/* For browsers that don't support clamp */
@supports not (font-size: clamp(1rem, 1vi, 1rem)) {
  :root {
    --font-size--xxs: 0.51rem;
    --font-size--xs: 0.64rem;
    --font-size--sm: 0.8rem;
    --font-size--md: 1rem;
    --font-size--lg: 1.25rem;
    --font-size--xl: 1.56rem;
    --font-size--xxl: 1.95rem;
    --font-size--xxxl: 2.44rem;
    --font-size--xxxxl: 3.05rem;
    --font-size--display: var(--font-size-xxxl);
  }
  @media screen and (min-width: 1280px) {
    :root {
      --font-size--xxs: 0.5rem;
      --font-size--xs: 0.67rem;
      --font-size--sm: 0.89rem;
      --font-size--md: 1.19rem;
      --font-size--lg: 1.58rem;
      --font-size--xl: 2.11rem;
      --font-size--xxl: 2.81rem;
      --font-size--xxxl: 3.75rem;
      --font-size--xxxxl: 5rem;
      --font-size--display: var(--font-size-xxxl);
    }
  }
}
:root {
  --container--narrow: 60rem;
  --color-primary-25: #fcfdfc;
  --color-primary-33: #F3F7F3;
  --color-primary-50: #EBF2EC;
  --color-primary-75: #B2CFCB;
  --color-primary-100: #6DD87E;
  --color-primary-200: #00C21F;
  --color-primary-300: #8BAE91;
  --color-primary-400: #00A41A;
  --color-primary-500: #028371;
  --color-primary-600: #008014;
  --color-primary-800: #017969;
  --color-primary-900: #005F52;
  --color-primary-950: #01590F;
  --color-primary-1000: #01342D;
  --color-primary-accent: var(--color-primary-400);
  --color-primary-accent-light: #45ee62;
  --color-secondary-100: #FFFEFA;
  --color-secondary-200: #FAF3DF;
  --color-secondary-300: #FBE9BA;
  --color-secondary-400: #FFDF8C;
  --color-secondary-600: #FFC223;
  --color-secondary-800: #DFA200;
  --color-accent-200: #F0D9FA;
  --color-accent-400: #A30083;
  --color-accent-800: #8F35BA;
  --color-greys-100: #DBDDDA;
  --color-greys-200: #BABBB9;
  --color-greys-400: #8A9287;
  --color-greys-600: #5E5E5E;
  --color-greys-800: #3E4A41;
  --spacer-1: .25rem;
  --spacer-2: calc(2 * var(--spacer-1));
  --spacer-3: calc(3 * var(--spacer-1));
  --spacer-4: calc(4 * var(--spacer-1));
  --spacer-5: calc(5 * var(--spacer-1));
  --spacer-6: calc(6 * var(--spacer-1));
  --spacer-7: calc(7 * var(--spacer-1));
  --spacer-8: calc(8 * var(--spacer-1));
  --spacer-9: calc(9 * var(--spacer-1));
  --spacer-10: calc(10 * var(--spacer-1));
  --spacer-11: calc(11 * var(--spacer-1));
  --spacer-12: calc(12 * var(--spacer-1));
  --spacer-13: calc(13 * var(--spacer-1));
  --spacer-14: calc(14 * var(--spacer-1));
  --radius-1: 4px;
  --radius-2: 8px;
  --radius-3: 12px;
  --radius-4: 16px;
  --border-radius: var(--radius-2);
  --radius-btn: var(--radius-1);
  --radius-input: var(--radius-1);
  --spacer-col: var(--spacer);
  --font-family--main: "Roboto", sans-serif;
  --font-family--display: "Ubuntu", sans-serif;
  --font-text: var(--font-family--main);
  --font-heading: var(--font-family--display);
  --font-size--body-sm: var(--font-size--sm);
  --font-size--body-md: var(--font-size--md);
  --font-size--body-lg: var(--font-size--lg);
  --font-size--body-xl: var(--font-size--xl);
  --font-size--body-xl: var(--font-size--xxl);
  --black: var(--color-primary-950);
  --white: #FFF;
  --white-200: var(--color-secondary-100);
  --white-199: var(--color-primary-25);
  --body-bg: var(--color-primary-25, #fff);
  --color-text: var(--color-primary-900);
  --color-link: currentColor;
  --color-primary-cta: var(--color-primary-800);
  --color-secondary-cta: var(--color-secondary-600);
  --color-main-nav-link: var(--color-secondary-100);
  --color-link__hover: var(--color-primary-400);
  --dark-gradient-1: linear-gradient(to bottom right, var(--color-primary-900), var(--color-primary-800));
  --box-shadow-1: 0 3px 5px #999;
  --box-shadow: var(--box-shadow-1);
  --sidebar-width: 300px;
  --font-size--main-nav: var(--font-size--xl);
  --spacer-xs: var(--spacer-2);
  --spacer-sm: var(--spacer-4);
  --spacer-md: var(--spacer-6);
  --spacer-lg: var(--spacer-9);
  --spacer-xl: var(--spacer-12);
  --spacer: var(--spacer-4);
  --spacer-grid: 1rem;
  --gap: var(--spacer-grid);
  --spacer-inner-container: var(--spacer-10) var(--spacer-12);
  --scroll-padding: 1rem;
  --spacer-body-top-margin: 3rem;
  --max-card-width: 400px;
}
@media screen and (min-width: 50rem) {
  :root {
    --font-size--main-nav: var(--font-size--md);
  }
}
@media screen and (min-width: 50rem) {
  :root {
    --spacer-grid: 2rem;
  }
}

.d-none {
  display: none !important;
}

.d-flex {
  display: flex;
}

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

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

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

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

.p-relative {
  position: relative;
}

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

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

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

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

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

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

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

.text-uppercase {
  text-transform: uppercase;
}

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

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

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

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

.ml-a {
  margin-left: auto !important;
}

.mt-a {
  margin-top: auto !important;
}

.mb-a {
  margin-bottom: auto !important;
}

.mx-a {
  margin-left: auto !important;
  margin-right: auto !important;
}

.my-a {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mr-a {
  margin-right: auto !important;
}

.ml-1 {
  margin-left: var(--spacer-4);
}

.mt-1 {
  margin-top: var(--spacer-4);
}

.mb-1 {
  margin-bottom: var(--spacer-4);
}

.mx-1 {
  margin-left: var(--spacer-4);
  margin-right: var(--spacer-4);
}

.my-1 {
  margin-top: var(--spacer-4);
  margin-bottom: var(--spacer-4);
}

.mr-1 {
  margin-right: var(--spacer-4);
}

.mt-4, .my-4 {
  margin-top: var(--spacer-12);
}

.mb-4, .my-4 {
  margin-bottom: var(--spacer-12);
}

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

.pl-1 {
  padding-left: var(--spacer-4);
}

.pt-1 {
  padding-top: var(--spacer-4);
}

.pb-1 {
  padding-bottom: var(--spacer-4);
}

.px-1 {
  padding-left: var(--spacer-4);
  padding-right: var(--spacer-4);
}

.py-1 {
  padding-top: var(--spacer-4);
  padding-bottom: var(--spacer-4);
}

.py-2 {
  padding-top: calc(2 * var(--spacer-4));
  padding-bottom: calc(2 * var(--spacer-4));
}

.pr-1 {
  padding-right: var(--spacer-4);
}

.pl-4 {
  padding-left: var(--spacer-12);
}

.pt-4 {
  padding-top: var(--spacer-12);
}

.pb-4 {
  padding-bottom: var(--spacer-12);
}

.px-4 {
  padding-left: var(--spacer-12);
  padding-right: var(--spacer-12);
}

.py-4 {
  padding-top: var(--spacer-12);
  padding-bottom: var(--spacer-12);
}

.pr-4 {
  padding-right: var(--spacer-12);
}

.border-radius--1 {
  border-radius: var(--radius-1);
}

.border-radius--2 {
  border-radius: var(--radius-2);
}

.box-shadow-1 {
  box-shadow: var(--box-shadow-1);
}

@media screen and (min-width: 50rem) {
  .columns__2 {
    -moz-columns: 2;
         columns: 2;
  }
}
.columns__2 .column__no-break {
  -moz-column-break-inside: avoid;
       break-inside: avoid;
}

/**************************\
  Basic Modal Styles
\**************************/
.modal {
  display: none;
}

.modal.is-open {
  display: block;
}

.modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  padding: 1rem;
  max-width: 500px;
  max-height: 100vh;
  border-radius: 4px;
  overflow-y: auto;
  box-sizing: border-box;
}

.modal__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.modal__title {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 1.25;
  color: #00449e;
  box-sizing: border-box;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close:before {
  content: "✕";
}

.modal__btn {
  font-size: 0.875rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 0.25rem;
  border-style: none;
  border-width: 0;
  cursor: pointer;
  text-transform: none;
  overflow: visible;
  line-height: 1.15;
  margin: 0;
  will-change: transform;
  backface-visibility: hidden;
  transform: translateZ(0);
  transition: transform 0.25s ease-out;
}

.modal__btn:focus, .modal__btn:hover {
  transform: scale(1.05);
}

.modal__btn-primary {
  background-color: #00449e;
  color: #fff;
}

.video-modal .modal__container {
  width: 80%;
  max-width: 1600px;
  opacity: 0;
  transition: opacity 0.52;
}
.video-modal .modal__container.is-ready {
  opacity: 1;
}

/**************************\
Demo Animation Style
 \**************************/
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

/*!
 * Bootstrap Reboot v5.0.2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
body {
  margin: 0;
  font-family: var(--font-family--main);
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5;
  color: var(--color-text-900);
  background-color: var(--color-primary-25);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-family: var(--font-family--display);
}

.h1 {
  font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
  .h1 {
    font-size: 2.5rem;
  }
}
.h2 {
  font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
  .h2 {
    font-size: 2rem;
  }
}
.h3 {
  font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
  .h3 {
    font-size: 1.75rem;
  }
}
.h4 {
  font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
  .h4 {
    font-size: 1.5rem;
  }
}
.h5 {
  font-size: 1.25rem;
}

.h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: var(--color-link);
  transition: color 0.2s;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}

pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}

kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}

select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}

@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

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

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}


html {
  font-size: 16px;
}
@media screen and (min-width: 50rem) {
  html {
    font-size: 18px;
  }
}

html,
body,
.site {
  height: 100%;
  scroll-padding: var(--scroll-padding);
  color: var(--color-text);
}

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

ul.menu {
  padding: 0;
  margin: 0;
}

blockquote p:last-of-type {
  margin-bottom: 0;
}

.sponsor-logos__wrapper .splide__slide {
  align-items: center;
  display: flex;
}

.border-radius-1 {
  border-radius: var(--radius-1);
}

.border-radius-2 {
  border-radius: var(--radius-2);
}

.border-radius-3 {
  border-radius: var(--radius-3);
}

.border-radius-4 {
  border-radius: var(--radius-4);
}

.geopin_header {
  position: fixed;
  z-index: 0;
  opacity: 0.05;
  transform: rotate(-30deg) translate(-6%, -7%);
  pointer-events: none;
}

.gear_body {
  position: absolute;
  z-index: 0;
  opacity: 0.5;
  pointer-events: none;
}

.splide__slide.who_attends_logos-gallery-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}
.splide__slide.who_attends_logos-gallery-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.media-text,
.container--single-column,
.flex-row.inner-container {
  position: relative;
}

.sidebar--default-theme {
  padding: 1rem;
  background: var(--color-primary-50);
  align-self: flex-start;
  border-radius: var(--radius-1);
}

.last-section {
  margin-bottom: calc(-1 * var(--footer-margin-top, var(--spacer-12)));
}

.pagination {
  display: flex;
  gap: 0.5rem;
}
.pagination .page-numbers {
  border: 1px solid;
  border-radius: var(--radius-1);
  padding: 0 0.5rem;
  display: flex;
  justify-content: center;
}
.pagination .page-numbers:hover, .pagination .page-numbers.current {
  background: var(--color-text);
  color: var(--white);
}

#marketplace_sponsor_logos_wrap {
  position: relative;
}

.wp-block-gallery.wp-block-gallery-1 {
  gap: 10px !important;
}

.is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}

.icon-grid__wrapper {
  position: relative;
}
.icon-grid__wrapper [class*=theme--] {
  box-shadow: 0 2px 5px -2px rgba(102, 102, 102, 0.0666666667);
}

.page-become-a-sponsor .icon-grid__wrapper {
  border-radius: var(--border-radius);
}

.archive .hentry,
.blog .hentry {
  margin-block: 2rem;
  clear: both;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-block: 2rem 2rem;
}
.archive .hentry:first-of-type,
.blog .hentry:first-of-type {
  margin-top: 0;
}
.archive a.post-thumbnail,
.blog a.post-thumbnail {
  float: left;
  width: min(50%, 300px);
  margin-right: 1rem;
}
.archive .nav-links,
.blog .nav-links {
  display: flex;
  justify-content: space-evenly;
}

.site {
  display: flex;
  flex-direction: column;
}

.site-content {
  display: flex;
  flex: 1;
  -moz-column-gap: var(--spacer-grid);
       column-gap: var(--spacer-grid);
  flex-direction: column;
}
.has-sidebar .site-content {
  flex-direction: column;
}
@media screen and (min-width: 50rem) {
  .has-sidebar .site-content {
    flex-direction: row;
  }
}
@media screen and (min-width: 50rem) {
  .site-content aside {
    flex: 0 0 var(--sidebar-width);
  }
}

main {
  flex: 1;
}

.container, .no-sidebar .site-content, .container--single-column, .container--very-narrow, .container--narrow, .single-speaker .site-content, .single-event .site-content, .post-type-archive-event .site-content, .has-sidebar .site-content, .container--wide, .container-fluid {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: var(--spacer-grid);
  padding-right: var(--spacer-grid);
}
@media screen and (min-width: 50rem) {
  .container, .no-sidebar .site-content, .container--single-column, .container--very-narrow, .container--narrow, .single-speaker .site-content, .single-event .site-content, .post-type-archive-event .site-content, .has-sidebar .site-content, .container--wide, .container-fluid {
    max-width: 90%;
  }
}

.container-fluid {
  width: 100%;
  max-width: 100%;
}

.container--wide {
  width: 100%;
  max-width: 80rem;
}

.container--narrow, .single-speaker .site-content, .single-event .site-content, .post-type-archive-event .site-content, .has-sidebar .site-content {
  max-width: 60rem;
}

.container--very-narrow {
  max-width: 48rem;
}

.container--single-column {
  max-width: 40rem;
}
.container--single-column.has_background {
  padding: 2rem;
}

.grid {
  display: grid;
  gap: var(--spacer-grid);
}
.grid.has-sidebar {
  grid-template-columns: 1fr;
  grid-template-areas: "sidebar" "main";
}
@media screen and (min-width: 50rem) {
  .grid.has-sidebar {
    grid-template-areas: "sidebar main";
    grid-template-columns: 250px 1fr;
  }
}
.grid.has-sidebar .sidebar {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: sidebar;
}
.grid.has-sidebar .main {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: main;
}
@media screen and (min-width: 50rem){
  .grid.has-sidebar .sidebar {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .grid.has-sidebar .main {
    -ms-grid-row: 1;
    -ms-grid-column: 2;
  }
}
.grid.__5x {
  grid-template-columns: 1fr 1fr;
  grid-gap: var(--gap);
}
@media screen and (min-width: 40rem) {
  .grid.__5x {
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }
}
@media screen and (min-width: 50rem) {
  .grid.__2x {
    grid-template-columns: repeat(2, 1fr);
  }
  .grid.__3x {
    grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
  }
  .grid.__4x {
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  }
}

.row {
  margin-left: calc(-1 * var(--spacer-grid));
  margin-right: calc(-1 * var(--spacer-grid));
}
.row > .col {
  padding-left: var(--spacer-grid);
  padding-right: var(--spacer-grid);
}

.flex-row {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-grid);
}
@media screen and (min-width: 50rem) {
  .flex-row {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.flex-row.__2x > *, .flex-row.__3x > *, .flex-row.__4x > *, .flex-row.__5x > * {
  flex: 0 1 100%;
}
@media screen and (min-width: 50rem) {
  .flex-row.__2x > * {
    flex: 0 1 calc(50% - var(--spacer-grid));
  }
  .flex-row.__3x > * {
    flex: 0 1 calc(33% - var(--spacer-grid));
  }
  .flex-row.__4x > * {
    flex: 0 1 calc(25% - var(--spacer-grid));
  }
  .flex-row.__5x > * {
    flex: 0 1 calc(20% - var(--spacer-grid));
  }
}

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

.col {
  flex: 1;
}

.col-66 {
  flex: 0 1 66%;
}

.gap-1 {
  gap: var(--spacer-4);
}

.column-gap--large {
  -moz-column-gap: var(--spacer-14);
       column-gap: var(--spacer-14);
}

.flex-col-30 {
  flex: 0 0 30%;
}

.flex-col-50 {
  flex: 1;
}
@media screen and (min-width: 50rem) {
  .flex-col-50 {
    flex: 0 0 50%;
  }
}

.column-12,
.w-100 {
  width: 100%;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.inner-container {
  padding: var(--spacer-inner-container);
}

.media-text .flex-row {
  padding: 3rem;
}

.dashicons-download:before {
  content: "\f316";
  color: currentColor;
}

.fz-display {
  font-size: var(--font-size--display);
  font-family: var(--font-family--display);
  font-weight: 800;
  letter-spacing: -0.07em;
}

.h1 {
  font-size: var(--font-size--xxl);
  font-weight: 800;
  letter-spacing: -0.041em;
  line-height: 1.2;
}

.h2 {
  font-size: var(--font-size--xl);
}

.h3 {
  font-size: var(--font-size--lg);
}

.h4 {
  font-size: var(--font-size--md);
}

.h5 {
  font-size: var(--font-size--sm);
}

.h6 {
  font-size: var(--font-size--xs);
}

h1, h2, h3, h4, h5, h6 {
  color: currentColor;
}
h1 + .subtitle, h2 + .subtitle, h3 + .subtitle, h4 + .subtitle, h5 + .subtitle, h6 + .subtitle {
  margin-top: -0.6rem;
  font-size: var(--font-size--lg);
  font-weight: 400;
}

p {
  margin-bottom: 1rem;
}

.fz-xs {
  font-size: var(--font-size--xs) !important;
}

.fz-sm {
  font-size: var(--font-size--sm) !important;
}

.fz-md {
  font-size: var(--font-size--md) !important;
}

.fz-lg {
  font-size: var(--font-size--lg) !important;
}

.fz-xl {
  font-size: var(--font-size--xl) !important;
}

.fz-xxl {
  font-size: var(--font-size--xxl) !important;
}

.fz-xxxl {
  font-size: var(--font-size--xxxl) !important;
}

.fz-xxxxl {
  font-size: var(--font-size--xxxxl) !important;
}

.fw-semi-bold {
  font-weight: 500 !important;
}

.fw-bold {
  font-weight: 800 !important;
}

.fw-extra-bold {
  font-weight: 900 !important;
}

.ff-display {
  font-family: var(--font-family--display) !important;
}

.display-1 {
  font-size: var(--font-size--display);
  font-family: var(--font-family--display);
  font-weight: 800;
  letter-spacing: -0.07em;
}

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*=wp-image-] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
  display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  clip-path: none;
  color: var(--color-link);
  display: block;
  font-size: 0.875rem;
  font-weight: 700;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em;
}

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  max-width: 100%;
  height: auto;
}

.wp-video {
  width: 100% !important;
}

.wp-video video {
  width: 100% !important;
  height: 100% !important;
}

.mejs-container, .mejs-container .mejs-controls, .mejs-embed, .mejs-embed body {
  width: 100% !important;
}

.img-fluid, .size-img-fluid {
  max-width: none;
  width: 100% !important;
}

.homepage-top-slider {
  height: auto;
  background-color: var(--black);
  --slider-aspect-ratio: 1.25/1;
}
@media screen and (min-width: 40rem) {
  .homepage-top-slider {
    --slider-aspect-ratio: 1.75/1;
  }
}
@media screen and (min-width: 50rem) {
  .homepage-top-slider {
    --slider-aspect-ratio: 8/3;
  }
}

.splide__slide > img {
  height: 100%;
  width: auto;
  flex: 1;
}

.splide,
.splide__track,
.splide__list {
  height: 100%;
  width: 100%;
  flex: 0 0 auto;
}

.splide:not(.is-overflow) .splide__arrows {
  display: none;
}

.splide:not(.is-overflow) .splide__list {
  justify-content: center;
}

.wp-block-splide-carousel {
  margin-bottom: 0;
}

.slider {
  aspect-ratio: var(--slider-aspect-ratio);
}
.slider .splide__slide {
  aspect-ratio: var(--slider-aspect-ratio);
  background-size: cover;
  background-position: center;
}
.slider .slide__overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: hsla(0, 0%, 20%, 0.8);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider .inner-slide {
  max-width: 1080px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  --color-text: var(--color-secondary-100);
  color: var(--color-text);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  align-items: center;
}
.slider .splide__pagination {
  bottom: -1em;
}

.pill {
  font-size: var(--font-size--xs);
  background-color: var(--color-secondary-200);
  padding: 0.125em 1em;
  border-radius: 1rem;
  border: 1px dotted var(--color-secondary-400);
}

[class*=pill--post-type__] {
  margin-left: auto;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 10px;
}

.pillbox {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
}

.frm_primary_label {
  color: var(--color-text) !important;
}

.theme--light-1 {
  --color-text: var(--color-primary-900);
  background-color: var(--color-secondary-100);
}

.theme--light-2 {
  --color-text: var(--color-primary-900);
  background-color: var(--color-primary-33);
}

.theme--light-3, .event-card__wrapper:nth-of-type(3) .event-card {
  --color-text: var(--color-primary-900);
  background-color: var(--color-secondary-300);
}

.theme--bright-1 {
  --color-text: var(--color-primary-900);
  background-color: var(--color-secondary-600);
}

section.theme--dark-1, section.theme--dark-gradient-1, .modal.modal-form section.modal__container, section.theme--medium-1, .event-card__wrapper:nth-of-type(2) section.event-card, section.theme--medium-2 {
  color: var(--color-text);
}

.theme--medium-1, .event-card__wrapper:nth-of-type(2) .event-card {
  background-color: var(--color-primary-50);
}

.theme--medium-2 {
  background-color: var(--color-primary-75);
}

.theme--dark-1 {
  --color-text: var(--color-primary-25);
  background-color: var(--color-primary-900);
}

.theme--dark-gradient-1, .modal.modal-form .modal__container {
  --color-text: var(--color-primary-25);
  background-image: var(--dark-gradient-1);
}

.modal .modal__header {
  position: relative;
  display: flex;
  justify-content: center;
  margin-block: 1rem 2rem;
}
.modal .modal__title {
  font-family: var(--ff-display);
  color: var(--color-text);
  font-size: var(--font-size--xl);
}
.modal .modal__close {
  position: absolute;
  right: 0;
  top: 0;
}
.modal.modal-form .modal__header {
  justify-content: center;
  font-family: var(--ff-display);
}
.modal.modal-form .modal__title {
  text-align: center;
  color: var(--color-white);
  font-size: var(--font-size--lg);
}
.modal.modal-form .modal__container {
  max-width: 680px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 10px #333;
}
.modal.modal-form .with_frm_style .frm_message,
.modal.modal-form .frm_success_style {
  font-size: var(--font-size--md);
}

.modal-form--summit-brochure .modal__container {
  padding-right: 0;
}
.modal-form--summit-brochure .modal__content {
  padding-right: 1rem;
}

.full-page-modal .modal__header {
  text-align: center;
  color: var(--color-text);
}
.full-page-modal .modal__container {
  width: 95%;
  max-width: none;
  max-height: 90vh;
}

.wp-block-button__link {
  transition: box-shadow 0.2s, scale 0.2s;
}
.wp-block-button__link:hover {
  box-shadow: 1px 1px 10px -4px currentColor, 2px 2px 8px grey;
  scale: 1.01;
}

.has-shadow-1 {
  box-shadow: 0 0.125rem 3px #c2c2c2;
}

.button, .highlight-button a {
  --background: $backgroundColor;
  --text-color: $color;
  --color-link: var(--text-color);
  --hoverBackground: var(--text-color, $color);
  --hoverTextColor: var(--background, $background);
  display: inline-block;
  justify-content: center;
  align-items: center;
  font-size: "sm";
  font-size: var(--font-size--sm);
  background-color: var(--background);
  color: var(--text-color);
  font-weight: 500;
  border: 1px solid currentColor;
  padding: calc(0.75 * var(--spacer)) calc(1.5 * var(--spacer));
  padding: var(--spacer-3) var(--spacer-5);
  border-radius: var(--radius-btn);
  line-height: 1;
  text-align: center;
  transition: background-color 0.2s, color 0.2s, scale 0.2s, box-shadow 0.2s;
  position: relative;
}
.button:hover, .highlight-button a:hover {
  background-color: var(--hoverBackground);
  color: var(--hoverTextColor);
  background-color: var(--hoverBackground);
}

.button--sm {
  font-size: var(--font-size--sm);
}

.button--accent {
  --text-color: var(--white);
  --background: var(--color--primary-accent);
}

.button--secondary {
  --color: var(--color-secondary-cta);
  background-color: var(--color);
  border: 1px solid var(--color-secondary-800);
  color: var(--white);
}
.button--secondary.button--outline {
  border-color: var(--color);
  color: var(--color);
  background: transparent;
}
.button--secondary.button--outline:hover {
  --color: var(--white);
  background: var(--color-secondary-cta);
  border-color: var(--color-secondary-cta);
}

.button--primary {
  --text-color: var(--white);
  --background: var(--color-primary-cta);
  border-color: var(--color-primary-accent);
}
.button--primary.button--outline {
  border-color: var(--color);
  --text-color: var(--color-primary-cta);
  --background: transparent;
}
.button--primary.button--outline:hover {
  --text-color: var(--white);
  --background: var(--color-primary-cta);
}

.button--md {
  font-size: var(--font-size--md);
}

.button--lg {
  font-size: var(--font-size--lg);
}

.button--accent {
  --color: var(--white);
  --background: var(--color-primary-accent);
  font-weight: 400;
  border-color: var(--color-primary-200);
}
.button--tertiary {
  --color: var(--color-primary-cta);
  background-color: var(--color-primary-50);
  border: 1px solid var(--black);
}
.button--tertiary:hover {
  --color: var(--white);
  background: var(--color-primary-100);
  border-color: var(--black);
}

.button--full-width {
  width: 100%;
}

.button--inline-submit {
  padding: 0.4rem 1rem;
  margin-bottom: 0;
}

.button--text {
  display: inline-block;
  padding: 0;
  background: none;
  color: var(--color-link);
  border: none;
}

.disabled {
  cursor: not-allowed;
}

.button.disabled, .highlight-button a.disabled,
.button[disabled],
.highlight-button a[disabled] {
  pointer-events: none;
  background: #ccc;
  opacity: 0.4;
  position: relative;
  z-index: 0;
}

.button--light {
  background-color: var(--color-primary-25);
  color: var(--color-text);
}
.button--light:hover {
  background-color: var(--color-primary-75);
}

.button--thin {
  padding: 5px 20px;
}

.button--play {
  --dim: 30px;
  position: relative;
  cursor: pointer;
  display: flex;
  font-size: 0.81em;
  align-items: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  width: -moz-max-content;
  width: max-content;
  /* background: var(--color-primary-accent); */
  border-radius: var(--radius-1);
  border: 1px solid var(--color-primary-400);
}
.button--play:hover {
  box-shadow: 0 0 5px #ccc;
}
.button--play .circle {
  width: var(--dim);
  height: var(--dim);
  flex: 0 0 var(--dim);
  border-radius: 50%;
  background-color: green;
  transition: filter 0.2s;
}
.button--play svg {
  fill: white;
  stroke: white;
  stroke-width: 2;
  transition: all 0.3s;
}
.button--play:hover .circle {
  filter: brightness(110%);
}
.button--play:hover svg {
  transform: scale(1.2, 1.2);
}

@keyframes pulse {
  0% {
    transform: scale(1, 1);
  }
  100% {
    transform: scale(1.2, 1.2);
  }
}
.button_row {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  gap: 10px;
}
@media screen and (min-width: 50rem) {
  .button_row {
    flex-direction: row;
    gap: 1rem;
  }
}

.collapse-panel {
  transition: max-height 0.2s;
  position: relative;
}
.collapse-panel:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  background-image: linear-gradient(to top, white, transparent);
}
.collapse-panel[aria-expanded=true]:after {
  display: none;
}

body:not(.wp-admin) section:not(.widget) .frm_form_field input:not([type=search]),
body:not(.wp-admin) section:not(.widget) .frm_form_field textarea {
  --bg-color: var(--color-primary-900);
  border: 1px dotted var(--color-secondary-400);
  --border-color: var(--color-primary-1000);
  --text-color: var(--color-text);
  border-radius: var(--radius-input);
  --field-height: 39px;
}
body:not(.wp-admin) section:not(.widget) .frm_form_field input:not([type=search]):focus,
body:not(.wp-admin) section:not(.widget) .frm_form_field textarea:focus {
  --text-color: white;
  background-color: var(--color-primary-cta) !important;
}
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style div.frm_description,
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style p.description,
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style div.description,
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style div.frm_description,
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style .frm-show-form > div.frm_description,
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style .frm_error,
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style .frm_pro_max_limit_desc {
  color: var(--color-text);
  opacity: 0.7;
}
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style {
  --section-color: var(--color-text);
  --section-font-size: 1.25rem;
}
body:not(.wp-admin) section:not(.widget) .frm_style_formidable-style.with_frm_style .frm_submit button {
  background: var(--color-primary-accent);
  border: 1px solid var(--color-primary-800);
  box-shadow: none;
}
body:not(.wp-admin) section:not(.widget) .with_frm_style .frm_required {
  color: var(--color-primary-accent);
  color: var(--color-text);
}

.site-footer .widget .frm_primary_label {
  --color-text: #777;
}

.breadcrumbs {
  font-size: var(--font-size--sm);
}

.testimonial__wrap {
  container-type: inline-size;
  container-name: testimonial-card;
}
.testimonial__wrap.single-testimonial__wrap {
  max-width: 55rem;
  width: 95%;
  margin-inline: auto;
}

.testimonial-card {
  --testimonial-font-size: max(18px, 3cqi);
  --testimonial-font-family: var(--font-family--display);
  --foreground: var(--black);
  --background: var(--color-secondary-200);
  color: var(--foreground);
  background: var(--background);
  position: relative;
  z-index: 1;
  border: 1px solid currentColor;
  padding: calc(2 * var(--testimonial-font-size));
  border-radius: var(--radius-3);
  text-align: left;
  position: relative;
  display: flex;
  gap: 2rem;
  flex-direction: column;
  box-shadow: 0 4px 8px #999;
  transition: box-shadow 0.2s;
  font-size: var(--testimonial-font-size, var(--font-size--md));
  font-family: var(--testimonial-font-family);
}
.testimonial-card .testimonial-card__quote-wrapper {
  flex: 1;
}
.testimonial-card blockquote {
  font-weight: 400;
  border-radius: var(--radius-1);
  margin-bottom: 0;
  padding: 2rem;
  background: color-mix(in srgb, #795548 100%, var(--foreground) 100%);
  color: var(--background);
  border-radius: var(--radius-2);
}
.testimonial-card blockquote:before, .testimonial-card blockquote:after {
  content: '"';
  font-size: 1.5em;
  line-height: 1;
  position: absolute;
}
.testimonial-card blockquote:before {
  margin-left: -0.5em;
}
.testimonial-card blockquote:after {
  margin-left: 0.1em;
}
@container testimonial-card (min-width: 40rem) {
  .testimonial-card {
    flex-direction: row;
  }
}
.testimonial-card img {
  border-radius: var(--radius-1);
}

.testimonials-card__image-wrapper {
  width: 10cqi;
  margin-left: auto;
}
@container testimonial-card (min-width: 34rem) {
  .testimonials-card__image-wrapper {
    display: block;
    width: 20cqi;
  }
}

.testimonial-card__logo-wrapper {
  margin-top: 0.35em;
}

.testimonial-slider .splide__slide {
  padding-block: 1rem;
}
.testimonial-slider .testimonial-card__footer {
  margin-top: auto;
}
.testimonial-slider .testimonial-card__footer .testimonial__name {
  order: 4;
  font-weight: 300;
}
.testimonial-slider .testimonial-card__footer .testimonial-card__title {
  font-weight: 500;
}

.testimonial-card__quote-wrapper {
  display: flex;
}

.testimonial-card__footer {
  display: flex;
  flex-direction: row;
  text-align: right;
  font-size: max(0.7em, var(--font-size--sm));
  align-items: flex-end;
  margin-left: auto;
  justify-content: center;
  gap: 0.5rem;
}
@container testimonial-card (min-width: 30rem) {
  .testimonial-card__footer {
    flex-direction: column;
  }
}
.testimonial-card__footer .testimonial__name {
  font-size: var(--font-size--md);
}
.testimonial-card__footer .button--play {
  background: var(--foreground);
  color: var(--background);
  margin-left: auto;
  margin-top: var(--spacer-2);
}

.testimonial-card__footer-content {
  display: flex;
  flex-direction: column;
  margin-left: auto;
}

.testimonial-card__logo-wrapper > img {
  max-width: 100px;
  max-height: 50px;
  height: 100%;
  width: auto !important;
}

.testimonial__name {
  font-weight: 500;
}

.testimonial__title,
.testimonial__company {
  font-size: var(--font-size--xs);
  font-style: italic;
}

.card-item {
  background-color: var(--color-secondary-100);
  padding: 1rem;
  border-radius: var(--radius-2);
  border: 1px solid currentcolor;
  box-shadow: 0 3px 5px -3px #333;
  position: relative;
}

.icon-grid {
  --min: 300px;
  justify-content: center;
  gap: var(--gap);
  display: flex;
  flex-wrap: wrap;
}
.icon-grid > .icon-card {
  flex: 1 1 var(--min);
}
.container--very-narrow .icon-grid > .icon-card {
  --min: 130px;
}

.icon-card {
  position: relative;
  color: var(--color-text);
}
.icon-card .card__title {
  font-weight: 500;
}
.icon-card .card__content {
  font-size: var(--font-size--sm);
}
.icon-card.has-border {
  border: 1px solid currentColor;
  border-radius: var(--radius);
}
.icon-card.icon-left {
  display: flex;
  gap: var(--spacer-4);
}
.icon-card.icon-top {
  justify-content: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  padding: var(--spacer-4);
}
.icon-card.icon-top .card__icon {
  font-size: var(--font-size--xxl);
}
.icon-card.icon-top .card__title {
  font-weight: 300;
}

.card-grid {
  padding-top: var(--spacer);
  padding-bottom: var(--spacer);
}

.image-card {
  position: relative;
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: var(--spacer);
  --box-shadow: 0 3px 5px #999;
  padding: var(--spacer);
  box-shadow: var(--box-shadow);
  border-radius: var(--border-radius, 8px);
  color: var(--color-text);
  max-width: var(--max-card-width);
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 50rem) {
  .image-card {
    margin-left: initial;
    margin-right: initial;
  }
}

.card__image-wrap {
  position: relative;
  aspect-ratio: 16/4;
  overflow: hidden;
  border-radius: var(--border-radius, 4px);
  box-shadow: var(--box-shadow);
  border: 1px solid #333;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.card__image-wrap img {
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}

.event-cards__row {
  display: flex;
  justify-content: space-between;
}

.event-card__wrapper {
  position: relative;
  flex: 1;
  max-width: var(--max-card-width);
  height: auto;
  display: flex;
  flex-direction: column;
  width: 100%;
  margin: auto;
}
.event-card {
  display: flex;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  gap: var(--spacer);
  padding: var(--spacer);
  border: 1px solid;
  border-radius: var(--border-radius);
  box-shadow: var(--box-shadow-1);
  color: var(--color-text);
}

.event__top-bar {
  padding: 0 var(--spacer-2);
  display: flex;
  flex-wrap: wrap;
}

.event-card__link {
  margin-left: auto;
}
.event-card__link a {
  display: inline-block;
}

.glass {
  background: hsla(0, 0%, 0%, 0.1);
  border-radius: var(--radius-2);
  box-shadow: 0 0px 8px -3px var(--color-secondary-400);
}

.stats-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  gap: var(--gap);
}

.bold-stat {
  color: var(--color-secondary-400);
  font-family: var(--font-family--display);
  font-family: "montserrat", var(--font-family--display);
  padding: 1rem;
  flex: 0 1 20%;
  min-width: 100px;
  container-type: inline-size;
}
.bold-stat sup {
  font-size: 0.5em;
  font-weight: 400;
}
.bold-stat__number {
  font-size: var(--font-size--display);
  font-weight: 1000;
  line-height: 1;
  letter-spacing: -1.51px;
  font-size: 50cqi;
}
.bold-stat__title {
  font-size: 0.8rem;
  font-weight: 400;
}

.sponsor-item {
  scroll-padding: 400px;
  border-width: 2px;
  border-color: var(--color-text);
  margin-bottom: auto;
}
.sponsor-item:target {
  border-color: var(--color-secondary-600);
  animation: flash 700ms 1 1000ms;
}
.sponsor-item .sponsor__logo {
  width: 200px;
  height: 80px;
  display: flex;
  justify-content: center;
  align-items: end;
}
.sponsor-item .sponsor__logo img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.sponsor__logo__wrapper {
  text-align: center;
}

.sponsor-level--gold {
  flex: 0 0 33%;
  max-width: 33%;
  max-height: 100px;
}
.sponsor-level--silver {
  flex: 0 0 17%;
  max-width: 17%;
  max-height: 100px;
}
.sponsor-level--silver img {
  max-width: 100%;
  max-height: 100%;
}
.sponsor-level--bronze {
  flex: 0 0 10%;
  max-width: 10%;
  max-height: 100px;
}
.sponsor-level--bronze img {
  width: 100%;
  height: 100%;
}

.speaker__meta {
  line-height: 1.2;
  font-size: var(--font-size--sm);
  font-weight: 500;
}

.speaker__title {
  font-style: italic;
  font-weight: 400;
  font-size: 0.7rem;
  font-size: 0.8em;
}

.speaker__name {
  line-height: 1.2;
  font-size: 1rem;
  font-size: 0.9em;
}

.speaker-card {
  display: flex;
  flex-direction: column;
  container-type: inline-size;
  font-size: clamp(0.8rem, 7cqi, 1rem);
}

.speakers-list {
  row-gap: var(--spacer-8);
}

.speaker__headshot {
  align-self: flex-start;
  position: relative;
  border-radius: var(--radius-1);
  overflow: hidden;
  margin-bottom: var(--spacer-2);
}

.speaker__logo-wrapper {
  display: flex;
  justify-content: center;
  padding: 10px;
}

.speaker__logo-content {
  height: 40px;
  display: flex;
  align-items: center;
}
.speaker__logo-content > img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
}

.content-column {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.speaker__events-list {
  padding: 1rem;
  background: var(--color-primary-50);
  border-radius: 4px;
}

.iframe-modal .modal__close {
  color: var(--black);
}
.iframe-modal .modal__container {
  max-width: 1280px;
  width: 90%;
  height: 90vh;
  overflow: hidden;
}
.iframe-modal .modal__content {
  height: 100%;
}

.top-notification-bar {
  padding-block: 10px;
  font-size: var(--font-size--sm);
}
.top-notification-bar button {
  padding-block: 5px;
}

.notification__text {
  max-width: 70ch;
  text-wrap: balance;
}
@media screen and (min-width: var(--container--narrow)) {
  .notification__text {
    text-wrap: pretty;
  }
}

.notification__anchor {
  display: flex;
  flex-wrap: wrap;
  gap: 0.51rem;
}

.tabs-header {
  padding: 0;
  margin-top: 4rem;
  list-style-type: none;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
  gap: 2rem;
  padding: 0 1rem;
}

.tabs-header li {
  cursor: pointer;
  font-weight: 400;
  border: 1px solid;
  padding: 1rem;
  border-bottom: none;
  border-top-right-radius: var(--border-radius);
  border-top-left-radius: var(--border-radius);
  font-size: var(--font-size--sm);
  line-height: 1.1;
  text-align: right;
  background: transparent;
  transition: background-color 0.12s, color 0.12s;
}
.tabs-header li .active {
  font-weight: 800;
  background-color: var(--color-primary-300);
}

.tabs-content {
  padding: 20px;
  border: 1px solid #333;
  font-weight: bold;
  background: var(--color-secondary-100);
  border-radius: var(--border-radius);
}

.tab {
  display: flex;
  width: 100%;
  flex-direction: column;
}

.benefits__wrap {
  padding: 0;
  display: grid;
  gap: 1rem;
  list-style-type: none;
  grid-template-columns: repeat(auto-fit, minmax(180px, 275px));
  justify-content: center;
}

.benefit__column-header {
  flex: auto;
  margin-bottom: auto;
  background: var(--color-text);
  width: 100%;
  border-radius: var(--border-radius);
  padding: var(--spacer-2);
}
.benefit__column-header .benefit__header-item {
  color: white;
}

.benefit-column-grid {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.benefit-column-grid.benefit__labels {
  display: none;
  max-width: 250px;
  line-height: 1.2;
  padding-right: 1em;
}
.benefit-column-grid.benefits__list {
  display: flex;
  flex-direction: column;
  align-items: center;
  border: 1px solid;
  border-radius: var(--radius-2);
  text-align: center;
  background: var(--color-secondary-200);
  position: relative;
}
.benefit-column-grid .benefit__label {
  font-weight: 400;
  font-size: var(--font-size--xs);
}
.benefit-column-grid .benefit__link {
  box-shadow: 0 0 3px -1px #333;
  margin: 0.5rem;
  flex: 1;
}
.benefit-column-grid .benefit__link:empty {
  display: none;
}
.benefit-column-grid > .benefit__item {
  width: 100%;
  padding-top: 0.5rem;
  border-top: 1px solid #ccc;
  min-height: 1em;
  margin-top: 0.5em;
  line-height: 1.2;
}

.pricing-table__header .active {
  background: var(--color-primary-900);
  color: white;
  box-shadow: 0 2px 5px #333;
}

.tabs-header.pricing-table__header {
  gap: 0;
  margin-top: 1rem;
}
@media screen and (min-width: 50rem) {
  .tabs-header.pricing-table__header {
    gap: 1rem;
  }
}
.tabs-header.pricing-table__header li {
  font-weight: 300;
  padding: 0.5rem;
  border-color: var(--color-text);
}
.tabs-header.pricing-table__header li.active {
  font-weight: 400;
}
@media screen and (min-width: 50rem) {
  .tabs-header.pricing-table__header li {
    padding: 1rem;
    font-size: var(--font-size--md);
  }
}

.pricing-table__tabs-content {
  background: var(--color-primary-900);
}
.pricing-table__tabs-content .subheading {
  color: var(--color-secondary-100);
}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */
.hamburger {
  padding: 15px 15px;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger:hover {
  opacity: 0.7;
}
.hamburger.is-active:hover {
  opacity: 0.7;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: var(--hamburger-color);
}

.hamburger-box {
  width: 40px;
  height: 24px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
}
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 40px;
  height: 4px;
  background-color: var(--hamburger-color);
  border-radius: 4px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}
.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -10px;
}
.hamburger-inner::after {
  bottom: -10px;
}

/*
 * Slider
 */
.hamburger--slider .hamburger-inner {
  top: 2px;
}
.hamburger--slider .hamburger-inner::before {
  top: 10px;
  transition-property: transform, opacity;
  transition-timing-function: ease;
  transition-duration: 0.15s;
}
.hamburger--slider .hamburger-inner::after {
  top: 20px;
}
.hamburger--slider.is-active .hamburger-inner {
  transform: translate3d(0, 10px, 0) rotate(45deg);
}
.hamburger--slider.is-active .hamburger-inner::before {
  transform: rotate(-45deg) translate3d(-5.7142857143px, -6px, 0);
  opacity: 0;
}
.hamburger--slider.is-active .hamburger-inner::after {
  transform: translate3d(0, -20px, 0) rotate(-90deg);
}

.hamburger {
  --hamburger-color: var(--color-link);
}
.clockdiv {
  /* color: #fff; */
  display: inline-block;
  text-align: center;
  font-size: var(--font-size--xxl);
}

.clockdiv > div {
  padding: 10px;
  border-radius: 3px;
  background: var(--color-primary-75);
  display: inline-block;
}

.clockdiv div > span {
  padding: 15px;
  border-radius: 3px;
  background: var(--color-primary-25);
  display: inline-block;
  font-weight: 600;
}

.smalltext {
  padding-top: 5px;
  font-size: 16px;
}

.flex-gallery {
  width: 100%;
  margin: 0 auto;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  row-gap: 2rem;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.flex-gallery__item {
  max-width: 100px;
  display: flex;
}
@media screen and (min-width: 40rem) {
  .flex-gallery__item {
    max-width: 175px;
  }
}
@media screen and (min-width: 50rem) {
  .flex-gallery__item {
    max-width: 300px;
  }
}

.flex-gallery__item img {
  max-width: 100%;
  width: 100%;
  height: auto;
  max-height: 100px;
  -o-object-fit: contain;
     object-fit: contain;
}

.flex-gallery__item:before {
  content: "";
  display: none;
  padding-top: 100%;
}

.logo_slider_wrapper .has-background {
  padding: 10px;
}
.logo_slider_wrapper figure {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.logo_slider_wrapper figure img {
  height: 100%;
  width: auto;
}

.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--prev {
  left: 1em !important;
}
.wp-block-splide-carousel .splide__arrows--ltr .splide__arrow--next {
  right: 1em !important;
}

ul.no-bullets, ul.no-bullet {
  list-style-type: none;
  padding-left: 0;
  margin-bottom: 0;
}

dl {
  margin-bottom: 0;
}
dl .dotted-connector {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 10px 0;
  text-align: center;
}
@media screen and (min-width: 50rem) {
  dl .dotted-connector {
    flex-direction: row;
    align-items: end;
    justify-content: space-between;
    text-align: left;
  }
}
dl .dotted-connector dt, dl .dotted-connector dd {
  line-height: 1.2;
}
dl .dotted-connector dt {
  font-weight: 400;
  flex: 2;
}
@media screen and (min-width: 50rem) {
  dl .dotted-connector dt {
    flex: 0 1 auto;
  }
}
dl .dotted-connector dd {
  font-weight: 600;
  flex: 1;
  margin: 0;
  text-align: right;
  font-size: var(--font-size--md);
}
@media screen and (min-width: 50rem) {
  dl .dotted-connector dd {
    flex: 0 1 auto;
    font-size: var(--font-size--sm);
  }
}
dl .dotted-connector .dots {
  display: none;
  margin: 0 10px 0;
  flex: 1 1 auto;
  border-bottom: 1px dotted;
}
@media screen and (min-width: 50rem) {
  dl .dotted-connector .dots {
    display: block;
  }
}

dd {
  margin-left: 1rem;
  font-size: var(--font-size--sm);
}

.section-header.flexible-content-wrap {
  margin-bottom: var(--spacer-4);
}

[class^=theme--] {
  --section-padding: 4rem;
}

section[class*=theme--]:not(.no-padding) > :first-child {
  padding-top: var(--section-padding);
}
section[class*=theme--]:not(.no-padding) > :first-child .slider {
  margin-top: calc(-1 * var(--section-padding));
}

section[class*=theme--] {
  padding-bottom: var(--section-padding);
}
section[class*=theme--] .slider {
  margin-bottom: calc(-1 * var(--section-padding));
}

.theme--false + .theme--false,
.flexible-content-wrap + .flexible-content-wrap {
  padding-top: calc(0.5 * var(--section-padding));
}

.theme--medium-1 + .theme--medium-1,
.theme--light-1 + .theme--light-1:not(.image-card),
.theme--light-1 + .theme--false {
  padding-top: 0;
}

.who_attends_logos__wrapper {
  padding-top: calc(0.5 * var(--section-padding));
  padding-bottom: calc(0.5 * var(--section-padding));
}

.has-sidebar .site-content {
  padding-block: var(--spacer-body-top-margin, 2rem);
}

.menu-toggle {
  display: inline-block;
}
@media screen and (min-width: 50rem) {
  .menu-toggle {
    display: none;
  }
}

.site-description {
  display: none;
}

.site-header {
  padding-top: var(--spacer);
  position: relative;
  border-bottom: 1px solid;
}
.site-header .top-row {
  justify-content: space-between;
}

.site-branding {
  width: 30%;
  min-width: 150px;
  max-width: 400px;
}
.site-branding img {
  width: 100%;
  height: auto;
}

.top-nav--menu {
  margin-left: auto;
  list-style-type: none;
  display: flex;
  word-spacing: -0.1em;
  -moz-column-gap: var(--spacer-6);
       column-gap: var(--spacer-6);
  font-size: var(--link-size);
}
@media screen and (min-width: 50rem) {
  .top-nav--menu {
    align-items: end;
  }
}
.top-nav--menu .menu-item {
  font-weight: 300;
  letter-spacing: 1px;
}
.top-nav--menu a:hover {
  border-bottom: 1px dotted;
}

.highlight-button a {
  border-color: var(--color-secondary-800);
  font-size: var(--font-size--sm);
  font-size: inherit;
  padding-top: var(--spacer-1);
  padding-bottom: var(--spacer-1);
  background: var(--color-secondary-400);
  font-weight: 400;
  color: var(--color-link);
  letter-spacing: 0.1px;
}
.highlight-button a:hover {
  border: 1px solid;
}

.site-footer {
  --color-text: var(--white-199);
  color: var(--color-text);
  background: var(--dark-gradient-1);
}
.site-footer .inner-footer {
  padding-top: var(--spacer-8);
  padding-bottom: var(--spacer-8);
}
.site-footer .site-footer-logo {
  display: inline-block;
  max-width: 200px;
}
.site-footer .site-description {
  display: block;
  margin-bottom: 0;
  font-size: var(--font-size--xs);
  color: var(--color-secondary-300);
  letter-spacing: 1px;
  font-family: var(--font-family--display);
}
.site-footer .footer-col {
  flex: auto;
}
.site-footer .first-footer-col {
  min-width: 13rem;
}
.site-footer .footer-col-wide {
  flex: 1;
  min-width: 300px;
  width: 100%;
}
.site-footer .menu {
  list-style-type: none;
}

.footer-gallery {
  border-top: 3px solid green;
  border-bottom: 3px solid green;
}
.footer-gallery img {
  -o-object-fit: cover;
     object-fit: cover;
}

.footer-col-widgets {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
}
.footer-col-widgets > * {
  flex: auto;
}
.footer-col-widgets > * .widget {
  width: 100%;
}

.primary-navbar {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  width: 85%;
  max-width: 310px;
  background-image: var(--dark-gradient-1);
  transform: translatex(-100%);
  transition: transform 0.2s;
  z-index: 100;
}
.primary-navbar.is-active {
  transform: translatex(0);
  box-shadow: 2px 0 70px 0px black;
}
.primary-navbar .inner-primary-nav {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 90%;
  margin-top: 2rem;
  row-gap: var(--spacer);
}
@media screen and (min-width: 50rem) {
  .primary-navbar .inner-primary-nav {
    margin-top: 0;
  }
}
@media screen and (min-width: 50rem) {
  .primary-navbar {
    display: flex;
    position: relative;
    align-items: flex-end;
    margin-top: var(--spacer-sm);
    background-color: var(--color-text);
    transform: translatex(0);
    width: 100%;
    max-width: initial;
    box-shadow: none;
  }
}

@media screen and (min-width: 50rem) {
  .main-navigation {
    width: 100%;
  }
}
.main-navigation .main-nav--menu {
  list-style-type: none;
  display: flex;
  gap: var(--spacer);
  word-spacing: -0.1em;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
@media screen and (min-width: 50rem) {
  .main-navigation .main-nav--menu {
    flex-direction: row;
    justify-content: space-evenly;
  }
}
.main-navigation .menu-item {
  font-weight: 300;
  color: var(--color-main-nav-link);
  letter-spacing: 0.5px;
}
@media screen and (min-width: 50rem) {
  .main-navigation .menu-item {
    margin: 5px 0;
    font-size: var(--font-size--main-nav);
  }
}
.main-navigation .menu-item a {
  text-decoration: underline;
  text-decoration-color: transparent;
  text-underline-offset: 0.2rem;
  text-decoration-thickness: 1px;
}
.main-navigation .menu-item.current-menu-item a, .main-navigation .menu-item:hover a {
  color: var(--color-secondary-800);
  text-decoration-color: var(--color-secondary-800);
  text-underline-offset: 0.5rem;
}

.menu-toggle {
  position: relative;
  z-index: 200;
}
@media screen and (min-width: 50rem) {
  .menu-toggle {
    display: none;
  }
}

@media screen and (max-width: 50rem) {
  .top-nav--container, .main-navigation {
    width: 100%;
  }
}

.top-nav--container {
  --color-link: var(--color-secondary-100);
  order: 10;
}
@media screen and (min-width: 50rem) {
  .top-nav--container {
    --link-size: var(--font-size--xs);
    --color-link: var(--color-text);
    order: 0;
    position: absolute;
    right: var(--gap);
    transform: translateY(-200%);
    display: flex;
    align-items: center;
  }
}

@media screen and (max-width: 50rem) {
  .top-nav--menu {
    flex-direction: column;
    row-gap: var(--spacer);
  }
}

.event-archive-item {
  display: flex;
  flex-direction: column;
  align-items: start;
  -moz-column-gap: var(--spacer-8);
       column-gap: var(--spacer-8);
  padding: 2rem;
  border-radius: var(--border-radius);
  background: var(--color-primary-33);
  border: 1px solid var(--color-greys-100);
  position: relative;
}
@media screen and (min-width: 50rem) {
  .event-archive-item {
    flex-direction: row;
    align-items: start;
  }
}
.event-archive-item:not(first-of-type) {
  margin-top: var(--spacer-lg);
}
.event-archive-item .event-item--info {
  flex: 1;
}
.event-archive-item .event-archive-item--sidebar {
  width: 200px;
}
@media screen and (min-width: 50rem) {
  .event-archive-item .event-archive-item--sidebar {
    flex: 0 0 200px;
  }
}
.event-archive-item .event--description {
  font-size: var(--font-size--sm);
}

.event-archive-item--meta-date {
  line-height: 1;
  color: var(--color-primary-accent);
}

.event-archive-item--button {
  width: 100%;
}
.event-archive-item--button:nth-of-type(2) {
  margin-top: 1rem;
}

.event--categories {
  display: flex;
  gap: 0.251rem;
  align-items: center;
}
.event--categories .pill {
  font-size: var(--font-size--xxs);
}

.filter__input-wrapper form {
  display: flex;
}

.filter__category-wrapper,
.filter__prev-next-wrapper {
  display: flex;
  gap: var(--spacer-2);
}

.single-event .speaker__logo-wrapper {
  display: none;
}

.single-speaker .site-content {
  padding-top: var(--spacer-body-top-margin);
}
.single-speaker .speaker__logo-wrapper {
  order: 10;
}
.single-speaker .speaker-card .speaker__name {
  display: none;
}

.sponsor-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 1rem;
  border: 1px solid;
  border-radius: var(--radius-4);
  padding: 2rem 2rem;
  position: relative;
  background-color: var(--color-primary-25);
}
.sponsor-item .sponsor__name {
  display: none;
  font-weight: 500;
  font-size: var(--font-size--lg);
}
.sponsor-item .sponsor__description {
  max-height: 90px;
  overflow: hidden;
}

.articles.main {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-columns: repeat(auto-fit, minmax(330px, 1fr));
}

.special-title {
  font-size: var(--font-size--lg);
  font-weight: 600;
  margin-bottom: 1rem;
}

.annual_summit {
  display: flex;
  flex-direction: column;
}
.annual_summit :target:before {
  content: "";
  display: block;
  height: 50px;
}
.annual_summit .py-4 + .py-4 {
  margin-top: -2rem;
}
.annual_summit .travel_troup {
  padding: var(--spacer-12) 0;
}
.annual_summit .landing__ctas {
  margin-bottom: var(--spacer-8);
}
.annual_summit .button--register {
  font-weight: 800;
  letter-spacing: 1px;
}
.annual_summit .key-speakers .speaker__headshot,
.annual_summit .all-leadership .speaker__headshot {
  border: 1px solid;
}
.annual_summit .key-speakers .speaker__name,
.annual_summit .all-leadership .speaker__name {
  order: 0;
}
.annual_summit .key-speakers .speaker__logo-wrapper,
.annual_summit .all-leadership .speaker__logo-wrapper {
  background: var(--color-primary-33);
}
.annual_summit .key-speakers .speaker__meta,
.annual_summit .all-leadership .speaker__meta {
  display: flex;
  flex-direction: column;
}
.annual_summit .key-speakers .speaker__company,
.annual_summit .all-leadership .speaker__company {
  order: -1;
  font-weight: 600;
  font-size: var(--font-size--sm);
}
.annual_summit .key-speakers .speaker__title,
.annual_summit .all-leadership .speaker__title {
  font-weight: 400;
  font-size: var(--font-size--xs);
}
.annual_summit .all-speakers-grid {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
}
.annual_summit .agenda__item-wrap {
  border: 2px solid var(--color-primary-75);
  border-radius: var(--radius-1);
  padding: calc(0.5 * var(--spacer-grid));
  background-color: var(--color-secondary-100);
  position: relative;
  box-shadow: 0 2px 10px -7px #333;
}
.annual_summit .agenda__title {
  font-weight: 700;
  border-bottom: 1px dotted;
}
.annual_summit .agenda__dates {
  font-size: var(--font-size--sm);
  margin-bottom: 1rem;
}
.annual_summit .agenda__contents {
  font-size: var(--font-size--sm);
}
.annual_summit .agenda__contents li {
  line-height: 1.2;
  margin-bottom: var(--spacer-2);
}
.annual_summit .landing__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.annual_summit .landing__text {
  text-align: center;
  font-weight: 500;
  font-size: var(--font-size--xl);
  line-height: 1.1;
  color: var(--color-text);
}
.annual_summit .secondary-nav__wrapper {
  z-index: 10;
  display: flex;
  justify-content: center;
  color: var(--color-text);
}
.annual_summit .secondary-nav__wrapper.is-pinned .secondary-nav {
  transform: translatey(-1px);
  box-shadow: 0 3px 5px #444;
}
.annual_summit .secondary-nav__wrapper .secondary-nav {
  background: var(--color-primary-800);
  display: flex;
  justify-content: center;
  border-bottom-left-radius: var(--radius-1);
  border-bottom-right-radius: var(--radius-1);
  padding: 0.51em 2em;
}
.annual_summit .secondary-nav__wrapper .button--text {
  font-size: var(--font-size--sm);
  white-space: nowrap;
  font-weight: 400;
  padding: 1rem 0.5rem;
  display: flex;
}
@media screen and (min-width: 50rem) {
  .annual_summit .secondary-nav__wrapper .button--text {
    padding: 1rem 2rem;
  }
}
.annual_summit .secondary-nav__wrapper .button--text:hover {
  color: var(--color-secondary-400);
}
.annual_summit .title-section {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-12);
}
.annual_summit .summit-title {
  letter-spacing: -2px;
  line-height: 1;
}
.annual_summit .summit-subtitle {
  font-size: var(--font-size--lg);
  font-weight: 600;
  text-transform: uppercase;
}
.annual_summit .text-block {
  font-weight: 400;
  font-size: var(--font-size--md);
}
.annual_summit .inner-container {
  padding: 2rem;
  border-radius: var(--radius-4);
}
.annual_summit .single-testimonial .inner-container {
  background: var(--color-secondary-200);
}
.annual_summit dt:before {
  content: "- ";
}
.annual_summit dd {
  font-weight: 400;
  font-size: var(--font-size--sm);
  margin-left: 0.7rem;
}
.annual_summit blockquote {
  font-size: var(--font-size--lg);
  font-family: "montserrat";
  font-weight: 400;
}
.annual_summit #primary-reg-link-section {
  margin: -1rem;
  padding: 1rem;
  border-radius: 24px;
}
.annual_summit #primary-reg-link-section:before {
  display: none;
}
.annual_summit #primary-reg-link-section:target {
  scroll-margin: 5rem;
  animation: flashYellow 2s ease-in-out 1s 1 forwards;
}
@keyframes flashYellow {
  from {
    background: hsla(0, 0%, 10%, 0.5);
  }
  to {
    background: transparent;
  }
}

.sponsor-level {
  border-radius: var(--radius-1);
  --sponsor-height: 85px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.sponsor-level .sponsor-level__title {
  font-weight: 800;
  letter-spacing: 2px;
  text-align: center;
  padding: 0.51rem;
  /* background-color: #ccc; */
  /* min-width: 200px; */
  width: auto;
  display: inline-block;
  color: var(--color-text);
  align-items: center;
  /* border-radius: var(--radius-1); */
  border-bottom: 2px solid var(--color-primary-75);
  font-size: var(--font-size--body-lg);
  text-transform: uppercase;
}
.sponsor-level .grid {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 2rem;
}
.sponsor-level .grid .sponsor__link {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.sponsor-level .grid .sponsor__link.uses-background-logo {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  width: var(--logo-width, 20%);
  height: 100%;
}
.sponsor-level .grid .sponsor__link img {
  height: 100%;
  width: 100%;
}
.sponsor-level .sponsor--link-logo {
  --sponsor-height: 80px;
  height: var(--sponsor-height);
}
.sponsor-level:nth-of-type(2) .sponsor--link-logo {
  --sponsor-height: 40px ;
}
.sponsor-level:nth-of-type(3) .sponsor--link-logo {
  --sponsor-height: 40px;
}
.sponsor-level:nth-of-type(4) .sponsor--link-logo {
  --sponsor-height: 40px;
}

.sponsor__logo__wrapper {
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 1/1;
  opacity: 0.8;
  transition: opacity 0.2s;
}
.sponsor__logo__wrapper:hover {
  opacity: 1;
}
.sponsor__logo__wrapper img {
  max-width: 100%;
  max-height: 100%;
}

.logo-gallery {
  display: flex;
  flex-wrap: wrap;
  gap: var(--gap);
  justify-content: center;
}
.logo-gallery .logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
  flex: 0 1 40%;
}
@media screen and (min-width: 50rem) {
  .logo-gallery .logo-item {
    flex: 0 1 15%;
  }
}

.mapconnected-network {
  position: relative;
}
.mapconnected-network .inner-container {
  position: relative;
}
.mapconnected-network:before, .mapconnected-network:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.mapconnected-network:before {
  background-color: var(--color-primary-50);
  opacity: 0.85;
}
.mapconnected-network:after {
  background-image: url(images/mapconnected-network.d3c6c4f0.jpg);
  background-size: cover;
  filter: blur(4px);
  z-index: -1;
}

.give_take {
  position: relative;
  overflow: hidden;
}
.give_take .bg_ampersand {
  position: absolute;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 211vw;
  line-height: 1;
  font-weight: 800;
  top: 50%;
  opacity: 0.25;
}
@media screen and (min-width: 50rem) {
  .give_take .bg_ampersand {
    font-size: 21vw;
    opacity: 0.5;
  }
}
.give_take .content {
  text-align: center;
  max-width: 300px;
  padding: 1rem;
}

.page-become-a-speaker .speakers-list .speaker__meta {
  margin-top: 10px;
  display: flex;
  flex-direction: column;
}
.page-become-a-speaker .speakers-list .speaker__company {
  font-size: 1em;
  font-weight: 800;
  order: -1;
  line-height: 1;
}
.page-become-a-speaker .speakers-list .speaker__title {
  font-size: 0.8em;
  font-weight: 400;
}
.page-become-a-speaker .speakers-list .speaker__name {
  order: 10;
}

.event__buttons-list {
  gap: var(--spacer-3);
}

.single-event .entry-content {
  display: flex;
  flex-direction: column;
  gap: var(--grid-gap, 2rem);
}

.single-event .h1,
.single-post .h1 {
  font-size: var(--font-size--xl);
  font-weight: 500;
}
.single-event .site-content,
.single-post .site-content {
  display: grid;
}
@media screen and (min-width: 50rem) {
  .single-event .site-content,
  .single-post .site-content {
    grid-template-columns: 1fr var(--sidebar-width);
  }
}
.single-event .sidebar dl:last-of-type,
.single-post .sidebar dl:last-of-type {
  margin-bottom: 0;
}
.event--sponsors-wrap .event-sponsor {
  opacity: 0.8;
  width: 80px;
  border-bottom: 2px solid transparent;
  transition: border 0.2s, opacity 0.2s;
}
.event--sponsors-wrap .event-sponsor:hover {
  border-color: currentColor;
  opacity: 1;
}

.event__time-list {
  --gap: var(--spacer-2);
  display: flex;
  flex-direction: column;
  gap: var(--gap);
}

.event__time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  line-height: 1.2;
  font-size: var(--font-size--sm);
}
.event__time:after {
  content: "";
  width: 100%;
  height: 1px;
  margin-top: var(--gap);
  border-bottom: 1px dotted;
  opacity: 0.3;
}

.event__time-label {
  text-align: left;
  max-width: 45%;
  font-weight: 400;
}

.event__time-value {
  margin: 0;
  text-align: right;
}

.event--header {
  gap: 1rem;
  display: flex;
}

.sponsors-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.5rem;
  justify-content: center;
  align-items: center;
}

.events-search__wrapper {
  display: flex;
  flex-direction: column;
}
.events-search__wrapper button, .events-search__wrapper input {
  width: 100%;
}

.single-event-sidebar {
  display: flex;
  flex-direction: column;
  gap: var(--spacer-2);
}
.single-event-sidebar > * {
  width: 100%;
}

.scrollbar-styled::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #F5F5F5;
}

.scrollbar-styled::-webkit-scrollbar {
  width: 12px;
  background-color: #F5F5F5;
}

.scrollbar-styled::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}

.scrollbar-styled {
  scrollbar-color: var(--color-primary-600) var(--color-primary-300);
  scrollbar-width: thin;
}

.widget .frm_fields_container {
  display: flex !important;
  flex-direction: column !important;
}
.widget .frm_forms.with_frm_style.frm_inline_form.frm_style_formidable-style {
  width: 100%;
}
.widget .frm_button_submit.frm_button_submit {
  width: 100% !important;
  background: var(--color-primary-300) !important;
}
.widget .frm_style_formidable-style.with_frm_style .form-field {
  margin-bottom: 0;
}
.widget .frm_style_formidable-style.with_frm_style .form-field input {
  background: var(--color-primary-25);
}
.widget .with_frm_style .frm_form_fields > fieldset {
  padding-bottom: 0;
}

.alignfull {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: none;
}

@keyframes flash {
  75% {
    background-color: var(--color-secondary-400);
  }
  100% {
    background-color: transparent;
  }
}

/*# sourceMappingURL=main.css.map*/