.button{position:relative;display:block;font-family:var(--font-raleway),sans-serif;font-weight:700;font-size:16px;padding:20px 32px;width:fit-content!important;height:64px;border-radius:8px;transition:all .3s ease}.button.button-small{height:48px;padding:12px 20px}.button.button-white-black{background:linear-gradient(90deg,#131515 50%,white 0);background-size:201% 100%;background-position:100%;color:#131515;transition:background-position .35s ease,color .35s ease}.button.button-white-black:hover{background-position:0;color:#fff}.button.button-black-green{background:linear-gradient(90deg,#005B58 50%,#131515 0);background-size:201% 100%;background-position:100%;color:#fff;transition:background-position .35s ease}.button.button-black-green:hover{background-position:0}.button.button-white-green{background:linear-gradient(90deg,#005B58 50%,white 0);background-size:201% 100%;background-position:100%;color:#131515;transition:background-position .35s ease,color .35s ease}.button.button-white-green:hover{background-position:0;color:#fff}.button.button-play{display:flex;align-items:center;gap:6px;padding:20px;color:#131515;background:linear-gradient(90deg,#005B58 50%,white 0);background-size:201% 100%;background-position:100%;transition:background-position .35s ease,color .35s ease;transition:all .3s ease}.button.button-play:before{content:"";display:block;width:16px;height:16px;background-image:url(/images/2026/play.svg)}.button.button-play:hover{background-position:0;color:#fff}.button.button-play:hover:before{filter:brightness(0) invert(1)}@media(min-width:1280px){.button.button-play{padding:20px 32px}}.button-arrow{position:relative;display:inline-flex!important;flex-direction:row;align-items:center;width:fit-content!important;grid-gap:0 8px;font-family:var(--font-raleway),sans-serif;font-weight:700;font-size:16px;height:64px;padding:20px 0;border-radius:8px;white-space:nowrap;transition:all .3s ease}.button-arrow.button-small{height:44px;padding:10px 0}.button-arrow:after{content:"";display:block;width:24px;height:24px;background-position:50%;background-size:100%;transform:translateX(0);transition:all .3s}.button-arrow.button-arrow-white{color:#fff}.button-arrow.button-arrow-white:after{background-image:url(/images/arrows/tabler-arrow-white.svg)}.button-arrow.button-arrow-black{color:#101820}.button-arrow.button-arrow-black:after{background-image:url(/images/arrows/tabler-arrow-green.svg)}.button-arrow.button-arrow-black:hover:after{filter:brightness(0)}@media(min-width:1280px){.button-arrow:hover:after{transform:translateX(16px)}}.button-arrow-only{position:relative;display:flex;justify-content:center;align-items:center;width:32px;height:32px;font-size:0!important}.button-arrow-only:after{content:"";position:absolute;width:32px;height:32px;background-image:url(/images/arrows/tabler-arrow-green.svg);background-repeat:no-repeat;background-size:24px;background-position:0;transition:all .3s ease}.button-arrow-only:hover:after{filter:brightness(0)}.button-text-only{font-weight:700;font-size:16px;color:#131515}.btn,.button-text-only{font-family:var(--font-raleway),sans-serif;height:42px;line-height:42px}.btn{border:none;outline:none;cursor:pointer;display:inline-flex;justify-content:center;align-items:center;font-size:14px;font-weight:800;text-align:center;text-decoration:none;border-radius:100px;padding:0 30px;width:fit-content;color:#fff;white-space:nowrap;transition:all .3s ease}.btn--primary,.btn--ruby{background-color:#e0004d}.btn--primary:active,.btn--primary:hover,.btn--ruby:active,.btn--ruby:hover{color:#fff!important;background-color:#ba0040}.btn--primary.disabled,.btn--ruby.disabled{pointer-events:none;background-color:#8e8e8e}.btn--secondary{color:#fff;background-color:#007672}.btn--secondary:active,.btn--secondary:hover{background-color:#005b58}.btn--secondary.disabled{pointer-events:none;background-color:rgba(255,255,255,.4)}.btn--outline{border:2px solid #e0004d;color:#e0004d;background-color:#fff}.btn--outline:active,.btn--outline:hover{color:#fff;background-color:#ba0040;border:2px solid #ba0040}.btn--outline.disabled{pointer-events:none;color:#fff;background-color:#8e8e8e;border:2px solid #8e8e8e}.btn--outline-clear{border:2px solid #e0004d;color:#e0004d;background-color:rgba(0,0,0,0)}.btn--outline-clear:active,.btn--outline-clear:hover{color:#fff;background-color:#ba0040;border:2px solid #ba0040}.btn--outline-clear.disabled{pointer-events:none;color:#fff;background-color:#8e8e8e;border:2px solid #8e8e8e}.btn--border{border:2px solid #fff;color:#fff;background-color:rgba(0,0,0,0)}.btn--border:active,.btn--border:hover{color:#005b58;background-color:#fff}@media(min-width:1920px){.btn{height:52px;line-height:52px;font-size:16px;padding:0 40px}}.btn-linkedin{position:relative;display:flex;align-items:center;justify-content:center;width:36px;min-width:36px;height:36px;padding:0;background:#f5f5f5;border-radius:50%;overflow:hidden;font-size:0;transition:all .4s ease}.btn-linkedin:after{content:"";position:absolute;display:block;width:100%;height:100%;background-image:url(/images/social/linkedin-red.svg);background-repeat:no-repeat;background-position:50%;background-size:34px;transition:all .4s ease}.btn-linkedin:hover{background:#ba0040}.btn-linkedin:hover:after{filter:brightness(0) invert(1)}@media(min-width:1920px){.btn-linkedin{width:42px;min-width:42px;height:42px}.btn-linkedin:after{background-size:36px}}