:root {
  --background: #FFFBF5;
  --text: #000000;
  --padding: clamp(1rem, 5.5vw, 8rem);
  --padding-top: calc(var(--padding) * 0.75);
}

@media (max-width: 1024px) {
  :root {
    --padding-top: 3rem;
  }
}

body main .resources_top {
  margin-top: 24px;
  position: relative;
  background-color: #fffbf5;
  z-index: 10;
}

body main .resources_top h1 {
  font-size: clamp(2.875rem, 2.1165rem + 3.2362vw, 6rem);
}

@media (max-width: 678px) {
  body main .resources_top h1 {
    margin-top: 20px;
    font-size: 36px;
    margin-bottom: 12px;
  }
}

body main .resources_wrap {
  display: flex;
  align-items: stretch;
  border-top: 3px solid #000000;
}

@media (max-width: 768px) {
  body main .resources_wrap {
    flex-wrap: wrap;
  }
}

body main .resources_wrap .resources_wrap__taxes {
  flex: 1 410px;
  padding-bottom: 90px;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes {
    padding-bottom: 70px;
  }
}

@media (max-width: 1090px) {
  body main .resources_wrap .resources_wrap__taxes {
    flex: 1 300px;
  }
}

@media (max-width: 900px) {
  body main .resources_wrap .resources_wrap__taxes {
    flex: 1 250px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper {
  position: relative;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper:has(> .mobile_content.open) .mobile_icon span:nth-child(2) {
  transform: rotate(0deg);
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item {
  position: relative;
  padding: 51px 10px 8px 0px;
  font-size: clamp(1.75rem, 1.4419rem + 1.3146vw, 2.625rem);
  font-weight: 500;
  line-height: 1;
  transition: all 0.3s ease;
  cursor: pointer;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item {
    padding: 30px 10px 10px 0px;
    font-size: 28px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item .mobile_icon {
  display: none;
  position: absolute;
  width: 30px;
  height: 30px;
  top: 50%;
  transform: translate(0, -50%);
  right: 0;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item .mobile_icon {
    display: block;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item .mobile_icon span {
  width: 24px;
  height: 1.5px;
  background: #000000;
  top: 20px;
  left: 0;
  position: absolute;
  transition: all 0.3s ease;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item .mobile_icon span:nth-child(2) {
  transform: rotate(90deg);
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content {
    display: block;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .mobile_content__item__wrapper {
  padding: 30px 0px 0px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card {
  flex: 1 360px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 380px;
  overflow: hidden;
  margin-bottom: 30px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__image {
  position: relative;
  max-width: 101px;
  max-height: 139px;
  min-width: 101px;
  min-height: auto;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__image .abs_pos {
  position: absolute;
  width: 100%;
  height: 100%;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.magazines-card, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.books-card {
  overflow: hidden;
  align-items: stretch;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.magazines-card .post_card__image, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.books-card .post_card__image {
  max-width: 101px;
  max-height: 120px;
  min-width: 101px;
  min-height: 120px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.magazines-card .post_card__image img, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.books-card .post_card__image img {
  height: 120px;
  width: 101px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.books-card .post_card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.podcasts-card {
  overflow: hidden;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.podcasts-card .post_card__image {
  max-width: 101px;
  max-height: 101px;
  min-width: 101px;
  min-height: 101px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.podcasts-card .post_card__image img {
  height: 101px;
  width: 101px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.podcasts-card .post_card__content .author {
  font-size: 14px;
  line-height: 1;
  line-height: 1;
  display: block;
  margin-top: 6px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.blogs-card {
  overflow: hidden;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.blogs-card .post_card__image {
  max-width: 101px;
  max-height: 58px;
  min-width: 101px;
  min-height: 58px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.blogs-card .post_card__image img {
  width: 101px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card {
  position: relative;
  max-width: 100%;
  width: 100%;
  flex: 1 100%;
  display: grid;
  grid-template-columns: 110px 1fr;
  grid-template-areas: "image country" "image content" "image notes";
  gap: 0px 15px;
  align-items: start;
  padding-bottom: 28px;
  margin-bottom: 30px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__country {
  flex: 1 100px;
  grid-area: country;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__country a {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 10px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__image {
  grid-area: image;
  flex: 1 144px;
  max-width: 101px;
  max-height: 58px;
  min-width: 101px;
  min-height: 58px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__image img {
  width: 101px;
  height: 58px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__content {
  flex: 1 270px;
  grid-area: content;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__content .link {
  position: absolute;
  bottom: 0px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card.awards-card .post_card__notes {
  flex: 1 240px;
  font-size: 14px;
  grid-area: notes;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__content h3 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 6px;
}

@media (max-width: 678px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__content h3 a {
    font-size: 16px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__content .country {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__content .link {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 12px;
}

@media (max-width: 678px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__content .link {
    font-size: 14px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .post_card .post_card__content .link.no_decor {
  text-decoration: none;
  font-size: 14px;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item ~ .mobile_content .resources-load-more {
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #000;
  padding: 8px 20px;
  border-radius: 8px;
  text-align: center;
  margin: 0px auto 18px;
  width: 100%;
  cursor: pointer;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item:before {
  background: #000000;
  position: absolute;
  width: calc(100% + 26px);
  height: calc(100% + 3px);
  left: -26px;
  content: "";
  top: -3px;
  z-index: -1;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item:hover, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item.active {
  color: #FFFBF5;
  transition: all 0.3s ease;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item:hover, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item.active {
    color: #111111;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item:hover:before, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item.active:before {
  visibility: visible;
  opacity: 1;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item:hover:before, body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item.active:before {
    visibility: hidden;
    opacity: 0;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item > span {
  top: 56px;
  position: absolute;
  font-size: 18px;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper .item > span {
    top: 23px;
    margin-left: 10px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper:after {
  position: absolute;
  content: "";
  width: 100%;
  bottom: 0px;
  height: 3px;
  background: #000;
  left: 0;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_items .item_wrapper:after {
    height: 1px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_share {
  margin: 66px 0px 0px;
  border-bottom: 3px solid;
  padding-bottom: 30px;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_share {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin: 40px 0px 0px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_share p {
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_share p {
    font-size: 18px;
    line-height: 24px;
  }
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_share a {
  background: #111111;
  color: #FFFBF5;
  margin-top: 30px;
  padding: 8px 20px;
  border-radius: 8px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
}

body main .resources_wrap .resources_wrap__taxes .resources_wrap__taxes_share a span {
  position: relative;
  font-weight: 500;
}

body main .resources_wrap .resources_wrap__posts {
  flex: 1 calc(100% - 410px);
  border-left: 3px solid #000000;
  padding: 0px 0px 0px 60px;
  position: relative;
  overflow: scroll;
}

@media (max-width: 1090px) {
  body main .resources_wrap .resources_wrap__posts {
    padding: 50px 0px 50px 30px;
  }
}

@media (max-width: 900px) {
  body main .resources_wrap .resources_wrap__posts {
    flex: 1 calc(100% - 250px);
    padding: 30px 0px 30px 40px;
  }
}

@media (max-width: 768px) {
  body main .resources_wrap .resources_wrap__posts {
    display: none;
  }
}

body main .resources_wrap .resources_wrap__posts::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content {
  display: none;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
  position: absolute;
  width: 100%;
  overflow: scroll;
  max-width: 768px;
  max-height: 90%;
  scrollbar-width: none;
  padding: 50px 0px 50px 0px;
}

@media (max-width: 900px) {
  body main .resources_wrap .resources_wrap__posts .resources_tab_content {
    padding: 30px 0px 30px 0px;
  }
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content.fade-in {
  opacity: 1;
  visibility: visible;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content.active {
  display: block;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 50px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card {
  flex: 1 360px;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  max-width: 380px;
  overflow: hidden;
}

@media (max-width: 1260px) {
  body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card {
    flex: 1 320px;
    max-width: 320px;
  }
}

@media (max-width: 1260px) {
  body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card {
    flex: 1 250px;
  }
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__image {
  position: relative;
  max-width: 139px;
  max-height: 139px;
  min-width: 139px;
  min-height: 139px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__image .abs_pos {
  position: absolute;
  width: 100%;
  height: 100%;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: top;
     object-position: top;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.magazines-card, body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.books-card {
  overflow: hidden;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.magazines-card .post_card__image, body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.books-card .post_card__image {
  max-width: 108px;
  max-height: 128px;
  min-width: 108px;
  min-height: 128px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.magazines-card .post_card__image img, body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.books-card .post_card__image img {
  height: 128px;
  width: 108px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.books-card .post_card__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.podcasts-card {
  overflow: hidden;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.podcasts-card .post_card__image {
  max-width: 144px;
  max-height: 144px;
  min-width: 144px;
  min-height: 144px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.podcasts-card .post_card__image img {
  height: 144px;
  width: 144px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.podcasts-card .post_card__content .author {
  font-size: 14px;
  line-height: 1;
  line-height: 1;
  display: block;
  margin-top: 6px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.blogs-card {
  overflow: hidden;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.blogs-card .post_card__image {
  max-width: 144px;
  max-height: 82px;
  min-width: 144px;
  min-height: 82px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.blogs-card .post_card__image img {
  width: 144px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card {
  max-width: 100%;
  width: 100%;
  flex: 1 100%;
}

@media (max-width: 991px) {
  body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card {
    flex-wrap: wrap;
  }
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card .post_card__country {
  flex: 1 100px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card .post_card__country a {
  font-weight: 500;
  font-size: 16px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card .post_card__image {
  flex: 1 144px;
  max-width: 144px;
  max-height: 82px;
  min-width: 144px;
  min-height: 82px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card .post_card__image img {
  width: 144px;
  height: 82px;
  -o-object-fit: cover;
     object-fit: cover;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card .post_card__content {
  flex: 1 270px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card.awards-card .post_card__notes {
  flex: 1 240px;
  font-size: 14px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__content h3 a {
  display: block;
  font-weight: 500;
  font-size: 18px;
  margin-bottom: 6px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__content .country {
  font-size: 14px;
  display: block;
  margin-bottom: 12px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__content .link {
  display: block;
  text-decoration: underline;
  font-size: 16px;
  margin-top: 12px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources_tab_content__wrapper .post_card .post_card__content .link.no_decor {
  text-decoration: none;
  font-size: 14px;
}

body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources-load-more {
  font-size: 18px;
  font-weight: 500;
  background: transparent;
  border: 1px solid #000;
  padding: 8px 20px;
  border-radius: 8px;
  text-align: center;
  margin: 30px auto 0;
  width: 100%;
  cursor: pointer;
}

@media (min-width: 769px) {
  body main .resources_wrap .resources_wrap__posts .resources_tab_content .resources-load-more {
    height: 0px;
    opacity: 0;
  }
}

.resources_list__loader {
  position: relative;
  display: block;
  text-align: center;
  margin: 0px;
  opacity: 0;
  transition: opacity 0.25s ease;
  pointer-events: none;
}

.resources_list__loader svg {
  -webkit-animation: rotation 1s linear infinite;
          animation: rotation 1s linear infinite;
}

.resources_list__loader.is-visible {
  opacity: 1;
  margin: 50px 0px 0px;
}

@-webkit-keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

@keyframes rotation {
  0% {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
