body {
    padding: 0 !important;
}

header {
    position: sticky !important;
    top: 0;
}

.styles_main_header__Lp0zU {
    background-color: #003f9a;
    padding: 19px 0
}

.static_logo img {
    object-fit: contain;
    filter: brightness(100) grayscale(100);
    width: 100%;
}

.styles_main_header__Lp0zU .styles_main__flex__KBxH8 {
    display: flex;
    justify-content: space-between;
    align-items: center
}

@media(max-width: 500px) {
    .styles_main_header__Lp0zU .styles_main__flex--box__uR7oB {
        padding-top:-4px;
        width: 152px
    }
}

.styles_main_header__Lp0zU .styles_header__menu__z_BNP {
    display: none
}

@media(max-width: 768px) {
    .styles_main_header__Lp0zU .styles_header__menu__z_BNP {
        display:block
    }
}

.styles_main_header__Lp0zU .styles_nav__list__EXd8b {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 24px
}

@media(max-width: 1024px) {
    .styles_main_header__Lp0zU .styles_nav__list__EXd8b {
        display:none
    }
}

.styles_main_header__Lp0zU .styles_nav__list--item__rC3ht {
    display: flex;
    align-items: center;
    width: 100%;
    max-width: 230px;
    word-wrap: break-word;
    gap: 10px;
    color: #fff;
    font-size: 17px;
    font-style: normal;
    font-weight: 200!important;
    line-height: normal;
}

@keyframes telefonicon {
    0% {
        transform: scale(1);
        -webkit-box-shadow: 0 0 0 0 #facb07;
        -moz-box-shadow: 0 0 0 0 #facb07;
        -o-box-shadow: 0 0 0 0 #facb07;
        box-shadow: 0 0 0 0 #facb07;
    }
    
    50% {
        transform: scale(1.2);
    }
    
    100% {
        transform: scale(1);
    }
}

.telefonanimation {
    animation: telefonicon 1.5s infinite;
}

.styles_main_header__Lp0zU .styles_nav__list--item__rC3ht p {
    display: grid;
    gap: 4px
}

.styles_main_header__Lp0zU .styles_nav__list--item__rC3ht:first-of-type {
    max-width: 300px
}

.styles_main_header__Lp0zU .styles_nav__list--item__rC3ht:nth-of-type(3) {
    min-width: 180px
}

.styles_main_header__Lp0zU .styles_nav__list--item__rC3ht svg {
    min-width: 48px;
    min-height: 48px
}

.styles_navbar___0FAH {
    background-color: rgba(0,63,154,.8)
}

@media(max-width: 768px) {
    .styles_navbar___0FAH {
        display:none
    }
}

.styles_navbar___0FAH .styles_nav-auto__M1AYZ {
    padding: 14px 0 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 70px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.styles_navbar___0FAH .styles_nav-auto__M1AYZ .styles_active__ZToyR {
    color: #ffc310;
    font-weight: 700
}

.styles_select__2nW_A {
    position: relative;
    z-index: 20
}

.styles_select__2nW_A p {
    overflow: hidden;
    transform: translateY(-1px);
    cursor: pointer;
    display: flex;
    gap: 10px;
    align-items: center;
    z-index: 10
}

.styles_select__2nW_A p:before {
    content: "";
    display: block;
    height: 2px;
    background-color: transparent;
    transform: translateX(-100px)
}

.styles_select__2nW_A svg {
    transform: rotate(0deg);
    transition: all .3s ease-in-out
}

.styles_select__2nW_A:hover svg {
    transform: rotate(180deg)
}

.styles_select__2nW_A:hover p:before {
    content: "";
    display: block;
    height: 2px;
    transform: translateX(0);
    transition: transform .5s ease-in-out
}

.styles_select__2nW_A:hover .styles_all___tQKD {
    display: block
}

.styles_select__2nW_A .styles_all___tQKD {
    position: absolute;
    display: none;
    top: 0;
    left: 0;
    z-index: 0
}

.styles_select__2nW_A .styles_all___tQKD ul {
    margin-top: 42px;
    z-index: 2;
    background-color: #fff;
    border-radius: 2px!important;
    box-shadow: 3px 9px 9px -5px rgba(0,0,0,.6);
    min-width: 220px
}

.styles_select__2nW_A .styles_all___tQKD li {
    padding: 8px 14px;
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 20px;
    color: #000;
    border-bottom: 1px solid #f3f3f3;
    text-align: left
}

.mobile_mobile_sidebar__OFda0 {
    display: none
}

@media(max-width: 1024px) {
    .mobile_mobile_sidebar__OFda0 {
        display:block;
        position: fixed;
        max-width: 600px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #003f9a;
        z-index: 29
    }

    .mobile_mobile_sidebar__OFda0.mobile_close___6kfm {
        transform: translateX(-100%);
        transition: transform .3s ease-in-out
    }

    .mobile_mobile_sidebar__OFda0 .mobile_logo__nOwjU {
        margin-top: 34px;
        width: 200px;
        height: 40px;
        position: relative
    }

    .mobile_mobile_sidebar__OFda0 .mobile_logo__nOwjU img {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: contain;
        object-fit: contain
    }

    .mobile_mobile_sidebar__OFda0 .mobile_button_menu__OqPH0 {
        position: absolute;
        top: 40px;
        right: 20px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_button_menu__OqPH0 svg path {
        stroke: #fff
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF {
        margin-top: 32px;
        display: grid;
        gap: 20px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF li {
        color: #fff;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi {
        display: grid;
        gap: 6px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_head_accordion__d7ftz {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_head_accordion__d7ftz svg path {
        fill: #fff
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_head_accordion__d7ftz .mobile_open_icon__pw74O {
        transform: rotate(0deg);
        transition: transform .3s ease-in-out
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_close_accordion__Ah4CO {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows .3s ease-in-out
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_content__l1Ki8 {
        display: grid;
        gap: 8px;
        overflow: hidden;
        padding: 0
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_content__l1Ki8 a {
        font-size: 18px
    }
}

.mobile_mobile_sidebar__OFda0 {
    display: none
}

@media(max-width: 1024px) {
    .mobile_mobile_sidebar__OFda0 {
        display:block;
        position: fixed;
        max-width: 600px;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #003f9a;
        z-index: 29
    }

    .mobile_mobile_sidebar__OFda0.mobile_open__iC9TX {
        transform: translateX(0);
        transition: transform .3s ease-in-out
    }

    .mobile_mobile_sidebar__OFda0 .mobile_logo__nOwjU {
        margin-top: 34px;
        width: 200px;
        height: 40px;
        position: relative
    }

    .mobile_mobile_sidebar__OFda0 .mobile_logo__nOwjU img {
        -o-object-position: center;
        object-position: center;
        -o-object-fit: contain;
        object-fit: contain
    }

    .mobile_mobile_sidebar__OFda0 .mobile_button_menu__OqPH0 {
        position: absolute;
        top: 40px;
        right: 20px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_button_menu__OqPH0 svg path {
        stroke: #fff
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF {
        margin-top: 32px;
        display: grid;
        gap: 20px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF li {
        color: #fff;
        font-style: normal;
        font-weight: 600;
        font-size: 20px;
        line-height: 27px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi {
        display: grid;
        gap: 6px
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_head_accordion__d7ftz {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_head_accordion__d7ftz svg path {
        fill: #fff
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_head_accordion__d7ftz .mobile_open_icon__pw74O {
        transform: rotate(0deg);
        transition: transform .3s ease-in-out
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_close_accordion__Ah4CO {
        display: grid;
        grid-template-rows: 0fr;
        transition: grid-template-rows .3s ease-in-out
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_content__l1Ki8 {
        display: grid;
        gap: 8px;
        overflow: hidden;
        padding: 0
    }

    .mobile_mobile_sidebar__OFda0 .mobile_all_link__eNlOF .mobile_list__item__ZALNi .mobile_content__l1Ki8 a {
        font-size: 18px
    }
}

a {
    color: inherit !important;
    text-decoration: inherit !important
}

p {
    margin: 0 !important;
    padding: 0;
}

:-moz-focusring {
    outline: auto
}

:-moz-ui-invalid {
    box-shadow: none
}

::-webkit-inner-spin-button,::-webkit-outer-spin-button {
    height: auto
}

::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

*,:after,:before {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x: ;
    --tw-pan-y: ;
    --tw-pinch-zoom: ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position: ;
    --tw-gradient-via-position: ;
    --tw-gradient-to-position: ;
    --tw-ordinal: ;
    --tw-slashed-zero: ;
    --tw-numeric-figure: ;
    --tw-numeric-spacing: ;
    --tw-numeric-fraction: ;
    --tw-ring-inset: ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgba(59,130,246,.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur: ;
    --tw-brightness: ;
    --tw-contrast: ;
    --tw-grayscale: ;
    --tw-hue-rotate: ;
    --tw-invert: ;
    --tw-saturate: ;
    --tw-sepia: ;
    --tw-drop-shadow: ;
    --tw-backdrop-blur: ;
    --tw-backdrop-brightness: ;
    --tw-backdrop-contrast: ;
    --tw-backdrop-grayscale: ;
    --tw-backdrop-hue-rotate: ;
    --tw-backdrop-invert: ;
    --tw-backdrop-opacity: ;
    --tw-backdrop-saturate: ;
    --tw-backdrop-sepia:
}


/* main slide */

.styles_hero__ThoJ5 {
    width: 100%
}

.styles_hero__grid__b2waa {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 100px
}

@media(max-width: 1024px) {
    .styles_hero__grid__b2waa {
        padding-top: 40px;
        grid-template-columns: repeat(1, 1fr);
        gap: 0
    }
}

.styles_hero__grid--box__ZuYlJ {
    width: 100%;
    height: 65vh;
    position: relative
}

@media(max-width: 768px) {
    .styles_hero__grid--box__ZuYlJ {
        display: none
    }
}

.styles_hero__grid--box__ZuYlJ img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.styles_hero__grid__content--title__WjqvI {
    width: 100%;
    max-width: 430px;
    color: #003f9a;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media(max-width: 768px) {
    .styles_hero__grid__content--title__WjqvI {
        font-size: 34px
    }
}

@media(max-width: 500px) {
    .styles_hero__grid__content--title__WjqvI {
        max-width: 100%;
        font-size: 25px
    }
}

.styles_hero__grid__content--desc__jQjG4 {
    margin-top: 26px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.styles_hero__grid__content--action__fzFek {
    margin-top: 26px !important
}

.styles_hero__grid__content--action__fzFek a:not(.staticwp) {
    padding: 15px 60px;
    background-color: #003f9a;
    border-radius: 5px;
    color: #fff !important;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    display: flex;
    line-height: normal;
    align-items: center;
    gap: 1rem;
    width: fit-content;
}

/* form */

.styles_repair__jtIVO {
    padding: 33px;
    max-width: 963px;
    width: 90%;
    border-radius: 20px;
    border: 1px solid rgba(0, 63, 154, .3);
    margin: 66px auto 0;
    background: #fff;
    position: relative;
    z-index: 1
}

@media(max-height: 600px) {
    .styles_repair__jtIVO {
        margin-top: -100px
    }
}

@media(max-width: 1024px) {
    .styles_repair__jtIVO {
        width: 90% !important
    }
}

@media(max-width: 768px) {
    .styles_repair__jtIVO {
        max-width: 100%
    }
}

.styles_repair__head__c7CXL {
    display: flex;
    justify-content: center
}

.styles_repair__head--title__IDLE_ {
    color: #003f9a;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(max-width: 768px) {
    .styles_repair__head--title__IDLE_ {
        font-size: 30px
    }
}

@media(max-width: 500px) {
    .styles_repair__head--title__IDLE_ {
        font-size: 24px
    }
}

.styles_repair__form__sOpgX {
    margin-top: 16px;
    text-align: center
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start
}

@media(max-width: 768px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media(max-width: 500px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS {
        grid-template-columns: unset;
        grid-template-columns: repeat(1, 1fr);
        display: grid;
        gap: 10px
    }

    .styles_repair__form__sOpgX .styles_form__grid__gIcmS>div {
        grid-column: 1/3
    }
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS div:last-child,
.styles_repair__form__sOpgX .styles_form__grid__gIcmS div:nth-child(6),
.styles_repair__form__sOpgX .styles_form__grid__gIcmS>div:nth-child(5) {
    grid-column: 1/3
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS button {
    width: 50%;
    background-color: #003f9a;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px
}

@media(max-width: 768px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS button {
        grid-column: 1/span 2;
        width: 100% !important;
        margin: 20px auto
    }
}

@media(max-width: 500px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS button {
        grid-column: 1;
        width: 100%;
        margin: 10px auto
    }
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.css-tzsjye {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    min-width: 0;
    padding: 0;
    margin: 0;
    border: 0;
    vertical-align: top;
    width: 100%;
}

.css-p0rm37 {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    padding: 0;
    position: relative;
    display: block;
    transform-origin: top left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: calc(100% - 24px);
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transform: translate(14px, 16px) scale(1);
    -moz-transform: translate(14px, 16px) scale(1);
    -ms-transform: translate(14px, 16px) scale(1);
    transform: translate(14px, 16px) scale(1);
    -webkit-transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, -webkit-transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: color 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, transform 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms, max-width 200ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    z-index: 1;
    pointer-events: none;
}

.css-fvipm8 {
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.4375em;
    letter-spacing: 0.00938em;
    color: rgba(0, 0, 0, 0.87);
    box-sizing: border-box;
    position: relative;
    cursor: text;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex
;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    border-radius: 4px;
}

.css-qiwgdb.css-qiwgdb.css-qiwgdb {
    padding-right: 32px;
}
.css-qiwgdb.MuiSelect-select {
    height: auto;
    min-height: 1.4375em;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.css-qiwgdb {
    -moz-appearance: none;
    -webkit-appearance: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border-radius: 4px;
    cursor: pointer;
    font: inherit;
    letter-spacing: inherit;
    color: currentColor;
    padding: 4px 0 5px;
    border: 0;
    box-sizing: content-box;
    background: none;
    height: 1.4375em;
    margin: 0;
    -webkit-tap-highlight-color: transparent;
    display: block;
    min-width: 0;
    width: 100%;
    -webkit-animation-name: mui-auto-fill-cancel;
    animation-name: mui-auto-fill-cancel;
    -webkit-animation-duration: 10ms;
    animation-duration: 10ms;
    padding: 16.5px 14px;
}

.css-1k3x8v3 {
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    pointer-events: none;
    width: 100%;
    box-sizing: border-box;
}

.css-1636szt {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 1em;
    height: 1em;
    display: inline-block;
    fill: currentColor;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    transition: fill 200ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    font-size: 1.5rem;
    position: absolute;
    right: 7px;
    top: calc(50% - .5em);
    pointer-events: none;
    color: rgba(0, 0, 0, 0.54);
}

.css-igs3ac {
    text-align: left;
    position: absolute;
    bottom: 0;
    right: 0;
    top: -5px;
    left: 0;
    margin: 0;
    padding: 0 8px;
    pointer-events: none;
    border-radius: inherit;
    border-style: solid;
    border-width: 1px;
    overflow: hidden;
    min-width: 0%;
    border-color: rgba(0, 0, 0, 0.23);
}

.css-yjsfm1 {
    float: unset;
    width: auto;
    overflow: hidden;
    display: block;
    padding: 0;
    height: 11px;
    font-size: 0.75em;
    visibility: hidden;
    max-width: 0.01px;
    -webkit-transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    transition: max-width 50ms cubic-bezier(0.0, 0, 0.2, 1) 0ms;
    white-space: nowrap;
}

.css-yjsfm1>span {
    padding-left: 5px;
    padding-right: 5px;
    display: inline-block;
    opacity: 0;
    visibility: visible;
}

.css-v7esy {
    color: rgba(0, 0, 0, 0.6);
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: 400;
    font-size: 0.75rem;
    line-height: 1.66;
    letter-spacing: 0.03333em;
    text-align: left;
    margin-top: 3px;
    margin-right: 14px;
    margin-bottom: 0;
    margin-left: 14px;
}

.input_box select,
.input_box input {
    min-height: 1.4375em;
    padding: 16.5px 32px 16.5px 14px;
    width: 100%;
    border: 1px solid #eee;
}

/* serv card */

.styles_services__eo99Y {
    transform: translateY(-55px);
    padding-top: 144px;
    padding-bottom: 68px;
    background-color: #f7f8fc
}

.styles_services__head__Bz8ld {
    display: grid
}

.styles_services__head--title__ZxM5v {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px
}

.styles_services__head--desc__yuEyu {
    margin-top: 4px;
    width: 100%;
    max-width: 587px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px
}

.styles_services__list__IaL4e {
    margin-top: 62px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 45px
}

@media(max-width: 1024px) {
    .styles_services__list__IaL4e {
        grid-template-columns: repeat(3, 1fr);
        gap: 24px
    }
}

@media(max-width: 768px) {
    .styles_services__list__IaL4e {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px
    }
}

@media(max-width: 500px) {
    .styles_services__list__IaL4e {
        grid-template-columns: repeat(1, 1fr);
        gap: 24px
    }
}

.styles_services__list__IaL4e .styles_card__HIw9I {
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0, 0, 0, .06);
    width: 100%
}

.styles_services__list__IaL4e .styles_card__box__9IBig {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    height: 130px
}

.styles_services__list__IaL4e .styles_card__body__rV_wM {
    margin-top: 25px;
    display: flex;
    justify-content: center
}

.styles_services__list__IaL4e .styles_card__body--title__Us9wP {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

/* serv desc */

.styles_repair__jtIVO {
    padding: 33px;
    max-width: 963px;
    width: 90%;
    border-radius: 20px;
    border: 1px solid rgba(0,63,154,.3);
    margin: 66px auto 0;
    background: #fff;
    position: relative;
    z-index: 1
}

@media(max-height: 600px) {
    .styles_repair__jtIVO {
        margin-top:-100px
    }
}

@media(max-width: 1024px) {
    .styles_repair__jtIVO {
        width:90%!important
    }
}

@media(max-width: 768px) {
    .styles_repair__jtIVO {
        max-width:100%
    }
}

.styles_repair__head__c7CXL {
    display: flex;
    justify-content: center
}

.styles_repair__head--title__IDLE_ {
    color: #003f9a;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-align: center
}

@media(max-width: 768px) {
    .styles_repair__head--title__IDLE_ {
        font-size:30px
    }
}

@media(max-width: 500px) {
    .styles_repair__head--title__IDLE_ {
        font-size:24px
    }
}

.styles_repair__form__sOpgX {
    margin-top: 16px;
    text-align: center
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS {
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 1fr;
    align-items: flex-start
}

@media(max-width: 768px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS {
        grid-template-columns:repeat(2,1fr)
    }
}

@media(max-width: 500px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS {
        grid-template-columns:unset;
        grid-template-columns: repeat(1,1fr);
        display: grid;
        gap: 10px
    }

    .styles_repair__form__sOpgX .styles_form__grid__gIcmS>div {
        grid-column: 1/3
    }
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS div:last-child,.styles_repair__form__sOpgX .styles_form__grid__gIcmS div:nth-child(6),.styles_repair__form__sOpgX .styles_form__grid__gIcmS>div:nth-child(5) {
    grid-column: 1/3
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS button {
    width: 50%;
    background-color: #003f9a;
    padding: 14px 0;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    border-radius: 5px
}

@media(max-width: 768px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS button {
        grid-column:1/span 2;
        width: 100%!important;
        margin: 20px auto
    }
}

@media(max-width: 500px) {
    .styles_repair__form__sOpgX .styles_form__grid__gIcmS button {
        grid-column:1;
        width: 100%;
        margin: 10px auto
    }
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS p {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.styles_repair__form__sOpgX .styles_form__grid__gIcmS p a {
    color: #003f9a
}

.styles_repair__contact__sa12K {
    margin-top: 27px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.styles_repair__contact__sa12K p {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-items: center;
    gap: 4px;
    color: #1d1d1d;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.styles_repair__contact__sa12K p a {
    color: #003f9a;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

.styles_repair--service__Swbw1 {
    width: 65%
}

.styles_repair--service__Swbw1 div {
    width: 100%
}

.styles_repair--service__Swbw1 .styles_repair__head--title__IDLE_ {
    font-size: 22px
}

.styles_repair--service__Swbw1 .styles_form__grid__gIcmS {
    display: flex;
    flex-direction: column;
    gap: 16px
}

.styles_repair--service__Swbw1 button {
    width: 100%!important
}

.styles_hero__ThoJ5 {
    width: 100%
}

.styles_hero__grid__b2waa {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    align-items: center;
    gap: 100px
}

@media(max-width: 1024px) {
    .styles_hero__grid__b2waa {
        padding-top:40px;
        grid-template-columns: repeat(1,1fr);
        gap: 0
    }
}

.styles_hero__grid--box__ZuYlJ {
    width: 100%;
    height: 65vh;
    position: relative
}

@media(max-width: 768px) {
    .styles_hero__grid--box__ZuYlJ {
        display:none
    }
}

.styles_hero__grid--box__ZuYlJ img {
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.styles_hero__grid__content--title__WjqvI {
    width: 100%;
    max-width: 430px;
    color: #003f9a;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

@media(max-width: 768px) {
    .styles_hero__grid__content--title__WjqvI {
        font-size:34px
    }

    .styles_hero__grid__content--title__WjqvI span {
        color: #fff;
        border-radius: 5px;
        background: #ffc310;
        padding: 0 10px
    }
}

@media(max-width: 500px) {
    .styles_hero__grid__content--title__WjqvI {
        max-width:100%;
        font-size: 25px
    }
}

.styles_hero__grid__content--desc__jQjG4 {
    margin-top: 26px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

.styles_hero__grid__content--action__fzFek {
    margin-top: 26px!important
}

.styles_hero__grid__content--action__fzFek a:not(.staticwp) {
    padding: 15px 60px;
    background-color: #003f9a;
    border-radius: 5px;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-vertical>.swiper-wrapper {
    flex-direction: column
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,.swiper-wrapper {
    transform: translateZ(0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    align-items: flex-start;
    transition-property: transform,height
}

.swiper-backface-hidden .swiper-slide {
    transform: translateZ(0);
    backface-visibility: hidden
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper {
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0,0,0,.15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: linear-gradient(270deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: linear-gradient(90deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: linear-gradient(0deg,rgba(0,0,0,.5),transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: linear-gradient(180deg,rgba(0,0,0,.5),transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper:before {
    content: "";
    flex-shrink: 0;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    margin-inline-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-horizontal>.swiper-wrapper: before {
    height:100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    margin-block-start:var(--swiper-centered-offset-before)}

.swiper-centered.swiper-vertical>.swiper-wrapper: before {
    width:100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center;
    scroll-snap-stop:always}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
    display: none!important
}

.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));
    height: var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color,#000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity,.2)
}

button.swiper-pagination-bullet {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity,1);
    background: var(--swiper-pagination-color,var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    transform: translate3d(0,-50%,0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap,6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    transition: transform .2s,top .2s
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap,4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,left .2s
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    transition: transform .2s,right .2s
}

.swiper-pagination-progressbar {
    background: rgba(0,0,0,.25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color,var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.styles_feedback__I4nYe {
    background: #f7f8fc;
    padding: 32px 0
}

.styles_feedback--title__rtqTJ {
    color: #000;
    text-align: center;
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 34px
}

.styles_feedback--desc__iYL2V {
    max-width: 456px;
    margin: 12px auto;
    color: #003f9a;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px
}

@media(max-width: 500px) {
    .styles_feedback--desc__iYL2V {
        margin:0 auto;
        font-size: 25px;
        max-width: 216px;
        text-align: center;
        line-height: normal
    }
}

.styles_swiper1__R1wu3 {
    max-width: 980px;
    margin: 0 auto
}

.styles_swiper-slide__Yn7te {
    padding-top: 46px;
    max-width: 500px;
    width: 100%;
    margin: 0 auto
}

.styles_swiper__card__3T1AH {
    height: auto;
    min-height: 295px;
    background-color: #fff;
    margin-bottom: 40px;
    padding: 18px 15px
}

.styles_swiper__card__head__4SHKC {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    border-radius: 6px;
    background: #003f9a;
    padding: 11px 12px
}

.styles_swiper__card__head--avatar__Yp7kh {
    width: 64px;
    height: 64px
}

.styles_swiper__card__head--pro__tMoo4 h6 {
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

.styles_swiper__card__head--pro__tMoo4 p {
    margin-top: 5px;
    display: flex;
    gap: 0;
    align-items: center
}

.styles_swiper__card__body__QexLP {
    margin-top: 25px;
    min-height: 200px
}

.styles_swiper__card__body__QexLP p {
    color: #1e1e1e;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px
}

.styles_serving__lWDtc {
    position: relative;
    padding-bottom: 30px;
    min-height: 500px;
    padding-top: 30px
}

.styles_serving__lWDtc .styles_content__eurpm {
    transform: translateX(23%);
    position: absolute;
    display: inline-grid;
    gap: 0;
    top: 0;
    left: 0;
    z-index: 11
}

@media(max-width: 500px) {
    .styles_serving__lWDtc .styles_content__eurpm {
        position:relative;
        transform: translateX(-1%)
    }
}

.styles_serving__lWDtc .styles_serving__box__cWW7q {
    position: relative;
    width: auto;
    min-width: 400px;
    margin-top: 104px;
    display: inline-grid;
    z-index: 10;
    border-radius: 25px!important;
    border: 1px solid var(--gray-300,#d0d5dd)
}

@media(max-width: 500px) {
    .styles_serving__lWDtc .styles_serving__box__cWW7q {
        min-width:100%;
        margin-top: 0;
        border: none
    }

    .styles_serving__lWDtc {
        background-color: rgba(0,63,154,0);
        padding-top: 0;
        padding-bottom: 0
    }
}

.styles_serving__map__oW8ta {
    position: relative;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 0;
    height: 100%;
    min-height: -moz-fit-content;
    min-height: fit-content
}

@media(max-width: 500px) {
    .styles_serving__map__oW8ta {
        position:relative
    }
}

.styles_serving__map__oW8ta div {
    width: 100%
}

.styles_serving__map__oW8ta div iframe {
    height: 500px;
    width: 100%;
    min-height: 400px;
    filter: grayscale(55%)
}

.styles_serving__head__FGBt7 {
    padding-top: 20px;
    display: inline-block;
    padding-left: 10px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    background-color: #fff;
    position: relative
}

.styles_serving__head--title__EWMqG {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 500px) {
    .styles_serving__head--title__EWMqG {
        font-size:20px
    }
}

.styles_serving__head--mainTitle__xCuNq {
    margin-top: 0;
    padding-top: 0;
    color: #003f9a;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px
}

@media(max-width: 500px) {
    .styles_serving__head--mainTitle__xCuNq {
        font-size:26px;
        line-height: normal
    }
}

.styles_serving__list__Ya1f1 {
    display: inline-grid;
    grid-template-columns: repeat(2,1fr);
    -moz-column-gap: 50px;
    column-gap: 50px;
    row-gap: 5px;
    padding: 10px;
    background-color: #fff;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px
}

@media(max-width: 500px) {
    .styles_serving__list__Ya1f1 {
        grid-template-columns:repeat(2,1fr);
        -moz-column-gap: 8px;
        column-gap: 8px
    }
}

.styles_serving__list__item__pCn53 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #003f9a;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
    line-height: 34px;
    cursor: pointer
}

@media(max-width: 500px) {
    .styles_serving__list__item__pCn53 {
        font-size:18px
    }
}

.styles_serving__list__item__pCn53 .styles_active___hajH {
    font-size: 22px;
    font-weight: 700
}

@media(max-width: 500px) {
    .styles_serving__list__item__pCn53 .styles_active___hajH {
        font-size:18px;
        font-weight: 600
    }
}

.styles_more__info__fQLuX {
    background: #f7f8fc;
    padding: 54px 0 74px
}

.styles_more__info--title__XRM9D {
    max-width: 606px;
    width: 100%;
    margin: 0 auto;
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 400;
    line-height: 46px
}

@media(max-width: 500px) {
    .styles_more__info--title__XRM9D {
        max-width:313px;
        font-size: 20px;
        font-weight: 500;
        line-height: normal
    }
}

.styles_more__info--action__Z_usv {
    display: flex;
    justify-content: center;
    align-items: center
}

.styles_more__info--action__Z_usv a,.styles_more__info--action__Z_usv button {
    margin-top: 16px;
    padding: 21px 79px;
    border-radius: 5px;
    background: #003f9a;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

@media(max-width: 500px) {
    .styles_more__info--action__Z_usv a,.styles_more__info--action__Z_usv button {
        font-weight:400;
        line-height: normal;
        padding: 15px 40px
    }
}

.styles_repair__PB6pK {
    padding-top: 56px;
    padding-bottom: 62px
}

.styles_repair--title__uYubw {
    color: #000;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px
}

.styles_repair__list__59bLL {
    padding-top: 40px;
    display: grid;
    gap: 22px
}

.styles_repair__list__59bLL .styles_card__5zeD2 {
    display: flex;
    align-items: center;
    border-radius: 6px;
    border: 1px solid #e5e7ed;
    background: #f7f8fc;
    padding: 22px;
    gap: 25px
}

@media(max-width: 500px) {
    .styles_repair__list__59bLL .styles_card__5zeD2 {
        display:grid
    }
}

.styles_repair__list__59bLL .styles_card__5zeD2:nth-child(2n) {
    flex-direction: row-reverse
}

.styles_repair__list__59bLL .styles_card__box__Pk6_u {
    position: relative;
    width: 263px;
    height: 263px
}

@media(max-width: 500px) {
    .styles_repair__list__59bLL .styles_card__box__Pk6_u {
        width:100%
    }
}

.styles_repair__list__59bLL .styles_card__body__NK9cA {
    flex: 1
}

.styles_repair__list__59bLL .styles_card__body--title__ZFogM {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal
}

.styles_repair__list__59bLL .styles_card__body--desc__r0YIq {
    margin-top: 4px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    line-clamp: 5;
    -webkit-box-orient: vertical
}

@media(max-width: 500px) {
    .styles_repair__list__59bLL .styles_card__body--desc__r0YIq {
        font-size:14px
    }
}

.styles_warianties__HsKwn {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 100px;
    align-items: center;
    padding: 40px 0
}

@media(max-width: 500px) {
    .styles_warianties__HsKwn {
        grid-template-columns:repeat(1,1fr);
        gap: 10px
    }
}

.styles_warianties__content--title__xOPgX {
    color: #373f48;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 46px
}

@media(max-width: 500px) {
    .styles_warianties__content--title__xOPgX {
        font-size:25px
    }
}

.styles_warianties__content--desc__Z2nN4 {
    margin-bottom: 30px;
    max-width: 580px;
    color: #414a55;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px
}

@media(max-width: 500px) {
    .styles_warianties__content--desc__Z2nN4 {
        font-size:14px
    }
}

.styles_warianties__content--action__Lzj9N {
    padding: 15px 60px;
    border-radius: 5px;
    background: #003f9a;
    color: #fff;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal
}

@media(max-width: 500px) {
    .styles_warianties__content--action__Lzj9N {
        font-size:16px;
        padding: 12px 30px
    }
}

.styles_warianties__box__3eNqo {
    max-width: 300px;
    width: 100%;
    height: 360px;
    position: relative
}

@media(max-width: 500px) {
    .styles_warianties__box__3eNqo {
        max-width:240px;
        margin: 0 auto
    }
}

.styles_warianties__box__3eNqo img {
    -o-object-fit: contain;
    object-fit: contain
}

.styles_services__eo99Y {
    transform: translateY(-55px);
    padding-top: 144px;
    padding-bottom: 68px;
    background-color: #f7f8fc
}

.styles_services__head__Bz8ld {
    display: grid
}

.styles_services__head--title__ZxM5v {
    color: #000;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 46px
}

.styles_services__head--desc__yuEyu {
    margin-top: 4px;
    width: 100%;
    max-width: 587px;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 300;
    line-height: 28px
}

.styles_services__list__IaL4e {
    margin-top: 62px;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 45px
}

@media(max-width: 1024px) {
    .styles_services__list__IaL4e {
        grid-template-columns:repeat(3,1fr);
        gap: 24px
    }
}

@media(max-width: 768px) {
    .styles_services__list__IaL4e {
        grid-template-columns:repeat(2,1fr);
        gap: 24px
    }
}

@media(max-width: 500px) {
    .styles_services__list__IaL4e {
        grid-template-columns:repeat(1,1fr);
        gap: 24px
    }
}

.styles_services__list__IaL4e .styles_card__HIw9I {
    padding: 30px 0;
    background-color: #fff;
    box-shadow: 0 4px 6px 0 rgba(0,0,0,.06);
    width: 100%
}

.styles_services__list__IaL4e .styles_card__box__9IBig {
    position: relative;
    margin: 0 auto;
    width: 100%;
    max-width: 100px;
    height: 130px
}

.styles_services__list__IaL4e .styles_card__body__rV_wM {
    margin-top: 25px;
    display: flex;
    justify-content: center
}

.styles_services__list__IaL4e .styles_card__body--title__Us9wP {
    color: #000;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px
}

