/* ==========================================================================
   Variables
========================================================================== */
/* Infinite rotate */
@keyframes infinite-rotate {
    to {
        transform: rotate(360deg); } }

.lrp-header {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.97);
    z-index: 910 !important;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    border-bottom: 2px solid #eeeeee;
    padding: 0;
    font-size: 1rem; }
.lrp-header__border {
    display: block;
    height: 5px;
    width: 100%;
    background-color: #9d57b2; }
.lrp-header__inner {
    display: flex;
    justify-content: space-between;
    position: relative;
    z-index: 100;
    height: 77px;
    width: 100%;
    max-width: 1440px; }
@media screen and (min-width: 1024px) {
    .lrp-header__inner {
        height: 95px; } }
.lrp-header__logo {
    display: flex;
    flex: 1 0 0%;
    justify-content: center; }
@media screen and (min-width: 1024px) {
    .lrp-header__logo {
        flex: inherit; } }
.lrp-header__logo-link {
    display: flex;
    align-items: center; }
.lrp-header__logo-image {
    width: 28px;
    height: 29px; }
@media screen and (min-width: 480px) {
    .lrp-header__logo-image {
        width: 40px;
        height: 40px; } }
@media screen and (min-width: 1024px) {
    .lrp-header__logo-image {
        width: 115px;
        height: 21px; } }
.lrp-header__logo-image--mobile {
    display: block;
    height: 40px;
    width: auto; }
@media screen and (min-width: 1024px) {
    .lrp-header__logo-image--mobile {
        display: none; } }
.lrp-header__logo-image--desktop {
    display: none; }
@media screen and (min-width: 1024px) {
    .lrp-header__logo-image--desktop {
        display: block; } }
.lrp-header__link {
    align-self: center;
    font-size: 14px;
    line-height: 22px;
    font-weight: 600;
    color: #354657;
    text-decoration: none;
    width: calc(50% - 50px); }
@media screen and (min-width: 1024px) {
    .lrp-header__link {
        font-size: 16px;
        line-height: 24px;
        margin-left: 50px;
        margin-right: auto;
        width: auto; } }
.lrp-header__link:hover {
    text-decoration: underline; }
.lrp-header__actions {
    align-self: center;
    width: calc(50% - 50px);
    display: flex;
    justify-content: flex-end; }
@media screen and (min-width: 1024px) {
    .lrp-header__actions {
        width: auto; } }
.lrp-header__button {
    cursor: pointer;
    transition: background-color 0.15s ease-in-out;
    background-color: #ffffff;
    color: #354657;
    border: 1px solid #c1c7cd;
    border-radius: 5px;
    align-self: center;
    text-decoration: none;
    padding: 2px 8px;
    font-size: 14px;
    line-height: 22px; }
@media screen and (min-width: 1024px) {
    .lrp-header__button {
        font-size: 16px;
        line-height: 24px; } }
.lrp-header__button:hover {
    background-color: #eeeeee; }
.lrp-header--lrp .lrp-header__logo {
    order: 2; }
@media screen and (min-width: 1024px) {
    .lrp-header--lrp .lrp-header__logo {
        order: 1; } }
.lrp-header--lrp .lrp-header__link {
    order: 1; }
@media screen and (min-width: 1024px) {
    .lrp-header--lrp .lrp-header__link {
        order: 2; } }
.lrp-header--lrp .lrp-header__actions {
    order: 3; }
@media screen and (min-width: 1024px) {
    .lrp-header[dir="rtl"] .lrp-header__link,
    [dir="rtl"] .lrp-header .lrp-header__link {
        margin-right: 50px;
        margin-left: auto; } }
