@charset "UTF-8";

:root {
    --bg: #edf6fb;
    --bg-soft: #f7fbfe;
    --surface: rgba(255, 255, 255, 0.86);
    --surface-strong: #ffffff;
    --surface-muted: #dbeef8;
    --ink: #102432;
    --ink-soft: #365061;
    --muted: #617b8d;
    --line: rgba(28, 132, 192, 0.14);
    --accent: #1c84c0;
    --accent-strong: #166c9d;
    --accent-soft: #8ec6e5;
    --secondary: #0f4f74;
    --secondary-soft: #d8ebf6;
    --success: #2e6a4f;
    --danger: #b13f2f;
    --shadow-lg: 0 24px 60px rgba(17, 76, 109, 0.14);
    --shadow-md: 0 14px 30px rgba(17, 76, 109, 0.1);
    --shadow-sm: 0 8px 18px rgba(17, 76, 109, 0.08);
    --radius-lg: 30px;
    --radius-md: 22px;
    --radius-sm: 16px;
    --container: min(1120px, calc(100% - 32px));
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

[v-cloak] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    direction: rtl;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Geeza Pro", "Cairo", "Tahoma", sans-serif;
    font-size: 1rem;
    line-height: 1.75;
    color: var(--ink);
    background:
        radial-gradient(circle at top right, rgba(28, 132, 192, 0.16), transparent 30%),
        radial-gradient(circle at left 20%, rgba(15, 79, 116, 0.12), transparent 24%),
        linear-gradient(180deg, #f8fcff 0%, #edf6fb 52%, #e1f0f8 100%);
    min-height: 100vh;
    position: relative;
    overflow-x: hidden;
}

body::before,
body::after {
    content: "";
    position: fixed;
    inset: auto;
    pointer-events: none;
    z-index: -1;
    border-radius: 50%;
    filter: blur(8px);
}

body::before {
    width: 300px;
    height: 300px;
    top: -120px;
    left: -60px;
    background: rgba(28, 132, 192, 0.09);
}

body::after {
    width: 360px;
    height: 360px;
    right: -120px;
    bottom: 8%;
    background: rgba(15, 79, 116, 0.08);
}

a {
    color: var(--accent-strong);
    text-decoration-color: rgba(28, 132, 192, 0.3);
    text-underline-offset: 0.24em;
}

a:hover {
    text-decoration-color: currentColor;
}

p {
    margin: 0 0 1.15rem;
    color: var(--ink-soft);
}

.uf14ag9 ol,
.uf14ag9 ul {
    color: var(--ink-soft);

}

h1,
h2,
h3,
h4 {
    margin: 0;
    color: var(--ink);
    line-height: 1.4;
}

h1 {
    font-size: clamp(1.5rem, 2.5vw, 4.2rem);
    font-weight: 800;
    letter-spacing: -0.04em;
}

h2 {
    font-size: clamp(1.3rem, 2.3vw, 2.15rem);
    font-weight: 800;
    letter-spacing: -0.03em;
}

h3 {
    font-size: 1.1rem;
    font-weight: 700;
}

h4 {
    font-size: 1.1rem;
    font-weight: 700;
}

ul,
ol,
dl {
    margin: 0;
    padding: 0;
}

img {
    max-width: 100%;
    display: block;
}

svg {
    display: block;
    max-width: 100%;
}

button,
input,
select,
textarea {
    font: inherit;
}

input[type="tel"] {
    direction: ltr;
    text-align: right;
}

select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
}

input::placeholder,
textarea::placeholder {
    color: #6d8ea2 !important;
    opacity: 1;
}

.yzj3oj {
    width: var(--container);
    margin: 0 auto;
}

.sz7w7v {
    width: var(--container);
    margin: 18px auto 0;
    padding: 16px 20px;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 18px;
    position: sticky;
    top: 14px;
    z-index: 60;
    background: rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(18px);
    border: 1px solid rgba(28, 132, 192, 0.08);
    border-radius: 999px;
    box-shadow: var(--shadow-md);
    transition: transform 0.28s ease, box-shadow 0.28s ease, background-color 0.28s ease;
}

.sz7w7v.ygluj4v6 {
    transform: translateY(-140%);
}

.sz7w7v.tfnez33u,
.sz7w7v.cr1h774 {
    transform: translateY(0);
}

.d7s43k2 {
    display: inline-flex;
    align-items: center;
    width: 92px;
    min-height: 54px;
    padding-right: 8px;
}

.d7s43k2 img {
    max-height: 40px;
    width: auto;
}

.tjx2mr0 {
    justify-self: center;
}

.tjx2mr0 ul {
    display: flex;
    align-items: center;
    gap: 10px;
    list-style: none;
}

.tjx2mr0 a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    color: var(--ink);
    text-decoration: none;
    font-size: 0.94rem;
    font-weight: 600;
    transition: background-color 0.22s ease, color 0.22s ease, transform 0.22s ease;
}

.tjx2mr0 a:hover {
    background: rgba(28, 132, 192, 0.08);
    color: var(--accent-strong);
    transform: translateY(-1px);
}

.f6zw77i {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.dqnd9tr {
    border: 0;
    background: transparent;
    padding: 0;
    cursor: pointer;
}

.pbx4w9h,
.px063pi {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(28, 132, 192, 0.1);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7);
    transition: transform 0.22s ease, background-color 0.22s ease, border-color 0.22s ease;
}

.pbx4w9h:hover,
.px063pi:hover {
    transform: translateY(-1px);
    background: rgba(255, 255, 255, 0.92);
    border-color: rgba(28, 132, 192, 0.25);
}

.sz7w7v .f6zw77i .pbx4w9h svg {
    fill: var(--accent-strong);
}

.sz7w7v .f6zw77i .px063pi svg {
    overflow: visible;
}

.sz7w7v .f6zw77i .px063pi svg path {
    stroke: #1c84c0;
    stroke-linecap: round;
    transform-box: fill-box;
    transform-origin: center;
    transition: transform 0.22s ease, opacity 0.22s ease;
}

.px063pi.f8diou4d .qstw36y {
    transform: translateY(10px) rotate(45deg);
}

.px063pi.f8diou4d .bczcp9 {
    opacity: 0;
}

.px063pi.f8diou4d .yrfb4z {
    transform: translateY(-10px) rotate(-45deg);
}

.v0evcapa,
.w0h8lk {
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.pyun7ste,
.ajw15vu {
    opacity: 0;
    transform: translateY(-8px);
}

main.yzj3oj {
    padding: 38px 0 80px;
}

main.yzj3oj.tyda14a {
    display: grid;
    gap: 28px;
}

.yrv4xee0,
.g5gqz24d {
    position: relative;
    overflow: hidden;
    padding: clamp(32px, 5vw, 60px);
    border-radius: calc(var(--radius-lg) + 6px);
    background:
        linear-gradient(135deg, rgba(11, 48, 70, 0.96), rgba(20, 93, 136, 0.88)),
        linear-gradient(135deg, rgba(28, 132, 192, 0.22), rgba(15, 79, 116, 0.18));
    box-shadow: var(--shadow-lg);
    isolation: isolate;
}

.yrv4xee0::before,
.g5gqz24d::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, transparent 0, rgba(255, 255, 255, 0.08) 49%, transparent 100%),
        radial-gradient(circle at top left, rgba(142, 198, 229, 0.36), transparent 26%);
    opacity: 0.85;
    z-index: -1;
}

.yrv4xee0::after,
.g5gqz24d::after {
    content: "صياغة دقيقة . لغة مهنية . عرض واضح";
    position: absolute;
    inset: auto 32px 26px auto;
    color: rgba(232, 245, 252, 0.78);
    font-size: 0.78rem;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.yrv4xee0 h1,
.g5gqz24d h1 {
    max-width: 12ch;
    color: #fffaf4;
}

.feerks9,
.b3qi3l {
    display: grid;
    gap: 28px;
}

.b3qi3l > * {
    min-width: 0;
}

.feerks9.tyda14a .b3qi3l {
    gap: 39px;
}

.scm6q0gf,
.rylqxjs {
    position: relative;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(244, 250, 254, 0.94));
    border: 1px solid rgba(28, 132, 192, 0.1);
    border-radius: var(--radius-lg);
    padding: 32px;
    box-shadow: var(--shadow-md);
}

.scm6q0gf::before,
.rylqxjs::before {}

.scm6q0gf.zhsvzl {
    padding: 26px;
}

.nf136t {
    font-size: 1.05rem;
}

.yzjnim {
    font-size: clamp(1rem, 1.6vw, 1.16rem);
    line-height: 1.75;
    color: var(--ink);
}

.uv863dg {
    position: relative;
    padding-inline-start: 18px;
}

.uv863dg::before {
    content: "";
    position: absolute;
    right: 0;
    top: 0.1em;
    width: 6px;
    height: 1.4em;
    border-radius: 999px;
    background: linear-gradient(180deg, var(--accent), var(--secondary));
}

.mtskh9g4 {}

.r1zjwh,
.zpwc2q,
.u051vsap,
.c48wq3n ul {
    list-style: none;
}

.th60ezk,
.uu9iju6,
.skieds {
    display: grid;
    gap: 20px;
}

.r1zjwh {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 16px;
    counter-reset: process;
}

.vxxxtj {
    min-height: 220px;
    display: grid;
    align-content: start;
    gap: 8px;
    padding-top: 74px !important;
}

.vxxxtj::after {
    counter-increment: process;
    content: counter(process, decimal-leading-zero);
    position: absolute;
    top: 24px;
    right: 24px;
    width: 42px;
    height: 42px;
    display: grid;
    place-items: center;
    border-radius: 14px;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    color: #fff7ef;
    font-size: 0.86rem;
    font-weight: 800;
    box-shadow: 0 14px 24px rgba(28, 132, 192, 0.24);
}

.xo8arxx {
    color: var(--ink);
    margin-top: 0.5rem;
}

.a1hcg2 {
    margin: 0;
    color: var(--muted);
}

.gqysk9 {
    display: grid;
    justify-items: start;
    gap: 10px;
    background:
        radial-gradient(circle at top left, rgba(142, 198, 229, 0.25), transparent 34%),
        linear-gradient(135deg, rgba(15, 79, 116, 0.95), rgba(10, 60, 89, 0.96));
    color: #fefaf5;
}

.gqysk9::before {
    border-color: rgba(255, 255, 255, 0.08);
}

.txpn6i,
.bott13bi,
.mlo0df8c {
    color: inherit;
}

.bott13bi {
    font-size: clamp(2rem, 4vw, 3.4rem);
    font-weight: 800;
    margin-bottom: 0;
}

.bott13bi strong {
    font-weight: inherit;
}

.clx7n4ow {
    display: grid;
    gap: 18px;
}

.u051vsap {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.u051vsap > li {
    min-width: 0;
}

.aewt4v27 {
    position: relative;
    overflow: hidden;
    min-height: 100%;
    display: grid;
    gap: 11px;
    padding: 24px;
    border-radius: var(--radius-md);
    border: 1px solid rgba(28, 132, 192, 0.1);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(241, 249, 253, 0.94));
    box-shadow: var(--shadow-sm);
    text-decoration: none;
    transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
    cursor: pointer;
}

.aewt4v27::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(28, 132, 192, 0.08), transparent 40%);
    opacity: 0;
    transition: opacity 0.24s ease;
}

.aewt4v27:hover,
.u051vsap .aewt4v27.cr1h774 {
    transform: translateY(-4px);
    box-shadow: 0 22px 40px rgba(17, 76, 109, 0.14);
    border-color: rgba(28, 132, 192, 0.26);
}

.aewt4v27:hover::after,
.u051vsap .aewt4v27.cr1h774::after {
    opacity: 1;
}

.u051vsap .g4ys7f {
    width: 68px;
    height: 68px;
    display: grid;
    place-items: center;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(142, 198, 229, 0.42), rgba(15, 79, 116, 0.08));
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.6);
}

.aewt4v27 .g4ys7f svg {
    width: 34px;
    height: 34px;
}

.aewt4v27 .g4ys7f svg path {
    stroke: var(--accent-strong);
    stroke-width: 1.8;
    fill: none;
}

.aewt4v27 .ruw3uvex {
    margin: 0.7rem 0 0;
}

.aewt4v27 .b4afbe {
    margin: 0;
    color: var(--muted);
}

.zpwc2q {
    display: grid;
    gap: 16px;
}

.peh0kuc {
    display: grid;
    gap: 10px;
}

.i0hjwwc,
.w4ld59bc {
    display: flex;
    gap: 10px;
    align-items: flex-start;
}

.i0hjwwc {
    font-weight: 700;
    color: var(--ink);
}

.w4ld59bc {
    color: var(--ink-soft);
    margin-right: 0;
}

.uvjaae {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 28px;
    height: 28px;
    border-radius: 999px;
    background: rgba(28, 132, 192, 0.1);
    color: var(--accent-strong);
    font-size: 0.82rem;
    font-weight: 800;
}

.azd8x6t {
    text-align: center;
    font-weight: 600;
    color: var(--ink);
    margin-top: 2rem;
}

.uf14ag9 .b3qi3l {
    max-width: 860px;
    margin: 0 auto;
}

.uf14ag9 .scm6q0gf {
    font-size: 1.02rem;
}

.uf14ag9 .scm6q0gf p:last-child {
    margin-bottom: 0;
}

.lfw2bgms {
    max-width: 820px;
    margin: 0 auto;
}

.p75yt3j {
    margin-bottom: 1.3rem;
    position: relative;
}

.p75yt3j:last-child {
    margin-bottom: 0;
}

.qwj9yr5n {
    position: relative;
    box-sizing: border-box;
}

.p75yt3j label {
    margin-bottom: 0.62rem;
    display: block;
    padding: 0 3px;
    color: var(--ink);
    font-size: 0.94rem;
    font-weight: 700;
}

.p75yt3j label span {
    color: var(--accent);
}

.qwj9yr5n input,
.qwj9yr5n select,
.qwj9yr5n textarea {
    width: 100%;
    border: 1px solid rgba(28, 132, 192, 0.14);
    border-radius: 18px;
    padding: 14px 18px;
    color: var(--ink);
    background-color: rgba(255, 255, 255, 0.85);
    transition: border-color 0.22s ease, box-shadow 0.22s ease, background-color 0.22s ease;
}

.qwj9yr5n input,
.qwj9yr5n select {
    height: 56px;
}

.qwj9yr5n textarea {
    min-height: 160px;
    resize: vertical;
}

.qwj9yr5n.cr1h774 input,
.qwj9yr5n.cr1h774 select,
.qwj9yr5n.cr1h774 textarea,
.qwj9yr5n input:focus,
.qwj9yr5n select:focus,
.qwj9yr5n textarea:focus {
    outline: none;
    border-color: rgba(28, 132, 192, 0.46);
    box-shadow: 0 0 0 4px rgba(28, 132, 192, 0.12);
    background-color: #fff;
}

form .is41zbqa input,
form .is41zbqa select,
form .is41zbqa textarea {
    background-color: rgba(46, 106, 79, 0.05);
    border-color: rgba(46, 106, 79, 0.5);
}

form .u1f6qvsl input,
form .u1f6qvsl select,
form .u1f6qvsl textarea {
    background-color: rgba(177, 63, 47, 0.04);
    border-color: rgba(177, 63, 47, 0.48);
}

.qwj9yr5n.u0gccb input {
    padding-left: 112px;
}

.f3r9vzi {
    position: relative;
}

.osdqhi {
    position: absolute;
    left: 7px;
    top: 7px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 2;
    height: 42px;
    padding: 0 12px;
    direction: ltr;
    border-radius: 14px;
    background: rgba(219, 238, 248, 0.85);
    border: 1px solid rgba(28, 132, 192, 0.08);
    pointer-events: none;
}

.osdqhi .zlj6efek {
    width: 20px;
}

.osdqhi span {
    font-size: 0.88rem;
    color: var(--ink);
}

.qwj9yr5n svg.pun627 {
    width: 11px;
    position: absolute;
    right: 15px;
    top: 23px;
    pointer-events: none;
    fill: #7fa9c0;
}

.qdrzca7p {
    display: grid;
    justify-content: center;
}

.d25tnnf {
    min-width: min(100%, 340px);
    min-height: 56px;
    padding: 0 28px;
    margin: 28px auto 0;
    border: 0;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    color: #fff9f2;
    background: linear-gradient(135deg, var(--accent), var(--accent-strong));
    box-shadow: 0 16px 30px rgba(28, 132, 192, 0.26);
    cursor: pointer;
    font-size: 0.98rem;
    font-weight: 800;
    text-decoration: none;
    transition: transform 0.22s ease, box-shadow 0.22s ease, opacity 0.22s ease;
}

.d25tnnf:hover {
    transform: translateY(-2px);
    box-shadow: 0 20px 36px rgba(28, 132, 192, 0.3);
}

.d25tnnf:disabled {
    cursor: not-allowed;
    opacity: 0.72;
    box-shadow: none;
    background: linear-gradient(135deg, #7eb8da, #5f9fc6);
}

.hvg48r1,
.ypio228 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 10px;
    color: var(--muted);
    font-size: 0.86rem;
}

.j99k39lt,
.rleg1pq,
.osdqhi .dfu2b39e {
    color: var(--muted);
}

.ypio228 {
    justify-content: center;
    margin: 20px 0 0;
    text-align: center;
}

.ypio228 .g4ys7f,
.swrzxw .e7xy4vt8 {
    flex: 0 0 auto;
}

.ypio228 .g4ys7f {
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: rgba(28, 132, 192, 0.09);
}

.ypio228 .g4ys7f svg {
    width: 18px;
    fill: none;
    stroke: var(--secondary);
    stroke-width: 1.6;
}

.zv1w9rtz {
    margin-top: 0.55rem;
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--danger);
    font-size: 0.84rem;
    line-height: 1.6;
}

.zv1w9rtz svg {
    width: 14px;
    fill: var(--danger);
    flex: 0 0 auto;
}

.tym6lo {
    justify-content: center;
    margin-top: 16px;
    padding: 14px 18px;
    border-radius: 16px;
    background: rgba(177, 63, 47, 0.07);
}

.z5upjzu.scm6q0gf,
.feerks9.z5upjzu .scm6q0gf {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.z5upjzu h2,
.p9pgkw79 {
    color: var(--accent-strong);
}

.p9pgkw79 {
    font-weight: 800;
}

.evoeje {
    display: grid;
    gap: 20px;
}

.evoeje.sds76t4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.evoeje.dht5e0ok {
    grid-template-columns: 1.1fr 1fr;
    align-items: start;
}

.p4uk20s {
    min-width: 0;
}

.ea2eov {
    display: block;
    height: 4px;
}

.c48wq3n {
    width: var(--container);
    margin: 0 auto 28px;
    padding: 28px 30px;
    border-radius: var(--radius-lg);
    background:
        radial-gradient(circle at top left, rgba(142, 198, 229, 0.16), transparent 26%),
        linear-gradient(135deg, rgba(11, 48, 70, 0.98), rgba(16, 77, 113, 0.96));
    color: #fff6ed;
    box-shadow: var(--shadow-lg);
}

.c48wq3n a,
.c48wq3n p {
    color: inherit;
}

.c48wq3n ul {
    display: grid;
    gap: 10px;
}

.c48wq3n a {
    text-decoration: none;
}

.c48wq3n a:hover {
    color: #c5e7f8;
}

.coinwej,
.z18orbid {
    margin: 0;
}

.z18orbid {
    opacity: 0.78;
    font-size: 0.92rem;
    margin-top: 14px;
}

.yl38vwzv {
    position: fixed;
    right: 13px;
    bottom: 18px;
    z-index: 50;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 18px;
    border-radius: 999px;
    background: linear-gradient(135deg, #188c68, #13694f);
    color: #f4fbff;
    text-decoration: none;
    box-shadow: 0 18px 30px rgba(28, 132, 192, 0.28);
}

.yl38vwzv svg {
    width: 22px;
    height: 22px;
    fill: currentColor;
}

.yl38vwzv span {
    font-size: 0.92rem;
    font-weight: 700;
}

.mt0xp0 {
    position: fixed;
    inset: 0;
    display: grid;
    place-items: center;
    z-index: 1000;
}

.mt0xp0::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(237, 246, 251, 0.82);
    backdrop-filter: blur(6px);
}

.xvdec91 {
    position: relative;
    z-index: 1;
    display: grid;
    gap: 14px;
    justify-items: center;
}

.g8ogaxvk {
    width: 54px;
    height: 54px;
    border: 4px solid rgba(28, 132, 192, 0.14);
    border-top-color: var(--accent);
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 0.8s linear infinite;
    z-index: 1;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media (max-width: 980px) {

    .r1zjwh,
    .u051vsap,
    .evoeje.sds76t4,
    .evoeje.dht5e0ok {
        grid-template-columns: 1fr;
    }

    .vxxxtj {
        min-height: auto;
    }

    .yrv4xee0 h1,
    .g5gqz24d h1 {
        max-width: none;
    }
}

@media (max-width: 760px) {
    :root {
        --container: min(100% - 24px, 100%);
    }

    .sz7w7v {
        grid-template-columns: auto auto;
        justify-content: space-between;
        border-radius: 28px;
        padding: 14px 16px;
    }

    .tjx2mr0 {
        grid-column: 1 / -1;
        justify-self: stretch;
    }

    .tjx2mr0 ul {
        margin-top: 8px;
        padding-top: 8px;
        flex-direction: column;
        align-items: stretch;
        border-top: 1px solid rgba(28, 132, 192, 0.1);
    }

    .tjx2mr0 a {
        justify-content: flex-start;
        padding: 0 14px;
        border-radius: 16px;
    }

    main.yzj3oj {
        padding-top: 24px;
    }

    .yrv4xee0,
    .g5gqz24d,
    .scm6q0gf,
    .rylqxjs,
    .c48wq3n {
        padding: 24px;
        border-radius: 24px;
    }

    .scm6q0gf.zhsvzl {
        padding: 20px;
    }

    .yrv4xee0::after,
    .g5gqz24d::after {
        position: static;
        display: block;
        margin-top: 14px;
    }

    .hvg48r1 {
        flex-direction: column;
        align-items: flex-start;
    }

    .d25tnnf {
        width: 100%;
        min-width: 0;
    }

    .yl38vwzv {
        bottom: 10px;
        justify-content: center;
    }
}

.mlo0df8c {
    margin-bottom: 0.8rem;
}

@media (min-width: 990px) {
    .d7s43k2 img {
        max-height: 45px;
    }

    .d7s43k2 {
        width: 122px;
        padding-right: 15px;
    }
}