:root {
  font-size: 16px;
}

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

.mt-8 {
  margin-top: 0.5rem !important;
}

.mt-16 {
  margin-top: 1rem !important;
}

.mt-24 {
  margin-top: 1.5rem !important;
}

.mt-40 {
  margin-top: 2.5rem !important;
}

.mt-60 {
  margin-top: 3.75rem !important;
}

.mt-80 {
  margin-top: 5rem !important;
}

.mt-126 {
  margin-top: 8rem !important;
}

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

.mb-8 {
  margin-bottom: 0.5rem !important;
}

.mb-16 {
  margin-bottom: 1rem !important;
}

.mb-20 {
  margin-bottom: 1.25rem !important;
}

.mb-24 {
  margin-bottom: 1.5rem !important;
}

.mb-32 {
  margin-bottom: 2rem !important;
}

.mb-40 {
  margin-bottom: 2.5rem !important;
}

@media (max-width: 992px) {
  .mt-60 {
    margin-top: 1.75rem !important;
  }
  .mt-126 {
    margin-top: 4rem !important;
  }
}
@media (max-width: 582px) {
  .mt-60 {
    margin-top: 0 !important;
  }
  .mt-126 {
    margin-top: 0 !important;
  }
}
.max-width-520 {
  max-width: 32.5rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-600 {
  max-width: 37.5rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-720 {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-730 {
  max-width: 45.625rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-920 {
  max-width: 57.5rem;
  margin-left: auto;
  margin-right: auto;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  -moz-appearance: textfield;
       appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

a {
  text-decoration: underline;
  color: #54FEF5;
  transition: all 0.2s ease;
}
a:hover {
  text-decoration: none;
  color: #54FEF5;
  transition: all 0.2s ease;
}

body.page--white-bg a, body.page--cream-bg a {
  color: #111C46;
}
body.page--white-bg a:hover, body.page--cream-bg a:hover {
  color: #111C46;
}

strong {
  font-weight: 600;
}

h1 {
  font-weight: 600;
  font-size: 3.75rem;
  line-height: 1;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

h2 {
  font-weight: 600;
  font-size: 3.125rem;
  line-height: 1.1;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h2.has-large-font-size {
  font-size: 4.5rem !important;
  line-height: 1 !important;
}
h2.has-medium-font-size {
  font-size: 2.5rem !important;
  line-height: 1 !important;
}

h3 {
  font-weight: 600;
  font-size: 1.975rem;
  line-height: 1.15;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h3.has-medium-font-size {
  font-size: 1.625rem !important;
  line-height: 1.2 !important;
}

h4 {
  font-weight: 600;
  font-size: 1.425rem;
  line-height: 1.3;
  margin-top: 1rem;
  margin-bottom: 0.5rem;
}

h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

h6 {
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 1.4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

p {
  margin: 1.25rem 0;
}

p.has-large-font-size {
  font-size: 2.5rem !important;
  line-height: 1.3 !important;
}

p.has-medium-font-size {
  font-size: 1.625rem !important;
  line-height: 1.3 !important;
}

p.has-small-font-size {
  font-size: 0.75rem !important;
}

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

@media (max-width: 782px) {
  h1 {
    font-size: 2.25rem;
  }
  h2 {
    font-size: 2rem;
  }
  h2.has-large-font-size {
    font-size: 3rem !important;
  }
  h2.has-medium-font-size {
    font-size: 1.75rem !important;
  }
  h3 {
    font-size: 1.5rem;
  }
  h4 {
    font-size: 1.125rem;
  }
  h5 {
    font-size: 1rem;
  }
  h6 {
    font-size: 0.875rem;
  }
  p.has-large-font-size {
    font-size: 2rem !important;
  }
  p.has-medium-font-size {
    font-size: 1.5rem !important;
  }
}
body {
  font-family: "PP Mori", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
  background-color: #111C46;
  overflow-x: hidden;
}
body.page--white-bg {
  background-color: #ffffff;
  color: #111C46;
}
body.page--cream-bg {
  background-color: #FFDAB1;
  color: #111C46;
}

input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),
textarea,
select {
  width: 100%;
  padding: 0 1rem;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  color: #111C46;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #111C46;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #111C46;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):focus, input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  border-color: #54FEF5;
  outline: 0;
  box-shadow: none;
}

input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),
select {
  height: 3.125rem;
  min-height: 3.125rem;
  line-height: calc(3.125rem - 2px * 2);
}

textarea {
  padding: 0.75rem 1rem;
  min-height: 7.5rem;
  line-height: 1.3;
  resize: vertical;
}

.newsletter-input-wrap, .form-input-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}
.newsletter-input-wrap .input-item, .form-input-wrap .input-item {
  min-width: 0;
}
.newsletter-input-wrap .input-item > p:not(:has(.wpcf7-checkbox)), .form-input-wrap .input-item > p:not(:has(.wpcf7-checkbox)) {
  width: 100%;
  display: block;
}
.newsletter-input-wrap .input-item.full, .form-input-wrap .input-item.full {
  width: 100%;
}
.newsletter-input-wrap .input-item.full .wpcf7-form-control-wrap, .form-input-wrap .input-item.full .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.newsletter-input-wrap p, .form-input-wrap p {
  margin: 0;
  position: relative;
  display: inline-flex;
  gap: 0.15rem;
  font-size: 0.75rem;
  align-items: center;
  white-space: nowrap;
}
.newsletter-input-wrap p a, .form-input-wrap p a {
  color: #54FEF5;
  text-decoration: underline;
}
.newsletter-input-wrap p a:hover, .form-input-wrap p a:hover {
  color: #54FEF5;
  text-decoration: none;
}

.form-input-wrap {
  gap: 30px;
  color: #ffffff;
}
.form-input-wrap .input-item {
  flex: 0 0 calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
}
.form-input-wrap .input-item:has(.wpcf7-checkbox) {
  margin-top: -1rem;
}
.form-input-wrap .input-item.full,
.form-input-wrap .input-item.submit {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.form-input-wrap input[type=submit],
.form-input-wrap button[type=submit] {
  width: 100%;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 0.125rem solid rgba(17, 28, 70, 0.25);
  border-top-color: #111C46;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
  animation: wpcf7-spinner-rotate 0.7s linear infinite;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #FF0000 !important;
}
.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  color: #FF0000;
  font-size: 0.8125rem;
  line-height: 1.35;
  font-weight: 600;
}
.wpcf7 form .wpcf7-checkbox + .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  margin-top: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 0.125rem solid transparent;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border-color: #FF0000;
  background: rgba(255, 0, 0, 0.08);
  color: rgb(229.5, 0, 0);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1f9d55;
  background: rgba(31, 157, 85, 0.1);
  color: rgb(24.2723404255, 122.9276595745, 66.5531914894);
}
.wpcf7 form.submitting input[type=submit],
.wpcf7 form.submitting button[type=submit] {
  padding-right: 2.625rem;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  transform: translateY(3px);
  white-space: normal;
}
.wpcf7-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin: 0;
  border: 0.125rem solid #54FEF5;
  border-radius: 0.25rem;
  background-color: #54FEF5;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.wpcf7-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.125rem;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #111C46;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  opacity: 0;
}
.wpcf7-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.wpcf7-checkbox input[type=checkbox]:focus,
.wpcf7-checkbox input[type=checkbox]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(84, 254, 245, 0.25);
}

.newsletter-input-wrap .wpcf7-checkbox .wpcf7-list-item-label {
  transform: translateY(4px);
}

@media (max-width: 782px) {
  .newsletter-input-wrap .input-item,
  .newsletter-input-wrap .input-item.full,
  .form-input-wrap .input-item,
  .form-input-wrap .input-item.full {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@keyframes wpcf7-spinner-rotate {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),
textarea,
select {
  width: 100%;
  padding: 0 1rem;
  border: 2px solid #ffffff;
  border-radius: 4px;
  background-color: #ffffff;
  color: #111C46;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.3;
  box-sizing: border-box;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color])::-moz-placeholder, textarea::-moz-placeholder, select::-moz-placeholder {
  color: #111C46;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color])::placeholder,
textarea::placeholder,
select::placeholder {
  color: #111C46;
}
input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):focus, input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]):focus-visible,
textarea:focus,
textarea:focus-visible,
select:focus,
select:focus-visible {
  border-color: #54FEF5;
  outline: 0;
  box-shadow: none;
}

input:not([type=submit]):not([type=button]):not([type=reset]):not([type=checkbox]):not([type=radio]):not([type=file]):not([type=range]):not([type=color]),
select {
  height: 3.125rem;
  min-height: 3.125rem;
  line-height: calc(3.125rem - 2px * 2);
}

textarea {
  padding: 0.75rem 1rem;
  min-height: 7.5rem;
  line-height: 1.3;
  resize: vertical;
}

.newsletter-input-wrap, .form-input-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
}
.newsletter-input-wrap .input-item, .form-input-wrap .input-item {
  min-width: 0;
}
.newsletter-input-wrap .input-item > p:not(:has(.wpcf7-checkbox)), .form-input-wrap .input-item > p:not(:has(.wpcf7-checkbox)) {
  width: 100%;
  display: block;
}
.newsletter-input-wrap .input-item.full, .form-input-wrap .input-item.full {
  width: 100%;
}
.newsletter-input-wrap .input-item.full .wpcf7-form-control-wrap, .form-input-wrap .input-item.full .wpcf7-form-control-wrap {
  display: block;
  max-width: 100%;
}
.newsletter-input-wrap p, .form-input-wrap p {
  margin: 0;
  position: relative;
  display: inline-flex;
  gap: 0.15rem;
  font-size: 0.75rem;
  align-items: center;
  white-space: nowrap;
}
.newsletter-input-wrap p a, .form-input-wrap p a {
  color: #54FEF5;
  text-decoration: underline;
}
.newsletter-input-wrap p a:hover, .form-input-wrap p a:hover {
  color: #54FEF5;
  text-decoration: none;
}

.form-input-wrap {
  gap: 30px;
  color: #ffffff;
}
.form-input-wrap .input-item {
  flex: 0 0 calc((100% - 30px) / 2);
  max-width: calc((100% - 30px) / 2);
}
.form-input-wrap .input-item:has(.wpcf7-checkbox) {
  margin-top: -1rem;
}
.form-input-wrap .input-item.full,
.form-input-wrap .input-item.submit {
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}
.form-input-wrap input[type=submit],
.form-input-wrap button[type=submit] {
  width: 100%;
}

.wpcf7 form .wpcf7-form-control-wrap {
  display: block;
  position: relative;
}
.wpcf7 form .wpcf7-spinner {
  position: absolute;
  right: 0.875rem;
  top: 50%;
  width: 1.125rem;
  height: 1.125rem;
  margin: 0;
  border: 0.125rem solid rgba(17, 28, 70, 0.25);
  border-top-color: #111C46;
  border-radius: 50%;
  background: transparent;
  transform: translateY(-50%);
  animation: wpcf7-spinner-rotate 0.7s linear infinite;
}
.wpcf7 form .wpcf7-not-valid {
  border-color: #FF0000 !important;
}
.wpcf7 form .wpcf7-not-valid-tip {
  margin-top: 0.375rem;
  color: #FF0000;
  font-size: 0.8125rem;
  line-height: 1.35;
  font-weight: 600;
}
.wpcf7 form .wpcf7-checkbox + .wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  top: calc(100% + 0.25rem);
  margin-top: 0;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1rem 0 0;
  padding: 0.75rem 1rem;
  border: 0.125rem solid transparent;
  border-radius: 4px;
  font-size: 0.875rem;
  line-height: 1.4;
  font-weight: 600;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output, .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output, .wpcf7 form.spam .wpcf7-response-output {
  border-color: #FF0000;
  background: rgba(255, 0, 0, 0.08);
  color: rgb(229.5, 0, 0);
}
.wpcf7 form.sent .wpcf7-response-output {
  border-color: #1f9d55;
  background: rgba(31, 157, 85, 0.1);
  color: rgb(24.2723404255, 122.9276595745, 66.5531914894);
}
.wpcf7 form.submitting input[type=submit],
.wpcf7 form.submitting button[type=submit] {
  padding-right: 2.625rem;
}

.wpcf7-checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7-checkbox .wpcf7-list-item label {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.5rem;
  cursor: pointer;
  font-size: 0.75rem;
  transform: translateY(3px);
  white-space: normal;
}
.wpcf7-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  margin: 0;
  border: 0.125rem solid #54FEF5;
  border-radius: 0.25rem;
  background-color: #54FEF5;
  position: relative;
  cursor: pointer;
  transition: border-color 0.2s ease, background-color 0.2s ease;
}
.wpcf7-checkbox input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 0.3rem;
  top: 0.125rem;
  width: 0.25rem;
  height: 0.5rem;
  border: solid #111C46;
  border-width: 0 0.2rem 0.2rem 0;
  transform: rotate(45deg);
  opacity: 0;
}
.wpcf7-checkbox input[type=checkbox]:checked::after {
  opacity: 1;
}
.wpcf7-checkbox input[type=checkbox]:focus,
.wpcf7-checkbox input[type=checkbox]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(84, 254, 245, 0.25);
}

.newsletter-input-wrap .wpcf7-checkbox .wpcf7-list-item-label {
  transform: translateY(4px);
}

@media (max-width: 782px) {
  .newsletter-input-wrap .input-item,
  .newsletter-input-wrap .input-item.full,
  .form-input-wrap .input-item,
  .form-input-wrap .input-item.full {
    flex: 1 1 100%;
    max-width: 100%;
  }
}
@keyframes wpcf7-spinner-rotate {
  to {
    transform: translateY(-50%) rotate(360deg);
  }
}
.wp-element-button,
.wp-block-button__link,
.button,
button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab),
input[type=button],
input[type=reset],
input[type=submit] {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.125rem;
  height: 3.125rem;
  padding: 0 2.75rem;
  border: 0.0625rem solid #54FEF5;
  border-radius: 0.25rem;
  background-color: #54FEF5;
  box-sizing: border-box;
  color: #111C46 !important;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: background-color 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}
.wp-element-button:hover,
.wp-block-button__link:hover,
.button:hover,
button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab):hover,
input[type=button]:hover,
input[type=reset]:hover,
input[type=submit]:hover {
  background-color: rgb(124.5627906977, 254.2372093023, 247.3720930233);
  transform: translateY(-0.125rem);
}
.wp-element-button:focus, .wp-element-button:focus-visible,
.wp-block-button__link:focus,
.wp-block-button__link:focus-visible,
.button:focus,
.button:focus-visible,
button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab):focus,
button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab):focus-visible,
input[type=button]:focus,
input[type=button]:focus-visible,
input[type=reset]:focus,
input[type=reset]:focus-visible,
input[type=submit]:focus,
input[type=submit]:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.1875rem rgba(56, 43, 211, 0.25);
}
.wp-element-button:active,
.wp-block-button__link:active,
.button:active,
button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab):active,
input[type=button]:active,
input[type=reset]:active,
input[type=submit]:active {
  transform: translateY(0);
}

.wp-block-button .wp-element-button,
.wp-block-button .wp-block-button__link {
  width: auto;
  max-width: 100%;
}

.wp-element-button.purple,
.wp-block-button__link.purple,
.button.purple,
button.purple:not(.site-header__menu-toggle),
input[type=button].purple,
input[type=reset].purple,
input[type=submit].purple,
.wp-block-button.purple .wp-element-button,
.wp-block-button.purple .wp-block-button__link {
  border-color: #382BD3;
  background-color: #382BD3;
  color: #ffffff !important;
}
.wp-element-button.purple:hover,
.wp-block-button__link.purple:hover,
.button.purple:hover,
button.purple:not(.site-header__menu-toggle):hover,
input[type=button].purple:hover,
input[type=reset].purple:hover,
input[type=submit].purple:hover,
.wp-block-button.purple .wp-element-button:hover,
.wp-block-button.purple .wp-block-button__link:hover {
  background-color: rgb(87.2456692913, 76.231496063, 218.568503937);
  border-color: rgb(87.2456692913, 76.231496063, 218.568503937);
}
.wp-element-button.purple:focus, .wp-element-button.purple:focus-visible,
.wp-block-button__link.purple:focus,
.wp-block-button__link.purple:focus-visible,
.button.purple:focus,
.button.purple:focus-visible,
button.purple:not(.site-header__menu-toggle):focus,
button.purple:not(.site-header__menu-toggle):focus-visible,
input[type=button].purple:focus,
input[type=button].purple:focus-visible,
input[type=reset].purple:focus,
input[type=reset].purple:focus-visible,
input[type=submit].purple:focus,
input[type=submit].purple:focus-visible,
.wp-block-button.purple .wp-element-button:focus,
.wp-block-button.purple .wp-element-button:focus-visible,
.wp-block-button.purple .wp-block-button__link:focus,
.wp-block-button.purple .wp-block-button__link:focus-visible {
  box-shadow: 0 0 0 0.1875rem rgba(56, 43, 211, 0.35);
}

@media (max-width: 61.875rem) {
  .wp-element-button,
  .wp-block-button__link,
  .button,
  button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab),
  input[type=button],
  input[type=reset],
  input[type=submit] {
    padding: 0 2.5rem;
  }
}
@media (max-width: 36rem) {
  .wp-element-button,
  .wp-block-button__link,
  .button,
  button:not(.site-header__menu-toggle):not(.slick-arrow):not(.cs-discussions-block__toggle):not(.cs-program-block__mobile-tab),
  input[type=button],
  input[type=reset],
  input[type=submit] {
    width: 100%;
    padding: 0 1.5rem;
  }
}
.container,
.wp-block-group__inner-container, .wp-block-cover__inner-container, .references__item_inner {
  max-width: 73.375rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  position: relative;
  box-sizing: border-box;
}
.container.wider,
.wp-block-group__inner-container.wider, .wp-block-cover__inner-container.wider, .references__item_inner.wider {
  max-width: 90.875rem;
}

.condensed .wp-block-group__inner-container {
  max-width: 51.625rem;
}

.wp-block-group__inner-container .wp-block-group__inner-container {
  padding-left: 0;
  padding-right: 0;
}

@media (max-width: 992px) {
  .container,
  .wp-block-group__inner-container, .wp-block-cover__inner-container, .references__item_inner {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
.wp-block-columns .wp-block-column > *:first-child {
  margin-top: 0;
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column.has-background {
  padding: 1.75rem 1.25rem;
  border-radius: 8px;
}

.wp-block-image img {
  max-width: auto;
  height: auto;
}
.wp-block-image.is-style-rounded img {
  border-radius: 0.625rem;
}

.wp-block-group.banner .wp-block-group {
  border-radius: 10px;
  padding: 1.5rem;
  min-height: 36.875rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wp-block-group.banner .wp-block-group .wp-block-group__inner-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.5rem;
  height: 100%;
}
.wp-block-group.banner .wp-block-group .wp-block-group__inner-container h2 {
  font-size: 4.375rem;
  font-weight: 600;
  line-height: 1;
}
.wp-block-group.banner .wp-block-group .wp-block-group__inner-container > * {
  position: relative;
  z-index: 2;
}
.wp-block-group.banner .wp-block-group .wp-block-group__inner-container:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  width: 31rem;
  height: 31rem;
  z-index: 1;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDkzIiBoZWlnaHQ9IjQ3MyIgdmlld0JveD0iMCAwIDQ5MyA0NzMiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGQ9Ik01Ny42NjAyIDE3OC41MTNIMjgzLjU0M0wyMDQuMzg4IDk5LjMxNzdDMTgxLjg3MyA3Ni43ODIyIDE4MS44NzMgNDAuMjU4OCAyMDQuMzg4IDE3LjcyMzNMMjA1LjIwOSAxNi45MDE2QzIyNy43MzMgLTUuNjMzODggMjY0LjIzOCAtNS42MzM4OCAyODYuNzYyIDE2LjkwMTZMNDIzLjg4IDE1NC4wODlMNDgzLjYyNiAyMTMuODY1QzQ5Ni4xMjUgMjI2LjM3IDQ5Ni4xMjUgMjQ2LjYzOSA0ODMuNjI2IDI1OS4xMzVMNDIzLjg4IDMxOC45MTFMMjg2Ljc2MiA0NTYuMDk4QzI2NC4yMzggNDc4LjYzNCAyMjcuNzMzIDQ3OC42MzQgMjA1LjIwOSA0NTYuMDk4TDIwNC4zODggNDU1LjI3N0MxODEuODczIDQzMi43NDEgMTgxLjg3MyAzOTYuMjE4IDIwNC4zODggMzczLjY4MkwyODIuOTc3IDI5NS4wNTRINTcuNjYwMkMyNS44MDkyIDI5NS4wNTQgMCAyNjkuMjIyIDAgMjM3LjM2NFYyMzYuMjAyQzAgMjA0LjMzNSAyNS44MTg3IDE3OC41MTMgNTcuNjYwMiAxNzguNTEzWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==");
}

@media (max-width: 782px) {
  .wp-block-group.banner .wp-block-group {
    padding: 1rem;
    min-height: 25rem;
  }
  .wp-block-group.banner .wp-block-group .wp-block-group__inner-container {
    gap: 0.25rem;
  }
  .wp-block-group.banner .wp-block-group .wp-block-group__inner-container h2 {
    font-size: 2.25rem;
  }
  .wp-block-group.banner .wp-block-group .wp-block-group__inner-container:after {
    width: 16rem;
    height: 16rem;
  }
}
.cs-person-block {
  display: flex;
  align-items: center;
  gap: 20px;
}

.cs-person-block__image {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
}

.cs-person-block__img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cs-person-block__content {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.cs-person-block__name {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
}

.cs-person-block__position {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.cs-person-block--cream-font .cs-person-block__name,
.cs-person-block--cream-font .cs-person-block__position {
  color: #FFDAB1;
}

.cs-person-block--blue-dark-font .cs-person-block__name,
.cs-person-block--blue-dark-font .cs-person-block__position {
  color: #111C46;
}

.cs-partners-block {
  margin: 0 auto;
}

.cs-partners-block__logo-box {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 4.75rem;
  margin-bottom: 1.75rem;
}

.cs-partners-block__logo-img {
  width: auto;
  max-height: 4rem;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.cs-partners-block__logo-placeholder {
  width: 8.75rem;
  height: 6.25rem;
  background: #D9D9D9;
  display: block;
}

.cs-partners-block__title {
  margin: 0 0 1rem;
  font-size: 1rem;
  line-height: 1.3;
}

.cs-partners-block__subtitle,
.cs-partners-block__description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.4;
}

.cs-partners-block__masonry {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  max-width: 78rem;
  margin: 0 auto;
}

.cs-partners-block__masonry-item {
  box-sizing: border-box;
  border: 1px solid #FFDAB1;
  border-radius: 0.625rem;
  padding: 1.25rem;
  margin: 0;
  width: calc((100% - 3.75rem) / 3);
}

.cs-partners-block__masonry-item.cs-partners-block__item-link {
  display: block;
}

.cs-partners-block__logos-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.875rem;
  align-items: center;
}

.cs-partners-block__logo-item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 11rem;
}

.cs-partners-block__item-link {
  display: flex;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}

.cs-partners-block__logo-item.cs-partners-block__item-link {
  align-items: center;
  justify-content: center;
  width: 11rem;
}

.cs-organizers-block {
  margin: 0 auto;
  color: #ffffff;
}

.cs-organizers-block__list--grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
}

.cs-organizers-block__list--carousel {
  margin: 0 -0.625rem;
}

.cs-organizers-block__carousel-nav {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
  margin-bottom: 1rem;
}

.cs-organizers-block__carousel-nav .slick-arrow {
  position: static;
  transform: none;
}

.cs-organizers-block__carousel-nav .slick-prev {
  transform: rotate(180deg);
}

.slick-arrow,
.vbox-prev,
.vbox-next {
  width: 2.1875rem;
  height: 2.1875rem;
  min-width: 2.1875rem;
  min-height: 2.1875rem;
  cursor: pointer;
  padding: 0;
  border: 0.125rem solid #54FEF5;
  border-radius: 50%;
  background-color: transparent;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 1.25rem;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTYiIHZpZXdCb3g9IjAgMCAxOSAxNiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuODU1NjI5IDYuNzQ1MDdIMTUuMDg4NUw5Ljc1NjYxIDEuNDM4ODNDOS40Mjg0OSAxLjExMjI4IDkuNDI4NDkgMC41ODMyNzYgOS43NTY2MSAwLjI1NjcyOEw5Ljc2ODQ5IDAuMjQ0OTFDMTAuMDk2NiAtMC4wODE2MzY4IDEwLjYyODIgLTAuMDgxNjM2OCAxMC45NTYzIDAuMjQ0OTFMMTcuNzg2NyA3LjA0MzYyQzE4LjA5MDcgNy4zNDY1MyAxOC4wOTA3IDcuODM3MjkgMTcuNzg2NyA4LjE0MDJMMTAuOTU2MyAxNC45Mzg5QzEwLjYyODIgMTUuMjY1NSAxMC4wOTY2IDE1LjI2NTUgOS43Njg0OSAxNC45Mzg5TDkuNzU2NjEgMTQuOTI3MUM5LjQyODQ5IDE0LjYwMDUgOS40Mjg0OSAxNC4wNzE1IDkuNzU2NjEgMTMuNzQ1TDE1LjA2MTMgOC40NjU4MUgwLjg1NTYyOUMwLjM4MzEyNyA4LjQ2NTgxIDAgOC4wODQ1MyAwIDcuNjE0M1Y3LjU5NzJDMCA3LjEyNjk3IDAuMzgzMTI3IDYuNzQ1NjkgMC44NTU2MjkgNi43NDU2OVY2Ljc0NTA3WiIgZmlsbD0iIzU0RkVGNSIvPgo8L3N2Zz4K");
  font-size: 0;
  line-height: 0;
}

.slick-prev,
.vbox-prev {
  transform: translate(0, -50%) rotate(180deg);
}

.slick-arrow.slick-disabled {
  opacity: 0.2;
}

.vbox-prev,
.vbox-next {
  display: flex;
  align-items: center;
  justify-content: center;
  top: 50%;
  margin-top: 0;
}

.vbox-next {
  right: 1.75rem;
}

.vbox-prev span,
.vbox-next span {
  display: none;
}

.vbox-close {
  width: 2.1875rem !important;
  height: 2.1875rem !important;
  min-width: 2.1875rem;
  min-height: 2.1875rem;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0.375rem;
  background-color: #54FEF5 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  top: 0.75rem !important;
  right: 1.75rem !important;
  font-size: 0 !important;
  opacity: 1 !important;
}
.vbox-close::before, .vbox-close::after {
  content: "";
  position: absolute;
  width: 1.125rem;
  height: 0.125rem;
  border-radius: 0.125rem;
  background-color: #111C46;
}
.vbox-close::before {
  transform: rotate(45deg);
}
.vbox-close::after {
  transform: rotate(-45deg);
}

.vbox-overlay {
  background: rgba(17, 28, 70, 0.94) !important;
}

.vbox-backdrop {
  display: none !important;
}

.cs-organizers-block__list--carousel .slick-track {
  display: flex;
}

.cs-organizers-block__list--carousel .slick-slide {
  height: auto;
}

.cs-organizers-block__list--carousel .slick-slide > div {
  height: 100%;
}

.cs-organizers-block__list--carousel .cs-organizers-block__item {
  padding: 0 0.625rem;
  height: 100%;
}

.cs-organizers-block__item {
  display: flex;
  flex-direction: column;
}

.cs-organizers-block__heading {
  margin: 0 0 1.5rem;
}

.cs-organizers-block__card {
  border: 2px solid #382BD3;
  border-radius: 0.625rem;
  padding: 1.75rem 1.875rem 2.25rem;
  height: 100%;
}

.cs-organizers-block__logo {
  min-height: 3.75rem;
  margin-bottom: 1.5rem;
  display: flex;
  align-items: center;
}

.cs-organizers-block__logo-img {
  max-width: auto;
  max-height: 3.75rem;
  width: auto;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
}

.cs-organizers-block__name {
  font-size: 1.875rem;
  color: #382BD3;
  margin: 0 0 1rem;
}

.cs-organizers-block__description {
  margin: 0;
}
.cs-organizers-block__description p {
  margin: 0 0 1rem;
}
.cs-organizers-block__description p:last-child {
  margin-bottom: 0;
}

.cs-organizers-block__person {
  margin-top: 1.5rem;
}

.cs-organizers-block__item--cream-font .cs-person-block__name,
.cs-organizers-block__item--cream-font .cs-person-block__position {
  color: #FFDAB1;
}

.cs-organizers-block__list--grid .cs-organizers-block__item:only-child {
  max-width: 40rem;
  margin: 0 auto;
  width: auto;
}

.cs-partners-block__carousel {
  margin: 0 -0.625rem;
}

.cs-partners-block__carousel,
.cs-partners-block__carousel .slick-list,
.cs-partners-block__carousel .slick-track {
  overflow: visible;
}

.cs-partners-block__carousel-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cs-partners-block__carousel-nav {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
}

.cs-partners-block__carousel-nav .slick-arrow {
  position: static;
  transform: none;
}

.cs-partners-block__carousel-nav .slick-prev {
  transform: rotate(180deg);
}

.cs-partners-block__carousel-title {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
  transform: translateY(1px);
}

.cs-gallery-carousel-block__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cs-gallery-carousel-block__nav {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
}

.cs-gallery-carousel-block__nav .slick-arrow {
  position: static;
  transform: none;
}

.cs-gallery-carousel-block__nav .slick-prev {
  transform: rotate(180deg);
}

.cs-gallery-carousel-block__title {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
  transform: translateY(1px);
}

.cs-gallery-carousel-block__carousel,
.cs-gallery-carousel-block__carousel .slick-list,
.cs-gallery-carousel-block__carousel .slick-track {
  overflow: visible;
}

.cs-gallery-carousel-block__carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.cs-gallery-carousel-block__slide {
  margin-right: 0.625rem;
}

.cs-gallery-carousel-block__lightbox {
  display: block;
}

.cs-gallery-carousel-block__image {
  height: 25rem;
  width: auto;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 0.625rem;
}

.cs-content-carousel-block {
  margin: 0 auto;
  color: #ffffff;
}

.cs-content-carousel-block__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cs-content-carousel-block__nav {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
}

.cs-content-carousel-block__nav .slick-arrow {
  position: static;
  transform: none;
}

.cs-content-carousel-block__nav .slick-prev {
  transform: rotate(180deg);
}

.cs-content-carousel-block__title {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
  transform: translateY(1px);
}

.cs-content-carousel-block__carousel {
  margin: 0 -0.9375rem;
}

.cs-content-carousel-block__carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.cs-content-carousel-block__carousel .slick-slide {
  height: auto;
}

.cs-content-carousel-block__carousel .slick-slide > div {
  height: 100%;
}

.cs-content-carousel-block__slide {
  padding: 0 0.9375rem;
  height: 100%;
  box-sizing: border-box;
}

.cs-content-carousel-block__grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.875rem;
  height: 100%;
}

.cs-content-carousel-block__card {
  background: #382BD3;
  border-radius: 0.625rem;
  padding: 1.25rem;
  height: 100%;
  box-sizing: border-box;
}

.cs-content-carousel-block__icon-wrap {
  margin-bottom: 1rem;
}

.cs-content-carousel-block__icon {
  display: block;
  width: auto;
  max-height: 2rem;
  height: auto;
}

.cs-content-carousel-block__content {
  color: #ffffff;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 400;
}
.cs-content-carousel-block__content > *:first-child {
  margin-top: 0;
}
.cs-content-carousel-block__content > *:last-child {
  margin-bottom: 0;
}
.cs-content-carousel-block__content h3 {
  font-size: 1.625rem;
  margin-bottom: 0.5rem;
}
.cs-content-carousel-block__content p:first-of-type {
  margin-top: 0;
}
.cs-content-carousel-block__content p:last-child {
  margin-bottom: 0;
}

.cs-speakers-list-block {
  margin: 0 auto;
}

.cs-speakers-list-block__header {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 1rem;
}

.cs-speakers-list-block__nav {
  display: flex;
  gap: 0.625rem;
  justify-content: flex-start;
}

.cs-speakers-list-block__nav .slick-arrow {
  position: static;
  transform: none;
}

.cs-speakers-list-block__nav .slick-prev {
  transform: rotate(180deg);
}

.cs-speakers-list-block__title {
  margin: 0;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
  color: #ffffff;
  transform: translateY(1px);
}

.cs-speakers-list-block__list--carousel {
  margin: 0;
}

.cs-speakers-list-block__list--carousel,
.cs-speakers-list-block__list--carousel .slick-list,
.cs-speakers-list-block__list--carousel .slick-track {
  overflow: visible;
}

.cs-speakers-list-block__list--carousel .slick-track {
  display: flex;
  align-items: stretch;
}

.cs-speakers-list-block__list--carousel .slick-slide {
  height: auto;
}

.cs-speakers-list-block__list--carousel .slick-slide > div {
  height: 100%;
}

.cs-speakers-list-block__item {
  box-sizing: border-box;
}

.cs-speakers-list-block__list--carousel .cs-speakers-list-block__item {
  margin-right: 1.875rem;
}

.cs-speakers-list-block__list--carousel .cs-speakers-list-block__item.is-keynote {
  width: 21.875rem;
}

.cs-speakers-list-block__list--carousel .cs-speakers-list-block__item.is-standard {
  width: 15.9375rem;
}

.cs-speakers-list-block__list--grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1.875rem;
}

.cs-speakers-list-block__list--grid .cs-speakers-list-block__item.is-keynote {
  width: auto;
}

.cs-speakers-list-block__list--grid .cs-speakers-list-block__item.is-standard {
  width: auto;
}

.cs-speakers-list-block__card {
  position: relative;
  display: block;
  background: #FFDAB1;
  border-radius: 0.625rem;
  padding: 1.25rem;
  min-height: 100%;
  box-sizing: border-box;
  text-decoration: none;
}

.cs-speakers-list-block__item.is-keynote .cs-speakers-list-block__card {
  background: #FFDAB1;
}

.cs-speakers-list-block__photo-wrap {
  position: relative;
  width: 6.25rem;
  height: 6.25rem;
  margin-bottom: 1rem;
}

.cs-speakers-list-block__photo-mask {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.cs-speakers-list-block__photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-speakers-list-block__badge {
  position: absolute;
  left: calc(100% - 1.75rem);
  bottom: 0;
  display: inline-flex;
  align-items: center;
  min-height: 1.5rem;
  padding: 0 0.75rem;
  border-radius: 3.125rem;
  background: #382BD3;
  color: #ffffff;
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}

.cs-speakers-list-block__name {
  margin: 0 0 0.5rem;
  color: #111C46;
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
}

.cs-speakers-list-block__name.is-link {
  color: #382BD3;
}

.cs-speakers-list-block__name-icon {
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.cs-speakers-list-block__position {
  color: #111C46;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
}

.cs-partners-block__carousel .slick-track {
  display: flex;
}

.cs-partners-block__carousel .slick-slide {
  height: auto;
}

.cs-partners-block__carousel .slick-slide > div {
  height: 100%;
}

.cs-partners-block__carousel-slide {
  padding: 0 0.625rem;
  height: 100%;
}

.cs-partners-block__carousel-card {
  background: #ffffff;
  border-radius: 0.625rem;
  padding: 1.5rem;
  height: 100%;
  box-sizing: border-box;
}

.cs-partners-block--carousel .cs-partners-block__logo-box {
  justify-content: flex-start;
}

.cs-partners-block--carousel .cs-partners-block__title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 1rem;
}

.cs-partners-block--carousel .cs-partners-block__subtitle {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.cs-partners-block--logos_with_description .cs-partners-block__logo-box {
  justify-content: flex-start;
}

.cs-partners-block--logos_with_description .cs-partners-block__title {
  font-size: 1.625rem;
  font-weight: 600;
  line-height: 1.2;
}

.cs-partners-block--logos_with_description .cs-partners-block__description {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.cs-flash-news-block {
  overflow: visible;
  width: 100%;
  background: #111C46;
  color: #ffffff;
  border-radius: 0.625rem;
  padding: 1rem 0;
}

.cs-flash-news-block__viewport {
  width: 100%;
  overflow: visible;
}

.cs-flash-news-block__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  min-width: 100%;
  will-change: transform;
}

.cs-flash-news-block__group {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.cs-flash-news-block__item {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-size: 36px;
  line-height: 1;
  font-weight: 600;
}

.cs-flash-news-block__item::after {
  content: "";
  position: static;
  width: 1.875rem;
  height: 1.875rem;
  margin: 0 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzAiIGhlaWdodD0iMTMiIHZpZXdCb3g9IjAgMCAzMCAxMyIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTI2Ljk2NTUgMEMyNS42NDMxIDAgMjQuNzk4MiAwLjY5NDE1NiAyNC4yNTkzIDIuNDI4MjlIMjQuMjU2N0wyMi40ODExIDkuMDEwMkwyMC43MDU1IDIuNDI4MjlIMjAuNzAyOUMyMC4xNjQgMC42OTQxNTYgMTkuMzE5MSAwIDE3Ljk5NjcgMEMxNi41NTkgMCAxNS40OTAxIDEuMDU1MDcgMTUuNDYxOSAyLjUzMjY2SDE1LjQ1OTRWOC45NDQ4MUMxNS40NTk0IDkuMzM0NjQgMTUuMTQxOSA5LjY1MTU0IDE0Ljc1MTQgOS42NTE1NEMxNC4zNjEgOS42NTE1NCAxNC4wNDYxIDkuMzM1OSAxNC4wNDM1IDguOTQ4NThWMi41MzI2NkgxNC4wNDA5QzE0LjAxMjggMS4wNTUwNyAxMi45NDM4IDAgMTEuNTA2MiAwQzEwLjE4MzggMCA5LjMzODg2IDAuNjk0MTU2IDguNzk5OTEgMi40MjgyOUg4Ljc5NzM0TDcuMDIxNzUgOS4wMTAyTDUuMjQ2MTUgMi40MjgyOUg1LjI0MzU5QzQuNzA0NjMgMC42OTQxNTYgMy44NTk3MiAwIDIuNTM3MyAwQzEuMDk5NjcgMCAwLjAzMDcyNjYgMS4wNTUwNyAwLjAwMjU2Mjg0IDIuNTMyNjZIMFYxMi4wMTE5SDIuNzI0MjFWMi45OTU0NEw0LjYwNDc4IDkuOTM4MjZDNC45NzQ3NSAxMS4yMDA4IDUuNDY2MzQgMTIuMzE3NSA3LjAyMTc1IDEyLjMxNzVDOC41NzcxNSAxMi4zMTc1IDkuMDcwMDIgMTEuMjAyMSA5LjQzODcxIDkuOTM5NTFMMTEuMzE5MyAyLjk5NTQ0VjguOTQ0ODFIMTEuMzE4QzExLjMxOCAxMC44MTEgMTIuODU4IDEyLjMzMDEgMTQuNzUxNCAxMi4zMzAxQzE2LjY0NDggMTIuMzMwMSAxOC4xODQ4IDEwLjgxMjIgMTguMTg0OCA4Ljk0NDgxVjIuOTk1NDRMMjAuMDY1NCA5LjkzODI2QzIwLjQzNTQgMTEuMjAwOCAyMC44Mzk5IDEyLjMxODggMjIuNDgyNCAxMi4zMTg4QzI0LjA3NDkgMTIuMzE4OCAyNC41MzA2IDExLjIwMjEgMjQuODk5MyA5LjkzOTUxTDI2Ljc3OTkgMi45OTU0NFYxMi4wMTE5SDI5LjUwNDFWMi41MzI2NkgyOS41MDE2QzI5LjQ3MzQgMS4wNTUwNyAyOC40MDQ0IDAgMjYuOTY2OCAwSDI2Ljk2NTVaIiBmaWxsPSIjNTRGRUY1Ii8+Cjwvc3ZnPgo=");
}

.cs-slideshow-block {
  position: relative;
  border-radius: 0.625rem;
  overflow: visible;
  background: #111C46;
}

.cs-slideshow-block__carousel {
  position: relative;
  z-index: 2;
  background: #111C46;
}

.cs-slideshow-block__carousel .slick-list,
.cs-slideshow-block__carousel .slick-track {
  background: #111C46;
}

.cs-slideshow-block__bg-marquee {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: visible;
  pointer-events: none;
  display: flex;
  align-items: center;
}

.cs-slideshow-block__bg-marquee-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  will-change: transform;
}

.cs-slideshow-block__bg-marquee-group {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-right: 4rem;
}

.cs-slideshow-block__bg-marquee-logo {
  width: 52.6875rem;
  height: 22.4375rem;
  -o-object-fit: contain;
     object-fit: contain;
  display: block;
  opacity: 1;
}

.cs-slideshow-block__slide {
  position: relative;
  min-height: 31.25rem;
  display: block !important;
  border-radius: 8px;
}

.cs-slideshow-block__slide--blue {
  background: #382BD3;
  color: #ffffff;
}

.cs-slideshow-block__slide--blue_dark {
  background: #111C46;
  color: #ffffff;
}

.cs-slideshow-block__slide--blue_light {
  background: #54FEF5;
  color: #111C46;
}

.cs-slideshow-block__content {
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  padding: 1.875rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  pointer-events: none;
}

.cs-slideshow-block__content > * {
  pointer-events: auto;
}

.cs-slideshow-block__subtitle {
  margin: 0 0 1rem;
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
}

.cs-slideshow-block__title {
  margin: 0 0 1.25rem;
  font-size: 4.375rem;
  line-height: 1;
  font-weight: 600;
  white-space: pre-line;
}

.cs-slideshow-block__description {
  margin: 0 0 2rem;
  font-size: 1.125rem;
  line-height: 1.2;
  max-width: 48rem;
}
.cs-slideshow-block__description > *:first-child {
  margin-top: 0;
}
.cs-slideshow-block__description > *:last-child {
  margin-bottom: 0;
}

.cs-slideshow-block__button.button {
  width: auto;
  min-width: 13.75rem;
  align-self: flex-start;
  margin-top: auto;
}

.cs-slideshow-block__media {
  position: absolute;
  inset: 0;
  overflow: hidden;
  border-radius: 8px;
}

.cs-slideshow-block__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.cs-slideshow-block__slide::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(17, 28, 70, 0.55) 0%, rgba(17, 28, 70, 0.2) 48%, rgba(17, 28, 70, 0) 75%);
  z-index: 2;
}

.cs-slideshow-block__slide--blue_light::after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.45) 0%, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 75%);
}

.cs-slideshow-block__arrows {
  position: absolute;
  right: 1.25rem;
  bottom: 0.75rem;
  z-index: 7;
  display: flex;
  gap: 0.625rem;
}

.cs-slideshow-block__arrows .slick-arrow {
  position: static;
  transform: none;
  margin: 0;
}

.cs-slideshow-block__arrows .slick-prev {
  transform: rotate(180deg);
}

.cs-slideshow-block__dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0.75rem;
  z-index: 6;
}

.cs-slideshow-block__dots .slick-dots {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.cs-slideshow-block__dots .slick-dots li {
  margin: 0;
  line-height: 0;
  cursor: pointer;
}

.cs-slideshow-block__dot {
  display: block;
  width: 4.6875rem;
  height: 0.25rem;
  border-radius: 999px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.35);
}

.cs-slideshow-block__slide--blue_light .cs-slideshow-block__dot {
  background: rgba(17, 28, 70, 0.2);
}

.cs-slideshow-block__dot-fill {
  display: block;
  width: 0;
  height: 100%;
  background: #54FEF5;
}

.cs-slideshow-block__slide--blue_light .cs-slideshow-block__dot-fill {
  background: #111C46;
}

.cs-discussions-block {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.cs-discussions-block__item {
  border-radius: 10px;
  background: #ffffff;
}

.cs-discussions-block__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  padding: 1.25rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
  cursor: pointer;
}

.cs-discussions-block__toggle-content {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  min-width: 0;
}

.cs-discussions-block__heading {
  color: #382BD3;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 400;
}

.cs-discussions-block__title {
  color: #382BD3;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 600;
  text-decoration: none;
  text-underline-offset: 0.25rem;
  text-decoration-thickness: 0.125rem;
  margin-bottom: 0.5rem;
}

.cs-discussions-block__toggle:hover .cs-discussions-block__title {
  text-decoration: underline;
}

.cs-discussions-block__description {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.cs-discussions-block__summary-line {
  display: flex;
  align-items: flex-start;
  gap: 0.375rem;
  min-width: 0;
  flex-wrap: nowrap;
  margin-top: 1rem;
}

.cs-discussions-block__summary-heading {
  color: #000000;
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 400;
  flex-shrink: 0;
  white-space: nowrap;
}

.cs-discussions-block__summary-text {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  white-space: normal;
  overflow-wrap: anywhere;
  flex: 1 1 auto;
  min-width: 0;
}

.cs-discussions-block__summary-text strong {
  font-weight: 600;
}

.cs-discussions-block__icon {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2rem;
  display: block;
  margin-top: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: transform 0.2s ease;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDA3ODA4NjkgMS40OTg0MkMwLjAwNzgwODY5IDEuMTExOTggMC4xNTYxMTYgMC43MzMxMDkgMC40NjA1NDEgMC40Mzc1OTJDMS4wNjE1OCAtMC4xNDU4NjQgMi4wNDUxMSAtMC4xNDU4NjQgMi42NDYxNiAwLjQzNzU5MkwxNy4wMDg4IDE0LjM3OTlMMzEuMzYzNiAwLjQzNzU5MkMzMS45NjQ2IC0wLjE0NTg2NCAzMi45NDgyIC0wLjE0NTg2NCAzMy41NDkyIDAuNDM3NTkyQzM0LjE1MDMgMS4wMjEwNSAzNC4xNTAzIDEuOTc1NzkgMzMuNTQ5MiAyLjU1OTI1TDE4LjA5MzggMTcuNTYyNEMxNy40OTI3IDE4LjE0NTkgMTYuNTA5MiAxOC4xNDU5IDE1LjkwODIgMTcuNTYyNEwwLjQ1MjczNiAyLjU1OTI1QzAuMTQ4MzEyIDIuMjYzNzMgMCAxLjg4NDg3IDAgMS40OTg0MkgwLjAwNzgwODY5WiIgZmlsbD0iIzM4MkJEMyIvPgo8L3N2Zz4K");
}

.cs-discussions-block__item.is-open .cs-discussions-block__icon {
  transform: rotate(180deg);
}

.cs-discussions-block__toggle:hover .cs-discussions-block__icon {
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAzNCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTAuMDA3ODA4NjkgMS40OTg0MkMwLjAwNzgwODY5IDEuMTExOTggMC4xNTYxMTYgMC43MzMxMDkgMC40NjA1NDEgMC40Mzc1OTJDMS4wNjE1OCAtMC4xNDU4NjQgMi4wNDUxMSAtMC4xNDU4NjQgMi42NDYxNiAwLjQzNzU5MkwxNy4wMDg4IDE0LjM3OTlMMzEuMzYzNiAwLjQzNzU5MkMzMS45NjQ2IC0wLjE0NTg2NCAzMi45NDgyIC0wLjE0NTg2NCAzMy41NDkyIDAuNDM3NTkyQzM0LjE1MDMgMS4wMjEwNSAzNC4xNTAzIDEuOTc1NzkgMzMuNTQ5MiAyLjU1OTI1TDE4LjA5MzggMTcuNTYyNEMxNy40OTI3IDE4LjE0NTkgMTYuNTA5MiAxOC4xNDU5IDE1LjkwODIgMTcuNTYyNEwwLjQ1MjczNiAyLjU1OTI1QzAuMTQ4MzEyIDIuMjYzNzMgMCAxLjg4NDg3IDAgMS40OTg0MkgwLjAwNzgwODY5WiIgZmlsbD0iIzU0RkVGNSIvPgo8L3N2Zz4K");
}

.cs-discussions-block__panel {
  padding: 0 1.25rem 1.5rem;
}

.cs-discussions-block__content {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.45;
}
.cs-discussions-block__content > *:first-child {
  margin-top: 0;
}
.cs-discussions-block__content > *:last-child {
  margin-bottom: 0;
}
.cs-discussions-block__content ul {
  padding-left: 1.5rem;
}

.cs-discussions-block__speakers {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid #FFDAB1;
}

.cs-discussions-block__speakers-heading {
  margin: 0 0 1.25rem;
  color: #382BD3;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 400;
}

.cs-discussions-block__speakers-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 1rem;
}

.cs-discussions-block__speaker {
  text-decoration: none;
  color: inherit;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.cs-discussions-block__speaker-photo-wrap {
  width: 4.375rem;
  height: 4.375rem;
  margin-bottom: 0.875rem;
  border-radius: 50%;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #d9d9d9;
}

.cs-discussions-block__speaker-photo {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.cs-discussions-block__speaker-photo-placeholder {
  width: 100%;
  height: 100%;
  display: block;
}

.cs-discussions-block__speaker-name {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0.25rem;
}

.cs-discussions-block__speaker-position {
  font-size: 0.875rem;
  line-height: 1.3;
  color: #000000;
  font-weight: 400;
}

.cs-discussions-block__item.is-open .cs-discussions-block__summary-line {
  display: none;
}

.cs-program-block {
  position: relative;
  min-width: 0;
}

.cs-program-block__header {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(0, 1fr);
  gap: 1rem;
  margin-bottom: 1.875rem;
}

.cs-program-block__heading {
  margin: 0;
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
}

.cs-program-block__mobile-tabs {
  display: none;
}

.cs-program-block__mobile-tab {
  border: 0;
  background: transparent;
  color: #ffffff;
  font-size: 1.625rem;
  line-height: 1.1;
  font-weight: 600;
  padding: 0;
  border-radius: 0;
  cursor: pointer;
  text-decoration: none;
  box-shadow: none;
  min-height: 0;
  height: auto;
}

.cs-program-block__mobile-tab.is-active {
  color: #ffffff;
  background: transparent;
  text-decoration: none;
}

.cs-program-block__mobile-tab:not(.is-active) {
  color: #111C46;
  text-decoration: underline;
}

.cs-program-block__rows {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.cs-program-block__row {
  display: flex;
  align-items: stretch;
  gap: 1.875rem;
}

.cs-program-block__cell {
  min-width: 0;
  display: flex;
}

.cs-program-block__cell--main {
  flex: 2 1 0;
}

.cs-program-block__cell--workshop {
  flex: 1 1 0;
}

.cs-program-block.has-no-workshops .cs-program-block__cell--main {
  flex: 1 1 100%;
}

.cs-program-block__cell > .cs-program-block__card {
  width: 100%;
  height: 100%;
}

.cs-program-block__row.is-break {
  display: block;
}

.cs-program-block__row.is-break > .cs-program-block__card {
  width: 100%;
}

.cs-program-block__card {
  border-radius: 0.625rem;
  padding: 1.25rem;
  min-height: 6rem;
  box-sizing: border-box;
}

.cs-program-block__card--light_blue {
  background: #54FEF5;
  color: #111C46;
}

.cs-program-block__card--white {
  background: #ffffff;
  color: #111C46;
}

.cs-program-block__card--dark_blue,
.cs-program-block__card--break {
  background: #070F2B;
  color: #ffffff;
}

.cs-program-block__card--workshop {
  background: #FFDAB1;
  color: #111C46;
}

.cs-program-block__time {
  margin: 0;
  color: #382BD3;
  font-size: 1.625rem;
  line-height: 1.05;
  font-weight: 400;
}

.cs-program-block__title {
  margin: 0 0 0.5rem;
  font-size: 1.625rem;
  line-height: 1.05;
  font-weight: 600;
}

.cs-program-block__title:last-child {
  margin-bottom: 0;
}

.cs-program-block__description {
  margin: 0;
  font-size: 0.875rem;
  line-height: 1.3;
  font-weight: 400;
}

.cs-program-block__description > *:first-child {
  margin-top: 0;
}

.cs-program-block__description > *:last-child {
  margin-bottom: 0;
}

.cs-program-block__description p {
  margin: 0 0 0.5rem;
}

.cs-program-block__workshop-empty {
  min-height: 0.0625rem;
}

@media (max-width: 1200px) {
  .cs-speakers-list-block__list--grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (max-width: 992px) {
  .cs-partners-block__masonry {
    gap: 1.875rem;
  }
  .cs-partners-block__masonry-item {
    width: calc((100% - 1.875rem) / 2);
  }
  .cs-partners-block__logos-grid {
    gap: 1.5rem;
  }
  .cs-organizers-block__list--grid {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .cs-discussions-block__speakers-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .cs-program-block__heading {
    font-size: 1.625rem;
  }
  .cs-program-block__time {
    font-size: 1.625rem;
  }
  .cs-program-block__title {
    font-size: 1.625rem;
  }
  .cs-program-block__description {
    font-size: 0.875rem;
  }
  .cs-slideshow-block__content {
    padding: 1.5rem;
    justify-content: flex-start;
  }
  .cs-slideshow-block__subtitle {
    font-size: 1.125rem;
    margin-bottom: 0.625rem;
  }
  .cs-slideshow-block__title {
    font-size: 3rem;
  }
  .cs-slideshow-block__description {
    font-size: 1rem;
  }
  .cs-slideshow-block__dots {
    bottom: 1rem;
  }
  .cs-slideshow-block__arrows {
    right: 1rem;
    bottom: 1rem;
  }
  .cs-slideshow-block__bg-marquee-group {
    padding-right: 2rem;
  }
  .cs-slideshow-block__bg-marquee-logo {
    width: 36rem;
    height: auto;
  }
  .cs-flash-news-block {
    overflow: hidden;
  }
  .wp-block-group:has(.cs-slideshow-block) {
    overflow: hidden;
  }
  .cs-speakers-list-block__list--grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cs-speakers-list-block__list--carousel .cs-speakers-list-block__item.is-keynote {
    width: 19rem;
  }
  .cs-speakers-list-block__list--carousel .cs-speakers-list-block__item.is-standard {
    width: 15rem;
  }
}
@media (max-width: 640px) {
  .cs-program-block {
    overflow-x: clip;
  }
  .cs-slideshow-block__arrows {
    display: none;
  }
  .cs-slideshow-block__content {
    padding-bottom: 4rem;
  }
  .cs-partners-block__masonry-item {
    width: auto;
  }
  .cs-partners-block__logos-grid {
    gap: 1.25rem;
  }
  .cs-partners-block__logo-item,
  .cs-partners-block__logo-item.cs-partners-block__item-link {
    width: 9rem;
  }
  .cs-gallery-carousel-block__image {
    height: 18rem;
  }
  .cs-slideshow-block__slide {
    min-height: 26rem;
  }
  .cs-slideshow-block__title {
    font-size: 2.25rem;
    margin-bottom: 1rem;
  }
  .cs-slideshow-block__description {
    margin-bottom: 1.5rem;
    font-size: 1rem;
    line-height: 1.25;
  }
  .cs-slideshow-block__dots .slick-dots {
    gap: 0.5rem;
  }
  .cs-slideshow-block__arrows {
    right: 0.75rem;
  }
  .cs-slideshow-block__dot {
    width: 3.75rem;
  }
  .cs-slideshow-block__bg-marquee-logo {
    width: 24rem;
  }
  .cs-flash-news-block {
    padding: 0.75rem 0;
  }
  .cs-partners-block__carousel.is-carousel-fallback,
  .cs-organizers-block__list--carousel.is-carousel-fallback,
  .cs-gallery-carousel-block__carousel.is-carousel-fallback,
  .cs-content-carousel-block__carousel.is-carousel-fallback,
  .cs-speakers-list-block__list--carousel.is-carousel-fallback {
    display: flex;
    gap: 0;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 0;
    padding-bottom: 0;
  }
  .cs-partners-block__carousel.is-carousel-fallback::-webkit-scrollbar,
  .cs-organizers-block__list--carousel.is-carousel-fallback::-webkit-scrollbar,
  .cs-gallery-carousel-block__carousel.is-carousel-fallback::-webkit-scrollbar,
  .cs-content-carousel-block__carousel.is-carousel-fallback::-webkit-scrollbar,
  .cs-speakers-list-block__list--carousel.is-carousel-fallback::-webkit-scrollbar {
    display: none;
  }
  .cs-partners-block__carousel.is-carousel-fallback .cs-partners-block__carousel-slide {
    flex: 0 0 100%;
    padding: 0;
    height: auto;
  }
  .cs-organizers-block__list--carousel.is-carousel-fallback .cs-organizers-block__item {
    flex: 0 0 100%;
    padding: 0;
    height: auto;
  }
  .cs-gallery-carousel-block__carousel.is-carousel-fallback .cs-gallery-carousel-block__slide {
    flex: 0 0 100%;
    margin-right: 0;
  }
  .cs-content-carousel-block__carousel.is-carousel-fallback .cs-content-carousel-block__slide {
    flex: 0 0 100%;
  }
  .cs-content-carousel-block--cols-4 .cs-content-carousel-block__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .cs-speakers-list-block__list--carousel.is-carousel-fallback .cs-speakers-list-block__item {
    flex: 0 0 100%;
    width: 100%;
    padding: 0;
    margin-right: 0;
  }
  .cs-gallery-carousel-block__carousel.is-carousel-fallback .cs-gallery-carousel-block__image {
    width: 100%;
  }
  .cs-speakers-list-block__list--grid {
    grid-template-columns: 1fr;
  }
  .cs-speakers-list-block__list--carousel .cs-speakers-list-block__item.is-keynote,
  .cs-speakers-list-block__list--carousel .cs-speakers-list-block__item.is-standard {
    width: 100%;
    margin-right: 0;
  }
  .cs-speakers-list-block__photo-wrap {
    margin-bottom: 1.5rem;
  }
  .cs-partners-block__carousel .slick-list,
  .cs-partners-block__carousel .slick-track,
  .cs-gallery-carousel-block__carousel .slick-list,
  .cs-gallery-carousel-block__carousel .slick-track,
  .cs-content-carousel-block__carousel .slick-list,
  .cs-content-carousel-block__carousel .slick-track,
  .cs-speakers-list-block__list--carousel .slick-list,
  .cs-speakers-list-block__list--carousel .slick-track {
    overflow: hidden;
  }
  .cs-discussions-block__toggle {
    padding: 1.125rem 1rem;
  }
  .cs-discussions-block__panel {
    padding: 0 1rem 1rem;
  }
  .cs-discussions-block__summary-line {
    display: flex;
    flex-wrap: nowrap;
  }
  .cs-discussions-block__speakers-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .cs-program-block__header {
    display: none;
  }
  .cs-program-block__mobile-tabs {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
    min-width: 0;
  }
  .cs-program-block__mobile-tab {
    max-width: 48%;
    min-width: 0;
    white-space: normal;
    overflow-wrap: anywhere;
    text-align: left;
  }
  .cs-program-block__mobile-tab:last-child {
    text-align: right;
  }
  .cs-program-block__row {
    display: block;
    gap: 0.625rem;
  }
  .cs-program-block__cell--main,
  .cs-program-block__cell--workshop {
    flex: none;
  }
  .cs-program-block.is-tab-main .cs-program-block__cell--workshop {
    display: none;
  }
  .cs-program-block.is-tab-main .cs-program-block__row.has-no-main:not(.is-break) {
    display: none;
  }
  .cs-program-block.is-tab-workshop .cs-program-block__cell--main {
    display: none;
  }
  .cs-program-block.is-tab-workshop .cs-program-block__row.has-no-workshop:not(.is-break) {
    display: none;
  }
  .cs-program-block__cell--workshop.cs-program-block__workshop-empty {
    display: none !important;
  }
  .cs-program-block__card {
    padding: 1.25rem;
    min-height: 0;
  }
  .cs-program-block__cell > .cs-program-block__card {
    width: 100%;
    height: auto;
  }
  .cs-program-block__heading {
    font-size: 1.625rem;
  }
  .cs-program-block__time {
    font-size: 1.625rem;
  }
  .cs-program-block__title {
    font-size: 1.625rem;
  }
  .cs-program-block__description {
    font-size: 0.875rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .cs-flash-news-block__track {
    transform: none !important;
  }
}
.top-bar {
  background: #ffffff;
  color: #111C46;
  height: 3.125rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.2;
  border-bottom: 1px solid #111C46;
}
.top-bar .container {
  height: 100%;
}
.top-bar .top-bar__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  height: 100%;
}
.top-bar .top-bar__left {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  flex-wrap: nowrap;
}
.top-bar .top-bar__countdown {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.top-bar .top-bar__segment {
  display: inline-flex;
  align-items: baseline;
  gap: 0;
}
.top-bar .top-bar__segment strong {
  font-size: 1.125rem;
}
.top-bar .top-bar__register-link {
  color: #111C46;
  text-decoration: underline;
  white-space: nowrap;
}
.top-bar .top-bar__register-link .top-bar__register-link-text--mobile {
  display: none;
}
.top-bar .top-bar__register-link:hover {
  color: #382BD3;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: #111C46;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.08);
}
.site-header.is-at-top {
  position: relative;
  top: auto;
}
.site-header .site-header__inner {
  min-height: 3.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.site-header .site-header__left {
  display: flex;
  align-items: center;
  gap: 1.25rem;
}
.site-header .site-header__logo {
  display: inline-flex;
  align-items: center;
}
.site-header .site-header__logo-image {
  display: block;
  max-height: 2.5rem;
  width: auto;
}
.site-header .site-header__logo--sticky {
  display: none;
}
.site-header .site-header__register-btn {
  display: none;
  height: 1.5rem;
  padding: 0 0.625rem;
  background-color: #54FEF5;
  border: 0.0625rem solid #54FEF5;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #111C46;
  text-decoration: none;
  align-items: center;
  justify-content: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}
.site-header .site-header__register-btn:hover {
  background-color: rgb(124.5627906977, 254.2372093023, 247.3720930233);
  transform: translateY(-0.125rem);
}
.site-header .site-header__right {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.site-header .site-header__menu {
  display: flex;
  align-items: center;
  gap: 1.625rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.site-header .site-header__menu a {
  text-decoration: none;
  color: #54FEF5;
}
.site-header .site-header__menu a:hover {
  color: #382BD3;
}
.site-header .site-header__menu .current-menu-item > a,
.site-header .site-header__menu .current_page_item > a {
  color: #382BD3;
}
.site-header .site-header__menu-toggle {
  display: none;
}
.site-header .site-header__mobile-register-btn,
.site-header .site-header__mobile-content {
  display: none;
}
.site-header.is-sticky {
  box-shadow: none;
}
.site-header.is-sticky .site-header__logo--default {
  display: none;
}
.site-header.is-sticky .site-header__logo--sticky {
  display: inline-flex;
}
.site-header.is-sticky .site-header__register-btn {
  display: inline-flex;
}

body.page-style-light .site-header {
  background: #ffffff;
}
body.page-style-light .site-header .site-header__menu a {
  color: #382BD3;
}
body.page-style-light .site-header .site-header__menu a:hover {
  color: #111C46;
}
body.page-style-light .site-header .site-header__menu .current-menu-item > a,
body.page-style-light .site-header .site-header__menu .current_page_item > a {
  color: #111C46;
}

body.page-style-cream .site-header {
  background: #FFDAB1;
}
body.page-style-cream .site-header .site-header__register-btn {
  background-color: #382BD3;
  border-color: #382BD3;
  color: #FFDAB1;
}
body.page-style-cream .site-header .site-header__register-btn:hover {
  background-color: rgb(87.2456692913, 76.231496063, 218.568503937);
}
body.page-style-cream .site-header .site-header__menu a {
  color: #382BD3;
}
body.page-style-cream .site-header .site-header__menu a:hover {
  color: #111C46;
}
body.page-style-cream .site-header .site-header__menu .current-menu-item > a,
body.page-style-cream .site-header .site-header__menu .current_page_item > a {
  color: #111C46;
}

body.admin-bar .site-header {
  top: 2rem;
}
body.admin-bar .site-header.is-at-top {
  top: auto;
}

.page-subnav {
  position: fixed;
  left: 0;
  right: 0;
  z-index: 95;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-0.5rem);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s ease;
  pointer-events: none;
}
.page-subnav.is-visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  pointer-events: auto;
}
.page-subnav .page-subnav__list {
  display: inline-flex;
  align-items: center;
  gap: 1.25rem;
  margin: 0;
  padding: 0.875rem 1.75rem;
  border-radius: 6.25rem;
  list-style: none;
  background: #FFDAB1;
}
.page-subnav .container {
  display: flex;
  justify-content: center;
}
.page-subnav .page-subnav__link {
  color: #382BD3;
  font-size: 0.875rem;
  text-decoration: none;
  white-space: nowrap;
}
.page-subnav .page-subnav__link:hover, .page-subnav .page-subnav__link.is-active {
  color: #111C46;
}

body.page--cream-bg .page-subnav .page-subnav__list {
  background: #ffffff;
}

@media (max-width: 992px) {
  body.admin-bar .site-header {
    top: 2rem;
  }
  body.admin-bar .site-header.is-at-top {
    top: auto;
  }
  .top-bar {
    font-size: 1rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .top-bar .top-bar__inner {
    flex-direction: row;
    align-items: center;
    min-width: -moz-max-content;
    min-width: max-content;
    flex-wrap: nowrap;
  }
  .top-bar .top-bar__left {
    flex-wrap: nowrap;
  }
  .top-bar .top-bar__text {
    white-space: nowrap;
  }
  .top-bar .top-bar__register-link {
    color: #382BD3;
  }
  .top-bar .top-bar__register-link .top-bar__register-link-text--desktop {
    display: none;
  }
  .top-bar .top-bar__register-link .top-bar__register-link-text--mobile {
    display: inline;
  }
  .site-header .site-header__inner {
    min-height: 3.75rem;
  }
  .site-header.active {
    background: #070F2B;
  }
  .site-header .site-header__logo--default {
    display: none;
  }
  .site-header .site-header__logo--sticky {
    display: inline-flex;
  }
  .site-header .site-header__menu-toggle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.75rem;
    height: 1.925rem;
    padding: 0;
    border: 0;
    border-radius: 6px;
    background-color: #54FEF5;
    cursor: pointer;
  }
  .site-header .site-header__menu-toggle .site-header__menu-toggle-bars {
    position: relative;
    display: block;
    width: 1.25rem;
    height: 0.125rem;
    background-color: #111C46;
    border-radius: 0.125rem;
    transition: background-color 0.2s ease;
  }
  .site-header .site-header__menu-toggle .site-header__menu-toggle-bars::before, .site-header .site-header__menu-toggle .site-header__menu-toggle-bars::after {
    content: "";
    position: absolute;
    left: 0;
    width: 1.25rem;
    height: 0.125rem;
    background-color: #111C46;
    border-radius: 0.125rem;
    transition: transform 0.25s ease, top 0.25s ease;
  }
  .site-header .site-header__menu-toggle .site-header__menu-toggle-bars::before {
    top: -0.275rem;
  }
  .site-header .site-header__menu-toggle .site-header__menu-toggle-bars::after {
    top: 0.3rem;
  }
  .site-header .site-header__nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    height: auto;
    padding: 1.5rem 1rem;
    background: #070F2B;
    border: 0;
    box-sizing: border-box;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.75rem);
    transition: transform 0.25s ease, opacity 0.25s ease, visibility 0.25s ease;
    z-index: 120;
    display: block;
    pointer-events: none;
  }
  .site-header .site-header__nav.active {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    pointer-events: auto;
  }
  .site-header .site-header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.875rem;
  }
  .site-header .site-header__menu a {
    font-size: 1.75rem;
    line-height: 1.1;
    color: #54FEF5;
  }
  .site-header .site-header__mobile-register-btn {
    display: inline-flex;
    width: 100%;
    margin-top: 3rem;
    margin-bottom: 2.5rem;
    justify-content: center;
    align-items: center;
    min-height: 3rem;
    padding: 0 1rem;
    border: 0.0625rem solid #54FEF5;
    border-radius: 0.25rem;
    background-color: #54FEF5;
    color: #111C46;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 600;
    box-sizing: border-box;
  }
  .site-header .site-header__mobile-content {
    display: block;
    margin-top: 1.25rem;
    color: #ffffff;
    font-size: 0.9375rem;
    line-height: 1.45;
  }
  .site-header .site-header__mobile-content p {
    margin: 0.75rem 0 0;
  }
  .site-header .site-header__mobile-content p:first-child {
    margin-top: 0;
  }
  .site-header .site-header__mobile-content a {
    color: #54FEF5;
  }
  .site-header .site-header__menu-toggle.active .site-header__menu-toggle-bars {
    background-color: transparent;
  }
  .site-header .site-header__menu-toggle.active .site-header__menu-toggle-bars::before {
    top: 0;
    transform: rotate(45deg);
  }
  .site-header .site-header__menu-toggle.active .site-header__menu-toggle-bars::after {
    top: 0;
    transform: rotate(-45deg);
  }
  .page-subnav {
    display: none !important;
  }
  .page-subnav .container {
    justify-content: flex-start;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    padding-bottom: 0.25rem;
  }
  .page-subnav .container::-webkit-scrollbar {
    display: none;
  }
  .page-subnav .page-subnav__list {
    gap: 1rem;
    padding: 0.75rem 1.125rem;
    border-radius: 3.75rem;
    min-width: -moz-max-content;
    min-width: max-content;
  }
  body.page-style-light .site-header.active,
  body.page-style-cream .site-header.active {
    background: #070F2B;
  }
  body.page-style-light .site-header .site-header__nav,
  body.page-style-cream .site-header .site-header__nav {
    background: #070F2B;
  }
  body.page-style-light .site-header .site-header__menu a,
  body.page-style-cream .site-header .site-header__menu a {
    color: #54FEF5;
  }
  body.page-style-light .site-header .site-header__menu a:hover,
  body.page-style-light .site-header .site-header__menu .current-menu-item > a,
  body.page-style-light .site-header .site-header__menu .current_page_item > a,
  body.page-style-cream .site-header .site-header__menu a:hover,
  body.page-style-cream .site-header .site-header__menu .current-menu-item > a,
  body.page-style-cream .site-header .site-header__menu .current_page_item > a {
    color: #54FEF5;
  }
}
@media (max-width: 782px) {
  body.admin-bar .site-header {
    top: 2.875rem;
  }
  body.admin-bar .site-header.is-at-top {
    top: auto;
  }
}
.registration-banner {
  background-color: #382BD3;
  overflow: hidden;
  padding: 0;
}
.registration-banner .registration-banner__inner {
  position: relative;
  min-height: 29rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5.5rem 0;
  border-bottom: 1px solid #111C46;
}
.registration-banner .registration-banner__bg {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: clamp(14rem, 39vw, 34rem);
  line-height: 0.8;
  letter-spacing: -0.06em;
  color: #111C46;
  font-weight: 600;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  white-space: nowrap;
}
.registration-banner .registration-banner__bg-logo-image {
  display: block;
  width: min(69rem, 95vw);
  height: auto;
}
.registration-banner .registration-banner__content {
  position: relative;
  z-index: 3;
  width: 100%;
  min-height: 20rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: #ffffff;
}
.registration-banner .registration-banner__orbit {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 42.5rem;
  height: 42.5rem;
  margin: 0;
  z-index: 4;
  pointer-events: none;
}
.registration-banner .registration-banner__orbit-svg {
  display: block;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-box: fill-box;
  animation: registration-orbit-spin 90s linear infinite;
}
.registration-banner .registration-banner__orbit-text {
  fill: #54FEF5;
  font-size: 0.875rem;
  font-weight: 500;
  letter-spacing: 0.03em;
}
.registration-banner .registration-banner__title {
  margin: 0;
  color: #ffffff;
  font-size: 4.125rem;
  line-height: 0.95;
  font-weight: 600;
  text-align: center;
}
.registration-banner .registration-banner__cta {
  margin-top: 2rem;
}

.site-newsletter {
  background-color: #382BD3;
  color: #ffffff;
  padding: 3.5rem 0 2.75rem;
}
.site-newsletter .site-newsletter__inner {
  max-width: 46rem;
  margin: 0 auto;
  text-align: center;
}
.site-newsletter .site-newsletter__badge {
  display: inline-block;
  position: relative;
  margin-bottom: 1.75rem;
  padding: 1.5rem 2.75rem 0.75rem;
  background-color: #ffffff;
  border-radius: 5rem;
  color: #382BD3;
  font-size: 3.125rem;
  font-weight: 600;
  line-height: 1;
  white-space: pre-line;
}
.site-newsletter .site-newsletter__badge::after {
  content: "";
  position: absolute;
  left: 4.125rem;
  bottom: -1.3rem;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.35rem 1.35rem 0 0;
  border-color: #ffffff transparent transparent transparent;
}
.site-newsletter .site-newsletter__heading {
  margin: 1.25rem 0 2.25rem;
  color: #ffffff;
  font-size: 1.875rem;
  line-height: 1.15;
  font-weight: 600;
}
.site-newsletter .site-newsletter__form {
  max-width: 35.5rem;
  margin: 0 auto;
}
.site-newsletter .site-newsletter__form form {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  justify-content: center;
}
.site-newsletter .site-newsletter__form .wpcf7-form-control-wrap {
  flex: 1 1 16rem;
  max-width: 18.75rem;
}
.site-newsletter .site-newsletter__form input[type=email],
.site-newsletter .site-newsletter__form input[type=text] {
  width: 100%;
  min-height: 3rem;
  height: 3rem;
  border: 0;
  border-radius: 0.25rem;
  background-color: #D9D9D9;
  padding: 0 1rem;
  color: #111C46;
}
.site-newsletter .site-newsletter__form input[type=submit] {
  flex: 0 0 13.75rem;
  width: 13.75rem;
}
.site-newsletter .site-newsletter__form .wpcf7-acceptance {
  flex-basis: 100%;
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.35;
}
.site-newsletter .site-newsletter__form .wpcf7-acceptance a {
  color: #54FEF5;
  text-decoration: underline;
}

body.page--white-bg .site-footer a,
body.page--cream-bg .site-footer a {
  color: #54FEF5;
}
body.page--white-bg .site-footer a:not(.button):hover,
body.page--cream-bg .site-footer a:not(.button):hover {
  color: #54FEF5;
}

.site-footer {
  background-color: #111C46;
  color: #ffffff;
}
.site-footer a {
  color: #54FEF5;
}
.site-footer a:not(.button):hover {
  color: #54FEF5;
  opacity: 0.82;
}
.site-footer .site-footer__top {
  padding: 3.5rem 0;
  border-bottom: 1px solid #ffffff;
}
.site-footer .site-footer__columns {
  display: grid;
  grid-template-columns: minmax(12rem, 1fr) minmax(16rem, 1.1fr) minmax(12rem, 1fr);
  gap: 2rem 3rem;
}
.site-footer .site-footer__column {
  min-width: 0;
}
.site-footer .site-footer__logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  margin-bottom: 3.75rem;
}
.site-footer .site-footer__logo-image {
  display: block;
  max-width: 6rem;
  min-width: 6rem;
  width: auto;
  height: auto;
}
.site-footer .site-footer__logo-text {
  font-weight: 600;
}
.site-footer .site-footer__menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 0.5rem;
}
.site-footer .site-footer__menu a {
  text-decoration: none;
}
.site-footer .site-footer__title {
  margin: 0;
}
.site-footer .site-footer__text {
  margin: 1.25rem 0 2rem;
  max-width: 20rem;
}
.site-footer .site-footer__content > :first-child {
  margin-top: 0;
}
.site-footer .site-footer__content > :last-child {
  margin-bottom: 0;
}
.site-footer .site-footer__content h1,
.site-footer .site-footer__content h2,
.site-footer .site-footer__content h3,
.site-footer .site-footer__content h4,
.site-footer .site-footer__content h5,
.site-footer .site-footer__content h6 {
  margin: 0 0 1.25rem;
}
.site-footer .site-footer__content p {
  margin: 0 0 1.25rem;
}
.site-footer .site-footer__content a {
  text-underline-offset: 0.15em;
}
.site-footer .site-footer__content--column-2 {
  max-width: 20rem;
}
.site-footer .site-footer__content--column-2 .wp-block-button__link,
.site-footer .site-footer__content--column-2 .wp-element-button,
.site-footer .site-footer__content--column-2 .button {
  margin-top: 1.5rem;
}
.site-footer .site-footer__cta {
  margin-top: 1.5rem;
}
.site-footer .site-footer__content--column-3 address {
  margin: 0 0 0.5rem;
  font-style: normal;
}
.site-footer .site-footer__contact-title {
  margin: 0 0 1.25rem;
}
.site-footer .site-footer__address {
  margin: 0 0 0.5rem;
  font-style: normal;
}
.site-footer .site-footer__contact-link {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  text-underline-offset: 0.15em;
}
.site-footer .site-footer__bottom {
  padding: 0.75rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem 2rem;
}
.site-footer .site-footer__copyright {
  margin: 0;
  font-size: 0.75rem;
}
.site-footer .site-footer__copyright a {
  font-size: 0.75rem;
  text-decoration: underline;
  color: #ffffff;
}
.site-footer .site-footer__copyright a:hover {
  color: #ffffff;
  text-decoration: none;
}
.site-footer .site-footer__legal {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  gap: 0.25rem 0.5rem;
}
.site-footer .site-footer__legal a {
  text-decoration: none;
  color: #ffffff;
  font-size: 0.75rem;
}
.site-footer .site-footer__legal a:hover {
  color: #ffffff;
  text-decoration: underline;
}

@media (max-width: 992px) {
  .registration-banner {
    padding: 2.5rem 0;
  }
  .registration-banner .registration-banner__inner {
    min-height: 25rem;
  }
  .registration-banner .registration-banner__orbit {
    width: 36rem;
    height: 36rem;
  }
  .registration-banner .registration-banner__orbit-text {
    font-size: 0.75rem;
  }
  .registration-banner .registration-banner__title {
    font-size: 3.25rem;
    margin-bottom: 1.25rem;
  }
  .site-newsletter .site-newsletter__badge {
    font-size: 2.25rem;
    padding: 0.875rem 2.25rem;
  }
  .site-newsletter .site-newsletter__heading {
    font-size: 2rem;
    margin-bottom: 1.5rem;
  }
  .site-footer .site-footer__columns {
    grid-template-columns: 1fr 1fr;
    gap: 2.25rem 2rem;
  }
  .site-footer .site-footer__column--cta {
    grid-column: 1/-1;
    order: 3;
  }
  .site-footer .site-footer__text {
    max-width: 100%;
    margin-bottom: 1.25rem;
  }
  .site-footer .site-footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 2rem;
  }
  .site-footer .site-footer__legal {
    gap: 0;
    flex-flow: column;
    align-items: flex-start;
  }
}
@media (max-width: 782px) {
  .registration-banner {
    padding: 2rem 0 0.5rem;
  }
  .registration-banner .registration-banner__inner {
    min-height: 17rem;
  }
  .registration-banner .registration-banner__bg {
    font-size: 12.5rem;
    transform: translate(-50%, -49%);
  }
  .registration-banner .registration-banner__orbit-text {
    font-size: 0.6875rem;
  }
  .registration-banner .registration-banner__title {
    font-size: 3rem;
  }
  .registration-banner .registration-banner__cta {
    margin-top: 1rem;
    width: auto !important;
  }
  .site-newsletter {
    padding: 2.5rem 0 2rem;
  }
  .site-newsletter .site-newsletter__badge {
    font-size: 1.875rem;
    padding: 0.875rem 1.75rem;
    margin-bottom: 1.25rem;
    border-radius: 2.5rem;
  }
  .site-newsletter .site-newsletter__badge::after {
    left: 2.5rem;
  }
  .site-newsletter .site-newsletter__heading {
    font-size: 1.5rem;
    margin-bottom: 1.25rem;
  }
  .site-newsletter .site-newsletter__form form {
    gap: 0.75rem;
  }
  .site-newsletter .site-newsletter__form .wpcf7-form-control-wrap,
  .site-newsletter .site-newsletter__form input[type=submit] {
    flex: 1 1 100%;
    max-width: 100%;
    width: 100%;
  }
  .site-newsletter .site-newsletter__form .wpcf7-acceptance {
    font-size: 0.875rem;
  }
  .site-footer .site-footer__top {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .site-footer .site-footer__columns {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .site-footer .site-footer__column--cta {
    order: 2;
  }
  .site-footer .site-footer__column--contact {
    order: 3;
  }
  .site-footer .site-footer__logo {
    margin-bottom: 3rem;
  }
}
@keyframes registration-orbit-spin {
  to {
    transform: rotate(360deg);
  }
}
.headline__layout {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  text-align: left;
  gap: 2rem;
  padding: 1.25rem 0;
}
.headline__layout .headline__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 2rem;
  flex-grow: 1;
}
.headline__layout .headline__content .headline__description {
  font-size: 1rem;
  line-height: 1.4;
  color: #ffffff;
  max-width: 18rem;
  margin-left: 3rem;
}
.headline__layout .headline__content h2 {
  font-size: 3.75rem;
  line-height: 1;
  color: #ffffff;
  margin: 0;
}
.headline__layout .headline__image img {
  max-width: 10rem;
  height: auto;
}

body.page--white-bg .headline__layout .headline__content .headline__description, body.page--cream-bg .headline__layout .headline__content .headline__description {
  color: #111C46;
}
body.page--white-bg .headline__layout .headline__content h2, body.page--cream-bg .headline__layout .headline__content h2 {
  color: #111C46;
}

@media (max-width: 768px) {
  .headline__layout {
    flex-direction: column;
    align-items: center;
    text-align: left;
    gap: 1.5rem;
  }
  .headline__layout .headline__content {
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  .headline__layout .headline__content .headline__description {
    max-width: none;
    margin-left: 0;
  }
  .headline__layout .headline__content h2 {
    font-size: 2.5rem;
  }
  .headline__layout .headline__image {
    align-self: center;
    margin: 2rem 0;
  }
}