/* #region General */

@charset "UTF-8";

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

body {
    margin: 0;
    direction: rtl;
    font-family: 'Tajawal', Arial, sans-serif;
    font-size: 1rem;
    line-height: normal;
    font-weight: 400;
    color: #1F2937;
}

button,
input,
textarea,
select {
    font-family: 'Tajawal', Arial, sans-serif;
}

p {
    color: #606060;
    line-height: 1.5rem;
}

img {
    max-width: 100%;
}

h3 {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1.4rem;
}

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

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

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

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

/* #endregion General */

/* #region Loading */

.p8f6zkq {
    position: fixed;
    width: 100vw;
    height: 100vh;
    right: 0;
    top: 0;
    display: flex;
    z-index: 1000;
}

.p8f6zkq:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.9);
    position: absolute;
    z-index: 1;
}

.ggm4at {
    width: 48px;
    height: 48px;
    border: 5px solid #f3f4f6;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    margin: auto;
    z-index: 2;
}

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

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

/* #endregion Loading */

/* #region Form */

.jmjty7j {
    color: #E7F5FE;
    text-align: center;
    font-size: 16px;
    margin-bottom: 11px;
}

.pcp6yjcz {
    margin-bottom: 1.4rem;
    position: relative;
}

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

.otpix4ob input,
.otpix4ob select,
.otpix4ob textarea {
    height: 46px;
    font-family: inherit;
    font-size: 16px;
    border: 1px solid #BBBBCB;
    border-radius: 8px;
    padding: 12px 16px;
    width: 100%;
    font-weight: inherit;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    color: #031c2d;
    background-color: #fff;
    box-sizing: border-box;
    justify-content: flex-end;
    align-items: flex-start;
    display: flex;
}

.pcp6yjcz label {
    margin-bottom: 0.6rem;
    display: block;
    padding: 0 5px;
}

.p90lyr8r {
    font-size: 12px;
    color: #b60000;
    line-height: 12px;
    display: flex;
    align-items: center;
    padding-top: 0.5rem;
    gap: 6px;
}

.p90lyr8r svg {
    width: 14px;
    transform: translateY(1px);
    fill: #b60000;
}

.otpix4ob svg.y4um32l {
    width: 11px;
    position: absolute;
    right: 15px;
    top: 21px;
    pointer-events: none;
    fill: #ccc;
}

.oydw7a {
    fill: #8990A5;
}

form .dx5xhl input,
form .dx5xhl select,
form .dx5xhl textarea {
    background-color: #f9fff9;
    border-color: #008b00;
}

form .er9j2dvw input,
form .er9j2dvw select,
form .er9j2dvw textarea {
    background-color: rgba(255, 225, 225, 0.2);
    border-color: #b60000;
}

form .t4xli3j input {
    padding-left: 100px;
    direction: ltr;
    text-align: right;
}

.rwgtzs,
.dh43fn0 {
    background: #fff;
    padding: 2rem;
    border-radius: 8px;
}

.rwgtzs {
    box-shadow: 0 4px 7px #0000001A;
}

.dh43fn0 {
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
}

.dh43fn0.mwpvv2f {
    padding: 1.5rem;
}

.rcuii3 {
    color: #fff;
    outline: 0 !important;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    width: 100%;
    user-select: none;
    font-size: 15px;
    font-family: inherit;
    position: relative;
    max-width: 100%;
    line-height: inherit;
    box-sizing: border-box;
    display: flex;
    border: 0;
    transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -webkit-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -moz-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -ms-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    -o-transition: all 0.3s cubic-bezier(.31, 0, .13, 1);
    margin: 30px auto 0;
    border-radius: 8px;
    font-weight: 700;
    height: 48px;
    gap: 0.6rem;
    text-decoration: none;
}

.rcuii3:disabled {
    cursor: not-allowed;
    opacity: .65;
}

.nsysep8 {
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    gap: 6px;
    align-items: center;
    z-index: 3;
    height: 40px;
    box-sizing: border-box;
    pointer-events: none;
    padding: 0 6px;
    direction: ltr;
}

.nsysep8 > button {
    display: flex;
    align-items: center;
    column-gap: 5px;
    direction: ltr;
    padding: 0 6px;
    height: 100%;
    width: auto;
}

.nsysep8 .fh7ryiz3 {
    width: 20px;
}

.nsysep8 span {
    font-size: 14px;
    transform: translateY(-2px);
}

.otpix4ob.t4xli3j .y4um32l {
    position: relative;
    right: inherit;
    top: inherit;
    width: 8px;
}

.unacd7w {
    margin: 0;
    padding: 0;
    background: #fff;
    box-shadow: rgb(194, 197, 205) 0px 1px 13px 1px;
    border: 1px solid rgb(194, 197, 205);
    position: absolute;
    left: 0;
    top: 42px;
    list-style: none;
    max-height: 225px;
    overflow-y: scroll;
    min-width: 100%;
    width: max-content;
}

.unacd7w button {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
    direction: ltr;
}

.xfottxft {
    background: transparent;
    border: 0;
    font-family: inherit;
    font-size: inherit;
    cursor: pointer;
    padding: 0;
    color: #000;
}

.yz93dg {
    position: relative;
}

/* #endregion Form */

/*region Steps */

.rnrt9mc .wqzrxuhq {
    /*! flex: 1; */
    transition: background 0.3s;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 2;
}

.rnrt9mc {
    display: flex;
    gap: 6px;
    width: 100%;
    position: relative;
    justify-content: space-between;
}

.g89kk5yt {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #D2D6DB;
    border-radius: 50%;
    background-color: #fff;
    z-index: 2;
    position: relative;
    margin-bottom: 0.8rem;
    color: #6c737f;
    font-weight: 500;
}

.y979y8ky {
    font-size: .75rem;
    position: relative;
    z-index: 2;
    color: #6c737f;
}

.wqzrxuhq.gdcoacz4 .g89kk5yt,
.wqzrxuhq.dx5xhl .g89kk5yt {
    color: #fff;
    border: 0;
}

/* #endregion Steps */


.zawko78 {
    text-align: center;
    margin-top: 20px;
}

.jms49uy {
    width: 25px;
    height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

ul li:last-child .xfottxft {
    border: 0;
}

ul li button.gdcoacz4 {
    background-color: #f2f7fb;
}

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

.x7h2af {
    width: 33px;
    fill: #009d49;
}

.rm6f3lw {
    display: flex;
    align-items: center;
    background: #dfe6eb;
    padding: 10px 20px;
    margin-bottom: 20px;
    gap: 14px;
}

.rm6f3lw p {
    font-size: 18px;
    line-height: 25px;
    flex: 1;
}

.p1gfdd {
    margin: -10px -20px 0;
}

.g5670f ul li button.xfottxft {
    display: flex;
    align-items: center;
    gap: 11px;
    padding: 10px;
    width: 100%;
    border-bottom: 1px solid #e6e6e6;
    text-align: right;
}

.frewad {
    list-style: none;
    padding: 0;
    margin: 0;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 1rem;
}

services .qa39rp0 {
    /*! border: 1px solid #dee2e6; */
    border-radius: 16px;
    padding: 1.5rem 1.3rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
}

.frewad .r2rk58 {
    width: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
}

.frewad .zurelsd {
    font-size: 1.125rem;
    margin: 1.5rem 0 0.5rem;
    line-height: 1.5rem;
    font-weight: 700;
    color: #000;
}

.frewad .qa39rp0:not(.gdcoacz4) .rcuii3 {
    background: #fff;
    gap: 6px;
    margin: auto 0 0;
    justify-content: flex-start;
    height: auto;
    padding: 20px 0 0;
}

.qa39rp0 .r2rk58 svg path {
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.qa39rp0 .u5nvwv3 {
    font-size: .875rem;
    color: #525451;
    margin: 0;
}

.qa39rp0 button svg path {
    stroke: none;
}

.dmfgot svg path {
    fill: none;
    stroke: #008550;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.5px;
}

.dmfgot svg {
    width: 40px;
}

.ggjuv8 {
    top: 0;
    z-index: 10;
    box-sizing: border-box;
    height: 98px;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    position: sticky;
    background-color: #24487c;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);

    transform: translateY(0);
    transition: transform 0.25s cubic-bezier(.31, 0, .13, 1);
    will-change: transform;
}

.ggjuv8.r5yc2cv9 {
    transform: translateY(-100%);
}

.ggjuv8.ymdlzokf {
    transform: translateY(0);
}

.ggjuv8 .uepy28wk {
    margin-right: 0.6rem;
}

.ggjuv8 .rvsyo1 svg {
    width: 1.5rem;
    margin-right: auto;
}

.ggjuv8 .rvsyo1 {
    padding: 0.5rem;
    box-sizing: border-box;
    display: flex;
    gap: 11px;
}

.vllkso {
    padding: 2.5rem 1rem 5rem;
    min-height: 500px;
}

.vllkso.r6krx35 {
    padding-top: 0;
}

.rnrt9mc:before {
    content: "";
    position: absolute;
    right: 0;
    width: 100%;
    height: 1px;
    background-color: #D2D6DB;
    top: 18px;
    z-index: 1;
}

.rnrt9mc .wqzrxuhq:first-child:before,
.rnrt9mc .wqzrxuhq:last-child:before {
    position: absolute;
    content: "";
    background: #f8fcf9;
    height: 100%;
    width: 50%;
    z-index: 1;
    top: 0;
}

.rnrt9mc .wqzrxuhq:first-child:before {
    right: 0;
}

.rnrt9mc .wqzrxuhq:last-child:before {
    left: 0;
}

.cnuzao {
    padding: 2.4rem 1rem 2.7rem;
    margin: 0 -.5rem 0;
}

.ggjuv8 .xoqagac {
    display: flex;
    align-items: center;
    margin-right: auto;
}

.ggjuv8 .e2ra4ei {
    padding: 0.5rem;
}

p.b7734ix {
    color: #6c737f;
    font-size: 0.9rem;
}

.rnrt9mc .r2rk58.mkjpz2u {
    width: 1rem;
}

.t0t2nclj {
    color: #fff;
    padding: 3rem 1rem 1.5rem;
    font-size: 0.875rem;
}

.t0t2nclj a {
    text-decoration: underline;
}

.t0t2nclj p {
    margin: 0 0 1rem;
}

.mqxpfvu {
    line-height: 1.8;
}

.mqxpfvu a {
    text-decoration: none;
}

.mqxpfvu a:hover {
    text-decoration: underline;
}

.t0t2nclj ul {
    margin: 0 0 2rem;
    list-style: none;
    padding: 0;
    display: inline-flex;
    gap: 0.9rem;
    flex-wrap: wrap;
}

.zhjyt8 {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    padding: 0.5rem 1.2rem;
    border-radius: 999px;
    background: #25d366;
    color: #fff;
    text-decoration: none;
    box-shadow: 0 12px 24px rgba(37, 211, 102, 0.28);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.zhjyt8:hover {
    transform: translateY(-2px);
    box-shadow: 0 16px 28px rgba(37, 211, 102, 0.34);
}

.zhjyt8 svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
    flex: 0 0 24px;
}

.zhjyt8 span {
    line-height: 1;
}

.r6krx35 .ifvhvti {
    margin: 4rem 0 0;
    text-align: center;
}

.av7cvhp,
.xjbskia {
    margin-top: 2.5rem;
}

.t1z8nzvv {
    display: grid;
    gap: 1rem;
    list-style: none;
    padding: 0;
    margin: 1rem 0 0;
    counter-reset: process-steps;
}

.pj7gozgc {
    position: relative;
    padding: 1.4rem 1.25rem 1.6rem !important;
    border-radius: 16px;
    counter-increment: process-steps;
}

.x50br6 {
    font-size: 1.05rem;
    margin: 0 0 0.5rem;
}

.fow0ha7 {
    margin: 0;
}

.pj7gozgc::before {
    content: counter(process-steps);
    width: 34px;
    height: 34px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #d4f3f6;
    color: #1b3d6b;
    font-weight: 700;
    font-size: 0.95rem;
    margin-bottom: 1rem;
}

.d5lj5cg {
    margin-top: 1.5rem;
}

.hyx0vmlt {
    border-radius: 16px;
}

.qwq9xxih,
.rx2rcg,
.i90ew38q {
    margin: 0;
}

.qwq9xxih {
    color: #031c2d;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-bottom: 0.5rem;
}

.rx2rcg {
    color: #1b3d6b;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.8rem;
}

.i90ew38q {}

.fejjk3 {
    margin-top: 2.5rem;
}

.b2clk9 {
    display: grid;
    gap: 1rem;
    margin: 1rem 0 0;
    padding: 0;
}

.otxx1tf {
    margin: 0;
}

.c9eynf,
.ykxhtev {
    margin: 0;
}

.c9eynf {
    display: block;
    color: #031c2d;
    font-size: 1.05rem;
    font-weight: 700;
    margin-bottom: 0.5rem !important;
}

.ykxhtev {
    display: block;
    color: #565b66;
    line-height: 1.4rem;
}

.n43gj17k {
    color: #1b3d6b;
    font-weight: 700;
    margin-left: 0.35rem;
}

/* FAQ v2 */

.ya4tt7d7 {
    margin-top: 2.5rem;
    padding: 0 0.2rem;
}

.w3qig6iz {
    font-size: 1rem;
    font-weight: 700;
    color: #031c2d;
    margin: 0 0 1rem;
    padding: 0 0.8rem;
}

.iqt32o {
    display: grid;
    gap: 1rem;
}

.f6qwq2o4 {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
    padding: 1.3rem 1.3rem 1.3rem 1.3rem;
    border-right: 3px solid #1b3d6b;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dmt3ngt {
    font-size: 0.975rem;
    font-weight: 700;
    color: #031c2d;
    margin: 0;
    line-height: 1.6;
    display: flex;
    gap: 0.4rem;
}

.p0uj1x6 {
    font-size: 0.9rem;
    color: #565b66;
    margin: 0;
    line-height: 1.85;
    display: flex;
    gap: 0.4rem;
}

.wz6u1hh {
    font-size: 0.8rem;
    font-weight: 700;
    color: #1b3d6b;
    background: #e5ecf5;
    border-radius: 6px;
    padding: 1px 7px;
    min-width: fit-content;
    align-self: flex-start;
    margin-top: 2px;
}

.wz6u1hh.r8ovkx {
    color: #525451;
    background: #f3f4f6;
}

@media (min-width: 900px) {
    .iqt32o {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }
}

.otpix4ob textarea {
    min-height: 180px;
    min-width: 100%;
    max-height: 350px;
    max-width: 100%;
}

label span:not(.q3tfhm) {
    color: #b60000;
}

.bjnq9n {
    padding: 0 19px;
}

.m5cp5rr h2 {
    padding: 0;
    font-weight: 500;
    font-size: 1.2rem;
}

.dkhpny {
    line-height: 1.6rem;
}

.dkhpny .ffh1q2 {
    font-size: 1.8rem;
}

/* دخول */
.hw4fgz,
.p5a6p0f {
    transition: transform .25s ease, opacity .25s ease;
    transform-origin: top;
}

.rgx0nt,
.bokg949m {
    opacity: 0;
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    -o-transform: translateY(-10px);
}

.l85yc4e,
.ofzipv2 {
    opacity: 1;
    transform: translateY(0);
}

.ynfxqj9c ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.ynfxqj9c ul li {
    padding: .75rem 0;
}

.ynfxqj9c ul li a {
    padding: 0.25rem 1rem;
    text-decoration: none;
    color: #fff;
    font-weight: 700;
    display: block;
}

@keyframes down-rotate {
    0% {
        animation-timing-function: cubic-bezier(.16, -.88, .97, .53);
        transform: translateY(0);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
        transform: translateY(10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(10px) rotate(-45deg) scale(.9);
    }
}

@keyframes hide {
    29% {
        opacity: 1;
    }

    30% {
        opacity: 0;
    }

    100% {
        opacity: 0;
    }
}

@keyframes up-rotate {
    0% {
        animation-timing-function: cubic-bezier(.16, -.88, .97, .53);
        transform: translateY(0);
    }

    30% {
        transform-origin: center;
        animation-timing-function: cubic-bezier(.34, 1.56, .64, 1);
        transform: translateY(-10px);
    }

    100% {
        transform-origin: center;
        transform: translateY(-10px) rotate(45deg) scale(.9);
    }
}

.ggjuv8 .wa8dr4f.trr6r3 svg .vntmxx {
    animation: down-rotate .6s ease-out both;
}

.ggjuv8 .wa8dr4f.trr6r3 svg .hvhr9d7q {
    animation: hide .6s ease-out forwards;
}

.ggjuv8 .wa8dr4f.trr6r3 svg .qn8a0aw {
    animation: up-rotate .6s ease-out both;
}

.ggjuv8 .wa8dr4f .vntmxx,
.ggjuv8 .wa8dr4f .qn8a0aw,
.ggjuv8 .wa8dr4f .hvhr9d7q {
    transform-box: fill-box;
    transform-origin: center;
}

.g5670f.r6krx35 .kbshbl2 {
    margin-top: 0;
}

.h9faft6o {
    padding: 0 1rem;
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    margin: 0 0 1rem;
}

.h9faft6o.d8b2j4 {
    margin-top: 2.5rem;
}

.m0e3oo45 .b7734ix {
    margin: 0 0 0.25rem;
}

.iw3uo4uy {
    padding: 2.3rem 1rem 1.5rem;
}

.iw3uo4uy h1 {
    line-height: 1.85rem;
    margin: 0;
    padding: 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.iw3uo4uy span {
    font-size: 1.4rem;
    margin-top: .05rem;
    margin-bottom: 0;
    font-weight: 700;
    display: block;
}

.e26shb {
    font-size: 12px;
    color: #6c737f;
    display: flex;
    justify-content: space-between;
    opacity: 0.7;
    padding: 2px 5px 0;
}

.frewad .qa39rp0 {
    /* border: 1px solid #dee2e6; */
    border-radius: 16px;
    padding: 1.5rem 1.3rem;
    margin-bottom: 1rem;
    box-shadow: 0 2px 7px rgba(0, 0, 0, .078);
    background: #fff;
    display: flex;
    flex-direction: column;
    cursor: pointer;
    text-decoration: none;
}

.frewad .qa39rp0:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, .051);
}

.gd9bip h1 {
    margin: 0;
    padding: 0 0.5rem;
    font-size: 1.4rem;
    font-weight: 700;
}

.gd9bip {
    margin-bottom: 1.5rem;
}

.o0e49uc1 .dh43fn0 {
    padding: 1.3rem;
}

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

.o0e49uc1 ul li {
    position: relative;
    margin-bottom: 7px;
    display: flex;
    align-items: flex-start;
    gap: 0.7rem;
    color: #565b66;
}

.o0e49uc1 ul li:before {
    content: "";
    width: 5px;
    height: 5px;
    background: #00663d;
    border-radius: 50%;
    display: inline-block;
    transform: translateY(12px);
    min-width: 5px;
}

.o0e49uc1 h3 {
    font-size: 1.1rem;
    font-weight: 500;
    margin: 2rem 0 .3rem;
}

.o0e49uc1 .dh43fn0 p:first-child {
    margin-top: 0;
}

.o0e49uc1 h3 + ul,
.o0e49uc1 h3 + p,
.o0e49uc1 h2 + p {
    margin-top: 0;
}

.o0e49uc1 .dh43fn0 h3:first-child {
    margin-top: 0.5rem;
}

.rwgtzs > p:first-child {
    margin-top: 0;
}

.hxh04en {
    display: block;
    margin-bottom: 1.5rem;
}

.p90lyr8r.k1uw0go {
    text-align: center;
    display: block;
    margin-top: 1rem;
}

.t0t2nclj p.uh8pea0 {
    font-size: .8rem;
}

.vllkso.o0e49uc1 .dh43fn0 + .gd9bip {
    margin-top: 2.5rem;
}

.jghwxs {
    direction: ltr;
}

.sguvckl {
    font-size: 0.8rem;
}

.uepy28wk svg {
    fill: rgb(0, 102, 61);
}

.sieqkp0 .r2rk58 {
    fill: none;
    stroke: #6c737f;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.78px;
    width: .8rem;
    transform: translateY(3px);
}

.sieqkp0 {
    display: flex;
    font-size: 12px;
    color: #6c737f;
    align-items: flex-start;
    gap: 5px;
    justify-content: center;
    margin-top: 2rem;
    opacity: .7;
}

/* Mobile */
@media (max-width:899px) {
    .m1fm6y31 {
        display: none !important;
    }

    .ynfxqj9c {
        position: absolute;
        background: #24487c;
        padding: 1rem 1.5rem 1.3rem;
        right: 0;
        left: 0;
        top: 98px;
        box-shadow: 0 12px 16px -4px rgba(16, 24, 40, .08), 0 4px 6px -2px rgba(16, 24, 40, .03);
        border-radius: 0 0 16px 16px;
        border-bottom: 1px solid #E4E7EC;
    }
}

.r6krx35 .frewad {
    grid-template-columns: repeat(1, 1fr);
}

/* Desktop */
@media (min-width: 900px) {
    .ynfxqj9c ul li a {
        color: #fff;
    }

    .r6krx35 .frewad {
        grid-template-columns: repeat(3, 1fr);
    }

    .xibhdk {
        display: none !important;
    }

    .t0t2nclj .adw1b1a0 {
        grid-column-gap: 2.3rem;
    }

    .vllkso {
        margin: 0 auto;
        max-width: 1092px;
        box-sizing: border-box;
        min-height: calc(100vh - 245px) !important;
    }

    .frewad {
        grid-template-columns: repeat(3, 1fr);
        grid-column-gap: 1.5rem;
    }

    body {
        background: #f8fcf9;
    }

    .cnuzao {
        padding: 2.4rem 0 2.7rem;
        margin: 0;
    }

    .rcuii3.rulfneb {
        max-width: 16.666667%;
    }

    .otpix4ob textarea {
        min-height: 148px;
    }

    .adw1b1a0 {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-column-gap: 2rem;
        max-width: 1060px;
        margin: 0 auto;
    }

    .ynfxqj9c {
        display: inline-block !important;
        margin-right: 5rem;
    }

    .ynfxqj9c ul {
        display: flex;
        align-items: center;
        gap: 0.7rem;
    }

    .ggjuv8 .rvsyo1 {
        display: none;
    }

    .zhjyt8 {
        right: 1.5rem;
        bottom: 1.5rem;
    }

    .ggjuv8 {
        padding: 0 2rem;
    }

    .ggjuv8 .uepy28wk {
        width: 160px;
    }

    .o0e49uc1 .dh43fn0 {
        padding: 1.5rem;
    }

    .frewad .qa39rp0 {
        margin-bottom: 1.5rem;
    }

    .t1z8nzvv {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .b2clk9 {
        grid-template-columns: repeat(2, 1fr);
        gap: 1.5rem;
    }

    .iw3uo4uy {
        padding: 2.8rem 0 2rem;
    }

    .adw1b1a0.od41dt9 {
        grid-template-columns: repeat(3, 1fr);
    }

    h3 {
        font-size: 1.4rem;
        margin: 0 0 1.5rem;
    }

    .iw3uo4uy span {
        font-size: 1.3rem;
    }

    .iw3uo4uy h3 {
        font-size: 1.6rem;
    }

    .h9faft6o.d8b2j4 {
        margin-top: 3rem;
    }

    .g89kk5yt {
        font-weight: 700;
        margin-bottom: 0.4rem;
        width: 41px;
        height: 41px;
    }

    .y979y8ky {
        font-size: 0.9rem;
    }

}

.sxr7y0d {
    direction: ltr;
    display: inline-block;
}

.frewad .qa39rp0.gdcoacz4 {
    grid-column: 1 / -1;
    grid-row: 1
}

.frewad .qa39rp0.gdcoacz4 .rcuii3 {
    width: auto;
    gap: 8px;
    padding: 0 24px;
    margin: 22px 0 0;
    display: inline-flex;
    align-self: flex-start;
}

.o0e49uc1 hr {
    border-top: 1px solid #ccc;
    border-bottom: 0;
    margin: 30px 0 0;
    opacity: 0.5;
}

.o0e49uc1 h2 {
    font-size: 1.3rem;
    margin: 2rem 0 .6rem;
}

.uepy28wk img {
    display: block;
}

.iir677 {
    width: 148px;
}

.p8f6zkq .srwltni1 {
    margin: auto;
    z-index: 2;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.o0e49uc1 ol {
    color: #565b66;
    padding-right: 1.5rem;
}

.o0e49uc1 ol li {
    margin-bottom: 0.5rem;
}

.kbshbl2.p6l93k {
    margin-bottom: 0;
}