@charset "UTF-8";
/**
 * Theme Name: Agora (Main)
 * Theme URI: https://www.agora.io/
 * Author: Aubs & Mugg
 * Author URI: https://aubsandmugg.com/
 * Description: A responsive, accessible WordPress theme for Agora. Developed to support WordPress version 5.5 and Gutenberg.
 * Version: 1.5.1
 * License: Copyright 2020
 * Requires PHP: 7.3
 * Requires at least: 5.9
 */
@font-face {
  font-family: "Socicon";
  src: url("fonts/Socicon.eot?6abp0d");
  src: url("fonts/Socicon.eot?6abp0d#iefix") format("embedded-opentype"), url("fonts/Socicon.woff2?6abp0d") format("woff2"), url("fonts/Socicon.ttf?6abp0d") format("truetype"), url("fonts/Socicon.woff?6abp0d") format("woff"), url("fonts/Socicon.svg?6abp0d#Socicon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
  to {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes slideOutDown {
  from {
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
  to {
    -webkit-transform: translate3d(0, 30%, 0);
    -moz-transform: translate3d(0, 30%, 0);
    -ms-transform: translate3d(0, 30%, 0);
    -o-transform: translate3d(0, 30%, 0);
    transform: translate3d(0, 30%, 0);
  }
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}


.wp-block-image.aligncenter,
.wp-block-image .aligncenter,
.wp-block-image.alignleft,
.wp-block-image .alignleft,
.wp-block-image.alignright,
.wp-block-image .alignright {
  display: block !important;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

html {
  color: #212121;
  font-family: "acumin-pro-wide", sans-serif;
  font-size: 16px;
  line-height: 1.555555;
  overflow-y: scroll;
  height: 100%;
}

body {
  min-height: 100%;
  overflow: hidden;
}

h1, h2, h3, h4, h5, h6,
.is-style-h1, .is-style-h2, .is-style-h3, .is-style-h4, .is-style-h5, .is-style-h6 {
  margin-top: 0;
  margin-bottom: 0;
}

h1,
.is-style-h1 {
  font-size: 2.5rem;
  line-height: 1.1;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 480px) {
  h1,
  .is-style-h1 {
    font-size: 3rem;
  }
}

h2,
.is-style-h2 {
  font-size: 1.25rem;
  line-height: 1.5;
  font-weight: 300;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-bottom: 0.712485em;
}
@media screen and (min-width: 768px) {
  h2,
  .is-style-h2 {
    font-size: 1.75rem;
  }
}

h3,
.is-style-h3 {
  font-size: 1.125rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-bottom: 0.5em;
}

h4,
.is-style-h4 {
  font-size: 0.666666rem;
  line-height: 1.3;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  margin-bottom: 1em;
}

h5,
.is-style-h5 {
  font-size: 0.875rem;
}

h6,
.is-style-h6 {
  font-size: 0.75rem;
}

p {
  margin-bottom: 1.111111em;
}
p.is-style-intro, p.is-style-intro-grey {
  font-size: 1.3rem;
  margin-bottom: 0.666666em;
}
p.is-style-intro-grey {
  color: #555764;
}
p.is-style-grey {
  color: #555764;
}
p.is-style-numeral {
  font-size: 3.6rem;
  font-weight: 100;
  font-style: normal;
}
p.is-style-muted {
  color: #737373;
  font-size: 0.888888rem;
}

.is-style-p {
  font-size: 16px;
  line-height: 1.555555;
  font-weight: 300;
  margin-bottom: 1.111111em;
}


em, i {
  font-style: italic;
}

blockquote {
  font-size: 1.25rem;
  line-height: 1.4;
  position: relative;
  margin-bottom: 2em;
}
@media screen and (min-width: 480px) {
  blockquote {
    font-size: 1.666666rem;
  }
}
blockquote p:first-of-type {
  text-indent: -0.45em;
}
blockquote cite {
  display: block;
  font-size: 0.875rem;
}

q {
  quotes: "“" "”" "‘" "’";
}
q:before {
  content: open-quote;
}
q:after {
  content: close-quote;
}

cite {
  font-style: italic;
}

caption {
  font-style: italic;
}

kbd,
code:not([class*=language-]),
var {
  color: #212121;
  background-color: #fafafa;
  font-family: "Lucida Sans Typewriter", "Lucida Console", monaco, "Bitstream Vera Sans Mono", monospace;
  font-size: 0.75rem;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 0.5em 0.75em;
}

pre code:not([class*=language-]) {
  display: block;
  margin-bottom: 0;
  overflow-x: hidden;
  padding-bottom: 1.111111rem !important;
}

code[class*=language-],
pre[class*=language-] {
  font-size: 0.75rem;
  border-radius: 10px;
}

.is-style-fixed-height code {
  min-height: 265px;
}

kbd {
  border-bottom-width: 3px;
}

sub,
sup {
  vertical-align: baseline;
  font-size: 0.8125em;
  position: relative;
  top: -0.5em;
}

sub {
  top: 0.3em;
}

ins {
  text-decoration: underline;
}

s,
del {
  text-decoration: line-through;
}

small {
  font-size: 0.75rem;
}

dfn {
  font-style: italic;
}

abbr {
  border-bottom: 1px dotted currentColor;
}

hr {
  border: none;
  border-top: 2px solid #e2f3ff;
  height: 0;
  margin-bottom: 48px;
}
hr:not(:first-child) {
  margin-top: 48px;
}

ul {
  list-style: disc;
}

.is-style-ruled {
  list-style: none;
  font-size: 0.888888rem;
  padding-left: 0;
}
.is-style-ruled li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.is-style-ruled li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}

ol {
  list-style: decimal;
}

dt {
  font-weight: 700;
}

dd,
ol,
ul {
  margin-bottom: 1em;
  padding-left: 1.5em;
}

a {
  color: currentColor;
  background-color: transparent;
  text-decoration: underline;
}
a:hover {
  color: #099dfd;
  text-decoration: underline;
}

img {
  border: 0;
  max-width: 100%;
  height: auto;
  font-style: italic;
  vertical-align: middle;
}

figcaption {
  color: currentColor;
  font-size: 0.75rem;
  text-align: left;
}

button,
input,
select,
textarea {
  vertical-align: middle;
  color: inherit;
  background: none;
  font: inherit;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 0;
  white-space: normal;
  box-shadow: none;
}
button:disabled,
input:disabled,
select:disabled,
textarea:disabled {
  opacity: 0.4;
}

[type=search]::-webkit-search-decoration,
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-results-button,
[type=search]::-webkit-search-results-decoration {
  display: none;
}

label,
legend {
  display: inline-block;
}

[type=date],
[type=datetime],
[type=datetime-local],
[type=email],
[type=month],
[type=number],
[type=password],
[type=range],
[type=search],
[type=tel],
[type=text],
[type=time],
[type=url],
[type=week],
textarea,
select {
  background-color: #fff;
  font-size: 0.875rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  width: 100%;
  padding: 1em;
  -webkit-appearance: none;
  -moz-appearance: none;
}
[type=date]:focus,
[type=datetime]:focus,
[type=datetime-local]:focus,
[type=email]:focus,
[type=month]:focus,
[type=number]:focus,
[type=password]:focus,
[type=range]:focus,
[type=search]:focus,
[type=tel]:focus,
[type=text]:focus,
[type=time]:focus,
[type=url]:focus,
[type=week]:focus,
textarea:focus,
select:focus {
  outline: none;
  box-shadow: 0 0 0 1px #099dfd;
  border-color: #099dfd;
}

textarea {
  resize: vertical;
}

[type=checkbox],
[type=radio] {
  position: relative;
  top: -2px;
  margin-right: 2px;
}

select {
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4"><polygon points="8 0 4 4 0 0 8 0" fill="%23000"/></svg>');
  background-size: 8px 4px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-padding-end: 38px;
  -moz-padding-end: 38px;
}
select::-ms-expand {
  display: none;
}

button,
[type=button],
[type=submit] {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #099dfd;
  font-size: 1rem;
  font-weight: 300;
  padding: 12px 24px;
  border-radius: 50px;
  transition: color 0.2s, background-color 0.2s;
}
button:hover,
[type=button]:hover,
[type=submit]:hover {
  color: #fff;
  background-color: #150f96;
}

[type=reset] {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #e00;
  text-decoration: underline;
}

[disabled] {
  background-color: #fafafa;
  pointer-events: none;
  opacity: 0.6;
}

table {
  width: 100%;
  margin-bottom: 24px;
}

th,
td {
  text-align: left;
  vertical-align: top;
  padding: 0.8rem;
}

th {
  font-weight: 700;
}

tr {
  border-bottom: 1px solid #e2f3ff;
}

thead,
tfoot {
  background-color: #e2f3ff;
  font-size: 0.875rem;
}
thead tr,
tfoot tr {
  border-color: #fff;
}

.o-box {
  display: block;
  padding: 24px;
}
.o-box > :last-child {
  margin-bottom: 0;
}

.o-box--flush {
  padding-left: 0;
  padding-right: 0;
}

.o-box--flat {
  padding-top: 0;
  padding-bottom: 0;
}

.o-button-bare {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.o-container {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.o-container {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .o-container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .o-container {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.o-container--sm {
  max-width: 450px;
}

.o-container--md {
  max-width: 720px;
}

.o-container--lg {
  max-width: 1024px;
}

.o-list-bare {
  list-style: none;
  margin: 0;
  padding: 0;
}

.o-row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.o-col {
  flex: 0 0 auto;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  box-sizing: border-box;
}

.o-col--first {
  order: -1;
}

.o-col--last {
  order: 1;
}

@media screen and (min-width: 480px) {
  .o-col--first-sm {
    order: -1;
  }
  .o-col--last-sm {
    order: 1;
  }
}
@media screen and (min-width: 768px) {
  .o-col--first-md {
    order: -1;
  }
  .o-col--last-md {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .o-col--first-lg {
    order: -1;
  }
  .o-col--last-lg {
    order: 1;
  }
}
@media screen and (min-width: 1200px) {
  .o-col--first-xl {
    order: -1;
  }
  .o-col--last-xl {
    order: 1;
  }
}
.o-block-grid {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.o-block-grid__item {
  flex: 0 0 auto;
  width: 100%;
  margin-bottom: 30px;
  padding-left: 15px;
  padding-right: 15px;
}

.o-block-grid-1 .o-block-grid__item {
  width: 100%;
}

.o-block-grid-2 .o-block-grid__item {
  width: 50%;
}

.o-block-grid-3 .o-block-grid__item {
  width: 33.3333333333%;
}

.o-block-grid-4 .o-block-grid__item {
  width: 25%;
}

.o-block-grid-5 .o-block-grid__item {
  width: 20%;
}

.o-block-grid-6 .o-block-grid__item {
  width: 16.6666666667%;
}

@media screen and (min-width: 480px) {
  .o-block-grid-1-sm .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-sm .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-sm .o-block-grid__item {
    width: 33.3333333333%;
  }
  .o-block-grid-4-sm .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-sm .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-sm .o-block-grid__item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 768px) {
  .o-block-grid-1-md .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-md .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-md .o-block-grid__item {
    width: 33.3333333333%;
  }
  .o-block-grid-4-md .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-md .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-md .o-block-grid__item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1024px) {
  .o-block-grid-1-lg .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-lg .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-lg .o-block-grid__item {
    width: 33.3333333333%;
  }
  .o-block-grid-4-lg .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-lg .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-lg .o-block-grid__item {
    width: 16.6666666667%;
  }
}
@media screen and (min-width: 1200px) {
  .o-block-grid-1-xl .o-block-grid__item {
    width: 100%;
  }
  .o-block-grid-2-xl .o-block-grid__item {
    width: 50%;
  }
  .o-block-grid-3-xl .o-block-grid__item {
    width: 33.3333333333%;
  }
  .o-block-grid-4-xl .o-block-grid__item {
    width: 25%;
  }
  .o-block-grid-5-xl .o-block-grid__item {
    width: 20%;
  }
  .o-block-grid-6-xl .o-block-grid__item {
    width: 16.6666666667%;
  }
}
.wp-block-pb-accordion-item.is-style-small-link .c-accordion__title {
  display: inline-block;
  padding-right: 1rem;
  font-size: 0.875rem;
  text-decoration: underline;
  margin-bottom: 12px;
}
.wp-block-pb-accordion-item.is-style-small-link .c-accordion__title:after {
  font-size: 0.75rem;
}

.c-accordion__title:focus {
  outline: none;
  text-decoration: underline;
}

.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.alignwide {
  margin-left: -15px;
  margin-right: -15px;
  max-width: calc(100% + (15px * 2));
  width: calc(100% + (15px * 2));
}

@media screen and (min-width: 768px) {
  .alignwide {
    margin-left: -30px;
    margin-right: -30px;
    max-width: calc(100% + (30px * 2));
    width: calc(100% + (30px * 2));
  }
}
@media screen and (min-width: 1024px) {
  .alignwide {
    margin-left: -60px;
    margin-right: -60px;
    max-width: calc(100% + (60px * 2));
    width: calc(100% + (60px * 2));
  }
}
.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 1rem;
}
.wp-block-buttons .wp-block-button {
  margin-right: 24px;
}
.wp-block-buttons.alignright {
  text-align: right;
}

.wp-block-button {
  color: currentColor;
}
.wp-block-button .wp-block-button__link {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  background-color: #099dfd;
  font-size: 1rem;
  font-weight: 300;
  padding: 12px 24px;
  border-radius: 50px;
  transition: color 0.2s, background-color 0.2s;
  border-radius: 50px !important;
}
.wp-block-button .wp-block-button__link:hover {
  color: #fff;
  background-color: #150f96;
}
.wp-block-button.is-style-ko .wp-block-button__link {
  color: #150f96;
  background-color: #fff;
}
.wp-block-button.is-style-ko .wp-block-button__link:hover {
  color: #fff;
  background-color: #099dfd;
}
.wp-block-button.is-style-yellow .wp-block-button__link {
  color: #212121;
  background-color: #ffc600;
}
.wp-block-button.is-style-yellow .wp-block-button__link:hover {
  color: #fff;
  background-color: #099dfd;
}
.wp-block-button.is-style-text .wp-block-button__link {
  color: inherit;
  background-color: transparent;
  border-radius: 0 !important;
  border-bottom: 3px solid #099dfd;
  padding: 0;
  transition: border-color 0.2s;
}
.wp-block-button.is-style-text .wp-block-button__link:hover {
  border-bottom-color: #ffc600;
  background-color: transparent;
}
.wp-block-button.is-style-back .wp-block-button__link {
  display: flex;
  align-items: center;
  color: currentcolor;
  background-color: transparent;
  font-size: 0.75rem;
  text-transform: uppercase;
  border-radius: 0 !important;
  border-bottom: 1px solid currentcolor;
  padding: 0;
  padding-bottom: 11px;
  overflow: visible;
}
.wp-block-button.is-style-back .wp-block-button__link:hover {
  text-decoration: underline;
}
.wp-block-button.is-style-back .wp-block-button__link:hover:before {
  transform: translateX(-5px);
}
.wp-block-button.is-style-back .wp-block-button__link:before {
  content: "";
  display: block;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 5"><polygon points="8 2 2.39 2 2.39 0.11 0 2.5 2.39 4.89 2.39 3 8 3 8 2" fill="currentcolor"/></svg>');
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 5px;
  transition: transform 0.2s;
  margin-right: 0.35em;
}

.wp-block-pb-callout {
  background-color: #e2f3ff;
  margin-bottom: 24px;
}
.wp-block-pb-callout.is-style-grey {
  background-color: #fafafa;
}
.wp-block-pb-callout:first-child {
  margin-top: 0;
}

.wp-block-pb-callout__content {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 24px;
}

.wp-block-pb-callout__content-inner {
  width: 100%;
}
.wp-block-pb-callout__content-inner > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-callout__image-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 250px;
  -webkit-clip-path: circle(1500px at 50% -1250px);
  clip-path: circle(1500px at 50% -1250px);
}
.wp-block-pb-callout__image-container img {
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

@media screen and (min-width: 480px) {
  .wp-block-pb-callout__image-container {
    height: 300px;
    -webkit-clip-path: circle(1500px at 50% -1200px);
    clip-path: circle(1500px at 50% -1200px);
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-pb-callout .is-style-h1 {
    font-size: 1.75rem;
  }
  .wp-block-pb-callout .is-style-intro {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-pb-callout {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .wp-block-pb-callout__content {
    flex: 1 1 auto;
  }
  .wp-block-pb-callout__content-inner {
    max-width: 420px;
  }
  .wp-block-pb-callout__image-container {
    flex: 0 0 auto;
    width: 41.666666%;
    height: auto;
    -webkit-clip-path: circle(350px at 350px 50%);
    clip-path: circle(350px at 350px 50%);
  }
  .wp-block-pb-callout__image-container img {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-pb-callout__content {
    padding: 48px 72px;
  }
  .wp-block-pb-callout__content-inner {
    max-width: 566px;
  }
}
.wp-block-pb-card-button {
  display: flex;
  align-items: center;
  color: #212121;
  background-color: #fff;
  text-decoration: none;
  border-radius: 10px;
  height: 100%;
  padding: 24px;
  box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  transition: transform 0.2s;
}
.wp-block-pb-card-button:focus, .wp-block-pb-card-button:hover {
  transform: translateY(-5px);
}
.wp-block-pb-card-button:focus .wp-block-pb-card-button__image-background, .wp-block-pb-card-button:hover .wp-block-pb-card-button__image-background {
  transform: scale(1, 1);
}

.wp-block-pb-card-button__image {
  position: relative;
  flex: 0 0 auto;
  width: 120px;
  height: 120px;
  margin-right: 24px;
}

.wp-block-pb-card-button__image-background {
  width: 100%;
  height: 100%;
  transform: scale(0.4, 0.4);
  transition: transform 0.2s;
}

.wp-block-pb-card-button__image-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  padding: 16px;
  background-color: #fff;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
  transform: translate(-50%, -50%);
}

.wp-block-pb-card-button__content {
  flex: 1 1 auto;
  width: 100%;
}
.wp-block-pb-card-button__content > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 479px) {
  .wp-block-pb-card-button {
    flex-direction: column;
  }
  .wp-block-pb-card-button__image {
    margin-right: 0;
    margin-bottom: 24px;
  }
}
.wp-block-pb-card {
  display: flex;
  flex-direction: column;
  color: #212121;
  background-color: #e2f3ff;
  border-radius: 10px;
  width: 100%;
  margin: 0 0 30px;
}
.wp-block-pb-card.is-style-outlined {
  color: currentColor;
  background-color: transparent;
  border: 1px solid #ddd;
}
.wp-block-pb-card.is-style-shadowed {
  color: currentColor;
  background-color: #fff;
  border: 1px solid #e2f3ff;
  box-shadow: -1px 4px 19px 0px rgba(26, 134, 192, 0.157);
}
.wp-block-pb-card.is-style-dark, .wp-block-pb-card.is-style-gradient-dark {
  color: #fff;
}
.wp-block-pb-card.is-style-gradient-light, .wp-block-pb-card.is-style-gradient-dark {
  background-size: cover;
  background-position: center top;
}
.wp-block-pb-card.is-style-gradient-light {
  background-image: url("images/gradient-light.jpg");
}
.wp-block-pb-card.is-style-gradient-dark {
  background-image: url("images/gradient-dark.jpg");
}
.wp-block-pb-card.is-style-white {
  background-color: #fff;
}
.wp-block-pb-card.is-style-dark {
  background-color: #150f96;
}
.wp-block-pb-card.is-style-yellow {
  background-color: #ffc600;
}
.wp-block-pb-card.has-square-corners {
  border-radius: 0;
}
.wp-block-pb-card.has-square-corners .wp-block-pb-card__image-container {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.wp-block-pb-card.is-style-floating-image, .wp-block-pb-card.is-style-floating-image-left, .wp-block-pb-card.is-style-floating-image-right {
  background: none;
  border: none;
}
.wp-block-pb-card.is-style-floating-image .wp-block-pb-card__content,
.wp-block-pb-card.is-style-floating-image .wp-block-pb-card__image-container img, .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__content,
.wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__image-container img, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__content,
.wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container img {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-pb-card.is-style-floating-image .wp-block-pb-card__content, .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__content, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__content {
  background-color: #fff;
  margin-top: -30%;
  padding-top: 30%;
}
.wp-block-pb-card.is-style-floating-image .wp-block-pb-card__image-container, .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__image-container, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container {
  margin-bottom: 24px;
  margin-left: 24px;
  margin-right: 24px;
  z-index: 10;
}
.wp-block-pb-card.has-border {
  border: 1px solid #e2f3ff;
}
.wp-block-pb-card.has-profile-image .wp-block-pb-card__image-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
}
.wp-block-pb-card.has-profile-image .wp-block-pb-card__image-container img {
  top: 50%;
  left: 50%;
  min-width: 200px;
  max-width: none;
  width: auto;
  min-height: 200px;
  max-height: 200px;
  height: auto;
}

a.wp-block-pb-card {
  color: inherit;
  text-decoration: none;
  transition: border-color 0.2s;
}
a.wp-block-pb-card:hover:not(.is-style-outlined) {
  background-color: #fafafa;
  border-color: #099dfd;
}
a.wp-block-pb-card.is-style-outlined:hover .wp-block-pb-card__content > h1:first-child,
a.wp-block-pb-card.is-style-outlined:hover .wp-block-pb-card__content > h2:first-child,
a.wp-block-pb-card.is-style-outlined:hover .wp-block-pb-card__content > h3:first-child {
  text-decoration: underline;
}

.wp-block-pb-card.more-events--card:not(.blue) {
  background-color: #fff;
}

.wp-block-pb-card.more-events--card .wp-block-pb-card__image-container {
  height: 185px;
}
.wp-block-pb-card.more-events--card .wp-block-pb-card__image-container img {
  height: 100%;
  object-fit: cover;
}

.wp-block-pb-card__image-container {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0;
  overflow: hidden;
}
.wp-block-pb-card__image-container img {
  width: 100%;
  max-width: none;
}

.wp-block-pb-card__content {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-items: stretch;
  min-height: 24px;
}
.wp-block-pb-card__content > .wp-block-buttons:first-of-type {
  margin-top: auto;
}

.wp-block-pb-card__content,
.wp-block-pb-card__footer {
  flex: 1 1 auto;
  padding: 24px;
}
.wp-block-pb-card__content > :last-child,
.wp-block-pb-card__footer > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-card__footer {
  flex: 0 0 auto;
}

.single-event .wp-block-pb-card__content {
  justify-content: center;
}

.type-event .wp-block-pb-card__content {
  position: relative;
}
.type-event .wp-block-pb-card__content h2 {
  width: calc(100% - 32px);
}
.type-event .wp-block-pb-card__content svg {
  position: absolute;
  height: 20px;
  right: 24px;
  top: 24px;
}

@media screen and (min-width: 480px) {
  .wp-block-pb-card.is-style-floating-image .wp-block-pb-card__image-container, .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__image-container, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container {
    margin-left: 48px;
    margin-right: 48px;
  }
}
@media screen and (min-width: 768px) {
  .wp-block-pb-card.is-style-floating-image-left, .wp-block-pb-card.is-style-floating-image-right {
    flex-direction: row;
    align-items: center;
  }
  .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__content, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    margin-left: -15%;
    padding: 24px 24px 24px 15%;
  }
  .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__image-container, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container {
    flex: 0 0 auto;
    width: 45%;
    margin: 24px 24px 24px 0;
  }
  .wp-block-pb-card.is-style-floating-image-right {
    flex-direction: row-reverse;
  }
  .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__content {
    margin-left: 0;
    margin-right: -15%;
    padding-left: 24px;
    padding-right: 15%;
  }
  .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container {
    margin-left: 24px;
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__image-container, .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container {
    margin-top: 48px;
    margin-bottom: 48px;
  }
  .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__content {
    padding-right: 72px;
  }
  .wp-block-pb-card.is-style-floating-image-left .wp-block-pb-card__image-container {
    margin-right: 48px;
  }
  .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__content {
    padding-left: 72px;
  }
  .wp-block-pb-card.is-style-floating-image-right .wp-block-pb-card__image-container {
    margin-left: 48px;
  }
}
.o-block-grid .wp-block-pb-card {
  height: 100%;
  margin-bottom: 0;
}

.wp-block-pb-card-band {
  display: block;
  color: currentColor;
  background-color: #f1f6fb;
  margin-left: -24px;
  margin-right: -24px;
  margin-bottom: 1em;
  padding: 12px 24px;
}
.wp-block-pb-card-band.is-style-grey-2 {
  background-color: #ebf0f5;
}
.wp-block-pb-card-band.is-style-grey-3 {
  color: currentColor;
  background-color: #e1e7ee;
}
.wp-block-pb-card-band + .wp-block-pb-card-band {
  margin-top: -1em;
}
.wp-block-pb-card-band > :last-child {
  margin-bottom: 0;
}

a.wp-block-pb-card-band {
  text-decoration: none;
}
a.wp-block-pb-card-band:hover h2 {
  text-decoration: underline;
}

.wp-block-pb-clipped-logo,
.wp-block-pb-clipped-logo__inner {
  background-size: cover;
  background-position: center center;
}

.wp-block-pb-clipped-logo {
  position: relative;
  height: 340px;
  margin-bottom: 24px;
}
.wp-block-pb-clipped-logo.is-style-circle {
  height: 0;
  padding-bottom: 100%;
  border-radius: 50%;
  overflow: hidden;
  animation: background-breathe 6s ease-in-out alternate infinite;
}

.wp-block-pb-clipped-logo__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 290px;
  height: 290px;
  transform: translate(-50%, -50%) scale(0.9, 0.9);
  animation: breathe 4s ease-in-out alternate infinite;
}

@media screen and (min-width: 768px) {
  .wp-block-pb-clipped-logo.alignfull, .wp-block-pb-clipped-logo.alignwide {
    height: 450px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-pb-clipped-logo.alignfull, .wp-block-pb-clipped-logo.alignwide {
    height: 580px;
  }
  .wp-block-pb-clipped-logo.alignfull .wp-block-pb-clipped-logo__inner, .wp-block-pb-clipped-logo.alignwide .wp-block-pb-clipped-logo__inner {
    animation-name: breathe-large;
  }
}
@media (prefers-reduced-motion: reduce) {
  .wp-block-pb-clipped-logo.is-style-circle,
  .wp-block-pb-clipped-logo__inner {
    animation: none;
  }
}
@keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(0.9, 0.9);
  }
  100% {
    transform: translate(-50%, -50%) scale(1, 1);
  }
}
@keyframes breathe-large {
  0% {
    transform: translate(-50%, -50%) scale(1.4, 1.4);
  }
  100% {
    transform: translate(-50%, -50%) scale(1.5, 1.5);
  }
}
@keyframes background-breathe {
  0% {
    transform: scale(0.95, 0.95);
  }
  100% {
    transform: scale(1, 1);
  }
}
.wp-block-code.is-style-bare code {
  color: inherit;
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}

.wp-block-pb-conveyor {
  margin-bottom: 24px;
}

.wp-block-pb-conveyor,
.wp-block-pb-conveyor__belt,
.wp-block-pb-conveyor__content {
  display: flex;
}

.wp-block-pb-conveyor-item {
  width: 220px;
  margin-left: 15px;
  margin-right: 15px;
}
.wp-block-pb-conveyor-item .wp-block-pb-card {
  height: 100%;
  margin-bottom: 0;
}

.wp-block-pb-display-posts {
  margin-bottom: 24px;
}

.wp-block-pb-display-posts__title {
  margin-bottom: 12px;
}

.wp-block-pb-related-posts {
  border-top: 1px solid #ddd;
  margin-top: 72px;
  padding-top: 24px;
}

.wp-block-pb-feature {
  position: relative;
  padding-top: 24px;
  padding-bottom: 24px;
}
.wp-block-pb-feature:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e2f3ff;
  width: 90%;
  padding-bottom: 47%;
  z-index: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.wp-block-pb-feature.is-style-grey:before {
  background-color: #fafafa;
}
.wp-block-pb-feature.is-style-no-content-rule .wp-block-pb-feature-content {
  margin-top: 0;
}
.wp-block-pb-feature.is-style-no-content-rule .wp-block-pb-feature-content:before {
  display: none;
}
.wp-block-pb-feature.is-style-content-has-background {
  padding-top: 0;
}
.wp-block-pb-feature.is-style-content-has-background:before {
  display: none;
}
.wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature-content {
  position: relative;
  margin: -72px -15px 0;
  padding: 72px 15px 48px;
}
.wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #e2f3ff;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.wp-block-pb-feature.has-no-background:before {
  display: none;
}

.wp-block-pb-feature-image {
  position: relative;
  margin-bottom: 24px;
  z-index: 1;
}
.wp-block-pb-feature-image .wp-block-image {
  margin-bottom: 0;
}
.wp-block-pb-feature-image .wp-block-image:not(.is-style-rounded) img {
  border-radius: 10px;
}
.wp-block-pb-feature-image .wp-block-image img,
.wp-block-pb-feature-image .wp-block-image .wp-block-embed__wrapper {
  border-radius: 10px;
  overflow: hidden;
}
.wp-block-pb-feature-image img {
  width: 100%;
  max-width: none;
}
.wp-block-pb-feature-image figcaption {
  margin-top: 6px;
  margin-bottom: 0;
}

.wp-block-pb-feature-content {
  position: relative;
  padding-top: 24px;
}
.wp-block-pb-feature-content > * {
  position: relative;
  z-index: 2;
}
.wp-block-pb-feature-content > :last-child {
  margin-bottom: 0;
}
.wp-block-pb-feature-content:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #212121;
  width: 30%;
  height: 1px;
}

@media screen and (min-width: 768px) {
  .wp-block-pb-feature {
    padding-top: 48px;
    padding-bottom: 72px;
  }
  .wp-block-pb-feature:before {
    width: 33%;
    height: 300px;
    padding-bottom: 0;
  }
  .wp-block-pb-feature.is-style-content-on-left:before {
    left: auto;
    right: 0;
    border-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .wp-block-pb-feature.is-style-content-on-left .wp-block-pb-feature__inner-content {
    flex-direction: row-reverse;
  }
  .wp-block-pb-feature.is-style-content-on-left .wp-block-pb-feature-content {
    margin-left: 0;
  }
  .wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature__inner-content {
    align-items: center;
  }
  .wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature-image {
    margin-top: 0;
    margin-bottom: 0;
  }
  .wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature-content {
    margin: 0;
    padding: 48px 48px 48px 33px;
  }
  .wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature-content:before {
    top: 0;
    left: -15%;
    width: 115%;
  }
  .wp-block-pb-feature__inner-content {
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
  }
  .wp-block-pb-feature-image,
  .wp-block-pb-feature-content {
    padding-left: 15px;
    padding-right: 15px;
  }
  .wp-block-pb-feature-image {
    width: 41.666666%;
    margin-top: 48px;
    margin-bottom: 0;
  }
  .wp-block-pb-feature-image figcaption {
    max-width: 75%;
  }
  .wp-block-pb-feature-content {
    width: 58.333333%;
  }
  .wp-block-pb-feature-content:before {
    left: 15px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-pb-feature:before {
    width: 45%;
  }
  .wp-block-pb-feature.is-style-content-has-background .wp-block-pb-feature-content {
    width: 50%;
    margin-left: 0;
  }
  .wp-block-pb-feature.is-style-content-on-left .wp-block-pb-feature-image {
    margin-left: 8.333333%;
  }
  .wp-block-pb-feature.is-style-post {
    padding-bottom: 48px;
  }
  .wp-block-pb-feature.is-style-post:before {
    width: 38%;
  }
  .wp-block-pb-feature.is-style-post .wp-block-pb-feature-image {
    width: 41.666666%;
  }
  .wp-block-pb-feature.is-style-post .wp-block-pb-feature-content {
    width: 58.333333%;
    margin-left: 0;
  }
  .wp-block-pb-feature-image {
    width: 50%;
    margin-top: 0;
  }
  .wp-block-pb-feature-content {
    width: 41.666666%;
    margin-left: 8.333333%;
    margin-top: 48px;
  }
}
.wp-block-pb-icon-text {
  display: flex;
  align-items: center;
  width: 100%;
}

.wp-block-pb-icon-text__image-container {
  display: block;
  flex: 0 0 atuo;
  width: 68px;
  margin-right: 12px;
}

.wp-block-pb-icon-text__content {
  flex: 1 1 auto;
  width: 100%;
}
.wp-block-pb-icon-text__content > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-image-button {
  display: flex;
  flex-direction: column;
  text-decoration: none;
  border-radius: 10px;
  width: 100%;
  overflow: hidden;
}

a.wp-block-pb-image-button {
  transition: transform 0.2s;
}
a.wp-block-pb-image-button:hover {
  transform: translateY(-6px);
}
a.wp-block-pb-image-button .wp-block-pb-image-button__text:after {
  content: " →";
}

.wp-block-pb-image-button__image {
  flex: 1 1 auto;
}

.wp-block-pb-image-button__text {
  text-align: center;
  border-top: 1px solid #ddd;
  padding: 12px;
}

.wp-block-pb-manual-posts {
  margin-bottom: 24px;
}

.wp-block-pb-manual-posts__list {
  margin-bottom: 12px;
}

li.wp-block-pb-manual-posts__item:not(:first-child) {
  padding-top: 24px;
}
li.wp-block-pb-manual-posts__item:not(:last-child) {
  padding-bottom: 24px;
}

.wp-block-pb-manual-posts__link {
  text-decoration: none;
}
.wp-block-pb-manual-posts__link:hover h3 {
  text-decoration: underline;
}
.wp-block-pb-manual-posts__link > :last-child {
  margin-bottom: 0;
}
.wp-block-pb-manual-posts__link figure img {
  border-radius: 10px;
}

.wp-block-media-text__media img {
  display: block;
  width: auto;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__media {
    margin-bottom: 24px;
  }
  .wp-block-media-text .wp-block-media-text__content {
    padding-left: 0;
    padding-right: 0;
  }
}
.c-primary-nav {
  position: relative;
}

.c-primary-nav,
.c-primary-nav__list {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
}

.c-primary-nav__list .c-primary-nav__item {
  position: relative;
}
.c-primary-nav__list .c-primary-nav__item:not(:last-child) {
  margin-right: 20px;
}
.c-primary-nav__list .c-primary-nav__item.is-focused > .c-primary-nav__submenu {
  pointer-events: auto;
  opacity: 1;
  transform: translateY(0);
}

.c-dropdown {
  position: absolute;
  left: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  pointer-events: none;
  opacity: 0;
  visibility: hidden;
  z-index: 400;
  transition: opacity 0.2s, transform 0.2s;
  transform: translateY(15px);
}
.c-dropdown.is-open {
  pointer-events: auto;
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.c-dropdown.is-closing {
  visibility: visible;
}

.c-dropdown__arrow {
  position: absolute;
  top: -6px;
  left: 24px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #099dfd;
}

.c-primary-nav__submenu {
  display: flex;
  flex-wrap: wrap;
  padding: 12px 0;
}

.c-primary-nav__submenu__column {
  width: 274px;
  margin: 0 12px;
  padding: 12px 6px;
}
.c-primary-nav__submenu__column.is-style-separated:before {
  content: "";
  display: block;
  border-top: 1px solid #ddd;
  margin: 12px 12px 24px 12px;
}

@media screen and (min-width: 1024px) {
  .c-primary-nav__submenu.has-1-columns {
    width: 298px;
  }
  .c-primary-nav__submenu.has-2-columns {
    width: 596px;
  }
  .c-primary-nav__submenu.has-3-columns {
    width: 894px;
  }
  .c-primary-nav__submenu__column.spans-2-columns {
    width: 596px;
  }
  .c-primary-nav__submenu__column.spans-3-columns {
    width: 894px;
  }
}
.c-primary-nav__link {
  display: block;
  color: currentColor;
  text-decoration: none;
  padding-top: 6px;
  padding-bottom: 6px;
}
.c-primary-nav__link.is-style-button {
  color: #212121;
  background-color: #ffc600;
  text-decoration: none;
  text-align: center;
  padding-left: 12px;
  padding-right: 12px;
  border-radius: 50px;
  transition: color 0.2s, background-color 0.2s;
}

a.c-primary-nav__link:hover,
button.c-primary-nav__link:hover {
  color: #099dfd;
  text-decoration: none;
  background-color: transparent;
}
a.c-primary-nav__link.is-style-button:hover,
button.c-primary-nav__link.is-style-button:hover {
  color: #fff;
  background-color: #099dfd;
}

.c-primary-nav__menu-item {
  display: flex;
  color: #099dfd;
  text-decoration: none;
  border-radius: 5px;
  transition: background-color 0.2s;
  margin: 0;
  padding: 6px 12px;
}
.c-primary-nav__menu-item:not(:last-child) {
  margin-bottom: 12px;
}
.c-primary-nav__menu-item:hover {
  text-decoration: none;
  background-color: #e2f3ff;
}
.c-primary-nav__menu-item + .c-primary-nav__menu-item {
  margin-top: -12px;
}

.c-primary-nav__menu-item__icon {
  flex: 0 0 auto;
  width: 24px;
  margin-right: 6px;
}
.c-primary-nav__menu-item__icon img {
  display: block;
}

.c-primary-nav__menu-item__label {
  flex: 1 1 auto;
}

.c-primary-nav__submenu__title,
.c-primary-nav__submenu__description,
.c-primary-nav__submenu__subtitle,
.c-primary-nav__submenu__card {
  line-height: 1.555555;
  margin: 0;
  padding-left: 12px;
  padding-right: 12px;
}

.c-primary-nav__submenu__title {
  font-size: 16px;
  font-weight: 700;
}

.c-primary-nav__submenu__description {
  color: #737373;
}

.c-primary-nav__submenu__description,
.c-primary-nav__submenu__card__title,
.c-primary-nav__submenu__card__description {
  margin-bottom: 12px;
}

.c-primary-nav__submenu__description,
.c-primary-nav__submenu__subtitle,
.c-primary-nav__submenu__card__description {
  font-size: 0.875rem;
  font-weight: 300;
}

.c-primary-nav__submenu__card__title + .c-primary-nav__submenu__card__description {
  margin-top: -12px;
}

.c-primary-nav__submenu__subtitle {
  margin-top: 12px;
  margin-bottom: 6px;
}

.c-primary-nav__submenu__subtitle_link {
  text-decoration: none;
  display: inline-block;
  border-bottom: 1px solid #099dfd;
  margin: 12px 12px 6px;
}

.c-primary-nav__submenu__subtitle_link:hover {
  text-decoration: none;
  color: inherit;
}

.c-primary-nav__submenu__subtitle_link .c-primary-nav__submenu__subtitle {
  margin: 0;
  padding: 0;
  color: #099dfd;
  line-height: 1.15;
  font-weight: 600;
}

.menu-item-includes-link {
  display: flex;
  align-items: baseline;
  justify-content: flex-start;
  margin-left: 20px;
  color: #099dfd;
}

.menu-item-includes-link .c-primary-nav__menu-item {
  padding-left: 6px;
}

.c-primary-nav__submenu__column .menu-item-includes-link:first-of-type {
  margin-top: -16px;
}

.c-primary-nav__submenu__card {
  background-color: #e2f3ff;
  border-radius: 10px;
  padding: 12px;
}
.c-primary-nav__submenu__card:not(:last-child) {
  margin-bottom: 12px;
}
.c-primary-nav__submenu__card a {
  color: #212121;
  text-decoration: underline;
}
.c-primary-nav__submenu__card .c-primary-nav__menu-item {
  color: inherit;
  font-size: 0.875rem;
  padding: 0;
}
.c-primary-nav__submenu__card .c-primary-nav__menu-item:hover {
  background-color: transparent;
}
.c-primary-nav__submenu__card .c-primary-nav__menu-item:not(:last-child) {
  margin-bottom: 18px;
}

.c-flyout-nav {
  min-width: 320px;
  max-width: 420px;
  max-height: calc(100vh - 119px);
  min-height: 260px;
  padding: 12px;
  overflow-y: scroll;
}
.c-flyout-nav .c-primary-nav__submenu {
  padding: 0;
}
.c-flyout-nav .c-primary-nav__submenu__column {
  width: 100%;
  margin: 0;
  padding: 0;
}
.c-flyout-nav .c-primary-nav__item:not(:last-child),
.c-flyout-nav .c-primary-nav__submenu__column:not(:last-child) {
  margin-bottom: 12px;
}
.c-flyout-nav .c-primary-nav__link {
  text-align: left;
  font-size: 1.125rem;
  font-weight: 700;
  border-radius: 5px;
  width: 100%;
  padding-left: 12px;
  padding-right: 12px;
  transition: background-color 0.2s;
}
.c-flyout-nav .c-primary-nav__link:hover {
  color: #212121;
  text-decoration: none;
  background-color: #e2f3ff;
}

@media screen and (min-width: 1250px) {
  .c-flyout-nav {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .hide-nav-sm {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .hide-nav-md {
    display: none;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1249px) {
  .hide-nav-lg {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .hide-nav-xl {
    display: none;
  }
}
.c-nav-toggle {
  display: block;
  background: transparent;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 0;
  padding: 14px;
  margin-right: -14px;
  margin-left: 14px;
  overflow: hidden;
}
.c-nav-toggle:hover {
  background-color: transparent;
}
.c-nav-toggle.is-open .c-nav-toggle__inner {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  transition-delay: 0.15s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.c-nav-toggle.is-open .c-nav-toggle__inner, .c-nav-toggle.is-open .c-nav-toggle__inner:before, .c-nav-toggle.is-open .c-nav-toggle__inner:after {
  background-color: #4d4d4d;
}
.c-nav-toggle.is-open .c-nav-toggle__inner:before {
  top: 0;
  opacity: 0;
  transition: top 0.075s ease, opacity 0.075s 0.15s ease;
}
.c-nav-toggle.is-open .c-nav-toggle__inner:after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  transition: bottom 0.075s ease, transform 0.075s 0.15s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 1250px) {
  .c-nav-toggle {
    display: none;
  }
}
.c-nav-toggle__box {
  position: relative;
  display: block;
  width: 16px;
  height: 12px;
}

.c-nav-toggle__inner {
  display: block;
  top: 50%;
  margin-top: -1px;
  transition-duration: 0.075s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.c-nav-toggle__inner, .c-nav-toggle__inner:before, .c-nav-toggle__inner:after {
  position: absolute;
  background-color: #4d4d4d;
  width: 16px;
  height: 2px;
  transition-property: transform;
  transition-duration: 0.075s;
  transition-timing-function: ease;
}
.c-nav-toggle__inner:before, .c-nav-toggle__inner:after {
  content: "";
  display: block;
}
.c-nav-toggle__inner:before {
  top: -5px;
  transition: top 0.075s 0.15s ease, opacity 0.075s ease;
}
.c-nav-toggle__inner:after {
  bottom: -5px;
  transition: bottom 0.075s 0.15s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.wp-block-pb-partner-geographies {
  margin-bottom: 48px;
}

.wp-block-pb-partner-geographies__title {
  font-weight: 700;
}

.wp-block-quote {
  padding-top: 24px;
  padding-left: 0;
  border: none;
}
.wp-block-quote:before {
  position: absolute;
  top: 0;
  display: block;
  content: "";
  width: 30%;
  height: 1px;
  background-color: #212121;
}
.wp-block-quote > :last-child {
  margin-bottom: 0;
}
.wp-block-quote.is-style-no-rule {
  padding-top: 0;
}
.wp-block-quote.is-style-no-rule:before {
  display: none;
}

.wp-block-pb-section {
  position: relative;
  min-width: 100%;
  margin-bottom: 48px;
  padding-top: 48px;
  padding-bottom: 48px;
  background-color: #e2f3ff;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 10;
}
.wp-block-pb-section.is-style-soft-top {
  background-image: url("images/section-bg-light-soft-top.jpg");
}
.wp-block-pb-section.is-style-soft-bottom {
  background-image: url("images/section-bg-light-soft-bottom.jpg");
  background-position: center bottom;
}
.wp-block-pb-section.is-style-light {
  background-image: url("images/section-bg-light.jpg");
}
.wp-block-pb-section.is-style-dark {
  background-color: #150f96;
  background-image: url("images/section-bg-dark.jpg");
}
.wp-block-pb-section:last-child {
  margin-bottom: -48px;
}
.wp-block-pb-section + .wp-block-pb-section {
  margin-top: -48px;
}
.wp-block-pb-section.is-style-pullup {
  margin-top: -166px;
  padding-top: 136px;
  z-index: 1;
}
.wp-block-pb-section:first-child {
  margin-top: -24px;
}

.wp-block-pb-section__content {
  position: relative;
}
.wp-block-pb-section__content > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-section__video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wp-block-pb-section__play-pause-button {
  position: absolute;
  right: 15px;
  bottom: 15px;
  border-radius: 5px !important;
  width: 20px;
  height: 20px;
  z-index: 100;
  overflow: hidden;
}
.wp-block-pb-section__play-pause-button .play-icon,
.wp-block-pb-section__play-pause-button .pause-icon {
  fill: #fff;
  width: 15px;
  height: 15px;
  margin: 0 auto;
}
.wp-block-pb-section__play-pause-button .play-icon {
  display: none;
}
.wp-block-pb-section__play-pause-button.is-paused .play-icon {
  display: block;
}
.wp-block-pb-section__play-pause-button.is-paused .pause-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  .wp-block-pb-section.is-style-hero .wp-block-pb-section__content {
    display: flex;
    align-items: center;
    min-height: 500px;
  }
  .wp-block-pb-section.is-style-hero .wp-block-pb-section__inner-content {
    width: 100%;
  }
}
.wp-block-separator {
  border: none;
  border-top: 2px solid #e2f3ff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-active {
  position: relative;
  z-index: 10;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #099dfd;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-lock {
  display: none;
}

.wp-block-pb-swiper[data-pagination=true] .swiper-container {
  padding-bottom: 36px;
}

.swiper-container {
  position: relative;
  width: 100%;
  margin-bottom: 24px;
}

.swiper-button-prev,
.swiper-button-next {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  top: 50%;
  background-color: #099dfd;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  background-color: #150f96;
}

.swiper-button-prev {
  left: -38px;
}

.swiper-button-next {
  right: -38px;
}

.swiper-button-icon {
  fill: #fff;
  width: 12px;
  transition: transform 0.2s, color 0.2s;
}

.wp-block-pb-swiper[data-navigation=true] {
  overflow: hidden;
  padding-left: 38px;
  padding-right: 38px;
}
.wp-block-pb-swiper[data-navigation=true] .swiper-container {
  overflow: visible;
}

.swiper-slide-content > :last-child {
  margin-bottom: 0;
}

.wp-block-pb-tabs {
  margin-bottom: 24px;
}

.wp-block-pb-tabs__tab-list-wrapper {
  position: relative;
}

.wp-block-pb-tabs__tabs-dropdown-trigger {
  position: relative;
  background-color: #fff;
  background-position: center right 16px;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4"><polygon points="8 0 4 4 0 0 8 0" fill="%23099dfd"/></svg>');
  background-size: 8px 4px;
  text-align: left;
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  color: #212121 !important;
}
.wp-block-pb-tabs__tabs-dropdown-trigger:hover {
  color: currentColor;
  background-color: #e2f3ff;
}
.wp-block-pb-tabs__tabs-dropdown-trigger.is-open {
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 4"><polygon points="0 4 4 0 8 4 0 4" fill="%23099dfd"/></svg>');
}

.wp-block-pb-tabs__tab-list {
  position: relative;
  margin-top: 48px;
  margin-bottom: 48px;
}

.wp-block-pb-tabs__tab-button {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: relative;
  color: currentColor;
  line-height: 1.2;
  transition: color 0.2s;
}
.wp-block-pb-tabs__tab-button:focus {
  outline: none;
}
.wp-block-pb-tabs__tab-button:hover {
  color: #099dfd;
  background-color: transparent;
}
.wp-block-pb-tabs__tab-button[aria-selected=true] {
  color: #099dfd;
}

.wp-block-pb-tab:focus {
  outline: none;
}

@media (max-width: 1023px) {
  .wp-block-pb-tabs__tab-button {
    color: #212121;
  }
}
@media screen and (max-width: 1023px) {
  .wp-block-pb-tabs__tab-list-wrapper {
    margin-bottom: 24px;
  }
  .wp-block-pb-tabs__tab-list {
    display: none;
    position: absolute;
    top: 1px;
    left: 0;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
    z-index: 400;
    border-radius: 5px;
  }
  .wp-block-pb-tabs__tab-list.is-open {
    display: block;
  }
  .wp-block-pb-tabs__tab-button {
    text-align: left;
    width: 100%;
    padding: 12px;
  }
  .wp-block-pb-tabs__tab-button:hover, .wp-block-pb-tabs__tab-button[aria-selected=true]:hover {
    background-color: #e2f3ff;
  }
  .wp-block-pb-tabs__tab-button[aria-selected=true] {
    font-weight: 700;
    background-color: #fafafa;
  }
  .wp-block-pb-tabs__tab-button:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
  }
  .wp-block-pb-tabs__tab-button:last-child {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .wp-block-pb-tabs__tabs-dropdown-trigger {
    display: none;
  }
  .wp-block-pb-tabs__tab-list {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .wp-block-pb-tabs__tab-list:after {
    content: "";
    background-color: #e2f3ff;
    position: absolute;
    bottom: 3px;
    left: 1px;
    width: 100%;
    height: 1px;
    z-index: 1;
  }
  .wp-block-pb-tabs__tab-button {
    font-weight: 700;
    padding-bottom: 24px;
  }
  .wp-block-pb-tabs__tab-button:after {
    content: "";
    background-color: transparent;
    position: absolute;
    bottom: 2px;
    left: 0;
    width: 100%;
    height: 3px;
    z-index: 10;
    transition: color 0.2s, transform 0.2s;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
    transform: scaleX(0);
  }
  .wp-block-pb-tabs__tab-button[aria-selected=true]:after {
    background-color: #099dfd;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .wp-block-pb-tabs__tab-button:focus:after {
    background-color: #099dfd;
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    -ms-transform: scaleX(1);
    -o-transform: scaleX(1);
    transform: scaleX(1);
  }
  .wp-block-pb-tabs__tab-button:not(:last-child) {
    margin-right: 48px;
  }
}
.wp-block-video.is-style-circle video {
  border-radius: 50%;
  overflow: hidden;
}

.wp-block-pb-video {
  margin: 0 0 24px;
}

.wp-block-pb-video__wrapper {
  position: relative;
}
.wp-block-pb-video__wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-pb-video__meta {
  display: flex;
  flex-wrap: wrap;
}

.wp-block-pb-video__duration,
.wp-block-pb-video__categories {
  font-size: 0.75rem;
  margin-bottom: 12px;
}
.wp-block-pb-video__duration:not(:last-child),
.wp-block-pb-video__categories:not(:last-child) {
  margin-right: 20px;
}

.wp-block-pb-video__duration time {
  font-weight: bold;
}

.wp-block-pb-video__categories .term:not(:last-child):after {
  content: ", ";
  font-weight: 300;
}
.wp-block-pb-video__categories .term-depth-1 {
  font-weight: 700;
}

.c-video-toc,
.c-video-toc__children {
  margin-bottom: 24px;
}
.c-video-toc li,
.c-video-toc__children li {
  border-top: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 6px;
}
.c-video-toc li > :last-child,
.c-video-toc__children li > :last-child {
  margin-bottom: 0;
}
.c-video-toc .is-selected > a,
.c-video-toc__children .is-selected > a {
  font-weight: 700;
}

.c-video-toc > li:first-child {
  border-top: none;
}
.c-video-toc > li.is-selected {
  position: relative;
}
.c-video-toc > li.is-selected:before {
  content: "";
  position: absolute;
  left: -16px;
  top: 15px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 8 5"><polygon points="0 3 5.61 3 5.61 4.89 8 2.5 5.61 0.11 5.61 2 0 2 0 3"/></svg>');
  background-size: 8px 5px;
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
  height: 5px;
}

.c-video-toc__children {
  margin-top: 6px;
}
.c-video-toc__children li {
  padding-left: 12px;
}

.c-animated-text {
  display: block;
  position: relative;
}
.c-animated-text span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity 0.65s;
}

.c-announcements {
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

.c-announcement {
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-announcements {
  padding-left: 15px;
  padding-right: 15px;
}

@media screen and (min-width: 768px) {
  .c-announcements {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .c-announcements {
    padding-left: 60px;
    padding-right: 60px;
  }
}
.c-announcement__wrapper,
.c-announcement__content {
  padding: 0;
}

.c-announcement__wrapper {
  font-size: 0.75rem;
}

.c-announcement__content {
  padding-right: 30px;
}

.c-announcement__title {
  display: inline-block;
  padding: 0.2em 0.6em;
  border-radius: 24px;
  color: #fff;
  background-color: #099dfd;
  font-size: 0.5rem;
  text-transform: uppercase;
}

.c-announcement__dismiss-btn {
  right: -4px;
}

.c-main-content {
  margin-bottom: 48px;
}

.c-post__header {
  margin-bottom: 24px;
}

.single-event .c-post__header {
  display: none;
}

.c-post__intro {
  max-width: 680px;
}

@media screen and (min-width: 768px) {
  .c-post__header {
    margin-bottom: 48px;
  }
}
.c-meta {
  display: flex;
  flex-wrap: wrap;
  font-size: 0.75rem;
  line-height: 1.2;
  margin-bottom: 48px;
}

.c-meta__item {
  display: block;
  margin-right: 24px;
}

.c-back {
  position: relative;
  margin-bottom: 24px;
  padding-bottom: 12px;
}
.c-back:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #212121;
  width: 30%;
  height: 1px;
}

.c-back__link {
  display: inline-block;
  font-size: 0.75rem;
  text-transform: uppercase;
  text-decoration: none;
}
.c-back__link:hover .c-back__link-icon {
  transform: translateX(-5px);
}
.c-back__link:hover .c-back__link-text {
  text-decoration: underline;
}

.c-back__link-icon {
  display: inline-block;
  transition: transform 0.2s;
}

#js-sticky-sidebar {
  margin-top: 48px;
}

.single-post .c-post h2 {
  font-size: 1.375rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-bottom: 0.5rem;
}
.single-post .c-post h2:not(:first-child) {
  margin-top: 2em;
}
.single-post .c-post h3 {
  font-size: 1rem;
  line-height: 1.3;
  font-weight: 700;
  text-transform: none;
  letter-spacing: -0.01em;
  margin-top: 2em;
  margin-bottom: 0.5rem;
}

.c-app__title {
  margin-bottom: 6px;
}

.c-app__product-card .wp-block-pb-card-band {
  padding-top: 24px;
  padding-bottom: 24px;
}

.c-app__product {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.c-app__product-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  color: #fff;
  background-color: #099dfd;
  border-radius: 50%;
  width: 58px;
  height: 58px;
  margin-right: 12px;
}

.c-app__product-list {
  flex: 1 1 auto;
  font-size: 0.875rem;
}

.c-app__languages {
  margin-bottom: 12px;
}

.c-app__author {
  border-top: 1px solid #ddd;
  margin-top: 24px;
  padding-top: 12px;
}

.c-tags {
  display: flex;
  flex-wrap: wrap;
}

.c-tag {
  display: inline-block;
  background-color: #ddd;
  font-size: 0.666666rem;
  text-decoration: none;
  border-radius: 25px;
  margin: 0 4px 4px 0;
  padding: 4px 12px;
  transition: color 0.2s, background-color 0.2s;
}

a.c-tag:hover {
  color: #fff;
  background-color: #099dfd;
}

.c-widget {
  margin-bottom: 48px;
}

.widget_recent_entries ul,
.widget_archive ul,
.widget_categories ul {
  list-style: none;
  font-size: 0.888888rem;
  margin: 0;
  padding: 0;
}
.widget_recent_entries li,
.widget_archive li,
.widget_categories li {
  padding-top: 6px;
  padding-bottom: 6px;
}
.widget_recent_entries li:not(:last-child),
.widget_archive li:not(:last-child),
.widget_categories li:not(:last-child) {
  border-bottom: 1px solid #ddd;
}
.widget_recent_entries .post-date,
.widget_archive .post-date,
.widget_categories .post-date {
  display: block;
  font-size: 0.75rem;
}

.swp_social_panel {
  margin-top: 0 !important;
  margin-bottom: 48px !important;
}

@media screen and (max-width: 1023px) {
  .c-widgets-area {
    border-top: 1px solid #ddd;
    margin-top: 48px;
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .c-widgets-area {
    display: flex;
    flex-wrap: wrap;
  }
  .c-widgets-area .c-widget {
    width: 30.666666%;
  }
  .c-widgets-area .c-widget:not(:last-child) {
    margin-right: 4%;
  }
}
.page-template-page-newsroom #content {
  padding-top: 48px;
}

.template-newsroom-section {
  position: relative;
  min-width: 100%;
  margin-bottom: 48px;
  padding-bottom: 78px;
  z-index: 10;
}
.template-newsroom-section .o-block-grid__item a {
  text-decoration: none;
}
.template-newsroom-section .wp-block-pb-card__content {
  position: relative;
  padding-bottom: 48px;
}
.template-newsroom-section .wp-block-pb-card__content .is-style-p {
  margin-bottom: 2.5rem;
}
.template-newsroom-section .wp-block-pb-card__content .u-text-small {
  position: absolute;
  bottom: 24px;
}
.template-newsroom-section .wp-block-pb-card__content .u-text-small .news-post-source {
  color: #099dfd;
}
.template-newsroom-section .featured .wp-block-pb-card__content {
  padding-bottom: 62px;
}
.template-newsroom-section .newsroom-pagination {
  text-align: center;
}

.template-newsroom-section.section--news .wp-block-pb-card__content img {
  height: 30px;
  object-fit: contain;
}

.template-newsroom-section.section--press-releases {
  padding-bottom: 18px;
}
.template-newsroom-section.section--press-releases .wp-block-pb-card__image-container {
  min-height: 147px;
}
.template-newsroom-section.section--press-releases .wp-block-pb-card__image-container img {
  height: 100%;
  object-fit: cover;
}

.posttype-news .u-text-small svg {
  display: inline-block;
  height: 14px;
  position: relative;
  top: 1px;
  margin-left: 6px;
}

.clearfix {
  display: block;
  width: 100%;
  clear: both;
}

.template-newsroom-section.section--news .news-filter {
  width: 290px;
  float: left;
  margin: 0 30px 30px 0;
  position: relative;
}
.template-newsroom-section.section--news .news-filter select {
  background-size: 18px 7px;
  font-size: 1rem;
  font-weight: 300;
  padding: 12px 10px 12px 24px;
}
.template-newsroom-section.section--news #news-type-filter {
  display: none;
}
.template-newsroom-section.section--news button {
  padding: 12px 10px 12px 24px;
  width: -webkit-fill-available;
  background-color: transparent;
  border-radius: 0;
  color: #212121;
  text-align: left;
}
.template-newsroom-section.section--news .news-default-filter-button {
  border: 0.063rem solid #E1E1E1;
  display: block;
}

@media screen and (max-width: 669px) {
  .template-newsroom-section.section--news .news-filter {
    width: -webkit-fill-available;
    margin: 0 0 30px;
    float: none;
  }
}
.gist tr {
  border-bottom: none;
}
.gist .blob-wrapper {
  max-height: 400px;
  overflow-y: auto !important;
}

.has-beta-badge:after,
.has-beta-badge-light:after {
  content: " Beta";
  color: #737373;
  font-size: 0.75em;
  font-weight: 300;
  vertical-align: baseline;
  position: relative;
  top: -0.5em;
}

.has-beta-badge-light:after {
  color: #fff;
}

body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #212121;
  border-top: none;
  max-width: 500px;
  margin: 15px;
  padding: 24px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  z-index: 600;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme.moove-gdpr-info-bar-hidden {
  bottom: -400px;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-container {
  padding: 0;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content {
  display: block;
  padding: 0;
}
body #moove_gdpr_cookie_info_bar.moove-gdpr-dark-scheme .moove-gdpr-info-bar-content .moove-gdpr-button-holder {
  display: flex;
  justify-content: flex-end;
  padding: 0;
}

form.mktoForm {
  color: inherit !important;
}
form.mktoForm,
form.mktoForm .mktoFieldWrap,
form.mktoForm .mktoFormCol,
form.mktoForm .mktoLabel,
form.mktoForm .mktoField,
form.mktoForm .mktoRadioList,
form.mktoForm .mktoCheckboxList {
  float: none;
  width: 100% !important;
}
form.mktoForm .mktoOffset,
form.mktoForm .mktoGutter,
form.mktoForm .mktoRequiredField .mktoAsterix {
  display: none;
}
form.mktoForm .mktoFormCol {
  margin-bottom: 24px !important;
}
form.mktoForm .mktoLabel {
  display: block;
  color: currentColor;
  text-transform: uppercase;
  font-size: 0.666666rem;
  font-weight: 300;
  margin-bottom: 6px;
}
form.mktoForm .mktoLabel strong {
  font-weight: 300;
}
form.mktoForm .mktoRequiredField label.mktoLabel {
  font-weight: 300;
}
form.mktoForm .mktoRequiredField label.mktoLabel:after {
  content: "*";
  color: #e00;
  margin-left: 3px;
}
form.mktoForm input[type=date],
form.mktoForm input[type=datetime],
form.mktoForm input[type=datetime-local],
form.mktoForm input[type=email],
form.mktoForm input[type=month],
form.mktoForm input[type=number],
form.mktoForm input[type=password],
form.mktoForm input[type=range],
form.mktoForm input[type=search],
form.mktoForm input[type=tel],
form.mktoForm input[type=text],
form.mktoForm input[type=time],
form.mktoForm input[type=url],
form.mktoForm input[type=week],
form.mktoForm textarea.mktoField,
form.mktoForm select.mktoField {
  color: #212121;
  background-color: #fff;
  font-size: 0.875rem;
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 1em;
}
form.mktoForm input[type=date]:focus,
form.mktoForm input[type=datetime]:focus,
form.mktoForm input[type=datetime-local]:focus,
form.mktoForm input[type=email]:focus,
form.mktoForm input[type=month]:focus,
form.mktoForm input[type=number]:focus,
form.mktoForm input[type=password]:focus,
form.mktoForm input[type=range]:focus,
form.mktoForm input[type=search]:focus,
form.mktoForm input[type=tel]:focus,
form.mktoForm input[type=text]:focus,
form.mktoForm input[type=time]:focus,
form.mktoForm input[type=url]:focus,
form.mktoForm input[type=week]:focus,
form.mktoForm textarea.mktoField:focus,
form.mktoForm select.mktoField:focus {
  outline: none;
  box-shadow: 0 0 0 1px #099dfd;
  border-color: #099dfd;
}
form.mktoForm textarea.mktoField {
  min-height: 140px;
  resize: vertical;
}
form.mktoForm select.mktoField {
  padding-right: 38px;
}
form.mktoForm .mktoRadioList > input,
form.mktoForm .mktoCheckboxList > input {
  width: 14px !important;
}
form.mktoForm .mktoRadioList > label,
form.mktoForm .mktoCheckboxList > label {
  display: inline-block;
  width: calc(100% - 22px);
  margin-left: 8px;
}
form.mktoForm .mktoButtonWrap {
  margin-left: 0 !important;
}
form.mktoForm .mktoButtonWrap.mktoPaperMashup button.mktoButton, form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
  font-size: 0.875rem;
  color: #fff;
  background: #099dfd;
  border: none;
  border-radius: 50px;
  padding: 12px 24px;
  box-shadow: none;
}
form.mktoForm .mktoButtonWrap.mktoPaperMashup button.mktoButton:focus, form.mktoForm .mktoButtonWrap.mktoPaperMashup button.mktoButton:hover, form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:focus, form.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover {
  color: #fff;
  background-color: #150f96;
  border: none;
}
form.mktoForm .mktoError .mktoErrorMsg {
  color: #fff;
  background: #e00;
  text-shadow: none;
  box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  border: none;
  border-radius: 5px;
  padding: 12px;
}
form.mktoForm .mktoError .mktoErrorArrow {
  border: none;
}

.wp-caption {
  max-width: 100%;
  margin-bottom: 1em;
}
.wp-caption img {
  margin-bottom: 0.6em;
}

.wp-caption-text {
  text-align: left;
  font-size: 0.75rem;
  line-height: 1.2;
  font-style: italic;
}

embed,
iframe,
object,
video {
  margin-bottom: 1em;
  vertical-align: middle;
}

p embed,
p iframe,
p object,
p video {
  margin-bottom: 0;
}

.c-modal {
  color: inherit;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 500;
  overflow-y: scroll;
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -moz-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -ms-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -o-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-modal.is-open {
  display: block;
}
.c-modal.is-closing {
  display: block;
  -webkit-animation-name: fadeOut;
  -moz-animation-name: fadeOut;
  -ms-animation-name: fadeOut;
  -o-animation-name: fadeOut;
  animation-name: fadeOut;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}
.c-modal.is-closing .c-modal__container {
  -webkit-animation-name: slideOutDown;
  -moz-animation-name: slideOutDown;
  -ms-animation-name: slideOutDown;
  -o-animation-name: slideOutDown;
  animation-name: slideOutDown;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-modal__container {
  position: relative;
  display: block;
  background-color: #fff;
  margin: 15px auto;
  border-radius: 10px;
  box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
  -webkit-animation-duration: 0.2s;
  -moz-animation-duration: 0.2s;
  -ms-animation-duration: 0.2s;
  -o-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -moz-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -ms-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -o-animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  animation-timing-function: cubic-bezier(0.66, 0, 0.33, 1);
  -webkit-animation-name: slideInUp;
  -moz-animation-name: slideInUp;
  -ms-animation-name: slideInUp;
  -o-animation-name: slideInUp;
  animation-name: slideInUp;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.c-modal__content {
  height: 100%;
}
.c-modal__content.is-padded {
  padding: 24px;
}
.c-modal__content > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 480px) {
  .c-modal {
    padding-left: 15px;
    padding-right: 15px;
  }
  .c-modal__container {
    margin: 15vh auto;
  }
}
.wp-block-pb-modal .c-button {
  margin-top: 12px;
}

.c-button-close {
  position: absolute;
  top: 0;
  right: 0;
  color: #212121;
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
  width: 40px;
  height: 40px;
  padding: 0 0 4px;
  overflow: hidden;
  z-index: 100;
}
.c-button-close:focus, .c-button-close:hover {
  color: inherit;
  background-color: transparent;
}

.loading-modal {
  display: none;
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.8) url("/wp-content/themes/agora-main/images/agora-loading-animation.gif") 50% 50% no-repeat;
}

body.loading .loading-modal {
  overflow: hidden;
}

body.loading .loading-modal {
  display: block;
}

.c-site-header {
  margin-bottom: 24px;
}

.c-super-header__content,
.c-site-navigation__content {
  max-width: 1600px;
}

.c-super-header {
  font-size: 0.75rem;
  background-color: #e2f3ff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.c-super-header__content {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.c-site-navigation {
  transition: transform 0.3s, background-color 0.3s, border-color 0.3s;
}
.c-site-navigation.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  border-bottom: 1px solid #e2f3ff;
  z-index: 800;
}

.c-site-navigation__content {
  display: flex;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
}

.c-site-header__logo {
  flex: 0 0 auto;
  display: block;
  width: 120px;
  position: relative;
  top: 3px;
  margin-right: 36px;
}

@media screen and (max-width: 375px) {
  .c-site-header__logo {
    width: 105px;
    margin-right: 12px;
  }
}
@media screen and (min-width: 1200px) {
  .c-site-header__logo {
    margin-right: 72px;
  }
}
.c-site-footer {
  border-top: 1px solid #ddd;
}

.c-fat-footer {
  display: flex;
  justify-content: space-between;
  padding-top: 48px;
}

.c-fat-footer__widget-area,
.c-fat-footer__nav-container {
  margin-bottom: 48px;
}

.c-footer-bottom-bar {
  color: #fff;
  background-color: #000522;
  padding-top: 24px;
  padding-bottom: 24px;
}

@media screen and (min-width: 480px) {
  .c-fat-footer__nav-area {
    display: flex;
    flex-wrap: wrap;
  }
  .c-fat-footer__nav-container {
    flex: 0 0 auto;
    width: 50%;
    padding-right: 30px;
  }
}
@media screen and (min-width: 768px) {
  .c-fat-footer__nav-container {
    width: 25%;
  }
}
@media screen and (min-width: 1024px) {
  .c-fat-footer__content {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .c-fat-footer__widget-area,
  .c-fat-footer__nav-area {
    flex: 0 0 auto;
  }
  .c-fat-footer__widget-area {
    width: 33.333333%;
  }
  .c-fat-footer__nav-area {
    width: 66.666666%;
  }
}
.c-footer-cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  color: #fff;
  background-color: #212121;
  font-size: 0.75rem;
  max-width: 500px;
  margin: 15px;
  padding: 24px;
  border-radius: 10px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
  z-index: 3141592653;
}
.c-footer-cookie-notice > :last-child {
  margin-bottom: 0;
}

.c-footer-cookie-notice__accept-btn {
  font-size: 0.75rem;
  margin-left: 12px;
  padding: 8px 16px 9px;
}
.c-footer-cookie-notice__accept-btn:focus, .c-footer-cookie-notice__accept-btn:hover {
  color: #212121;
  background-color: #fff;
}

.c-breadcrumbs {
  font-size: 0.75rem;
  border-bottom: 1px solid #ddd;
  padding-top: 6px;
  padding-bottom: 6px;
}

.c-header-links {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.c-header-links .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 5px;
  min-width: 140px;
  padding: 6px;
  z-index: 400;
  box-shadow: 0 13px 27px -5px rgba(73, 156, 246, 0.25), 0 8px 16px -8px rgba(0, 0, 0, 0.2), 0 -6px 16px -6px rgba(0, 0, 0, 0.025);
}
.c-header-links .sub-menu a {
  display: block;
  font-size: 0.875rem;
  padding: 6px;
  border-radius: 3px;
}
.c-header-links .sub-menu a:hover {
  color: #212121;
  background-color: #e2f3ff;
  text-decoration: none;
}
.c-header-links .sub-menu .is-selected > a {
  padding-right: 18px;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><path d="M3.81,9.61.21,6a.73.73,0,0,1,1-1L3.81,7.54,9.75,1.6a.73.73,0,0,1,1,0,.75.75,0,0,1,0,1Z"/></svg>');
  background-position: center right 6px;
  background-size: 11px 11px;
  background-repeat: no-repeat;
}
.c-header-links > li {
  position: relative;
}
.c-header-links > li:not(:last-child) {
  margin-right: 15px;
}
.c-header-links > li.is-style-separated {
  padding-left: 15px;
}
.c-header-links > li.is-style-separated:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  background-color: #ddd;
  width: 1px;
  height: 18px;
}
.c-header-links a {
  display: block;
  text-decoration: none;
  padding-top: 8px;
  padding-bottom: 8px;
}
.c-header-links a:hover {
  color: #212121;
  text-decoration: underline;
}

.c-language-toggle > a {
  display: flex;
  align-items: center;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 11 11"><path d="M5.5,0A5.5,5.5,0,1,0,11,5.5,5.51,5.51,0,0,0,5.5,0ZM5.26.52V2.69H3.49a4.46,4.46,0,0,1,.33-.8A2.36,2.36,0,0,1,5.26.52Zm.48,0A2.36,2.36,0,0,1,7.18,1.89a4.46,4.46,0,0,1,.33.8H5.74V.52ZM4,.71a4.06,4.06,0,0,0-.66,1,5.87,5.87,0,0,0-.41,1H1.35A5,5,0,0,1,4,.71ZM7,.71a5,5,0,0,1,2.69,2H8a5.87,5.87,0,0,0-.41-1A4.06,4.06,0,0,0,7,.71ZM1.06,3.18H2.83a10.28,10.28,0,0,0-.26,2.08H.5a4.84,4.84,0,0,1,.56-2.08Zm2.28,0H5.26V5.26H3.06a9.42,9.42,0,0,1,.28-2.08Zm2.4,0H7.66a9.42,9.42,0,0,1,.28,2.08H5.74Zm2.43,0H9.94a4.84,4.84,0,0,1,.56,2.08H8.43a10.28,10.28,0,0,0-.26-2.08ZM.5,5.74H2.57a10.28,10.28,0,0,0,.26,2.08H1.06A4.84,4.84,0,0,1,.5,5.74Zm2.56,0h2.2V7.82H3.34a9.42,9.42,0,0,1-.28-2.08Zm2.68,0h2.2a9.42,9.42,0,0,1-.28,2.08H5.74Zm2.69,0H10.5a4.84,4.84,0,0,1-.56,2.08H8.17a10.28,10.28,0,0,0,.26-2.08ZM1.35,8.31H3a5.87,5.87,0,0,0,.41,1,4.06,4.06,0,0,0,.66,1,4.94,4.94,0,0,1-2.69-2Zm2.14,0H5.26v2.17A2.35,2.35,0,0,1,3.82,9.1a4.36,4.36,0,0,1-.33-.79Zm2.25,0H7.51a4.36,4.36,0,0,1-.33.79,2.35,2.35,0,0,1-1.44,1.38V8.31ZM8,8.31H9.65a4.93,4.93,0,0,1-2.7,2,4.09,4.09,0,0,0,.67-1,5.87,5.87,0,0,0,.41-1Z"/></svg>');
  background-position: center left;
  background-size: 11px 11px;
  background-repeat: no-repeat;
  padding-left: 17px;
  padding-right: 14px;
}
.c-language-toggle > a:after {
  position: absolute;
  right: 0;
  content: "▾";
  margin-left: 6px;
}
.c-language-toggle > a.is-open:after {
  bottom: 5px;
  transform: rotate(180deg);
  transform-origin: center center;
}

.c-footer-nav li {
  margin-bottom: 6px;
}
.c-footer-nav a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}
.c-footer-nav a:hover .menu-item-content {
  text-decoration: underline;
}

.c-legal-links {
  display: inline-block;
}
.c-legal-links li {
  display: inline-block;
  margin-right: 12px;
}
.c-legal-links a {
  color: inherit;
  font-size: 0.75rem;
  text-decoration: underline;
}
.c-legal-links a:hover {
  text-decoration: none;
}

.c-footer-nav--social a:before {
  font-family: "Socicon";
  margin-right: 12px;
}
.c-footer-nav--social .menu-item-content {
  display: inline-block;
}
.c-footer-nav--social [href*="apps.apple.com"]:before {
  content: "\e91f";
}
.c-footer-nav--social [href*="facebook.com"]:before {
  content: "\e028";
}
.c-footer-nav--social [href*="github.com"]:before {
  content: "\e032";
}
.c-footer-nav--social [href*="instagram.com"]:before {
  content: "\e044";
}
.c-footer-nav--social [href*="linkedin.com"]:before {
  content: "\e04c";
}
.c-footer-nav--social [href*="maps.google.com"]:before {
  content: "\e937";
}
.c-footer-nav--social [href*="medium.com"]:before {
  content: "\e051";
}
.c-footer-nav--social [href*="pinterest.com"]:before {
  content: "\e063";
}
.c-footer-nav--social [href*="play.google.com"]:before {
  content: "\e064";
}
.c-footer-nav--social [href*="slack.com"]:before {
  content: "\e918";
}
.c-footer-nav--social [href*="snapchat.com"]:before {
  content: "\e076";
}
.c-footer-nav--social [href*="twitter.com"]:before {
  content: "\e08d";
}
.c-footer-nav--social [href*="yelp.com"]:before {
  content: "\e0a3";
}
.c-footer-nav--social [href*="youtube.com"]:before {
  content: "\e0a5";
}
.c-footer-nav--social [href*="vimeo.com"]:before {
  content: "\e093";
}
.c-footer-nav--social [href*="mailto:"]:before {
  content: "\e050";
}
.c-footer-nav--social .rss a:before {
  content: "\e071";
}

.nav-links {
  display: flex;
  justify-content: center;
}

button.page-numbers {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  text-decoration: underline;
}
button.page-numbers:hover {
  background-color: transparent;
}

.page-numbers,
button.page-numbers {
  margin: 0 5px;
}
.page-numbers:first-child,
button.page-numbers:first-child {
  margin-left: 0;
}
.page-numbers:last-child,
button.page-numbers:last-child {
  margin-right: 0;
}
.page-numbers.current,
button.page-numbers.current {
  text-decoration: none;
}
.page-numbers.prev,
button.page-numbers.prev {
  margin-right: 30px;
}
.page-numbers.next,
button.page-numbers.next {
  margin-left: 30px;
}

.search-form {
  display: flex;
  margin-bottom: 24px;
}
.search-form label {
  flex: 1 1 auto;
}

.search-field {
  height: 100%;
}

.search-submit {
  flex: 0 0 auto;
  margin-left: 12px;
}

.search-details {
  font-size: 0.75rem;
  margin-top: 72px;
  margin-bottom: 12px;
}

.c-tabs {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 48px;
  margin-bottom: 24px;
}

.c-tabs__link {
  display: inline-block;
  color: inherit;
  background-color: transparent;
  text-align: center;
  vertical-align: middle;
  font: inherit;
  text-decoration: none;
  direction: ltr;
  border: none;
  border-radius: 0;
  width: auto;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: 0s;
  box-shadow: none;
  overflow: auto;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  display: inline-block;
  text-decoration: none;
}
.c-tabs__link:hover {
  background-color: transparent;
}
.c-tabs__link.is-style-button {
  background-color: transparent;
  border: 1px solid #ddd;
  border-radius: 5px;
  padding: 6px 12px;
}

.c-tabs__wrapper {
  margin-bottom: 24px;
}

@media screen and (max-width: 767px) {
  .c-tabs {
    flex-wrap: wrap;
  }
  .c-tabs__item {
    margin-bottom: 6px;
    margin-right: 6px;
  }
  .c-tabs__item.is-active .c-tabs__link {
    color: #fff;
    background-color: #099dfd;
  }
  .c-tabs__link {
    background-color: #fafafa;
    border-radius: 5px;
    border: 1px solid #fafafa;
    padding: 6px 12px;
  }
  .c-tabs__link:hover {
    background-color: #e2f3ff;
    border-color: #e2f3ff;
  }
}
@media screen and (min-width: 768px) {
  .c-tabs {
    border-bottom: 1px solid #ddd;
  }
  .c-tabs__item:not(:last-child) {
    margin-right: 48px;
  }
  .c-tabs__item.is-active .c-tabs__link {
    border-bottom-color: #099dfd;
  }
  .c-tabs__link {
    position: relative;
    top: 1px;
    border-bottom: 3px solid transparent;
    padding: 6px 0;
  }
  .c-tabs__link:hover {
    color: currentcolor;
    border-color: #ddd;
    text-decoration: none;
  }
}
@media screen and (min-width: 1024px) {
  .c-tabs__wrapper {
    display: flex;
    align-items: flex-end;
    margin-top: 48px;
  }
  .c-tabs__wrapper .c-tabs__wrapper-tabs {
    flex: 1 1 auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 24px;
  }
  .c-tabs__wrapper .c-tabs__wrapper-button {
    flex: 0 0 auto;
  }
}
.u-sr-only,
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  white-space: nowrap;
}

.u-skip-link {
  color: currentColor;
  background-color: #fff;
  font-weight: 700;
  text-decoration: none;
  padding: 1rem;
  transition: 0s;
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
}
.u-skip-link:focus {
  left: 15px;
  top: 15px;
  clip: auto;
  width: auto;
  height: auto;
  z-index: 900;
}

.resize-animation-stopper * {
  animation: none !important;
  transition: none !important;
}

.u-flex {
  display: flex !important;
}

.u-justify-content-start {
  justify-content: flex-start !important;
}

.u-justify-content-center {
  justify-content: center !important;
}

.u-justify-content-end {
  justify-content: flex-end !important;
}

.u-justify-content-space-between {
  justify-content: space-between !important;
}

.u-justify-content-space-around {
  justify-content: space-around !important;
}

.u-align-items-start {
  align-items: flex-start !important;
}

.u-align-self-start {
  align-self: flex-start !important;
}

.u-align-items-center {
  align-items: center !important;
}

.u-align-self-center {
  align-self: center !important;
}

.u-align-items-end {
  align-items: flex-end !important;
}

.u-align-self-end {
  align-self: flex-end !important;
}

.u-hidden {
  display: none !important;
}

@media screen and (max-width: 479px) {
  .u-hidden-xs {
    display: none !important;
  }
}
@media screen and (min-width: 480px) and (max-width: 767px) {
  .u-hidden-sm {
    display: none !important;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .u-hidden-md {
    display: none !important;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1199px) {
  .u-hidden-lg {
    display: none !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-hidden-xl {
    display: none !important;
  }
}
@media screen and (min-width: 768px) {
  .u-hidden-desktop {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .u-hidden-mobile {
    display: none !important;
  }
}
.u-rounded {
  border-radius: 10px !important;
  overflow: hidden !important;
}

.u-margin-xs {
  margin: 6px !important;
}

.u-margin-top-xs {
  margin-top: 6px !important;
}

.u-margin-bottom-xs {
  margin-bottom: 6px !important;
}

.u-margin-sm {
  margin: 12px !important;
}

.u-margin-top-sm {
  margin-top: 12px !important;
}

.u-margin-bottom-sm {
  margin-bottom: 12px !important;
}

.u-margin-md {
  margin: 24px !important;
}

.u-margin-top-md {
  margin-top: 24px !important;
}

.u-margin-bottom-md {
  margin-bottom: 24px !important;
}

.u-margin-lg {
  margin: 48px !important;
}

.u-margin-top-lg {
  margin-top: 48px !important;
}

.u-margin-bottom-lg {
  margin-bottom: 48px !important;
}

.u-margin-xl {
  margin: 72px !important;
}

.u-margin-top-xl {
  margin-top: 72px !important;
}

.u-margin-bottom-xl {
  margin-bottom: 72px !important;
}

.u-padding-xs {
  padding: 6px !important;
}

.u-padding-top-xs {
  padding-top: 6px !important;
}

.u-padding-bottom-xs {
  padding-bottom: 6px !important;
}

.u-padding-sm {
  padding: 12px !important;
}

.u-padding-top-sm {
  padding-top: 12px !important;
}

.u-padding-bottom-sm {
  padding-bottom: 12px !important;
}

.u-padding-md {
  padding: 24px !important;
}

.u-padding-top-md {
  padding-top: 24px !important;
}

.u-padding-bottom-md {
  padding-bottom: 24px !important;
}

.u-padding-lg {
  padding: 48px !important;
}

.u-padding-top-lg {
  padding-top: 48px !important;
}

.u-padding-bottom-lg {
  padding-bottom: 48px !important;
}

.u-padding-xl {
  padding: 72px !important;
}

.u-padding-top-xl {
  padding-top: 72px !important;
}

.u-padding-bottom-xl {
  padding-bottom: 72px !important;
}

.u-no-margin {
  margin: 0 !important;
}

.u-no-margin-top {
  margin-top: 0 !important;
}

.u-no-margin-bottom {
  margin-bottom: 0 !important;
}

.u-no-padding {
  padding: 0 !important;
}

.u-no-padding-top {
  padding-top: 0 !important;
}

.u-no-padding-bottom {
  padding-bottom: 0 !important;
}

.u-margin-top-auto {
  margin-top: auto !important;
}

.u-text-left,
.has-text-align-left {
  text-align: left !important;
}

.u-text-right,
.has-text-align-right {
  text-align: right !important;
}

.u-text-center,
.has-text-align-center {
  text-align: center !important;
}

.u-no-wrap {
  white-space: nowrap !important;
}

.u-text-truncate {
  white-space: nowrap !important;
  overflow: hidden !important;
  text-overflow: ellipsis !important;
}

.u-text-small {
  font-size: 0.75rem !important;
}

.u-text-big {
  font-size: 1.75em !important;
}

.u-text-no-decoration {
  text-decoration: none !important;
}

.u-text-normal {
  font-weight: 300 !important;
}

.u-text-bold {
  font-weight: 700 !important;
}

.u-text-italic {
  font-style: italic !important;
}

.u-text-underline {
  text-decoration: underline !important;
}

.u-text-strikethrough {
  text-decoration: line-through !important;
}

.u-text-highlight {
  color: #fff !important;
  background-color: #2e53f5 !important;
}

.u-text-muted {
  color: #737373 !important;
}

.u-text-error {
  color: #e00 !important;
}

.u-text-success {
  color: #080 !important;
}

.u-text-ko {
  color: #fff !important;
}

.u-1of12 {
  width: 8.3333333333% !important;
}

.u-offset-1of12 {
  margin-left: 8.3333333333% !important;
}

.u-2of12 {
  width: 16.6666666667% !important;
}

.u-offset-2of12 {
  margin-left: 16.6666666667% !important;
}

.u-3of12 {
  width: 25% !important;
}

.u-offset-3of12 {
  margin-left: 25% !important;
}

.u-4of12 {
  width: 33.3333333333% !important;
}

.u-offset-4of12 {
  margin-left: 33.3333333333% !important;
}

.u-5of12 {
  width: 41.6666666667% !important;
}

.u-offset-5of12 {
  margin-left: 41.6666666667% !important;
}

.u-6of12 {
  width: 50% !important;
}

.u-offset-6of12 {
  margin-left: 50% !important;
}

.u-7of12 {
  width: 58.3333333333% !important;
}

.u-offset-7of12 {
  margin-left: 58.3333333333% !important;
}

.u-8of12 {
  width: 66.6666666667% !important;
}

.u-offset-8of12 {
  margin-left: 66.6666666667% !important;
}

.u-9of12 {
  width: 75% !important;
}

.u-offset-9of12 {
  margin-left: 75% !important;
}

.u-10of12 {
  width: 83.3333333333% !important;
}

.u-offset-10of12 {
  margin-left: 83.3333333333% !important;
}

.u-11of12 {
  width: 91.6666666667% !important;
}

.u-offset-11of12 {
  margin-left: 91.6666666667% !important;
}

.u-12of12 {
  width: 100% !important;
}

.u-offset-12of12 {
  margin-left: 100% !important;
}

@media screen and (min-width: 480px) {
  .u-1of12-sm {
    width: 8.3333333333% !important;
  }
  .u-offset-1of12-sm {
    margin-left: 8.3333333333% !important;
  }
  .u-2of12-sm {
    width: 16.6666666667% !important;
  }
  .u-offset-2of12-sm {
    margin-left: 16.6666666667% !important;
  }
  .u-3of12-sm {
    width: 25% !important;
  }
  .u-offset-3of12-sm {
    margin-left: 25% !important;
  }
  .u-4of12-sm {
    width: 33.3333333333% !important;
  }
  .u-offset-4of12-sm {
    margin-left: 33.3333333333% !important;
  }
  .u-5of12-sm {
    width: 41.6666666667% !important;
  }
  .u-offset-5of12-sm {
    margin-left: 41.6666666667% !important;
  }
  .u-6of12-sm {
    width: 50% !important;
  }
  .u-offset-6of12-sm {
    margin-left: 50% !important;
  }
  .u-7of12-sm {
    width: 58.3333333333% !important;
  }
  .u-offset-7of12-sm {
    margin-left: 58.3333333333% !important;
  }
  .u-8of12-sm {
    width: 66.6666666667% !important;
  }
  .u-offset-8of12-sm {
    margin-left: 66.6666666667% !important;
  }
  .u-9of12-sm {
    width: 75% !important;
  }
  .u-offset-9of12-sm {
    margin-left: 75% !important;
  }
  .u-10of12-sm {
    width: 83.3333333333% !important;
  }
  .u-offset-10of12-sm {
    margin-left: 83.3333333333% !important;
  }
  .u-11of12-sm {
    width: 91.6666666667% !important;
  }
  .u-offset-11of12-sm {
    margin-left: 91.6666666667% !important;
  }
  .u-12of12-sm {
    width: 100% !important;
  }
  .u-offset-12of12-sm {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 768px) {
  .u-1of12-md {
    width: 8.3333333333% !important;
  }
  .u-offset-1of12-md {
    margin-left: 8.3333333333% !important;
  }
  .u-2of12-md {
    width: 16.6666666667% !important;
  }
  .u-offset-2of12-md {
    margin-left: 16.6666666667% !important;
  }
  .u-3of12-md {
    width: 25% !important;
  }
  .u-offset-3of12-md {
    margin-left: 25% !important;
  }
  .u-4of12-md {
    width: 33.3333333333% !important;
  }
  .u-offset-4of12-md {
    margin-left: 33.3333333333% !important;
  }
  .u-5of12-md {
    width: 41.6666666667% !important;
  }
  .u-offset-5of12-md {
    margin-left: 41.6666666667% !important;
  }
  .u-6of12-md {
    width: 50% !important;
  }
  .u-offset-6of12-md {
    margin-left: 50% !important;
  }
  .u-7of12-md {
    width: 58.3333333333% !important;
  }
  .u-offset-7of12-md {
    margin-left: 58.3333333333% !important;
  }
  .u-8of12-md {
    width: 66.6666666667% !important;
  }
  .u-offset-8of12-md {
    margin-left: 66.6666666667% !important;
  }
  .u-9of12-md {
    width: 75% !important;
  }
  .u-offset-9of12-md {
    margin-left: 75% !important;
  }
  .u-10of12-md {
    width: 83.3333333333% !important;
  }
  .u-offset-10of12-md {
    margin-left: 83.3333333333% !important;
  }
  .u-11of12-md {
    width: 91.6666666667% !important;
  }
  .u-offset-11of12-md {
    margin-left: 91.6666666667% !important;
  }
  .u-12of12-md {
    width: 100% !important;
  }
  .u-offset-12of12-md {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1024px) {
  .u-1of12-lg {
    width: 8.3333333333% !important;
  }
  .u-offset-1of12-lg {
    margin-left: 8.3333333333% !important;
  }
  .u-2of12-lg {
    width: 16.6666666667% !important;
  }
  .u-offset-2of12-lg {
    margin-left: 16.6666666667% !important;
  }
  .u-3of12-lg {
    width: 25% !important;
  }
  .u-offset-3of12-lg {
    margin-left: 25% !important;
  }
  .u-4of12-lg {
    width: 33.3333333333% !important;
  }
  .u-offset-4of12-lg {
    margin-left: 33.3333333333% !important;
  }
  .u-5of12-lg {
    width: 41.6666666667% !important;
  }
  .u-offset-5of12-lg {
    margin-left: 41.6666666667% !important;
  }
  .u-6of12-lg {
    width: 50% !important;
  }
  .u-offset-6of12-lg {
    margin-left: 50% !important;
  }
  .u-7of12-lg {
    width: 58.3333333333% !important;
  }
  .u-offset-7of12-lg {
    margin-left: 58.3333333333% !important;
  }
  .u-8of12-lg {
    width: 66.6666666667% !important;
  }
  .u-offset-8of12-lg {
    margin-left: 66.6666666667% !important;
  }
  .u-9of12-lg {
    width: 75% !important;
  }
  .u-offset-9of12-lg {
    margin-left: 75% !important;
  }
  .u-10of12-lg {
    width: 83.3333333333% !important;
  }
  .u-offset-10of12-lg {
    margin-left: 83.3333333333% !important;
  }
  .u-11of12-lg {
    width: 91.6666666667% !important;
  }
  .u-offset-11of12-lg {
    margin-left: 91.6666666667% !important;
  }
  .u-12of12-lg {
    width: 100% !important;
  }
  .u-offset-12of12-lg {
    margin-left: 100% !important;
  }
}
@media screen and (min-width: 1200px) {
  .u-1of12-xl {
    width: 8.3333333333% !important;
  }
  .u-offset-1of12-xl {
    margin-left: 8.3333333333% !important;
  }
  .u-2of12-xl {
    width: 16.6666666667% !important;
  }
  .u-offset-2of12-xl {
    margin-left: 16.6666666667% !important;
  }
  .u-3of12-xl {
    width: 25% !important;
  }
  .u-offset-3of12-xl {
    margin-left: 25% !important;
  }
  .u-4of12-xl {
    width: 33.3333333333% !important;
  }
  .u-offset-4of12-xl {
    margin-left: 33.3333333333% !important;
  }
  .u-5of12-xl {
    width: 41.6666666667% !important;
  }
  .u-offset-5of12-xl {
    margin-left: 41.6666666667% !important;
  }
  .u-6of12-xl {
    width: 50% !important;
  }
  .u-offset-6of12-xl {
    margin-left: 50% !important;
  }
  .u-7of12-xl {
    width: 58.3333333333% !important;
  }
  .u-offset-7of12-xl {
    margin-left: 58.3333333333% !important;
  }
  .u-8of12-xl {
    width: 66.6666666667% !important;
  }
  .u-offset-8of12-xl {
    margin-left: 66.6666666667% !important;
  }
  .u-9of12-xl {
    width: 75% !important;
  }
  .u-offset-9of12-xl {
    margin-left: 75% !important;
  }
  .u-10of12-xl {
    width: 83.3333333333% !important;
  }
  .u-offset-10of12-xl {
    margin-left: 83.3333333333% !important;
  }
  .u-11of12-xl {
    width: 91.6666666667% !important;
  }
  .u-offset-11of12-xl {
    margin-left: 91.6666666667% !important;
  }
  .u-12of12-xl {
    width: 100% !important;
  }
  .u-offset-12of12-xl {
    margin-left: 100% !important;
  }
}
.u-reset-width {
  width: auto !important;
  max-width: none !important;
}

.u-full-height {
  height: 100% !important;
}

.wp-block-table.is-style-rounded table {
  border-spacing: 0;
  border-collapse: separate;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
}

.wp-block-table.is-style-rounded table td,
.wp-block-table.is-style-rounded table th {
  border: none;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 0.5em;
}

.wp-block-table.is-style-rounded table tbody tr:last-of-type td {
  border-bottom: none;
}

.wp-block-table.is-style-rounded table tr th {
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.wp-block-table.is-style-rounded table tbody tr td:first-of-type,
.wp-block-table.is-style-rounded table thead tr th:first-of-type {
  border-left: none;
}