@charset "UTF-8";:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{max-width:1280px;margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media (hover: hover){a:hover{background-color:#00bd7e33}}@media (min-width: 1024px){body{display:flex;place-items:center}}.main-app-content{display:flex;width:100%}.footer{text-align:center;background-color:#000;padding:20px;color:#fff;position:fixed;width:100%;bottom:0;left:0}a{color:#fff}[data-v-0b3fc86d]{margin:0;padding:0;width:100%}#gymbro[data-v-0b3fc86d]{width:100%}.app-container[data-v-0b3fc86d]{display:flex;flex-direction:column;justify-content:center;align-items:center;height:100vh;text-align:center;width:100%}.app-header[data-v-0b3fc86d]{background-color:#000;padding:20px;color:#fff;position:fixed;top:0;left:0}.main-content[data-v-0b3fc86d]{position:absolute;top:50%;left:0;text-align:center}.scroll-section[data-v-0b3fc86d]{flex:0 0 100%;width:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:200vh;padding:100px 0;transition:opacity 1s ease-in-out}.content-container.visible[data-v-0b3fc86d]{opacity:1;transition:opacity 1s ease-in-out}.content-container[data-v-0b3fc86d]{display:flex;justify-content:space-between;width:100%;opacity:0;align-items:center}.left-list[data-v-0b3fc86d],.right-list[data-v-0b3fc86d]{list-style-type:none;padding:0}.left-list li[data-v-0b3fc86d],.right-list li[data-v-0b3fc86d]{margin-bottom:10px}.center-image[data-v-0b3fc86d]{width:300px;height:auto}@media (max-width: 768px){.scroll-section[data-v-0b3fc86d]{margin-top:300vh}.content-container[data-v-0b3fc86d]{flex-direction:column;align-items:center}.right-list[data-v-0b3fc86d]{order:-1;margin-bottom:20px}.center-image[data-v-0b3fc86d]{margin-bottom:20px}.left-list[data-v-0b3fc86d]{margin-top:20px}}.cookie__bar{-ms-overflow-style:none;position:fixed;overflow:hidden;box-sizing:border-box;z-index:9999;width:100%;background:#eee;padding:20px;align-items:center;box-shadow:0 -4px 4px #c6c6c60d;border-top:1px solid #ddd;border-bottom:1px solid #ddd;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,“Fira Sans”,“Droid Sans”,“Helvetica Neue”,Arial,sans-serif;line-height:1.5}.cookie__bar--bottom{bottom:0;left:0;right:0}.cookie__bar--top{top:0;left:0;right:0}.cookie__bar__wrap{display:flex;justify-content:space-between;flex-direction:column;align-items:center;width:100%}@media (min-width: 768px){.cookie__bar__wrap{flex-direction:row}}.cookie__bar__postpone-button{margin-right:auto;-ms-flex:1 1 auto}@media (min-width: 768px){.cookie__bar__postpone-button{margin-right:10px}}.cookie__bar__postpone-button:hover{opacity:.8;cursor:pointer}.cookie__bar__content{margin-right:0;margin-bottom:20px;font-size:.9rem;max-height:103px;overflow:auto;width:100%;-ms-flex:1 1 auto}@media (min-width: 768px){.cookie__bar__content{margin-right:auto;margin-bottom:0}}.cookie__bar__buttons{transition:all .2s ease;display:flex;flex-direction:column;width:100%}@media (min-width: 768px){.cookie__bar__buttons{flex-direction:row;width:auto}}.cookie__bar__buttons__button{display:inline-block;font-weight:400;text-align:center;white-space:nowrap;vertical-align:middle;-webkit-user-select:none;user-select:none;border:1px solid transparent;padding:.375rem .75rem;line-height:1.5;border-radius:3px;font-size:.9rem}.cookie__bar__buttons__button:hover{cursor:pointer;text-decoration:none}.cookie__bar__buttons__button--accept{-ms-flex:1 1 auto;background:#4caf50;background:linear-gradient(#5cb860,#4caf50);color:#fff}.cookie__bar__buttons__button--accept:hover{background:#409343}.cookie__bar__buttons__button--decline{-ms-flex:1 1 auto;background:#f44336;background:linear-gradient(#f55a4e,#f44336);color:#fff;margin-bottom:10px}.cookie__bar__buttons__button--decline:hover{background:#f21f0f}@media (min-width: 768px){.cookie__bar__buttons__button--decline{margin-bottom:0;margin-right:10px}}.cookie__floating{-ms-overflow-style:none;position:fixed;overflow:hidden;box-sizing:border-box;z-index:9999;width:90%;background:#fafafa;display:flex;justify-content:space-between;flex-direction:column;box-shadow:0 4px 8px #c6c6c64d;border:1px solid #ddd;font-size:1rem;font-family:-apple-system,BlinkMacSystemFont,Roboto,Oxygen,Ubuntu,Cantarell,“Fira Sans”,“Droid Sans”,“Helvetica Neue”,Arial,sans-serif;line-height:1.5;border-radius:6px;bottom:10px;left:0;right:0;margin:0 auto}@media (min-width: 768px){.cookie__floating{max-width:300px}}@media (min-width: 768px){.cookie__floating--bottom-left{bottom:20px;left:20px;right:auto;margin:0}}@media (min-width: 768px){.cookie__floating--bottom-right{bottom:20px;right:20px;left:auto;margin:0}}@media (min-width: 768px){.cookie__floating--top-right{top:20px;bottom:auto;right:20px;left:auto;margin:0}}@media (min-width: 768px){.cookie__floating--top-left{top:20px;bottom:auto;right:auto;left:20px;margin:0}}.cookie__floating__postpone-button{display:inline-flex;padding:5px 0 0 20px;margin-bottom:-10px;margin-right:auto}.cookie__floating__postpone-button:hover{opacity:.8;cursor:pointer}.cookie__floating__content{color:#000;font-size:.95rem;margin-bottom:5px;padding:15px 20px;max-height:105px;overflow:auto}@media (min-width: 768px){.cookie__floating__content{margin-bottom:10px}}.cookie__floating__buttons{transition:all .2s ease;display:flex;flex-direction:row;height:auto;width:100%}.cookie__floating__buttons__button{background-color:#eee;font-weight:700;font-size:.9rem;width:100%;min-height:40px;white-space:nowrap;-webkit-user-select:none;user-select:none;border-bottom:1px solid #ddd;border-top:1px solid #ddd;border-left:none;border-right:none;padding:.375rem .75rem}.cookie__floating__buttons__button:first-child{border-right:1px solid #ddd}.cookie__floating__buttons__button:hover{cursor:pointer;text-decoration:none}.cookie__floating__buttons__button--accept{color:#4caf50;-ms-flex:1 1 auto}.cookie__floating__buttons__button--accept:hover{background:#409343;color:#fff}.cookie__floating__buttons__button--decline{color:#f44336;-ms-flex:1 1 auto}.cookie__floating__buttons__button--decline:hover{background:#f21f0f;color:#fff}.slideFromBottom-enter,.slideFromBottom-leave-to{transform:translateY(10em)}.slideFromBottom-enter-to,.slideFromBottom-leave{transform:translate(0)}.slideFromBottom-enter-active{transition:transform .2s ease-out}.slideFromBottom-leave-active{transition:transform .2s ease-in}.slideFromTop-enter,.slideFromTop-leave-to{transform:translateY(-10em)}.slideFromTop-enter-to,.slideFromTop-leave{transform:translate(0)}.slideFromTop-enter-active{transition:transform .2s ease-out}.slideFromTop-leave-active{transition:transform .2s ease-in}.fade-enter-active,.fade-leave-active{transition:opacity .5s}.fade-enter,.fade-leave-to{opacity:0}
