/*! CSS Used from: https://storage.googleapis.com/nhaxe.vexere.com/public/d445d844/dist/css/base.css?v=d445d844 */
label {
    font-weight: 700;
}

button {
    text-transform: none;
}

a {
    background-color: transparent;
}

img {
    border: 0;
}

header,
main,
section {
    font-family: Arial, Helvetica, sans-serif;
    display: block;
}

a:active,
a:hover {
    outline: 0;
}

img {
    vertical-align: middle;
}

button,
input {
    margin: 0;
    font: inherit;
    color: inherit;
}

button {
    overflow: visible;
}

button {
    -webkit-appearance: button;
    cursor: pointer;
}

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

@media print {
    img {
        page-break-inside: avoid;
    }

    *,
    :after,
    :before {
        color: #000 !important;
        text-shadow: none !important;
        background: 0 0 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    a[href^="#"]:after {
        content: "";
    }

    img {
        max-width: 100% !important;
    }

    p {
        orphans: 3;
        widows: 3;
    }
}

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

button,
input {
    font-family: Arial, Helvetica, sans-serif;
    font-size: inherit;
    line-height: inherit;
}

a {
    color: #337ab7;
    text-decoration: none;
}

a:focus,
a:hover {
    color: #23527c;
    text-decoration: underline;
}

a:focus {
    outline: -webkit-focus-ring-color auto 5px;
    outline-offset: -2px;
}

[role="button"] {
    cursor: pointer;
}

p {
    margin: 0 0 10px;
}

ul {
    margin-top: 0;
}

ul {
    margin-bottom: 10px;
}

label {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
}

.carousel {
    position: relative;
}

.selected {
    background: rgba(58, 96, 237, 0.95);
}

.animated {
    -webkit-animation-duration: 0.1s;
    animation-duration: 0.1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

/*! CSS Used from: Embedded */
[class^="ant-"],
[class*="ant-"],
[class^="ant-"] *,
[class*="ant-"] *,
[class^="ant-"] *::before,
[class*="ant-"] *::before,
[class^="ant-"] *::after,
[class*="ant-"] *::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

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

p {
    margin-top: 0;
    margin-bottom: 1em;
}

input[type="text"],
input[type="password"] {
    -webkit-appearance: none;
}

ul {
    margin-top: 0;
    margin-bottom: 1em;
}

a {
    color: #1890ff;
    text-decoration: none;
    background-color: transparent;
    outline: none;
    cursor: pointer;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
    -webkit-text-decoration-skip: objects;
}

a:hover {
    color: #40a9ff;
}

a:active {
    color: #096dd9;
}

a:active,
a:hover {
    text-decoration: none;
    outline: 0;
}

a:focus {
    text-decoration: none;
    outline: 0;
}

img {
    vertical-align: middle;
    border-style: none;
}

a,
button,
[role="button"],
input:not([type="range"]),
label {
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

input,
button {
    margin: 0;
    color: inherit;
    font-size: inherit;
    font-family: inherit;
    line-height: inherit;
}

button,
input {
    overflow: visible;
}

button {
    text-transform: none;
}

button,
html [type="button"],
[type="submit"] {
    -webkit-appearance: button;
}

::selection {
    color: #fff;
    background: #1890ff;
}

/*! CSS Used from: Embedded */
.ant-input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    position: relative;
    display: inline-block;
    width: 100%;
    min-width: 0;
    padding: 4px 11px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 1.5715;
    background-color: #fff;
    background-image: none;
    border: 1px solid #d9d9d9;
    border-radius: 2px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.ant-input::placeholder {
    color: #bfbfbf;
}

.ant-input:hover {
    border-color: #40a9ff;
    border-right-width: 1px !important;
}

.ant-input:focus {
    border-color: #40a9ff;
    border-right-width: 1px !important;
    outline: 0;
    -webkit-box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
    box-shadow: 0 0 0 2px rgba(24, 144, 255, 0.2);
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    .ant-input {
        height: 32px;
    }
}

/*! CSS Used from: Embedded */
.ant-btn {
    line-height: 1.5715;
    position: relative;
    display: inline-block;
    font-weight: 400;
    white-space: nowrap;
    text-align: center;
    background-image: none;
    border: 1px solid transparent;
    -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
    cursor: pointer;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    height: 32px;
    padding: 4px 15px;
    font-size: 14px;
    border-radius: 2px;
    color: rgba(0, 0, 0, 0.85);
    background: #fff;
    border-color: #d9d9d9;
}

.ant-btn,
.ant-btn:active,
.ant-btn:focus {
    outline: 0;
}

.ant-btn:not([disabled]):hover {
    text-decoration: none;
}

.ant-btn:not([disabled]):active {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-btn:hover,
.ant-btn:focus {
    color: #40a9ff;
    background: #fff;
    border-color: #40a9ff;
}

.ant-btn:active {
    color: #096dd9;
    background: #fff;
    border-color: #096dd9;
}

.ant-btn:hover,
.ant-btn:focus,
.ant-btn:active {
    text-decoration: none;
    background: #fff;
}

.ant-btn>span {
    display: inline-block;
}

.ant-btn::before {
    position: absolute;
    top: -1px;
    right: -1px;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    display: none;
    background: #fff;
    border-radius: inherit;
    opacity: 0.35;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
    content: "";
    pointer-events: none;
}

.ant-btn:focus>span,
.ant-btn:active>span {
    position: relative;
}

.ant-btn:empty {
    display: inline-block;
    width: 0;
    visibility: hidden;
    content: "\A0";
}

/*! CSS Used from: Embedded */
.ant-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.ant-row::before,
.ant-row::after {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.ant-row-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.ant-col {
    position: relative;
    max-width: 100%;
    min-height: 1px;
}

.ant-col-24 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ant-col-14 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333333%;
    flex: 0 0 58.33333333%;
    max-width: 58.33333333%;
}

.ant-col-10 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66666667%;
    flex: 0 0 41.66666667%;
    max-width: 41.66666667%;
}

.ant-col-xs-24 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

.ant-col-xs-12 {
    display: block;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (min-width: 576px) {
    .ant-col-sm-24 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }

    .ant-col-sm-12 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media (min-width: 768px) {
    .ant-col-md-17 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
        flex: 0 0 70.83333333%;
        max-width: 70.83333333%;
    }

    .ant-col-md-16 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66666667%;
        flex: 0 0 66.66666667%;
        max-width: 66.66666667%;
    }

    .ant-col-md-8 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333333%;
        flex: 0 0 33.33333333%;
        max-width: 33.33333333%;
    }

    .ant-col-md-7 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
        flex: 0 0 29.16666667%;
        max-width: 29.16666667%;
    }
}

@media (min-width: 992px) {
    .ant-col-lg-20 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333333%;
        flex: 0 0 83.33333333%;
        max-width: 83.33333333%;
    }

    .ant-col-lg-17 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 70.83333333%;
        flex: 0 0 70.83333333%;
        max-width: 70.83333333%;
    }

    .ant-col-lg-7 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 29.16666667%;
        flex: 0 0 29.16666667%;
        max-width: 29.16666667%;
    }

    .ant-col-lg-4 {
        display: block;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66666667%;
        flex: 0 0 16.66666667%;
        max-width: 16.66666667%;
    }
}

/*! CSS Used from: Embedded */
.ant-layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 0;
    background: #f0f2f5;
}

.ant-layout,
.ant-layout * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.ant-layout-header {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.ant-layout-header {
    height: 64px;
    padding: 0 50px;
    color: rgba(0, 0, 0, 0.85);
    line-height: 64px;
    background: #001529;
}

.ant-layout-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    min-height: 0;
}

/*! CSS Used from: Embedded */
.ant-menu {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-variant: tabular-nums;
    line-height: 1.5715;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin-bottom: 0;
    padding-left: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    line-height: 0;
    text-align: left;
    list-style: none;
    background: #fff;
    outline: none;
    -webkit-box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
        0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    box-shadow: 0 3px 6px -4px rgba(0, 0, 0, 0.12),
        0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 9px 28px 8px rgba(0, 0, 0, 0.05);
    -webkit-transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
    transition: background 0.3s, width 0.3s cubic-bezier(0.2, 0, 0, 1) 0s;
}

.ant-menu::before {
    display: table;
    content: "";
}

.ant-menu::after {
    display: table;
    clear: both;
    content: "";
}

.ant-menu-horizontal .ant-menu-submenu {
    -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu {
    -webkit-transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-selected {
    color: #1890ff;
}

.ant-menu-item:active,
.ant-menu-submenu-title:active {
    background: #e6f7ff;
}

.ant-menu-item:hover,
.ant-menu-submenu-title:hover {
    color: #1890ff;
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu {
    margin-top: -1px;
}

.ant-menu-horizontal>.ant-menu-item:hover,
.ant-menu-horizontal>.ant-menu-submenu .ant-menu-submenu-title:hover {
    background-color: transparent;
}

.ant-menu-horizontal .ant-menu-item,
.ant-menu-horizontal .ant-menu-submenu-title {
    -webkit-transition: border-color 0.3s, background 0.3s;
    transition: border-color 0.3s, background 0.3s;
}

.ant-menu-item,
.ant-menu-submenu-title {
    position: relative;
    display: block;
    margin: 0;
    padding: 0 20px;
    white-space: nowrap;
    cursor: pointer;
    -webkit-transition: border-color 0.3s, background 0.3s,
        padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: border-color 0.3s, background 0.3s,
        padding 0.15s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu>.ant-menu-submenu-title::after {
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-arrow {
    position: absolute;
    top: 50%;
    right: 16px;
    width: 10px;
    color: rgba(0, 0, 0, 0.85);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.ant-menu-submenu-arrow::before,
.ant-menu-submenu-arrow::after {
    position: absolute;
    width: 6px;
    height: 1.5px;
    background-color: currentColor;
    border-radius: 2px;
    -webkit-transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: background 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        top 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        color 0.3s cubic-bezier(0.645, 0.045, 0.355, 1),
        -webkit-transform 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    content: "";
}

.ant-menu-submenu-arrow::before {
    -webkit-transform: rotate(45deg) translateY(-2.5px);
    transform: rotate(45deg) translateY(-2.5px);
}

.ant-menu-submenu-arrow::after {
    -webkit-transform: rotate(-45deg) translateY(2.5px);
    transform: rotate(-45deg) translateY(2.5px);
}

.ant-menu-submenu:hover>.ant-menu-submenu-title>.ant-menu-submenu-arrow {
    color: #1890ff;
}

.ant-menu-submenu-horizontal .ant-menu-submenu-arrow {
    display: none;
}

.ant-menu-horizontal {
    line-height: 46px;
    border: 0;
    border-bottom: 1px solid #f0f0f0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu {
    margin: 0 20px;
    margin-top: -1px;
    margin-bottom: 0;
    padding: 0 20px;
    padding-right: 0;
    padding-left: 0;
}

.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-item:hover,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu:hover,
.ant-menu-horizontal:not(.ant-menu-dark)>.ant-menu-submenu-selected {
    color: #1890ff;
    border-bottom: 2px solid #1890ff;
}

.ant-menu-horizontal>.ant-menu-item,
.ant-menu-horizontal>.ant-menu-submenu {
    position: relative;
    top: 1px;
    display: inline-block;
    vertical-align: bottom;
    border-bottom: 2px solid transparent;
}

.ant-menu-horizontal>.ant-menu-submenu>.ant-menu-submenu-title {
    padding: 0;
}

.ant-menu-horizontal::after {
    display: block;
    clear: both;
    height: 0;
    content: " ";
}

.ant-layout-header .ant-menu {
    line-height: inherit;
}

/*! CSS Used from: Embedded */
.ant-form-horizontal .ant-form-item-label {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.ant-form-horizontal .ant-form-item-control {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 0px;
    flex: 1 1 0;
}

.ant-col-24.ant-form-item-label {
    padding: 0 0 8px;
    line-height: 1.5715;
    white-space: initial;
    text-align: left;
}

.ant-col-24.ant-form-item-label>label {
    margin: 0;
}

.ant-col-24.ant-form-item-label>label::after {
    display: none;
}

@media (max-width: 575px) {
    .ant-form-item .ant-form-item-label {
        padding: 0 0 8px;
        line-height: 1.5715;
        white-space: initial;
        text-align: left;
    }

    .ant-form-item .ant-form-item-label>label {
        margin: 0;
    }

    .ant-form-item .ant-form-item-label>label::after {
        display: none;
    }

    .ant-form .ant-form-item {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .ant-form .ant-form-item .ant-form-item-label,
    .ant-form .ant-form-item .ant-form-item-control {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.ant-form {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
}

.ant-form label {
    font-size: 14px;
}

.ant-form-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
    font-variant: tabular-nums;
    line-height: 1.5715;
    list-style: none;
    -webkit-font-feature-settings: "tnum";
    font-feature-settings: "tnum";
    margin-bottom: 24px;
    vertical-align: top;
}

.ant-form-item-label {
    display: inline-block;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    overflow: hidden;
    white-space: nowrap;
    text-align: right;
    vertical-align: middle;
}

.ant-form-item-label>label {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 32px;
    color: rgba(0, 0, 0, 0.85);
    font-size: 14px;
}

.ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: inline-block;
    margin-right: 4px;
    color: #ff4d4f;
    font-size: 14px;
    font-family: SimSun, sans-serif;
    line-height: 1;
    content: "*";
}

.ant-form-hide-required-mark .ant-form-item-label>label.ant-form-item-required:not(.ant-form-item-required-mark-optional)::before {
    display: none;
}

.ant-form-item-label>label::after {
    content: ":";
    position: relative;
    top: -0.5px;
    margin: 0 8px 0 2px;
}

.ant-form-item-control {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ant-form-item-control:first-child:not([class^="ant-col-"]):not([class*=" ant-col-"]) {
    width: 100%;
}

.ant-form-item-control-input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 32px;
}

.ant-form-item-control-input-content {
    -webkit-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    max-width: 100%;
}

/*! CSS Used from: Embedded */
.dBqEUa {
    margin-top: 0px;
    padding: 0px;
}

.dBqEUa>div:first-child {
    height: 100%;
}

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

a {
    text-decoration: none;
}

.ipxtF .carousel-root>.carousel.carousel-slider {
    padding: 0px !important;
}

.ipxtF .carousel-root>.carousel.carousel-slider .slider-wrapper li.slide>div {
    background: white;
}

.ipxtF .carousel-root>.carousel.carousel-slider .slider-wrapper li.slide>div>a {
    display: block;
}

.ipxtF .carousel-root>.carousel.carousel-slider .slider-wrapper li.slide>div img {
    width: auto;
}

.ipxtF .carousel-root>.carousel.carousel-slider .slider-wrapper li.slide.selected {
    background: white;
}

/*! CSS Used from: Embedded */
.lfmJxf {
    background: white;
}

.lfmJxf .ant-layout-header {
    background: inherit;
    display: flex;
}

.lfmJxf .ant-layout-header .logo {
    width: fit-content;
    -webkit-box-pack: justify;
    justify-content: space-between;
    cursor: pointer;
}

.lfmJxf .ant-layout-header .logo img {
    width: -webkit-fill-available;
    max-width: 200px;
}

.lfmJxf .ant-layout-content .section-1 {
    padding: 50px 100px;
}

.lfmJxf .ant-layout-content .section-1 .carousel-root {
    margin-bottom: 40px;
}

.lfmJxf .ant-layout-content .section-1 .carousel-root .carousel.carousel-slider {
    padding-left: 40px;
    padding-right: 40px;
}

.lfmJxf .ant-layout-content .section-1 .carousel-root .carousel.carousel-slider img {
    max-height: 370px;
}

@media (max-width: 768px) {
    .lfmJxf .ant-layout-content .section-1 {
        flex-direction: column-reverse;
    }

    .lfmJxf .ant-layout-content .section-1>.ant-col {
        max-width: 100%;
    }
}

.lfmJxf .ant-layout-content .section-2 {
    color: white;
    background: rgb(47, 128, 237);
    padding: 50px 7%;
}

.lfmJxf .ant-layout-content .section-2 .col-left {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    gap: 25px;
}

.lfmJxf .ant-layout-content .section-2 .col-left .title {
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 24px;
}

.lfmJxf .ant-layout-content .section-2 .col-left img {
    width: 100%;
}

.lfmJxf .ant-layout-content .section-2 .col-right {
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    gap: 12px;
}

.lfmJxf .ant-layout-content .section-2 .col-right .title {
    font-size: 30px;
}

.lfmJxf .ant-layout-content .section-2 .col-right .title .highlight-text {
    color: rgb(248, 201, 65);
    margin-left: 6px;
}

.bNnzrs {
    padding: 26px 36px;
    border-radius: 8px;
    box-shadow: 0px 2px 6px -2px;
    flex-direction: column;
}

.jzKNzB .title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    gap: 10px;
}

.jzKNzB .ant-form-item .ant-form-item-label {
    padding: 0px;
}

.jzKNzB .ant-form-item input {
    border-radius: 4px;
}

.jzKNzB .ant-form-item .btn-submit {
    width: 100%;
    border-radius: 4px;
    font-weight: 700;
    height: 38px;
    font-size: 18px;
    background: rgb(248, 201, 65);
    border-color: rgb(248, 201, 65);
    margin: 8px 0px;
}

.jzKNzB .ant-form-item .btn-submit:hover,
.jzKNzB .ant-form-item .btn-submit:active,
.jzKNzB .ant-form-item .btn-submit:focus {
    border-color: rgb(242, 186, 25);
    background: rgb(242, 186, 25);
    color: black;
}

.CNlcm {
    height: 32px;
    background: rgb(248, 201, 65);
    border-color: rgb(248, 201, 65);
    border-radius: 4px;
}

.bnePEP .carousel .control-arrow,
.bnePEP .carousel.carousel-slider .control-arrow {
    transition: 0.25s ease-in;
    opacity: 0.4;
    position: absolute;
    z-index: 2;
    top: 20px;
    background: none;
    border: 0px;
    font-size: 32px;
    cursor: pointer;
}

.bnePEP .carousel .control-arrow:focus,
.bnePEP .carousel .control-arrow:hover {
    opacity: 1;
}

.bnePEP .carousel .control-arrow::before,
.bnePEP .carousel.carousel-slider .control-arrow::before {
    margin: 0px 5px;
    display: inline-block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    content: "";
}

.bnePEP .carousel .control-prev.control-arrow {
    left: 0px;
}

.bnePEP .carousel .control-prev.control-arrow::before {
    border-right: 8px solid rgb(255, 255, 255);
}

.bnePEP .carousel .control-next.control-arrow {
    right: 0px;
}

.bnePEP .carousel .control-next.control-arrow::before {
    border-left: 8px solid rgb(255, 255, 255);
}

.bnePEP .carousel {
    position: relative;
    width: 100%;
}

.bnePEP .carousel * {
    box-sizing: border-box;
}

.bnePEP .carousel img {
    width: 100%;
    display: inline-block;
    pointer-events: none;
}

.bnePEP .carousel .control-arrow {
    outline: 0px;
    border: 0px;
    background: none;
    top: 50%;
    margin-top: -13px;
    font-size: 18px;
}

.bnePEP .carousel.carousel-slider {
    position: relative;
    margin: 0px;
    overflow: hidden;
}

.bnePEP .carousel.carousel-slider .control-arrow {
    top: 0px;
    color: rgb(255, 255, 255);
    font-size: 26px;
    bottom: 0px;
    margin-top: 0px;
    padding: 5px;
}

.bnePEP .carousel.carousel-slider .control-arrow:hover {
    background: rgba(0, 0, 0, 0.2);
}

.bnePEP .carousel .slider-wrapper {
    overflow: hidden;
    margin: auto;
    width: 100%;
    transition: height 0.15s ease-in;
}

.bnePEP .carousel .slider-wrapper.axis-horizontal .slider {
    display: flex;
}

.bnePEP .carousel .slider-wrapper.axis-horizontal .slider .slide {
    flex-flow: column;
}

.bnePEP .carousel .slider {
    margin: 0px;
    padding: 0px;
    position: relative;
    list-style: none;
    width: 100%;
}

.bnePEP .carousel .slider.animated {
    transition: 0.35s ease-in-out;
}

.bnePEP .carousel .slide {
    min-width: 100%;
    margin: 0px;
    position: relative;
    text-align: center;
}

.bnePEP .carousel .slide img {
    width: 100%;
    vertical-align: top;
    border: 0px;
}

.bnePEP .carousel .control-dots {
    position: absolute;
    bottom: 0px;
    margin: 10px 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    z-index: 1;
}

@media (min-width: 960px) {
    .bnePEP .carousel .control-dots {
        bottom: 0px;
    }
}

.bnePEP .carousel .control-dots .dot {
    transition: opacity 0.25s ease-in;
    opacity: 0.3;
    box-shadow: rgba(0, 0, 0, 0.9) 1px 1px 2px;
    background: rgb(255, 255, 255);
    border-radius: 50%;
    width: 8px;
    height: 8px;
    cursor: pointer;
    display: inline-block;
    margin: 0px 8px;
}

.bnePEP .carousel .control-dots .dot.selected,
.bnePEP .carousel .control-dots .dot:hover {
    opacity: 1;
}

.bnePEP .carousel .carousel-status {
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 5px;
    font-size: 10px;
    text-shadow: rgba(0, 0, 0, 0.9) 1px 1px 1px;
    color: rgb(255, 255, 255);
}