.custom-btn{padding:0 calc(var(--1)*40);border-radius:calc(var(--1)*115);font-size:calc(var(--1)*16);font-weight:700;cursor:pointer;letter-spacing:22%;height:calc(var(--1)*75);width:100%;position:relative;overflow:hidden;transition:color .4s ease,border .4s ease;white-space:nowrap}@media(max-width:991.98px){.custom-btn{height:calc(var(--1)*55);font-size:calc(var(--1)*20);width:min-content}}.custom-btn:before{content:"";position:absolute;top:0;left:0;width:0;height:100%;background:var(--color-text-primary);z-index:0;transition:width .6s ease-in-out}.custom-btn:hover:before{width:100%}.custom-btn span{position:relative;z-index:1;transition:color .4s ease}.custom-btn_regularBtn{border:2px solid var(--color-text-primary);background:#fff;transition:color .8s ease,border .8s ease}.custom-btn_regularBtn span{color:#000}.custom-btn_regularBtn:hover span{color:#000!important}.custom-btn_regularBtn:hover{background:rgba(0,0,0,0)}.custom-btn_grayBtn{border:unset;background:#16151b!important;transition:color .8s ease,border .8s ease;position:unset}.custom-btn_grayBtn span{color:#fff}.custom-btn_grayBtn:before{content:unset!important}.custom-btn_grayBtn:hover span{color:#fff!important}.custom-btn_grayBtn:hover{background:rgba(0,0,0,0)}.custom-btn_gradientBtn{border:unset;background:var(--bg-gradient)!important;transition:color .8s ease,border .8s ease;position:unset}.custom-btn_gradientBtn span{color:#fff}.custom-btn_gradientBtn:before{content:unset!important}.custom-btn_gradientBtn:hover span{color:#fff!important}.custom-btn_borderBtn,.custom-btn_gradientBtn:hover{background:rgba(0,0,0,0)}.custom-btn_borderBtn{border:2px solid var(--color-text-primary)}.custom-btn_borderBtn span{color:#fff}.custom-btn_borderBtn:hover span{color:#000!important}.linkBtn{display:flex;align-items:center;justify-content:center;text-decoration:unset}