/*!*****************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/assets/styles/style.scss ***!
  \*****************************************************************************************************************************************************************************************************************************************************/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1,
h2,
h3,
h4,
button,
input,
label {
  line-height: 1.1;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  color: currentColor;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

/* scss/vendor/rem-calc.scss */
/* rem-calculator
*  https://45royale.com/blog/convert-pixels-to-rems/
*/
/*
Removes the unit (e.g. px, em, rem) from a value, returning the number only.
@param {Number} $num - Number to strip unit from.
@returns {Number} The same number, sans unit.
*/
/*
Converts one or more pixel values into matching rem values.
@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.

@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.

@returns {List} A list of converted values.
*/
/*
Converts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.
@access private
@param {Number} $value - Pixel value to convert.
@param {Number} $base [null] - Base for pixel conversion.
@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--wp--preset--font-family--wix-madefor-text);
  font-weight: 700;
  color: var(--wp--preset--color--oxford);
}

h1,
h1.wp-block-heading {
  font-size: 2.25rem;
  line-height: 2.8125rem;
}
@media (min-width: 75em) {
  h1,
  h1.wp-block-heading {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}

h2,
h2.wp-block-heading {
  font-size: 1.5rem;
  line-height: 2.375rem;
}
@media (min-width: 75em) {
  h2,
  h2.wp-block-heading {
    font-size: 1.625rem;
    line-height: 2.625rem;
  }
}

h3,
h3.wp-block-heading {
  font-size: 1.375rem;
  line-height: 2.25rem;
}
@media (min-width: 75em) {
  h3,
  h3.wp-block-heading {
    font-size: 1.5rem;
    line-height: 2.5rem;
  }
}

h4,
h4.wp-block-heading {
  font-size: 1.25rem;
  line-height: 2.125rem;
}
@media (min-width: 75em) {
  h4,
  h4.wp-block-heading {
    font-size: 1.375rem;
    line-height: 2.375rem;
  }
}

h5,
h5.wp-block-heading {
  font-size: 1.125rem;
  line-height: 2rem;
}
@media (min-width: 75em) {
  h5,
  h5.wp-block-heading {
    font-size: 1.25rem;
    line-height: 2.25rem;
  }
}

body {
  font-family: var(--wp--preset--font-family--wix-madefor-text);
  color: var(--wp--preset--color--licorice);
  font-size: 1.1875rem;
  line-height: 2.125rem;
  font-weight: 400;
  margin: 0;
}
body:not(.admin-bar) {
  --wp-admin--admin-bar--height: 0px;
}
@media (min-width: 64em) {
  body {
    font-size: 1.3125rem;
    line-height: 2.375rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

html,
body {
  overflow-x: hidden;
}

html {
  scroll-behavior: smooth;
  box-sizing: border-box;
}

body {
  color: var(--wp--preset--color--licorice);
}

*,
:after,
:before {
  box-sizing: inherit;
}

ul,
ol {
  margin: 1rem 0;
}
ul ul,
ul ol,
ol ul,
ol ol {
  margin: 1rem 0;
}

.entry-content > p,
.entry-content > ul,
.entry-content > ol {
  margin: 0;
}
.entry-content > p a,
.entry-content > ul a,
.entry-content > ol a {
  font-weight: 700;
}
.entry-content > p a:hover,
.entry-content > ul a:hover,
.entry-content > ol a:hover {
  cursor: pointer;
}

p.wp-block-paragraph a,
.block-editor-block-list__block a {
  text-decoration: underline;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

svg {
  max-width: 100%;
}

button {
  border: 0;
  border-radius: 0;
  padding: 0;
  background: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  line-height: 1;
  cursor: pointer;
}

mark {
  background-color: transparent;
}

.aligncenter {
  text-align: center;
}

.instagram-media {
  max-width: none !important;
}

#site-content {
  margin-top: 154px;
}
@media (min-width: 366px) {
  #site-content {
    margin-top: 142px;
  }
}
@media (min-width: 40em) {
  #site-content {
    margin-top: 152px;
  }
}
@media (min-width: 64em) {
  #site-content {
    margin-top: 143px;
  }
}
@media (min-width: 1660px) {
  #site-content {
    margin-top: 145px;
  }
}

.admin-bar {
  width: 100%;
}
.admin-bar #wpadminbar {
  position: fixed;
}
.admin-bar #site-header {
  top: 46px;
}
@media (min-width: 64em) {
  .admin-bar #site-header {
    top: 32px;
  }
}

.hidden {
  display: none;
}

.visually-hidden,
.screen-reader-text {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.visually-hidden:focus-visible,
.screen-reader-text:focus-visible {
  clip-path: none;
  height: auto;
  width: auto;
  margin: 0;
  overflow: visible;
  padding: 1rem 1.5rem;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999999;
  background: var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--white);
  text-decoration: none;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media (min-width: 75em) {
  .container {
    padding-left: 3.875rem;
    padding-right: 3.875rem;
  }
}
@media (min-width: 1920px) {
  .container {
    max-width: 103.75rem;
    padding: 0;
  }
}

.small-container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  width: 100%;
}
@media (min-width: 40em) {
  .small-container {
    padding-left: 2.1875rem;
    padding-right: 2.1875rem;
    max-width: 43.5rem;
  }
}
@media (min-width: 64em) {
  .small-container {
    padding-left: 0;
    padding-right: 0;
    max-width: 46rem;
  }
}

a {
  color: var(--wp--preset--color--peta-blue);
  text-decoration: underline;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
  cursor: pointer;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration-color: transparent;
}
a:focus-visible {
  outline: 2px solid var(--wp--preset--color--peta-blue);
  outline-offset: 3px;
  border-radius: 2px;
}

.site-header a,
.site-footer a,
.main-menu a {
  text-decoration: none;
}

strong a {
  color: var(--wp--preset--color--peta-blue) !important;
}

a.btn,
a.button,
.wp-block-button__link {
  text-decoration: none;
}

a.page-numbers,
a.wp-block-query-pagination-next,
a.wp-block-query-pagination-prev {
  color: var(--wp--preset--color--oxford);
  text-decoration: none;
}

.yoast-breadcrumbs a {
  text-decoration: none;
}

.entry-content .page-headline a {
  color: var(--wp--preset--color--peta-blue);
  font-weight: bold;
  text-decoration: underline;
}

body.single .entry-content p > a,
body.single .entry-content li > a,
body.single .entry-content td > a,
body.single .entry-content blockquote > a {
  font-weight: bold;
  color: var(--wp--preset--color--peta-blue);
  text-decoration: underline;
  text-underline-offset: 3px;
}
body.single .entry-content p > a:hover,
body.single .entry-content li > a:hover,
body.single .entry-content td > a:hover,
body.single .entry-content blockquote > a:hover {
  text-decoration-color: transparent;
}
body.single .entry-content [class*=wp-block] a,
body.single .entry-content [class*=peta-] a {
  text-decoration: none;
}

.grid {
  display: grid;
  grid-template-rows: auto;
}

.grid-four-col {
  grid-template-columns: 1fr;
}
@media (min-width: 1200px) {
  .grid-four-col {
    grid-template-columns: repeat(4, 1fr);
  }
}

.footer-social-sharing-icons {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .footer-social-sharing-icons {
    flex-direction: row;
  }
}
.footer-social-sharing-icons h3 {
  font-size: 23px;
  font-weight: 800;
  margin: 0;
  margin-bottom: 27px;
  color: var(--wp--preset--color--white);
}
@media (min-width: 1024px) {
  .footer-social-sharing-icons h3 {
    margin-bottom: 0;
    margin-right: 30px;
  }
}
.footer-social-sharing-icons svg {
  box-sizing: border-box;
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  max-height: 2.125rem;
}
.footer-social-sharing-icons ul {
  display: flex;
  align-items: center;
  -moz-column-gap: 1.4375rem;
       column-gap: 1.4375rem;
}
.footer-social-sharing-icons ul a {
  display: block;
  max-width: 50px;
}

.site-footer {
  background-color: var(--wp--preset--color--midnight);
  color: var(--wp--preset--color--white);
  padding: 43px 0 46px 0;
  position: relative;
}
@media (min-width: 1660px) {
  .site-footer {
    padding: 47px 0 51px 0;
  }
}
.site-footer .seperator {
  color: rgba(255, 255, 255, 0.8);
  opacity: 0.44;
  margin: 1.875rem 0;
}
.site-footer .grid {
  text-align: center;
}
@media (min-width: 1200px) {
  .site-footer .grid {
    text-align: left;
    margin-bottom: 40px;
    -moz-column-gap: 154px;
         column-gap: 154px;
  }
}
.site-footer .grid .grid-item {
  margin-bottom: 30px;
}
@media (min-width: 1200px) {
  .site-footer .grid .grid-item {
    margin-bottom: 0;
  }
}
.site-footer .grid .grid-item h4 {
  margin: 0;
  font-size: 1rem;
  line-height: 23px;
  font-weight: 700;
  color: var(--wp--preset--color--white);
}
.site-footer .grid .grid-item .menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  color: var(--wp--preset--color--white);
  font-size: 1rem;
  line-height: 26px;
  font-weight: 400;
  margin: 0;
}
@media (min-width: 768px) {
  .site-footer .grid .grid-item .menu {
    padding: 0 1rem;
  }
}
@media (min-width: 1024px) {
  .site-footer .grid .grid-item .menu {
    padding: 0;
  }
}
@media (min-width: 1200px) {
  .site-footer .grid .grid-item .menu {
    flex-direction: column;
  }
}
.site-footer .grid .grid-item .menu li {
  display: flex;
  align-items: center;
  line-height: 1.625rem;
}
@media (max-width: 1199px) {
  .site-footer .grid .grid-item .menu li:not(:last-child):after {
    content: "";
    border-left: 1px solid var(--wp--preset--color--white);
    height: 12px;
    margin: 0 14px;
  }
}
.site-footer .grid .grid-item .menu li a::before {
  display: none;
}
.site-footer .grid .grid-item .menu li a:hover {
  text-decoration: underline;
}
.site-footer .contact .footer-logo {
  width: 196px;
  height: 24px;
  margin: auto;
  margin-bottom: 15px;
}
@media (min-width: 1200px) {
  .site-footer .contact .footer-logo {
    margin-left: 0;
    margin-right: 0;
  }
}
.site-footer .contact .footer-logo img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 1200px) {
  .site-footer .contact .footer-logo img {
    width: auto;
  }
}
.site-footer .contact p {
  color: var(--wp--preset--color--white);
  margin: auto;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 25px;
}
@media (min-width: 1200px) {
  .site-footer .contact p {
    margin: 0;
  }
}

.page-404 {
  position: relative;
  width: 100%;
  background-color: var(--wp--preset--color--cyan);
  padding-top: 1.25rem;
}
.page-404 img {
  margin-bottom: 1.25rem;
}
.page-404 h1 {
  color: var(--wp--preset--color--oxford);
  font-size: 2.25rem;
  line-height: 2.8125rem;
  font-weight: 800;
  text-align: center;
  margin: 0;
  margin-bottom: 1.5rem;
}
@media (min-width: 64em) {
  .page-404 h1 {
    font-size: 2.625rem;
    line-height: 3.5rem;
  }
}
.page-404 p {
  font-size: 1.1875rem;
  line-height: 2.125rem;
  color: var(--wp--preset--color--oxford);
  margin-bottom: 1.5rem;
  text-align: center;
}
@media (min-width: 64em) {
  .page-404 p {
    font-size: 1.3125rem;
    line-height: 2.375rem;
  }
}
.page-404 p strong {
  font-weight: 700;
}
.page-404 p:last-of-type {
  margin-bottom: 1.875rem;
}
.page-404 .wp-block-search {
  margin-bottom: 20px;
}
@media (min-width: 40em) {
  .page-404 .wp-block-search {
    margin-bottom: 2.125rem;
    max-width: 20.3125rem;
  }
}
@media (min-width: 75em) {
  .page-404 .wp-block-search {
    margin-bottom: 3.75rem;
  }
}
.page-404 .peta-cta-content {
  background: linear-gradient(175deg, var(--wp--preset--color--cyan) 24%, transparent 23%, var(--wp--preset--color--peta-blue) 24.2%);
}
@media (min-width: 1024px) {
  .page-404 .peta-cta-content {
    background: linear-gradient(175deg, var(--wp--preset--color--cyan) 34%, transparent 33%, var(--wp--preset--color--peta-blue) 34.2%);
  }
}
.page-404 .peta-cta-content img {
  margin-bottom: 0;
}
.page-404 .peta-links {
  padding-top: 60px;
  padding-bottom: 80px;
  background-color: var(--wp--preset--color--white);
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
  margin-bottom: 0;
}
.page-404 .peta-cta-subscription {
  width: 100vw;
  max-width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw !important;
}

.wp-block-list {
  padding-left: 1rem;
}
.wp-block-list:not(:last-child) {
  margin-bottom: 3.125rem;
}
.wp-block-list > li:not(:last-child) {
  margin-bottom: 24px;
}
.wp-block-list.is-style-default {
  list-style: disc;
  padding-left: 1rem;
}
.wp-block-list.is-style-default::marker {
  color: var(--wp--preset--color--licorice);
}
.wp-block-list.is-style-no-bullets, .wp-block-list.is-style-underline-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
.wp-block-list.is-style-no-bullets li, .wp-block-list.is-style-underline-list li {
  list-style: none;
}
.wp-block-list.is-style-underline-list li {
  border-bottom: 1px solid var(--wp--preset--color--marmalade);
}

.wp-block-pullquote {
  margin: 0;
  border-bottom: 1px solid var(--wp--preset--color--earl);
  border-top: 1px solid var(--wp--preset--color--earl);
  padding: 30px 20px !important;
  margin-bottom: 50px;
}
@media (min-width: 1200px) {
  .wp-block-pullquote {
    padding: 50px 20px !important;
  }
}
.wp-block-pullquote blockquote p {
  color: var(--wp--preset--color--oxford);
  margin: 0 !important;
  font-size: 28px;
  font-style: italic;
  font-weight: 700;
  line-height: 42px;
  font-family: var(--wp--preset--font-family--pt-serif);
}
@media (min-width: 1200px) {
  .wp-block-pullquote blockquote p {
    font-size: 32px;
    line-height: 46px;
  }
}

.wp-block-cover {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-bottom: 20px !important;
  height: 152px;
  overflow: hidden;
  padding: 0;
}
@media (min-width: 768px) {
  .wp-block-cover {
    height: unset;
    aspect-ratio: 1024/300;
  }
}
@media (min-width: 1200px) {
  .wp-block-cover {
    aspect-ratio: 1200/370;
  }
}
@media (min-width: 1440px) {
  .wp-block-cover {
    max-height: 550px;
    aspect-ratio: 1920/550;
  }
}
.wp-block-cover__background {
  display: none !important;
}
.wp-block-cover img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover !important;
     object-fit: cover !important;
  -o-object-position: center;
     object-position: center;
}

.media-credit__wrap {
  position: absolute;
  top: auto;
  right: 0;
  bottom: 0;
  padding-inline: 0.25rem;
  background-color: color-mix(in srgb, var(--wp--preset--color--licorice), transparent 50%);
  justify-content: flex-end;
  left: auto;
  width: auto;
}
.media-credit__wrap .media-credit {
  color: var(--wp--preset--color--white);
  font-size: 0.625rem;
  margin-bottom: 0 !important;
}
.media-credit__wrap .media-credit a, .media-credit__wrap .media-credit span {
  color: inherit;
  display: inline-block;
  text-underline-offset: auto;
}
.media-credit__wrap .media-credit a span {
  text-decoration: underline;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

.wp-block-image {
  max-width: 736px;
  position: relative;
}
.wp-block-image :where(figcaption) {
  margin-top: 12px;
  margin-bottom: 0 !important;
  text-align: center;
  font-size: 14px;
  color: var(--wp--preset--color--licorice);
  line-height: normal;
}
.wp-block-image__inner a {
  margin-bottom: 0 !important;
}
.wp-block-image__inner .media-credit__wrap {
  margin-bottom: 0 !important;
}
.wp-block-image img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 0 !important;
}
.wp-block-image.wp-block-image--has-caption .media-credit__wrap {
  top: 0;
  bottom: auto;
}
.wp-block-image.wp-block-gallery {
  display: flex;
}

.wp-block-gallery:not(.has-nested-images),
.blocks-gallery-grid:not(.has-nested-images) {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
}
.wp-block-gallery:not(.has-nested-images) figure.wp-block-image:not(#individual-image),
.blocks-gallery-grid:not(.has-nested-images) figure.wp-block-image:not(#individual-image) {
  width: calc(50% - var(--wp--style--unstable-gallery-gap, 1rem) / 2);
  margin: 0;
}

.wp-block-gallery.has-nested-images figure.wp-block-image {
  flex-grow: 0 !important;
  flex-basis: calc(50% - var(--wp--style--block-gap, 16px));
}

.wp-block-gallery.has-nested-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}

.wp-image-wrap {
  position: relative;
}
.wp-image-wrap .media-credit__wrap {
  margin-bottom: 0 !important;
}
.wp-image-wrap__inner {
  position: relative;
}
.wp-image-wrap__inner .media-credit__wrap {
  margin-bottom: 0 !important;
}

figure {
  margin: 0;
  padding: 0;
}

.wp-block-embed__wrapper .no-cookie-message-C0002,
.wp-block-embed__wrapper .no-cookie-message-C0003,
.wp-block-embed__wrapper .no-cookie-message-C0004 {
  background-color: var(--wp--preset--color--scarlet);
  margin-block-end: 1.5rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 17.563rem;
}
@media (min-width: 64em) {
  .wp-block-embed__wrapper .no-cookie-message-C0002,
  .wp-block-embed__wrapper .no-cookie-message-C0003,
  .wp-block-embed__wrapper .no-cookie-message-C0004 {
    margin-block-end: 3.5rem;
  }
}

.wp-block-embed__wrapper .no-cookie-message-C0002 .content-replace-message-C0002,
.wp-block-embed__wrapper .no-cookie-message-C0002 .content-replace-message-C0003,
.wp-block-embed__wrapper .no-cookie-message-C0002 .content-replace-message-C0004,
.wp-block-embed__wrapper .no-cookie-message-C0003 .content-replace-message-C0002,
.wp-block-embed__wrapper .no-cookie-message-C0003 .content-replace-message-C0003,
.wp-block-embed__wrapper .no-cookie-message-C0003 .content-replace-message-C0004,
.wp-block-embed__wrapper .no-cookie-message-C0004 .content-replace-message-C0002,
.wp-block-embed__wrapper .no-cookie-message-C0004 .content-replace-message-C0003,
.wp-block-embed__wrapper .no-cookie-message-C0004 .content-replace-message-C0004 {
  color: var(--wp--preset--color--white);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 80%;
  z-index: 10;
  font-size: 1rem;
}

.wp-block-embed__wrapper .no-cookie-message-C0002 .content-replace-message-C0002 a,
.wp-block-embed__wrapper .no-cookie-message-C0002 .content-replace-message-C0003 a,
.wp-block-embed__wrapper .no-cookie-message-C0002 .content-replace-message-C0004 a,
.wp-block-embed__wrapper .no-cookie-message-C0003 .content-replace-message-C0002 a,
.wp-block-embed__wrapper .no-cookie-message-C0003 .content-replace-message-C0003 a,
.wp-block-embed__wrapper .no-cookie-message-C0003 .content-replace-message-C0004 a,
.wp-block-embed__wrapper .no-cookie-message-C0004 .content-replace-message-C0002 a,
.wp-block-embed__wrapper .no-cookie-message-C0004 .content-replace-message-C0003 a,
.wp-block-embed__wrapper .no-cookie-message-C0004 .content-replace-message-C0004 a {
  text-decoration: underline !important;
  font-weight: bold;
  color: var(--wp--preset--color--white);
}

.wp-block-embed.wp-block-embed-twitter {
  display: flex;
  justify-content: center;
}
.wp-block-embed.wp-block-embed-twitter .wp-block-embed__wrapper {
  width: 100%;
  min-height: 700px;
  max-width: 500px;
}
.btn-take-action, .btn-donate-now, .wp-block-buttons .wp-block-button .wp-block-button__link {
  display: inline-block;
  padding: 15px 26px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  text-decoration: none;
  border-radius: 50px;
}

.btn-take-action, .btn-donate-now {
  background-size: 250% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn-take-action:hover, .btn-donate-now:hover {
  background-position: right center;
  color: var(--wp--preset--color--white);
}

.wp-block-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}
.wp-block-buttons .wp-block-button {
  width: 100%;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--white);
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  padding: 20px 46px;
  transition: background 0.2s ease;
}
@media (min-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 20px 102px;
  }
}
@media (min-width: 1024px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 21px;
    line-height: 31px;
    padding: 20px 127px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--marmalade);
  color: var(--wp--preset--color--white);
}

.btn-donate-now {
  color: var(--wp--preset--color--oxford);
  text-decoration: none;
  padding: 14px 44px;
  background-image: linear-gradient(145deg, #ffd900 50%, var(--wp--preset--color--marmalade) 50%);
}
.btn-donate-now:hover {
  border-color: var(--wp--preset--color--marmalade);
}

.btn-take-action {
  padding: 15px 20px;
  color: var(--wp--preset--color--white);
  background-image: linear-gradient(145deg, var(--wp--preset--color--peta-blue) 50%, var(--wp--preset--color--marmalade) 50%);
}
.btn-take-action:hover {
  border-color: var(--wp--preset--color--marmalade);
}

.page-template-page-press .single-post-content,
.page-template-page-about .single-post-content,
.single .single-post-content {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding: 0 1.25rem 5rem;
}
@media (min-width: 40em) {
  .page-template-page-press .single-post-content,
  .page-template-page-about .single-post-content,
  .single .single-post-content {
    max-width: 43.5rem;
    padding: 0 0 5rem 0;
  }
}
@media (min-width: 64em) {
  .page-template-page-press .single-post-content,
  .page-template-page-about .single-post-content,
  .single .single-post-content {
    max-width: 46rem;
  }
}
.page-template-page-press .single-post-content :where(:not(:last-child):not([class*=peta]):not([class*=pgb]):not(.rapid-action-form):not(div[style*=clear])),
.page-template-page-about .single-post-content :where(:not(:last-child):not([class*=peta]):not([class*=pgb]):not(.rapid-action-form):not(div[style*=clear])),
.single .single-post-content :where(:not(:last-child):not([class*=peta]):not([class*=pgb]):not(.rapid-action-form):not(div[style*=clear])) {
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .page-template-page-press .single-post-content :where(:not(:last-child):not([class*=peta]):not([class*=pgb]):not(.rapid-action-form):not(div[style*=clear])),
  .page-template-page-about .single-post-content :where(:not(:last-child):not([class*=peta]):not([class*=pgb]):not(.rapid-action-form):not(div[style*=clear])),
  .single .single-post-content :where(:not(:last-child):not([class*=peta]):not([class*=pgb]):not(.rapid-action-form):not(div[style*=clear])) {
    margin-bottom: 3.125rem;
  }
}
.page-template-page-press .single-post-content h1,
.page-template-page-about .single-post-content h1,
.single .single-post-content h1 {
  margin-bottom: 2rem;
}
.page-template-page-press .single-post-content :where(h2, h3, h4, h5, h6):not(:last-child),
.page-template-page-about .single-post-content :where(h2, h3, h4, h5, h6):not(:last-child),
.single .single-post-content :where(h2, h3, h4, h5, h6):not(:last-child) {
  margin-bottom: 1.5rem;
}
@media (min-width: 40em) {
  .page-template-page-press .single-post-content :where(p):not(:last-child):is(:has(+ .wp-block-list)),
  .page-template-page-about .single-post-content :where(p):not(:last-child):is(:has(+ .wp-block-list)),
  .single .single-post-content :where(p):not(:last-child):is(:has(+ .wp-block-list)) {
    margin-bottom: 1.5rem;
  }
}
.page-template-page-press .single-post-content .wp-block-post-date,
.page-template-page-about .single-post-content .wp-block-post-date,
.single .single-post-content .wp-block-post-date {
  color: var(--wp--preset--color--licorice);
  margin-bottom: 2rem;
}

.page-template-page-press .single-post-content.no-hero,
.page-template-page-about .single-post-content.no-hero,
.single .single-post-content.no-hero {
  padding-top: 1.875rem;
}
@media (min-width: 40em) {
  .page-template-page-press .single-post-content.no-hero,
  .page-template-page-about .single-post-content.no-hero,
  .single .single-post-content.no-hero {
    padding-top: 2.5rem;
  }
}

.page-template-page-press .single-post-content .layout-promo,
.page-template-page-about .single-post-content .layout-promo,
.single .single-post-content .layout-promo {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

.peta-au.single-about .social-media-buttons, .peta-au.single-press .social-media-buttons {
  display: none;
}

.page-template-page-about .layout-promo {
  margin-left: calc(-1 * (100vw - 100%) / 2);
  margin-right: calc(-1 * (100vw - 100%) / 2);
  width: 100vw;
  background: linear-gradient(175deg, #fff 8%, transparent 7%, var(--wp--preset--color--riptide) 8.2%);
}
@media (min-width: 768px) {
  .page-template-page-about .layout-promo {
    background: linear-gradient(175deg, #fff 20%, transparent 19%, var(--wp--preset--color--riptide) 20.2%);
  }
}
@media (min-width: 1024px) {
  .page-template-page-about .layout-promo {
    background: linear-gradient(175deg, #fff 30%, transparent 29%, var(--wp--preset--color--riptide) 30.2%);
  }
}
@media (min-width: 1280px) {
  .page-template-page-about .layout-promo {
    background: linear-gradient(175deg, #fff 45%, transparent 44%, var(--wp--preset--color--riptide) 45.2%);
  }
}
.page-template-page-about .peta-cta-content {
  background: var(--wp--preset--color--riptide);
}

.british-farming #site-content {
  margin: 0;
}

.search-results-list {
  margin: 40px auto;
  max-width: 46rem;
  padding-top: 24px;
}
@media (min-width: 75em) {
  .search-results-list.container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 1024px) {
  .search-results-list {
    padding-top: 45px;
  }
}
.search-results-list h1,
.search-results-list h2 {
  color: var(--wp--preset--color--oxford);
}
.search-results-list p {
  color: var(--wp--preset--color--licorice);
  font-size: 1rem;
  line-height: 26px;
}
.search-results-list h1 {
  margin-bottom: 40px;
}
.search-results-list h2 {
  font-size: 19px;
  line-height: 26px;
  margin-bottom: 8px;
  font-weight: 800;
}
@media (min-width: 768px) {
  .search-results-list h2 {
    font-size: 21px;
    line-height: 28px;
  }
}
@media (min-width: 1440px) {
  .search-results-list h2 {
    font-size: 26px;
    line-height: 34px;
  }
}
.search-results-list li {
  margin-bottom: 40px;
}
.search-results-list li:last-child {
  margin-bottom: 0;
}
.search-results-list li:hover a {
  color: var(--wp--preset--color--peta-blue);
}
.search-results-list .wp-block-query-pagination {
  display: flex;
  justify-content: center;
  margin: 40px 0;
  -moz-column-gap: 40px;
       column-gap: 40px;
}
.search-results-list .wp-block-query-pagination-numbers {
  display: flex;
  margin-bottom: 0;
  font-size: 20px;
  margin: 0;
  color: var(--wp--preset--color--midnight);
}
.search-results-list .wp-block-query-pagination-previous, .search-results-list .wp-block-query-pagination-next {
  align-items: center;
  border: 1px solid var(--wp--preset--color--cobalt);
  border-radius: 3.125rem;
  display: inline-flex;
  font-size: 1.25rem;
  height: 3.125rem;
  justify-content: center;
  margin: 0;
  overflow: hidden;
  position: relative;
  text-decoration: none;
  width: 3.125rem;
}
.search-results-list .wp-block-query-pagination-previous span, .search-results-list .wp-block-query-pagination-next span {
  display: none;
}
.search-results-list .wp-block-query-pagination-previous:hover, .search-results-list .wp-block-query-pagination-next:hover {
  background-color: #2685e6;
  border-color: #2685e6;
}
.search-results-list .wp-block-query-pagination-previous:hover span, .search-results-list .wp-block-query-pagination-next:hover span {
  color: var(--wp--preset--color--white);
}
.search-results-list .wp-block-query-pagination-previous::before, .search-results-list .wp-block-query-pagination-next::before {
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: inline-block;
  width: 23px;
  height: 16px;
}
.search-results-list .wp-block-query-pagination-next::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.531 0L13.485 1.076L20.154 7.566H0V9.066H20.153L13.485 15.557L14.531 16.632L23.075 8.316L14.531 0Z%27 fill=%27%231965B2%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination-next:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M14.531 0L13.485 1.076L20.154 7.566H0V9.066H20.153L13.485 15.557L14.531 16.632L23.075 8.316L14.531 0Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination-previous::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.469 17L10.515 15.924L3.846 9.434L24 9.434V7.934L3.847 7.934L10.515 1.443L9.469 0.368L0.924999 8.684L9.469 17Z%27 fill=%27%231965B2%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination-previous:hover::before {
  background-image: url("data:image/svg+xml,%3Csvg width=%2724%27 height=%2717%27 viewBox=%270 0 24 17%27 fill=%27none%27 xmlns=%27http://www.w3.org/2000/svg%27%3E%3Cpath d=%27M9.469 17L10.515 15.924L3.846 9.434L24 9.434V7.934L3.847 7.934L10.515 1.443L9.469 0.368L0.924999 8.684L9.469 17Z%27 fill=%27%23FFFFFF%27/%3E%3C/svg%3E");
}
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers:not(.current):not(:last-child),
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .dots {
  display: none;
}
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .current::after {
  content: "/";
}
.search-results-list .wp-block-query-pagination .wp-block-query-pagination-numbers .page-numbers.current:last-child::after {
  content: none;
}

.page .page-headline {
  background-color: var(--wp--preset--color--white);
  padding: 24px 0;
}
@media (min-width: 1024px) {
  .page .page-headline {
    padding: 45px 0 24px 0;
  }
}
.page .page-headline h1 {
  color: var(--wp--preset--color--oxford);
  margin: 0;
  font-size: 28px;
  line-height: 35px;
  font-weight: 700;
}
@media (min-width: 768px) {
  .page .page-headline h1 {
    font-size: 28px;
    line-height: 35px;
  }
}
@media (min-width: 1200px) {
  .page .page-headline h1 {
    font-size: 38px;
    line-height: 46px;
  }
}
@media (min-width: 1660px) {
  .page .page-headline h1 {
    font-size: 42px;
    line-height: 50px;
  }
}
.page .page-headline h1 + p {
  margin-top: 1rem;
}
.page.about .single-post-content, .page.page-template-page-about .single-post-content, .page.page-template-page-press .single-post-content, .page.press .single-post-content {
  padding-bottom: 0;
}

@media (min-width: 75em) {
  .author.container {
    padding-left: 0;
    padding-right: 0;
  }
}
.author .author-posts-header {
  margin-top: 0;
  margin-bottom: 28px;
}
@media (min-width: 64rem) {
  .author .author-posts-header {
    margin-top: 56px;
  }
}
.author .author-posts-header__inner {
  align-items: flex-end;
}
.author .author-posts-header__eyebrow {
  margin: 0 0 8px;
  font-size: 0.85rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.7;
}
.author .author-posts-header__name {
  margin: 0;
  font-size: clamp(1.6rem, 2vw, 2.1rem);
  line-height: 1.15;
}
.author .author-posts-header__divider {
  margin: 18px 0 0;
  opacity: 0.2;
}
.author .author-content {
  display: flex;
  gap: 2rem;
  align-items: flex-start;
  flex-direction: column;
  margin-bottom: 20px;
}
@media (min-width: 75rem) {
  .author .author-content {
    flex-direction: row;
  }
}
.author .author-content .author-left {
  flex: 0 0 150px;
}
.author .author-content .author-left img {
  width: 150px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
}
.author .author-content .author-right {
  flex: 1;
}
.author .author-content .author-right .wp-block-post-author-biography {
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.wp-block-buttons {
  gap: 50px;
}
.wp-block-buttons .wp-block-button {
  width: 100%;
}
.wp-block-buttons .wp-block-button .wp-block-button__link {
  background: var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--white);
  font-size: 19px;
  line-height: 29px;
  font-weight: 700;
  text-align: center;
  padding: 20px 35px;
  text-decoration: none;
  transition: background 0.2s ease;
}
@media (min-width: 768px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    padding: 20px 102px;
    width: 100%;
  }
}
@media (min-width: 1024px) {
  .wp-block-buttons .wp-block-button .wp-block-button__link {
    font-size: 21px;
    line-height: 31px;
    padding: 20px 127px;
  }
}
.wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background: var(--wp--preset--color--marmalade);
  color: var(--wp--preset--color--white);
}

.btn, .wp-block-button__link {
  border-radius: 50px;
  display: inline-block;
  padding: 15px 26px;
  font-size: 1rem;
  font-style: normal;
  font-weight: 800;
  border-radius: 50px;
  text-decoration: none;
}

.btn-donate-now {
  padding: 14px 44px;
  text-decoration: none;
  background-image: linear-gradient(145deg, #ffd900 50%, var(--wp--preset--color--marmalade) 50%);
  background-size: 250% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn-donate-now:hover {
  background-position: right center;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--marmalade);
}

.btn-take-action {
  padding: 15px 20px;
  color: var(--wp--preset--color--white);
  background-image: linear-gradient(145deg, var(--wp--preset--color--peta-blue) 50%, var(--wp--preset--color--marmalade) 50%);
  background-size: 250% 100%;
  background-position: left center;
  transition: background-position 0.5s ease;
}
.btn-take-action:hover {
  background-position: right center;
  color: var(--wp--preset--color--white);
  border-color: var(--wp--preset--color--marmalade);
}

input[type=text],
input[type=email],
input[type=search] {
  width: 100%;
  padding: 14px;
  border-radius: 9999px;
  font-size: 1.125rem;
  border: 1px solid var(--wp--preset--color--peta-blue);
  color: var(--wp--preset--color--shadow);
}
@media (min-width: 64em) {
  input[type=text],
  input[type=email],
  input[type=search] {
    font-size: 1rem;
  }
}
input[type=text]:focus,
input[type=email]:focus,
input[type=search]:focus {
  box-shadow: 0 0 0 2px rgba(0, 116, 204, 0.2);
}

@keyframes rotateX {
  0% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 1;
    transform: rotateX(0deg);
  }
}
@keyframes rotateXOut {
  0% {
    opacity: 1;
    transform: rotateX(0deg);
  }
  50% {
    transform: rotateX(-20deg);
  }
  100% {
    opacity: 0;
    transform: rotateX(-90deg);
  }
}
@keyframes flipIn {
  from {
    transform: rotateY(90deg);
    background-color: rgba(0, 0, 0, 0.03);
  }
  50% {
    transform: rotateY(-10deg);
    background-color: rgba(0, 0, 0, 0.02);
  }
  to {
    transform: rotateY(0deg);
  }
}
@keyframes flipOut {
  from {
    transform: rotateY(0deg);
    opacity: 1;
  }
  50% {
    transform: rotateY(100deg);
  }
  to {
    transform: rotateY(90deg);
    opacity: 0;
  }
}
@keyframes flipUp {
  0% {
    transform: rotateX(0deg);
  }
  100% {
    transform: rotateX(-90deg);
    opacity: 0;
  }
}
@keyframes flipDown {
  0% {
    transform: rotateX(90deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
@keyframes flip-text {
  0% {
    transform: perspective(400px) rotateX(0);
  }
  100% {
    transform: perspective(400px) rotateX(360deg);
  }
}
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  background-color: var(--wp--preset--color--midnight);
  height: 154px;
}
@media (min-width: 366px) {
  header {
    height: auto;
  }
}
@media (min-width: 40em) {
  header {
    height: 9.5rem;
  }
}
@media (min-width: 64em) {
  header {
    height: 8.9375rem;
    background-color: var(--wp--preset--color--white);
  }
}
@media (min-width: 1660px) {
  header {
    height: 145px;
  }
}
header .site-header__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex: 1;
  height: 5.25rem;
  position: relative;
  z-index: 100;
}
header .site-header__wrap::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  box-shadow: 0 4px 10px rgba(102, 102, 102, 0.12);
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
}
header .site-header__wrap .main-menu-toggle {
  width: 2rem;
  height: 1.5625rem;
}
@media (min-width: 90em) {
  header .site-header__wrap {
    justify-content: flex-end;
  }
}
header .site-header__wrap .search-toggle {
  width: 3.1875rem;
  height: 3.1875rem;
  transform-style: preserve-3d;
  backface-visibility: hidden;
  color: var(--wp--preset--color--white);
}
@media (min-width: 64em) {
  header .site-header__wrap .search-toggle {
    width: 2.6875rem;
    height: 2.6875rem;
  }
}
header .site-header__wrap .search-toggle.is-active .active {
  display: block;
}
header .site-header__wrap .search-toggle.is-active .non-active {
  display: none;
}
header .site-header__wrap .search-toggle:not(.is-active) .active {
  display: none;
}
header .site-header__wrap .search-toggle:not(.is-active) .non-active {
  display: block;
}
header .site-header__wrap .search-toggle:active.is-active, header .site-header__wrap .search-toggle:focus.is-active {
  animation: flipIn 0.6s ease-in-out forwards;
}
header .site-header__wrap .search-toggle:active:not(.is-active) .non-active, header .site-header__wrap .search-toggle:focus:not(.is-active) .non-active {
  animation: flipIn 0.6s ease forwards;
}
header .site-header__wrap .search-toggle:active:not(.is-active) .active, header .site-header__wrap .search-toggle:focus:not(.is-active) .active {
  animation: flipOut 0.6s ease forwards;
}

.logo {
  width: 3.875rem;
  height: 3.875rem;
  display: inline-block;
  z-index: 999999;
}
@media (min-width: 64em) {
  .logo {
    width: 4.6875rem;
    height: 4.6875rem;
    margin-top: -100px;
  }
}
@media (min-width: 75em) {
  .logo {
    width: 7rem;
    height: 7rem;
  }
}
@media (min-width: 90em) {
  .logo {
    width: 9.5625rem;
    height: 9.5625rem;
    position: absolute;
    left: 0;
    top: -3.4375rem;
    margin-top: 0;
  }
}

.search-form__wrapper {
  position: relative;
  display: flex;
  align-items: center;
}
.search-form__submit {
  position: absolute;
  right: 1rem;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  line-height: 1;
  height: 2.5rem;
  width: 2.5rem;
}

.mobile-menu-header__search {
  display: block;
  margin-bottom: 1.5rem;
}
.mobile-menu-header__search .search-form-wrap {
  visibility: visible !important;
  opacity: 1 !important;
  transform: none !important;
  transition: none !important;
  padding: 0 !important;
  background-color: transparent !important;
  position: relative !important;
  pointer-events: auto !important;
}
.mobile-menu-header__search .search-form {
  margin: 0 auto;
}

.search-form__dropdown {
  position: absolute;
  top: 100%;
  left: -1rem;
  width: calc(100% + 2rem);
  background-color: var(--wp--preset--color--powder-blue);
  z-index: 1000;
}
.search-form__dropdown .search-form {
  padding: 0 1rem;
}

.wp-block-search__inside-wrapper {
  border: none;
  position: relative;
  display: flex;
  align-items: center;
  background-color: transparent;
}
.wp-block-search__button {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.wp-block-search__button svg {
  fill: var(--wp--preset--color--peta-blue);
  transform: rotate(270deg);
  min-width: 1.875rem;
  min-height: 1.875rem;
}

.search-form-wrap {
  position: absolute;
  left: 0;
  right: 0;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  background-color: var(--wp--preset--color--powder-blue);
  pointer-events: none;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transform-origin: top center;
  transition: none;
}
.search-form-wrap.is-active {
  pointer-events: auto;
  top: 100%;
  opacity: 1;
  transform: perspective(400px) rotateX(0deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
  z-index: 99;
}
.search-form-wrap:not(.is-active) {
  visibility: hidden;
  opacity: 0;
  transform: perspective(400px) rotateX(-90deg);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media (min-width: 64em) {
  .search-form-wrap .search-form {
    max-width: 72.25rem;
    margin: auto;
  }
}
@media (min-width: 90em) {
  .search-form-wrap .search-form {
    max-width: 103.75rem;
  }
}
@media (min-width: 64em) {
  .search-form-wrap .search-form__wrapper {
    max-width: 500px;
    margin-left: auto;
  }
}

@media (min-width: 1024px) {
  .sub-menu__wrapper {
    display: flex;
    justify-content: space-evenly !important;
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%) translateY(-10px);
    width: 100vw;
    max-width: 100vw;
    background-color: #eaf6fd;
    z-index: 1000;
    transition: opacity 0.3s ease;
    padding: 25px 0;
    margin-top: -2px;
    opacity: 0;
    visibility: hidden;
  }
  .sub-menu__wrapper::before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    background: transparent;
    pointer-events: auto;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .sub-menu__wrapper::before {
    top: -15px;
  }
}
@media (min-width: 1024px) {
  .sub-menu__wrapper .sub-menu {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0;
    list-style: none;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .sub-menu__wrapper .sub-menu {
    -moz-column-gap: 65px;
         column-gap: 65px;
    justify-content: center;
  }
}
@media (min-width: 1024px) {
  .sub-menu__wrapper .sub-menu > li > a {
    display: block;
    padding: rem-calc(12px) rem-calc(16);
    color: var(--wp--preset--color--oxford) !important;
    font-size: 1rem !important;
    font-weight: 600 !important;
    text-decoration: none;
    transform: none !important;
    padding: 0 !important;
    box-shadow: none;
    cursor: pointer;
    transition: all 0.2s ease-in;
  }
  .sub-menu__wrapper .sub-menu > li > a:hover {
    color: var(--wp--preset--color--peta-blue) !important;
  }
  .sub-menu__wrapper .sub-menu > li > a::before,
  .sub-menu__wrapper .sub-menu > li > a::after {
    display: none !important;
    content: none !important;
  }
  .sub-menu__wrapper .sub-menu > li > span {
    transform: none !important;
  }
  .sub-menu__wrapper .sub-menu > li::before {
    display: none !important;
  }
}
@media (min-width: 1024px) and (min-width: 1440px) {
  .sub-menu__wrapper .sub-menu {
    -moz-column-gap: 65px !important;
         column-gap: 65px !important;
    justify-content: center !important;
  }
}
@media (min-width: 1024px) {
  .sub-menu__wrapper.show {
    opacity: 1;
    visibility: visible;
    transform: translateX(-50%) translateY(0);
  }
}

.footer-statement {
  text-align: center;
}
.footer-statement p {
  color: var(--wp--preset--color--white);
  font-size: 1rem;
  font-weight: 400;
  line-height: 23px;
}
.footer-statement p:first-child {
  margin-bottom: 30px;
  font-weight: 700;
}
@media (max-width: 768px) {
  .footer-statement p:first-child {
    margin-bottom: 1rem;
  }
}

.yoast-breadcrumbs {
  color: var(--wp--preset--color--licorice);
  font-family: "Wix Madefor Text";
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 25px;
  margin-bottom: 20px !important;
}
@media (min-width: 1024px) {
  .yoast-breadcrumbs {
    margin-bottom: 30px !important;
  }
}
.yoast-breadcrumbs span a {
  transition: color 0.2s ease;
  color: var(--wp--preset--color--peta-blue);
  font-weight: 700;
}
.yoast-breadcrumbs span a:hover {
  color: var(--wp--preset--color--marmalade);
}

form .fields-row {
  display: flex;
  flex-direction: column;
  width: 100%;
}
form .form-inline-group {
  display: flex;
  flex-direction: row;
}
form .pma-casl-check {
  opacity: 0;
  visibility: hidden;
  height: 0;
}
form .pma-casl-check .opt-in-text {
  margin-bottom: 10px;
}
form .pma-casl-check .opt-out-text {
  margin-bottom: 10px;
  letter-spacing: 0;
  font-size: 0.8125rem;
  line-height: 1.125rem;
}
form .pma-casl-check .opt-out-text a {
  text-decoration: underline;
}
form .pma-casl-check input[type=checkbox] {
  margin-right: 10px;
  vertical-align: middle;
  height: auto;
}
form .pma-casl-check label {
  color: inherit;
  margin: 5px 0;
}
@media (min-width: 768px) {
  form .fields-row {
    flex-direction: row;
    justify-content: center;
  }
  form .form-inline-group {
    flex-direction: row;
    justify-content: center;
  }
}

/*# sourceMappingURL=style-index.css.map*/