@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-column,
.wp-block-cover,
.fade,
.hero {
  opacity: 0;
}

@keyframes pulse {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.2);
    opacity: 0.85;
  }
}
@keyframes progress {
  0% {
    stroke-dashoffset: 125.664px;
  }
  90% {
    stroke-dashoffset: 0;
  }
  100% {
    stroke-dashoffset: -125.664px;
  }
}
@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;
  }
}
@font-face {
  font-family: "PP Fragment";
  src: url("../assets/fonts/PPFragment/PPCaledoniaFragment-GlareLight.woff2") format("woff2"), url("../assets/fonts/PPFragment/PPCaledoniaFragment-GlareLight.woff") format("woff"), url("../assets/fonts/PPFragment/PPCaledoniaFragment-GlareLight.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caledonia Diatype";
  src: url("../assets/fonts/Diatype/CaledoniaDiatype-Bold.woff2") format("woff2"), url("../assets/fonts/Diatype/CaledoniaDiatype-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caledonia Diatype";
  src: url("../assets/fonts/Diatype/CaledoniaDiatype-Light.woff2") format("woff2"), url("../assets/fonts/Diatype/CaledoniaDiatype-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caledonia Diatype";
  src: url("../assets/fonts/Diatype/CaledoniaDiatype-Medium.woff2") format("woff2"), url("../assets/fonts/Diatype/CaledoniaDiatype-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Caledonia Diatype";
  src: url("../assets/fonts/Diatype/CaledoniaDiatype-Regular.woff2") format("woff2"), url("../assets/fonts/Diatype/CaledoniaDiatype-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
*: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;
  font-size: 16px;
  padding-left: 0.5rem;
  opacity: 0.4;
  font-family: var(--wp--preset--font-family--primary);
}

sub {
  bottom: -0.25em;
}

::-moz-placeholder {
  color: rgba(1, 0, 53, 0.8);
}

::placeholder {
  color: rgba(1, 0, 53, 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 #F0D8B2;
  outline-offset: 4px;
}

.skip-link {
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-transform: uppercase;
  padding: 9px 12px 7px 12px;
  color: #010035;
  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 #F0D8B2;
  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%);
}

:root {
  --plyr-color-main: #010035;
}
:root :where(.wp-block-group) {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media (min-width: 1024px) {
  :root :where(.wp-block-group) {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}
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(240, 216, 178, 0.35);
}

::selection {
  background: rgba(240, 216, 178, 0.35);
}

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

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

.ml0 {
  margin-left: 0rem !important;
}

.mr0 {
  margin-right: 0rem !important;
}

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

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

.pl0 {
  padding-left: 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;
}

.ml1 {
  margin-left: 1rem !important;
}

.mr1 {
  margin-right: 1rem !important;
}

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

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

.pl1 {
  padding-left: 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;
}

.ml2 {
  margin-left: 2rem !important;
}

.mr2 {
  margin-right: 2rem !important;
}

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

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

.pl2 {
  padding-left: 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;
}

.ml3 {
  margin-left: 3rem !important;
}

.mr3 {
  margin-right: 3rem !important;
}

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

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

.pl3 {
  padding-left: 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;
}

.ml4 {
  margin-left: 4rem !important;
}

.mr4 {
  margin-right: 4rem !important;
}

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

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

.pl4 {
  padding-left: 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;
}

.ml5 {
  margin-left: 5rem !important;
}

.mr5 {
  margin-right: 5rem !important;
}

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

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

.pl5 {
  padding-left: 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;
}

.ml6 {
  margin-left: 6rem !important;
}

.mr6 {
  margin-right: 6rem !important;
}

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

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

.pl6 {
  padding-left: 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;
}

.ml7 {
  margin-left: 7rem !important;
}

.mr7 {
  margin-right: 7rem !important;
}

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

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

.pl7 {
  padding-left: 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;
}

.ml8 {
  margin-left: 8rem !important;
}

.mr8 {
  margin-right: 8rem !important;
}

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

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

.pl8 {
  padding-left: 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;
}

.ml9 {
  margin-left: 9rem !important;
}

.mr9 {
  margin-right: 9rem !important;
}

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

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

.pl9 {
  padding-left: 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;
}

.ml10 {
  margin-left: 10rem !important;
}

.mr10 {
  margin-right: 10rem !important;
}

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

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

.pl10 {
  padding-left: 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;
  }
}
.mt11 {
  margin-top: 11rem !important;
}

.mb11 {
  margin-bottom: 11rem !important;
}

.ml11 {
  margin-left: 11rem !important;
}

.mr11 {
  margin-right: 11rem !important;
}

.pt11 {
  padding-top: 11rem !important;
}

.pb11 {
  padding-bottom: 11rem !important;
}

.pl11 {
  padding-left: 11rem !important;
}

.p11 {
  padding: 11rem !important;
}

@media (max-width: 781px) {
  .mt11-sm {
    margin-top: 11rem !important;
  }
  .mb11-sm {
    margin-bottom: 11rem !important;
  }
  .pt11-sm {
    padding-top: 11rem !important;
  }
  .pb11-sm {
    padding-bottom: 11rem !important;
  }
}
@media (min-width: 782px) {
  .mb11-lg {
    margin-bottom: 11rem !important;
  }
}
.mt12 {
  margin-top: 12rem !important;
}

.mb12 {
  margin-bottom: 12rem !important;
}

.ml12 {
  margin-left: 12rem !important;
}

.mr12 {
  margin-right: 12rem !important;
}

.pt12 {
  padding-top: 12rem !important;
}

.pb12 {
  padding-bottom: 12rem !important;
}

.pl12 {
  padding-left: 12rem !important;
}

.p12 {
  padding: 12rem !important;
}

@media (max-width: 781px) {
  .mt12-sm {
    margin-top: 12rem !important;
  }
  .mb12-sm {
    margin-bottom: 12rem !important;
  }
  .pt12-sm {
    padding-top: 12rem !important;
  }
  .pb12-sm {
    padding-bottom: 12rem !important;
  }
}
@media (min-width: 782px) {
  .mb12-lg {
    margin-bottom: 12rem !important;
  }
}
.mt13 {
  margin-top: 13rem !important;
}

.mb13 {
  margin-bottom: 13rem !important;
}

.ml13 {
  margin-left: 13rem !important;
}

.mr13 {
  margin-right: 13rem !important;
}

.pt13 {
  padding-top: 13rem !important;
}

.pb13 {
  padding-bottom: 13rem !important;
}

.pl13 {
  padding-left: 13rem !important;
}

.p13 {
  padding: 13rem !important;
}

@media (max-width: 781px) {
  .mt13-sm {
    margin-top: 13rem !important;
  }
  .mb13-sm {
    margin-bottom: 13rem !important;
  }
  .pt13-sm {
    padding-top: 13rem !important;
  }
  .pb13-sm {
    padding-bottom: 13rem !important;
  }
}
@media (min-width: 782px) {
  .mb13-lg {
    margin-bottom: 13rem !important;
  }
}
.mt14 {
  margin-top: 14rem !important;
}

.mb14 {
  margin-bottom: 14rem !important;
}

.ml14 {
  margin-left: 14rem !important;
}

.mr14 {
  margin-right: 14rem !important;
}

.pt14 {
  padding-top: 14rem !important;
}

.pb14 {
  padding-bottom: 14rem !important;
}

.pl14 {
  padding-left: 14rem !important;
}

.p14 {
  padding: 14rem !important;
}

@media (max-width: 781px) {
  .mt14-sm {
    margin-top: 14rem !important;
  }
  .mb14-sm {
    margin-bottom: 14rem !important;
  }
  .pt14-sm {
    padding-top: 14rem !important;
  }
  .pb14-sm {
    padding-bottom: 14rem !important;
  }
}
@media (min-width: 782px) {
  .mb14-lg {
    margin-bottom: 14rem !important;
  }
}
.mt15 {
  margin-top: 15rem !important;
}

.mb15 {
  margin-bottom: 15rem !important;
}

.ml15 {
  margin-left: 15rem !important;
}

.mr15 {
  margin-right: 15rem !important;
}

.pt15 {
  padding-top: 15rem !important;
}

.pb15 {
  padding-bottom: 15rem !important;
}

.pl15 {
  padding-left: 15rem !important;
}

.p15 {
  padding: 15rem !important;
}

@media (max-width: 781px) {
  .mt15-sm {
    margin-top: 15rem !important;
  }
  .mb15-sm {
    margin-bottom: 15rem !important;
  }
  .pt15-sm {
    padding-top: 15rem !important;
  }
  .pb15-sm {
    padding-bottom: 15rem !important;
  }
}
@media (min-width: 782px) {
  .mb15-lg {
    margin-bottom: 15rem !important;
  }
}
.mt16 {
  margin-top: 16rem !important;
}

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

.ml16 {
  margin-left: 16rem !important;
}

.mr16 {
  margin-right: 16rem !important;
}

.pt16 {
  padding-top: 16rem !important;
}

.pb16 {
  padding-bottom: 16rem !important;
}

.pl16 {
  padding-left: 16rem !important;
}

.p16 {
  padding: 16rem !important;
}

@media (max-width: 781px) {
  .mt16-sm {
    margin-top: 16rem !important;
  }
  .mb16-sm {
    margin-bottom: 16rem !important;
  }
  .pt16-sm {
    padding-top: 16rem !important;
  }
  .pb16-sm {
    padding-bottom: 16rem !important;
  }
}
@media (min-width: 782px) {
  .mb16-lg {
    margin-bottom: 16rem !important;
  }
}
.hide {
  display: none !important;
}

@media (max-width: 781px) {
  .hide-sm {
    display: none !important;
  }
}
.has-underline {
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.curtain {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 9998;
  transform: translateY(-100%);
}

.curtain-1 {
  background-color: #010035;
}

.curtain-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: #010035;
  opacity: 0;
  z-index: -1;
}

.curtain-hidden {
  opacity: 0;
  z-index: -1;
  transform: translateY(100%);
}

a {
  text-decoration: none;
  transition: color 0.25s ease-in-out;
}

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: rgba(1, 0, 53, 0.6);
}
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,
h2 + .is-style-introborder, h3 + .is-style-intro,
h3 + .is-style-introborder, h4 + .is-style-intro,
h4 + .is-style-introborder, h5 + .is-style-intro,
h5 + .is-style-introborder, h6 + .is-style-intro,
h6 + .is-style-introborder {
  margin-top: 2ch;
}

.main {
  overflow: hidden;
}

.wrap {
  max-width: var(--wp--style--global--content-size);
  margin: 0 auto;
}

.narrow {
  max-width: 770px;
  margin: 6rem auto;
}
@media (min-width: 1024px) {
  .narrow {
    margin: 12rem auto;
  }
}

.parallax-up {
  margin-top: 100vh;
  background: white;
  position: relative;
  z-index: 4;
}

.has-global-padding > .alignfull {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

#content {
  background-color: white;
}

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

@media (min-width: 1024px) {
  .has-sidebar {
    display: flex;
    flex-wrap: wrap;
    gap: 6rem;
  }
  .has-sidebar #content {
    width: calc(100% - 28rem);
  }
  .has-sidebar #sidebar {
    width: 22rem;
  }
  .has-sidebar.sidebar-left {
    flex-direction: row-reverse;
  }
}
#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 {
  border-top: 2px solid #FF8A45;
  padding: 1.5rem 0;
  background: #010035;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.25s ease-in-out;
}
@media (min-width: 1200px) {
  header > .wrap {
    grid-template-columns: 220px auto 220px !important;
  }
}
.admin-bar header {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header {
    top: 32px;
  }
}
header.sticky {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  background: #F3E8D7;
  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);
  border-top: 4px solid #F3E8D7;
}
header.sticky .branding a > svg path {
  display: none;
}
header.sticky .branding a > svg .icon > path {
  display: block;
  fill: #010035;
}
header .search-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #010035;
  height: -moz-fit-content;
  height: fit-content;
  z-index: 9999999;
  display: flex;
  align-items: center;
  transform: translateY(-100%);
  opacity: 0;
  transition: transform 0.4s ease, opacity 0.4s ease;
  pointer-events: none;
}
.admin-bar header .search-popup {
  top: 46px;
}
@media screen and (min-width: 782px) {
  .admin-bar header .search-popup {
    top: 32px;
  }
}
header .search-popup.active {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
header .search-popup .wrap {
  width: 100%;
  display: flex;
  align-items: flex-start;
}
header .search-popup .search-popup-inner {
  background: #010035;
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
header .search-popup .search-popup-inner .search-form-wrapper {
  display: flex;
  align-items: center;
  width: 100%;
}
header .search-popup .search-popup-inner .search-form-wrapper .search-icon {
  width: 28px;
  height: 28px;
  padding-bottom: 5px;
}
header .search-popup .search-popup-inner .search-form-wrapper .search-close {
  cursor: pointer;
}
header .search-popup .search-popup-inner .search-form-wrapper .search-close circle {
  transition: fill cubic-bezier(0.4, 0, 0.2, 1) 0.25s;
}
header .search-popup .search-popup-inner .search-form-wrapper .search-close:hover circle {
  fill: #FF8A45;
}
header .search-popup .search-popup-inner .search-form-wrapper form {
  width: 100%;
}
header .search-popup .search-popup-inner .search-form-wrapper form input {
  padding: 2rem;
  background: transparent;
  color: white;
  border: none;
  text-transform: none;
  font-size: var(--wp--preset--font-size--font-16);
}
header .search-popup .search-popup-inner .search-form-wrapper form input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}
header .search-popup .search-popup-inner .search-form-wrapper form input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 1024px) {
  header .search-popup .search-popup-inner .search-form-wrapper form input {
    padding: 3rem 2rem 3rem 2rem;
  }
}
header .search-popup .search-popup-inner .ajax-search-results {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 4rem 0;
  width: 100%;
  display: none;
}
header .search-popup .search-popup-inner .ajax-search-results ul li {
  margin-bottom: 16px;
  line-height: 1.1;
}
header .search-popup .search-popup-inner .ajax-search-results ul li a {
  font-size: var(--wp--preset--font-size--font-16);
  color: rgba(255, 255, 255, 0.4);
}
header .search-popup .search-popup-inner .ajax-search-results ul li a .highlight {
  color: white;
}
header .search-popup .search-popup-inner .ajax-search-results ul li a:hover {
  color: #FF8A45;
}
header .search-popup .search-popup-inner .ajax-search-results ul li a:hover .highlight {
  color: #FF8A45;
}
header .search-popup .search-popup-inner .ajax-search-results .wp-block-button {
  margin-top: 3.2rem;
}
header .search-popup .search-popup-inner .ajax-search-results .wp-block-button .wp-block-button__link {
  color: white;
}
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 {
  width: 100%;
}
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-16);
}
header .menu-item-search {
  width: 4rem;
  height: 4rem;
}
@media (min-width: 1024px) {
  header .menu-item-search {
    padding-top: 0.5rem;
    display: flex;
    justify-self: flex-end;
  }
}
header .menu-item-search .search-toggle {
  width: 4rem;
  height: 4rem;
  line-height: 40px;
  border-radius: 30px;
  border: 1.5px solid white;
  cursor: pointer;
}
header .menu-item-search .search-toggle svg {
  width: 20px;
  height: 20px;
  margin: auto;
}

@media (max-width: 1023px) {
  #nav-expander {
    width: 22px;
    padding: 12px 0;
    background: none;
    border: none;
    outline: none;
    position: absolute;
    top: 0;
    bottom: 0;
    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: #010035;
  }
  header.sticky:not(.menu-open) #nav-expander .bar:before, header.sticky:not(.menu-open) #nav-expander .bar:after {
    background: #010035;
  }
  header.sticky.menu-open #nav-expander .bar:before, header.sticky.menu-open #nav-expander .bar:after {
    background: #010035;
  }
  header.sticky .search-toggle path {
    stroke: #010035;
  }
  header .wrap {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  header .menu-item-search {
    margin-right: 4rem;
  }
  header .menu-item-search .search-toggle {
    border: none;
  }
  header #sitenav {
    display: block;
    width: 100vw;
    height: 100vh;
    padding: 60px 0 30px 0;
    position: fixed;
    background: white;
    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 .mega-menu-footer {
    display: none;
  }
  header #sitenav .menu .wrap {
    width: 100%;
  }
  header #sitenav .menu li {
    margin: 0;
    padding-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header #sitenav .menu li a {
    display: block;
    color: #010035;
  }
  header #sitenav .menu li.current-menu-item > a, header #sitenav .menu li.current-menu-parent > a {
    color: #FF8A45;
  }
  header #sitenav .menu .sub-toggle {
    display: none;
  }
  header #sitenav .menu > li {
    padding: 2.4rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  }
  header #sitenav .menu > li.open {
    background: #F9F3EB;
  }
  header #sitenav .menu > li > a {
    font-size: var(--wp--preset--font-size--font-24);
    font-family: var(--wp--preset--font-family--secondary);
  }
  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: 12px 0;
  }
  header #sitenav .menu > li.menu-item-has-children > .child-menu li.current-menu-item a {
    color: #FF8A45;
  }
  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,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4 6.5L8 10.5L12 6.5" stroke="%23010035" stroke-width="1.33333" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    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 {
    padding-top: 2.4rem;
    z-index: 1;
    opacity: 1;
    visibility: visible;
  }
  header.menu-open .branding {
    z-index: 9;
  }
  header.menu-open #sitenav {
    margin-top: 70px;
    padding-top: 0;
    visibility: visible;
    opacity: 1;
    pointer-events: all;
    overflow-y: scroll;
  }
}
@media (min-width: 1024px) {
  #nav-expander,
  .sub-toggle {
    display: none;
  }
  header {
    padding-top: 2.5rem;
    padding-bottom: 0rem;
  }
  header.sticky {
    padding-top: 1.8rem;
    padding-bottom: 0;
    transform: translateY(-100%);
  }
  header.sticky #sitenav .menu > li {
    padding-bottom: 3rem;
  }
  header.sticky #sitenav .menu > li a {
    color: #010035;
  }
  header.sticky .menu-item-search .search-toggle {
    border-color: rgba(1, 0, 53, 0.2);
  }
  header.sticky .menu-item-search .search-toggle > svg path {
    stroke: #010035;
    display: block;
  }
  header.sticky .search-popup {
    top: -4px;
  }
  header > .wrap {
    display: grid;
    grid-template-columns: 200px auto 135px;
    gap: 2.5%;
    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:hover > li > a {
    opacity: 0.5;
  }
  header .menu li {
    margin: 0;
  }
  header .menu > li {
    padding: 1rem 0 3.5rem 0;
    position: relative;
    transition: padding 0.25s ease-in-out;
  }
  header .menu > li > a {
    position: relative;
    transition: opacity 0.3s ease;
  }
  header .menu > li.current-menu-item > a:after, header .menu > li.current-menu-ancestor > a:after {
    content: "";
    border-bottom: 2px solid #FF8A45;
    display: block;
    bottom: -5px;
    position: absolute;
    width: 100%;
  }
  header .menu > li > .child-menu {
    transform: translateY(0px);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all 0.3s ease;
  }
  header .menu > li.open > .child-menu {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header .menu > li:hover > a, header .menu > li:active > a, header .menu > li:focus > a, header .menu > li:focus-visible > a, header .menu > li.in-focus > a {
    opacity: 1;
  }
  header .menu > li:hover > a:before, header .menu > li:active > a:before, header .menu > li:focus > a:before, header .menu > li:focus-visible > a:before, header .menu > li.in-focus > a:before {
    border-color: #F0D8B2;
  }
  header .child-menu {
    min-width: 280px;
    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);
    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: 0.2ch 1.2ch;
  }
  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: #FF8A45;
  }
  header .child-menu li.current-menu-item a {
    color: #FF8A45 !important;
  }
  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: #010035;
  }
  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;
    padding-top: 40px;
    padding-bottom: 40px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.15);
    background-image: url(../assets/images/theme/mega-menu-overlay.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
  }
  header .has-megamenu .child-menu .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    min-height: 300px;
  }
  header .has-megamenu .child-menu .mm-menu {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }
  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;
    width: -moz-fit-content;
    width: fit-content;
  }
  header .has-megamenu .child-menu .sub-menu.col2 {
    -moz-columns: 2;
         columns: 2;
    -moz-column-gap: 55px;
         column-gap: 55px;
  }
  header .has-megamenu .child-menu .sub-menu.col2 li {
    max-width: 100%;
  }
  header .has-megamenu .child-menu .sub-menu li {
    margin: 0;
    padding: 0;
  }
  header .has-megamenu .child-menu .sub-menu li a {
    padding: 4px 0;
    transition: -webkit-text-decoration ease-in-out 0.25s;
    transition: text-decoration ease-in-out 0.25s;
    transition: text-decoration ease-in-out 0.25s, -webkit-text-decoration ease-in-out 0.25s;
  }
  header .has-megamenu .child-menu .sub-menu li a:hover {
    color: #010035;
    text-decoration: underline;
    text-underline-offset: 8px;
  }
  header .has-megamenu .child-menu .mega-menu-footer {
    display: flex;
    font-size: var(--wp--preset--font-size--font-14) !important;
    border-top: 1px solid rgba(1, 0, 53, 0.1);
    padding-top: 4rem;
    margin-top: 6rem;
    align-items: center;
    gap: 5rem;
  }
  header .has-megamenu .child-menu .mega-menu-footer p {
    margin: 0 !important;
  }
  header .has-megamenu .child-menu .mega-menu-footer a {
    font-size: var(--wp--preset--font-size--font-14) !important;
  }
  header .has-megamenu .child-menu .mega-menu-footer .mm-tools {
    display: flex;
    align-items: center;
    font-size: var(--wp--preset--font-size--font-14) !important;
    color: #010035;
  }
  header .has-megamenu .child-menu .mega-menu-footer .mm-tools iframe {
    height: 20px;
    width: 200px;
  }
  header .has-megamenu .child-menu .mega-menu-footer .mm-external:last-of-type {
    margin-left: auto !important;
  }
  header .has-megamenu .child-menu .mega-menu-footer .mm-external a {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path d="M9 7.43555V10.4355C9 10.7008 8.89464 10.9551 8.70711 11.1427C8.51957 11.3302 8.26522 11.4355 8 11.4355H2.5C2.23478 11.4355 1.98043 11.3302 1.79289 11.1427C1.60536 10.9551 1.5 10.7008 1.5 10.4355V4.93555C1.5 4.67033 1.60536 4.41598 1.79289 4.22844C1.98043 4.0409 2.23478 3.93555 2.5 3.93555H5.5" stroke="%23010035" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 2.43555H10.5V5.43555" stroke="%23010035" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 7.93555L10.5 2.43555" stroke="%23010035" stroke-linecap="round" stroke-linejoin="round"/></svg>');
    background-repeat: no-repeat;
    background-size: 14px;
    background-position: left center;
    padding-left: 20px;
  }
}
footer {
  padding: 8rem 0 8rem 0;
  background: #010035;
  color: white;
  font-size: var(--wp--preset--font-size--font-14);
  z-index: 999;
  position: relative;
}
footer h5 {
  color: white;
  line-height: 140%;
  margin-bottom: 2.4rem;
}
footer p {
  font-size: var(--wp--preset--font-size--font-14) !important;
}
footer a {
  color: white;
}
footer a:hover {
  color: white;
  text-decoration: underline;
  text-underline-offset: 8px;
}
footer ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .columns .wrap {
  padding-bottom: 4rem;
}
footer .columns .col .menu li {
  margin-bottom: 0;
}
footer .columns .col.col-2 .menu li {
  margin-bottom: 16px;
}
footer .columns .col.col-2 .menu li.icon a {
  background-repeat: no-repeat;
  background-size: 32px;
  background-position: left center;
  padding-left: 48px;
  display: block;
  position: relative;
}
footer .columns .col.col-2 .menu li.icon a:hover {
  color: inherit;
  text-decoration: none;
}
footer .columns .col.col-2 .menu li.btn a::before, footer .columns .col.col-2 .menu li.btn a::after, footer .columns .col.col-2 .menu li.linkedin a::before, footer .columns .col.col-2 .menu li.linkedin a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.3s ease;
}
footer .columns .col.col-2 .menu li.btn a::before, footer .columns .col.col-2 .menu li.linkedin a::before {
  opacity: 1;
}
footer .columns .col.col-2 .menu li.btn a::after, footer .columns .col.col-2 .menu li.linkedin a::after {
  opacity: 0;
}
footer .columns .col.col-2 .menu li.btn a:hover::before, footer .columns .col.col-2 .menu li.linkedin a:hover::before {
  opacity: 0;
}
footer .columns .col.col-2 .menu li.btn a:hover::after, footer .columns .col.col-2 .menu li.linkedin a:hover::after {
  opacity: 1;
}
footer .columns .col.col-2 .menu li.btn a::before {
  background-image: url(../assets/images/theme/icon-arrow-right.svg);
}
footer .columns .col.col-2 .menu li.btn a::after {
  background-image: url(../assets/images/theme/icon-arrow-right-fill.svg);
}
footer .columns .col.col-2 .menu li.linkedin a::before {
  background-image: url(../assets/images/theme/icon-linkedin.svg);
}
footer .columns .col.col-2 .menu li.linkedin a::after {
  background-image: url(../assets/images/theme/icon-linkedin-fill.svg);
}
footer .columns .col.col-3 p {
  color: rgba(255, 255, 255, 0.7);
  line-height: 160%;
}
footer .columns .col.col-3 a {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="13" viewBox="0 0 12 13" fill="none"><path d="M9 7.43555V10.4355C9 10.7008 8.89464 10.9551 8.70711 11.1427C8.51957 11.3302 8.26522 11.4355 8 11.4355H2.5C2.23478 11.4355 1.98043 11.3302 1.79289 11.1427C1.60536 10.9551 1.5 10.7008 1.5 10.4355V4.93555C1.5 4.67033 1.60536 4.41598 1.79289 4.22844C1.98043 4.0409 2.23478 3.93555 2.5 3.93555H5.5" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M7.5 2.43555H10.5V5.43555" stroke="white" stroke-linecap="round" stroke-linejoin="round"/><path d="M5 7.93555L10.5 2.43555" stroke="white" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-repeat: no-repeat;
  background-size: 14px;
  background-position: left center;
  padding-left: 20px;
}
@media (max-width: 1023px) {
  footer .columns .col {
    padding-bottom: 4rem;
    margin-bottom: 4rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  footer .columns .col:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }
}
@media (min-width: 1024px) {
  footer .columns .col {
    padding-left: 4rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
}
footer .policy-footer .wrap {
  padding: 2.4rem 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 4rem;
}
footer .policy-footer .wrap .menu {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
footer .policy-footer .wrap .menu li {
  margin-bottom: 0;
}
footer .policy-footer .wrap .time #gmt-time {
  opacity: 0.5;
  margin-right: 1.6rem;
}
@media (min-width: 1024px) {
  footer .policy-footer .wrap .menu {
    gap: 4rem;
  }
  footer .policy-footer .wrap .menu li:first-child a {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    padding-left: 4rem;
  }
}
footer .subfooter {
  margin-top: 2.4rem;
}
footer .subfooter .wrap {
  display: flex;
  justify-content: space-between;
  gap: 4rem;
}
footer .subfooter .wrap .copyright {
  line-height: 160%;
  color: rgba(255, 255, 255, 0.5);
  margin-bottom: 2.4rem;
}
footer .subfooter .wrap .credit a {
  text-decoration: underline;
}
footer .social-links {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--small);
}
footer .social-links__link {
  display: block;
}
footer .social-links svg {
  width: 30px;
}
@media (min-width: 782px) {
  footer .columns .wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 2.5%;
    justify-content: space-between;
  }
  footer .columns .wrap .col {
    flex: 1;
  }
}

.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 .widget-area {
  margin-bottom: var(--wp--preset--spacing--normal);
}
@media (min-width: 1024px) {
  #sidebar .widget-area {
    position: sticky;
    top: 90px;
  }
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar ul li {
  margin: 0;
  padding: 0;
  position: relative;
}
#sidebar ul li:first-child a {
  font-size: var(--wp--preset--font-size--font-20);
  color: #010035;
}
#sidebar ul li.current_page_item a {
  font-weight: 500;
  color: #8559D7;
}
#sidebar ul a {
  display: block;
  font-size: 1.6rem;
  line-height: 1.375;
  padding: 1ch 0;
  transition: color 0.25s ease-in-out;
}
#sidebar ul a:hover, #sidebar ul a:active, #sidebar ul a:focus {
  color: #010035;
}
#sidebar .b2blog h5 {
  font-size: var(--wp--preset--font-size--font-20);
  font-weight: 600;
  margin: 0 0 2ch 0;
  padding: 1ch 0;
  color: #010035;
  position: relative;
}
#sidebar .b2blog .btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 20px 16px 20px 65px;
  color: #010035;
  background: #F3E8D7;
  border-radius: 88px;
  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);
  position: relative;
  width: 100%;
  max-width: 200px;
  justify-content: center;
  padding: 1.1ch 1ch;
}
#sidebar .b2blog .btn:before, #sidebar .b2blog .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  display: inline-block;
  flex-shrink: 0;
  transition: opacity 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
#sidebar .b2blog .btn:before {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right.svg);
  opacity: 1;
  z-index: 1;
}
#sidebar .b2blog .btn:after {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right-fill.svg);
  opacity: 0;
  z-index: 2;
}
#sidebar .b2blog .btn:hover:after, #sidebar .b2blog .btn:active:after, #sidebar .b2blog .btn:focus:after {
  opacity: 1;
}
#sidebar .b2blog .btn:hover:before, #sidebar .b2blog .btn:active:before, #sidebar .b2blog .btn:focus:before {
  opacity: 0;
}
#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: #010035;
}
#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) {
  .page-id-658 #sidebar .widget-area {
    position: relative;
    top: 0;
  }
}
body.single #content .narrow {
  padding-top: 4rem;
  border-top: 1px solid rgba(1, 0, 53, 0.1);
  margin-bottom: 16rem;
}
body.single #content .social-share {
  padding-top: 4rem;
  margin-top: 4rem;
  border-top: 1px solid rgba(1, 0, 53, 0.1);
}
body.single #content .social-share p {
  color: #010035;
  font-size: var(--wp--preset--font-size--font-18);
}
body.single #content .social-share .icons {
  display: flex;
  gap: 1.6rem;
}
body.single #content .social-share .icons svg path,
body.single #content .social-share .icons svg circle {
  transition: fill ease 0.25s;
}
body.single #content .social-share .icons a:hover svg path {
  fill: white;
}
body.single #content .social-share .icons a:hover svg circle {
  fill: #010035;
  opacity: 1;
}
body.single.single-post .related-posts--list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 4rem;
  border-top: 1px solid rgba(1, 0, 53, 0.1);
  border-bottom: 1px solid rgba(1, 0, 53, 0.1);
  margin: 4rem 0 12rem 0;
  padding: 4rem 0;
}
body.single.single-post .related-posts--list .excerpt {
  width: 100%;
  background: #f2f5ff;
  padding: 3.2rem;
  border-radius: 8px;
  display: flex;
  flex-direction: column;
  height: 100%;
}
body.single.single-post .related-posts--list .excerpt .meta-fields {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 1.6rem;
  margin-bottom: 1.6rem;
}
body.single.single-post .related-posts--list .excerpt .meta-fields p {
  font-size: var(--wp--preset--font-size--font-14);
  margin: 0 !important;
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  padding-left: 1.6rem;
  color: #010035;
  line-height: 110%;
}
body.single.single-post .related-posts--list .excerpt .meta-fields p.meta {
  color: rgba(1, 0, 53, 0.5);
}
body.single.single-post .related-posts--list .excerpt .meta-fields p:first-child {
  padding-left: 0;
  border-left: 0;
}
body.single.single-post .related-posts--list .excerpt .meta-fields .icon {
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  padding-left: 1.6rem;
}
body.single.single-post .related-posts--list .excerpt h3 {
  font-size: var(--wp--preset--font-size--font-32);
  line-height: 130%;
}
body.single.single-post .related-posts--list .excerpt .wp-block-buttons {
  margin-top: auto !important;
  padding-top: 2rem;
}
body.single.single-post .related-posts--list .excerpt .wp-block-buttons .wp-block-button .wp-block-button__link {
  font-size: var(--wp--preset--font-size--font-14);
}
body.single.single-post .related-posts--list .excerpt:hover .wp-block-button .wp-block-button__link:before {
  opacity: 0;
}
body.single.single-post .related-posts--list .excerpt:hover .wp-block-button .wp-block-button__link:after {
  opacity: 1;
}
@media (min-width: 768px) {
  body.single.single-post .related-posts--list {
    flex-direction: row;
  }
  body.single.single-post .related-posts--list .excerpt {
    width: calc(50% - 2rem);
    flex-grow: 1;
  }
}
@media (min-width: 1024px) {
  body.single.single-post .related-posts--list .excerpt {
    width: calc(33% - 3rem);
  }
}

.single #content .btn {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 20px 16px 20px 65px;
  color: #010035;
  background: #F3E8D7;
  border-radius: 88px;
  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);
  position: relative;
  margin-top: 3ch;
}
.single #content .btn:before, .single #content .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  display: inline-block;
  flex-shrink: 0;
  transition: opacity 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.single #content .btn:before {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right.svg);
  opacity: 1;
  z-index: 1;
}
.single #content .btn:after {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right-fill.svg);
  opacity: 0;
  z-index: 2;
}
.single #content .btn:hover:after, .single #content .btn:active:after, .single #content .btn:focus:after {
  opacity: 1;
}
.single #content .btn:hover:before, .single #content .btn:active:before, .single #content .btn:focus:before {
  opacity: 0;
}

.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: 8px 15px;
  background: #F3E8D7;
  color: #010035;
  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: #010035;
  color: #fff;
}

.pl24 {
  padding-left: 2.4rem !important;
}

.mt24 {
  margin-top: 2.4rem !important;
}

.mt32 {
  margin-top: 3.2rem !important;
}

.text300 {
  max-width: 300px !important;
}

.text380 {
  max-width: 380px !important;
}

.text420 {
  max-width: 420px !important;
}

.text620 {
  max-width: 620px !important;
}

.text720 {
  max-width: 720px !important;
}

.gap24 {
  gap: 2.4rem !important;
}

.float-left {
  float: left;
}

.home-stats .statistics .statistics__number {
  font-size: var(--wp--preset--font-size--font-56);
}
.home-stats .statistics p.statistics__title {
  margin-top: 0.75rem !important;
}

.home-boxes-wrapper {
  background-image: url(../assets/images/theme/home-boxes-overlay.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
}

.home-results-bg {
  background-image: url(../assets/images/theme/home-results-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.home-sustainability-bg {
  background-image: url(../assets/images/theme/home-sustainability-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.investors-bg {
  background-image: url(../assets/images/theme/investors-results-bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}

.wp-block-cover.risk-management .wp-block-cover__image-background {
  filter: none !important;
  opacity: 1 !important;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
}
.wp-block-cover.risk-management .wp-block-cover__background {
  background-color: transparent !important;
}
.wp-block-cover.risk-management .wp-block-columns:first-of-type {
  background: none;
}
.wp-block-cover.risk-management .wp-block-columns:first-of-type .wp-block-column {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  padding-left: 4rem;
}
.wp-block-cover.risk-management .wp-block-columns:last-of-type {
  padding: 4.5rem 3rem 4.5rem 3rem;
}
.wp-block-cover.risk-management .wp-block-columns:last-of-type .wp-block-column:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.1) !important;
}
@media (min-width: 1024px) {
  .wp-block-cover.risk-management .wp-block-columns:last-of-type {
    padding: 11.5rem 3rem 4.5rem 3rem;
  }
}

.investor-stats .wp-block-column {
  padding-left: 2.4rem;
}
.investor-stats .statistics .statistics__number {
  font-size: var(--wp--preset--font-size--font-48);
}
.investor-stats .statistics p.statistics__number-small {
  margin-top: 1rem !important;
  color: #010035;
}

.accordion.shareholder > input + .acc-title span {
  font-size: var(--wp--preset--font-size--font-32);
  font-family: var(--wp--preset--font-family--secondary);
}
.accordion.shareholder > input:checked + .acc-title + .acc-panel .acf-innerblocks-container {
  border-top: 1px solid rgba(1, 0, 53, 0.1) !important;
  padding-top: 2.4rem;
}

.contact-box .wp-block-button__link {
  color: rgba(255, 255, 255, 0.8);
}
.contact-box .wp-block-button__link:before, .contact-box .wp-block-button__link:after {
  transform: rotate(320deg);
}
.contact-box p.tfl {
  display: flex;
  align-items: center;
  gap: 16px;
}
.contact-box p.tfl:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M15.2008 7.008H13.9208C13.4408 4.16 10.9768 2 8.00078 2C5.02478 2 2.56078 4.16 2.08078 7.008H0.800781V9.008H2.08078C2.56078 11.84 5.02478 14 8.00078 14C10.9768 14 13.4408 11.84 13.9208 8.992H15.2008V7.008ZM8.00078 4C9.85678 4 11.4248 5.28 11.8728 7.008H4.12878C4.57678 5.28 6.14478 4 8.00078 4ZM8.00078 12C6.14478 12 4.57678 10.72 4.12878 8.992H11.8728C11.4248 10.72 9.85678 12 8.00078 12Z" fill="white"/></svg>');
  width: 16px;
  height: 16px;
  display: block;
  float: left;
}

.page-id-1710 .list-item .icon-wrapper {
  display: none;
}

/* row : board */
@media (max-width: 1023px) {
  .wp-block-columns.is-style-gap-40.cg-board {
    gap: 1.4rem;
  }
  .cg-board .wp-block-column {
    padding: 1.5rem 2.2rem !important;
  }
}
/* row : board committees */
@media (max-width: 1549px) {
  .wp-block-columns.is-style-gap-40.cg-board-comm {
    gap: 2rem;
  }
  .cg-board-comm .wp-block-column {
    padding: 1.5rem 2.2rem !important;
  }
}
@media (max-width: 1279px) {
  .wp-block-columns.is-style-gap-40.cg-board-comm {
    gap: 1.4rem;
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-gap-40.cg-board-comm .wp-block-column {
    flex-basis: auto;
    min-width: calc(50% - 0.7rem);
  }
  .wp-block-columns.is-style-gap-40.cg-board-comm .wp-block-column br {
    display: none;
  }
}
/* row : management committees */
@media (max-width: 1549px) {
  .wp-block-columns.is-style-gap-40.cg-management-comm {
    gap: 2rem;
  }
  .cg-management-comm > .wp-block-column {
    padding: 1.5rem 2.2rem !important;
  }
  .cg-management-comm > .wp-block-column:nth-child(2) {
    padding: 0 !important;
  }
  .cg-management-comm > .wp-block-column:nth-child(2) .wp-block-columns {
    margin-bottom: 2rem !important;
    padding: 2rem !important;
  }
  .cg-management-comm > .wp-block-column:nth-child(2) .wp-block-columns:last-child {
    margin-bottom: 0 !important;
  }
  .cg-management-comm .wp-block-column.is-style-text-center p {
    left: 2.2rem;
  }
}
@media (max-width: 1299px) {
  .wp-block-columns.is-style-gap-40.cg-management-comm {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-gap-40.cg-management-comm > .wp-block-column {
    flex-basis: auto;
    min-width: calc(33.33% - 3rem);
    min-height: 120px;
  }
}
@media (max-width: 1004px) {
  .wp-block-columns.is-style-gap-40.cg-management-comm {
    gap: 1.4rem;
  }
  .wp-block-columns.is-style-gap-40.cg-management-comm > .wp-block-column {
    min-width: 100%;
  }
  .cg-management-comm > .wp-block-column:nth-child(2) .wp-block-columns:not(:last-child) {
    margin-bottom: 1.4rem !important;
    margin-top: 0;
  }
  .wp-block-columns.is-style-gap-40.cg-management-comm > .wp-block-column {
    min-height: auto;
  }
  .cg-management-comm .wp-block-column.is-style-text-center p {
    position: relative;
    left: auto;
    top: auto;
    transform: unset !important;
  }
  .wp-block-columns.is-style-gap-40.cg-management-comm .wp-block-column br {
    display: none;
  }
}
.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: #010035;
}
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: #010035;
  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: #8559D7;
  border-radius: 0;
}
form input[type=submit],
form textarea[type=submit],
form select[type=submit] {
  display: inline-flex;
  align-items: center;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 20px 16px 20px 65px;
  color: #010035;
  background: #F3E8D7;
  border-radius: 88px;
  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);
  position: relative;
  max-width: 180px;
  cursor: pointer;
}
form input[type=submit]:before, form input[type=submit]:after,
form textarea[type=submit]:before,
form textarea[type=submit]:after,
form select[type=submit]:before,
form select[type=submit]:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  display: inline-block;
  flex-shrink: 0;
  transition: opacity 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
form input[type=submit]:before,
form textarea[type=submit]:before,
form select[type=submit]:before {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right.svg);
  opacity: 1;
  z-index: 1;
}
form input[type=submit]:after,
form textarea[type=submit]:after,
form select[type=submit]:after {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right-fill.svg);
  opacity: 0;
  z-index: 2;
}
form input[type=submit]:hover:after, form input[type=submit]:active:after, form input[type=submit]:focus:after,
form textarea[type=submit]:hover:after,
form textarea[type=submit]:active:after,
form textarea[type=submit]:focus:after,
form select[type=submit]:hover:after,
form select[type=submit]:active:after,
form select[type=submit]:focus:after {
  opacity: 1;
}
form input[type=submit]:hover:before, form input[type=submit]:active:before, form input[type=submit]:focus:before,
form textarea[type=submit]:hover:before,
form textarea[type=submit]:active:before,
form textarea[type=submit]:focus:before,
form select[type=submit]:hover:before,
form select[type=submit]:active:before,
form select[type=submit]:focus:before {
  opacity: 0;
}
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: #010035;
}
form .ginput_container_consent label {
  width: calc(100% - 22px);
  padding-left: 1.6rem;
  font-size: 1.6rem;
  text-transform: none;
  margin: 0;
  color: #010035;
}
form .ginput_container_consent a {
  text-decoration: underline;
  text-decoration-color: #F0D8B2;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #010035;
  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: #8559D7;
}
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: #F0D8B2;
  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: #010035;
}
form .gfield_description a {
  text-decoration: underline;
  text-decoration-color: #F0D8B2;
  text-decoration-thickness: 0.075rem;
  text-underline-position: under;
  color: #010035;
  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: #8559D7;
}
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: #F0D8B2;
}

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

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

::-moz-placeholder {
  color: #010035;
}

::placeholder {
  color: #010035;
}

:-ms-input-placeholder {
  color: #010035;
}

::-ms-input-placeholder {
  color: #010035;
}

@media (min-width: 1024px) {
  form .gform_fields {
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
  }
  form .gform_fields .gfield {
    width: calc(50% - 20px);
    margin-left: 20px;
  }
  form .gform_fields .gfield.fw {
    width: calc(100% - 20px);
  }
}
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(1.4811320755, 0, 78.5) !important;
  border: 1px solid #010035 !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: #010035 !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: #010035 !important;
  background-color: transparent !important;
  border: 1px solid #010035 !important;
}
#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton:hover {
  color: #fff !important;
  background-color: #010035 !important;
}

#moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content a.mgbutton.moove-gdpr-infobar-reject-btn, #moove_gdpr_cookie_info_bar .moove-gdpr-info-bar-container .moove-gdpr-info-bar-content button.mgbutton.moove-gdpr-infobar-reject-btn {
  box-shadow: none !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: var(--wp--preset--spacing--xl) 0;
}
.search #content .meta p {
  color: #010035;
  font-size: var(--wp--preset--font-size--font-18);
  margin-bottom: 2.4rem;
}
.search #content .meta form {
  position: relative;
  width: 100%;
  max-width: 300px;
}
.search #content .meta form input {
  border-radius: 52px;
  border: 1px solid rgba(1, 0, 53, 0.1);
  font-size: var(--wp--preset--font-size--font-16);
  padding: 10px 4rem 10px 3rem;
}
.search #content .meta form .search-button {
  position: absolute;
  right: 2rem;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 0;
  color: #444;
}
.search #content .meta form .search-button:hover {
  color: #000;
}

.search-results {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  list-style: none;
  margin: 4rem 0 0 0;
  padding: 0;
}
.search-results > a {
  position: relative;
  padding: 2rem;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(1, 0, 53, 0.1);
  transition: all ease-in-out 0.25s;
}
.search-results > a:first-child {
  border-top: 1px solid rgba(1, 0, 53, 0.1);
}
.search-results > a:after {
  content: "";
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  width: 100%;
  display: block;
  height: 70%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.search-results > a > * {
  max-width: 750px;
}
.search-results > a .search-label {
  border-radius: 4px;
  padding: 0 8px;
  color: #010035;
  font-size: var(--wp--preset--font-size--font-14);
  background: rgba(203, 216, 255, 0.5);
  margin-bottom: 15px;
  display: inline-block;
}
.search-results > a h5 {
  margin-bottom: 10px;
}
.search-results > a p.search-excerpt {
  font-size: var(--wp--preset--font-size--font-16);
  color: rgba(1, 0, 53, 0.5);
  margin-bottom: 2.4rem;
}
.search-results > a p.search-link {
  font-size: var(--wp--preset--font-size--font-16);
  text-decoration-line: underline;
  color: rgba(1, 0, 53, 0.6);
}
.search-results > a:hover, .search-results > a:active, .search-results > a:focus {
  background: #F9F3EB;
}
@media (min-width: 1024px) {
  .search-results > a {
    padding: 4rem;
  }
}

body.interim-login {
  background: linear-gradient(135deg, #F0D8B2 0%, #F9F3EB 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: #010035;
  background: linear-gradient(135deg, #F0D8B2 0%, #F9F3EB 100%);
}
.login-action-login #login,
.login-action-lostpassword #login,
.login-action-rp #login,
.login-action-checkemail #login {
  width: 420px;
  padding: 50px 40px 50px 40px;
  background: #010035;
  border-radius: 3px;
  box-shadow: 0 5px 5px 0 rgba(255, 255, 255, 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: 65px;
  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: white;
}
.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: #F0D8B2;
  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;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.05;
  text-align: center;
  text-decoration: none;
  padding: 20px 16px 20px 65px;
  color: #010035;
  background: #F3E8D7;
  border-radius: 88px;
  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);
  position: relative;
  font-size: var(--wp--preset--font-size--font-16);
  border: none;
  border-radius: 0;
}
.login-action-login form input.button:before, .login-action-login form input.button:after,
.login-action-lostpassword form input.button:before,
.login-action-lostpassword form input.button:after,
.login-action-rp form input.button:before,
.login-action-rp form input.button:after,
.login-action-checkemail form input.button:before,
.login-action-checkemail form input.button:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 16px;
  margin-top: -16px;
  width: 32px;
  height: 32px;
  display: inline-block;
  flex-shrink: 0;
  transition: opacity 0.25s ease-in-out;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.login-action-login form input.button:before,
.login-action-lostpassword form input.button:before,
.login-action-rp form input.button:before,
.login-action-checkemail form input.button:before {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right.svg);
  opacity: 1;
  z-index: 1;
}
.login-action-login form input.button:after,
.login-action-lostpassword form input.button:after,
.login-action-rp form input.button:after,
.login-action-checkemail form input.button:after {
  content: "";
  background-image: url(../assets/images/theme/icon-arrow-right-fill.svg);
  opacity: 0;
  z-index: 2;
}
.login-action-login form input.button:hover:after, .login-action-login form input.button:active:after, .login-action-login form input.button:focus:after,
.login-action-lostpassword form input.button:hover:after,
.login-action-lostpassword form input.button:active:after,
.login-action-lostpassword form input.button:focus:after,
.login-action-rp form input.button:hover:after,
.login-action-rp form input.button:active:after,
.login-action-rp form input.button:focus:after,
.login-action-checkemail form input.button:hover:after,
.login-action-checkemail form input.button:active:after,
.login-action-checkemail form input.button:focus:after {
  opacity: 1;
}
.login-action-login form input.button:hover:before, .login-action-login form input.button:active:before, .login-action-login form input.button:focus:before,
.login-action-lostpassword form input.button:hover:before,
.login-action-lostpassword form input.button:active:before,
.login-action-lostpassword form input.button:focus:before,
.login-action-rp form input.button:hover:before,
.login-action-rp form input.button:active:before,
.login-action-rp form input.button:focus:before,
.login-action-checkemail form input.button:hover:before,
.login-action-checkemail form input.button:active:before,
.login-action-checkemail form input.button:focus:before {
  opacity: 0;
}
.login-action-login form input.button:hover,
.login-action-lostpassword form input.button:hover,
.login-action-rp form input.button:hover,
.login-action-checkemail form input.button:hover {
  background: rgb(238.3369565217, 211.6760869565, 169.4630434783);
  color: #010035;
}
.login-action-login form .dashicons,
.login-action-lostpassword form .dashicons,
.login-action-rp form .dashicons,
.login-action-checkemail form .dashicons {
  color: #010035;
  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: #F0D8B2;
}
.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 form p.submit,
.login-action-lostpassword form p.submit,
.login-action-rp form p.submit,
.login-action-checkemail form p.submit {
  margin-top: 3rem !important;
}
.login-action-login form p.submit input[type=submit],
.login-action-lostpassword form p.submit input[type=submit],
.login-action-rp form p.submit input[type=submit],
.login-action-checkemail form p.submit input[type=submit] {
  border-radius: 4px;
  min-height: 45px;
}
.login-action-login #nav,
.login-action-lostpassword #nav,
.login-action-rp #nav,
.login-action-checkemail #nav {
  text-align: center;
  margin-top: 40px;
}
.login-action-login #nav a,
.login-action-lostpassword #nav a,
.login-action-rp #nav a,
.login-action-checkemail #nav a {
  color: white;
}
.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: #F0D8B2;
  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: #8559D7;
}
.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: #010035;
}

.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.35);
}
.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 p.hero-image__subtitle {
  font-size: var(--wp--preset--font-size--font-20);
  margin-top: 2.4rem;
  margin-bottom: 0;
  color: rgba(1, 0, 53, 0.6);
}
.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) .hero-static__image {
  height: 45vh;
  min-height: 550px;
}
.hero-static:not(.home) .hero-static__image.is-child {
  margin-bottom: 4rem;
}
@media (max-width: 1023px) {
  .hero-static:not(.home) .hero-static__image.is-child {
    margin-left: 2rem;
    margin-right: 2rem;
  }
}
.hero-static:not(.home) .hero-static__image .wrap {
  height: 45vh;
  min-height: 400px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-static:not(.home) .hero-static__image .wrap {
    height: 45vh;
    min-height: 700px;
  }
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay {
  position: absolute;
  bottom: 4rem;
  left: 4rem;
  background: rgba(0, 0, 0, 0.4);
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  padding: 2.4rem;
  border-radius: 8px;
  overflow: hidden;
  z-index: 10;
}
@media (min-width: 1024px) {
  .hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay {
    min-width: 330px;
  }
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay p.video-title {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: var(--wp--preset--font-size--font-18);
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  margin-bottom: 1.6rem;
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay .video-control {
  display: flex;
  align-items: center;
  gap: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay .video-control p {
  margin: 0 !important;
  font-size: var(--wp--preset--font-size--font-14);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay .video-control p.duration {
  opacity: 0.5;
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay .video-control a.video-icon {
  font-size: var(--wp--preset--font-size--font-16);
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
  color: #fff;
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay .video-control a.video-icon::before {
  content: "";
  display: block;
  width: 6rem;
  height: 6rem;
  background-image: url("data:image/svg+xml;utf8,<svg width='60' height='60' fill='none' xmlns='http://www.w3.org/2000/svg'><foreignObject x='-6' y='-6.002' width='72' height='72'><div xmlns='http://www.w3.org/1999/xhtml' style='backdrop-filter:blur(3px);clip-path:url(%23a);height:100%;width:100%'/></foreignObject><circle data-figma-bg-blur-radius='6' cx='30' cy='29.998' r='29.25' stroke='%23fff' stroke-width='1.5'/><path d='m27.75 23.248 10.5 6.75-10.5 6.75v-13.5Z' fill='%23fff' stroke='%23fff' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/><defs><clipPath id='a' transform='translate(6 6.002)'><circle cx='30' cy='29.998' r='29.25'/></clipPath></defs></svg>");
  background-repeat: no-repeat;
  background-size: 6rem;
  background-position: center;
  transition: transform 0.4s;
}
.hero-static:not(.home) .hero-static__image .wrap .banner-video-overlay .video-control a.video-icon:hover:before {
  transform: scale(1.1);
}
@media (min-width: 1024px) {
  .hero-static:not(.home) .hero-static__image {
    height: 45vh;
    min-height: 700px;
  }
}
.hero-static:not(.home) .hero-static__content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 180px;
  margin: auto;
  display: flex;
  align-items: center;
}
.hero-static:not(.home) .hero-static__content .wrap {
  width: 100%;
}
.hero-static:not(.home) .hero-static__content .page-title {
  font-size: var(--wp--preset--font-size--font-100);
  line-height: 110%;
}
@media (min-width: 1024px) {
  .hero-static:not(.home) .hero-static__content .page-title {
    font-size: 12rem;
  }
  .hero-static:not(.home) .hero-static__content .page-title span.sub {
    padding-left: 20rem;
  }
}
.hero-static:not(.home) .hero-static__content .page-title span {
  opacity: 0.4;
}
.hero-static:not(.home) .hero-static__content .page-title span.sub {
  display: block;
  opacity: 1;
}
.hero-static:not(.home) .hero-static__content .page-title span.no-sub {
  opacity: 1;
}
@media (min-width: 1024px) {
  .hero-static:not(.home) .hero-static__content {
    top: 120px;
  }
}

body.page-child .hero-static {
  display: flex;
  flex-direction: column-reverse;
  background: #010035;
  background-image: url(../assets/images/theme/inner-banner-mask.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 300px;
}
@media (max-width: 1023px) {
  body.page-child .hero-static {
    background-size: cover !important;
  }
}
@media (min-width: 1024px) {
  body.page-child .hero-static {
    min-height: 530px;
  }
}
body.page-child .hero-static.overlay-yellow {
  background-image: url(../assets/images/theme/inner-banner-mask-yellow.png);
}
body.page-child .hero-static .hero-static__image {
  min-height: 300px;
  height: auto;
}
@media (min-width: 1024px) {
  body.page-child .hero-static .hero-static__image {
    min-height: 600px;
    height: 45vh;
  }
}
body.page-child .hero-static .hero-static__image::before {
  content: none;
}
body.page-child .hero-static .hero-static__image .wrap {
  min-height: 300px;
}
@media (min-width: 1024px) {
  body.page-child .hero-static .hero-static__image .wrap {
    min-height: 600px;
    height: 45vh;
  }
}
body.page-child .hero-static .hero-static__image .wrap img {
  border-radius: 4px;
}
body.page-child .hero-static .hero-static__content {
  margin: inherit;
  margin-top: 120px;
  margin-bottom: 6rem;
  top: 0;
  position: relative;
}
body.page-child .hero-static .hero-static__content .page-title {
  font-size: var(--wp--preset--font-size--font-100);
}
body.page-child .hero-static .hero-static__content.no-image {
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  body.page-child .hero-static .hero-static__content {
    margin-top: 200px;
  }
  body.page-child .hero-static .hero-static__content .page-title {
    font-size: 10rem;
  }
  body.page-child .hero-static .hero-static__content .page-title span.sub {
    padding-left: 8rem;
  }
}
body.page-child.parent-pageid-2556:not(.page-id-2585) .hero-static__content .page-title span.sub {
  display: inline-block;
  padding-left: 1.5rem;
}
@media (min-width: 1024px) {
  body.page-child.parent-pageid-2556:not(.page-id-2585) .hero-static__content .page-title span.sub {
    padding-left: 3rem;
  }
}

.hero-video {
  position: fixed;
  z-index: 2;
  top: 0;
  width: 100%;
}
.hero-video .hero-video__image {
  position: relative;
  overflow: hidden;
  height: 100vh;
}
.hero-video .hero-video__image:before, .hero-video .hero-video__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-video .hero-video__image:after {
  background: linear-gradient(276deg, rgba(1, 0, 53, 0) 39.48%, rgba(1, 0, 53, 0.35) 82.33%);
}
.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 .mobile-video-wrapper {
  position: absolute;
  inset: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.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 .video-player.desktop-video,
.hero-video .hero-video__image .native-player.desktop-video {
  display: none;
}
.hero-video .hero-video__image .video-player.mobile-video,
.hero-video .hero-video__image .native-player.mobile-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 195vw;
  min-width: 100%;
  min-height: 100%;
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
}
@media (min-width: 1450px) {
  .hero-video .hero-video__image .video-player.desktop-video,
  .hero-video .hero-video__image .native-player.desktop-video {
    display: block;
  }
  .hero-video .hero-video__image .video-player.mobile-video,
  .hero-video .hero-video__image .native-player.mobile-video {
    display: none;
  }
}
.hero-video .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video h1,
.hero-video h2 {
  font-size: var(--wp--preset--font-size--font-50);
  margin: 0;
  color: #fff;
}
.hero-video p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-video.home .hero-video__content {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.hero-video.home .hero-video__content .wrap {
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}
.hero-video.home .hero-video__content .wrap h2 {
  font-size: var(--wp--preset--font-size--font-100);
  line-height: 110%;
  text-align: left;
}
.hero-video.home .hero-video__content .wrap h2 span {
  display: block;
  margin-bottom: 4.4rem;
}
.hero-video.home .hero-video__content .wrap h2 span:nth-child(2) {
  padding-left: 15vw;
}
.hero-video.home .hero-video__content .wrap h2 span:nth-child(3) {
  padding-left: 30vw;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay {
  position: absolute;
  bottom: 4rem;
  left: auto;
  width: auto;
  max-width: 370px;
  display: flex;
  align-items: center;
  overflow: visible;
}
@media (min-width: 1024px) {
  .hero-video.home .hero-video__content .wrap .banner-slider-overlay {
    left: 0;
  }
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-wrapper {
  width: 100%;
  border-right: 1px solid rgba(255, 255, 255, 0.4);
  padding-right: 4rem;
  position: relative;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-wrapper:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 1px;
  background: rgba(255, 255, 255, 0.4);
  width: calc(var(--wp--style--global--content-size) - 411px);
  left: 411px;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination {
  position: relative;
  left: 2.3rem;
  display: flex;
  flex-direction: row;
  gap: 8px;
  width: auto !important;
  margin-bottom: 18%;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination-bullet {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin: 0;
  background-color: transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: 0.3s;
  opacity: 0.5;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination-bullet span {
  background: #fff;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination-bullet-active {
  opacity: 1;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination-bullet-active .circle-origin {
  animation: progress 15s;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination-bullet-active span {
  background: #FF8A45;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination .progress {
  transform: rotate(-90deg);
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .swiper-pagination .circle-origin {
  fill: transparent;
  stroke: #FF8A45;
  stroke-width: 1;
  stroke-linecap: round;
  stroke-dasharray: 125.664px;
  stroke-dashoffset: 125.664px;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide {
  display: flex;
  gap: 16px;
  background: rgba(0, 0, 0, 0.3);
  padding: 16px;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 8px;
  position: relative;
  width: 370px;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide:after {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  border-radius: 8px;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide img {
  aspect-ratio: 2/1.5;
  width: 130px;
  border-radius: 4px;
  z-index: 2;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content {
  color: white;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content .label {
  font-size: 12px;
  line-height: 1.2;
  padding-bottom: 1rem;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content .title {
  font-size: var(--wp--preset--font-size--font-16);
  line-height: 1.3;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content .wp-block-button {
  margin-top: auto;
  padding-top: 1rem;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content .wp-block-button .wp-block-button__link {
  font-size: var(--wp--preset--font-size--font-14);
  padding-left: 35px;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content .wp-block-button .wp-block-button__link:before, .hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide .content .wp-block-button .wp-block-button__link:after {
  width: 24px;
  height: 24px;
  margin-top: -12px;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide:hover .wp-block-button .wp-block-button__link:before {
  opacity: 0;
}
.hero-video.home .hero-video__content .wrap .banner-slider-overlay .banner-slide:hover .wp-block-button .wp-block-button__link:after {
  opacity: 1;
}
@media (max-height: 450px) {
  .hero-video.home .hero-video__content .wrap img {
    width: 60px;
  }
  .hero-video.home .hero-video__content .wrap h2 {
    font-size: var(--wp--preset--font-size--font-28);
  }
}
.hero-video:not(.home) {
  margin-bottom: var(--wp--preset--spacing--l);
  position: relative;
}

.hero-single {
  position: relative;
}
.hero-single__image {
  overflow: hidden;
  position: relative;
}
.hero-single__image:before, .hero-single__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-single__image:before {
  background: rgba(0, 0, 0, 0.35);
}
.hero-single__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-single__content {
  position: absolute;
  z-index: 5;
}
.hero-single h1,
.hero-single h2 {
  font-size: var(--wp--preset--font-size--font-56);
  line-height: 120%;
  color: #010035;
  max-width: 900px;
  margin-bottom: 0;
}
.hero-single p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-single p.hero-image__subtitle {
  font-size: var(--wp--preset--font-size--font-18);
  margin-top: 2.4rem;
  margin-bottom: 0;
}
.hero-single:not(.home) .hero-static__image {
  height: 45vh;
  min-height: 700px;
}
.hero-single:not(.home) .hero-static__image.is-child {
  margin-bottom: 4rem;
}
.hero-single:not(.home) .hero-static__image .wrap {
  height: 45vh;
  min-height: 400px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-single:not(.home) .hero-static__image .wrap {
    height: 45vh;
    min-height: 700px;
  }
}
.hero-single:not(.home) .hero-static__content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  display: flex;
  align-items: center;
}
.hero-single:not(.home) .hero-static__content .wrap {
  width: 100%;
}
.hero-single:not(.home) .hero-static__content .page-title {
  font-size: var(--wp--preset--font-size--font-40);
  line-height: 120%;
  color: #010035;
}
@media (min-width: 1024px) {
  .hero-single:not(.home) .hero-static__content .page-title {
    font-size: var(--wp--preset--font-size--font-56);
  }
}

body.single .hero-single {
  display: flex;
  flex-direction: column-reverse;
  background: #cedcf1;
  min-height: 300px;
}
@media (min-width: 1024px) {
  body.single .hero-single {
    min-height: 530px;
  }
}
body.single .hero-single .hero-single__image {
  min-height: 300px;
}
@media (min-width: 1024px) {
  body.single .hero-single .hero-single__image {
    min-height: 600px;
  }
}
body.single .hero-single .hero-single__image::before {
  content: none;
}
body.single .hero-single .hero-single__image .wrap {
  min-height: 600px;
}
body.single .hero-single .hero-single__image .wrap img {
  border-radius: 4px;
}
body.single .hero-single .hero-single__content {
  margin: inherit;
  margin-top: 200px;
  margin-bottom: 6rem;
  top: 0;
  position: relative;
}
body.single .hero-single .hero-single__content.no-image {
  margin-bottom: 8rem;
}
body.single .hero-single .hero-single__content .meta-fields {
  display: flex;
  gap: 16px;
  margin-bottom: 2rem;
}
body.single .hero-single .hero-single__content .meta-fields p {
  color: #010035;
  border-left: 1px solid rgba(1, 0, 53, 0.1);
  padding-left: 16px;
  font-size: var(--wp--preset--font-size--font-14);
  margin-top: 0 !important;
}
body.single .hero-single .hero-single__content .meta-fields p.meta {
  opacity: 0.5;
}
body.single .hero-single .hero-single__content .meta-fields p.category {
  text-transform: uppercase;
}
body.single .hero-single .hero-single__content .meta-fields p:first-child {
  border-left: 0;
  padding-left: 0;
}

.hero-plain {
  position: relative;
}
.hero-plain__image {
  overflow: hidden;
  position: relative;
}
.hero-plain__image:before, .hero-plain__image:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 3;
}
.hero-plain__image:before {
  background: rgba(0, 0, 0, 0.35);
}
.hero-plain__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.hero-plain__content {
  position: absolute;
  z-index: 5;
}
.hero-plain h1,
.hero-plain h2 {
  font-size: var(--wp--preset--font-size--font-28);
  margin: 0;
  color: #fff;
}
.hero-plain p {
  font-size: var(--wp--preset--font-size--font-20);
  color: #fff;
}
.hero-plain p.hero-image__subtitle {
  font-size: var(--wp--preset--font-size--font-20);
  margin-top: 2.4rem;
  margin-bottom: 0;
  color: rgba(1, 0, 53, 0.6);
}
.hero-plain:not(.home) .hero-plain__image {
  height: 45vh;
  min-height: 700px;
}
.hero-plain:not(.home) .hero-plain__image.is-child {
  margin-bottom: 4rem;
}
.hero-plain:not(.home) .hero-plain__image .wrap {
  height: 45vh;
  min-height: 400px;
  position: relative;
}
@media (min-width: 1024px) {
  .hero-plain:not(.home) .hero-plain__image .wrap {
    height: 45vh;
    min-height: 700px;
  }
}
.hero-plain:not(.home) .hero-plain__content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 100px;
  margin: auto;
  display: flex;
  align-items: center;
}
.hero-plain:not(.home) .hero-plain__content .wrap {
  width: 100%;
}
.hero-plain:not(.home) .hero-plain__content .page-title {
  font-size: 12rem;
  line-height: 110%;
}
.hero-plain:not(.home) .hero-plain__content .page-title span {
  opacity: 0.4;
}
.hero-plain:not(.home) .hero-plain__content .page-title span.sub {
  padding-left: 20rem;
  display: block;
  opacity: 1;
}
.hero-plain:not(.home) .hero-plain__content .page-title span.no-sub {
  opacity: 1;
}

body.page .hero-plain,
body.search .hero-plain {
  display: flex;
  flex-direction: column-reverse;
  background: #010035;
  background-image: url(../assets/images/theme/inner-banner-mask.png);
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 300px;
}
@media (max-width: 1023px) {
  body.page .hero-plain,
  body.search .hero-plain {
    background-size: cover !important;
  }
}
@media (min-width: 1024px) {
  body.page .hero-plain,
  body.search .hero-plain {
    min-height: 530px;
  }
}
body.page .hero-plain.overlay-yellow,
body.search .hero-plain.overlay-yellow {
  background-image: url(../assets/images/theme/inner-banner-mask-yellow.png);
}
body.page .hero-plain .hero-plain__image,
body.search .hero-plain .hero-plain__image {
  min-height: 300px;
}
@media (min-width: 1024px) {
  body.page .hero-plain .hero-plain__image,
  body.search .hero-plain .hero-plain__image {
    min-height: 600px;
    height: 45vh;
  }
}
body.page .hero-plain .hero-plain__image::before,
body.search .hero-plain .hero-plain__image::before {
  content: none;
}
body.page .hero-plain .hero-plain__image .wrap,
body.search .hero-plain .hero-plain__image .wrap {
  min-height: 300px;
}
@media (min-width: 1024px) {
  body.page .hero-plain .hero-plain__image .wrap,
  body.search .hero-plain .hero-plain__image .wrap {
    min-height: 600px;
    height: 45vh;
  }
}
body.page .hero-plain .hero-plain__image .wrap img,
body.search .hero-plain .hero-plain__image .wrap img {
  border-radius: 4px;
}
body.page .hero-plain .hero-plain__content,
body.search .hero-plain .hero-plain__content {
  margin: inherit;
  margin-top: 200px;
  margin-bottom: 6rem;
  top: 0;
  position: relative;
}
body.page .hero-plain .hero-plain__content .page-title,
body.search .hero-plain .hero-plain__content .page-title {
  font-size: var(--wp--preset--font-size--font-100);
}
body.page .hero-plain .hero-plain__content.no-image,
body.search .hero-plain .hero-plain__content.no-image {
  margin-bottom: 8rem;
}
@media (min-width: 1024px) {
  body.page .hero-plain .hero-plain__content .page-title,
  body.search .hero-plain .hero-plain__content .page-title {
    font-size: 10rem;
  }
  body.page .hero-plain .hero-plain__content .page-title span.sub,
  body.search .hero-plain .hero-plain__content .page-title span.sub {
    padding-left: 8rem;
  }
}/*# sourceMappingURL=theme-styles.css.map */