@-webkit-keyframes show-in{0%{transform:scale(.5) translate(-50%,-50%);opacity:0}50%{opacity:.5}80%{opacity:1}to{transform:scale(1)}}@keyframes show-in{0%{transform:scale(.5) translate(-50%,-50%);opacity:0}50%{opacity:.5}80%{opacity:1}to{transform:scale(1)}}@-webkit-keyframes slideInLeftX{0%{width:0}to{width:32px}}@keyframes slideInLeftX{0%{width:0}to{width:32px}}@-webkit-keyframes slideInLeftY{0%{height:0}to{height:32px}}@keyframes slideInLeftY{0%{height:0}to{height:32px}}.content{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:20px;padding:20px 0;line-height:1.5;width:100%}.content small{align-self:flex-start}.content a{word-break:break-word}.content__section{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:15px}.content__section--center{align-items:center;margin:auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.content__section--center iframe{width:100%}.content__img{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;margin:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content}.content__img img{width:100%;height:100%}.content__cell{align-self:center}@media screen and (min-width:768px){.content__section--center{width:100%}.content__section--center iframe{max-width:700px}}