:root {
  --primary-font: "Racing Sans One", sans-serif;
  --secondary-font: "Montserrat", sans-serif;
  --tertiary-font: "Lato", sans-serif;
}

.racing-sans-one {
  font-family: var(--primary-font);
}

.lato {
  font-family: var(--tertiary-font);
}

.wp-block-group:not(.alignfull) .wp-block-group__inner-container {
  max-width: 1370px;
  margin-inline: auto;
}

.wp-block.is-reusable {
  max-width: none;
}

.page-title {
  font-size: 65px;
  font-weight: 400;
  line-height: 1.2;
}

.section-heading {
  font-weight: 400;
  font-size: 50px;
  font-family: var(--primary-font);
  color: var(--wp--preset--color--heading);
  text-transform: uppercase;
}

.is-style-themed.wp-block-image {
  position: relative;
  padding: 1rem;
  display: inline-block;
}
.is-style-themed.wp-block-image:before, .is-style-themed.wp-block-image:after {
  content: "";
  position: absolute;
  border: 3px solid;
}
.is-style-themed.wp-block-image:before {
  border-color: var(--wp--preset--color--accent);
  top: 2rem;
  bottom: 0;
  left: 2rem;
  right: 0;
}
.is-style-themed.wp-block-image:after {
  border-color: var(--wp--preset--color--secondary);
  top: 0;
  bottom: 2rem;
  left: 0;
  right: 2rem;
}
.is-style-themed.wp-block-image img, .is-style-themed.wp-block-image:before, .is-style-themed.wp-block-image:after {
  border-radius: 40% 20px;
}
.is-style-themed.wp-block-image img {
  min-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.is-style-themed > .wp-block-button__link {
  background-color: var(--wp--preset--color--primary);
  border-radius: 8px;
  padding: 15px;
  font-size: 20px;
  font-family: var(--primary-font);
  line-height: 1.2;
  border: 3px solid var(--wp--preset--color--accent);
  text-transform: uppercase;
  -webkit-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}
.is-style-themed > .wp-block-button__link:hover {
  color: var(--wp--preset--color--primary);
  background-color: var(--wp--preset--color--accent);
}

.has-accent-color {
  color: var(--bs-highlight-color);
  --bs-highlight-color:var(--wp--preset--color--accent) ;
}

.acf-content-block .wrap {
  position: relative;
  border-radius: 20px 50px 20px 50px;
  overflow: hidden;
  height: 100%;
}
.acf-content-block .wrap > picture {
  width: 100%;
}
.acf-content-block .wrap > img, .acf-content-block .wrap picture img {
  width: 100%;
  height: 100%;
  min-height: 262px;
  -o-object-fit: cover;
     object-fit: cover;
}
.acf-content-block .wrap:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in;
  transition: all 0.4s ease-in;
  opacity: 0.68;
}

@media screen and (min-width: 1200px) {
  .is-style-themed.wp-block-image img, .is-style-themed.wp-block-image:before, .is-style-themed.wp-block-image:after {
    border-top-left-radius: 200px;
    border-bottom-right-radius: 200px;
  }
}
@media screen and (max-width: 1440px) {
  .page-title, .section-heading {
    min-height: 0vw;
  }
  .section-heading {
    font-size: calc(1.6875rem + 18 * (100vw - 280px) / 1160);
  }
  .page-title {
    font-size: calc(2.5rem + 20 * (100vw - 280px) / 1160);
  }
}
@media screen and (max-width: 1200px) {
  html body {
    --wp--preset--font-size--large: calc(1.25rem + (30 - 20) * ((100vw - 280px) / (1200 - 280)));
  }
  .has-large-font-size {
    min-height: 0vw;
  }
}
@media screen and (max-width: 781px) {
  .txt-center-max781 {
    text-align: center;
  }
  .flex-first-order-max781 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .flex-wrap-max781 {
    -ms-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
  }
  .flex-justify-content-center-max781 {
    -webkit-box-pack: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important;
  }
}