@charset "UTF-8";
@font-face {
  font-family: "Dayyo";
  src: url(../fonts/dayyo.woff2) format("woff2"), url(../fonts/dayyo.woff) format("woff"), url(../fonts/dayyo.ttf) format("truetype"), url(../fonts/Dayyo.svg#Dayyo) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "DayyoCondensed";
  src: url(../fonts/DayyoCondensed.woff2) format("woff2"), url(../fonts/DayyoCondensed.woff) format("woff"), url(../fonts/DayyoCondensed.ttf) format("truetype"), url(../fonts/DayyoCondensed.svg#DayyoCondensed) format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "dayyo-icons";
  src: url(../fonts/dayyo-icons.eot);
  src: url(../fonts/dayyo-icons.eot#iefix) format("embedded-opentype"), url(../fonts/dayyo-icons.woff2) format("woff2"), url(../fonts/dayyo-icons.woff) format("woff"), url(../fonts/dayyo-icons.ttf) format("truetype"), url(../fonts/dayyo-icons.svg#dayyo-icons) format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'dayyo-icons';
    src: url('../font/dayyo-icons.svg?65425077#dayyo-icons') format('svg');
  }
}
*/
[class^=icon-]:before, [class*=" icon-"]:before {
  font-family: "dayyo-icons";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: 0.2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: 0.2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-arrow:before {
  content: "\e800";
} /* '' */
.icon-down-arrow:before {
  content: "\e801";
} /* '' */
.icon-linkedin:before {
  content: "\e802";
} /* '' */
.icon-youtube:before {
  content: "\e803";
} /* '' */
.icon-cancel:before {
  content: "\e804";
} /* '' */
.icon-mail:before {
  content: "\e805";
} /* '' */
.icon-instagram:before {
  content: "\e806";
} /* '' */
.icon-bluesky:before {
  content: "\e807";
} /* '' */
.icon-tiktok:before {
  content: "\e808";
} /* '' */
.icon-substack:before {
  content: "\e809";
} /* '' */
.icon-x-twitter:before {
  content: "\e80a";
} /* '' */
.icon-location:before {
  content: "\f031";
} /* '' */
.icon-facebook:before {
  content: "\f30e";
} /* '' */
*,
*::before,
*::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  scroll-behavior: smooth;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #A7164B;
  background-color: #FFF9F6;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
}

input,
button,
textarea,
select {
  font: inherit;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}

ul,
ol {
  list-style: none;
}

a {
  color: #e94560;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: #c73652;
}

hr {
  border: none;
  border-top: 1px solid #dee2e6;
  margin: 2rem 0;
}

table {
  border-collapse: collapse;
  width: 100%;
}

.ScrollSmoother-wrapper {
  pointer-events: auto;
  width: 100%;
  height: 100%;
}
.ScrollSmoother-wrapper .ScrollSmoother-content {
  pointer-events: auto;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "DayyoCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  line-height: 1.25;
  color: #A7164B;
  margin-bottom: 1rem;
}

h1,
h2,
h3,
h4 {
  font-family: "DayyoCondensed", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
  color: #A7164B;
  text-transform: uppercase;
  font-weight: 400;
}

h1 {
  font-size: 3.75rem;
  line-height: 3.75rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 100px;
  }
}

h2 {
  font-size: 2.8125rem;
}
@media (min-width: 768px) {
  h2 {
    font-size: 5rem;
    line-height: 6.25rem;
  }
}

h3 {
  font-size: 1.875rem;
  line-height: 2.1875rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 3.75rem;
    line-height: 4.0625rem;
  }
}

h4 {
  font-size: 24px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 46px;
  }
}

h5 {
  font-size: 1.125rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-bottom: 1rem;
  line-height: 1.625;
}
p:last-child {
  margin-bottom: 0;
}

p.has-medium-font-size {
  font-size: 1rem !important;
}
@media (min-width: 768px) {
  p.has-medium-font-size {
    font-size: 1.25rem !important;
  }
}

.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.screen-reader-text:focus {
  background-color: #ffffff;
  border-radius: 0.375rem;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -2px rgba(0, 0, 0, 0.1);
  clip: auto !important;
  clip-path: none;
  color: #A7164B;
  display: block;
  font-size: 1rem;
  font-weight: 700;
  height: auto;
  left: 1rem;
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  top: 1rem;
  width: auto;
  z-index: 1070;
}

.skip-link {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link:focus {
  position: fixed;
  top: 1rem;
  left: 1rem;
  z-index: 1070;
  padding: 0.75rem 1.5rem;
  background: #e94560;
  color: #ffffff;
  border-radius: 0.375rem;
  font-weight: 600;
  clip: auto;
  clip-path: none;
  height: auto;
  width: auto;
  overflow: visible;
}

:focus-visible {
  outline: 2px solid #e94560;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.entry-content > * + *,
.page-content > * + * {
  margin-top: 1rem;
}
.entry-content > .section-block,
.page-content > .section-block {
  padding-left: 0;
  padding-right: 0;
}
@media (min-width: 768px) {
  .entry-content > .section-block,
  .page-content > .section-block {
    padding-left: reset;
    padding-right: reset;
  }
}
.entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-top: 0;
  margin-bottom: 0.75rem;
}
.entry-content ul, .entry-content ol,
.page-content ul,
.page-content ol {
  list-style: revert;
  padding-left: 1.5rem;
  margin-bottom: 1rem;
}
.entry-content ul li, .entry-content ol li,
.page-content ul li,
.page-content ol li {
  margin-bottom: 0.5rem;
  line-height: 1.625;
}
.entry-content blockquote,
.page-content blockquote {
  border-left: 4px solid #e94560;
  padding: 1rem 1.5rem;
  margin: 2rem 0;
  background-color: #f8f9fa;
  border-radius: 0 0.375rem 0.375rem 0;
  font-style: italic;
  color: #6c757d;
}
.entry-content blockquote p:last-child,
.page-content blockquote p:last-child {
  margin-bottom: 0;
}
.entry-content pre,
.page-content pre {
  background-color: #212529;
  color: #f8f9fa;
  padding: 1.5rem;
  border-radius: 0.5rem;
  overflow-x: auto;
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.875rem;
  line-height: 1.625;
  margin-bottom: 1rem;
}
.entry-content code,
.page-content code {
  font-family: "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace;
  font-size: 0.9em;
  background-color: #f8f9fa;
  padding: 0.1em 0.4em;
  border-radius: 0.25rem;
  color: #e94560;
}
.entry-content pre code,
.page-content pre code {
  background: none;
  padding: 0;
  color: inherit;
  font-size: inherit;
}
.entry-content table,
.page-content table {
  margin-bottom: 1.5rem;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  overflow: hidden;
}
.entry-content table th,
.page-content table th {
  background-color: #f8f9fa;
  font-weight: 600;
  text-align: left;
  padding: 0.75rem 1rem;
  border-bottom: 2px solid #dee2e6;
}
.entry-content table td,
.page-content table td {
  padding: 0.75rem 1rem;
  border-bottom: 1px solid #dee2e6;
}
.entry-content table tr:last-child td,
.page-content table tr:last-child td {
  border-bottom: none;
}
.entry-content img,
.page-content img {
  height: auto;
}
.entry-content .wp-caption,
.page-content .wp-caption {
  max-width: 100%;
}
.entry-content .wp-caption .wp-caption-text,
.page-content .wp-caption .wp-caption-text {
  font-size: 0.875rem;
  color: #6c757d;
  text-align: center;
  padding: 0.5rem 0;
}

.container {
  width: 100%;
  max-width: 1340px;
  margin-inline: auto;
  padding-inline: 1rem;
}
@media (min-width: 768px) {
  .container {
    padding-inline: 1.5rem;
  }
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1020;
  height: 70px;
  background: rgba(255, 249, 246, 0.8);
  backdrop-filter: blur(10px);
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
}
.site-header__inner {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  width: 100%;
  gap: 1.5rem;
}

.site-branding {
  flex-shrink: 0;
}
.site-branding__link {
  font-size: 1.25rem;
  font-weight: 700;
  color: #ffffff;
  letter-spacing: -0.025em;
  text-decoration: none;
}
.site-branding__link:hover {
  color: #e94560;
}
.site-branding .logo {
  height: 40px;
  width: auto;
}

.site-footer {
  color: #ced4da;
  padding: 3rem 0 1.5rem;
  margin-top: 4rem;
}
.site-footer__inner {
  display: grid;
  gap: 2rem;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .site-footer__inner {
    grid-template-columns: 1fr 1fr 1fr;
    align-items: flex-end;
  }
}

.footer-widgets {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .footer-widgets {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .footer-widgets {
    grid-template-columns: repeat(3, 1fr);
  }
}

.footer-widget__title {
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.footer-navigation {
  order: 2;
  text-align: center;
}
@media (min-width: 768px) {
  .footer-navigation {
    order: 2;
    text-align: center;
  }
}
.footer-navigation .footer-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}
.footer-navigation .footer-menu li a {
  color: #A7164B;
  font-size: 0.75rem;
  font-weight: 900;
  text-transform: uppercase;
  transition: color 250ms ease-in-out;
}
.footer-navigation .footer-menu li a:hover {
  color: #ffffff;
}

.social-navigation {
  order: 1;
  text-align: center;
}
@media (min-width: 768px) {
  .social-navigation {
    order: 3;
    text-align: right;
  }
}
.social-navigation .social-menu {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  list-style: none;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .social-navigation .social-menu {
    justify-content: flex-end;
  }
}
.social-navigation .social-menu__item {
  margin: 0;
}
.social-navigation .social-menu__link {
  display: flex;
  flex-direction: center;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #A7164B;
  font-size: 1.875rem;
  transition: all 250ms ease-in-out;
}
.social-navigation .social-menu__link:hover, .social-navigation .social-menu__link:focus-visible {
  color: #1a1a2e;
  background-color: #ffffff;
  border-color: #ffffff;
}
.social-navigation .social-menu__icon {
  line-height: 1;
}
.social-navigation .social-menu__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.social-navigation .social-menu__label--visible {
  position: static;
  width: auto;
  height: auto;
  margin-left: 0.5rem;
  clip: auto;
  white-space: nowrap;
}

.site-info {
  order: 3;
  text-align: center;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media (min-width: 768px) {
  .site-info {
    order: 1;
    text-align: left;
    align-items: flex-start;
  }
}
.site-info__copy {
  font-size: 0.875rem;
  color: #A7164B;
  text-transform: uppercase;
  font-weight: 500;
}
.site-info__copy a {
  color: #A7164B;
  transition: color 250ms ease-in-out;
}
.site-info__copy a:hover {
  color: #e94560;
}

.widget-area .widget {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  border: 1px solid #dee2e6;
}
.widget-area .widget:last-child {
  margin-bottom: 0;
}
.widget-area .widget-title {
  font-size: 1rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  margin-bottom: 1rem;
  padding-bottom: 0.75rem;
  border-bottom: 2px solid #e94560;
}
.widget-area ul {
  list-style: none;
}
.widget-area ul li {
  padding: 0.5rem 0;
  border-bottom: 1px solid #dee2e6;
}
.widget-area ul li:last-child {
  border-bottom: none;
}
.widget-area ul li a {
  color: #A7164B;
  transition: color 250ms ease-in-out;
}
.widget-area ul li a:hover {
  color: #e94560;
}

.site-main {
  padding: 3rem 0;
}

.posts-grid {
  display: grid;
  gap: 2rem;
}
@media (min-width: 768px) {
  .posts-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .posts-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.posts-navigation,
.post-navigation {
  margin-top: 2.5rem;
  padding-top: 2rem;
  border-top: 1px solid #dee2e6;
}
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-wrap: nowrap;
  gap: 1rem;
}
.posts-navigation .nav-previous a,
.posts-navigation .nav-next a,
.post-navigation .nav-previous a,
.post-navigation .nav-next a {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.5rem;
  color: #A7164B;
  font-weight: 500;
  transition: color 250ms ease-in-out;
}
.posts-navigation .nav-previous a:hover,
.posts-navigation .nav-next a:hover,
.post-navigation .nav-previous a:hover,
.post-navigation .nav-next a:hover {
  color: #e94560;
}
.posts-navigation .nav-subtitle,
.post-navigation .nav-subtitle {
  display: block;
  font-size: 0.875rem;
  color: #6c757d;
  font-weight: 400;
}
.posts-navigation .nav-title,
.post-navigation .nav-title {
  display: block;
  font-weight: 600;
}

.page-header {
  margin-bottom: 2.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #dee2e6;
}
.page-header .page-title {
  font-size: 1.875rem;
  margin-bottom: 0.5rem;
}
.page-header .archive-description {
  color: #6c757d;
  font-size: 1.125rem;
}

.btn {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0.375rem;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  white-space: nowrap;
}
.btn:focus-visible {
  outline: 2px solid #e94560;
  outline-offset: 2px;
}
.btn--primary {
  background-color: #e94560;
  color: #ffffff;
  border-color: #e94560;
}
.btn--primary:hover {
  background-color: #c73652;
  border-color: #c73652;
  color: #ffffff;
}
.btn--secondary {
  background-color: transparent;
  color: #e94560;
  border-color: #e94560;
}
.btn--secondary:hover {
  background-color: #e94560;
  color: #ffffff;
}
.btn--ghost {
  background-color: transparent;
  color: #A7164B;
  border-color: #dee2e6;
}
.btn--ghost:hover {
  background-color: #f8f9fa;
  border-color: #ced4da;
}
.btn--sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
}
.btn--lg {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}
.btn--full {
  width: 100%;
}
.btn[disabled], .btn--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}

.post-card {
  background-color: #ffffff;
  border-radius: 0.75rem;
  border: 1px solid #dee2e6;
  overflow: hidden;
  transition: box-shadow 250ms ease-in-out;
  display: flex;
  flex-direction: column;
}
.post-card:hover {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -4px rgba(0, 0, 0, 0.1);
}
.post-card__thumbnail {
  overflow: hidden;
  aspect-ratio: 16/9;
}
.post-card__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 250ms ease-in-out;
}
.post-card__thumbnail:hover img {
  transform: scale(1.03);
}
.post-card__body {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}
.post-card__header {
  margin-bottom: 1rem;
}
.post-card__title {
  font-size: 1.25rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  line-height: 1.375;
}
.post-card__title a {
  color: #A7164B;
  transition: color 250ms ease-in-out;
}
.post-card__title a:hover {
  color: #e94560;
}
.post-card__meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.post-card__meta time {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
}
.post-card__meta a {
  color: #6c757d;
  transition: color 250ms ease-in-out;
}
.post-card__meta a:hover {
  color: #e94560;
}
.post-card__excerpt {
  color: #6c757d;
  line-height: 1.625;
  margin-bottom: 1.5rem;
  flex: 1;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.post-card__link {
  align-self: flex-start;
  margin-top: auto;
}

.entry-header {
  margin-bottom: 2rem;
}
.entry-header .entry-title {
  font-size: 2.25rem;
  margin-bottom: 1rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .entry-header .entry-title {
    font-size: 3rem;
  }
}

.entry-meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
  font-size: 0.875rem;
  color: #6c757d;
}
.entry-meta a {
  color: #6c757d;
  transition: color 250ms ease-in-out;
}
.entry-meta a:hover {
  color: #e94560;
}

.entry-thumbnail {
  margin-bottom: 2rem;
  border-radius: 0.75rem;
  overflow: hidden;
}
.entry-thumbnail img {
  width: 100%;
  height: auto;
}

.entry-footer {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
  font-size: 0.875rem;
  color: #6c757d;
}
.entry-footer a {
  color: #6c757d;
  transition: color 250ms ease-in-out;
}
.entry-footer a:hover {
  color: #e94560;
}

.main-navigation {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  flex: 1;
}
.main-navigation .nav-menu ul {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.25rem;
  list-style: none;
}
.main-navigation .nav-menu ul > li {
  position: relative;
}
.main-navigation .nav-menu ul > li > a {
  display: block;
  padding: 0.5rem 0.75rem;
  color: #A7164B;
  font-size: 0.875rem;
  font-weight: 900;
  border-radius: 0.375rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  transition: all 250ms ease-in-out;
}
.main-navigation .nav-menu ul > li > a:hover {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}
.main-navigation .nav-menu ul > li.current-menu-item > a, .main-navigation .nav-menu ul > li.current-menu-ancestor > a {
  color: #e94560;
}
.main-navigation .nav-menu ul .sub-menu {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  min-width: 200px;
  background-color: #ffffff;
  border-radius: 0.5rem;
  box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
  border: 1px solid #dee2e6;
  list-style: none;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-8px);
  transition: all 250ms ease-in-out;
  z-index: 1000;
}
.main-navigation .nav-menu ul .sub-menu li a {
  display: block;
  padding: 0.75rem 1rem;
  color: #A7164B;
  font-size: 0.875rem;
  transition: all 250ms ease-in-out;
}
.main-navigation .nav-menu ul .sub-menu li a:hover {
  background-color: #f8f9fa;
  color: #e94560;
  padding-left: 1.5rem;
}
.main-navigation .nav-menu ul .sub-menu li:first-child a {
  border-radius: 0.5rem 0.5rem 0 0;
}
.main-navigation .nav-menu ul .sub-menu li:last-child a {
  border-radius: 0 0 0.5rem 0.5rem;
}
.main-navigation .nav-menu ul > li:hover > .sub-menu,
.main-navigation .nav-menu ul > li:focus-within > .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.menu-toggle {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 0.5rem;
  display: none;
}
@media (max-width: 767px) {
  .menu-toggle {
    display: flex;
  }
}
.menu-toggle__bar {
  display: block;
  width: 24px;
  height: 2px;
  background-color: #ffffff;
  border-radius: 9999px;
  transition: all 250ms ease-in-out;
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(2) {
  opacity: 0;
  transform: scaleX(0);
}
.menu-toggle[aria-expanded=true] .menu-toggle__bar:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

@media (max-width: 767px) {
  .main-navigation {
    position: relative;
  }
  .main-navigation .nav-menu {
    display: none;
    position: absolute;
    top: calc(100% + 1rem);
    right: 0;
    width: 260px;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    background-color: #16213e;
    border-radius: 0.5rem;
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 8px 10px -6px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
    padding: 0.75rem;
    z-index: 1000;
  }
  .main-navigation .nav-menu.is-open {
    display: flex;
  }
  .main-navigation .nav-menu > li > a {
    padding: 0.75rem 1rem;
    border-radius: 0.375rem;
  }
  .main-navigation .nav-menu .sub-menu {
    position: static;
    opacity: 1;
    visibility: visible;
    transform: none;
    box-shadow: none;
    border: none;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 0.375rem;
    margin-top: 0.25rem;
    padding: 0.5rem;
  }
  .main-navigation .nav-menu .sub-menu li a {
    color: #dee2e6;
    padding: 0.5rem 1rem;
  }
  .main-navigation .nav-menu .sub-menu li a:hover {
    color: #ffffff;
    padding-left: 1rem;
  }
}
.search-form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: nowrap;
  gap: 0.5rem;
  max-width: 480px;
}
.search-form .search-field {
  flex: 1;
}
.search-form .search-submit {
  appearance: none;
  background: none;
  border: none;
  cursor: pointer;
  font-family: inherit;
  padding: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1;
  border-radius: 0.375rem;
  border: 2px solid transparent;
  text-decoration: none;
  cursor: pointer;
  transition: all 250ms ease-in-out;
  white-space: nowrap;
  background-color: #e94560;
  color: #ffffff;
  border-color: #e94560;
}
.search-form .search-submit:hover {
  background-color: #c73652;
  border-color: #c73652;
  color: #ffffff;
}
.search-form .search-submit:focus-visible {
  outline: 2px solid #e94560;
  outline-offset: 2px;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
textarea,
select {
  display: block;
  width: 100%;
  padding: 0.75rem 1rem;
  font-size: 1rem;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  line-height: 1.5;
  color: #A7164B;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  transition: border-color box-shadow;
  appearance: none;
}
input[type=text]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=password]::placeholder,
input[type=search]::placeholder,
input[type=number]::placeholder,
input[type=tel]::placeholder,
textarea::placeholder,
select::placeholder {
  color: #ced4da;
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
textarea:focus,
select:focus {
  outline: none;
  border-color: #e94560;
  box-shadow: 0 0 0 3px rgba(233, 69, 96, 0.15);
}
input[type=text]:disabled,
input[type=email]:disabled,
input[type=url]:disabled,
input[type=password]:disabled,
input[type=search]:disabled,
input[type=number]:disabled,
input[type=tel]:disabled,
textarea:disabled,
select:disabled {
  background-color: #f8f9fa;
  cursor: not-allowed;
  opacity: 0.7;
}

textarea {
  resize: vertical;
  min-height: 120px;
}

label {
  display: block;
  font-size: 0.875rem;
  font-weight: 500;
  color: #A7164B;
  margin-bottom: 0.5rem;
}

.form-group {
  margin-bottom: 1.25rem;
}

.comment-form {
  margin-top: 2.5rem;
}
.comment-form .comment-notes {
  font-size: 0.875rem;
  color: #6c757d;
  margin-bottom: 1.5rem;
}
.comment-form .comment-form-comment,
.comment-form .comment-form-author,
.comment-form .comment-form-email,
.comment-form .comment-form-url {
  margin-bottom: 1.25rem;
}
.comment-form .form-submit {
  margin-top: 1.5rem;
}

.comments-area {
  margin-top: 3rem;
  padding-top: 2rem;
  border-top: 1px solid #dee2e6;
}
.comments-area .comments-title {
  font-size: 1.5rem;
  margin-bottom: 2rem;
}
.comments-area .comment-list {
  list-style: none;
  margin-bottom: 2.5rem;
}
.comments-area .comment-list .comment {
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 0.5rem;
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}
.comments-area .comment-list .comment-meta {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  gap: 0.75rem;
  margin-bottom: 1rem;
}
.comments-area .comment-list .comment-author {
  font-weight: 600;
}
.comments-area .comment-list .comment-metadata {
  font-size: 0.875rem;
  color: #6c757d;
}
.comments-area .comment-list .reply {
  margin-top: 0.75rem;
}
.comments-area .comment-list .reply a {
  font-size: 0.875rem;
  font-weight: 500;
}

.home .site-main {
  padding-top: 0;
}

.hero {
  background-color: #1a1a2e;
  color: #ffffff;
  padding: 5rem 0;
  text-align: center;
}
@media (min-width: 768px) {
  .hero {
    padding: 6rem 0;
  }
}
.hero__title {
  font-size: 2.25rem;
  color: #ffffff;
  margin-bottom: 1.5rem;
  line-height: 1.25;
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 3rem;
  }
}
.hero__title span {
  color: #e94560;
}
.hero__subtitle {
  font-size: 1.125rem;
  color: #dee2e6;
  max-width: 600px;
  margin: 0 auto 2rem;
  line-height: 1.625;
}
.hero__actions {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1rem;
}

.featured-posts {
  padding: 4rem 0;
}
.featured-posts__header {
  text-align: center;
  margin-bottom: 2.5rem;
}
.featured-posts__header h2 {
  font-size: 1.875rem;
  margin-bottom: 0.75rem;
}
.featured-posts__header p {
  color: #6c757d;
  font-size: 1.125rem;
}

.single-post {
  max-width: 780px;
  margin-inline: auto;
}
.single-post .entry-header {
  margin-bottom: 2rem;
}
.single-post .entry-content {
  font-size: 1.125rem;
  line-height: 1.625;
}

.page-links {
  margin-top: 2rem;
  padding-top: 1.5rem;
  border-top: 1px solid #dee2e6;
  font-size: 0.875rem;
  color: #6c757d;
}
.page-links a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border: 1px solid #dee2e6;
  border-radius: 0.375rem;
  margin-left: 0.5rem;
  color: #A7164B;
  transition: all 250ms ease-in-out;
}
.page-links a:hover {
  background-color: #e94560;
  border-color: #e94560;
  color: #ffffff;
}

.archive .site-main,
.blog .site-main,
.search-results .site-main {
  padding-top: 2.5rem;
}

.error-404 {
  text-align: center;
  padding: 5rem 0;
}
.error-404 .page-title {
  font-size: 3rem;
  color: #e94560;
  margin-bottom: 1.5rem;
}
.error-404 .page-content {
  max-width: 480px;
  margin-inline: auto;
}
.error-404 .page-content p {
  color: #6c757d;
  font-size: 1.125rem;
  margin-bottom: 2rem;
}

.no-results {
  text-align: center;
  padding: 4rem 0;
}
.no-results .page-title {
  margin-bottom: 1rem;
}
.no-results .page-content {
  max-width: 480px;
  margin-inline: auto;
}
.no-results .page-content p {
  color: #6c757d;
  margin-bottom: 1.5rem;
}

.d-none {
  display: none !important;
}

.d-block {
  display: block !important;
}

.d-flex {
  display: flex !important;
}

.d-grid {
  display: grid !important;
}

.d-inline {
  display: inline !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

.text-muted {
  color: #6c757d !important;
}

.text-accent {
  color: #e94560 !important;
}

.text-white {
  color: #ffffff !important;
}

.fw-normal {
  font-weight: 400 !important;
}

.fw-medium {
  font-weight: 500 !important;
}

.fw-semibold {
  font-weight: 600 !important;
}

.fw-bold {
  font-weight: 700 !important;
}

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

.mt-4 {
  margin-top: 1rem !important;
}

.mt-8 {
  margin-top: 2rem !important;
}

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

.mb-4 {
  margin-bottom: 1rem !important;
}

.mb-8 {
  margin-bottom: 2rem !important;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
.alignleft {
  float: left;
  margin-right: 1.5rem;
  margin-bottom: 1rem;
}

.alignright {
  float: right;
  margin-left: 1.5rem;
  margin-bottom: 1rem;
}

.aligncenter {
  display: block;
  margin-inline: auto;
  margin-bottom: 1rem;
}

.alignfull {
  margin-inline: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

.section-block {
  position: relative;
  width: 100%;
}
.section-block--width-narrow .section-block__content {
  max-width: 640px;
}
.section-block--width-medium .section-block__content {
  max-width: 768px;
}
.section-block--width-large .section-block__content {
  max-width: 1024px;
}
.section-block--width-xlarge .section-block__content {
  max-width: 1280px;
}
.section-block--width-full .section-block__content {
  max-width: 100%;
}
.section-block--pt-none {
  padding-top: 0;
}
.section-block--pt-small {
  padding-top: 0.5rem;
}
.section-block--pt-medium {
  padding-top: 1rem;
}
.section-block--pt-large {
  padding-top: 1.5rem;
}
.section-block--pt-xlarge {
  padding-top: 2rem;
}
.section-block--pt-xxlarge {
  padding-top: 4rem;
}
.section-block--pb-none {
  padding-bottom: 0;
}
.section-block--pb-small {
  padding-bottom: 0.5rem;
}
.section-block--pb-medium {
  padding-bottom: 1rem;
}
.section-block--pb-large {
  padding-bottom: 1.5rem;
}
.section-block--pb-xlarge {
  padding-bottom: 2rem;
}
.section-block--pb-xxlarge {
  padding-bottom: 4rem;
}
.section-block--pl-none {
  padding-left: 0;
}
.section-block--pl-small {
  padding-left: 0.5rem;
}
.section-block--pl-medium {
  padding-left: 1rem;
}
.section-block--pl-large {
  padding-left: 1.5rem;
}
.section-block--pl-xlarge {
  padding-left: 2rem;
}
.section-block--pl-xxlarge {
  padding-left: 4rem;
}
.section-block--pr-none {
  padding-right: 0;
}
.section-block--pr-small {
  padding-right: 0.5rem;
}
.section-block--pr-medium {
  padding-right: 1rem;
}
.section-block--pr-large {
  padding-right: 1.5rem;
}
.section-block--pr-xlarge {
  padding-right: 2rem;
}
.section-block--pr-xxlarge {
  padding-right: 4rem;
}
.section-block__backgrounds {
  position: absolute;
  inset: 0;
  pointer-events: none;
  z-index: 0;
}
.section-block__bg-img {
  position: absolute;
}
.section-block__content {
  position: relative;
  z-index: 1;
  margin-inline: auto;
}
@media (min-width: 768px) {
  .section-block__content {
    padding-inline: 1.5rem;
  }
}
@media (min-width: 1280px) {
  .section-block__content {
    padding-inline: 0;
  }
}

.hero-block {
  position: relative;
  width: 100%;
  margin-bottom: 8rem;
  display: flex;
  flex-direction: column;
  padding: 0;
}
@media (min-width: 768px) {
  .hero-block {
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.hero-block .hero-block__inner {
  position: relative;
  width: 100%;
  max-width: 1340px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: flex-start;
  z-index: 1;
  margin-top: 0;
}
@media (min-width: 768px) {
  .hero-block .hero-block__inner {
    margin-top: 6rem;
  }
}
.hero-block .hero-block__content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.5rem;
  padding-block: 0.5rem;
}
.hero-block .hero-block__content .hero-block__image {
  width: 80%;
  max-width: 650px;
}
.hero-block .hero-block__content .hero-block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-block h1.hero-block__heading {
  color: #A7164B;
  margin: 0;
}
.hero-block h2.hero-block__subheading {
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-weight: 900;
  color: #A7164B;
  line-height: 1.25;
  font-size: 1rem;
  margin: 0;
  max-width: 600px;
}
@media (min-width: 768px) {
  .hero-block h2.hero-block__subheading {
    font-size: 1.25rem;
  }
}
.hero-block .hero-block__app-links {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1rem;
}
@media (min-width: 640px) {
  .hero-block .hero-block__app-links {
    flex-direction: row;
    gap: 1.5rem;
  }
}
.hero-block .hero-block__app-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 1.5rem;
  font-family: "Mulish", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  color: #ffffff;
  background-color: #A7164B;
  border-radius: 0.75rem;
  text-decoration: none;
  transition: background-color 250ms ease-in-out, transform 250ms ease-in-out;
}
.hero-block .hero-block__app-link:hover {
  background-color: rgb(121.9365079365, 16.0634920635, 54.7619047619);
  transform: translateY(-2px);
}
.hero-block .hero-block__app-link:active {
  transform: translateY(0);
}
.hero-block .hero-block__app-link--apple {
  background: none;
  width: 100%;
  max-width: 190px;
  padding: 0;
}
.hero-block .hero-block__app-link--apple:hover {
  background: none;
}
.hero-block .hero-block__app-link--google {
  background: none;
  width: 100%;
  max-width: 190px;
  padding: 0;
}
.hero-block .hero-block__app-link--google:hover {
  background: none;
}
.hero-block .hero-block__video-container {
  position: relative;
  top: 50px;
  width: 75%;
  margin: 0 auto;
  max-width: 350px;
}
.hero-block .hero-block__video {
  width: 100%;
  border: 6px solid #000;
  border-radius: 30px;
  overflow: hidden;
  transform: rotate(2deg);
  position: relative;
  filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.3));
}
.hero-block .hero-block__video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero-block .hero-block__video .phone-accent {
  display: block;
  position: absolute;
  top: 10px;
  left: 50%;
  transform: translateX(-50%);
  width: 80px;
  height: 10px;
  background: #000;
  border-radius: 140px;
  z-index: 10;
}
@media (min-width: 768px) {
  .hero-block .hero-block__video {
    width: 100%;
    border: 12px solid #000;
    border-radius: 40px;
  }
  .hero-block .hero-block__video .phone-accent {
    width: 120px;
    height: 25px;
  }
}

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