@import url("https://fonts.googleapis.com/css2?family=Onest:wght@100..900&display=swap");
html {
  height: 100%;
  width: 100%;
}

body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  background: white;
}

body.open {
  overflow: hidden;
}

a {
  color: #6c9d5f;
  text-decoration: none;
}

a:hover, a:focus, a.active {
  color: #6c9d5f;
  text-decoration: none;
}

figure {
  margin: 0;
}

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

section {
  margin: 0 auto;
  position: relative;
}

figure {
  margin: 0;
}

.shadow {
  box-shadow: 0 10px 10px 0 rgba(255, 98, 0, 0.2) !important;
  position: relative;
}
.shadow:after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 10%;
  bottom: -3%;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-color: #FF6200;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
  filter: blur(20px);
}

@media only screen and (min-width: 769px) {
  .container {
    width: 90%;
    max-width: 1400px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container {
    width: 90%;
    max-width: 1024px;
  }
}
@media only screen and (max-width: 768px) {
  .container {
    max-width: 768px;
  }
}

.edit-link {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 1000;
}

.row.align-centre {
  justify-content: center;
}
.row.align-right {
  justify-content: flex-end;
}
.row.align-middle {
  align-items: center;
}
.row.align-bottom {
  align-items: flex-end;
}

div[class*=col-].align-centre {
  margin-left: auto;
  margin-right: auto;
}
div[class*=col-].align-right {
  margin-left: auto;
}

html {
  font-family: "Onest", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

body,
button,
input,
textarea,
select,
p,
.btn {
  font-family: "Onest", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.6);
}

.lead {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.2);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 2);
  letter-spacing: 0.4px;
  color: #ff6200;
}

small,
.small {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.7);
  line-height: clamp(15px, 1.5vw, 18px);
}

h1, h2, h3, h4 {
  font-family: "Onest", sans-serif;
  letter-spacing: -0.4px;
  font-optical-sizing: auto;
}

h1 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 3.2);
  font-weight: 700;
  margin: 0 0 30px 0;
  color: #6c9d5f;
}
@media only screen and (max-width: 768px) {
  h1 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
  }
}

h2 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 2);
  font-weight: 800;
  margin: 0 0 22.5px 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #6c9d5f;
}
@media only screen and (max-width: 768px) {
  h2 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.4);
  }
}

h3 {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  color: #6c9d5f;
  font-weight: bold;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  h3 {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
  }
}

h4 {
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 1.2 * 1.2);
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0 0 15px 0;
}
@media only screen and (max-width: 768px) {
  h4 {
    font-size: clamp(15px, 1.5vw, 18px);
  }
}

/* Text colors */
.txt-white {
  color: white;
}

.txt-red {
  color: rgb(255, 0, 0);
}

.txt-green {
  color: rgab(0, 255, 0, 1);
}

.txt-yellow {
  color: rgab(255, 255, 0, 1);
}

.txt-blue {
  color: rgab(0, 0, 255, 1);
}

header {
  margin-top: 30px;
}
header .header-content .branding-wrapper {
  border-width: 1px 0;
  display: flex;
  padding: 20px 0;
  justify-content: center;
  align-items: center;
}
header .header-content .branding-wrapper .branding {
  border-right: 1px solid #6C9D5F;
  margin-right: 20px;
}
header .header-content .branding-wrapper .branding img {
  display: block;
  width: 250px;
}
@media only screen and (min-width: 769px) {
  header .header-content .branding-wrapper .branding img {
    width: 450px;
  }
}
header .header-content .branding-wrapper .co-branding img {
  display: block;
  width: 100px;
}
@media only screen and (min-width: 769px) {
  header .header-content .branding-wrapper .co-branding img {
    width: 150px;
  }
}

@media only screen and (min-width: 769px) {
  .toggle {
    display: none;
  }
  .navigation {
    width: 100%;
  }
  .nav-wrapper {
    display: flex;
  }
  .nav-wrapper nav ol {
    display: flex;
    list-style-type: none;
    padding: 0;
    margin: 0;
  }
  .nav-wrapper nav ol li {
    padding: 0;
    margin: 0;
  }
  .nav-wrapper nav ol li a {
    text-decoration: none;
  }
  .nav-wrapper.primary {
    width: 100%;
  }
  .nav-wrapper.primary nav {
    width: 100%;
  }
  .nav-wrapper.primary nav ol {
    width: 100%;
    justify-content: center;
    padding: 22.5px 0;
  }
  .nav-wrapper.primary nav ol li {
    margin: 0 5px;
    display: flex;
  }
  .nav-wrapper.primary nav ol a {
    display: inline-block;
    color: #6C9D5F;
    text-transform: uppercase;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.2);
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 800;
    position: relative;
    transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
    padding: 0.5vw 1vw;
    border-radius: 20px;
    white-space: nowrap;
  }
  .nav-wrapper.primary nav ol a:hover, .nav-wrapper.primary nav ol a.active {
    color: #fff;
    margin-top: -5px;
    margin-left: -5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #FF6200;
    box-shadow: 5px 5px 0px #ffda68 !important;
  }
  .nav-wrapper.secondary {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
  }
  .nav-wrapper.secondary a {
    color: #6C9D5F;
    font-weight: bold;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 0.7);
    margin: 0 15px;
    padding: 5px 10px;
    border-radius: 15px;
  }
  .nav-wrapper.secondary a:hover, .nav-wrapper.secondary a.active {
    color: #fff;
    background: #FF6200;
  }
  .nav-wrapper.footer {
    justify-content: flex-end;
    flex-wrap: wrap;
  }
  .nav-wrapper.footer .footer {
    width: 100%;
    justify-content: flex-end;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 0.7);
  }
  .nav-wrapper.footer .social a {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2.2);
  }
}
@media only screen and (max-width: 768px) {
  .toggle {
    display: block;
    width: 40px;
    height: 40px;
    padding-top: 18px;
    position: absolute;
    z-index: 999999;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    top: 5px;
    right: 10px;
  }
  .toggle div {
    width: 40px;
    height: 5px;
    position: absolute;
    background: #ff6200;
    transform-origin: center center;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
    border-radius: 3px;
  }
  .toggle div.top {
    transform: translateY(-12px);
  }
  .toggle div.bottom {
    transform: translateY(12px);
  }
  .open .toggle {
    transform: rotate(90deg);
  }
  .open .toggle div {
    background: #6c9d5f;
    width: 40px;
  }
  .open .toggle div.one {
    transform: rotate(45deg);
  }
  .open .toggle div.two {
    transform: rotate(-45deg);
  }
  .open .toggle div.top {
    transform: translateY(-3px);
    opacity: 0;
  }
  .open .toggle div.bottom {
    transform: translateY(3px);
    opacity: 0;
  }
  .open .navigation {
    left: 0;
  }
  .navigation {
    position: fixed;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    background: white;
    padding: 50px 30px 30px;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  }
  .navigation nav ol {
    display: block;
    padding: 0;
    margin: 0;
    list-style-type: none;
  }
  .navigation nav ol li {
    display: block;
    margin: 0;
    padding: 0;
  }
  .navigation nav ol li a {
    display: block;
    color: #6C9D5F;
    text-transform: uppercase;
    font-size: calc(clamp(15px, 1.5vw, 18px) * 1.6);
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 800;
    position: relative;
    transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
    padding: 10px 15px;
    border-radius: 20px;
  }
  .navigation nav ol li a:hover, .navigation nav ol li a.active {
    color: #fff;
    margin-top: -5px;
    margin-left: -5px;
    margin-bottom: 5px;
    margin-right: 5px;
    background: #FF6200;
    box-shadow: 5px 5px 0px #ffda68 !important;
  }
  .navigation nav ol li a br {
    display: none;
  }
  .navigation nav.social ol {
    display: flex;
  }
  .navigation nav.social ol a {
    font-size: calc(clamp(15px, 1.5vw, 18px) * 2.4);
  }
}
#carouselHero {
  position: relative;
  margin-top: 75px;
  margin-bottom: 90px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
#carouselHero .carousel-inner {
  overflow: visible;
}
#carouselHero .carousel-inner .carousel-item {
  position: relative;
}
#carouselHero .carousel-inner .carousel-item .thumb {
  position: relative;
}
#carouselHero .carousel-inner .carousel-item .thumb img {
  border-radius: 4vw;
  overflow: hidden;
}
#carouselHero .carousel-inner .carousel-item .thumb .carousel-item-shadow {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 90%;
  height: 50px;
  bottom: -20px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  background: #FF6200;
  border-radius: 40px;
  filter: blur(20px);
}
#carouselHero .hero-shape {
  position: absolute;
  width: 10vw;
  height: auto;
  z-index: 100;
  display: block;
  overflow: hidden;
  border-radius: 2vw;
}
@media only screen and (min-width: 769px) {
  #carouselHero .hero-shape {
    width: 15vw;
    max-width: 180px;
    border-radius: 30px;
  }
}
#carouselHero .hero-shape-first {
  top: -4vw;
  left: 10vw;
}
#carouselHero .hero-shape-last {
  bottom: -5vw;
  right: 10vw;
}

.breadcrumbs ol {
  list-style-type: none;
  padding-left: 0;
}
.breadcrumbs ol li {
  display: inline-block;
}
.breadcrumbs ol li:after {
  display: inline-block;
  color: #000;
  content: ">";
  font-size: 80%;
  font-weight: bold;
  padding: 0 3px;
}

.entries-list.tiles {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-gap: 20px;
}
.entries-list.tiles .item {
  border: 1px solid #ccc;
}

.entries-list.releases .item {
  border-bottom: 1px solid #FFDA68;
  padding: 7.5px 0;
}
.entries-list.releases .item .caption h4 {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
.entries-list.releases .item .caption .date {
  font-size: 70%;
  color: #666;
  margin: 0;
}

.entries-list.inthenews .item {
  border-bottom: 1px solid #FFDA68;
  padding: 7.5px 0;
}
.entries-list.inthenews .item .caption h4 {
  text-transform: none;
  letter-spacing: 0;
  margin: 0;
}
.entries-list.inthenews .item .caption .date {
  font-size: 70%;
  color: #666;
  margin: 0;
}

.entries-list.testimonials {
  display: flex;
  flex-wrap: wrap;
}
.entries-list.testimonials .item {
  flex: 1 1 300px;
  padding: 30px 0 0 0;
  margin: 30px;
}
.entries-list.testimonials .item blockquote {
  margin: 0;
  padding: 0;
  text-align: center;
}
.entries-list.testimonials .item blockquote p {
  color: #6C9D5F;
  font-size: calc(clamp(15px, 1.5vw, 18px) * 1.2);
  line-height: calc(clamp(15px, 1.5vw, 18px) * 2);
  margin: 0;
  border: 0;
  position: relative;
}
.entries-list.testimonials .item blockquote p:before, .entries-list.testimonials .item blockquote p:after {
  color: #FF6200;
  display: inline-block;
}
.entries-list.testimonials .item blockquote p:before {
  content: '"';
  padding-right: 5px;
}
.entries-list.testimonials .item blockquote p:after {
  content: '"';
  padding-left: 5px;
}
.entries-list.testimonials .item blockquote footer {
  font-size: calc(clamp(15px, 1.5vw, 18px) * 0.7);
  padding: 0;
  margin: 10px 0 0 0;
  border: 0;
}
.entries-list.testimonials .item blockquote footer cite {
  font-style: normal;
  font-weight: bold;
  color: #FF6200;
}

.card {
  box-shadow: 0 10px 10px 0 rgba(255, 98, 0, 0.2);
  padding: 30px;
  border: 1px solid rgba(17, 17, 34, 0.05);
  border-radius: 0;
  flex-direction: revert;
  display: block;
}
.card:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 90%;
  height: 10%;
  bottom: -20px;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-color: #FF6200;
  filter: blur(20px);
}

.carousel-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

footer {
  padding: 75px 0;
  border-top: 1px solid;
}
@media only screen and (max-width: 768px) {
  footer {
    padding: 75px 30px;
    text-align: center;
  }
}

.btn,
.fui-btn {
  background-color: #6C9D5F !important;
  border: 0 !important;
  border-radius: 30px !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  letter-spacing: 1px !important;
  font-size: clamp(15px, 1.5vw, 18px) !important;
  padding: 15px 37.5px !important;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1) !important;
  position: relative !important;
}
.btn:hover, .btn.active,
.fui-btn:hover,
.fui-btn.active {
  background-color: #FF6200 !important;
  margin-top: -5px !important;
  margin-left: -5px !important;
  margin-bottom: 5px !important;
  margin-right: 5px !important;
  box-shadow: 5px 5px 0px #ffda68 !important;
}
.btn:focus,
.fui-btn:focus {
  color: white;
}

.btn-list {
  margin: 0;
  padding: 0;
}
.btn-list .btn {
  width: 100%;
  margin-bottom: 15px;
}
.btn-list .btn:hover, .btn-list .btn.active {
  margin-bottom: 15px !important;
}
.btn-list .btn:focus {
  color: white;
}

.button-group input[type=radio] {
  clip: rect(0 0 0 0);
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
  appearance: none;
  border: 0;
  background: transparent;
}
.button-group input[type=radio]:checked + label {
  background-color: #007bff;
  color: #fff;
}
.button-group label {
  display: inline-block !important;
  background-color: #f1f1f1;
  padding: 10px 20px;
  font-family: Arial;
  font-size: 16px;
  cursor: pointer;
  border-radius: 5px;
  text-transform: uppercase;
}
.button-group .form-check-inline {
  margin: 0 10px 0 0;
  padding: 0;
}

.fui-instructions p {
  font-size: 100%;
  line-height: 140%;
}

.capitalize-label::first-letter {
  text-transform: uppercase;
}

.alert p:only-child {
  margin-bottom: 0;
}

.entries-list.winners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.entries-list.winners .item {
  flex: 1 1 280px; /* Grow, shrink, and set the base width */
  max-width: 350px;
  margin-bottom: 20px;
  display: block;
  position: relative;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
  z-index: 2;
}
.entries-list.winners .item .thumb {
  position: relative;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  overflow: hidden;
  max-height: 180px;
  background: rgba(17, 17, 34, 0.5);
}
.entries-list.winners .item .thumb:before {
  content: "\f03d";
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(17, 17, 34, 0.5);
  font-size: 3rem;
}
.entries-list.winners .item .caption {
  padding: 20px;
  background-color: rgb(227.3146067416, 235.9662921348, 244.1853932584);
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
  position: relative;
  color: #111122;
}
.entries-list.winners .item .caption .card-stats p {
  margin: 0;
  line-height: 160%;
  font-size: 80%;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  opacity: 0.7;
}
.entries-list.winners .item .caption .card-stats p span {
  display: block;
  font-weight: normal;
  width: 80%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.entries-list.winners .item .caption:after {
  position: absolute;
  z-index: -1;
  content: "";
  display: block;
  width: 90%;
  height: 10%;
  bottom: -3%;
  right: 0px;
  left: 0px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 30px;
  background-color: #FF6200;
  filter: blur(20px);
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
}
.entries-list.winners .item:hover {
  transform: scale(1.05);
}
.entries-list.winners .item:hover .caption:after {
  transform: scale(0.95);
  opacity: 0.5;
}
.entries-list.sponsors {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}
.entries-list.sponsors .item {
  width: 25%;
  min-width: 80px;
  max-width: 200px;
  margin: 7.5px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.entries-list.sponsors .item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entries-list.sponsors .item .thumb img {
  max-width: 100%;
  max-height: 100px;
  width: auto;
}

.entries-list.partners {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 10px 30px;
}
.entries-list.partners .item {
  flex: 0 25%;
  min-width: 80px;
  max-width: 200px;
  margin: 7.5px;
}
@media only screen and (max-width: 768px) {
  .entries-list.partners .item {
    flex: 0 50%;
  }
}
.entries-list.partners .item .thumb {
  display: flex;
  justify-content: center;
  align-items: center;
}
.entries-list.partners .item .thumb img {
  max-width: 100%;
  max-height: 80px;
  width: auto;
}

.entries-list.gallery {
  gap: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}
.entries-list.gallery .item {
  flex: 1 1 350px; /* Grow, shrink, and set the base width */
  max-width: 350px;
  display: block;
  position: relative;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
  border-radius: 5px;
  overflow: hidden;
  background-color: #6C9D5F;
  aspect-ratio: 1/1;
}
.entries-list.gallery .item:nth-child(even) {
  background-color: rgb(86.1428571429, 125.2261904762, 75.7738095238);
}
.entries-list.gallery .item:hover {
  margin-top: -5px;
  margin-left: -5px;
  margin-bottom: 5px;
  margin-right: 5px;
  box-shadow: 5px 5px 0px #ffda68 !important;
}
.entries-list.gallery .item:hover .thumb {
  background-color: #FF6200;
}
.entries-list.gallery .item:hover .thumb img {
  opacity: 0.5;
}
.entries-list.gallery .item .thumb {
  background-color: #111122;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
}
.entries-list.gallery .item .thumb img {
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0.7;
}
.entries-list.gallery .item .caption {
  position: absolute;
  z-index: 30;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  color: #fff;
  font-size: calc(clamp(15px, 1.5vw, 18px) * 3.2);
}

#gallery-modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  transition: all 400ms cubic-bezier(0.83, 0, 0.17, 1);
  opacity: 0;
  pointer-events: none;
}
#gallery-modal.show {
  opacity: 1;
  pointer-events: all;
}
#gallery-modal img {
  width: 50%;
  height: auto;
  margin: 0 auto;
}

.gallery-page {
  margin-top: 5%;
  margin-bottom: 10%;
}
.gallery-page .gallery-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  gap: 20px;
}
.gallery-page .gallery-items .item {
  display: block;
  border-radius: 5px;
  overflow: hidden;
  transition: all 200ms cubic-bezier(0.83, 0, 0.17, 1);
}
.gallery-page .gallery-items .item:hover {
  margin-top: -5px;
  margin-left: -5px;
  margin-bottom: 5px;
  margin-right: 5px;
  box-shadow: 5px 5px 0px #ffda68 !important;
}
.gallery-page .gallery-items .item:hover .thumb {
  background-color: #FF6200;
}
.gallery-page .gallery-items .item:hover .thumb img {
  opacity: 0.5;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  height: 0;
}

.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.accordion .accordion-item {
  border: 0;
}
.accordion .accordion-item .accordion-header button {
  padding: 10px 20px;
  border-radius: 15px !important;
  background: rgba(17, 17, 34, 0.1);
  margin-bottom: 5px;
}
.accordion .accordion-item .accordion-header button.open, .accordion .accordion-item .accordion-header button:focus, .accordion .accordion-item .accordion-header button:active {
  background: #FF6200;
  color: #fff;
  font-weight: bold;
}
.page-hero {
  width: 90%;
  height: 50vh;
  min-height: 300px;
  margin: 0 auto;
  position: relative;
  border-radius: 20px;
  box-shadow: 5px 5px 0px #ffda68 !important;
  display: flex;
  align-items: center;
  overflow: hidden;
  background-color: white;
}
.page-hero h1 {
  font-size: 400%;
  margin: 0 0 0 30px;
  color: #fff;
  position: absolute;
  z-index: 10;
}
.page-hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  background-size: cover;
  background-position: center;
  background-blend-mode: multiply;
  background-color: #ff6200;
  top: 0;
  left: 0;
  opacity: 0.8;
  z-index: 0;
}
.page-hero:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 20px;
}/*# sourceMappingURL=style.css.map */