/* These are the custom settings for the project, which will be used in the Block Editor default styles below */
/**
 * Responsive Styles
 */
/* Login */
/* Mobile Menu */
/* Additional base styles */
body {
  font-size: 1rem;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

main {
  position: relative;
  z-index: 1;
}

img {
  max-width: 100%;
}

/* Components */
.m-card-post {
  display: block;
  position: relative;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--m) calc(24px + var(--wp--preset--spacing--m) + var(--wp--preset--spacing--m)) var(--wp--preset--spacing--m);
  background-color: var(--wp--preset--color--light-background);
}
.m-card-post__category {
  display: block;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1.25rem;
  letter-spacing: 1px;
  font-weight: 700;
  margin-top: var(--wp--preset--spacing--m);
  color: var(--wp--preset--color--dark-cool-gray);
}
.m-card-post__excerpt {
  color: var(--wp--preset--color--black);
}
.m-card-post__image {
  aspect-ratio: 2/1;
  width: 100%;
  overflow: hidden;
  background: var(--wp--preset--color--dark-background);
}
.m-card-post__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.m-card-post__more {
  white-space: nowrap;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  width: fit-content;
  background-color: transparent;
  border-width: 0;
  color: var(--wp--preset--color--black);
  padding-top: 0;
  padding-right: 15px;
  padding-bottom: 0;
  padding-left: 0;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--base);
  line-height: 1.5;
  margin-top: var(--wp--preset--spacing--m);
}
.m-card-post__more::after {
  content: "";
  height: 1px;
  width: calc(100% - 15px);
  display: block;
  position: absolute;
  bottom: 2px;
  left: 0;
  background: -webkit-gradient(linear, left top, right top, from(var(--wp--preset--color--black)), color-stop(50%, var(--wp--preset--color--black)), color-stop(0, transparent));
  background: linear-gradient(90deg, var(--wp--preset--color--black), var(--wp--preset--color--black) 50%, transparent 0);
  background-position: 100%;
  background-size: 200% 1px;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}
.m-card-post__more::before {
  content: "";
  width: 7px;
  height: 12px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 7px;
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='11' viewBox='0 0 7 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.25 10.75C1.03906 10.75 0.851562 10.6797 0.710938 10.5391C0.40625 10.2578 0.40625 9.76562 0.710938 9.48438L4.67188 5.5L0.710938 1.53906C0.40625 1.25781 0.40625 0.765625 0.710938 0.484375C0.992188 0.179688 1.48438 0.179688 1.76562 0.484375L6.26562 4.98438C6.57031 5.26562 6.57031 5.75781 6.26562 6.03906L1.76562 10.5391C1.625 10.6797 1.4375 10.75 1.25 10.75Z' fill='%23011F3D'/%3E%3C/svg%3E");
}
.m-card-post__more:hover::after, .m-card-post__more:focus::after {
  background-position: 0;
}
.m-card-post__title {
  margin-top: var(--wp--preset--spacing--s);
  margin-bottom: 0;
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.3;
}
.m-card-post div.m-card-post__bottom {
  position: absolute;
  bottom: var(--wp--preset--spacing--m);
  left: var(--wp--preset--spacing--m);
}
.m-card-post div.m-card-post__bottom span {
  display: inline-block;
}
.m-card-post div.m-card-post__bottom .m-card-post__author {
  font-weight: 700;
  color: var(--wp--preset--color--black);
  margin-right: var(--wp--preset--spacing--s);
}
.m-card-post div.m-card-post__bottom .m-card-post__time {
  text-transform: uppercase;
  font-weight: 700;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1.25rem;
  color: var(--wp--preset--color--dark-cool-gray);
}
@media screen and (max-width: 767px) {
  .m-card-post .m-card-post__title {
    font-size: var(--wp--preset--font-size--standard);
  }
}

.m-menu {
  list-style: none;
  padding-left: 0;
}

.m-menu__submenu {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 100%;
  left: 0;
  list-style: none;
  background-color: #fff;
  padding: 1em;
}

.m-menu--main-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-menu--main-menu > .menu-item {
  position: relative;
}
.m-menu--main-menu > .menu-item > a:hover, .m-menu--main-menu > .menu-item > a:focus, .m-menu--main-menu > .menu-item > a[aria-expanded=true] {
  background-color: var(--wp--preset--color--light-background);
}
.m-menu--main-menu > .menu-item > a:hover::after, .m-menu--main-menu > .menu-item > a:focus::after, .m-menu--main-menu > .menu-item > a[aria-expanded=true]::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-menu--main-menu > .menu-item.mega-disabled {
  pointer-events: none;
}
.m-menu--main-menu > .menu-item > a {
  display: inline-block;
  padding: var(--wp--preset--spacing--xxs) 2em var(--wp--preset--spacing--xxs) 1em;
  font-weight: 700;
  color: var(--wp--preset--color--black);
}
.m-menu--main-menu > .menu-item > a::after {
  content: "";
  display: block;
  position: absolute;
  right: 1rem;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(0);
          transform: translateY(-50%) rotate(0);
  background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 6.25C6.03906 6.25 5.85156 6.17969 5.71094 6.03906L1.21094 1.53906C0.90625 1.25781 0.90625 0.765625 1.21094 0.484375C1.49219 0.179688 1.98438 0.179688 2.26562 0.484375L6.25 4.44531L10.2109 0.484375C10.4922 0.179688 10.9844 0.179688 11.2656 0.484375C11.5703 0.765625 11.5703 1.25781 11.2656 1.53906L6.76562 6.03906C6.625 6.17969 6.4375 6.25 6.25 6.25Z" fill="%23011F3D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 11px;
  height: 20px;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}
.m-menu--main-menu > .m-menu__right {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--s);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.m-menu--main-menu > .m-menu__right .m-menu-cta {
  font-weight: 700;
  display: block;
  padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--m);
  border: 2px solid var(--wp--preset--color--teal);
  color: var(--wp--preset--color--black);
}
@media screen and (min-width: 833px) and (max-width: 972px) {
  .m-menu--main-menu > .m-menu__right .m-menu-cta:first-of-type {
    display: none;
  }
}
.m-menu--main-menu > .m-menu__right .m-menu-cta:hover, .m-menu--main-menu > .m-menu__right .m-menu-cta:focus {
  background-color: #034D58;
  border-color: #034D58;
  color: var(--wp--preset--color--white);
}
.m-menu--main-menu > .m-menu__right .m-menu-cta:last-child {
  border-color: var(--wp--preset--color--purple);
  background-color: var(--wp--preset--color--purple);
  color: var(--wp--preset--color--white);
}
.m-menu--main-menu > .m-menu__right .m-menu-cta:last-child:hover, .m-menu--main-menu > .m-menu__right .m-menu-cta:last-child:focus {
  background-color: var(--wp--preset--color--dark-purple);
  border-color: var(--wp--preset--color--dark-purple);
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
  border: 0;
  /* &::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 6.25C6.03906 6.25 5.85156 6.17969 5.71094 6.03906L1.21094 1.53906C0.90625 1.25781 0.90625 0.765625 1.21094 0.484375C1.49219 0.179688 1.98438 0.179688 2.26562 0.484375L6.25 4.44531L10.2109 0.484375C10.4922 0.179688 10.9844 0.179688 11.2656 0.484375C11.5703 0.765625 11.5703 1.25781 11.2656 1.53906L6.76562 6.03906C6.625 6.17969 6.4375 6.25 6.25 6.25Z" fill="%23011F3D"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 11px;
    height: 20px;
    transition: all 0.19s ease-in;
  } */
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher:hover {
  cursor: pointer;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher:hover::after, .m-menu--main-menu > .m-menu__right .trp-language-switcher:focus::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 9px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0.75C18.1875 0.75 23.2031 5.8125 23.2031 12C23.2031 18.2344 18.1875 23.25 12 23.25C5.76562 23.25 0.75 18.2344 0.75 12C0.75 5.8125 5.76562 0.75 12 0.75ZM21.75 12C21.75 10.9688 21.5625 9.98438 21.2344 9H17.7656C17.9062 9.98438 18 10.9688 18 12C18 13.0781 17.9062 14.0625 17.7656 15H21.2344C21.5625 14.0625 21.75 13.0781 21.75 12ZM12 21.75C13.5 21.75 15.0938 19.7344 15.8906 16.5H8.01562C8.85938 19.7344 10.4531 21.75 12 21.75ZM7.6875 15H16.2656C16.4062 14.1094 16.5 13.0781 16.5 12C16.5 10.9688 16.4062 9.9375 16.2656 9H7.6875C7.54688 9.9375 7.5 10.9688 7.5 12C7.5 13.0781 7.54688 14.1094 7.6875 15ZM2.25 12C2.25 13.0781 2.39062 14.0625 2.71875 15H6.1875C6.04688 14.0625 5.95312 13.0781 5.95312 12C5.95312 10.9688 6.04688 9.98438 6.1875 9H2.71875C2.39062 9.98438 2.25 10.9688 2.25 12ZM12 2.25C10.4531 2.25 8.85938 4.3125 8.01562 7.5H15.9375C15.0938 4.3125 13.5 2.25 12 2.25ZM20.625 7.5C19.5469 5.4375 17.7188 3.79688 15.5156 2.95312C16.3594 4.125 17.0625 5.67188 17.4844 7.5H20.625ZM8.4375 2.95312C6.23438 3.79688 4.40625 5.4375 3.32812 7.5H6.46875C6.89062 5.67188 7.59375 4.125 8.4375 2.95312ZM3.32812 16.5C4.40625 18.6094 6.23438 20.25 8.4375 21.0938C7.59375 19.9219 6.89062 18.375 6.46875 16.5H3.32812ZM15.5156 21.0938C17.7188 20.25 19.5469 18.6094 20.625 16.5H17.4844C17.0625 18.375 16.3594 19.9219 15.5156 21.0938Z" fill="%23011F3D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher:hover .trp-ls-shortcode-current-language, .m-menu--main-menu > .m-menu__right .trp-language-switcher:focus .trp-ls-shortcode-current-language {
  visibility: visible;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-switcher-dropdown-list {
  padding-top: var(--wp--preset--spacing--xs);
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div {
  border: 0;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0;
  background-image: none;
  border-radius: 0;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a {
  padding: 0;
  font-weight: 700;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a.trp-language-item__current .trp-language-item-name {
  font-weight: 700;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a.trp-language-item__current .trp-language-item-name:hover, .m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a.trp-language-item__current .trp-language-item-name:focus {
  color: var(--wp--preset--color--black);
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a span {
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a:hover, .m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a:focus {
  background-color: transparent;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a:hover span, .m-menu--main-menu > .m-menu__right .trp-language-switcher > div > a:focus span {
  color: var(--wp--preset--color--cool-gray);
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-ls-shortcode-language {
  width: 100% !important;
  top: 100%;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.23);
          box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.23);
  background-color: var(--wp--preset--color--white);
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-ls-shortcode-language a {
  padding: 0 19px 0 32px;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-ls-shortcode-language a:hover, .m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-ls-shortcode-language a:focus {
  opacity: 0.65;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-ls-shortcode-language:hover {
  cursor: default;
}
.m-menu--main-menu > .m-menu__right .trp-language-switcher .trp-ls-shortcode-language .trp-ls-disabled-language {
  display: none;
}
.m-menu--main-menu > .m-menu__right .trp-shortcode-switcher__wrapper {
  margin-top: 5px;
}
.m-menu--main-menu > .m-menu__right .trp-shortcode-switcher .trp-shortcode-arrow {
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  margin-left: var(--wp--preset--spacing--xxs);
}

.m-skip-navigation {
  position: absolute;
  left: 0;
  top: 0;
}
.m-skip-navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.m-skip-navigation li {
  padding: 0;
  margin: 0;
}

.m-skip-navigation__link {
  display: inline-block;
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  background-color: #00ccff;
  border-radius: 2px;
  padding: 4px 10px;
}
.m-skip-navigation__link:focus {
  opacity: 1;
  pointer-events: all;
}

input[type=search].m-search-form__input {
  vertical-align: top;
}

.m-search-form--mobile .m-search-form__input {
  width: 100%;
  margin: 0 0 8px;
}
.m-search-form--mobile .m-search-form__submit:not(:hover):not(:active):not(.has-background) {
  width: 100%;
}
.m-search-form--mobile .m-search-form__submit:hover, .m-search-form--mobile .m-search-form__submit:focus, .m-search-form--mobile .m-search-form__submit:active {
  width: 100%;
}

.sag-footer {
  background-color: var(--wp--preset--color--black);
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--l);
}
.sag-footer__disclaimer {
  opacity: 0.6;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1.42857;
  padding-top: var(--wp--preset--spacing--s);
  border-top: 1px solid var(--wp--preset--color--dark-background);
}
.sag-footer__inner {
  margin: 0 auto;
  max-width: 1296px;
  color: var(--wp--preset--color--white);
}
.sag-footer__inner a {
  opacity: 1;
  -webkit-transition: opacity 0.19s ease-in;
  transition: opacity 0.19s ease-in;
  color: var(--wp--preset--color--white);
}
.sag-footer__inner a:hover, .sag-footer__inner a:focus {
  opacity: 0.65;
}
.sag-footer__logo {
  display: block;
  max-width: 178px;
  margin-bottom: var(--wp--preset--spacing--xxl);
}
.sag-footer__lower {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--l);
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: var(--wp--preset--spacing--l);
  margin-bottom: var(--wp--preset--spacing--s);
}
.sag-footer__lower-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--l);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sag-footer__lower-left p {
  white-space: nowrap;
}
.sag-footer__lower-left p, .sag-footer__lower-left a {
  opacity: 0.6;
  font-size: var(--wp--preset--font-size--x-small);
  line-height: 1.42857;
  margin: 0;
  padding: 0;
  display: block;
}
.sag-footer__lower-left a:hover, .sag-footer__lower-left a:focus {
  opacity: 1;
}
.sag-footer__lower-left .m-menu--footer-utility {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
  gap: var(--wp--preset--spacing--s);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sag-footer__lower-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--s);
}
.sag-footer__lower-right a {
  display: block;
}
.sag-footer__lower-right a img {
  display: block;
}
.sag-footer__menu {
  margin-bottom: var(--wp--preset--spacing--xxl);
}
.sag-footer__menu .m-menu--footer-menu {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  gap: var(--wp--preset--spacing--l);
  width: 100%;
  margin: 0;
  padding: 0;
}
.sag-footer__menu .m-menu--footer-menu > li > a {
  pointer-events: none;
  font-weight: 700;
  display: block;
  margin-bottom: var(--wp--preset--spacing--xs);
}
.sag-footer__menu .m-menu--footer-menu .m-menu__submenu {
  opacity: 1;
  pointer-events: all;
  position: relative;
  top: auto;
  left: 0;
  list-style: none;
  background-color: transparent;
  padding: var(--wp--preset--spacing--s) 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--xs);
}
.sag-footer__menu .m-menu--footer-menu .m-menu__submenu a {
  display: block;
}
.sag-footer__menu .m-menu--footer-menu .m-menu__submenu a[target=_blank] {
  padding-right: 22px;
  position: relative;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.sag-footer__menu .m-menu--footer-menu .m-menu__submenu a[target=_blank]::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640' fill='white'%3E%3Cpath d='M384 64C366.3 64 352 78.3 352 96C352 113.7 366.3 128 384 128L466.7 128L265.3 329.4C252.8 341.9 252.8 362.2 265.3 374.7C277.8 387.2 298.1 387.2 310.6 374.7L512 173.3L512 256C512 273.7 526.3 288 544 288C561.7 288 576 273.7 576 256L576 96C576 78.3 561.7 64 544 64L384 64zM144 160C99.8 160 64 195.8 64 240L64 496C64 540.2 99.8 576 144 576L400 576C444.2 576 480 540.2 480 496L480 416C480 398.3 465.7 384 448 384C430.3 384 416 398.3 416 416L416 496C416 504.8 408.8 512 400 512L144 512C135.2 512 128 504.8 128 496L128 240C128 231.2 135.2 224 144 224L224 224C241.7 224 256 209.7 256 192C256 174.3 241.7 160 224 160L144 160z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
@media only screen and (max-width: 1115px) {
  .sag-footer .sag-footer__lower {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sag-footer .sag-footer__lower-left {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .sag-footer .sag-footer__lower-right {
    width: 100%;
  }
}
@media only screen and (max-width: 832px) {
  .sag-footer .sag-footer__logo {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
  .sag-footer .sag-footer__menu {
    margin-bottom: var(--wp--preset--spacing--xl);
  }
  .sag-footer .sag-footer__menu .m-menu--footer-menu {
    grid-template-columns: repeat(auto-fit, minmax(227px, 1fr));
    grid-auto-columns: unset;
    grid-auto-flow: row;
  }
}
@media only screen and (max-width: 599px) {
  .sag-footer {
    padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--s);
  }
  .sag-footer .sag-footer__lower-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .sag-footer .sag-footer__lower-left .m-menu--footer-utility {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.o-header {
  position: relative;
  z-index: 2;
  border-bottom: 1px solid var(--wp--preset--color--light-background);
}
.o-header::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -1px;
  width: 100%;
  height: 1px;
  background: var(--wp--preset--color--light-background);
}

.o-header__logo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.o-header__logo-link {
  display: block;
  overflow: hidden;
}
.o-header__logo-link img {
  width: 142px;
  height: auto;
  display: block;
}
.o-header__logo-link img.logo-tablet {
  display: none;
  width: 26px;
}
@media only screen and (max-width: 1115px) {
  .o-header__logo-link img {
    display: none;
  }
  .o-header__logo-link img.logo-tablet {
    display: block;
  }
}
@media only screen and (max-width: 832px) {
  .o-header__logo-link img {
    display: block;
  }
  .o-header__logo-link img.logo-tablet {
    display: none;
  }
}

.o-header__menu-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-header__main-menu-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 1440px;
  padding-left: var(--wp--preset--spacing--l);
  padding-right: var(--wp--preset--spacing--l);
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  gap: var(--wp--preset--spacing--l);
  height: 104px;
}
@media only screen and (max-width: 832px) {
  .o-header__main-menu-group {
    padding-left: var(--wp--preset--spacing--s);
    padding-right: var(--wp--preset--spacing--s);
    height: 64px;
  }
}
.o-header__main-menu-group > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  gap: var(--wp--preset--spacing--s);
  height: 100%;
}
.o-header__main-menu-group .m-menu--main-menu {
  display: none;
  height: 100%;
  margin: 0;
  padding: 0;
}
@media (min-width: 833px) {
  .o-header__main-menu-group .m-menu--main-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .o-header__main-menu-group .m-menu--main-menu > li {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media only screen and (max-width: 1115px) {
  .o-header__main-menu-group {
    gap: var(--wp--preset--spacing--s);
  }
}
@media (min-width: 833px) {
  .o-header__main-menu-group {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 832px) {
  html {
    margin-top: 0 !important;
  }
  html #wpadminbar {
    display: none !important;
  }
}
.mega-menu {
  position: absolute;
  top: 100%;
  background: white;
  width: 100vw;
  max-width: 996px;
  padding: var(--wp--preset--spacing--l) 0;
  -webkit-box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.23);
          box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.23);
  border-top: 1px solid var(--wp--preset--color--light-background);
}
@media only screen and (max-width: 832px) {
  .mega-menu {
    position: relative;
    top: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
    border-top: 0;
    padding: var(--wp--preset--spacing--s) 0;
  }
  .mega-menu::before {
    display: none;
  }
  .mega-menu .mega-menu__inner {
    padding: 0 var(--wp--preset--spacing--s);
  }
  .mega-menu .mega-menu__inner .mega-menu__column {
    gap: var(--wp--preset--spacing--s);
  }
  .mega-menu .mega-menu__inner .mega-menu__column .mega-menu__group ul span {
    padding: 0;
  }
  .mega-menu .mega-menu__inner .mega-menu__column .mega-menu__group ul .mega-menu__title {
    font-size: var(--wp--preset--font-size--base);
    line-height: 1.5;
  }
}
.mega-menu__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: var(--wp--preset--spacing--m);
}
.mega-menu__group h6 {
  margin-top: 0;
  margin-bottom: var(--wp--preset--spacing--s);
  color: var(--wp--preset--color--dark-cool-gray);
}
.mega-menu__group h6:empty {
  margin-bottom: 0;
}
.mega-menu__group ul {
  padding: 0;
  list-style-type: none;
}
.mega-menu__group ul li {
  border: 1px solid var(--wp--preset--color--light-background);
  margin-bottom: var(--wp--preset--spacing--s);
}
.mega-menu__group ul li:last-child {
  margin-bottom: 0;
}
.mega-menu__group ul li > a {
  padding: var(--wp--preset--spacing--m);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--s);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.mega-menu__group ul li > a .mega-menu__description {
  margin: 0;
  line-height: 1.42857;
  font-size: var(--wp--preset--font-size--x-small);
  color: var(--wp--preset--color--dark-cool-gray);
}
.mega-menu__group ul li > a .mega-menu__icon {
  width: 24px;
  height: auto;
}
.mega-menu__group ul li > a .mega-menu__title {
  font-weight: 700;
  color: var(--wp--preset--color--black);
}
.mega-menu__group ul li > a:hover, .mega-menu__group ul li > a:focus {
  background-color: var(--wp--preset--color--light-background);
}
.mega-menu__group ul li > a:hover .mega-menu__description, .mega-menu__group ul li > a:focus .mega-menu__description {
  color: var(--wp--preset--color--dark-cool-gray);
}
.mega-menu__inner {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(296px, 1fr));
  gap: var(--wp--preset--spacing--s);
  padding: 0 var(--wp--preset--spacing--l);
}
.mega-menu::before {
  content: "";
  background: white;
  position: absolute;
  width: 100%;
  top: -14px;
  left: 0;
  height: 13px;
}

.mega-menu-animated {
  /* Set up transition for smooth animation */
  -webkit-transition: opacity 0.19s ease-in;
  transition: opacity 0.19s ease-in;
  /* Ensure it's positioned correctly */
  z-index: 999;
}

.mega-menu-closed {
  /* Hidden state - still in DOM but invisible and non-interactive */
  opacity: 0;
  pointer-events: none;
}

.mega-menu-open {
  /* Visible state */
  opacity: 1;
  pointer-events: auto;
}

@media (min-width: 390px) {
  body.no-scroll {
    overflow: hidden;
  }
}

.o-mobile-menu {
  background-color: #ffffff;
}
.o-mobile-menu + * {
  position: relative;
  z-index: 1;
}
.o-mobile-menu a,
.o-mobile-menu span:not(.a-button) {
  display: block;
  padding: 10px 32px;
  font-size: 18px;
  line-height: 1.4;
  color: var(--wp--preset--color--black);
}
.o-mobile-menu ul {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.o-mobile-menu .logo-container {
  padding: 32px 32px;
}
.o-mobile-menu .search-container {
  padding: 32px;
  border-top: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  margin-bottom: 1em;
}
.o-mobile-menu .menu-item {
  font-size: 2rem;
  padding-top: 0;
}
.o-mobile-menu .menu-item i {
  color: #28303d;
  font-size: 1rem;
  vertical-align: baseline;
}
.o-mobile-menu .menu-item a,
.o-mobile-menu .menu-item span:not(.a-button) {
  text-decoration: none;
  color: #28303d;
}
.o-mobile-menu .menu-item .menu__overview-link {
  border-bottom: 1px solid #999999;
  margin-bottom: 1em;
}
.o-mobile-menu .menu-item .menu__label {
  pointer-events: none;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #28303d;
  margin-top: 32px;
}
.o-mobile-menu .current_page_ancestor > a, .o-mobile-menu .current_page_ancestor > span:not(.a-button),
.o-mobile-menu .current_page_parent > a,
.o-mobile-menu .current_page_parent > span:not(.a-button),
.o-mobile-menu .current_page_item > a,
.o-mobile-menu .current_page_item > span:not(.a-button),
.o-mobile-menu .current-menu-ancestor > a,
.o-mobile-menu .current-menu-ancestor > span:not(.a-button),
.o-mobile-menu .current-menu-parent > a,
.o-mobile-menu .current-menu-parent > span:not(.a-button),
.o-mobile-menu .current-menu-item > a,
.o-mobile-menu .current-menu-item > span:not(.a-button) {
  background-color: rgba(0, 204, 255, 0.1);
}
.o-mobile-menu .menu__level-heading {
  padding: 8px 32px;
  font-weight: 400;
  font-size: 20px;
}
.o-mobile-menu .menu__header {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  margin: 0 0 48px 0;
}
.o-mobile-menu .menu__close {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
.o-mobile-menu .menu__back {
  cursor: pointer;
  padding-left: 32px;
  background-color: #ffffff;
  margin-bottom: 1em;
  border-bottom: 1px solid #cccccc;
}
@media (min-width: 833px) {
  .o-mobile-menu {
    display: none;
  }
}

.push {
  position: relative;
  z-index: 1;
  overflow: hidden;
  overflow-y: auto;
}

.push--active {
  overflow-y: hidden;
}
@media (min-width: 833px) {
  .push--active {
    overflow-y: auto;
  }
}

.push__content::after {
  display: block;
  position: absolute;
  top: 64px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3;
  content: "";
  background-color: #ffffff;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.push--active .push__content::after {
  opacity: 0.8;
  pointer-events: auto;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
@media (min-width: 833px) {
  .push--active .push__content::after {
    display: none;
  }
}

.push__menu {
  position: fixed;
  top: 64px;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100vw);
          transform: translateX(100vw);
  width: 100vw;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
  height: auto;
}
.admin-bar .push__menu {
  top: 64px;
}
.push--active .push__menu {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.1);
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}

.push__level {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  width: 100%;
  padding: 0;
  background-color: #ffffff;
  overflow: hidden;
  -webkit-transition: -webkit-transform;
  transition: -webkit-transform;
  transition: transform;
  transition: transform, -webkit-transform;
  -webkit-transition-duration: 0.2s;
          transition-duration: 0.2s;
}
.push__level-inner {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.push__level-inner > .menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  min-height: calc(100vh - 64px);
  margin-bottom: 0;
}
.push__level-inner > .menu__list > .menu-item {
  border-bottom: 1px solid var(--wp--preset--color--light-background);
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.push__level-inner > .menu__list > .menu-item.has-mega-menu {
  position: relative;
}
.push__level-inner > .menu__list > .menu-item.has-mega-menu > a::after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 1rem;
  top: 25px;
  -webkit-transform: rotate(0);
          transform: rotate(0);
  background-image: url('data:image/svg+xml,<svg width="16" height="9" viewBox="0 0 16 9" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8 9C7.71875 9 7.46875 8.90625 7.28125 8.71875L1.28125 2.71875C0.875 2.34375 0.875 1.6875 1.28125 1.3125C1.65625 0.90625 2.3125 0.90625 2.6875 1.3125L8 6.59375L13.2812 1.3125C13.6562 0.90625 14.3125 0.90625 14.6875 1.3125C15.0938 1.6875 15.0938 2.34375 14.6875 2.71875L8.6875 8.71875C8.5 8.90625 8.25 9 8 9Z" fill="%23011F3D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 14px;
  height: 24px;
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}
.push__level-inner > .menu__list > .menu-item.has-mega-menu.dropdown-open > a {
  background-color: var(--wp--preset--color--light-background);
}
.push__level-inner > .menu__list > .menu-item.has-mega-menu.dropdown-open > a::after {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.push__level-inner > .menu__list > .menu-item > a {
  font-weight: 700;
  font-size: var(--wp--preset--font-size--regular);
  line-height: 1.3;
  padding: var(--wp--preset--spacing--m) var(--wp--preset--spacing--s);
}
.push__level-inner > .menu__list .m-menu__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: var(--wp--preset--spacing--xl) var(--wp--preset--spacing--s) var(--wp--preset--spacing--m) var(--wp--preset--spacing--s);
}
.push__level-inner > .menu__list .m-menu__right .mobile-ctas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: var(--wp--preset--spacing--s);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 5px;
}
.push__level-inner > .menu__list .m-menu__right .m-menu-cta {
  font-weight: 700;
  display: inline-block;
  padding: var(--wp--preset--spacing--s) var(--wp--preset--spacing--m);
  border: 2px solid var(--wp--preset--color--teal);
  color: var(--wp--preset--color--black);
  white-space: nowrap;
}
.push__level-inner > .menu__list .m-menu__right .m-menu-cta:hover, .push__level-inner > .menu__list .m-menu__right .m-menu-cta:focus {
  background-color: #034D58;
  border-color: #034D58;
  color: var(--wp--preset--color--white);
}
.push__level-inner > .menu__list .m-menu__right .m-menu-cta:last-child {
  border-color: var(--wp--preset--color--purple);
  background-color: var(--wp--preset--color--purple);
  color: var(--wp--preset--color--white);
}
.push__level-inner > .menu__list .m-menu__right .m-menu-cta:last-child:hover, .push__level-inner > .menu__list .m-menu__right .m-menu-cta:last-child:focus {
  background-color: var(--wp--preset--color--dark-purple);
  border-color: var(--wp--preset--color--dark-purple);
}
.push__level-inner > .menu__list .m-menu__right .trp_language_switcher_shortcode {
  margin-bottom: var(--wp--preset--spacing--m);
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher {
  height: auto;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 32px;
  border: 0;
  /* &::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%) rotate(0);
    background-image: url('data:image/svg+xml,<svg width="12" height="7" viewBox="0 0 12 7" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.25 6.25C6.03906 6.25 5.85156 6.17969 5.71094 6.03906L1.21094 1.53906C0.90625 1.25781 0.90625 0.765625 1.21094 0.484375C1.49219 0.179688 1.98438 0.179688 2.26562 0.484375L6.25 4.44531L10.2109 0.484375C10.4922 0.179688 10.9844 0.179688 11.2656 0.484375C11.5703 0.765625 11.5703 1.25781 11.2656 1.53906L6.76562 6.03906C6.625 6.17969 6.4375 6.25 6.25 6.25Z" fill="%23011F3D"/></svg>');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 11px;
    height: 20px;
    transition: all 0.19s ease-in;
  } */
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher:hover {
  cursor: pointer;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher:hover::after, .push__level-inner > .menu__list .m-menu__right .trp-language-switcher:focus::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher::before {
  content: "";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 21px;
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12 0.75C18.1875 0.75 23.2031 5.8125 23.2031 12C23.2031 18.2344 18.1875 23.25 12 23.25C5.76562 23.25 0.75 18.2344 0.75 12C0.75 5.8125 5.76562 0.75 12 0.75ZM21.75 12C21.75 10.9688 21.5625 9.98438 21.2344 9H17.7656C17.9062 9.98438 18 10.9688 18 12C18 13.0781 17.9062 14.0625 17.7656 15H21.2344C21.5625 14.0625 21.75 13.0781 21.75 12ZM12 21.75C13.5 21.75 15.0938 19.7344 15.8906 16.5H8.01562C8.85938 19.7344 10.4531 21.75 12 21.75ZM7.6875 15H16.2656C16.4062 14.1094 16.5 13.0781 16.5 12C16.5 10.9688 16.4062 9.9375 16.2656 9H7.6875C7.54688 9.9375 7.5 10.9688 7.5 12C7.5 13.0781 7.54688 14.1094 7.6875 15ZM2.25 12C2.25 13.0781 2.39062 14.0625 2.71875 15H6.1875C6.04688 14.0625 5.95312 13.0781 5.95312 12C5.95312 10.9688 6.04688 9.98438 6.1875 9H2.71875C2.39062 9.98438 2.25 10.9688 2.25 12ZM12 2.25C10.4531 2.25 8.85938 4.3125 8.01562 7.5H15.9375C15.0938 4.3125 13.5 2.25 12 2.25ZM20.625 7.5C19.5469 5.4375 17.7188 3.79688 15.5156 2.95312C16.3594 4.125 17.0625 5.67188 17.4844 7.5H20.625ZM8.4375 2.95312C6.23438 3.79688 4.40625 5.4375 3.32812 7.5H6.46875C6.89062 5.67188 7.59375 4.125 8.4375 2.95312ZM3.32812 16.5C4.40625 18.6094 6.23438 20.25 8.4375 21.0938C7.59375 19.9219 6.89062 18.375 6.46875 16.5H3.32812ZM15.5156 21.0938C17.7188 20.25 19.5469 18.6094 20.625 16.5H17.4844C17.0625 18.375 16.3594 19.9219 15.5156 21.0938Z" fill="%23011F3D"/></svg>');
  background-repeat: no-repeat;
  background-size: contain;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher:hover .trp-ls-shortcode-current-language, .push__level-inner > .menu__list .m-menu__right .trp-language-switcher:focus .trp-ls-shortcode-current-language {
  visibility: visible;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-switcher-dropdown-list {
  padding-top: var(--wp--preset--spacing--xs);
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div {
  border: 0;
  width: -webkit-fit-content !important;
  width: -moz-fit-content !important;
  width: fit-content !important;
  padding: 0;
  background-image: none;
  border-radius: 0;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a {
  padding: 0;
  font-weight: 700;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a.trp-language-item__current .trp-language-item-name {
  font-weight: 700;
  padding-left: 4px;
  padding-right: 4px;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a.trp-language-item__current .trp-language-item-name:hover, .push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a.trp-language-item__current .trp-language-item-name:focus {
  color: var(--wp--preset--color--black);
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a span {
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a:hover, .push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a:focus {
  background-color: transparent;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a:hover span, .push__level-inner > .menu__list .m-menu__right .trp-language-switcher > div > a:focus span {
  color: var(--wp--preset--color--cool-gray);
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-ls-shortcode-language {
  width: 100% !important;
  top: 100%;
  padding: 13px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.23);
          box-shadow: 0 6px 18px -4px rgba(0, 0, 0, 0.23);
  background-color: var(--wp--preset--color--white);
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-ls-shortcode-language a {
  padding: 0 19px 0 32px;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-ls-shortcode-language a:hover, .push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-ls-shortcode-language a:focus {
  opacity: 0.65;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-ls-shortcode-language:hover {
  cursor: default;
}
.push__level-inner > .menu__list .m-menu__right .trp-language-switcher .trp-ls-shortcode-language .trp-ls-disabled-language {
  display: none;
}
.push__level-inner > .menu__list .m-menu__right .trp-shortcode-switcher__wrapper {
  margin-top: 5px;
}
.push__level-inner > .menu__list .m-menu__right .trp-shortcode-switcher .trp-shortcode-arrow {
  -webkit-transition: all 0.19s ease-in;
  transition: all 0.19s ease-in;
  margin-left: var(--wp--preset--spacing--xxs);
}

.push__level--top {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  /** IE10/11 specific */
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .push__level--top {
    -webkit-transform: translateX(100%);
            transform: translateX(100%);
  }
}

.push__level--active {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

.push__level--current .push__level-inner {
  overflow-y: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.menu-toggle {
  position: relative;
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
.menu-toggle-icon {
  position: relative;
  width: 24px;
  height: 20px;
}
.menu-toggle-icon span {
  display: block;
  position: absolute;
  width: 24px;
  /* Fixed width of 24px for hamburger bars */
  height: 3px;
  background: var(--wp--preset--color--purple);
  border-radius: 2px;
  -webkit-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-transform-origin: center;
          transform-origin: center;
}
.menu-toggle-icon span:nth-child(1) {
  top: 0;
}
.menu-toggle-icon span:nth-child(2) {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.menu-toggle-icon span:nth-child(3) {
  bottom: 0;
}
.menu-toggle.is-open .menu-toggle-icon span:nth-child(1) {
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.menu-toggle.is-open .menu-toggle-icon span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateY(-50%) scale(0);
          transform: translateY(-50%) scale(0);
}
.menu-toggle.is-open .menu-toggle-icon span:nth-child(3) {
  bottom: 50%;
  -webkit-transform: translateY(50%) rotate(-45deg);
          transform: translateY(50%) rotate(-45deg);
}

.menu-toggle-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media (min-width: 833px) {
  .menu-toggle-container {
    display: none;
  }
}

.o-menu--main,
.o-menu--utility {
  display: none;
}

@media (min-width: 833px) {
  .menu-toggle,
.o-mobile-menu {
    display: none;
  }

  .o-menu--main,
.o-menu--utility {
    display: block;
  }
}
.o-mobile-menu__logo {
  background-image: url("../images/logo.svg");
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 1000%;
  text-decoration: none;
  height: 50px;
}

.sag-super-hero.wp-block-cover {
  text-align: left;
  padding: var(--wp--preset--spacing--l) var(--wp--preset--spacing--m);
}
.sag-super-hero.wp-block-cover .wp-block-cover__inner-container {
  max-width: 1296px;
  min-height: 428px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sag-super-hero.wp-block-cover .wp-block-cover__inner-container > .wp-block-group {
  width: 100%;
  max-width: 720px;
}
.sag-super-hero.wp-block-cover.no-overlay .wp-block-cover__background {
  opacity: 0;
}
.sag-super-hero-img.wp-block-cover .wp-block-cover__inner-container > .wp-block-group {
  max-width: none;
}
.sag-super-hero-img.wp-block-cover .wp-block-cover__inner-container > .wp-block-group > figure {
  max-height: 428px;
  max-width: 428px;
}
.sag-super-hero-img.wp-block-cover .wp-block-cover__inner-container > .wp-block-group > figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.sag-super-hero h6 {
  color: var(--wp--preset--color--black);
}
.sag-super-hero-dark h6 {
  color: var(--wp--preset--color--white);
}
@media only screen and (max-width: 599px) {
  .sag-super-hero.wp-block-cover .wp-block-cover__inner-container {
    min-height: 0;
  }
  .sag-super-hero .wp-block-group {
    width: 100%;
  }
  .sag-super-hero .wp-block-group .wp-block-buttons {
    width: 100%;
    gap: var(--wp--preset--spacing--s);
  }
  .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button:nth-child(2) a {
    margin-top: 0;
  }
  .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button:not(.is-style-no-border) {
    display: block;
    width: 100%;
  }
  .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-no-border, .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-dark-bg-no-border {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
  }
  .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-no-border a, .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-dark-bg-no-border a {
    margin-top: 0;
    display: inline-block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-transparent-button a {
    background-color: var(--wp--preset--color--white);
    border-color: var(--wp--preset--color--white);
  }
  .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-transparent-button a:hover, .sag-super-hero .wp-block-group .wp-block-buttons .wp-block-button.is-style-transparent-button a:focus {
    background-color: var(--wp--preset--color--dark-purple);
    border-color: var(--wp--preset--color--dark-purple);
    color: var(--wp--preset--color--white);
  }
}

/* Media Queries - because currently theme.json does not support them */
@media only screen and (max-width: 1115px) {
  .wp-block-buttons {
    gap: var(--wp--preset--spacing--s);
    margin-top: var(--wp--preset--spacing--m) !important;
  }
  .wp-block-buttons .wp-block-button.is-style-no-border a.wp-block-button__link {
    margin-top: 0;
  }
}
@media only screen and (max-width: 1115px) {
  .wp-block-cover.is-style-left-aligned {
    padding-top: var(--wp--preset--spacing--xl);
    padding-right: var(--wp--preset--spacing--m);
    padding-bottom: var(--wp--preset--spacing--xl);
    padding-left: var(--wp--preset--spacing--m);
  }
  .wp-block-cover.is-style-left-aligned .wp-block-cover__inner-container > * {
    text-align: center !important;
  }
  .wp-block-cover.is-style-left-aligned .wp-block-cover__inner-container .wp-block-buttons.is-content-justification-left {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1115px) {
  h1 {
    font-size: var(--wp--preset--font-size--x-large);
  }

  h2 {
    font-size: var(--wp--preset--font-size--large);
  }

  h3 {
    font-size: var(--wp--preset--font-size--medium);
  }

  h4 {
    font-size: var(--wp--preset--font-size--standard);
  }

  h5 {
    font-size: var(--wp--preset--font-size--regular);
  }
}
@media only screen and (max-width: 832px) {
  .wp-block-group.is-style-left-aligned.pre-footer-cta {
    padding-top: var(--wp--preset--spacing--xl);
    padding-right: var(--wp--preset--spacing--m);
    padding-bottom: var(--wp--preset--spacing--xl);
    padding-left: var(--wp--preset--spacing--m);
  }
  .wp-block-group.is-style-left-aligned.pre-footer-cta > *, .wp-block-group.is-style-left-aligned.pre-footer-cta h2 {
    text-align: center !important;
  }
  .wp-block-group.is-style-left-aligned.pre-footer-cta .wp-block-buttons {
    /*justify-content: center;*/
  }
  .wp-block-group.has-background {
    text-align: center;
    padding-top: var(--wp--preset--spacing--xl);
    padding-bottom: var(--wp--preset--spacing--xl);
  }
  .wp-block-group.has-background .wp-block-buttons {
    /*justify-content: center;*/
  }
  .wp-block-group.has-background .wp-block-buttons .wp-block-button:not(:first-child).is-style-no-border {
    margin-top: 1.5rem;
  }
  .wp-block-group.has-background ul.wp-block-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .wp-block-group.pre-footer-cta {
    padding-top: var(--wp--preset--spacing--xl);
    padding-bottom: var(--wp--preset--spacing--xl);
  }
  .wp-block-group.pre-footer-cta .wp-block-buttons {
    gap: 1rem;
  }
  .wp-block-group.pre-footer-cta .wp-block-buttons .wp-block-button:not(.is-style-dark-bg-no-border) {
    display: block;
    width: 100%;
  }
  .wp-block-group.pre-footer-cta .wp-block-buttons .wp-block-button:not(.is-style-dark-bg-no-border) a {
    margin-top: 0;
  }
  .wp-block-group.pre-footer-cta .wp-block-group .wp-block-buttons:first-of-type {
    margin-top: 48px !important;
  }
}
@media only screen and (max-width: 1115px) {
  .wp-block-group.has-background .wp-block-buttons .wp-block-button.is-style-dark-bg-no-border a {
    margin-top: -20px;
  }
}
@media only screen and (max-width: 1115px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: var(--wp--preset--spacing--s) !important;
    text-align: center;
  }
  .wp-block-media-text .wp-block-media-text__content .wp-block-buttons {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media only screen and (max-width: 1115px) {
  .wp-block-pullquote {
    font-size: var(--wp--preset--font-size--large);
    padding: var(--wp--preset--spacing--l);
  }
  .wp-block-pullquote cite {
    padding-top: 1rem;
  }
  .wp-block-pullquote p {
    font-size: var(--wp--preset--font-size--large) !important;
  }
}