html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

.cs-button-6 {
    display: inline-flex;
    align-items: center;
    gap: 0.65rem;
    padding: 0.9rem 1.75rem;
    border-radius: 999px;
    border: 2px solid #0d1f30;
    background-color: #ffffff;
    color: #0d1f30 !important;
    font-weight: 600;
    font-size: 0.95rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    text-decoration: none;
    transition: background-color 0.25s ease, color 0.25s ease, box-shadow 0.25s ease, transform 0.25s ease;
    box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.1)
}

.cs-button-6 .cs-icon {
    transition: transform 0.25s ease
}

.cs-button-6:hover,
.cs-button-6:focus-visible {
    background-color: #0d1f30;
    color: #ffffff !important;
    transform: translateY(-1px);
    box-shadow: 0 1.25rem 2rem rgba(0, 0, 0, 0.15)
}

.cs-button-6:hover .cs-icon,
.cs-button-6:focus-visible .cs-icon {
    transform: translateX(6px)
}

.cs-button-6:hover .cs-icon path,
.cs-button-6:focus-visible .cs-icon path {
    fill: #ffffff
}

.cs-button-6:focus-visible {
    outline: 3px solid #0d1f30;
    outline-offset: 4px
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    -webkit-text-size-adjust: none
}

html {
    font-size: 16px
}

p {
    color: #444444;
    line-height: 1.5
}

h6 {
    font-size: 1.25rem;
    letter-spacing: -0.005em
}

h5 {
    font-size: 1.5625rem
}

h4 {
    font-size: 1.95rem;
    line-height: 1.3
}

h3 {
    letter-spacing: -0.015em
}

h2 {
    line-height: 1.1
}

h1 {
    letter-spacing: -0.02em;
    line-height: 1
}

mark {
    background-color: transparent;
    color: inherit
}

input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input,
select,
textarea {
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none
}

html {
    box-sizing: border-box
}

*,
*:before,
*:after {
    box-sizing: inherit
}

body {
    padding-top: 12rem
}

body.nav-locked {
    overflow: hidden
}

.cs-lang-toggle--mobile {
    display: none
}

body.is-preload *,
body.is-preload *:before,
body.is-preload *:after {
    -moz-animation: none !important;
    -webkit-animation: none !important;
    -ms-animation: none !important;
    animation: none !important;
    -moz-transition: none !important;
    -webkit-transition: none !important;
    -ms-transition: none !important;
    transition: none !important
}

body,
input,
textarea,
select,
button {
    font-family: 'Inter', system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', sans-serif;
    line-height: 1.5;
    color: #111111;
    font-weight: 400;
    font-size: 16px
}

input,
textarea {
    color: #111111
}

input::placeholder,
textarea::placeholder {
    color: #555555
}

.form-status {
    margin-top: 0.75rem;
    font-weight: 700;
    color: #0f7a28 !important;
    text-align: center;
    display: block;
    width: 100%;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
    background: transparent;
    padding: 0;
    border-radius: 12px
}

.form-status:not(:empty) {
    background: #8fdd9e;
    padding: 0.85rem 1.2rem
}

.form-status:empty {
    display: none
}

.form-status.is-error {
    color: #b91c1c;
    background: rgba(185, 28, 28, 0.12);
    padding: 0.85rem 1.2rem
}

:lang(ar) {
    font-family: 'Almarai', 'Inter', system-ui, sans-serif
}

a {
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: #0d1f30;
    text-decoration: underline
}

a:hover {
    color: #0d1f30 !important
}

a img {
    border: 0
}

b,
strong {
    font-weight: 600;
    color: #3e3e3e
}

i,
em {
    font-style: italic
}

sub {
    position: relative;
    top: 0.5em;
    font-size: 0.8em
}

sup {
    position: relative;
    top: -0.5em;
    font-size: 0.8em
}

blockquote {
    border-left: solid 0.75em #eee;
    padding: 1em 0 1em 1.5em;
    font-style: italic
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #3e3e3e;
    margin: 0 0 0.75em 0;
    font-weight: 700
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
    text-decoration: none;
    color: inherit
}

h1 {
    font-size: 3.8rem;
    letter-spacing: -0.02em;
    line-height: 1
}

h1 strong {
    font-weight: 700
}

h2 {
    font-size: 3.05rem;
    letter-spacing: -0.01em;
    line-height: 1.1
}

h3 {
    font-size: 2.44rem;
    letter-spacing: -0.015em;
    line-height: 1.15
}

h4 {
    font-size: 1.95rem;
    line-height: 1.3
}

h5 {
    font-size: 1.5625rem;
    line-height: 1.25
}

h6 {
    font-size: 1.25rem;
    letter-spacing: -0.005em;
    line-height: 1.2
}

em,
i {
    font-style: italic
}

br.clear {
    clear: both
}

hr {
    border: 0;
    border-top: solid 1px #444;
    border-top-color: rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 0px 0px rgba(255, 255, 255, 0.1);
    height: 1px;
    margin: 3em 0
}

p,
ul,
ol,
dl,
table {
    margin-bottom: 2em
}

header {
    margin: 0 0 3em 0
}

header>p {
    font-size: 1.25em;
    margin: 0
}

footer {
    margin: 2em 0 0 0
}

footer>p {
    font-size: 1.1em
}

.container {
    margin: 0 auto;
    max-width: calc(100% - 50px);
    width: 1200px
}

.container.medium {
    width: 900px
}

@media screen and (max-width:1680px) {
    .container {
        width: 1200px
    }

    .container.medium {
        width: 900px
    }
}

@media screen and (max-width:1280px) {
    .container {
        width: 960px
    }

    .container.medium {
        width: 720px
    }
}

@media screen and (max-width:980px) {
    .container {
        width: 100%
    }

    .container.medium {
        width: 75%
    }
}

@media screen and (max-width:736px) {
    .container {
        width: 100%;
        max-width: calc(100% - 30px)
    }

    .container.medium {
        width: 100%
    }
}

.row {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    align-items: stretch
}

.row>* {
    box-sizing: border-box
}

.row.gtr-uniform>*>:last-child {
    margin-bottom: 0
}

.row.aln-left {
    justify-content: flex-start
}

.row.aln-center {
    justify-content: center
}

.row.aln-right {
    justify-content: flex-end
}

.row.aln-top {
    align-items: flex-start
}

.row.aln-middle {
    align-items: center
}

.row.aln-bottom {
    align-items: flex-end
}

.row>.imp {
    order: -1
}

.row>.col-1 {
    width: 8.33333%
}

.row>.off-1 {
    margin-left: 8.33333%
}

.row>.col-2 {
    width: 16.66667%
}

.row>.off-2 {
    margin-left: 16.66667%
}

.row>.col-3 {
    width: 25%
}

.row>.off-3 {
    margin-left: 25%
}

.row>.col-4 {
    width: 33.33333%
}

.row>.off-4 {
    margin-left: 33.33333%
}

.row>.col-5 {
    width: 41.66667%
}

.row>.off-5 {
    margin-left: 41.66667%
}

.row>.col-6 {
    width: 50%
}

.row>.off-6 {
    margin-left: 50%
}

.row>.col-7 {
    width: 58.33333%
}

.row>.off-7 {
    margin-left: 58.33333%
}

.row>.col-8 {
    width: 66.66667%
}

.row>.off-8 {
    margin-left: 66.66667%
}

.row>.col-9 {
    width: 75%
}

.row>.off-9 {
    margin-left: 75%
}

.row>.col-10 {
    width: 83.33333%
}

.row>.off-10 {
    margin-left: 83.33333%
}

.row>.col-11 {
    width: 91.66667%
}

.row>.off-11 {
    margin-left: 91.66667%
}

.row>.col-12 {
    width: 100%
}

.row>.off-12 {
    margin-left: 100%
}

.row.gtr-0 {
    margin-top: 0px;
    margin-left: 0px
}

.row.gtr-0>* {
    padding: 0px 0 0 0px
}

.row.gtr-0.gtr-uniform {
    margin-top: 0px
}

.row.gtr-0.gtr-uniform>* {
    padding-top: 0px
}

.row.gtr-25 {
    margin-top: -6.25px;
    margin-left: -6.25px
}

.row.gtr-25>* {
    padding: 6.25px 0 0 6.25px
}

.row.gtr-25.gtr-uniform {
    margin-top: -6.25px
}

.row.gtr-25.gtr-uniform>* {
    padding-top: 6.25px
}

.row.gtr-50 {
    margin-top: -12.5px;
    margin-left: -12.5px
}

.row.gtr-50>* {
    padding: 12.5px 0 0 12.5px
}

.row.gtr-50.gtr-uniform {
    margin-top: -12.5px
}

.row.gtr-50.gtr-uniform>* {
    padding-top: 12.5px
}

.row {
    margin-top: -25px;
    margin-left: -25px
}

.row>* {
    padding: 25px 0 0 25px
}

.row.gtr-uniform {
    margin-top: -25px
}

.row.gtr-uniform>* {
    padding-top: 25px
}

.row.gtr-150 {
    margin-top: -37.5px;
    margin-left: -37.5px
}

.row.gtr-150>* {
    padding: 37.5px 0 0 37.5px
}

.row.gtr-150.gtr-uniform {
    margin-top: -37.5px
}

.row.gtr-150.gtr-uniform>* {
    padding-top: 37.5px
}

.row.gtr-200 {
    margin-top: -50px;
    margin-left: -50px
}

.row.gtr-200>* {
    padding: 50px 0 0 50px
}

.row.gtr-200.gtr-uniform {
    margin-top: -50px
}

.row.gtr-200.gtr-uniform>* {
    padding-top: 50px
}

@media screen and (max-width:1680px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch
    }

    .row>* {
        box-sizing: border-box
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-xlarge {
        order: -1
    }

    .row>.col-1-xlarge {
        width: 8.33333%
    }

    .row>.off-1-xlarge {
        margin-left: 8.33333%
    }

    .row>.col-2-xlarge {
        width: 16.66667%
    }

    .row>.off-2-xlarge {
        margin-left: 16.66667%
    }

    .row>.col-3-xlarge {
        width: 25%
    }

    .row>.off-3-xlarge {
        margin-left: 25%
    }

    .row>.col-4-xlarge {
        width: 33.33333%
    }

    .row>.off-4-xlarge {
        margin-left: 33.33333%
    }

    .row>.col-5-xlarge {
        width: 41.66667%
    }

    .row>.off-5-xlarge {
        margin-left: 41.66667%
    }

    .row>.col-6-xlarge {
        width: 50%
    }

    .row>.off-6-xlarge {
        margin-left: 50%
    }

    .row>.col-7-xlarge {
        width: 58.33333%
    }

    .row>.off-7-xlarge {
        margin-left: 58.33333%
    }

    .row>.col-8-xlarge {
        width: 66.66667%
    }

    .row>.off-8-xlarge {
        margin-left: 66.66667%
    }

    .row>.col-9-xlarge {
        width: 75%
    }

    .row>.off-9-xlarge {
        margin-left: 75%
    }

    .row>.col-10-xlarge {
        width: 83.33333%
    }

    .row>.off-10-xlarge {
        margin-left: 83.33333%
    }

    .row>.col-11-xlarge {
        width: 91.66667%
    }

    .row>.off-11-xlarge {
        margin-left: 91.66667%
    }

    .row>.col-12-xlarge {
        width: 100%
    }

    .row>.off-12-xlarge {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px
    }

    .row.gtr-25 {
        margin-top: -6.25px;
        margin-left: -6.25px
    }

    .row.gtr-25>* {
        padding: 6.25px 0 0 6.25px
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -6.25px
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 6.25px
    }

    .row.gtr-50 {
        margin-top: -12.5px;
        margin-left: -12.5px
    }

    .row.gtr-50>* {
        padding: 12.5px 0 0 12.5px
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -12.5px
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 12.5px
    }

    .row {
        margin-top: -25px;
        margin-left: -25px
    }

    .row>* {
        padding: 25px 0 0 25px
    }

    .row.gtr-uniform {
        margin-top: -25px
    }

    .row.gtr-uniform>* {
        padding-top: 25px
    }

    .row.gtr-150 {
        margin-top: -37.5px;
        margin-left: -37.5px
    }

    .row.gtr-150>* {
        padding: 37.5px 0 0 37.5px
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -37.5px
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 37.5px
    }

    .row.gtr-200 {
        margin-top: -50px;
        margin-left: -50px
    }

    .row.gtr-200>* {
        padding: 50px 0 0 50px
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -50px
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 50px
    }
}

@media screen and (max-width:1280px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch
    }

    .row>* {
        box-sizing: border-box
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-large {
        order: -1
    }

    .row>.col-1-large {
        width: 8.33333%
    }

    .row>.off-1-large {
        margin-left: 8.33333%
    }

    .row>.col-2-large {
        width: 16.66667%
    }

    .row>.off-2-large {
        margin-left: 16.66667%
    }

    .row>.col-3-large {
        width: 25%
    }

    .row>.off-3-large {
        margin-left: 25%
    }

    .row>.col-4-large {
        width: 33.33333%
    }

    .row>.off-4-large {
        margin-left: 33.33333%
    }

    .row>.col-5-large {
        width: 41.66667%
    }

    .row>.off-5-large {
        margin-left: 41.66667%
    }

    .row>.col-6-large {
        width: 50%
    }

    .row>.off-6-large {
        margin-left: 50%
    }

    .row>.col-7-large {
        width: 58.33333%
    }

    .row>.off-7-large {
        margin-left: 58.33333%
    }

    .row>.col-8-large {
        width: 66.66667%
    }

    .row>.off-8-large {
        margin-left: 66.66667%
    }

    .row>.col-9-large {
        width: 75%
    }

    .row>.off-9-large {
        margin-left: 75%
    }

    .row>.col-10-large {
        width: 83.33333%
    }

    .row>.off-10-large {
        margin-left: 83.33333%
    }

    .row>.col-11-large {
        width: 91.66667%
    }

    .row>.off-11-large {
        margin-left: 91.66667%
    }

    .row>.col-12-large {
        width: 100%
    }

    .row>.off-12-large {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px
    }

    .row.gtr-25 {
        margin-top: -6.25px;
        margin-left: -6.25px
    }

    .row.gtr-25>* {
        padding: 6.25px 0 0 6.25px
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -6.25px
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 6.25px
    }

    .row.gtr-50 {
        margin-top: -12.5px;
        margin-left: -12.5px
    }

    .row.gtr-50>* {
        padding: 12.5px 0 0 12.5px
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -12.5px
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 12.5px
    }

    .row {
        margin-top: -25px;
        margin-left: -25px
    }

    .row>* {
        padding: 25px 0 0 25px
    }

    .row.gtr-uniform {
        margin-top: -25px
    }

    .row.gtr-uniform>* {
        padding-top: 25px
    }

    .row.gtr-150 {
        margin-top: -37.5px;
        margin-left: -37.5px
    }

    .row.gtr-150>* {
        padding: 37.5px 0 0 37.5px
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -37.5px
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 37.5px
    }

    .row.gtr-200 {
        margin-top: -50px;
        margin-left: -50px
    }

    .row.gtr-200>* {
        padding: 50px 0 0 50px
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -50px
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 50px
    }
}

@media screen and (max-width:980px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch
    }

    .row>* {
        box-sizing: border-box
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-medium {
        order: -1
    }

    .row>.col-1-medium {
        width: 8.33333%
    }

    .row>.off-1-medium {
        margin-left: 8.33333%
    }

    .row>.col-2-medium {
        width: 16.66667%
    }

    .row>.off-2-medium {
        margin-left: 16.66667%
    }

    .row>.col-3-medium {
        width: 25%
    }

    .row>.off-3-medium {
        margin-left: 25%
    }

    .row>.col-4-medium {
        width: 33.33333%
    }

    .row>.off-4-medium {
        margin-left: 33.33333%
    }

    .row>.col-5-medium {
        width: 41.66667%
    }

    .row>.off-5-medium {
        margin-left: 41.66667%
    }

    .row>.col-6-medium {
        width: 50%
    }

    .row>.off-6-medium {
        margin-left: 50%
    }

    .row>.col-7-medium {
        width: 58.33333%
    }

    .row>.off-7-medium {
        margin-left: 58.33333%
    }

    .row>.col-8-medium {
        width: 66.66667%
    }

    .row>.off-8-medium {
        margin-left: 66.66667%
    }

    .row>.col-9-medium {
        width: 75%
    }

    .row>.off-9-medium {
        margin-left: 75%
    }

    .row>.col-10-medium {
        width: 83.33333%
    }

    .row>.off-10-medium {
        margin-left: 83.33333%
    }

    .row>.col-11-medium {
        width: 91.66667%
    }

    .row>.off-11-medium {
        margin-left: 91.66667%
    }

    .row>.col-12-medium {
        width: 100%
    }

    .row>.off-12-medium {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px
    }

    .row.gtr-25 {
        margin-top: -6.25px;
        margin-left: -6.25px
    }

    .row.gtr-25>* {
        padding: 6.25px 0 0 6.25px
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -6.25px
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 6.25px
    }

    .row.gtr-50 {
        margin-top: -12.5px;
        margin-left: -12.5px
    }

    .row.gtr-50>* {
        padding: 12.5px 0 0 12.5px
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -12.5px
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 12.5px
    }

    .row {
        margin-top: -25px;
        margin-left: -25px
    }

    .row>* {
        padding: 25px 0 0 25px
    }

    .row.gtr-uniform {
        margin-top: -25px
    }

    .row.gtr-uniform>* {
        padding-top: 25px
    }

    .row.gtr-150 {
        margin-top: -37.5px;
        margin-left: -37.5px
    }

    .row.gtr-150>* {
        padding: 37.5px 0 0 37.5px
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -37.5px
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 37.5px
    }

    .row.gtr-200 {
        margin-top: -50px;
        margin-left: -50px
    }

    .row.gtr-200>* {
        padding: 50px 0 0 50px
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -50px
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 50px
    }
}

@media screen and (max-width:736px) {
    .row {
        display: flex;
        flex-wrap: wrap;
        box-sizing: border-box;
        align-items: stretch
    }

    .row>* {
        box-sizing: border-box
    }

    .row.gtr-uniform>*>:last-child {
        margin-bottom: 0
    }

    .row.aln-left {
        justify-content: flex-start
    }

    .row.aln-center {
        justify-content: center
    }

    .row.aln-right {
        justify-content: flex-end
    }

    .row.aln-top {
        align-items: flex-start
    }

    .row.aln-middle {
        align-items: center
    }

    .row.aln-bottom {
        align-items: flex-end
    }

    .row>.imp-small {
        order: -1
    }

    .row>.col-1-small {
        width: 8.33333%
    }

    .row>.off-1-small {
        margin-left: 8.33333%
    }

    .row>.col-2-small {
        width: 16.66667%
    }

    .row>.off-2-small {
        margin-left: 16.66667%
    }

    .row>.col-3-small {
        width: 25%
    }

    .row>.off-3-small {
        margin-left: 25%
    }

    .row>.col-4-small {
        width: 33.33333%
    }

    .row>.off-4-small {
        margin-left: 33.33333%
    }

    .row>.col-5-small {
        width: 41.66667%
    }

    .row>.off-5-small {
        margin-left: 41.66667%
    }

    .row>.col-6-small {
        width: 50%
    }

    .row>.off-6-small {
        margin-left: 50%
    }

    .row>.col-7-small {
        width: 58.33333%
    }

    .row>.off-7-small {
        margin-left: 58.33333%
    }

    .row>.col-8-small {
        width: 66.66667%
    }

    .row>.off-8-small {
        margin-left: 66.66667%
    }

    .row>.col-9-small {
        width: 75%
    }

    .row>.off-9-small {
        margin-left: 75%
    }

    .row>.col-10-small {
        width: 83.33333%
    }

    .row>.off-10-small {
        margin-left: 83.33333%
    }

    .row>.col-11-small {
        width: 91.66667%
    }

    .row>.off-11-small {
        margin-left: 91.66667%
    }

    .row>.col-12-small {
        width: 100%
    }

    .row>.off-12-small {
        margin-left: 100%
    }

    .row.gtr-0 {
        margin-top: 0px;
        margin-left: 0px
    }

    .row.gtr-0>* {
        padding: 0px 0 0 0px
    }

    .row.gtr-0.gtr-uniform {
        margin-top: 0px
    }

    .row.gtr-0.gtr-uniform>* {
        padding-top: 0px
    }

    .row.gtr-25 {
        margin-top: -3.75px;
        margin-left: -3.75px
    }

    .row.gtr-25>* {
        padding: 3.75px 0 0 3.75px
    }

    .row.gtr-25.gtr-uniform {
        margin-top: -3.75px
    }

    .row.gtr-25.gtr-uniform>* {
        padding-top: 3.75px
    }

    .row.gtr-50 {
        margin-top: -7.5px;
        margin-left: -7.5px
    }

    .row.gtr-50>* {
        padding: 7.5px 0 0 7.5px
    }

    .row.gtr-50.gtr-uniform {
        margin-top: -7.5px
    }

    .row.gtr-50.gtr-uniform>* {
        padding-top: 7.5px
    }

    .row {
        margin-top: -15px;
        margin-left: -15px
    }

    .row>* {
        padding: 15px 0 0 15px
    }

    .row.gtr-uniform {
        margin-top: -15px
    }

    .row.gtr-uniform>* {
        padding-top: 15px
    }

    .row.gtr-150 {
        margin-top: -22.5px;
        margin-left: -22.5px
    }

    .row.gtr-150>* {
        padding: 22.5px 0 0 22.5px
    }

    .row.gtr-150.gtr-uniform {
        margin-top: -22.5px
    }

    .row.gtr-150.gtr-uniform>* {
        padding-top: 22.5px
    }

    .row.gtr-200 {
        margin-top: -30px;
        margin-left: -30px
    }

    .row.gtr-200>* {
        padding: 30px 0 0 30px
    }

    .row.gtr-200.gtr-uniform {
        margin-top: -30px
    }

    .row.gtr-200.gtr-uniform>* {
        padding-top: 30px
    }
}

form label {
    color: #3e3e3e;
    font-weight: 700;
    display: block;
    margin: 0 0 0.5em 0
}

form input[type=text],
form input[type=email],
form input[type=password],
form select,
form textarea {
    -moz-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    -ms-transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    transition: background .2s ease-in-out, box-shadow .2s ease-in-out;
    -webkit-appearance: none;
    display: block;
    border: 0;
    padding: 0.75em;
    font-size: 1em;
    border-radius: 8px;
    border: solid 1px #ddd;
    background: #fff;
    color: #111;
    box-shadow: inset 0px 2px 3px 1px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025);
    width: 100%
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form select:focus,
form textarea:focus {
    background: #fafafa;
    box-shadow: inset 0px 2px 5px 0px rgba(0, 0, 0, 0.05), 0px 1px 0px 0px rgba(255, 255, 255, 0.025), inset 0px 0px 2px 1px #0d1f30
}

form textarea {
    height: 15em
}

form .actions:last-child {
    margin-bottom: 0
}

form::-webkit-input-placeholder {
    color: #555 !important
}

form:-moz-placeholder {
    color: #555 !important
}

form::-moz-placeholder {
    color: #555 !important
}

form:-ms-input-placeholder {
    color: #555 !important
}

form::-moz-focus-inner {
    border: 0
}

table {
    width: 100%
}

table.default {
    width: 100%
}

table.default tr {
    border-top: solid 1px #eee
}

table.default tr:first-child {
    border-top: 0
}

table.default td {
    padding: 0.5em 1em 0.5em 1em
}

table.default th {
    text-align: left;
    padding: 0.5em 1em 0.5em 1em;
    font-weight: 600;
    margin: 0 0 1em 0
}

table.default thead {
    background: #4f4f4f;
    color: #fff
}

section,
article {
    margin-bottom: 3em
}

section>:last-child,
article>:last-child,
section:last-child,
article:last-child {
    margin-bottom: 0
}

.image {
    display: inline-block;
    position: relative
}

.image img {
    display: block;
    width: 100%
}

.image.fit {
    display: block;
    width: 100%
}

.image.featured {
    display: block;
    width: 100%;
    margin: 0 0 2em 0
}

.image.left {
    float: left;
    margin: 0 2em 2em 0
}

.image.centered {
    display: block;
    margin: 0 0 2em 0
}

.image.centered img {
    margin: 0 auto;
    width: auto
}

input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
    background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    -webkit-appearance: none;
    position: relative;
    display: inline-block;
    color: #fff !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
    outline: 0;
    cursor: pointer;
    border-radius: 8px;
    text-shadow: -1px -1px 0.5px rgba(0, 0, 0, 0.5);
    overflow: hidden;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.5), inset 0px 2px 1px 0px rgba(255, 255, 255, 0.75);
    background-color: #F5C542;
    padding: 1em 2.35em 1em 2.35em;
    font-size: 1.1em;
    max-width: 24em
}

input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
    background-color: #F5C542;
    color: #fff !important
}

input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active,
.button:active {
    background-color: #F5C542;
    top: 1px
}

input[type="button"].large,
input[type="submit"].large,
input[type="reset"].large,
button.large,
.button.large {
    font-size: 1.5em;
    letter-spacing: -0.025em
}

input[type="button"].alt,
input[type="submit"].alt,
input[type="reset"].alt,
button.alt,
.button.alt {
    background-color: #444;
    box-shadow: inset 0px 0px 0px 1px #242424, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.2)
}

input[type="button"].alt:hover,
input[type="submit"].alt:hover,
input[type="reset"].alt:hover,
button.alt:hover,
.button.alt:hover {
    background-color: #4f4f4f;
    color: #fff !important
}

input[type="button"].alt:active,
input[type="submit"].alt:active,
input[type="reset"].alt:active,
button.alt:active,
.button.alt:active {
    background-color: #3f3f3f
}

ul {
    list-style: disc;
    padding-left: 1em
}

ul li {
    padding-left: 0.5em
}

ol {
    list-style: decimal;
    padding-left: 1.25em
}

ol li {
    padding-left: 0.25em
}

ul.social {
    cursor: default;
    margin: 0;
    list-style: none;
    padding-left: 0
}

ul.social li {
    position: relative;
    display: inline-block;
    margin: 0.25em;
    top: 0;
    padding-left: 0
}

ul.social li a {
    -moz-transition: top .2s ease-in-out;
    -webkit-transition: top .2s ease-in-out;
    -ms-transition: top .2s ease-in-out;
    transition: top .2s ease-in-out;
    display: block;
    width: 48px;
    height: 48px;
    border-radius: 6px;
    top: 0;
    position: relative
}

ul.social li a:before {
    background-image: url("images/bg.png"), -moz-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), -ms-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    background-image: url("images/bg.png"), linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.2));
    -moz-transition: background-color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    background-color: #444;
    border-radius: 6px;
    box-shadow: inset 0px 0px 0px 1px #282828, inset 0px 2px 1px 0px rgba(255, 255, 255, 0.1);
    color: #2E2E2E !important;
    display: block;
    font-size: 26px;
    height: 48px;
    line-height: 48px;
    text-align: center;
    outline: 0;
    overflow: hidden;
    text-shadow: 1px 1px 0px rgba(255, 255, 255, 0.1);
    width: 48px
}

ul.social li a.fa-twitter {
    background-color: #2DAAE4
}

ul.social li a.fa-facebook-f {
    background-color: #3C5A98
}

ul.social li a.fa-dribbble {
    background-color: #C4376B
}

ul.social li a.fa-linkedin-in {
    background-color: #006599
}

ul.social li a.fa-tumblr {
    background-color: #51718A
}

ul.social li a.fa-google-plus {
    background-color: #DA2713
}

ul.social li a.fa-github {
    background-color: #FAFAFA
}

ul.social li a.fa-rss {
    background-color: #F2600B
}

ul.social li a.fa-instagram {
    background-color: #E0D7C8
}

ul.social li a.fa-foursquare {
    background-color: #39A3D4
}

ul.social li a.fa-skype {
    background-color: #10BEF1
}

ul.social li a.fa-soundcloud {
    background-color: #FE5419
}

ul.social li a.fa-youtube {
    background-color: #BF2E25
}

ul.social li a.fa-blogger {
    background-color: #FF6501
}

ul.social li a.fa-flickr {
    background-color: #0062DB
}

ul.social li a.fa-vimeo {
    background-color: #4C8AB0
}

ul.social li a:hover {
    top: -5px
}

ul.social li a:hover:before {
    background-color: transparent
}

#site-footer {
    color: #ffffff;
    padding: 3rem 0
}

#site-footer a {
    color: #ffffff
}

#site-footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
    text-align: center;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1.25rem
}

html[dir="rtl"] #site-footer .footer-container {
    align-items: center;
    text-align: center
}

#site-footer .footer-brand {
    display: none
}

html[dir="rtl"] #site-footer .footer-brand {
    flex-direction: row-reverse
}

#site-footer .footer-brand img {
    width: 170px;
    height: auto;
    border-radius: 0;
    object-fit: contain;
    background: transparent;
    padding: 0
}

#site-footer .footer-brand-name {
    display: none
}

#site-footer .footer-brand-tagline {
    display: none
}

#site-footer .footer-nav {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

html[dir="rtl"] #site-footer .footer-nav {
    justify-content: center;
    flex-direction: row;
    text-align: center;
    margin-left: 0
}

@media screen and (min-width:768px) {
    #site-footer .footer-nav {
        justify-content: center;
        order: 1
    }

    html[dir="rtl"] #site-footer .footer-nav {
        justify-content: center
    }
}

#site-footer .footer-nav a {
    text-decoration: none;
    font-weight: 500;
    opacity: 0.85;
    transition: opacity 0.2s ease
}

#site-footer .footer-nav a:hover,
#site-footer .footer-nav a[aria-current="page"] {
    opacity: 1
}

#site-footer .footer-social {
    display: flex;
    gap: 0.75rem;
    align-items: center;
    flex-shrink: 0;
    justify-content: flex-start;
    width: 100%;
    color: rgba(255, 255, 255, 0.85)
}

#site-footer .footer-social::before {
    content: 'Follow us';
    font-weight: 600;
    margin-right: 0.5rem
}

html[dir="rtl"] #site-footer .footer-social {
    justify-content: flex-start;
    flex-direction: row;
    margin-left: 0;
    width: 100%
}

html[dir="rtl"] #site-footer .footer-social::before {
    content: 'تابعنا';
    margin-right: 0;
    margin-left: 0.5rem
}

#site-footer .footer-social span {
    font-weight: 600
}

#site-footer .footer-social a {
    width: 44px;
    height: 44px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease
}

#site-footer .footer-social a:hover {
    transform: translateY(-3px);
    background: rgba(255, 255, 255, 0.18);
    border-color: rgba(255, 255, 255, 0.5)
}

#site-footer .footer-social svg {
    width: 20px;
    height: 20px;
    fill: currentColor
}

@media screen and (min-width:768px) {
    #site-footer .footer-social {
        justify-content: flex-start;
        width: 100%
    }

    html[dir="rtl"] #site-footer .footer-social {
        justify-content: flex-start;
        width: 100%
    }
}

#site-footer .footer-bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center
}

html[dir="rtl"] #site-footer .footer-bottom {
    flex-direction: row-reverse;
    justify-content: flex-end;
    text-align: center;
    margin-left: auto
}

@media screen and (min-width:768px) {
    #site-footer .footer-bottom {
        justify-content: flex-start;
        text-align: center
    }
}

#site-footer .footer-bottom p {
    margin: 0;
    color: rgba(255, 255, 255, 0.8)
}

#site-footer .footer-bottom .footer-sitemap {
    text-decoration: none;
    color: inherit;
    font-weight: 600
}

#site-footer .footer-bottom .footer-sitemap:hover,
#site-footer .footer-bottom .footer-sitemap:focus-visible {
    text-decoration: none;
    color: #0d1f30
}

html[dir="rtl"] #site-footer .footer-container--rtl {
    align-items: flex-end !important;
    text-align: right
}

@media screen and (min-width:768px) {
    html[dir="rtl"] #site-footer .footer-container--rtl {
        align-items: flex-end;
        text-align: right
    }
}

html[dir="rtl"] #site-footer .footer-container--rtl .footer-brand {
    flex-direction: row-reverse;
    width: 100%;
    justify-content: flex-end
}

html[dir="rtl"] #site-footer .footer-container--rtl .footer-brand-name,
html[dir="rtl"] #site-footer .footer-container--rtl .footer-brand-tagline {
    text-align: right
}

html[dir="rtl"] #site-footer .footer-container--rtl .footer-nav,
html[dir="rtl"] #site-footer .footer-container--rtl .footer-social,
html[dir="rtl"] #site-footer .footer-container--rtl .footer-bottom {
    width: 100%;
    justify-content: flex-end !important;
    text-align: right
}

html[dir="rtl"] #site-footer .footer-container--rtl .footer-bottom {
    gap: 1.5rem
}

ul.actions {
    list-style: none;
    padding-left: 0
}

ul.actions li {
    display: inline-block;
    margin: 0 0 0 1em;
    padding-left: 0
}

ul.actions li:first-child {
    margin-left: 0
}

.box {
    background: #fff;
    box-shadow: inset 0px 0px 0px 1px rgba(0, 0, 0, 0.15), 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    text-align: center;
    padding: 2em
}

.box.style1 {
    padding: 3em 2em 3.5em 2em
}

.box.style1 h3 {
    margin-bottom: 0.5em
}

.box.style2 h3 {
    margin-bottom: 0.25em
}

.box.style2 .image {
    position: relative;
    left: 2em;
    top: 2em;
    margin: -4em 0 4em -4em;
    width: auto
}

.services-section {
    background-color: #f7f7f7;
    scroll-margin-top: 6rem;
    position: relative
}

.services-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.08), rgba(247, 247, 247, 0));
    pointer-events: none
}

.services-section .services-header {
    max-width: 720px;
    margin: 0 auto 3rem;
    text-align: center
}

.services-section .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 2rem
}

.services-section .service-link {
    text-decoration: none;
    color: inherit
}

.services-section .services-grid .box {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 18px;
    background-color: #fff;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
    transition: transform 0.25s ease, box-shadow 0.25s ease
}

.services-section .services-grid .box:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 28px 50px rgba(0, 0, 0, 0.12)
}

.services-section:target .services-grid .box {
    animation: servicePop 0.45s ease forwards
}

.services-section:target .services-grid .box:nth-child(2) {
    animation-delay: 0.08s
}

.services-section:target .services-grid .box:nth-child(3) {
    animation-delay: 0.16s
}

@keyframes servicePop {
    from {
        transform: translateY(20px);
        opacity: 0
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

#faq .faq-metrics {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 1.5rem;
    margin-bottom: 3rem;
    text-align: center
}

#faq .faq-metrics .metric-value {
    display: block;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0d1f30
}

#faq .faq-metrics .metric-label {
    display: block;
    font-size: 0.95rem;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    margin-top: 0.25rem
}

#faq .faq-header h2 {
    margin-bottom: 1.5rem
}

#faq .faq-list details {
    border: 1px solid rgba(26, 26, 26, 0.12);
    border-radius: 12px;
    padding: 1rem 1.25rem;
    margin-bottom: 1rem;
    background: #fff;
    transition: border-color 0.2s ease, box-shadow 0.2s ease
}

#faq .faq-list details[open] {
    border-color: rgba(247, 147, 26, 0.4);
    box-shadow: 0 18px 25px rgba(0, 0, 0, 0.07)
}

#faq .faq-list summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 1rem;
    color: #1a1a1a;
    list-style: none;
    position: relative;
    padding-right: 1.5rem
}

#faq .faq-list summary::-webkit-details-marker {
    display: none
}

#faq .faq-list summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 0;
    font-weight: 700;
    color: #bbb;
    transition: transform 0.2s ease
}

#faq .faq-list details[open] summary::after {
    content: '−';
    color: #0d1f30
}

#faq .faq-list p {
    margin: 0.75rem 0 0;
    color: #555
}

#faq .faq-image {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 30px 40px rgba(0, 0, 0, 0.12)
}

#faq .faq-image img {
    display: block;
    width: 100%
}

#testimonials {
    position: relative;
    background-color: #f7f7f7;
    scroll-margin-top: 6rem
}

#testimonials::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 2.5rem;
    background: linear-gradient(180deg, rgba(26, 26, 26, 0.08), rgba(247, 247, 247, 0));
    pointer-events: none
}

#testimonials .testimonials-header {
    text-align: center;
    margin: 0 auto 3rem;
    max-width: 720px
}

#testimonials .testimonials-header .eyebrow {
    display: none
}

#testimonials .testimonial-stack {
    position: relative;
    max-width: 820px;
    margin: 0 auto;
    height: 420px
}

#testimonials .testimonial-card {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2.25rem;
    border-radius: 18px;
    background: #fff;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.12);
    cursor: pointer;
    transition: transform 0.45s ease, opacity 0.45s ease, box-shadow 0.45s ease
}

#testimonials .testimonial-card.is-active {
    transform: translateY(0) scale(1);
    z-index: 3;
    opacity: 1
}

#testimonials .testimonial-card.is-next {
    transform: translateY(24px) scale(0.97);
    z-index: 2;
    opacity: 0.92
}

#testimonials .testimonial-card.is-last {
    transform: translateY(48px) scale(0.94);
    z-index: 1;
    opacity: 0.85
}

#testimonials .testimonial-card.is-hidden {
    transform: translateY(60px) scale(0.9);
    z-index: 0;
    opacity: 0;
    pointer-events: none
}

#testimonials .testimonial-card::before {
    content: '';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 24px;
    background: #d9d9d9;
    border-radius: 12px;
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.1)
}

#testimonials .testimonial-brand {
    display: block;
    font-size: 1rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: #1a1a1a;
    margin-bottom: 1rem
}

#testimonials .testimonial-card p {
    color: #4a4a4a;
    font-size: 2rem;
    font-weight: 600;
    text-align: center;
    margin: 0 0 1.5rem
}

#testimonials .testimonial-author {
    display: flex;
    align-items: center;
    gap: 1rem;
    justify-content: flex-start
}

#testimonials .testimonial-author img {
    width: 88px;
    height: 88px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #ffffff;
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0.06)
}

#testimonials .testimonial-author strong {
    display: block;
    color: #1a1a1a;
    font-size: 1.1rem;
    margin-top: 0.25rem
}

#testimonials .testimonial-author span {
    font-size: 0.95rem;
    color: #777
}

.service-hero .container {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem
}

.service-hero .service-copy {
    flex: 1 1 380px;
    text-align: left
}

html[dir="rtl"] .service-hero .service-copy {
    text-align: right
}

.about-hero {
    background: linear-gradient(135deg, rgba(247, 147, 26, 0.06), rgba(26, 26, 26, 0.02));
    border-radius: 28px;
    padding: 4rem 2.5rem
}

html[lang="ar"] .about-hero .service-copy {
    max-width: 48rem
}

.about-hero h1 {
    margin-bottom: 1.5rem
}

.about-hero .service-image img {
    border-radius: 24px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.12)
}

.about-statements {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 1rem;
    margin-top: 1.5rem
}

.about-statements .about-card {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 16px;
    padding: 1rem 1.25rem;
    box-shadow: 0 18px 28px rgba(0, 0, 0, 0.06)
}

.about-statements .about-card h3 {
    margin: 0 0 0.35rem 0;
    color: #0d1f30;
    font-size: 1.05rem
}

.about-statements .about-card p {
    margin: 0;
    color: #333;
    line-height: 1.6
}

.service-hero .service-image {
    flex: 1 1 320px;
    border-radius: 30px;
    overflow: hidden;
    box-shadow: 0 40px 60px rgba(0, 0, 0, 0.15)
}

.service-hero .service-image img {
    display: block;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 3;
    object-fit: cover
}

.service-callouts {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    align-items: stretch;
    margin-bottom: 0;
    margin-top: 2.5rem
}

.service-callouts article {
    background: #fff;
    padding: 1.75rem;
    border-radius: 22px;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.08);
    text-align: center;
    min-height: 240px;
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 100%
}

.service-callouts article h3 {
    color: #0d1f30;
    margin-top: 0;
    margin-bottom: 0.5rem
}

.service-callouts.rtl {
    direction: rtl
}

.service-callouts.rtl article {
    direction: rtl;
    text-align: center;
    align-items: center
}

.service-callouts.rtl article h3 {
    font-size: 1.3rem;
    text-align: center;
    align-self: center;
    margin-bottom: 0.75rem
}

.service-callouts.rtl article p {
    text-align: center
}

.service-checklist {
    list-style: none;
    padding-left: 0;
    margin: 0
}

.service-checklist li {
    padding-left: 1.5rem;
    position: relative;
    margin-bottom: 0.75rem
}

html[dir="rtl"] .service-checklist li {
    padding-left: 0;
    padding-right: 1.5rem
}

.service-checklist li:before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #0d1f30;
    font-weight: 700
}

html[dir="rtl"] .service-checklist li:before {
    left: auto;
    right: 0
}

.service-cta {
    text-align: center;
    margin-top: 2rem
}

.about-statements {
    margin-top: 1.25rem
}

.about-statements h3 {
    color: #0d1f30;
    margin-bottom: 0.25rem
}

.about-statements h3+p {
    margin-top: 0
}

.about-pillars {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 1.75rem;
    margin-top: 2.5rem
}

.about-pillars section {
    background: #fff;
    padding: 1.5rem 1.75rem;
    border-radius: 18px;
    box-shadow: 0 16px 30px rgba(0, 0, 0, 0.08)
}

.about-pillars h3 {
    color: #0d1f30;
    margin-bottom: 0.5rem
}

.about-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2.5rem;
    align-items: stretch
}

.about-grid section {
    background: #fff;
    padding: 2rem;
    border-radius: 24px;
    box-shadow: 0 25px 45px rgba(0, 0, 0, 0.08)
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 1.5rem;
    text-align: center
}

.about-stats .metric-value {
    display: block;
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a
}

.about-stats .metric-label {
    font-size: 0.9rem;
    color: #777
}

.about-cta {
    text-align: center;
    padding: 3rem 2rem;
    background: #fff;
    border-radius: 28px;
    box-shadow: 0 30px 50px rgba(0, 0, 0, 0.1)
}

.about-cta h2 {
    margin-bottom: 0.75rem
}

.about-cta p {
    margin-bottom: 1.5rem
}

.icon {
    text-decoration: none
}

.contact-panel {
    background-color: #f7f7f7;
    padding: 5rem 0
}

.contact-hub {
    display: flex;
    flex-direction: column;
    gap: 3rem
}

.contact-hero {
    max-width: 860px;
    margin: 0;
    text-align: left
}

.contact-hero--center {
    text-align: center;
    margin: 0 auto
}

.contact-hero--center p {
    margin-left: auto;
    margin-right: auto;
    font-size: 0.8rem
}

.contact-hero h1 {
    margin-bottom: 0.75rem;
    font-size: clamp(2.25rem, 4vw, 3.5rem);
    line-height: 1.1;
    color: #1a1a1a
}

.contact-hero--center h1 {
    font-size: clamp(1.8rem, 3vw, 2.8rem);
    line-height: 1.3
}

.contact-info-card h3 {
    font-size: 1.1rem;
    line-height: 1.4
}

html[dir="rtl"] #nav .cs-nav-top {
    flex-direction: row;
    justify-content: space-between
}

html[dir="rtl"] #nav .cs-brand {
    margin-left: 0
}

html[dir="rtl"] #nav .cs-nav-meta {
    margin-left: 0;
    margin-right: 0;
    justify-content: flex-start;
    gap: 1rem;
    flex-direction: row-reverse
}

html[dir="rtl"] #nav .cs-nav-bottom {
    justify-content: center
}

html[dir="rtl"] #nav .cs-nav-links {
    flex-direction: row
}

.contact-hero p {
    color: #555;
    font-size: 1.15rem;
    max-width: 640px
}

.contact-hero--center p {
    margin-left: auto;
    margin-right: auto
}

.contact-layout {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2.5rem;
    align-items: stretch
}

.contact-layout>* {
    height: 100%
}

.contact-form-card,
.contact-info-card {
    background: #fff;
    border-radius: 30px;
    padding: 2.5rem;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.08)
}

.contact-form-card h2 {
    margin-bottom: 1.5rem
}

.contact-form-card label {
    display: block;
    font-weight: 600;
    color: #222;
    margin-bottom: 0.35rem
}

.contact-field-pair,
.contact-field-full {
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem
}

.contact-field-row {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
    gap: 1rem;
    margin-bottom: 1rem
}

.contact-form-card input,
.contact-form-card textarea,
.contact-form-card select {
    border: 1px solid #e1e1e1;
    border-radius: 16px;
    padding: 0.85rem 1rem;
    font-size: 1rem;
    background-color: #fff
}

.contact-form-card textarea {
    resize: vertical
}

.contact-actions {
    margin-top: 1.5rem;
    text-align: center
}

.contact-actions .contact-submit {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 1.15rem 2.5rem;
    border: none;
    border-radius: 999px;
    background-color: #1a1a1a;
    color: #fff;
    font-weight: 600;
    font-size: 1.05rem;
    min-width: 220px;
    text-transform: none;
    letter-spacing: 0.02em;
    cursor: pointer;
    transition: background-color 0.25s ease, transform 0.25s ease
}

.contact-actions .contact-submit:hover,
.contact-actions .contact-submit:focus-visible {
    background-color: #111111;
    transform: translateY(-1px)
}

.contact-actions .contact-submit:focus-visible {
    outline: 3px solid rgba(26, 26, 26, 0.35);
    outline-offset: 3px
}

.contact-actions .contact-response-note {
    font-size: 0.85rem;
    color: #666;
    margin-top: 0.75rem
}

.contact-info-card h3 {
    color: #0d1f30;
    margin-bottom: 1rem
}

.contact-info-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0
}

.contact-info-list li {
    margin-bottom: 1.1rem
}

.contact-info-list strong {
    display: block;
    color: #222
}

.contact-info-list a {
    text-decoration: none;
    color: #0d1f30;
    font-weight: 600
}

.contact-trust {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin-top: 1.25rem
}

.contact-trust span {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-radius: 999px;
    padding: 0.4rem 0.9rem;
    font-size: 0.85rem
}

.icon:before {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    text-transform: none !important;
    font-family: 'Font Awesome 5 Free';
    font-weight: 400
}

.icon:before {
    font-size: 1.25em
}

.icon>.label {
    display: none
}

.icon.solid:before {
    font-weight: 900
}

.icon.brands:before {
    font-family: 'Font Awesome 5 Brands'
}

.icon.featured {
    color: #EA8A95;
    display: block;
    margin: 0 0 1.5em 0;
    cursor: default
}

.icon.featured:before {
    font-size: 6em
}

.icon.featured img {
    width: 6em;
    height: 6em;
    display: inline-block
}

.wrapper {
    background-image: url("images/bg.png");
    box-shadow: inset 0px 1px 0px 0px rgba(0, 0, 0, 0.05), inset 0px 2px 3px 0px rgba(0, 0, 0, 0.1);
    padding: 8em 0 8em 0;
    text-align: center
}

.wrapper.style1 {
    background-image: none;
    background-color: #fff
}

.wrapper.style2 {
    background-color: #fafafa;
    text-shadow: 1px 1px 0px #fff
}

.wrapper.style3 {
    background-color: #f4f4f4;
    text-shadow: 1px 1px 0px #fff
}

#intake-form.wrapper {
    padding: 5em 0 5em 0
}

@media screen and (max-width:736px) {
    #intake-form.wrapper {
        padding: 3.5em 0 3.5em 0
    }
}

.wrapper.style4 {
    background-color: #303030;
    color: #999;
    text-shadow: -1px -1px 0px #181818
}

.wrapper.style4 h1,
.wrapper.style4 h2,
.wrapper.style4 h3,
.wrapper.style4 h4,
.wrapper.style4 h5,
.wrapper.style4 h6 {
    color: #fff
}

.wrapper.style4 form input[type=text],
.wrapper.style4 form input[type=password],
.wrapper.style4 form select,
.wrapper.style4 form textarea {
    border: none;
    background: #282828
}

.wrapper.style4 form input[type=text]:focus,
.wrapper.style4 form input[type=password]:focus,
.wrapper.style4 form select:focus,
.wrapper.style4 form textarea:focus {
    background: #252525
}

#nav {
    background-color: #f7f7f7;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    z-index: 10000;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
    color: #1a1a1a;
    font-family: inherit
}

#nav a,
#nav button {
    color: #111111;
    font-family: inherit
}

#nav .cs-nav-top,
#nav .cs-nav-bottom {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center
}

#nav .cs-nav-top {
    justify-content: space-between;
    gap: 1.5rem;
    padding: 1.25rem 0;
    flex-wrap: wrap;
    border-bottom: 1px solid rgba(26, 26, 26, 0.08)
}

#nav .cs-brand {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex: 1 1 200px;
    min-width: 180px
}

#nav .cs-brand>div {
    display: none
}

#nav .cs-logo {
    width: clamp(180px, 22vw, 260px);
    height: auto;
    border-radius: 0;
    background: transparent;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    overflow: visible;
    flex-shrink: 0
}

#nav .cs-logo img {
    width: 100%;
    height: auto;
    object-fit: contain
}

#nav .cs-brand-name {
    display: none
}

#nav .cs-brand-tagline {
    display: none
}

#nav .cs-nav-meta {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-wrap: wrap;
    gap: 1rem;
    flex: 0 1 auto;
    margin-left: auto
}

.cs-lang-switch {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.45rem
}

.cs-lang-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    padding: 0.4rem 0.9rem;
    min-height: 36px;
    border-radius: 999px;
    border: 1px solid rgba(17, 17, 17, 0.14);
    background: #ffffff;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.95rem;
    line-height: 1.2;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background-color 0.2s ease
}

.cs-lang-pill .cs-lang-label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap
}

.cs-lang-pill:hover,
.cs-lang-pill:focus-visible {
    border-color: #FF6A00;
    box-shadow: 0 0 0 2px rgba(255, 106, 0, 0.18);
    outline: none
}

.cs-lang-pill.is-active {
    border-color: #FF6A00;
    box-shadow: 0 0 0 1px #FF6A00 inset
}

#nav .cs-nav-social {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0
}

#nav .cs-nav-social a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #ededed;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.25s ease, background 0.25s ease
}

#nav .cs-nav-social a svg {
    width: 18px;
    height: 18px;
    fill: #1a1a1a
}

#nav .cs-nav-social a:hover {
    transform: translateY(-3px);
    background: #1a1a1a
}

#nav .cs-nav-social a:hover svg {
    fill: #ffffff
}

#nav .cs-nav-meta .cs-button-6 {
    margin-left: 1rem;
    white-space: nowrap
}

#nav .cs-nav-toggle {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.35rem;
    align-items: center;
    justify-content: center;
    z-index: 10001;
    flex-direction: column;
    gap: 6px
}

#nav .cs-nav-toggle span {
    display: block;
    width: 26px;
    height: 3px;
    background: #1a1a1a;
    border-radius: 999px;
    transition: transform 0.25s ease, opacity 0.25s ease, background 0.25s ease
}

#nav.is-open .cs-nav-toggle span:nth-child(1) {
    transform: translateY(7px) rotate(45deg)
}

#nav.is-open .cs-nav-toggle span:nth-child(2) {
    opacity: 0
}

#nav.is-open .cs-nav-toggle span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg)
}

.cs-nav-overlay {
    display: none
}

#nav .cs-nav-bottom {
    padding: 0.75rem 0 1rem;
    display: flex;
    justify-content: center
}

@media screen and (min-width:768px) {
    #nav .cs-nav-top {
        flex-wrap: nowrap;
        gap: 1.25rem
    }

    #nav .cs-brand {
        flex: 0 1 auto
    }

    #nav .cs-nav-meta {
        flex-wrap: nowrap;
        gap: 1rem
    }
}

#nav .cs-nav-links {
    display: flex;
    align-items: center;
    gap: 2rem;
    list-style: none;
    margin: 0;
    padding: 0;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    font-weight: 600;
    font-size: 0.95rem
}

#nav .cs-nav-links a {
    position: relative;
    text-decoration: none;
    color: #1a1a1a;
    padding: 0.35rem 0
}

#nav .cs-nav-links a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 2px;
    width: 100%;
    background: #1a1a1a;
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform 0.25s ease
}

#nav .cs-nav-links a:hover:after,
#nav .cs-nav-links a.active:after {
    transform: scaleX(1)
}

body>article {
    margin-bottom: 0
}

#top {
    padding: 10em 0 10em 0;
    text-align: left;
    position: relative;
    overflow: hidden;
    background-color: #f9fafb;
    z-index: 0
}

html[dir="rtl"] #top {
    text-align: right
}

html[dir="rtl"] #top .hero-copy {
    max-width: 38rem;
    margin-inline-start: auto;
    margin-inline-end: 0
}

html[dir="rtl"] #top .hero-cta {
    display: flex;
    justify-content: flex-end
}

#top::after {
    display: none
}

#top>* {
    position: relative
}

#top>:not(.hero-network) {
    z-index: 2
}

#top .row {
    margin-left: 0;
    align-items: center
}

@media screen and (max-width:736px) {
    html[lang="ar"] #top .row {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center
    }

    html[lang="ar"] #top .row>* {
        padding-left: 0
    }

    html[lang="ar"] #top .hero-copy {
        align-items: center;
        text-align: center
    }

    html[lang="ar"] #top .hero-cta {
        display: flex;
        justify-content: center
    }

    html[lang="ar"] #top .image {
        margin-bottom: 1.5rem
    }
}

#top .row>* {
    padding-left: 0
}

#top header {
    margin: 0 0 0.5em 0
}

#top .image {
    border-radius: 16px;
    width: 20em;
    height: auto;
    margin: 0
}

#top .image img {
    border-radius: 16px;
    width: 100%;
    height: auto;
    aspect-ratio: 893 / 1281;
    display: block
}

#top h1 {
    margin-top: 0.35em;
    font-size: 3.51em;
    font-weight: 700
}

#top p {
    font-size: 1.5em;
    line-height: 1.75em;
    margin: 0 0 1em 0
}

#top .hero-copy {
    min-height: 12rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 0.5rem
}

#top .hero-cta {
    margin-top: 1.75rem
}

#top .hero-cta .cs-button-6 {
    margin: 0
}

.block-pill {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    background: #0f172a;
    color: #e2e8f0;
    padding: 0.35rem 0.75rem;
    border-radius: 999px;
    font-size: 0.85rem;
    font-family: 'Inter', 'SFMono-Regular', Consolas, 'Liberation Mono', monospace;
    letter-spacing: 0.01em;
    margin-bottom: 0.6rem
}

.block-pill__dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #22c55e;
    box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
    animation: livePulse 2s ease-in-out infinite;
    flex-shrink: 0
}

.cs-button-6.glow-pill {
    border-radius: 999px;
    box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.35);
    animation: glowPulse 2.8s ease-in-out infinite
}

.hero-image {
    position: relative;
    display: block
}

.hero-image img {
    width: 100%;
    height: auto;
    aspect-ratio: 893 / 1281;
    display: block
}

.block-pill-wrap {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.6rem
}

.btc-float {
    position: absolute;
    top: 65%;
    left: 70%;
    transform: translate(-50%, -50%);
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: linear-gradient(145deg, #ffb347, #ff6a00);
    box-shadow: 0 18px 40px rgba(255, 106, 0, 0.35);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-weight: 700;
    font-size: 2rem;
    animation: btcFloat 4.5s ease-in-out infinite
}

.btc-float--inline {
    position: static;
    width: 46px;
    height: 46px;
    font-size: 1.2rem;
    box-shadow: 0 10px 18px rgba(255, 106, 0, 0.28);
    animation: btcFloatInline 3.4s ease-in-out infinite
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0.45);
        opacity: 1
    }

    70% {
        box-shadow: 0 0 0 12px rgba(34, 197, 94, 0);
        opacity: 0.5
    }

    100% {
        box-shadow: 0 0 0 0 rgba(34, 197, 94, 0);
        opacity: 1
    }
}

@keyframes glowPulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 106, 0, 0.35)
    }

    60% {
        box-shadow: 0 0 0 12px rgba(255, 106, 0, 0)
    }

    100% {
        box-shadow: 0 0 0 0 rgba(255, 106, 0, 0)
    }
}

@keyframes btcFloat {
    0% {
        transform: translate(-50%, -50%) translateY(0)
    }

    50% {
        transform: translate(-50%, -50%) translateY(-10px)
    }

    100% {
        transform: translate(-50%, -50%) translateY(0)
    }
}

@keyframes btcFloatInline {
    0% {
        transform: translateY(0)
    }

    50% {
        transform: translateY(-6px)
    }

    100% {
        transform: translateY(0)
    }
}

.blink-bitcoin {
    color: #0d1f30
}

@media screen and (max-width:736px) {
    #top .hero-copy {
        min-height: auto
    }

    #top .hero-cta {
        margin-top: 1.25rem
    }
}

#top p a {
    color: inherit
}

.hero-network {
    position: absolute;
    inset: 0;
    pointer-events: none;
    z-index: 1;
    opacity: 1;
    overflow: hidden
}

.hero-network::before {
    content: '';
    position: absolute;
    inset: 0;
    background-image: radial-gradient(rgba(255, 106, 0, 0.75) 2px, transparent 4px), radial-gradient(rgba(17, 17, 17, 0.22) 1.4px, transparent 4px), linear-gradient(rgba(17, 17, 17, 0.12) 1px, transparent 1px), linear-gradient(90deg, rgba(17, 17, 17, 0.12) 1px, transparent 1px);
    background-size: 80px 80px, 50px 50px, 110px 110px, 110px 110px;
    background-position: 10px 15px, 0 0, 0 0, 0 0;
    background-color: rgba(255, 106, 0, 0.05);
    opacity: 1;
    mix-blend-mode: normal
}

.hero-network::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 106, 0, 0.15) 45%, transparent 90%);
    animation: networkSweep 10s linear infinite;
    mix-blend-mode: multiply;
    opacity: 0.8
}

.hero-network .node {
    position: absolute;
    left: var(--x);
    top: var(--y);
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255, 106, 0, 0.9);
    box-shadow: 0 0 18px rgba(255, 106, 0, 0.8), 0 0 56px rgba(255, 106, 0, 0.5);
    animation: nodePulse 6s linear infinite;
    animation-delay: var(--d)
}

.hero-network .node::after {
    content: '';
    position: absolute;
    inset: -10px;
    border-radius: 50%;
    border: 2px solid rgba(255, 106, 0, 0.4);
    animation: nodeRipple 6s linear infinite;
    animation-delay: var(--d)
}

@keyframes nodePulse {
    0% {
        opacity: 0;
        transform: scale(0.4)
    }

    8% {
        opacity: 1;
        transform: scale(1.05)
    }

    18% {
        opacity: 0.7;
        transform: scale(1.35)
    }

    100% {
        opacity: 0;
        transform: scale(0.4)
    }
}

@keyframes nodeRipple {
    0% {
        opacity: 0;
        transform: scale(0.6)
    }

    8% {
        opacity: 0.7;
        transform: scale(1)
    }

    28% {
        opacity: 0;
        transform: scale(1.8)
    }

    100% {
        opacity: 0;
        transform: scale(1.8)
    }
}

@keyframes networkSweep {
    0% {
        transform: translateX(-30%);
        opacity: 0.4
    }

    50% {
        opacity: 0.8
    }

    100% {
        transform: translateX(30%);
        opacity: 0.4
    }
}

#contact footer {
    font-size: 0.9em
}

#copyright {
    color: #666;
    font-size: 1em;
    line-height: 1em;
    list-style: none;
    padding-left: 0;
    margin-bottom: 0
}

#copyright li {
    display: inline-block;
    border-left: solid 1px rgba(0, 0, 0, 0.5);
    box-shadow: -1px 0px 0px 0px rgba(255, 255, 255, 0.1);
    padding: 0 0 0 1em;
    margin: 0 0 0 1em
}

#copyright li:first-child {
    border: 0;
    box-shadow: none;
    padding-left: 0;
    margin-left: 0
}

#copyright a {
    -moz-transition: color .2s ease-in-out;
    -webkit-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    color: inherit
}

#copyright a:hover {
    color: #777
}

@media screen and (max-width:1280px) {
    body {
        font-size: 11pt
    }

    input,
    textarea,
    select {
        font-size: 11pt
    }

    header {
        margin: 0 0 4em 0
    }

    .wrapper {
        padding: 5em 0 5em 0;
        text-align: center
    }

    .wrapper.style4 .row-special {
        margin: 2em 0 0 0;
        padding: 2em 0 2em 0
    }

    #top {
        padding: 8em 0
    }

    #top .image {
        width: 24em;
        height: auto;
        margin: 0
    }
}

@media screen and (max-width:980px) {
    body {
        padding-top: 18rem
    }

    #nav .cs-nav-top,
    #nav .cs-nav-bottom {
        width: 92%
    }

    #nav .cs-nav-top {
        flex-direction: column;
        align-items: flex-start
    }

    #nav .cs-nav-meta {
        width: 100%;
        justify-content: space-between
    }

    #top {
        text-align: center;
        padding: 5em 0
    }

    #top .image {
        margin: 0 auto 2em auto
    }
}

@media screen and (max-width:736px) {
    body {
        padding-top: 4.5rem
    }

    body,
    input,
    textarea,
    select {
        line-height: 1.75em;
        font-size: 12pt;
        letter-spacing: 0
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        font-size: 1.25em;
        margin: 0 0 0.4em 0
    }

    h1 {
        font-size: 2.25em;
        line-height: 1.25em
    }

    header {
        margin: 0 0 2em 0
    }

    header>p {
        font-size: 1.25em
    }

    footer {
        margin: 2.5em 0 0 0
    }

    footer>p {
        font-size: 1.25em
    }

    hr {
        margin: 1.5em 0 2em 0
    }

    section,
    article {
        clear: both
    }

    input[type="button"],
    input[type="submit"],
    input[type="reset"],
    button,
    .button {
        text-align: center;
        font-size: 1.2em;
        width: 100%;
        padding: 1em 0 1em 0
    }

    input[type="button"].large,
    input[type="submit"].large,
    input[type="reset"].large,
    button.large,
    .button.large {
        font-size: 1.2em;
        letter-spacing: 0
    }

    ul.social {
        padding: 1em 0.5em 0 0.5em
    }

    ul.social li {
        margin: 0.5em 0.5em 0.5em 0.5em
    }

    ul.social li a {
        top: 0 !important
    }

    ul.social li a:before {
        background-color: transparent !important
    }

    ul.actions {
        margin: 0
    }

    ul.actions li {
        display: block;
        margin: 15px 0 0 0
    }

    ul.actions li:first-child {
        margin-top: 0
    }

    .box {
        padding: 30px 20px 30px 20px;
        margin: 0 0 20px 0 !important
    }

    .box h3 {
        margin-bottom: 0.25em
    }

    .box .image.centered {
        margin-bottom: 1em
    }

    .box .image.featured {
        position: relative;
        left: 20px;
        top: 20px;
        margin: -50px 0 50px -40px;
        width: auto
    }

    .box.style1 {
        max-width: 32em;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .box.style2 {
        max-width: 32em;
        margin-left: auto !important;
        margin-right: auto !important
    }

    .wrapper {
        padding: 3em 0;
        text-align: center
    }

    body {
        padding-top: 4.5rem
    }

    #nav {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        background: #ffffff;
        box-shadow: none;
        border-bottom: 1px solid #E5E5E5
    }

    #nav .cs-nav-top,
    #nav .cs-nav-bottom {
        width: 100%
    }

    #nav .cs-nav-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 0.75rem;
        padding: 0.85rem 1.15rem
    }

    #nav .cs-brand {
        justify-content: flex-start;
        min-width: 0;
        flex: 1 1 auto
    }

    #nav .cs-logo {
        width: 140px;
        display: inline-flex
    }

    #nav .cs-nav-meta {
        width: auto;
        display: inline-flex;
        align-items: center;
        gap: 0.9rem;
        padding: 0;
        margin: 0;
        margin-left: auto
    }

    #nav .cs-nav-meta .cs-button-6,
    #nav .cs-nav-social {
        display: none
    }

    #nav .cs-nav-meta .cs-lang-switch {
        gap: 0.35rem;
        border: 1px solid #E5E5E5;
        border-radius: 999px;
        padding: 0.1rem;
        background: #ffffff
    }

    #nav .cs-nav-meta .cs-lang-pill {
        border-color: #E5E5E5;
        padding: 0.35rem 0.85rem;
        min-height: 36px
    }

    #nav .cs-nav-toggle {
        display: inline-flex;
        margin: 0;
        padding: 0.35rem;
        border: 1px solid #E5E5E5;
        border-radius: 10px;
        background: transparent;
        gap: 5px;
        align-items: center;
        justify-content: center;
        min-width: 44px;
        min-height: 44px
    }

    #nav .cs-nav-toggle span {
        width: 22px;
        height: 2px;
        background: #111111
    }

    #nav .cs-nav-toggle:hover span,
    #nav.is-open .cs-nav-toggle span {
        background: #FF6A00
    }

    #nav.is-open .cs-nav-toggle {
        border-color: #FF6A00;
        opacity: 1;
        pointer-events: auto
    }

    #nav .cs-nav-bottom {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        background: #ffffff;
        padding: 0.5rem 1.15rem 1.35rem;
        box-shadow: none;
        border-top: 1px solid #E5E5E5;
        border-bottom: 1px solid #E5E5E5;
        transform: translateY(-8px);
        opacity: 0;
        pointer-events: none;
        transition: transform 0.25s ease, opacity 0.25s ease;
        z-index: 10000;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        border-radius: 0
    }

    html[dir="rtl"] #nav .cs-nav-bottom {
        left: 0;
        right: 0
    }

    #nav.is-open .cs-nav-bottom {
        transform: translateY(0);
        opacity: 1;
        pointer-events: auto
    }

    #nav .cs-nav-links {
        display: flex;
        flex-direction: column !important;
        align-items: flex-start;
        gap: 0.25rem;
        width: 100%;
        padding: 0;
        margin: 0
    }

    #nav .cs-nav-links li {
        width: 100%
    }

    #nav .cs-nav-links a {
        display: block;
        width: 100%;
        text-align: left;
        padding: 0.85rem 0;
        font-weight: 600;
        letter-spacing: 0.02em;
        text-transform: none;
        border-bottom: 1px solid #E5E5E5;
        color: #111111;
        border-radius: 0
    }

    #nav .cs-nav-links li:last-child a {
        border-bottom: none
    }

    #nav .cs-nav-links a:after {
        background: #FF6A00
    }

    #nav .cs-nav-links a:hover:after,
    #nav .cs-nav-links a.active:after {
        transform: scaleX(1)
    }

    html[dir="rtl"] #nav .cs-nav-links {
        align-items: flex-end;
        text-align: right;
        width: 100%
    }

    html[dir="rtl"] #nav .cs-nav-links a {
        text-align: right
    }

    #nav .cs-nav-bottom .cs-lang-toggle--mobile {
        display: none
    }

    .cs-nav-overlay {
        display: block;
        position: fixed;
        inset: 0;
        background: rgba(17, 17, 17, 0.2);
        opacity: 0;
        visibility: hidden;
        transition: opacity 0.25s ease;
        z-index: 9999
    }

    #nav.is-open .cs-nav-overlay {
        opacity: 1;
        visibility: visible
    }

    #top {
        padding: 3em 0
    }

    #top .image {
        width: 14em;
        height: auto;
        margin: 2rem auto 0 auto
    }

    #top h1 {
        font-size: 2em;
        line-height: 1.2
    }

    #top p {
        font-size: 1.1em;
        line-height: 1.7em
    }

    html[dir="rtl"] #top h1 {
        font-size: 1.9em
    }

    html[dir="rtl"] #top p {
        font-size: 1.05em
    }

    #contact footer {
        margin: 0
    }

    .contact-panel {
        padding: 3.5rem 0
    }

    .contact-layout {
        grid-template-columns: 1fr
    }

    .contact-form-card,
    .contact-info-card {
        padding: 1.75rem
    }

    .contact-field-row {
        grid-template-columns: 1fr
    }

    #faq .faq-metrics .metric-value {
        font-size: 1.8rem
    }

    #faq .faq-metrics .metric-label {
        font-size: 0.8rem
    }

    #copyright {
        font-size: 1em;
        margin: 0
    }

    #copyright li {
        display: block;
        margin: 1em 0 0 0;
        padding: 0;
        box-shadow: none;
        border-left: 0
    }

    #copyright li:first-child {
        margin-top: 0
    }
}

@media screen and (max-width:768px) {
    #nav .cs-nav-top {
        display: flex;
        align-items: center;
        justify-content: space-between;
        flex-direction: row;
        flex-wrap: nowrap;
        padding: 0.75rem 1rem
    }

    #nav .cs-brand {
        display: flex;
        align-items: center;
        gap: 0.5rem;
        flex: 1 1 auto;
        min-width: 0
    }

    #nav .cs-brand img {
        max-height: 40px;
        height: auto;
        width: auto;
        display: block
    }

    #nav .cs-nav-meta {
        display: flex;
        align-items: center;
        gap: 0.75rem;
        margin: 0 0 0 auto;
        flex-wrap: nowrap
    }

    #nav .cs-nav-meta .cs-button-6 {
        display: none
    }

    #nav .cs-nav-meta .cs-lang-pill,
    #nav .cs-nav-meta .cs-nav-toggle {
        margin: 0;
        align-self: center
    }

    #nav .cs-lang-pill {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        gap: 0.35rem;
        padding: 0.4rem 0.95rem;
        min-height: 36px;
        border-radius: 999px
    }

    #nav .cs-nav-toggle {
        display: inline-flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 48px;
        height: 36px;
        border-radius: 12px
    }

    #nav .cs-nav-toggle span {
        width: 18px;
        height: 2px;
        border-radius: 999px
    }

    html[dir="rtl"] #nav .cs-nav-top {
        flex-direction: row;
        justify-content: space-between;
        direction: ltr
    }

    html[dir="rtl"] #nav .cs-brand {
        flex: 1 1 auto;
        min-width: 0
    }

    html[dir="rtl"] #nav .cs-nav-meta {
        flex-direction: row;
        margin-left: auto;
        margin-right: 0;
        justify-content: flex-end;
        gap: 0.75rem;
        direction: ltr
    }
}