@import url("https://fonts.googleapis.com/css2?family=Epilogue:ital,wght@0,100..900;1,100..900&family=Sora:wght@100..800&display=swap");
.font-epilogue {
  font-family: "Epilogue", Sans-serif !important;
}

.font-sora {
  font-family: "Sora", Sans-serif !important;
}

.font-epilogue a {
  font-family: "Epilogue", Sans-serif !important;
}

.font-sora a {
  font-family: "Sora", Sans-serif !important;
}

.font-epilogue a:hover {
  font-family: "Epilogue", Sans-serif !important;
}

.font-sora a:hover {
  font-family: "Sora", Sans-serif !important;
}

.leading-0 {
  line-height: 1em !important;
}

.leading-1 {
  line-height: 1.25em !important;
}

.leading-2 {
  line-height: 1.5em !important;
}

.relative {
  position: relative;
}

.w-full {
  width: 100%;
}

.flex-col {
  display: flex;
  flex-direction: column;
}

.f-grow {
  flex-grow: 1;
}

.f-shrink-0 {
  flex-shrink: 0;
}

.is-style-space-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between !important;
}

.justify-evenly {
  justify-content: space-evenly !important;
}

.justify-end {
  justify-content: flex-end;
}

.inner-justify-end .wp-block-cover__inner-container {
  display: flex;
  justify-content: flex-end;
}

.gap-0 {
  gap: 0;
  column-gap: 0;
  row-gap: 0;
}

.gap-5 {
  gap: 20px 20px;
  column-gap: 20px;
  row-gap: 20px;
}

.gap-7 {
  gap: 28px 28px;
  column-gap: 28px;
  row-gap: 28px;
}

.gap-9 {
  gap: 36px 36px;
  column-gap: 36px;
  row-gap: 36px;
}

.gap-10 {
  gap: 40px 40px;
  column-gap: 40px;
  row-gap: 40px;
}

.gap-16 {
  gap: 64px 64px;
  column-gap: 64px;
  row-gap: 64px;
}

.padding-x-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.padding-y-58 {
  padding-top: 232px !important;
  padding-bottom: 232px !important;
}

.padding-b-0 {
  padding-bottom: 0 !important;
}

.margin-0 {
  margin: 0 !important;
}

.margin-b-0 {
  margin-bottom: 0 !important;
}

.margin-t-0 {
  margin-top: 0 !important;
}

.margin-t-7 {
  margin-top: 28px !important;
}

.-margin-t-58 {
  margin-top: -232px !important;
}

.z-index-2 {
  z-index: 2;
}

.z-index-5 {
  z-index: 5;
}

.z-index-10 {
  z-index: 10;
}

.bg-sky-500 {
  background-color: #22AFC5 !important;
}

@media (min-width: 992px) {
  .grid-cols-3.is-custom-layout-grid .wp-block-post-template {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .posts-list.h-auto.is-custom-layout-grid .wp-block-post-template li {
    height: auto;
  }
}
.wp-block-button.is-style-outline a.wp-block-button__link {
  border: 2px solid #38BBD3 !important;
  border-radius: 100px;
  padding: 18px 38px 16px 38px;
  background-color: transparent !important;
  color: #4A4B54 !important;
  font-family: "Epilogue", Sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.wp-block-button.is-style-outline a.wp-block-button__link:hover {
  background-color: #38BBD3 !important;
}

.wp-block-button.is-style-outline-white a.wp-block-button__link {
  border: 2px solid #FFFFFF !important;
  border-radius: 100px;
  padding: 18px 38px 16px 38px;
  background-color: transparent !important;
  color: #FFFFFF !important;
  font-family: "Epilogue", Sans-serif !important;
  font-size: 15px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 200ms ease-in-out, color 200ms ease-in-out, border-color 200ms ease-in-out;
}
.wp-block-button.is-style-outline-white a.wp-block-button__link:hover {
  background-color: #FFFFFF !important;
  color: #333333 !important;
}

.taxonomy-category.is-style-category a {
  display: flex;
  align-items: center;
  color: #7D7D8F !important;
  font-size: 14px;
  font-weight: 400;
}

.taxonomy-category.is-style-category a::before {
  content: "";
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
  border: 1px solid #7D7D8F;
  border-radius: 999px;
  background: transparent;
}

.video-container {
  position: relative;
  display: flex;
  align-items: center;
  height: 600px;
  z-index: 10;
}

.video-container figure {
  height: 100%;
  max-height: 100%;
  overflow: hidden;
}

.is-style-circle-list {
  list-style-type: circle;
  padding-left: 0px;
  list-style-position: outside;
}

.is-style-circle-list li::marker {
  color: #22AFC5;
  padding-right: 12px;
  font-size: 36px;
  line-height: 1;
}

.is-style-overlay-bottom {
  position: absolute;
  bottom: 0;
  right: 50px;
  text-align: center;
  transform: translateY(40%);
  z-index: 10;
}

.is-style-overlay-v-right {
  position: absolute;
  bottom: 0;
  right: 0;
  writing-mode: sideways-lr;
  transform: translateX(20%) translateY(12px);
  z-index: 10;
}

.is-style-overlay-v-left {
  position: absolute;
  bottom: 0;
  left: 0;
  writing-mode: sideways-lr;
  transform: translateX(-10%) translateY(12px);
  z-index: 10;
}

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