/*
Theme Name: TWF
Author: Neutech
Author URI: https://neutech.co/
Version: 1.0
*/
@import "fonts/stylesheet.css";
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
::selection {
  background: #FF6B00;
  color: #ffffff;
}
body {
  font-family: "Neue Haas Grotesk Text", sans-serif;
  font-size: 16px;
  font-weight: normal;
  color: #000;
  line-height: 24px;
  overflow-x: hidden;
}
a,
button,
input {
  outline: none;
  text-decoration: none;
  font-family: "Neue Haas Grotesk Text", sans-serif;
  transition: 0.25s all ease-in-out;
}
button {
  cursor: pointer;
}
img {
  max-width: 100%;
  display: inline-block;
}
.container {
  max-width: 1240px;
  padding: 0 60px;
  margin: 0 auto;
  position: relative;
}
.row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
input,
textarea,
select {
  font-family: "Neue Haas Grotesk Text", sans-serif;
  font-size: 16px;
  outline: none;
  resize: none;
}
.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 24px;
  border-radius: 50px;
  border: 0;
  color: #fff;
  background-color: #000;
  font-family: LoRes12OT, sans-serif;
  font-size: 20px;
  line-height: 1;
  font-weight: bold;
  text-transform: uppercase;
}
.btn:hover {
  background-color: #FF6B00;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  line-height: 1.1;
  font-family: "Neue Haas Grotesk Display", sans-serif;
}
.h1,
h1 {
  font-size: 60px;
}
.h2,
h2 {
  font-size: 48px;
}
.h3,
h3 {
  font-size: 36px;
}
.h4,
h4 {
  font-size: 30px;
}
.h5,
h5 {
  font-size: 24px;
}
.h6,
h6 {
  font-size: 20px;
}
.pixel-bold,
.pixel-normal {
  font-family: LoRes12OT, sans-serif;
  line-height: normal;
}
.pixel-bold {
  font-weight: bold;
}
.pixel-normal {
  font-weight: normal;
}
.pixel-60 {
  font-size: 60px;
}
.pixel-24 {
  font-size: 24px;
}
.pixel-36 {
  font-size: 36px;
}
.pixel-20 {
  font-size: 20px;
}
@media (max-width: 1240px) {
  body {
    font-size: 1.29vw;
    line-height: 1.935vw;
  }
  .container {
    max-width: 100vw;
    padding: 0 4.839vw;
  }
  input,
  textarea,
  select {
    font-size: 1.29vw;
  }
  .btn {
    padding: 1.129vw 1.935vw;
    border-radius: 4.032vw;
    font-size: 1.613vw;
  }
  .h1,
  h1 {
    font-size: 4.839vw;
  }
  .h2,
  h2 {
    font-size: 3.871vw;
  }
  .h3,
  h3 {
    font-size: 2.903vw;
  }
  .h4,
  h4 {
    font-size: 2.419vw;
  }
  .h5,
  h5 {
    font-size: 1.935vw;
  }
  .h6,
  h6 {
    font-size: 1.613vw;
  }
  .pixel-60 {
    font-size: 4.839vw;
  }
  .pixel-24 {
    font-size: 1.935vw;
  }
  .pixel-36 {
    font-size: 2.903vw;
  }
  .pixel-20 {
    font-size: 1.613vw;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 4.27vw;
    line-height: 6.4vw;
  }
  .container {
    max-width: 100%;
    padding: 0 5.33vw;
  }
  input,
  textarea,
  select {
    font-size: 4.27vw;
  }
  .btn {
    padding: 2.67vw 5.33vw 3.2vw 5.33vw;
    border-radius: 13.33vw;
    font-size: 4.27vw;
  }
  .h1,
  h1 {
    font-size: 13.87vw;
  }
  .h2,
  h2 {
    font-size: 9.6vw;
  }
  .h3,
  h3 {
    font-size: 8vw;
  }
  .h4,
  h4 {
    font-size: 6.4vw;
  }
  .h5,
  h5 {
    font-size: 6.4vw;
  }
  .h6,
  h6 {
    font-size: 5.33vw;
  }
  .pixel-60 {
    font-size: 12.8vw;
  }
  .pixel-36 {
    font-size: 8vw;
  }
  .pixel-24 {
    font-size: 6.4vw;
  }
  .pixel-20 {
    font-size: 4.27vw;
  }
}
.header {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 999;
}
.header,
.header-mobile {
  padding: 20px 0;
}
.header .row-nav,
.header-mobile .row-nav {
  justify-content: space-between;
}
.header .logo a,
.header-mobile .logo a {
  display: block;
  width: 104.3px;
  height: 48px;
}
.header .logo a svg,
.header-mobile .logo a svg {
  width: 100%;
  height: 100%;
}
.header .col-logo .row,
.header-mobile .col-logo .row {
  gap: 80px;
}
.header .col-logo .navbar-right,
.header-mobile .col-logo .navbar-right {
  gap: 48px;
}
.header .col-logo .navbar-right a,
.header-mobile .col-logo .navbar-right a {
  color: #000000;
}
.header .navbar-right a:hover,
.header-mobile .navbar-right a:hover {
  color: #267dff;
}
.header .row-menu,
.header-mobile .row-menu {
  display: flex;
  align-items: center;
}
.header .search-link,
.header-mobile .search-link {
  width: 24px;
  height: 24px;
  margin-right: 24px;
  color: #000000;
}
.header .search-link svg,
.header-mobile .search-link svg {
  width: 100%;
  height: auto;
}
.header .search-link:hover,
.header-mobile .search-link:hover {
  color: #267dff;
}
.header .burger-menu,
.header-mobile .burger-menu {
  display: none;
}
.header-mobile {
  display: none;
}
.author,
.author-avatar {
  display: flex;
  align-items: center;
}
.author img,
.author-avatar img {
  width: 64px;
  height: 64px;
  flex-grow: 0;
  border-radius: 4px;
}
.author div,
.author-avatar div {
  padding-left: 16px;
}
.author div span,
.author-avatar div span {
  display: block;
}
.author div span + span,
.author-avatar div span + span {
  margin-top: 12px;
}
.author span,
.author-avatar span {
  font-size: 14px;
  line-height: 1;
  color: #00000080;
}
.author span:first-child,
.author-avatar span:first-child {
  font-weight: 500;
  color: #267dff;
  line-height: 1;
}
.author span:first-child a,
.author-avatar span:first-child a {
  color: #267dff;
  border-bottom: 1px dotted #267dff;
  text-decoration: none !important;
}
.author span:first-child a:hover,
.author-avatar span:first-child a:hover {
  border-bottom: 0;
}
.author {
  gap: 10px;
}
.author span {
  white-space: nowrap;
}
.author span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.author-avatar span:first-child {
  font-size: 16px;
}
.time-article {
  display: flex;
  flex-direction: column;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-align: right;
  text-transform: uppercase;
  color: #0006;
}
.title-icon {
  display: flex;
  align-items: center;
  gap: 10px;
}
.title-icon svg {
  max-width: 24px;
}
.post-item {
  width: 100%;
}
.post-item .item-left-article a {
  color: #000000;
}
.post-item .item-left-article a:hover {
  text-decoration: underline;
  color: #267DFF;
}
.post-item .item-left-article h6 {
  margin-bottom: 14px;
}
.post-item .item-left-article .author {
  margin-bottom: 20px;
}
.post-item .item-left-article .short-text {
  font-size: 14px;
  line-height: 21px;
  color: #000000b3;
}
.post-item .item-left-article .time-article {
  flex-direction: row;
  justify-content: space-between;
  margin-top: 28px;
  text-transform: uppercase;
}
.post-item-image {
  display: flex;
  align-items: flex-start;
}
.post-item-image .item-image-article {
  width: 200px;
}
.post-item-image .item-image-article img {
  display: block;
  width: 200px;
  height: 200px;
  border-radius: 8px;
}
.post-item-image .item-left-article {
  width: calc(100% - 200px);
  padding-left: 16px;
}
.newsletter-form {
  position: relative;
}
.newsletter-form input[type="text"],
.newsletter-form input[type="email"] {
  font-weight: normal;
  line-height: 1;
  padding: 16px 156px 16px 0;
  width: 100%;
  border: 0;
  border-bottom: solid 2px #000;
  font-size: 18px;
  color: #000000;
  border-radius: 0;
  background: transparent;
}
.newsletter-form input[type="text"]::placeholder,
.newsletter-form input[type="email"]::placeholder {
  color: #999;
  opacity: 1;
}
.newsletter-form input[type="text"]:hover,
.newsletter-form input[type="email"]:hover {
  border-color: #0006;
}
.newsletter-form input[type="text"]:focus,
.newsletter-form input[type="email"]:focus {
  border-color: #FF6B00;
}
.newsletter-form button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  top: 50%;
  display: flex;
  align-items: center;
  transform: translateY(-50%);
}
.newsletter-form button svg {
  margin-left: 8px;
  width: 24px;
  height: auto;
}
.newsletter-form button:hover {
  color: #FF6B00;
}
.subscription-section {
  padding-top: 80px;
  padding-bottom: 120px;
}
.subscription-section .col:first-child {
  width: 520px;
  padding-right: 40px;
}
.subscription-section .col:last-child {
  width: 600px;
}
.subscription-section .text-content h2 {
  margin-bottom: 30px;
}
.subscription-section .text-content p {
  color: #000000b3;
  margin-bottom: 32px;
}
.not-found-result {
  text-align: center;
  padding: 140px;
  font-size: 21px;
  color: #333333;
}
.podcast-section {
  padding: 80px 0;
  background-color: #f5f5f5;
}
.podcast-section .podcast-header {
  margin-bottom: 40px;
}
.podcast-section .podcast-content .row {
  align-items: flex-start;
}
.podcast-section .podcast-content .col:first-child {
  width: 600px;
}
.podcast-section .podcast-content .col:last-child {
  width: 520px;
  padding-left: 40px;
}
.podcast-section .podcast-content iframe {
  width: 600px;
  height: 337px;
  border-radius: 8px;
  border: 0;
}
.podcast-section .podcast-content .podcast-description {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px 40px 38px 40px;
  border-radius: 8px;
  background-color: #000;
  color: #fff;
}
.podcast-section .podcast-content .podcast-platforms {
  margin-top: 28px;
  justify-content: space-between;
}
.podcast-section .podcast-content .podcast-platforms img {
  display: block;
  transition: 0.25s all ease-in-out;
}
.podcast-section .podcast-content .podcast-platforms .logo {
  width: 166px;
}
.podcast-section .podcast-content .podcast-platforms .platforms {
  width: 182px;
  align-items: flex-start;
  gap: 16px;
  display: flex;
  flex-direction: column;
}
.podcast-section .podcast-content .podcast-platforms .platforms img {
  display: block;
}
.podcast-section .podcast-content .podcast-platforms .platforms a {
  display: block;
}
.podcast-section .podcast-content .podcast-platforms .platforms a:hover > img {
  transform: scale(1.05);
}
.search-form-section form {
  position: relative;
}
.search-form-section input[type="text"] {
  font-size: 48px;
  font-weight: normal;
  line-height: 1;
  padding: 16px 100px 16px 0;
  width: 100%;
  border: 0;
  color: #000000;
  border-bottom: solid 4px #000;
}
.search-form-section input[type="text"]::placeholder {
  color: #0006;
  opacity: 1;
}
.search-form-section input[type="text"]:hover {
  border-color: #0006;
}
.search-form-section input[type="text"]:focus {
  border-color: #FF6B00;
}
.search-form-section button {
  background: transparent;
  border: 0;
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
}
.search-form-section button svg {
  width: 48px;
  height: auto;
}
.search-form-section button:hover svg path {
  fill: #FF6B00;
}
.featured-articles .title {
  margin-bottom: 36px;
  line-height: 1;
}
.featured-articles .full-image {
  border-radius: 8px;
  display: block;
  margin-bottom: 24px;
}
.featured-articles article h3 {
  margin-bottom: 28px;
}
.featured-articles article h3 a {
  color: #000000;
}
.featured-articles article h3 a:hover {
  color: #267dff;
  text-decoration: underline;
}
.featured-articles article .short-text {
  color: #000000b3;
  margin-bottom: 32px;
}
.featured-articles article .article-info {
  justify-content: space-between;
}
.featured-articles article .article-info .time-article {
  gap: 12px;
}
.trending-articles .title {
  padding-top: 6px;
  margin-bottom: 36px;
  padding-bottom: 4px;
}
.trending-articles .trending-grid {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.trending-articles .trending-grid .post-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 36px;
}
.trending-articles .trending-grid .post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.browse-all {
  padding-top: 16px;
  padding-bottom: 15px;
  margin: 0 auto;
  display: flex;
  width: 348px;
}
.browse-all span {
  margin-right: 16px;
}
.browse-all svg {
  width: 24px;
  height: auto;
  transition: 0.3s all ease-in-out;
}
.browse-all:hover svg {
  margin-left: 10px;
}
.recently-added {
  margin-top: 40px;
}
.recently-added .title {
  margin-bottom: 36px;
}
.recently-added .articles-container {
  display: grid;
  align-items: flex-start;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 80px;
  margin-bottom: 80px;
}
.home-articles {
  padding-top: 80px;
  padding-bottom: 80px;
}
.home-articles .search-form-section {
  margin-bottom: 80px;
}
.home-articles .row-main {
  justify-content: space-between;
  align-items: flex-start;
}
.home-articles .row-main .featured-articles {
  width: 540px;
}
.home-articles .row-main .trending-articles {
  width: 540px;
}
.team-section {
  background: #F5F5F5;
  padding-top: 60px;
  padding-bottom: 40px;
  margin-bottom: 160px;
}
.team-section .title {
  margin-bottom: 58px;
  text-align: center;
}
.team-section .team-container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 40px;
  max-width: 800px;
  margin: 0 auto;
}
.team-section .team-member {
  text-align: center;
  max-width: 240px;
}
.team-section .team-member img {
  width: 96px;
  height: 96px;
  margin-bottom: 40px;
}
.team-section .team-member h5 {
  margin-bottom: 20px;
  text-transform: uppercase;
}
.team-section .team-member p {
  font-size: 14px;
  line-height: 21px;
  color: #000000b3;
}
.team-section .team-member .social-links {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 24px;
}
.team-section .team-member .social-links a {
  width: auto;
  height: 24px;
  color: #000000;
}
.team-section .team-member .social-links a svg {
  width: auto;
  height: 24px;
}
.team-section .team-member .social-links a:hover {
  color: #267DFF;
}
.team-section .contact-button {
  text-align: center;
  margin-top: 64px;
}
.contact-us {
  border-radius: 8px;
  background-color: #267dff;
  background-image: url("./images/pixel-contact-top.svg"), url("./images/pixel-contact-bottom.svg");
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  padding: 80px 0;
  margin-bottom: 80px;
}
.contact-us .contact-form-container {
  background-color: #fff;
  width: 640px;
  border-radius: 8px;
  margin: 0 auto;
}
.contact-us form {
  display: flex;
  flex-direction: column;
  gap: 40px;
  padding: 40px;
}
.contact-us form .form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.contact-us form label {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.6px;
  color: #000000b3;
  text-transform: uppercase;
}
.contact-us form input[type="text"],
.contact-us form input[type="email"],
.contact-us form textarea,
.contact-us form select {
  font-weight: normal;
  line-height: 1;
  padding: 11px 0;
  width: 100%;
  border: 0;
  border-bottom: solid 2px #000;
  font-size: 16px;
  color: #000000;
  background: transparent;
  user-select: none;
  appearance: none;
  -webkit-appearance: none;
}
.contact-us form input[type="text"]::placeholder,
.contact-us form input[type="email"]::placeholder,
.contact-us form textarea::placeholder,
.contact-us form select::placeholder {
  color: #999;
  opacity: 1;
}
.contact-us form input[type="text"]:hover,
.contact-us form input[type="email"]:hover,
.contact-us form textarea:hover,
.contact-us form select:hover {
  border-color: #0006;
}
.contact-us form input[type="text"]:focus,
.contact-us form input[type="email"]:focus,
.contact-us form textarea:focus,
.contact-us form select:focus {
  border-color: #FF6B00;
}
.contact-us form select {
  padding: 8px 0;
  background: url("./images/arrow-down.svg") no-repeat right top 16px;
  background-size: 14px;
  line-height: 26px;
}
.contact-us form textarea {
  height: 44px;
}
.contact-us form button {
  width: 175px;
}
.page-404 {
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.1);
  background-repeat: no-repeat;
  background-position: top right, bottom left;
  padding: 120px 0 120px 0;
  margin-bottom: 80px;
}
.page-404 .container-404 {
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
}
.page-404 .container-404 svg {
  width: 176px;
  height: auto;
}
.page-404 .container-404 h4 {
  margin-top: 40px;
  margin-bottom: 24px;
}
.page-404 .container-404 .buttons {
  margin-top: 40px;
}
.page-text-content .page-content {
  padding: 80px 0;
  max-width: 640px;
  margin: 0 auto;
}
.articles-section {
  padding-bottom: 160px;
}
.articles-section .search-form-section {
  margin-bottom: 64px;
}
.filters + .filters {
  margin-top: 64px;
}
.filters h6 {
  margin-bottom: 20px;
  border-bottom: 2px solid #000;
  padding-bottom: 18px;
  text-transform: uppercase;
}
.filters .radio-group {
  display: flex;
  flex-direction: column;
  list-style: none;
  gap: 20px;
}
.filters .radio-group a {
  padding-left: 30px;
  position: relative;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  color: #000;
}
.filters .radio-group a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border: 2px solid #ccc;
  border-radius: 50%;
  transition: all 0.2s ease-in-out;
}
.filters .radio-group a:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  top: 50%;
  left: 5px;
  transform: translateY(-50%);
  background: #000;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.filters .radio-group a:hover:before {
  border-color: #000000;
}
.filters .radio-group a.active:before {
  border-color: #000000;
}
.filters .radio-group a.active:after {
  opacity: 1;
}
.article-sort {
  display: flex;
  flex-direction: row;
  gap: 12px;
  align-items: center;
  margin-bottom: 40px;
}
.article-sort a {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 10px;
  padding: 13px 24px;
  border-radius: 400px;
  background-color: #f5f5f5;
  font-size: 14px;
  line-height: 1;
  color: #0006;
}
.article-sort a:hover {
  background-color: #000;
  color: #ffffff;
}
.article-sort a.active {
  background-color: #000;
  color: #ffffff;
}
.article-sort div {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.6px;
  color: #0006;
  text-transform: uppercase;
}
.articles-list .title {
  margin-bottom: 40px;
  text-transform: uppercase;
}
.articles-list .list {
  display: flex;
  flex-direction: column;
  gap: 36px;
  flex-grow: 1;
}
.articles-list .post-item {
  border-bottom: 1px solid #0003;
  padding-bottom: 36px;
}
.articles-list .post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.all-articles .title {
  padding-top: 6px;
  margin-bottom: 36px;
  padding-bottom: 4px;
}
.all-articles .articles-row {
  display: grid;
  grid-template-columns: 304px auto;
  gap: 80px;
}
.all-articles .articles-filter {
  width: 304px;
}
.all-articles .load-more {
  text-align: center;
  margin-top: 40px;
}
.all-articles .load-more button {
  background: transparent;
  border: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.7px;
  color: #000;
  text-align: center;
  text-transform: uppercase;
}
.all-articles .load-more button span {
  display: block;
  margin-bottom: 8px;
}
.all-articles .load-more button svg {
  width: 14px;
  height: auto;
}
.all-articles .load-more button:hover {
  color: #267dff;
}
.breadcrumbs {
  margin-top: 40px;
  margin-bottom: 64px;
}
.breadcrumbs ul {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 16px;
}
.breadcrumbs li {
  line-height: 14px;
  white-space: nowrap;
}
.breadcrumbs li:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs a,
.breadcrumbs span {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.7px;
  text-align: left;
  color: #0006;
}
.breadcrumbs svg {
  width: 8px;
  height: auto;
}
.breadcrumbs span {
  color: #000000;
}
.breadcrumbs a:hover {
  color: #267dff;
}
.page-content * {
  white-space: normal;
}
.page-content img {
  height: auto;
}
.page-content h1,
.page-content h2,
.page-content h3,
.page-content h4,
.page-content h5,
.page-content h6 {
  margin-bottom: 36px;
}
.page-content p {
  margin-bottom: 24px;
  color: rgba(0, 0, 0, 0.7);
}
.page-content hr {
  margin-bottom: 24px;
}
.page-content ul,
.page-content ol {
  list-style-position: inside;
  margin-bottom: 24px;
}
.page-content ul li + li,
.page-content ol li + li {
  margin-top: 18px;
}
.page-content ul p,
.page-content ol p {
  margin-bottom: 0;
  display: inline-block;
}
.page-content ol {
  list-style-position: outside;
}
.newsletter-block {
  display: flex;
  flex-grow: 1;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  gap: 40px;
  padding: 40px;
  border-radius: 8px;
  background-color: #ffc700;
  margin-bottom: 40px;
}
.newsletter-block h3 {
  color: #000;
}
.newsletter-block p {
  font-size: 14px;
  line-height: 21px;
  color: #000000b3;
}
.newsletter-block img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 10px;
}
.newsletter-block .newsletter-form {
  margin-top: 12px;
}
.newsletter-block .newsletter-form input {
  border-color: #000;
  color: #000;
}
.newsletter-block .newsletter-form input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.newsletter-block .newsletter-form input:hover {
  border-color: rgba(0, 0, 0, 0.71);
}
.newsletter-block .newsletter-form input:focus {
  border-color: #FF6B00;
}
.newsletter-block .newsletter-form button {
  color: #000000;
}
.newsletter-block .newsletter-form button:hover {
  color: #FF6B00;
}
.single-blog-post {
  max-width: 640px;
  margin: 0 auto;
  padding-bottom: 80px;
}
.single-blog-post .post .item-image-article {
  margin-bottom: 36px;
}
.single-blog-post .post .item-image-article img {
  border-radius: 8px;
  height: auto;
  display: block;
}
.single-blog-post .post h1 {
  margin-bottom: 36px;
}
.single-blog-post .post .post-info {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 64px;
}
.single-blog-post .post .post-info .time-article {
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 36px;
}
.single-blog-post .post .post-info .post-info-block {
  justify-content: space-between;
}
.single-blog-post .post .post-info .social-share {
  display: flex;
  align-items: center;
  gap: 12px;
}
.single-blog-post .post .post-info .social-share h6 {
  font-size: 14px;
  line-height: 1;
  color: #00000080;
  font-weight: normal;
  margin-bottom: 0;
}
.single-blog-post .post .post-info .social-share a {
  color: #000000;
  width: 24px;
  height: 24px;
}
.single-blog-post .post .post-info .social-share a svg {
  width: 100%;
  height: 100%;
}
.single-blog-post .post .post-info .social-share a:hover {
  color: #267dff;
}
.single-blog-post .post .post-info .social-share .list {
  display: flex;
  align-items: center;
  gap: 8px;
}
.single-blog-post .related-posts {
  border-top: 4px solid #000000;
}
.single-blog-post .related-posts h2 {
  padding: 64px 0;
}
.single-blog-post .related-posts .articles-container {
  flex-direction: column;
  gap: 36px;
}
.single-blog-post .related-posts .post-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 36px;
}
.single-blog-post .related-posts .post-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
.single-blog-post .related-posts .browse-all {
  margin-top: 64px;
}
.modal-new {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}
.modal-new-bg {
  background: rgba(0, 0, 0, 0.7);
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9990;
}
.modal-new-content {
  margin: auto;
  transform: translateY(-50%);
  top: 50%;
  width: 80%;
  z-index: 9999;
  position: relative;
  max-width: 640px;
}
.modal-new-content .newsletter-block {
  padding: 48px 40px;
  margin-bottom: 0;
}
.modal-new-content .newsletter-block img {
  width: 160px;
}
.modal-new-content .newsletter-block .info-block {
  width: calc(100% - 160px);
}
.modal-new-content .newsletter-block p {
  font-size: 16px;
  margin-top: 10px;
}
.close-new {
  position: absolute;
  right: 21px;
  cursor: pointer;
  top: 22px;
  display: flex;
  align-items: center;
}
.close-new:hover svg path {
  stroke: #FF6B00;
  fill: #FF6B00;
}
.wpcf7-not-valid-tip {
  font-size: 14px;
  margin-top: 8px;
}
.wpcf7 form .wpcf7-response-output {
  margin: 0;
  padding: 10px;
  border-radius: 8px;
}
.pixel-scroll {
  width: 24px;
  height: 24px;
  position: absolute;
  z-index: 0;
  will-change: transform;
  transition: 0.2s opacity ease-in-out;
  opacity: 0;
}
.pixel-scroll.visible {
  opacity: 1;
}
.terms-conditions {
  font-size: 14px;
  color: #333;
}
.terms-conditions h4 {
  font-size: 16px;
  color: #000;
  margin-bottom: 0;
}
.footer {
  background: #000000 url("./images/footer-pixel.svg") no-repeat top right;
  padding: 100px 0;
}
.footer .row {
  align-items: flex-start;
}
.footer .row-block {
  gap: 80px;
}
.footer .row-menu {
  gap: 80px;
  flex-grow: 1;
}
.footer .logo svg {
  width: 208px;
  height: auto;
}
.footer .menu-section h3 {
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  color: #999;
  margin-bottom: 24px;
}
.footer .menu-section ul {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.footer .menu-section ul li {
  line-height: 1;
}
.footer .menu-section ul li a {
  font-size: 14px;
  line-height: 1;
  color: #fff;
}
.footer .menu-section ul li a:hover {
  color: #267dff;
}
.footer .menu-section ul + h3 {
  margin-top: 40px;
}
.footer .menu-section .tune-in {
  gap: 31px;
}
.footer .menu-section .tune-in a.pixel-bold {
  font-size: 20px;
  text-transform: uppercase;
  position: relative;
  color: #ffffff;
}
.footer .menu-section .tune-in a.pixel-bold svg {
  position: absolute;
  width: 17px;
  height: 16px;
  left: -25px;
  top: 52%;
  transform: translateY(-50%);
  visibility: hidden;
}
.footer .menu-section .tune-in a:hover svg {
  visibility: visible;
}
.footer .menu-section .tune-in li:nth-child(1) a:hover {
  color: #FFC700;
}
.footer .menu-section .tune-in li:nth-child(2) a:hover {
  color: #FF6B00;
}
.footer .menu-section .tune-in li:nth-child(3) a:hover {
  color: #D49DFF;
}
.footer .newsletter {
  display: flex;
  flex-direction: column;
  gap: 24px;
  flex-grow: 1;
}
.footer .newsletter h3 {
  color: #ffffff;
}
.footer .newsletter p {
  font-size: 14px;
  line-height: 21px;
  color: #999;
}
.footer .newsletter .newsletter-form input {
  border-color: #ffffff;
  color: #ffffff;
}
.footer .newsletter .newsletter-form input:hover {
  border-color: rgba(255, 255, 255, 0.71);
}
.footer .newsletter .newsletter-form input:focus {
  border-color: #FF6B00;
}
.footer .newsletter .newsletter-form button {
  color: #ffffff;
}
.footer .newsletter .newsletter-form button:hover {
  color: #FF6B00;
}
.footer .newsletter .social-links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.footer .newsletter .social-links a {
  color: #ffffff;
  line-height: 1;
}

.footer .newsletter .social-links a:hover {
  color: #267dff;
}
.footer .newsletter .social-links .email {
  font-size: 14px;
  margin-left: 12px;
}
.footer .copy {
  display: flex;
  justify-content: space-between;
  color: #ffffff;
  font-size: 12px;
  padding-top: 24px;
  margin-top: 80px;
  border-top: 1px solid #ffffff;
}
.footer .copy span {
  color: #00c091;
}
@media (max-width: 1240px) {
  .header {
    padding: 3.226vw 0;
  }
  .header .logo a {
    width: 8.411vw;
    height: 3.871vw;
  }
  .header .col-logo .row {
    gap: 6.452vw;
  }
  .header .col-logo .navbar-right {
    gap: 3.871vw;
  }
  .header .search-link {
    width: 1.935vw;
    height: 1.935vw;
    margin-right: 1.935vw;
  }
  .author img,
  .author-avatar img {
    width: 5.161vw;
    height: 5.161vw;
  }
  .author div,
  .author-avatar div {
    padding-left: 1.29vw;
  }
  .author div span + span,
  .author-avatar div span + span {
    margin-top: 0.968vw;
  }
  .author span,
  .author-avatar span {
    font-size: 1.129vw;
  }
  .author {
    gap: 0.806vw;
  }
  .author-avatar span:first-child {
    font-size: 1.29vw;
  }
  .time-article {
    font-size: 0.968vw;
    line-height: 0.968vw;
  }
  .title-icon {
    gap: 0.806vw;
  }
  .title-icon svg {
    max-width: 1.935vw;
  }
  .post-item .item-left-article h6 {
    margin-bottom: 1.129vw;
  }
  .post-item .item-left-article .author {
    margin-bottom: 1.613vw;
  }
  .post-item .item-left-article .short-text {
    font-size: 1.129vw;
    line-height: 1.694vw;
  }
  .post-item .item-left-article .time-article {
    margin-top: 2.258vw;
  }
  .post-item-image .item-image-article {
    width: 16.129vw;
  }
  .post-item-image .item-image-article img {
    width: 16.129vw;
    height: 16.129vw;
  }
  .post-item-image .item-left-article {
    width: calc(100% - 16.129vw);
    padding-left: 1.29vw;
  }
  .newsletter-form input[type="text"],
  .newsletter-form input[type="email"] {
    padding: 1.29vw 12.581vw 1.29vw 0;
    font-size: 1.452vw;
  }
  .newsletter-form button svg {
    margin-left: 0.645vw;
    width: 1.935vw;
  }
  .subscription-section {
    padding-top: 6.452vw;
    padding-bottom: 9.677vw;
  }
  .subscription-section .col:first-child {
    width: 41.935vw;
    padding-right: 3.226vw;
  }
  .subscription-section .col:last-child {
    width: 48.387vw;
  }
  .subscription-section .text-content h2 {
    margin-bottom: 2.419vw;
  }
  .subscription-section .text-content p {
    margin-bottom: 2.581vw;
  }
  .not-found-result {
    padding: 11.29vw;
    font-size: 1.694vw;
  }
  .podcast-section {
    padding: 6.452vw 0;
  }
  .podcast-section .podcast-header {
    margin-bottom: 3.226vw;
  }
  .podcast-section .podcast-content .col:first-child {
    width: 48.387vw;
  }
  .podcast-section .podcast-content .col:last-child {
    width: 41.935vw;
    padding-left: 3.226vw;
  }
  .podcast-section .podcast-content iframe {
    width: 48.387vw;
    height: 27.177vw;
  }
  .podcast-section .podcast-content .podcast-description {
    padding: 2.581vw 3.226vw 3.065vw 3.226vw;
  }
  .podcast-section .podcast-content .podcast-platforms {
    margin-top: 2.258vw;
  }
  .podcast-section .podcast-content .podcast-platforms .logo {
    width: 13.387vw;
  }
  .podcast-section .podcast-content .podcast-platforms .platforms {
    width: 14.677vw;
    gap: 1.29vw;
  }
  .search-form-section input[type="text"] {
    font-size: 3.871vw;
    padding: 1.29vw 8.065vw 1.29vw 0;
    border-width: 2px;
  }
  .search-form-section button {
    right: 1.935vw;
  }
  .search-form-section button svg {
    width: 3.871vw;
  }
  .featured-articles .title {
    margin-bottom: 2.903vw;
  }
  .featured-articles .full-image {
    margin-bottom: 1.935vw;
  }
  .featured-articles article h3 {
    margin-bottom: 2.258vw;
  }
  .featured-articles article .short-text {
    margin-bottom: 2.581vw;
  }
  .featured-articles article .article-info .time-article {
    gap: 0.968vw;
  }
  .trending-articles .title {
    padding-top: 0.484vw;
    margin-bottom: 2.903vw;
    padding-bottom: 0.323vw;
  }
  .trending-articles .trending-grid {
    gap: 2.903vw;
  }
  .trending-articles .trending-grid .post-item {
    padding-bottom: 2.903vw;
  }
  .browse-all {
    padding-top: 1.29vw;
    padding-bottom: 1.21vw;
    width: 28.065vw;
  }
  .browse-all svg {
    width: 1.935vw;
  }
  .browse-all span {
    margin-right: 1.29vw;
  }
  .browse-all:hover svg {
    margin-left: 0.806vw;
  }
  .recently-added {
    margin-top: 3.226vw;
  }
  .recently-added .title {
    margin-bottom: 2.903vw;
  }
  .recently-added .articles-container {
    gap: 6.452vw;
    margin-bottom: 6.452vw;
  }
  .home-articles {
    padding-top: 6.452vw;
    padding-bottom: 6.452vw;
  }
  .home-articles .search-form-section {
    margin-bottom: 6.452vw;
  }
  .home-articles .row-main .featured-articles {
    width: 43.548vw;
  }
  .home-articles .row-main .trending-articles {
    width: 43.548vw;
  }
  .team-section {
    padding-top: 4.839vw;
    padding-bottom: 3.226vw;
    margin-bottom: 12.903vw;
  }
  .team-section .title {
    margin-bottom: 4.677vw;
  }
  .team-section .team-container {
    gap: 3.226vw;
    max-width: 64.516vw;
  }
  .team-section .team-member {
    max-width: 19.355vw;
  }
  .team-section .team-member img {
    width: 7.742vw;
    height: 7.742vw;
    margin-bottom: 3.226vw;
  }
  .team-section .team-member h5 {
    margin-bottom: 1.613vw;
  }
  .team-section .team-member p {
    font-size: 1.129vw;
    line-height: 1.694vw;
  }
  .team-section .team-member .social-links {
    gap: 0.645vw;
    margin-top: 1.935vw;
  }
  .team-section .team-member .social-links a {
    width: 1.935vw;
    height: 1.935vw;
  }
  .team-section .contact-button {
    margin-top: 5.161vw;
  }
  .contact-us {
    padding: 6.452vw 0;
    margin-bottom: 6.452vw;
  }
  .contact-us .contact-form-container {
    width: 51.613vw;
  }
  .contact-us form {
    gap: 3.226vw;
    padding: 3.226vw;
  }
  .contact-us form .form-row {
    gap: 3.226vw;
  }
  .contact-us form label {
    font-size: 0.968vw;
    line-height: 0.968vw;
  }
  .contact-us form input[type="text"],
  .contact-us form input[type="email"],
  .contact-us form textarea,
  .contact-us form select {
    padding: 0.887vw 0;
    font-size: 1.29vw;
  }
  .contact-us form select {
    padding: 0.645vw 0;
    background-size: 1.129vw;
    line-height: 2.097vw;
  }
  .contact-us form textarea {
    height: 3.548vw;
  }
  .contact-us form button {
    width: 14.113vw;
  }
  .page-404 {
    padding: 9.677vw 0 9.677vw 0;
    margin-bottom: 6.452vw;
  }
  .page-404 .container-404 svg {
    width: 14.194vw;
  }
  .page-404 .container-404 h4 {
    margin-top: 3.226vw;
    margin-bottom: 1.935vw;
  }
  .page-404 .container-404 .buttons {
    margin-top: 3.226vw;
  }
  .page-text-content .page-content {
    padding: 6.452vw 0;
    max-width: 51.613vw;
  }
  .articles-section {
    padding-bottom: 12.903vw;
  }
  .articles-section .search-form-section {
    margin-bottom: 5.161vw;
  }
  .filters + .filters {
    margin-top: 5.161vw;
  }
  .filters h6 {
    margin-bottom: 1.613vw;
    padding-bottom: 1.452vw;
  }
  .filters .radio-group {
    gap: 1.613vw;
  }
  .filters .radio-group a {
    padding-left: 2.419vw;
    font-size: 1.452vw;
  }
  .filters .radio-group a:before {
    width: 1.21vw;
    height: 1.21vw;
  }
  .filters .radio-group a:after {
    width: 0.726vw;
    height: 0.726vw;
    left: 0.403vw;
  }
  .article-sort {
    gap: 0.968vw;
    margin-bottom: 3.226vw;
  }
  .article-sort a {
    gap: 0.806vw;
    padding: 1.048vw 1.935vw;
    border-radius: 32.258vw;
    font-size: 1.129vw;
  }
  .article-sort div {
    font-size: 0.968vw;
    line-height: 0.968vw;
  }
  .articles-list .title {
    margin-bottom: 3.226vw;
  }
  .articles-list .list {
    gap: 2.903vw;
  }
  .articles-list .post-item {
    padding-bottom: 2.903vw;
  }
  .all-articles .title {
    padding-top: 0.484vw;
    margin-bottom: 2.903vw;
    padding-bottom: 0.323vw;
  }
  .all-articles .articles-row {
    grid-template-columns: 24.516vw auto;
    gap: 6.452vw;
  }
  .all-articles .articles-filter {
    width: 24.516vw;
  }
  .all-articles .load-more {
    margin-top: 3.226vw;
  }
  .all-articles .load-more button {
    font-size: 1.129vw;
    line-height: 1.129vw;
  }
  .all-articles .load-more button span {
    margin-bottom: 0.645vw;
  }
  .all-articles .load-more button svg {
    width: 1.129vw;
  }
  .breadcrumbs {
    margin-top: 3.226vw;
    margin-bottom: 5.161vw;
  }
  .breadcrumbs ul {
    gap: 1.29vw;
  }
  .breadcrumbs li {
    line-height: 1.129vw;
  }
  .breadcrumbs svg {
    width: 0.645vw;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 1.129vw;
    line-height: 1.129vw;
  }
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    margin-bottom: 2.903vw;
  }
  .page-content p {
    margin-bottom: 1.935vw;
  }
  .page-content hr {
    margin-bottom: 1.935vw;
  }
  .page-content ul,
  .page-content ol {
    margin-bottom: 1.935vw;
  }
  .page-content ul li + li,
  .page-content ol li + li {
    margin-top: 1.452vw;
  }
  .newsletter-block {
    gap: 3.226vw;
    padding: 3.226vw;
    border-radius: 0.645vw;
    margin-bottom: 3.226vw;
  }
  .newsletter-block p {
    font-size: 1.129vw;
    line-height: 1.694vw;
  }
  .newsletter-block img {
    width: 12.903vw;
  }
  .newsletter-block .newsletter-form {
    margin-top: 0.968vw;
  }
  .single-blog-post {
    max-width: 51.613vw;
    padding-bottom: 6.452vw;
  }
  .single-blog-post .post .item-image-article {
    margin-bottom: 2.903vw;
  }
  .single-blog-post .post .item-image-article img {
    border-radius: 0.645vw;
  }
  .single-blog-post .post h1 {
    margin-bottom: 2.903vw;
  }
  .single-blog-post .post .post-info {
    margin-bottom: 5.161vw;
  }
  .single-blog-post .post .post-info .time-article {
    padding-bottom: 1.935vw;
    padding-top: 2.903vw;
  }
  .single-blog-post .post .post-info .social-share {
    gap: 0.968vw;
  }
  .single-blog-post .post .post-info .social-share h6 {
    font-size: 1.129vw;
  }
  .single-blog-post .post .post-info .social-share a {
    width: 1.935vw;
    height: 1.935vw;
  }
  .single-blog-post .post .post-info .social-share .list {
    gap: 0.645vw;
  }
  .single-blog-post .related-posts h2 {
    padding: 5.161vw 0;
  }
  .single-blog-post .related-posts .articles-container {
    gap: 2.903vw;
  }
  .single-blog-post .related-posts .post-item {
    padding-bottom: 2.903vw;
  }
  .single-blog-post .related-posts .browse-all {
    margin-top: 5.161vw;
  }
  .modal-new-content {
    max-width: 51.613vw;
  }
  .modal-new-content .newsletter-block {
    padding: 3.871vw 3.226vw;
  }
  .modal-new-content .newsletter-block img {
    width: 12.903vw;
  }
  .modal-new-content .newsletter-block .info-block {
    width: calc(100% - 12.903vw);
  }
  .modal-new-content .newsletter-block p {
    font-size: 1.29vw;
    margin-top: 0.806vw;
  }
  .close-new {
    right: 1.694vw;
    top: 1.774vw;
  }
  .wpcf7-not-valid-tip {
    font-size: 1.129vw;
    margin-top: 0.645vw;
  }
  .wpcf7 form .wpcf7-response-output {
    padding: 0.806vw;
    border-radius: 0.645vw;
  }
  .footer {
    padding: 8.065vw 0;
  }
  .footer .row-block {
    gap: 6.452vw;
  }
  .footer .row-menu {
    gap: 6.452vw;
  }
  .footer .logo svg {
    width: 16.774vw;
  }
  .footer .menu-section h3 {
    font-size: 0.968vw;
    line-height: 0.968vw;
    margin-bottom: 1.935vw;
  }
  .footer .menu-section ul {
    gap: 1.29vw;
  }
  .footer .menu-section ul li a {
    font-size: 1.129vw;
  }
  .footer .menu-section ul + h3 {
    margin-top: 3.226vw;
  }
  .footer .menu-section .tune-in {
    gap: 2.5vw;
  }
  .footer .menu-section .tune-in a.pixel-bold {
    font-size: 1.613vw;
  }
  .footer .menu-section .tune-in a.pixel-bold svg {
    width: 1.371vw;
    height: 1.29vw;
    left: -2.016vw;
    top: 52%;
  }
  .footer .newsletter {
    gap: 1.935vw;
  }
  .footer .newsletter p {
    font-size: 1.129vw;
    line-height: 1.694vw;
  }
  .footer .newsletter .social-links {
    gap: 0.968vw;
  }
  .footer .newsletter .social-links a svg {
    width: 1.935vw;
  }
  .footer .newsletter .social-links .email {
    font-size: 1.129vw;
    margin-left: 0.968vw;
  }
  .footer .copy {
    font-size: 0.968vw;
    padding-top: 1.935vw;
    margin-top: 6.452vw;
  }
}
@media (max-width: 768px) {
  .pixel-scroll {
    display: none;
  }
  .header,
  .header-mobile {
    padding: 5.33vw 0;
  }
  .header .logo a,
  .header-mobile .logo a {
    width: 19.2vw;
    height: 8.8vw;
  }
  .header .col-logo .row,
  .header-mobile .col-logo .row {
    gap: 5.33vw;
  }
  .header .col-logo .navbar-right,
  .header-mobile .col-logo .navbar-right {
    display: none;
  }
  .header .search-link,
  .header-mobile .search-link {
    display: none;
  }
  .header .burger-menu,
  .header-mobile .burger-menu {
    display: block;
    margin-left: 24px;
    border: 0;
    padding: 0;
    background: transparent;
  }
  .header-mobile {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: #ffffff;
    top: 0;
    left: 0;
    display: none;
  }
  .header-mobile .row-nav {
    align-items: center;
  }
  .header-mobile .close-menu {
    width: 6.4vw;
    height: 6.4vw;
    background: transparent;
    border: 0;
    margin-top: 1.33vw;
  }
  .header-mobile .close-menu svg {
    width: 100%;
    height: auto;
  }
  .header-mobile .navbar-right {
    display: flex;
    margin-top: 60px;
    flex-direction: column;
    gap: 32px;
  }
  .header-mobile .navbar-right a {
    font-size: 4.8vw;
    text-align: center;
    color: #000;
  }
  .author img,
  .author-avatar img {
    width: 17.07vw;
    height: 17.07vw;
  }
  .author div,
  .author-avatar div {
    padding-left: 4.27vw;
  }
  .author div span + span,
  .author-avatar div span + span {
    margin-top: 3.2vw;
  }
  .author span,
  .author-avatar span {
    font-size: 3.73vw;
  }
  .author {
    gap: 2.67vw;
  }
  .author-avatar span:first-child {
    font-size: 4.27vw;
  }
  .time-article {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .title-icon {
    gap: 2.67vw;
  }
  .title-icon svg {
    max-width: 6.4vw;
  }
  .post-item .item-left-article h6 {
    margin-bottom: 3.73vw;
  }
  .post-item .item-left-article .author {
    margin-bottom: 5.33vw;
  }
  .post-item .item-left-article .short-text {
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
  .post-item .item-left-article .time-article {
    margin-top: 7.47vw;
  }
  .post-item-image {
    flex-wrap: wrap;
  }
  .post-item-image .item-image-article {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .post-item-image .item-image-article img {
    width: 100%;
    height: auto;
  }
  .post-item-image .item-left-article {
    width: 100%;
    padding-left: 0;
  }
  .newsletter-form input[type="text"],
  .newsletter-form input[type="email"] {
    padding: 4.27vw 41.6vw 4.27vw 0;
    font-size: 4.27vw;
  }
  .newsletter-form button svg {
    margin-left: 2.13vw;
    width: 4.8vw;
  }
  .subscription-section {
    padding-top: 6vw;
    padding-bottom: 16vw;
  }
  .subscription-section .row {
    flex-direction: column-reverse;
  }
  .subscription-section .col:first-child {
    width: 100%;
    padding: 0;
  }
  .subscription-section .col:last-child {
    width: 100%;
    margin-bottom: 6.4vw;
  }
  .subscription-section .text-content h2 {
    margin-bottom: 4.27vw;
  }
  .subscription-section .text-content p {
    margin-bottom: 6.4vw;
  }
  .not-found-result {
    padding: 37.33vw 0;
    text-align: center;
    font-size: 5.6vw;
  }
  .podcast-section {
    padding: 16vw 0;
  }
  .podcast-section .podcast-header {
    margin-bottom: 10.67vw;
  }
  .podcast-section .podcast-content .col:first-child {
    width: 100%;
    margin-bottom: 10.67vw;
  }
  .podcast-section .podcast-content .col:last-child {
    width: 100%;
    padding-left: 0;
  }
  .podcast-section .podcast-content iframe {
    width: 100%;
    height: 46.2vw;
  }
  .podcast-section .podcast-content .podcast-description {
    padding: 8.53vw 6.4vw 10.13vw 6.4vw;
  }
  .podcast-section .podcast-content .podcast-platforms {
    margin-top: 7.47vw;
  }
  .podcast-section .podcast-content .podcast-platforms .logo {
    width: 42.67vw;
    margin: 0 auto;
  }
  .podcast-section .podcast-content .podcast-platforms .logo img {
    width: 100%;
  }
  .podcast-section .podcast-content .podcast-platforms .platforms {
    width: 100%;
    gap: 4.27vw;
    margin-top: 6.4vw;
    align-items: center;
  }
  .search-form-section input[type="text"] {
    font-size: 4.8vw;
    padding: 0 10.67vw 4.27vw 0;
  }
  .search-form-section button {
    right: 3.2vw;
    top: 3vw;
  }
  .search-form-section button svg {
    width: 4.8vw;
  }
  .featured-articles .title {
    margin-bottom: 12.8vw;
    justify-content: center;
  }
  .featured-articles .full-image {
    margin-bottom: 6.4vw;
  }
  .featured-articles article h3 {
    margin-bottom: 7.47vw;
  }
  .featured-articles article .short-text {
    margin-bottom: 8.53vw;
  }
  .featured-articles article .article-info .time-article {
    gap: 3.2vw;
  }
  .trending-articles {
    background: #F5F5F5;
    margin: 16vw -5.33vw 0 -5.33vw;
    padding: 10.67vw 5.33vw 16vw 5.33vw;
  }
  .trending-articles .title {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 12.8vw;
    font-size: 8vw;
    justify-content: center;
  }
  .trending-articles .trending-grid {
    gap: 9.6vw;
  }
  .trending-articles .trending-grid .post-item {
    padding-bottom: 9.6vw;
  }
  .browse-all {
    padding-top: 4vw;
    padding-bottom: 4.27vw;
    width: auto;
    max-width: 77.33vw;
  }
  .browse-all span {
    margin-right: 4.27vw;
  }
  .browse-all svg {
    width: 3.73vw;
  }
  .browse-all:hover svg {
    margin-left: 2.67vw;
  }
  .recently-added {
    margin-top: 16vw;
  }
  .recently-added .title {
    margin-bottom: 12.8vw;
    font-size: 8vw;
    align-items: center;
    justify-content: center;
  }
  .recently-added .articles-container {
    margin-bottom: 16vw;
    grid-template-columns: 1fr;
    gap: 9.6vw;
  }
  .recently-added .articles-container .post-item {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    padding-bottom: 9.6vw;
  }
  .home-articles {
    padding-top: 16vw;
    padding-bottom: 16vw;
  }
  .home-articles .search-form-section {
    margin-bottom: 16vw;
  }
  .home-articles .row-main .featured-articles {
    width: 100%;
  }
  .home-articles .row-main .trending-articles {
    width: max-content;
  }
  .team-section {
    padding-top: 10.67vw;
    padding-bottom: 10.67vw;
    margin: 0 -5.33vw;
  }
  .team-section .title {
    margin-bottom: 15.47vw;
    font-size: 9.6vw;
  }
  .team-section .team-container {
    gap: 16vw;
    max-width: 100%;
    grid-template-columns: 1fr;
  }
  .team-section .team-member {
    max-width: 100%;
    padding: 0 5.33vw;
  }
  .team-section .team-member img {
    width: 25.6vw;
    height: 25.6vw;
    margin-bottom: 5.33vw;
  }
  .team-section .team-member h5 {
    margin-bottom: 5.33vw;
  }
  .team-section .team-member p {
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
  .team-section .team-member .social-links {
    gap: 2.13vw;
    margin-top: 6.4vw;
  }
  .team-section .team-member .social-links a {
    width: 6.4vw;
    height: 6.4vw;
  }
  .team-section .contact-button {
    margin-top: 17.07vw;
  }
  .contact-us {
    padding: 0;
    background: transparent;
    margin-bottom: 16vw;
    margin-top: 10.67vw;
  }
  .contact-us .contact-form-container {
    width: 100%;
    background: transparent;
  }
  .contact-us form {
    gap: 10.67vw;
    padding: 0;
  }
  .contact-us form .form-row {
    gap: 10.67vw;
    grid-template-columns: 1fr;
  }
  .contact-us form label {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .contact-us form input[type="text"],
  .contact-us form input[type="email"],
  .contact-us form textarea,
  .contact-us form select {
    padding: 2.93vw 0;
    font-size: 4.27vw;
  }
  .contact-us form select {
    padding: 2.13vw 0;
    background-size: 3.73vw;
    line-height: 6.93vw;
  }
  .contact-us form textarea {
    height: 11.73vw;
  }
  .contact-us form button {
    width: auto;
    padding: 3.73vw 5.33vw;
  }
  .page-404 {
    padding: 21.33vw 0 21.33vw 0;
    margin-bottom: 5.33vw;
  }
  .page-404 .container-404 svg {
    width: 46.93vw;
  }
  .page-404 .container-404 h4 {
    margin-top: 10.67vw;
    margin-bottom: 6.4vw;
  }
  .page-404 .container-404 .buttons {
    margin-top: 10.67vw;
  }
  .page-text-content .page-content {
    padding: 10.67vw 0;
    max-width: 100%;
  }
  .articles-section {
    padding-bottom: 16vw;
  }
  .articles-section .search-form-section {
    margin-bottom: 10.67vw;
    margin-top: 5.33vw;
  }
  .filters + .filters {
    margin-top: 6.4vw;
  }
  .filters h6 {
    margin-bottom: 5.33vw;
    padding-bottom: 2.67vw;
    font-size: 5.33vw;
    background: url(./images/arrow-down.svg) no-repeat right top 2.13vw;
    background-size: 4.8vw;
  }
  .filters .radio-group {
    gap: 3.2vw;
    display: none;
  }
  .filters .radio-group a {
    padding-left: 8vw;
    font-size: 4.27vw;
  }
  .filters .radio-group a:before {
    width: 3.73vw;
    height: 3.73vw;
  }
  .filters .radio-group a:after {
    width: 2.13vw;
    height: 2.13vw;
    left: 1.33vw;
  }
  .article-sort {
    gap: 3.2vw;
    margin-bottom: 10.67vw;
    flex-wrap: wrap;
  }
  .article-sort a {
    gap: 2.67vw;
    padding: 1.6vw 3.2vw;
    border-radius: 106.67vw;
    font-size: 3.2vw;
  }
  .article-sort a svg {
    width: 4vw;
  }
  .article-sort div {
    font-size: 3.2vw;
    line-height: 3.2vw;
  }
  .articles-list .title {
    margin-bottom: 10.67vw;
  }
  .articles-list .list {
    gap: 36px;
  }
  .articles-list .post-item {
    padding-bottom: 9.6vw;
  }
  .all-articles .title {
    padding-top: 1.6vw;
    margin-bottom: 9.6vw;
    padding-bottom: 1.07vw;
  }
  .all-articles .articles-row {
    grid-template-columns: 1fr;
    gap: 6.4vw;
  }
  .all-articles .articles-filter {
    width: 100%;
  }
  .all-articles .load-more {
    margin-top: 10.67vw;
  }
  .all-articles .load-more button {
    font-size: 3.73vw;
    line-height: 3.73vw;
  }
  .all-articles .load-more button span {
    margin-bottom: 2.13vw;
  }
  .all-articles .load-more button svg {
    width: 3.73vw;
  }
  .breadcrumbs {
    margin-top: 10.67vw;
    margin-bottom: 17.07vw;
    padding: 0 5.33vw;
  }
  .breadcrumbs ul {
    gap: 1.67vw;
  }
  .breadcrumbs li {
    line-height: 3.73vw;
  }
  .breadcrumbs a,
  .breadcrumbs span {
    font-size: 3.73vw;
    line-height: 3.73vw;
  }
  .breadcrumbs svg {
    width: 3.2vw;
  }
  .page-content h1,
  .page-content h2,
  .page-content h3,
  .page-content h4,
  .page-content h5,
  .page-content h6 {
    margin-bottom: 9.6vw;
  }
  .page-content p {
    margin-bottom: 6.4vw;
  }
  .page-content hr {
    margin-bottom: 6.4vw;
  }
  .page-content ul,
  .page-content ol {
    margin-bottom: 6.4vw;
  }
  .page-content ul li + li,
  .page-content ol li + li {
    margin-top: 4.8vw;
  }
  .page-content ol {
    list-style-position: inside;
  }
  .newsletter-block {
    gap: 10.67vw;
    padding: 5.33vw;
    border-radius: 2.13vw;
    margin-bottom: 10.67vw;
  }
  .newsletter-block img {
    width: 100%;
  }
  .newsletter-block p {
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
  .newsletter-block .newsletter-form {
    margin-top: 3.2vw;
  }
  .single-blog-post {
    max-width: 100%;
    padding-left: 5.33vw;
    padding-right: 5.33vw;
    padding-bottom: 16vw;
  }
  .single-blog-post .post .item-image-article {
    margin-bottom: 9.6vw;
  }
  .single-blog-post .post .item-image-article img {
    border-radius: 2.13vw;
  }
  .single-blog-post .post h1 {
    margin-bottom: 9.6vw;
  }
  .single-blog-post .post .post-info {
    margin-bottom: 6.4vw;
  }
  .single-blog-post .post .post-info .post-info-block {
    display: block;
  }
  .single-blog-post .post .post-info .time-article {
    padding-bottom: 6.4vw;
    padding-top: 9.6vw;
  }
  .single-blog-post .post .post-info .social-share {
    gap: 3.2vw;
    width: 100%;
    margin-top: 5.33vw;
  }
  .single-blog-post .post .post-info .social-share h6 {
    font-size: 3.73vw;
  }
  .single-blog-post .post .post-info .social-share a {
    width: 6.4vw;
    height: 6.4vw;
  }
  .single-blog-post .post .post-info .social-share .list {
    gap: 2.13vw;
  }
  .single-blog-post .newsletter-block {
    padding: 10.67vw 5.33vw;
  }
  .single-blog-post .newsletter-block img {
    display: none;
  }
  .single-blog-post .related-posts h2 {
    padding: 17.07vw 0;
  }
  .single-blog-post .related-posts .articles-container {
    gap: 9.6vw;
  }
  .single-blog-post .related-posts .post-item {
    padding-bottom: 9.6vw;
  }
  .single-blog-post .related-posts .browse-all {
    margin-top: 17.07vw;
  }
  .modal-new-content {
    max-width: 100%;
    width: 90%;
  }
  .modal-new-content .newsletter-block {
    padding: 12.8vw 5.33vw 10.67vw 5.33vw;
    flex-direction: column;
  }
  .modal-new-content .newsletter-block img {
    width: 100%;
  }
  .modal-new-content .newsletter-block .info-block {
    width: 100%;
  }
  .modal-new-content .newsletter-block p {
    font-size: 4.27vw;
    margin-top: 2.67vw;
  }
  .close-new {
    right: 3.2vw;
    top: 3.2vw;
    width: 6.4vw;
    height: 6.4vw;
  }
  .wpcf7-not-valid-tip {
    font-size: 3.73vw;
    margin-top: 2.13vw;
  }
  .wpcf7 form .wpcf7-response-output {
    padding: 2.67vw;
    border-radius: 2.13vw;
  }
  .terms-conditions {
    font-size: 3.73vw;
    line-height: normal;
  }
  .terms-conditions h4 {
    font-size: 4.27vw;
    line-height: normal;
    margin-bottom: 0;
  }
  .footer {
    padding: 5.33vw 0 5.33vw 0;
    background-size: 16vw;
  }
  .footer .row-block {
    gap: 16vw;
    flex-direction: column;
  }
  .footer .row-menu {
    gap: 21.33vw;
  }
  .footer .logo svg {
    display: inline-block;
    width: 18.67vw;
  }
  .footer .menu-section h3 {
    font-size: 3.2vw;
    line-height: 3.2vw;
    margin-bottom: 6.4vw;
  }
  .footer .menu-section ul {
    gap: 4.27vw;
  }
  .footer .menu-section ul li a {
    font-size: 3.73vw;
  }
  .footer .menu-section ul + h3 {
    margin-top: 10.67vw;
  }
  .footer .menu-section .tune-in {
    gap: 8.27vw;
  }
  .footer .menu-section .tune-in a.pixel-bold {
    font-size: 5.33vw;
  }
  .footer .menu-section .tune-in a.pixel-bold svg {
    width: 4.53vw;
    height: 4.27vw;
    left: -6.67vw;
    top: 52%;
  }
  .footer .newsletter {
    gap: 6.4vw;
    width: 100%;
  }
  .footer .newsletter p {
    font-size: 3.73vw;
    line-height: 5.6vw;
  }
  .footer .newsletter .social-links {
    gap: 3.2vw;
    margin-top: 10.67vw;
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer .newsletter .social-links a svg {
    width: 6.4vw;
  }
  .footer .newsletter .social-links .email {
    width: 100%;
    font-size: 3.73vw;
    margin-left: 0;
    margin-top: 2.13vw;
    text-align: center;
  }
  .footer .copy {
    font-size: 3.2vw;
    padding-top: 0;
    margin-top: 10.67vw;
    border: 0;
    flex-direction: column;
    align-items: center;
  }
}
