*, *:after, *:before {
  box-sizing: border-box;
}

html {
  font-size: 10px;
}
@media (max-width: 768px) {
  html {
    overflow-x: hidden;
  }
}

body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 1.6rem;
  line-height: 1.6;
  color: #667085;
  font-weight: normal;
  background-color: #F1FAFF;
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
}

main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._14-btn {
  display: inline-block;
  padding: 4px 10px;
  min-width: 103px;
  border-radius: 14px;
  height: 23px;
  color: #fff;
  font-weight: 600;
  text-align: center;
  line-height: 1;
}

._14-post-date {
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 11px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

img {
  max-width: 100%;
  height: auto;
}

picture {
  line-height: 0;
  display: block;
}

p, h1, h2, h3, h4, h5, a {
  word-break: break-word;
}

h1 {
  font-size: 34px;
  color: #1A1A1A;
}
h1:first-letter {
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  h1 {
    font-size: 28px;
  }
}

p {
  line-height: 1.55;
  letter-spacing: 0;
  word-break: break-word;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 600;
  margin: 0 0 20px;
  line-height: 1.25;
  color: #1A1A1A;
}

b, strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

button,
a {
  cursor: pointer;
}

input {
  outline: none;
}

._14-max-width-content {
  max-width: 1024px;
}

._14-max-width-wrapper {
  background-color: #F1FAFF;
}

._14-max-width {
  max-width: 1440px;
}

._14-max-width-full {
  max-width: 1440px;
}

._14-container-fluid-full {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

._14-container-fluid {
  width: 100%;
  margin: 0 auto;
  padding: 0 27px;
}

._14-container-no-padding {
  padding: 0;
}

._14-container {
  width: 100%;
  max-width: 1050px;
  margin: 0 auto;
  padding: 0 20px;
}

._14-d-none {
  display: none;
}

._14-no-scroll {
  overflow: hidden;
}

._14-single-blog, ._14-page-default, ._14-content-archive {
  width: 100%;
  padding: 0 27px;
  max-width: 1024px;
  margin: 0 auto;
}

._14-recent-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._14-short-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._14-recent-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._14-short-snippet {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}

._14-section-body {
  width: 100%;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

._14-banner:empty,
._14-banner-l:empty,
._14-banner-s:empty,
._14-inner-content-banner:empty {
  display: none;
}

._14-header {
  position: relative;
  z-index: 100;
  padding: 20px 0 0;
}
@media (max-width: 600px) {
  ._14-header {
    padding: 14px 0 0;
  }
}

._14-header-bar {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  width: 100%;
}

._14-header-logo {
  grid-column: 1;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  color: #1A1A1A;
  line-height: 1;
}
._14-header-logo ._14-header-logo__icon {
  display: block;
  width: auto;
  height: 53px;
  max-width: 160px;
  object-fit: contain;
  flex-shrink: 0;
}
._14-header-logo ._14-site-name {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  color: #026AA2;
}
._14-header-logo ._14-site-name span {
  color: #026AA2;
}
@media (max-width: 600px) {
  ._14-header-logo {
    gap: 8px;
  }
  ._14-header-logo ._14-site-name {
    font-size: 20px;
  }
}

._14-header-nav {
  grid-column: 2;
  justify-self: end;
}
._14-header-nav ul {
  display: flex;
  align-items: center;
  gap: 30px;
}
._14-header-nav li a {
  position: relative;
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  color: #1A1A1A;
  font-weight: 500;
  font-size: 16px;
  color: #026AA2;
}
._14-header-nav li a:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #2F80ED;
  transition: 0.3s linear;
}
._14-header-nav li a:hover:after {
  width: 100%;
}
._14-header-nav ._14-header-nav__close {
  display: none;
}
@media (max-width: 1023px) {
  ._14-header-nav {
    position: fixed;
    inset: 0;
    z-index: 20;
    justify-self: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: translateY(-100%);
    transition: 0.4s linear;
    background-color: rgba(20, 30, 40, 0.96);
    backdrop-filter: blur(10px);
  }
  ._14-header-nav ul {
    flex-direction: column;
    gap: 26px;
  }
  ._14-header-nav li a {
    color: #fff;
    font-size: 24px;
  }
  ._14-header-nav ._14-header-nav__close {
    display: flex;
    position: absolute;
    right: 30px;
    top: 30px;
    width: 22px;
    height: 22px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  ._14-header-nav ._14-header-nav__close span {
    width: 100%;
    height: 2px;
    background-color: #fff;
    display: block;
  }
  ._14-header-nav ._14-header-nav__close span:first-child {
    transform: rotate(45deg);
  }
  ._14-header-nav ._14-header-nav__close span:last-child {
    transform: translateY(-100%) rotate(-45deg);
  }
}

._14-nav__burger {
  display: none;
  grid-column: 2;
  justify-self: end;
  position: relative;
  width: 26px;
  height: 19px;
  cursor: pointer;
}
._14-nav__burger ._14-burger-item {
  position: absolute;
  right: 0;
  height: 2px;
  width: 100%;
  background-color: #1A1A1A;
}
._14-nav__burger ._14-burger-item:first-child {
  top: 0;
  width: calc(100% - 7px);
}
._14-nav__burger ._14-burger-item:nth-child(2) {
  top: calc(50% - 1px);
}
._14-nav__burger ._14-burger-item:nth-child(3) {
  top: 100%;
}
@media (max-width: 1023px) {
  ._14-nav__burger {
    display: block;
  }
}

._14-header-nav._14-open {
  transform: translateY(0);
}

._14-hero {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  min-height: 412px;
  padding: 10px 27px;
  background-color: #ACE2FC;
  background-image: var(--hero-image, url("../images/hero.jpg"));
  background-repeat: no-repeat;
  background-position: center 35%;
  background-size: cover;
}
@media (max-width: 900px) {
  ._14-hero {
    min-height: 260px;
  }
}
@media (max-width: 600px) {
  ._14-hero {
    min-height: 219px;
    border-radius: 16px;
    padding: 8px;
  }
}

._14-hero__pill {
  background-color: #FFFFFF;
  border-radius: 50px;
  padding: 10px 27px;
}
@media (max-width: 600px) {
  ._14-hero__pill {
    padding: 8px 16px;
  }
}

._14-skyscraper-banner {
  display: none;
  position: fixed;
  top: 50%;
  transform: translateY(-50%);
  z-index: 20;
}
._14-skyscraper-banner:not(:empty) {
  display: block;
}
._14-skyscraper-banner--left {
  left: 12px;
}
._14-skyscraper-banner--right {
  right: 12px;
}
@media (max-width: 1440px) {
  ._14-skyscraper-banner {
    display: none !important;
  }
}

._14-mobile-banner-top,
._14-top-banner {
  display: flex;
  justify-content: center;
}

._14-site-footer {
  margin-top: 40px;
  padding: 26px 0 34px;
}
._14-site-footer ._14-site-footer__row {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6px 30px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  color: #191919;
  text-align: center;
}
@media (max-width: 900px) {
  ._14-site-footer ._14-site-footer__row {
    grid-auto-flow: row;
    justify-items: center;
    gap: 12px;
  }
}
._14-site-footer ._14-site-footer__row a {
  color: #191919;
}
._14-site-footer ._14-site-footer__row a:hover {
  color: #026AA2;
}
@media (max-width: 600px) {
  ._14-site-footer {
    margin-top: 28px;
    padding: 24px 0 30px;
  }
}

._14-contact-image-footer {
  max-width: 260px;
  width: 100%;
  margin: 3px 0 15px;
  object-fit: contain;
}

._14-main-content__text ._14-contact-block ._14-contact-image-email {
  max-width: 255px !important;
  width: 100%;
  object-fit: contain;
}

._14-sidebar-post ._14-sidebar-post__item {
  position: relative;
  margin-bottom: 34px;
  background-color: #ffffff;
  overflow: hidden;
}
._14-sidebar-post ._14-sidebar-post__item:last-of-type {
  margin-bottom: 0;
}
._14-sidebar-post ._14-sidebar-post__item img {
  aspect-ratio: 16/9;
  width: 100%;
  object-fit: cover;
  display: block;
}
._14-sidebar-post ._14-sidebar-post__item h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: normal;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
._14-sidebar-post ._14-sidebar-post__item a {
  display: block;
}
._14-sidebar-post ._14-sidebar-post__body {
  padding: 18px 16px 23px;
}
._14-sidebar-post ._14-sidebar-post__body ._14-author-snippet {
  color: #D2D2D2;
  margin: 15px 0 5px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 1px;
}
._14-sidebar-post ._14-sidebar-post__body ._14-author-snippet a {
  display: inline;
  color: #D2D2D2;
}
._14-sidebar-post ._14-sidebar-post__body ._14-short-snippet {
  color: #767676;
  font-size: 13px;
  font-weight: 300;
}

._14-post-thumbnail {
  position: relative;
  z-index: 1;
}
._14-post-thumbnail:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
}

._14-cookie-notice {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 10;
  font-size: 12px;
  letter-spacing: 0;
  line-height: 20px;
  left: 0;
  text-align: center;
  font-weight: 400;
  background-color: rgb(0, 0, 0);
  bottom: 0;
  display: none;
}
._14-cookie-notice ._14-cookie-notice-container {
  padding: 15px 30px;
  text-align: center;
  width: 100%;
  z-index: 2;
}
._14-cookie-notice ._14-cookie-notice-container > * {
  display: inline-block;
}
._14-cookie-notice ._14-cn-text-container {
  color: #fff;
  margin: 0 0 5px;
  font-size: 13px;
}
._14-cookie-notice ._14-cn-button {
  color: #fff;
  background: #20C19E;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.25px;
  line-height: 20px;
  text-align: center;
  text-transform: none;
  display: inline-block;
  cursor: pointer;
  touch-action: manipulation;
  white-space: nowrap;
  outline: none;
  box-shadow: none;
  text-shadow: none;
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  text-decoration: none;
  padding: 4px 10px;
  margin-left: 10px;
}
._14-cookie-notice ._14-cn-close-icon {
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -10px;
  width: 15px;
  height: 15px;
  opacity: 0.5;
  padding: 10px;
  cursor: pointer;
}
@media (max-width: 600px) {
  ._14-cookie-notice ._14-cn-close-icon {
    top: 15px;
    right: 10px;
  }
}
._14-cookie-notice ._14-cn-close-icon:before, ._14-cookie-notice ._14-cn-close-icon:after {
  position: absolute;
  content: " ";
  height: 15px;
  width: 2px;
  top: 3px;
  background-color: #fff;
}
._14-cookie-notice ._14-cn-close-icon:before {
  transform: rotate(45deg);
}
._14-cookie-notice ._14-cn-close-icon:after {
  transform: rotate(-45deg);
}

._14-cookie-notice._14-cn-show-cookie {
  display: block;
}

._14-category-tabs {
  margin-bottom: 28px;
}
@media (max-width: 600px) {
  ._14-category-tabs {
    margin-bottom: 18px;
  }
}

._14-category-tabs__list {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  gap: 36px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D6D6D6;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
._14-category-tabs__list::-webkit-scrollbar {
  display: none;
}
@media (max-width: 600px) {
  ._14-category-tabs__list {
    gap: 14px;
    padding-bottom: 12px;
  }
}

._14-category-tab {
  position: relative;
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  line-height: 20px;
  font-size: 16px;
  font-weight: 500;
  padding: 8px 18px;
  border-radius: 16px;
  color: var(--tab-color);
  background-color: color-mix(in srgb, var(--tab-color) 13%, white);
  transition: background-color 0.2s linear;
}
._14-category-tab:hover {
  background-color: color-mix(in srgb, var(--tab-color) 22%, white);
}
._14-category-tab--active::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -6px;
  height: 2px;
  border-radius: 2px;
  background-color: var(--tab-color);
}

._14-post-card-row {
  display: grid;
  gap: 24px;
  margin-bottom: 40px;
}
@media (max-width: 600px) {
  ._14-post-card-row {
    gap: 20px;
    margin-bottom: 28px;
  }
}

._14-post-card-row--featured {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 900px) {
  ._14-post-card-row--featured {
    grid-template-columns: 1fr;
  }
}

._14-post-card-row--grid {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 900px) {
  ._14-post-card-row--grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  ._14-post-card-row--grid {
    grid-template-columns: 1fr;
  }
}

._14-post-card {
  display: grid;
  grid-template-rows: auto 1fr;
  background-color: #FFFFFF;
  border-radius: 30px;
  overflow: hidden;
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}

._14-post-card__image {
  display: block;
  aspect-ratio: 16/10;
  overflow: hidden;
}
._14-post-card__image a, ._14-post-card__image img, ._14-post-card__image picture {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}

._14-post-card--featured ._14-post-card__image {
  aspect-ratio: 16/9;
}

._14-post-card__body {
  display: grid;
  align-content: start;
  justify-items: start;
  gap: 12px;
  margin-top: 23px;
}

._14-post-card__title {
  font-size: 17px;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._14-post-card--featured ._14-post-card__title {
  font-size: 22px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: -3%;
}

._14-post-card__excerpt {
  font-size: 14px;
  color: #667085;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._14-post-card--featured ._14-post-card__excerpt {
  -webkit-line-clamp: 3;
}

._14-pill {
  display: inline-flex;
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
  padding: 2px 11px;
  border-radius: 16px;
}

._14-post-meta {
  display: grid;
  grid-auto-flow: column;
  justify-content: start;
  align-items: center;
  gap: 6px;
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 12px;
  color: #565656;
  margin-top: 2px;
}
._14-post-meta a {
  color: #565656;
}
._14-post-meta a:hover {
  color: #2F80ED;
}

._14-home-features {
  display: grid;
  gap: 20px;
  margin: 12px auto 48px;
}

._14-home-feature__image {
  overflow: hidden;
}
._14-home-feature__image a, ._14-home-feature__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 20px;
  overflow: hidden;
}
@media (max-width: 600px) {
  ._14-home-feature__image a, ._14-home-feature__image img {
    border-radius: 30px;
  }
}

._14-home-feature--hero {
  display: grid;
  grid-template-columns: 40% 1fr;
  align-items: center;
  margin-bottom: 50px;
  max-width: 920px;
  margin-left: auto;
  margin-right: auto;
}
._14-home-feature--hero ._14-home-feature__image {
  height: 332px;
  width: 458px;
  border-radius: 30px;
}
._14-home-feature--hero ._14-home-feature__body {
  display: grid;
  justify-items: start;
  align-content: center;
  gap: 10px;
  background-color: #FFFFFF;
  border-radius: 30px;
  margin-left: -32px;
  padding: 32px 40px;
  align-self: center;
  z-index: 1;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
._14-home-feature--hero ._14-home-feature__title {
  font-size: 24px;
}
@media (max-width: 900px) {
  ._14-home-feature--hero {
    grid-template-columns: 1fr;
  }
  ._14-home-feature--hero ._14-home-feature__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/9;
    border-radius: 30px 30px 0 0;
  }
  ._14-home-feature--hero ._14-home-feature__body {
    margin-left: 0;
    border-radius: 0 0 30px 30px;
  }
}

._14-home-feature--row {
  display: grid;
  grid-template-columns: 205px 1fr;
  align-items: center;
  gap: 32px;
  background-color: #FFFFFF;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3), 0px 1px 3px 1px rgba(0, 0, 0, 0.15);
}
._14-home-feature--row ._14-home-feature__image {
  aspect-ratio: 1/1;
  border-radius: 12px;
}
._14-home-feature--row ._14-home-feature__body {
  display: grid;
  justify-items: start;
  gap: 12px;
}
._14-home-feature--row ._14-home-feature__body ._14-pill {
  margin-bottom: 4px;
}
._14-home-feature--row ._14-home-feature__title {
  font-size: 22px;
}

._14-home-feature__title {
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

._14-home-feature__excerpt {
  font-size: 14px;
  color: #667085;
  margin: 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

@media (max-width: 600px) {
  ._14-home-features {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    margin: 8px 0 32px;
    padding: 6px 13vw;
  }
  ._14-home-features::-webkit-scrollbar {
    display: none;
  }
  ._14-home-feature--hero,
  ._14-home-feature--row {
    display: flex;
    flex-direction: column;
    flex: 0 0 74vw;
    max-width: 74vw;
    margin: 0;
    padding: 15px;
    gap: 0;
    background-color: #FFFFFF;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.12);
  }
  ._14-home-feature--hero ._14-home-feature__image,
  ._14-home-feature--row ._14-home-feature__image {
    width: 100%;
    height: auto;
    aspect-ratio: 16/10;
    border-radius: 0;
  }
  ._14-home-feature--hero ._14-home-feature__body,
  ._14-home-feature--row ._14-home-feature__body {
    margin: 0;
    padding: 16px;
    gap: 8px;
    border-radius: 0;
    box-shadow: none;
  }
  ._14-home-feature--hero ._14-home-feature__title,
  ._14-home-feature--row ._14-home-feature__title {
    font-size: 17px;
  }
}
._14-pagination-links {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 16px;
  margin: 8px 0 44px;
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 14px;
}
._14-pagination-links__numbers {
  display: grid;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  gap: 6px;
}
._14-pagination-links__prev a, ._14-pagination-links__next a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #1A1A1A;
  font-weight: 500;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
._14-pagination-links .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 6px;
  border-radius: 10px;
  color: #667085;
  border: 1px solid transparent;
}
._14-pagination-links .page-numbers.current {
  background-color: #FFFFFF;
  border-color: #D6D6D6;
  color: #1A1A1A;
  box-shadow: 0 1px 4px rgba(30, 43, 58, 0.06);
}
._14-pagination-links .page-numbers.dots {
  border-color: transparent;
}
._14-pagination-links .page-numbers:hover:not(.current):not(.dots) {
  border-color: #D6D6D6;
}

._14-error404 ._14-top-banner {
  width: 100%;
}
._14-error404 main {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
._14-error404 ._14-section-body {
  width: 100%;
}
._14-error404 ._14-site-footer {
  margin-top: auto !important;
}

._14-error-404 ._14-page-content {
  margin-top: 40px;
  text-align: center;
}
@media (max-width: 768px) {
  ._14-error-404 ._14-page-content {
    margin-top: 50px;
  }
}
._14-error-404 ._14-page-content h1 {
  font-size: 6rem;
  font-weight: 700;
  color: #1A0B0B;
}
@media (max-width: 768px) {
  ._14-error-404 ._14-page-content h1 {
    font-size: 4rem;
  }
}
._14-error-404 ._14-page-content p {
  font-size: 3rem;
  font-weight: 700;
}
@media (max-width: 768px) {
  ._14-error-404 ._14-page-content p {
    font-size: 2rem;
  }
}

body.tag ._14-section-body {
  width: 100%;
}

._14-home-template {
  display: flex;
  flex-direction: column;
  width: 100%;
}

._14-content-archive ._14-main-block {
  margin: 0;
}
._14-content-archive ._14-main-block__item {
  flex-direction: column;
}
._14-content-archive ._14-main-block__item__image {
  width: 100%;
  max-width: 100%;
}
@media (min-width: 601px) {
  ._14-content-archive ._14-main-block__item__image {
    height: 200px;
  }
}

@media (min-width: 769px) {
  ._14-content-archive ._14-main-block {
    grid-template-columns: repeat(3, 1fr);
  }
  ._14-content-archive ._14-main-block ._14-hero-content {
    grid-column: span 3;
  }
}
._14-single {
  width: 100%;
  display: flex;
  flex-direction: column;
}

._14-single__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 322px;
  gap: 40px;
  align-items: start;
  margin-top: 12px;
}
@media (max-width: 900px) {
  ._14-single__layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }
}

._14-single__main {
  min-width: 0;
}
._14-single__main ._14-pill {
  margin-bottom: 16px;
}

._14-single__title {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 34px;
  line-height: 1.25;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 24px;
}
@media (max-width: 600px) {
  ._14-single__title {
    font-size: 26px;
    margin-bottom: 18px;
  }
}

._14-single__image {
  margin-bottom: 16px;
}
._14-single__image img {
  display: block;
  width: 100%;
  aspect-ratio: 12/5;
  object-fit: cover;
  border-radius: 30px;
}
@media (max-width: 600px) {
  ._14-single__image img {
    aspect-ratio: 3/2;
  }
}

._14-single__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-family: "Iosevka Charon Mono", ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 13px;
  color: #565656;
  margin-bottom: 34px;
}
._14-single__meta a {
  color: #565656;
}
._14-single__meta a:hover {
  color: #2F80ED;
}

._14-single__content {
  color: #667085;
  font-size: 16px;
  line-height: 1.75;
}
._14-single__content h2, ._14-single__content h3, ._14-single__content h4, ._14-single__content h5, ._14-single__content h6 {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-weight: 500;
  color: #1A1A1A;
  margin: 34px 0 16px;
  line-height: 1.3;
}
._14-single__content h2 {
  font-size: 22px;
}
._14-single__content h3 {
  font-size: 20px;
}
._14-single__content h4 {
  font-size: 18px;
}
._14-single__content p {
  margin: 0 0 20px;
}
._14-single__content a {
  color: #2F80ED;
  text-decoration: underline;
}
._14-single__content ul, ._14-single__content ol {
  margin: 0 0 20px;
  padding-left: 22px;
}
._14-single__content ul {
  list-style: disc;
}
._14-single__content ol {
  list-style: decimal;
}
._14-single__content li {
  margin-bottom: 8px;
}
._14-single__content img {
  max-width: 100%;
  height: auto;
  border-radius: 30px;
  margin: 8px 0 24px;
}
._14-single__content blockquote {
  margin: 0 0 24px;
  padding-left: 20px;
  border-left: 3px solid #D6D6D6;
  color: #565656;
}

._14-single__sidebar {
  display: flex;
  flex-direction: column;
  gap: 24px;
  min-width: 0;
}
._14-single__sidebar ._14-sidebar-banner-block {
  margin: 0;
  display: flex;
  justify-content: center;
}

._14-single__related {
  margin-top: 56px;
}
@media (max-width: 600px) {
  ._14-single__related {
    margin-top: 36px;
  }
}

._14-single__related-title {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 24px;
}

._14-single-blog {
  margin-top: 0;
}
._14-single-blog ._14-hero-data {
  margin-bottom: 25px;
  color: #7b8591;
}
@media (min-width: 768px) {
  ._14-single-blog ._14-hero-data {
    display: flex;
    flex-wrap: wrap;
  }
}
._14-single-blog ._14-card-info {
  align-items: center;
  color: #D2D2D2;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
}
._14-single-blog ._14-card-info a {
  color: #D2D2D2;
}
._14-single-blog ._14-card-date {
  display: inline-block;
}
._14-single-blog ._14-card-author {
  position: relative;
  margin-left: 10px;
  padding-left: 14px;
  display: inline-block;
}
._14-single-blog ._14-card-author:after {
  content: "";
  position: absolute;
  width: 1px;
  height: 16px;
  background-color: #D2D2D2;
  top: 5px;
  left: 0;
  transform: rotate(20deg);
}
._14-single-blog ._14-card-categories {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  ._14-single-blog ._14-card-categories {
    margin-left: auto;
  }
}
@media (max-width: 767px) {
  ._14-single-blog ._14-card-categories {
    margin-top: 10px;
  }
}
._14-single-blog ._14-card-categories a {
  text-transform: capitalize;
  position: relative;
  display: inline-block;
  color: #D2D2D2;
  font-size: 17px;
  font-weight: 400;
  letter-spacing: 1px;
}
._14-single-blog ._14-card-categories a:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background-color: #D2D2D2;
  transition: 0.3s linear;
}
._14-single-blog ._14-card-categories a:hover:after {
  width: 100%;
}
._14-single-blog ._14-card-categories a:not(:first-child) {
  margin-left: 5px;
}
@media (max-width: 600px) {
  ._14-single-blog ._14-card-categories a:not(:first-child) {
    margin-left: 10px;
  }
}

._14-main-content__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000;
}
@media (max-width: 600px) {
  ._14-main-content__subtitle {
    font-size: 20px;
  }
}

._14-main-content__image {
  margin-bottom: 20px;
}
@media (min-width: 451px) {
  ._14-main-content__image {
    height: 496px;
  }
}
@media (max-width: 450px) {
  ._14-main-content__image {
    height: 222px;
    margin-bottom: 20px;
  }
}
._14-main-content__image > img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  margin-bottom: 20px;
}

._14-more-news {
  font-size: 45px;
  margin: 40px 0;
  color: #000;
}
@media (max-width: 600px) {
  ._14-more-news {
    font-size: 35px;
    margin: 20px 0;
  }
}

._14-main-content__recent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
  grid-column: 1/span 2;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  ._14-main-content__recent {
    grid-template-columns: 1fr 1fr;
  }
}
._14-main-content__recent ._14-vertical {
  grid-column: 2;
}
@media (max-width: 680px) {
  ._14-main-content__recent ._14-vertical {
    grid-column: auto;
  }
}
._14-main-content__recent ._14-vertical:nth-of-type(odd) {
  grid-column: 1;
}
@media (max-width: 680px) {
  ._14-main-content__recent ._14-vertical:nth-of-type(odd) {
    grid-column: auto;
  }
}

._14-main-content__text {
  margin-bottom: 40px;
}
@media (max-width: 450px) {
  ._14-main-content__text {
    margin-bottom: 40px;
  }
}
._14-main-content__text a {
  display: inline-block;
  color: blue;
}
._14-main-content__text h2, ._14-main-content__text h3, ._14-main-content__text h4, ._14-main-content__text h5, ._14-main-content__text h6 {
  margin: 0 0 30px;
}
._14-main-content__text h2 {
  font-size: 28px;
  line-height: 36px;
  font-weight: 700;
}
._14-main-content__text h3 {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}
._14-main-content__text h4 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 700;
}
._14-main-content__text h5 {
  font-size: 18px;
  line-height: 26px;
  font-weight: 700;
}
._14-main-content__text h6 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}
._14-main-content__text iframe {
  width: 100% !important;
  margin: 20px 0;
}
@media (max-width: 576px) {
  ._14-main-content__text iframe {
    height: 200px;
  }
}
._14-main-content__text img {
  object-fit: contain;
  max-width: 100% !important;
  height: auto !important;
  margin: 0 auto;
}
._14-main-content__text img.alignleft {
  margin-right: auto !important;
  margin-left: 0 !important;
}
._14-main-content__text img.alignright {
  margin-left: auto !important;
  margin-right: 0 !important;
}
._14-main-content__text img.aligncenter {
  margin-left: auto !important;
  margin-right: auto !important;
}
._14-main-content__text video {
  width: 100% !important;
  height: auto !important;
}
._14-main-content__text ul li {
  margin-left: 15px;
  margin-bottom: 12px;
}
._14-main-content__text ul li span {
  margin: 0 0 12px;
}
._14-main-content__text p {
  margin: 0 0 30px;
  font-size: 17px;
  line-height: 22px;
  color: #000;
  letter-spacing: 0.2px;
}
@media (max-width: 600px) {
  ._14-main-content__text p {
    font-size: 17px;
  }
}
._14-main-content__text p ~ .wp-block-contact-form-7-contact-form-selector {
  margin-top: -40px;
}
._14-main-content__text p strong {
  font-weight: 600;
  font-size: 24px;
  color: #000;
  line-height: 1.5;
}
@media (max-width: 600px) {
  ._14-main-content__text p strong {
    font-size: 20px;
  }
}

._14-main-content__about {
  display: flex;
  margin-bottom: 20px;
}
._14-main-content__about span:first-of-type {
  margin-right: 23px;
  font-weight: 400;
  position: relative;
}
._14-main-content__about span:first-of-type:after {
  content: "/";
  right: -15px;
  top: 0;
  height: 100%;
  position: absolute;
}

body.single section._14-main-content {
  display: block;
  background-color: #fff;
  padding: 40px;
  margin: 0;
}

.wpcf7-form {
  margin: 30px 0;
}
@media (min-width: 768px) {
  .wpcf7-form {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 20px;
  }
  .wpcf7-form > p {
    margin-bottom: 0 !important;
    grid-column: span 2;
  }
  .wpcf7-form > p:nth-of-type(1) {
    grid-column: 1/span 1;
  }
  .wpcf7-form > p:nth-of-type(2) {
    grid-column: 2/span 1;
  }
}
.wpcf7-form label > span {
  margin-top: 10px;
  display: block;
}
.wpcf7-form input, .wpcf7-form textarea {
  width: 100%;
  outline: none;
  border: 1px solid #373737;
  color: #373737;
  padding: 15px 20px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
}
.wpcf7-form input::placeholder, .wpcf7-form textarea::placeholder {
  color: #373737;
}
@media (max-width: 576px) {
  .wpcf7-form input, .wpcf7-form textarea {
    padding: 10px;
  }
}
.wpcf7-form input {
  height: 50px;
}
@media (max-width: 576px) {
  .wpcf7-form input {
    height: 42px;
  }
}
.wpcf7-form input[type=submit] {
  background-color: #373737;
  color: #fff;
  font-weight: 500;
  cursor: pointer;
  transition: ease-in-out 0.2s;
  opacity: 1;
  max-width: 165px;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 1px solid #373737;
}
@media (min-width: 1025px) {
  .wpcf7-form input[type=submit]:hover {
    background-color: transparent;
    color: #373737;
  }
}
.wpcf7-form textarea {
  resize: none;
  height: 100px;
}
.wpcf7-form label {
  display: block;
  font-weight: 500;
}
.wpcf7-form .wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 5px;
}
.wpcf7-form .wpcf7-response-output {
  background-color: #373737;
  color: #fff;
  text-align: center;
  width: 100%;
  border: none !important;
  padding: 15px !important;
  margin: 30px 0 0 !important;
  grid-column: span 2;
}
.wpcf7-form .wpcf7-spinner {
  display: none;
}

._14-block-wrap {
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  ._14-block-wrap {
    margin-bottom: 30px;
  }
}
._14-block-wrap h3 {
  margin-bottom: 15px;
}
._14-block-wrap ._14-post-item {
  margin-bottom: 15px;
  margin-left: 0;
}
@media (max-width: 767px) {
  ._14-block-wrap ._14-post-item {
    margin-bottom: 10px;
  }
}
._14-block-wrap ._14-post-item a {
  color: #1A0B0B;
}
@media (max-width: 767px) {
  ._14-block-wrap ._14-post-item a {
    font-size: 1.6rem;
  }
}

._14-section-sitemap {
  margin: 30px auto 0;
  text-align: center;
  width: 100%;
}

._14-sitemap-title {
  display: inline-block;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: bold;
  transition: 0.3s;
  color: #1A0B0B !important;
}
@media (max-width: 600px) {
  ._14-sitemap-title {
    font-size: 2rem;
  }
}
@media (min-width: 1025px) {
  ._14-sitemap-title:hover {
    opacity: 0.8;
  }
}

._14-related-articles {
  margin-bottom: 20px;
}

._14-author {
  width: 100%;
  display: flex;
  flex-direction: column;
}

._14-author__card {
  position: relative;
  max-width: 760px;
  margin: 60px auto 0;
  background-color: #FFFFFF;
  border-radius: 24px;
  padding: 56px 60px 44px;
  box-shadow: 0 4px 24px rgba(30, 43, 58, 0.06);
}
@media (max-width: 600px) {
  ._14-author__card {
    margin-top: 46px;
    padding: 40px 22px 30px;
    border-radius: 18px;
  }
}

._14-author__avatar {
  position: absolute;
  top: -55px;
  right: 60px;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  overflow: hidden;
  background-color: #ACE2FC;
}
._14-author__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
@media (max-width: 600px) {
  ._14-author__avatar {
    width: 108px;
    height: 108px;
    top: -46px;
    right: 22px;
  }
}

._14-author__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

._14-author__name {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #1A1A1A;
  margin: 0 0 18px;
  max-width: calc(100% - 130px);
}
@media (max-width: 600px) {
  ._14-author__name {
    font-size: 22px;
    max-width: 100%;
  }
}

._14-author__bio {
  color: #667085;
  font-size: 16px;
  line-height: 1.7;
}
._14-author__bio p {
  margin: 0 0 18px;
}
._14-author__bio p:last-child {
  margin-bottom: 0;
}

._14-author__socials {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 22px;
}
._14-author__socials a {
  display: inline-flex;
  transition: opacity 0.2s linear;
}
._14-author__socials a:hover {
  opacity: 0.7;
}
._14-author__socials img {
  display: block;
  width: 20px;
  height: 20px;
}

._14-author__posts-title {
  font-family: "Iosevka Charon", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 26px;
  font-weight: 500;
  color: #1A1A1A;
  text-align: center;
  margin: 44px 0 30px;
}
@media (max-width: 600px) {
  ._14-author__posts-title {
    font-size: 22px;
    margin: 32px 0 22px;
  }
}

._14-adv-posts__item {
  transition: opacity 0.5s linear;
  opacity: 1;
  margin-top: 40px;
  position: relative;
  background-color: #ffffff;
  border-radius: 11px;
  overflow: hidden;
}
@media (min-width: 768px) {
  ._14-adv-posts__item {
    display: flex;
    padding: 32px 40px;
  }
}
@media (max-width: 767px) {
  ._14-adv-posts__item {
    margin-top: 24px;
  }
}
._14-adv-posts__item._14-hidden {
  opacity: 0;
}
._14-adv-posts__item img {
  background: var(--custom-before-second-height);
}

._14-adv-posts__item__img {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  ._14-adv-posts__item__img {
    max-width: 358px;
    min-height: 300px;
    height: 100%;
    flex-shrink: 0;
    flex-grow: 0;
    border-radius: 16px;
    overflow: hidden;
  }
}
._14-adv-posts__item__img:after {
  content: "";
  background: var(--custom-image) center/cover no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media (max-width: 767px) {
  ._14-adv-posts__item__img {
    height: 232px;
  }
}
@media (max-width: 600px) {
  ._14-adv-posts__item__img {
    height: 141px;
  }
}

._14-adv-posts__item_content {
  font-size: 16px;
  line-height: 22px;
}
._14-adv-posts__item_content a {
  color: #005aee;
}
@media (max-width: 767px) {
  ._14-adv-posts__item_content {
    font-size: 14px;
    line-height: 18px;
  }
}

._14-adv-posts__btn {
  display: block;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  color: #fff;
  border-radius: 9px;
  background-color: #005aee;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.5px;
  padding: 10px;
  text-align: center;
}

._14-adv-posts__item_title {
  margin-bottom: 20px;
}

._14-adv-posts__item__text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  border-radius: 25px;
  z-index: 1;
}
@media (min-width: 768px) {
  ._14-adv-posts__item__text {
    margin-left: 40px;
  }
}
@media (max-width: 767px) {
  ._14-adv-posts__item__text {
    padding: 18px 16px 21px;
  }
  ._14-adv-posts__item__text ._14-adv-posts__btn {
    order: 3;
  }
  ._14-adv-posts__item__text ._14-adv-posts__item_content {
    order: 2;
  }
  ._14-adv-posts__item__text ._14-adv-posts__item_title {
    order: 1;
  }
}
._14-adv-posts__item__text p {
  margin: 0 0 20px;
}
._14-adv-posts__item__text ._14-card-footer {
  margin-bottom: 25px;
}

._14-adv-posts__item__text__header {
  color: #303336;
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  margin: 0;
}
@media (max-width: 767px) {
  ._14-adv-posts__item__text__header {
    font-size: 20px;
    line-height: 1.4;
  }
}
@media (max-width: 600px) {
  ._14-adv-posts__item__text__header {
    font-size: 16px;
  }
}

._14-top-banner {
  margin: 20px auto;
}
@media (max-width: 1145px) {
  ._14-top-banner {
    display: none;
  }
}

._14-inner-content-banner {
  text-align: center;
  width: 100%;
}
._14-inner-content-banner > div {
  margin: 0 auto;
}
._14-inner-content-banner._14-bottom {
  margin: 40px 0;
}
@media (max-width: 800px) {
  ._14-inner-content-banner._14-bottom {
    margin: 20px 0;
  }
}
@media (min-width: 1141px) {
  ._14-inner-content-banner._14-bottom ._14-banner-m {
    display: none;
  }
}
@media (max-width: 950px) {
  ._14-inner-content-banner._14-middle {
    margin-bottom: 20px;
  }
}
@media (max-width: 1140px) {
  ._14-inner-content-banner ._14-banner-l {
    display: none;
  }
}
@media (max-width: 800px) {
  ._14-inner-content-banner ._14-banner-m {
    display: none;
  }
}
@media (min-width: 800px) {
  ._14-inner-content-banner ._14-banner-s {
    display: none;
  }
}

._14-sidebar-banner-block {
  margin: 40px auto;
  width: 100%;
}

._14-mobile-banner-top {
  width: 100%;
  margin: 20px auto;
}
@media (min-width: 801px) {
  ._14-mobile-banner-top {
    display: none;
  }
}

._14-main-wrapper {
  display: flex;
  justify-content: center;
}

@media (max-width: 450px) {
  ._14-page-default ._14-inner-content-banner {
    margin-bottom: 0;
  }
}
