@charset "UTF-8";
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default padding */
ul,
ol {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul,
ol {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(a) {
  text-decoration-line: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
  transition: color 0.2s cubic-bezier(0.2, 0, 0, 1), text-decoration-color 0.2s cubic-bezier(0.2, 0, 0, 1);
  color: var(--link-color, #CC196D);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(a):hover, :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(a):active {
  text-decoration-thickness: 2px;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(a):hover {
  color: #654EA3;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(a):active {
  color: #FF6720;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(a):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
  border-radius: 0;
}

.starboard-template ul,
.starboard-block ul,
.editor-styles-wrapper ul {
  margin: 20px 0 20px 30px;
}
.starboard-template ul li,
.starboard-block ul li,
.editor-styles-wrapper ul li {
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
  padding-left: 28px;
  margin-bottom: 12px;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
}
.starboard-template ul li:before,
.starboard-block ul li:before,
.editor-styles-wrapper ul li:before {
  content: "\f111";
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  color: #DE1B76;
  font-size: 0.7rem;
  position: absolute;
  left: 0;
  top: 8px;
}
.starboard-template ol,
.starboard-block ol,
.editor-styles-wrapper ol {
  list-style-type: decimal;
  margin: 20px 0 20px 50px;
}
.starboard-template ol li,
.starboard-block ol li,
.editor-styles-wrapper ol li {
  font-size: 1.125rem;
  font-weight: 400;
  position: relative;
}

.starboard-template img,
.starboard-block img,
.editor-styles-wrapper img {
  display: block;
  width: 100%;
  height: auto;
}
.starboard-template figure,
.starboard-block figure,
.editor-styles-wrapper figure {
  margin: 0;
}
.starboard-template figcaption,
.starboard-block figcaption,
.editor-styles-wrapper figcaption {
  margin-top: 12px;
  text-align: left;
}

:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link) {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 15px;
  padding: 10px 18px;
  border: 1px solid #CC196D;
  border-radius: 0;
  color: #FFFFFF;
  background: #CC196D;
  cursor: pointer;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-weight: 600;
  font-size: 1.1875rem;
  line-height: 1.5789;
  position: relative;
  text-decoration: none;
  transition: background-color 0.2s cubic-bezier(0.2, 0, 0, 1), border-color 0.2s cubic-bezier(0.2, 0, 0, 1), color 0.2s cubic-bezier(0.2, 0, 0, 1);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link)::after {
  content: "\f054";
  position: static;
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  color: #FFFFFF;
  font-size: 1rem;
  line-height: 1;
  transition: transform 0.5s;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link):hover, :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link):focus {
  background: rgb(167.6541484716, 20.5458515284, 89.5799126638);
  border: 1px solid rgb(167.6541484716, 20.5458515284, 89.5799126638);
  color: #FFFFFF;
  text-decoration: none;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link):hover::after, :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link):focus::after {
  transform: translateX(5px);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.btn, .wp-block-button__link):active {
  background: #654EA3;
  border: 1px solid #654EA3;
  color: #FFFFFF;
  text-decoration: none;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .btn--secondary,
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .wp-block-button.is-style-secondary .wp-block-button__link {
  color: #071A52;
  background: #FFB81C;
  border-color: #FFB81C;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .btn--secondary::after,
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .wp-block-button.is-style-secondary .wp-block-button__link::after {
  color: currentcolor;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .btn--secondary:hover,
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .wp-block-button.is-style-secondary .wp-block-button__link:hover {
  color: #FFFFFF;
  background: #131E29;
  border-color: #131E29;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .is-style-outline .wp-block-button__link {
  color: #CC196D;
  background: transparent;
  border-color: #CC196D;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .is-style-outline .wp-block-button__link::after {
  color: currentcolor;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .is-style-outline .wp-block-button__link:hover {
  color: #FFFFFF;
  background: #CC196D;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .wp-block-buttons {
  gap: 12px;
  margin-bottom: 16px;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.button-download) {
  min-height: 48px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  padding: 12px 24px;
  border-radius: 0;
  color: #FFFFFF;
  background: #CC196D;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.25;
  text-decoration: none;
  transition: 0.5s;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.button-download) i {
  font-size: 1rem;
  margin-left: 6px;
  transition: 0.5s;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.button-download):hover {
  color: #FFFFFF;
  background: #131E29;
  text-decoration: none;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.button-download):hover i {
  margin-left: 11px;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.button-download):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}

.starboard-template input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.starboard-template textarea,
.starboard-template select,
.starboard-block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.starboard-block textarea,
.starboard-block select,
.editor-styles-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.editor-styles-wrapper textarea,
.editor-styles-wrapper select {
  width: 100%;
  min-height: 52px;
  border-radius: 0;
  padding: 10px 14px;
  border: 1px solid #9CA0A4;
  margin-top: 8px;
  color: #000000;
  background-color: #FFFFFF;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5556;
  transition: border-color 0.2s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.starboard-template input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):hover,
.starboard-template textarea:hover,
.starboard-template select:hover,
.starboard-block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):hover,
.starboard-block textarea:hover,
.starboard-block select:hover,
.editor-styles-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):hover,
.editor-styles-wrapper textarea:hover,
.editor-styles-wrapper select:hover {
  border-color: #565C62;
}
.starboard-template input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus-visible,
.starboard-template textarea:focus-visible,
.starboard-template select:focus-visible,
.starboard-block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus-visible,
.starboard-block textarea:focus-visible,
.starboard-block select:focus-visible,
.editor-styles-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):focus-visible,
.editor-styles-wrapper textarea:focus-visible,
.editor-styles-wrapper select:focus-visible {
  border-color: #DE1B76;
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
.starboard-template input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,
.starboard-template textarea::placeholder,
.starboard-template select::placeholder,
.starboard-block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,
.starboard-block textarea::placeholder,
.starboard-block select::placeholder,
.editor-styles-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,
.editor-styles-wrapper textarea::placeholder,
.editor-styles-wrapper select::placeholder {
  color: #565C62;
  opacity: 1;
}
.starboard-template input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])[aria-invalid=true],
.starboard-template textarea[aria-invalid=true],
.starboard-template select[aria-invalid=true],
.starboard-block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])[aria-invalid=true],
.starboard-block textarea[aria-invalid=true],
.starboard-block select[aria-invalid=true],
.editor-styles-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])[aria-invalid=true],
.editor-styles-wrapper textarea[aria-invalid=true],
.editor-styles-wrapper select[aria-invalid=true] {
  border-color: #B30023;
  box-shadow: inset 4px 0 0 #B30023;
}
.starboard-template input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):disabled,
.starboard-template textarea:disabled,
.starboard-template select:disabled,
.starboard-block input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):disabled,
.starboard-block textarea:disabled,
.starboard-block select:disabled,
.editor-styles-wrapper input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):disabled,
.editor-styles-wrapper textarea:disabled,
.editor-styles-wrapper select:disabled {
  color: #565C62;
  background: #FAFAFA;
  cursor: not-allowed;
  opacity: 0.75;
}
.starboard-template textarea,
.starboard-block textarea,
.editor-styles-wrapper textarea {
  min-height: 144px;
  resize: vertical;
}
.starboard-template select,
.starboard-block select,
.editor-styles-wrapper select {
  width: 100%;
  -webkit-appearance: none;
  padding-right: 44px;
  background-image: url("../img/chevron-down-regular-black.svg");
  background-repeat: no-repeat;
  background-position: right 14px center;
  background-size: 15px;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
}
.starboard-template form .red,
.starboard-block form .red,
.editor-styles-wrapper form .red {
  background-color: transparent;
  color: #DE1B76;
}
.starboard-template form .wpcf7-submit,
.starboard-block form .wpcf7-submit,
.editor-styles-wrapper form .wpcf7-submit {
  border: 0;
}
.starboard-template input[type=checkbox],
.starboard-template input[type=radio],
.starboard-block input[type=checkbox],
.starboard-block input[type=radio],
.editor-styles-wrapper input[type=checkbox],
.editor-styles-wrapper input[type=radio] {
  width: 20px;
  min-height: 20px;
  flex: 0 0 20px;
  margin: 4px 8px 0 0;
  accent-color: #DE1B76;
}
.starboard-template input[type=checkbox]:focus-visible,
.starboard-template input[type=radio]:focus-visible,
.starboard-block input[type=checkbox]:focus-visible,
.starboard-block input[type=radio]:focus-visible,
.editor-styles-wrapper input[type=checkbox]:focus-visible,
.editor-styles-wrapper input[type=radio]:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 2px;
  box-shadow: 0 0 0 6px #DE1B76;
}
.starboard-template fieldset:has(input[type=checkbox], input[type=radio]),
.starboard-block fieldset:has(input[type=checkbox], input[type=radio]),
.editor-styles-wrapper fieldset:has(input[type=checkbox], input[type=radio]) {
  display: grid;
  gap: 8px;
}
.starboard-template fieldset > label:has(input[type=checkbox], input[type=radio]),
.starboard-template .wpcf7-list-item label,
.starboard-block fieldset > label:has(input[type=checkbox], input[type=radio]),
.starboard-block .wpcf7-list-item label,
.editor-styles-wrapper fieldset > label:has(input[type=checkbox], input[type=radio]),
.editor-styles-wrapper .wpcf7-list-item label {
  min-height: 44px;
  display: inline-flex;
  align-items: flex-start;
  padding: 8px 0;
  cursor: pointer;
}
@media only screen and (max-width: 480px) {
  .starboard-template fieldset > label:has(input[type=checkbox], input[type=radio]),
  .starboard-template .wpcf7-list-item label,
  .starboard-block fieldset > label:has(input[type=checkbox], input[type=radio]),
  .starboard-block .wpcf7-list-item label,
  .editor-styles-wrapper fieldset > label:has(input[type=checkbox], input[type=radio]),
  .editor-styles-wrapper .wpcf7-list-item label {
    width: 100%;
    letter-spacing: normal;
    line-height: 1.5;
    text-transform: none;
  }
}
.starboard-template .action-form,
.starboard-block .action-form,
.editor-styles-wrapper .action-form {
  width: 70%;
  margin: 0 auto;
}
@media only screen and (max-width: 768px) {
  .starboard-template .action-form,
  .starboard-block .action-form,
  .editor-styles-wrapper .action-form {
    width: 100%;
  }
}
.starboard-template .form-agreement .wpcf7-checkbox,
.starboard-block .form-agreement .wpcf7-checkbox,
.editor-styles-wrapper .form-agreement .wpcf7-checkbox {
  margin-top: 20px;
  display: block;
}
.starboard-template .form-agreement .wpcf7-checkbox .wpcf7-list-item,
.starboard-block .form-agreement .wpcf7-checkbox .wpcf7-list-item,
.editor-styles-wrapper .form-agreement .wpcf7-checkbox .wpcf7-list-item {
  display: block;
  width: 100%;
  margin-left: 0;
}
.starboard-template .form-agreement input[type=checkbox],
.starboard-block .form-agreement input[type=checkbox],
.editor-styles-wrapper .form-agreement input[type=checkbox] {
  width: auto;
}
.starboard-template .wpcf7-submit,
.starboard-block .wpcf7-submit,
.editor-styles-wrapper .wpcf7-submit {
  width: auto;
  background: #CC196D;
  min-height: 52px;
  border-radius: 0;
  padding: 10px 18px;
  color: #FFFFFF;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.5789;
  cursor: pointer;
  transition: background-color 0.2s cubic-bezier(0.2, 0, 0, 1), color 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.starboard-template .wpcf7-submit:hover,
.starboard-block .wpcf7-submit:hover,
.editor-styles-wrapper .wpcf7-submit:hover {
  background: rgb(167.6541484716, 20.5458515284, 89.5799126638);
  color: #FFFFFF;
}
.starboard-template .wpcf7-submit:focus-visible,
.starboard-block .wpcf7-submit:focus-visible,
.editor-styles-wrapper .wpcf7-submit:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
.starboard-template label,
.starboard-block label,
.editor-styles-wrapper label {
  color: #131E29;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}
.starboard-template .wpcf7-not-valid-tip,
.starboard-block .wpcf7-not-valid-tip,
.editor-styles-wrapper .wpcf7-not-valid-tip {
  color: #FFFFFF;
  background: #B30023;
  border-radius: 0;
  padding: 4px 10px;
  font-size: 0.875rem;
  margin-top: 8px;
  display: inline-block;
}
.starboard-template .wpcf7 form.sent .wpcf7-response-output,
.starboard-block .wpcf7 form.sent .wpcf7-response-output,
.editor-styles-wrapper .wpcf7 form.sent .wpcf7-response-output {
  background: #247A52;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  margin: 30px 0 0;
  padding: 12px 20px;
}
.starboard-template .wpcf7 form.invalid .wpcf7-response-output,
.starboard-block .wpcf7 form.invalid .wpcf7-response-output,
.editor-styles-wrapper .wpcf7 form.invalid .wpcf7-response-output {
  background: #B30023;
  color: #FFFFFF;
  border: 0;
  border-radius: 0;
  margin: 30px 0 0;
  padding: 12px 20px;
}
.starboard-template .form-help,
.starboard-template .form-error,
.starboard-template .validation-message,
.starboard-block .form-help,
.starboard-block .form-error,
.starboard-block .validation-message,
.editor-styles-wrapper .form-help,
.editor-styles-wrapper .form-error,
.editor-styles-wrapper .validation-message {
  display: block;
  margin-top: 8px;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  line-height: 1.5714;
}
.starboard-template .form-help,
.starboard-block .form-help,
.editor-styles-wrapper .form-help {
  color: #39434D;
}
.starboard-template .form-error,
.starboard-template .validation-message,
.starboard-block .form-error,
.starboard-block .validation-message,
.editor-styles-wrapper .form-error,
.editor-styles-wrapper .validation-message {
  color: #B30023;
  font-weight: 600;
}
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) label,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .form-help,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) label,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .form-help,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) label,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .form-help {
  color: #FFFFFF;
}
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]),
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select {
  color: #FFFFFF;
  border-color: #9CA0A4;
  background-color: transparent;
}
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea::placeholder,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select::placeholder,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea::placeholder,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select::placeholder,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])::placeholder,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea::placeholder,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select::placeholder {
  color: #9CA0A4;
}
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):hover,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea:hover,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select:hover,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):hover,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea:hover,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select:hover,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button]):hover,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) textarea:hover,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) select:hover {
  border-color: #FFFFFF;
}
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .form-error,
.starboard-template :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .validation-message,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .form-error,
.starboard-block :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .validation-message,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .form-error,
.editor-styles-wrapper :where(.dark-background, .charcoal-background, .mid-grey-background, .purple-background) .validation-message {
  color: #FFB81C;
}

.center {
  text-align: center;
}

.padding-both {
  padding: 75px 0;
}
@media only screen and (max-width: 768px) {
  .padding-both {
    padding: 50px 0;
  }
}

.padding-top {
  padding-top: 75px;
}
@media only screen and (max-width: 768px) {
  .padding-top {
    padding-top: 50px;
  }
}

.padding-bottom {
  padding-bottom: 75px;
}
@media only screen and (max-width: 768px) {
  .padding-bottom {
    padding-bottom: 50px;
  }
}

.lock-scroll {
  overflow: hidden;
}

.overflow-hidden {
  overflow: hidden;
}

.position-relative {
  position: relative;
}

address {
  font-style: normal;
}

.thumbnail {
  position: relative;
  overflow: hidden;
  display: block;
}
.thumbnail img {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
}

:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: #FFFFFF;
  color: var(--body-color);
  background-color: #131E29;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) :is(.btn) {
  color: #FFFFFF;
  background-color: #CC196D;
  border-color: #CC196D;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) :is(.btn)::after {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) :is(.btn):hover {
  color: #131E29;
  background-color: #FFB81C;
  border-color: #FFB81C;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) :is(.btn):hover::after {
  color: #131E29;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) :is(.btn):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-background) :is(.btn):active {
  color: #FFFFFF;
  background-color: #654EA3;
  border-color: #654EA3;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: #FFFFFF;
  color: var(--body-color);
  background-color: #CC196D;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn) {
  color: #071A52;
  background-color: #FFB81C;
  border-color: #FFB81C;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn)::after {
  color: #071A52;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn):hover {
  color: #FFFFFF;
  background-color: #131E29;
  border-color: #131E29;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn):hover::after {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn):active {
  color: #FFFFFF;
  background: #654EA3;
  border-color: #654EA3;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.brand-background) :is(.btn):active::after {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.light-background) {
  background-color: #FAFAFA;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.charcoal-background, .mid-grey-background, .purple-background) {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: #FFFFFF;
  --link-color: #FFB81C;
  color: var(--body-color);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.charcoal-background, .mid-grey-background, .purple-background) label {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.charcoal-background, .mid-grey-background, .purple-background) a:not(.btn):hover {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.charcoal-background) {
  background: #172430;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.mid-grey-background) {
  background: #263846;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.purple-background) {
  background: #654EA3;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: #FFB81C;
  --link-color: #FFB81C;
  color: var(--body-color);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) label {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) a:not(.btn):hover {
  color: #FFFFFF;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) :is(.btn) {
  color: #FFFFFF;
  background: #CC196D;
  border-color: #CC196D;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) :is(.btn)::after {
  color: currentcolor;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) :is(.btn):hover {
  color: #131E29;
  background: #FFB81C;
  border-color: #FFB81C;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.dark-surface-content) :is(.btn):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) {
  --heading-color: #000000;
  --body-color: #000000;
  --muted-color: #000000;
  --link-color: #131E29;
  color: #000000;
  background: linear-gradient(90deg, #FF6720 0%, #DE1B76 100%);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) label {
  color: #000000;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) a:not(.btn):hover {
  color: #000000;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) :is(.btn) {
  color: #071A52;
  background: #FFB81C;
  border-color: #FFB81C;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) :is(.btn)::after {
  color: currentcolor;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) :is(.btn):hover {
  color: #FFFFFF;
  background: #131E29;
  border-color: #131E29;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.gradient-background) :is(.btn):focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}

:where(.starboard-template, .starboard-block, .editor-styles-wrapper) {
  --heading-color: #131E29;
  --body-color: #000000;
  --muted-color: #39434D;
  --link-color: #CC196D;
  --h1-font-size: 3rem;
  --h2-font-size: 2.375rem;
  --h3-font-size: 1.875rem;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h1, h2, h3, h4, h5, h6) {
  color: var(--heading-color);
  margin: 0 0 20px;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-weight: 700;
  text-wrap: balance;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h1) {
  font-size: var(--h1-font-size);
  line-height: 1.125;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1024px) {
  :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h1) {
    --h1-font-size: 2.625rem;
  }
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h2) {
  font-size: var(--h2-font-size);
  line-height: 1.2105;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h2) {
    --h2-font-size: 2.125rem;
  }
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h3) {
  font-size: var(--h3-font-size);
  line-height: 1.2667;
  letter-spacing: -0.01em;
}
@media only screen and (max-width: 1024px) {
  :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h3) {
    --h3-font-size: 1.625rem;
  }
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h4) {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.3333;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h5) {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h6) {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.4444;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(p, li) {
  color: var(--body-color);
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  font-size: 1.125rem;
  line-height: 1.5556;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(p) {
  margin: 0 0 20px;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .large-title {
  font-size: clamp(3rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: -0.02em;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(.eyebrow, .sub-title) {
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.75;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  margin-bottom: 8px;
  color: var(--muted-color);
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) .large-body {
  font-size: 1.25rem;
  line-height: 1.5;
}
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(small, figcaption),
:where(.starboard-template, .starboard-block, .editor-styles-wrapper) :is(.caption, .metadata) {
  color: var(--muted-color);
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5714;
}
@media only screen and (max-width: 600px) {
  :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h1) {
    --h1-font-size: 2.375rem;
  }
  :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h2) {
    --h2-font-size: 2rem;
  }
  :where(.starboard-template, .starboard-block, .editor-styles-wrapper) :where(h3) {
    --h3-font-size: 1.5rem;
  }
}

.starboard-template table:not(.product-comparison-table-block),
.starboard-block table:not(.product-comparison-table-block),
.editor-styles-wrapper table:not(.product-comparison-table-block) {
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 0;
  overflow: hidden;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
}
.starboard-template table:not(.product-comparison-table-block) th,
.starboard-template table:not(.product-comparison-table-block) td,
.starboard-block table:not(.product-comparison-table-block) th,
.starboard-block table:not(.product-comparison-table-block) td,
.editor-styles-wrapper table:not(.product-comparison-table-block) th,
.editor-styles-wrapper table:not(.product-comparison-table-block) td {
  padding: 16px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
.starboard-template table:not(.product-comparison-table-block) th,
.starboard-block table:not(.product-comparison-table-block) th,
.editor-styles-wrapper table:not(.product-comparison-table-block) th {
  color: #FFFFFF;
  background: #131E29;
  font-weight: 700;
}
.starboard-template table:not(.product-comparison-table-block) tbody tr:nth-child(even),
.starboard-block table:not(.product-comparison-table-block) tbody tr:nth-child(even),
.editor-styles-wrapper table:not(.product-comparison-table-block) tbody tr:nth-child(even) {
  background: #FAFAFA;
}
.starboard-template table:not(.product-comparison-table-block) tr:last-child > *,
.starboard-block table:not(.product-comparison-table-block) tr:last-child > *,
.editor-styles-wrapper table:not(.product-comparison-table-block) tr:last-child > * {
  border-bottom: 0;
}
.starboard-template blockquote:not(.testimonial-block__quote),
.starboard-block blockquote:not(.testimonial-block__quote),
.editor-styles-wrapper blockquote:not(.testimonial-block__quote) {
  margin: 40px 0;
  padding: 16px 0 16px 32px;
  border-left: 3px solid #DE1B76;
  color: #131E29;
}
.starboard-template code,
.starboard-block code,
.editor-styles-wrapper code {
  padding: 0.15em 0.4em;
  border-radius: 0;
  color: #131E29;
  background: #FAFAFA;
  font-size: 0.9em;
}
.starboard-template pre,
.starboard-block pre,
.editor-styles-wrapper pre {
  overflow-x: auto;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #FFFFFF;
  background: #131E29;
}
.starboard-template pre code,
.starboard-block pre code,
.editor-styles-wrapper pre code {
  padding: 0;
  color: inherit;
  background: transparent;
}
.starboard-template .alert,
.starboard-template [role=alert],
.starboard-block .alert,
.starboard-block [role=alert],
.editor-styles-wrapper .alert,
.editor-styles-wrapper [role=alert] {
  padding: 16px 24px;
  border: 1px solid #565C62;
  border-left: 4px solid #DE1B76;
  border-radius: 0;
  background: #FAFAFA;
}
.starboard-template .page-numbers,
.starboard-block .page-numbers,
.editor-styles-wrapper .page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 40px 0;
  padding: 0;
  list-style: none;
}
.starboard-template .page-numbers li,
.starboard-block .page-numbers li,
.editor-styles-wrapper .page-numbers li {
  margin: 0;
  padding: 0;
}
.starboard-template .page-numbers li::before,
.starboard-block .page-numbers li::before,
.editor-styles-wrapper .page-numbers li::before {
  display: none;
}
.starboard-template .page-numbers a,
.starboard-template .page-numbers .current,
.starboard-block .page-numbers a,
.starboard-block .page-numbers .current,
.editor-styles-wrapper .page-numbers a,
.editor-styles-wrapper .page-numbers .current {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
.starboard-template .page-numbers a:hover,
.starboard-block .page-numbers a:hover,
.editor-styles-wrapper .page-numbers a:hover {
  border-color: #DE1B76;
  background: #FAFAFA;
}
.starboard-template .page-numbers a:focus-visible,
.starboard-block .page-numbers a:focus-visible,
.editor-styles-wrapper .page-numbers a:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 2px;
}
.starboard-template .page-numbers .current,
.starboard-block .page-numbers .current,
.editor-styles-wrapper .page-numbers .current {
  color: #FFFFFF;
  background: #131E29;
  border-color: #131E29;
}

.main-template .block-core-buttons,
.main-template .block-core-paragraph,
.main-template .block-core-heading,
.main-template .block-core-list,
.main-template .block-core-shortcode,
.main-template .block-core-separator,
.main-template .block-core-quote,
.main-template .block-core-image,
.main-template .block-core-embed,
.main-template .block-core-gallery,
.main-template .block-core-latest-posts {
  max-width: 1300px;
  width: calc(100% - 20px * 2);
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .main-template .block-core-buttons,
  .main-template .block-core-paragraph,
  .main-template .block-core-heading,
  .main-template .block-core-list,
  .main-template .block-core-shortcode,
  .main-template .block-core-separator,
  .main-template .block-core-quote,
  .main-template .block-core-image,
  .main-template .block-core-embed,
  .main-template .block-core-gallery,
  .main-template .block-core-latest-posts {
    width: 83.3333%;
  }
}
.main-template .block-core-buttons.alignwide,
.main-template .block-core-paragraph.alignwide,
.main-template .block-core-heading.alignwide,
.main-template .block-core-list.alignwide,
.main-template .block-core-shortcode.alignwide,
.main-template .block-core-separator.alignwide,
.main-template .block-core-quote.alignwide,
.main-template .block-core-image.alignwide,
.main-template .block-core-embed.alignwide,
.main-template .block-core-gallery.alignwide,
.main-template .block-core-latest-posts.alignwide {
  max-width: 1440px;
}

.wrapper {
  max-width: 1440px;
  width: calc(100% - 20px * 2);
  display: block;
  margin: 0 auto;
  position: relative;
}
@media (min-width: 768px) {
  .wrapper {
    width: 83.3333%;
  }
}

.wp-block-image {
  margin-bottom: 32px;
}
.wp-block-image picture {
  display: block;
  width: 100%;
}
.wp-block-image img {
  display: block;
  height: auto;
  margin: 0;
  padding: 0;
  width: 100%;
  border-radius: 0;
}
.wp-block-image figcaption {
  font-style: italic;
  text-align: center;
}
.wp-block-image figcaption:before {
  content: "";
  border: solid black;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
  margin-right: 8px;
}

.wp-block-quote {
  border-left: 3px solid #DE1B76;
  background: #FFFFFF;
  padding: 16px 0 16px 32px;
  margin: 0 0 40px;
}
.wp-block-quote .block-core-paragraph {
  width: auto;
}
.wp-block-quote p {
  font-size: 1.625rem;
  line-height: 1.5;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .wp-block-quote p {
    font-size: 1.25rem;
  }
}

.wp-block-columns {
  margin-bottom: 32px;
}

ul.wp-block-list {
  list-style-type: disc;
  margin: 20px 20px 20px 40px;
}
ul.wp-block-list li {
  margin: 0;
  padding: 0;
}
ul.wp-block-list li:before {
  display: none;
}

ol.wp-block-list {
  list-style-type: decimal;
  margin: 20px 20px 20px 40px;
}
ol.wp-block-list li {
  margin: 0;
  padding: 0;
}
ol.wp-block-list li:before {
  display: none;
}

.wp-block-separator {
  border-top: 1px solid rgba(0, 0, 0, 0.5);
  margin: 50px 0 30px;
}

.wp-block-search__inside-wrapper {
  display: flex;
}
.wp-block-search__input {
  height: 50px;
  margin-top: 0;
  border-radius: 0;
}
.wp-block-search__button {
  background: #CC196D;
  color: #FFFFFF;
  border: 0;
  height: 50px;
  border-radius: 0;
  transition: 0.5s;
}
.wp-block-search__button:hover {
  background: rgb(167.6541484716, 20.5458515284, 89.5799126638);
}

.wp-block-embed {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 aspect ratio (height/width * 100) */
  height: 0;
  overflow: hidden;
  margin: 40px 0;
}
.wp-block-embed__wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-block-embed__wrapper iframe,
.wp-block-embed__wrapper embed,
.wp-block-embed__wrapper video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-gallery {
  margin-bottom: 60px;
}

.wp-block-latest-posts, ul.wp-block-latest-posts {
  margin: 0 0 40px;
  padding: 0;
}
.wp-block-latest-posts li, ul.wp-block-latest-posts li {
  padding: 0;
  margin: 0 0 40px;
  clear: both;
  overflow: hidden;
}
.wp-block-latest-posts li:before, ul.wp-block-latest-posts li:before {
  display: none;
}
.wp-block-latest-posts__featured-image, ul.wp-block-latest-posts__featured-image {
  width: 400px;
  height: 200px;
  float: left;
  margin-right: 30px;
  margin-bottom: 20px;
  overflow: hidden;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image picture, ul.wp-block-latest-posts .wp-block-latest-posts__featured-image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.wp-block-latest-posts .wp-block-latest-posts__featured-image img, ul.wp-block-latest-posts .wp-block-latest-posts__featured-image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  border-radius: 0;
  object-fit: cover;
  object-position: center;
}
.wp-block-latest-posts__post-title, ul.wp-block-latest-posts__post-title {
  font-weight: bold;
}
.wp-block-latest-posts__post-author, ul.wp-block-latest-posts__post-author {
  text-transform: uppercase;
}
.wp-block-latest-posts__post-date, ul.wp-block-latest-posts__post-date {
  font-weight: bold;
}
.wp-block-latest-posts__post-excerpt, ul.wp-block-latest-posts__post-excerpt {
  font-size: 1rem;
}
.wp-block-latest-posts.is-grid, ul.wp-block-latest-posts.is-grid {
  margin: 0 -1%;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.wp-block-latest-posts.is-grid li, ul.wp-block-latest-posts.is-grid li {
  padding: 0 0 20px;
  margin: 0 1% 30px;
  width: 31.3333%;
  background: white;
  box-shadow: 0px 4px 17px 3px rgba(0, 0, 0, 0.06);
  border-radius: 0;
}
@media only screen and (max-width: 1024px) {
  .wp-block-latest-posts.is-grid li, ul.wp-block-latest-posts.is-grid li {
    width: 48%;
  }
}
@media only screen and (max-width: 768px) {
  .wp-block-latest-posts.is-grid li, ul.wp-block-latest-posts.is-grid li {
    width: 100%;
  }
}
.wp-block-latest-posts.is-grid li:before, ul.wp-block-latest-posts.is-grid li:before {
  display: none;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-title, ul.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-title {
  padding: 20px 20px 0;
  display: block;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-author, ul.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-author {
  padding: 0 20px;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-date, ul.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-date {
  padding: 0 20px;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt, ul.wp-block-latest-posts.is-grid li .wp-block-latest-posts__post-excerpt {
  padding: 0 20px;
}
.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image, ul.wp-block-latest-posts.is-grid li .wp-block-latest-posts__featured-image {
  overflow: hidden;
  height: 250px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

:where(.entry-content) :where(.wp-block-paragraph, p),
:where(.editor-styles-wrapper) :where(.wp-block-paragraph) {
  line-height: 1.75;
}

:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-heading) {
  margin-top: 2.75rem;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-list, ul, ol) {
  padding-left: 1.5rem;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-list, ul, ol) :where(li) {
  margin-bottom: 0.5rem;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-quote {
  margin: 2.5rem 0;
  padding: 28px 0 28px 32px;
  border-left: 4px solid #DE1B76;
  background: transparent;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-quote p {
  color: #131E29;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.75rem;
  line-height: 1.4;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-quote cite {
  color: #39434D;
  font-size: 0.875rem;
  font-style: normal;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-pullquote {
  margin: 3rem 0;
  padding: 40px 24px;
  border-top: 1px solid #654EA3;
  border-bottom: 1px solid #654EA3;
  text-align: center;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-pullquote blockquote {
  margin: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-pullquote p {
  color: #131E29;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 2.25rem;
  line-height: 1.25;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-code, .wp-block-preformatted, pre) {
  max-width: 100%;
  padding: 24px;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  color: #FFFFFF;
  background: #131E29;
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 0.9375rem;
  line-height: 1.65;
  white-space: pre;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-verse {
  padding: 24px 28px;
  border-left: 3px solid #654EA3;
  background: #FAFAFA;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  line-height: 1.7;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-details {
  margin: 2rem 0;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-details summary {
  min-height: 44px;
  display: flex;
  align-items: center;
  color: #131E29;
  font-weight: 700;
  cursor: pointer;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-details summary:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-details > :last-child {
  margin-bottom: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-footnotes {
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #39434D;
  font-size: 0.875rem;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table {
  margin: 2.5rem 0;
  overflow-x: auto;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table table {
  width: 100%;
  min-width: 560px;
  border: 0;
  border-radius: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table th,
:where(.entry-content, .editor-styles-wrapper) .wp-block-table td {
  padding: 16px 18px;
  border: 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
  vertical-align: top;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table th {
  color: #FFFFFF;
  background: #131E29;
  font-weight: 700;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table tbody tr:nth-child(even) {
  background: #FAFAFA;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table tr > :last-child {
  border-right: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table tbody tr:last-child > * {
  border-bottom: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-table figcaption {
  margin: 0;
  padding: 10px 16px 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  text-align: left;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-image, .wp-block-gallery, .wp-block-video, .wp-block-audio) {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-image, .wp-block-gallery, .wp-block-video, .wp-block-audio) figcaption {
  margin-top: 10px;
  color: #39434D;
  font-size: 0.8125rem;
  font-style: normal;
  line-height: 1.5;
  text-align: left;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-cover {
  min-height: 420px;
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding: 48px;
  border-radius: 0;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  :where(.entry-content, .editor-styles-wrapper) .wp-block-cover {
    min-height: 320px;
    padding: 32px 24px;
  }
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-cover :where(h2, h3, p) {
  color: inherit;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-media-text {
  margin-top: 3rem;
  margin-bottom: 3rem;
  gap: 40px;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-media-text .wp-block-media-text__content {
  padding: 32px;
}
@media only screen and (max-width: 640px) {
  :where(.entry-content, .editor-styles-wrapper) .wp-block-media-text.is-stacked-on-mobile {
    grid-template-columns: 1fr;
  }
  :where(.entry-content, .editor-styles-wrapper) .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media,
  :where(.entry-content, .editor-styles-wrapper) .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-column: 1;
  }
  :where(.entry-content, .editor-styles-wrapper) .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__media {
    grid-row: 1;
  }
  :where(.entry-content, .editor-styles-wrapper) .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    grid-row: 2;
    padding: 28px 0 0;
  }
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 16px;
  margin: 2rem 0;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #FAFAFA;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-file .wp-block-file__button {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  margin: 0;
  padding: 10px 16px;
  border-radius: 0;
  color: #FFFFFF;
  background: #131E29;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-columns {
  gap: 32px;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 781px) {
  :where(.entry-content, .editor-styles-wrapper) .wp-block-columns {
    gap: 24px;
  }
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-group, .wp-block-row, .wp-block-stack).has-background {
  padding: 32px;
  border-radius: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-separator {
  width: 80px;
  margin: 3rem auto;
  border: 0;
  border-top: 2px solid #DE1B76;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-separator.is-style-wide {
  width: 100%;
  border-top-width: 1px;
  border-top-color: rgba(255, 255, 255, 0.2);
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-social-links {
  gap: 10px;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-social-links .wp-social-link a {
  min-width: 44px;
  min-height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-page-list, .wp-block-categories-list, .wp-block-archives-list) {
  margin: 1.5rem 0;
  padding: 0;
  list-style: none;
}
:where(.entry-content, .editor-styles-wrapper) :where(.wp-block-page-list, .wp-block-categories-list, .wp-block-archives-list) li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-latest-comments {
  margin: 2rem 0;
  padding: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-latest-comments .wp-block-latest-comments__comment {
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-query {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-query .wp-block-post-template {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
  padding: 0;
}
@media only screen and (max-width: 640px) {
  :where(.entry-content, .editor-styles-wrapper) .wp-block-query .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-query .wp-block-post {
  margin: 0;
  padding: 24px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-calendar table {
  width: 100%;
}
:where(.entry-content, .editor-styles-wrapper) .wp-block-calendar th,
:where(.entry-content, .editor-styles-wrapper) .wp-block-calendar td {
  padding: 8px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
:where(.entry-content, .editor-styles-wrapper) :where(iframe, video) {
  max-width: 100%;
}

.starboard-card,
.blog-posts__card,
.team-members__card {
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #FFFFFF;
  box-shadow: none;
  transition: border-color 0.2s cubic-bezier(0.2, 0, 0, 1), transform 0.2s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .starboard-card:hover,
  .blog-posts__card:hover,
  .team-members__card:hover {
    border-color: #565C62;
    box-shadow: 0 7px 29px -1px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
}
.starboard-card:focus-within,
.blog-posts__card:focus-within,
.team-members__card:focus-within {
  border-color: #DE1B76;
}

.starboard-icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  color: var(--starboard-icon-color, #DE1B76);
  line-height: 1;
}
.starboard-icon > i,
.starboard-icon > svg,
.starboard-icon > img {
  display: block;
  width: 100%;
  height: 100%;
}
.starboard-icon > svg {
  overflow: visible;
  fill: currentcolor;
}
.starboard-icon > img {
  object-fit: contain;
}

.hide-text {
  text-indent: -9999px;
}

.clear {
  clear: both;
  display: block;
  color: black;
}

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

.screen-reader-text:focus,
.sr-only:focus {
  z-index: 100000;
  top: 8px;
  left: 8px;
  clip: auto;
  clip-path: none;
  width: auto;
  height: auto;
  margin: 0;
  padding: 12px 20px;
  overflow: visible;
  color: #FFFFFF;
  background: #131E29;
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}

.desktop-hidden {
  display: none;
}
@media only screen and (max-width: 1023px) {
  .desktop-hidden {
    display: inline-block;
  }
}

.mobile-hidden {
  display: block;
}
@media only screen and (max-width: 1023px) {
  .mobile-hidden {
    display: none;
  }
}

a.skip-link {
  position: absolute;
  z-index: 200;
  left: 0;
  right: 0;
  top: 0;
  padding: 8px;
  width: 100%;
  text-align: center;
  background-color: transparent; /* Initially transparent */
  color: transparent; /* Initially transparent */
  transform: translateY(-4em); /* Initially moved up */
  transition: transform 0.3s ease, opacity 0.3s ease, background-color 0.3s ease, color 0.3s ease;
}
a.skip-link:focus {
  transform: translateY(0); /* Move back into view */
  opacity: 1; /* Make it visible */
  background-color: #131E29; /* Apply visible background */
  color: #FFFFFF; /* Visible text */
  text-decoration: none;
}
a.skip-link:hover {
  background-color: #131E29;
  color: #fff;
}
a.skip-link {
  /* Visually hidden but still focusable */
}
a.skip-link:not(:focus):not(:hover) {
  clip: rect(1px, 1px, 1px, 1px); /* Keep it accessible off-screen */
  clip-path: inset(50%); /* Visually hide it while focusable */
  height: 1px;
  width: 1px;
  padding: 0;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  opacity: 0; /* Keep opacity zero when not focused */
}

html.html-main {
  font-size: 16px;
  line-height: 24px;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  padding: 0;
  margin: 0;
  text-rendering: optimizeLegibility; /* Improves text rendering for better readability */
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased; /* Smooth font rendering on WebKit browsers */
  -moz-osx-font-smoothing: grayscale; /* Smooth font rendering on macOS */
  background: #FFFFFF;
  scroll-behavior: smooth;
  height: 100%; /* Ensures full height coverage */
}

body.body-main {
  margin: 0;
  padding: 0;
  min-height: 100%; /* Ensures body takes full height */
  color: #000000; /* Consider adding a default body text color */
  background-color: #FFFFFF; /* Consider adding a default background color */
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  line-height: 1.5556;
  -webkit-text-size-adjust: 100%; /* Prevents auto resizing of text on mobile devices */
}

main, section, header, footer, aside {
  display: block;
  margin: 0; /* Ensure default margins are reset */
  padding: 0; /* Ensure padding is reset */
}

.starboard-template main :where([id], [name]),
.starboard-block :where([id], [name]),
.editor-styles-wrapper :where([id], [name]) {
  scroll-margin-top: 112px;
}
@media only screen and (max-width: 1024px) {
  .starboard-template main :where([id], [name]),
  .starboard-block :where([id], [name]),
  .editor-styles-wrapper :where([id], [name]) {
    scroll-margin-top: 100px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.html-main {
    scroll-behavior: auto;
  }
}
::selection {
  color: #131E29;
  background: #FFB81C;
}

.header {
  position: absolute;
  top: 0;
  z-index: 50;
  width: 100%;
  border-bottom: 0;
  box-shadow: none;
  padding: 30px 0;
}
.admin-bar .header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header__inner {
  position: relative;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}
@media only screen and (max-width: 1024px) {
  .header__inner {
    min-height: 76px;
  }
}
.header__logo {
  position: relative;
  z-index: 100;
  width: min(300px, 26vw);
  flex: 0 0 auto;
}
.header__logo a,
.header__logo img {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .header__logo {
    width: min(230px, 100vw - 100px);
  }
}
.header .custom-logo-link, .header__site-title {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.header .custom-logo {
  width: 320px;
  max-width: 100%;
  object-fit: contain;
}
@media only screen and (max-width: 1024px) {
  .header .custom-logo {
    max-height: 64px;
  }
}
.header__site-title {
  max-width: 22ch;
  color: #FFFFFF;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}
.header__logo .header__site-title, .header__logo .header__site-title:hover, .header__logo .header__site-title:focus-visible {
  color: #FFFFFF;
  text-decoration: none;
}
.header nav {
  display: flex;
  flex: 1;
  justify-content: flex-end;
}
@media only screen and (max-width: 1024px) {
  .header nav.header__nav {
    display: block;
    flex: none;
    justify-content: initial;
  }
  .header__inner:has(.open-button.open) .header__site-title {
    color: #FFFFFF;
  }
}

.footer {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: rgba(255, 255, 255, 0.72);
  --link-color: #FFFFFF;
  background: #131E29;
  width: 100%;
  padding: 75px 0;
  color: var(--body-color);
}
.footer ul.menu {
  gap: 0;
}
.footer a {
  color: #FFFFFF;
}
.footer a:hover {
  color: #FFB81C;
}
.footer a:focus {
  color: #FFB81C;
}
.footer a:active {
  color: #FF6720;
}
.footer h2 {
  margin-bottom: 20px;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .footer h2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 0 0 20px;
  }
}
.footer__inner {
  display: grid;
  grid-template-columns: minmax(260px, 389px) minmax(0, 1fr);
  gap: 75px;
}
@media only screen and (max-width: 1024px) {
  .footer__inner {
    grid-template-columns: minmax(220px, 1fr) minmax(0, 2fr);
    gap: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .footer__inner {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}
.footer__brand {
  min-width: 0;
}
.footer__logo {
  width: min(389px, 100%);
}
@media only screen and (max-width: 767px) {
  .footer__logo {
    margin-left: 0;
  }
}
.footer .custom-logo-link, .footer__site-title {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
}
.footer .custom-logo {
  width: 300px;
  object-fit: contain;
}
.footer__site-title {
  max-width: 20ch;
  color: #FFFFFF;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.1;
  text-decoration: none;
}
.footer__logo .footer__site-title, .footer__logo .footer__site-title:hover, .footer__logo .footer__site-title:focus-visible {
  color: #FFFFFF;
  text-decoration: none;
}
.footer__columns {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media only screen and (max-width: 900px) {
  .footer__columns {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 600px) {
  .footer__columns {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}
.footer__col {
  min-width: 0;
}
.footer__col p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.9375rem;
}
.footer__col ul.menu,
.footer__col ul.social {
  margin: 0;
  padding: 0;
  align-items: flex-start;
  flex-direction: column;
  text-align: left;
}
.footer__col ul.menu > li,
.footer__col ul.social > li {
  padding: 0;
  margin: 0;
  border: 0;
}
.footer__col ul.menu > li:before,
.footer__col ul.social > li:before {
  display: none;
}
.footer__col ul.menu > li a,
.footer__col ul.social > li a {
  display: inline-flex;
  min-height: 20px;
  align-items: center;
  font-size: 0.875rem;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-weight: 400;
  line-height: 1.55;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
}
@media only screen and (max-width: 768px) {
  .footer__col ul.menu > li a,
  .footer__col ul.social > li a {
    padding: 5px 0;
  }
}
.footer__col ul.menu > li a .starboard-icon,
.footer__col ul.social > li a .starboard-icon {
  --starboard-icon-size: 1em;
  --starboard-icon-color: currentcolor;
  margin-right: 8px;
}
.footer__col ul.menu > li a:hover,
.footer__col ul.social > li a:hover {
  color: #FFB81C;
}
.footer__col ul.menu > li a:active,
.footer__col ul.social > li a:active {
  color: #FF6720;
}
.footer__col ul.menu > li a:focus,
.footer__col ul.social > li a:focus {
  color: #FFB81C;
}
.footer__bottom {
  border-top: 1px solid #39434D;
  padding: 30px 0;
  margin-top: 50px;
}
.footer__bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 0.875rem;
  line-height: 1.55;
}
@media only screen and (max-width: 1024px) {
  .footer {
    padding-top: 40px;
  }
}
.footer__columns:not(:has(.footer__col)) {
  display: none;
}
.footer__inner:not(:has(.footer__col)) {
  grid-template-columns: 1fr;
}
.footer:not(:has(.footer__col)) {
  padding: 28px 0;
}

body.menu-is-open {
  overflow: hidden;
}

.header__nav {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .header__nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 50;
    display: block;
    padding: 112px 20px 40px;
    overflow-y: auto;
    overscroll-behavior: contain;
    background: #131E29;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: opacity 0.2s cubic-bezier(0.2, 0, 0, 1);
  }
  .admin-bar .header__nav {
    top: 32px;
  }
}
@media only screen and (max-width: 1024px) and (max-width: 782px) {
  .admin-bar .header__nav {
    top: 46px;
  }
}
@media only screen and (max-width: 1024px) {
  .header__nav.is-open {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
  }
}

.header__nav-inner {
  display: flex;
  align-items: center;
  gap: 27px;
}
@media only screen and (max-width: 1024px) {
  .header__nav-inner {
    display: block;
    width: min(100%, 42rem);
    margin: 0 auto;
  }
}

@media only screen and (max-width: 1024px) {
  .header__primary,
  .header__actions {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .header__actions {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
  }
}

.main-menu .main-menu__item--has-dropdown {
  position: static;
}

ul.main-menu,
.main-menu {
  display: flex;
  align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  ul.main-menu,
  .main-menu {
    display: block;
    width: 100%;
  }
}
ul.main-menu li,
.main-menu li {
  margin: 0;
  padding: 0;
}
ul.main-menu li::before,
.main-menu li::before {
  display: none;
}
ul.main-menu__item,
.main-menu__item {
  position: relative;
}
ul.main-menu__item--has-dropdown,
.main-menu__item--has-dropdown {
  position: static;
}
@media only screen and (max-width: 1024px) {
  ul.main-menu__item,
  .main-menu__item {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
ul.main-menu__item.is-current > .main-menu__link, ul.main-menu__item.is-ancestor > .main-menu__link,
.main-menu__item.is-current > .main-menu__link,
.main-menu__item.is-ancestor > .main-menu__link {
  color: #DE1B76;
}
@media only screen and (max-width: 1024px) {
  ul.main-menu__item.is-current > .main-menu__link, ul.main-menu__item.is-ancestor > .main-menu__link,
  .main-menu__item.is-current > .main-menu__link,
  .main-menu__item.is-ancestor > .main-menu__link {
    color: #FFB81C;
  }
}
ul.main-menu__item.is-current > .main-menu__link:not(.btn)::after, ul.main-menu__item.is-ancestor > .main-menu__toggle:not(.btn)::after,
.main-menu__item.is-current > .main-menu__link:not(.btn)::after,
.main-menu__item.is-ancestor > .main-menu__toggle:not(.btn)::after {
  transform: scaleX(1);
}
ul.main-menu__item.is-dropdown-open .main-menu__chevron,
.main-menu__item.is-dropdown-open .main-menu__chevron {
  transform: rotate(180deg);
}
ul.main-menu__toggle, ul.main-menu__link,
.main-menu__toggle,
.main-menu__link {
  position: relative;
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 8px;
  padding: 16px 0;
  border: 0;
  color: #FFFFFF;
  background: transparent;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.55;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  ul.main-menu__toggle, ul.main-menu__link,
  .main-menu__toggle,
  .main-menu__link {
    justify-content: space-between;
    width: 100%;
    min-height: 64px;
    padding: 17px 4px;
    color: #FFFFFF;
    font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
    font-size: 1.5rem;
    font-weight: 400;
    white-space: normal;
  }
}
ul.main-menu__toggle:hover, ul.main-menu__toggle:focus-visible, ul.main-menu__link:hover, ul.main-menu__link:focus-visible,
.main-menu__toggle:hover,
.main-menu__toggle:focus-visible,
.main-menu__link:hover,
.main-menu__link:focus-visible {
  color: #FFB81C;
}
ul.main-menu__toggle:not(.btn)::after, ul.main-menu__link:not(.btn)::after,
.main-menu__toggle:not(.btn)::after,
.main-menu__link:not(.btn)::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 8px;
  left: 0;
  height: 2px;
  background: currentcolor;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1);
}
@media only screen and (max-width: 1024px) {
  ul.main-menu__toggle:not(.btn)::after, ul.main-menu__link:not(.btn)::after,
  .main-menu__toggle:not(.btn)::after,
  .main-menu__link:not(.btn)::after {
    display: none;
  }
}
ul.main-menu__toggle:not(.btn):hover::after, ul.main-menu__toggle:not(.btn):focus-visible::after, ul.main-menu__link:not(.btn):hover::after, ul.main-menu__link:not(.btn):focus-visible::after,
.main-menu__toggle:not(.btn):hover::after,
.main-menu__toggle:not(.btn):focus-visible::after,
.main-menu__link:not(.btn):hover::after,
.main-menu__link:not(.btn):focus-visible::after {
  transform: scaleX(1);
}
ul.main-menu__toggle:focus-visible, ul.main-menu__link:focus-visible,
.main-menu__toggle:focus-visible,
.main-menu__link:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 4px;
}
ul.main-menu__toggle.btn, ul.main-menu__link.btn,
.main-menu__toggle.btn,
.main-menu__link.btn {
  min-height: 52px;
  padding: 11px 48px 11px 19px;
  color: #FFFFFF;
  background: #CC196D;
  border-color: #CC196D;
}
@media only screen and (max-width: 1024px) {
  ul.main-menu__toggle.btn, ul.main-menu__link.btn,
  .main-menu__toggle.btn,
  .main-menu__link.btn {
    width: 100%;
    min-height: 52px;
    justify-content: flex-start;
    padding: 14px 48px 14px 20px;
    font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    font-weight: 700;
  }
}
ul.main-menu__toggle.btn:hover, ul.main-menu__link.btn:hover,
.main-menu__toggle.btn:hover,
.main-menu__link.btn:hover {
  color: #131E29;
  background: #FFB81C;
  border-color: #FFB81C;
}
ul.main-menu__chevron,
.main-menu__chevron {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  font-size: 0.75em;
  transition: transform 0.2s cubic-bezier(0.2, 0, 0, 1);
}

.mega-menu {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  z-index: 10;
  width: auto;
  padding: 36px 40px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 3px solid #DE1B76;
  border-radius: 0 0 0 0;
  color: #000000;
  background: #FFFFFF;
  box-shadow: 0 20px 45px rgba(19, 30, 41, 0.15);
}
@media only screen and (max-width: 1024px) {
  .mega-menu {
    position: static;
    width: calc(100% + 16px);
    margin-left: -8px;
    padding: 0 8px 12px;
    border: 0;
    border-radius: 0;
    background: rgba(255, 255, 255, 0.08);
    box-shadow: none;
  }
}
.mega-menu[hidden] {
  display: none;
}
.mega-menu__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  .mega-menu__grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
.mega-menu__link {
  display: flex;
  min-height: 88px;
  align-items: flex-start;
  gap: 16px;
  padding: 16px;
  border: 1px solid transparent;
  border-radius: 0;
  color: #000000;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  .mega-menu__link {
    min-height: 64px;
    padding: 16px 12px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 0;
    color: #FFFFFF;
  }
}
.mega-menu__link:hover, .mega-menu__link:focus-visible, .mega-menu__link.is-current {
  border-color: rgba(255, 255, 255, 0.2);
  background: #FAFAFA;
}
@media only screen and (max-width: 1024px) {
  .mega-menu__link:hover, .mega-menu__link:focus-visible, .mega-menu__link.is-current {
    border-color: rgba(255, 255, 255, 0.16);
    background: rgba(255, 255, 255, 0.08);
  }
}
.mega-menu__link:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}
.mega-menu__title {
  display: block;
  margin-bottom: 5px;
  color: #131E29;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}
@media only screen and (max-width: 1024px) {
  .mega-menu__title {
    color: #FFFFFF;
  }
}
.mega-menu__desc {
  display: block;
  color: #39434D;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
}
@media only screen and (max-width: 1024px) {
  .mega-menu__desc {
    color: rgba(255, 255, 255, 0.78);
  }
}
.mega-menu__icon {
  flex: 0 0 auto;
  color: #DE1B76;
}
.mega-menu__icon .starboard-icon {
  --starboard-icon-size: 28px;
}

ul.menu {
  display: flex;
  align-items: center;
  gap: 28px;
  margin: 0;
  padding: 0;
  list-style: none;
}
@media only screen and (max-width: 1024px) {
  ul.menu {
    display: block;
  }
}
ul.menu > li {
  position: relative;
  margin: 0;
  padding: 0;
}
ul.menu > li::before {
  display: none;
}
@media only screen and (max-width: 1024px) {
  ul.menu > li {
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
ul.menu a {
  display: flex;
  min-height: 48px;
  align-items: center;
  padding: 14px 0;
  color: #FFFFFF;
  text-decoration: none;
}
@media only screen and (max-width: 1024px) {
  ul.menu a {
    min-height: 64px;
    padding: 17px 4px;
    color: #FFFFFF;
  }
}
ul.menu a:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}
ul.menu a:hover {
  color: #FFB81C;
}
ul.menu > li > a[href$="#get-the-report"] {
  min-height: 52px;
  gap: 15px;
  padding: 11px 19px;
  border: 1px solid #CC196D;
  border-radius: 0;
  color: #FFFFFF;
  background: #CC196D;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.5789;
  transition: background-color 0.2s cubic-bezier(0.2, 0, 0, 1), border-color 0.2s cubic-bezier(0.2, 0, 0, 1), color 0.2s cubic-bezier(0.2, 0, 0, 1);
}
ul.menu > li > a[href$="#get-the-report"]::after {
  content: "\f078";
  color: currentcolor;
  font-family: "Font Awesome 7 Pro";
  font-weight: 900;
  font-size: 1rem;
  line-height: 1;
}
ul.menu > li > a[href$="#get-the-report"]:hover {
  color: #131E29;
  background: #FFB81C;
  border-color: #FFB81C;
}
ul.menu > li > a[href$="#get-the-report"]:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
@media only screen and (max-width: 1024px) {
  ul.menu > li > a[href$="#get-the-report"] {
    justify-content: flex-start;
    width: 100%;
    min-height: 52px;
    padding: 14px 20px;
    font-size: 1rem;
  }
}
ul.menu .menu-toggle {
  min-width: 44px;
  min-height: 44px;
  padding: 10px;
  border: 0;
  color: #FFFFFF;
  background: transparent;
  cursor: pointer;
}
@media only screen and (max-width: 1024px) {
  ul.menu .menu-toggle {
    position: absolute;
    top: 10px;
    right: 0;
    color: #FFFFFF;
  }
}
ul.menu .menu-toggle:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 2px;
}
ul.menu .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  width: 260px;
  margin: 0;
  padding: 8px;
  list-style: none;
  background: #131E29;
}
@media only screen and (max-width: 1024px) {
  ul.menu .sub-menu {
    position: static;
    width: 100%;
  }
}
ul.menu .sub-menu a {
  padding: 14px 16px;
  color: #FFFFFF;
}
ul.menu > li:hover > .sub-menu,
ul.menu > li:focus-within > .sub-menu,
ul.menu > li.open-sub-menu > .sub-menu {
  display: block;
}

@media (prefers-reduced-motion: reduce) {
  .header__nav,
  .main-menu__chevron,
  .main-menu__link::after {
    transition: none;
  }
}
.open-button {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .open-button {
    position: relative;
    z-index: 100;
    display: block;
    width: 44px;
    height: 44px;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
  }
}
.open-button span:not(.hidden) {
  position: absolute;
  left: 6px;
  display: block;
  width: 32px;
  height: 2px;
  border-radius: 2px;
  background: #FFFFFF;
  transition: opacity 0.2s cubic-bezier(0.2, 0, 0, 1), transform 0.2s cubic-bezier(0.2, 0, 0, 1), top 0.2s cubic-bezier(0.2, 0, 0, 1);
}
.open-button span:nth-child(1) {
  top: 12px;
}
.open-button span:nth-child(2) {
  top: 21px;
}
.open-button span:nth-child(3) {
  top: 30px;
}
.open-button.open span:nth-child(1) {
  top: 21px;
  background: #FFFFFF;
  transform: rotate(45deg);
}
.open-button.open span:nth-child(2) {
  opacity: 0;
}
.open-button.open span:nth-child(3) {
  top: 21px;
  background: #FFFFFF;
  transform: rotate(-45deg);
}
.open-button:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}

@media (prefers-reduced-motion: reduce) {
  .open-button span:not(.hidden) {
    transition: none;
  }
}
.social li i {
  margin-right: 10px;
}

.single-article__back {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 8px;
  margin-bottom: 40px;
  color: #DE1B76;
  font-size: 0.9375rem;
  font-weight: 700;
  text-decoration: none;
}
.single-article__back:hover {
  color: #131E29;
}
.single-article__back:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}

.single-blog {
  display: grid;
  grid-template-columns: minmax(0, 760px) minmax(260px, 320px);
  justify-content: space-between;
  gap: 72px;
}
@media only screen and (max-width: 1024px) {
  .single-blog {
    grid-template-columns: 1fr;
    gap: 64px;
  }
}
.single-blog__content {
  min-width: 0;
}
.single-blog__content > :first-child {
  margin-top: 0;
}
.single-blog__content > [class^=block-core-],
.single-blog__content > [class*=" block-core-"],
.single-blog__content > :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, table) {
  width: 100%;
  max-width: none;
}
.single-blog__sidebar {
  min-width: 0;
  align-self: start;
}
@media (min-width: 1025px) {
  .single-blog__sidebar {
    position: sticky;
    top: 128px;
    max-height: calc(100vh - 160px);
    overflow-y: auto;
    overscroll-behavior: contain;
  }
}
.single-blog ul.single-blog__contents {
  margin: 0 0 40px;
  padding: 0;
  list-style: none;
}
.single-blog ul.single-blog__contents li {
  margin: 0;
  padding: 10px 0 10px 22px;
  border: 0;
  font-size: 0.9375rem;
  line-height: 1.5;
}
.single-blog ul.single-blog__contents li::before {
  content: "→";
  top: 10px;
  color: #DE1B76;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
}

.article-contents {
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.article-contents h2 {
  margin-bottom: 16px;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}

.blog-posts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}
.blog-posts--related {
  margin-top: 40px;
}
.blog-posts__card {
  margin: 0;
  position: relative;
}
.blog-posts__card a {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.blog-posts__card a p {
  color: #000000;
}
.blog-posts__card a h2 {
  color: #131E29;
  transition: 0.2s;
}
.blog-posts__card a:hover h2 {
  color: #654EA3;
}
.blog-posts__card h2 {
  font-size: 1.65rem;
}
.blog-posts__card-inner {
  min-height: 230px;
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .blog-posts__card-inner {
    padding: 24px;
  }
}
.blog-posts__card-content {
  height: 100%;
}
.blog-posts__image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  aspect-ratio: 16/10;
  height: auto;
  background: #131E29;
}
.blog-posts .blog-posts__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.blog-posts .blog-posts__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.blog-posts .read-more {
  color: #DE1B76;
  font-weight: 600;
}
.blog-posts .read-more i {
  font-size: 0.875rem;
  margin-left: 8px;
}
.blog-posts--main .blog-posts__card:first-of-type {
  grid-column: 1/-1;
  width: 100%;
  background-color: #FAFAFA;
}
.blog-posts--main .blog-posts__card:first-of-type a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.blog-posts--main .blog-posts__card:first-of-type .blog-posts__image {
  width: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .blog-posts--main .blog-posts__card:first-of-type .blog-posts__image {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.blog-posts--main .blog-posts__card:first-of-type .blog-posts__card-inner {
  flex: 1;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .blog-posts {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .blog-posts {
    grid-template-columns: 1fr;
  }
}

.category-icons {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  background: #131E29;
  color: #FFFFFF;
  padding: 5px 15px;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 1rem;
}
.category-icons--sub-category {
  background: #FFB81C;
  color: #000000;
}

.error-template {
  padding: 96px 0;
  background: #FAFAFA;
}
@media only screen and (max-width: 768px) {
  .error-template {
    padding: 64px 0;
  }
}

.error-page {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  min-height: 600px;
  overflow: hidden;
  border-radius: 0;
  background: #131E29;
}
@media only screen and (max-width: 768px) {
  .error-page {
    grid-template-columns: 1fr;
    min-height: 0;
  }
}
.error-page__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 72px;
}
@media only screen and (max-width: 640px) {
  .error-page__content {
    padding: 48px 24px;
  }
}
.error-page__content h1,
.error-page__content p,
.error-page__content label {
  color: #FFFFFF;
}
.error-page__content > p:not(.sub-title):not(.error-page__code) {
  max-width: 620px;
  color: rgba(255, 255, 255, 0.78);
}
.error-page__content .search-form {
  width: 100%;
  margin: 24px 0 28px;
}
.error-page__content .search-submit,
.error-page__content .btn {
  border-color: #DE1B76;
  background: #DE1B76;
}
.error-page .error-page__code {
  margin-bottom: 12px;
  color: #654EA3;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 7rem;
  line-height: 0.85;
}
.error-page__motif {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  color: #FFB81C;
  background: rgba(255, 255, 255, 0.04);
  font-size: 10rem;
}
.error-page__motif::before, .error-page__motif::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(101, 78, 163, 0.3);
  border-radius: 50%;
}
.error-page__motif::after {
  width: 240px;
  height: 240px;
}
@media only screen and (max-width: 768px) {
  .error-page__motif {
    min-height: 240px;
  }
}

.blog-filters {
  margin: 0 auto 50px;
  width: 70%;
}
@media only screen and (max-width: 768px) {
  .blog-filters {
    width: 100%;
  }
}
.blog-filters form {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.blog-filters__select, .blog-filters__search {
  flex: 1;
  margin: 0 10px;
}
@media only screen and (max-width: 768px) {
  .blog-filters__select, .blog-filters__search {
    width: 100%;
    margin-bottom: 7px;
  }
}
.blog-filters__select input, .blog-filters__search input {
  margin-top: 0;
}
.search-bar {
  position: relative;
}
.search-bar__button {
  border: 0;
  width: auto;
  position: absolute;
  background: transparent;
  top: 10px;
  right: 10px;
  cursor: pointer;
}

.team-members {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
  margin: 0;
}
.team-members--related {
  margin-top: 40px;
}
.team-members__card {
  margin: 0;
  position: relative;
}
.team-members__card a {
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: 0.2s;
}
.team-members__card a p {
  color: #000000;
}
.team-members__card a .team-members__name {
  color: #131E29;
  transition: 0.2s;
}
.team-members__card a:hover .team-members__name, .team-members__card a:focus .team-members__name {
  color: #654EA3;
}
.team-members__card a:hover .read-more, .team-members__card a:focus .read-more {
  color: #654EA3;
}
.team-members__card__inner {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media only screen and (max-width: 1024px) {
  .team-members__card__inner {
    padding: 24px;
  }
}
.team-members__card__content {
  height: 100%;
}
.team-members__card h2 {
  font-size: 1.75rem;
}
.team-members__image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  overflow: hidden;
  aspect-ratio: 4/3;
  height: auto;
  background: #131E29;
}
.team-members .team-members__image picture {
  display: block;
  width: 100%;
  height: 100%;
}
.team-members .team-members__image img {
  display: block;
  width: 100%;
  height: 100%;
  max-width: none;
  margin: 0;
  padding: 0;
  object-fit: cover;
  object-position: center;
}
.team-members .read-more {
  color: #DE1B76;
  font-weight: 600;
}
.team-members .read-more i {
  font-size: 0.875rem;
  margin-left: 8px;
}
.team-members--main .team-members__card:first-of-type {
  width: 100%;
  background-color: #FAFAFA;
}
.team-members--main .team-members__card:first-of-type a {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.team-members--main .team-members__card:first-of-type .team-members__image {
  width: 50%;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-left-radius: 0;
  overflow: hidden;
  height: 400px;
}
@media only screen and (max-width: 768px) {
  .team-members--main .team-members__card:first-of-type .team-members__image {
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
  }
}
.team-members--main .team-members__card:first-of-type .team-members__card__inner {
  flex: 1;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .team-members {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .team-members {
    grid-template-columns: 1fr;
  }
}

.template-content,
.single-article__body,
.attachment-template {
  padding: 96px 0 112px;
}
@media only screen and (max-width: 768px) {
  .template-content,
  .single-article__body,
  .attachment-template {
    padding: 64px 0 80px;
  }
}

.page-entry:not(.page-entry--has-hero) > .entry-content {
  padding: 88px 0 112px;
}
@media only screen and (max-width: 768px) {
  .page-entry:not(.page-entry--has-hero) > .entry-content {
    padding: 56px 0 80px;
  }
}

.entry-content > [class^=block-core-],
.entry-content > [class*=" block-core-"] {
  width: calc(100% - 40px);
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.entry-content > .alignwide {
  max-width: 1180px;
}
.entry-content > .alignfull {
  width: 100%;
  max-width: none;
}
.entry-content > :where(p, h2, h3, h4, h5, h6, ul, ol, blockquote, pre, table) {
  width: calc(100% - 40px);
  max-width: 760px;
  margin-right: auto;
  margin-left: auto;
}
.entry-content :where(p, li) {
  line-height: 1.75;
}
.entry-content :where(h2, h3, h4, h5, h6) {
  margin-top: 2.5rem;
}
.entry-content > :first-child,
.entry-content > [class^=block-core-]:first-child > :first-child {
  margin-top: 0;
}
.entry-content a:not(.btn):not(.wp-block-button__link) {
  text-decoration-thickness: 1px;
  text-underline-offset: 0.2em;
}

.archive-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 28px;
}
@media only screen and (max-width: 1024px) {
  .archive-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media only screen and (max-width: 640px) {
  .archive-grid {
    grid-template-columns: 1fr;
  }
}
.archive-grid--featured-first .archive-card:first-child {
  grid-column: 1/-1;
}
.archive-grid--featured-first .archive-card:first-child .archive-card__link {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
}
.archive-grid--featured-first .archive-card:first-child .archive-card__image {
  aspect-ratio: 16/10;
}
.archive-grid--featured-first .archive-card:first-child .archive-card__body {
  justify-content: center;
  padding: 48px;
}
.archive-grid--featured-first .archive-card:first-child .archive-card__title {
  font-size: 2.5rem;
}
@media only screen and (max-width: 768px) {
  .archive-grid--featured-first .archive-card:first-child .archive-card__link {
    display: block;
  }
  .archive-grid--featured-first .archive-card:first-child .archive-card__body {
    padding: 28px;
  }
  .archive-grid--featured-first .archive-card:first-child .archive-card__title {
    font-size: 2rem;
  }
}

.archive-card {
  min-width: 0;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #FFFFFF;
  transition: border-color 0.2s cubic-bezier(0.2, 0, 0, 1), transform 0.2s cubic-bezier(0.2, 0, 0, 1), box-shadow 0.2s cubic-bezier(0.2, 0, 0, 1);
}
@media (hover: hover) and (prefers-reduced-motion: no-preference) {
  .archive-card:hover {
    border-color: #565C62;
    box-shadow: 0 7px 29px -1px rgba(0, 0, 0, 0.2);
    transform: translateY(-2px);
  }
}
.archive-card:focus-within {
  border-color: #DE1B76;
}
.archive-card__link {
  display: flex;
  height: 100%;
  flex-direction: column;
  color: inherit;
  text-decoration: none;
}
.archive-card__link:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: -3px;
}
.archive-card__image {
  aspect-ratio: 3/2;
  overflow: hidden;
  background: #131E29;
}
.archive-card__image picture,
.archive-card__image img {
  display: block;
  width: 100%;
  height: 100%;
}
.archive-card__image img {
  object-fit: cover;
}
.archive-card__image img.archive-card__placeholder {
  padding: 48px;
  background: #FAFAFA;
  object-fit: contain;
}
.archive-card__body {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 28px;
}
.archive-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px 12px;
  margin-bottom: 14px;
  color: #DE1B76;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.archive-card__meta time:not(:first-child)::before {
  content: "·";
  margin-right: 12px;
  color: #39434D;
}
.archive-card__title {
  margin-bottom: 16px;
  font-size: 1.75rem;
  line-height: 1.15;
}
.archive-card__excerpt {
  margin-bottom: 24px;
  color: #39434D;
  font-size: 1rem;
  line-height: 1.65;
}
.archive-card__cta {
  margin-top: auto;
  color: #DE1B76;
  font-size: 0.9375rem;
  font-weight: 700;
}

.content-none {
  max-width: 760px;
  margin: 0 auto;
  padding: 64px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #FAFAFA;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .content-none {
    padding: 40px 24px;
  }
}
.content-none .search-form {
  margin: 36px auto 0;
  text-align: left;
}
.content-none__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 28px;
}
.content-none__link {
  min-height: 44px;
  display: inline-flex;
  align-items: center;
  font-weight: 700;
}

.search-form {
  max-width: 620px;
}
.search-form label {
  display: block;
  margin-bottom: 8px;
}
.search-form__controls {
  display: flex;
  align-items: stretch;
}
@media only screen and (max-width: 520px) {
  .search-form__controls {
    display: block;
  }
}
.search-form .search-field {
  min-width: 0;
  margin: 0;
  border-radius: 0 0 0 0;
}
@media only screen and (max-width: 520px) {
  .search-form .search-field {
    border-radius: 0;
  }
}
.search-form .search-submit {
  min-height: 48px;
  padding: 12px 24px;
  border: 1px solid #131E29;
  border-radius: 0 0 0 0;
  color: #FFFFFF;
  background: #131E29;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-weight: 700;
  cursor: pointer;
}
@media only screen and (max-width: 520px) {
  .search-form .search-submit {
    width: 100%;
    margin-top: 10px;
    border-radius: 0;
  }
}
.search-form .search-submit:hover {
  border-color: #DE1B76;
  background: #DE1B76;
}
.search-form .search-submit:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}

.post-password-form {
  max-width: 620px;
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #FAFAFA;
}
.post-password-form label {
  display: block;
}
.post-password-form input[type=submit] {
  width: auto;
  min-height: 48px;
  margin-top: 16px;
  padding: 12px 24px;
  border: 1px solid #131E29;
  border-radius: 0;
  color: #FFFFFF;
  background: #131E29;
  cursor: pointer;
}

.attachment-entry {
  max-width: 980px;
  margin: 0 auto;
}
.attachment-entry__header {
  max-width: 760px;
  margin-bottom: 48px;
}
.attachment-entry__media {
  margin-bottom: 32px;
}
.attachment-entry__media img {
  width: 100%;
  height: auto;
}

.single-blog__sidebar .widget,
.widget-area .widget {
  margin-bottom: 40px;
  padding-bottom: 36px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.single-blog__sidebar .widget:last-child,
.widget-area .widget:last-child {
  border-bottom: 0;
}
.single-blog__sidebar .widget-title,
.single-blog__sidebar .wp-block-heading,
.widget-area .widget-title,
.widget-area .wp-block-heading {
  margin-bottom: 18px;
  color: #131E29;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1.4;
  text-transform: uppercase;
}
.single-blog__sidebar :where(ul, ol),
.widget-area :where(ul, ol) {
  margin: 0;
  padding: 0;
  list-style: none;
}
.single-blog__sidebar li,
.widget-area li {
  margin: 0;
  padding: 10px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.9375rem;
  line-height: 1.55;
}
.single-blog__sidebar li::before,
.widget-area li::before {
  display: none;
}
.single-blog__sidebar li:last-child,
.widget-area li:last-child {
  border-bottom: 0;
}
.single-blog__sidebar a,
.widget-area a {
  color: #131E29;
  text-decoration: none;
}
.single-blog__sidebar a:hover,
.widget-area a:hover {
  color: #DE1B76;
}
.single-blog__sidebar a:focus-visible,
.widget-area a:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}
.single-blog__sidebar .wp-block-tag-cloud,
.single-blog__sidebar .tagcloud,
.widget-area .wp-block-tag-cloud,
.widget-area .tagcloud {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.single-blog__sidebar .wp-block-tag-cloud a,
.single-blog__sidebar .tagcloud a,
.widget-area .wp-block-tag-cloud a,
.widget-area .tagcloud a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  padding: 6px 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  font-size: 0.8125rem !important;
}
.single-blog__sidebar .wp-calendar-table,
.widget-area .wp-calendar-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.875rem;
}
.single-blog__sidebar .wp-calendar-table th,
.single-blog__sidebar .wp-calendar-table td,
.widget-area .wp-calendar-table th,
.widget-area .wp-calendar-table td {
  padding: 8px 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  text-align: center;
}
.single-blog__sidebar .wp-calendar-table caption,
.widget-area .wp-calendar-table caption {
  margin-bottom: 12px;
  font-weight: 700;
}
.single-blog__sidebar .rsswidget,
.widget-area .rsswidget {
  font-weight: 700;
}
.single-blog__sidebar .rss-date,
.single-blog__sidebar .wp-block-latest-comments__comment-date,
.single-blog__sidebar .post-date,
.widget-area .rss-date,
.widget-area .wp-block-latest-comments__comment-date,
.widget-area .post-date {
  display: block;
  margin-top: 4px;
  color: #39434D;
  font-size: 0.75rem;
}

.comments-area {
  max-width: 900px;
  margin: 88px auto 0;
  padding-top: 64px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.comments-area .comments-title,
.comments-area .comment-reply-title {
  font-size: 2rem;
}
.comments-area .comment-list,
.comments-area .children {
  margin: 0;
  padding: 0;
  list-style: none;
}
.comments-area .children {
  margin-left: 40px;
}
@media only screen and (max-width: 640px) {
  .comments-area .children {
    margin-left: 20px;
  }
}
.comments-area .comment-body {
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  background: #FFFFFF;
}
.comments-area .comment-meta {
  margin-bottom: 18px;
}
.comments-area .comment-author {
  display: flex;
  align-items: center;
  gap: 12px;
}
.comments-area .comment-author .avatar {
  border-radius: 50%;
}
.comments-area .comment-metadata,
.comments-area .reply {
  margin-top: 8px;
  font-size: 0.8125rem;
}
.comments-area .comment-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
@media only screen and (max-width: 640px) {
  .comments-area .comment-form {
    grid-template-columns: 1fr;
  }
}
.comments-area .comment-form > p {
  margin: 0;
}
.comments-area .comment-form .comment-notes,
.comments-area .comment-form .comment-form-comment,
.comments-area .comment-form .comment-form-cookies-consent,
.comments-area .comment-form .form-submit,
.comments-area .comment-form .logged-in-as {
  grid-column: 1/-1;
}
.comments-area .comment-form .comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
}
.comments-area .comment-form .submit {
  width: auto;
  min-height: 48px;
  margin-top: 8px;
  padding: 12px 24px;
  border: 1px solid #131E29;
  border-radius: 0;
  color: #FFFFFF;
  background: #131E29;
  cursor: pointer;
}

.starboard-pagination,
.comments-pagination,
.post-navigation {
  margin-top: 64px;
}
.starboard-pagination .page-numbers,
.starboard-pagination .nav-links,
.comments-pagination .page-numbers,
.comments-pagination .nav-links,
.post-navigation .page-numbers,
.post-navigation .nav-links {
  margin: 0;
  padding: 0;
}
.starboard-pagination ul.page-numbers,
.comments-pagination ul.page-numbers,
.post-navigation ul.page-numbers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  list-style: none;
}
.starboard-pagination ul.page-numbers li,
.comments-pagination ul.page-numbers li,
.post-navigation ul.page-numbers li {
  margin: 0;
  padding: 0;
}
.starboard-pagination ul.page-numbers li::before,
.comments-pagination ul.page-numbers li::before,
.post-navigation ul.page-numbers li::before {
  display: none;
}
.starboard-pagination a,
.starboard-pagination .current,
.comments-pagination a,
.comments-pagination .current,
.post-navigation a,
.post-navigation .current {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  padding: 8px 14px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 0;
  text-decoration: none;
}
.starboard-pagination .current,
.comments-pagination .current,
.post-navigation .current {
  border-color: #131E29;
  color: #FFFFFF;
  background: #131E29;
}
.starboard-pagination a:hover,
.comments-pagination a:hover,
.post-navigation a:hover {
  border-color: #DE1B76;
  color: #DE1B76;
}
.starboard-pagination a:focus-visible,
.comments-pagination a:focus-visible,
.post-navigation a:focus-visible {
  outline: 3px solid #DE1B76;
  outline-offset: 3px;
}

.post-navigation {
  padding-top: 48px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.post-navigation .nav-links {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
@media only screen and (max-width: 640px) {
  .post-navigation .nav-links {
    grid-template-columns: 1fr;
  }
}
.post-navigation .nav-next {
  text-align: right;
}
@media only screen and (max-width: 640px) {
  .post-navigation .nav-next {
    text-align: left;
  }
}
.post-navigation a {
  width: 100%;
  min-height: 96px;
  align-items: flex-start;
  flex-direction: column;
}
.post-navigation__label {
  color: #DE1B76;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.post-navigation__title {
  margin-top: 6px;
  color: #131E29;
  font-family: "Urbanist", "Avenir Next", Avenir, "Segoe UI", sans-serif;
  font-size: 1.25rem;
  line-height: 1.25;
}

.archive-hero {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: #FFB81C;
  position: relative;
  padding: 104px 0;
  overflow: hidden;
  background: #131E29;
}
.archive-hero::after {
  content: "";
  position: absolute;
  right: -80px;
  bottom: -150px;
  width: 360px;
  height: 360px;
  border: 1px solid rgba(101, 78, 163, 0.3);
  border-radius: 50%;
}
.archive-hero .wrapper {
  position: relative;
  z-index: 1;
}
.archive-hero__inner {
  width: 100%;
  max-width: 820px;
}
.archive-hero__inner--centre {
  margin: 0 auto;
  text-align: center;
}
.archive-hero__title {
  margin-bottom: 20px;
}
.archive-hero__text {
  max-width: 650px;
  margin: 0 auto;
  font-size: 1.125rem;
  line-height: 1.7;
}
.archive-hero__text p:last-child {
  margin-bottom: 0;
}
@media only screen and (max-width: 768px) {
  .archive-hero {
    padding: 72px 0;
  }
  .archive-hero::after {
    right: -180px;
  }
}
.archive-hero--single {
  padding: 0;
}
.archive-hero--single::after {
  display: none;
}
.archive-hero--single .archive-hero__flex {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 0.95fr);
  min-height: 500px;
}
.archive-hero--single .archive-hero__content {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 72px 72px 72px 0;
}
.archive-hero--single .archive-hero__text {
  max-width: 560px;
  margin: 0;
}
.archive-hero--single .archive-hero__image {
  position: relative;
  min-height: 500px;
  overflow: hidden;
}
.archive-hero--single .archive-hero__image picture,
.archive-hero--single .archive-hero__image img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.archive-hero--single .archive-hero__image img {
  object-fit: cover;
}
@media only screen and (max-width: 900px) {
  .archive-hero--single .archive-hero__flex {
    grid-template-columns: 1fr;
  }
  .archive-hero--single .archive-hero__content {
    padding: 64px 0;
  }
  .archive-hero--single .archive-hero__image {
    min-height: 360px;
  }
}
@media only screen and (max-width: 600px) {
  .archive-hero--single .archive-hero__image {
    min-height: 260px;
  }
}

.single-article__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin-top: 24px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 0.875rem;
}
.single-article__meta span:not(:first-child)::before {
  content: "·";
  margin-right: 20px;
}/*# sourceMappingURL=main.css.map */
