.button{position:relative;display:block;font-family:var(--font-raleway),sans-serif;font-weight:700;font-size:16px;width:fit-content!important;border-radius:8px;transition:all .3s ease;white-space:nowrap}.button,.button.button-small{padding:12px 20px;height:48px}.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.button-play{padding:20px 32px}.button{height:64px}}.button-icon{position:relative;display:flex;align-items:center;justify-content:center;font-family:var(--font-raleway),sans-serif;font-weight:700;font-size:16px;gap:8px;padding:10px;white-space:nowrap;width:fit-content!important;min-width:48px;height:48px;border-radius:8px;background:#fff;color:#005b58;transition:all .3s ease;box-shadow:3px 0 8px 3px rgba(0,0,0,.0509803922);cursor:pointer}.button-icon.button-small{width:38px;min-width:38px;height:38px;padding:4px}.button-icon:before{content:"";display:block;width:28px;height:28px;background-position:50%;background-repeat:no-repeat;background-size:100%;filter:brightness(1)}.button-icon:hover{color:#101820}.button-icon:hover:before{filter:brightness(0)}.button-icon.icon-facebook:before{background-image:url(/images/social/facebook-ico-green.svg)}.button-icon.icon-instagram:before{background-image:url(/images/social/instagram-ico-green.svg)}.button-icon.icon-telegram:before{background-image:url(/images/social/telegram-ico-green.svg)}.button-icon.icon-linkedin:before{background-image:url(/images/social/linkedin-ico-green.svg)}.button-icon.icon-sub:before{background-image:url(/images/social/subscribe-ico.svg)}.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:48px;padding:12px 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{height:64px;padding:20px 16px 20px 0}.button-arrow.button-small{height:44px;padding:10px 16px 10px 0}.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}}.expand-button{display:flex;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;border-radius:8px;background:#f8f9fa;transition:all .3s linear}.expand-button-white{background:#fff}.expand-button:after,.expand-button:before{content:"";display:flex;justify-content:center;align-items:center;position:absolute;background:#101820;transition:all .2s ease}.expand-button:before{width:16px;height:2px}.expand-button:after{width:2px;height:16px}.expand-button.active:after{transform:rotate(-90deg)}@media(min-width:1280px){.expand-button{width:48px;min-width:48px;height:48px}}.slide-button{display:flex;justify-content:center;align-items:center;width:42px;min-width:42px;height:42px;border:2px solid #fff;background:#fff;border-radius:8px;transition:all .2s ease;box-shadow:3px 0 8px 3px rgba(0,0,0,.0509803922);outline:none;cursor:pointer;overflow:hidden}.slide-button:before{content:"";width:100%;min-width:100%;height:100%;background-image:url(/images/2026/arrow-slide-right.svg);background-repeat:no-repeat;background-position:50%;background-size:18px;transition:all .2s ease}.slide-button.slide-button-main:hover{border-color:#005b58;background:#005b58}.slide-button.slide-button-main:hover:before{filter:brightness(0) invert(1)}.slide-button.slide-button-outline{background:rgba(0,0,0,0)}.slide-button.slide-button-outline:before{filter:brightness(0) invert(1)}.slide-button.slide-button-outline:hover{background:#fff;border-color:#fff}.slide-button.slide-button-outline:hover:before{filter:brightness(1) invert(0)}.slide-button.slide-button-prev{transform:scaleX(-1)}.slide-button.swiper-button-disabled{background:#8e8e8e;border:2px solid #8e8e8e;pointer-events:none}.slide-button.swiper-button-disabled:before{filter:brightness(0) invert(1)}@media(min-width:1280px){.slide-button{width:48px;min-width:48px;height:48px}}