.cy-template .hero-section {
  background-color: hsla(215, 75%, 96%, 1);
  background-image: radial-gradient(
      at 50% 25%,
      hsla(215, 75%, 96%, 1) 0px,
      transparent 50%
    ),
    radial-gradient(at 19% 49%, hsla(215, 75%, 96%, 1) 0px, transparent 50%),
    radial-gradient(at 100% 46%, hsla(215, 75%, 96%, 1) 0px, transparent 50%),
    radial-gradient(at 0% 73%, hsla(215, 75%, 96%, 1) 0px, transparent 50%),
    radial-gradient(at 97% 75%, hsla(215, 75%, 96%, 1) 0px, transparent 50%),
    radial-gradient(at 50% 99%, hsla(223, 100%, 68%, 1) 0px, transparent 50%),
    radial-gradient(at 50% 91%, hsla(148, 86%, 66%, 1) 0px, transparent 50%),
    radial-gradient(at 50% 78%, hsla(223, 100%, 68%, 1) 0px, transparent 50%);
}

.cy-template .hero-section form.is-search-form {
  border-radius: 4px;
  border: 1px solid var(--greyscale-cy-shade-30-line, #bebfc5);
  background: var(--White, #fff);
}

.cy-template .hero-section form .is-search-input {
  border: none !important;
  border-radius: 0;
  background-color: transparent;
  padding: 12px 16px;
  height: 48px;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  /* 160% */

  color: var(--greyscale-cy-shade-90-body, #3d3e50);
}
.cy-template .hero-section form button.is-search-submit {
  background: transparent !important;
  min-width: auto;
  border: none !important;
}
.cy-template .hero-section form button.is-search-submit:hover path,
.cy-template .hero-section form button.is-search-submit:focus path {
  fill: #1863dc;
}
.cy-template .hero-section form .is-search-input::placeholder {
  color: var(--greyscale-cy-shade-70-placeholder, #686876);
}

.cy-template .hero-section form input.is-search-submit,
.cy-template .hero-section form .is-search-icon {
  background: transparent !important;
  border: none;
}

.cy-template .hero-section form .is-search-icon:hover,
.cy-template .hero-section form input.is-search-submit:hover {
  background: transparent !important;
}

div.is-ajax-search-result {
  background: #ffffff !important;
  box-shadow: 3px 8px 13px rgb(157 180 210 / 20%),
    inset 0px 1px 0px rgb(198 217 255 / 50%);
  z-index: 99 !important;
}

.is-ajax-search-post {
  padding: 20px !important;
  border-bottom: 1px solid #edf4ff !important;
}

.is-ajax-search-result .is-ajax-search-post:hover {
  background: #f5f8ff !important;
}

.is-ajax-search-post .is-title a {
  text-transform: none;
  font-style: normal;
  font-weight: 500;
  font-size: 18px !important;
  line-height: 24px;
  color: #1964ef;
  margin-bottom: 15px;
}

.is-ajax-result-description,
.is-ajax-search-no-result {
  font-style: normal;
  font-weight: normal;
  font-size: 15px !important;
  line-height: 24px !important;
  color: #092c4c;
}

.cy-template .post-wrapper .post-title {
  transition: all 0.2s ease;
}

.cy-template .post-wrapper:hover .post-title {
  color: var(--Blue-CY-Primary, #1863dc) !important;
  transition: all 0.2s ease;
}

.cy-template .recent-post .post-title {
  margin-bottom: 24px;
}

.cy-template .recent-post .post-content {
  margin-top: 32px;
  margin-bottom: 32px;
}

.cy-template .post-wrapper {
  border-radius: 8px;
  border: 1px solid var(--greyscale-cy-shade-10-bg, #e9e9eb);
  background: #fff;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  transition: all 0.3s ease;
}

.cy-template .post-wrapper a.invisible-link {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  text-decoration: none;
}

.cy-template .post-wrapper .zoom-on-hover {
  overflow: hidden;
}

.cy-template .post-wrapper .card-header {
  background: transparent;
  border: none;
  padding: 0;
  border-radius: 8px 8px 0 0;
}

.cy-template .post-wrapper .post-details {
  padding: 0 24px;
}

.cy-template .post-wrapper .card-footer {
  padding: 0 20px 24px 20px;
  background: transparent;
  border: none;
}

.cy-template .post-wrapper .zoom-on-hover img {
  transition: all 0.3s ease;
  width: 100%;
}

.cy-template .post-wrapper:hover .zoom-on-hover img {
  transform: scale(1.15);
  transition: all 0.3s ease;
}

.cy-template .post-wrapper:hover {
  box-shadow: 0px 8px 28px -4px rgba(24, 99, 220, 0.2);
  transition: all 0.3s ease;
}

.cy-template .post-details .cat-list a,
.cy-template .post-details .cat-list .featured,
.cy-template .post-details .cat-list > span {
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
  transition: all 0.2s ease;
  z-index: 2;
}

.cy-template .post-details .cat-list .featured {
  background: var(--Red-CY-Red_Bg-1, #f8d9de);
  display: flex;
  align-items: center;
  border-color: var(--Red-CY-Red_Bg-1, #f8d9de);
}

.cy-template .post-details .cat-list a:hover {
  transition: all 0.2s ease;
  background-color: #d1e0f8;
  color: var(--greyscale-cy-shade-90-body, #3d3e50);
  text-decoration: none;
}

.cy-template .post-details .cat-list {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 6px;
}

.cy-template .post-details .cat-list:empty {
  display: none;
}

.cy-template .post-details .cat-list a,
.cy-template .post-details .cat-list span {
  border-radius: 4px;
  border: 1px solid var(--Blue-CY-Primary_Bg-1, #d1e0f8);
  background: var(--Blue-CY-Primary_Bg-2, #ecf3fc);
}

.cy-template .post-wrapper .author img {
  border-radius: 50%;
  height: 20px;
  width: auto;
  min-width: 20px;
}

.cy-template .cy-pagination nav {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.cy-template .cy-pagination .nav-links {
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  flex-wrap: wrap;
}

.cy-template .post-wrapper a {
  transition: all 0.2s ease;
}

.cy-template .post-wrapper a:hover,
.cy-template .post-wrapper a:focus {
  text-decoration: none;
  transition: all 0.2s ease;
}
.cy-template .post-wrapper a:focus {
  border: 2px solid;
  border-radius: 8px;
}
.cy-template .cy-pagination a.page-numbers,
.cy-template .cy-pagination span.page-numbers {
  display: inline-flex;
  width: 32px;
  height: 32px;
  padding: 8px;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  color: var(--Blue-CY-Primary, #1863dc);
  text-align: center;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px;
  word-break: keep-all;
  border: 1px solid transparent;
  transition: all 0.2s ease;
  margin: 6px;
}

.cy-template .cy-pagination a.page-numbers:hover {
  transition: all 0.2s ease;
  border: 1px solid var(--Blue-CY-Primary, #1863dc);
  text-decoration: none;
}

.cy-template .cy-pagination span.page-numbers.current {
  color: #fff;
  background: var(--Blue-CY-Primary, #1863dc);
}

.cy-template .cy-breadcrumbs a {
  color: var(--greyscale-cy-shade-90-body, #3d3e50);
}

.cy-template .cy-breadcrumbs .breadcrumb_last {
  color: var(--greyscale-cy-shade-90-bodys, #3d3e50);
  opacity: 0.7;
}
