.borderLightButton{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:12px 20px;width:180px;font-size:16px;font-weight:600;border:2px solid transparent;border-radius:30px;cursor:pointer;overflow:hidden;z-index:1;transition:transform .3s ease,background .3s ease}.borderLightButton:hover{transform:scale(1.05)}.borderLightButton:before{content:"";position:absolute;top:-2px;left:-2px;right:-2px;bottom:-2px;border-radius:30px;border:2px solid transparent;background:linear-gradient(90deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.8) 50%,hsla(0,0%,100%,0));z-index:-1;animation:borderLight 2.5s linear infinite}.borderLightButton:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;border-radius:30px;z-index:-2}.borderLightButton.green{background:#0d9488;color:#fff}.borderLightButton.green:after{background:#0d9488}.borderLightButton.white{background:#fff;color:#0d9488}.borderLightButton.white:after{background:#fff}@keyframes borderLight{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}.btn-common.green{background:#0d9488}.btn-common.red{background:#ff364a}.btn-common.white{background:#fff;color:#0d9488;border:1px solid #0d9488}.btn-common.white:hover{color:#fff}.btn-common{color:#fff;font-size:16px;font-weight:600;transition:.5s;border-radius:4px;position:relative;z-index:10;padding:6px;display:flex;justify-content:center;gap:8px;height:40px}.btn-common:before{content:"";background:#38d9d9;border:#38d9d9;color:#1d1d1d;position:absolute;left:0;top:0;height:100%;width:0;border-radius:4px;z-index:-1;transition:width .5s ease-out}.btn-common:hover:before{width:100%;scale:1.02}.button-simple-common{border-radius:4px;color:#fff;font-feature-settings:"clig" off,"liga" off;font-size:15px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.15px;height:44px;transition:.5s;-webkit-transition:.5s;width:120px}.button-simple-common.red{background:#ff364a}.button-simple-common.green{background:#0d9488}.button-simple-common:hover{scale:1.05}.button-simple-common.white{background:#fff;color:#0d9488;border:1px solid #0d9488}.button-simple-common.white:hover{color:#0d9488}.btn-design{border-radius:50px;background:#0d9488;padding:0 15px;font-size:16px;font-style:normal;font-weight:500;line-height:26px;display:flex;justify-content:center;align-items:center;gap:8px;height:38px;transition:transform .5s ease-out}.btn-design.green{background:#0d9488;color:#fff}.btn-design.transparent{background:transparent;color:#0d9488;border:1px solid #0d9488}.btn-design.white{background:#fff;border:1px solid #0d9488;color:#0d9488}.btn-design:hover{width:100%;transform:scale(1.02)}.btn-send{gap:10px;padding:10px 12px;border-radius:5px;text-align:center;white-space:nowrap;color:#000}.btn-send.green{background:linear-gradient(252.31deg,#0d9488 9.19%,#0d9488 90.81%)}a.btn-send:hover{color:#0d9488}.btn-send.white{background:#fff;border:1px solid #0d9488;color:#0d9488}