@charset "UTF-8";
/* CSS Document */

.gg-format-slash {
    box-sizing: border-box;
    position: relative;
    display: block;
    transform: rotate(25deg) scale(var(--ggs,1));
    width: 1px;
    height: 48px;
    background: #333333;
    border-radius: 1px;
	margin-left: 5px;
}
.close{
padding-top: 10px;
}
@media (max-width: 576px){
.close{
display: block;
float: none;
}
}
		.float-cfa{
background-color: #efefef;
position: fixed;
bottom: 0;
width: 100%;
z-index: 10;
}
.cfa-row{
display: flex;
flex-wrap: nowrap;
align-items: flex-end;
justify-content: space-between;
padding: 25px 0;
gap: 15px 20px;
}
@media (max-width: 576px){
.cfa-row{
flex-wrap: wrap;
padding: 5px 0 20px;
}
}
.float-btn{
text-align: right;
}