

/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .welcome-block {
        position: relative;
        height: auto;
        display: grid;
        grid-template-columns: 1fr auto;
        gap: 20px;
        padding: 60px 50px 60px 50px;
        box-sizing: border-box;
    }

    .welcome-block .buttons {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        padding: 50px 21px 21px 0;
        box-sizing: border-box;
    }


    .welcome-block-text {
        font-size: 21px;
        color: white;
        padding: 50px 20px 20px 20px;
        box-sizing: border-box;
    }

    .welcome-block-text h1 {
        font-size: 54px;
        font-weight: 500;
        line-height: 54px;
        margin: 0 0 20px 0;
    }

    .welcome-block-image {
        width: 500px;
        height: 500px;
        align-self: center;
        justify-self: center;
        background: url(/images/index/user-preview.jpg) no-repeat center;
        background-size: contain;
        border-radius: 12px;
        overflow: hidden;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .welcome-block {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 60px 50px 30px 50px;
        box-sizing: border-box;
    }

    .welcome-block .buttons {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 20px;
        padding: 50px 21px 21px 0;
        box-sizing: border-box;
    }


    .welcome-block-text {
        font-size: 21px;
        color: white;
        padding: 50px 20px 0px 20px;
        box-sizing: border-box;
    }

    .welcome-block-text h1 {
        font-size: 44px;
        font-weight: 500;
        line-height: 54px;
        margin: 0 0 20px 0;
    }

    .welcome-block-image {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 12px;
        overflow: hidden;
    }

    .welcome-block-image-inner {
        width: 100%;
        padding-bottom: 56.25%;
        align-self: center;
        justify-self: center;
        background: url(/images/index/user-preview-tablet.png) no-repeat center;
        background-size: contain;
        border-radius: 12px;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .welcome-block {
        position: relative;
        height: auto;
        display: flex;
        flex-direction: column;
        gap: 20px;
        padding: 30px 30px 10px 30px;
        box-sizing: border-box;
    }

    .welcome-block .links {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        gap: 25px;
        padding: 30px 21px 21px 0;
        box-sizing: border-box;
    }

    .welcome-block .links a, .welcome-block .links a:visited {
        font-size: 18px;
        font-family: Noto Sans;
        font-weight: 500;
        color: #017eda;
        text-decoration: none;
    }

    .welcome-block-text {
        font-size: 19px;
        color: white;
        padding: 10px 20px 0px 20px;
        box-sizing: border-box;
    }

    .welcome-block-text h1 {
        font-size: 30px;
        font-weight: 500;
        line-height: 30px;
        margin: 0 0 20px 0;
    }

    .welcome-block-image {
        position: relative;
        width: 100%;
        height: auto;
        border-radius: 12px;
        overflow: hidden;
    }

    .welcome-block-image-inner {
        width: 100%;
        padding-bottom: 56.25%;
        align-self: center;
        justify-self: center;
        background: url(/images/index/user-preview-tablet.png) no-repeat center;
        background-size: contain;
        border-radius: 12px;
    }

}

/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .preview-block {
        position: relative;
        width: 100%;
        height: 500px;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(97, 6, 116);
    }

    .preview-block-content {
        position: relative;
        width: 100%;
        height: 500px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 50px 30px 50px;
        box-sizing: border-box;
    }

    .preview-block .preview-header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 50px 0 30px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 30px;
        color: white;
    }

    .preview-block .preview-block-image {
        position: relative;
        width: 1024px;
        height: 400px;
        background: url(/images/index/gallery-preview.png) no-repeat center;
        background-size: contain;
    }

    .preview-curve-bottom {
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        overflow: hidden;
    }

    .preview-curve-bottom svg {
        display: block;
        width: 100%;
        height: 100%;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .preview-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(97, 6, 116);
    }

    .preview-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 50px 30px 50px;
        box-sizing: border-box;
    }

    .preview-block .preview-header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 50px 0 30px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 30px;
        color: white;
    }

    .preview-block .preview-block-image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        background: url(/images/index/gallery-preview.png) no-repeat center;
        background-size: contain;
    }

    .preview-curve-bottom {
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        overflow: hidden;
    }

    .preview-curve-bottom svg {
        display: block;
        width: 100%;
        height: 100%;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .preview-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: rgb(97, 6, 116);
    }

    .preview-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 50px 30px 50px;
        box-sizing: border-box;
    }

    .preview-block .preview-header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 24px;
        color: white;
    }

    .preview-block .preview-block-image {
        position: relative;
        width: 100%;
        padding-bottom: 56.25%;
        background: url(/images/index/gallery-preview.png) no-repeat center;
        background-size: contain;
    }

    .preview-curve-bottom {
        position: relative;
        width: 100%;
        height: 70px;
        display: block;
        overflow: hidden;
    }

    .preview-curve-bottom svg {
        display: block;
        width: 100%;
        height: 100%;
    }

}

/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .platform-header {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px 0 50px 0;
        box-sizing: border-box;
        font-size: 21px;
        color: white;
    }

    .platform-header h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 54px;
    }

    .platform-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 50px 10px 50px;
        box-sizing: border-box;
        gap: 30px;
    }

    .platform-block .platform {
        position: relative;
        width: 250px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .platform-block .platform-text {
        font-size: 20px;
        color: white;
        text-align: center;
    }

    .platform-block a, .platform-block a:visited {
        font-size: 18px;
        font-family: Noto Sans;
        font-weight: 500;
        color: #017eda;
        text-decoration: none;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .platform-header {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
        box-sizing: border-box;
        font-size: 21px;
        color: white;
    }

    .platform-header h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 54px;
    }

    .platform-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 50px 10px 50px;
        box-sizing: border-box;
        gap: 30px;
    }

    .platform-block .platform {
        position: relative;
        width: 250px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .platform-block .platform-text {
        font-size: 20px;
        color: white;
        text-align: center;
    }

    .platform-block a, .platform-block a:visited {
        font-size: 18px;
        font-family: Noto Sans;
        font-weight: 500;
        color: #017eda;
        text-decoration: none;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .platform-header {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        text-align: center;
        padding: 50px;
        box-sizing: border-box;
        font-size: 19px;
        color: white;
    }

    .platform-header h2 {
        margin: 0;
        padding: 0 0 20px 0;
        font-size: 25px;
        font-weight: 500;
        line-height: 25px;
    }

    .platform-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px 50px 10px 50px;
        box-sizing: border-box;
        gap: 15px;
    }

    .platform-block .platform {
        position: relative;
        width: 250px;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }

    .platform-block .platform-text {
        font-size: 20px;
        color: white;
        text-align: center;
    }

    .platform-block a, .platform-block a:visited {
        font-size: 18px;
        font-family: Noto Sans;
        font-weight: 500;
        color: #017eda;
        text-decoration: none;
    }

}

.android-icon {
    position: relative;
    width: 250px;
    height: 250px;
    background: url(/images/index/app-for-android.png) no-repeat center;
    background-size: contain;
}

.windows-icon {
    position: relative;
    width: 250px;
    height: 250px;
    background: url(/images/index/app-for-windows.png) no-repeat center;
    background-size: contain;
}

.linux-icon {
    position: relative;
    width: 250px;
    height: 250px;
    background: url(/images/index/app-for-linux.png) no-repeat center;
    background-size: contain;
}

.mac-icon {
    position: relative;
    width: 250px;
    height: 250px;
    background: url(/images/index/app-for-macos.png) no-repeat center;
    background-size: contain;
}

.ios-icon {
    position: relative;
    width: 250px;
    height: 250px;
    background: url(/images/index/app-for-ios.png) no-repeat center;
    background-size: contain;
}


/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .browsers-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 70px 0 30px 0;
        padding: 0 50px 0 50px;
        box-sizing: border-box;
    }

    .browsers-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px;
        box-sizing: border-box;
        gap: 20px;
        background: #212121;
        border-radius: 12px;
        font-size: 18px;
        color: white;
    }

    .browsers-block h3 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    .browsers-block .text {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        padding: 10px 21px 21px 21px;
    }

    .browsers-logos {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 0;
        box-sizing: border-box;
    }

    .browser-logo {
        flex: 0 0 128px;
        width: 128px;
        height: 128px;
        cursor: pointer;
        overflow: hidden;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .browsers-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 70px 0 30px 0;
        padding: 0 50px 0 50px;
        box-sizing: border-box;
    }

    .browsers-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 50px;
        box-sizing: border-box;
        gap: 20px;
        background: #212121;
        border-radius: 12px;
        font-size: 18px;
        color: white;
    }

    .browsers-block h3 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    .browsers-block .text {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        padding: 10px 21px 21px 21px;
    }

    .browsers-logos {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 30px;
        padding: 0;
        box-sizing: border-box;
    }

    .browser-logo {
        flex: 0 0 128px;
        width: 128px;
        height: 128px;
        cursor: pointer;
        overflow: hidden;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .browsers-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 30px 0;
        padding: 0 20px 0 20px;
        box-sizing: border-box;
    }

    .browsers-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 10px;
        box-sizing: border-box;
        gap: 20px;
        background: #212121;
        border-radius: 12px;
        font-size: 18px;
        color: white;
    }

    .browsers-block h3 {
        margin: 0;
        padding: 20px 0 0 0;
        font-size: 24px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
    }

    .browsers-block .text {
        margin: 0;
        padding: 0;
        font-size: 19px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        padding: 10px 21px 21px 21px;
    }

    .browsers-logos {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 10px;
        padding: 0;
        box-sizing: border-box;
    }

    .browser-logo {
        flex: 0 0 128px;
        width: 128px;
        height: 128px;
        cursor: pointer;
        overflow: hidden;
    }

}

.chrome-logo {
	background: url(/images/index/browsers/mipmap.png) 0px 0px no-repeat;
}

.chrome-logo:hover {
	background: url(/images/index/browsers/mipmap.png) -128px 0px no-repeat;
}

.edge-logo {
	background: url(/images/index/browsers/mipmap.png) -256px 0px no-repeat;
}

.edge-logo:hover {
	background: url(/images/index/browsers/mipmap.png) -384px 0px no-repeat;
}

.firefox-logo {
	background: url(/images/index/browsers/mipmap.png) -512px 0px no-repeat;
}

.firefox-logo:hover {
	background: url(/images/index/browsers/mipmap.png) -640px 0px no-repeat;
}

.opera-logo {
	background: url(/images/index/browsers/mipmap.png) -768px 0px no-repeat;
}

.opera-logo:hover {
	background: url(/images/index/browsers/mipmap.png) -896px 0px no-repeat;
}

.safari-logo {
	background: url(/images/index/browsers/mipmap.png) -1024px 0px no-repeat;
}

.safari-logo:hover {
	background: url(/images/index/browsers/mipmap.png) -1152px 0px no-repeat;
}

.yandex-logo {
	background: url(/images/index/browsers/mipmap.png) -1280px 0px no-repeat;
}

.yandex-logo:hover {
	background: url(/images/index/browsers/mipmap.png) -1408px 0px no-repeat;
}

/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .features-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 50px 100px 50px;
        box-sizing: border-box;
        font-size: 21px;
        color: white;
    }

    .features-block h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 54px;
        padding: 0 0 30px 0;
        box-sizing: border-box;
    }

    .feature-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 0;
        box-sizing: border-box;
    }

    .feature-card {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        border-radius: 12px;
    }

    .feature-card h2 {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
    }

    .feature-card .text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 18px;
        color: white;
        line-height: 1.5;
        text-align: center;
    }

    .feature-card .preview {
        position: relative;
        width: 400px;
        height: 400px;
    }

    .feature-card .preview img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .features-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 30px 50px 100px 50px;
        box-sizing: border-box;
        font-size: 21px;
        color: white;
    }

    .features-block h2 {
        margin: 0;
        padding: 0;
        font-size: 30px;
        font-weight: 500;
        line-height: 54px;
        padding: 0 0 30px 0;
        box-sizing: border-box;
    }

    .feature-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 40px;
        padding: 0;
        box-sizing: border-box;
    }

    .feature-card {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        border-radius: 12px;
    }

    .feature-card h2 {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
    }

    .feature-card .text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 18px;
        color: white;
        line-height: 1.5;
        text-align: center;
    }

    .feature-card .preview {
        position: relative;
        width: 400px;
        height: 400px;
    }

    .feature-card .preview img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .features-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 20px 30px 50px 30px;
        box-sizing: border-box;
        font-size: 21px;
        color: white;
    }

    .features-block h2 {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 21px;
        padding: 0;
        box-sizing: border-box;
    }

    .feature-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0;
        box-sizing: border-box;
    }

    .feature-card {
        position: relative;
        width: 100%;
        height: auto;
        max-width: 400px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 0;
        border-radius: 12px;
    }

    .feature-card h2 {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
    }

    .feature-card .text {
        position: relative;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 10px;
        width: 100%;
        height: auto;
        padding: 10px;
        box-sizing: border-box;
        font-size: 18px;
        color: white;
        line-height: 1.5;
        text-align: center;
    }

    .feature-card .preview {
        position: relative;
        width: 400px;
        height: 400px;
    }

    .feature-card .preview img {
            width: 100%;
            height: 100%;
            display: block;
            object-fit: contain;
    }

}

/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .faq-curve {
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        overflow: hidden;
    }

    .faq-curve svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .faq-curve-bottom {
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        overflow: hidden;
    }

    .faq-curve-bottom svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .faq-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1c5ab8;
    }

    .faq-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 50px 70px 50px;
        box-sizing: border-box;
    }

    .faq-block .faq-header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 30px;
        color: white;
    }

    .faq-block .faqs {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        box-sizing: border-box;
    }

    .faq-block .faqs .faq-item {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 10px 0;
        border-top: 1px solid white;
    }

    .faq-block .faqs .faq-item-end {
        border-bottom: 1px solid white;
    }

    .faq-block .faqs .faq-item .question {
        position: relative;
        font-size: 18px;
        font-family: Noto Sans;
        font-weight: 600;
        color: white;
        cursor: pointer;
        padding: 20px;
        box-sizing: border-box;
    }

    .faq-block .faqs .faq-item .question:hover {
        background: #114491;
        color: white;
    }

    .faq-block .faqs .faq-item .question svg {
        fill: white;
    }

    .faq-block .faqs .faq-item .question:hover svg {
        fill: white;
    }

    .faq-block .faqs .faq-item .answer {
        font-size: 16px;
        font-family: Noto Sans;
        font-weight: 400;
        color: white;
        padding: 20px;
        box-sizing: border-box;
    }

    .faq-block .arrow-down {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .faq-block .arrow-up {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .faq-block .arrow-down-icon {
        width: 24px;
        height: 24px;
    }

    .faq-block .arrow-up-icon {
        width: 24px;
        height: 24px;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .faq-curve {
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        overflow: hidden;
    }

    .faq-curve svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .faq-curve-bottom {
        position: relative;
        width: 100%;
        height: 100px;
        display: block;
        overflow: hidden;
    }

    .faq-curve-bottom svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .faq-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1c5ab8;
    }

    .faq-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 50px 70px 50px;
        box-sizing: border-box;
    }

    .faq-block .faq-header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 20px 0 20px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 30px;
        color: white;
    }

    .faq-block .faqs {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        box-sizing: border-box;
    }

    .faq-block .faqs .faq-item {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 10px 0;
        border-top: 1px solid white;
    }

    .faq-block .faqs .faq-item-end {
        border-bottom: 1px solid white;
    }

    .faq-block .faqs .faq-item .question {
        position: relative;
        font-size: 18px;
        font-family: Noto Sans;
        font-weight: 600;
        color: white;
        cursor: pointer;
        padding: 20px;
        box-sizing: border-box;
    }

    .faq-block .faqs .faq-item .question:hover {
        background: #114491;
        color: white;
    }

    .faq-block .faqs .faq-item .question svg {
        fill: white;
    }

    .faq-block .faqs .faq-item .question:hover svg {
        fill: white;
    }

    .faq-block .faqs .faq-item .answer {
        font-size: 16px;
        font-family: Noto Sans;
        font-weight: 400;
        color: white;
        padding: 20px;
        box-sizing: border-box;
    }

    .faq-block .arrow-down {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .faq-block .arrow-up {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .faq-block .arrow-down-icon {
        width: 24px;
        height: 24px;
    }

    .faq-block .arrow-up-icon {
        width: 24px;
        height: 24px;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .faq-curve {
        position: relative;
        width: 100%;
        height: 70px;
        display: block;
        overflow: hidden;
    }

    .faq-curve svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .faq-curve-bottom {
        position: relative;
        width: 100%;
        height: 70px;
        display: block;
        overflow: hidden;
    }

    .faq-curve-bottom svg {
        display: block;
        width: 100%;
        height: 100%;
    }

    .faq-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        background: #1c5ab8;
    }

    .faq-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 0 30px 50px 30px;
        box-sizing: border-box;
    }

    .faq-block .faq-header {
        position: relative;
        width: 100%;
        height: auto;
        padding: 10px 0 10px 0;
        box-sizing: border-box;
        text-align: center;
        font-size: 25px;
        color: white;
    }

    .faq-block .faqs {
        position: relative;
        width: 100%;
        display: flex;
        flex-direction: column;
        padding-top: 50px;
        box-sizing: border-box;
    }

    .faq-block .faqs .faq-item {
        position: relative;
        width: 100%;
        box-sizing: border-box;
        padding: 10px 0 10px 0;
        border-top: 1px solid white;
    }

    .faq-block .faqs .faq-item-end {
        border-bottom: 1px solid white;
    }

    .faq-block .faqs .faq-item .question {
        position: relative;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
        gap: 15px;
        font-size: 15px;
        font-family: Noto Sans;
        font-weight: 500;
        color: white;
        cursor: pointer;
        padding: 10px;
        box-sizing: border-box;
    }

    .faq-block .faqs .faq-item .question:hover {
        background: #114491;
        color: white;
    }

    .faq-block .faqs .faq-item .question svg {
        fill: white;
    }

    .faq-block .faqs .faq-item .question:hover svg {
        fill: white;
    }

    .faq-block .faqs .faq-item .answer {
        font-size: 16px;
        font-family: Noto Sans;
        font-weight: 400;
        color: white;
        padding: 20px;
        box-sizing: border-box;
    }

    .faq-block .arrow-down {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .faq-block .arrow-up {
        position: absolute;
        top: 50%;
        right: 20px;
        width: 24px;
        height: 24px;
        transform: translateY(-50%);
        cursor: pointer;
    }

    .faq-block .arrow-down-icon {
        width: 24px;
        height: 24px;
    }

    .faq-block .arrow-up-icon {
        width: 24px;
        height: 24px;
    }

}


/* Wide screens (1048px and above) */
@media (min-width: 1048px) {

    .secure-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 100px 0 100px 0;
        padding: 0 50px 0 50px;
        box-sizing: border-box;
    }

    .secure-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 100px 50px 100px 50px;
        box-sizing: border-box;
        gap: 20px;
        background: #212121;
        border-radius: 12px;
        font-size: 18px;
        color: white;
    }

    .secure-block h3 {
        margin: 0;
        padding: 0;
        font-size: 38px;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    .secure-block .text {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        padding: 21px;
    }

    .secure-block .buttons {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0 21px;
        box-sizing: border-box;
    }

}

/* Tablet screens (685px to 1047px) */
@media (min-width: 685px) and (max-width: 1047px) {

    .secure-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 100px 0 100px 0;
        padding: 0 50px 0 50px;
        box-sizing: border-box;
    }

    .secure-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 100px 50px 100px 50px;
        box-sizing: border-box;
        gap: 20px;
        background: #212121;
        border-radius: 12px;
        font-size: 18px;
        color: white;
    }

    .secure-block h3 {
        margin: 0;
        padding: 0;
        font-size: 38px;
        font-weight: 500;
        line-height: 41px;
        text-align: center;
    }

    .secure-block .text {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 24px;
        text-align: center;
        padding: 21px;
    }

    .secure-block .buttons {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0 21px;
        box-sizing: border-box;
    }

}

/* Mobile screens (up to 684px) */
@media (max-width: 684px) {

    .secure-block {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        margin: 50px 0 50px 0;
        padding: 0 30px 0 30px;
        box-sizing: border-box;
    }

    .secure-block-content {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 100px 30px 100px 30px;
        box-sizing: border-box;
        gap: 20px;
        background: #212121;
        border-radius: 12px;
        font-size: 18px;
        color: white;
    }

    .secure-block h3 {
        margin: 0;
        padding: 0;
        font-size: 25px;
        font-weight: 500;
        line-height: 25px;
        text-align: center;
    }

    .secure-block .text {
        margin: 0;
        padding: 0;
        font-size: 21px;
        font-weight: 500;
        line-height: 21px;
        text-align: center;
        padding: 10px;
    }

    .secure-block .buttons {
        position: relative;
        width: 100%;
        height: auto;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 20px;
        padding: 0 10px;
        box-sizing: border-box;
    }

}

