html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}
ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

*::before,
*::after,
* {
    box-sizing: border-box;
}

body {
    font-size: 16px;
    line-height: 1.5;
    color: #000;
    font-family: 'StyreneBLC', serif;
}

.button-primary[disabled],
.button-primary[disabled]:hover  {
    background: #df473ba3;
    cursor: default;
}

.button-primary {
    min-height: 38px;
    padding: 6px 12px;
    background: #D94236;
    border-radius: 2px;
    line-height: 1.125;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border: none;
    font-family: inherit;
    cursor: pointer;
    max-width: 100%;
}

.button-primary:hover {
    background: #cb3326;
}

.button-primary__right-arrow {
    display: inline-flex;
    position: relative;
    margin-left: 18px;
    width: 20px;
    height: 2px;
    background: currentColor;
}

.button-primary__right-arrow::before {
    content: '';
    position: absolute;
    width: 15px;
    height: 15px;
    right: 0;
    top: 50%;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: translateY(-50%) rotate(-45deg);
}

.button-secondary {
    min-height: 38px;
    padding: 6px 12px;
    background: transparent;
    border: 3px solid #D94236;
    border-radius: 2px;
    line-height: 1.125;
    font-size: 14px;
    text-align: center;
    background: #fff;
    color: #D94236;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    max-width: 100%;
}

.button-secondary:hover {
    background: #D94236;
    color: #fff!important;
}

.details-list {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.add-document-input{


}

.details-list_inline {
    flex-direction: row;
    gap: 18px;
    flex-wrap: wrap;
}

.details-list_grow .details-item {
    flex-grow: 1;
}

.details-item__label {
    font-size: 16px;
    line-height: 1;
    color: #808080;
}

.details-item__value {
    font-size: 20px;
    line-height: 1;
    color: #000000;
    margin-top: 5px;
}

.page {
    /* overflow: hidden; */
    position: relative;
}

.header {
    background: #D94236;
}

.header-layout {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 56px;
    padding-bottom: 56px;
}

.header-layout__logo {
    padding-top: 8px;
    flex-shrink: 0;
    max-width: 100%;
}

.header-layout__office {
    margin-left: 18px;
}

.header-layout__enter {
    margin-left: auto;
}

.header__logo {
    display: inline-block;
}

.header__logo img {
    display: block;
    width: 100%;
    height: auto;
}

.header__enter {
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
    padding: 6px;
}

.main {
    padding-top: 50px;
    padding-bottom: 50px;
}

.container {
    margin-left: auto;
    margin-right: auto;
    width: calc(1064px + 108px + 108px);
    padding-left: 108px;
    padding-right: 108px;
    max-width: 100%;
}

.container_small {
    width: calc(444px + 108px + 108px);
}
.ml-0_mr-0{
    margin-left: 0!important;
    margin-right: 0!important;
}
.ml-0 {
    margin-left: 0!important;
}
.mr-0 {
    margin-right: 0!important;
}
.content {
}

* + .content {
    margin-top: 50px;
}

.content p {
    margin: 0;
}

.content * + p {
    margin-top: 24px;
}

.appeal {
    background: #FAF2F0;
    border-top: 4px solid #D94236;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 42px;
    padding-top: 21px;
    padding-bottom: 24px;
    padding-right: 55px;
}

* + .appeal {
    margin-top: 50px;
}

.appeal__title {
    font-size: 24px;
    line-height: 1;
    color: #D94236;
}

.appeal__button {
    width: 302px;
    max-width: 100%;
}

.appeal__button .button-primary {
    width: 100%;
}

.header-office {
    background: #FFFFFF;
    padding-left: 21px;
    padding-right: 21px;
    padding-top: 11px;
    padding-bottom: 13px;
    display: flex;
    align-items: center;
    width: 387px;
    max-width: 100%;
}

.header-office__name {
    flex-grow: 1;
    font-size: 16px;
    line-height: 1;
    color: #000000;
}

.header-office__name span {
    color: #808080;
}

.header-office__divider {
    width: 1px;
    height: 32px;
    background: #000;
    margin-left: 18px;
    margin-right: 18px;
    flex-shrink: 0;
    align-self: stretch;
    display: flex;
}

.header-office__logout {
    background: transparent;
    cursor: pointer;
    padding: 3px;
    border: none;
    font-size: 16px;
    line-height: 1;
    display: inline-block;
    color: #000000;
    font-family: inherit;
}

.office {
    padding-top: 42px;
    padding-bottom: 50px;
}

.office-layout {
    display: flex;
}

.office-layout__main {
    width: 40%;
    flex-shrink: 0;
}

.office-layout__children {
    padding-left: 65px;
    flex-grow: 1;
}

.office-group {}

.office-group__title {
    font-size: 40px;
    line-height: 1;
    color: #000000;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 22px;
}

.office-group__body {
    margin-top: 20px;
}

.office-child {
    display: flex;
    flex-wrap: wrap;
}

.office-child + .office-child {
    margin-top: 31px;
    padding-top: 20px;
    border-top: 1px solid #DFDFDF;
}

.office-child__name {
    font-family: 'SangBleu Republic', serif;
    font-weight: 500;
    font-size: 20px;
    line-height: 27px;
    color: #333333;
    width: 50%;
    padding-right: 15px;
}

.office-child__params {
    width: 50%;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.office-child__button {
    width: 100%;
    padding-top: 22px;
}

.office-child__button .button-primary {
    width: 100%;
}

.office-main {}

.office-main__name {
    font-family: 'SangBleu Republic', serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
    color: #333333;
}

.office-main__params {
    margin-top: 23px;
}

.office-main__date {
    font-style: normal;
    font-size: 12px;
    line-height: 14px;
    color: #808080;
    border-bottom: 1px solid #DFDFDF;
    padding-bottom: 15px;
    margin-top: 41px;
}

.office-main__password {
    margin-top: 28px;
}

.office-main__password .button-secondary {
    width: 240px;
}

.cards {
    display: flex;
    margin: 50px 10px;
    align-items: flex-start;
}
.cards > div {
    width: 25%;
    padding: 0 10px;
}

.card-form {
    background: #FAF2F0;
    padding: 20px 15px 30px 15px;
    width: 500px;
    max-width: 100%;
}

.card-form:has(.card-form__title) {
    padding-top: 15px;
    border-top: 4px solid #D94236;
}

.card-form__title {
    font-size: 20px;
    line-height: 1;
    color: #000000;
}

* + .card-form__fields {
    margin-top: 38px;
}

.card-form__field + .card-form__field {
    margin-top: 20px;
}

.card-form__label {
    display: block;
    font-size: 14px;
    line-height: 1;
    color: #808080;
    margin-left: 10px;
    margin-bottom: 8px;
}

.card-form__input {
    display: block;
    height: 39px;
    background: #fff;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    width: 100%;
    font-family: inherit;
}

.card-form__input::placeholder {
    color: #000;
}

* + .card-form__actions {
    margin-top: 37px;
}

.card-form__action .button-primary,
.card-form__action .button-secondary {
    width: 100%;
    min-height: 35px;
}

.card-form__action + .card-form__action {
    margin-top: 10px;
}

.card-result {
    background: #FAF2F0;
    border-top: 4px solid #D94236;
    padding: 27px 15px 30px 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.card-result__text {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #000000;
}

.card-result__icon {
    display: flex;
    justify-content: center;
    margin-top: 19px;
}

.card-result__actions {
    margin-top: 30px;
    width: 100%;
}

.card-result__action .button-primary,
.card-result__action .button-secondary {
    width: 100%;
    min-height: 35px;
}

.card-result__action + .card-result__action {
    margin-top: 10px;
}

.card-result-alt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 82px 0;
}

.card-result-alt__text {
    font-size: 48px;
    line-height: 1;
    text-align: center;
    color: #000000;
}

.card-result-alt__icon {
    display: flex;
    justify-content: center;
    margin-bottom: 42px;
}

.card-result-alt__actions {
    margin-top: 75px;
    max-width: 100%;
    width: 480px;
    margin-left: auto;
    margin-right: auto;
}

.card-result-alt__action .button-primary,
.card-result-alt__action .button-secondary {
    width: 100%;
    min-height: 35px;
}

.card-result-alt__action + .card-result-alt__action {
    margin-top: 10px;
}

.section-breadcrumbs {
    padding: 20px 0;
}

.breadcrumbs {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: -0.02em;
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    color: #D94236;
}

.breadcrumbs li {
    position: relative;
    padding-left: calc(40em / 18);
}

.breadcrumbs li:first-child {
    padding-left: 0;
}

.breadcrumbs li:first-child::before {
    display: none;
}

.breadcrumbs li:first-child::after {
    display: none;
}

.breadcrumbs li::before {
    content: '';
    left: 11px;
    height: 2px;
    width: 14px;
    position: absolute;
    top: 13px;
    background: currentColor;
}

.breadcrumbs li::after {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    left: 14px;
    top: 9px;
    border-right: 2px solid currentColor;
    border-bottom: 2px solid currentColor;
    transform: rotate(-45deg);
}

.breadcrumbs a {
    color: #D94236;
    text-decoration: none;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}

.table {
    /* width: 100%;
    max-width: 100%;
    overflow-y: hidden;
    overflow-x: auto; */
}

.table table {
    width: 100%;
}

.table table th {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #808080;
    text-align: left;
    padding-top: 19px;
    padding-bottom: 8px;
    padding-right: 12px;
    vertical-align: middle;
}

.table table td {
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
    font-size: 14px;
    line-height: 16px;
    color: #000000;
    padding-top: 14px;
    padding-bottom: 16px;
    padding-right: 12px;
    vertical-align: middle;
}

.table .table__action-cell {
    padding-top: 8px;
    padding-bottom: 8px;
}

.table .table__center-cell {
    text-align: center;
}

.external-link {
    font-size: 14px;
    color: #000000;
    text-decoration: none;
    display: inline-block;
    position: relative;
    padding-right: 22px;
}

.external-link::after {
    content: '';
    position: absolute;
    right: 5px;
    top: 1px;
    width: 2px;
    height: 14px;
    background: #D94236;
    transform: rotate(45deg);
}

.external-link::before {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    width: 11px;
    height: 11px;
    border-top: 2px solid #D94236;
    border-right: 2px solid #D94236;
}

.button-settings {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #f24822 url('../images/icon-settings.svg') no-repeat 50% 50%;
    background-size: 20px 20px;
    border: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.button-settings:hover {
    background-color: #cb3326;
}

.button-callback {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: #D94236 url('../images/icon-phone.svg') no-repeat 6px 5px;
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-callback:hover {
    background-color: #cb3326;
}

.button-callback-alt {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('../images/icon-phone-alt.svg') no-repeat 50% 50%;
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-view {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('../images/icon-view.svg') no-repeat 50% 50%;
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-delete {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('../images/icon-delete.svg') no-repeat 50% 50%;
    border: none;
    padding: 0;
    cursor: pointer;
}

.button-download {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: url('../images/icon-download.svg') no-repeat 50% 50%;
    border: none;
    padding: 0;
    cursor: pointer;
}

.input-checkbox {
    position: relative;
    display: inline-flex;
    cursor: pointer;
}

.input-checkbox input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.input-checkbox input:checked + span::before {
    opacity: 1;
}

.input-checkbox input:focus + span {
    background: #fff4e0;
}

.input-checkbox span {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 2px;
    border: 1px solid #D94236;
    position: relative;
}

.input-checkbox span::before {
    content: '';
    opacity: 0;
    width: 6px;
    height: 10px;
    border-bottom: 2px solid #D94236;
    border-right: 2px solid #D94236;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(45deg);
    margin-top: -2px;
}

.child {
    padding-top: 37px;
}

.child__title {
    font-weight: 500;
    font-size: 48px;
    line-height: 1;
    color: #333333;
    font-family: 'SangBleu Republic', serif;
    padding-bottom: 50px;
    border-bottom: 1px solid #000;
}

.child-group {
    padding-top: 20px;
}

.child-group + .child-group {
    margin-top: 48px;
    border-top: 1px solid #000000;
}

.child-group__title {
    font-weight: 400;
    font-size: 40px;
    line-height: 48px;
    color: #000000;
    margin-bottom: 34px;
}

.child-group__body {}

.child-group__button {
    margin-top: 26px;
}

.child-group__button .button-primary {
    width: 302px;
}

.login-header {
    background: #D94236;
}

.login-header__title {
    color: #fff;
    text-align: center;
    font-size: 28px;
    line-height: 1.25;
    padding: 30px 0;
}

.login-header__menu {
    display: flex;
    padding: 1px;
    gap: 2px;
}

.login-header__menu-item {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 33.33%;
    background: #fff;
    line-height: 37px;
    padding: 0;
    border: none;
    text-decoration: none;
    font-weight: normal;
    margin-bottom: 1px;
}

.login-header__menu-item:hover {
    text-decoration: underline;
}

.login-header__menu-item_active {
    color: #fff;
    text-decoration: underline;
    background: transparent;
    border: 2px solid white;
    margin-bottom: -2px;
}

.login-main {
    padding-bottom: 38px;
}

.login-form__desc {
    font-size: 20px;
    line-height: 1.4;
    color: #000000;
    margin-bottom: 22px;
    margin-top: 46px;
    padding-left: 108px;
    padding-right: 108px;
    text-align: end;
}

.login-form__desc_center {
    text-align: center;
}

.login-form__fields {
}

.login-form__field + .login-form__field {
    margin-top: 18px;
}

.login-form__label {
    display: block;
    font-size: 16px;
    line-height: 1;
    color: #000;
    margin-left: 10px;
    margin-bottom: 6px;
}

.login-form__input {
    display: block;
    height: 39px;
    background: #FAF2F0;
    border: none;
    padding: 0 10px;
    font-size: 14px;
    color: #000000;
    width: 100%;
    font-family: inherit;
}

.login-form__input::placeholder {
    color: #808080;
}

.login-form__checkbox-input {
    display: none;
}

.login-form__checkbox-label {
    font-size: 16px;
    color: #000;
    display: inline-flex;
    align-items: center;
    position: relative;
    cursor: pointer;
}

.login-form__checkbox-label::before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    border-radius: 4px;
    align-self: flex-start;
    margin: 4px 8px 4px 4px;
    flex-shrink: 0;
}

.login-form__checkbox-input:checked + .login-form__checkbox-label::after {
    content: '';
    position: absolute;
    display: block;
    left: 8px;
    top: 8px;
    width: 10px;
    height: 6px;
    border-left: 2px solid #000;
    border-bottom: 2px solid #000;
    transform: rotate(-45deg);
}

.login-form__actions {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-top: 28px;
}

.login-form__action-button {
    flex-grow: 1;
    font-size: 16px;
    text-decoration: none;
    color: #fff;
    font-family: inherit;
    text-align: center;
    padding: 0;
    border: 0;
    line-height: 35px;
    background: #D94236;
    cursor: pointer;
}

.login-form__action-button:hover {
    background: #cb3326;
}

.login-form__action-link {
    font-size: 16px;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.login-form__action-link:hover {
    text-decoration: underline;
    color: #000;
}

.login-social {
    border-top: 1px solid #D94236;
    margin-top: 28px;
    padding-top: 24px;
}

.login-social__title {
    text-align: center;
    font-size: 16px;
    color: #000;
}

.login-social__items {
    margin-top: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 22px;
}

.login-social__item {
    border: 2px solid #D94236;
    border-radius: 10px;
    text-decoration: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
}

.login-social__item svg {
    fill: #D94236;
}

.account-header {
    background: #D94236;
    padding: 75px 0 70px;
}

.account-header__body {
    display: flex;
    align-items: center;
    gap: 40px;
}

.account-header__container {
    display: flex;
    align-items: center;
    gap: 40px;
}

.account-header__logo {
    display: flex;
    width: 203px;
    flex-shrink: 0;
    margin-left: auto;
}

.account-header__logo img {
    width: 100%;
    height: auto;
}

.account-header__title {
    font-size: 40px;
    display: inline-block;
    line-height: 1;
    color: #FFFFFF;
    text-decoration: none;
}

.account-header__logout {
    min-height: 38px;
    padding: 6px 20px;
    background: transparent;
    border: 3px solid #fff;
    border-radius: 2px;
    line-height: 1.125;
    font-size: 14px;
    text-align: center;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: inherit;
    cursor: pointer;
    max-width: 100%;
}

.account-header__logout:hover {
    background: #fff;
    color: #D94236;
}

.account-main {
    padding-top: 26px;
    padding-bottom: 26px;
}

.account-data {
    padding-bottom: 40px;
    border-bottom: 1px solid #000000;
}

.account-data__headline {
    position: relative;
    cursor: pointer;
}

.account-data__headline-title {
    font-size: 48px;
    color: #333;
    line-height: 1;
    font-family: 'SangBleu Republic', serif;
    font-weight: 500;
    padding: 10px 0;
    padding-right: 60px;
}

.account-data__headline-arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
}

.account-data_opened .account-data__headline-arrow {
    transform: rotate(-180deg);
}

.account-data__headline-arrow::before {
    content: '';
    width: 3px;
    height: 100%;
    background: #D94236;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.account-data__headline-arrow::after {
    content: '';
    width: 70%;
    height: 70%;
    border-style: solid;
    border-width: 0 0 3px 3px;
    border-color: transparent transparent #D94236 #D94236;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: 3px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.account-data__headline-symbol {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -30px;
    width: 60px;
    height: 60px;
    transform: rotate(-180deg);
}

.account-data_opened .account-data__headline-symbol::before {
    display: none;
}

.account-data__headline-symbol::before {
    content: '';
    width: 3px;
    height: 100%;
    background: #D94236;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.account-data__headline-symbol::after {
    content: '';
    width: 100%;
    height: 3px;
    background: #D94236;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.account-data__body {
    width: 468px;
    max-width: 100%;
    padding-top: 36px;
    padding-bottom: 36px;
    display: none;
}

.account-data__body_wide {
    width: 640px;
}

.account-data_opened .account-data__body {
    display: block;
}

.account-data__params {}

.account-data__date {
    color: #808080;
    font-size: 12px;
    margin-top: 38px;
}

.account-data__actions {
    display: flex;
    gap: 10px;
    margin-top: 27px;
    padding-top: 27px;
    border-top: 1px solid #DFDFDF;
}

.account-data__action {
    flex-basis: 100%;
}

* + .account-childs {
    margin-top: 42px;
}

.account-childs__title {
    font-size: 40px;
    color: #000;
    line-height: 1;
    margin-bottom: 22px;
}

.account-child {
    border-bottom: 1px solid #000;
    padding-bottom: 50px;
}

.account-child + .account-child .account-child__row {
    border-top: none;
    padding-top: 10px;
}

.account-child__row {
    display: flex;
    border-top: 1px solid #DFDFDF;
    border-bottom: 1px solid #DFDFDF;
}

.account-child__row-name {
    width: 40%;
    font-family: 'SangBleu Republic', serif;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-weight: 500;
    color: #333;
    line-height: 1;
}

.account-child__row-diagnosis {
    width: 30%;
    padding-top: 26px;
    padding-bottom: 24px;
}

.account-child__row-gender {
    width: 18%;
    padding-top: 26px;
    padding-bottom: 24px;
}

.account-child__row-date {
    width: 12%;
    padding-top: 26px;
    padding-bottom: 24px;
}

.account-child__row-item {
    width: 30%;
    padding-top: 26px;
    padding-bottom: 24px;
}

.account-child__actions {
    margin-top: 30px;
    display: flex;
}

.account-child__action {
    width: 470px;
    max-width: 100%;
}


.account-anouncements{
    margin-top: 42px;
}
.account-anouncement{ 
    padding-bottom: 1rem;
    font-size: 20px;
    padding-top: 16px;
    padding-bottom: 16px;
}

.new-header{
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 27px;
    padding-left: 0;
    padding-right: 0;
}

.account-header-new {
    background: #D94236;
    padding: 68px 108px 0 108px;
}

.swal2-delete-button {
    background-color: #D94236;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 600;
    margin: 0 5px;
}
.swal2-default-button {
    background-color: #e9ecef;
    color: #333;
    border: none;
    border-radius: 6px;
    padding: 10px 25px;
    font-weight: 600;
    margin: 0 5px;
}

.mt-44{
    margin-top: 44px;
}

._2BGiL, ._2pV3g, ._3tXho, ._39ODT {
    font-family: styrene, sans-serif
}

._1o--y, ._3SPrc {
    font-family: sang-bleu, sans-serif
}

.M8atL {
    font-family: styrene, sans-serif
}

._1ekU6 {
    font-family: sang-bleu, sans-serif
}

._1PhWT, .L4OYt {
    font-family: styrene, sans-serif
}

._1RLEL {
    font-family: sang-bleu, sans-serif
}

.zN5Yr {
    font-family: styrene, sans-serif
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    .M8atL {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1ekU6, .M8atL {
        color: #333;
        line-height: 32px
    }

    ._1ekU6 {
        font-weight: 500;
        font-size: 27.6px
    }

    ._1PhWT {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 18.3px;
        line-height: 24px
    }

    ._1RLEL {
        font-size: 18px;
        line-height: 24px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    .M8atL {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1ekU6, .M8atL {
        color: #333;
        line-height: 32px
    }

    ._1ekU6 {
        font-weight: 500;
        font-size: 27.6px
    }

    ._1PhWT {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 18.3px;
        line-height: 24px
    }

    ._1RLEL {
        font-size: 18px;
        line-height: 24px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    .M8atL {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._1ekU6, .M8atL {
        color: #333;
        line-height: 36px
    }

    ._1ekU6 {
        font-weight: 500;
        font-size: 30px
    }

    ._1PhWT {
        font-size: 26.4px;
        line-height: 32px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 18.3px;
        line-height: 24px
    }

    ._1RLEL {
        font-size: 18px;
        line-height: 24px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    .M8atL {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1ekU6, .M8atL {
        color: #333;
        line-height: 44px
    }

    ._1ekU6 {
        font-weight: 500;
        font-size: 38px
    }

    ._1PhWT {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 21.2px;
        line-height: 28px
    }

    ._1RLEL {
        font-size: 21px;
        line-height: 28px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    .M8atL {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1ekU6, .M8atL {
        color: #333;
        line-height: 44px
    }

    ._1ekU6 {
        font-weight: 500;
        font-size: 38px
    }

    ._1PhWT {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 21.2px;
        line-height: 28px
    }

    ._1RLEL {
        font-size: 21px;
        line-height: 28px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 2560px) {
    ._3tXho {
        font-size: 94.8px;
        line-height: 94px
    }

    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._2pV3g {
        font-size: 107.2px;
        line-height: 124px
    }

    ._39ODT {
        font-size: 57.8px;
        line-height: 64px
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2BGiL {
        font-size: 76px;
        line-height: 80px
    }

    ._3SPrc {
        font-size: 56px;
        line-height: 64px
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        color: #333
    }

    ._1o--y {
        font-size: 72px;
        line-height: 80px
    }

    .M8atL {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1ekU6, .M8atL {
        color: #333;
        line-height: 44px
    }

    ._1ekU6 {
        font-weight: 500;
        font-size: 38px
    }

    ._1PhWT {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 21.2px;
        line-height: 28px
    }

    ._1RLEL {
        font-size: 21px;
        line-height: 28px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 767px) {
    ._2pV3g, ._3tXho {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._2BGiL, ._39ODT {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._1o--y, ._3SPrc {
        font-weight: 500;
        font-size: 28px
    }

    ._1o--y, ._3SPrc, .M8atL {
        color: #333;
        line-height: 32px
    }

    .M8atL {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._1ekU6 {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    ._1PhWT {
        font-size: 22px;
        line-height: 28px
    }

    ._1PhWT, .L4OYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .L4OYt {
        font-size: 16.2px;
        line-height: 50%;
    }

    ._1RLEL {
        font-size: 16px;
        line-height: 24px
    }

    ._1RLEL, .zN5Yr {
        font-weight: 400;
        color: #333
    }

    .zN5Yr {
        font-size: 12.6px;
        line-height: 16px
    }
    .account-child__row {
        /* flex-direction: column; */
    }
    .login-form__desc {
        padding-left: 16px;
        padding-right: 16px;
    }
}

._1XTvr {
    bottom: 0;
    left: 0;
    position: fixed;
    z-index: 20;
    width: 100%;
    background-color: #fff;
    border-top: 1px solid rgba(33, 33, 33, .15);
    transform: translateY(20%);
    opacity: 0;
    visibility: hidden;
    transition: transform .3s, opacity .3s
}

._1XTvr._1RnIF {
    transform: translateY(0);
    opacity: 1;
    visibility: visible
}

._27mYE {
    display: flex !important;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    padding-top: 19px;
    padding-bottom: 17px;
    position: relative
}

.TndtH a {
    text-decoration: underline;
    color: #333;
    transition: color .15s
}

.TndtH a:hover {
    color: #d94236
}

._1sMhy {
    top: 24px;
    right: 0;
    position: absolute
}

._1F0ow, ._1sMhy {
    cursor: pointer;
    transition: opacity .15s
}

._1F0ow {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 1px #d94236;
    padding: 9px 20px;
    order: 1
}

._3GaoW {
    position: relative;
    top: 1px;
    color: #d94236;
    transition: color .15s
}

@media screen and (min-width: 768px) {
    ._27mYE {
        flex-direction: row
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .TndtH {
        width: 612px
    }

    ._1F0ow {
        padding: 6px 17px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .TndtH {
        width: 556px;
        width: 724px
    }
}

@media screen and (min-width: 1024px) {
    ._1sMhy:hover {
        opacity: .7
    }

    ._1F0ow {
        order: 2
    }

    ._1F0ow:hover {
        opacity: .7
    }

    ._3GaoW {
        color: #d94236;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    .TndtH {
        width: 696px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    .TndtH {
        width: 640px;
        width: 832px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    .TndtH {
        width: 780px
    }
}

@media screen and (min-width: 2560px) {
    .TndtH {
        width: 780px
    }

    ._3GaoW {
        font-size: 26.4px;
        line-height: 32px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 767px) {
    .TndtH {
        margin-bottom: 20px;
        padding-right: 32px
    }

    ._1sMhy {
        right: 20px;
        top: 20px
    }
}

.xzXRG {
    display: flex;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px
}

._2iWLc {
    flex-wrap: wrap
}

.dwhqe {
    display: block
}

._3W-dC {
    flex-direction: column
}

._2vwYq {
    justify-content: center
}

._37lvk {
    align-items: center
}

.xzXRG._2f-ec {
    padding-left: 0;
    padding-right: 0
}

@media screen and (min-width: 768px) {
    .xzXRG {
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .xzXRG {
        max-width: 704px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .xzXRG {
        max-width: 976px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    .xzXRG {
        max-width: 1216px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    .xzXRG {
        max-width: 1504px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    .xzXRG {
        max-width: 1824px
    }
}

@media screen and (min-width: 2560px) {
    .xzXRG {
        max-width: 1824px
    }

    .xzXRG._1YTpE {
        max-width: calc(100% - 192px)
    }
}

._2sL5a {
    color: #fff;
    cursor: pointer;
    display: inline-block;
    width: 100%;
    background: #d94236;
    padding: 16px 0;
    text-align: center;
    margin: 0 auto;
    border-radius: 2px;
    transition: background-color .2s;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

._2sL5a:hover {
    background-color: #e55b50
}

._2sL5a:active {
    background-color: #cc3529
}

._2sL5a:disabled {
    background-color: grey;
    cursor: auto
}

@media screen and (min-width: 1600px) {
    ._2sL5a {
        padding: 18px 0
    }
}

.r_SA3 {
    min-height: 100%;
    flex: 1;
    display: flex;
    flex-direction: column
}

._1QaNa {
    flex-grow: 1;
    flex-shrink: 0;
    background-color: #fff
}

.legacy-browsers {
    display: none;
    top: 50%;
    left: 50%;
    position: absolute;
    font-weight: 900;
    text-align: center;
    font-size: 30px;
    line-height: 30px;
    width: 600px;
    height: 350px;
    margin-left: 300px;
    margin-top: 175px
}

.legacy-browsers__title {
    margin-bottom: 50px
}

.legacy-browsers__link {
    display: block;
    color: #000
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .legacy-browsers {
    display: block
}

.no-flexbox.no-flexboxlegacy.no-flexboxtweener .app-root {
    display: none
}
footer{
    margin-top: 70px;
}
footer a {
    text-decoration: none;
}
#loader-container {
    overflow: hidden;
    pointer-events: none;
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    transform: translateX(-100%);
    will-change: transform
}

#loader-container.loader-show {
    transition: transform .3s ease-in;
    transform: translateX(0)
}

body #loader-container.loader-hide {
    transition: transform .3s ease-out;
    transform: translateX(100%)
}

#loader-container.loader-instant-show {
    transform: translateX(0)
}

@media screen and (min-width: 768px) {
    #loader-container.loader-show {
        transition: transform .4s ease-in
    }

    body #loader-container.loader-hide {
        transition: transform .4s ease-out
    }
}

@media screen and (min-width: 1280px) {
    #loader-container.loader-show {
        transition: transform .5s ease-in
    }

    body #loader-container.loader-hide {
        transition: transform .5s ease-out
    }
}

._3Weki.kSuCZ {
    height: 100%;
    padding: 0
}

._3JYR- {
    flex: 1;
    margin: 0 auto
}

._1piTF {
    width: 100%;
    margin: 0 auto
}

._3Lme7 {
    border: 1px dashed #d94236;
    border-bottom: 0;
    border-radius: 16px 16px 0 0;
    padding: 13px 14px 44px
}

._2O4IT {
    display: flex;
    justify-content: space-between;
    align-items: center
}

._13Y3k {
    width: 144px;
    max-width: 144px;
    flex: 0 0 144px;
    height: 8px;
    background-color: #d94236;
    border-radius: 4px
}

._1fCpz {
    color: #d94236
}

._2ebRb {
    margin-left: auto;
    margin-right: auto;
    margin-top: 38px;
    width: 108px;
    height: 108px
}

.SAsnD {
    border-top: 1px solid #d94236
}

._3ScLm {
    width: 100%;
    color: #333
}

.W7oF- {
    display: inline-block;
    margin-top: 21px
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3JYR- {
        height: calc(100vh - 64px)
    }

    ._1piTF {
        width: 704px
    }

    ._2KU2o {
        padding-left: 115px;
        padding-right: 115px
    }

    .SAsnD {
        padding-top: 14px
    }

    ._3ScLm {
        width: 488px;
        max-width: 488px;
        flex: 0 0 488px
    }
}

@media screen and (min-width: 768px) and (max-width: 1279px) {
    ._3Lme7 {
        padding-bottom: 39px;
        padding-left: 15px;
        padding-right: 15px
    }

    .W7oF- {
        margin-top: 9px
    }
}

@media screen and (min-width: 768px) {
    ._13Y3k {
        width: 240px;
        max-width: 240px;
        flex: 0 0 240px
    }

    .SAsnD {
        display: flex;
        justify-content: space-between
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._3JYR- {
        height: calc(100vh - 96px)
    }

    ._1piTF {
        width: 808px;
        max-width: 808px;
        flex: 0 0 808px
    }

    ._2KU2o {
        padding-left: 168px;
        padding-right: 168px
    }

    .SAsnD {
        padding-top: 14px
    }

    ._3ScLm {
        width: 472px;
        max-width: 472px;
        flex: 0 0 472px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._3JYR- {
        height: calc(100vh - 96px)
    }

    ._1piTF {
        width: 800px;
        max-width: 800px;
        flex: 0 0 800px
    }

    ._2KU2o {
        padding-left: 104px;
        padding-right: 104px
    }

    ._3Lme7 {
        padding: 14px 23px 39px
    }

    .SAsnD {
        padding-top: 11px
    }

    ._3ScLm {
        width: 488px;
        max-width: 488px;
        flex: 0 0 488px
    }

    .W7oF- {
        margin-top: 11px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._3JYR- {
        height: calc(100vh - 96px)
    }

    ._1piTF {
        width: 928px;
        max-width: 928px;
        flex: 0 0 928px
    }

    ._2KU2o {
        padding-left: 96px;
        padding-right: 96px
    }

    .SAsnD {
        padding-top: 19px
    }

    ._3ScLm {
        width: 544px;
        max-width: 544px;
        flex: 0 0 544px
    }
}

@media screen and (min-width: 1600px) {
    ._3Lme7 {
        padding: 24px 38px 57px
    }

    ._2ebRb {
        width: 150px;
        height: 150px;
        margin-top: 57px
    }

    .W7oF- {
        margin-top: 7px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._3JYR- {
        height: calc(100vh - 120px)
    }

    ._1piTF {
        width: 1128px;
        max-width: 1128px;
        flex: 0 0 1128px
    }

    ._2KU2o {
        padding-left: 116px;
        padding-right: 116px
    }

    .SAsnD {
        padding-top: 19px
    }

    ._3ScLm {
        width: 664px;
        max-width: 664px;
        flex: 0 0 664px
    }
}

@media screen and (min-width: 2560px) {
    ._3JYR- {
        height: calc(100vh - 160px)
    }

    ._1piTF {
        width: 1128px;
        max-width: 1128px;
        flex: 0 0 1128px
    }

    ._2KU2o {
        padding-left: 116px;
        padding-right: 116px
    }

    .SAsnD {
        padding-top: 19px
    }

    ._3ScLm {
        width: 664px;
        max-width: 664px;
        flex: 0 0 664px
    }
}

@media screen and (max-width: 767px) {
    ._3JYR- {
        height: calc(100vh - 64px)
    }

    ._2ebRb {
        width: 80px;
        height: 80px;
        margin-top: 28px
    }

    .SAsnD {
        padding-top: 11px
    }
}

.uDuc6 {
    display: flex;
    flex-direction: column;
    position: relative
}

.b7-n1 {
    width: 100%;
    margin: auto 0
}

.m-SjF {
    margin: auto 0 0
}

._3j_4z {
    height: 100%
}

._1_kuV, ._3haPR, ._3myKp, ._17pTo {
    font-family: styrene, sans-serif
}

._1YWeD, .bvQra {
    font-family: sang-bleu, sans-serif
}

._3_DTm {
    font-family: styrene, sans-serif
}

._1fc1O {
    font-family: sang-bleu, sans-serif
}

._136PC, .qKFYt {
    font-family: styrene, sans-serif
}

._3neuU {
    font-family: sang-bleu, sans-serif
}

._2I4_O {
    font-family: styrene, sans-serif
}

._2FvQm {
    display: inline-block;
    position: relative
}

._7u3vF {
    bottom: -11px;
    left: 0;
    position: absolute;
    width: 0;
    height: 10px;
    overflow: hidden;
    transition: width .25s ease-in;
    will-change: width
}

._2Y7rr ._7u3vF {
    transform: rotate(180deg);
    right: 0;
    left: auto
}

.VJ0VQ ._7u3vF {
    width: 120%
}

._3d9T7 {
    width: 100%;
    height: 8px
}

.s4eT8 ._3d9T7 path {
    fill: #fff
}

.TfzmE {
    order: 2;
    margin-left: 12px
}

._2Y7rr .TfzmE {
    order: 1;
    transform: rotate(180deg);
    margin-right: 12px;
    margin-left: 0
}

._1YPLF {
    will-change: transform;
    transition: transform .25s cubic-bezier(0, .55, .45, 1)
}

._1N7hB {
    order: 1
}

._2Y7rr ._1N7hB {
    order: 2
}

._3tqME {
    display: flex;
    align-items: center
}

.qKFYt ._3tqME {
    color: #d94236
}

._1_kuV ._3tqME, .qKFYt ._3tqME {
    font-family: styrene, sans-serif
}

.bvQra ._3tqME {
    font-family: sang-bleu, sans-serif
}

._273vn._2FvQm ._3tqME {
    color: #d94236
}

._2k-cm._2FvQm ._3tqME {
    color: #333
}

.-D9zK._2FvQm ._3tqME {
    color: #fff
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1fc1O, ._3_DTm {
        color: #333;
        line-height: 32px
    }

    ._1fc1O {
        font-weight: 500;
        font-size: 27.6px
    }

    ._136PC {
        font-size: 24.2px;
        line-height: 28px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 18.3px;
        line-height: 24px
    }

    ._3neuU {
        font-size: 18px;
        line-height: 24px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 14.1px;
        line-height: 20px
    }

    .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1fc1O, ._3_DTm {
        color: #333;
        line-height: 32px
    }

    ._1fc1O {
        font-weight: 500;
        font-size: 27.6px
    }

    ._136PC {
        font-size: 24.2px;
        line-height: 28px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 18.3px;
        line-height: 24px
    }

    ._3neuU {
        font-size: 18px;
        line-height: 24px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 14.1px;
        line-height: 20px
    }

    .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }
}

@media screen and (min-width: 1024px) {
    ._2FvQm:hover ._1YPLF {
        transform: translateX(8px)
    }

    ._2FvQm:hover ._7u3vF {
        width: 120%
    }

    ._2FvQm:active ._1YPLF {
        transform: translateX(0)
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._1fc1O, ._3_DTm {
        color: #333;
        line-height: 36px
    }

    ._1fc1O {
        font-weight: 500;
        font-size: 30px
    }

    ._136PC {
        font-size: 26.4px;
        line-height: 32px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 18.3px;
        line-height: 24px
    }

    ._3neuU {
        font-size: 18px;
        line-height: 24px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 14.1px;
        line-height: 20px
    }

    .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1fc1O, ._3_DTm {
        color: #333;
        line-height: 44px
    }

    ._1fc1O {
        font-weight: 500;
        font-size: 38px
    }

    ._136PC {
        font-size: 30.9px;
        line-height: 40px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 21.2px;
        line-height: 28px
    }

    ._3neuU {
        font-size: 21px;
        line-height: 28px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }
}

@media screen and (min-width: 1600px) {
    ._1u2IZ ._7u3vF {
        bottom: -13px
    }

    ._1u2IZ ._3d9T7 {
        height: 12px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1fc1O, ._3_DTm {
        color: #333;
        line-height: 44px
    }

    ._1fc1O {
        font-weight: 500;
        font-size: 38px
    }

    ._136PC {
        font-size: 30.9px;
        line-height: 40px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 21.2px;
        line-height: 28px
    }

    ._3neuU {
        font-size: 21px;
        line-height: 28px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }
}

@media screen and (min-width: 2560px) {
    ._1_kuV {
        font-size: 94.8px;
        line-height: 94px
    }

    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._17pTo {
        font-size: 107.2px;
        line-height: 124px
    }

    ._3myKp {
        font-size: 57.8px;
        line-height: 64px
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haPR {
        font-size: 76px;
        line-height: 80px
    }

    .bvQra {
        font-size: 56px;
        line-height: 64px
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        color: #333
    }

    ._1YWeD {
        font-size: 72px;
        line-height: 80px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1fc1O, ._3_DTm {
        color: #333;
        line-height: 44px
    }

    ._1fc1O {
        font-weight: 500;
        font-size: 38px
    }

    ._136PC {
        font-size: 30.9px;
        line-height: 40px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 21.2px;
        line-height: 28px
    }

    ._3neuU {
        font-size: 21px;
        line-height: 28px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }
}

@media screen and (max-width: 767px) {
    ._1_kuV, ._17pTo {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._3haPR, ._3myKp {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._1YWeD, .bvQra {
        font-weight: 500;
        font-size: 28px
    }

    ._1YWeD, ._3_DTm, .bvQra {
        color: #333;
        line-height: 32px
    }

    ._3_DTm {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._1fc1O {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    ._136PC {
        font-size: 22px;
        line-height: 28px
    }

    ._136PC, .qKFYt {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .qKFYt {
        font-size: 16.2px;
        line-height: 24px
    }

    ._3neuU {
        font-size: 16px;
        line-height: 24px
    }

    ._2I4_O, ._3neuU {
        font-weight: 400;
        color: #333
    }

    ._2I4_O {
        font-size: 12.6px;
        line-height: 16px
    }

    .qKFYt ._3tqME {
        font-size: 16.2px;
        line-height: 24px
    }

    ._1_kuV ._3tqME, .qKFYt ._3tqME {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1_kuV ._3tqME {
        font-size: 38px;
        line-height: 40px
    }

    .bvQra ._3tqME {
        font-weight: 500;
        color: #333;
        font-size: 28px;
        line-height: 32px
    }
}

._1AP6S, ._2BduG, ._3Iwfe, ._3SdK7 {
    font-family: styrene, sans-serif
}

._1C2Wm, ._24LeT {
    font-family: sang-bleu, sans-serif
}

.d8w53 {
    font-family: styrene, sans-serif
}

._38A-Y {
    font-family: sang-bleu, sans-serif
}

._7JzTw, .iNia9 {
    font-family: styrene, sans-serif
}

.qSbl6 {
    font-family: sang-bleu, sans-serif
}

._1LVJy {
    font-family: styrene, sans-serif
}

._3QFTm {
    background-color: #fff;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    overflow: auto
}

.syFU4 {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 100%
}

._3ljWw .syFU4 {
    justify-content: flex-start
}

._3WjUp {
    padding: 0;
    margin: 0 0 19px
}

._3ERbQ {
    display: flex;
    align-items: center;
    transition: opacity .15s
}

._3M_9Z {
    width: 16px;
    height: 16px;
    position: relative;
    left: 5px
}

._3M_9Z path {
    stroke: #333
}

._1PvGn {
    margin-top: 8px;
    list-style: none
}

._1PvGn:first-child {
    margin-top: 0
}

._3ztK7 {
    display: flex;
    border-top: 1px solid #dfdfdf;
    padding: 16px 0 32px
}

._33_RD {
    margin-right: 10px
}

._3QLZz {
    border-top: 1px solid #dfdfdf;
    width: 100%;
    padding: 10px 0 41px
}

._3QFTm ._2uut3 {
    font-family: styrene, sans-serif
}

._1GFuZ {
    margin: 16px -20px 0
}

.jGajW {
    display: flex;
    align-items: center;
    border-bottom: 1px solid #dfdfdf;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    transition: padding .15s, margin .15s
}

._3ljWw .jGajW {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px
}

._1MJe7 {
    display: block;
    width: 100%;
    font-weight: 400;
    color: #333;
    font-size: 26.4px;
    line-height: 32px;
    letter-spacing: -.02em;
    opacity: 0;
    transition: opacity .4s ease-in
}

._1MJe7._2YpuQ {
    opacity: 1
}

._1MJe7._1F6kb {
    opacity: 0;
    transition: none
}

._2mE-X {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    position: relative
}

._2mE-X path {
    stroke: #d94236
}

._3eikl {
    margin-top: 60px
}

._2fewd {
    width: 100%;
    display: flex;
    align-items: center;
    padding: 3px 0 5px;
    opacity: 0;
    transform: translateX(40px);
    transition: opacity .15s ease-in .2s, transform .2s ease-in .2s
}

._2fewd._2RQOP {
    opacity: 1;
    transform: translateX(0)
}

._31YAJ {
    width: 24px;
    height: 24px;
    margin-right: 24px;
    flex-shrink: 0
}

._3ksob {
    width: 100%;
    caret-color: #d94236;
    position: relative;
    top: 2px
}

._3ksob::-moz-placeholder {
    color: #dfdfdf
}

._3ksob::placeholder {
    color: #dfdfdf
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._38A-Y, .d8w53 {
        color: #333;
        line-height: 32px
    }

    ._38A-Y {
        font-weight: 500;
        font-size: 27.6px
    }

    .iNia9 {
        font-size: 24.2px;
        line-height: 28px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 18.3px;
        line-height: 24px
    }

    .qSbl6 {
        font-size: 18px;
        line-height: 24px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 14.1px;
        line-height: 20px
    }

    ._3QFTm {
        padding: 0 32px;
        height: calc(100% - 63px)
    }

    ._3QLZz {
        padding: 13px 0 46px
    }

    ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1GFuZ {
        margin: 16px -32px 0
    }

    .jGajW {
        margin-left: 32px;
        margin-right: 32px;
        padding-bottom: 7px
    }

    ._3ljWw .jGajW {
        padding-left: 32px;
        padding-right: 32px
    }

    ._1MJe7 {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2mE-X {
        width: 32px;
        height: 32px
    }

    ._2fewd {
        padding-bottom: 9px;
        transform: translateX(60px);
        transition: opacity .2s ease-in .1s, transform .2s ease-in .1s
    }

    ._31YAJ {
        width: 32px;
        height: 32px
    }

    ._3ksob {
        margin-bottom: -4px;
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    ._3WjUp {
        margin: 0 0 28px
    }

    ._3M_9Z {
        width: 22px;
        height: 22px;
        left: 3px
    }

    ._1PvGn {
        margin-top: 12px
    }

    ._3ksob {
        top: 0
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._38A-Y, .d8w53 {
        color: #333;
        line-height: 32px
    }

    ._38A-Y {
        font-weight: 500;
        font-size: 27.6px
    }

    .iNia9 {
        font-size: 24.2px;
        line-height: 28px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 18.3px;
        line-height: 24px
    }

    .qSbl6 {
        font-size: 18px;
        line-height: 24px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 14.1px;
        line-height: 20px
    }

    ._3QFTm {
        padding: 0 24px 0 16px;
        height: calc(100% - 95px)
    }

    ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._3ksob {
        margin-bottom: -4px;
        margin-top: 0
    }
}

@media screen and (min-width: 1024px) {
    ._3QFTm {
        width: 50%
    }

    ._3ERbQ:hover {
        opacity: .7
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._38A-Y, .d8w53 {
        color: #333;
        line-height: 36px
    }

    ._38A-Y {
        font-weight: 500;
        font-size: 30px
    }

    .iNia9 {
        font-size: 26.4px;
        line-height: 32px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 18.3px;
        line-height: 24px
    }

    .qSbl6 {
        font-size: 18px;
        line-height: 24px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 14.1px;
        line-height: 20px
    }

    ._3QFTm {
        padding: 0 32px 0 16px;
        height: calc(100% - 95px)
    }

    ._1PvGn {
        margin-top: 8px
    }

    ._3ztK7 {
        padding: 24px 0 48px
    }

    ._33_RD {
        margin-right: 8px
    }

    ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._3ksob {
        margin-bottom: -1px;
        margin-top: -4px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._38A-Y, .d8w53 {
        color: #333;
        line-height: 44px
    }

    ._38A-Y {
        font-weight: 500;
        font-size: 38px
    }

    .iNia9 {
        font-size: 30.9px;
        line-height: 40px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 21.2px;
        line-height: 28px
    }

    .qSbl6 {
        font-size: 21px;
        line-height: 28px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._3QFTm {
        padding: 0 48px;
        height: calc(100% - 95px)
    }

    ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    ._3ksob {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (min-width: 1600px) {
    ._3WjUp {
        margin: 0 0 41px
    }

    ._3M_9Z {
        width: 32px;
        height: 32px;
        top: -3px;
        left: 5px
    }

    ._1PvGn {
        margin-top: 12px
    }

    ._3ztK7 {
        padding: 32px 0 64px
    }

    ._33_RD {
        margin-right: 9px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._38A-Y, .d8w53 {
        color: #333;
        line-height: 44px
    }

    ._38A-Y {
        font-weight: 500;
        font-size: 38px
    }

    .iNia9 {
        font-size: 30.9px;
        line-height: 40px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 21.2px;
        line-height: 28px
    }

    .qSbl6 {
        font-size: 21px;
        line-height: 28px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._3QFTm {
        padding: 0 48px;
        height: calc(100% - 119px)
    }

    ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    ._3ksob {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (min-width: 2560px) {
    ._3Iwfe {
        font-size: 94.8px;
        line-height: 94px
    }

    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._1AP6S {
        font-size: 107.2px;
        line-height: 124px
    }

    ._3SdK7 {
        font-size: 57.8px;
        line-height: 64px
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2BduG {
        font-size: 76px;
        line-height: 80px
    }

    ._1C2Wm {
        font-size: 56px;
        line-height: 64px
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        color: #333
    }

    ._24LeT {
        font-size: 72px;
        line-height: 80px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._38A-Y, .d8w53 {
        color: #333;
        line-height: 44px
    }

    ._38A-Y {
        font-weight: 500;
        font-size: 38px
    }

    .iNia9 {
        font-size: 30.9px;
        line-height: 40px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 21.2px;
        line-height: 28px
    }

    .qSbl6 {
        font-size: 21px;
        line-height: 28px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._3QFTm {
        padding: 0 96px 0 64px;
        height: calc(100% - 159px)
    }

    ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }

    ._3ksob {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (max-width: 767px) {
    ._1AP6S, ._3Iwfe {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._2BduG, ._3SdK7 {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._1C2Wm, ._24LeT {
        font-weight: 500;
        font-size: 28px
    }

    ._1C2Wm, ._24LeT, .d8w53 {
        color: #333;
        line-height: 32px
    }

    .d8w53 {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._38A-Y {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    .iNia9 {
        font-size: 22px;
        line-height: 28px
    }

    ._7JzTw, .iNia9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._7JzTw {
        font-size: 16.2px;
        line-height: 24px
    }

    .qSbl6 {
        font-size: 16px;
        line-height: 24px
    }

    ._1LVJy, .qSbl6 {
        font-weight: 400;
        color: #333
    }

    ._1LVJy {
        font-size: 12.6px;
        line-height: 16px
    }

    ._3QFTm {
        padding: 0 20px;
        height: calc(100% - 63px)
    }

    ._3ERbQ, ._3QFTm ._2uut3 {
        font-weight: 400;
        color: #333;
        font-size: 16.2px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._3ksob {
        margin-bottom: -4px;
        margin-top: -4px
    }
}

._3E2Dm, ._3LuYP, .HY4a9, .ok8Pk {
    font-family: styrene, sans-serif
}

._2RIGd, ._3Mwev {
    font-family: sang-bleu, sans-serif
}

._20OVv {
    font-family: styrene, sans-serif
}

._1t_Nw {
    font-family: sang-bleu, sans-serif
}

._1MifT, ._2vqma {
    font-family: styrene, sans-serif
}

._2QSzC {
    font-family: sang-bleu, sans-serif
}

._3QcT_ {
    font-family: styrene, sans-serif
}

._24OiA li {
    list-style: none
}

._18pEE {
    margin: 0;
    padding: 0
}

.LHTWR, .q2QWT {
    margin: 0;
    padding: 10px 0 30px
}

._2K4bg .LHTWR {
    padding-bottom: 0
}

._1Pwtz .q2QWT {
    padding-top: 0
}

._2c4Fc {
    transition: color .15s
}

._1upE9 ._2c4Fc {
    color: #d94236
}

.I05qF {
    transition: color .15s
}

._1xKn_ {
    border-bottom: 1px solid #dfdfdf;
    padding: 13px 0 10px
}

._24p73 {
    padding: 4px 0
}

._1oxaU {
    position: relative
}

._2lHNC {
    width: 24px;
    height: 24px;
    top: calc(50% - 1px);
    right: 0;
    position: absolute;
    transform: translateY(-50%);
    cursor: pointer;
    transition: transform .25s ease-in
}

._2lHNC span {
    display: block;
    background: #d94236;
    position: absolute;
    transition: all .1s cubic-bezier(.33, 1, .68, 1)
}

._2lHNC span:first-child {
    width: calc(50% - 1px);
    height: 2px;
    left: 1px;
    top: calc(50% - 1px)
}

._2lHNC span:nth-child(2) {
    top: 1px
}

._2lHNC span:nth-child(2), ._2lHNC span:nth-child(3) {
    width: 2px;
    height: calc(50% - 1px);
    left: calc(50% - 1px)
}

._2lHNC span:nth-child(3) {
    top: 50%
}

._2lHNC span:nth-child(4) {
    width: calc(50% - 1px);
    height: 2px;
    left: 50%;
    top: calc(50% - 1px)
}

._2lHNC._3ubQs {
    transform: translateY(-50%) rotate(180deg)
}

._2lHNC._3ubQs span:nth-child(2), ._2lHNC._3ubQs span:nth-child(3) {
    opacity: 0
}

._2lHNC._1YZGN {
    transform: translateY(-50%) rotate(0)
}

._2lHNC._1YZGN span:nth-child(2) {
    transform: rotate(-45deg);
    width: 2px;
    height: calc(50% + 4px);
    top: -2px;
    left: calc(50% + 3px)
}

._2lHNC._1YZGN span:nth-child(3) {
    transform: rotate(45deg);
    width: 2px;
    height: calc(50% + 4px);
    top: calc(50% - 2px);
    left: calc(50% + 3px)
}

._2lHNC._1YZGN._3ubQs {
    transition: opacity .15s cubic-bezier(.33, 1, .68, 1)
}

._2lHNC._1YZGN._3ubQs span:nth-child(2), ._2lHNC._1YZGN._3ubQs span:nth-child(3) {
    opacity: 1
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1t_Nw, ._20OVv {
        color: #333;
        line-height: 32px
    }

    ._1t_Nw {
        font-weight: 500;
        font-size: 27.6px
    }

    ._1MifT {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 18.3px;
        line-height: 24px
    }

    ._2QSzC {
        font-size: 18px;
        line-height: 24px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .LHTWR, .q2QWT {
        padding: 20px 0 46px
    }

    ._1xKn_ {
        padding: 12px 0 7px
    }

    ._24p73 {
        padding: 6px 0
    }

    ._2lHNC {
        width: 32px;
        height: 32px;
        top: calc(50% - 2px)
    }

    ._2lHNC._1YZGN span:nth-child(2) {
        left: calc(50% + 6px);
        top: -1px
    }

    ._2lHNC._1YZGN span:nth-child(3) {
        left: calc(50% + 6px)
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1t_Nw, ._20OVv {
        color: #333;
        line-height: 32px
    }

    ._1t_Nw {
        font-weight: 500;
        font-size: 27.6px
    }

    ._1MifT {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 18.3px;
        line-height: 24px
    }

    ._2QSzC {
        font-size: 18px;
        line-height: 24px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (min-width: 1024px) {
    ._24OiA {
        border-top: none;
        margin-top: 1px
    }

    ._2c4Fc:hover, .I05qF:hover {
        color: #d94236
    }

    ._2lHNC:hover:not(._3ubQs):not(._1zkmy) span:first-child {
        transform: rotate(45deg);
        width: calc(50% + 4px);
        height: 2px;
        top: calc(50% + 6px);
        left: -1px
    }

    ._2lHNC:hover:not(._3ubQs):not(._1zkmy) span:nth-child(4) {
        transform: rotate(-45deg);
        width: calc(50% + 4px);
        height: 2px;
        top: calc(50% + 6px);
        left: calc(50% - 3px)
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._1t_Nw, ._20OVv {
        color: #333;
        line-height: 36px
    }

    ._1t_Nw {
        font-weight: 500;
        font-size: 30px
    }

    ._1MifT {
        font-size: 26.4px;
        line-height: 32px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 18.3px;
        line-height: 24px
    }

    ._2QSzC {
        font-size: 18px;
        line-height: 24px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1xKn_ {
        padding: 7px 0
    }

    ._24p73 {
        padding: 4px 0
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1t_Nw, ._20OVv {
        color: #333;
        line-height: 44px
    }

    ._1t_Nw {
        font-weight: 500;
        font-size: 38px
    }

    ._1MifT {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 21.2px;
        line-height: 28px
    }

    ._2QSzC {
        font-size: 21px;
        line-height: 28px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 1600px) {
    .LHTWR, .q2QWT {
        padding: 38px 0 63px
    }

    ._1xKn_ {
        padding: 15px 0
    }

    ._24p73 {
        padding: 8px 0
    }

    ._2lHNC {
        width: 64px;
        height: 64px;
        top: 50%
    }

    ._2lHNC span:first-child {
        width: calc(50% - 3px);
        height: 3px;
        left: 3px
    }

    ._2lHNC span:nth-child(2) {
        top: 3px
    }

    ._2lHNC span:nth-child(2), ._2lHNC span:nth-child(3) {
        width: 3px;
        height: calc(50% - 3px);
        left: calc(50% - 1.5px)
    }

    ._2lHNC span:nth-child(4) {
        width: calc(50% - 3px);
        height: 3px;
        left: 50%
    }

    ._2lHNC._1YZGN span:nth-child(2) {
        top: 0;
        width: 3px;
        height: calc(50% + 6px);
        left: calc(50% + 13px)
    }

    ._2lHNC._1YZGN span:nth-child(3) {
        width: 3px;
        height: calc(50% + 6px);
        left: calc(50% + 13.5px);
        top: calc(50% - 6px)
    }

    ._2lHNC._1YZGN._3ubQs span:first-child {
        top: calc(50% - 2.5px)
    }

    ._2lHNC._1YZGN._3ubQs span:nth-child(2) {
        left: calc(50% + 13.5px)
    }

    ._2lHNC._1YZGN._3ubQs span:nth-child(3) {
        left: calc(50% + 13px)
    }

    ._2lHNC._1YZGN._3ubQs span:nth-child(4) {
        top: calc(50% - 2.5px)
    }

    ._2lHNC:hover:not(._3ubQs):not(._1zkmy) span:first-child {
        left: 0;
        top: calc(50% + 13px);
        width: calc(50% + 6px);
        height: 3px
    }

    ._2lHNC:hover:not(._3ubQs):not(._1zkmy) span:nth-child(4) {
        top: calc(50% + 13px);
        width: calc(50% + 6px);
        height: 3px;
        left: calc(50% - 5px)
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1t_Nw, ._20OVv {
        color: #333;
        line-height: 44px
    }

    ._1t_Nw {
        font-weight: 500;
        font-size: 38px
    }

    ._1MifT {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 21.2px;
        line-height: 28px
    }

    ._2QSzC {
        font-size: 21px;
        line-height: 28px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 2560px) {
    .HY4a9 {
        font-size: 94.8px;
        line-height: 94px
    }

    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._3LuYP {
        font-size: 107.2px;
        line-height: 124px
    }

    ._3E2Dm {
        font-size: 57.8px;
        line-height: 64px
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .ok8Pk {
        font-size: 76px;
        line-height: 80px
    }

    ._2RIGd {
        font-size: 56px;
        line-height: 64px
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        color: #333
    }

    ._3Mwev {
        font-size: 72px;
        line-height: 80px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1t_Nw, ._20OVv {
        color: #333;
        line-height: 44px
    }

    ._1t_Nw {
        font-weight: 500;
        font-size: 38px
    }

    ._1MifT {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 21.2px;
        line-height: 28px
    }

    ._2QSzC {
        font-size: 21px;
        line-height: 28px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 767px) {
    ._3LuYP, .HY4a9 {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._3E2Dm, .ok8Pk {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._2RIGd, ._3Mwev {
        font-weight: 500;
        font-size: 28px
    }

    ._2RIGd, ._3Mwev, ._20OVv {
        color: #333;
        line-height: 32px
    }

    ._20OVv {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._1t_Nw {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    ._1MifT {
        font-size: 22px;
        line-height: 28px
    }

    ._1MifT, ._2vqma {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2vqma {
        font-size: 16.2px;
        line-height: 24px
    }

    ._2QSzC {
        font-size: 16px;
        line-height: 24px
    }

    ._2QSzC, ._3QcT_ {
        font-weight: 400;
        color: #333
    }

    ._3QcT_ {
        font-size: 12.6px;
        line-height: 16px
    }

    ._2c4Fc {
        font-size: 26.4px;
        line-height: 32px;
        padding-right: 24px
    }

    ._2c4Fc, .I05qF {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .I05qF {
        font-size: 16.2px;
        line-height: 24px
    }
}

._1Fjlu {
    overflow: hidden;
    transition: height .3s ease;
    will-change: height
}

.UWdev {
    cursor: pointer;
    display: flex;
    align-items: center;
    border-radius: 28px;
    padding: 7px;
    transition: color .15s, background-color .15s, border-color .15s
}

.UWdev._2qCXY {
    padding: 7px 21px 7px 19px
}

.UWdev._6yqi4 {
    border: 1px solid #fff;
    color: #fff
}

.UWdev._6yqi4:hover {
    background: #fff;
    color: #d94236
}

.UWdev._6yqi4:hover .h0QoO path {
    fill: #d94236;
    stroke: #fff
}

.UWdev._6yqi4:hover ._1gN4F path {
    fill: #d94236
}

.UWdev._3j2fz {
    border: 1px solid #dfdfdf
}

.UWdev._3j2fz ._1gN4F path {
    fill: grey
}

.UWdev._3j2fz:hover {
    border: 1px solid #d94236;
    color: #d94236
}

.UWdev._3j2fz:hover ._1gN4F path {
    fill: #d94236
}

._1gN4F path {
    transition: fill .15s, stroke .15s
}

._6GnTs {
    position: relative;
    top: 1px;
    margin-left: 8px
}

@media screen and (min-width: 1280px) {
    .UWdev {
        padding: 15px
    }

    .UWdev._2qCXY {
        padding: 15px 21px 15px 19px
    }
}

@media screen and (min-width: 1600px) {
    .UWdev {
        border-radius: 32px;
        padding: 19px
    }

    .UWdev._2qCXY {
        padding: 17px 26px 17px 22px
    }

    .UWdev._2qCXY ._1gN4F {
        width: 28px;
        height: 28px
    }
}

._3pzNg {
    transition: opacity .15s;
    color: #333;
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -.02em;
    position: relative;
    top: 1px
}

._3pzNg._1owEI {
    margin-right: 25px
}

@media screen and (min-width: 1024px) {
    ._3pzNg:hover {
        opacity: .7
    }
}

@media screen and (min-width: 1600px) {
    ._3pzNg._1owEI {
        margin-right: 42px
    }
}

@media screen and (min-width: 2560px) {
    ._3pzNg {
        font-size: 26.4px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._3pzNg._1owEI {
        margin-right: 50px
    }
}

._1cw2U {
    position: relative;
    z-index: 1
}

._2ZHVi {
    transition: opacity .3s
}

._1GhlB._2ZHVi {
    opacity: 0;
    transition: none
}

._1NU9T ._2ZHVi {
    height: 0;
    overflow: hidden
}

.njsWL {
    transition: height .3s;
    top: 0;
    left: 0;
    position: absolute;
    width: 100%;
    background: #fff
}

._3Vbqh {
    padding: 14px 0;
    transition: color .15s;
    cursor: pointer
}

._3Vbqh:first-child {
    padding-top: 32px
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .njsWL {
        width: 100vw;
        margin-left: calc(50% - 50vw)
    }

    ._3Vbqh {
        margin-bottom: -4px;
        margin-top: 0
    }
}

@media screen and (min-width: 768px) {
    .njsWL {
        box-shadow: 0 10px 20px -10px rgba(0, 0, 0, .2)
    }

    ._3Vbqh {
        padding: 26px 0 19px
    }

    ._3Vbqh:not(:last-child) {
        border-bottom: 1px solid #dfdfdf
    }

    ._3Vbqh:first-child {
        padding-left: 0;
        padding-right: 0;
        padding-top: 26px
    }

    ._3Vbqh:last-child {
        padding-bottom: 28px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (min-width: 1024px) {
    .njsWL {
        border-top: 1px solid #dfdfdf
    }

    ._1NU9T.njsWL {
        border-top: none
    }

    ._3Vbqh:hover {
        color: #d94236
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._3Vbqh {
        margin-bottom: -4px;
        margin-top: 0
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._3Vbqh {
        margin-bottom: -1px;
        margin-top: -4px
    }
}

@media screen and (min-width: 1600px) {
    ._3Vbqh {
        padding: 32px 0 21px
    }

    ._3Vbqh:first-child {
        padding-left: 0;
        padding-right: 0;
        padding-top: 32px
    }

    ._3Vbqh:last-child {
        padding-bottom: 48px;
        padding-left: 0;
        padding-right: 0
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._3Vbqh {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._3Vbqh {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (min-width: 2560px) {
    ._3Vbqh {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (max-width: 767px) {
    ._2ZHVi {
        height: calc(100vh - 123px)
    }

    ._1NU9T.njsWL {
        height: 0 !important
    }

    ._3Vbqh {
        margin-bottom: -4px;
        margin-top: -4px
    }
}

._1NEnA {
    background: #fff;
    padding-bottom: 64px
}

.sNtsP {
    padding-left: 0;
    padding-right: 0
}

._3kDPa .sNtsP {
    flex-grow: 1;
    align-items: center;
    display: flex;
    justify-content: center
}

._3sns5 {
    color: grey;
    margin-top: 16px;
    display: inline-block
}

.n7H3x {
    padding: 16px 0
}

.SdF9R {
    display: flex
}

._3GNHi {
    margin-right: 65px
}

.Rlg-O {
    color: grey
}

._25gYh, .Rlg-O {
    margin-right: 24px
}

._1ya2i {
    text-transform: lowercase;
    display: inline-block;
    cursor: pointer;
    transition: color .15s
}

._1ya2i._1KFhf {
    color: #d94236;
    cursor: auto
}

._1ceLu, ._3o-XN {
    display: flex
}

._1ceLu {
    justify-content: center;
    margin-top: 48px
}

._2z0XT, .vV07y {
    color: grey;
    text-align: center
}

._3kDPa {
    display: flex;
    flex-direction: column
}

.xAvRc {
    transform: translateY(-25%)
}

@media screen and (min-width: 768px) {
    ._1NEnA {
        padding-bottom: 96px
    }

    ._3sns5 {
        margin-top: 0
    }

    .n7H3x {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 24px 0
    }

    ._3GNHi {
        margin-right: 0
    }

    ._1ceLu {
        margin-top: 64px
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3o-XN {
        width: 184px
    }

    ._3ZFdt {
        width: 336px;
        max-width: 336px;
        flex: 0 0 336px
    }

    ._2z0XT {
        margin-top: -3px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -9px
    }

    .vV07y {
        margin-top: 29px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._1NEnA {
        min-height: calc(100vh - 96px)
    }

    ._3o-XN {
        width: 336px
    }

    ._3ZFdt {
        width: 304px;
        max-width: 304px;
        flex: 0 0 304px
    }

    ._2z0XT {
        margin-top: -3px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -9px
    }

    .vV07y {
        margin-top: 29px
    }
}

@media screen and (min-width: 1024px) {
    .sNtsP {
        border-top: 1px solid #dfdfdf
    }

    .n7H3x {
        padding: 30px 0;
        padding: 48px 0
    }

    ._25gYh, .Rlg-O {
        margin-right: 32px
    }

    ._1ya2i:hover {
        color: #d94236
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._1NEnA {
        min-height: calc(100vh - 96px)
    }

    ._3o-XN {
        width: 416px
    }

    ._3ZFdt {
        width: 384px;
        max-width: 384px;
        flex: 0 0 384px
    }

    ._2z0XT {
        margin-top: -2px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -10px
    }

    .vV07y {
        margin-top: 30px
    }
}

@media screen and (min-width: 1600px) {
    ._1NEnA {
        padding-bottom: 128px
    }

    ._25gYh, .Rlg-O {
        margin-right: 48px
    }

    ._1ceLu {
        margin-top: 96px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._1NEnA {
        min-height: calc(100vh - 96px)
    }

    ._3o-XN {
        width: 384px
    }

    ._3ZFdt {
        width: 352px;
        max-width: 352px;
        flex: 0 0 352px
    }

    ._2z0XT {
        margin-top: -4px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -12px
    }

    .vV07y {
        margin-top: 44px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._1NEnA {
        min-height: calc(100vh - 120px)
    }

    ._3o-XN {
        width: 464px
    }

    ._3ZFdt {
        width: 432px;
        max-width: 432px;
        flex: 0 0 432px
    }

    ._2z0XT {
        margin-top: -4px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -12px
    }

    .vV07y {
        margin-top: 44px
    }
}

@media screen and (min-width: 2560px) {
    ._1NEnA {
        min-height: calc(100vh - 160px)
    }

    ._3o-XN {
        width: calc(50vw - 544px)
    }

    ._3ZFdt {
        width: 432px;
        max-width: 432px;
        flex: 0 0 432px
    }

    ._2z0XT {
        margin-top: -4px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -12px
    }

    .vV07y {
        margin-top: 44px
    }
}

@media screen and (max-width: 767px) {
    ._2z0XT {
        margin-top: -3px
    }

    ._2z0XT, .vV07y {
        margin-bottom: -9px
    }

    .vV07y {
        margin-top: 29px
    }
}

._1jX5h, ._2BrjQ, ._2btih, ._3KLj7 {
    font-family: styrene, sans-serif
}

._1KvYo, .VcJDr {
    font-family: sang-bleu, sans-serif
}

._3-4XC {
    font-family: styrene, sans-serif
}

._3__DM {
    font-family: sang-bleu, sans-serif
}

._1kvVd, .XPD2t {
    font-family: styrene, sans-serif
}

.MGscq {
    font-family: sang-bleu, sans-serif
}

.cmwXf {
    font-family: styrene, sans-serif
}

._1gv4i {
    position: relative;
    display: inline-block
}

._1gv4i ._1_twQ {
    position: absolute;
    transform: translateY(-50%);
    right: 0;
    top: calc(50% - 2px)
}

div._5Ws4 {
    cursor: pointer;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: flex;
    align-items: center;
    height: 100%;
    outline: none;
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    position: relative;
    color: #d94236
}

div._5Ws4:before {
    content: "";
    top: 0;
    right: 0;
    position: absolute;
    width: 23px;
    height: 100%;
    background: #fff
}

.l928l {
    transition: height .2s;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    z-index: 10;
    box-shadow: 3px 3px 19px rgba(0, 0, 0, .1);
    width: 160px
}

._9J9bh {
    cursor: pointer;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    overflow: auto;
    max-height: 285px
}

._15v1p {
    touch-action: manipulation;
    -ms-touch-action: manipulation;
    display: flex;
    align-items: center;
    position: relative;
    padding: 6px 16px;
    transition: color .15s, background-color .15s;
    outline: none
}

._1dJ4E._15v1p {
    color: #d94236
}

._15v1p:first-child {
    padding-top: 14px
}

._15v1p:last-child {
    padding-bottom: 16px
}

.s-2Ze {
    display: inline-block;
    padding-right: 23px
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._3-4XC, ._3__DM {
        color: #333;
        line-height: 32px
    }

    ._3__DM {
        font-weight: 500;
        font-size: 27.6px
    }

    .XPD2t {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 18.3px;
        line-height: 24px
    }

    .MGscq {
        font-size: 18px;
        line-height: 24px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (min-width: 768px) {
    .l928l {
        width: 176px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._3-4XC, ._3__DM {
        color: #333;
        line-height: 32px
    }

    ._3__DM {
        font-weight: 500;
        font-size: 27.6px
    }

    .XPD2t {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 18.3px;
        line-height: 24px
    }

    .MGscq {
        font-size: 18px;
        line-height: 24px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (min-width: 1024px) {
    ._15v1p:hover {
        background: #faf2f0
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._3-4XC, ._3__DM {
        color: #333;
        line-height: 36px
    }

    ._3__DM {
        font-weight: 500;
        font-size: 30px
    }

    .XPD2t {
        font-size: 26.4px;
        line-height: 32px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 18.3px;
        line-height: 24px
    }

    .MGscq {
        font-size: 18px;
        line-height: 24px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 14.1px;
        line-height: 20px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._3-4XC, ._3__DM {
        color: #333;
        line-height: 44px
    }

    ._3__DM {
        font-weight: 500;
        font-size: 38px
    }

    .XPD2t {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 21.2px;
        line-height: 28px
    }

    .MGscq {
        font-size: 21px;
        line-height: 28px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 1600px) {
    div._5Ws4:before {
        width: 31px
    }

    .l928l {
        width: 248px;
        top: calc(100% + 21px)
    }

    ._15v1p {
        padding: 8px 24px
    }

    ._15v1p:first-child {
        padding-top: 23px
    }

    .s-2Ze {
        padding-right: 31px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._3-4XC, ._3__DM {
        color: #333;
        line-height: 44px
    }

    ._3__DM {
        font-weight: 500;
        font-size: 38px
    }

    .XPD2t {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 21.2px;
        line-height: 28px
    }

    .MGscq {
        font-size: 21px;
        line-height: 28px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 2560px) {
    ._1jX5h {
        font-size: 94.8px;
        line-height: 94px
    }

    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._2btih {
        font-size: 107.2px;
        line-height: 124px
    }

    ._2BrjQ {
        font-size: 57.8px;
        line-height: 64px
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3KLj7 {
        font-size: 76px;
        line-height: 80px
    }

    .VcJDr {
        font-size: 56px;
        line-height: 64px
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        color: #333
    }

    ._1KvYo {
        font-size: 72px;
        line-height: 80px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._3-4XC, ._3__DM {
        color: #333;
        line-height: 44px
    }

    ._3__DM {
        font-weight: 500;
        font-size: 38px
    }

    .XPD2t {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 21.2px;
        line-height: 28px
    }

    .MGscq {
        font-size: 21px;
        line-height: 28px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 767px) {
    ._1jX5h, ._2btih {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._2BrjQ, ._3KLj7 {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._1KvYo, .VcJDr {
        font-weight: 500;
        font-size: 28px
    }

    ._1KvYo, ._3-4XC, .VcJDr {
        color: #333;
        line-height: 32px
    }

    ._3-4XC {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._3__DM {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    .XPD2t {
        font-size: 22px;
        line-height: 28px
    }

    ._1kvVd, .XPD2t {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1kvVd {
        font-size: 16.2px;
        line-height: 24px
    }

    .MGscq {
        font-size: 16px;
        line-height: 24px
    }

    .cmwXf, .MGscq {
        font-weight: 400;
        color: #333
    }

    .cmwXf {
        font-size: 12.6px;
        line-height: 16px
    }
}

._3l4Ib {
    width: 20px;
    height: 20px;
    top: 50%;
    right: 0;
    position: absolute;
    transform: translateY(-50%)
}

._1FQMl._3l4Ib {
    width: 16px;
    height: 16px
}

._3l4Ib span {
    display: block;
    background: #333;
    transition: transform .2s;
    position: absolute;
    width: 12px;
    height: 2px;
    top: 8.5px
}

._1FQMl._3l4Ib span {
    width: 10px;
    height: 2px;
    top: 8.5px
}

._3l4Ib span:first-child {
    right: 0;
    transform: rotate(-45deg)
}

._1UGjX._3l4Ib span:first-child {
    transform: rotate(-135deg)
}

._3l4Ib span:last-child {
    left: 0;
    transform: rotate(45deg)
}

._1UGjX._3l4Ib span:last-child {
    transform: rotate(135deg)
}

._24y-d._3l4Ib span {
    background: #d94236
}

@media screen and (min-width: 768px) {
    ._3l4Ib {
        width: 24px;
        height: 24px
    }

    ._3l4Ib span {
        width: 15px;
        height: 2px;
        top: 11.5px
    }
}

@media screen and (min-width: 1600px) {
    ._3l4Ib {
        width: 32px;
        height: 32px
    }

    ._3l4Ib span {
        width: 19px;
        height: 2px;
        top: 15.5px
    }
}

._2tdxr {
    border-top: 1px solid #dfdfdf;
    display: flex;
    padding: 16px 0
}

._1N8Nk {
    transition: color .15s
}

._1N8Nk i {
    font-style: normal;
    display: inline-block;
    background: rgba(217, 66, 54, .2);
    padding: 0 2.6px;
    margin: 0 -2.6px
}

._3tDu1 {
    color: #d94236;
    display: block
}

._2InoN {
    color: grey;
    display: block
}

@media screen and (min-width: 768px) {
    ._2tdxr {
        padding: 16px 0 48px
    }

    ._1N8Nk i {
        padding: 0 3px;
        margin: 0 -3px
    }

    ._2InoN:not(:first-child) {
        padding-top: 16px
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._2F9kx {
        margin-right: 32px;
        width: 152px;
        max-width: 152px;
        flex: 0 0 152px
    }

    ._1N8Nk {
        margin-top: 0;
        margin-bottom: -4px
    }

    ._2InoN, ._3tDu1 {
        margin-top: -2px;
        margin-bottom: -2px
    }
}

@media screen and (min-width: 1024px) {
    ._2tdxr:hover ._1N8Nk {
        color: #d94236
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._2F9kx {
        margin-right: 32px;
        width: 304px;
        max-width: 304px;
        flex: 0 0 304px
    }

    ._1N8Nk {
        margin-top: 0;
        margin-bottom: -4px
    }

    ._2InoN, ._3tDu1 {
        margin-top: -2px;
        margin-bottom: -2px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._2F9kx {
        margin-right: 32px;
        width: 384px;
        max-width: 384px;
        flex: 0 0 384px
    }

    ._1N8Nk {
        margin-top: -4px;
        margin-bottom: -1px
    }

    ._1N8Nk i {
        padding: 0 3.2px;
        margin: 0 -3.2px
    }

    ._2InoN, ._3tDu1 {
        margin-top: -2px;
        margin-bottom: -2px
    }
}

@media screen and (min-width: 1600px) {
    ._2tdxr {
        padding: 24px 0 64px
    }

    ._1N8Nk i {
        padding: 0 3.5px;
        margin: 0 -3.5px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._2F9kx {
        margin-right: 32px;
        width: 352px;
        max-width: 352px;
        flex: 0 0 352px
    }

    ._1N8Nk {
        margin-top: -4px;
        margin-bottom: -8px
    }

    ._2InoN, ._3tDu1 {
        margin-top: -1px;
        margin-bottom: -3px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._2F9kx {
        margin-right: 32px;
        width: 432px;
        max-width: 432px;
        flex: 0 0 432px
    }

    ._1N8Nk {
        margin-top: -4px;
        margin-bottom: -8px
    }

    ._2InoN, ._3tDu1 {
        margin-top: -1px;
        margin-bottom: -3px
    }
}

@media screen and (min-width: 2560px) {
    ._2F9kx {
        margin-right: 32px;
        width: calc(50vw - 576px);
        max-width: calc(50vw - 576px);
        flex: 0 0 calc(50vw - 576px)
    }

    ._1N8Nk {
        margin-top: -4px;
        margin-bottom: -8px
    }

    ._2InoN, ._3tDu1 {
        margin-top: -3px;
        margin-bottom: -1px
    }
}

@media screen and (max-width: 767px) {
    ._2tdxr {
        flex-direction: column
    }

    ._2F9kx {
        order: 2;
        padding-top: 24px;
        display: flex;
        justify-content: space-between
    }

    ._1N8Nk {
        order: 1;
        margin-top: -4px;
        margin-bottom: -4px
    }

    ._2InoN, ._3tDu1 {
        margin-top: 0;
        margin-bottom: -1px
    }
}

._1QS0S {
    background-color: #fff;
    height: 100%;
    top: 0;
    right: 0;
    position: absolute;
    overflow: auto
}

.itc6M {
    min-height: 100%
}

._2rsgk {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #dfdfdf;
    padding: 20px 0;
    align-items: center
}

.ySuMQ {
    margin-right: 48px
}

.SFeuN {
    cursor: pointer
}

._3BlQw {
    transition: opacity .15s
}

._1GeV2 {
    margin-top: 24px
}

._2KQyh, ._3Zkhr {
    margin-bottom: 24px
}

._26aQe {
    color: #d94236
}

._2PAbL {
    margin-top: 48px
}

._2M04r {
    color: grey
}

.wgHJq {
    cursor: pointer
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._1QS0S {
        padding: 0 32px;
        width: 100%
    }

    .ySuMQ {
        margin-bottom: -9px;
        margin-top: -3px
    }

    ._1GeV2 {
        margin-right: 184px
    }

    ._26aQe {
        margin-top: 23px
    }

    ._2M04r {
        margin-top: -1px;
        margin-bottom: 28px
    }
}

@media screen and (min-width: 768px) {
    ._1GeV2 {
        margin-top: 32px
    }

    ._2KQyh, ._3Zkhr {
        margin-bottom: 32px
    }

    ._1QS0S ._2bKLm {
        width: 304px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._1QS0S {
        padding: 0 24px;
        width: calc(50% + 92px)
    }

    .ySuMQ {
        margin-bottom: -9px;
        margin-top: -3px
    }

    ._26aQe {
        margin-top: 23px
    }

    ._2M04r {
        margin-top: -1px;
        margin-bottom: 28px
    }
}

@media screen and (min-width: 1024px) {
    ._2rsgk {
        padding: 36px 0
    }

    ._3BlQw:hover {
        opacity: .7
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._1QS0S {
        padding: 0 32px;
        width: 50%
    }

    .ySuMQ {
        margin-bottom: -10px;
        margin-top: -2px
    }

    ._26aQe {
        margin-top: 23px
    }

    ._2M04r {
        margin-top: -1px;
        margin-bottom: 28px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._1QS0S {
        padding: 0 48px;
        width: calc(50% - 160px)
    }

    .ySuMQ {
        margin-bottom: -12px;
        margin-top: -4px
    }

    ._26aQe {
        margin-top: 28px
    }

    ._2M04r {
        margin-top: -4px;
        margin-bottom: 24px
    }
}

@media screen and (min-width: 1600px) {
    ._2rsgk {
        padding: 45px 0
    }

    ._1GeV2 {
        margin-top: 48px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._1QS0S {
        padding: 0 48px;
        width: calc(50% - 200px)
    }

    .ySuMQ {
        margin-bottom: -12px;
        margin-top: -4px
    }

    ._26aQe {
        margin-top: 28px
    }

    ._2M04r {
        margin-top: -4px;
        margin-bottom: 24px
    }
}

@media screen and (min-width: 2560px) {
    ._1QS0S {
        padding: 0 64px;
        width: calc(50% - 488px)
    }

    ._2rsgk {
        padding: 69px 0
    }

    .ySuMQ {
        margin-bottom: -12px;
        margin-top: -4px
    }

    ._1GeV2 {
        margin-top: 64px
    }

    ._26aQe {
        margin-top: 28px
    }

    ._2PAbL {
        margin-top: 64px
    }

    ._2M04r {
        margin-top: -4px;
        margin-bottom: 24px
    }
}

@media screen and (max-width: 767px) {
    ._1QS0S {
        padding: 0 20px;
        width: 100%
    }

    .ySuMQ {
        margin-bottom: -9px;
        margin-top: -3px
    }

    ._26aQe {
        margin-top: 20px
    }

    ._2M04r {
        margin-top: -4px;
        margin-bottom: 24px
    }
}

._3Eu-H, .FABXJ, .iBJI3, .ViPwu {
    font-family: styrene, sans-serif
}

._2V4fs, ._3w3up {
    font-family: sang-bleu, sans-serif
}

._2bhzl {
    font-family: styrene, sans-serif
}

.RTcgh {
    font-family: sang-bleu, sans-serif
}

._3jisd, ._1508Q {
    font-family: styrene, sans-serif
}

.otZ96 {
    font-family: sang-bleu, sans-serif
}

._2Xf88 {
    font-family: styrene, sans-serif
}

._1gDqk {
    position: relative
}

._1gDqk textarea {
    border: none;
    resize: none;
    padding: 24px 16px 0
}

._3Rv3l {
    width: 100%;
    height: 56px;
    display: block;
    outline: none;
    -webkit-appearance: none;
    box-shadow: inset 0 0 0 1px #dfdfdf;
    border-radius: 2px;
    touch-action: manipulation;
    transition: box-shadow .2s ease;
    padding: 17px 16px 0
}

._3C3k8 ._3Rv3l {
    box-shadow: inset 0 0 0 1px #d94236
}

._3Rv3l:focus {
    box-shadow: inset 0 0 0 1px grey
}

._3Rv3l::-moz-placeholder {
    color: transparent;
    -moz-transition: inherit;
    transition: inherit
}

._3Rv3l::placeholder {
    color: transparent;
    transition: inherit
}

._1cY6Q {
    color: grey;
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    cursor: text;
    white-space: nowrap;
    transform: translate(16px, 5px);
    transition: all .15s;
    will-change: transform
}

._3skXK ._1cY6Q {
    transform: translate(16px, 16px);
    font-family: styrene, sans-serif
}

._1gDqk._3skXK ._1cY6Q {
    color: grey
}

._2XvUW {
    display: block;
    position: relative
}

.zrFtg {
    color: #d94236;
    top: 100%;
    left: 0
}

.OPix3, .zrFtg {
    position: absolute
}

.OPix3 {
    top: 18px;
    right: 18px;
    width: 20px;
    height: 20px
}

.OPix3 path {
    stroke: #333
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._2bhzl, .RTcgh {
        color: #333;
        line-height: 32px
    }

    .RTcgh {
        font-weight: 500;
        font-size: 27.6px
    }

    ._1508Q {
        font-size: 24.2px;
        line-height: 28px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 18.3px;
        line-height: 24px
    }

    .otZ96 {
        font-size: 18px;
        line-height: 24px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1gDqk textarea {
        height: 320px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 768px) {
    ._3Rv3l {
        padding: 14px 16px 0
    }

    ._1cY6Q {
        transform: translate(16px, 2px)
    }

    .OPix3 {
        width: 24px;
        height: 24px;
        top: 16px;
        right: 16px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._2bhzl, .RTcgh {
        color: #333;
        line-height: 32px
    }

    .RTcgh {
        font-weight: 500;
        font-size: 27.6px
    }

    ._1508Q {
        font-size: 24.2px;
        line-height: 28px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 18.3px;
        line-height: 24px
    }

    .otZ96 {
        font-size: 18px;
        line-height: 24px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1gDqk textarea {
        height: 280px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 1024px) {
    ._3Rv3l:hover {
        box-shadow: inset 0 0 0 1px grey
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._2bhzl, .RTcgh {
        color: #333;
        line-height: 36px
    }

    .RTcgh {
        font-weight: 500;
        font-size: 30px
    }

    ._1508Q {
        font-size: 26.4px;
        line-height: 32px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 18.3px;
        line-height: 24px
    }

    .otZ96 {
        font-size: 18px;
        line-height: 24px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1gDqk textarea {
        height: 320px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._2bhzl, .RTcgh {
        color: #333;
        line-height: 44px
    }

    .RTcgh {
        font-weight: 500;
        font-size: 38px
    }

    ._1508Q {
        font-size: 30.9px;
        line-height: 40px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 21.2px;
        line-height: 28px
    }

    .otZ96 {
        font-size: 21px;
        line-height: 28px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1gDqk textarea {
        height: 340px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 1600px) {
    ._1gDqk textarea {
        padding: 30px 24px 0
    }

    ._3Rv3l {
        height: 64px;
        padding: 23px 24px 0
    }

    ._1cY6Q {
        transform: translate(24px, 2px)
    }

    ._3skXK ._1cY6Q {
        transform: translate(24px, 19px)
    }

    .OPix3 {
        width: 32px;
        height: 32px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._2bhzl, .RTcgh {
        color: #333;
        line-height: 44px
    }

    .RTcgh {
        font-weight: 500;
        font-size: 38px
    }

    ._1508Q {
        font-size: 30.9px;
        line-height: 40px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 21.2px;
        line-height: 28px
    }

    .otZ96 {
        font-size: 21px;
        line-height: 28px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1gDqk textarea {
        height: 340px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 2560px) {
    .iBJI3 {
        font-size: 94.8px;
        line-height: 94px
    }

    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._3Eu-H {
        font-size: 107.2px;
        line-height: 124px
    }

    .FABXJ {
        font-size: 57.8px;
        line-height: 64px
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    .ViPwu {
        font-size: 76px;
        line-height: 80px
    }

    ._3w3up {
        font-size: 56px;
        line-height: 64px
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        color: #333
    }

    ._2V4fs {
        font-size: 72px;
        line-height: 80px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._2bhzl, .RTcgh {
        color: #333;
        line-height: 44px
    }

    .RTcgh {
        font-weight: 500;
        font-size: 38px
    }

    ._1508Q {
        font-size: 30.9px;
        line-height: 40px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 21.2px;
        line-height: 28px
    }

    .otZ96 {
        font-size: 21px;
        line-height: 28px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1gDqk textarea {
        height: 340px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 21.2px;
        line-height: 28px;
        letter-spacing: -.02em
    }
}

@media screen and (max-width: 767px) {
    ._3Eu-H, .iBJI3 {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    .FABXJ, .ViPwu {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._2V4fs, ._3w3up {
        font-weight: 500;
        font-size: 28px
    }

    ._2bhzl, ._2V4fs, ._3w3up {
        color: #333;
        line-height: 32px
    }

    ._2bhzl {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    .RTcgh {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    ._1508Q {
        font-size: 22px;
        line-height: 28px
    }

    ._3jisd, ._1508Q {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3jisd {
        font-size: 16.2px;
        line-height: 24px
    }

    .otZ96 {
        font-size: 16px;
        line-height: 24px
    }

    ._2Xf88, .otZ96 {
        font-weight: 400;
        color: #333
    }

    ._2Xf88 {
        font-size: 12.6px;
        line-height: 16px
    }

    ._1gDqk textarea {
        height: 224px
    }

    ._3skXK ._1cY6Q {
        font-weight: 400;
        color: #333;
        font-size: 16.2px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

.gMOcJ {
    overflow: hidden
}

._1X-Vw, .gMOcJ {
    position: relative
}

._1X-Vw {
    width: 100%;
    padding-top: 56.25%
}

.gMOcJ ._2IPbk {
    bottom: 0;
    left: 0
}

._2Ieox, .gMOcJ ._2IPbk {
    top: 0;
    right: 0;
    position: absolute
}

._2Ieox {
    display: none;
    transition: opacity .25s;
    cursor: pointer
}

.-Xzzo {
    width: 24px;
    height: 24px
}

.-Xzzo path {
    stroke: #fff
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    .gMOcJ {
        padding-top: 40px
    }

    ._1X-Vw {
        width: 704px;
        max-width: 704px;
        flex: 0 0 704px
    }
}

@media screen and (min-width: 768px) {
    ._2Ieox {
        display: block
    }
}

@media screen and (min-width: 1024px) {
    .gMOcJ {
        padding-right: 40px;
        transform: translateX(20px)
    }

    ._2Ieox:hover {
        opacity: .5
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._1X-Vw {
        width: 840px;
        max-width: 840px;
        flex: 0 0 840px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._1X-Vw {
        width: 1040px;
        max-width: 1040px;
        flex: 0 0 1040px
    }
}

@media screen and (min-width: 1600px) {
    .gMOcJ {
        padding-right: 72px;
        transform: translateX(36px)
    }

    .-Xzzo {
        width: 48px;
        height: 48px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._1X-Vw {
        width: 1120px;
        max-width: 1120px;
        flex: 0 0 1120px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._1X-Vw {
        width: 1360px;
        max-width: 1360px;
        flex: 0 0 1360px
    }
}

@media screen and (min-width: 2560px) {
    ._1X-Vw {
        width: 1624px;
        max-width: 1624px;
        flex: 0 0 1624px
    }
}

._1-0ds {
    width: 100%;
    height: auto;
    max-width: 100%;
    flex: 0 0 100%;
    position: relative
}

._1-0ds iframe {
    overflow: hidden
}

._3MfEZ {
    position: relative;
    z-index: 2
}

._25Qmo {
    pointer-events: none
}

._1tSby, ._25Qmo {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute
}

._1tSby {
    z-index: 3;
    opacity: 1;
    transition: opacity .3s ease;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center
}

._1mQsp ._1tSby {
    opacity: 0
}

._31SF0 {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px
}

._31SF0:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    border-radius: 50%;
    background: #d94236;
    transition: transform .25s
}

._3YvX2, ._31SF0:after {
    width: 100%;
    height: 100%
}

._3YvX2 {
    z-index: 1
}

@media screen and (min-width: 768px) {
    ._31SF0 {
        width: 64px;
        height: 64px
    }
}

@media screen and (min-width: 1024px) {
    ._1-0ds:hover ._31SF0:after {
        transform: scale(1.2)
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._31SF0 {
        width: 56px;
        height: 56px
    }
}

@media screen and (min-width: 1600px) {
    ._31SF0 {
        width: 96px;
        height: 96px
    }
}

._47y7k {
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover
}

._1bCIT._47y7k, .Gs967._47y7k {
    position: relative;
    background-image: none !important
}

._1bCIT._47y7k .lazyload-placeholder {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%
}

._47y7k .lazyload-placeholder {
    position: static;
    height: 100%
}

._1Db7i:after {
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .5));
    opacity: 0;
    transition: opacity .3s
}

.YfQqh._1Db7i:after {
    opacity: 1
}

._2HRrN {
    display: none !important;
    transition: opacity .3s ease
}

.Gs967 ._2HRrN {
    height: auto
}

._1bCIT ._2HRrN, .Gs967 ._2HRrN {
    display: block !important;
    opacity: 0;
    width: 100%;
    transition: opacity .3s ease
}

._1bCIT ._2HRrN {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    height: 100%
}

._1bCIT.YfQqh ._2HRrN, .Gs967.YfQqh ._2HRrN {
    opacity: 1
}

._1xyD7 {
    background-color: #faf2f0;
    transition: opacity .3s ease-in;
    will-change: opacity;
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

._3j_lm ._1xyD7 {
    background-color: transparent
}

._1USmj ._1xyD7 {
    background-color: #d94236
}

._1bCIT ._1xyD7, .Gs967 ._1xyD7 {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    width: auto;
    height: auto
}

.YfQqh ._1xyD7 {
    opacity: 0
}

._2-006 ._1xyD7 {
    display: none
}

.yCVow {
    width: 100%
}

._1d7vS, .yCVow {
    height: 100%
}

._2NRs9 {
    transition: transform .4s ease;
    transform: translateX(100%)
}

._1zJEN ._2NRs9 {
    transform: translateX(0)
}

.lHQ4Y {
    display: flex;
    align-items: center;
    background: #fff;
    transition: transform .4s ease;
    transform: translateX(100%)
}

._2Ubqd.lHQ4Y {
    transform: translateX(0)
}

._2VvWU {
    align-items: center
}

._3T98e {
    color: #d94236;
    position: relative;
    cursor: pointer;
    transition: color .15s
}

._3T98e:hover {
    color: rgba(217, 66, 54, .7)
}

.bcXJa, .ftIDc {
    width: 100%
}

.bcXJa {
    caret-color: #d94236;
    position: relative;
    margin-right: 128px;
    padding: 0
}

.bcXJa::-moz-placeholder {
    color: #dfdfdf
}

.bcXJa::placeholder {
    color: #dfdfdf
}

.B-KIr {
    flex-shrink: 0;
    margin-right: 32px
}

._3_7Oj {
    margin-left: 24px;
    padding-left: 24px;
    display: flex;
    align-items: center;
    height: 32px;
    border-left: 1px solid #dfdfdf
}

._1OfOi {
    flex-shrink: 0;
    cursor: pointer;
    transition: opacity .15s
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3T98e, .bcXJa {
        margin-bottom: -4px;
        margin-top: 0
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    .lHQ4Y {
        height: 96px
    }

    ._3T98e, .bcXJa {
        margin-bottom: -4px;
        margin-top: 0
    }
}

@media screen and (min-width: 1024px) {
    ._1OfOi:hover {
        opacity: .7
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    .lHQ4Y {
        height: 96px
    }

    ._3T98e {
        top: 2px
    }

    ._3T98e, .bcXJa {
        margin-bottom: -1px;
        margin-top: -4px
    }

    .bcXJa {
        top: 2px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    .lHQ4Y {
        height: 96px
    }

    ._3T98e, .bcXJa {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (min-width: 1600px) {
    ._3T98e, .bcXJa {
        top: -1px
    }

    .B-KIr {
        margin-right: 43px
    }

    ._3_7Oj {
        margin-left: 32px;
        padding-left: 32px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    .lHQ4Y {
        height: 120px
    }

    ._3T98e, .bcXJa {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (min-width: 2560px) {
    .lHQ4Y {
        height: 160px
    }

    ._3T98e, .bcXJa {
        margin-bottom: -8px;
        margin-top: -4px
    }
}

@media screen and (max-width: 767px) {
    ._3T98e, .bcXJa {
        margin-bottom: -4px;
        margin-top: -4px
    }
}

._1_Ncw {
    width: 100%;
    height: 100%;
    z-index: 200;
    overflow: hidden;
    top: 0;
    left: 0;
    position: fixed
}

._1mJga._1_Ncw {
    transition: background-color .15s ease
}

._1M1Cs {
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    display: flex;
    justify-content: center
}

.Hg0WG {
    position: relative;
    width: 100%;
    opacity: 0
}

.fwHBy .Hg0WG {
    opacity: 1;
    transform: translateY(-100%);
    transition: transform .3s ease-in
}

._3GS4P .Hg0WG {
    opacity: 1;
    transform: translateX(100%);
    transition: transform .25s cubic-bezier(.86, 0, .07, 1)
}

.popup-entered .Hg0WG, .popup-entering .Hg0WG {
    opacity: 1;
    transform: translate(0)
}

.popup-entered._3BUCs .Hg0WG, .popup-entering._3BUCs .Hg0WG {
    transition: opacity .15s ease-in;
    transition-delay: .05s
}

.popup-exited._3BUCs .Hg0WG, .popup-exiting._3BUCs .Hg0WG {
    transition: opacity .15s ease-out;
    transition-delay: 0s
}

.popup-exited._1YAvj .Hg0WG, .popup-exiting._1YAvj .Hg0WG {
    transition: transform .15s cubic-bezier(.55, 0, 1, .45)
}

._29YjG .Hg0WG:after {
    content: "";
    height: 1px;
    background: #dfdfdf;
    z-index: 20
}

._3PgDW .Hg0WG {
    transition: none !important
}

._14J_l {
    height: 100%
}

._1raJL {
    width: 100%
}

._1UtZa {
    top: 0;
    left: 0;
    position: fixed
}

.popup-entered ._1UtZa, .popup-entering ._1UtZa {
    background-color: rgba(0, 0, 0, .5)
}

._1mJga ._1UtZa {
    transition: background-color .15s ease
}

@media screen and (min-width: 768px) {
    .Hg0WG {
        width: auto
    }

    ._1raJL {
        width: 100%
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._29YjG {
        top: 64px
    }
}

@media screen and (min-width: 1024px) {
    .popup-entered._1_Ncw, .popup-entering._1_Ncw {
        background-color: rgba(0, 0, 0, .5)
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._29YjG .Hg0WG:after {
        top: 0;
        right: 24px;
        position: absolute;
        width: calc(50% - 40px)
    }

    ._29YjG {
        top: 96px
    }

    ._1UtZa {
        height: 96px;
        width: 50%
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._29YjG .Hg0WG:after {
        top: 0;
        right: 32px;
        position: absolute;
        width: calc(50% - 48px)
    }

    ._29YjG {
        top: 96px
    }

    ._1UtZa {
        height: 96px;
        width: 50%
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._29YjG .Hg0WG:after {
        top: 0;
        right: 48px;
        position: absolute;
        width: calc(50% - 96px)
    }

    ._29YjG {
        top: 96px
    }

    ._1UtZa {
        height: 96px;
        width: 50%
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._29YjG .Hg0WG:after {
        top: 0;
        right: 48px;
        position: absolute;
        width: calc(50% - 96px)
    }

    ._29YjG {
        top: 120px
    }

    ._1UtZa {
        height: 120px;
        width: 50%
    }
}

@media screen and (min-width: 2560px) {
    ._29YjG .Hg0WG:after {
        top: 0;
        right: 96px;
        position: absolute;
        width: calc(50% - 160px)
    }

    ._29YjG {
        top: 160px
    }

    ._1UtZa {
        height: 160px;
        width: 50%
    }
}

@media screen and (max-width: 767px) {
    ._29YjG {
        top: 64px
    }
}

._39VI9 {
    flex-grow: 0;
    flex-shrink: 0;
    background: #d94236;
    padding-bottom: 48px;
    z-index: 1;
}

._3egfJ {
    color: #fff;
    margin-top: 8px
}

._3egfJ a {
    color: #fff;
    transition: opacity .15s
}

@media screen and (min-width: 768px) {
    ._39VI9 {
        padding-bottom: 62px
    }

    .USQOF {
        display: flex
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3UF3n {
        margin: 32px 0 0 0px;
        width: 428px;
        max-width: 428px;
        flex: 0 0 428px
    }

    ._3egfJ {
        margin-top: 4px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._3UF3n {
        margin: 32px 0 0 0px;
        width: 640px;
        max-width: 640px;
        flex: 0 0 640px
    }

    ._3egfJ {
        margin-top: 12px
    }
}

@media screen and (min-width: 1024px) {
    ._3egfJ a:hover {
        opacity: .7
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._3UF3n {
        margin: 64px 0 0 0px;
        width: 800px;
        max-width: 800px;
        flex: 0 0 800px
    }

    ._3egfJ {
        margin-top: 12px
    }
}

@media screen and (min-width: 1600px) {
    ._39VI9 {
        padding-bottom: 96px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._3UF3n {
        margin: 96px 0 0 0px;
        width: 928px;
        max-width: 928px;
        flex: 0 0 928px
    }

    ._3egfJ {
        margin-top: 12px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._3UF3n {
        margin: 96px 0 0 0px;
        width: 1128px;
        max-width: 1128px;
        flex: 0 0 1128px
    }

    ._3egfJ {
        margin-top: 12px
    }
}

@media screen and (min-width: 2560px) {
    ._39VI9 {
        padding-bottom: 89px
    }

    ._3UF3n {
        margin: 96px 0 0 0px;
        width: calc(216px + 50%);
        max-width: calc(216px + 50%);
        flex: 0 0 calc(216px + 50%)
    }

    ._3egfJ {
        margin-top: 12px
    }
}

@media screen and (max-width: 767px) {
    ._3UF3n {
        margin: 32px 0 0;
        width: 100%;
        max-width: 100%;
        flex: 0 0 100%
    }
}

._5qqLb {
    display: flex
}

._2K9Ph {
    display: block
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._2pvbl {
        width: 181.33px;
        height: 39.26px;
        margin: 51px 0 0
    }

    ._2kUwh {
        width: 179.2px;
        height: 56px;
        margin: 6px 0 0 3px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._2pvbl {
        width: 181.33px;
        height: 39.26px;
        margin: 51px 0 0
    }

    ._2kUwh {
        width: 179.2px;
        height: 56px;
        margin: 6px 0 0 3px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._2pvbl {
        width: 272px;
        height: 58.89px;
        margin: 60px 0 0
    }

    ._2kUwh {
        width: 256px;
        height: 80px;
        margin: 9px 0 0 12px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._2pvbl {
        width: 294.67px;
        height: 63.79px;
        margin: 95px 0 0
    }

    ._2kUwh {
        width: 268.8px;
        height: 84px;
        margin: 17px 0 0 18px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._2pvbl {
        width: 294.67px;
        height: 63.79px;
        margin: 95px 0 0
    }

    ._2kUwh {
        width: 268.8px;
        height: 84px;
        margin: 17px 0 0 18px
    }
}

@media screen and (min-width: 2560px) {
    ._2pvbl {
        width: 453.07px;
        height: 98.14px;
        margin: 108px 0 0
    }

    ._2kUwh {
        width: 409.6px;
        height: 128px;
        margin: 26px 0 0 28px
    }
}

@media screen and (max-width: 767px) {
    ._2pvbl {
        width: 181.33px;
        height: 39.26px;
        margin: 19px 0 0
    }

    ._2kUwh {
        width: 179.2px;
        height: 56px;
        margin: 6px 0 0 3px
    }
}
.nlZ24 a:hover {
    opacity: 0.7;
}
._3RSON {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    margin-bottom: 43px
}

._3RSON li {
    list-style: none
}

._3RSON ul {
    margin: 0;
    padding: 0
}

._3RSON .aYnbp {
    margin-top: 12px
}

._3RSON .aYnbp._3FpJT {
    margin-top: 24px
}
._3RSON{
    justify-content: space-between;
}
.nlZ24 {
    margin-top: 8px
}

.nlZ24:first-child {
    margin-top: 0
}

._31HzO {
    margin-top: 8px
}

._31HzO:first-child {
    margin-top: 0
}

._18H1y {
    display: flex;
    align-items: center
}

._3uBVE, ._18H1y {
    color: #fff;
    transition: opacity .15s
}

.SDboS {
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    bottom: 0;
    left: 5px;
    position: relative
}

.SDboS path {
    stroke: #fff
}

@media screen and (min-width: 768px) {
    ._3RSON {
        margin-bottom: 59px
    }

    ._3RSON .aYnbp {
        margin-top: 32px
    }

    ._31HzO, .nlZ24 {
        margin-top: 12px
    }
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3RSON .aYnbp._3FpJT {
        margin-top: 44px
    }
}

@media screen and (min-width: 1024px) {
    ._3RSON {
        display: flex
    }

    ._3RSON .aYnbp._3FpJT {
        margin-top: 31px
    }

    ._3uBVE:hover, ._18H1y:hover {
        opacity: 0.7!important;
        color: white!important;
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {

    .aYnbp:not(last-child) {
        margin-right: 32px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {


    .aYnbp:not(last-child) {
        margin-right: 32px
    }

    ._3RSON .aYnbp {
        margin-top: 29px
    }

    .nlZ24 {
        margin-top: 8px
    }
}

@media screen and (min-width: 1600px) {
    ._3RSON {
        margin-bottom: 89px
    }

    ._3RSON .aYnbp, ._3RSON .aYnbp._3FpJT {
        margin-top: 43px
    }

    ._31HzO, .nlZ24 {
        margin-top: 16px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {


    .aYnbp:not(last-child) {
        margin-right: 32px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {


    .aYnbp:not(last-child) {
        margin-right: 32px
    }
}

@media screen and (min-width: 2560px) {


    .aYnbp:not(last-child) {
        margin-right: 32px
    }
}

._1kGDo, ._2UUCx, ._20MNE, .hh5At {
    font-family: styrene, sans-serif
}

._1uMbd, ._3kIa0 {
    font-family: sang-bleu, sans-serif
}

._1b-OC {
    font-family: styrene, sans-serif
}

._3jOQc {
    font-family: sang-bleu, sans-serif
}

._1sPKb, .C7X2O {
    font-family: styrene, sans-serif
}

._3QQCP {
    font-family: sang-bleu, sans-serif
}

.bWgeA {
    font-family: styrene, sans-serif
}


.m3I11 {
    margin-bottom: 47px
}

._2Iym6, .m3I11 {
    border-top: 1px solid hsla(0, 0%, 100%, .3)
}

._1Yxzn {
    color: #fff;
    margin: 17px 0 15px
}

._2LJ8d {
    margin-bottom: 47px
}

._2K-Hk {
    display: flex
}

._1tJPd {
    margin-right: 10px
}

._2NbK7 {
    display: block;
    color: #fff
}

.rfdLw {
    border-top: 1px solid hsla(0, 0%, 100%, .3);
    padding-top: 17px
}

._1jVwP, ._78QLL {
    color: #fff
}

._1jVwP {
    margin-top: 8px
}

._1jVwP a {
    color: #fff;
    transition: opacity .15s
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1b-OC, ._3jOQc {
        color: #333;
        line-height: 32px
    }

    ._3jOQc {
        font-weight: 500;
        font-size: 27.6px
    }

    .C7X2O {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 18.3px;
        line-height: 24px
    }

    ._3QQCP {
        font-size: 18px;
        line-height: 24px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 14.1px;
        line-height: 20px
    }

    ._2NbK7 {
        margin-top: 15px
    }

    ._1jVwP {
        margin-top: 4px
    }
}

@media screen and (min-width: 768px) {
    .m3I11 {
        margin-bottom: 63px
    }

    ._1Yxzn {
        margin: 14px 0
    }

    ._2LJ8d {
        margin-bottom: 63px
    }

    .rfdLw {
        padding-top: 14px
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1b-OC, ._3jOQc {
        color: #333;
        line-height: 32px
    }

    ._3jOQc {
        font-weight: 500;
        font-size: 27.6px
    }

    .C7X2O {
        font-size: 24.2px;
        line-height: 28px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 18.3px;
        line-height: 24px
    }

    ._3QQCP {
        font-size: 18px;
        line-height: 24px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 14.1px;
        line-height: 20px
    }

    ._2LJ8d {
        width: 304px;
        max-width: 304px;
        flex: 0 0 304px;
        margin-bottom: 0;
        margin-right: 32px
    }

    ._2NbK7 {
        margin-top: 15px
    }
}

@media screen and (min-width: 1024px) {
    .m3I11 {
        display: flex
    }

    ._2Iym6 {
        border-top: none
    }

    .rfdLw {
        display: flex;
        justify-content: space-between
    }

    ._1jVwP {
        margin-top: 0
    }

    ._1jVwP a:hover {
        opacity: .7
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._1b-OC, ._3jOQc {
        color: #333;
        line-height: 36px
    }

    ._3jOQc {
        font-weight: 500;
        font-size: 30px
    }

    .C7X2O {
        font-size: 26.4px;
        line-height: 32px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 18.3px;
        line-height: 24px
    }

    ._3QQCP {
        font-size: 18px;
        line-height: 24px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 14.1px;
        line-height: 20px
    }

    ._2LJ8d {
        width: 384px;
        max-width: 384px;
        flex: 0 0 384px;
        margin-bottom: 0;
        margin-right: 32px
    }

    ._2NbK7 {
        margin-top: 15px
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1b-OC, ._3jOQc {
        color: #333;
        line-height: 44px
    }

    ._3jOQc {
        font-weight: 500;
        font-size: 38px
    }

    .C7X2O {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 21.2px;
        line-height: 28px
    }

    ._3QQCP {
        font-size: 21px;
        line-height: 28px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._2LJ8d {
        width: 448px;
        max-width: 448px;
        flex: 0 0 448px;
        margin-bottom: 0;
        margin-right: 32px
    }

    ._2NbK7 {
        margin-top: 12px
    }
}

@media screen and (min-width: 1600px) {
    .m3I11 {
        margin-bottom: 96px
    }

    ._1Yxzn {
        margin: 29px 0 14px
    }

    .rfdLw {
        padding-top: 27px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1b-OC, ._3jOQc {
        color: #333;
        line-height: 44px
    }

    ._3jOQc {
        font-weight: 500;
        font-size: 38px
    }

    .C7X2O {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 21.2px;
        line-height: 28px
    }

    ._3QQCP {
        font-size: 21px;
        line-height: 28px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._2LJ8d {
        width: 432px;
        max-width: 432px;
        flex: 0 0 432px;
        margin-bottom: 0;
        margin-right: 264px
    }

    ._2NbK7 {
        margin-top: 12px
    }
}

@media screen and (min-width: 2560px) {
    .hh5At {
        font-size: 94.8px;
        line-height: 94px
    }

    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._20MNE {
        font-size: 107.2px;
        line-height: 124px
    }

    ._1kGDo {
        font-size: 57.8px;
        line-height: 64px
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._2UUCx {
        font-size: 76px;
        line-height: 80px
    }

    ._3kIa0 {
        font-size: 56px;
        line-height: 64px
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        color: #333
    }

    ._1uMbd {
        font-size: 72px;
        line-height: 80px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1b-OC, ._3jOQc {
        color: #333;
        line-height: 44px
    }

    ._3jOQc {
        font-weight: 500;
        font-size: 38px
    }

    .C7X2O {
        font-size: 30.9px;
        line-height: 40px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 21.2px;
        line-height: 28px
    }

    ._3QQCP {
        font-size: 21px;
        line-height: 28px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    .m3I11 {
        padding-bottom: 96px;
        border-bottom: 1px solid hsla(0, 0%, 100%, .3)
    }

    ._2LJ8d, .m3I11 {
        margin-bottom: 0
    }

    ._2LJ8d {
        width: 432px;
        max-width: 432px;
        flex: 0 0 432px;
        margin-right: 264px
    }

    ._2NbK7 {
        margin-top: 12px
    }

    .rfdLw {
        padding-top: 30px;
        border-top: none;
        width: 1128px;
        max-width: 1128px;
        flex: 0 0 1128px
    }
}

@media screen and (max-width: 767px) {
    ._20MNE, .hh5At {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._1kGDo, ._2UUCx {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._1uMbd, ._3kIa0 {
        font-weight: 500;
        font-size: 28px
    }

    ._1b-OC, ._1uMbd, ._3kIa0 {
        color: #333;
        line-height: 32px
    }

    ._1b-OC {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._3jOQc {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    .C7X2O {
        font-size: 22px;
        line-height: 28px
    }

    ._1sPKb, .C7X2O {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._1sPKb {
        font-size: 16.2px;
        line-height: 24px
    }

    ._3QQCP {
        font-size: 16px;
        line-height: 24px
    }

    ._3QQCP, .bWgeA {
        font-weight: 400;
        color: #333
    }

    .bWgeA {
        font-size: 12.6px;
        line-height: 16px
    }

    ._2NbK7 {
        margin-top: 12px
    }
}

._2z3DS, ._30Izy, .notYi, .XWDti {
    font-family: styrene, sans-serif
}

._2adz1, ._13NBx {
    font-family: sang-bleu, sans-serif
}

._1hyXR {
    font-family: styrene, sans-serif
}

._3Pc77 {
    font-family: sang-bleu, sans-serif
}

._3haqd, .zfuvp {
    font-family: styrene, sans-serif
}

._2brLc {
    font-family: sang-bleu, sans-serif
}

._3LJY3 {
    font-family: styrene, sans-serif
}

._1K0cJ {
    position: relative;
    overflow: hidden
}

._1K0cJ, ._2_Ix2 {
    background: #d94236
}

._2_Ix2 {
    transition: transform .2s;
    z-index: 20
}

._1hAfh {
    top: 0;
    right: 0;
    left: 0;
    position: fixed
}

.j1ELR {
    width: 100%;
    height: 100%;
    align-items: center;
    position: relative
}

.fW-Bm {
    width: 50%;
    display: flex;
    justify-content: flex-end
}

._1jfiN {
    display: flex;
    align-items: center
}

._1_uFy {
    border-bottom: 1px solid hsla(0, 0%, 87.5%, .2)
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        font-size: 46.5px;
        line-height: 48px;
        letter-spacing: -.04em
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1hyXR, ._3Pc77 {
        color: #333;
        line-height: 32px
    }

    ._3Pc77 {
        font-weight: 500;
        font-size: 27.6px
    }

    .zfuvp {
        font-size: 24.2px;
        line-height: 28px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 18.3px;
        line-height: 24px
    }

    ._2brLc {
        font-size: 18px;
        line-height: 24px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1K0cJ, ._2_Ix2 {
        height: 64px
    }

    .UE2_L {
        transform: translateY(-64px)
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        font-size: 52.2px;
        line-height: 52px;
        letter-spacing: -.04em
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        font-size: 40.8px;
        line-height: 44px;
        letter-spacing: -.02em
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        color: #333;
        font-size: 39px;
        line-height: 44px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 28.4px;
        letter-spacing: -.02em
    }

    ._1hyXR, ._3Pc77 {
        color: #333;
        line-height: 32px
    }

    ._3Pc77 {
        font-weight: 500;
        font-size: 27.6px
    }

    .zfuvp {
        font-size: 24.2px;
        line-height: 28px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 18.3px;
        line-height: 24px
    }

    ._2brLc {
        font-size: 18px;
        line-height: 24px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1K0cJ, ._2_Ix2 {
        height: 96px
    }

    .UE2_L {
        transform: translateY(-96px)
    }
}

@media screen and (min-width: 1024px) {
    ._1K0cJ, ._2_Ix2 {
        background: linear-gradient(90deg, #d94236 50%, #fff 0)
    }

    .j1ELR:after {
        content: "";
        top: 0;
        bottom: 0;
        left: 0;
        position: absolute;
        width: 50%;
        height: 100%;
        background: #d94236
    }

    .fW-Bm {
        justify-content: space-between
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        font-size: 64.8px;
        line-height: 64px;
        letter-spacing: -.04em
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        font-size: 42.3px;
        line-height: 48px;
        letter-spacing: -.02em
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        color: #333;
        font-size: 41.9px;
        line-height: 48px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 32px;
        letter-spacing: -.02em
    }

    ._1hyXR, ._3Pc77 {
        color: #333;
        line-height: 36px
    }

    ._3Pc77 {
        font-weight: 500;
        font-size: 30px
    }

    .zfuvp {
        font-size: 26.4px;
        line-height: 32px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 18.3px;
        line-height: 24px
    }

    ._2brLc {
        font-size: 18px;
        line-height: 24px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 14.1px;
        line-height: 20px
    }

    ._1K0cJ, ._2_Ix2 {
        height: 96px
    }

    .UE2_L {
        transform: translateY(-96px)
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1hyXR, ._3Pc77 {
        color: #333;
        line-height: 44px
    }

    ._3Pc77 {
        font-weight: 500;
        font-size: 38px
    }

    .zfuvp {
        font-size: 30.9px;
        line-height: 40px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 21.2px;
        line-height: 28px
    }

    ._2brLc {
        font-size: 21px;
        line-height: 28px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1K0cJ, ._2_Ix2 {
        height: 96px
    }

    .UE2_L {
        transform: translateY(-96px)
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        font-size: 94.8px;
        line-height: 94px;
        letter-spacing: -.04em
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        font-size: 57.8px;
        line-height: 64px;
        letter-spacing: -.02em
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        color: #333;
        font-size: 56px;
        line-height: 64px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1hyXR, ._3Pc77 {
        color: #333;
        line-height: 44px
    }

    ._3Pc77 {
        font-weight: 500;
        font-size: 38px
    }

    .zfuvp {
        font-size: 30.9px;
        line-height: 40px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 21.2px;
        line-height: 28px
    }

    ._2brLc {
        font-size: 21px;
        line-height: 28px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1K0cJ, ._2_Ix2 {
        height: 120px
    }

    .UE2_L {
        transform: translateY(-120px)
    }
}

@media screen and (min-width: 2560px) {
    .XWDti {
        font-size: 94.8px;
        line-height: 94px
    }

    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        letter-spacing: -.04em
    }

    ._2z3DS {
        font-size: 107.2px;
        line-height: 124px
    }

    .notYi {
        font-size: 57.8px;
        line-height: 64px
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._30Izy {
        font-size: 76px;
        line-height: 80px
    }

    ._13NBx {
        font-size: 56px;
        line-height: 64px
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        color: #333
    }

    ._2adz1 {
        font-size: 72px;
        line-height: 80px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 39.4px;
        letter-spacing: -.02em
    }

    ._1hyXR, ._3Pc77 {
        color: #333;
        line-height: 44px
    }

    ._3Pc77 {
        font-weight: 500;
        font-size: 38px
    }

    .zfuvp {
        font-size: 30.9px;
        line-height: 40px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 21.2px;
        line-height: 28px
    }

    ._2brLc {
        font-size: 21px;
        line-height: 28px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }

    ._1K0cJ, ._2_Ix2 {
        height: 160px
    }

    .UE2_L {
        transform: translateY(-160px)
    }
}

@media screen and (max-width: 767px) {
    ._2z3DS, .XWDti {
        font-weight: 400;
        color: #333;
        font-size: 38px;
        line-height: 40px;
        letter-spacing: -.02em
    }

    ._30Izy, .notYi {
        font-weight: 400;
        color: #333;
        font-size: 31px;
        line-height: 32px;
        letter-spacing: -.02em
    }

    ._2adz1, ._13NBx {
        font-weight: 500;
        font-size: 28px
    }

    ._1hyXR, ._2adz1, ._13NBx {
        color: #333;
        line-height: 32px
    }

    ._1hyXR {
        font-weight: 400;
        font-size: 26.4px;
        letter-spacing: -.02em
    }

    ._3Pc77 {
        font-weight: 500;
        color: #333;
        font-size: 25px;
        line-height: 32px
    }

    .zfuvp {
        font-size: 22px;
        line-height: 28px
    }

    ._3haqd, .zfuvp {
        font-weight: 400;
        color: #333;
        letter-spacing: -.02em
    }

    ._3haqd {
        font-size: 16.2px;
        line-height: 24px
    }

    ._2brLc {
        font-size: 16px;
        line-height: 24px
    }

    ._2brLc, ._3LJY3 {
        font-weight: 400;
        color: #333
    }

    ._3LJY3 {
        font-size: 12.6px;
        line-height: 16px
    }

    ._1K0cJ, ._2_Ix2 {
        height: 64px
    }

    .UE2_L {
        transform: translateY(-64px)
    }
}

._27cLO {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 1
}

._27cLO ._152tu {
    color: #fff
}

._3ly8g {
    position: relative
}

._3Zozk {
    display: block
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._3ly8g {
        width: 181.33px;
        top: 6px;
        left: 0
    }
}

@media screen and (max-width: 1279px) and (min-width: 1024px) {
    ._152tu {
        top: 0;
        right: 16px;
        position: relative;
        width: 136px;
        max-width: 136px;
        flex: 0 0 136px
    }

    ._3ly8g {
        width: 232.46px;
        top: 9px;
        left: 4px
    }
}

@media screen and (max-width: 1599px) and (min-width: 1280px) {
    ._152tu {
        top: 0;
        right: 16px;
        position: relative;
        width: 176px;
        max-width: 176px;
        flex: 0 0 176px
    }

    ._3ly8g {
        width: 272px;
        top: 9px;
        left: 0
    }
}

@media screen and (max-width: 1919px) and (min-width: 1600px) {
    ._152tu {
        top: 0;
        right: 208px;
        position: relative;
        width: 160px;
        max-width: 160px;
        flex: 0 0 160px
    }

    ._3ly8g {
        width: 294.14px;
        height: 63.79px;
        top: 10px;
        left: 3px
    }
}

@media screen and (max-width: 2559px) and (min-width: 1920px) {
    ._152tu {
        top: 0;
        right: 248px;
        position: relative;
        width: 200px;
        max-width: 200px;
        flex: 0 0 200px
    }

    ._3ly8g {
        width: 294.14px;
        height: 63.79px;
        top: 10px;
        left: 3px
    }
}

@media screen and (min-width: 2560px) {
    ._152tu {
        font-size: 26.4px;
        line-height: 32px;
        top: 3px;
        right: 132px;
        position: relative;
        width: 316px;
        max-width: 316px;
        flex: 0 0 316px
    }

    ._3ly8g {
        width: 453.07px;
        height: 98.14px;
        top: 16px;
        left: 6px
    }
}

@media screen and (max-width: 767px) {
    ._3ly8g {
        width: 160.51px;
        top: 5px;
        left: -1px
    }
}

._2cn2U {
    display: flex;
    align-items: center;
    box-shadow: inset 0 0 0 1px #fff;
    padding: 5px 13px;
    transition: opacity .15s;
    order: 1
}

._13AKw {
    margin-right: 12px
}

._1Xvk- {
    position: relative;
    top: 1px;
    color: #fff;
    transition: color .15s
}

@media screen and (max-width: 1023px) and (min-width: 768px) {
    ._2cn2U {
        padding: 6px 17px
    }
}

@media screen and (min-width: 1024px) {
    ._2cn2U {
        order: 2;
        box-shadow: none;
        padding: 0
    }

    ._2cn2U:hover {
        opacity: .7
    }

    ._1Xvk- {
        color: #d94236;
        font-size: 18.3px;
        line-height: 24px;
        letter-spacing: -.02em
    }
}

@media screen and (min-width: 2560px) {
    ._13AKw {
        margin-right: 16px
    }

    ._1Xvk- {
        font-size: 26.4px;
        line-height: 32px;
        letter-spacing: -.02em
    }
}

._1isrF {
    margin-left: 16px;
    cursor: pointer;
    order: 2;
    display: flex;
    align-items: center;
    transition: opacity .15s
}

._1pwFY {
    width: 24px;
    height: 24px;
    position: relative
}

._1pwFY span {
    width: calc(100% - 2px);
    height: 2px;
    background: #fff;
    display: block;
    position: absolute;
    left: 1px;
    transition: top .15s, transform .15s
}

._1pwFY span:first-child {
    top: 4px
}

._1pwFY span:nth-child(2) {
    top: 11px
}

._1pwFY span:nth-child(3) {
    top: 18px
}

._3-E8R {
    margin-left: 12px;
    color: #333;
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -.02em;
    position: relative;
    top: 1px
}

._6DX_7 ._1pwFY span:first-child {
    transform: rotate(45deg);
    top: 11px
}

._6DX_7 ._1pwFY span:nth-child(2) {
    opacity: 0
}

._6DX_7 ._1pwFY span:nth-child(3) {
    transform: rotate(-45deg);
    top: 11px
}

@media screen and (min-width: 768px) {
    ._1isrF {
        margin-left: 24px
    }
}

@media screen and (min-width: 1024px) {
    ._1isrF:hover {
        opacity: .7
    }

    ._1isrF {
        order: 1;
        margin-left: 16px;
        margin-right: 37px
    }

    ._1pwFY span {
        background: #333
    }
}

@media screen and (min-width: 1600px) {
    ._1isrF {
        margin-left: 49px;
        margin-right: 49px
    }
}

@media screen and (min-width: 2560px) {
    ._1isrF {
        margin-left: 63px;
        margin-right: 65px
    }

    ._3-E8R {
        margin-left: 16px;
        font-size: 26.4px;
        line-height: 32px;
        letter-spacing: -.02em
    }
}

.PlsDd {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: opacity .15s
}

._36NXP {
    margin-left: 12px;
    color: #333;
    font-size: 18.3px;
    line-height: 24px;
    letter-spacing: -.02em;
    position: relative;
    top: 1px
}

@media screen and (min-width: 1024px) {
    .PlsDd:hover {
        opacity: .7
    }
}

@media screen and (min-width: 2560px) {
    ._36NXP {
        font-size: 26.4px;
        line-height: 32px;
        letter-spacing: -.02em;
        margin-left: 16px
    }
}

@media (max-width: 767px) {
    table.mobile__doc-list,
    .mobile__doc-list thead,
    .mobile__doc-list tbody,
    .mobile__doc-list th,
    .mobile__doc-list td,
    .mobile__doc-list tr {
      display: block;
      width: 100%;
    }

    table.mobile__doc-list,
    .mobile__doc-list thead,
    .mobile__doc-list tbody,
    .mobile__doc-list tr {
        border: none;
    }
  
    /* Скрываем заголовки */
    .mobile__doc-list thead {
      display: none;
    }
  
    .mobile__doc-list tr {
      background: #fff;
      margin-bottom: 12px;
      /* border: 1px solid #ddd; */
      border-radius: 10px;
    }
  
    .mobile__doc-list td {
      display: flex;
      justify-content: space-between;
      padding: 6px 0;
      border: none;
      border-bottom: 1px solid #eee;
    }
  
    .mobile__doc-list td:last-child {
      border-bottom: none;
    }
  
    /* Добавляем "заголовок" поля из data-label */
    .mobile__doc-list td::before {
      content: attr(data-label);
      font-weight: 600;
      color: #555;
    }
  
    .mobile__doc-list .button-view,
    .mobile__doc-list .button-download {
      transform: scale(1.2);
    }
  
    .mobile__doc-list .table__action-cell {
      text-align: right;
    }
}
  