.fc-home {
    border-radius: 10px;
    border: 1.2px solid #344057;
    position: relative;
    width: 100%;
    margin-bottom: 34px;
    padding: 0px 0px;
    -webkit-transition: .4s ease;
    transition: .4s ease;
    height: 52px;
}

.fc-home label {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 20px;
    height: 20px;
    padding: 0 10px;
    position: absolute;
    top: -11px;
    left: 15px;
    z-index: 3;
}

.fc-home label .label-text {
    z-index: 3;
    position: relative;
}

.fc-home label::before {
    content: '';
    position: absolute;
    z-index: 1;
    left: 0px;
    top: 9px;
    width: 100%;
    background: #212734;
    height: 2px;
}

.fc-home input {
    font-size: 15px;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: none;
    outline: none !important;
    color: #ABBCC5;
    padding: 0 25px;
    background: transparent !important;
    border-radius: 9px;
}

.fc-home:focus-within {
    border-color: #737AFF;
}

.fc-home:focus-within .label-text {
    color: #737AFF;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-transition: "color 9999s ease-out, background-color 9999s ease-out";
    -webkit-transition-delay: 9999s;
}

.btn.btn-primary {
    width: 100%;
    background-color: #373F57;
    color: #fff;
    border: 0;
    border-radius: 30px;
    font-weight: 600;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active {
    background-color: #252e42 !important;
}

.btn.btn-outline {
    border-radius: 30px;
    /* border: 0 !important;
    background-color: #737AFF !important */
}

.btn.btn-dark {
    border-radius: 14px;
}

.head-menu .menu-btn {
    border-top-left-radius: 41px;
    border-top-right-radius: 41px;
    border-bottom-left-radius: 41px;
    border-bottom-right-radius: 41px;
    padding-left: 21px;
    padding-right: 21px;
    height: 100%;
    font-size: 16px;
    font-weight: 500 !important;
}

.ctrl {
    margin-right: 0.5rem !important;
}

/* POWERED BY UNDRCTRL.ID */
:root {
    --tp-100: #13151a;
    --tp-200: #212734;
    --tp-300: #252930;
    --tp-400: #2e3649;
    --tp-500: #9CA7BE;
    --tp-600: #fff;
    --tp-700: #737AFF;
    --tp-800: #1A2029;
    --tp-900: #373F57;
}

@media(min-width:640px) {
    .page-container {
        width: 640px;
    }
}

@media(min-width:768px) {
    .page-container {
        page-width: 768px;
    }
}

@media(min-width:1024px) {
    .page-container {
        width: 1024px;
    }
}

@media(min-width:1280px) {
    .page-container {
        width: 1280px;
    }
}

.page-container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media only screen and (max-width:962px) {
    .login-container {
        display: flex;
        justify-content: center;
        padding-bottom: 89px;
        border-bottom: 10px solid transparent;
        border-image: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, rgba(121, 36, 240, 1) 100%);
        border-image-slice: 1;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(https://www.galaxypanel.com/mp-content/view/millano/assets/img/bg.webp);
    }

    .page-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }

    .header-logo {
        display: flex;
    }

    .header-link {
        display: none;
    }

    .header-btn {
        font-size: 20px;
    }

    .page-login {
        display: flex;
        flex-direction: column;
        padding: 23px 0 0;
    }

    .login-top {
        display: flex;
        justify-content: space-between;
        flex-direction: column;
    }

    .login-bottom {
        margin-bottom: -165px;
    }

    .login-left {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        justify-content: space-between;
    }

    .login-text {
        padding: 3px 26px;
        background: var(--tp-200);
        border: 1px solid var(--tp-300);
        line-height: 1;
        border-radius: 10px;
        font-size: 16px;
    }

    .login-text h1 {
        font-size: 16px;
        font-weight: 500;
    }

    .login-title {
        font-size: 26px;
        font-weight: 700;
        word-break: break-all;
        width: 309px;
        margin: 29px 0;
    }

    .login-title b {
        padding: 0;
        margin: 0;
        font-size: 34px;
        background: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, #7800ae 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .login-content {
        padding: 0 0 25px;
        color: var(--tp-400);
        font-size: 16px;
    }

    .login-btn {
        display: flex;
        gap: 20px;
        font-size: 20px;
        height: 88px;
        align-items: center;
    }

    .login-img img {
        display: none;
    }

    .login-img {
        display: none;
        height: 300px;
        margin-right: 76px;
    }

    .login-form form {
        padding: 25px;
        display: flex;
        background: #1a1d23;
        border: 1px solid var(--tp-300);
        border-radius: 20px;
        margin-top: 64px;
        gap: 15px;
        flex-direction: column;
    }

    .form-item {
        display: flex;
    }

    .forgot-pass {
        position: relative;
        display: flex;
        align-items: center;
    }

    .forgot-password {
        position: absolute;
        right: 20px;
    }

    .login-icon {
        display: flex;
        background: var(--tp-300);
        width: 114px;
        border-radius: 10px;
        justify-content: center;
        align-items: center;
    }

    .login-item {
        display: flex;
        justify-content: space-between;
        position: relative;
        gap: 15px;
        transition: all .14s ease-in-out;
    }

    .login-item .l-icon {
        filter: invert(100%) sepia(32%) saturate(0) hue-rotate(158deg) brightness(110%) contrast(100%);
    }

    .login-item .active {
        background: var(--tp-500);
    }

    .login-item .active .l-icon {
        filter: invert(11%) sepia(11%) saturate(1013%) hue-rotate(179deg) brightness(95%) contrast(87%);
    }

    .login-item .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .form-icon {
        padding: 10px;
        display: flex;
        align-items: center;
        background: var(--tp-500);
        width: 50px;
        border-radius: 10px 0 0 10px;
        justify-content: center;
    }

    .form-icon img {
        filter: invert(4%) sepia(9%) saturate(2187%) hue-rotate(185deg) brightness(94%) contrast(91%);
    }

    /* .btn {
    padding: 15px 33px;
    border: 0;
    font-weight: 600;
    transition: .2s ease;
    text-decoration: none;
}

.btn-main {
    background: var(--tp-500);
    touch-action: manipulation;
    color: var(--tp-100);
    border: 0;
    border-radius: 10px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700;
}

.btn-primary {
    background: 0;
    touch-action: manipulation;
    color: var(--tp-500);
    border: 0;
    border-radius: 7px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700;
}

.btn-main:link {
    text-decoration: none;
}

.btn-primary:link {
    text-decoration: none;
}

.btn-main:hover {
    background: var(--tp-600);
    color: var(--tp-100);
    border: 0;
}

.btn-primary:hover {
    background: 0;
    color: var(--tp-600);
    border: 0;
}

.form-control {
    display: flex;
    width: 100%;
    min-height: 40px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--tp-500);
    background-color: #252930;
    background-image: none;
    border: 0;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

input::placeholder {
    color: var(--tp-color-500);
}

textarea:focus,
input:focus {
    outline: 0;
}

textarea,
input {
    color: var(--tp-color-500);
} */

    .platform {
        display: flex;
        justify-content: space-between;
        margin-top: 98px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .platform-list {
        display: flex;
        justify-content: space-between;
    }

    .platform-item {
        transition: .3s ease;
    }

    .platform-item:hover {
        filter: grayscale(0) invert(1);
    }

    .login-icon input {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: flex;
        margin: 0;
    }

    .website-bg {
        background: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, rgba(121, 36, 240, 1) 100%);
        padding: 5px 34px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
        text-align: center;
        margin-top: 41px;
    }

    .about-bg {
        display: none;
    }

    .website-bg h2 {
        font-weight: 500 !important;
    }

    .about-bg img {
        display: none;
    }

    .feature-box-list {
        display: flex;
        gap: 26px;
        flex-direction: column;
        margin-bottom: 96px;
    }

    .feature-box {
        background: var(--tp-200);
        padding: 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
    }

    .feature-top {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .feature-top h2 {
        margin: 0;
    }

    .feature-img img {
        display: flex;
    }

    .title-box {
        background: var(--tp-200);
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 24px;
        align-items: center;
    }

    .title-box b {
        padding: 0;
        margin: 0;
        background: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, #ae0000 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .title-box h3 {
        font-weight: 600;
        text-align: center;
    }

    .map-title {
        display: flex;
        text-align: center;
        flex-direction: column;
        font-size: 32px;
        font-weight: 800;
    }

    .map-title span {
        font-size: 16px;
        color: #777e90;
        font-weight: 400;
    }

    .map-list {
        display: flex;
        gap: 6px;
        margin-bottom: 60px;
        flex-direction: column;
    }

    .map-box {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .map-img {
        background: var(--tp-500);
        border-radius: 15px;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .circle-padding {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .circle-padding img {
        height: 17px;
        position: absolute;
        display: none;
    }

    .map-name {
        font-size: 16px;
        font-weight: 700;
    }

    .map-text {
        text-align: center;
        color: #b7b7b7;
        font-size: 14px;
        line-height: 1.6;
    }

    /* footer {
    background: var(--tp-200);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 22px;
    flex-direction: column;
}

.footer {
    background: var(--tp-200);
    width: 100%;
    display: flex;
    padding-top: 40px;
    padding-bottom: 12px;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-link {
    display: flex;
    gap: 49px;
    font-size: 20px;
} */

    .text-content {
        display: flex;
        align-items: center;
    }

    .text-img {
        width: 30%
    }

    .text-img img {
        display: none;
    }

    .text-icerik {}

    .makale-box {
        text-align: center;
        padding: 10px;
        border-radius: 15px;
        background: var(--tp-200);
        height: 151px;
        overflow-y: scroll;
        font-size: 16px;
    }

    .makale-content {
        display: flex;
        gap: 19px;
        flex-direction: column;
    }
}

@media only screen and (min-width:962px) {
    .login-container {
        display: flex;
        justify-content: center;
        padding-bottom: 89px;
        border-bottom: 10px solid transparent;
        border-image: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, rgba(121, 36, 240, 1) 100%);
        border-image-slice: 1;
        width: 100%;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        background-image: url(https://www.galaxypanel.com/mp-content/view/millano/assets/img/bg.webp);
    }

    .page-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 100px;
    }

    .header-logo {
        display: flex;
    }

    .header-link {
        display: flex;
        gap: 50px;
        font-size: 20px;
        font-weight: 600;
    }

    .header-btn {
        font-size: 20px;
    }

    .page-login {
        display: flex;
        flex-direction: column;
        padding: 74px 0 0;
    }

    .login-top {
        display: flex;
        justify-content: space-between;
    }

    .login-bottom {
        margin-bottom: -153px;
    }

    .login-left {
        display: flex;
        flex-direction: column;
        width: 50%;
        align-items: flex-start;
        justify-content: space-between;
    }

    .login-text {
        padding: 3px 26px;
        background: var(--tp-200);
        border: 1px solid var(--tp-300);
        line-height: 1;
        border-radius: 10px;
        font-size: 16px;
    }

    .login-text h1 {
        font-size: 16px;
        font-weight: 500;
    }

    .login-title {
        font-size: 34px;
        font-weight: 700;
        word-break: break-all;
        width: 348px;
        margin: 29px 0;
    }

    .login-title b {
        padding: 0;
        margin: 0;
        font-size: 34px;
        background: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, #f508df 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .login-content {
        padding: 0 0 25px;
        color: var(--tp-400);
        font-size: 16px;
    }

    .login-btn {
        display: flex;
        gap: 20px;
        font-size: 20px;
        height: 88px;
        align-items: center;
    }

    .login-img img {
        height: 359px;
        width: 359px;
    }

    .login-img {
        height: 300px;
        margin-right: 76px;
    }

    .login-form form {
        padding: 25px;
        display: flex;
        background: #1a1d23;
        border: 1px solid var(--tp-300);
        border-radius: 20px;
        margin-top: 81px;
        gap: 15px;
    }

    .form-item {
        display: flex;
        width: 33.33%;
    }

    .forgot-pass {
        position: relative;
        display: flex;
        align-items: center;
    }

    .forgot-password {
        position: absolute;
        right: 20px;
    }

    .login-icon {
        display: flex;
        align-items: center;
        background: var(--tp-300);
        width: 114px;
        border-radius: 10px;
        justify-content: center;
    }

    .login-item {
        display: flex;
        width: 33.33%;
        justify-content: space-between;
        position: relative;
        gap: 15px;
        transition: all .14s ease-in-out;
    }

    .login-item input {
        display: none;
    }

    .login-item .active {
        background: var(--tp-500);
    }

    .login-item .btn {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .form-icon {
        padding: 10px;
        display: flex;
        align-items: center;
        background: var(--tp-500);
        width: 50px;
        border-radius: 10px 0 0 10px;
        justify-content: center;
    }

    .form-icon img {
        filter: invert(4%) sepia(9%) saturate(2187%) hue-rotate(185deg) brightness(94%) contrast(91%);
    }

    /* .btn {
    padding: 15px 33px;
    border: 0;
    font-weight: 600;
    transition: .2s ease;
    text-decoration: none;
}

.btn-main {
    background: var(--tp-500);
    touch-action: manipulation;
    color: var(--tp-100);
    border: 0;
    border-radius: 10px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700;
}

.btn-primary {
    background: 0;
    touch-action: manipulation;
    color: var(--tp-500);
    border: 0;
    border-radius: 7px;
    line-height: 20px;
    white-space: nowrap;
    font-size: 16px;
    vertical-align: middle;
    font-weight: 700;
}

.btn-main:link {
    text-decoration: none;
}

.btn-primary:link {
    text-decoration: none;
}

.btn-main:hover {
    background: var(--tp-600);
    color: var(--tp-100);
    border: 0;
}

.btn-primary:hover {
    background: 0;
    color: var(--tp-600);
    border: 0;
}

.form-control {
    display: flex;
    width: 100%;
    min-height: 40px;
    padding: 10px 24px;
    font-size: 16px;
    line-height: 1.42857143;
    color: var(--tp-500);
    background-color: #252930;
    background-image: none;
    border: 0;
    border-radius: 10px;
    align-items: center;
    justify-content: space-between;
}

input::placeholder {
    color: var(--tp-color-500);
}

textarea:focus,
input:focus {
    outline: 0;
}

textarea,
input {
    color: var(--tp-color-500);
} */

    .platform {
        display: flex;
        justify-content: space-between;
        margin-top: 98px;
        margin-bottom: 20px;
        flex-direction: column;
    }

    .platform-list {
        display: flex;
        justify-content: space-between;
    }

    .platform-item {
        transition: .3s ease;
    }

    .platform-item:hover {
        filter: grayscale(0) invert(1);
    }

    .login-icon input {
        -webkit-appearance: none;
        -moz-appearance: none;
        display: flex;
        margin: 0;
    }

    .login-item input:checked~.login-icon {
        background: var(--tp-400);
    }

    .website-bg {
        font-size: 16px;
        background: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, rgba(121, 36, 240, 1) 100%);
        border-radius: 20px;
        display: flex;
        justify-content: center;
        margin-top: 119px;
        overflow: hidden;
        margin-bottom: 60px;
        flex-direction: column;
        align-items: center;
        padding-top: 35px;
        font-weight: 300;
        color: var(--tp-600);
    }

    .website-bg h2 {
        font-weight: 500 !important
    }

    .about-bg img {
        height: 523px;
        border-radius: 20px;
        width: 1200px;
        margin-bottom: -50px;
        margin-top: 35px;
    }

    .feature-box-list {
        display: flex;
        gap: 26px;
        margin-bottom: 96px;
    }

    .feature-box {
        background: var(--tp-200);
        padding: 20px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 16px;
        width: 33.333%;
    }

    .feature-top {
        display: flex;
        align-items: center;
        gap: 20px;
    }

    .feature-top h2 {
        margin: 0;
    }

    .feature-img img {
        display: flex;
    }

    .title-box {
        background: var(--tp-200);
        padding: 15px;
        border-radius: 15px;
        display: flex;
        flex-direction: column;
        gap: 10px;
        font-size: 24px;
        align-items: center;
        margin-bottom: 60px;
    }

    .title-box b {
        padding: 0;
        margin: 0;
        background: linear-gradient(90deg, rgba(219, 94, 252, 1) 0, rgba(161, 34, 195, 1) 48%, #ae00a4 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .title-box h3 {
        font-weight: 600;
    }

    .map-title {
        display: flex;
        text-align: center;
        flex-direction: column;
        font-size: 32px;
        font-weight: 800;
    }

    .map-title span {
        font-size: 16px;
        color: #777e90;
        font-weight: 400;
    }

    .map-list {
        display: flex;
        gap: 28px;
        margin-bottom: 60px;
    }

    .map-box {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 20px;
        width: 33.333333%;
    }

    .map-img {
        background: var(--tp-500);
        border-radius: 15px;
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .circle-padding {
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }

    .circle-padding img {
        height: 17px;
        position: absolute;
    }

    .map-name {
        font-size: 16px;
        font-weight: 700;
    }

    .map-text {
        text-align: center;
        color: #b7b7b7;
        font-size: 14px;
        line-height: 1.6;
    }

    /* footer {
    background: var(--tp-200);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    padding-top: 15px;
    padding-bottom: 22px;
    flex-direction: column;
}

.footer {
    background: var(--tp-200);
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    padding-top: 40px;
    padding-bottom: 12px;
}

.footer-logo {
    margin-left: 50px;
}

.footer-link {
    margin-right: 50px;
    display: flex;
    gap: 49px;
    font-size: 20px;
} */

    .text-content {
        display: flex;
        align-items: center;
    }

    .text-img {
        width: 30%;
    }

    .text-img img {
        width: 30%;
        height: 300px;
        width: 300px;
    }

    .text-icerik {
        width: 70%;
    }

    .makale-box {
        padding: 10px;
        border-radius: 15px;
        background: var(--tp-200);
        height: 151px;
        overflow-y: scroll;
        font-size: 16px;
    }

    .makale-content {
        display: flex;
        gap: 99px;
    }
}

.feature-box h2 {
    color: var(--tp-600);
    line-height: 1.42857143;
    display: block;
    font-size: 1.5em;
    font-weight: bold;
}

.feature-box p {
    color: var(--tp-500);
    margin: 0;
    line-height: 1.42857143;
}

.text-center {
    text-align: center !important;
}

#block_777 .text-block__title {
    margin-bottom: 8px;
}

#block_777 h5 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 16px;
    font-weight: 700;
    font-style: normal;
}

#block_777 h1 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 30px;
    font-weight: 700;
    font-style: normal;
}

#block_777 p {
    color: #9CA7BE;
    margin-top: 0;
    margin-bottom: 0px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.5;
}

#block_777 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 47.7px;
    padding-top: 0px;
}

#block_666 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 24px;
    /* padding-top: 80px; */
}

#block_666 .text-block__title {
    margin-bottom: 8px;
}

#block_666 h2 {
    color: #ffffff;
    margin-top: 0;
    margin-bottom: 0.5rem;
    line-height: 1.2;
    font-size: 31px;
    font-weight: 700;
    font-style: normal;
}

#block_666 .text-block__description {
    font-stretch: normal;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.5;
}

#block_666 p {
    color: #9CA7BE;
    margin-top: 0px;
    margin-bottom: 0px;
}

#block_696 {
    position: relative;
    overflow: hidden;
    min-height: auto;
    padding-bottom: 96px;
    padding-top: 30px;
}

#block_696 .divider-top {
    background-image: none;
    width: 100%;
    position: absolute;
    top: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 58px;
    height: 58px;
    z-index: 0;
}

#block_696 .divider-bottom {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9InJnYmEoMjksIDEzMSwgMjM1LCAxKSI+PHBhdGggZD0iTTMyMCAyOGMzMjAgMCAzMjAgODQgNjQwIDg0IDE2MCAwIDI0MC0yMSAzMjAtNDJ2NzBIMFY3MGM4MC0yMSAxNjAtNDIgMzIwLTQyeiIvPjwvZz48L3N2Zz4=);
    width: 100%;
    position: absolute;
    bottom: 0px;
    transform: rotateY(180deg);
    background-repeat: repeat-x;
    background-position: 0px 0px;
    background-size: 100% 200px;
    height: 200px;
    z-index: 0;
}

#block_696 .bg {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-color: transparent;
    background-image: none;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-attachment: scroll;
    opacity: 1;
    filter: blur(0px);
}

#block_696 .bg:after {
    content: ' ';
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

#block_696 .how-it-works-number {
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card {
    margin-top: 47px;
}

#block_696 .how-it-works-col {}

#block_696 .how-it-works-card {
    position: relative;
    margin-bottom: 16px;
}

#block_696 .how-it-works-title {
    position: relative;
}

#block_696 .how-it-works-description {
    position: relative;
}

#block_696 .how-it-works-preview {
    position: relative;
}

#block_696 .how-it-works-arrow-top svg g {
    fill: "";
}

#block_696 .how-it-works-arrow-bottom svg g {
    fill: "";
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-top {
    content: ' ';
    position: absolute;
    width: 124px;
    height: 30px;
    right: -74px;
    top: -27px;
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-bottom {
    content: ' ';
    position: absolute;
    width: 124px;
    height: 30px;
    right: -72px;
    top: 100px;
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(4n) .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_696 .how-it-works-row .how-it-works-col:nth-child(4n) .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_696 .how-it-works-row .how-it-works-col:last-child .how-it-works-card .how-it-works-arrow-bottom {
    display: none;
}

#block_696 .how-it-works-row .how-it-works-col:last-child .how-it-works-card .how-it-works-arrow-top {
    display: none;
}

#block_696 .how-it-works-rtl .how-it-works-arrow-bottom {
    transform: scale(-1, 1);
}

#block_696 .how-it-works-rtl .how-it-works-arrow-top {
    transform: scale(-1, 1);
}

#block_696 .how-it-works-rtl .how-it-works-row .how-it-works-col:nth-child(odd) .how-it-works-card .how-it-works-arrow-top {
    left: -74px;
    right: auto;
}

#block_696 .how-it-works-rtl .how-it-works-row .how-it-works-col:nth-child(even) .how-it-works-card .how-it-works-arrow-bottom {
    left: -72px;
    right: auto;
}

#block_696 .how-it-works-rtl .how-it-works-card {
    text-align: right;
}

@media (max-width: 991px) {
    #block_696 .how-it-works-row .how-it-works-col:nth-child(2n) .how-it-works-card .how-it-works-arrow-top {
        display: none;
    }

    #block_696 .how-it-works-row .how-it-works-col:nth-child(2n) .how-it-works-card .how-it-works-arrow-bottom {
        display: none;
    }
}

@media (max-width: 768px) {
    #block_696 .how-it-works-arrow-bottom {
        display: none;
    }

    #block_696 .how-it-works-arrow-top {
        display: none;
    }
}

#block_696 span {
    color: var(--tp-500);
}

.style-bg-color-light {
    background: var(--tp-200);
    color: var(--tp-600);
}

.style-border-radius-50 {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

.dash-sss .sss-tab {
    background-color: var(--tp-200);
}

.faq .d-card {
    background-color: var(--tp-800);
}

.home-box-3 .footer-top {
    background: var(--tp-900) url(../img/halftone.png);
}