.nomargin {
    margin: 0 !important;
}

/* texts */
.text_80_30 {
    font-size: clamp(30px, 4.167vw, 80px);
    line-height: 1;
}


@media screen and (max-width: 768px) {
    
}

.line_height_1_5 {
    line-height: 1.5;
}

.line_height_1_4 {
    line-height: 1.4;
}

.line_height_1_2 {
    line-height: 1.2;
}

a.color_BE72FF:hover,
.color_BE72FF{
    color: #BE72FF;
}