.button-with-icon{display:flex;align-items:center;gap:23px;padding:11px 16px;text-decoration:none;transition:all .3s ease;border-radius:4px;border:1px solid rgba(254,95,43,.5);background:rgba(254,95,43,.05);transition:all .4s ease}.button-with-icon .icon-left{display:flex;align-items:center;justify-content:center;font-size:40px;color:#fe5f2b;flex-shrink:0;line-height:1;width:36px;height:36px}.button-with-icon .icon-left.icon-image img{width:36px;height:36px;object-fit:contain}.button-with-icon .text{flex:1;color:#fe5f2b;font-size:20px;font-weight:700;line-height:normal;font-family:"Satoshi",sans-serif}.button-with-icon .icon-right{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border-radius:50%;background:#fe5f2b;flex-shrink:0}.button-with-icon .icon-right svg{width:20px;height:20px}.button-with-icon:hover{border:1px solid #fe5f2b;background:#fe5f2b}.button-with-icon:hover .icon-left{color:#fff}.button-with-icon:hover .icon-left img{filter:brightness(0) invert(1)}.button-with-icon:hover .icon-right{background:#fff}.button-with-icon:hover .icon-right svg path{fill:#fe5f2b}.button-with-icon:hover .text{color:#fff}@media(max-width: 768px){.button-with-icon{padding:7px 13px;gap:12px}.button-with-icon .icon-left{font-size:32px;width:32px;height:32px}.button-with-icon .icon-left.icon-image img{width:32px;height:32px}.button-with-icon .text{font-size:16px}.button-with-icon .icon-right{width:24px;height:24px}.button-with-icon .icon-right img{width:18px;height:18px}}