@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap");
@media (min-width: 990px) {
  .animate-1 {
    animation-delay: 0.275s !important;
  }
  .animate-2 {
    animation-delay: 0.475s !important;
  }
  .animate-3 {
    animation-delay: 0.675s !important;
  }
  .animate-4 {
    animation-delay: 0.875s !important;
  }
  .animate-5 {
    animation-delay: 1.075s !important;
  }
  .animate-6 {
    animation-delay: 1.275s !important;
  }
  .animate-7 {
    animation-delay: 1.475s !important;
  }
  .animate-8 {
    animation-delay: 1.675s !important;
  }
  .animate-9 {
    animation-delay: 1.875s !important;
  }
  .animate-10 {
    animation-delay: 2.075s !important;
  }
  .animate-11 {
    animation-delay: 2.275s !important;
  }
  .animate-12 {
    animation-delay: 2.475s !important;
  }
  .animate-13 {
    animation-delay: 2.675s !important;
  }
  .animate-14 {
    animation-delay: 2.875s !important;
  }
  .animate-15 {
    animation-delay: 3.075s !important;
  }
  .animate-16 {
    animation-delay: 3.275s !important;
  }
  .animate-17 {
    animation-delay: 3.475s !important;
  }
  .animate-18 {
    animation-delay: 3.675s !important;
  }
  .animate-19 {
    animation-delay: 3.875s !important;
  }
  .animate-20 {
    animation-delay: 4.075s !important;
  }
  .animate-21 {
    animation-delay: 4.275s !important;
  }
  .animate-22 {
    animation-delay: 4.475s !important;
  }
  .animate-23 {
    animation-delay: 4.675s !important;
  }
  .animate-24 {
    animation-delay: 4.875s !important;
  }
  .animate-25 {
    animation-delay: 5.075s !important;
  }
  .animate-26 {
    animation-delay: 5.275s !important;
  }
  .animate-27 {
    animation-delay: 5.475s !important;
  }
  .animate-28 {
    animation-delay: 5.675s !important;
  }
  .animate-29 {
    animation-delay: 5.875s !important;
  }
  .animate-30 {
    animation-delay: 6.075s !important;
  }
  .anim-1 {
    animation-delay: 0.185s !important;
  }
  .anim-2 {
    animation-delay: 0.27s !important;
  }
  .anim-3 {
    animation-delay: 0.355s !important;
  }
  .anim-4 {
    animation-delay: 0.44s !important;
  }
  .anim-5 {
    animation-delay: 0.525s !important;
  }
  .anim-6 {
    animation-delay: 0.61s !important;
  }
  .anim-7 {
    animation-delay: 0.695s !important;
  }
  .anim-8 {
    animation-delay: 0.78s !important;
  }
  .anim-9 {
    animation-delay: 0.865s !important;
  }
  .anim-10 {
    animation-delay: 0.95s !important;
  }
  .anim-11 {
    animation-delay: 1.035s !important;
  }
  .anim-12 {
    animation-delay: 1.12s !important;
  }
  .anim-13 {
    animation-delay: 1.205s !important;
  }
  .anim-14 {
    animation-delay: 1.29s !important;
  }
  .anim-15 {
    animation-delay: 1.375s !important;
  }
  .anim-16 {
    animation-delay: 1.46s !important;
  }
  .anim-17 {
    animation-delay: 1.545s !important;
  }
  .anim-18 {
    animation-delay: 1.63s !important;
  }
  .anim-19 {
    animation-delay: 1.715s !important;
  }
  .anim-20 {
    animation-delay: 1.8s !important;
  }
  .anim-21 {
    animation-delay: 1.885s !important;
  }
  .anim-22 {
    animation-delay: 1.97s !important;
  }
  .anim-23 {
    animation-delay: 2.055s !important;
  }
  .anim-24 {
    animation-delay: 2.14s !important;
  }
  .anim-25 {
    animation-delay: 2.225s !important;
  }
  .anim-26 {
    animation-delay: 2.31s !important;
  }
  .anim-27 {
    animation-delay: 2.395s !important;
  }
  .anim-28 {
    animation-delay: 2.48s !important;
  }
  .anim-29 {
    animation-delay: 2.565s !important;
  }
  .anim-30 {
    animation-delay: 2.65s !important;
  }
}
#sidebar,
#content,
.wp-block-group,
#content > .wp-block-column,
.wp-block-cover,
.fade,
.hero {
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeInSm {
  from {
    opacity: 0;
    transform: translateY(px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}
.fade-in,
.content > .wp-block-group,
.content > .wp-block-image {
  opacity: 0;
}
.fade-in.in-view,
.content > .wp-block-group.in-view,
.content > .wp-block-image.in-view {
  animation: fadeIn 0.85s forwards 0.1s;
}

@keyframes fadeInleft {
  from {
    opacity: 0;
    transform: translateX(-10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-left {
  opacity: 0;
  transform: translateX(-5px) scale(0.995);
}
.fade-in-left.in-view {
  animation: fadeInleft 0.85s forwards 0.1s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(10px) scale(0.995);
  }
  to {
    opacity: 1;
    transform: translateX(0) scale(1);
  }
}
.fade-in-right {
  opacity: 0;
  transform: translateX(10px) scale(0.995);
}
.fade-in-right.in-view {
  animation: fadeInRight 0.85s forwards 0.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(-50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in-up {
  opacity: 0;
  transform: translateY(-50px);
}
.fade-in-up.in-view {
  animation: fadeInUp 0.85s forwards 0.1s;
}

@keyframes zoomIn {
  from {
    opacity: 0;
    transform: scale(0.95);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in {
  opacity: 0;
  transform: scale(0.95);
}
.zoom-in.in-view {
  animation: zoomIn 0.85s forwards 0.1s;
}

@keyframes zoomInSm {
  from {
    opacity: 0;
    transform: scale(0.995);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.zoom-in-sm {
  opacity: 0;
  transform: scale(0.98);
}
.zoom-in-sm.in-view {
  animation: zoomInSm 0.85s forwards 0.1s;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.01);
  }
}
.scale-in {
  opacity: 0;
  transform: scale(0.95);
}
.scale-in.in-view {
  animation: scaleIn 0.85s forwards 0.1s;
}

@keyframes scaleILg {
  from {
    opacity: 0;
    transform: scale(1);
  }
  to {
    opacity: 1;
    transform: scale(1.03);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 0;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1.01);
  }
}
@keyframes zoomOutSm {
  0% {
    opacity: 0;
    transform: scale(1.025);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-10px);
  }
  60% {
    transform: translateY(-6px);
  }
}
@keyframes bounce2 {
  0%, 100% {
    transform: translateY(0);
    opacity: 1;
  }
  50% {
    transform: translateY(10px);
    opacity: 0.7;
  }
}
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-backface-visibility: hidden;
}

a,
button {
  cursor: revert;
}

img {
  max-width: 100%;
}

svg {
  display: block;
  height: auto;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input,
textarea {
  -webkit-user-select: auto;
}

textarea {
  white-space: revert;
}

meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

strong, b {
  font-weight: 600;
}

em, i {
  font-style: italic;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

::-moz-placeholder {
  color: rgba(15, 33, 62, 0.8);
}

::placeholder {
  color: rgba(15, 33, 62, 0.8);
}

:where([hidden]) {
  display: none;
}

:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

:where([draggable=true]) {
  -webkit-user-drag: element;
}

:active,
:focus,
:-internal-direct-focus {
  outline: none;
  outline-color: transparent;
}

::focus-visible:focus-visible {
  outline: 1px solid #1E60AA;
  outline-offset: 4px;
}

.skip-link {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
  color: #0F213E;
  background-color: #fafafa;
  position: absolute;
  top: -40px;
  left: 10px;
  z-index: 999999;
  opacity: 0;
  transition: opacity 0.25s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  opacity: 1;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid #1E60AA;
  outline-offset: 4px;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
  border: none;
  overflow: hidden !important;
}
iframe.map {
  max-width: 100%;
  margin: 0;
  filter: sepia(18%) hue-rotate(300deg) saturate(20%);
}

html {
  min-height: 100%;
  font-size: 62.5%;
  overscroll-behavior-y: none;
  scroll-behavior: smooth;
  scroll-padding-top: 100px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}
html.has-nav-expanded {
  scroll-behavior: auto;
  overflow: hidden;
}
@media (min-width: 1024px) {
  html {
    scroll-padding-top: 130px;
  }
}

body {
  min-height: 100vh;
  min-height: 100dvh;
  font-family: var(--wp--preset--font-family--primary);
  font-variant-ligatures: no-common-ligatures;
  overflow-x: hidden;
  overscroll-behavior-y: none;
  position: relative;
  -webkit-font-smoothing: antialiased;
}
html.menu-opened body {
  overflow: hidden;
}

::-moz-selection {
  background: rgba(30, 96, 170, 0.35);
}

::selection {
  background: rgba(30, 96, 170, 0.35);
}

@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pl0 {
  padding-left: 0rem !important;
}

.pr0 {
  padding-right: 0rem !important;
}

.p0 {
  padding: 0rem !important;
}

@media (max-width: 781px) {
  .mt0-sm {
    margin-top: 0rem !important;
  }
  .mb0-sm {
    margin-bottom: 0rem !important;
  }
  .pt0-sm {
    padding-top: 0rem !important;
  }
  .pb0-sm {
    padding-bottom: 0rem !important;
  }
}
@media (min-width: 782px) {
  .mb0-lg {
    margin-bottom: 0rem !important;
  }
}
.mt1 {
  margin-top: 1rem !important;
}

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

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pl1 {
  padding-left: 1rem !important;
}

.pr1 {
  padding-right: 1rem !important;
}

.p1 {
  padding: 1rem !important;
}

@media (max-width: 781px) {
  .mt1-sm {
    margin-top: 1rem !important;
  }
  .mb1-sm {
    margin-bottom: 1rem !important;
  }
  .pt1-sm {
    padding-top: 1rem !important;
  }
  .pb1-sm {
    padding-bottom: 1rem !important;
  }
}
@media (min-width: 782px) {
  .mb1-lg {
    margin-bottom: 1rem !important;
  }
}
.mt2 {
  margin-top: 2rem !important;
}

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

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pl2 {
  padding-left: 2rem !important;
}

.pr2 {
  padding-right: 2rem !important;
}

.p2 {
  padding: 2rem !important;
}

@media (max-width: 781px) {
  .mt2-sm {
    margin-top: 2rem !important;
  }
  .mb2-sm {
    margin-bottom: 2rem !important;
  }
  .pt2-sm {
    padding-top: 2rem !important;
  }
  .pb2-sm {
    padding-bottom: 2rem !important;
  }
}
@media (min-width: 782px) {
  .mb2-lg {
    margin-bottom: 2rem !important;
  }
}
.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pl3 {
  padding-left: 3rem !important;
}

.pr3 {
  padding-right: 3rem !important;
}

.p3 {
  padding: 3rem !important;
}

@media (max-width: 781px) {
  .mt3-sm {
    margin-top: 3rem !important;
  }
  .mb3-sm {
    margin-bottom: 3rem !important;
  }
  .pt3-sm {
    padding-top: 3rem !important;
  }
  .pb3-sm {
    padding-bottom: 3rem !important;
  }
}
@media (min-width: 782px) {
  .mb3-lg {
    margin-bottom: 3rem !important;
  }
}
.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pl4 {
  padding-left: 4rem !important;
}

.pr4 {
  padding-right: 4rem !important;
}

.p4 {
  padding: 4rem !important;
}

@media (max-width: 781px) {
  .mt4-sm {
    margin-top: 4rem !important;
  }
  .mb4-sm {
    margin-bottom: 4rem !important;
  }
  .pt4-sm {
    padding-top: 4rem !important;
  }
  .pb4-sm {
    padding-bottom: 4rem !important;
  }
}
@media (min-width: 782px) {
  .mb4-lg {
    margin-bottom: 4rem !important;
  }
}
.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pl5 {
  padding-left: 5rem !important;
}

.pr5 {
  padding-right: 5rem !important;
}

.p5 {
  padding: 5rem !important;
}

@media (max-width: 781px) {
  .mt5-sm {
    margin-top: 5rem !important;
  }
  .mb5-sm {
    margin-bottom: 5rem !important;
  }
  .pt5-sm {
    padding-top: 5rem !important;
  }
  .pb5-sm {
    padding-bottom: 5rem !important;
  }
}
@media (min-width: 782px) {
  .mb5-lg {
    margin-bottom: 5rem !important;
  }
}
.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pl6 {
  padding-left: 6rem !important;
}

.pr6 {
  padding-right: 6rem !important;
}

.p6 {
  padding: 6rem !important;
}

@media (max-width: 781px) {
  .mt6-sm {
    margin-top: 6rem !important;
  }
  .mb6-sm {
    margin-bottom: 6rem !important;
  }
  .pt6-sm {
    padding-top: 6rem !important;
  }
  .pb6-sm {
    padding-bottom: 6rem !important;
  }
}
@media (min-width: 782px) {
  .mb6-lg {
    margin-bottom: 6rem !important;
  }
}
.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pl7 {
  padding-left: 7rem !important;
}

.pr7 {
  padding-right: 7rem !important;
}

.p7 {
  padding: 7rem !important;
}

@media (max-width: 781px) {
  .mt7-sm {
    margin-top: 7rem !important;
  }
  .mb7-sm {
    margin-bottom: 7rem !important;
  }
  .pt7-sm {
    padding-top: 7rem !important;
  }
  .pb7-sm {
    padding-bottom: 7rem !important;
  }
}
@media (min-width: 782px) {
  .mb7-lg {
    margin-bottom: 7rem !important;
  }
}
.mt8 {
  margin-top: 8rem !important;
}

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

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pl8 {
  padding-left: 8rem !important;
}

.pr8 {
  padding-right: 8rem !important;
}

.p8 {
  padding: 8rem !important;
}

@media (max-width: 781px) {
  .mt8-sm {
    margin-top: 8rem !important;
  }
  .mb8-sm {
    margin-bottom: 8rem !important;
  }
  .pt8-sm {
    padding-top: 8rem !important;
  }
  .pb8-sm {
    padding-bottom: 8rem !important;
  }
}
@media (min-width: 782px) {
  .mb8-lg {
    margin-bottom: 8rem !important;
  }
}
.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pl9 {
  padding-left: 9rem !important;
}

.pr9 {
  padding-right: 9rem !important;
}

.p9 {
  padding: 9rem !important;
}

@media (max-width: 781px) {
  .mt9-sm {
    margin-top: 9rem !important;
  }
  .mb9-sm {
    margin-bottom: 9rem !important;
  }
  .pt9-sm {
    padding-top: 9rem !important;
  }
  .pb9-sm {
    padding-bottom: 9rem !important;
  }
}
@media (min-width: 782px) {
  .mb9-lg {
    margin-bottom: 9rem !important;
  }
}
.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pl10 {
  padding-left: 10rem !important;
}

.pr10 {
  padding-right: 10rem !important;
}

.p10 {
  padding: 10rem !important;
}

@media (max-width: 781px) {
  .mt10-sm {
    margin-top: 10rem !important;
  }
  .mb10-sm {
    margin-bottom: 10rem !important;
  }
  .pt10-sm {
    padding-top: 10rem !important;
  }
  .pb10-sm {
    padding-bottom: 10rem !important;
  }
}
@media (min-width: 782px) {
  .mb10-lg {
    margin-bottom: 10rem !important;
  }
}
.hide {
  display: none !important;
}

@media (max-width: 781px) {
  .hide-sm {
    display: none !important;
  }
}
.br5 {
  border-radius: 5px;
}

.h100 {
  height: 100%;
}

.bs-white {
  box-shadow: inset 0 0 0 10px #ffffff;
}

a {
  text-decoration: none;
}

ul,
ol {
  padding: 0 0 0 25px;
  margin: 0 0 1ch 0;
}
ul li,
ol li {
  margin-bottom: 10px;
}
ul li::marker,
ol li::marker {
  color: #0F213E;
}
ul li.external a,
ol li.external a {
  display: flex !important;
  flex-wrap: nowrap;
  gap: 5px;
  align-items: center;
}
ul li.external a:after,
ol li.external a:after {
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 640'><path fill='white' d='M384 64c-17.7 0-32 14.3-32 32s14.3 32 32 32h82.7L265.3 329.4c-12.5 12.5-12.5 32.8 0 45.3s32.8 12.5 45.3 0L512 173.3V256c0 17.7 14.3 32 32 32s32-14.3 32-32V96c0-17.7-14.3-32-32-32zm-240 96c-44.2 0-80 35.8-80 80v256c0 44.2 35.8 80 80 80h256c44.2 0 80-35.8 80-80v-80c0-17.7-14.3-32-32-32s-32 14.3-32 32v80c0 8.8-7.2 16-16 16H144c-8.8 0-16-7.2-16-16V240c0-8.8 7.2-16 16-16h80c17.7 0 32-14.3 32-32s-14.3-32-32-32z'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
}
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ul + p,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
ol + p {
  margin-top: 2.5ch !important;
}

ol li {
  list-style: decimal;
}

h2 + .is-style-intro, h3 + .is-style-intro, h4 + .is-style-intro, h5 + .is-style-intro, h6 + .is-style-intro {
  margin-top: 2ch;
}
h2.is-style-line-right, h3.is-style-line-right, h4.is-style-line-right, h5.is-style-line-right, h6.is-style-line-right {
  display: flex;
  align-items: baseline;
  gap: 3rem;
}
h2.is-style-line-right::after, h3.is-style-line-right::after, h4.is-style-line-right::after, h5.is-style-line-right::after, h6.is-style-line-right::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  border: 1px dashed #1E60AA;
}

.wrap {
  width: 86%;
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}
@media (min-width: 1024px) {
  .wrap {
    width: 90%;
  }
}

#sidebar {
  margin-bottom: var(--spacer);
}

@media (min-width: 1024px) {
  .has-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
  }
  .has-sidebar #content {
    width: calc(100% - 38rem);
  }
  .has-sidebar #sidebar {
    width: 32rem;
  }
  .has-sidebar.sidebar-left {
    flex-direction: row-reverse;
  }
}
.of-hidden {
  overflow: hidden !important;
}

#topbar {
  padding: var(--wp--preset--spacing--m) 0;
}
@media (min-width: 500px) {
  #topbar .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
  }
}

header {
  padding: 1.5rem 0;
  background: #0F213E;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: padding 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out;
  max-width: 100vw;
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 64px;
  }
}
header.sticky {
  padding: 1rem 0;
  background: #fafafa;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.05), 0 3px 1px -2px rgba(0, 0, 0, 0.05), 0 1px 5px 0 rgba(0, 0, 0, 0.1);
}
header.sticky:not(.menu-open) svg > path {
  fill: #0F213E;
}
header ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
header .branding {
  width: 140px;
  margin: 0;
  position: relative;
  transition: width 0.25s cubic-bezier(0.4, 0, 0.2, 1), padding 0.25s ease-in-out;
}
header .branding svg > path {
  transform: fill 0.25s ease-in-out;
}
header #sitenav .menu > li > a {
  color: white;
}
header #sitenav .menu a {
  display: block;
  font-size: var(--wp--preset--font-size--font-18);
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 26px;
    padding: 12px 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    cursor: pointer;
    z-index: 9999999;
  }
  #nav-expander .bar {
    display: block;
    height: 1px;
    background: white;
    transition: background 10ms 300ms ease;
    position: relative;
  }
  #nav-expander .bar:before, #nav-expander .bar:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: white;
    position: absolute;
    transition: top 300ms 350ms ease, transform 300ms 50ms ease;
  }
  #nav-expander .bar:before {
    top: -6px;
  }
  #nav-expander .bar:after {
    top: 6px;
  }
  #nav-expander.is-active .bar {
    background: transparent;
  }
  #nav-expander.is-active .bar:after, #nav-expander.is-active .bar:before {
    background: #fff;
    transition: top 300ms 50ms ease, transform 300ms 350ms ease;
    top: 0;
  }
  #nav-expander.is-active .bar:before {
    transform: rotate(45deg);
  }
  #nav-expander.is-active .bar:after {
    transform: rotate(-45deg);
  }
  header.sticky:not(.menu-open) #nav-expander .bar {
    background: white;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: white;
  }
  header .wrap {
    position: relative;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 60px 7vw 30px 7vw;
    background: radial-gradient(circle at 0% 0%, #0F213E, transparent 75%), #1E60AA;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), padding 0.35s cubic-bezier(0.4, 0, 0.2, 1);
    pointer-events: none;
    z-index: -1;
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
  }
  header #sitenav .menu li a {
    display: block;
    color: #fff;
  }
  header #sitenav .menu li.current-menu-item a, header #sitenav .menu li.current-menu-parent a {
    color: #03FFFF;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 1ch 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  }
  header #sitenav .menu > li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
  }
  header #sitenav .menu > li.menu-item-has-children > a {
    width: calc(100% - 20px);
    padding-right: 20px;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu {
    width: 100%;
    max-height: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.35s cubic-bezier(0.4, 0, 0.2, 1), max-height 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-featured-image,
  header #sitenav .menu > li.menu-item-has-children > .child-menu .mm-description {
    display: none;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li {
    margin: 0.7ch 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    color: #03FFFF;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a {
    color: rgba(255, 255, 255, 0.75);
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li a:before {
    content: "- ";
    color: rgba(255, 255, 255, 0.15);
    padding-right: 0.4ch;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle {
    display: block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.918' height='9.159' viewBox='0 0 16.918 9.159'%3E%3Cpath id='Path_9723' data-name='Path 9723' d='M5291.5,4113l7.382,7.469,7.555-7.469' transform='translate(-5290.51 -4112.009)' fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.4'/%3E%3C/svg%3E%0A");
    background-position: 75% 50%;
    background-repeat: no-repeat;
    background-size: 14px;
    transition: transform 0.25s ease-in-out;
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open {
    transform: scaleY(-1);
  }
  header #sitenav .menu > li.menu-item-has-children > .sub-toggle.open + .child-menu {
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open > .wrap:before {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.015);
    backdrop-filter: blur(20px);
    position: absolute;
    top: -16px;
    bottom: -10px;
    left: -15px;
    right: -15px;
  }
  header.menu-open #sitenav {
    padding-top: 130px;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle {
    display: none;
  }
  header {
    max-width: var(--wp--style--global--content-size);
    margin-left: max(6vw, (100vw - var(--wp--style--global--content-size) - 15px) / 2);
    width: -moz-fit-content;
    width: fit-content;
    min-width: 940px;
    padding: 2rem 2rem 0 0rem;
    border-radius: 6px;
    top: 32px;
    transition: padding 0.25s ease-in-out, background 0.25s ease-in-out, box-shadow 0.25s ease-in-out, opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
  }
}
@media (min-width: 1024px) and (min-width: 1250px) {
  header {
    min-width: unset;
  }
}
@media (min-width: 1024px) {
  header.header-hidden {
    opacity: 0;
    /* Optionally translates it up slightly so it feels like it scrolls away */
    transform: translateY(-20px);
    /* Prevents users from clicking on links while it's invisible */
    pointer-events: none;
  }
  header > .wrap {
    display: flex;
    gap: 10rem;
    justify-content: space-between;
  }
  header .branding {
    width: 170px;
    z-index: 9;
  }
}
@media (min-width: 1024px) and (min-width: 1250px) {
  header .branding {
    width: 196px;
  }
}
@media (min-width: 1024px) {
  header .menu {
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: var(--wp--preset--spacing--xl);
  }
  header .menu li {
    margin: 0;
  }
  header .menu > li {
    padding: 1rem 0 2.5rem 0;
    position: relative;
    transition: padding 0.25s ease-in-out;
  }
  header .menu > li > a {
    position: relative;
  }
  header .menu > li > a:before {
    content: "";
    display: block;
    border: 1px solid transparent;
    position: absolute;
    top: -5px;
    bottom: -5px;
    left: -11px;
    right: -11px;
    transition: border-color 0.25s ease-in-out;
  }
  header .menu > li.current-menu-item > a, header .menu > li.current-menu-ancestor > a {
    color: #03FFFF !important;
  }
  header .menu > li:hover > .child-menu, header .menu > li:active > .child-menu, header .menu > li:focus > .child-menu, header .menu > li:focus-visible > .child-menu, header .menu > li.in-focus > .child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .child-menu {
    min-width: 290px;
    background: linear-gradient(135deg, #f8f6fa 0%, #f0ecf4 100%);
    border-radius: 6px;
    padding: 24px;
    transform: translateY(1rem);
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: 0.25s ease-in-out;
  }
  header .child-menu li {
    margin: 0;
    padding: 8px 0;
    border-bottom: 1px dashed #0D70BA;
  }
  header .child-menu a {
    padding: 0.2ch 0;
    transition: color 0.25s ease-in-out;
  }
  header .child-menu a:hover, header .child-menu a:active, header .child-menu a:focus {
    color: #0D70BA;
  }
  header .child-menu li.current-menu-item a {
    color: #0D70BA;
  }
  header .child-menu li:first-child {
    margin-top: 0.5rem;
  }
  header .child-menu li:last-child {
    margin-bottom: 0.5rem;
  }
  header.megamenu-open {
    background: #fafafa;
    box-shadow: none;
  }
  header.megamenu-open #sitenav .menu > li > a {
    color: #0F213E;
  }
  header .has-megamenu {
    gap: 0;
  }
  header .has-megamenu > li {
    padding-right: 2.8rem;
  }
  header .has-megamenu > li:last-child {
    padding-right: 0;
  }
  header .has-megamenu > li.menu-item-has-children {
    position: static;
  }
  header .has-megamenu .child-menu.megamenu {
    width: 100vw;
    margin-left: -50vw;
    padding-top: 50px;
    padding-bottom: 50px;
    left: 50%;
    border-top: 1px solid #B2B2B2;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    transform: translateY(0);
  }
  header .has-megamenu .child-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
  }
  header .has-megamenu .child-menu .mm-featured-image {
    flex: 1;
  }
  header .has-megamenu .child-menu .mm-featured-image img {
    max-height: 200px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
  }
  header .has-megamenu .child-menu .sub-menu {
    flex: 2;
  }
  header .has-megamenu .child-menu .sub-menu.col2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 50px;
         column-gap: 50px;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li {
    max-width: 100%;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li.first-in-col2 {
    border-top: 1px solid #B2B2B2;
  }
  header .has-megamenu .child-menu .sub-menu li {
    max-width: 50%;
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #B2B2B2;
  }
  header .has-megamenu .child-menu .sub-menu li:first-child {
    border-top: 1px solid #B2B2B2;
  }
  header .has-megamenu .child-menu .sub-menu li a {
    padding: 0.8ch 0;
  }
}
footer {
  margin: var(--wp--preset--spacing--l) 0 0 0;
  padding: 7.5rem 0 6rem 0;
  background: linear-gradient(101deg, #0D70BA 3.19%, #224A8C 98.46%);
  border-top-left-radius: 75px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
@media (max-width: 781px) {
  footer {
    border-top-left-radius: 0;
    padding-top: 2.5rem;
  }
}
footer:before {
  content: "";
  display: block;
  height: 740px;
  width: 790px;
  z-index: -1;
  position: absolute;
  left: -40px;
  top: -130px;
  background-image: url("data:image/svg+xml;utf8,<svg width='596' height='394' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='.15'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='596' height='596'><rect x='595.789' y='595.789' width='595.789' height='595.789' rx='50' transform='rotate(180 595.789 595.789)' fill='%23d9d9d9'/></mask><g mask='url(%23a)'><circle cx='116.885' cy='338.442' r='380.396' transform='rotate(180 116.885 338.442)' fill='url(%23b)'/></g></g><defs><linearGradient id='b' x1='242.511' y1='294.015' x2='-111.189' y2='37.368' gradientUnits='userSpaceOnUse'><stop stop-color='%2303ffff'/><stop offset='1' stop-color='%23fff' stop-opacity='.05'/></linearGradient></defs></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 781px) {
  footer:before {
    display: none;
  }
}
footer .footer-heading {
  margin-top: 20px;
}
@media (min-width: 782px) {
  footer .footer-heading {
    min-height: 10rem;
    margin-top: 0;
  }
}
footer a, footer p {
  color: white !important;
  font-size: var(--wp--preset--font-size--font-16) !important;
}
footer h3 {
  color: #03FFFF;
  font-size: var(--wp--preset--font-size--font-20);
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .email a {
  display: flex;
  gap: 15px;
  align-items: center;
}
footer .email a:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg width='19' height='14' viewBox='0 0 19 14' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M18.4 0.399902L9.40002 9.60445L0.400024 0.399902M0.400024 13.4908L7.03139 7.35445M11.7687 7.35445L18.4 13.4908' stroke='white' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/><path d='M18.4 0.399902H0.400024V13.4908H18.4V0.399902Z' stroke='white' stroke-width='0.8' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .tel a {
  display: flex;
  gap: 15px;
  align-items: center;
  margin-top: 15px;
}
footer .tel a:before {
  content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  background-image: url("data:image/svg+xml;utf8,<svg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M16.5789 18C16.9558 18 17.3173 17.8503 17.5838 17.5838C17.8503 17.3173 18 16.9558 18 16.5789V13.2632C18 12.8863 17.8503 12.5248 17.5838 12.2583C17.3173 11.9918 16.9558 11.8421 16.5789 11.8421C15.4705 11.8421 14.3811 11.6716 13.3389 11.3211C13.0898 11.2424 12.8239 11.2335 12.57 11.2953C12.3162 11.3571 12.0841 11.4872 11.8989 11.6716L10.5347 13.0358C8.17791 11.7497 6.24087 9.81262 4.95474 7.45579L6.30947 6.10105C6.69789 5.73158 6.84 5.18211 6.66947 4.65158C6.32842 3.61895 6.1579 2.52947 6.1579 1.42105C6.1579 1.04417 6.00818 0.682716 5.74168 0.416217C5.47518 0.149718 5.11373 0 4.73684 0H1.42105C1.04417 0 0.682716 0.149718 0.416217 0.416217C0.149718 0.682716 0 1.04417 0 1.42105C0 10.5632 7.43684 18 16.5789 18ZM1.42105 0.947368H4.73684C4.86247 0.947368 4.98295 0.997274 5.07179 1.08611C5.16062 1.17494 5.21053 1.29542 5.21053 1.42105C5.21053 2.63368 5.4 3.81789 5.76947 4.94526C5.81684 5.0779 5.80737 5.26737 5.65579 5.41895L3.78947 7.27579C5.35263 10.3358 7.64526 12.6284 10.7147 14.2105L12.5621 12.3442C12.6947 12.2116 12.8747 12.1737 13.0453 12.2211C14.1821 12.6 15.3663 12.7895 16.5789 12.7895C16.7046 12.7895 16.8251 12.8394 16.9139 12.9282C17.0027 13.017 17.0526 13.1375 17.0526 13.2632V16.5789C17.0526 16.7046 17.0027 16.8251 16.9139 16.9139C16.8251 17.0027 16.7046 17.0526 16.5789 17.0526C7.95789 17.0526 0.947368 10.0421 0.947368 1.42105C0.947368 1.29542 0.997274 1.17494 1.08611 1.08611C1.17494 0.997274 1.29542 0.947368 1.42105 0.947368Z' fill='white'/></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
  margin-top: 3.5rem;
}
footer .social-links__link {
  display: block;
}
footer .social-links svg {
  border: 1px solid white;
  width: 32px;
  height: 32px;
  padding: 6px;
}
footer .social-links svg path {
  fill: white;
}
@media (min-width: 782px) {
  footer .columns .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
    position: relative;
  }
  footer .columns .wrap::before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #03FFFF;
    position: absolute;
    top: 7rem;
  }
  footer .columns .wrap .col {
    flex: 1;
  }
  footer .columns .wrap .col.col-3 {
    text-align: right;
  }
}
footer .subfooter {
  margin-top: 4rem;
}
footer .subfooter .copyright {
  margin-bottom: 10px;
  line-height: 1;
  font-size: 1.4rem !important;
}
footer .subfooter .copyright a {
  font-size: 1.4rem !important;
}
footer .subfooter .wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
}
footer .subfooter .wrap .footer-legal-container #menu-footer-legal {
  display: flex;
  gap: 2rem;
}
footer .subfooter .wrap .footer-legal-container #menu-footer-legal li {
  margin-bottom: 10px;
  line-height: 1;
}
footer .subfooter .wrap .footer-legal-container #menu-footer-legal li a {
  font-size: 1.4rem !important;
}

.b2t {
  opacity: 0;
  position: fixed;
  bottom: -30px;
  right: 20px;
  z-index: 99;
  transition: all 0.25s ease-in-out;
}
.b2t.active {
  opacity: 1;
  bottom: -2px;
}

#sidebar {
  margin-top: 6rem;
}
@media (min-width: 1024px) {
  #sidebar {
    margin-top: 0;
  }
}
#sidebar .widget-area {
  margin-bottom: var(--wp--preset--spacing--normal);
}
@media (min-width: 1024px) {
  #sidebar .widget-area {
    position: sticky;
    top: 90px;
  }
}
#sidebar .inner .widget-area {
  background: linear-gradient(135deg, #f8f6fa 0%, #f0ecf4 100%);
  border-radius: 6px;
  padding: 24px;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li:first-child, #sidebar ul li.menu-item-has-children {
  margin-bottom: 8px;
  padding-left: 12px;
  border-bottom: 1px dashed #1E60AA;
  padding-bottom: 10px;
}
#sidebar ul li:first-child a, #sidebar ul li.menu-item-has-children a {
  font-size: var(--wp--preset--font-size--font-20);
  color: #0D70BA;
  font-weight: 700;
  padding: 0;
  font-family: var(--wp--preset--font-family--secondary);
}
#sidebar ul li:first-child a:hover, #sidebar ul li:first-child a:active, #sidebar ul li:first-child a:focus, #sidebar ul li.menu-item-has-children a:hover, #sidebar ul li.menu-item-has-children a:active, #sidebar ul li.menu-item-has-children a:focus {
  background-color: transparent;
  color: #0D70BA;
}
#sidebar ul li:not(:first-child):not(.menu-item-has-children) a {
  color: #0F213E;
  padding: 11px 16px;
  border-radius: 8px;
}
#sidebar ul li:not(:first-child):not(.menu-item-has-children) a:hover, #sidebar ul li:not(:first-child):not(.menu-item-has-children) a:active, #sidebar ul li:not(:first-child):not(.menu-item-has-children) a:focus {
  background-color: rgba(255, 255, 255, 0.6);
  color: #0D70BA;
}
#sidebar ul li.current_page_item a {
  font-weight: 700;
  color: #0D70BA;
  background-color: #ffffff;
  box-shadow: 0 2px 8px rgba(23, 84, 139, 0.06);
}
#sidebar ul li.current_page_item a:hover, #sidebar ul li.current_page_item a:active, #sidebar ul li.current_page_item a:focus {
  background-color: #ffffff;
  color: #0D70BA;
}
#sidebar ul a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  transition: all 0.25s ease-in-out;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #0F213E;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
}
#sidebar .b2blog .btn:hover, #sidebar .b2blog .btn:active, #sidebar .b2blog .btn:focus {
  color: #fff;
  background: #0F213E;
}
#sidebar .b2blog .btn {
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .post-navigation a {
  display: block;
  line-height: 1.375;
  padding: 1ch 0;
  position: relative;
}
#sidebar .post-navigation a span {
  display: block;
  font-size: 1.5rem;
  text-transform: uppercase;
  margin-bottom: 0.5ch;
  color: green;
}
#sidebar .post-navigation a strong {
  font-weight: 400;
  transition: color 0.25s ease-in-out;
}
#sidebar .post-navigation a:hover strong, #sidebar .post-navigation a:active strong, #sidebar .post-navigation a:focus strong {
  color: #0F213E;
}
#sidebar .post-navigation .nav-links > div:first-child a:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgb(0, 0, 0);
  position: absolute;
  top: 0;
  right: 0;
}

@media (min-width: 1024px) {
  #sidebar .inner {
    height: 100%;
  }
  #sidebar .inner .widget-area {
    position: sticky;
    top: 200px;
    will-change: transform;
  }
}
.single #content .btn {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
}
.single #content .btn:hover, .single #content .btn:active, .single #content .btn:focus {
  color: #fff;
  background: #0F213E;
}
.single #content .btn {
  margin-top: 3ch;
}

.pagination {
  width: 100%;
  margin-top: var(--wp--preset--spacing--l);
}
.pagination .page-numbers {
  font-size: 1.6rem;
  font-weight: 500;
  margin: 0 4px 0 0;
  padding: 5px 12px;
  background: rgba(0, 0, 0, 0.1);
  transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
.pagination .page-numbers.current, .pagination .page-numbers:hover, .pagination .page-numbers:active, .pagination .page-numbers:focus {
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
}

.home-about-us-section {
  position: relative;
  z-index: 1;
}
.home-about-us-section:after {
  content: "";
  display: block;
  height: 600px;
  width: 600px;
  z-index: -1;
  position: absolute;
  bottom: -30px;
  right: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='707' height='646' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='707' height='646'><path fill='%2346515e' d='M0 0h706.176v645.578H0z'/></mask><g mask='url(%23a)'><path d='M476.897 71.306c262.812 0 475.864 213.051 475.864 475.863S739.709 1023.03 476.897 1023.03 1.034 809.981 1.034 547.169 214.085 71.306 476.897 71.306m0 199.906c-152.407 0-275.957 123.551-275.957 275.958s123.55 275.957 275.957 275.957 275.957-123.55 275.957-275.957-123.55-275.958-275.957-275.958' fill='%23fff'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.home-ingenta-grows {
  position: relative;
  z-index: 1;
}
.home-ingenta-grows:after {
  content: "";
  display: block;
  height: 600px;
  width: 600px;
  z-index: -1;
  position: absolute;
  top: 0px;
  left: 0;
  background-image: url("data:image/svg+xml;utf8, <svg width='596' height='596' fill='none' xmlns='http://www.w3.org/2000/svg'><g opacity='.15'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='596' height='596'><rect x='595.789' y='595.789' width='595.789' height='595.789' rx='50' transform='rotate(180 595.789 595.789)' fill='%23d9d9d9'/></mask><g mask='url(%23a)'><circle cx='216.516' cy='189.72' r='358.929' transform='rotate(180 216.516 189.72)' fill='url(%23b)'/></g></g><defs><linearGradient id='b' x1='335.052' y1='147.8' x2='1.312' y2='-94.364' gradientUnits='userSpaceOnUse'><stop stop-color='%23224a8c' stop-opacity='.8'/><stop offset='1' stop-color='%231e60aa' stop-opacity='.05'/></linearGradient></defs></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 650px) {
  .home-ingenta-grows:after {
    display: none;
  }
}

.home-growth-boxes {
  margin-top: 3rem !important;
  margin-bottom: 5px;
}

@media (min-width: 782px) and (max-width: 1249px) {
  .home-investors-columns {
    flex-wrap: wrap !important;
  }
}
.home-investors-columns .wp-block-column {
  flex-basis: 100% !important;
  width: 100% !important;
}

@media (min-width: 782px) and (max-width: 1249px) {
  .financial-highlights .wp-block-column {
    padding: 25px !important;
    align-items: center;
    justify-content: center;
    display: flex;
    flex-direction: column;
    min-height: 230px;
  }
  .financial-highlights h4 {
    font-size: 32px !important;
    line-height: 1.2;
  }
}

.lmn-timeline-list.mw60 {
  max-width: 1024px;
  margin: 0 auto;
}

.gform_wrapper :focus-visible {
  outline: none;
}

form .gfield {
  margin: 0 0 20px 0;
}
form .gform_validation_container {
  display: none;
}
form label,
form .gfield_label {
  display: block;
  font-size: 1.6rem;
  text-transform: uppercase;
  margin: 0 0 0.4ch 0;
  color: #0F213E;
}
form .hidden_label > label,
form .hidden_label > legend {
  display: none;
}
form input,
form textarea,
form select {
  width: 100%;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-18);
  padding: 1ch 2rem;
  color: #0F213E;
  background: #fff;
  border: 1px solid #B2B2B2;
  border-radius: 0;
  -webkit-appearance: none;
  transition: border 0.18s ease-in-out;
}
form input:active, form input:focus,
form textarea:active,
form textarea:focus,
form select:active,
form select:focus {
  outline: none !important;
  border-color: #0F213E;
  border-radius: 0;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
}
form input[type=submit]:hover, form input[type=submit]:active, form input[type=submit]:focus,
form textarea[type=submit]:hover,
form textarea[type=submit]:active,
form textarea[type=submit]:focus,
form select[type=submit]:hover,
form select[type=submit]:active,
form select[type=submit]:focus {
  color: #fff;
  background: #0F213E;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  max-width: 180px;
  cursor: pointer;
}
form input[type=submit], form input[type=text], form input[type=email], form input[type=checkbox],
form textarea[type=submit],
form textarea[type=text],
form textarea[type=email],
form textarea[type=checkbox],
form select[type=submit],
form select[type=text],
form select[type=email],
form select[type=checkbox] {
  -webkit-appearance: none;
}
form textarea {
  max-height: 160px;
}
form select {
  font-family: var(--wp--preset--font-family--primary);
  background-size: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='11.314' height='7.071'%3E%3Cg fill='none' stroke='%23c0c1c6' stroke-width='2'%3E%3Cpath d='M10.607.707 4.95 6.364M6.364 6.364.707.707'/%3E%3C/g%3E%3C/svg%3E");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
}
form .ginput_container_consent {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  font-size: 1.8rem;
  line-height: 1.25;
  margin-bottom: 0.6rem;
  color: #0F213E;
}
form .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #0F213E;
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #D9AC6D;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #0F213E;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .ginput_container_consent a:hover {
  color: #0F213E;
}
form .ginput_container_consent input[type=checkbox] {
  display: block;
  width: 22px;
  height: 22px;
  margin: 0;
  padding: 0;
  border: 1px solid #B2B2B2;
  cursor: pointer;
  transition: background 0.18s ease-in-out, box-shadow 0.2s ease-in-out;
}
form .ginput_container_consent input[type=checkbox]:checked {
  background: #D9AC6D;
  box-shadow: inset 0 0 0 3px #fff;
}
form .ginput_container_consent .gfield_required_asterisk {
  display: none;
}
form .gfield_description {
  font-size: 1.6rem;
  line-height: 1.25;
  margin: 0 0 1.5ch 0;
  padding: 0;
  color: #0F213E;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #D9AC6D;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #0F213E;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), text-decoration-color 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
form .gfield_description a:hover {
  color: #0F213E;
}
form .gfield_description.validation_message {
  margin-left: 35px;
  padding: 5px;
}
form .gfield--type-fileupload {
  margin: -15px 0 20px 0;
}
form .ginput_container_fileupload .gform_fileupload_rules,
form .ginput_container_fileupload .validation_message--hidden-on-empty {
  display: none;
}
form .ginput_container_fileupload input {
  border: 1px dashed #B2B2B2;
}

.gform_required_legend {
  display: none;
}

.gform_submission_error {
  font-size: var(--wp--preset--font-size--font-18);
  line-height: 1.25;
  margin-bottom: 2ch;
  color: #1E60AA;
}

.validation_message {
  display: inline-block;
  font-size: 1.6rem;
  margin-top: 4px;
  color: #1E60AA;
}

.gform_description {
  display: block;
  font-size: 1.8rem;
  margin-bottom: 3ch;
}

::-moz-placeholder {
  color: #0F213E;
}

::placeholder {
  color: #0F213E;
}

:-ms-input-placeholder {
  color: #0F213E;
}

::-ms-input-placeholder {
  color: #0F213E;
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex !important;
    margin-left: -20px;
    flex-wrap: wrap;
    gap: 0 !important;
    margin-left: -20px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 20px);
  }
}
button.gform_button {
  background-color: #1E60AA !important;
  font-weight: 600 !important;
  line-height: normal !important;
  padding-top: 8px !important;
  padding-right: 22px !important;
  padding-bottom: 8px !important;
  padding-left: 22px !important;
  font-size: 1.6rem !important;
}
button.gform_button:hover {
  cursor: pointer;
  background-color: #0F213E !important;
}

img.gform_ajax_spinner {
  display: none !important;
}

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) {
  background: rgb(19.9675324675, 43.9285714286, 82.5324675325) !important;
  border: 1px solid #0F213E !important;
  border-radius: 6px !important;
  box-shadow: 0 10px 10px -5px rgba(0, 0, 0, 0.2);
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:hover, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:active, #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .change-settings-button:focus {
  text-decoration: none !important;
}
#moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) p {
  color: #0F213E !important;
}
@media (min-width: 768px) {
  #moove_gdpr_cookie_info_bar.gdpr_infobar_postion_bottom_left:not(.gdpr-full-screen-infobar) .moove-gdpr-info-bar-container {
    padding: 5px 15px !important;
  }
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton {
  font-weight: 500 !important;
  color: #0F213E !important;
  background-color: transparent !important;
  border: 1px solid #0F213E !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  color: #fff !important;
  background-color: #0F213E !important;
}

#moove_gdpr_cookie_modal .moove-gdpr-modal-content .moove-gdpr-company-logo-holder img {
  display: block;
  width: 112px;
  height: 75px;
}

.error404 #content {
  margin-top: calc(var(--wp--preset--spacing--xl) * 1.25);
  margin-bottom: calc(var(--wp--preset--spacing--xl) * 2);
}

.search #content {
  padding-bottom: var(--wp--preset--spacing--xl);
  margin-bottom: calc(var(--wp--preset--spacing--xl) * 2);
}

ul.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 2rem;
  list-style: none;
  margin: 0;
  padding: 0;
}
ul.search-results li {
  margin: 0;
  border: 1px solid rgba(15, 33, 62, 0.1);
}
ul.search-results a {
  display: block;
  padding: 2rem;
  transition: background 0.25s ease-in-out;
}
ul.search-results a h2 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 400;
}
ul.search-results a p {
  margin: 0;
  color: #0F213E;
}
ul.search-results a:hover, ul.search-results a:active, ul.search-results a:focus {
  background: rgba(15, 33, 62, 0.05);
}
@media (min-width: 782px) {
  ul.search-results {
    flex-direction: row;
  }
  ul.search-results li {
    width: calc(50% - 1rem);
  }
}
@media (min-width: 1024px) {
  ul.search-results {
    gap: 4rem;
  }
  ul.search-results li {
    width: calc(50% - 2rem);
  }
}

body.interim-login {
  background: linear-gradient(135deg, #0F213E 0%, #0F213E 100%);
}
body.interim-login h1 a {
  display: none !important;
}

.login-action-login,
.login-action-lostpassword,
.login-action-rp,
.login-action-checkemail {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  color: #0F213E;
  background: linear-gradient(135deg, #0F213E 0%, #0F213E 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  padding: 25px;
  background: #fafafa;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.15);
}
.login-action-login #login h1 a,
.login-action-lostpassword #login h1 a,
.login-action-rp #login h1 a,
.login-action-checkemail #login h1 a {
  width: 200px;
  height: 55px;
  margin-bottom: 15px;
  padding-bottom: 0;
  background-size: contain;
}
.login-action-login form,
.login-action-lostpassword form,
.login-action-rp form,
.login-action-checkemail form {
  margin: 0;
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
}
.login-action-login form label,
.login-action-lostpassword form label,
.login-action-rp form label,
.login-action-checkemail form label {
  text-transform: none;
  padding-bottom: 3px;
  color: #0F213E;
}
.login-action-login form input,
.login-action-lostpassword form input,
.login-action-rp form input,
.login-action-checkemail form input {
  border: 1px solid rgba(0, 0, 0, 0.35);
  border-radius: 0;
  transition: all 0.2s ease-in-out;
}
.login-action-login form input:active, .login-action-login form input:focus,
.login-action-lostpassword form input:active,
.login-action-lostpassword form input:focus,
.login-action-rp form input:active,
.login-action-rp form input:focus,
.login-action-checkemail form input:active,
.login-action-checkemail form input:focus {
  border-color: #0F213E;
  outline: none !important;
  box-shadow: none !important;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  display: inline-flex;
  max-width: 100px;
  display: inline-flex;
  align-items: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: color 0.25s cubic-bezier(0.4, 0, 0.2, 1), background 0.25s cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
}
.login-action-login form input.button:hover, .login-action-login form input.button:active, .login-action-login form input.button:focus,
.login-action-lostpassword form input.button:hover,
.login-action-lostpassword form input.button:active,
.login-action-lostpassword form input.button:focus,
.login-action-rp form input.button:hover,
.login-action-rp form input.button:active,
.login-action-rp form input.button:focus,
.login-action-checkemail form input.button:hover,
.login-action-checkemail form input.button:active,
.login-action-checkemail form input.button:focus {
  color: #fff;
  background: #0F213E;
}
.login-action-login form input.button,
.login-action-lostpassword form input.button,
.login-action-rp form input.button,
.login-action-checkemail form input.button {
  font-size: var(--wp--preset--font-size--font-16);
  border: none;
  border-radius: 0;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #0F213E;
  transition: color 0.2s ease-in-out;
}
.login-action-login form .dashicons:hover, .login-action-login form .dashicons:active, .login-action-login form .dashicons:focus,
.login-action-lostpassword form .dashicons:hover,
.login-action-lostpassword form .dashicons:active,
.login-action-lostpassword form .dashicons:focus,
.login-action-rp form .dashicons:hover,
.login-action-rp form .dashicons:active,
.login-action-rp form .dashicons:focus,
.login-action-checkemail form .dashicons:hover,
.login-action-checkemail form .dashicons:active,
.login-action-checkemail form .dashicons:focus {
  color: #1E60AA;
}
.login-action-login form .forgetmenot,
.login-action-lostpassword form .forgetmenot,
.login-action-rp form .forgetmenot,
.login-action-checkemail form .forgetmenot {
  margin-top: 5px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 20px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: #0F213E;
}
.login-action-login #nav a:hover, .login-action-login #nav a:active, .login-action-login #nav a:focus,
.login-action-lostpassword #nav a:hover,
.login-action-lostpassword #nav a:active,
.login-action-lostpassword #nav a:focus,
.login-action-rp #nav a:hover,
.login-action-rp #nav a:active,
.login-action-rp #nav a:focus,
.login-action-checkemail #nav a:hover,
.login-action-checkemail #nav a:active,
.login-action-checkemail #nav a:focus {
  color: #0F213E;
  text-decoration: underline;
}
.login-action-login .privacy-policy-page-link,
.login-action-login .language-switcher,
.login-action-login #backtoblog,
.login-action-lostpassword .privacy-policy-page-link,
.login-action-lostpassword .language-switcher,
.login-action-lostpassword #backtoblog,
.login-action-rp .privacy-policy-page-link,
.login-action-rp .language-switcher,
.login-action-rp #backtoblog,
.login-action-checkemail .privacy-policy-page-link,
.login-action-checkemail .language-switcher,
.login-action-checkemail #backtoblog {
  display: none;
}
.login-action-login #login_error,
.login-action-login .message,
.login-action-login .success,
.login-action-lostpassword #login_error,
.login-action-lostpassword .message,
.login-action-lostpassword .success,
.login-action-rp #login_error,
.login-action-rp .message,
.login-action-rp .success,
.login-action-checkemail #login_error,
.login-action-checkemail .message,
.login-action-checkemail .success {
  font-size: 1.4rem;
  border: none;
}
.login-action-login #login_error a,
.login-action-login .message a,
.login-action-login .success a,
.login-action-lostpassword #login_error a,
.login-action-lostpassword .message a,
.login-action-lostpassword .success a,
.login-action-rp #login_error a,
.login-action-rp .message a,
.login-action-rp .success a,
.login-action-checkemail #login_error a,
.login-action-checkemail .message a,
.login-action-checkemail .success a {
  text-decoration: underline;
  color: #0F213E;
}
.login-action-login #login_error a:hover,
.login-action-login .message a:hover,
.login-action-login .success a:hover,
.login-action-lostpassword #login_error a:hover,
.login-action-lostpassword .message a:hover,
.login-action-lostpassword .success a:hover,
.login-action-rp #login_error a:hover,
.login-action-rp .message a:hover,
.login-action-rp .success a:hover,
.login-action-checkemail #login_error a:hover,
.login-action-checkemail .message a:hover,
.login-action-checkemail .success a:hover {
  color: #0F213E;
}

.login-action-lostpassword form input.button {
  max-width: 100%;
}
.login-action-lostpassword #nav a.wp-login-log-in {
  font-weight: 600;
}

.hero-static {
  position: relative;
}
.hero-static__image {
  overflow: hidden;
  position: relative;
}
.hero-static__image:before, .hero-static__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-static__image:before {
  background: rgba(0, 0, 0, 0.15);
}
.hero-static__image:after {
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.6) 0%, rgba(21, 114, 24, 0.15) 100%);
}
.hero-static__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-static__content {
  position: absolute;
  z-index: 5;
}
.hero-static h1, .hero-static h2 {
  font-size: var(--wp--preset--font-size--font-28);
  margin: 0;
  color: #fff;
}
.hero-static p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-static.home {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.hero-static.home .hero-static__image {
  height: 100vh;
  max-height: 760px;
}
.hero-static.home .hero-static__content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.hero-static.home h2 {
  font-size: var(--wp--preset--font-size--font-50);
}
.hero-static.home h2 + p {
  margin-top: var(--wp--preset--spacing--small);
}
.hero-static:not(.home) {
  margin-bottom: var(--wp--preset--spacing--xl);
}
.hero-static:not(.home) .hero-static__image {
  height: 45vh;
  max-height: 450px;
}
.hero-static:not(.home) .hero-static__content {
  padding-bottom: var(--wp--preset--spacing--l);
  bottom: 0;
  left: 0;
  right: 0;
}

.hero-video {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--l);
  padding-bottom: var(--wp--preset--spacing--xl);
  position: relative;
  background: var(--wp--preset--gradient--gray) !important;
  z-index: 1;
  border-bottom-left-radius: 75px;
}
@media (max-width: 550px) {
  .hero-video {
    border-bottom-left-radius: 0;
  }
}
.hero-video .wrap {
  width: calc(90% - 2.5vw) !important;
}
.hero-video:before {
  content: "";
  display: block;
  height: 600px;
  width: 600px;
  z-index: -1;
  position: absolute;
  top: -5rem;
  left: -10rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='644' height='614' fill='none' xmlns='http://www.w3.org/2000/svg'><circle cx='242.031' cy='212.077' r='401.227' transform='rotate(180 242.031 212.077)' fill='url(%23a)'/><defs><linearGradient id='a' x1='374.536' y1='165.217' x2='1.467' y2='-105.484' gradientUnits='userSpaceOnUse'><stop stop-color='%23224a8c' stop-opacity='.9'/><stop offset='1' stop-color='%231e60aa' stop-opacity='.1'/></linearGradient></defs></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
  animation: subtleDriftPulse 20s ease-in-out infinite;
  will-change: transform, opacity;
}
@media (max-width: 650px) {
  .hero-video:before {
    display: none;
  }
}
.hero-video:after {
  content: "";
  display: block;
  height: 600px;
  width: 600px;
  z-index: -1;
  position: absolute;
  bottom: -30px;
  right: 0;
  background-image: url("data:image/svg+xml;utf8,<svg width='707' height='646' fill='none' xmlns='http://www.w3.org/2000/svg'><mask id='a' style='mask-type:alpha' maskUnits='userSpaceOnUse' x='0' y='0' width='707' height='646'><path fill='%2346515e' d='M0 0h706.176v645.578H0z'/></mask><g mask='url(%23a)'><path d='M476.897 71.306c262.812 0 475.864 213.051 475.864 475.863S739.709 1023.03 476.897 1023.03 1.034 809.981 1.034 547.169 214.085 71.306 476.897 71.306m0 199.906c-152.407 0-275.957 123.551-275.957 275.958s123.55 275.957 275.957 275.957 275.957-123.55 275.957-275.957-123.55-275.958-275.957-275.958' fill='%23fff'/></g></svg>");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media (max-width: 650px) {
  .hero-video:after {
    display: none;
  }
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: 300px;
  min-height: 300px;
  border-radius: 6px;
}
@media (min-width: 650px) {
  .hero-video .hero-video__image {
    height: 450px;
    min-height: 450px;
  }
}
@media (min-width: 1024px) {
  .hero-video .hero-video__image {
    height: 480px;
    min-height: 480px;
  }
}
.hero-video .hero-video__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-video .hero-video__image .video-player,
.hero-video .hero-video__image .native-player {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border: none;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
.hero-video .hero-video__image .hero-home-widgets {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 9;
  border-radius: 6px;
  background: rgba(240, 241, 248, 0.8);
  padding: 2rem;
  display: flex;
  gap: 6rem;
  width: calc(100% - 8rem);
}
.hero-video .hero-video__image .hero-home-widgets .half {
  width: 100%;
  position: relative;
  display: flex;
  align-items: center;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__image .hero-home-widgets .half {
    width: 50%;
  }
}
.hero-video .hero-video__image .hero-home-widgets .half .image {
  height: 140px;
}
.hero-video .hero-video__image .hero-home-widgets .half .image img {
  width: 220px;
  height: 140px;
  border-radius: 6px;
}
.hero-video .hero-video__image .hero-home-widgets .half .cta a h3 {
  font-weight: 500;
  margin-bottom: 1.5rem;
}
.hero-video .hero-video__image .hero-home-widgets .half .cta a span.button {
  position: relative;
  display: flex;
  align-items: center;
}
.hero-video .hero-video__image .hero-home-widgets .half .cta a span.button:before {
  margin-right: 10px;
  content: "";
  width: 34px;
  height: 34px;
  transition: all ease-in-out 0.25s;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" fill="none"><rect width="32.955" height="33" x=".5" y=".5" stroke="%232b5a91" rx="16.478"/><path stroke="%23262b2f" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m11.9 12 5.078 4.978L11.9 22M16.978 12l5.077 4.978L16.978 22"/></svg>');
}
.hero-video .hero-video__image .hero-home-widgets .half .cta a:hover span.button:before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="34" height="34" fill="%2314a38b"><rect width="32.955" height="33" x=".5" y=".5" stroke="%2314a38b" rx="16.478"/><path stroke="%23fff" stroke-linecap="round" stroke-linejoin="round" stroke-width="1.2" d="m11.9 12 5.078 4.978L11.9 22M16.978 12l5.077 4.978L16.978 22"/></svg>');
}
.hero-video .hero-video__image .hero-home-widgets .half:first-child {
  align-items: center;
  gap: 3rem;
  display: none;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__image .hero-home-widgets .half:first-child {
    display: flex;
  }
}
.hero-video .hero-video__image .hero-home-widgets .half:last-child:after {
  position: absolute;
  left: -3rem;
  height: calc(100% + 4rem);
  width: 1px;
  background: rgba(38, 43, 47, 0.25);
  top: -2rem;
  bottom: 0;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__image .hero-home-widgets .half:last-child:after {
    content: "";
  }
}
.hero-video .hero-video__image .hero-stats {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  z-index: 9;
  border-radius: 6px;
  background: rgba(240, 241, 248, 0.8);
  padding: 3rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__image .hero-stats {
    padding: 5rem 4rem;
    flex-direction: row;
    gap: 6rem;
  }
}
.hero-video .hero-video__image .hero-stats .stat-item {
  display: flex;
  flex-direction: column;
  position: relative;
}
.hero-video .hero-video__image .hero-stats .stat-item:last-child:after {
  content: none;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__image .hero-stats .stat-item:after {
    content: "";
    border-right: 1px solid rgba(38, 43, 47, 0.25);
    width: 1px;
    display: block;
    position: absolute;
    right: -3rem;
    top: 0;
    bottom: 0;
    height: 100%;
  }
}
.hero-video .hero-video__image .hero-stats .stat-item h3 {
  font-weight: 500;
  margin-bottom: 1rem;
}
.hero-video .hero-video__image .hero-stats .stat-item span {
  font-size: var(--wp--preset--font-size--font-16);
  font-weight: 500;
  font-family: var(--wp--preset--font-family--secondary);
}
.hero-video h5 {
  padding: var(--wp--preset--spacing--xl) 0 0 0;
  max-width: 970px;
  font-size: var(--wp--preset--font-size--font-27);
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 1.38;
  font-weight: 400;
  color: #0D70BA;
  text-align: center;
  margin: 0 auto;
}
.hero-video .hero-video__content {
  padding: calc(var(--wp--preset--spacing--xl) + 5rem) 0 var(--wp--preset--spacing--normal) 0;
  z-index: 5;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__content {
    padding: calc(var(--wp--preset--spacing--xl) + 10rem) 0 var(--wp--preset--spacing--normal) 0;
  }
}
.hero-video .hero-video__content .wrap {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: flex-start;
  gap: 2rem;
}
@media (min-width: 1024px) {
  .hero-video .hero-video__content .wrap {
    flex-direction: row;
    align-items: flex-start;
  }
}
.hero-video h1,
.hero-video h2 {
  color: #0D70BA;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-28);
  font-weight: 600;
  line-height: 1.35;
  margin-bottom: 1.1ch;
  text-transform: none;
}
@media (min-width: 1024px) {
  .hero-video h1,
  .hero-video h2 {
    width: 33.33%;
  }
}
.hero-video p {
  max-width: none;
  font-size: var(--wp--preset--font-size--font-27);
  font-family: var(--wp--preset--font-family--secondary);
  line-height: 1.38;
  font-weight: 400;
  color: #0D70BA;
}
@media (min-width: 1024px) {
  .hero-video p {
    width: calc(66.66% - 2rem);
  }
}

@keyframes subtleDriftPulse {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
  25% {
    transform: translate(15px, -10px) scale(1.03);
    opacity: 0.35;
  }
  50% {
    transform: translate(25px, 15px) scale(1.05);
    opacity: 0.28;
  }
  75% {
    transform: translate(-10px, 20px) scale(1.02);
    opacity: 0.33;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 0.3;
  }
}
@keyframes subtleFullOpacityDrift {
  0% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
  25% {
    transform: translate(10px, -8px) scale(1.02);
    opacity: 0.92;
  }
  50% {
    transform: translate(15px, 10px) scale(1.03);
    opacity: 0.85;
  }
  75% {
    transform: translate(-8px, 12px) scale(1.01);
    opacity: 0.93;
  }
  100% {
    transform: translate(0, 0) scale(1);
    opacity: 1;
  }
}/*# sourceMappingURL=theme-styles.css.map */