@keyframes animation-slowly-up-down{0%{transform:translateY(0)}to{transform:translateY(30px)}}.animation-slowly-up-down-class{position:relative;animation-name:animation-slowly-up-down;animation-duration:3s;animation-iteration-count:infinite;animation-direction:alternate}@keyframes pulse-border{0%{transform:translate(-50%) translateY(-50%) translateZ(0) scale(1);opacity:1}to{transform:translate(-50%) translateY(-50%) translateZ(0) scale(1.5);opacity:0}}.pulse-border-class{position:relative;animation-name:pulse-border;animation-duration:1.5s;animation-iteration-count:infinite;animation-direction:alternate}@keyframes spin-cycle{0%{transform:rotate(0)}to{transform:rotate(-1000deg)}}.spin-endless{position:relative;animation-name:spin-cycle;animation-duration:90s;animation-iteration-count:infinite;animation-direction:alternate;animation-timing-function:cubic-bezier(.59,.59,1,1)}.shine-image{position:relative;overflow:hidden}.shine-image:after{content:"";position:absolute;width:200%;height:0%;left:50%;top:50%;background-color:#ffffff4d;transform:translate(-50%,-50%) rotate(-45deg);z-index:1}.shine-image:hover:after{height:250%;transition:all .6s linear;background-color:transparent}@keyframes animation-bloom{0%{transform:scale(1)}to{transform:scale(1.1)}}.breathing{position:relative;animation-name:animation-bloom;animation-duration:1.5s;animation-iteration-count:infinite;animation-direction:alternate;transition:all .4s ease-in-out}.underline-char{position:relative;display:inline-block;overflow:hidden}.underline-bar{position:absolute;bottom:0;left:0;height:2px;width:0;background-color:currentColor}@keyframes fade-in-down{0%{transform:translate3d(0,-50px,0)}to{opacity:1;transform:none}}.blog-article{padding:0 3em}@media (max-width: 767px),only screen and (min-width: 768px) and (max-width: 991px){.blog-article{padding:0}}.blog-article h1{font-size:2em;font-family:var(--koc-font-family-heading);font-weight:700}@media (max-width: 767px),only screen and (min-width: 768px) and (max-width: 991px){.blog-article h1{line-height:1.1em}}.blog-article .published-at{text-align:right;color:var(--koc-base-text);font-family:var(--koc-font-family-accent);font-size:14px;font-style:normal;font-weight:700;display:inline-block;transition:all .4s;margin:5px 10px 5px 0;letter-spacing:-.1em;width:100%}.blog-article .published-at img{height:16px;width:16px;-o-object-fit:contain;object-fit:contain;display:inline-block;margin:-5px 6px 0 0}.blog-article .tags{margin-top:1.5em}.blog-article .tag{display:inline-block;padding:.1em .95em .13em;font-size:12px;font-family:var(--koc-font-family-heading);font-weight:600;border-radius:999px;background:#fff4d1;color:#3d3202;border:1px solid #FFE9A5;box-shadow:none;transition:background .2s,color .2s;letter-spacing:.02em;line-height:1.1;margin-bottom:0;list-style:none}.blog-article .tag:hover{background:#ffeda8;color:#71091b;cursor:pointer}
