@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes move-in-right {
  0%, 100% {
    transform: scale(1) translate(0, 0);
  }
  50% {
    transform: scale(0.7) translate(30%, 30%);
  }
}
@keyframes move-in-up-left {
  0%, 100% {
    transform: scale(0.6) translate(0, 0);
  }
  50% {
    transform: scale(0.4) translate(-30%, -30%);
  }
}
@keyframes move-in-up-right {
  0%, 100% {
    transform: scale(0.8) translate(0, 0);
  }
  50% {
    transform: scale(0.5) translate(30%, -30%);
  }
}
@keyframes circle-rotate {
  0% {
    transform: rotate(0deg);
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      transform: rotate(0deg) scale(0.5);
    }
  }
  10%, 35% {
    transform: rotate(120deg);
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      transform: rotate(120deg) scale(0.5);
    }
  }
  45%, 70% {
    transform: rotate(240deg);
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      transform: rotate(240deg) scale(0.5);
    }
  }
  80%, 100% {
    transform: rotate(360deg);
    @media only screen and (min-width: 768px) and (max-width: 1024px) {
      transform: rotate(360deg) scale(0.5);
    }
  }
}
@keyframes circle-rotate-tab {
  0% {
    transform: rotate(0deg) scale(0.8);
  }
  10%, 35% {
    transform: rotate(120deg) scale(0.8);
  }
  45%, 70% {
    transform: rotate(240deg) scale(0.8);
  }
  80%, 100% {
    transform: rotate(360deg) scale(0.8);
  }
}
@keyframes img-rotate1 {
  0% {
    transform: rotate(0deg) scale(0.7);
  }
  10%, 15% {
    transform: rotate(-120deg) scale(1.2);
  }
  15%, 20% {
    transform: rotate(-120deg) scale(1.4);
  }
  20%, 25% {
    transform: rotate(-120deg) scale(1.2);
  }
  25%, 30% {
    transform: rotate(-120deg) scale(1.4);
  }
  30%, 35% {
    transform: rotate(-120deg) scale(1.2);
  }
  45%, 70% {
    transform: rotate(-240deg) scale(0.9);
  }
  80%, 100% {
    transform: rotate(-360deg) scale(0.7);
  }
}
@keyframes img-rotate2 {
  0% {
    transform: rotate(0deg) scale(0.9);
  }
  10%, 35% {
    transform: rotate(-120deg) scale(0.7);
  }
  45%, 50% {
    transform: rotate(-240deg) scale(1.2);
  }
  50%, 55% {
    transform: rotate(-240deg) scale(1.4);
  }
  55%, 60% {
    transform: rotate(-240deg) scale(1.2);
  }
  60%, 65% {
    transform: rotate(-240deg) scale(1.4);
  }
  65%, 70% {
    transform: rotate(-240deg) scale(1.2);
  }
  80%, 100% {
    transform: rotate(-360deg) scale(0.9);
  }
}
@keyframes img-rotate3 {
  0% {
    transform: rotate(0deg) scale(1.2);
  }
  10%, 35% {
    transform: rotate(-120deg) scale(0.9);
  }
  45%, 70% {
    transform: rotate(-240deg) scale(0.7);
  }
  80%, 84% {
    transform: rotate(-360deg) scale(1.2);
  }
  84%, 88% {
    transform: rotate(-360deg) scale(1.4);
  }
  88%, 92% {
    transform: rotate(-360deg) scale(1.2);
  }
  92%, 96% {
    transform: rotate(-360deg) scale(1.4);
  }
  96%, 100% {
    transform: rotate(-360deg) scale(1.2);
  }
}
@keyframes circleThis {
  0% {
    transform: translate(30%, 30%) rotate(0deg);
  }
  10% {
    transform: translate(10%, -50%) rotate(36deg);
  }
  20% {
    transform: translate(30%, -100%) rotate(72deg);
  }
  30% {
    transform: translate(-10%, -85%) rotate(85deg);
  }
  40% {
    transform: translate(-50%, -70%) rotate(108deg);
  }
  50% {
    transform: translate(-95%, -115%) rotate(144deg);
  }
  60% {
    transform: translate(-140%, -60%) rotate(180deg);
  }
  70% {
    transform: translate(-90%, 40%) rotate(216deg);
  }
  80% {
    transform: translate(-50%, 0%) rotate(252deg);
  }
  90% {
    transform: translate(0%, 50%) rotate(295deg);
  }
  100% {
    transform: translate(30%, 30%) rotate(360deg);
  }
}
@keyframes fullCircleThis {
  0% {
    transform: translate(2vw, 30%) rotate(0deg);
  }
  10% {
    transform: translate(0vw, -50%) rotate(36deg);
  }
  20% {
    transform: translate(-20vw, -100%) rotate(72deg);
  }
  30% {
    transform: translate(-40vw, -85%) rotate(85deg);
  }
  40% {
    transform: translate(-60vw, -70%) rotate(108deg);
  }
  50% {
    transform: translate(-80vw, -115%) rotate(144deg);
  }
  60% {
    transform: translate(-100vw, -60%) rotate(180deg);
  }
  70% {
    transform: translate(-85vw, 40%) rotate(216deg);
  }
  80% {
    transform: translate(-55vw, 0%) rotate(252deg);
  }
  90% {
    transform: translate(-20vw, 50%) rotate(295deg);
  }
  100% {
    transform: translate(2vw, 30%) rotate(360deg);
  }
}
@keyframes fullCircleThisDelayed {
  0% {
    transform: translate(-2vw, -30%) rotate(0deg);
  }
  10% {
    transform: translate(0vw, 50%) rotate(36deg);
  }
  20% {
    transform: translate(20vw, 100%) rotate(72deg);
  }
  30% {
    transform: translate(40vw, 85%) rotate(85deg);
  }
  40% {
    transform: translate(60vw, 70%) rotate(108deg);
  }
  50% {
    transform: translate(80vw, 115%) rotate(144deg);
  }
  60% {
    transform: translate(100vw, 60%) rotate(180deg);
  }
  70% {
    transform: translate(85vw, -40%) rotate(216deg);
  }
  80% {
    transform: translate(55vw, 0%) rotate(252deg);
  }
  90% {
    transform: translate(20vw, -50%) rotate(295deg);
  }
  100% {
    transform: translate(-2vw, -30%) rotate(360deg);
  }
}
@keyframes moveDown {
  0%, 100% {
    left: -63px;
  }
  50% {
    left: -73px;
  }
}
.archive.ds-archive {
  background-color: #ffffff;
}
.archive.ds-archive .archive-blog {
  padding: clamp(2rem, 5vw, 4rem) 0;
}
.archive.ds-archive .archive-blog h1 {
  text-align: center;
  font-size: clamp(2rem, 5vw, 3.5rem);
  color: #333333;
  font-weight: 300;
  margin-bottom: clamp(2rem, 4vw, 3rem);
}
.archive.ds-archive .ds-tabs-container {
  width: 100%;
}
.archive.ds-archive .ds-tab-links {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  margin-bottom: 2rem;
  border-bottom: 2px solid rgba(160, 142, 95, 0.2);
  flex-wrap: wrap;
}
.archive.ds-archive .ds-tab-links .ds-tab-button {
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  padding: 0.8rem 1.5rem;
  font-size: 1.1rem;
  font-weight: 600;
  color: rgba(51, 51, 51, 0.6);
  cursor: pointer;
  transition: all 0.3s ease;
  margin-bottom: -2px;
}
.archive.ds-archive .ds-tab-links .ds-tab-button:hover {
  color: #a08e5f;
}
.archive.ds-archive .ds-tab-links .ds-tab-button.active {
  color: #a08e5f;
  border-bottom-color: #a08e5f;
}
.archive.ds-archive .ds-tab-content {
  display: none;
  animation: fadeEffect 0.5s;
}
.archive.ds-archive .ds-tab-content.active {
  display: block;
}
.archive.ds-archive .ds-sessions {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.archive.ds-archive .ds-accordion {
  background: #ffffff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(160, 142, 95, 0.1);
  border: 1px solid rgba(160, 142, 95, 0.1);
  transition: transform 0.3s ease;
}
.archive.ds-archive .ds-accordion[open] .ds-arrow {
  transform: rotate(180deg);
}
.archive.ds-archive .ds-accordion .ds-summary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  font-size: 1.15rem;
  font-weight: 600;
  color: #333333;
  cursor: pointer;
  background: rgba(160, 142, 95, 0.02);
  list-style: none;
}
.archive.ds-archive .ds-accordion .ds-summary::-webkit-details-marker {
  display: none;
}
.archive.ds-archive .ds-accordion .ds-summary:hover {
  color: #a08e5f;
}
.archive.ds-archive .ds-accordion .ds-summary .ds-arrow {
  width: 24px;
  height: 24px;
  background-color: currentColor;
  mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTZMNCA4SDIwTDEyIDE2WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+");
  -webkit-mask-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIHZpZXdCb3g9IjAgMCAyNCAyNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNMTIgMTZMNCA4SDIwTDEyIDE2WiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+");
  mask-size: contain;
  -webkit-mask-size: contain;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  transition: transform 0.3s ease;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .archive.ds-archive .ds-accordion .ds-summary .ds-arrow {
    width: 12px;
    height: 12px;
  }
}
.archive.ds-archive .ds-accordion .ds-accordion-content {
  padding: 1.5rem;
  border-top: 1px solid rgba(160, 142, 95, 0.1);
}
.archive.ds-archive .ds-accordion .ds-accordion-content h3 {
  font-size: 1.1rem;
  color: #a08e5f;
  margin-bottom: 1rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-invitation .btnmore {
  font-size: 1.1rem;
  padding: 0.5rem 1.25rem;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-invitation {
  margin-bottom: 15px;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .btnmore {
  display: inline-flex;
  align-items: center;
  padding: 0.3rem 1rem;
  background: #a08e5f;
  color: #ffffff;
  text-decoration: none;
  border-radius: 4px;
  font-size: 0.8rem;
  font-weight: 500;
  line-height: 1.2;
  margin-left: 0 !important;
  transition: all 0.3s ease;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .btnmore::before {
  display: none !important;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .btnmore.outline {
  background: transparent;
  color: #a08e5f;
  border: 1px solid #a08e5f;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .btnmore.outline:hover {
  background: #a08e5f;
  color: #ffffff;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .btnmore:hover:not(.outline) {
  background: rgb(144, 127.8, 85.5);
  box-shadow: 0 4px 8px rgba(160, 142, 95, 0.2);
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table {
  border: 1px solid rgba(160, 142, 95, 0.2);
  border-radius: 8px;
  overflow: hidden;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-header {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  background: rgba(160, 142, 95, 0.05);
  padding: 0.5rem 1rem;
  font-weight: 700;
  color: #333333;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-header > div {
  font-size: clamp(0.7rem, 1.6vw, 0.9rem);
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-row {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-row > div {
  line-height: 1.2;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-row {
  padding: 0.5rem 1rem;
  border-top: 1px solid rgba(160, 142, 95, 0.1);
  align-items: center;
}
.archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-row .empty-dash {
  opacity: 0.5;
  padding-left: 1rem;
}
@media (max-width: 768px) {
  .archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-header {
    display: none;
  }
  .archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-row {
    grid-template-columns: 1fr;
    gap: 0.5rem;
    padding: 1.25rem 1rem;
  }
  .archive.ds-archive .ds-accordion .ds-accordion-content .ds-decisions-table .ds-decisions-row > div:first-child {
    font-weight: 700;
    color: #a08e5f;
  }
}
.archive.ds-archive .ds-accordion .ds-accordion-content .no-decisions {
  padding: 0.5rem 1rem;
  border: 1px dashed rgba(160, 142, 95, 0.3);
  border-radius: 8px;
  color: rgba(51, 51, 51, 0.7);
}
.archive.ds-archive .no-posts-found {
  text-align: center;
  padding: 3rem;
  color: #a08e5f;
  font-size: 1.2rem;
  background: rgba(160, 142, 95, 0.05);
  border-radius: 8px;
  margin: 2rem 0;
}

@keyframes fadeEffect {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}