._header_y5mel_1 {
    align-items: center;
    background-color: var(--color-secondary);
    display: flex;
    min-height: 56px
}

._container_y5mel_8 {
    display: flex;
    align-items: center;
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto;
    padding: var(--size-2) 0;
    justify-content: space-between
}

._logoCamara_y5mel_18 {
    width: 108px;
    height: 34x;
    margin-right: var(--size-7)
}

._logoOtic_y5mel_24 {
    height: 39px;
    width: 62px;
    margin-right: auto
}

._logoMobile_y5mel_30 {
    display: none
}

@media (max-width: 1200px) {
    ._header_y5mel_1 {
        padding: 0 24px
    }
}

@media (max-width: 992px) {
    ._logoOtic_y5mel_24 {
        display: none
    }
}

@media (max-width: 768px) {
    ._logoCamara_y5mel_18 {
        display: none
    }

    ._logoMobile_y5mel_30 {
        display: flex
    }

    ._logoMobile_y5mel_30 img {
        margin-right: 8px
    }

    ._logoMobile_y5mel_30 h2 {
        color: #fff;
        font-family: Raleway;
        font-size: 20px;
        font-style: normal;
        font-weight: 700;
        line-height: 24px
    }
}

._itemMenu_is6pr_1 {
    display: inline-flex
}

._itemMenu_is6pr_1 a {
    display: block;
    padding: 10px 20px;
    font-family: Roboto;
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-weight-4);
    line-height: 18px;
    color: var(--color-white);
    text-align: center
}

._itemMenu_is6pr_1 a:hover {
    text-decoration: none;
    background-color: var(--color-secondary-1)
}

@media (max-width: 992px) {
    ._itemMenu_is6pr_1 a {
        padding: 10px
    }
}

._menu_1q2q6_1 {
    display: flex;
    flex: 1;
    gap: 24px;
    justify-content: space-between;
    list-style: none;
    margin: 0;
    padding: 0 53px
}

@media (max-width: 1200px) {
    ._menu_1q2q6_1 {
        gap: 0;
        padding: 0 45px
    }
}

@media (max-width: 992px) {
    ._menu_1q2q6_1 {
        padding: 0 15px
    }
}

@media (max-width: 768px) {
    ._menu_1q2q6_1 {
        display: none
    }
}

@media (max-width: 576px) {
    ._menu_1q2q6_1+button {
        display: none
    }
}

._button_1mehq_1 {
    display: inline-flex;
    border-radius: var(--size-1);
    font-family: Roboto;
    font-style: normal;
    font-weight: var(--font-weight-7)
}

._large_1mehq_9 {
    padding: var(--size-3) var(--size-7);
    font-size: var(--font-size-1);
    line-height: var(--size-5)
}

._medium_1mehq_15 {
    padding: 12px var(--size-5);
    line-height: normal;
    font-size: 14px
}

._small_1mehq_21 {
    padding: var(--size-2) var(--size-3);
    line-height: normal;
    font-size: var(--font-size-0)
}

._primary_1mehq_27 {
    background-color: var(--color-primary);
    color: var(--color-white)
}

._primary_1mehq_27:hover {
    background-color: var(--color-primary-1)
}

._primary_1mehq_27:focus {
    outline: var(--border-size-2) solid var(--color-secondary-2)
}

._primary_1mehq_27:disabled {
    background-color: var(--color-primary-0)
}

._secondary_1mehq_41 {
    border: var(--border-size-1) solid var(--color-primary);
    background-color: transparent;
    color: var(--color-primary)
}

._secondary_1mehq_41:hover {
    background-color: var(--color-white-1)
}

._secondary_1mehq_41:focus {
    background-color: var(--color-white-1);
    outline: var(--border-size-2) solid var(--color-secondary-2);
    border: var(--border-size-1) solid transparent
}

._secondary_1mehq_41:disabled {
    color: var(--color-primary-0);
    background-color: var(--color-white-1);
    border: var(--border-size-1) solid var(--color-primary-0)
}

._ghost_1mehq_60 {
    background-color: transparent;
    color: var(--color-primary)
}

._ghost_1mehq_60:hover {
    background-color: var(--color-white-1)
}

._ghost_1mehq_60:focus {
    background-color: var(--color-white-1);
    outline: var(--border-size-2) solid var(--color-secondary-2)
}

._ghost_1mehq_60:disabled {
    color: var(--color-primary-0)
}

._banner_19zt4_1 {
    min-height: 400px;
    background: transparent url(/assets/banner-1fbf3e98.jpg) no-repeat;
    background-size: 100%;
    background-position: center -290px;
    position: relative
}

._banner_19zt4_1:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #00000059
}

._cardContainer_19zt4_18 {
    display: flex;
    flex-direction: row;
    position: absolute;
    bottom: 26px;
    right: 24px;
    gap: 15px
}

._card_19zt4_18 {
    border-radius: 6px;
    background-color: var(--color-white);
    display: flex;
    justify-content: center;
    align-items: center;
    height: 52px;
    width: 70px
}

._logoCamara_19zt4_37 {
    width: 43px
}

._logoOtic_19zt4_41 {
    width: 50px
}

@media (max-width: 1200px) {
    ._banner_19zt4_1 {
        background-position: center -190px
    }

    ._banner_19zt4_1>div:first-child {
        padding: 32px !important
    }
}

@media (max-width: 992px) {
    ._banner_19zt4_1 {
        background-position: center -90px
    }

    ._banner_19zt4_1>div:first-child {
        max-width: 560px !important
    }

    ._banner_19zt4_1>div:first-child h1 {
        font-size: 36px
    }

    ._banner_19zt4_1>div:first-child h1 span {
        font-size: 20px
    }

    ._banner_19zt4_1>div:first-child p {
        font-size: 20px
    }
}

@media (max-width: 768px) {
    ._banner_19zt4_1 {
        background-position: center -30px
    }

    ._banner_19zt4_1>div:first-child {
        max-width: 480px !important
    }

    ._banner_19zt4_1>div:first-child h1 {
        font-size: 34px
    }

    ._banner_19zt4_1>div:first-child h1 span {
        font-size: 18px
    }

    ._banner_19zt4_1>div:first-child p {
        font-size: 18px
    }
}

@media (max-width: 576px) {
    ._banner_19zt4_1 {
        background-size: cover;
        background-position: center;
        min-height: 595px
    }

    ._banner_19zt4_1>div:first-child {
        max-width: 242px !important;
        padding: 16px 16px 32px !important;
        gap: 16px;
        min-height: initial;
        bottom: 100px !important;
        left: 24px !important
    }

    ._banner_19zt4_1>div:first-child h1 {
        font-size: 32px
    }

    ._banner_19zt4_1>div:first-child h1 span {
        font-size: 16px
    }

    ._banner_19zt4_1>div:first-child p {
        font-size: 16px
    }

    ._banner_19zt4_1>div:first-child>div>div {
        height: 16px
    }
}

@media (max-width: 576px) and (max-width: 400px) {
    ._banner_19zt4_1 {
        background-position: -200px center
    }
}

@media (max-width: 576px) {
    ._cardContainer_19zt4_18 {
        gap: 8px
    }

    ._card_19zt4_18 {
        height: 37px;
        width: 50px
    }

    ._logoCamara_19zt4_37 {
        width: 31px
    }

    ._logoOtic_19zt4_41 {
        width: 37px
    }
}

._card_19yqq_1 {
    background-color: var(--color-secondary);
    width: 100%;
    display: flex;
    padding: 48px 48px 68px;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    position: relative;
    color: var(--color-white)
}

._card_19yqq_1 h1,
._card_19yqq_1 h2 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-family: Raleway;
    font-size: 48px;
    font-style: normal;
    font-weight: 700;
    line-height: normal
}

._card_19yqq_1 h1 span,
._card_19yqq_1 h2 span {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 8px
}

._card_19yqq_1 h2 {
    font-size: 40px;
    line-height: 43px
}

._card_19yqq_1 p {
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

._bar_19yqq_39 {
    display: flex;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0
}

._first_19yqq_48,
._second_19yqq_49,
._third_19yqq_50,
._fourth_19yqq_51 {
    height: 20px;
    flex: 1
}

._first_19yqq_48 {
    background: #5EBBAB
}

._second_19yqq_49 {
    background: #DC5158
}

._third_19yqq_50 {
    background: #8FD072
}

._fourth_19yqq_51 {
    background: #E7A046
}

._video_rp94z_1 {
    display: flex
}

._video_rp94z_1._left_rp94z_4 {
    flex-direction: row
}

._video_rp94z_1._left_rp94z_4 ._description_rp94z_7 {
    padding-left: 62px
}

._video_rp94z_1._right_rp94z_10 {
    flex-direction: row-reverse
}

._video_rp94z_1._right_rp94z_10 ._description_rp94z_7 {
    padding-right: 62px
}

._videoContainer_rp94z_17 {
    width: 476px;
    min-width: 476px;
    height: 268px;
    background-color: #eee;
    background: transparent url(/assets/video1-4f9d2e24.png) no-repeat;
    position: relative
}

._videoContainer_rp94z_17 iframe {
    width: 100%;
    height: 100%;
    border: none
}

._description_rp94z_7 h2 {
    color: var(--color-secondary);
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px;
    margin-bottom: 48px;
    position: relative
}

._description_rp94z_7 h2:before {
    content: "";
    position: absolute;
    left: 0;
    bottom: -22px;
    width: 80px;
    border: 2px solid var(--color-secondary)
}

._description_rp94z_7 p {
    color: var(--color-text);
    font-family: Questrial;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 24px
}

@media (max-width: 1200px) {
    ._video_rp94z_1 {
        display: flex
    }

    ._video_rp94z_1._left_rp94z_4 ._description_rp94z_7 {
        padding-left: 30px
    }

    ._video_rp94z_1._right_rp94z_10 ._description_rp94z_7 {
        padding-right: 30px
    }
}

@media (max-width: 992px) {
    ._video_rp94z_1._left_rp94z_4 ._description_rp94z_7 {
        padding-left: 15px
    }

    ._video_rp94z_1._right_rp94z_10 ._description_rp94z_7 {
        padding-right: 15px
    }
}

@media (max-width: 768px) {

    ._video_rp94z_1._left_rp94z_4,
    ._video_rp94z_1._right_rp94z_10 {
        flex-direction: column
    }

    ._videoContainer_rp94z_17 {
        margin-bottom: 20px;
        max-width: 476px;
        width: 100%;
        min-width: initial
    }

    ._description_rp94z_7 h2 {
        font-size: 32px
    }

    ._description_rp94z_7 button {
        margin-top: 64px;
        width: 100%;
        justify-content: center
    }
}

@media (max-width: 576px) {
    ._video_rp94z_1 {
        padding: 0 24px
    }

    ._video_rp94z_1._left_rp94z_4 ._description_rp94z_7,
    ._video_rp94z_1._right_rp94z_10 ._description_rp94z_7 {
        padding: 0
    }

    ._videoContainer_rp94z_17 {
        height: 173px
    }
}

._videos_19sfz_1 {
    padding: 60px 0
}

._container_19sfz_5 {
    display: flex;
    flex-direction: column;
    gap: 80px;
    max-width: var(--container-width);
    width: 100%;
    margin: 0 auto
}

._card_19sfz_14 {
    display: flex;
    padding-top: 50px
}

._imageWorker_19sfz_19 {
    width: 100%;
    max-width: 422px;
    min-height: 255px;
    background: transparent url(/assets/mujer-construccion.jpg) no-repeat;
    background-size: cover;
    background-position: center
}

._list_19sfz_28 {
    display: flex;
    font-family: Questrial;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin: 0;
    padding: 0;
    list-style: none;
    justify-content: space-between;
    width: 100%
}

._list_19sfz_28 li {
    display: flex
}

._list_19sfz_28 li:before {
    content: "";
    background-image: url(/assets/plus-c5e622e7.svg);
    display: inline-flex;
    height: 16px;
    width: 16px;
    margin-right: 10px;
    margin-top: 2px
}

._videosMobile_19sfz_54 {
    display: none
}

@media (max-width: 1200px) {
    ._container_19sfz_5 {
        padding: 0 24px
    }
}

@media (max-width: 992px) {
    ._list_19sfz_28 {
        flex-direction: column
    }
}

@media (max-width: 768px) {
    ._videos_19sfz_1 {
        padding: 60px 0
    }

    ._container_19sfz_5 {
        gap: 40px
    }

    ._container_19sfz_5>article {
        display: none
    }

    ._videosMobile_19sfz_54 {
        display: block
    }
}

@media (max-width: 576px) {
    ._videos_19sfz_1 {
        padding: 60px 0 48px
    }

    ._container_19sfz_5 {
        padding: 0
    }

    ._card_19sfz_14 {
        flex-direction: column-reverse
    }

    ._card_19sfz_14>div {
        padding: 24px 24px 40px !important;
        gap: 24px !important
    }

    ._card_19sfz_14>div h2 {
        font-size: 32px
    }

    ._card_19sfz_14>div>div>div {
        height: 16px
    }

    ._imageWorker_19sfz_19 {
        max-width: initial
    }

    ._list_19sfz_28 {
        font-size: 20px
    }
}

._carousel_xfqu5_1 {
    background: #FF523C;
    padding: 48px 0
}

._container_xfqu5_6 {
    display: block;
    max-width: var(--container-width);
    margin: 0 auto;
    position: relative
}

._card1_xfqu5_13 {
    column-gap: 24px;
    padding: 0;
    width: 100%
}

._card1_xfqu5_13 p, ._card1_xfqu5_13 ul {
    color: #586579;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

._card1_xfqu5_13 ul {
    list-style: none;
}
._card1_xfqu5_13 li::before {
    content: "•";
    color: #293b75;
    display: inline-block; width: 1em;
    margin-left: -1em;
    font-size: 1.5em; /* Aumenta el tamaño del bullet */
    line-height: 1em; /* Ajusta la altura de la línea para centrar el bullet */
}

._card1_xfqu5_13 p strong {
    font-family: Raleway;
    font-size: 40px;
    font-weight: 700;
    line-height: 48px
}

._col1_xfqu5_33 {
    width: 50%;
    display: flex;
    align-items: center
}

._col2_xfqu5_39 {
    display: flex;
    flex-direction: column;
    row-gap: 32px;
    width: 50%;
    justify-content: flex-end;
    justify-content: center
}

._subCard_xfqu5_48 {
    display: flex;
    padding: 40px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #F0F7FF;
    box-shadow: 0 2px 8px #33333326;
    color: var(--neutral-40, #586579);
    text-align: center;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

._control_xfqu5_66 {
    position: absolute;
    bottom: 32px;
    left: 50%;
    transform: translate(-50%);
    display: flex;
    align-items: center
}

._control_xfqu5_66 span {
    color: #586579;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    padding: 0 12px
}

._controlButton_xfqu5_84 {
    background-color: transparent;
    border: none;
    margin-top: 0
}

._carouselCell_xfqu5_90 {
    width: 100%;
    height: auto;
    margin-right: 10px;
    border-radius: 5px
}

._image_xfqu5_97 {
    background: transparent url(/assets/construccion-perspectiva.jpg) no-repeat;
    width: 374px;
    height: 313px;
    border-radius: 8px;
    background-size: cover;
}

._imageStatics_xfqu5_104 {
    /* background: transparent url(/assets/trabajadores-productividad.jpg) no-repeat; */
    width: 372px;
    height: 227px;
    margin: 40px 0;
    /* background-size: contain; */
    /* background-position: center */
}

._details_xfqu5_113 {
    max-width: 372px
}

._details_xfqu5_113 p {
    color: #5e6367;
    font-family: Questrial;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: 14px
}
._details_xfqu5_113 img{
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

._now_xfqu5_125 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex: 1
}

._now_xfqu5_125 p {
    margin-top: 16px;
    max-inline-size: initial
}

@media (max-width: 1200px) {
    ._carousel_xfqu5_1 {
        padding: 24px 0
    }

    ._container_xfqu5_6 {
        padding: 0 24px
    }
}

@media (max-width: 992px) {
    ._carouselCell_xfqu5_90>div article h3 {
        font-size: 24px;
        line-height: 28px
    }
}

@media (max-width: 768px) {
    ._carousel_xfqu5_1 {
        padding: 24px 0 64px
    }

    ._carouselCell_xfqu5_90 {
        height: 610px
    }

    ._carouselCell_xfqu5_90._carouselVideo_xfqu5_157 {
        height: auto
    }

    ._carouselCell_xfqu5_90>div {
        padding: 24px !important;
        height: 100%
    }

    ._carouselCell_xfqu5_90>div article h3 {
        font-size: 20px;
        line-height: 24px;
        width: 100%;
        margin-bottom: 32px
    }

    ._carouselCell_xfqu5_90>div article h3+div {
        width: 100%
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 {
        flex-direction: column
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13._reverse_xfqu5_176 {
        flex-direction: column-reverse
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 ._now_xfqu5_125 h3 {
        margin: 0
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 ._col2_xfqu5_39 {
        width: 100%;
        padding: 0 !important;
        height: auto
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 ._col2_xfqu5_39 h3 {
        margin: 0
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 ._col2_xfqu5_39._column_xfqu5_190 {
        height: 562px
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 ._col2_xfqu5_39._column_xfqu5_190>div {
        height: 562px;
        justify-content: space-between;
        gap: 16px
    }

    ._carouselCell_xfqu5_90 ._card1_xfqu5_13 ._col2_xfqu5_39._column_xfqu5_190>div p {
        margin-bottom: auto
    }

    ._subCard_xfqu5_48 {
        height: 225px
    }

    ._image_xfqu5_97 {
        display: none
    }

    ._imageStatics_xfqu5_104 {
        height: 219px;
        width: 279px;
        margin: 4px 0
    }

    ._control_xfqu5_66 {
        display: none
    }
}

._feature_h0jcb_1 {
    display: flex;
    flex-direction: column;
    place-items: center;
    font-style: normal;
    line-height: 24px;
    text-align: center
}

._feature_h0jcb_1 h3 {
    color: var(--color-secondary);
    font-family: Raleway;
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0 16px
}

._feature_h0jcb_1 p {
    color: var(--color-text-1);
    font-family: Questrial;
    font-size: 16px;
    font-weight: 400
}

._avatar_h0jcb_23 {
    display: flex;
    background-color: var(--color-white);
    height: 128px;
    width: 128px;
    border-radius: 50%;
    padding: 40px;
    justify-content: center;
    align-items: center
}

@media (max-width: 576px) {
    ._feature_h0jcb_1 h3 {
        font-size: 20px
    }
}

._features_4t023_1 {
    background: #F0F8FF;
    padding: 48px 32px 100px
}

._container_4t023_6 {
    display: flex;
    max-width: var(--container-width);
    margin: 0 auto;
    row-gap: 34px;
    flex-wrap: wrap;
    justify-content: space-evenly
}

._container_4t023_6>div {
    width: 30%
}

@media (max-width: 992px) {
    ._container_4t023_6 {
        gap: 20px
    }
}

@media (max-width: 576px) {
    ._container_4t023_6 {
        gap: 32px
    }

    ._container_4t023_6>div {
        width: 100%
    }
}

._card_1kwzg_1 {
    background-color: var(--color-white);
    display: flex;
    height: 450px;
    padding: 48px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    align-self: stretch;
    border-radius: 8px;
    box-shadow: 12px 15px 28px #33333340;
    flex: 1
}

._card_1kwzg_1 h3 {
    color: #293b75;
    font-family: Raleway;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 43px
}

._card_1kwzg_1 article {
    display: flex;
    flex-direction: row
}

/*! Flickity v3.0.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
    position: relative
}

.flickity-enabled:focus {
    outline: none
}

.flickity-viewport {
    overflow: hidden;
    position: relative;
    height: 100%;
    touch-action: pan-y
}

.flickity-slider {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0
}

.flickity-rtl .flickity-slider {
    left: unset;
    right: 0
}

.flickity-enabled.is-draggable {
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    user-select: none
}

.flickity-enabled.is-draggable .flickity-viewport {
    cursor: move;
    cursor: grab
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
    cursor: grabbing
}

.flickity-cell {
    position: absolute;
    left: 0
}

.flickity-rtl .flickity-cell {
    left: unset;
    right: 0
}

.flickity-button {
    position: absolute;
    background: hsl(0 0% 100% / 75%);
    border: none;
    color: #333
}

.flickity-button:hover {
    background: white;
    cursor: pointer
}

.flickity-button:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-button:active {
    opacity: .6
}

.flickity-button:disabled {
    opacity: .3;
    cursor: auto;
    pointer-events: none
}

.flickity-button-icon {
    fill: currentColor
}

.flickity-prev-next-button {
    top: 50%;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    transform: translateY(-50%)
}

.flickity-prev-next-button.previous {
    left: 10px
}

.flickity-prev-next-button.next {
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.previous {
    left: auto;
    right: 10px
}

.flickity-rtl .flickity-prev-next-button.next {
    right: auto;
    left: 10px
}

.flickity-prev-next-button .flickity-button-icon {
    position: absolute;
    left: 20%;
    top: 20%;
    width: 60%;
    height: 60%
}

.flickity-page-dots {
    position: absolute;
    width: 100%;
    bottom: -25px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}

.flickity-rtl .flickity-page-dots {
    direction: rtl
}

.flickity-page-dot {
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 8px;
    background: hsl(0 0% 20% / 25%);
    border-radius: 50%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    text-indent: -9999px;
    overflow: hidden
}

.flickity-rtl .flickity-page-dot {
    text-indent: 9999px
}

.flickity-page-dot:focus {
    outline: none;
    box-shadow: 0 0 0 5px #19f
}

.flickity-page-dot.is-selected {
    background: hsl(0 0% 20% / 100%)
}

.flickity-button.flickity-prev-next-button.previous {
    top: initial;
    bottom: 34px;
    left: 50%;
    transform: translate(-63px);
    width: 24px;
    height: 24px;
    background: #293B75
}

.flickity-button.flickity-prev-next-button.previous path {
    fill: #fff
}

.flickity-button.flickity-prev-next-button.next {
    top: initial;
    bottom: 34px;
    right: 50%;
    transform: translate(63px);
    width: 24px;
    height: 24px;
    background: #293B75
}

.flickity-button.flickity-prev-next-button.next path {
    fill: #fff
}

.flickity-page-dots {
    display: none
}

.flickity-page-dot {
    border: 1px solid #003B75;
    background-color: transparent
}

.flickity-page-dot.is-selected {
    background-color: #003b75
}

@media (max-width: 768px) {
    .flickity-page-dots {
        display: flex;
        bottom: -38px
    }

    .flickity-page-dot {
        height: 16px;
        width: 16px
    }

    .flickity-button.flickity-prev-next-button {
        display: none
    }
}

._alert_18xq2_1 {
    display: flex;
    padding: 24px;
    align-items: center;
    gap: 27px;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #164621;
    background: #EDF9F0;
    color: #164621;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
    justify-content: space-between
}

._alert_18xq2_1 span {
    margin-right: auto
}

._input_vnvy0_1 {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-bottom: 24px;
    position: relative
}

._input_vnvy0_1 label {
    color: #424b5a;
    font-family: Questrial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 4px
}

._input_vnvy0_1 input,
._input_vnvy0_1 textarea {
    display: flex;
    padding: 12px 8px;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #DCDFE5;
    background: var(--color-white);
    overflow: hidden;
    color: #586579;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-family: Questrial;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px
}

._input_vnvy0_1 input:focus,
._input_vnvy0_1 textarea:focus {
    border-radius: 4px;
    border: 2px solid #003B75;
    outline: none;
    padding: 11px 7px;
    line-height: 24px
}

._input_vnvy0_1 textarea {
    height: 112px
}

._input_vnvy0_1._errorActive_vnvy0_46 input,
._input_vnvy0_1._errorActive_vnvy0_46 textarea {
    border: 2px solid #DA1414;
    padding: 11px 7px;
    line-height: 24px
}

._input_vnvy0_1._errorActive_vnvy0_46:after {
    content: "";
    position: absolute;
    right: 16px;
    top: 36px;
    height: 16px;
    width: 16px;
    background: transparent url(/assets/error-5a7ae391.svg) no-repeat
}

._input_vnvy0_1._errorActive_vnvy0_46 label span {
    color: #da1414
}

._error_vnvy0_46 {
    position: absolute;
    color: #da1414;
    text-align: right;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    bottom: -15px;
    left: 0;
    right: 0
}

._radioButton_181t7_1 {
    display: flex;
    color: #586579;
    font-family: Questrial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    margin-bottom: 16px
}

._radioButton_181t7_1 [type=radio] {
    width: 0;
    height: 0;
    visibility: hidden
}

._radioButton_181t7_1 [type=radio]:checked+span {
    background: transparent url(/assets/radioSelect-fd8e09cf.svg) no-repeat
}

._contact_1wi8c_1 {
    padding: 60px 0
}

._container_1wi8c_5 {
    display: flex;
    max-width: var(--container-width);
    margin: 0 auto
}

._container_1wi8c_5>div {
    padding: 62px 99px;
    display: flex;
    gap: 62px;
    flex-direction: row;
    box-shadow: 0 0 3px #0a1d381a, 0 0 20px #00000012;
    justify-content: space-between;
    height: auto;
    align-items: stretch
}

._container_1wi8c_5>div ._paragraph_1wi8c_20 {
    font-size: 20px
}

._container_1wi8c_5 form {
    display: flex;
    flex: 1;
    flex-direction: column
}

._containerCard_1wi8c_29 {
    display: flex
}

._paragraphQuestion_1wi8c_33 {
    color: #424b5a;
    font-family: Questrial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 16px
}

._date_1wi8c_43 {
    color: #424b5a;
    font-family: Questrial;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: right;
    margin-bottom: 24px;
    text-transform: capitalize
}

._containerButton_1wi8c_55 {
    margin-top: 8px;
    display: flex;
    justify-content: flex-end;
    gap: 24px
}

@media (max-width: 768px) {
    ._contact_1wi8c_1 {
        padding: 48px 24px
    }

    ._container_1wi8c_5>div {
        padding: 24px;
        gap: 24px;
        flex-direction: column
    }

    ._container_1wi8c_5>div>div {
        padding: 24px 24px 44px;
        max-width: 100% !important;
        gap: 12px
    }

    ._container_1wi8c_5>div>div h2 {
        font-size: 24px;
        line-height: normal;
        max-inline-size: none
    }

    ._container_1wi8c_5>div ._paragraph_1wi8c_20 {
        font-size: 16px;
        line-height: 24px
    }
}

._footer_1bn6q_1 {
    background-color: #f8f9fc;
    margin-bottom: 48px
}

._container_1bn6q_6 {
    display: flex;
    padding: 40px 96px 0;
    flex-wrap: wrap
}

._containerCopyright_1bn6q_12 {
    padding: 24px 96px;
    color: #424b5a;
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: flex
}

._logoOtic_1bn6q_23 {
    height: 70px;
    margin-right: 58px
}

._logoCamara_1bn6q_28 {
    height: 70px
}

._border_1bn6q_32 {
    border-top: 1px solid #DCDFE5;
    width: 100%;
    margin: 40px 0 0
}

:where(html) {
    --font-sans: system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif;
    --font-serif: ui-serif, serif;
    --font-mono: Dank Mono, Operator Mono, Inconsolata, Fira Mono, ui-monospace, SF Mono, Monaco, Droid Sans Mono, Source Code Pro, monospace;
    --font-weight-1: 100;
    --font-weight-2: 200;
    --font-weight-3: 300;
    --font-weight-4: 400;
    --font-weight-5: 500;
    --font-weight-6: 600;
    --font-weight-7: 700;
    --font-weight-8: 800;
    --font-weight-9: 900;
    --font-lineheight-00: .95;
    --font-lineheight-0: 1.1;
    --font-lineheight-1: 1.25;
    --font-lineheight-2: 1.375;
    --font-lineheight-3: 1.5;
    --font-lineheight-4: 1.75;
    --font-lineheight-5: 2;
    --font-letterspacing-0: -.05em;
    --font-letterspacing-1: .025em;
    --font-letterspacing-2: .05em;
    --font-letterspacing-3: .075em;
    --font-letterspacing-4: .15em;
    --font-letterspacing-5: .5em;
    --font-letterspacing-6: .75em;
    --font-letterspacing-7: 1em;
    --font-size-00: .5rem;
    --font-size-0: .75rem;
    --font-size-1: 1rem;
    --font-size-2: 1.1rem;
    --font-size-3: 1.25rem;
    --font-size-4: 1.5rem;
    --font-size-5: 2rem;
    --font-size-6: 2.5rem;
    --font-size-7: 3rem;
    --font-size-8: 3.5rem;
    --font-size-fluid-0: clamp(.75rem, 2vw, 1rem);
    --font-size-fluid-1: clamp(1rem, 4vw, 1.5rem);
    --font-size-fluid-2: clamp(1.5rem, 6vw, 2.5rem);
    --font-size-fluid-3: clamp(2rem, 9vw, 3.5rem);
    --size-000: -.5rem;
    --size-00: -.25rem;
    --size-1: .25rem;
    --size-2: .5rem;
    --size-3: 1rem;
    --size-4: 1.25rem;
    --size-5: 1.5rem;
    --size-6: 1.75rem;
    --size-7: 2rem;
    --size-8: 3rem;
    --size-9: 4rem;
    --size-10: 5rem;
    --size-11: 7.5rem;
    --size-12: 10rem;
    --size-13: 15rem;
    --size-14: 20rem;
    --size-15: 30rem;
    --size-fluid-1: clamp(.5rem, 1vw, 1rem);
    --size-fluid-2: clamp(1rem, 2vw, 1.5rem);
    --size-fluid-3: clamp(1.5rem, 3vw, 2rem);
    --size-fluid-4: clamp(2rem, 4vw, 3rem);
    --size-fluid-5: clamp(4rem, 5vw, 5rem);
    --size-fluid-6: clamp(5rem, 7vw, 7.5rem);
    --size-fluid-7: clamp(7.5rem, 10vw, 10rem);
    --size-fluid-8: clamp(10rem, 20vw, 15rem);
    --size-fluid-9: clamp(15rem, 30vw, 20rem);
    --size-fluid-10: clamp(20rem, 40vw, 30rem);
    --size-content-1: 20ch;
    --size-content-2: 45ch;
    --size-content-3: 60ch;
    --size-header-1: 20ch;
    --size-header-2: 25ch;
    --size-header-3: 35ch;
    --size-xxs: 240px;
    --size-xs: 360px;
    --size-sm: 480px;
    --size-md: 768px;
    --size-lg: 1024px;
    --size-xl: 1440px;
    --size-xxl: 1920px;
    --size-relative-000: -.5ch;
    --size-relative-00: -.25ch;
    --size-relative-1: .25ch;
    --size-relative-2: .5ch;
    --size-relative-3: 1ch;
    --size-relative-4: 1.25ch;
    --size-relative-5: 1.5ch;
    --size-relative-6: 1.75ch;
    --size-relative-7: 2ch;
    --size-relative-8: 3ch;
    --size-relative-9: 4ch;
    --size-relative-10: 5ch;
    --size-relative-11: 7.5ch;
    --size-relative-12: 10ch;
    --size-relative-13: 15ch;
    --size-relative-14: 20ch;
    --size-relative-15: 30ch;
    --ease-1: cubic-bezier(.25, 0, .5, 1);
    --ease-2: cubic-bezier(.25, 0, .4, 1);
    --ease-3: cubic-bezier(.25, 0, .3, 1);
    --ease-4: cubic-bezier(.25, 0, .2, 1);
    --ease-5: cubic-bezier(.25, 0, .1, 1);
    --ease-in-1: cubic-bezier(.25, 0, 1, 1);
    --ease-in-2: cubic-bezier(.5, 0, 1, 1);
    --ease-in-3: cubic-bezier(.7, 0, 1, 1);
    --ease-in-4: cubic-bezier(.9, 0, 1, 1);
    --ease-in-5: cubic-bezier(1, 0, 1, 1);
    --ease-out-1: cubic-bezier(0, 0, .75, 1);
    --ease-out-2: cubic-bezier(0, 0, .5, 1);
    --ease-out-3: cubic-bezier(0, 0, .3, 1);
    --ease-out-4: cubic-bezier(0, 0, .1, 1);
    --ease-out-5: cubic-bezier(0, 0, 0, 1);
    --ease-in-out-1: cubic-bezier(.1, 0, .9, 1);
    --ease-in-out-2: cubic-bezier(.3, 0, .7, 1);
    --ease-in-out-3: cubic-bezier(.5, 0, .5, 1);
    --ease-in-out-4: cubic-bezier(.7, 0, .3, 1);
    --ease-in-out-5: cubic-bezier(.9, 0, .1, 1);
    --ease-elastic-1: cubic-bezier(.5, .75, .75, 1.25);
    --ease-elastic-2: cubic-bezier(.5, 1, .75, 1.25);
    --ease-elastic-3: cubic-bezier(.5, 1.25, .75, 1.25);
    --ease-elastic-4: cubic-bezier(.5, 1.5, .75, 1.25);
    --ease-elastic-5: cubic-bezier(.5, 1.75, .75, 1.25);
    --ease-squish-1: cubic-bezier(.5, -.1, .1, 1.5);
    --ease-squish-2: cubic-bezier(.5, -.3, .1, 1.5);
    --ease-squish-3: cubic-bezier(.5, -.5, .1, 1.5);
    --ease-squish-4: cubic-bezier(.5, -.7, .1, 1.5);
    --ease-squish-5: cubic-bezier(.5, -.9, .1, 1.5);
    --ease-step-1: steps(2);
    --ease-step-2: steps(3);
    --ease-step-3: steps(4);
    --ease-step-4: steps(7);
    --ease-step-5: steps(10);
    --ease-spring-1: linear(0, .006, .025 2.8%, .101 6.1%, .539 18.9%, .721 25.3%, .849 31.5%, .937 38.1%, .968 41.8%, .991 45.7%, 1.006 50.1%, 1.015 55%, 1.017 63.9%, 1.001);
    --ease-spring-2: linear(0, .007, .029 2.2%, .118 4.7%, .625 14.4%, .826 19%, .902, .962, 1.008 26.1%, 1.041 28.7%, 1.064 32.1%, 1.07 36%, 1.061 40.5%, 1.015 53.4%, .999 61.6%, .995 71.2%, 1);
    --ease-spring-3: linear(0, .009, .035 2.1%, .141 4.4%, .723 12.9%, .938 16.7%, 1.017, 1.077, 1.121, 1.149 24.3%, 1.159, 1.163, 1.161, 1.154 29.9%, 1.129 32.8%, 1.051 39.6%, 1.017 43.1%, .991, .977 51%, .974 53.8%, .975 57.1%, .997 69.8%, 1.003 76.9%, 1);
    --ease-spring-4: linear(0, .009, .037 1.7%, .153 3.6%, .776 10.3%, 1.001, 1.142 16%, 1.185, 1.209 19%, 1.215 19.9% 20.8%, 1.199, 1.165 25%, 1.056 30.3%, 1.008 33%, .973, .955 39.2%, .953 41.1%, .957 43.3%, .998 53.3%, 1.009 59.1% 63.7%, .998 78.9%, 1);
    --ease-spring-5: linear(0, .01, .04 1.6%, .161 3.3%, .816 9.4%, 1.046, 1.189 14.4%, 1.231, 1.254 17%, 1.259, 1.257 18.6%, 1.236, 1.194 22.3%, 1.057 27%, .999 29.4%, .955 32.1%, .942, .935 34.9%, .933, .939 38.4%, 1 47.3%, 1.011, 1.017 52.6%, 1.016 56.4%, 1 65.2%, .996 70.2%, 1.001 87.2%, 1);
    --layer-1: 1;
    --layer-2: 2;
    --layer-3: 3;
    --layer-4: 4;
    --layer-5: 5;
    --layer-important: 2147483647;
    --shadow-color: 220 3% 15%;
    --shadow-strength: 1%;
    --shadow-1: 0 1px 2px -1px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
    --shadow-2: 0 3px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 7px 14px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%));
    --shadow-3: 0 -1px 3px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)), 0 1px 2px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)), 0 2px 5px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)), 0 4px 12px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)), 0 12px 15px -5px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));
    --shadow-4: 0 -2px 5px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)), 0 1px 1px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 2px 2px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 5px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)), 0 9px 9px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)), 0 16px 16px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 6%));
    --shadow-5: 0 -1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)), 0 2px 1px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 5px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 10px 10px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)), 0 20px 20px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)), 0 40px 40px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));
    --shadow-6: 0 -1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 2%)), 0 3px 2px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 7px 5px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 3%)), 0 12px 10px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 4%)), 0 22px 18px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 5%)), 0 41px 33px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 6%)), 0 100px 80px -2px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 7%));
    --inner-shadow-0: inset 0 0 0 1px hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
    --inner-shadow-1: inset 0 1px 2px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
    --inner-shadow-2: inset 0 1px 4px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
    --inner-shadow-3: inset 0 2px 8px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
    --inner-shadow-4: inset 0 2px 14px 0 hsl(var(--shadow-color)/calc(var(--shadow-strength) + 9%));
    --ratio-square: 1;
    --ratio-landscape: 4/3;
    --ratio-portrait: 3/4;
    --ratio-widescreen: 16/9;
    --ratio-ultrawide: 18/5;
    --ratio-golden: 1.618/1;
    --gray-0: #f8f9fa;
    --gray-1: #f1f3f5;
    --gray-2: #e9ecef;
    --gray-3: #dee2e6;
    --gray-4: #ced4da;
    --gray-5: #adb5bd;
    --gray-6: #868e96;
    --gray-7: #495057;
    --gray-8: #343a40;
    --gray-9: #212529;
    --gray-10: #16191d;
    --gray-11: #0d0f12;
    --gray-12: #030507;
    --stone-0: #f8fafb;
    --stone-1: #f2f4f6;
    --stone-2: #ebedef;
    --stone-3: #e0e4e5;
    --stone-4: #d1d6d8;
    --stone-5: #b1b6b9;
    --stone-6: #979b9d;
    --stone-7: #7e8282;
    --stone-8: #666968;
    --stone-9: #50514f;
    --stone-10: #3a3a37;
    --stone-11: #252521;
    --stone-12: #121210;
    --red-0: #fff5f5;
    --red-1: #ffe3e3;
    --red-2: #ffc9c9;
    --red-3: #ffa8a8;
    --red-4: #ff8787;
    --red-5: #ff6b6b;
    --red-6: #fa5252;
    --red-7: #f03e3e;
    --red-8: #e03131;
    --red-9: #c92a2a;
    --red-10: #b02525;
    --red-11: #962020;
    --red-12: #7d1a1a;
    --pink-0: #fff0f6;
    --pink-1: #ffdeeb;
    --pink-2: #fcc2d7;
    --pink-3: #faa2c1;
    --pink-4: #f783ac;
    --pink-5: #f06595;
    --pink-6: #e64980;
    --pink-7: #d6336c;
    --pink-8: #c2255c;
    --pink-9: #a61e4d;
    --pink-10: #8c1941;
    --pink-11: #731536;
    --pink-12: #59102a;
    --purple-0: #f8f0fc;
    --purple-1: #f3d9fa;
    --purple-2: #eebefa;
    --purple-3: #e599f7;
    --purple-4: #da77f2;
    --purple-5: #cc5de8;
    --purple-6: #be4bdb;
    --purple-7: #ae3ec9;
    --purple-8: #9c36b5;
    --purple-9: #862e9c;
    --purple-10: #702682;
    --purple-11: #5a1e69;
    --purple-12: #44174f;
    --violet-0: #f3f0ff;
    --violet-1: #e5dbff;
    --violet-2: #d0bfff;
    --violet-3: #b197fc;
    --violet-4: #9775fa;
    --violet-5: #845ef7;
    --violet-6: #7950f2;
    --violet-7: #7048e8;
    --violet-8: #6741d9;
    --violet-9: #5f3dc4;
    --violet-10: #5235ab;
    --violet-11: #462d91;
    --violet-12: #3a2578;
    --indigo-0: #edf2ff;
    --indigo-1: #dbe4ff;
    --indigo-2: #bac8ff;
    --indigo-3: #91a7ff;
    --indigo-4: #748ffc;
    --indigo-5: #5c7cfa;
    --indigo-6: #4c6ef5;
    --indigo-7: #4263eb;
    --indigo-8: #3b5bdb;
    --indigo-9: #364fc7;
    --indigo-10: #2f44ad;
    --indigo-11: #283a94;
    --indigo-12: #21307a;
    --blue-0: #e7f5ff;
    --blue-1: #d0ebff;
    --blue-2: #a5d8ff;
    --blue-3: #74c0fc;
    --blue-4: #4dabf7;
    --blue-5: #339af0;
    --blue-6: #228be6;
    --blue-7: #1c7ed6;
    --blue-8: #1971c2;
    --blue-9: #1864ab;
    --blue-10: #145591;
    --blue-11: #114678;
    --blue-12: #0d375e;
    --cyan-0: #e3fafc;
    --cyan-1: #c5f6fa;
    --cyan-2: #99e9f2;
    --cyan-3: #66d9e8;
    --cyan-4: #3bc9db;
    --cyan-5: #22b8cf;
    --cyan-6: #15aabf;
    --cyan-7: #1098ad;
    --cyan-8: #0c8599;
    --cyan-9: #0b7285;
    --cyan-10: #095c6b;
    --cyan-11: #074652;
    --cyan-12: #053038;
    --teal-0: #e6fcf5;
    --teal-1: #c3fae8;
    --teal-2: #96f2d7;
    --teal-3: #63e6be;
    --teal-4: #38d9a9;
    --teal-5: #20c997;
    --teal-6: #12b886;
    --teal-7: #0ca678;
    --teal-8: #099268;
    --teal-9: #087f5b;
    --teal-10: #066649;
    --teal-11: #054d37;
    --teal-12: #033325;
    --green-0: #ebfbee;
    --green-1: #d3f9d8;
    --green-2: #b2f2bb;
    --green-3: #8ce99a;
    --green-4: #69db7c;
    --green-5: #51cf66;
    --green-6: #40c057;
    --green-7: #37b24d;
    --green-8: #2f9e44;
    --green-9: #2b8a3e;
    --green-10: #237032;
    --green-11: #1b5727;
    --green-12: #133d1b;
    --lime-0: #f4fce3;
    --lime-1: #e9fac8;
    --lime-2: #d8f5a2;
    --lime-3: #c0eb75;
    --lime-4: #a9e34b;
    --lime-5: #94d82d;
    --lime-6: #82c91e;
    --lime-7: #74b816;
    --lime-8: #66a80f;
    --lime-9: #5c940d;
    --lime-10: #4c7a0b;
    --lime-11: #3c6109;
    --lime-12: #2c4706;
    --yellow-0: #fff9db;
    --yellow-1: #fff3bf;
    --yellow-2: #ffec99;
    --yellow-3: #ffe066;
    --yellow-4: #ffd43b;
    --yellow-5: #fcc419;
    --yellow-6: #fab005;
    --yellow-7: #f59f00;
    --yellow-8: #f08c00;
    --yellow-9: #e67700;
    --yellow-10: #b35c00;
    --yellow-11: #804200;
    --yellow-12: #663500;
    --orange-0: #fff4e6;
    --orange-1: #ffe8cc;
    --orange-2: #ffd8a8;
    --orange-3: #ffc078;
    --orange-4: #ffa94d;
    --orange-5: #ff922b;
    --orange-6: #fd7e14;
    --orange-7: #f76707;
    --orange-8: #e8590c;
    --orange-9: #d9480f;
    --orange-10: #bf400d;
    --orange-11: #99330b;
    --orange-12: #802b09;
    --choco-0: #fff8dc;
    --choco-1: #fce1bc;
    --choco-2: #f7ca9e;
    --choco-3: #f1b280;
    --choco-4: #e99b62;
    --choco-5: #df8545;
    --choco-6: #d46e25;
    --choco-7: #bd5f1b;
    --choco-8: #a45117;
    --choco-9: #8a4513;
    --choco-10: #703a13;
    --choco-11: #572f12;
    --choco-12: #3d210d;
    --brown-0: #faf4eb;
    --brown-1: #ede0d1;
    --brown-2: #e0cab7;
    --brown-3: #d3b79e;
    --brown-4: #c5a285;
    --brown-5: #b78f6d;
    --brown-6: #a87c56;
    --brown-7: #956b47;
    --brown-8: #825b3a;
    --brown-9: #6f4b2d;
    --brown-10: #5e3a21;
    --brown-11: #4e2b15;
    --brown-12: #422412;
    --sand-0: #f8fafb;
    --sand-1: #e6e4dc;
    --sand-2: #d5cfbd;
    --sand-3: #c2b9a0;
    --sand-4: #aea58c;
    --sand-5: #9a9178;
    --sand-6: #867c65;
    --sand-7: #736a53;
    --sand-8: #5f5746;
    --sand-9: #4b4639;
    --sand-10: #38352d;
    --sand-11: #252521;
    --sand-12: #121210;
    --camo-0: #f9fbe7;
    --camo-1: #e8ed9c;
    --camo-2: #d2df4e;
    --camo-3: #c2ce34;
    --camo-4: #b5bb2e;
    --camo-5: #a7a827;
    --camo-6: #999621;
    --camo-7: #8c851c;
    --camo-8: #7e7416;
    --camo-9: #6d6414;
    --camo-10: #5d5411;
    --camo-11: #4d460e;
    --camo-12: #36300a;
    --jungle-0: #ecfeb0;
    --jungle-1: #def39a;
    --jungle-2: #d0e884;
    --jungle-3: #c2dd6e;
    --jungle-4: #b5d15b;
    --jungle-5: #a8c648;
    --jungle-6: #9bbb36;
    --jungle-7: #8fb024;
    --jungle-8: #84a513;
    --jungle-9: #7a9908;
    --jungle-10: #658006;
    --jungle-11: #516605;
    --jungle-12: #3d4d04;
    --gradient-1: linear-gradient(to bottom right, #1f005c, #5b0060, #870160, #ac255e, #ca485c, #e16b5c, #f39060, #ffb56b);
    --gradient-2: linear-gradient(to bottom right, #48005c, #8300e2, #a269ff);
    --gradient-3: radial-gradient(circle at top right, #0ff, rgba(0, 255, 255, 0)), radial-gradient(circle at bottom left, #ff1492, rgba(255, 20, 146, 0));
    --gradient-4: linear-gradient(to bottom right, #00f5a0, #00d9f5);
    --gradient-5: conic-gradient(from -270deg at 75% 110%, #f0f, #fffaf0);
    --gradient-6: conic-gradient(from -90deg at top left, #000, #fff);
    --gradient-7: linear-gradient(to bottom right, #72c6ef, #004e8f);
    --gradient-8: conic-gradient(from 90deg at 50% 0%, #111, 50%, #222, #111);
    --gradient-9: conic-gradient(from .5turn at bottom center, #add8e6, #fff);
    --gradient-10: conic-gradient(from 90deg at 40% -25%, gold, #f79d03, #ee6907, #e6390a, #de0d0d, #d61039, #cf1261, #c71585, #cf1261, #d61039, #de0d0d, #ee6907, #f79d03, gold, gold, gold);
    --gradient-11: conic-gradient(at bottom left, #ff1493, cyan);
    --gradient-12: conic-gradient(from 90deg at 25% -10%, #ff4500, #d3f340, #7bee85, #afeeee, #7bee85);
    --gradient-13: radial-gradient(circle at 50% 200%, #000142, #3b0083, #b300c3, #ff059f, #ff4661, #ffad86, #fff3c7);
    --gradient-14: conic-gradient(at top right, lime, cyan);
    --gradient-15: linear-gradient(to bottom right, #c7d2fe, #fecaca, #fef3c7);
    --gradient-16: radial-gradient(circle at 50% -250%, #374151, #111827, #000);
    --gradient-17: conic-gradient(from -90deg at 50% -25%, blue, #8a2be2);
    --gradient-18: linear-gradient(0deg, rgba(255, 0, 0, .8), rgba(255, 0, 0, 0) 75%), linear-gradient(60deg, rgba(255, 255, 0, .8), rgba(255, 255, 0, 0) 75%), linear-gradient(120deg, rgba(0, 255, 0, .8), rgba(0, 255, 0, 0) 75%), linear-gradient(180deg, rgba(0, 255, 255, .8), rgba(0, 255, 255, 0) 75%), linear-gradient(240deg, rgba(0, 0, 255, .8), rgba(0, 0, 255, 0) 75%), linear-gradient(300deg, rgba(255, 0, 255, .8), rgba(255, 0, 255, 0) 75%);
    --gradient-19: linear-gradient(to bottom right, #ffe259, #ffa751);
    --gradient-20: conic-gradient(from -135deg at -10% center, orange, #ff7715, #ff522a, #ff3f47, #ff5482, #ff69b4);
    --gradient-21: conic-gradient(from -90deg at 25% 115%, red, #f06, #f0c, #c0f, #60f, #00f, #00f, #00f, #00f);
    --gradient-22: linear-gradient(to bottom right, #acb6e5, #86fde8);
    --gradient-23: linear-gradient(to bottom right, #536976, #292e49);
    --gradient-24: conic-gradient(from .5turn at 0% 0%, #00c476, 10%, #82b0ff, 90%, #00c476);
    --gradient-25: conic-gradient(at 125% 50%, #b78cf7, #ff7c94, #ffcf0d, #ff7c94, #b78cf7);
    --gradient-26: linear-gradient(to bottom right, #9796f0, #fbc7d4);
    --gradient-27: conic-gradient(from .5turn at bottom left, #ff1493, #639);
    --gradient-28: conic-gradient(from -90deg at 50% 105%, #fff, orchid);
    --gradient-29: radial-gradient(circle at top right, #bfb3ff, rgba(191, 179, 255, 0)), radial-gradient(circle at bottom left, #86acf9, rgba(134, 172, 249, 0));
    --gradient-30: radial-gradient(circle at top right, #00ff80, rgba(0, 255, 128, 0)), radial-gradient(circle at bottom left, #adffd6, rgba(173, 255, 214, 0));
    --noise-1: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.005' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
    --noise-2: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 300 300' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.05' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
    --noise-3: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.25' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
    --noise-4: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.5' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
    --noise-5: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 2056 2056' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='a'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.75' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23a)'/%3E%3C/svg%3E");
    --noise-filter-1: contrast(300%) brightness(100%);
    --noise-filter-2: contrast(200%) brightness(150%);
    --noise-filter-3: contrast(200%) brightness(250%);
    --noise-filter-4: contrast(200%) brightness(500%);
    --noise-filter-5: contrast(200%) brightness(1000%);
    --animation-fade-in: fade-in .5s var(--ease-3);
    --animation-fade-in-bloom: fade-in-bloom 2s var(--ease-3);
    --animation-fade-out: fade-out .5s var(--ease-3);
    --animation-fade-out-bloom: fade-out-bloom 2s var(--ease-3);
    --animation-scale-up: scale-up .5s var(--ease-3);
    --animation-scale-down: scale-down .5s var(--ease-3);
    --animation-slide-out-up: slide-out-up .5s var(--ease-3);
    --animation-slide-out-down: slide-out-down .5s var(--ease-3);
    --animation-slide-out-right: slide-out-right .5s var(--ease-3);
    --animation-slide-out-left: slide-out-left .5s var(--ease-3);
    --animation-slide-in-up: slide-in-up .5s var(--ease-3);
    --animation-slide-in-down: slide-in-down .5s var(--ease-3);
    --animation-slide-in-right: slide-in-right .5s var(--ease-3);
    --animation-slide-in-left: slide-in-left .5s var(--ease-3);
    --animation-shake-x: shake-x .75s var(--ease-out-5);
    --animation-shake-y: shake-y .75s var(--ease-out-5);
    --animation-spin: spin 2s linear infinite;
    --animation-ping: ping 5s var(--ease-out-3) infinite;
    --animation-blink: blink 1s var(--ease-out-3) infinite;
    --animation-float: float 3s var(--ease-in-out-3) infinite;
    --animation-bounce: bounce 2s var(--ease-squish-2) infinite;
    --animation-pulse: pulse 2s var(--ease-out-3) infinite;
    --border-size-1: 1px;
    --border-size-2: 2px;
    --border-size-3: 5px;
    --border-size-4: 10px;
    --border-size-5: 25px;
    --radius-1: 2px;
    --radius-2: 5px;
    --radius-3: 1rem;
    --radius-4: 2rem;
    --radius-5: 4rem;
    --radius-6: 8rem;
    --radius-round: 1e5px;
    --radius-blob-1: 30% 70% 70% 30%/53% 30% 70% 47%;
    --radius-blob-2: 53% 47% 34% 66%/63% 46% 54% 37%;
    --radius-blob-3: 37% 63% 56% 44%/49% 56% 44% 51%;
    --radius-blob-4: 63% 37% 37% 63%/43% 37% 63% 57%;
    --radius-blob-5: 49% 51% 48% 52%/57% 44% 56% 43%;
    --radius-conditional-1: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-1));
    --radius-conditional-2: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-2));
    --radius-conditional-3: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-3));
    --radius-conditional-4: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-4));
    --radius-conditional-5: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-5));
    --radius-conditional-6: clamp(0px, calc(100vw - 100%) * 1e5, var(--radius-6))
}

@media (prefers-color-scheme: dark) {
    :where(html) {
        --shadow-color: 220 40% 2%;
        --shadow-strength: 25%
    }
}

@keyframes fade-in {
    to {
        opacity: 1
    }
}

@keyframes fade-in-bloom {
    0% {
        filter: brightness(1) blur(20px);
        opacity: 0
    }

    10% {
        filter: brightness(2) blur(10px);
        filter: brightness(.5) blur(10px);
        opacity: 1
    }

    to {
        filter: brightness(1) blur(0);
        opacity: 1
    }
}

@keyframes fade-out {
    to {
        opacity: 0
    }
}

@keyframes fade-out-bloom {
    to {
        filter: brightness(1) blur(20px);
        opacity: 0
    }

    10% {
        filter: brightness(2) blur(10px);
        filter: brightness(.5) blur(10px);
        opacity: 1
    }

    0% {
        filter: brightness(1) blur(0);
        opacity: 1
    }
}

@keyframes scale-up {
    to {
        transform: scale(1.25)
    }
}

@keyframes scale-down {
    to {
        transform: scale(.75)
    }
}

@keyframes slide-out-up {
    to {
        transform: translateY(-100%)
    }
}

@keyframes slide-out-down {
    to {
        transform: translateY(100%)
    }
}

@keyframes slide-out-right {
    to {
        transform: translate(100%)
    }
}

@keyframes slide-out-left {
    to {
        transform: translate(-100%)
    }
}

@keyframes slide-in-up {
    0% {
        transform: translateY(100%)
    }
}

@keyframes slide-in-down {
    0% {
        transform: translateY(-100%)
    }
}

@keyframes slide-in-right {
    0% {
        transform: translate(-100%)
    }
}

@keyframes slide-in-left {
    0% {
        transform: translate(100%)
    }
}

@keyframes shake-x {

    0%,
    to {
        transform: translate(0)
    }

    20% {
        transform: translate(-5%)
    }

    40% {
        transform: translate(5%)
    }

    60% {
        transform: translate(-5%)
    }

    80% {
        transform: translate(5%)
    }
}

@keyframes shake-y {

    0%,
    to {
        transform: translateY(0)
    }

    20% {
        transform: translateY(-5%)
    }

    40% {
        transform: translateY(5%)
    }

    60% {
        transform: translateY(-5%)
    }

    80% {
        transform: translateY(5%)
    }
}

@keyframes spin {
    to {
        transform: rotate(1turn)
    }
}

@keyframes ping {

    90%,
    to {
        opacity: 0;
        transform: scale(2)
    }
}

@keyframes blink {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes float {
    50% {
        transform: translateY(-25%)
    }
}

@keyframes bounce {
    25% {
        transform: translateY(-20%)
    }

    40% {
        transform: translateY(-3%)
    }

    0%,
    60%,
    to {
        transform: translateY(0)
    }
}

@keyframes pulse {
    50% {
        transform: scale(.9)
    }
}

:root {
    --color-primary-0: #FEAA8F;
    --color-primary: #DF3601;
    --color-primary-1: #C12F01;
    --color-secondary: #006EDB;
    --color-secondary-1: #0052A3;
    --color-secondary-2: #002952;
    --color-white: #FFFFFF;
    --color-white-1: #FFF4F0;
    --color-text: #002952;
    --color-text-1: #586579;
    --brand: var(--brand-light);
    --text-1: var(--text-1-light);
    --text-2: var(--text-2-light);
    --surface-1: var(--surface-1-light);
    --surface-2: var(--surface-2-light);
    --surface-3: var(--surface-3-light);
    --surface-4: var(--surface-4-light)
}

@media (prefers-color-scheme: dark) {
    :root {
        --brand: var(--brand-light);
        --text-1: var(--text-1-light);
        --text-2: var(--text-2-light);
        --surface-1: var(--surface-1-light);
        --surface-2: var(--surface-2-light);
        --surface-3: var(--surface-3-light);
        --surface-4: var(--surface-4-light)
    }
}

:root {
    --container-width: 1179px;
    --size-content-3: none;
    --size-header-2: none
}

:where(html) {
    --link: var(--indigo-7);
    --link-visited: var(--purple-7);
    --text-1: var(--gray-9);
    --text-2: var(--gray-7);
    --surface-1: var(--gray-0);
    --surface-2: var(--gray-2);
    --surface-3: var(--gray-3);
    --surface-4: var(--gray-4);
    --scrollthumb-color: var(--gray-7);
    -webkit-text-size-adjust: none;
    accent-color: var(--brand, var(--link));
    background-color: var(--surface-1);
    block-size: 100%;
    caret-color: var(--brand, var(--link));
    color: var(--text-2);
    color-scheme: light;
    font-family: var(--font-sans);
    line-height: var(--font-lineheight-3);
    scrollbar-color: var(--scrollthumb-color) transparent
}

@media (dynamic-range: high) {
    @supports (color: color(display-p3 0 0 0)) {
        :where(html) {
            --link: color(display-p3 .1 .4 1);
            --link-visited: color(display-p3 .6 .2 1)
        }
    }
}

:where(html) :where(dialog) {
    background-color: var(--surface-1)
}

:where(html) :where(button, .btn) {
    --_highlight: var(--_highlight-light);
    --_bg: var(--_bg-light);
    --_ink-shadow: var(--_ink-shadow-light)
}

:where(html) :where(button, .btn) :where([type=reset]) {
    --_text: var(--red-6);
    --_border: var(--red-3)
}

:where(html) :where(button, .btn, input:is([type=button], [type=submit], [type=reset]))[disabled] {
    --_text: var(--gray-6)
}

:where(html) :where(textarea, select, input:not([type=button], [type=submit], [type=reset])) {}

:where(h1, h2, h3, h4, h5, h6, dt) {
    color: var(--text-1)
}

:where(a[href]) {
    color: var(--brand, var(--link))
}

:where(a[href]):visited {
    color: var(--link-visited)
}

:focus-visible {
    outline-color: var(--brand, var(--link))
}

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

:where(:not(dialog)) {
    margin: 0
}

:where(:not(fieldset, progress, meter)) {
    background-origin: border-box;
    background-repeat: no-repeat;
    border-style: solid;
    border-width: 0
}

@media (prefers-reduced-motion: no-preference) {
    :where(html) {
        scroll-behavior: smooth
    }
}

@media (prefers-reduced-motion: no-preference) {
    :where(:focus-visible) {
        transition: outline-offset 145ms var(--ease-2)
    }

    :where(:not(:active):focus-visible) {
        transition-duration: .25s
    }
}

:where(:not(:active):focus-visible) {
    outline-offset: 5px
}

:where(body) {
    min-block-size: 100%
}

:where(h1, h2, h3, h4, h5, h6) {
    text-wrap: balance;
    font-weight: var(--font-weight-9);
    line-height: var(--font-lineheight-1)
}

:where(h1) {
    font-size: var(--font-size-8);
    max-inline-size: var(--size-header-1)
}

:where(h2) {
    font-size: var(--font-size-6);
    max-inline-size: var(--size-header-2)
}

:where(h3) {
    font-size: var(--font-size-5)
}

:where(h4) {
    font-size: var(--font-size-4)
}

:where(h5) {
    font-size: var(--font-size-3)
}

:where(h3, h4, h5, h6, dt) {
    max-inline-size: var(--size-header-3)
}

:where(p, ul, ol, dl, h6) {
    font-size: var(--font-size-2)
}

:where(a, u, ins, abbr) {
    text-underline-offset: 1px
}

@supports (-moz-appearance: none) {
    :where(a, u, ins, abbr) {
        text-underline-offset: 2px
    }
}

:where(a[href], area, button, input:not([type=text], [type=email], [type=number], [type=password], [type=""], [type=tel], [type=url]), label[for], select, summary, [tabindex]:not([tabindex*="-"])) {
    cursor: pointer
}

:where(a[href], area, button, input, label[for], select, summary, textarea, [tabindex]:not([tabindex*="-"])) {
    -webkit-tap-highlight-color: transparent;
    touch-action: manipulation
}

:where(a) {
    margin-block: calc(var(--size-1) * -1);
    margin-inline: calc(var(--size-1) * -1);
    padding-block: var(--size-1);
    padding-inline: var(--size-1)
}

:where(a):where([href]) {
    text-decoration-color: var(--indigo-2)
}

:where(a):where([href]):where(:visited) {
    text-decoration-color: var(--purple-2)
}

:where(a):where(:not(:hover)) {
    text-decoration: inherit
}

:where(img, svg, video, canvas, audio, iframe, embed, object) {
    display: block
}

:where(img, svg, video) {
    block-size: auto;
    max-inline-size: 100%
}

:where(input, button, textarea, select),
:where(input[type=file])::-webkit-file-upload-button {
    color: inherit;
    font: inherit;
    font-size: inherit;
    letter-spacing: inherit
}

::placeholder {
    color: var(--gray-7);
    opacity: .75
}

:where(input:not([type=range]), textarea) {
    padding-block: var(--size-1);
    padding-inline: var(--size-2)
}

:where(select) {
    padding-block: .75ch;
    padding-inline: var(--size-relative-4) 0
}

:where(textarea, select, input:not([type=button], [type=submit], [type=reset])) {
    border-radius: var(--radius-2)
}

:where(textarea) {
    resize: block
}

:where(input[type=checkbox], input[type=radio]) {
    block-size: var(--size-3);
    inline-size: var(--size-3)
}

:where(svg:not([width])) {
    inline-size: var(--size-10)
}

:where(code, kbd, samp, pre) {
    font-family: var(--font-mono)
}

:where(:not(pre)>code, kbd) {
    white-space: nowrap
}

:where(pre) {
    max-inline-size: max-content;
    min-inline-size: 0;
    white-space: pre;
    writing-mode: lr
}

:where(:not(pre)>code) {
    background: var(--surface-2);
    border-radius: var(--radius-2);
    padding: var(--size-1) var(--size-2);
    writing-mode: lr
}

:where(kbd, var) {
    border-color: var(--surface-4);
    border-radius: var(--radius-2);
    border-width: var(--border-size-1);
    padding: var(--size-1) var(--size-2)
}

:where(mark) {
    border-radius: var(--radius-2);
    padding-inline: var(--size-1)
}

:where(ol, ul) {
    padding-inline-start: var(--size-8)
}

:where(li) {
    padding-inline-start: var(--size-2)
}

:where(li, dd, figcaption) {
    max-inline-size: var(--size-content-2)
}

:where(p) {
    text-wrap: pretty;
    max-inline-size: var(--size-content-3)
}

:where(dt, summary) {
    font-weight: var(--font-weight-7)
}

:where(dt:not(:first-of-type)) {
    margin-block-start: var(--size-5)
}

:where(small) {
    font-size: max(.5em, var(--font-size-0));
    max-inline-size: var(--size-content-1)
}

:where(hr) {
    background-color: var(--surface-3);
    height: var(--border-size-2);
    margin-block: var(--size-fluid-5)
}

:where(figure) {
    display: grid;
    gap: var(--size-2);
    place-items: center
}

:where(figure)>:where(figcaption) {
    font-size: var(--font-size-1)
}

:where(blockquote, :not(blockquote)>cite) {
    border-inline-start-width: var(--border-size-3)
}

:where(blockquote) {
    display: grid;
    gap: var(--size-3);
    max-inline-size: var(--size-content-2);
    padding-block: var(--size-3);
    padding-inline: var(--size-4)
}

:where(:not(blockquote)>cite) {
    padding-inline-start: var(--size-2)
}

:where(summary) {
    background: var(--surface-3);
    border-radius: var(--radius-2);
    margin: calc(var(--size-2) * -1) calc(var(--size-3) * -1);
    padding: var(--size-2) var(--size-3)
}

:where(details) {
    background: var(--surface-2);
    border-radius: var(--radius-2);
    padding-block: var(--size-2);
    padding-inline: var(--size-3)
}

:where(details[open]>summary) {
    border-end-end-radius: 0;
    border-end-start-radius: 0;
    margin-bottom: var(--size-2)
}

:where(fieldset) {
    border: var(--border-size-1) solid var(--surface-4);
    border-radius: var(--radius-2)
}

:where(del) {
    background: var(--red-9);
    color: var(--red-2)
}

:where(ins) {
    background: var(--green-9);
    color: var(--green-1)
}

:where(abbr) {
    text-decoration-color: var(--blue-5)
}

:where(dialog) {
    background-color: var(--surface-1);
    border-radius: var(--radius-3);
    box-shadow: var(--shadow-6);
    color: inherit
}

:where(dialog)::backdrop {
    -webkit-backdrop-filter: blur(25px);
    backdrop-filter: blur(25px)
}

:where(html[\:has\(dialog\[open\]\)]) {
    overflow: hidden
}

:where(html:has(dialog[open])) {
    overflow: hidden
}

:where(menu) {
    display: flex;
    gap: var(--size-3);
    padding-inline-start: 0
}

:where(sup) {
    font-size: .5em
}

:where(table) {
    --nice-inner-radius: calc(var(--radius-3) - 2px);
    background: var(--surface-2);
    border: 1px solid var(--surface-2);
    border-radius: var(--radius-3);
    width: fit-content
}

:where(table[\:not-has\(tfoot\)] tr:last-child td:first-child) {
    border-bottom-left-radius: var(--nice-inner-radius)
}

:where(table:not(:has(tfoot)) tr:last-child td:first-child) {
    border-bottom-left-radius: var(--nice-inner-radius)
}

:where(table[\:not-has\(tfoot\)] tr:last-child td:last-child) {
    border-bottom-right-radius: var(--nice-inner-radius)
}

:where(table:not(:has(tfoot)) tr:last-child td:last-child) {
    border-bottom-right-radius: var(--nice-inner-radius)
}

:where(table thead th:first-child) {
    border-top-left-radius: var(--nice-inner-radius)
}

:where(table thead th:last-child) {
    border-top-right-radius: var(--nice-inner-radius)
}

:where(tfoot th:first-of-type) {
    border-end-start-radius: var(--nice-inner-radius)
}

:where(tfoot th:last-of-type) {
    border-end-end-radius: var(--nice-inner-radius)
}

:where(th) {
    background-color: var(--surface-2);
    color: var(--text-1)
}

:where(table :is(a, button, [contenteditable]):is(:focus-visible)) {
    outline-offset: -2px
}

:where(td) {
    text-wrap: pretty;
    background: var(--surface-1);
    max-inline-size: var(--size-content-2)
}

:where(td, th) {
    padding: var(--size-2);
    text-align: left
}

:where(thead) {
    border-collapse: collapse
}

:where(table tr:hover td),
:where(tbody tr:nth-child(2n):hover td) {
    background-color: var(--gray-10)
}

@media (prefers-color-scheme: light) {

    :where(table tr:hover td),
    :where(tbody tr:nth-child(2n):hover td) {
        background-color: #fff
    }
}

:where(table>caption) {
    margin: var(--size-3)
}

:where(tfoot button) {
    padding-block: var(--size-1);
    padding-inline: var(--size-3)
}

@media (prefers-color-scheme: dark) {
    :where(textarea, select, input:not([type=button], [type=submit], [type=reset])) {}

    :where(dialog) {
        background-color: var(--surface-2)
    }

    ::placeholder {
        color: var(--gray-6)
    }
}

body {
    background-color: var(--color-white);
    font-family: Roboto, sans-serif;
}

.container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto
}

::-moz-selection {
    color: var(--color-white);
    background: var(--color-secondary)
}

::selection {
    color: var(--color-white);
    background: var(--color-secondary)
}

.link-scroll {
    position: fixed;
    right: 0;
    top: 492px;
    padding: 0;
    margin: 0;
    background: transparent;
    border: none;
    box-shadow: none;
    z-index: 1;
}

.link-scroll:hover {
  text-decoration: none;
}

.link-scroll>div>div>div {
    height: 4px
}

.contact-form {
  width: 100%;
}
.contact-form .p-2 {
  margin-bottom: 16px;
}
.contact-form input:not([type="radio"]),
.contact-form textarea {
  width: 100%;
  background-color: white;
  display: flex;
  padding: 12px 8px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
  border-radius: 4px;
  border: 1px solid #DCDFE5;
  background: var(--color-white);
  overflow: hidden;
  color: #586579;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: Questrial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.contact-form label {
  color: #424b5a;
  font-family: Questrial;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 4px;
}
.contact-form .input-radio > label {
  margin-bottom: 24px;
  display: inline-block
}
.contact-form .input-radio .p-1 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.contact-form .input-radio .p-1 label {
  display: flex;
  align-items: center;
  gap: 8px;
}
.contact-form .input-radio br{ 
  display: none;
}
.contact-form input[type="radio"] {
  background-color: white!important;
  border: none;
}
.contact-form .form-buttons { 
  margin-top: 8px;
  display: flex;
  justify-content: flex-end;
  gap: 24px;
}
.contact-form  .hidden {
  height: 0;
  margin: 0;
  font-size: 0;
}
.contact-form input.error,
.contact-form textarea.error {
  border-color: red;
}
.contact-form label.error {
  color: red;
}
.contact-form .input-radio  {
  position: relative;
}
.contact-form .input-radio label.error {
  position: absolute;
  bottom: -25px;
}

.swiper {
  width: 100%;
  height: 100%;
}
.s-pagination {
  position: absolute;
  width: 100%;
  max-width: 12%;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  bottom: 30px;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1;
}
.swiper-button-prev,
.swiper-button-next {
  max-width: 24px;
  max-height: 24px;
  background: #293B75;
  border-radius: 100%;
  position: static;
  flex: 1;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  content: none;
}
.swiper-button-prev svg,
.swiper-button-next svg {
  max-width: 16px;
}
.swiper-button-prev path ,
.swiper-button-next path {
  fill: white;
}
.swiper-pagination {
  color: #586579;
  font-family: Questrial;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  position: static;
  display: flex;
  justify-content: center;
  flex: 1;
  margin-top: -18px;
}
@media screen and (max-width: 992px) {
  ._card_1kwzg_1 h3 {
    font-size: 24px;
    line-height: 28px;
  }
  ._card_1kwzg_1 article {
    flex-direction: column;
  }
  ._col2_xfqu5_39 {
    width: 100%;
  }
  ._reverse_xfqu5_176 {
    flex-direction: column-reverse;
  }
  .s-pagination {
    max-width: 50%;
  }
  ._card1_xfqu5_13._reverse_xfqu5_176 {
    flex-direction: column-reverse;
  }
  ._card_1kwzg_1 {
    padding: 24px!important;
    height: 100%;
    box-shadow: none;
  }
  .swiper {
    background-color: white;
    border-radius: 5px;
  }
  ._carouselCell_xfqu5_90._carouselVideo_xfqu5_157{
    height: 650px;
  }
  .link-scroll {
    z-index: 1;
  }
}

.swipper-pagination-mobile {
  display: flex;
  justify-content: center;
}

.form-message {
  background-color: #D5FFCB;
  border: 1px solid #709C66;
  border-radius: 4px;
  display: flex;
  align-items: flex-start;
  align-self: flex-start;
  flex-direction: column;
}
.form-message-header {
  padding: 10px;
  display: flex;
  justify-content: flex-end;
  width: 100%;
}
.form-message-header button {
  background-color: transparent;
}
.form-message-body {
  display: flex;
  align-items: center;
  gap: 24px;
  color: #4A843D;
  padding: 0 50px 20px 20px;
}
.form-message-body h3 {
  font-size: 18px;
  font-family: Raleway;
  font-weight: 500;
  color: #4A843D;
  line-height: 22px;
}
.form-message-body p {
  font-size: 14px;
  margin-top: 8px;
}
