::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: sans-serif;
}

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  max-width: 100vw;
  width: 100vw;
}

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeSpeed;
}

a {
  text-decoration: none;
  color: inherit;
}

img, picture {
  max-width: 100%;
  display: block;
}

input, button, textarea, select {
  font: inherit;
}

button {
  background: none;
  border: none;
  cursor: pointer;
}

ul, ol {
  list-style: none;
}

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

blockquote, q {
  quotes: none;
}

blockquote::before, blockquote::after, q::before, q::after {
  content: "";
}

table, tr, thead, tbody, th, td {
  background: none !important;
  border: none !important;
  padding-left: 0 !important;
}

/* prompt-200 - latin */
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/prompt-v12-latin-300.woff2") format("woff2");
}
/* prompt-200italic - latin */
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: italic;
  font-weight: 300;
  src: url("../fonts/prompt-v12-latin-300italic.woff2") format("woff2");
}
/* prompt-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/prompt-v12-latin-regular.woff2") format("woff2");
}
/* prompt-italic - latin */
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: italic;
  font-weight: 400;
  src: url("../fonts/prompt-v12-latin-italic.woff2") format("woff2");
}
/* prompt-700 - latin */
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/prompt-v12-latin-700.woff2") format("woff2");
}
/* prompt-700italic - latin */
@font-face {
  font-display: swap;
  font-family: "Prompt";
  font-style: italic;
  font-weight: 700;
  src: url("../fonts/prompt-v12-latin-700italic.woff2") format("woff2");
}
/* archivo-black-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Archivo Black";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/archivo-black-v23-latin-regular.woff2") format("woff2");
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 200px;
}
html body {
  background-color: #F9F5ED;
  max-width: 100vw;
  overflow-x: hidden;
}
html body .wp-site-blocks {
  overflow-x: hidden;
}

.wp-block-post-title {
  display: none;
}

.wp-block-post-content {
  padding-top: 138px;
  display: flex;
  flex-direction: column;
  align-items: center;
  max-width: 100vw;
  overflow-x: hidden;
}

.page-scroll .wp-block-post-content {
  padding-top: 113px;
}

#wpadminbar * {
  color: #fff;
}

@media screen and (min-width: 1390px) {
  .wp-block-post-content {
    padding-top: 194px;
  }
  .page-scroll .wp-block-post-content {
    padding-top: 173px;
  }
}
section:not(.bg), section.bg .inner-wrap {
  padding-left: 5vw;
  padding-right: 5vw;
}

section {
  margin: 3rem 0;
  width: 100%;
  box-sizing: border-box;
}

section > *,
header .inner-wrap {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

header .inner-wrap {
  padding-left: 5vw;
  padding-right: 5vw;
}

@media screen and (min-width: 850px) {
  section {
    padding-top: 7.5rem;
    padding-bottom: 7.5rem;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.grid {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
}

@media screen and (min-width: 850px) {
  .grid {
    grid-template-columns: repeat(12, 1fr);
    grid-gap: 4rem 1.5rem;
  }
}
p, li, a, span, button, strong, b, fieldset, label {
  font-family: "Prompt", sans-serif;
  line-height: 140%;
  color: #030C35;
  font-weight: 300;
  font-size: 1rem;
  text-wrap-style: pretty;
  margin: 2rem 0;
}

p a {
  font-weight: 500;
  color: #133D70;
  text-decoration: underline;
}

strong, b {
  font-weight: 700;
}

a,
.bg-cream a {
  color: #133D70;
}

.text-wrap p:first-of-type,
.large-text {
  font-size: 1.3rem;
}
.text-wrap p:first-of-type strong, .text-wrap p:first-of-type b, .text-wrap p:first-of-type a, .text-wrap p:first-of-type span,
.large-text strong,
.large-text b,
.large-text a,
.large-text span {
  font-size: 1.3rem;
}

.small-text {
  font-size: 0.9rem;
}

li {
  margin: 0;
}

.content-wrap ul li,
.text-wrap ul li,
.accordion-content ul li {
  list-style-type: disc;
}

.content-wrap ol li,
.text-wrap ol li,
.accordion-content ol li {
  list-style-type: decimal;
}

.content-wrap ol li ol li,
.text-wrap ol li ol li,
.accordion-content ol li ol li {
  list-style-type: lower-alpha;
}

h1, .h1-style, h1 span, .h1-style span {
  font-size: clamp(3.13rem, 37.37px + 3.26vw, 6rem);
  line-height: 120%;
  font-family: "Archivo Black", sans-serif;
  color: #030C35;
  margin: 0;
  font-weight: 500;
  text-wrap-style: balance;
}

h2, .h2-style, h2 span, .h2-style span {
  font-size: clamp(2.75rem, 34.05px + 2.55vw, 5rem);
  line-height: 120%;
  font-family: "Archivo Black", sans-serif;
  color: #030C35;
  margin: 0;
  font-weight: 500;
  text-wrap-style: balance;
}

h3, .h3-style, h3 span, .h3-style span {
  font-size: clamp(2.31rem, 29.51px + 1.91vw, 4rem);
  line-height: 120%;
  font-family: "Archivo Black", sans-serif;
  color: #030C35;
  margin: 0;
  font-weight: 500;
  text-wrap-style: balance;
}

h4, .h4-style, h4 span, .h4-style span {
  font-size: clamp(1.94rem, 26.32px + 1.21vw, 3rem);
  line-height: 120%;
  font-family: "Archivo Black", sans-serif;
  color: #030C35;
  margin: 0;
  font-weight: 500;
  text-wrap-style: balance;
}

h5, .h5-style, h5 span, .h5-style span {
  font-size: clamp(1.56rem, 23.01px + 0.5vw, 2rem);
  line-height: 120%;
  font-family: "Archivo Black", sans-serif;
  color: #030C35;
  margin: 0;
  font-weight: 500;
  text-wrap-style: balance;
}

h6, .h6-style, h6 span, .h6-style span {
  font-size: clamp(1.38rem, 21.53px + 0.14vw, 1.5rem);
  line-height: 120%;
  font-family: "Archivo Black", sans-serif;
  color: #030C35;
  margin: 0;
  font-weight: 500;
  text-wrap-style: balance;
}

@media screen and (min-width: 850px) {
  a:hover,
  .bg-cream a:hover {
    color: #030C35;
  }
}
@media screen and (min-width: 1700px) {
  .text-wrap p:first-of-type, .large-text {
    font-size: 1.75rem;
  }
}
@media screen and (min-width: 1024px) {
  p, li, a, span, button, strong, b, fieldset, label {
    font-size: 1rem;
  }
  .small-text {
    font-size: 0.9rem;
  }
}
.bg-none {
  background-color: transparent;
}

.bg-deep-navy {
  background-color: #030C35;
  margin-top: 12vw;
  margin-bottom: 8vw;
}

.bg-cream {
  background-color: #EEE3CC;
  margin-top: 12vw;
  margin-bottom: 8vw;
}

.bg-offwhite {
  background-color: #F9F5ED;
}

.highlight {
  display: inline-flex;
  transform: rotate(-3deg);
  z-index: -1;
  position: relative;
  margin: 0 1rem 0.5rem;
  color: #030C35 !important;
}
.highlight::before {
  content: "";
  clip-path: polygon(100% 79%, 0% 100%, 5% 1%, 90% 0%);
  width: 125%;
  height: 120%;
  position: absolute;
  z-indeX: -1;
  transform: translate(-50%, -50%) rotate(1deg);
  top: 60%;
  left: 52%;
  transform-origin: center;
}

.bg-blue,
.blue .highlight::before {
  background-color: #49C1E2;
}

.bg-green,
.green .highlight::before {
  background-color: #5AD58D;
}

.bg-pink,
.pink .highlight::before {
  background-color: #FC71B9;
}

.bg-yellow,
.yellow .highlight::before {
  background-color: #F4C93B;
}

.bg-deep-navy * {
  color: #F9F5ED;
}
.bg-deep-navy a {
  color: #49C1E2;
  transition: 0.3s ease-in-out;
}

@media screen and (min-width: 850px) {
  .bg-deep-navy a:hover {
    color: #F4C93B;
  }
  .bg-deep-navy .btn:hover a,
  .bg-deep-navy .btn a:hover {
    color: #030C35;
  }
}
.btn, .frm_button_submit {
  padding: 1.25rem 2rem 1rem 2rem !important;
  background-color: #F4C93B;
  display: inline-flex;
  max-width: max-content;
}
.btn a, .frm_button_submit a {
  margin: 0;
  font-weight: 400;
  color: #030C35;
}
.btn:after, .frm_button_submit:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg fill="none" height="16" viewBox="0 0 18 16" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m17.1094 8.51562-6.25 6.24998c-.2344.2344-.5469.3516-.8594.3516-.35156 0-.66406-.1172-.89844-.3516-.50781-.4687-.50781-1.289 0-1.7578l4.10154-4.14061h-11.9531c-.703125 0-1.25-.54688-1.25-1.25 0-.66407.546875-1.25 1.25-1.25h11.9531l-4.10154-4.10157c-.50781-.46874-.50781-1.289058 0-1.757808.46875-.507812 1.28904-.507812 1.75784 0l6.25 6.249998c.5078.46875.5078 1.28907 0 1.75781z" fill="%23030c35"/></svg>');
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 1.75rem;
  background-position: center right;
  transition: 0.3s ease-in-out;
}
.btn.back:before, .frm_button_submit.back:before {
  content: "";
  background-image: url('data:image/svg+xml,<svg fill="none" height="16" viewBox="0 0 18 16" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m17.1094 8.51562-6.25 6.24998c-.2344.2344-.5469.3516-.8594.3516-.35156 0-.66406-.1172-.89844-.3516-.50781-.4687-.50781-1.289 0-1.7578l4.10154-4.14061h-11.9531c-.703125 0-1.25-.54688-1.25-1.25 0-.66407.546875-1.25 1.25-1.25h11.9531l-4.10154-4.10157c-.50781-.46874-.50781-1.289058 0-1.757808.46875-.507812 1.28904-.507812 1.75784 0l6.25 6.249998c.5078.46875.5078 1.28907 0 1.75781z" fill="%23030c35"/></svg>');
  background-repeat: no-repeat;
  width: 2.25rem;
  height: 1.75rem;
  background-position: center left;
  transition: 0.3s ease-in-out;
  transform: rotate(180deg) translateX(1rem);
}
.btn.back:after, .frm_button_submit.back:after {
  content: none;
}

a[target=_blank] {
  padding-right: 1rem;
}

a[target=_blank]:after {
  content: "";
  background-image: url('data:image/svg+xml,<svg fill="none" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m10 1.25c0-.664062.5469-1.25 1.25-1.25h4.9609c.1953 0 .3516.0390625.5079.117188.1171.039062.2734.15625.3906.273437.2344.234375.3515.546875.3906.859375v5c0 .70312-.5859 1.25-1.25 1.25-.7031 0-1.25-.54688-1.25-1.25v-1.95312l-6.64062 6.60152c-.46876.5078-1.28907.5078-1.75782 0-.50781-.4687-.50781-1.28902 0-1.75778l6.60154-6.64062h-1.9531c-.7031 0-1.25-.54688-1.25-1.25zm-10 2.5c0-1.36719 1.09375-2.5 2.5-2.5h3.75c.66406 0 1.25.58594 1.25 1.25 0 .70312-.58594 1.25-1.25 1.25h-3.75v11.25h11.25v-3.75c0-.6641.5469-1.25 1.25-1.25.6641 0 1.25.5859 1.25 1.25v3.75c0 1.4062-1.1328 2.5-2.5 2.5h-11.25c-1.40625 0-2.5-1.0938-2.5-2.5z" fill="%23030c35"/></svg>');
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  width: 1rem;
  height: 1rem;
  position: relative;
  display: inline-flex;
}

.btn:has(a[target=_blank]):after {
  background-image: url('data:image/svg+xml,<svg fill="none" height="18" viewBox="0 0 18 18" width="18" xmlns="http://www.w3.org/2000/svg"><path d="m10 1.25c0-.664062.5469-1.25 1.25-1.25h4.9609c.1953 0 .3516.0390625.5079.117188.1171.039062.2734.15625.3906.273437.2344.234375.3515.546875.3906.859375v5c0 .70312-.5859 1.25-1.25 1.25-.7031 0-1.25-.54688-1.25-1.25v-1.95312l-6.64062 6.60152c-.46876.5078-1.28907.5078-1.75782 0-.50781-.4687-.50781-1.28902 0-1.75778l6.60154-6.64062h-1.9531c-.7031 0-1.25-.54688-1.25-1.25zm-10 2.5c0-1.36719 1.09375-2.5 2.5-2.5h3.75c.66406 0 1.25.58594 1.25 1.25 0 .70312-.58594 1.25-1.25 1.25h-3.75v11.25h11.25v-3.75c0-.6641.5469-1.25 1.25-1.25.6641 0 1.25.5859 1.25 1.25v3.75c0 1.4062-1.1328 2.5-2.5 2.5h-11.25c-1.40625 0-2.5-1.0938-2.5-2.5z" fill="%23030c35"/></svg>');
  background-repeat: no-repeat;
}

.btn a[target=_blank]:after {
  content: none;
}

.btn a[target=_blank] {
  padding-right: 0;
}

@media screen and (min-width: 850px) {
  .btn, .btn a, .frm_button_submit {
    transition: 0.3s ease-in-out;
  }
  .btn:hover, .frm_button_submit:hover {
    background-color: #FC71B9 !important;
  }
  .btn:hover:after, .frm_button_submit:hover:after {
    transform: translateX(-0.25rem);
  }
}
img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.sq-crop {
  aspect-ratio: 1;
}

.wp-block-post-content section:first-of-type {
  margin-top: 0;
}

.bg {
  position: relative;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  z-index: 0;
}

.bg:before,
.bg:after {
  content: "";
  width: 105%;
  height: auto;
  background-repeat: no-repeat;
  background-size: 100% !important;
  position: absolute;
  z-index: -1;
}

.bg-deep-navy:before {
  background: url('data:image/svg+xml,<svg width="394" height="11" viewBox="0 0 394 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.5H393.5L0 0V10.5Z" fill="%23030C35"/></svg>');
  right: -5px;
  background-repeat: no-repeat;
}

.bg-deep-navy::after {
  background: url('data:image/svg+xml,<svg width="393" height="21" viewBox="0 0 393 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M392.5 0H0L392.5 21V0Z" fill="%23030C35"/></svg>');
  background-repeat: no-repeat;
}

.bg-cream:before {
  background: url('data:image/svg+xml,<svg width="394" height="11" viewBox="0 0 394 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0 10.5H393.5L0 0V10.5Z" fill="%23EEE3CC"/></svg>');
  right: -5px;
  background-repeat: no-repeat;
}

.bg-cream::after {
  background: url('data:image/svg+xml,<svg width="393" height="21" viewBox="0 0 393 21" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M392.5 0H0L392.5 21V0Z" fill="%23EEE3CC"/></svg>');
  background-repeat: no-repeat;
}

.bg:before {
  height: 11.5vw;
  top: -2.7vw;
}

.bg:after {
  height: 7vw;
  bottom: -7vw;
}

.content-block.bg-deep-navy + .content-block.bg-deep-navy,
.content-block.bg-cream + .content-block.bg-cream {
  margin-top: -3rem;
  padding-top: 5rem;
}

.media-block + .content-block.bg {
  margin-top: -30vw;
  padding-top: 20vw;
  padding-bottom: 10vw;
}

.hero-block.image + .content-block.bg {
  margin-top: -15vw;
  padding-top: 20vw;
}

section:not(.bg) + section:not(.bg) {
  padding-top: 0;
}

@media screen and (min-width: 850px) {
  .media-block.single + .content-block.bg {
    margin-top: -5vw;
    padding-top: 11vw;
  }
  .media-block.multiple + .content-block.bg {
    margin-top: -5vw;
    padding-top: 0;
    padding-bottom: 0;
  }
  .content-block.bg-deep-navy + .content-block.bg-deep-navy,
  .content-block.bg-cream + .content-block.bg-cream {
    padding-top: unset;
  }
  .content-block.bg-deep-navy + .content-block.bg-deep-navy:before,
  .content-block.bg-cream + .content-block.bg-cream:before {
    top: -5.5vw;
  }
  .bg-deep-navy:before {
    background: url('data:image/svg+xml,<svg fill="none" height="199" viewBox="0 0 1719 199" width="1719" xmlns="http://www.w3.org/2000/svg"><path d="m1654.06 38.876 64.73 160.002h-1718.79l36.248-198.878z" fill="%23030C35"/></svg>');
    right: -5px;
  }
  .bg-deep-navy::after {
    background: url('data:image/svg+xml,<svg width="1724" height="207" viewBox="0 0 1724 207" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1723.5 0L1685.79 206.903L67.9824 168.027L0 0H1723.5Z" fill="%23030C35"/></svg>');
  }
  .bg-cream:before {
    background: url('data:image/svg+xml,<svg fill="none" height="199" viewBox="0 0 1719 199" width="1719" xmlns="http://www.w3.org/2000/svg"><path d="m1654.06 38.876 64.73 160.002h-1718.79l36.248-198.878z" fill="%23EEE3CC"/></svg>');
    right: -5px;
  }
  .bg-cream::after {
    background: url('data:image/svg+xml,<svg width="1724" height="207" viewBox="0 0 1724 207" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1723.5 0L1685.79 206.903L67.9824 168.027L0 0H1723.5Z" fill="%23EEE3CC"/></svg>');
  }
  .bg:before {
    height: 11.5vw;
    top: -11.5vw;
  }
  .bg:after {
    height: 7vw;
    bottom: -6.9vw;
  }
  .hero-block.image + .content-block.bg {
    margin-top: 10vw;
    padding-top: 0;
  }
}
@media screen and (min-width: 1850px) {
  .content-block.bg-deep-navy + .content-block.bg-deep-navy:before,
  .content-block.bg-cream + .content-block.bg-cream:before {
    top: -7.5vw;
  }
  .content-block .inner-wrap .media-wrap {
    transform: scale(1);
  }
}
