body {
    font-family: 'Mulish';
    color: rgba(37, 37, 51, 1);
    padding-right: 0 !important;
    overflow-y: visible !important;
    background-color: rgba(247, 247, 250, 1);
    font-size: 14px;
    overflow-x: hidden;
}


a {
    text-decoration: none;
    color: rgba(37, 37, 37, 1);
}

a:hover {
    color: rgba(62, 62, 240, 1) !important;
    transition: .5s;
}

.btn {
    border-color: transparent !important;
}

*:focus,
*:focus-visible {
    box-shadow: unset !important
}

*:hover {
    transition: .5s;
}

.cursor-pointer {
    cursor: pointer
}


h1 {
    font-family: 'Wix';
    font-weight: 700;
    font-size: 44px;
    color: rgba(37, 37, 51, 1);
    text-transform: uppercase;
}

h1 span {
    color: rgba(36, 62, 114, 1);
}

h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 100%;
    text-transform: uppercase;
    font-family: 'Mulish';
    color: rgba(37, 37, 51, 1);
    margin-bottom: 0;
}

h4 {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 24px;
    line-height: 22.92px;
    color: rgba(37, 37, 51, 1);
}

h5 {
    font-family: 'Mulish';
    font-weight: 700;
    font-size: 20px;
    font-weight: 500;
    color: rgba(37, 37, 51, 1);
}

.font-16 {
    font-size: 16px;
}

.font-18 {
    font-size: 18px;
}

h3 {
    font-weight: 700;
    font-size: 32px;
    text-transform: uppercase;
}


.gray-btn {
    background-color: rgba(234, 234, 244, 1);
    color: rgba(37, 37, 51, 1);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    text-align: center;
}

.gray-btn:hover {
    background-color: rgba(62, 62, 240, 1);
    color: rgba(247, 247, 250, 1);
}

.blue-btn {
    background-color: rgba(62, 62, 240, 1);
    color: rgba(37, 37, 51, 1);
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    text-align: center;
    color: rgba(247, 247, 250, 1);
}

.header-desc{
    font-weight: 400;
    font-size: 20px;
    color: rgba(79, 79, 91, 1);
}

.blue-btn:hover {
    background-color: rgba(40, 40, 224, 1);
    color: rgba(247, 247, 250, 1);
}

.orange-btn {
    background-color: transparent;
    color: rgba(232, 139, 46, 1);
    border: 1px solid rgba(232, 139, 46, 1) !important;
    padding: 10px 20px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 16px;
    text-align: center;
}

.orange-btn:hover {
    background-color: rgba(232, 139, 46, 1);
    color: rgba(247, 247, 250, 1);
}

p {
    margin-bottom: 0;
    line-height: 100%;
}


.margin-bottom-20 {
    margin-bottom: 20px;
}

.margin-bottom-30 {
    margin-bottom: 30px;
}

.margin-bottom-40{
    margin-bottom: 40px;
}

.margin-bottom-52 {
    margin-bottom: 52px;
}

.bread {
    margin-bottom: 20px;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

@media (max-width : 716px) {
    .bread {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
}

.bread ul {
    margin: 0;
}

.bread li {
    display: initial;
}

.bread a,
.bread span {
    text-decoration: none;
    color: rgba(159, 159, 159, 1) !important;
}


@media(max-width:992px) {

    h1 {
        font-size: 28px;
    }

    h2 {
        font-size: 32px;
    }
}


@media(max-width:576px) {
    .custom-body-container {
        padding: 0px ;
    }

    .font-mobile-16-12,
    body {
        font-size: 12px !important;
    }

    .gray-block {
        padding: 24px 16px;
    }

    .actions-items .general-btn {
        padding: 10px 20px;
    }

    h1 {
        font-size: 18px;
        line-height: 21px;
    }

    body {
        font-size: 12px;
    }

    .margin-bottom-20 {
        margin-bottom: 15px;
    }

    h3 {
        font-size: 24px;
    }

    .font-mb-14 {
        font-size: 14px !important;
    }

    h4 {
        font-size: 18px;
    }

    .blue-btn {
        font-size: 14px;
        width: 100%;
    }
}