@import 'fonts.css';
:root {
  --wp--style--global--content-size: 1200px;
}
h1,
h2,
h3,
h4,
.wp-block-cover {
  font-family: 'sans_bold', sans-serif;
  font-weight: normal;
  line-height: 1.4;
}
h1 {
  font-size: 72px;
  line-height: 80px;
  font-weight: normal;
  font-family: 'sans_regular';
  margin-top: 20px;
  margin-bottom: 10px;
}
h2 {
  font-size: 40px;
  line-height: 48px;
}
h3 {
  font-size: 35px;
  margin-bottom: 20px;
  margin-top: 0;
}
h4 {
  font-size: 24px;
  margin-bottom: 10px;
}
h5 {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  margin-bottom: 0;
  font-weight: normal;
}
a {
  color: #fff;
  text-decoration: underline;
}
strong,
b {
  font-family: 'sans_bold', sans-serif;
  font-weight: normal;
}
p {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 781px) {
  h1 {
    font-size: 60px;
    line-height: 70px;
  }
  h2 {
    font-size: 28px;
    line-height: 36px;
  }
  h3 {
    font-size: 26px;
  }
  h4 {
    font-size: 22px;
  }
}
.has-text-color {
  color: #051B29;
}
.has-dark-color {
  color: #0E2D40 !important;
}
.has-medium-color {
  color: #F67579 !important;
}
.has-light-color {
  color: #68DCA8 !important;
}
.has-text-light-color {
  color: #fff !important;
}
.has-light-background-color {
  background-color: #68DCA8;
  color: #051B29;
}
.has-light-background-color p {
  color: #051B29;
}
.has-medium-background-color {
  background-color: #F67579;
}
.has-bg-dark-background-color {
  background-color: #0E2D40;
  color: #68DCA8;
}
@media (max-width: 781px) {
  .has-large-font-size {
    line-height: 120%;
    padding: 0 20px;
  }
}
.wp-block-separator {
  border-width: 3px;
}
.wp-block-cover {
  padding: 0 !important;
  overflow: hidden;
  line-height: 1.2;
}
.wp-block-cover .wp-block-cover__inner-container {
  display: none;
}
.wp-block-cover.is-style-with-content {
  min-height: 600px;
}
.wp-block-cover.is-style-with-content .wp-block-cover__inner-container {
  display: block !important;
  padding: 0 40px;
  max-width: 800px;
  margin: 0 auto;
}
.wp-block-cover.is-style-with-content .wp-block-cover__inner-container h2 {
  font-size: 60px;
  line-height: 1.2 !important;
  text-shadow: 0 0 20px #d1edf9;
  margin-bottom: 10px;
}
.wp-block-cover.is-style-with-content .wp-block-cover__inner-container h3 {
  font-size: 32px;
}
body.home .wp-block-cover {
  height: 80dvh;
}
@media (max-width: 781px) {
  .wp-block-cover {
    clip-path: none !important;
  }
  .wp-block-cover h2 {
    font-size: 46px;
  }
  .wp-block-cover h3 {
    font-size: 28px;
  }
}
.wp-block-columns {
  gap: 20px !important;
  margin-bottom: 0 !important;
}
.wp-block-columns .wp-block-column {
  overflow: hidden;
}
.wp-block-columns .wp-block-column .wp-block-cover {
  height: 100%;
}
@media (max-width: 781px) {
  .wp-block-columns {
    margin-bottom: 0 !important;
  }
  .wp-block-columns .wp-block-column {
    max-width: 100% !important;
  }
  .wp-block-columns.is-style-switch {
    flex-direction: column-reverse;
  }
}
.wp-block-group .wp-block-group__inner-container {
  max-width: 1200px !important;
  padding: 0 40px;
}
.wp-block-group.is-style-section-block {
  max-width: 1200px;
  margin: 0 auto;
  border-radius: 4px;
}
.wp-block-group.is-style-section-block .wp-block-group__inner-container {
  max-width: unset !important;
}
.wp-block-group.has-background {
  padding: 0;
}
.wp-block-group .wp-block-column h2 {
  margin-top: 0;
  margin-bottom: 30px;
}
@media (max-width: 781px) {
  .wp-block-group .wp-block-group__inner-container {
    padding: 0 20px;
  }
}
.wp-block-buttons {
  margin-top: 40px !important;
}
.wp-block-buttons .insta-button,
.wp-block-buttons .facebook-button {
  position: relative;
}
.wp-block-buttons .insta-button:before,
.wp-block-buttons .facebook-button:before {
  content: '';
  position: absolute;
  inset: 0;
  background-position: center;
  background-size: 50%;
  background-repeat: no-repeat;
  z-index: 10;
  pointer-events: none;
}
.wp-block-buttons .insta-button .wp-block-button__link,
.wp-block-buttons .facebook-button .wp-block-button__link {
  text-indent: -999em;
  width: 50px;
  min-width: unset;
  padding-left: 0;
}
.wp-block-buttons .insta-button:before {
  background-image: url('../imgs/insta.png');
}
.wp-block-buttons .facebook-button:before {
  background-image: url('../imgs/fb.png');
}
.wp-block-buttons .wp-block-button__link {
  background-color: transparent;
  color: #0E2D40;
  border-radius: 4px;
  padding: 8px 30px;
  min-width: 170px;
  font-family: 'sans_bold', sans-serif;
  font-size: 16px;
  transition: all 300ms;
  position: relative;
  overflow: hidden;
  z-index: 1;
  display: block;
}
.wp-block-buttons .wp-block-button__link:before {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #68DCA8;
  z-index: -1;
  transition: all 300ms;
}
.wp-block-buttons .wp-block-button__link:after {
  content: '';
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  background-color: #F67579;
  z-index: -2;
}
.wp-block-buttons .wp-block-button__link:hover:before {
  left: 100%;
}
.wp-block-gallery .wp-element-caption {
  display: none;
}
.wp-block-gallery.is-style-masonry {
  background-color: transparent;
}
.wp-block-gallery.is-style-masonry img {
  border: none !important;
}
.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-hidden {
  display: none;
}
.wp-block-pullquote {
  margin-top: 80px !important;
  margin-bottom: 80px !important;
  padding: 0 !important;
}
.wp-block-pullquote p {
  font-size: 1em !important;
  line-height: 1.4;
}
.wp-block-image {
  margin-bottom: 0 !important;
}
.events-grid .owl-item {
  flex-grow: 1;
}
.event-block {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  background-color: #68DCA8;
  border-radius: 4px;
  overflow: hidden;
}
.event-block .event-image {
  padding-top: 100%;
  background-size: cover;
  background-position: center;
}
.event-block .event-text {
  padding: 10px;
  color: #051B29;
}
.event-block .event-text p {
  color: #051B29;
}
.event-block .event-text .event-title {
  display: block;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 120%;
}
.event-block .event-text .more-info {
  display: block;
  color: #051B29;
}
.faq-block {
  display: grid;
  grid-template-rows: 1fr 0fr;
  transition: all 300ms;
  overflow: hidden;
  padding: 10px;
  background-color: white;
  margin-bottom: 10px;
  border-radius: 4px;
}
.faq-block:last-of-type {
  margin-bottom: 0;
}
.faq-block.open {
  grid-template-rows: 1fr auto;
}
.faq-block .faq-title {
  cursor: pointer;
  font-weight: bold;
  color: #0E2D40;
}
.faq-block .faq-content {
  overflow: hidden;
}
.faq-block .faq-content .faq-text-container {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #68DCA8;
}
.faq-block .faq-content a {
  color: #051B29;
}
