@charset "UTF-8";
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
/**
 * Clay 3.84.0
 *
 * SPDX-FileCopyrightText: © 2020 Liferay, Inc. <https://liferay.com>
 * SPDX-FileCopyrightText: © 2020 Contributors to the project Clay <https://github.com/liferay/clay/graphs/contributors>
 *
 * SPDX-License-Identifier: BSD-3-Clause
 */
/**
 * Bootstrap v4.4.1
 *
 * SPDX-FileCopyrightText: © 2019 Twitter, Inc. <https://twitter.com>
 * SPDX-FileCopyrightText: © 2019 The Bootstrap Authors <https://getbootstrap.com/>
 *
 * SPDX-License-Identifier: LicenseRef-MIT-Bootstrap
 */
@import "custom_plugins/fontawesome-5.0.13/fontawesome-all.min.css";
@import "../fonts/stylesheet.css";
@import "custom_plugins/slick-1.8.1/slick/slick.css";
@import "custom_plugins/slick-1.8.1/slick/slick-theme.css";
@import "custom_plugins/animate/animate.css";
@import "custom_plugins/simplebar/simplebar.css";
@import "custom_plugins/bootstrap-datepicker/bootstrap-datepicker.min.css";
@import "custom_plugins/pickadate-js/lib/compressed/themes/classic.css";
@import "custom_plugins/pickadate-js/lib/compressed/themes/classic.date.css";
@import "custom_plugins/pickadate-js/lib/compressed/themes/classic.time.css";
@import "custom_plugins/flatpickr.min.css";
@import "custom_plugins/select2/src/css/select2.min.css";
@import "custom_plugins/aos-2.3.1/aos.min.css";
@import "./shepherd.css";
.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.sr-only-focusable:active, .sr-only-focusable:focus {
  clip: auto;
  height: auto;
  overflow: visible;
  position: static;
  white-space: normal;
  width: auto;
}

.lfr-asset-column-details .lfr-asset-categories {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-categories .lfr-asset-category {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-description {
  color: #444;
  font-style: italic;
  margin: 0.5em auto 2em;
  -ms-hyphens: none;
  -webkit-hyphens: none;
  hyphens: none;
}
.lfr-asset-column-details .lfr-asset-icon {
  border-right: 1px solid transparent;
  color: #999;
  float: left;
  line-height: 1em;
  margin-right: 10px;
  padding-right: 10px;
}
.lfr-asset-column-details .lfr-asset-icon.last {
  border-width: 0;
}
.lfr-asset-column-details .lfr-asset-tags {
  color: #7d7d7d;
}
.lfr-asset-column-details .lfr-asset-tags .tag {
  color: #555;
}
.lfr-asset-column-details .lfr-asset-metadata {
  clear: both;
  margin-bottom: 1.5em;
  padding-bottom: 1.5em;
}
.lfr-asset-column-details .lfr-panel {
  clear: both;
  margin-bottom: 0.2em;
}
.lfr-asset-column-details .lfr-panel.lfr-extended {
  border: 1px solid #ccc;
  margin-bottom: 0;
}
.lfr-asset-column-details .taglib-custom-attributes-list label,
.lfr-asset-column-details .lfr-asset-field label {
  display: block;
}
.lfr-asset-column-details .taglib-custom-attributes-list {
  margin-bottom: 1em;
}

.overlay {
  position: absolute;
}

.overlay-hidden,
.overlaymask-hidden {
  display: none;
}

.lfr-form-row {
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 1px 5px 25px;
  position: relative;
}
.lfr-form-row:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
}
.lfr-form-row:hover {
  border: solid #ccc;
  border-width: 1px 0;
  padding-top: 0;
}
.lfr-form-row.lfr-form-row-inline .form-group {
  margin-right: 5px;
}
.lfr-form-row legend .field-label {
  float: left;
  margin-right: 10px;
}
.lfr-form-row .handle-sort-vertical {
  background: url(../images/application/handle_sort_vertical.png) no-repeat 0 50%;
  cursor: move;
  padding-left: 20px;
}
.lfr-form-row fieldset {
  border-width: 0;
  margin: 0;
  padding: 0;
}

.lfr-autorow-controls {
  bottom: 5px;
  position: absolute;
  right: 5px;
}

.datepicker-popover-content .popover-content {
  padding: 0.75rem 1rem;
}

.dropdown.open > .dropdown-menu, .overlay-content .open > .dropdown-menu {
  display: block;
}

.form-control-inline {
  background-color: transparent;
  font-size: 1.125rem;
  font-weight: 700;
}
.form-control-inline:not(:hover) {
  border-color: transparent;
}
.form-control-inline::placeholder {
  color: #a7a9bc;
  font-style: italic;
}

.form-search .input-group {
  position: relative;
}
.form-search .input-group.advanced-search .search-query {
  padding-left: 40px;
  z-index: 0;
}
.form-search .input-group.advanced-search .toggle-advanced {
  cursor: pointer;
  left: 0;
  line-height: 1;
  padding: 8px 10px;
  position: absolute;
  top: 0;
}
.form-search .input-group.advanced-search .toggle-advanced .caret {
  margin-top: 7px;
}
.form-search .input-group.advanced-search .toggle-advanced .icon-search {
  font-size: 14px;
}
@media (max-width: 991.98px) {
  .form-search .input-group {
    width: 100%;
  }
  .form-search .input-group .btn {
    clip: rect(0, 0, 0, 0);
    left: -9999px;
    position: absolute;
  }
  .form-search .input-group input.search-query {
    width: 100%;
  }
}

.lfr-table {
  border-collapse: collapse;
  clear: both;
}
.lfr-table > tbody > tr > td,
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > td,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > td,
.lfr-table > tfoot > tr > th {
  padding: 0 5px;
  overflow-wrap: break-all;
  word-wrap: break-all;
}
.lfr-table > tbody > tr > td:first-child, .lfr-table > tbody > tr > td.first-child,
.lfr-table > tbody > tr > th:first-child,
.lfr-table > tbody > tr > th.first-child,
.lfr-table > thead > tr > td:first-child,
.lfr-table > thead > tr > td.first-child,
.lfr-table > thead > tr > th:first-child,
.lfr-table > thead > tr > th.first-child,
.lfr-table > tfoot > tr > td:first-child,
.lfr-table > tfoot > tr > td.first-child,
.lfr-table > tfoot > tr > th:first-child,
.lfr-table > tfoot > tr > th.first-child {
  padding-left: 0;
}
.lfr-table > tbody > tr > td:last-child, .lfr-table > tbody > tr > td.last-child,
.lfr-table > tbody > tr > th:last-child,
.lfr-table > tbody > tr > th.last-child,
.lfr-table > thead > tr > td:last-child,
.lfr-table > thead > tr > td.last-child,
.lfr-table > thead > tr > th:last-child,
.lfr-table > thead > tr > th.last-child,
.lfr-table > tfoot > tr > td:last-child,
.lfr-table > tfoot > tr > td.last-child,
.lfr-table > tfoot > tr > th:last-child,
.lfr-table > tfoot > tr > th.last-child {
  padding-right: 0;
}
.lfr-table > tbody > tr > th,
.lfr-table > thead > tr > th,
.lfr-table > tfoot > tr > th {
  font-weight: bold;
}

.lfr-pagination:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}
.lfr-pagination .dropdown-menu {
  display: none;
}
.lfr-pagination .dropdown-toggle .icon-caret-down {
  margin-left: 5px;
}
.lfr-pagination .lfr-pagination-controls {
  float: left;
}
.lfr-pagination .lfr-pagination-controls .search-results {
  display: inline-block;
  margin-left: 10px;
  margin-top: 5px;
  top: 10px;
}
.lfr-pagination .lfr-pagination-controls li .lfr-pagination-link {
  border-width: 0;
  clear: both;
  color: #333;
  display: block;
  font-weight: normal;
  line-height: 20px;
  padding: 3px 20px;
  text-align: left;
  white-space: nowrap;
  width: 100%;
}
.lfr-pagination .lfr-pagination-delta-selector {
  float: left;
}
@media (max-width: 991.98px) {
  .lfr-pagination .lfr-pagination-delta-selector .lfr-icon-menu-text {
    display: none;
  }
}
.lfr-pagination .pagination-content {
  float: right;
}

.lfr-panel.lfr-extended {
  border: 1px solid transparent;
  border-color: #dedede #bfbfbf #bfbfbf #dedede;
}
.lfr-panel.lfr-extended.lfr-collapsible .lfr-panel-button {
  display: block;
}
.lfr-panel.lfr-extended.lfr-collapsed .lfr-panel-titlebar {
  border-bottom-width: 0;
}
.lfr-panel.panel-default .panel-heading {
  border-bottom-width: 0;
}
.lfr-panel .toggler-header {
  cursor: pointer;
}

.sidebar-sm {
  font-size: 0.875rem;
}
.sidebar-sm .sheet-subtitle {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.sidebar-sm .form-group {
  margin-bottom: 1rem;
}
.sidebar-sm .form-control {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  height: 2rem;
  line-height: 1.5;
  min-height: auto;
  padding: 0.25rem 0.75rem;
}
.sidebar-sm .form-control.form-control-tag-group {
  height: auto;
}
.sidebar-sm .form-control.form-control-tag-group .form-control-inset {
  margin-bottom: 0;
  margin-top: 0;
}
.sidebar-sm .form-control.form-control-tag-group .label {
  margin-bottom: 0;
  margin-top: 0;
  padding: 0 0.25rem;
}
.sidebar-sm .form-control[type=file] {
  padding: 0;
}
.sidebar-sm select.form-control {
  padding-right: 1.6rem;
}
.sidebar-sm select.form-control:not([size]) {
  height: 2rem;
}
.sidebar-sm .article-content-description .input-localized.input-localized-editor .input-group-item .wrapper .form-control {
  min-height: auto;
  padding: 0.285rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled) {
  border-radius: 0.1875rem;
  font-size: 0.875rem;
  line-height: 1.15;
  padding: 0.4375rem 0.75rem;
}
.sidebar-sm .btn:not(.btn-unstyled).close {
  padding: 0.4375rem;
}
.sidebar-sm .btn.btn-monospaced, .sidebar-sm .btn.btn-monospaced.btn-sm {
  height: 2rem;
  padding: 0.1875rem 0;
  width: 2rem;
}
.sidebar-sm .btn.btn-monospaced.input-localized-trigger, .sidebar-sm .btn.btn-monospaced.btn-sm.input-localized-trigger {
  padding: 0;
}
.sidebar-sm .input-group-item .input-group-text {
  font-size: 0.875rem;
  height: 2rem;
  min-width: 2rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.sidebar-sm .input-group-item .btn .btn-section {
  font-size: 0.5625rem;
}
.sidebar-sm .list-group-item-flex {
  padding: 0.5rem 0.25rem;
}
.sidebar-sm .list-group-item-flex .autofit-col {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.lfr-translation-manager {
  border-radius: 4px;
  display: inline-block;
  margin-top: 0.5em;
  min-height: 1.8em;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-default-locale {
  display: inline-block;
  width: auto;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu {
  float: none;
  padding: 0.4em 0;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li,
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-icon-menu li strong {
  display: inline;
}
.lfr-translation-manager .lfr-translation-manager-content .lfr-translation-manager-translations-message {
  margin: 10px 0;
}
.lfr-translation-manager .lfr-translation-manager-available-translations {
  white-space: normal;
}
.lfr-translation-manager .lfr-translation-manager-available-translations .lfr-translation-manager-available-translations-links {
  line-height: 1;
}
.lfr-translation-manager .lfr-translation-manager-translation {
  border: 1px solid transparent;
  border-radius: 4px;
  cursor: pointer;
  display: inline-block;
  margin: 0.2em;
  padding: 0.4em 0.3em 0.4em 0.5em;
  text-decoration: none;
}
.lfr-translation-manager .lfr-translation-manager-translation * {
  vertical-align: middle;
}
.lfr-translation-manager .lfr-translation-manager-translation img {
  margin-right: 0.3em;
}
.lfr-translation-manager .lfr-translation-manager-translation:hover {
  background-color: #d1e5ef;
}
.lfr-translation-manager .lfr-translation-manager-translation.lfr-translation-manager-translation-editing {
  background-color: #598bec;
  border-color: #224fa8;
  color: #fff;
}
.lfr-translation-manager .lfr-translation-manager-change-default-locale {
  margin: 0 0.4em;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation {
  display: inline-block;
  padding: 0 2px;
}
.lfr-translation-manager .lfr-translation-manager-delete-translation svg {
  pointer-events: none;
}

.lfr-tree a {
  text-decoration: none;
}
.lfr-tree li {
  margin-bottom: 2px;
  padding-left: 0;
}
.lfr-tree li ul li, .lfr-tree li.tree-item {
  padding-left: 0;
}
.lfr-tree li.tree-item {
  padding-left: 5px;
}
.lfr-tree li.tree-item li {
  padding-left: 20px;
}
.lfr-tree li.tree-item ul {
  margin-left: 0;
  margin-top: 5px;
}

.lfr-upload-container {
  margin-bottom: 1rem;
}
.lfr-upload-container .upload-target {
  border: 3px dashed #e7e7ed;
  margin-bottom: 1rem;
  min-height: 2rem;
  padding: 2rem 0;
  position: relative;
  text-align: center;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  z-index: 100;
}
.upload-drop-active .lfr-upload-container .upload-target {
  background-color: #edf9f0;
  border-color: #5aca75;
}
.lfr-upload-container .upload-target .drop-file-text {
  font-weight: normal;
}
.mobile .lfr-upload-container .upload-target .drop-file-text {
  display: none;
}
.lfr-upload-container .upload-target .small {
  display: block;
  margin: 5px 0;
  text-transform: lowercase;
}
.lfr-upload-container .manage-upload-target {
  padding-top: 5px;
  position: relative;
}
.lfr-upload-container .manage-upload-target .select-files {
  float: left;
  line-height: 0;
  margin: 0 1.125rem 1.125rem;
  padding: 0 0 0 5px;
}
.lfr-upload-container .cancel-uploads,
.lfr-upload-container .clear-uploads {
  background-repeat: no-repeat;
  float: right;
}
.lfr-upload-container .cancel-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAnFBMVEX////4YWP/dXjyS07/dXj9bXD6a234YWP4XWD2WVv2VFfsOTzoLzHmKSvkISP2VFf0TE/vREftPT/iHB72WVvvREf0TE//hon/gYX/fYD/e33/dXj/cXP9bXD/a236a23/Zmb4YWP4XWD/Wl32WVv/VVj2VFf3VFb0TE/yS072SUvvREfuQELtPT/sOTzrMzXoLzHnLC/mKSvkISPh2jkWAAAAF3RSTlMAESIiMzMzMzMzMzMzMzNERERERHd3qtw8lzkAAACOSURBVHjaZcjZDsIgEIXhcd+tu5YBKUixttS6vP+7OQKJTfxvTr4D7Tpxu/2w410SjDjwVvLQ805TPiRryfQeKM6OTI68K/BJPHGlJZJjSqSMofEOGXbJecsTgzkds58V5+J8refBU7Jx9yIrmkW0sA6gqbLyuaRjZZWtgXq58rEFan0jf3uTfRuIkf/7AO8DDcVPSSG3AAAAAElFTkSuQmCC);
  margin-right: 0;
}
.lfr-upload-container .clear-uploads {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAMAAAAoLQ9TAAAAdVBMVEX///+6QwTEVx65RQPEVx3EWB64RQPDVxq5RAO5RAO5RQPATQ65RQO5RQO5RQPRczjJZCW9TQTLay28QgTdZAHhaAPmdyHqeQXrikDudgDvfxj0nWP1qHL2tY33tY34dgD+za7+1rj/dxH/fxj/hiH/kk3///9TM3sUAAAAFHRSTlMAbXd4eHh6gN3e3+Hi4+T5+/z8/mIsq5IAAABHSURBVBjTY2CgGWDlFuZhRuIz8cspyggxIgQ4ZFWVVCQ4EQLCCmpqalLCCAFeaWV5SVE+hAC7gJi4iCAbkqksXMK8bNRzNADCOQN++eLhCQAAAABJRU5ErkJggg==);
  padding-left: 16px;
}
.lfr-upload-container .upload-file.upload-complete.file-saved {
  padding-left: 25px;
}
.lfr-upload-container .upload-file .file-title {
  display: inline-block;
  max-width: 95%;
  overflow: hidden;
  padding-right: 16px;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
}
.lfr-upload-container .upload-file .icon-file {
  font-size: 40px;
}
.lfr-upload-container .upload-list-info {
  margin: 1em 0 0.5em;
}
.lfr-upload-container .upload-list-info h4 {
  font-size: 1.3em;
}
.lfr-upload-container .cancel-button {
  color: #6b6c7e;
  margin-top: 1px;
  position: absolute;
  right: 5px;
  top: 50%;
  white-space: nowrap;
}
.lfr-upload-container .cancel-button .cancel-button-text {
  display: none;
  margin-left: 5px;
}
.lfr-upload-container .cancel-button:hover .cancel-button-text {
  display: inline;
}
.lfr-upload-container .cancel-button .lexicon-icon {
  height: 12px;
}
.lfr-upload-container .delete-button {
  color: #6b6c7e;
}
.lfr-upload-container .delete-button-col {
  padding-right: 10px;
}
.lfr-upload-container .file-added .success-message {
  float: right;
  font-weight: normal;
}
.lfr-upload-container .upload-error {
  opacity: 1;
  padding-left: 25px;
}
.lfr-upload-container .upload-complete .cancel-button,
.lfr-upload-container .delete-button,
.lfr-upload-container .upload-complete.file-saved .delete-button,
.lfr-upload-container .upload-complete.upload-error .delete-button {
  display: none;
}
.lfr-upload-container .multiple-files .upload-error {
  background: #feefef url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAJPSURBVDjLpZPLS5RhFMYfv9QJlelTQZwRb2OKlKuINuHGLlBEBEOLxAu46oL0F0QQFdWizUCrWnjBaDHgThCMoiKkhUONTqmjmDp2GZ0UnWbmfc/ztrC+GbM2dXbv4ZzfeQ7vefKMMfifyP89IbevNNCYdkN2kawkCZKfSPZTOGTf6Y/m1uflKlC3LvsNTWArr9BT2LAf+W73dn5jHclIBFZyfYWU3or7T4K7AJmbl/yG7EtX1BQXNTVCYgtgbAEAYHlqYHlrsTEVQWr63RZFuqsfDAcdQPrGRR/JF5nKGm9xUxMyr0YBAEXXHgIANq/3ADQobD2J9fAkNiMTMSFb9z8ambMAQER3JC1XttkYGGZXoyZEGyTHRuBuPgBTUu7VSnUAgAUAWutOV2MjZGkehgYUA6O5A0AlkAyRnotiX3MLlFKduYCqAtuGXpyH0XQmOj+TIURt51OzURTYZdBKV2UBSsOIcRp/TVTT4ewK6idECAihtUKOArWcjq/B8tQ6UkUR31+OYXP4sTOdisivrkMyHodWejlXwcC38Fvs8dY5xaIId89VlJy7ACpCNCFCuOp8+BJ6A631gANQSg1mVmOxxGQYRW2nHMha4B5WA3chsv22T5/B13AIicWZmNZ6cMchTXUe81Okzz54pLi0uQWp+TmkZqMwxsBV74Or3od4OISPr0e3SHa3PX0f3HXKofNH/UIG9pZ5PeUth+CyS2EMkEqs4fPEOBJLsyske48/+xD8oxcAYPzs4QaS7RR2kbLTTOTQieczfzfTv8QPldGvTGoF6/8AAAAASUVORK5CYII=) no-repeat 5px 5px;
  border-color: #ab1010;
  color: #ab1010;
  font-weight: normal;
  margin-bottom: 16px;
  padding: 8px 8px 8px 24px;
}
.lfr-upload-container .multiple-files .upload-error .error-message {
  display: block;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .card-body,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .card-body {
  padding-left: 1rem;
}
.lfr-upload-container .multiple-files .upload-complete.file-saved .form-check-middle-left .custom-control-label,
.lfr-upload-container .multiple-files .upload-complete.upload-error .form-check-middle-left .custom-control-label {
  display: none;
}
.lfr-upload-container .single-file .upload-error {
  list-style: none;
  margin-top: 1em;
}
.lfr-upload-container .single-file .upload-error .upload-error-message {
  margin-bottom: 0.5em;
}
.lfr-upload-container .upload-complete {
  padding-left: 5px;
}
.lfr-upload-container .upload-complete .error-message,
.lfr-upload-container .upload-complete .success-message {
  font-weight: bold;
  margin-left: 1em;
}
.lfr-upload-container .upload-complete .delete-button {
  display: inline-block;
}
.lfr-upload-container .upload-complete .select-file:disabled + .custom-control-label {
  display: none;
}
.lfr-upload-container .progress {
  display: none;
  margin-top: 0.5rem;
}
.lfr-upload-container .file-uploading .progress {
  display: flex;
}

.lfr-alert-container {
  left: 0;
  position: absolute;
  right: auto;
  top: auto;
  width: 100%;
  z-index: 430;
}
.lfr-alert-container.inline-alert-container {
  position: relative;
}
.lfr-alert-container.inline-alert-container .lfr-alert-wrapper {
  padding: 0;
}
.lfr-alert-container .lfr-alert-wrapper {
  margin-bottom: 5px;
  overflow: hidden;
}

.lfr-search-container td .overlay.entry-action {
  position: static;
}
.lfr-search-container td .overlay.entry-action .btn a {
  display: block;
  padding: 4px 12px;
}

.contextual-sidebar {
  height: calc(100vh - 49px);
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 49px;
  transform: translateX(100%);
  transition: transform ease 0.5s;
  width: 320px;
  will-change: transform;
}
.contextual-sidebar.contextual-sidebar-visible {
  pointer-events: auto;
  transform: translateX(0);
}
body.has-control-menu .contextual-sidebar {
  height: calc(100vh - 98px);
  top: 98px;
}

@media (min-width: 576px) {
  .contextual-sidebar {
    height: calc(100vh - 64px);
    top: 64px;
  }
  body.has-control-menu .contextual-sidebar {
    height: calc(
				100vh - 120px
			);
    top: 120px;
  }
  .contextual-sidebar-content {
    transition: padding ease 0.5s;
    will-change: padding;
  }
  .contextual-sidebar-visible .contextual-sidebar-content,
  .contextual-sidebar-visible + .contextual-sidebar-content {
    padding-right: 320px;
  }
}
.taglib-diff-html div.diff-removed-image {
  background: #fdc6c6 url(../images/diff/minus.png);
}
.taglib-diff-html div.diff-added-image {
  background: #cfc url(../images/diff/plus.png) no-repeat;
}
.taglib-diff-html div.diff-removed-image, .taglib-diff-html div.diff-added-image {
  height: 300px;
  margin: 2px;
  opacity: 0.55;
  position: absolute;
  width: 200px;
}
.taglib-diff-html span.diff-html-added {
  background-color: #cfc;
  font-size: 1em;
}
.taglib-diff-html span.diff-html-added img {
  border: 2px solid #cfc;
}
.taglib-diff-html span.diff-html-changed {
  background: url(../images/diff/underline.png) bottom repeat-x;
}
.taglib-diff-html span.diff-html-changed img {
  border: 2px dotted #009;
}
.taglib-diff-html span.diff-html-removed {
  background-color: #fdc6c6;
  font-size: 1em;
  text-decoration: line-through;
}
.taglib-diff-html span.diff-html-removed img {
  border: 2px solid #fdc6c6;
}

.taglib-discussion {
  font-size: 0.875rem;
  margin-top: 1rem;
}
.taglib-discussion .actions-menu .component-action {
  display: inline-flex;
}
.taglib-discussion .button-holder {
  margin: 1rem 0;
}
.taglib-discussion .comment-container {
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion .lfr-discussion-form-edit .alloy-editor-placeholder {
  border-left-color: #dbdde1;
}
.taglib-discussion .lfr-discussion-body {
  font-size: 1rem;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-body {
    padding-left: 3.5rem;
  }
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-details .taglib-user-display {
    word-wrap: break-word;
  }
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name {
  font-weight: bold;
  text-decoration: none;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-details .user-name:hover {
  text-decoration: underline;
}
.taglib-discussion .lfr-discussion-details .taglib-user-display .user-profile-image .avatar {
  background-size: 50px;
}
.taglib-discussion .lfr-discussion-container {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:first-of-type {
  border-top: 1px solid #e7e7ed;
  padding-top: 1.5rem;
}
.taglib-discussion .lfr-discussion-container:last-of-type {
  border-bottom: 0;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion {
  padding-left: 1rem;
}
.taglib-discussion .lfr-discussion-container .lfr-discussion .lfr-discussion .lfr-discussion .lfr-discussion {
  padding-left: 0;
}
@media (min-width: 576px) {
  .taglib-discussion .lfr-discussion-container .lfr-discussion {
    padding-left: 3.5rem;
  }
}
.taglib-discussion .lfr-discussion-parent-link {
  color: #67678c;
  font-weight: 600;
  margin-left: 1em;
}
@media (max-width: 767.98px) {
  .taglib-discussion .lfr-discussion-parent-link {
    display: block;
    margin-left: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
.taglib-discussion .lfr-discussion-controls .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}
.taglib-discussion .lfr-discussion-more-comments {
  border-top: 1px solid #e7e7ed;
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  text-align: center;
}
.taglib-discussion .username {
  color: #272833;
  font-weight: 600;
}
.taglib-discussion .taglib-workflow-status {
  margin-left: 0.5rem;
}
.taglib-discussion .workflow-value {
  text-transform: uppercase;
}
@media (min-width: 576px) {
  .taglib-discussion .actions-menu {
    display: none;
  }
  .taglib-discussion .comment-container:hover .actions-menu,
  .taglib-discussion .actions-menu:focus,
  .taglib-discussion .actions-menu.open {
    display: inline-block;
  }
}

.drop-zone {
  min-height: 80px;
  padding: 20px;
  text-align: center;
}
.drop-zone.drop-enabled {
  outline: 2px dashed transparent;
}
.drop-zone.drop-enabled:not(.no-border) {
  outline-color: rgba(176, 180, 187, 0.5);
}
.drop-zone p {
  margin: 10px auto 0;
  max-width: 75%;
}

.drop-here-info {
  font-size: 25px;
  height: 100%;
  left: 0;
  min-height: 100px;
  opacity: 0;
  position: absolute;
  text-align: center;
  top: 0;
  visibility: hidden;
  width: 100%;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info {
    transition: none;
  }
}
.drop-here-info .drop-here-indicator {
  height: 115px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}
.drop-here-info .drop-icons {
  display: inline-block;
  position: relative;
  width: 160px;
  transition: all 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons {
    transition: none;
  }
}
.drop-here-info .drop-icons span {
  border-radius: 3px;
  position: absolute;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .drop-here-info .drop-icons span {
    transition: none;
  }
}
.drop-here-info .drop-icons span:nth-of-type(1) {
  box-shadow: 5px 4px 0 0 rgba(0, 0, 0, 0.08);
  height: 60px;
  left: 0;
  line-height: 60px;
  opacity: 0;
  top: 10px;
  transform: rotate(25deg);
  width: 60px;
}
.drop-here-info .drop-icons span:nth-of-type(2) {
  background: #00c2ff;
  color: #fff;
  height: 80px;
  left: 40px;
  line-height: 80px;
  width: 80px;
  z-index: 2;
}
.drop-here-info .drop-icons span:nth-of-type(3) {
  box-shadow: -5px 4px 0 0 rgba(0, 0, 0, 0.08);
  display: block;
  font-size: 45px;
  height: 70px;
  left: 90px;
  line-height: 70px;
  opacity: 0;
  position: relative;
  top: 8px;
  transform: rotate(-25deg);
  width: 70px;
  z-index: 1;
}
.drop-here-info .drop-icons span:nth-of-type(1), .drop-here-info .drop-icons span:nth-of-type(3) {
  background: #e8e6e8;
  color: #a5a6ac;
}
.drop-here-info .drop-text {
  color: #fff;
  display: block;
  font-size: 20px;
  margin-left: 0;
  margin-top: 20px;
}
.drop-active .drop-here-info {
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 1;
  visibility: visible;
  z-index: 100;
}
.drop-active .drop-here-info .drop-icons span:nth-of-type(1), .drop-active .drop-here-info .drop-icons span:nth-of-type(3) {
  opacity: 1;
}
.drop-active .drop-here-info span:nth-of-type(1) {
  transform: rotate(-20deg);
}
.drop-active .drop-here-info span:nth-of-type(2) {
  transform: scale(1);
}
.drop-active .drop-here-info span:nth-of-type(3) {
  transform: rotate(15deg);
}

.taglib-empty-result-message.sheet {
  margin-bottom: 24px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  color: #6b6c7e;
  margin-top: 8px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn,
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  margin-left: auto;
  margin-right: auto;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  max-width: 200px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-header,
.taglib-empty-result-message .taglib-empty-result-message-header-has-plus-btn {
  background-image: url(/o/emma-by-axa-mandiri-theme/images/states/empty_state.gif);
}
.taglib-empty-result-message .taglib-empty-search-result-message-header {
  background-image: url(/o/emma-by-axa-mandiri-theme/images/states/search_state.gif);
  max-width: 210px;
  padding-top: 232px;
}
.taglib-empty-result-message .taglib-empty-state {
  background-image: url(/o/emma-by-axa-mandiri-theme/images/states/empty_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-success-state {
  background-image: url(/o/emma-by-axa-mandiri-theme/images/states/success_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-search-state {
  background-image: url(/o/emma-by-axa-mandiri-theme/images/states/search_state.gif);
  margin: auto;
  max-width: 250px;
  padding-top: 250px;
}
.taglib-empty-result-message .taglib-empty-result-message-title {
  font-size: 1rem;
  margin-top: 48px;
}
.taglib-empty-result-message .taglib-empty-result-message-description {
  font-size: 0.875rem;
}
.taglib-empty-result-message .taglib-empty-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-search-result-message-header + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-empty-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-success-state + .taglib-empty-result-message-title,
.taglib-empty-result-message .taglib-search-state + .taglib-empty-result-message-title {
  font-size: 1.25rem;
  font-weight: bold;
  text-align: center;
}
.taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-description, .taglib-empty-result-message .taglib-empty-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-search-result-message-header ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-empty-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-success-state ~ .taglib-empty-result-message-actions,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-description,
.taglib-empty-result-message .taglib-search-state ~ .taglib-empty-result-message-actions {
  font-size: 1rem;
  text-align: center;
}

.field-wrapper.form-inline .control-label {
  display: inline-block;
}

.field-wrapper-html .input-localized .input-group-item {
  flex-wrap: nowrap;
}

.taglib-header {
  border-bottom: 1px solid #c8c9ca;
  color: #555;
  margin-bottom: 1em;
  padding-bottom: 10px;
}
.taglib-header .header-title {
  display: inline-block;
  margin: 0.1em;
  max-width: 100%;
  text-overflow: ellipsis;
  vertical-align: middle;
  white-space: nowrap;
  word-wrap: normal;
}
.taglib-header .header-back-to {
  display: inline-block;
  vertical-align: middle;
}
.taglib-header .header-back-to a {
  display: block;
  font-weight: bold;
  padding: 0 0.3em 0 0;
  text-decoration: none;
}

.taglib-icon {
  text-decoration: none;
}
.taglib-icon:not(.btn):hover .taglib-text, .taglib-icon:not(.btn):focus .taglib-text {
  text-decoration: underline;
}
.taglib-icon[lang] > img {
  vertical-align: baseline;
  width: 16px;
}

.icon-monospaced {
  color: inherit;
  display: inline-block;
  height: 2rem;
  line-height: 34px;
  text-align: center;
  width: 2rem;
}
.icon-monospaced.lexicon-icon {
  padding: 8px;
}

.taglib-icon-list li {
  float: left;
  margin-right: 1em;
}
.taglib-icon-list:after {
  clear: both;
  content: "";
  display: block;
  height: 0;
  visibility: hidden;
}

.lfr-icon-menu .lfr-icon-menu-icon {
  max-width: none;
}
@media (max-width: 767.98px) {
  .table-cell.last .lfr-icon-menu .dropdown-toggle {
    text-align: center;
  }
  .table-cell.last .lfr-icon-menu .dropdown-toggle > img,
  .table-cell.last .lfr-icon-menu .dropdown-toggle .lfr-icon-menu-text {
    display: none;
  }
}

.lfr-menu-list {
  float: none;
  overflow-y: auto;
  position: relative;
}
.lfr-menu-list.direction-right {
  margin: 0 2px;
}
.lfr-menu-list.dropdown-menu {
  float: none;
  position: relative;
}
@media (max-width: 991.98px) {
  .lfr-menu-list.dropdown-menu > li > a {
    font-size: 22px;
    line-height: 40px;
    white-space: normal;
  }
  .lfr-menu-list.dropdown-menu > li > a img {
    margin-bottom: 3px;
  }
}
.lfr-menu-list.dropdown-menu .search-panel {
  margin-bottom: 0;
}
.lfr-menu-list.dropdown-menu .search-panel .form-group {
  margin: 0 16px;
}
.lfr-menu-list.dropdown-menu .search-panel .menu-item-filter {
  width: auto;
}
body > .lfr-menu-list ul {
  border-radius: 4px;
}

.lfr-icon-menu-open:after {
  clear: both;
  content: "";
  display: table;
}
.lfr-icon-menu-open .dropdown-menu {
  position: static;
}

.input-localized.input-localized-editor .form-control {
  border-width: 0;
  height: 100%;
  padding: 0;
}
.input-localized .input-group-item {
  flex-direction: column;
}
.input-localized .input-localized-content {
  margin-left: 6px;
}
.input-group .input-localized .input-localized-content {
  margin-top: 3px;
}
.input-localized .lfr-input-localized .lfr-input-localized-state {
  background-color: #ddd;
}
.input-localized .lfr-input-localized .lfr-input-localized-state.lfr-input-localized-state-error {
  background-color: #ff0047;
}
.input-localized .lfr-input-localized-default a {
  margin-right: 14px;
}
.input-localized .lfr-input-localized-state {
  height: 4px;
  margin: 3px 5px;
  width: 4px;
}
.input-localized .palette-item-inner .lfr-input-localized-flag {
  font-size: 16px;
  opacity: 0.5;
}
.input-localized .palette-item,
.input-localized .palette-item-hover,
.input-localized .palette-item-hover .palette-item-inner {
  border-color: transparent;
}
.input-localized .palette-item-inner {
  border-color: #666;
  display: block;
  height: 16px;
  width: 16px;
}
.input-localized .palette-item-selected .lfr-input-localized-state {
  background: #27c1f2;
}

.input-localized-palette-container .palette-items-container {
  font-size: 0;
  margin: 0;
  white-space: normal;
}
.input-localized-palette-container .palette-item {
  border-width: 0;
  padding: 0.5rem 1.25rem;
}
.input-localized-palette-container .palette-item-inner {
  border: 1px solid;
  margin-right: 4px;
  width: 16px;
}
.input-localized-palette-container .palette-item-inner img {
  display: block;
}

.taglib-move-boxes {
  margin-bottom: 1em;
}
.taglib-move-boxes label {
  border-bottom: 1px solid transparent;
  display: block;
  margin-bottom: 5px;
  padding: 5px;
}
.taglib-move-boxes .toolbar {
  text-align: center;
}
.taglib-move-boxes .arrow-button img {
  border-width: 0;
  height: 16px;
  width: 16px;
}
.taglib-move-boxes .choice-selector {
  width: 100%;
}
.taglib-move-boxes .choice-selector label {
  background: #ebf1f9;
  border-bottom-color: #8db2f3;
}
.taglib-move-boxes .field-content {
  margin-bottom: 0;
}
.taglib-move-boxes .move-arrow-buttons {
  margin-top: 5em;
}
.taglib-move-boxes .move-arrow-buttons .arrow-button {
  display: block;
}
.taglib-move-boxes .sortable-container {
  margin-top: 10px;
}
.taglib-move-boxes .sortable-container .btn.edit-selection {
  margin-bottom: 10px;
}
.taglib-move-boxes .sortable-container .move-option {
  background-color: transparent;
  border-top: 1px solid #ddd;
  display: none;
  margin: 2px 0;
  padding: 2px;
  position: relative;
}
.taglib-move-boxes .sortable-container .move-option.selected {
  display: block;
}
.taglib-move-boxes .sortable-container .move-option.move-option-dragging {
  background-color: #fafafa;
}
.taglib-move-boxes .sortable-container .move-option .checkbox,
.taglib-move-boxes .sortable-container .move-option .handle {
  position: absolute;
}
.taglib-move-boxes .sortable-container .move-option .checkbox {
  display: none;
  margin: 7px 0 0 5px;
}
.taglib-move-boxes .sortable-container .move-option .handle {
  color: #999;
  cursor: pointer;
  font-size: 1.5em;
  padding: 6px;
}
.taglib-move-boxes .sortable-container .move-option .title {
  font-size: 1.2em;
  margin: 1px 0 1px 30px;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option {
  display: block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .checkbox {
  display: inline-block;
}
.taglib-move-boxes .sortable-container.edit-list-active .move-option .handle {
  display: none;
}
.mobile .taglib-move-boxes .selector-container {
  display: none;
}

.item-selector .card-row > .autofit-col-expand {
  padding-top: 4px;
}
.item-selector .drop-zone {
  background-color: #f1f2f5;
  margin-top: 1rem;
}
.item-selector .input-file {
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  width: 0.1px;
  z-index: -1;
}
.item-selector .input-file + label {
  position: relative;
}
.item-selector .input-file + label::before {
  border-radius: 4px;
  bottom: -2px;
  content: "";
  display: block;
  left: -2px;
  position: absolute;
  right: -2px;
  top: -2px;
  transition: box-shadow 0.15s ease-in-out;
}
.item-selector .input-file:focus + label::before {
  box-shadow: 0 0 0 2px #fff, 0 0 0 4px #80acff;
}
.item-selector .item-selector-list-row:hover {
  background-color: #f0f5ff;
  cursor: pointer;
}

.lfr-map {
  border: 1px solid #ccc;
  min-height: 400px;
  width: 100%;
}
.lfr-map .home-button {
  margin: 5px;
}
@media (max-width: 575.98px) {
  .lfr-map .home-button {
    height: 35px;
    width: 45px;
  }
}
.lfr-map .search-controls {
  font-size: 15px;
  margin-top: 5px;
  width: 100%;
}
@media (min-width: 576px) {
  .lfr-map .search-controls {
    width: 50%;
  }
}
.lfr-map .search-controls .search-input {
  width: 100%;
}

.navbar .navbar-collapse {
  max-height: none;
}
.navbar .navbar-collapse:after, .navbar .navbar-collapse:before {
  display: inline;
}
@media (max-width: 767.98px) {
  .navbar .navbar-search {
    background-color: #f3f3f3;
    border-top-width: 0;
    width: 100%;
  }
}
.navbar .navbar-search .form-search {
  margin: 8px 0;
}
@media (min-width: 768px) {
  .navbar .navbar-search .form-search {
    float: right;
    max-width: 275px;
  }
}
@media (max-width: 767.98px) {
  .navbar .navbar-search .form-search .input-group {
    width: 100%;
  }
}
@media (max-width: 991.98px) {
  .navbar .container .navbar-btn,
  .navbar .container-fluid .navbar-btn {
    margin-bottom: 5px;
    width: 45px;
  }
  .navbar .container .navbar-collapse.open,
  .navbar .container-fluid .navbar-collapse.open {
    border-width: 0;
    display: block;
    height: auto;
    overflow: visible;
  }
}

.taglib-portlet-preview.show-borders {
  border: 1px solid #828f95;
  margin-bottom: 1em;
  padding: 3px 3px 1em;
}
.taglib-portlet-preview.show-borders .title {
  background-color: #d3dadd;
  font-size: 1.4em;
  font-weight: bold;
  padding: 0.5em;
}
.taglib-portlet-preview .preview {
  margin: 1em;
  min-height: 90px;
}

.lfr-search-container .entry-action {
  width: 1px;
}
.lfr-search-container .entry-action .taglib-icon {
  white-space: nowrap;
}

.lfr-search-container-wrapper.lfr-search-container-fixed-first-column {
  position: relative;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive {
    margin-left: 375px;
    width: auto;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table {
  position: static;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header {
  left: 12px;
  position: fixed;
  right: 12px;
  top: -1px;
  z-index: 1020;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th {
  display: block;
  padding: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
  overflow-x: hidden;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper {
    margin-left: 375px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table {
  border-collapse: collapse;
  width: 100%;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table .lfr-search-iterator-fixed-header > th .lfr-search-iterator-fixed-header-inner-wrapper table th {
  border-radius: 0;
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td,
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  width: auto;
}
@media (min-width: 576px) {
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table td:first-child,
  .lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th:first-child {
    left: 0;
    position: absolute;
    right: 15px;
  }
}
.lfr-search-container-wrapper.lfr-search-container-fixed-first-column .table-responsive .table th {
  height: auto;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn) {
  color: #495057;
  font-weight: 500;
  text-decoration: underline;
}
.lfr-search-container-wrapper a:not(.component-action):not(.btn):focus, .lfr-search-container-wrapper a:not(.component-action):not(.btn):hover {
  color: #000;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .dropdown-action .dropdown-toggle:hover {
  color: #272833;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle {
  color: #6b6c7e;
}
.lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:active, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:focus, .lfr-search-container-wrapper .lfr-icon-menu > .dropdown-toggle:hover {
  background-color: #f7f8f9;
  border-radius: 4px;
  color: #272833;
}
.lfr-search-container-wrapper .lfr-search-container-list .list-group:last-child .list-group-item:nth-last-child(2) {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.lfr-search-container-wrapper .lfr-search-container-list + .taglib-search-iterator-page-iterator-bottom {
  margin-top: 20px;
}
.lfr-search-container-wrapper .list-group {
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group + .list-group .list-group-header:first-child,
.lfr-search-container-wrapper .list-group + .list-group .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h4 {
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item h5,
.lfr-search-container-wrapper .list-group .list-group-item h6,
.lfr-search-container-wrapper .list-group .list-group-item .h5,
.lfr-search-container-wrapper .list-group .list-group-item .h6 {
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  margin-bottom: 0;
}
.lfr-search-container-wrapper .list-group .list-group-item span + h2.h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .list-group .list-group-item h6 + h5 {
  font-weight: 600;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:first-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:first-child {
  border-bottom-left-radius: 0.25rem;
}
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) td:last-child,
.lfr-search-container-wrapper .table-list tbody tr:nth-last-child(2) th:last-child {
  border-bottom-right-radius: 0.25rem;
}

.user-info {
  display: flex;
}
.user-info .sticker {
  align-self: center;
}
.user-info .user-details {
  margin-left: 1rem;
}
.user-info .user-name {
  color: #272833;
  font-weight: 600;
}
.user-info .date-info {
  color: #6b6c7e;
}

.user-status-tooltip .user-status-avatar {
  float: left;
  margin-right: 5px;
}
.user-status-tooltip .user-status-avatar .user-status-avatar-image {
  width: 27px;
}
.user-status-tooltip .user-status-info {
  display: inline-block;
  overflow: hidden;
}
.user-status-tooltip .user-status-info .user-status-date {
  font-size: 11px;
}

.lfr-search-container {
  margin-top: 1.5em;
  overflow: auto;
}
@media (max-width: 767.98px) {
  .lfr-search-container .selector-button {
    width: auto;
  }
}
.touch .lfr-search-container {
  -webkit-overflow-scrolling: touch;
}
.touch .lfr-search-container .searchcontainer-content .table {
  max-width: none;
}

.taglib-page-iterator {
  clear: both;
  height: auto;
  width: auto;
}
.taglib-page-iterator .lfr-pagination-buttons {
  float: right;
  margin: 0;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    width: 100%;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-buttons {
    float: none;
    margin-top: 20px;
  }
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-buttons > li {
    display: inline-block;
    width: 50%;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li.first, .taglib-page-iterator .lfr-pagination-buttons > li.last {
    display: none;
  }
  .taglib-page-iterator .lfr-pagination-buttons > li > a {
    line-height: 20px;
    padding: 11px 19px;
  }
}
.taglib-page-iterator .lfr-pagination-config {
  float: left;
  line-height: 46px;
}
@media (max-width: 767.98px) {
  .taglib-page-iterator .lfr-pagination-config {
    float: none;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu {
    display: block;
  }
  .taglib-page-iterator .lfr-pagination-config .current-page-menu .btn {
    display: block;
  }
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector,
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-page-selector {
  display: inline;
}
.taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
  float: none;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .lfr-pagination-config .lfr-pagination-delta-selector {
    display: none;
  }
}
.taglib-page-iterator .search-results {
  float: left;
  line-height: 46px;
  margin-left: 10px;
}
@media (max-width: 991.98px) {
  .taglib-page-iterator .search-results {
    display: none;
  }
}

.taglib-search-toggle .form-search {
  position: relative;
}
.taglib-search-toggle .form-search .input-group-btn {
  position: absolute;
}
@media (min-width: 992px) {
  .taglib-search-toggle .form-search .input-group-btn {
    position: static;
  }
}
.taglib-search-toggle .toggle-advanced {
  color: inherit;
  margin-left: 10px;
  position: absolute;
  top: 8px;
}
.taglib-search-toggle .toggle-advanced, .taglib-search-toggle .toggle-advanced:hover, .taglib-search-toggle .toggle-advanced:focus {
  text-decoration: none;
}

.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  background-color: #fcfcfc;
  border: solid #ddd;
  border-width: 0 1px 1px;
  margin-top: 0;
  padding: 15px 15px 0;
}
.navbar-search .taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced {
  border-width: 1px 0 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content {
  position: relative;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields {
  margin-bottom: 0;
}
.taglib-search-toggle-advanced-wrapper .taglib-search-toggle-advanced .taglib-search-toggle-advanced-content .match-fields-legend {
  color: #999;
  font-size: 13px;
}
.taglib-search-toggle-advanced-wrapper .btn.close {
  margin-right: 5px;
  position: relative;
  z-index: 1;
}

.taglib-user-display {
  padding: 0.5em;
}
.taglib-user-display .avatar {
  background: no-repeat center;
  background-size: 60px;
  display: block;
  height: 60px;
  margin: 0 auto;
  width: 60px;
}
.taglib-user-display .avatar.author:after {
  background: rgba(50, 168, 230, 0.5);
  border-radius: 50%;
  content: "";
  display: block;
  height: 100%;
  width: 100%;
}
.taglib-user-display .user-details {
  margin-top: 1em;
}
.taglib-user-display .user-name {
  font-size: 1.1em;
  font-weight: bold;
}
.taglib-user-display a .user-name {
  text-decoration: underline;
}
.taglib-user-display.display-style-1 .user-profile-image {
  float: left;
  margin-right: 24px;
}
.taglib-user-display.display-style-1 .user-name {
  display: inline-block;
  margin-top: 10px;
}
.taglib-user-display.display-style-1 .user-details {
  margin-top: 0;
}
.taglib-user-display.display-style-2 .user-profile-image,
.taglib-user-display.display-style-2 .user-name {
  clear: both;
  display: block;
  min-height: 20px;
  text-align: center;
}
.taglib-user-display.display-style-3 {
  padding: 0;
}
.taglib-user-display.display-style-3 .user-profile-image {
  display: inline-block;
  vertical-align: middle;
}

.taglib-workflow-status .workflow-id,
.taglib-workflow-status .workflow-version,
.taglib-workflow-status .workflow-status {
  color: #999;
}
.table-cell .taglib-workflow-status {
  margin: 0;
}
.table-cell .taglib-workflow-status .workflow-status {
  padding-left: 0;
}

.lfr-autocomplete-input-list .yui3-aclist-list {
  margin: 0;
}

.portal-popup .sheet > .lfr-nav {
  margin-top: -24px;
}
.portal-popup .contacts-portlet .portlet-configuration-container .form {
  position: static;
}
.portal-popup .lfr-form-content {
  padding: 24px 12px;
}
.portal-popup .portlet-body,
.portal-popup .portlet-boundary,
.portal-popup .portlet-column,
.portal-popup .portlet-layout {
  height: 100%;
}
.portal-popup .portlet-column {
  position: static;
}
.portal-popup .dialog-body > .container-fluid-max-xl,
.portal-popup .dialog-body .container-view,
.portal-popup .export-dialog-tree > .container-fluid-max-xl,
.portal-popup .export-dialog-tree .container-view,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader .container-view,
.portal-popup .lfr-form-content > .container-fluid-max-xl,
.portal-popup .lfr-form-content .container-view,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content .container-view,
.portal-popup .process-list > .container-fluid-max-xl,
.portal-popup .process-list .container-view,
.portal-popup .roles-selector-body > .container-fluid-max-xl,
.portal-popup .roles-selector-body .container-view {
  padding-top: 20px;
}
.portal-popup .dialog-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .dialog-body .container-view .nav-tabs-underline,
.portal-popup .export-dialog-tree > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .export-dialog-tree .container-view .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-dynamic-uploader .container-view .nav-tabs-underline,
.portal-popup .lfr-form-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .lfr-form-content .container-view .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .portlet-configuration-body-content .container-view .nav-tabs-underline,
.portal-popup .process-list > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .process-list .container-view .nav-tabs-underline,
.portal-popup .roles-selector-body > .container-fluid-max-xl .nav-tabs-underline,
.portal-popup .roles-selector-body .container-view .nav-tabs-underline {
  margin-left: -12px;
  margin-right: -12px;
  margin-top: -20px;
}
.portal-popup .dialog-body > .lfr-nav + .container-fluid-max-xl,
.portal-popup .export-dialog-tree > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-dynamic-uploader > .lfr-nav + .container-fluid-max-xl,
.portal-popup .lfr-form-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .portlet-configuration-body-content > .lfr-nav + .container-fluid-max-xl,
.portal-popup .process-list > .lfr-nav + .container-fluid-max-xl,
.portal-popup .roles-selector-body > .lfr-nav + .container-fluid-max-xl {
  padding-top: 0;
}
.portal-popup .login-container {
  padding: 1.5rem;
}
.portal-popup .management-bar-default {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
  border-top-width: 0;
  margin-bottom: 0;
}
.portal-popup .navbar ~ .portlet-configuration-setup,
.portal-popup .portlet-export-import-container {
  height: calc(100% - 48px);
  position: relative;
}
@media (min-width: 576px) {
  .portal-popup .navbar ~ .portlet-configuration-setup,
  .portal-popup .portlet-export-import-container {
    height: calc(100% - 48px);
  }
}
.portal-popup .panel-group .panel {
  border-left-width: 0;
  border-radius: 0;
  border-right-width: 0;
}
.portal-popup .panel-group .panel + .panel {
  border-top-width: 0;
  margin-top: 0;
}
.portal-popup .panel-heading {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.portal-popup .portlet-configuration-setup .lfr-nav {
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 3px;
  padding-right: 3px;
}
@media (min-width: 576px) {
  .portal-popup .portlet-configuration-setup .lfr-nav {
    padding-left: 8px;
    padding-right: 8px;
  }
}
.portal-popup .lfr-dynamic-uploader,
.portal-popup .process-list {
  bottom: 0;
  display: block;
  left: 0;
  overflow: auto;
  position: absolute;
  right: 0;
  top: 48px;
  -webkit-overflow-scrolling: touch;
}
@media (min-width: 576px) {
  .portal-popup .lfr-dynamic-uploader,
  .portal-popup .process-list {
    top: 48px;
  }
}
.portal-popup .portlet-export-import-publish-processes {
  top: 0;
}
.portal-popup .dialog-footer {
  background-color: #fff;
  border-top: 1px solid #e7e7ed;
  bottom: 0;
  display: flex;
  flex-direction: row-reverse;
  left: 0;
  margin: 0;
  padding: 10px 24px;
  width: 100%;
  z-index: 1020;
}
@media (min-width: 768px) {
  .portal-popup .dialog-footer {
    position: fixed;
  }
}
.portal-popup .dialog-footer .btn {
  margin-left: 1rem;
  margin-right: 0;
}
.portal-popup .dialog-footer.dialog-footer-not-reverse {
  flex-direction: initial;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  .portal-popup .dialog-body:not(:last-child),
  .portal-popup .lfr-dynamic-uploader:not(:last-child),
  .portal-popup .lfr-form-content:not(:last-child),
  .portal-popup .portlet-configuration-body-content:not(:last-child),
  .portal-popup .roles-selector-body:not(:last-child) {
    padding-bottom: 60px;
  }
}
.portal-popup .lfr-dynamic-uploader {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer {
  bottom: 0;
}
.portal-popup .lfr-dynamic-uploader.hide-dialog-footer + .dialog-footer {
  display: none;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content {
  display: flex;
  flex-direction: column;
  overflow: visible;
}
.portal-popup .portlet-configuration-edit-permissions .portlet-configuration-body-content > form {
  flex-grow: 1;
  max-width: none;
  overflow: auto;
}
.portal-popup .portlet-configuration-edit-templates .portlet-configuration-body-content {
  bottom: 0;
}
.portal-popup:not(.article-preview) #main-content,
.portal-popup:not(.article-preview) #wrapper {
  bottom: 0;
  left: 0;
  overflow: auto;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-overflow-scrolling: touch;
}
@media print {
  .portal-popup:not(.article-preview) #main-content,
  .portal-popup:not(.article-preview) #wrapper {
    position: initial;
  }
}
.portal-popup .columns-max > .portlet-layout.row {
  margin-left: 0;
  margin-right: 0;
}
.portal-popup .columns-max > .portlet-layout.row > .portlet-column {
  padding-left: 0;
  padding-right: 0;
}

html:not(#__):not(#___) .portlet-layout.dragging {
  border-collapse: separate;
}
html:not(#__):not(#___) .drop-area {
  background-color: #d3dadd;
}
html:not(#__):not(#___) .active-area {
  background: #ffc;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
}
html:not(#__):not(#___) .portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}
html:not(#__):not(#___) .sortable-layout-proxy {
  opacity: 1;
}
html:not(#__):not(#___) .sortable-layout-proxy .portlet-topper {
  background-image: none;
}
html:not(#__):not(#___) .proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
html:not(#__):not(#___) .proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
html:not(#__):not(#___) .proxy.generic-portlet .portlet-title {
  padding: 10px;
}
html:not(#__):not(#___) .proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}
html:not(#__):not(#___) .resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}
html:not(#__):not(#___) .sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}
html:not(#__):not(#___) .sortable-layout-drag-target-indicator {
  margin: 2px 0;
}
html:not(#__):not(#___) .yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-layout.dragging {
  border-collapse: separate;
}

.drop-area {
  background-color: #d3dadd;
}

.active-area {
  background: #ffc;
}

.portlet-boundary.yui3-dd-dragging {
  opacity: 0.6;
  transform: scale(0.8);
  transition: transform 0.3s ease;
}
@media (prefers-reduced-motion: reduce) {
  .portlet-boundary.yui3-dd-dragging {
    transition: none;
  }
}
.portlet-boundary.yui3-dd-dragging .portlet {
  border: 2px dashed #ccc;
}

.sortable-layout-proxy {
  opacity: 1;
}
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.proxy {
  cursor: move;
  opacity: 0.65;
  position: absolute;
}
.proxy.generic-portlet {
  height: 200px;
  width: 300px;
}
.proxy.generic-portlet .portlet-title {
  padding: 10px;
}
.proxy.not-intersecting .forbidden-action {
  background: url(../images/application/forbidden_action.png) no-repeat;
  display: block;
  height: 32px;
  position: absolute;
  right: -15px;
  top: -15px;
  width: 32px;
}

.resizable-proxy {
  border: 1px dashed #828f95;
  position: absolute;
  visibility: hidden;
}

.sortable-proxy {
  background: #727c81;
  margin-top: 1px;
}

.sortable-layout-drag-target-indicator {
  margin: 2px 0;
}

.yui3-dd-proxy {
  z-index: 1110 !important;
}

.portlet-column-content.empty {
  padding: 50px;
}

.lfr-portlet-title-editable {
  margin-top: 0;
  z-index: 9999;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content {
  padding: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .field-input {
  margin-bottom: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .textfield-label {
  display: none;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-toolbar-content {
  display: inline-block;
  vertical-align: bottom;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn-group {
  margin-top: 0;
}
.lfr-portlet-title-editable .lfr-portlet-title-editable-content .btn {
  display: inline-block;
  float: none;
  margin-top: 0;
  width: auto;
}

.lfr-source-editor {
  border: solid 0 #ccc;
  border-bottom-width: 2px;
  position: relative;
}
.lfr-source-editor .ace_editor {
  height: 100%;
}
.lfr-source-editor .lfr-source-editor-toolbar li > .btn {
  background-color: #fff;
  border: transparent;
  color: #717383;
  outline: 0;
}
.lfr-source-editor .lfr-source-editor-code {
  background-color: #fff;
  color: #2b4259;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter {
  background-color: #ededef;
  color: #868896;
  overflow: hidden;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget {
  font-family: fontawesome-alloy;
  text-align: center;
  vertical-align: middle;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open, .lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_open:before {
  content: "▾";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_fold-widget.ace_closed:before {
  content: "▸";
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-cell {
  color: #fff;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #717383;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_gutter-layer {
  border-right: solid 1px #ccc;
}
.lfr-source-editor .lfr-source-editor-code .ace_gutter .ace_info {
  background-image: none;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #ededef;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_constant {
  color: #34adab;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_tag {
  color: #1d5ec7;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string {
  color: #ff6c58;
}
.lfr-source-editor .lfr-source-editor-code .ace_content .ace_string.ace_regex {
  color: #f00;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code {
  background-color: #47474f;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter {
  background: #54555e;
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_gutter .ace_gutter-active-line {
  background-color: #009aed;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_active-line {
  background-color: #11394e;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_cursor {
  color: #fff;
}
.lfr-source-editor.ace_dark .lfr-source-editor-code .ace_content .ace_tag {
  color: #4d91ff;
}

.lfr-fullscreen-source-editor {
  height: 100%;
  overflow: hidden;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-header {
  height: 40px;
  margin-right: 4px;
  margin-top: 4px;
  min-height: 40px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content {
  height: 95%;
  position: relative;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .panel-splitter {
  border: 1px solid #ccc;
  position: absolute;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .preview-panel {
  display: inline-block;
  overflow-y: auto;
  padding-left: 20px;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content .source-panel {
  display: inline-block;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .preview-panel {
  height: 100%;
  width: 50%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.vertical .panel-splitter {
  height: 100%;
  left: 50%;
  top: 0;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .source-panel,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .preview-panel {
  height: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.horizontal .panel-splitter {
  top: 50%;
  width: 100%;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .panel-splitter,
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .preview-panel {
  display: none;
}
.lfr-fullscreen-source-editor .lfr-fullscreen-source-editor-content.simple .source-panel {
  height: 100%;
  width: 100%;
}

.lfr-fulscreen-source-editor-dialog .modal-footer {
  text-align: left;
}

.file-icon-color-0 {
  background-color: #fff;
  color: #6b6c7e;
}

.file-icon-color-1 {
  background-color: #fff;
  color: #a7a9bc;
}

.file-icon-color-2 {
  background-color: #fff;
  color: #50d2a0;
}

.file-icon-color-3 {
  background-color: #fff;
  color: #af78ff;
}

.file-icon-color-4 {
  background-color: #fff;
  color: #ffb46e;
}

.file-icon-color-5 {
  background-color: #fff;
  color: #ff5f5f;
}

.file-icon-color-6 {
  background-color: #fff;
  color: #4b9bff;
}

.file-icon-color-7 {
  background-color: #fff;
  color: #272833;
}

.lfr-item-viewer.uploading > div:not(.progress-container) {
  opacity: 0.3;
}
.lfr-item-viewer.uploading > .progress-container {
  visibility: visible;
}
.lfr-item-viewer .aspect-ratio a.item-preview {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100%;
  position: absolute;
  width: 100%;
}
.lfr-item-viewer .image-viewer-base-image-list {
  padding-top: 35px;
}
.lfr-item-viewer .item-preview:hover {
  cursor: pointer;
}
.lfr-item-viewer .progress-container {
  background-color: #fff;
  left: 0;
  margin: 0 auto;
  padding: 20px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  width: 80%;
  z-index: 1000;
}
.lfr-item-viewer .progress-container a {
  position: absolute;
  right: 30px;
}
.lfr-item-viewer .progress-container .progress {
  margin-top: 10px;
}
.lfr-item-viewer .search-info {
  background-color: #d3e8f1;
}
.lfr-item-viewer .search-info .keywords {
  font-size: 1.4em;
  font-weight: bold;
}
.lfr-item-viewer .search-info .change-search-folder {
  font-size: 0.8em;
  font-weight: normal;
}
.lfr-item-viewer .upload-view {
  display: table;
  height: 400px;
  margin-top: 20px;
  width: 100%;
}
.lfr-item-viewer .upload-view > div {
  display: table-cell;
  vertical-align: middle;
}
.lfr-item-viewer .yui3-widget-bd {
  position: relative;
}

.lfr-menu-expanded li a:focus {
  background-color: #5b677d;
  color: #fff;
  text-shadow: -1px -1px #2c2f34;
}

.lfr-url-error {
  display: inline-block;
  white-space: normal;
  overflow-wrap: break-all;
  word-wrap: break-all;
}

.lfr-page-layouts {
  padding: 0;
}
.lfr-page-layouts input[type=radio] {
  opacity: 0;
  position: absolute;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal {
  cursor: default;
}
.lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
  bottom: 0px;
  content: "";
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts input[type=radio]:checked + .card-horizontal::after {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal {
  border-width: 1px;
  box-shadow: none;
  cursor: pointer;
  outline: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal {
    transition: none;
  }
}
.lfr-page-layouts .card-horizontal::after {
  border-radius: 0 0 0.25rem 0.25rem;
  bottom: 0px;
  content: "";
  height: 0;
  left: 0px;
  position: absolute;
  right: 0px;
  transition: height 0.15s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-page-layouts .card-horizontal::after {
    transition: none;
  }
}
.modal-body.dialog-iframe-bd {
  overflow: hidden;
  padding: 0;
}

.modal-dialog:not(.dialog-iframe-modal):not(.modal-full-screen) {
  position: relative;
}
.modal-dialog.dialog-iframe-modal {
  max-width: none;
}
.modal-dialog.modal-dialog-sm {
  max-width: 600px;
}
.modal-dialog .yui3-resize-handles-wrapper {
  pointer-events: all;
}
.modal-dialog .yui3-resize-handles-wrapper .yui3-resize-handle-inner-br {
  bottom: 0;
  right: 0;
}

.modal-open .modal {
  display: block;
}

.sheet > .panel-group .sheet-footer {
  margin-bottom: 0;
}

.sheet-footer .btn {
  margin-right: 1rem;
}
.sheet-footer .btn:last-child {
  margin-right: 0;
}

.tag-items {
  list-style: none;
  margin: 0 1em 0 0;
  padding: 0 1em 0.5em;
  white-space: normal;
}
.tag-items li {
  display: inline-block;
  margin: 0 1em 0 0;
  max-width: 100%;
}

.tag-selected {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

.tag-cloud .tag-popularity-1 {
  font-size: 1em;
}
.tag-cloud .tag-popularity-2 {
  font-size: 1.3em;
}
.tag-cloud .tag-popularity-3 {
  font-size: 1.6em;
}
.tag-cloud .tag-popularity-4 {
  font-size: 1.9em;
}
.tag-cloud .tag-popularity-5 {
  font-size: 2.2em;
}
.tag-cloud .tag-popularity-6 {
  font-size: 2.5em;
}

.lfr-portal-tooltip {
  display: inline-flex;
}
.lfr-portal-tooltip,
.lfr-portal-tooltip a {
  -webkit-touch-callout: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.tree-node .icon-check {
  padding-right: 2px;
}
.tree-node .tree-node-checked .icon-check {
  padding-right: 0;
}
.tree-node [class^=icon-] {
  margin-right: 5px;
}
.tree-node .tree-node-checkbox-container {
  margin-right: 0;
}
.tree-node .tree-node-selected .tree-label {
  background: none;
}

.tree-node-content .tree-hitarea {
  color: #999;
  font-size: 10px;
  padding-right: 6px;
}
.tree-node-content .tree-label {
  margin-left: 3px;
}
.tree-node-content .tree-node-hidden-hitarea {
  visibility: hidden;
}

.tree-node-selected .tree-label {
  background-color: transparent;
}

.tree-view li.tree-node .tree-node-content svg.lexicon-icon {
  pointer-events: none;
}

.user-icon-color-0 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #6b6c7e;
}

.user-icon-color-1 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4a97f2;
}

.user-icon-color-2 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #e87523;
}

.user-icon-color-3 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fb625b;
}

.user-icon-color-4 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #4fa488;
}

.user-icon-color-5 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #fe4fb5;
}

.user-icon-color-6 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #879b7a;
}

.user-icon-color-7 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #af78ff;
}

.user-icon-color-8 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #bf8c2a;
}

.user-icon-color-9 {
  background-color: #fff;
  box-shadow: 0 0 0 1px #e7e7ed;
  color: #5f9bc7;
}

.collapse.open {
  display: block;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%20512%20512'%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-top'%20d='M480%2064H32C14.336%2064%200%2049.664%200%2032S14.336%200%2032%200h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-middle'%20d='M480%20288H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3Cpath%20class='lexicon-icon-outline%20bars-line-bottom'%20d='M480%20512H32c-17.664%200-32-14.336-32-32s14.336-32%2032-32h448c17.664%200%2032%2014.336%2032%2032s-14.336%2032-32%2032z'%20fill='%23272833'/%3E%3C/svg%3E");
  height: 1em;
  width: 1em;
}

.navbar-nav .nav-item.hover:after {
  bottom: -0.3125rem;
  content: "";
  height: 0.3125rem;
  left: 0;
  position: absolute;
  width: 100%;
}

.navbar .navbar-toggler .c-inner {
  max-width: none;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  position: relative;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}
html:not(#__):not(#___) .cadmin.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
html:not(#__):not(#___) .cadmin .component-action.portlet-options {
  color: white;
}

body.portlet {
  border-width: 0;
}

.portlet-icon-back {
  margin-top: -2px;
}
.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url(../images/arrows/12_left.png) no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-options-dropdown {
  z-index: 1035;
}

.portlet-topper {
  position: relative;
}
.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}
.portlet-draggable .portlet-topper {
  cursor: move;
}

.portlet-title-editable {
  cursor: pointer;
}

.portlet-title-text {
  display: inline-block;
  margin-top: 0;
  max-width: 95%;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
  white-space: nowrap;
}
.panel-page-body .portlet-title-text, .panel-page-content .portlet-title-text {
  cursor: auto;
}

.portlet-minimized .portlet-content {
  padding: 0;
}

.portlet-nested-portlets .portlet-boundary {
  left: 0 !important;
  position: relative !important;
  top: 0 !important;
}

.portlet-layout .portlet-header {
  margin-bottom: var(--portlet-header-margin-bottom, calc(var(--spacer) * var(--spacer-5, 3rem)));
}

@media (min-width: 576px) {
  .portlet .visible-interaction {
    display: none;
  }
}
@media (max-width: 767.98px) {
  .controls-hidden .portlet .visible-interaction {
    display: none;
  }
}
.portlet:hover .visible-interaction, .portlet.open .visible-interaction, .portlet.focus .visible-interaction {
  display: block;
}

.controls-hidden .lfr-meta-actions,
.controls-hidden .lfr-configurator-visibility {
  display: none;
}
.controls-hidden .portlet-title-editable {
  pointer-events: none;
}
.controls-hidden .portlet-topper {
  display: none !important;
}
.controls-hidden .portlet-topper-toolbar {
  display: none !important;
}

html:not(#__):not(#___) .cadmin.portlet-topper {
  background-color: var(--portlet-topper-bg, var(--primary, #0b5fff));
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-topper-border-radius, var(--border-radius-sm, 2px) var(--border-radius-sm, 2px) 0 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: var(--portlet-topper-color, var(--white, #fff));
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    transition: none;
  }
}
html:not(#__):not(#___) .cadmin .portlet-actions {
  float: right;
}
html:not(#__):not(#___) .cadmin .portlet-options {
  display: inline-block;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu {
  flex: 0 1 auto;
}
html:not(#__):not(#___) .cadmin .portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > span > a,
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar .lfr-icon-menu > a {
  color: var(--portlet-topper-link-color, var(--portlet-topper-color, #fff));
}
html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:focus, html:not(#__):not(#___) .cadmin .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
html:not(#__):not(#___) .cadmin .portlet-name-text {
  font-size: 14px;
  font-weight: 600;
}
html:not(#__):not(#___) .cadmin .portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .lfr-configurator-visibility .portlet:hover .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.focus .portlet-topper, html:not(#__):not(#___) .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.open > .portlet-content-editable, html:not(#__):not(#___) .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper, html:not(#__):not(#___) .controls-visible .portlet.focus > .cadmin.portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .controls-visible .portlet.open > .cadmin.portlet-topper {
    transition-duration: 0ms;
  }
}
@media (max-width: 767.98px) {
  html:not(#__):not(#___) .controls-visible .cadmin.portlet-topper {
    display: box;
    display: flex;
  }
}
html:not(#__):not(#___) .controls-visible .cadmin .portlet-topper-toolbar {
  display: block;
}

.portlet {
  margin-bottom: 10px;
  position: relative;
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-content-editable, .controls-visible .portlet.open > .portlet-content-editable, .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media (min-width: 768px) {
  .controls-visible .portlet:hover > .portlet-topper, .controls-visible .portlet.open > .portlet-topper, .controls-visible .portlet.focus > .portlet-topper {
    opacity: 1;
    transform: translateY(-97%);
  }
}
@media (min-width: 576px) {
  .lfr-configurator-visibility .portlet:hover .portlet-topper, .lfr-configurator-visibility .portlet.focus .portlet-topper, .lfr-configurator-visibility .portlet.open .portlet-topper {
    opacity: 0.5;
  }
}

.portlet-content-editable {
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-content-border-radius, 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
}
.portlet > .portlet-content-editable {
  border-color: transparent;
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}

.portlet-name-text {
  font-size: 0.875rem;
  font-weight: 600;
}

.portlet-options {
  display: inline-block;
}

.portlet-title-default {
  flex: 1 1 auto;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.portlet-title-menu {
  flex: 0 1 auto;
}
.portlet-title-menu > span > a {
  display: inline-block;
  text-decoration: none;
}

.portlet-topper {
  background-color: var(--portlet-topper-bg, var(--primary, #0b5fff));
  border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  border-radius: var(--portlet-topper-border-radius, var(--border-radius-sm, 2px) var(--border-radius-sm, 2px) 0 0);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: var(--portlet-topper-color, var(--white, #fff));
  display: box;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}
.portlet > .portlet-topper {
  display: none;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-topper {
    display: box;
    display: flex;
  }
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}
.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: var(--portlet-topper-link-color, var(--portlet-topper-color, #fff));
}
.portlet-topper-toolbar > a:focus, .portlet-topper-toolbar > a:hover {
  text-decoration: none;
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.lfr-panel-page .portlet-title {
  font-size: 13px;
}

.portlet-borderless .portlet-content {
  padding: var(--spacer-3, 1rem);
}
.portlet-decorate .portlet-content {
  background: #fff;
  border-color: #e7e7ed;
  border-style: solid;
  border-width: 1px;
  padding: 1.5rem;
  word-wrap: break-word;
}
.portlet-barebone .portlet-content {
  padding: 0;
}

.portlet-dynamic-data-lists-display .lfr-ddm-field-group,
.portlet-dynamic-data-lists .lfr-ddm-field-group {
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 28px 24px;
}

.breadcrumb.breadcrumb-vertical {
  display: inline-block;
  text-align: center;
}
.breadcrumb.breadcrumb-vertical li {
  display: block;
}
.breadcrumb.breadcrumb-vertical li.last, .breadcrumb.breadcrumb-vertical li.only {
  background: none;
}
.breadcrumb.breadcrumb-vertical .divider {
  background: url(../images/arrows/07_down.png) no-repeat 50% 100%;
  display: block;
  height: 10px;
  overflow: hidden;
  text-indent: 101%;
  white-space: nowrap;
}

.navbar form {
  margin: 0;
}

:not(.inline-item) > .loading-animation {
  margin-bottom: 20px;
  margin-top: 20px;
}
.product-menu .loading-animation {
  margin-top: 160px;
}

@keyframes lfr-drop-active {
  0% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
  50% {
    background-color: #ddedde;
    border-color: #7d7;
    transform: scale(1.1);
  }
  75% {
    background-color: #ddedde;
    border-color: #7d7;
  }
  100% {
    background-color: #ebebeb;
    border-color: #ddd;
  }
}
.lfr-upload-container .progress-bar,
.lfr-upload-container .progress {
  border-radius: 10px;
}
.lfr-upload-container .upload-file,
.lfr-upload-container .upload-target {
  border-radius: 5px;
}
.upload-drop-active .lfr-upload-container .upload-target {
  animation: none;
}
.upload-drop-intent .lfr-upload-container .upload-target {
  animation: lfr-drop-active 1s ease 0.2s infinite;
}

.select-files {
  border-radius: 5px;
}

.taglib-form-navigator > .form-steps > ul.form-navigator.list-group {
  box-shadow: none;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:hover .number, .taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label:focus .number {
  box-shadow: 0 0 5px 0 #333;
  transition-duration: 0.25s;
  transition-property: box-shadow;
  transition-timing-function: ease-out;
}
.taglib-form-navigator > .form-steps > ul.form-navigator.list-group .tab .tab-label .number {
  border-radius: 50%;
}

@keyframes progress-bar-stripes {
  from {
    background-position: 40px 0;
  }
  to {
    background-position: 0 0;
  }
}
.lfr-progress-active .progress-bar-status,
.lfr-upload-container .file-uploading .progress-bar .progress {
  animation: progress-bar-stripes 0.5s linear infinite;
  background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0.3) 25%, rgba(255, 255, 255, 0) 25%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0.3) 50%, rgba(255, 255, 255, 0.3) 75%, rgba(255, 255, 255, 0) 75%, rgba(255, 255, 255, 0));
  background-size: 40px 40px;
  transition: width, 0.5s, ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .lfr-progress-active .progress-bar-status,
  .lfr-upload-container .file-uploading .progress-bar .progress {
    transition: none;
  }
}

@keyframes highlight-animation {
  from {
    background-color: #ffc;
  }
  to {
    background-color: transparent;
  }
}
.highlight-animation {
  animation: highlight-animation 0.7s;
}

.portlet-options.btn-group .dropdown-toggle, .portlet-options.btn-group.open .dropdown-toggle {
  box-shadow: none;
}

.form-group.form-inline.input-boolean-wrapper label, .form-group.form-inline.input-checkbox-wrapper label {
  gap: 0.3125rem;
}

.breadcrumb-horizontal {
  font-size: 0.875rem;
  padding: 0;
}

.bg-lighter {
  background-color: #f7f8f9 !important;
}

.border-lighter {
  border-color: #f7f8f9 !important;
}

.text-lighter {
  color: #f7f8f9 !important;
}

.bg-gray-dark {
  background-color: #393a4a !important;
}

.border-gray-dark {
  border-color: #393a4a !important;
}

.text-gray-dark {
  color: #393a4a !important;
}

.list-group-item-flex > .autofit-col:first-of-type {
  padding-left: 10px;
  padding-right: 4px;
}

@media (min-width: 768px) {
  .info-panel {
    bottom: 0;
    position: absolute;
    top: 0;
  }
  .info-panel > .sidenav-menu {
    bottom: 0;
    position: absolute;
    right: 0 !important;
    top: 0;
  }
}

.navbar-top {
  padding-bottom: 0.907rem;
  padding-top: 0.907rem;
}
.navbar-top .portlet:hover, .navbar-top .portlet.open {
  z-index: 1035;
}

.navbar-blank {
  flex-wrap: wrap;
}
.navbar-blank .lexicon-icon {
  font-size: 0.625rem;
  margin: 0 0 0 0.25rem;
}

.navbar-classic {
  background-color: #fff;
}
.navbar-classic.navbar-light {
  border-bottom: 1px solid #e7e7ed;
}
@media (max-width: 575.98px) {
  .navbar-classic .navbar-blank {
    margin-top: 1rem;
  }
}
.navbar-classic .navbar-form {
  padding: 0;
}
.navbar-classic .navbar-form .field-wrapper {
  right: 0;
  top: 0;
}
.navbar-classic .navbar-form .field-wrapper .lfr-icon-item {
  color: #6b6c7e;
}
@media (max-width: 767.98px) {
  .navbar-classic .portlet-search-bar {
    width: 100%;
  }
}
.navbar-classic .portlet-search-bar .input-group-item {
  margin-left: 0;
}
.navbar-classic .logo:hover {
  text-decoration: none;
}
@media (min-width: 992px) {
  .navbar-classic .navbar-nav .nav-item:not(:last-of-type) .nav-link {
    margin-right: 16px;
  }
}
.navbar-classic .nav-link {
  color: #6b6c7e;
  font-size: 0.9375rem;
  font-weight: 600;
}

.info-panel .sidebar > .sidenav-close {
  float: right;
  margin: 16px 16px 0 8px;
}
.info-panel .sidebar > .sidenav-close + .info-panel-content .sidebar-header > .autofit-row {
  width: auto;
}
.info-panel .sidenav-close {
  float: none;
  margin: 0;
}
.info-panel .sidebar-header .component-title {
  font-size: 16px;
  font-weight: 600;
}
.info-panel .sidebar-header .component-subtitle {
  font-size: 14px;
  font-weight: 600;
}
.info-panel .sidebar-header .autofit-padded-no-gutters {
  margin-left: -4px;
  margin-right: -4px;
}
.info-panel .sidebar-header .autofit-padded-no-gutters .autofit-col {
  padding-left: 4px;
  padding-right: 4px;
}
.info-panel .sidebar-body .sidebar-section {
  margin-bottom: 16px;
}

.sidebar-light .sidebar-header .text-default {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 400;
}
.sidebar-light .sidebar-header .icon-monospaced {
  color: #6b6c7e;
}
.sidebar-light .navbar-collapse {
  border-bottom: 1px solid #cdced9;
}
@media (min-width: 576px) {
  .sidebar-light .navigation-bar-light,
  .sidebar-light .sidebar-section > .list-group-item,
  .sidebar-light .panel,
  .sidebar-light .panel-group .panel {
    background-color: transparent;
    border-color: transparent;
  }
}

.table-list th:first-child,
.table-list td:first-child {
  padding-left: 18px;
  padding-right: 6px;
}

.widget-mode-detail {
  background-color: #fff;
}
.widget-mode-detail .title {
  color: #272833;
  font-weight: 700;
  line-height: 1.25;
}
.widget-mode-detail .sub-title {
  color: #a0a1b0;
  font-weight: 400;
}
.widget-mode-detail .widget-metadata {
  font-size: 0.875rem;
}
.widget-mode-detail .widget-metadata .inline-item-before {
  margin-right: 1rem;
}
.widget-mode-detail .widget-metadata .username {
  color: #272833;
  font-weight: 600;
  line-height: 2;
}
.widget-mode-detail .aspect-ratio {
  padding-bottom: 480px;
}

.widget-mode-card .card {
  border-radius: 8px;
}
.widget-mode-card .card-header {
  border-radius: 8px 8px 0 0;
}
.widget-mode-card .card-body {
  padding: 24px;
}
.widget-mode-card .widget-topbar .title-link {
  color: #272833;
}
.widget-mode-card .widget-topbar .title {
  font-size: 1.5rem;
  font-weight: 700;
  margin-right: 24px;
}
.widget-mode-card .widget-metadata {
  font-size: 0.875rem;
  margin-bottom: 16px;
}
.widget-mode-card .widget-metadata .inline-item-before {
  margin-right: 1rem;
}
.widget-mode-card .widget-metadata .username {
  color: #272833;
  font-weight: 600;
}
.widget-mode-card .widget-resume {
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 0;
}
.widget-mode-card .card-footer {
  background-color: transparent;
  padding: 0 1rem 1rem;
}
.widget-mode-card .widget-toolbar {
  border-top: 1px solid #e7e7ed;
  padding-top: 8px;
}

.widget-mode-simple .widget-mode-simple-entry:not(:last-child) {
  border-bottom: 1px solid #e7e7ed;
  margin-bottom: 24px;
  padding-bottom: 24px;
}
.widget-mode-simple .widget-topbar .title-link {
  color: #272833;
}
.widget-mode-simple .widget-topbar .title {
  font-size: 1.75rem;
  font-weight: 700;
}
.widget-mode-simple .widget-metadata {
  font-size: 0.875rem;
}
.widget-mode-simple .widget-metadata .inline-item-before {
  margin-right: 1rem;
}
.widget-mode-simple .widget-metadata .username {
  color: #272833;
  font-weight: 600;
}

.widget-toolbar .autofit-col:first-of-type > .btn-outline-borderless {
  margin-left: -0.75rem;
}

html:not(#__):not(#___) .portlet:hover > .cadmin.portlet-topper, html:not(#__):not(#___) .portlet.open > .cadmin.portlet-topper {
  z-index: 999;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
  font-size: 13.92px;
  padding: 0 4px 0 8px;
}
@media (min-width: 768px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  html:not(#__):not(#___) .portlet > .cadmin.portlet-topper {
    right: auto;
  }
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 24px;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-name-text {
  margin-right: 12px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar,
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .icon-monospaced {
  height: 24px;
  line-height: 24px;
  width: 24px;
}
html:not(#__):not(#___) .portlet > .cadmin.portlet-topper .portlet-topper-toolbar .component-action {
  font-size: 14px;
  height: 24px;
  margin-top: -2px;
  width: 24px;
}
html:not(#__):not(#___) .portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
html:not(#__):not(#___) .yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
html:not(#__):not(#___) .yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.portlet-layout .portlet .management-bar > .container-fluid-max-xl,
.portlet-layout .portlet .navbar-underline > .container-fluid-max-xl {
  padding-left: 0;
  padding-right: 0;
}
.portlet-layout .portlet .portlet-title-text {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}

.portlet > .portlet-topper {
  font-size: 0.87rem;
  padding: 0 4px 0 8px;
}
@media (min-width: 768px) {
  .portlet > .portlet-topper {
    display: block;
    white-space: nowrap;
  }
}
@media (min-width: 576px) {
  .portlet > .portlet-topper {
    right: auto;
  }
}
.portlet > .portlet-topper .portlet-title-default {
  display: inline-block;
  line-height: 1.5rem;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-name-text {
  margin-right: 0.75rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar {
  display: inline-block;
  vertical-align: middle;
}
.portlet > .portlet-topper .portlet-topper-toolbar,
.portlet > .portlet-topper .icon-monospaced {
  height: 1.5rem;
  line-height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .portlet-topper-toolbar .component-action {
  height: 1.5rem;
  width: 1.5rem;
}
.portlet > .portlet-topper .lexicon-icon {
  height: 0.875rem;
  width: 0.875rem;
}
.portlet:hover > .portlet-topper, .portlet.open > .portlet-topper {
  z-index: 999;
}

.portlet-dropzone {
  box-shadow: 0 0 0 1px transparent inset;
  transition: box-shadow 300ms ease-in-out;
  will-change: box-shadow;
}
.yui3-dd-drop-active-valid .portlet-dropzone {
  box-shadow: 0 0 0 1px rgba(0, 74, 215, 0.2) inset;
}
.yui3-dd-drop-over .portlet-dropzone {
  box-shadow: 0 0 0 4px #004ad7 inset;
}

.portlet-decorate .portlet {
  margin-bottom: 24px;
}
.portlet-decorate .portlet-content {
  border-radius: 0.25rem;
}

.portlet-barebone .panel,
.portlet-borderless .panel {
  background-color: transparent;
}
.portlet-barebone .panel.card,
.portlet-borderless .panel.card {
  border-color: #cdced9;
  box-shadow: none;
}
.portlet-barebone .panel-default,
.portlet-borderless .panel-default {
  border-color: #cdced9;
}
.portlet-barebone .widget-mode-detail,
.portlet-borderless .widget-mode-detail {
  background-color: transparent;
}

.aspect-ratio:not([class*=aspect-ratio-]) {
  padding-bottom: var(--aspect-ratio, 100%);
}

.aspect-ratio-4-to-3 {
  padding-bottom: var(--aspect-ratio-4-to-3, 75%);
}

.aspect-ratio-8-to-3 {
  padding-bottom: var(--aspect-ratio-8-to-3, 37.5%);
}

.aspect-ratio-16-to-9 {
  padding-bottom: var(--aspect-ratio-16-to-9, 56.25%);
}

.card-type-asset .aspect-ratio {
  padding-bottom: var(--aspect-ratio-16-to-9, 56.25%);
}

#wrapper {
  --portlet-topper-bg: var(--primary);
  --portlet-topper-color: var(--white);
  --portlet-topper-link-color: var(--portlet-topper-color);
  background-color: var(--body-bg, var(--body-bg, #fff));
  color: var(--body-color, var(--body-color, #272833));
  font-size: var(--font-size-base, 1rem);
}

.portlet .portlet-content {
  background-color: var(--portlet-bg, transparent);
}
@media (max-width: 767.98px) {
  .controls-visible .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  }
}
@media (min-width: 576px) {
  .controls-visible .portlet:hover > .portlet-content-editable,
  .controls-visible .portlet.open > .portlet-content-editable,
  .controls-visible .portlet.focus > .portlet-content-editable {
    border-color: var(--portlet-topper-border, var(--portlet-topper-bg, #0b5fff));
  }
}

.portlet-layout .portlet-header {
  margin-bottom: var(--portlet-header-margin-bottom, calc(var(--spacer) * var(--spacer-5, 3rem)));
}

:root {
  --width-sidenav: 336px;
}

/*
 * Theme definitions
 */
.centered {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.top-quick-ball-container {
  position: fixed;
  top: 120px;
  right: 0;
  z-index: 9999;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media (max-width: 767px) {
  .top-quick-ball-container {
    bottom: 220px;
  }
}
.top-quick-ball-container .top-quick-ball-shadow {
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  opacity: 0;
  visibility: hidden;
  pointer-events: auto;
}
.top-quick-ball-container.open-pop .btn-top-quick-ball {
  opacity: 1;
}
.top-quick-ball-container.open-pop .top-quick-ball-shadow {
  opacity: 1;
  visibility: visible;
}
.top-quick-ball-container .btn-top-quick-ball {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -55px;
  background-color: #fff;
  border: none;
  width: 55px;
  height: 55px;
  line-height: 55px;
  -webkit-border-top-left-radius: 50%;
  -moz-border-top-left-radius: 50%;
  -ms-border-top-left-radius: 50%;
  -o-border-top-left-radius: 50%;
  border-top-left-radius: 50%;
  -webkit-border-bottom-left-radius: 50%;
  -moz-border-bottom-left-radius: 50%;
  -ms-border-bottom-left-radius: 50%;
  -o-border-bottom-left-radius: 50%;
  border-bottom-left-radius: 50%;
  -webkit-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.16);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 2;
  overflow: hidden;
}
.top-quick-ball-container .btn-top-quick-ball.active {
  background-color: #0b5fff;
}
.top-quick-ball-container .btn-top-quick-ball:focus, .top-quick-ball-container .btn-top-quick-ball:focus-within {
  outline: none;
}
.top-quick-ball-container .btn-top-quick-ball > div {
  position: relative;
  top: 5px;
  right: 5px;
}
.top-quick-ball-container .btn-top-quick-ball .open-conf,
.top-quick-ball-container .btn-top-quick-ball .close-conf {
  position: absolute;
  left: 5px;
  top: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-quick-ball-container .btn-top-quick-ball .open-conf {
  animation: configRollBack 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.top-quick-ball-container .btn-top-quick-ball .close-conf {
  left: 12px;
  animation: closeRollBack 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.top-quick-ball-container .btn-top-quick-ball.active .open-conf {
  animation: configRoll 0.3s ease-in-out forwards;
}
.top-quick-ball-container .btn-top-quick-ball.active .close-conf {
  animation: closeRoll 0.3s cubic-bezier(0.65, 0.05, 0.36, 1) forwards;
}
.top-quick-ball-container .pop-quick-ball {
  position: relative;
  max-width: 280px;
  background-color: #ffffff;
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-top-left-radius: 0px;
  -ms-border-top-left-radius: 0px;
  -o-border-top-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner {
  padding: 20px;
  min-width: 280px;
  z-index: 2;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item {
  margin-bottom: 5px;
  display: grid;
  grid-template-columns: 1fr 60px;
  align-items: center;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item label {
  font-weight: normal;
  color: #2b2b2b;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item:last-child {
  margin-bottom: 0;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item .toggle-switch {
  text-align: right;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .toggle-divider {
  border-top: 1px solid #f0f0f0;
  margin: 15px 0;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto {
  display: grid;
  align-items: flex-start;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-row-gap: 20px;
  text-align: center;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button {
  border: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button:focus, .top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button:focus-within {
  outline: none;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button svg {
  height: 24px;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button:hover {
  background-color: #0b5fff;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item span {
  display: inline-block;
  font-size: 0.8rem;
  line-height: 16px;
  margin-top: 5px;
  color: #2b2b2b;
}
.top-quick-ball-container .top-quick-ball-wrapper {
  position: relative;
  pointer-events: auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(calc(100% + 10px));
  -moz-transform: translateX(calc(100% + 10px));
  -ms-transform: translateX(calc(100% + 10px));
  -o-transform: translateX(calc(100% + 10px));
  transform: translateX(calc(100% + 10px));
  z-index: 2;
}
.top-quick-ball-container .top-quick-ball-wrapper:hover {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.top-quick-ball-container.open-pop .top-quick-ball-wrapper {
  -webkit-transform: translateX(-5px);
  -moz-transform: translateX(-5px);
  -ms-transform: translateX(-5px);
  -o-transform: translateX(-5px);
  transform: translateX(-5px);
}

.pop-box-logout .pop-btn {
  display: block;
}

.pop-btn {
  display: inline-block;
  overflow: hidden;
  text-decoration: none !important;
  font-weight: normal;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  padding: 1em;
  text-align: center;
  position: relative;
  background-color: #0b5fff;
  color: #ffffff !important;
  font-size: 14px;
  line-height: 17px;
  padding: 10px 20px;
  font-family: "SourceSans-Semibold";
}
.pop-btn:hover {
  background-color: #004ad7;
}

@keyframes configRollBack {
  0% {
    transform: translate(-50px, 0) rotate(-50deg);
  }
  100% {
    transform: translate(0, 0) rotate(0deg);
  }
}
@keyframes configRoll {
  0% {
    transform: translate(0, 0) rotate(0deg);
  }
  100% {
    transform: translate(-50px, 0) rotate(-50deg);
  }
}
@keyframes closeRollBack {
  0% {
    transform: translate(0px, 0) rotate(-360deg);
  }
  100% {
    transform: translate(50px, 0) rotate(0deg);
  }
}
@keyframes closeRoll {
  0% {
    transform: translate(50px, 0) rotate(0deg);
  }
  100% {
    transform: translate(0px, 0) rotate(-360deg);
  }
}
.top-quick-ball-container .btn-top-quick-ball .open-conf,
.top-quick-ball-container .btn-top-quick-ball .close-conf {
  top: 0px;
}

.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle {
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto {
  display: block;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-title {
  text-align: left;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-title .pop-list-goto-title-inner {
  display: flex;
  align-items: center;
  padding: 15px 0;
  cursor: pointer;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-title .pop-list-goto-title-inner .title {
  flex: 1 1 auto;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-title .pop-list-goto-title-inner .ico {
  flex: 0 0 auto;
  position: relative;
  top: 2px;
  right: 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-title.active .pop-list-goto-title-inner .ico {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner {
  margin-bottom: 20px;
  display: grid;
  align-items: flex-start;
  justify-content: center;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 0;
  grid-row-gap: 10px;
  text-align: center;
  grid-auto-rows: 1fr;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item {
  height: 100%;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 5px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border: 1px solid transparent;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item button {
  color: #333;
  width: 45px;
  height: 45px;
  line-height: 45px;
  position: relative;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item button svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkt-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item span {
  font-family: "SourceSans";
  font-size: 12px;
  line-height: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
  font-weight: normal;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item:nth-child(1n+1) button {
  background: #f5f5f5;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
  background-color: #fff;
  border: 1px solid #f0f0f0;
  filter: drop-shadow(0px 3px 20px rgba(0, 0, 0, 0.16));
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .pop-list-goto-inner .goto-item:hover button {
  background: #0b5fff;
  color: #fff;
}

.pop-box-logout {
  margin-top: 20px;
  display: block;
}

label.toggle-switch input {
  cursor: pointer;
}

.simple-toggle-switch.toggle-switch {
  align-items: center;
  display: inline-flex;
}

.simple-toggle-switch .toggle-switch-check + .toggle-switch-label,
.simple-toggle-switch label:not(.toggle-switch) .toggle-switch + .toggle-switch-label,
label:not(.toggle-switch) .simple-toggle-switch .toggle-switch + .toggle-switch-label {
  margin-right: 0.5rem;
}

.simple-toggle-switch .toggle-switch-label + .toggle-switch-check-bar {
  margin-left: 0.5rem;
}

.simple-toggle-switch .toggle-switch-label {
  line-height: 1;
  margin-bottom: 0;
  max-width: calc(100% - 68px);
}

@media (max-width: 767.98px) {
  .simple-toggle-switch .toggle-switch-label {
    max-width: calc(100% - 52px);
  }
}
.simple-toggle-switch-reverse .toggle-switch-label {
  margin-right: 0.5rem;
}

.simple-toggle-switch-reverse .toggle-switch-check-bar {
  order: 5;
}

.simple-toggle-switch-reverse .toggle-switch-check-bar .toggle-switch-bar {
  order: 0;
}

.simple-toggle-switch-reverse .toggle-switch-bar {
  order: 5;
}

label.toggle-switch {
  cursor: pointer;
}

label.toggle-switch.disabled {
  cursor: not-allowed;
}

.toggle-switch {
  display: inline-block;
  font-weight: 600;
  max-width: 100%;
  position: relative;
}

.toggle-switch.disabled .toggle-switch-label {
  color: #a7a9bc;
  cursor: not-allowed;
}

.toggle-switch.disabled .toggle-switch-text {
  color: #a7a9bc;
}

.toggle-switch-check-bar {
  display: inline-flex;
  position: relative;
}

.toggle-switch-bar .toggle-switch-handle {
  display: block;
  min-width: 60px;
  text-transform: uppercase;
}

.toggle-switch-bar .toggle-switch-icon {
  font-size: 0.75rem;
}

.toggle-switch-bar .toggle-switch-icon .lexicon-icon {
  margin-top: -0.2em;
}

.toggle-switch-bar .button-icon {
  font-size: 0.75rem;
}

.toggle-switch-check,
label:not(.toggle-switch) .toggle-switch {
  bottom: 0;
  font-size: 62.5%;
  height: 32px;
  opacity: 0;
  position: absolute;
  width: 60px;
  z-index: 2;
}

@media (max-width: 767.98px) {
  .toggle-switch-check,
  label:not(.toggle-switch) .toggle-switch {
    height: 24px;
    width: 44px;
  }
}
.toggle-switch-check:empty ~ .toggle-switch-bar,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar {
  display: inline-flex;
  font-size: 0.75rem;
  height: 32px;
  line-height: 32px;
  position: relative;
  text-indent: 0;
  -ms-user-select: none;
  user-select: none;
}

.toggle-switch-check:empty ~ .toggle-switch-bar:after,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:after {
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  bottom: 4px;
  content: "";
  display: block;
  height: 24px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 24px;
}

.toggle-switch-check:empty ~ .toggle-switch-bar:before,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:before {
  background-color: #a7a9bc;
  border-color: #a7a9bc;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 60px;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  content: attr(data-label-off);
  margin-left: 68px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  white-space: nowrap;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:before,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-handle:before {
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon {
  color: #fff;
  left: 4px;
  line-height: 24px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 4px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 24px;
  z-index: 1;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
  left: 4px;
  opacity: 0;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
  left: 32px;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .button-icon,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .button-icon {
  color: #272833;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .button-icon-on,
label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .button-icon-on {
  opacity: 0;
}

.toggle-switch-check:checked ~ .toggle-switch-bar:after,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:after {
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  left: 32px;
}

.toggle-switch-check:checked ~ .toggle-switch-bar:before,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #0b5fff;
  border-color: #0b5fff;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
}

.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle:after,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-handle:after {
  content: attr(data-label-on);
}

.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-icon {
  color: #fff;
}

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .button-icon {
  color: #272833;
  left: 32px;
}

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon-on,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .button-icon-on,
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon-on,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-icon-on {
  opacity: 1;
}

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon-off,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .button-icon-off,
.toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-icon-off,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-icon-off {
  opacity: 0;
}

.toggle-switch-check:disabled ~ .toggle-switch-bar,
label:not(.toggle-switch) .toggle-switch:disabled ~ .toggle-switch-bar,
.toggle-switch-check.disabled ~ .toggle-switch-bar,
label:not(.toggle-switch) .disabled.toggle-switch ~ .toggle-switch-bar {
  cursor: not-allowed;
  opacity: 0.4;
}

.toggle-switch-check:focus ~ .toggle-switch-bar:before,
label:not(.toggle-switch) .toggle-switch:focus ~ .toggle-switch-bar:before {
  box-shadow: 0 0 0 0.125rem #fff, 0 0 0 0.25rem #80acff;
}

.toggle-switch-label {
  display: block;
  margin-bottom: 2px;
}

.toggle-switch-text {
  display: block;
  font-size: 0.75rem;
}

.toggle-switch-text-left {
  display: inline-flex;
  line-height: 32px;
  margin-right: 8px;
}

.toggle-switch-text-right {
  display: inline-flex;
  line-height: 32px;
  margin-left: 8px;
}

@media (max-width: 767.98px) {
  .toggle-switch-bar .toggle-switch-handle {
    min-width: 44px;
  }
  .toggle-switch-bar .toggle-switch-icon {
    font-size: 0.625rem;
  }
  .toggle-switch-bar .button-icon {
    font-size: 0.625rem;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar {
    height: 24px;
    line-height: 24px;
    text-indent: 0;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar:after,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:after {
    bottom: 4px;
    height: 16px;
    left: 4px;
    top: 4px;
    width: 16px;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar:before,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:before {
    width: 44px;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
    margin-left: 52px;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon {
    left: 4px;
    line-height: 16px;
    top: 4px;
    width: 16px;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-on,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon-on {
    left: 4px;
  }
  .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon-off,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon-off {
    left: 24px;
  }
  .toggle-switch-check:checked ~ .toggle-switch-bar:after,
  label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:after {
    left: 24px;
  }
  .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle:after,
  label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .toggle-switch-handle:after {
    margin-left: 52px;
  }
  .toggle-switch-check:checked ~ .toggle-switch-bar .button-icon,
  label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .button-icon {
    left: 24px;
  }
  .toggle-switch-text-left,
  .toggle-switch-text-right {
    line-height: 24px;
  }
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button {
  cursor: pointer;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item button svg {
  position: relative;
  top: 5px;
}
.top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-goto .goto-item span {
  display: block;
}

@media (max-width: 767px) {
  .top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item .toggle-switch-check:empty ~ .toggle-switch-bar:after,
  .top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:after {
    width: 24px;
    height: 24px;
  }
  .top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item .toggle-switch-check:checked ~ .toggle-switch-bar:after,
  .top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:after {
    left: 31px;
  }
}

@media (max-width: 1024px) {
  .top-quick-ball-container .pop-quick-ball .pop-quick-ball-inner .pop-list-toggle .toggle-item.hide-mobile {
    display: none;
  }
}

html body .cadmin.control-menu-container {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
}
html body .dropdown-toggle::after {
  display: none;
}
html body .hide-accessible {
  display: none;
}

header.portlet-topper {
  z-index: 888;
}

/*CLASSIC TOPPER */
.sortable-layout-proxy .portlet-topper {
  background-image: none;
}

.portlet-topper {
  position: relative;
}

.portlet-topper .portlet-topper-toolbar .portlet-icon-back {
  background: url("../images/arrows/12_left.png") no-repeat 0 50%;
  padding: 5px 5px 5px 18px;
}

.portlet-topper .portlet-topper-toolbar .portlet-options .lfr-icon-menu-text {
  display: none;
}

.portlet-draggable .portlet-topper {
  cursor: move;
}

@media only screen and (min-width: 768px) {
  .portlet.open > .portlet-topper,
  .portlet:hover > .portlet-topper,
  .portlet.focus > .portlet-topper {
    opacity: 1;
    -webkit-transform: translateY(-97%);
    -moz-transform: translateY(-97%);
    -ms-transform: translateY(-97%);
    -o-transform: translateY(-97%);
    transform: translateY(-97%);
  }
}
.portlet > .portlet-topper {
  display: none;
}

@media only screen and (min-width: 768px) {
  .portlet > .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    transition: opacity 0.25s, transform 0.25s;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (prefers-reduced-motion: reduce) {
  .portlet > .portlet-topper {
    transition: none;
  }
}
.portlet-topper {
  background-color: #f0f5ff;
  border-color: #80acff;
  border-radius: 8px 8px 0 0;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  color: #0b5fff;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 12px 3px 24px;
  position: relative;
}

.portlet-topper-toolbar {
  margin: 0;
  padding-left: 0;
}

.portlet-topper-toolbar > a,
.portlet-topper-toolbar > span > a,
.portlet-topper-toolbar .lfr-icon-menu > a {
  color: #0b5fff;
}

.portlet-topper-toolbar > a:focus,
.portlet-topper-toolbar > a:hover {
  text-decoration: none;
}

@media only screen and (max-width: 767px) {
  .controls-visible .portlet-topper {
    display: -webkit-box;
    display: -moz-box;
    display: box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.controls-visible .portlet-topper-toolbar {
  display: block;
}

.controls-visible .portlet-topper-toolbar .dropdown-toggle::after {
  display: none;
}

body.v2.enable_editable .CX-utama .box-utama .box-sidenav {
  top: 70px;
}
@media (min-width: 1280px) {
  body.v2.enable_editable #CX-header {
    max-width: 1280px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
body.v2.enable_editable .CX-utama .box-utama .box-content-utama {
  margin-top: 80px;
}
body.v2.enable_editable .CX-utama, body.v2.enable_editable.no-sidebar .CX-section-no-sidebar .CX-utama {
  z-index: 7;
}
@media (min-width: 1280px) {
  body.v2.enable_editable .CX-utama, body.v2.enable_editable.no-sidebar .CX-section-no-sidebar .CX-utama {
    max-width: 1280px;
    margin: 0 auto;
  }
}
body.v2.enable_editable .portlet-layout .portlet .portlet-title-text {
  color: #6b6c7e;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 2.2;
  margin-bottom: 0;
  text-transform: uppercase;
}
body.v2.enable_editable .portlet-title-text {
  font-size: 1rem;
}
body.v2.enable_editable .portlet > .portlet-topper {
  opacity: 1;
}
body.v2.enable_editable .portlet-journal-content .portlet .portlet-header .visible-interaction {
  visibility: visible;
}
body.v2.enable_editable .portlet-decorate .portlet-content {
  background-color: #FFF;
  border-radius: 0.5rem;
  padding: 0 24px;
}
body.v2.enable_editable .portlet .portlet-content.portlet-content-editable .autofit-float.autofit-row.portlet-header .dropdown-toggle:after {
  display: none;
}

body.enable_editable .portlet-boundary .portlet .portlet-topper {
  opacity: 1;
  -webkit-transform: translateY(-97%);
  -moz-transform: translateY(-97%);
  -ms-transform: translateY(-97%);
  -o-transform: translateY(-97%);
  transform: translateY(-97%);
}

body.enable_sortable .portlet-boundary .portlet .portlet-content.portlet-content-editable .portlet-content-container .portlet-body {
  max-height: 100px;
  overflow: hidden;
}

.dropdown-menu.portlet-options-dropdown ul.list-unstyled li button.dropdown-item {
  padding: 0.34375rem 1rem;
  padding-left: 2.75rem;
}

.cadmin .applications-menu-modal ul.nav.nav-tabs li button {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

body.disable_editable .portlet-borderless .portlet-content {
  padding: 0 !important;
  border: 0px !important;
}

body.enable_editable .CX-utama #CX-content {
  padding-top: 160px;
}
body.enable_sortable .CX-utama #main-content {
  max-width: 800px;
  margin: 0 auto;
}

.portlet-column-content.empty {
  padding: 0px;
}

body.enable_editable .portlet-column-content.empty {
  padding: 50px;
  position: relative;
  border: 1px solid #D9DFF2;
  background: #F1F3FA;
}
body.enable_editable .portlet-column-content.empty:before {
  content: "";
  border: 1px dashed #494DF4;
  position: absolute;
  left: 10px;
  right: 10px;
  top: 10px;
  bottom: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
}
body.enable_editable .portlet-column-content.empty:after {
  content: "Drag & Drop Here";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #1374E8;
  font-family: "SourceSans-Bold";
  font-size: 16px;
}

body.enable_editable .portlet .portlet-content.portlet-content-editable {
  z-index: 5;
  position: relative;
}

#ControlMenu .control-menu-nav .control-menu-nav-category.user-control-group .control-menu-nav .control-menu-nav-item .btn-monospaced.btn-sm.lfr-portal-tooltip.toggle-controls {
  display: none !important;
}

body.v2.has-edit-mode-menu .CX-utama .box-utama .box-sidenav {
  display: none;
}
body.v2.has-edit-mode-menu .CX-utama .box-utama .box-content-utama {
  margin-left: 0px;
}

body.disable_editable .portlet-boundary header.portlet-topper {
  display: none !important;
}
body.disable_editable .portlet-boundary .portlet-body .visible-interaction {
  display: none !important;
}
body.disable_editable .portlet:hover > .portlet-content-editable,
body.disable_editable .portlet.focus > .portlet-content-editable {
  border-color: transparent !important;
}

body.disable_editable .portlet-layout .portlet-header {
  display: none !important;
}

body.disable_editable .portlet-asset-publisher .metadata-author {
  display: none;
}
body.disable_editable .component-title {
  display: none;
}

body.disable_editable .portlet-column-content.empty {
  padding: 0px;
}

.has-edit-mode-menu .back_to_top {
  right: 60px;
}
.has-edit-mode-menu .CX-utama {
  margin-top: 64px;
}
.has-edit-mode-menu .CX-utama .box-utama .box-content-utama {
  margin-left: 0px !important;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav {
  width: 312px;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
  z-index: 999;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-navigation .toggle-side-left {
  display: none;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav.open {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-user-profile {
  max-width: 100%;
  padding: 20px 40px 0;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-user-profile .box-user-profile .name h4 {
  font-size: 18px;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-user-profile .box-user-profile .name a {
  font-size: 15px;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-navigation .box-navigation .box-list-navigation .box-nav-menu {
  margin-bottom: 10px;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-navigation .box-navigation .box-list-navigation .box-nav-menu .nav-menu li a {
  max-width: 100%;
  padding: 10px 40px;
  font-size: 18px;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-navigation .box-navigation .box-list-navigation .box-nav-menu .nav-menu li a .ico svg {
  width: 24px;
}
.has-edit-mode-menu .CX-utama .box-utama .box-sidenav .CX-navigation .box-navigation .box-list-navigation .box-nav-menu .title-nav {
  max-width: 100%;
  padding: 0 40px 5px;
  font-size: 15px;
}
.has-edit-mode-menu.nav-open .CX-header {
  z-index: 3 !important;
}
.has-edit-mode-menu .CX-header {
  padding: 20px 0;
}
.has-edit-mode-menu .CX-header .container-fluid {
  padding-left: 15px;
  padding-right: 15px;
}
.has-edit-mode-menu .CX-header .box-header .box-logo {
  display: none;
}
.has-edit-mode-menu .CX-header .box-header .box-burger-menu.hide {
  display: block !important;
  margin-left: 30px;
}
.has-edit-mode-menu .my-polis .box-polis-list {
  pointer-events: none;
}
.has-edit-mode-menu .my-polis .box-polis-list .slick-track {
  width: auto !important;
}
.has-edit-mode-menu .my-polis .box-polis-list .slick-track .box-polis-item-outer {
  display: none;
}
.has-edit-mode-menu .my-polis .box-polis-list .slick-track .box-polis-item-outer:nth-child(1), .has-edit-mode-menu .my-polis .box-polis-list .slick-track .box-polis-item-outer:nth-child(2), .has-edit-mode-menu .my-polis .box-polis-list .slick-track .box-polis-item-outer:nth-child(3) {
  display: block;
}
.has-edit-mode-menu .my-polis .box-nav-polis {
  display: none !important;
}

body.has-edit-mode-menu .page-editor__fragment-content .portlet-asset-publisher .portlet > .portlet-topper {
  display: block !important;
}
body.has-edit-mode-menu .portlet .portlet-content .autofit-float.autofit-row.portlet-header {
  display: flex !important;
}

body.has-edit-mode-menu .box-toggle-control,
body.has-edit-mode-menu .box-others {
  display: none;
}

.CX-header {
  background-color: #ffffff;
  padding: 10px 20px;
  position: absolute;
  z-index: 3;
  width: 100%;
  top: 55px;
}
@media (max-width: 767px) {
  .CX-header {
    position: relative;
    padding: 20px 20px;
    top: 0px;
  }
}
.CX-header .container-fluid {
  display: flex;
  align-items: center;
}
.CX-header .container-fluid a {
  color: #ffffff;
}
.CX-header .container-fluid .box-others,
.CX-header .container-fluid .box-logo {
  flex: 1;
}
.CX-header .container-fluid .box-others {
  text-align: right;
}
.CX-header .container-fluid .box-others a {
  margin-right: 10px;
  font-family: "SourceSans-Semibold";
  cursor: pointer;
  position: relative;
  padding-right: 10px;
  padding-left: 5px;
}
.CX-header .container-fluid .box-others a:hover {
  text-decoration: none;
}
.CX-header .container-fluid .box-others a:first-child {
  padding-left: 0px;
}
.CX-header .container-fluid .box-others a:after {
  content: "";
  border-right: 1px solid rgba(255, 255, 255, 0.9);
  position: absolute;
  right: 0;
  width: 1px;
  height: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-header .container-fluid .box-others a span {
  display: inline-block;
}
.CX-header .container-fluid .box-others a span.ico {
  width: 24px;
  margin-right: 5px;
}
.CX-header .container-fluid .box-others a span.text {
  top: 3px;
  position: relative;
}
@media (max-width: 768px) {
  .CX-header .container-fluid .box-others a span.text {
    display: none;
  }
}
.CX-header .container-fluid .box-others a:last-child {
  margin-right: 0;
  padding-right: 0px;
}
.CX-header .container-fluid .box-others a:last-child:after {
  display: none;
}

.CX-footer {
  background-color: #5077B5;
  color: #ffffff;
  font-size: 1rem;
  padding: 20px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 820px) {
  .CX-footer .row .col-md-6 {
    text-align: center !important;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .CX-footer .row .col-md-6 ul {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
    padding-bottom: 10px;
  }
  .CX-footer .row .col-md-6:nth-child(2) {
    padding-top: 10px;
  }
}
.CX-footer a {
  color: inherit;
  font-size: inherit;
}
.CX-footer ul li {
  display: inline-block;
  padding: 0 10px 0 0px;
  position: relative;
}
.CX-footer ul li a {
  display: inline-block;
}
.CX-footer ul li:after {
  content: "|";
  position: absolute;
  right: 0;
}
.CX-footer ul li:last-child:after {
  content: "";
}

.CX-footer {
  padding: 15px 0;
}
@media (max-width: 767px) {
  .CX-footer {
    padding: 10px 0;
  }
}
.CX-footer .row {
  align-items: center;
  padding-bottom: 0px;
}
.CX-footer .row .box-social-media {
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  .CX-footer .row {
    display: flex;
  }
  .CX-footer .row .col-md-6 {
    text-align: left;
  }
  .CX-footer .row .col-md-6:first-child {
    order: 2;
    margin-top: 10px;
    text-align: center;
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    padding-top: 10px;
  }
  .CX-footer .row .col-md-6:nth-child(2) {
    padding-top: 0px;
  }
  .CX-footer .row .box-privasi {
    text-align: left;
  }
  .CX-footer .row .box-social-media {
    margin-bottom: 5px;
  }
  .CX-footer .row .box-social-media .text {
    text-align: left;
  }
  .CX-footer .row .box-social-media ul {
    text-align: left;
  }
  .CX-footer .row .box-social-media ul li {
    margin-right: 10px;
  }
  .CX-footer .row .box-social-media ul li:last-child {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .offset-content .section-content {
    position: relative;
    top: -80px;
    z-index: 9;
    background-color: #ffffff;
  }
}
@media (max-width: 767px) {
  .offset-content .CX-header {
    padding-bottom: 80px;
  }
}

.section-content {
  position: relative;
  width: 760px;
  margin: 20px auto;
}
@media (max-width: 768px) {
  .section-content {
    width: auto;
    margin: 20px;
  }
}
.section-content.with-box {
  background-color: #ffffff;
  -webkit-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16);
  box-shadow: 0 0px 4px rgba(0, 0, 0, 0.16);
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .section-content.with-box {
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .section-content .container {
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .section-content .box-outer-content .box-head-title {
    display: none;
  }
}
.section-content .box-outer-content .box-head-title a {
  text-transform: uppercase;
  color: #494df4;
  text-decoration: none;
  cursor: pointer;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
}
.section-content .box-outer-content .box-head-title a i {
  font-size: 16px;
  margin-right: 5px;
}
.section-content .box-outer-content .box-content {
  max-width: 58%;
  margin: 10px auto;
}
@media (max-width: 768px) {
  .section-content .box-outer-content .box-content {
    max-width: initial;
  }
}
@media (max-width: 768px) {
  .section-content .box-outer-content .box-content .title {
    text-align: center;
    margin-bottom: 20px;
  }
}
.section-content .box-outer-content .box-content .title h1 {
  font-weight: normal;
  font-family: "SourceSans-Bold";
  font-size: 28px;
  color: #00008f;
}
@media (max-width: 767px) {
  .section-content .box-outer-content .box-content .title h1 {
    font-size: 18px;
  }
}
.section-content .box-outer-content .box-content .alert.alert-warning {
  background-color: #494df4;
  border-color: #494df4;
  color: #ffffff;
  padding: 10px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.section-content .box-outer-content .box-content .alert.alert-warning strong,
.section-content .box-outer-content .box-content .alert.alert-warning b {
  font-family: "SourceSans-Semibold";
  font-size: 13px;
}
.section-content .box-outer-content .box-content .alert.alert-warning p {
  margin-bottom: 0;
}
.section-content .box-outer-content .box-content .alert.alert-warning.with-ico {
  display: flex;
}
.section-content .box-outer-content .box-content .alert.alert-warning.with-ico .ico {
  margin-right: 10px;
}
.section-content .box-outer-content .box-content .alert.alert-warning.with-ico .ico svg path {
  fill: #ffffff !important;
}
.section-content .box-outer-content .box-content .box-form .form-group {
  margin-bottom: 15px;
}
.section-content .box-outer-content .box-content .box-form .control-label {
  font-weight: normal;
  color: #333;
  font-size: 20px;
}
@media (max-width: 768px) {
  .section-content .box-outer-content .box-content .box-form .control-label {
    font-size: 16px;
  }
}
.section-content .box-outer-content .box-content .box-form .form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 40px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.section-content .box-outer-content .box-content .box-form .form-control:focus {
  outline: none;
  box-shadow: none;
}
.section-content .box-outer-content .box-content .box-form .box-act,
.section-content .box-outer-content .box-content .box-form .button-holder {
  text-align: center;
  margin-top: 30px;
}
.section-content .box-outer-content .box-content .box-form .box-act .btn,
.section-content .box-outer-content .box-content .box-form .button-holder .btn {
  text-transform: uppercase;
}
.section-content .box-outer-content .box-content .box-form .box-act .btn.btn-primary,
.section-content .box-outer-content .box-content .box-form .button-holder .btn.btn-primary {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}
.section-content .box-outer-content .box-content .box-form .box-notes {
  margin-top: 20px;
  font-size: 14px;
}
@media (max-width: 767px) {
  .section-content .box-outer-content .box-content .box-form .box-notes {
    text-align: center;
  }
}
.section-content .box-outer-content .box-content .box-form .box-notes p {
  margin-bottom: 0;
}
.section-content .box-outer-content .box-content .box-form .box-notes a {
  color: #494df4;
}

.section-content .box-outer-content .box-content .box-form input::-webkit-outer-spin-button,
.section-content .box-outer-content .box-content .box-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.section-content .box-outer-content .box-content .box-form .digit-group {
  display: flex;
  align-items: center;
}
.section-content .box-outer-content .box-content .box-form .digit-group .splitter {
  text-align: center;
}
.section-content .box-outer-content .box-content .box-form .digit-group .splitter {
  flex: 0 0 auto;
  margin-right: 10px;
  max-width: 15px;
  padding: 0 0;
}
.section-content .box-outer-content .box-content .box-form .digit-group .digit {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 0px;
}
.section-content .box-outer-content .box-content .box-form .digit-group .digit.form-control {
  height: 69px !important;
  appearance: none;
  text-align: center;
  font-family: "SourceSans-Semibold";
  font-size: 25px;
}
@media (max-width: 767px) {
  .section-content .box-outer-content .box-content .box-form .digit-group .digit.form-control {
    font-size: 16px;
    height: 54px !important;
  }
}
.section-content .box-outer-content .box-content .box-form .digit-group .digit:last-child {
  margin-right: 0px;
}

.btn.btn-round {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
}
.btn.btn-border {
  border: 2px solid #494df4;
  color: #494df4;
  text-transform: uppercase;
}
.btn.btn-border:hover {
  background-color: #494df4;
  color: #ffffff;
}
.btn.btn-custom {
  text-transform: capitalize;
  font-family: "SourceSans-Semibold" !important;
  position: relative;
  overflow: hidden;
  z-index: 1;
  border: 0px;
  background-color: #494df4;
  color: #ffffff;
  font-size: 1rem;
}
.btn.btn-custom.btn-lg {
  padding: 1rem 2rem 1rem !important;
  font-size: 1.2rem !important;
  letter-spacing: 2px;
}
@media (max-width: 1440px) {
  .btn.btn-custom.btn-lg {
    font-size: 1.1rem !important;
  }
}
.btn.btn-custom.btn-md {
  padding: 1rem 2rem 1rem !important;
}
.btn.btn-custom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.btn.btn-custom:hover, .btn.btn-custom.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans-Semibold" !important;
  font-weight: normal;
}
.btn.btn-custom:hover:after, .btn.btn-custom.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.btn.btn-custom:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.btn.btn-primary {
  background-color: #494df4;
  color: #ffffff;
}
.btn.btn-primary:hover {
  background-color: #00008f;
}

*:focus {
  outline: none;
}

.header-control.disabled {
  opacity: 0.2;
  pointer-events: none;
  cursor: not-allowed;
}

.toggle-button-cover,
.knobs,
.toggle-layer {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.toggle-button {
  position: relative;
  top: 50%;
  width: 74px;
  height: 36px;
  overflow: hidden;
}

.toggle-button.r,
.toggle-button.r .toggle-layer {
  border-radius: 100px;
}

.toggle-button.b2 {
  border-radius: 2px;
}

.toggle-checkbox {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  opacity: 0;
  cursor: pointer;
  z-index: 3;
}

.knobs {
  z-index: 2;
}

.toggle-layer {
  width: 100%;
  background-color: #ebf7fc;
  transition: 0.3s ease all;
  z-index: 1;
}

/* Button 1 */
#toggle-button-1 .knobs:before {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#toggle-button-1 .toggle-checkbox:checked + .knobs:before {
  content: "NO";
  left: 42px;
  background-color: #f44336;
}

#toggle-button-1 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

#toggle-button-1 .knobs,
#toggle-button-1 .knobs:before,
#toggle-button-1 .toggle-layer {
  transition: 0.3s ease all;
}

/* Button 2 */
#toggle-button-2 .knobs:before,
#toggle-button-2 .knobs:after {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s ease all;
}

#toggle-button-2 .knobs:before {
  content: "YES";
}

#toggle-button-2 .knobs:after {
  content: "NO";
}

#toggle-button-2 .knobs:after {
  right: -28px;
  left: auto;
  background-color: #f44336;
}

#toggle-button-2 .toggle-checkbox:checked + .knobs:before {
  left: -28px;
}

#toggle-button-2 .toggle-checkbox:checked + .knobs:after {
  right: 4px;
}

#toggle-button-2 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 3 */
#toggle-button-3 .knobs:before {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#toggle-button-3 .toggle-checkbox:active + .knobs:before {
  width: 46px;
  border-radius: 100px;
}

#toggle-button-3 .toggle-checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#toggle-button-3 .toggle-checkbox:checked + .knobs:before {
  content: "NO";
  left: 42px;
  background-color: #f44336;
}

#toggle-button-3 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 4 */
#toggle-button-4 .knobs:before,
#toggle-button-4 .knobs:after {
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#toggle-button-4 .knobs:before {
  content: "YES";
}

#toggle-button-4 .knobs:after {
  content: "NO";
}

#toggle-button-4 .knobs:after {
  top: -28px;
  right: 4px;
  left: auto;
  background-color: #f44336;
}

#toggle-button-4 .toggle-checkbox:checked + .knobs:before {
  top: -28px;
}

#toggle-button-4 .toggle-checkbox:checked + .knobs:after {
  top: 4px;
}

#toggle-button-4 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 5 */
#toggle-button-5 {
  perspective: 60px;
  overflow: visible;
}

#toggle-button-5 .knobs:before,
#toggle-button-5 .knobs span {
  content: "";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#toggle-button-5 .knobs:before {
  background-color: #03a9f4;
}

#toggle-button-5 .knobs span:before {
  content: "YES";
}

#toggle-button-5 .knobs:before,
#toggle-button-5 .toggle-layer {
  transform: rotateY(0);
  transform-origin: center;
}

#toggle-button-5 .toggle-checkbox:checked + .knobs:before,
#toggle-button-5 .toggle-checkbox:checked + .knobs span {
  left: 42px;
}

#toggle-button-5 .toggle-checkbox:checked + .knobs:before {
  transform: rotateY(180deg);
  background-color: #f44336;
}

#toggle-button-5 .toggle-checkbox:checked + .knobs span:before {
  content: "NO";
  left: 42px;
}

#toggle-button-5 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
  transform: rotateY(-180deg);
}

#toggle-button-5 .knobs,
#toggle-button-5 .knobs:before,
#toggle-button-5 .toggle-layer {
  transition: 0.3s ease all;
}

/* Button 6 */
#toggle-button-6 {
  overflow: visible;
}

#toggle-button-6 .knobs:before {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 50%;
}

#toggle-button-6 .toggle-layer,
#toggle-button-6 .knobs,
#toggle-button-6 .knobs:before {
  transform: rotateZ(0);
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#toggle-button-6 .toggle-checkbox:checked + .knobs {
  transform: rotateZ(-180deg);
}

#toggle-button-6 .toggle-checkbox:checked + .knobs:before {
  content: "NO";
  background-color: #f44336;
  transform: rotateZ(180deg);
}

#toggle-button-6 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
  transform: rotateZ(180deg);
}

/* Button 7 */
#toggle-button-7 .knobs:before,
#toggle-button-7 .knobs:after,
#toggle-button-7 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
}

#toggle-button-7 .knobs:before {
  content: "YES";
  left: 4px;
  color: #fff;
  opacity: 1;
}

#toggle-button-7 .knobs:after {
  content: "N";
  left: 42px;
  color: #fff;
  width: 14px;
  text-align: left;
  padding: 9px 7px;
  background-color: #f44336;
  opacity: 0;
}

#toggle-button-7 .knobs:before,
#toggle-button-7 .knobs:after {
  transition: 0.3s ease all;
  z-index: 2;
}

#toggle-button-7 .knobs span {
  left: 4px;
  background-color: #03a9f4;
  transition: 0.2s ease all;
  z-index: 1;
}

#toggle-button-7 .toggle-checkbox:checked + .knobs:before {
  opacity: 0;
}

#toggle-button-7 .toggle-checkbox:checked + .knobs:after {
  opacity: 1;
}

#toggle-button-7 .toggle-checkbox:checked + .knobs span {
  top: 14px;
  left: 56px;
  width: 2px;
  height: 2px;
  padding: 3px;
  background-color: #fff;
  z-index: 3;
}

#toggle-button-7 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 8 */
#toggle-button-8 .knobs:before,
#toggle-button-8 .knobs:after,
#toggle-button-8 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  transition: 0.3s ease all;
}

#toggle-button-8 .knobs:before {
  content: "YES";
  color: #fff;
  left: 4px;
}

#toggle-button-8 .knobs:after {
  content: "NO";
  left: 42px;
  color: #fff;
  background-color: #f44336;
  opacity: 0;
}

#toggle-button-8 .knobs:before,
#toggle-button-8 .knobs:after {
  z-index: 2;
}

#toggle-button-8 .knobs span {
  left: 4px;
  background-color: #03a9f4;
  z-index: 1;
}

#toggle-button-8 .toggle-checkbox:checked + .knobs:before {
  opacity: 0;
}

#toggle-button-8 .toggle-checkbox:checked + .knobs:after {
  opacity: 1;
}

#toggle-button-8 .toggle-checkbox:checked + .knobs span {
  background-color: #fcebeb;
  transform: scale(4);
}

/* Button 9 */
#toggle-button-9 .knobs:before,
#toggle-button-9 .knobs:after,
#toggle-button-9 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 50%;
  transition: 0.4s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#toggle-button-9 .knobs:before {
  content: "YES";
  left: 4px;
}

#toggle-button-9 .knobs:after {
  content: "NO";
  right: -24px;
}

#toggle-button-9 .knobs:before,
#toggle-button-9 .knobs:after {
  color: #fff;
  z-index: 2;
}

#toggle-button-9 .knobs span {
  left: 4px;
  background-color: #03a9f4;
  z-index: 1;
}

#toggle-button-9 .toggle-checkbox:checked + .knobs:before {
  left: -24px;
}

#toggle-button-9 .toggle-checkbox:checked + .knobs:after {
  right: 4px;
}

#toggle-button-9 .toggle-checkbox:checked + .knobs span {
  left: 42px;
  background-color: #f44336;
}

#toggle-button-9 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 10 */
#toggle-button-10 .knobs:before,
#toggle-button-10 .knobs:after,
#toggle-button-10 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#toggle-button-10 .knobs:before {
  content: "";
  left: 4px;
  background-color: #03a9f4;
}

#toggle-button-10 .knobs:after {
  content: "NO";
  right: 4px;
  color: #4e4e4e;
}

#toggle-button-10 .knobs span {
  display: inline-block;
  left: 4px;
  color: #fff;
  z-index: 1;
}

#toggle-button-10 .toggle-checkbox:checked + .knobs span {
  color: #4e4e4e;
}

#toggle-button-10 .toggle-checkbox:checked + .knobs:before {
  left: 42px;
  background-color: #f44336;
}

#toggle-button-10 .toggle-checkbox:checked + .knobs:after {
  color: #fff;
}

#toggle-button-10 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 11 */
#toggle-button-11 {
  overflow: visible;
}

#toggle-button-11 .knobs {
  perspective: 70px;
}

#toggle-button-11 .knobs:before,
#toggle-button-11 .knobs:after,
#toggle-button-11 .knobs span {
  position: absolute;
  top: 4px;
  border-radius: 2px;
}

#toggle-button-11 .knobs:before,
#toggle-button-11 .knobs:after {
  width: 20px;
  height: 10px;
  color: #4e4e4e;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
}

#toggle-button-11 .knobs:before {
  content: "YES";
  left: 4px;
}

#toggle-button-11 .knobs:after {
  content: "NO";
  right: 4px;
}

#toggle-button-11 .knobs span {
  right: 4px;
  width: 33px;
  height: 28px;
  background-color: #03a9f4;
  transform: rotateY(0);
  transform-origin: 0% 50%;
  transition: 0.6s ease all;
  z-index: 1;
}

#toggle-button-11 .toggle-checkbox:checked + .knobs span {
  transform: rotateY(-180deg);
  background-color: #f44336;
}

#toggle-button-11 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 12 */
#toggle-button-12 .knobs:before,
#toggle-button-12 .knobs:after,
#toggle-button-12 .knobs span,
#toggle-button-12 .knobs span:before,
#toggle-button-12 .knobs span:after {
  position: absolute;
  top: 4px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#toggle-button-12 .knobs:before {
  content: "YES";
  left: 4px;
}

#toggle-button-12 .knobs:after {
  content: "NO";
  right: 4px;
}

#toggle-button-12 .knobs:before,
#toggle-button-12 .knobs:after {
  width: 27px;
  height: 10px;
  color: #4e4e4e;
  padding: 9px 3px;
  z-index: 1;
}

#toggle-button-12 .knobs span {
  display: inline-block;
  z-index: 2;
}

#toggle-button-12 .knobs span,
#toggle-button-12 .knobs span:before,
#toggle-button-12 .knobs span:after {
  width: 20px;
  height: 10px;
  padding: 9px 4px;
}

#toggle-button-12 .knobs span:before,
#toggle-button-12 .knobs span:after {
  content: "";
  top: 0;
}

#toggle-button-12 .knobs span:before {
  left: -28px;
  background-color: #f44336;
}

#toggle-button-12 .knobs span:after {
  right: -42px;
  background-color: #03a9f4;
}

#toggle-button-12 .toggle-checkbox:checked + .knobs span:before {
  left: 4px;
}

#toggle-button-12 .toggle-checkbox:checked + .knobs span:after {
  right: -74px;
}

#toggle-button-12 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 13 */
#toggle-button-13 .knobs:before,
#toggle-button-13 .knobs:after,
#toggle-button-13 .knobs span {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#toggle-button-13 .knobs:before,
#toggle-button-13 .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}

#toggle-button-13 .knobs:before {
  content: "YES";
  left: 4px;
}

#toggle-button-13 .knobs:after {
  content: "NO";
  right: 4px;
}

#toggle-button-13 .knobs span {
  width: 25px;
  left: 37px;
  background-color: #03a9f4;
  z-index: 2;
}

#toggle-button-13 .toggle-checkbox:checked + .knobs span {
  left: 4px;
  background-color: #f44336;
}

#toggle-button-13 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 14 */
#toggle-button-14 .knobs:before,
#toggle-button-14 .knobs:after,
#toggle-button-14 .knobs span:before,
#toggle-button-14 .knobs span:after {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  border-radius: 2px;
  transition: 0.3s ease all;
}

#toggle-button-14 .knobs:before,
#toggle-button-14 .knobs:after {
  color: #4e4e4e;
  z-index: 1;
}

#toggle-button-14 .knobs:before {
  content: "YES";
  left: 4px;
}

#toggle-button-14 .knobs:after {
  content: "NO";
  right: 4px;
}

#toggle-button-14 .knobs span {
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
}

#toggle-button-14 .knobs span:before {
  left: 4px;
  top: -28px;
  background-color: #f44336;
}

#toggle-button-14 .knobs span:after {
  top: 4px;
  left: 39px;
  background-color: #03a9f4;
}

#toggle-button-14 .knobs span:before,
#toggle-button-14 .knobs span:after {
  content: "";
  width: 23px;
  z-index: 2;
}

#toggle-button-14 .toggle-checkbox:checked + .knobs span:before {
  top: 4px;
}

#toggle-button-14 .toggle-checkbox:checked + .knobs span:after {
  top: -28px;
}

#toggle-button-14 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 15 */
#toggle-button-15 .knobs:before,
#toggle-button-15 .knobs:after {
  position: absolute;
  top: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  opacity: 1;
  border-radius: 2px;
  transform: scale(1);
  transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#toggle-button-15 .knobs:before {
  content: "YES";
  left: 4px;
  background-color: #03a9f4;
}

#toggle-button-15 .knobs:after {
  content: "NO";
  right: 4px;
  opacity: 0;
  transform: scale(4);
  background-color: #f44336;
}

#toggle-button-15 .toggle-checkbox:checked + .knobs:before {
  opacity: 0;
  transform: scale(4);
}

#toggle-button-15 .toggle-checkbox:checked + .knobs:after {
  opacity: 1;
  transform: scale(1);
}

#toggle-button-15 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 16 */
#toggle-button-16 .knobs:before {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
  background-color: #03a9f4;
  border-radius: 2px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
}

#toggle-button-16 .toggle-checkbox:active + .knobs:before {
  width: 46px;
}

#toggle-button-16 .toggle-checkbox:checked:active + .knobs:before {
  margin-left: -26px;
}

#toggle-button-16 .toggle-checkbox:checked + .knobs:before {
  content: "NO";
  left: 42px;
  background-color: #f44336;
}

#toggle-button-16 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 17 */
#toggle-button-17 .knobs:before,
#toggle-button-17 .knobs span {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  width: 20px;
  height: 10px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 9px 4px;
}

#toggle-button-17 .knobs:before {
  transition: 0.3s ease all, left 0.5s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  z-index: 2;
}

#toggle-button-17 .knobs span {
  background-color: #03a9f4;
  border-radius: 2px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  z-index: 1;
}

#toggle-button-17 .toggle-checkbox:checked + .knobs:before {
  content: "NO";
  left: 42px;
}

#toggle-button-17 .toggle-checkbox:checked + .knobs span {
  left: 42px;
  background-color: #f44336;
}

#toggle-button-17 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

/* Button 18 */
#toggle-button-18 .knobs:before,
#toggle-button-18 .knobs span {
  content: "YES";
  position: absolute;
  top: 4px;
  left: 4px;
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  background-color: #03a9f4;
  border-radius: 2px;
}

#toggle-button-18 .knobs:before {
  top: 50%;
  left: 8px;
  width: 20px;
  height: 10px;
  margin-top: -5px;
  background-color: transparent;
  z-index: 2;
}

#toggle-button-18 .knobs span {
  width: 20px;
  height: 10px;
  padding: 9px 4px;
  transition: 0.3s ease all, left 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15);
  z-index: 1;
}

#toggle-button-18 .toggle-checkbox:active + .knobs:before {
  left: 10px;
  width: 46px;
  height: 4px;
  color: transparent;
  margin-top: -2px;
  background-color: #0095d8;
  transition: 0.3s ease all;
  overflow: hidden;
}

#toggle-button-18 .toggle-checkbox:active + .knobs span {
  width: 58px;
}

#toggle-button-18 .toggle-checkbox:checked:active + .knobs:before {
  left: auto;
  right: 10px;
  background-color: #d80000;
}

#toggle-button-18 .toggle-checkbox:checked:active + .knobs span {
  margin-left: -38px;
}

#toggle-button-18 .toggle-checkbox:checked + .knobs:before {
  content: "NO";
  left: 47px;
}

#toggle-button-18 .toggle-checkbox:checked + .knobs span {
  left: 42px;
  background-color: #f44336;
}

#toggle-button-18 .toggle-checkbox:checked ~ .toggle-layer {
  background-color: #fcebeb;
}

.cx-box-modal {
  position: fixed;
  z-index: 9999;
  background-color: #b7b7b7;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.cx-box-modal.transparency {
  background-color: rgba(0, 0, 0, 0.5);
}
.cx-box-modal .box-area-modal {
  height: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-box-modal.box-modal-lg .box-modal-outer {
  width: 860px;
  max-width: 860px;
}
.cx-box-modal .box-modal-outer {
  position: absolute;
  max-width: 580px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ffffff;
  padding: 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.25);
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-transform: translate(-50%, -300%);
  -moz-transform: translate(-50%, -300%);
  -ms-transform: translate(-50%, -300%);
  -o-transform: translate(-50%, -300%);
  transform: translate(-50%, -300%);
}
@media (max-width: 768px) {
  .cx-box-modal .box-modal-outer {
    width: 600px;
    max-width: initial;
  }
}
@media (max-width: 767px) {
  .cx-box-modal .box-modal-outer {
    width: 90%;
  }
}
.cx-box-modal .box-modal-outer .box-modal-inner {
  text-align: center;
  position: relative;
  padding: 40px 20px 20px;
}
@media (max-width: 767px) {
  .cx-box-modal .box-modal-outer .box-modal-inner {
    padding: 20px;
  }
}
.cx-box-modal .box-modal-outer .box-modal-inner .close-act {
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.cx-box-modal .box-modal-outer .box-modal-inner .close-act a {
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .title {
  color: #333;
  font-family: "SourceSans-Bold";
  font-size: 20px;
  margin-bottom: 20px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages {
  font-size: 16px;
  margin-bottom: 30px;
  overflow-x: hidden;
  overflow-y: auto;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages b,
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages strong {
  font-weight: normal;
  font-family: "SourceSans-Semibold";
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages ol,
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages ul {
  margin-top: 10px;
  padding-left: 20px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages ol li,
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages ul li {
  margin-bottom: 10px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages ol li:last-child,
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages ul li:last-child {
  margin-bottom: 0;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages .box-input label {
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  font-size: 18px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages .box-input.setuju {
  display: flex;
  align-items: flex-start;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages .box-input.setuju label {
  font-family: "SourceSans";
  font-size: 16px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages .box-input.setuju .form-group.form-inline.input-checkbox-wrapper {
  flex: 0 0 auto;
  width: 30px;
  position: relative;
  top: 5px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages .box-input.setuju .label-radio {
  flex: 1 1 auto;
  line-height: 23px;
}
@media (max-width: 767px) {
  .cx-box-modal .box-modal-outer .box-modal-inner .box-content .messages .box-input.setuju .label-radio {
    font-size: 16px;
  }
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .box-act {
  text-align: center;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .box-act .btn {
  max-width: 288px;
  margin: 0 auto;
  padding-top: 13px;
  padding-bottom: 13px;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .box-act .btn.btn-primary {
  background-color: #494df4;
}
.cx-box-modal .box-modal-outer .box-modal-inner .box-content .box-act .btn.btn-primary:hover {
  background-color: #00008f;
}
.cx-box-modal.open {
  opacity: 1;
  visibility: visible;
}
.cx-box-modal.open .box-modal-outer {
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 1024px) {
  .cx-box-modal.open .box-modal-outer {
    top: 30%;
  }
}
@media (max-width: 767px) {
  .cx-box-modal.open .box-modal-outer {
    top: 50%;
  }
}

.CX-registrasi .box-registrasi {
  padding: 20px 20px;
}
@media (min-width: 769px) {
  .CX-registrasi .box-registrasi {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 400px) {
  .CX-registrasi .box-registrasi {
    padding: 20px 10px;
  }
}
.CX-registrasi .box-registrasi .box-wizard {
  position: relative;
}
@media (min-width: 769px) {
  .CX-registrasi .box-registrasi .box-wizard {
    flex: 0 0 35%;
    max-width: 35%;
  }
}
@media (max-width: 768px) {
  .CX-registrasi .box-registrasi .box-wizard {
    padding-top: 30px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    display: none;
  }
}
@media (max-width: 767px) {
  .CX-registrasi .box-registrasi .box-wizard {
    padding-top: 60px;
  }
}
.CX-registrasi .box-registrasi .box-wizard ol.list-group.vertical-steps {
  position: relative;
  top: 60px;
}
@media (max-width: 768px) {
  .CX-registrasi .box-registrasi .box-wizard ol.list-group.vertical-steps {
    top: initial;
    margin-bottom: 0px;
  }
}
@media (min-width: 769px) {
  .CX-registrasi .box-registrasi > .box-content {
    flex: 0 0 65%;
    max-width: 65%;
  }
}
.CX-registrasi .box-registrasi > .box-content .section-content {
  margin: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .CX-registrasi .box-registrasi > .box-content .section-content {
    padding: 20px 10px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.16);
  }
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content {
  max-width: 100%;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .title {
  margin-bottom: 20px;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .form-inline.input-checkbox-wrapper label {
  font-weight: normal;
  font-family: "SourceSans";
  font-size: 13px;
  color: #999999;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .form-inline.input-checkbox-wrapper label input {
  margin-right: 5px;
  position: relative;
  top: 4px;
  width: 18px;
  height: 18px;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .form-control:disabled, .CX-registrasi .box-registrasi > .box-content .section-content .box-content .form-control:read-only {
  background-color: #e5e5e5;
  border-color: #cccccc;
  height: 48px !important;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action {
  border-top: 1px solid #cccccc;
  margin-top: 60px;
  padding-top: 20px;
  display: flex;
  align-items: center;
}
@media (max-width: 767px) {
  .CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action {
    margin-top: 40px;
  }
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action.registrasi-1 {
  margin-top: 120px;
  text-align: right;
}
@media (max-width: 767px) {
  .CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action.registrasi-1 {
    margin-top: 40px;
  }
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action.registrasi-2 {
  margin-top: 77px;
}
@media (max-width: 767px) {
  .CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action.registrasi-2 {
    margin-top: 40px;
  }
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action a {
  font-family: "SourceSans-Semibold";
  color: #494df4;
  position: relative;
  font-size: 16px;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action .prev-step {
  flex: 1;
  padding-left: 20px;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action .prev-step:after {
  content: "\f053";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 0;
  top: 4px;
  font-size: 0.8rem;
  font-weight: bold;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action .next-step {
  flex: 1;
  padding-right: 20px;
}
.CX-registrasi .box-registrasi > .box-content .section-content .box-content .box-action .next-step:after {
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 0;
  top: 4px;
  font-size: 0.8rem;
  font-weight: bold;
}

/*Vertical Steps*/
.list-group.vertical-steps {
  padding-left: 10px;
}
@media (max-width: 768px) {
  .list-group.vertical-steps {
    padding-left: 0px;
  }
}

@media (max-width: 768px) {
  .list-group.vertical-steps {
    text-align: center;
    margin-bottom: 40px;
    display: block;
  }
}
.list-group.vertical-steps .list-group-item {
  border: none;
  border-left: 2px solid #e5e5e5;
  box-sizing: border-box;
  border-radius: 0;
  counter-increment: step-counter;
  padding: 0 0 70px 40px;
  background-color: transparent;
  opacity: 0.5;
}
@media (max-width: 768px) {
  .list-group.vertical-steps .list-group-item {
    display: none;
    border-left: 0px;
    padding: 0 0 0 0;
    position: relative;
  }
}
.list-group.vertical-steps .list-group-item.active {
  background-color: transparent;
  color: #00008f;
  opacity: 1;
}
@media (max-width: 768px) {
  .list-group.vertical-steps .list-group-item.active {
    display: inline-block;
  }
}
.list-group.vertical-steps .list-group-item.active:before {
  background-color: #00008f;
  color: #fff;
}
.list-group.vertical-steps .list-group-item:last-child {
  border-left: 3px solid transparent;
  padding-bottom: 0;
}
.list-group.vertical-steps .list-group-item::before {
  background-color: #e5e5e5;
  color: #555;
  content: counter(step-counter);
  display: inline-block;
  float: left;
  height: 38px;
  width: 38px;
  line-height: 38px;
  margin-left: -60px;
  text-align: center;
  font-family: "SourceSans-Bold";
  font-size: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (max-width: 768px) {
  .list-group.vertical-steps .list-group-item::before {
    position: absolute;
    margin-left: 0px;
    top: -40px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.list-group.vertical-steps .list-group-item span,
.list-group.vertical-steps .list-group-item a {
  display: block;
  overflow: hidden;
  padding-top: 2px;
  font-family: "SourceSans-Semibold";
  font-size: 20px;
}
.list-group.vertical-steps .list-group-item.completed {
  border-left: 2px solid #00008f;
  opacity: 1;
}
.list-group.vertical-steps .list-group-item.completed:before {
  background-color: #00008f;
  color: #fff;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}
.list-group.vertical-steps .list-group-item.completed:last-child {
  border-left: 3px solid transparent;
}

.hint {
  color: #999999;
  font-size: 13px;
  margin-top: 5px;
}

.form-control.datepicker {
  background-image: url(../images/date-icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
}

.picker__select--month,
.picker__select--year {
  height: 2.3em;
}

.form-group.form-inline.input-checkbox-wrapper.setuju label {
  color: #333333 !important;
  font-size: 16px;
  display: flex;
  align-items: flex-start;
}
.form-group.form-inline.input-checkbox-wrapper.setuju label input {
  top: 0px;
}
.form-group.form-inline.input-checkbox-wrapper.setuju label .text-box {
  margin-left: 10px;
  font-size: 16px;
}
.form-group.form-inline.input-checkbox-wrapper.setuju label strong,
.form-group.form-inline.input-checkbox-wrapper.setuju label b {
  font-weight: normal;
  font-family: "SourceSans-Semibold";
}

.section-content .box-outer-content .box-content .box-form .box-notes {
  font-size: 16px;
}

.box-action .btn {
  flex: 1;
  padding-top: 12px;
  padding-bottom: 12px;
}
.box-action .btn.btn-block {
  max-width: 288px;
}
.box-action .btn.btn-primary {
  color: #ffffff !important;
}
.box-action .btn.disabled {
  opacity: 1;
  background-color: #cccccc;
}

/* modal pop up */
.modal-body {
  height: 70vh;
  overflow-y: auto;
}

.modal-dialog-scrollable .modal-content {
  overflow-y: auto;
  height: calc(100vh - 100px);
  text-align: justify;
}

.modal-header {
  padding: 20px;
  color: white;
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
}

.modal-notif .modal-dialog {
  top: 130px;
}
.modal-notif .modal-content {
  width: 424px;
}
.modal-notif .modal-content .modal-body {
  height: unset;
}

/* modal pop up */
.modal-body {
  overflow-y: auto;
}

.modal-scrollable .modal-content {
  overflow-y: auto;
  height: calc(100vh - 100px);
}

.modal-header {
  padding: 20px;
  color: white;
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  text-align: center;
}
.modal-header .cx-btn-close {
  color: white !important;
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 25px;
}
.modal-header .close svg {
  fill: #FFFFFF;
}
.modal-header .cx-btn-back {
  font-size: 25px;
}
.modal-header .cx-btn-close.close-modal {
  left: unset;
}
.modal-header .modal-title {
  font-size: 16px;
  position: relative;
}

.modal-otp-channel .modal-content {
  width: 40%;
}
@media (max-width: 767px) {
  .modal-otp-channel .modal-content {
    width: 98%;
  }
}
.modal-otp-channel img {
  margin-bottom: 10px;
}
@media (max-width: 768px) {
  .modal-otp-channel .cx-btn-back {
    margin-left: 1rem;
    font-size: 16px;
  }
  .modal-otp-channel .btn-verif-modal-box {
    display: grid;
    justify-content: center;
  }
  .modal-otp-channel .btn-verif-modal-box .btn-custom-red {
    margin-top: 5px;
  }
}

.modal-otp {
  /* otp */
}
.modal-otp .modal-dialog {
  width: 100%;
}
.modal-otp .modal-content {
  width: 45%;
}
@media (max-width: 767px) {
  .modal-otp .modal-content {
    width: 95%;
  }
}
.modal-otp .modal-content .modal-body {
  padding: 1rem 5rem;
}
@media (max-width: 767px) {
  .modal-otp .modal-content .modal-body {
    padding: 1rem 1rem;
  }
}
.modal-otp .box-form input::-webkit-outer-spin-button,
.modal-otp .box-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-otp .box-form .digit-group {
  display: flex;
  align-items: center;
}
.modal-otp .box-form .digit-group .splitter {
  text-align: center;
}
.modal-otp .box-form .digit-group .splitter {
  flex: 0 0 auto;
  margin-right: 10px;
  max-width: 15px;
  padding: 0;
}
.modal-otp .box-form .digit-group {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}
.modal-otp .box-form .digit-group .form-group.has-error {
  position: absolute;
  bottom: -70%;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-otp .box-form .digit-group .form-group.has-error {
    bottom: -100%;
  }
}
.modal-otp .box-form .digit-group .digit {
  margin: 0 7px;
}
.modal-otp .box-form .digit-group .digit {
  padding: 0;
  height: 70px !important;
  appearance: none;
  text-align: center;
  font-size: 50px;
  background: white;
}
@media (max-width: 767px) {
  .modal-otp .box-form .digit-group .digit {
    font-size: 16px;
    height: 54px !important;
  }
}
.modal-otp .box-form .digit-group .digit:last-child {
  margin-right: 0;
}
.modal-otp .box-form .box-act {
  margin-top: 50px;
}
.modal-otp .box-form .box-act .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal-otp .box-form .box-notes {
  margin-top: 20px;
  font-size: 14px;
  display: flex;
  justify-content: center;
}
.modal-otp .box-form .box-notes .box-input.countdown-lbl {
  color: #00008F;
  font-family: "SourceSans-Bold";
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.modal-otp .box-form .box-notes .box-input.countdown-lbl i {
  font-family: "Font Awesome 5 Pro";
  margin-right: 5px;
  font-style: normal;
}

.modal-notif {
  /* otp */
}
.modal-notif .modal-dialog {
  top: 130px;
}
@media (max-width: 767px) {
  .modal-notif .modal-dialog {
    transform: translate(0, -15%) !important;
  }
}
.modal-notif .modal-dialog .btn {
  text-transform: capitalize;
}
.modal-notif .modal-dialog .modal-content.no-background:before {
  content: unset;
}
.modal-notif .modal-content {
  width: 424px;
}
@media (max-width: 1024px) {
  .modal-notif .modal-content {
    width: 95%;
  }
  .modal-notif .modal-content .modal-header .modal-title {
    left: 0px;
    font-size: 16px;
  }
}
.modal-notif .modal-content.no-background:before {
  content: unset;
}
.modal-notif .modal-content:before {
  content: "";
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.modal-notif .modal-content .modal-body {
  height: unset;
  text-align: center;
}
.modal-notif .modal-content .modal-body .cx-btn-back {
  position: absolute;
  left: 30px;
  top: 20px;
  color: #494DF4;
  font-size: 25px;
}
.modal-notif .modal-content .modal-body .cx-btn-close {
  font-size: 25px;
}
.modal-notif .modal-content .modal-body .form {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .modal-notif .modal-content .modal-body .form {
    padding: 0 0;
  }
}
.modal-notif .modal-content .modal-body button {
  margin: 0 20px;
}
.modal-notif .modal-content .modal-body .alert-warning {
  background: #494DF4 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border-color: #494df4;
  color: white;
  padding: 10px;
  width: 85%;
  left: 50%;
  transform: translateX(-50%);
}
.modal-notif .modal-content .modal-body .img-notif {
  margin-bottom: 20px;
}
.modal-notif .modal-content .modal-body .pict-emma {
  height: auto;
  width: 152px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .modal-notif .modal-content .modal-body .pict-emma {
    width: 90px;
    top: 10%;
  }
}
.modal-notif .modal-content .modal-body .rotate {
  position: relative;
  left: 0px;
  top: -10px;
}
@media (max-width: 767px) {
  .modal-notif .modal-content .modal-body .rotate {
    height: auto;
    width: 120px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .modal-notif .modal-content .btn-modal-box {
    display: grid;
    justify-items: stretch;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
.modal-notif .modal-content .btn-modal-box button {
  margin: 10px 0 !important;
}
.modal-notif .modal-footer {
  justify-content: center;
}
.modal-notif:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.modal-notif .box-form input::-webkit-outer-spin-button,
.modal-notif .box-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-notif .box-form .digit-group {
  display: flex;
  align-items: center;
}
.modal-notif .box-form .digit-group .splitter {
  text-align: center;
}
.modal-notif .box-form .digit-group .splitter {
  flex: 0 0 auto;
  margin-right: 10px;
  max-width: 15px;
  padding: 0;
}
.modal-notif .box-form .digit-group {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 0;
}
.modal-notif .box-form .digit-group .form-group.has-error {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
}
.modal-notif .box-form .digit-group .digit {
  margin: 0 7px;
}
.modal-notif .box-form .digit-group .digit {
  padding: 0;
  height: 70px !important;
  appearance: none;
  text-align: center;
  font-size: 50px;
  background: white;
}
@media (max-width: 767px) {
  .modal-notif .box-form .digit-group .digit {
    font-size: 16px;
    height: 54px !important;
  }
}
.modal-notif .box-form .digit-group .digit:last-child {
  margin-right: 0;
}
.modal-notif .box-form .box-act {
  margin-top: 50px;
}
.modal-notif .box-form .box-act .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal-notif .box-form .box-notes {
  margin-top: 20px;
  font-size: 14px;
}
.modal-notif .box-form .box-notes .box-input.countdown-lbl {
  color: #00008F;
  font-family: "SourceSans-Bold";
  font-weight: 900;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.modal-notif .box-form .box-notes .box-input.countdown-lbl i {
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-style: normal;
}

.modal-dialog-scrollable .modal-content {
  overflow-y: auto;
  height: calc(100vh - 100px);
  text-align: justify;
}

/* select 2 and textbox */
.cx-admin-form .box-input .form-group {
  position: relative;
}
.cx-admin-form .box-input .form-group .select2-container {
  width: 100% !important;
}
@media (max-width: 767px) {
  .cx-admin-form .select2-container {
    width: 100% !important;
  }
}
.cx-admin-form .select2-container .select2-selection--single {
  height: 44px;
  line-height: 44px;
  border-color: #ced4da;
}
.cx-admin-form .select2-container .select2-selection--single .select2-selection__rendered {
  height: 44px;
  line-height: 44px;
}
.cx-admin-form .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 7px;
}
.cx-admin-form input.select2-search__field:focus-visible {
  outline: none;
}
.cx-admin-form .box-input.type-textarea .form-control {
  resize: none;
  height: 125px;
}
.cx-admin-form .form-group.box-input.type-radio .box-radio .radio-with-text {
  display: flex;
}
.cx-admin-form .form-group.box-input.type-radio .box-radio .radio-with-text .custom-control-inline label {
  position: relative;
  top: 5px;
}
.cx-admin-form .form-group.box-input.type-radio .box-radio .radio-with-text .custom-control-inline:last-child .box-input {
  margin-left: 10px;
}
.cx-admin-form .field,
.cx-admin-form .select2-container--default .select2-selection--single {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cx-admin-form .total-percentage {
  display: flex;
  transform: translateY(-110%);
}
.cx-admin-form .total-percentage .single-chart {
  width: 7%;
  margin-right: 0;
  margin-left: auto;
}
.cx-admin-form .total-percentage span {
  place-self: center;
}
.cx-admin-form .total-percentage .circular-chart {
  display: block;
  margin: 10px auto;
  max-width: 80%;
  max-height: 50px;
}
.cx-admin-form .total-percentage .circle-bg {
  fill: none;
  stroke: #eee;
  stroke-width: 3.8;
}
.cx-admin-form .total-percentage .circle {
  fill: none;
  stroke-width: 2.8;
  stroke-linecap: round;
  animation: progress 1s ease-out forwards;
}
.cx-admin-form .total-percentage .circular-chart.blue .circle {
  stroke: #494df4;
}
.cx-admin-form .total-percentage .percentage {
  fill: #666;
  font-family: sans-serif;
  font-size: 0.5em;
  text-anchor: middle;
}
@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
.cx-admin-form .input-group .form-control:not(:last-child),
.cx-admin-form .input-group .custom-select:not(:last-child) {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  border-color: #CCCCCC;
}
.cx-admin-form .input-group .input-group-addon:last-child,
.cx-admin-form .input-group .input-group-btn:last-child > .btn,
.cx-admin-form .input-group .input-group-btn:last-child > .btn-group > .btn,
.cx-admin-form .input-group .input-group-btn:last-child > .dropdown-toggle,
.cx-admin-form .input-group .input-group-btn:first-child > .btn:not(:first-child),
.cx-admin-form .input-group .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  border-color: #CCCCCC;
  background-color: #CCCCCC;
  padding: 0 30px;
}
.cx-admin-form .input-group .input-group-addon:last-child {
  color: #ffffff;
}
.cx-admin-form .form-group.has-error .input-group .form-control:not(:last-child),
.cx-admin-form .form-group.has-error .input-group .custom-select:not(:last-child) {
  padding-right: 22%;
  margin-right: 10%;
}
.cx-admin-form .select2-selection__arrow b {
  display: none;
}
.cx-admin-form .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  left: 50%;
  margin-left: -15px;
  margin-top: -5px;
  position: absolute;
  width: 0;
  color: #494DF4;
}
.cx-admin-form .select2-container--open .select2-selection__arrow:before {
  content: "\f077";
}
.cx-admin-form .input-select-wrapper.has-error {
  margin-bottom: 30px;
}
.cx-admin-form .input-select-wrapper.has-error .form-validator-stack.help-block {
  position: absolute;
  bottom: -35px;
}
.cx-admin-form .panel-grey {
  background-color: #F5F5F8;
  padding: 40px 20px;
}
.cx-admin-form .panel-grey .lfr-form-row-inline {
  padding-bottom: 40px;
  border-bottom: 0px;
}
.cx-admin-form .panel-grey .header-panel-grup {
  margin-top: 0px;
}
@media (max-width: 768px) {
  .cx-admin-form .panel-grey .header-panel-grup h3 {
    font-size: 1.3rem;
  }
}
.cx-admin-form .panel-grey .header-panel-grup:after {
  display: none;
}
.cx-admin-form .panel-grey .form-group {
  margin-bottom: 0;
}
.cx-admin-form .panel-grey .lfr-autorow-controls {
  bottom: 2px;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row,
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row {
  padding: 7px 12px !important;
  margin: 0 5px;
  border: 1px solid #494DF4;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row:hover, .cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row:active,
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row:hover,
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row:active {
  border: 1px solid #494DF4;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row span,
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row span {
  font-weight: lighter;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row {
  background: #494DF4;
  color: #FFF;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row:hover, .cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .add-row:active {
  border: 1px solid #494DF4 !important;
  color: #494DF4 !important;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row {
  color: #494DF4;
}
.cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row:hover, .cx-admin-form .panel-grey .lfr-autorow-controls .toolbar-content .delete-row:active {
  border: 1px solid #CCCCCC !important;
  color: #FFFFFF !important;
  background: #CCCCCC !important;
}
.cx-admin-form .panel-grey .form-group .form-validator-stack.help-block {
  margin-top: 5px;
}
.cx-admin-form .panel-grey .input-select-wrapper.has-error .select2-container {
  margin-bottom: 30px;
}
.cx-admin-form .panel-grey .input-select-wrapper.has-error .form-validator-stack.help-block {
  position: absolute;
  bottom: -35px;
}
.cx-admin-form .panel-grey .form-validator-stack.help-block {
  padding-left: 5px;
  margin-top: -40px;
}
.cx-admin-form .panel-grey .form-validator-stack.help-block .fundHd_custom {
  font-family: "SourceSans-Semibold";
}
.cx-admin-form .cx-btn-kembali {
  color: #494df4 !important;
  cursor: pointer;
}
.cx-admin-form .cx-btn-kembali i {
  margin-right: 10px;
}
.cx-admin-form .info-blue,
.cx-admin-form .aler-info {
  border-color: #494DF4;
  background-color: rgba(181, 208, 238, 0.6);
  color: #000000;
}
.cx-admin-form .modal-otp-channel .modal-body {
  text-align: center;
}
.cx-admin-form .modal-otp-channel .modal-body .img-notif {
  margin-bottom: 10px;
}
.cx-admin-form .box-panel-header label,
.cx-admin-form .box-panel-header h4 {
  color: #00005B !important;
}
.cx-admin-form .box-panel-header .panel-body {
  padding: 10px 20px;
}
.cx-admin-form .box-panel-header .panel-body .payment-note {
  color: #000000;
  background-color: #F4F5F6;
  border-color: #F4F5F6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.cx-admin-form .box-panel-header .panel-body .payment-note .alert-indicator {
  color: #494df4;
}
.cx-admin-form .box-panel-header .head-polis .box-data {
  margin: 0;
  padding: 5px 10px;
}
.cx-admin-form .box-panel-header .head-polis h4 {
  font-size: 25px;
}
@media (max-width: 767px) {
  .cx-admin-form .box-panel-header .head-polis .box-data {
    top: 0;
  }
  .cx-admin-form .box-panel-header .head-polis .box-data h4 {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }
}
.cx-admin-form .box-panel-header .panel-code {
  margin: 0;
}
.cx-admin-form .box-panel-header h4 {
  transform: translateY(50%);
}
.cx-admin-form .box-panel-header h4 .collapse-icon {
  margin-left: 10px;
  position: relative;
}
.cx-admin-form .box-panel-header h4 .collapse-icon .collapse-icon-closed a,
.cx-admin-form .box-panel-header h4 .collapse-icon .collapse-icon-open a {
  color: #00005B;
}
.cx-admin-form .box-panel-header .form-group {
  margin: 0;
}
.cx-admin-form .box-panel-header .form-group.border-right {
  border-right: 1px solid rgba(0, 0, 91, 0.2) !important;
}
.cx-admin-form .box-panel-header .collapse-icon {
  margin-left: 10px;
  position: relative;
}
.cx-admin-form .box-panel-header .collapse-icon .collapse-icon-closed,
.cx-admin-form .box-panel-header .collapse-icon .collapse-icon-open {
  color: #ffffff;
}
.cx-admin-form .box-panel-header .box-data-nasabah {
  width: 100%;
  position: relative;
}
.cx-admin-form .box-panel-header .box-data-nasabah .box-data-prib {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  padding: 10px;
  margin-left: 10%;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.5);
  justify-content: space-between;
  align-content: space-around;
}
.cx-admin-form .box-panel-header .box-data-nasabah .box-data-prib .box-label-header {
  width: 100%;
  padding: 0;
}
.cx-admin-form .box-panel-header .box-data-nasabah .box-data-prib .box-label-header h4 {
  font-size: 18px;
}
.cx-admin-form .box-panel-header .box-data-nasabah .box-data-prib .box-data {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cx-admin-form .box-panel-header .box-data-nasabah .box-data-prib .box-label {
  padding: 0 15px;
}
.cx-admin-form .box-panel-header .btn-header-collapse {
  position: absolute;
  right: 0;
  top: 0;
}
.cx-admin-form .box-panel-header .cx-btn-detail-header {
  position: relative;
  width: 37px;
  height: 37px;
  background-color: #FFA300;
  top: 50%;
}
.cx-admin-form .box-panel-header .cx-btn-detail-header .collapse-icon-open,
.cx-admin-form .box-panel-header .cx-btn-detail-header .collapse-icon-closed {
  transform: translate(10%, -60%);
}
.cx-admin-form .box-panel-header .cx-btn-detail-header a {
  color: #ffffff;
}
@media (max-width: 767px) {
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib {
    margin: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .head-polis {
  margin-left: -20px;
  margin-right: -20px;
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .head-polis .box-data {
  transform: translateY(0);
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .head-polis .box-data h4 {
  margin-left: 10px;
  font-size: 25px;
}
@media (max-width: 767px) {
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .head-polis {
    margin-left: 0;
    margin-right: 0;
    border-bottom: 0;
  }
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .head-polis .box-data {
    top: 0;
  }
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .head-polis .box-data h4 {
    width: 100%;
    margin-left: 0;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit {
    margin-right: 0px;
    margin-left: 0px;
    justify-content: space-between;
    align-content: space-between;
  }
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data {
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  padding: 10px;
  margin: 0 2px;
  display: flex;
  flex-wrap: wrap;
  background-color: rgba(255, 255, 255, 0.8);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data:nth-child(1) {
  margin-left: -7px;
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data:nth-last-child(1) {
  margin-right: -7px;
}
@media (max-width: 767px) {
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data {
    margin-bottom: 10px;
  }
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data:nth-child(1) {
    margin-left: 2px;
  }
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data:nth-last-child(1) {
    margin-right: 2px;
  }
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data .box-label {
    border-bottom: 0;
    margin-bottom: 5px;
    max-width: 100%;
    width: 100%;
  }
  .cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data .box-label h5 {
    font-size: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data:hover {
  background-color: rgba(73, 77, 244, 0.8);
  border-color: rgba(73, 77, 244, 0.8);
  color: white;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform: translateY(-5px);
  -webkit-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 5px 4px rgba(0, 0, 0, 0.25);
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data .box-label {
  max-width: 50%;
  width: 50%;
  padding: 0 5px;
  margin-bottom: 8px;
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data .box-label label {
  font-size: 13px;
  margin-bottom: 0;
}
.cx-admin-form .box-panel-header.ver-2 .box-data-prib .box-data-unit .box-label-data .box-label span {
  font-size: 12px;
}
.cx-admin-form .box-panel-header.ver-2 .btn-header-collapse {
  top: 0;
}
.cx-admin-form .box-panel-header.ver-2 .btn-header-collapse .cx-btn-detail-header {
  top: 5px;
  transform: translatey(0);
}
@media (max-width: 767px) {
  .cx-admin-form .box-panel-header.ver-2 .btn-header-collapse .cx-btn-detail-header {
    top: 20px !important;
  }
}
.cx-admin-form .box-collapse-header label,
.cx-admin-form .box-data-nasabah label {
  font-family: "SourceSans";
}
.cx-admin-form .box-nasabah-header {
  display: flex;
  flex-wrap: wrap;
}
.cx-admin-form .box-panel-header {
  background: transparent linear-gradient(180deg, transparent -150%, rgba(229, 229, 229, 0.8) 100%) 0 0 no-repeat padding-box;
}
.cx-admin-form .panel-code {
  background: transparent;
}
.cx-admin-form .box-data {
  padding: 10px;
}
.cx-admin-form .box-data h4 {
  margin: 0;
  transform: translateY(0%);
}
.cx-admin-form .box-btn-camera {
  transform: translate(13px, 10px);
}
@media (max-width: 767px) {
  .cx-admin-form .box-btn-camera {
    transform: translate(0px, 0px);
  }
}
.cx-admin-form .CX-table-form thead:first-child tr:first-child th:first-child {
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
.cx-admin-form .CX-table-form thead:first-child tr:first-child th:last-child {
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.cx-admin-form .CX-table-form {
  border-radius: 8px !important;
  overflow: hidden;
  -webkit-box-shadow: inset 0 0 0px 1px #CCCCCC;
  -moz-box-shadow: inset 0 0 0px 1px #CCCCCC;
  -ms-box-shadow: inset 0 0 0px 1px #CCCCCC;
  -o-box-shadow: inset 0 0 0px 1px #CCCCCC;
  box-shadow: inset 0 0 0px 1px #CCCCCC;
}
.cx-admin-form .CX-table-form th,
.cx-admin-form .CX-table-form td {
  border: 1px solid #CCCCCC;
}
.cx-admin-form .CX-table-form th {
  background-color: #E5E5E5;
  height: 86px;
  max-height: 86px;
  text-align: center;
  vertical-align: middle;
}
.cx-admin-form .CX-table-form tbody .box-radio {
  text-align: center;
}
@media (max-width: 767px) {
  .cx-admin-form .CX-table-form {
    display: none;
  }
}
.cx-admin-form .box-pertanyaan.table-mobile {
  display: none;
}
@media (max-width: 767px) {
  .cx-admin-form .box-pertanyaan.table-mobile {
    display: block;
  }
  .cx-admin-form .box-pertanyaan.table-mobile .box-radio .custom-radio {
    display: block;
    margin: 15px 0;
  }
  .cx-admin-form .box-pertanyaan.table-mobile .body-pertanyaan {
    padding: 1.25rem;
    margin: 0 -1.25rem;
  }
  .cx-admin-form .box-pertanyaan.table-mobile .body-pertanyaan.even {
    background-color: #FAFAFA;
  }
}
.cx-admin-form .btn-draf {
  transform: translateY(0%);
  font-family: "SourceSans" !important;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  border: 1px solid #494df4;
  border-radius: 20px !important;
  border-color: #494df4;
  background-color: transparent !important;
  color: #494df4 !important;
  font-size: 14px;
  padding: 10px 40px !important;
  height: auto !important;
  float: right;
  cursor: pointer;
}
@media (max-width: 767px) {
  .cx-admin-form .btn-draf {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
  }
}
.cx-admin-form .btn-draf span {
  margin-left: 10px;
  height: 20px;
  width: 20px;
}
.cx-admin-form .btn-draf span i {
  height: 20px;
  width: 20px;
  vertical-align: middle;
}
.cx-admin-form .btn-draf span i:before {
  content: "";
  background: url(../images/icon-draft-blue.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
}
.cx-admin-form .btn-draf:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.cx-admin-form .btn-draf:hover, .cx-admin-form .btn-draf.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #ffffff;
  font-family: "SourceSans" !important;
  font-weight: normal;
  border: 1px solid;
}
.cx-admin-form .btn-draf:hover:after, .cx-admin-form .btn-draf.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.cx-admin-form .btn-draf:hover span i:before, .cx-admin-form .btn-draf.active span i:before {
  background: url(../images/icon-draft-white.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.cx-admin-form .btn-draf:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.cx-admin-form .form-group.has-error .field {
  z-index: 1;
}
.cx-admin-form .form-group.has-error .form-validator-stack {
  width: 100%;
}
.cx-admin-form .form-group.has-error .input-group-addon {
  position: absolute;
  height: 44px;
  right: 0;
  z-index: 2;
}
.cx-admin-form .type-captcha .taglib-captcha {
  position: relative;
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 768px) {
  .cx-admin-form .type-captcha .taglib-captcha {
    flex-wrap: wrap;
  }
}
.cx-admin-form .type-captcha .taglib-captcha .refresh a {
  padding: 13px;
}
.cx-admin-form .type-captcha .taglib-captcha .refresh a:before {
  content: "\f01e";
  font-family: FontAwesome;
  position: absolute;
  color: white;
  display: block;
  padding: 13px;
  margin-left: -2px;
  height: 50px;
  top: 0;
  background-color: #494df4;
}
.cx-admin-form .type-captcha .taglib-captcha .form-group {
  width: 70%;
  height: 50px;
  margin-left: 10px;
}
@media (max-width: 768px) {
  .cx-admin-form .type-captcha .taglib-captcha .form-group {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.cx-admin-form .type-captcha .taglib-captcha .form-group input {
  height: 50px;
}
.cx-admin-form .cx-panel-header {
  background-size: 100%;
}
@media (max-width: 767px) {
  .cx-admin-form .cx-panel-header {
    background-size: 500%;
    background-position: 55% 85%;
  }
  .cx-admin-form .cx-panel-header .panel-body {
    padding: 10px;
    padding-bottom: 20px;
  }
  .cx-admin-form .box-collapse-header h4 {
    transform: translateY(0%);
  }
  .cx-admin-form .box-data-nasabah {
    text-align: left !important;
    justify-content: space-between;
  }
  .cx-admin-form .box-data-nasabah .form-group.border-right {
    border-right: 0px solid rgba(0, 0, 91, 0.2) !important;
    flex: 0 0 100%;
  }
  .cx-admin-form .box-data-nasabah .form-group.border-right .box-data {
    padding: 10px 0px;
  }
  .cx-admin-form .box-data-nasabah .box-data {
    padding: 10px 0px;
  }
  .cx-admin-form .cx-btn-detail-header {
    top: 10%;
    -webkit-transform: translateY(0%) !important;
    -moz-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    -o-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
  }
  .cx-admin-form .box-data-prib .box-label-header {
    padding: 10px;
  }
  .cx-admin-form .box-data-prib .box-label {
    flex-wrap: nowrap;
  }
  .cx-admin-form .box-nasabah-mobile {
    display: block;
  }
  .cx-admin-form .box-nasabah-mobile .box-data-head {
    justify-content: center;
    margin: 0;
    margin-top: 10px;
    padding: 0;
  }
  .cx-admin-form .box-nasabah-mobile .head-polis {
    justify-content: space-between;
    width: 100%;
  }
  .cx-admin-form .box-nasabah-mobile .head-polis .box-data {
    top: 0;
    transform: translateX(0%);
    padding: 0px 10px;
  }
  .cx-admin-form .box-nasabah-mobile .head-polis .box-data label {
    font-size: 13px;
  }
  .cx-admin-form .box-nasabah-mobile .head-polis .box-data h4 {
    font-size: 13px;
  }
  .cx-admin-form .box-nasabah-mobile .head-polis .box-data:nth-child(2) {
    border-left: 1px solid;
    border-right: 1px solid;
    border-color: #999;
  }
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .box-data-prib {
    width: 100%;
  }
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .box-data-prib h4 {
    transform: translateY(0%);
    font-size: 14px;
  }
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .box-label {
    margin: 5px 0;
    max-width: 35%;
    padding: 0 5px;
  }
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .box-data-prib {
    margin-left: 0px;
  }
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .table.table-borderless th,
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .table.table-borderless td {
    border: 0px;
    font-size: 11px;
  }
  .cx-admin-form .box-nasabah-mobile .collapse-mobile .table.table-borderless tr td:last-child {
    text-align: center;
  }
  .cx-admin-form .box-nasabah-mobile .btn-header-collapse {
    right: 0;
    top: 10px;
    bottom: 0px;
    width: 100%;
    position: relative;
  }
  .cx-admin-form .box-nasabah-mobile .btn-header-collapse .cx-btn-detail-header {
    width: 30px;
    height: 30px;
    float: right;
  }
  .cx-admin-form .box-nasabah-mobile .btn-header-collapse .cx-btn-detail-header .collapse-icon-closed,
  .cx-admin-form .box-nasabah-mobile .btn-header-collapse .cx-btn-detail-header .collapse-icon-open {
    transform: translate(25%, -50%);
  }
  .cx-admin-form .collapse-mobile.show {
    display: block;
  }
  .cx-admin-form #codestep1.page-1 .box-data-prib .box-saldo label,
  .cx-admin-form #codestep1.page-1 .box-data-prib .box-saldo span {
    flex: 50%;
  }
  .cx-admin-form #codestep1.page-1 .box-data-prib .box-label {
    text-align: left;
    margin: 5px 0;
  }
  .cx-admin-form #codestep1.page-2 .box-data-prib .box-label {
    margin-bottom: 10px;
  }
  .cx-admin-form #codestep1.page-2 .box-data-prib .box-label:nth-last-child(1) p {
    width: 80%;
  }
  .cx-admin-form #codestep1.page-2 .box-edit-data.text-left {
    text-align: center !important;
    width: 80%;
    margin: auto;
  }
  .cx-admin-form #codestep1.page-2 .box-circle-icon {
    width: 40px;
  }
}
@media (max-width: 414px) {
  .cx-admin-form .head-polis .box-data {
    padding: 0px 3px;
  }
}
.cx-admin-form .payment-note {
  color: #000000;
  background-color: #F4F5F6;
  border-color: #F4F5F6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
}
.cx-admin-form .payment-note .alert-indicator {
  color: #494df4;
}
.cx-admin-form .type-date.flatpickr .add-on {
  position: absolute;
  top: 76px;
  right: 30px;
}

/* panel code */
.panel-code .btn:focus {
  outline: none;
  box-shadow: none;
}

.panel-code .panel-title {
  font-size: 1rem;
}

.panel-code .header-panel {
  font-family: "SourceSans-Semibold";
  font-weight: 600;
  margin-bottom: 20px;
}

span.input-group-addon {
  height: auto;
}

.collapse.show {
  margin-bottom: 10px;
}

.box-nasabah-mobile,
.collapse-mobile {
  display: none;
}
.box-nasabah-mobile.show,
.collapse-mobile.show {
  display: none;
}

#codestep1.page-1 {
  margin-top: 20px;
}
#codestep1.page-1 .box-data-prib {
  justify-content: center;
}
#codestep1.page-1 .box-data-prib label {
  font-size: 11px;
  font-family: "SourceSans";
}

#codestep1.page-2 {
  background: #ffffff;
  padding: 30px 20px;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
  border-radius: 8px;
  margin-top: -18px;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
#codestep1.page-2 .box-data-prib {
  margin-bottom: 20px;
}
#codestep1.page-2 .box-circle-icon {
  margin-right: 10px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  width: 35px;
  height: 35px;
  line-height: 42px;
  text-align: center;
}
#codestep1.page-2 .box-circle-icon i {
  font-size: 18px;
  color: #494DF4;
}
#codestep1.page-2 .box-label p {
  vertical-align: middle;
  margin-bottom: 0;
  padding: 8px 0;
  width: 75%;
}
#codestep1.page-2 .box-label:nth-last-child(1) p {
  width: 80%;
}

/* otp */
.box-otp {
  max-width: 420px;
  margin: 2rem auto;
}

@media (max-width: 500px) {
  .box-otp {
    max-width: auto;
  }
}
@media (max-width: 500px) {
  .box-otp .alert {
    font-size: 13px;
  }
  .box-otp .alert .alert-indicator {
    font-size: 1rem;
  }
}
.box-otp .box-form input::-webkit-outer-spin-button,
.box-otp .box-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.box-otp .box-form .digit-group {
  display: flex;
  align-items: center;
}

.box-otp .box-form .digit-group .splitter {
  text-align: center;
}

.box-otp .box-form .digit-group .splitter {
  flex: 0 0 auto;
  margin-right: 10px;
  max-width: 15px;
  padding: 0;
}

.box-otp .box-form .digit-group .digit {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 0;
}

.box-otp .box-form .digit-group .digit.form-control {
  padding: 0;
  height: 69px !important;
  appearance: none;
  text-align: center;
  font-size: 50px;
}

@media (max-width: 767px) {
  .box-otp .box-form .digit-group .digit.form-control {
    font-size: 32px;
    height: 54px !important;
  }
}
.box-otp .box-form .digit-group .digit:last-child {
  margin-right: 0;
}

.box-otp .box-form .box-act {
  margin-top: 30px;
}

.box-otp .box-form .box-act .btn {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-weight: normal;
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}

.box-otp .box-form .box-notes {
  margin-top: 20px;
}

/* preview image file */
.box-input-doc {
  margin-bottom: 20px;
}

.box-input-doc .box-input-doc-inner {
  display: flex;
  position: relative;
}

.box-input-doc .box-input-doc-inner .box-label {
  flex: 1;
}

.box-input-doc .box-input-doc-inner .box-label h3 {
  font-weight: normal;
  font-size: 18px;
}

.box-input-doc .box-input-doc-inner .box-label .info-summary {
  font-size: 12px;
}

.box-input-doc .box-input-doc-inner .box-input-file {
  flex: 1;
  border: 2px dashed #cccccc;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
}

.box-input-doc .box-input-doc-inner .box-input-file.take-camera {
  padding-left: 0px;
}

.box-input-doc .box-input-doc-inner .box-input-file:hover {
  border-color: #494df4;
}

.box-input-doc .box-input-doc-inner .box-input-file .form-group.input-text-wrapper {
  position: relative;
  z-index: 2;
}

.box-input-doc .box-input-doc-inner .box-input-file input[type=file],
.box-input-doc .box-input-doc-inner .box-input-file #start-camera {
  transform: scale(20);
  opacity: 0;
  cursor: pointer;
  z-index: 2;
  margin-top: 20px;
  position: relative;
}

.box-input-doc .box-input-doc-inner .box-input-file .box-label {
  width: 100%;
  text-align: center;
  position: absolute;
  color: #494df4;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 16px;
}

.box-input-doc .box-input-doc-inner .box-input-file .box-label i,
.box-input-doc .box-input-doc-inner .box-input-file .box-label .fas,
.box-input-doc .box-input-doc-inner .box-input-file .box-label .fa {
  margin-right: 10px;
}

.box-input-doc .box-input-doc-inner {
  display: block;
}

.box-input-doc .box-input-doc-inner .box-label {
  margin-bottom: 20px;
}

.box-input-doc .box-input-doc-inner .box-input-file.has-image .box-label {
  margin-bottom: 0;
}

.box-input-doc .box-input-doc-inner .box-input-file.has-image {
  height: 200px;
}

.box-input-doc .box-input-doc-inner .box-input-file.has-image .box-img-cover {
  width: 90%;
  height: 180px;
  position: absolute;
  top: 50%;
  left: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-input-doc .box-input-doc-inner .box-input-file.has-image .box-label {
  background: rgba(0, 0, 0, 0.7);
  color: #ffffff;
  padding: 5px;
  top: initial;
  left: 0;
  transform: none;
  bottom: 0;
  width: 100%;
  text-align: center;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-input-doc .box-input-doc-inner .btn-cust-delete {
  /* width: calc(100% - 4px); */
  border-top-left-radius: 0px !important;
  border-top-right-radius: 8px !important;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 0px !important;
  position: absolute;
  top: 0;
  bottom: unset;
  left: unset;
  right: 0;
  /* transform: translateX(-50%); */
  z-index: 2;
}
.box-input-doc .box-input-doc-inner .btn-cust-delete i {
  margin-left: 0px;
}

.form-control::-webkit-file-upload-button {
  height: 100%;
  padding: 10px 25px;
  border-radius: 20px;
  background-color: #ffffff !important;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.theme-default .form-control::-webkit-file-upload-button {
  color: #494df4 !important;
  border-color: #494df4 !important;
}
.theme-prestise .form-control::-webkit-file-upload-button {
  color: #c9a85c !important;
  border-color: #c9a85c !important;
}
.theme-syariah .form-control::-webkit-file-upload-button {
  color: #007b57 !important;
  border-color: #007b57 !important;
}

.theme-default .form-control::-webkit-file-upload-button:hover,
.theme-default .form-control::-webkit-file-upload-button:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #494df4 !important;
}
.theme-prestise .form-control::-webkit-file-upload-button:hover,
.theme-prestise .form-control::-webkit-file-upload-button:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #c9a85c !important;
}
.theme-syariah .form-control::-webkit-file-upload-button:hover,
.theme-syariah .form-control::-webkit-file-upload-button:focus {
  color: #ffffff !important;
  border-color: #ffffff !important;
  background-color: #007b57 !important;
}

.cx-admin-form .box-outer-form {
  border-radius: 8px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}

.cx-admin-form .box-outer-form .box-header-admin {
  padding: 20px;
  border-radius: 8px 8px 0 0;
}

.cx-admin-form .box-outer-form .box-header-admin .title {
  font-size: 16px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "SourceSans-Semibold";
}

.cx-admin-form .box-outer-form .box-inner-content .multi-step-icon {
  border-radius: 50%;
  background-color: #ffc107;
  border-color: #ffc107;
}
.cx-admin-form .multi-step-indicator .multi-step-indicator-label {
  text-align: center;
  overflow: unset;
  text-overflow: unset;
  white-space: unset;
  font-family: "SourceSans-Semibold";
  width: 150px;
  font-size: 14px;
  max-width: 150px;
}
@media (max-width: 767px) {
  .cx-admin-form .multi-step-indicator .multi-step-indicator-label {
    max-width: none;
    width: auto;
  }
}

.cx-admin-form {
  margin-top: 15px;
}

.cx-admin-form .box-outer-form .box-inner-content .multi-step-item.disabled .multi-step-icon {
  background-color: #f8f9fa;
}

.cx-admin-form .box-outer-form .box-inner-content .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.cx-admin-form .box-outer-form .box-inner-content .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #494df4;
}

.cx-admin-form .box-outer-form #collapsePanel-2 .custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  color: #000000;
  cursor: default;
}

.cx-admin-form .box-outer-form .box-inner-content .multi-step-item.complete .multi-step-icon {
  background-color: #494df4;
  border-color: #494df4;
}

.cx-admin-form .box-outer-form .box-inner-content .panel {
  border-radius: 8px;
}

.cx-admin-form .box-outer-form .box-inner-content {
  background-color: #ffffff;
  padding: 20px;
}

.cx-admin-form .header-panel-grup {
  position: relative;
  width: fit-content;
  margin-bottom: 30px;
  margin-top: 25px;
}
@media (max-width: 767px) {
  .cx-admin-form .header-panel-grup {
    margin: auto;
    margin-bottom: 30px;
    margin-top: 25px;
  }
  .cx-admin-form .header-panel-grup h3 {
    font-size: 1.3rem;
  }
}
.cx-admin-form .header-panel-grup:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  border-radius: 8px;
  background: #FFB600;
}

.cx-admin-form .panel-collapse .form-group.box-label {
  margin: 0;
}
.cx-admin-form .panel-collapse .form-group.box-label .box-circle {
  margin: 0 auto;
  width: 49px;
  height: 49px;
  line-height: 49px;
  background: transparent linear-gradient(135deg, #9FD9B4 0%, #027180 100%) 0 0 no-repeat padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-admin-form .panel-collapse .form-group.box-label .box-circle img {
  height: 25px;
}
@media (min-width: 1367px) {
  .cx-admin-form .panel-collapse .form-group.box-label .box-circle img {
    height: 30px;
  }
}
@media (max-width: 767px) {
  .cx-admin-form .panel-collapse .form-group.box-label .box-circle img {
    height: 23px;
  }
}
@media (min-width: 1367px) {
  .cx-admin-form .panel-collapse .form-group.box-label .box-circle {
    width: 59px;
    height: 59px;
    line-height: 59px;
  }
}
@media (max-width: 767px) {
  .cx-admin-form .panel-collapse .form-group.box-label .box-circle {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

.lfr-form-row:hover {
  background-color: transparent;
  border-color: transparent;
}

.has-success .custom-control-label,
.has-success .form-check-label {
  color: #000000;
}

.has-success .custom-control-input:checked .custom-control-label,
.has-success .custom-control-input:checked .form-check-label {
  color: #494df4;
}

.multi-step-nav {
  padding: 0 55px;
  margin-top: 20px;
}

.cx-panel-header.final-panel {
  background-position: center top !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.cx-panel-header.final-panel .box-panel-header {
  background: none;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label {
  width: 100%;
  display: flex;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left {
  width: 50%;
  margin-left: auto;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .control-label {
  margin-left: -15px;
  font-family: "SourceSans-Semibold";
  margin-bottom: 0;
  color: #2425AA !important;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .box-polices #no-police {
  background-color: #494DF4;
  padding: 5px 10px;
  border-radius: 8px;
  color: white !important;
}
@media (max-width: 1024px) {
  .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .box-polices #no-police {
    width: fit-content;
  }
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .box-polices #click-to-copy {
  border: 0;
  background-color: transparent;
  color: white;
  cursor: pointer;
  font-family: "SourceSans-Semibold";
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .box-polices #click-to-copy:hover, .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .box-polices #click-to-copy:active, .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(1) .box-polices #click-to-copy:focus {
  border: 0;
  outline: 0px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib {
  border: 0;
  margin-left: 0px;
  flex-wrap: nowrap;
  justify-content: end;
  background-color: transparent;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .box-icon-circle {
  height: 30px;
  width: 30px;
  line-height: 32px;
  border-radius: 50%;
  background-color: white;
  margin-bottom: 0px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .box-icon-circle .box-circle-icon {
  color: #494DF4;
  text-align: center;
  font-size: 15px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .form-group.box-label {
  position: relative;
  width: auto;
  margin-left: 15px;
  padding: 0px;
}
@media (max-width: 767px) {
  .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .form-group.box-label {
    margin-left: 3px;
  }
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act {
  position: relative;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act .box-info,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act .box-info,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act .box-info {
  position: absolute;
  background: #000;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 8px;
  right: -0.5rem;
  bottom: 0.3rem;
  font-size: 0.8rem;
  width: max-content;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act .box-info p,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act .box-info p,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act .box-info p {
  margin-bottom: 0;
  font-family: "SourceSans-Semibold";
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act .box-info:before,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act .box-info:before,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act .box-info:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  right: 1rem;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-left: 0px solid #000;
  border-right: 10px solid #000;
  border-bottom: 15px solid #000;
  transform: rotate(45deg);
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act:hover .box-icon-circle,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act:hover .box-icon-circle,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act:hover .box-icon-circle {
  background-color: #494DF4;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act:hover .box-icon-circle .box-circle-icon,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act:hover .box-icon-circle .box-circle-icon,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act:hover .box-icon-circle .box-circle-icon {
  color: white;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .email-act:hover .box-info,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .phone-act:hover .box-info,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .add-act:hover .box-info {
  opacity: 1;
  visibility: visible;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header {
  width: 30px;
  height: 30px;
  background-color: #494DF4;
  margin-left: 15px;
}
@media (max-width: 767px) {
  .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header {
    margin-left: 0px;
    left: 5px;
  }
  .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-open,
  .cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-closed {
    transform: translate(35%, -60%);
  }
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header.collapsed {
  background-color: white;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-open,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-closed {
  transform: translate(35%, -60%);
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-open a i,
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-closed a i {
  margin-left: 0px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-open a {
  color: white;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .text-left:nth-child(2) .box-data-prib .cx-btn-detail-header .collapse-icon-closed a {
  color: #494DF4;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .panel-collapse {
  width: 100%;
  margin-top: 10px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .box-data-prib {
  background-color: white;
  margin-left: 0px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table th,
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table td {
  border-top: 0px;
  border-bottom: 0px;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table th {
    font-size: 12px;
  }
  .cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table td {
    font-size: 11px;
  }
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table tr:nth-child(1) th {
  font-size: 11px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table tr:nth-child(1) th:nth-last-child(1) {
  text-align: left;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table tr:nth-child(1) h4 {
  transform: translatey(0);
  margin-bottom: 0;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table tr:nth-last-child(1) th {
  font-size: 16px;
  border-top: 1px solid #E5E4E1;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table .odd th,
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table .odd td {
  background: #F4F4F4;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table .odd th {
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .table .odd td:nth-last-child(1) {
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}
.cx-panel-header.final-panel .box-data-nasabah .box-label .box-code .box-edit-data {
  width: 100%;
  margin: 5px 0;
}

.cx-admin-form .box-pertanyaan-policies {
  margin-left: -17px;
  margin-right: -17px;
  margin-bottom: 10px;
  padding: 10px 17px;
}
.cx-admin-form .box-pertanyaan-policies:nth-child(even) {
  background: #F4F5F6;
}
.cx-admin-form .box-pertanyaan-policies .box-pertanyaan {
  margin-bottom: 10px;
  font-family: "SourceSans-Semibold";
}
.cx-admin-form .box-pertanyaan-policies .box-text-alasan .box-input textarea {
  height: 100px;
}
.cx-admin-form .box-pertanyaan-policies .box-radio-pil {
  margin-bottom: 10px;
}
.cx-admin-form .box-pertanyaan-policies .box-radio-pil .toggle-switch-bar:before {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-admin-form .box-pertanyaan-policies .box-radio-pil .toggle-switch-bar:after {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-admin-form .box-pertanyaan-policies .box-radio-pil .toggle-switch-bar .toggle-switch-handle:after {
  font-size: 13px;
}
@media (max-width: 1024px) {
  .cx-admin-form .box-pertanyaan-policies .box-radio-pil > .col-md-4 {
    width: 50%;
  }
}
.cx-admin-form .sheet-footer-btn-block-sm-down {
  margin-bottom: 0rem;
  transform: translateY(10px);
}

.alokasipremi {
  background-color: #F4F5F6;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  padding: 30px 20px;
  margin: 20px 0;
}
@media (max-width: 1024px) {
  .alokasipremi {
    margin: 20px 0;
  }
}
.alokasipremi .title-alokasi {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 5px;
  margin-top: 15px;
}
@media (max-width: 768px) {
  .alokasipremi .title-alokasi {
    font-size: 1.2rem;
  }
}
.alokasipremi .required {
  font-size: 14px;
}
.alokasipremi .box-total-asset {
  background-color: #fff;
  display: inline-block;
  margin: 0px;
  padding: 10px;
  height: 110px;
  border-radius: 10px;
  vertical-align: top;
}
.alokasipremi .box-total-asset .total {
  font-size: 20px;
  position: relative;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
  margin: 0 10px;
  font-weight: 600;
}
.alokasipremi .box-total-asset .total span {
  font-size: 13px;
  display: block;
  line-height: 15px;
  font-weight: 500;
}
.alokasipremi .box-persentase {
  background-color: #fff;
  display: inline-block;
  margin: 0px;
  margin-left: 5px;
  padding: 10px;
  height: 110px;
  border-radius: 10px;
  vertical-align: top;
}
.alokasipremi .box-persentase .persentase {
  font-size: 25px;
  position: relative;
  top: 50%;
  text-align: left;
  transform: translateY(-50%);
}
.alokasipremi .box-persentase .persentase .content-persentase {
  display: inline-block;
  vertical-align: middle;
  width: 90px;
}
@media (max-width: 480px) {
  .alokasipremi .box-persentase .persentase .content-persentase {
    width: 80px;
  }
}
.alokasipremi .box-persentase .persentase span {
  font-size: 15px;
  display: inline-block;
  line-height: 15px;
  vertical-align: middle;
}
@media (max-width: 1024px) {
  .alokasipremi .box-total-asset {
    width: 100%;
    margin-bottom: 1.2rem;
    margin-top: 0.5rem;
  }
  .alokasipremi .box-persentase {
    width: 100%;
    margin: 0;
  }
}
.alokasipremi .fund-existing .box-checkbox {
  padding-bottom: 10px;
  margin-bottom: 5px;
  border-bottom: 2px solid #CCC;
}
.alokasipremi .space-range {
  margin-top: 3rem;
}
.alokasipremi .box-content-check-range {
  margin-top: 10px;
}
.alokasipremi .content-check .custom-control-input {
  width: 18px;
  height: 18px;
}
.alokasipremi .content-check .custom-control-label {
  line-height: 1.9rem;
}
.alokasipremi .content-check .custom-checkbox .custom-control-label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #34495E;
  background-color: #f4f4f4;
}
.alokasipremi .content-check .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
  border-color: #d5d6d7;
  box-shadow: none;
}
.alokasipremi .content-check .custom-checkbox .custom-control-input:disabled {
  cursor: default;
}
.alokasipremi .content-check .custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
}
.alokasipremi .content-check .custom-checkbox input:read-only {
  cursor: pointer;
}
.alokasipremi .content-check .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #6E7ED7;
  border-color: #f4f4f4;
  width: 18px;
  height: 18px;
}
.alokasipremi .content-check .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 18px;
  height: 18px;
}
.alokasipremi .content-check .custom-control-input.input-fund-exist ~ .custom-control-label {
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.alokasipremi .content-check #collapsePanel-2 .form-check .form-group {
  display: block;
  margin-bottom: 15px;
}
.alokasipremi .content-check #collapsePanel-2 .form-check .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.alokasipremi .content-check #collapsePanel-2 .form-check .form-group label {
  position: relative;
}
.alokasipremi .content-check #collapsePanel-2 .form-check .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #494df4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.alokasipremi .content-check #collapsePanel-2 .form-check .form-group input.field.disabled:checked {
  background-color: #494df4;
  display: block;
  position: absolute;
  top: -3px;
  left: 2px;
  width: 0;
  height: 0;
  border: solid #494df4;
  border-width: 0 2px 2px 0;
}
.alokasipremi .content-check #collapsePanel-2 .form-check .form-group input.field.disabled:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  color: #494df4;
  font-weight: 900;
}
.alokasipremi .content-range {
  position: relative;
}
.alokasipremi .main {
  float: right;
  right: 150px;
  width: 280px;
  position: relative;
  margin-top: 6px;
}
@media (max-width: 768px) {
  .alokasipremi .main {
    width: 150px;
    float: none;
    right: auto;
  }
}
@media (max-width: 400px) {
  .alokasipremi .main {
    width: 100px;
  }
}
.alokasipremi .main .ui-slider-horizontal {
  background-color: #0052CC;
}
.alokasipremi .main .ui-slider .ui-slider-handle {
  border-radius: 50px;
  background: #fff;
  overflow: hidden;
  color: rgba(255, 255, 255, 0);
  cursor: pointer;
}
.alokasipremi .main .ui-widget-header {
  background: none;
}
.alokasipremi .main .ui-widget-content {
  background: none;
  background-color: #0052CC;
}
.alokasipremi .main .ui-slider .ui-slider-range {
  background-color: #DBE4F2;
  border: 1px solid #DBE4F2;
  height: 14px;
  top: -2px;
  right: -2px;
  border-radius: 5px;
}
.alokasipremi .main .box-btn-range {
  position: absolute;
  right: -130px;
  top: -10px;
}
.alokasipremi .main .box-btn-range .btn-range {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  background-color: #Fff;
  border: 0px;
  -webkit-box-shadow: 0 9px 14.5px -0.5px #ddd;
  -moz-box-shadow: 0 9px 14.5px -0.5px #ddd;
  box-shadow: 0 9px 14.5px -0.5px #ddd;
  color: #0052CC;
  font-weight: bold;
  cursor: pointer;
}
.alokasipremi .main .number-persen {
  width: 30px;
  font-size: 1.2rem;
  border: 0px;
  background: none;
  margin-left: 5px;
  text-align: right;
}
.alokasipremi .main .number-persen:disabled {
  cursor: pointer;
}
.alokasipremi .alert-total-percent .fundHd_custom,
.alokasipremi .alert-total-percent .fundHd_custom_1 {
  font-family: "SourceSans-Semibold";
  font-size: 15px;
}

.notify-emma {
  position: fixed;
  bottom: 170px;
  right: 1%;
  z-index: 99;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.notify-emma a {
  border: 3px solid white;
  background-color: #ffffff;
  display: block;
  width: 71px;
  height: 71px;
  line-height: 65px;
  overflow: hidden;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.notify-emma.open:before {
  position: absolute;
  top: -1000px;
  left: -10000px;
  right: -100px;
  bottom: -100px;
  height: 10000%;
  background-color: rgba(0, 0, 0, 0.5);
  animation: fadeIn 0.5s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}
.notify-emma.open .notif-info {
  opacity: 1;
  display: block;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.notify-emma .notif-info {
  position: absolute;
  width: max-content;
  background: white;
  padding: 0.7rem 1rem;
  border-radius: 22px;
  left: -5rem;
  top: -3rem;
  font-size: 0.8rem;
  opacity: 0;
  display: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
.notify-emma .notif-info:after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  right: 4rem;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-left: 10px solid white;
  border-bottom: 10px solid white;
  transform: rotate(45deg);
}
.notify-emma .box-count-notif {
  position: absolute;
  top: 0;
  right: 0;
}
.notify-emma .box-count-notif .count-notif {
  width: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: red;
}

@media (min-width: 1024px) {
  .notify-emma:hover {
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -ms-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    border-radius: 50%;
  }
  .notify-emma:hover .count-notif {
    -webkit-animation: rubberBand 1s;
    -moz-animation: rubberBand 1s;
    -ms-animation: rubberBand 1s;
    animation: rubberBand 1s;
  }
}

@media (min-width: 1024px) {
  .live-emma {
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .live-emma:hover {
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -ms-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    border-radius: 50%;
  }
}

.box-notify {
  position: fixed;
  bottom: 280px;
  right: 3%;
  transform: scale(0);
  z-index: 1;
}
.box-notify.open {
  transform: scale(1);
}
.box-notify.open .slide {
  border-radius: 75px;
  overflow: hidden;
  animation: bondJamesBond 0.8s ease-in-out forwards;
}
.box-notify.out {
  transform: scale(0);
}
.box-notify.out .slide {
  border-radius: 75px;
  overflow: hidden;
}

@keyframes bondJamesBond {
  0% {
    transform: translateX(1000px);
  }
  80% {
    transform: translateX(0px);
    bottom: 30%;
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  90% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  100% {
    border-radius: 3px;
    height: 300px;
    width: 300px;
  }
}
@keyframes bondJamesBondOut {
  0% {
    border-radius: 3px;
    height: 300px;
    width: 300px;
  }
  80% {
    border-radius: 3px;
    height: 182px;
    width: 247px;
  }
  90% {
    transform: translateX(0px);
    bottom: 30%;
    border-radius: 75px;
    height: 75px;
    width: 75px;
  }
  100% {
    transform: translateX(1000px);
  }
}
.notif-info {
  position: absolute;
  width: max-content;
  background: white;
  padding: 0.7rem 1rem;
  border-radius: 22px;
  left: -5rem;
  top: -3rem;
  font-size: 0.8rem;
  opacity: 1;
  display: block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.notif-info:after {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  right: 4rem;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-left: 10px solid white;
  border-bottom: 10px solid white;
  transform: rotate(45deg);
}

.box-count-notif {
  position: absolute;
  top: 0;
  right: 0;
}
.box-count-notif .count-notif {
  width: 20px;
  text-align: center;
  line-height: 20px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  color: white;
  background-color: red;
}

.slide {
  position: relative;
  margin: 20px auto;
  display: grid;
  padding: 0;
  border-radius: 20px !important;
  overflow: hidden;
  background-color: #ffffff;
  box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.3);
}

.label-notif {
  position: absolute;
  top: 0;
  display: none;
}
.label-notif p {
  color: white;
}

.slide-items {
  position: relative;
  grid-area: 1/1;
  overflow: hidden;
  border: 0 solid #f3ece4;
  padding-top: 25px;
  z-index: 5;
  width: 80%;
  margin: auto;
}
.slide-items .label-notify {
  font-family: "SourceSans-Semibold";
}

.slide-items img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.slide-nav {
  grid-area: 1/1;
  z-index: 2;
  display: grid;
  grid-column-gap: 80%;
}

.slide-items > * {
  position: absolute;
  top: 35%;
  opacity: 0;
  pointer-events: none;
  text-align: center;
}

.slide-items > .active {
  position: relative;
  opacity: 1;
  pointer-events: auto !important;
}

.content-notify ul {
  margin-block-start: 1em;
  margin-block-end: 1em;
  padding-inline-start: 0px;
  list-style-type: none;
}
.content-notify ul li {
  margin: 0 auto;
  width: max-content;
  font-size: 14px;
}
@media (max-width: 767px) {
  .content-notify ul li {
    font-size: 12px;
  }
}
.content-notify ul li:before {
  content: "\f111";
  font-family: "Font Awesome 5 Pro";
  color: #494DF4;
  margin-right: 10px;
  font-weight: 900;
  font-size: 10px;
}

.slide-nav button {
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
  background: transparent;
  border: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.slide-nav button i {
  font-size: 1.5rem;
  color: #494DF4;
}
.slide-nav button:focus {
  border: 0;
  outline: 0;
}
.slide-nav button.slide-next {
  justify-self: flex-end;
}

.slide-thumb {
  display: flex;
  grid-column: 1/3;
  padding: 15px;
  margin: 0 auto;
  width: 85%;
  height: fit-content;
}

.slide-thumb > span {
  flex: 1;
  display: block;
  height: 5px;
  background: #afafaf;
  margin: 10px 3px 3px;
  border-radius: 3px;
  overflow: hidden;
}

.slide-thumb > span.done:after {
  content: "";
  display: block;
  height: inherit;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3px;
}

.slide-thumb > span.active:after {
  content: "";
  display: block;
  height: inherit;
  background: #494DF4;
  border-radius: 3px;
  transform: translateX(-100%);
  animation: thumb 5s forwards linear;
}

@keyframes thumb {
  to {
    transform: initial;
  }
}
.ico-notify {
  margin: 0 auto 10px;
  width: 49px;
  height: 49px;
  line-height: 49px;
  background: transparent linear-gradient(135deg, #C91432 0%, #e196aa 100%) 0 0 no-repeat padding-box;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 15%;
  left: 50%;
  transform: translatex(-50%);
}
@media (min-width: 1367px) {
  .ico-notify {
    width: 59px;
    height: 59px;
    line-height: 59px;
  }
}
@media (max-width: 767px) {
  .ico-notify {
    width: 55px;
    height: 55px;
    line-height: 55px;
  }
}

.box-popup-btn {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media (max-width: 767px) {
  .box-popup-btn {
    box-shadow: 0 -5px 10px #CCC;
    z-index: 1042;
  }
  .box-popup-btn.popup-desktop {
    display: flex !important;
    position: fixed;
    flex-wrap: nowrap;
    justify-content: space-around;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #f5f5f5;
  }
  .box-popup-btn.popup-desktop:before {
    border-right: 1px solid rgba(204, 204, 204, 0.8);
  }
  .box-popup-btn.popup-desktop .notify-emma,
  .box-popup-btn.popup-desktop .live-emma {
    position: relative;
    right: unset !important;
    bottom: unset;
    width: 50%;
    max-width: 50%;
    border-radius: 0;
    padding: 10px 0;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .box-popup-btn.popup-desktop .notify-emma a,
  .box-popup-btn.popup-desktop .live-emma a {
    width: auto;
    height: auto;
    background-color: transparent !important;
    border: 0px !important;
    border-radius: 0 !important;
    box-shadow: 0 0 0px !important;
  }
  .box-popup-btn.popup-desktop .notify-emma a img,
  .box-popup-btn.popup-desktop .live-emma a img {
    border-radius: 0;
    width: auto !important;
    text-align: center !important;
  }
  .box-popup-btn.popup-desktop #p_p_id_important_notices_portlet_ {
    width: 50%;
  }
  .box-popup-btn.popup-desktop .notify-emma {
    border-right: 2px solid #CCC;
    width: 100%;
    max-width: 100%;
  }
  .box-popup-btn.popup-desktop .notify-emma .notif-info {
    left: 2rem;
  }
  .box-popup-btn.popup-desktop .notify-emma .notif-info:after {
    transform: rotate(71deg);
  }
  .box-popup-btn.popup-desktop .notify-emma .box-count-notif {
    top: 10px;
    right: 30%;
  }
  .box-popup-btn.popup-desktop .notify-emma .box-notify.open {
    bottom: 270px;
    right: 50%;
    transform: translateX(50%);
  }
  .box-popup-btn.popup-desktop .live-emma a img {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
  }
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}
.ui-datepicker .ui-datepicker-header {
  background-color: #494df4;
  border-color: #494df4;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  background-color: #D3E3F5;
  color: #494df4;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover {
  background-color: #494df4;
  border-color: white;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before,
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-next:before {
  content: "\f054";
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:before {
  content: "\f053";
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-highlight {
  background-color: #D3E3F5;
}
.ui-datepicker .ui-datepicker-calendar .ui-datepicker-today .ui-state-hover {
  background-color: #494df4;
  color: white;
}
.ui-datepicker .ui-state-hover {
  background-color: #494df4;
  color: white;
}

.cx-admin-form .box-input-doc .box-input-doc-inner .box-input-file .help-block {
  top: -5px;
  left: 50%;
  transform: translateX(-39%);
  width: -webkit-fill-available;
  width: -moz-available;
  justify-content: space-around;
  border: 1px solid red;
  background-color: #FDF9FA;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.25);
}
.cx-admin-form .box-input-doc .box-input-doc-inner .box-input-file .help-block .required {
  position: relative;
  margin: 0;
}
.cx-admin-form .box-input-doc .box-input-doc-inner .box-input-file .help-block .required:before {
  content: "\f06a";
  display: block;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 0;
  left: -15px;
  font-weight: 900;
}

.important-notice {
  padding: 30px 0 0 0;
  margin-top: 10px;
}
.important-notice .box-notice,
.important-notice #subdata-policies {
  padding: 0 20px;
}
.important-notice .box-notice li,
.important-notice #subdata-policies li {
  margin-bottom: 10px;
}

.important-notice .cx-btn-subdata {
  background-color: #494DF4;
  width: 100%;
  border-bottom-left-radius: 8px !important;
  border-bottom-right-radius: 8px !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.important-notice .cx-btn-subdata .collapse-icon-open,
.important-notice .cx-btn-subdata .collapse-icon-closed {
  position: relative;
  transform: translatey(0);
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100% !important;
  text-align: center;
}
.important-notice .cx-btn-subdata .collapse-icon-open a,
.important-notice .cx-btn-subdata .collapse-icon-closed a {
  color: white;
}

.box-info-header {
  padding: 0 20px;
}
.box-info-header h4 {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .box-info-header h4 {
    font-size: 1.2rem;
  }
}

.telekonsul-page {
  /*start of popup*/
}
.telekonsul-page.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (min-width: 1024px) {
  .telekonsul-page.hero-image {
    margin-top: -50px;
    height: 103vh !important;
  }
}
.telekonsul-page.hero-image:before {
  content: "";
  height: 100vh;
  width: 100vh;
  background: rgba(255, 255, 255, 0.5);
  position: absolute;
}
.telekonsul-page .hero-text {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0%, -50%);
  margin-right: auto;
  color: white;
}
@media (min-width: 1024px) {
  .telekonsul-page .hero-text {
    width: 45%;
  }
}
@media (max-width: 768px) {
  .telekonsul-page .hero-text {
    position: relative;
    top: 20%;
    left: 0;
    transform: translate(0%, 40%);
  }
}
.telekonsul-page .hero-text p {
  font-size: 1.3rem;
  color: #707070;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .telekonsul-page .hero-text p {
    font-size: 1rem;
  }
}
.telekonsul-page .hero-text h1 {
  font-size: 2.5rem;
  color: #4B4279;
}
@media (max-width: 768px) {
  .telekonsul-page .hero-text h1 {
    font-size: 1.2rem;
  }
}
.telekonsul-page .hero-text a {
  cursor: pointer;
  margin-top: 2%;
  text-transform: capitalize;
}
.telekonsul-page .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.telekonsul-page .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.telekonsul-page .overlay:target {
  visibility: visible;
  opacity: 1;
}
.telekonsul-page .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  width: 40%;
  position: relative;
  transition: all 3s ease-in-out;
}
.telekonsul-page .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
.telekonsul-page .popup .close {
  position: fixed;
  top: 90px;
  right: 32%;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  background-color: #333;
  border-radius: 50%;
}
.telekonsul-page .popup .close:hover {
  color: #a6a6a6;
}
.telekonsul-page .popup .content {
  max-height: 30%;
  overflow: auto;
  padding-top: 30px;
}
@media screen and (max-width: 700px) {
  .telekonsul-page .box {
    width: 70%;
  }
  .telekonsul-page .popup {
    width: 70%;
  }
}
.telekonsul-page .hero-card {
  position: absolute;
  top: 80%;
  left: 0;
  transform: translate(0%, -50%);
  margin-left: 0;
  display: grid;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}
@media (min-width: 1024px) {
  .telekonsul-page .hero-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .telekonsul-page .hero-card {
    top: 65%;
  }
}
.telekonsul-page .hero-card .content-hero-card {
  background-color: #B5D0EE;
  padding: 25px 20px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  font-family: "SourceSans-Semibold" !important;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  border: 0;
  color: #ffffff;
}
.telekonsul-page .hero-card .content-hero-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 3s;
  background-color: #4976BA;
  border: 1px solid #4976BA;
}
.telekonsul-page .hero-card .content-hero-card:hover, .telekonsul-page .hero-card .content-hero-card.active {
  color: #ffffff !important;
  background-color: #B5D0EE;
  border-color: #B5D0EE;
  font-weight: normal;
}
.telekonsul-page .hero-card .content-hero-card:hover:after, .telekonsul-page .hero-card .content-hero-card.active:after {
  transform: translateY(10%) translateX(-20%) rotate(-45deg);
}
.telekonsul-page .hero-card .content-hero-card:hover .card-title, .telekonsul-page .hero-card .content-hero-card.active .card-title {
  color: #ffffff;
}
.telekonsul-page .hero-card .content-hero-card:hover .card-icon, .telekonsul-page .hero-card .content-hero-card.active .card-icon {
  filter: invert(0) sepia(1) saturate(0) hue-rotate(-183deg) brightness(200%) contrast(100%);
}
.telekonsul-page .hero-card .content-hero-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #4976BA;
  border: 1px solid #4976BA;
}
.telekonsul-page .hero-card .content-hero-card .card-title {
  color: #4976BA;
  font-size: 1.5rem;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .telekonsul-page .hero-card .content-hero-card .card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 768px) {
  .telekonsul-page .hero-card .content-hero-card .card-icon {
    width: auto;
    height: 40px;
  }
}

.CX-fund-sheet .container.CX-wrapper {
  max-width: 97% !important;
}
.CX-fund-sheet .box-header-policies h3 {
  font-size: 1.5rem;
}
@media (max-width: 768px) {
  .CX-fund-sheet .box-header-policies h3 {
    font-size: 1rem;
  }
}
.CX-fund-sheet .box-unit-content {
  padding: 30px;
  background: #FFFFFF;
}
.CX-fund-sheet .tab-content {
  top: 5px;
  position: relative;
}
.CX-fund-sheet .tab-content .alert-box {
  padding: 20px 0px;
  text-align: center;
  background: #FFF8E7;
  border-radius: 8px;
}
.CX-fund-sheet .tab-content .alert-box h3 {
  font-size: 1.4rem;
}
@media (max-width: 768px) {
  .CX-fund-sheet .tab-content .alert-box h3 {
    font-size: 1.1rem;
  }
}
.CX-fund-sheet .select2-selection__arrow {
  display: block !important;
  top: 15px !important;
}
.CX-fund-sheet .select2-selection__arrow b {
  display: none;
}
.CX-fund-sheet .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  left: 50%;
  margin-left: -15px;
  margin-top: -5px;
  position: absolute;
  width: 0;
  color: #494DF4;
}
.CX-fund-sheet .select2-container--open .select2-selection__arrow:before {
  content: "\f077";
}
.CX-fund-sheet .box-act .btn-custom {
  text-transform: capitalize;
}
.CX-fund-sheet .nav-pills.control-policies {
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
}
.CX-fund-sheet .CX-box-accordion {
  padding: 0 15px;
  width: 100%;
}
@media (min-width: 767px) {
  .CX-fund-sheet .CX-box-accordion {
    margin-top: 2rem;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-live-search {
  position: relative;
}
@media (min-width: 767px) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-live-search {
    margin-left: auto;
    width: max-content;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-live-search:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  width: 10px;
  height: 10px;
  top: 13px;
  left: 15px;
  position: absolute;
  z-index: 1;
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-live-search .live-search-box {
  margin-bottom: 20px;
  border-radius: 8px;
  padding-left: 50px;
}
@media (max-width: 768px) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-live-search .live-search-box {
    width: 100% !important;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-toggle h3 {
  font-size: 1.3rem;
  text-transform: capitalize;
  font-family: "SourceSans";
}
@media (max-width: 1024px) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-toggle h3 {
    font-size: 1rem;
  }
}
@media (max-width: 768px) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner {
    padding: 15px 0;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12:nth-child(odd) .box-card-download {
  background-color: #E5E5E5;
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12:nth-child(even) .box-card-download {
  background-color: #FAFAFA;
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item {
  padding: 20px 30px;
}
@media (max-width: 768) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item {
    padding: 20px 10px;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a {
  display: flex;
  flex-wrap: nowrap;
  align-content: center;
  align-items: center;
  justify-content: flex-start;
  position: relative;
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a .box-ico {
  max-height: 50px;
  overflow: hidden;
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a .box-ico img {
  object-fit: contain;
  height: 50px;
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a .title {
  margin-left: 20px;
  color: #000;
  text-decoration: none;
}
@media (max-width: 768px) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a .title {
    margin-left: 10px;
    font-size: 0.8rem;
    padding-right: 20px;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a .label-download {
  position: absolute;
  right: 0;
  color: #000;
  font-size: 2rem;
  font-weight: 900;
}
@media (max-width: 768px) {
  .CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item a .label-download {
    font-size: 1.5rem;
  }
}
.CX-fund-sheet .CX-box-accordion .box-inner .box-item .box-content .box-content-inner .col-sm-12 .box-card-download .box-card-item:hover {
  text-decoration: none;
  background-color: #FCD385;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-fund-sheet .box-select-item .form-group.input-select-wrapper.has-error .select2-container--default {
  margin-bottom: 25px;
}
.CX-fund-sheet .box-select-item .form-group.input-select-wrapper.has-error .select2 ~ .form-validator-stack.help-block {
  position: absolute;
  bottom: -10px;
  padding-left: 5px;
}

@media (max-width: 768px) {
  .cx-admin-form .alert-info.payment-note.alert-estatement {
    padding: 20px 25px !important;
  }
}
.cx-admin-form .alert-info.payment-note.alert-estatement .header-info {
  margin: 0;
  margin-bottom: 5px;
  align-items: center;
}
.cx-admin-form .alert-info.payment-note.alert-estatement .header-info .alert-indicator {
  padding: 20px;
  background-color: #ECECFF;
  font-size: unset;
  border-radius: 50%;
  text-align: center;
  position: relative;
}
@media (max-width: 768px) {
  .cx-admin-form .alert-info.payment-note.alert-estatement .header-info .alert-indicator {
    padding: 15px;
  }
}
.cx-admin-form .alert-info.payment-note.alert-estatement .header-info .alert-indicator svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 768px) {
  .cx-admin-form .alert-info.payment-note.alert-estatement .header-info .alert-indicator svg {
    height: 15px;
    width: 15px;
  }
}
.cx-admin-form .alert-info.payment-note.alert-estatement .header-info h3 {
  margin-bottom: 0;
  margin-left: 10px;
  font-family: "SourceSans-Semibold";
}
@media (max-width: 768px) {
  .cx-admin-form .alert-info.payment-note.alert-estatement .header-info h3 {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  .cx-admin-form .alert-info.payment-note.alert-estatement .body-info {
    padding-left: 3.5rem;
  }
}
@media (max-width: 768px) {
  .cx-admin-form .alert-info.payment-note.alert-estatement .body-info {
    font-size: 0.8rem;
  }
}
.cx-admin-form .alert-info.payment-note.alert-estatement .body-info ul {
  padding-left: 15px;
}

.CX-forgot-password {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .CX-forgot-password {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.CX-forgot-password .centered {
  position: relative;
  transform: translate(-50%, 0);
  max-width: 60%;
}
@media (max-width: 768px) {
  .CX-forgot-password .centered {
    max-width: 100%;
  }
}
.CX-forgot-password .centered form {
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}
.CX-forgot-password .centered .portlet-header {
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  .CX-forgot-password .centered .portlet-header .close,
  .CX-forgot-password .centered .portlet-header h4.modal-title {
    color: #ffffff !important;
    font-size: 16px;
  }
}
.CX-forgot-password .centered .portlet-header .close {
  color: #ffffff;
  float: left;
  padding: 10px 20px;
  margin: auto;
  height: auto;
  position: absolute;
  top: 7px;
  left: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-forgot-password .centered .portlet-header .close:hover {
  opacity: 1;
}
.CX-forgot-password .centered .portlet-header h4 {
  font-family: "SourceSans-Semibold";
  font-size: 1.2rem;
  margin-bottom: 0;
}
.CX-forgot-password .centered .portlet-content-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.CX-forgot-password .centered .reset-container {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .CX-forgot-password .centered .reset-container {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1025px) {
  .CX-forgot-password .centered .reset-container .input-container {
    max-width: 70%;
    margin: 0 auto;
  }
}
.CX-forgot-password .centered .reset-container:before {
  content: "";
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.theme-default .CX-forgot-password .centered .reset-container .reference-mark {
  color: #494df4 !important;
}
.theme-prestise .CX-forgot-password .centered .reset-container .reference-mark {
  color: #c9a85c !important;
}
.theme-syariah .CX-forgot-password .centered .reset-container .reference-mark {
  color: #007b57 !important;
}
.CX-forgot-password .centered .reset-container .date .form-group.input-text-wrapper {
  width: 100%;
}
.CX-forgot-password .centered .reset-container .date .add-on {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 33px;
  color: #494DF4;
  display: none;
}
.CX-forgot-password .centered .reset-container .date .add-on:before {
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
}
.theme-default .CX-forgot-password .centered .reset-container .date .add-on:before {
  color: #494df4 !important;
}
.theme-prestise .CX-forgot-password .centered .reset-container .date .add-on:before {
  color: #c9a85c !important;
}
.theme-syariah .CX-forgot-password .centered .reset-container .date .add-on:before {
  color: #007b57 !important;
}
.CX-forgot-password .centered .reset-container .date .add-on i {
  margin: auto;
  height: 10px;
  display: none;
}
.CX-forgot-password .centered .reset-container .date .add-on i:before {
  font-size: 1rem;
}
.CX-forgot-password .centered .reset-container .form-captcha {
  margin-bottom: 0;
  margin-top: 20px;
  display: block;
}
.CX-forgot-password .centered .reset-container .box-captcha {
  margin-top: 10px;
}
.CX-forgot-password .centered .reset-container .box-captcha .form-control {
  height: 3.5rem;
}
.CX-forgot-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .CX-forgot-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
    flex: 0 0 100%;
  }
}
.CX-forgot-password .centered .reset-container button {
  color: #fff;
}
.CX-forgot-password .centered .reset-container .box-radio.row {
  margin-left: 0;
  margin-right: 0;
}
.CX-forgot-password .centered .reset-container .radio + .radio,
.CX-forgot-password .centered .reset-container .checkbox + .checkbox {
  margin-top: 10px;
  margin-left: 20px;
}
.CX-forgot-password .centered .reset-container .box-pass.row .input-checkbox-wrapper {
  margin: 0px 20px;
  text-align: justify;
}
.CX-forgot-password .centered .reset-container .box-pass.row .input-checkbox-wrapper input.field {
  position: absolute;
  left: -25px;
}
.CX-forgot-password .centered .reset-container a.refresh-captcha .refresh:before {
  content: "\f01e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #ffffff;
  display: block;
  padding: 13px;
  margin-left: -2px;
  background-color: #494df4;
}
.CX-forgot-password .centered .reset-container a.refresh-captcha .refresh img {
  opacity: 0;
  padding: 13px;
}
.CX-forgot-password .centered .button-holder {
  margin: 0;
  margin-top: 10px;
  padding: 0 30px;
  text-align: center;
}
.CX-forgot-password .centered .button-holder .btn-custom-red {
  border-radius: 50px;
  background-color: #494df4;
  border-color: #494df4;
  transform: translatex(0%);
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  margin: 0 10px;
}
.CX-forgot-password .centered .button-holder .btn-custom-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-forgot-password .centered .button-holder .btn-custom-red:hover, .CX-forgot-password .centered .button-holder .btn-custom-red.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans-Semibold" !important;
  font-weight: normal;
}
.CX-forgot-password .centered .button-holder .btn-custom-red:hover:after, .CX-forgot-password .centered .button-holder .btn-custom-red.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.CX-forgot-password .centered .button-holder .btn-custom-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-forgot-password .centered .button-holder .btn-custom-default {
  border: 1px solid #cccccc !important;
  background-color: #fff !important;
  transform: translatex(0%);
  border-radius: 50px;
  font-size: 16px;
  font-family: "SourceSans";
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  margin: 0 10px;
}
.CX-forgot-password .centered .button-holder .btn-custom-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-forgot-password .centered .button-holder .btn-custom-default:hover, .CX-forgot-password .centered .button-holder .btn-custom-default.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans-Semibold" !important;
  font-weight: normal;
}
.CX-forgot-password .centered .button-holder .btn-custom-default:hover:after, .CX-forgot-password .centered .button-holder .btn-custom-default.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.CX-forgot-password .centered .button-holder .btn-custom-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}

.modal-verif .modal-dialog-scrollable {
  transform: translate(0, 10%);
}
@media (min-width: 768px) {
  .modal-verif .modal-dialog-scrollable {
    width: 100%;
  }
}
.modal-verif .modal-dialog-scrollable .modal-content {
  height: auto;
  max-height: calc(100vh - 100px);
}
.modal-verif .cx-btn-close {
  position: absolute;
  right: 20px;
  top: 15px;
  opacity: 1;
  color: #ffffff;
  background: #494df4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  font-size: 20px !important;
  z-index: 2;
}
.modal-verif .modal-body {
  padding: 0;
  margin: 0;
}
.modal-verif .box-left {
  padding: 20px;
  margin: 5px -5px 5px 5px;
  background-size: 180% !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .modal-verif .box-left {
    padding: 0px 20px;
    margin: 0;
    background-size: 110% !important;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}
.modal-verif .box-left .box-info {
  padding: 20px 0px;
  background: transparent;
}
@media (max-width: 768px) {
  .modal-verif .box-left .box-info {
    margin: 0;
    z-index: 3;
    position: relative;
  }
}
.modal-verif .box-left .box-info p {
  margin-bottom: 0;
  font-family: "SourceSans-Semibold";
}
@media (max-width: 768px) {
  .modal-verif .box-left .box-img {
    z-index: 2;
  }
  .modal-verif .box-left .box-img img {
    position: absolute;
    width: auto;
    height: 100px;
    bottom: 10px;
    right: 10px;
    opacity: 50%;
  }
}
.modal-verif .box-right {
  padding: 20px;
  margin-top: 0;
}
@media (max-width: 768px) {
  .modal-verif .box-right {
    padding: 0 20px;
  }
}
.modal-verif .box-right .form {
  padding: 0 !important;
}
.modal-verif .box-right .aui-email .form-validator-stack.help-block {
  display: none;
}
.modal-verif .box-right .box-verification .header-verification {
  margin-left: 15px;
}
.modal-verif .box-right .box-verification .header-verification h3 {
  font-size: 1.5rem;
  color: #494df4;
}
.modal-verif .box-right .box-verification .box-policies > .col-md-12.row {
  margin: 0;
}
.modal-verif .box-right .box-verification .box-policies .box-label-policies {
  margin-bottom: 10px;
  padding-left: 0;
}
.modal-verif .box-right .box-verification .box-policies .box-label-policies:after {
  position: absolute;
  height: 1px;
  width: 80%;
  background: transparent linear-gradient(90deg, #000 0%, #fff 100%) 0 0 no-repeat padding-box;
  top: 50%;
  left: 20%;
}
@media (max-width: 768px) {
  .modal-verif .box-right .box-verification .box-policies .box-label-policies:after {
    left: 35%;
    width: 70%;
  }
}
.modal-verif .box-right .box-verification .box-policies .container-policies {
  max-height: 25vh;
  overflow: auto;
}
.modal-verif .box-right .box-verification .box-policies .container-policies .list-policies {
  margin: 0;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .modal-verif .box-right .box-verification .box-policies .container-policies .list-policies {
    width: 50%;
  }
  .modal-verif .box-right .box-verification .box-policies .container-policies .list-policies:nth-child(odd) {
    padding-right: 5px;
  }
  .modal-verif .box-right .box-verification .box-policies .container-policies .list-policies:nth-child(even) {
    padding-left: 5px;
  }
}
.modal-verif .box-right .box-verification .box-policies .container-policies .list-policies .no-policies {
  padding: 5px 5px;
  margin-bottom: 5px;
  background: #dbe4f2;
  font-size: 1rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.modal-verif .box-right .box-verification .box-policies .container-policies .list-policies .no-policies i {
  background: #FFB600;
  color: white;
  padding: 5px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.modal-verif .box-right .box-pass {
  margin: 0;
  margin-top: 10px;
  padding: 0;
}
.modal-verif .box-right .box-pass .form-group.input-text-wrapper.col-md-12 .form-group.input-text-wrapper:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  font-size: 1.3rem;
  position: absolute;
  bottom: 8px;
  left: 15px;
}
.modal-verif .box-right .box-pass .form-group.input-text-wrapper.col-md-12 .form-group.input-text-wrapper .field.form-control {
  padding-left: 45px;
}
.modal-verif .box-right .box-pass .form-group.input-text-wrapper.col-md-12:before {
  display: none;
}
.modal-verif .box-right .box-pass .form-group.input-text-wrapper.col-md-12.custom-checkbox.form-check {
  margin: 0 15px;
}
.modal-verif .box-right .box-pass .cx-check-done, .modal-verif .box-right .box-pass .cx-check-failed {
  position: absolute;
  right: 30px;
  bottom: 15px;
  font-size: 25px;
}
.modal-verif .box-right .box-pass .cx-check-done {
  color: #4ff100;
}
.modal-verif .box-right .box-pass .cx-check-failed {
  color: #ff0000;
}
.modal-verif .box-right .box-pass .alert.alert-dismissible.alert-danger {
  margin: 0 15px;
}
@media (min-width: 1024px) {
  .CX-forgot-password .centered .form .box-img.text-center img {
    width: 60%;
  }
}
.CX-forgot-password .centered .form .custom-control-input {
  left: -20px;
}
.CX-forgot-password .centered .form .custom-checkbox {
  margin: 0 30px;
}
.CX-forgot-password .centered .form .custom-checkbox .custom-control-label::after {
  left: -20px;
}
.CX-forgot-password .centered .form .custom-checkbox .custom-control-label {
  line-height: 1.5rem;
}
.CX-forgot-password .centered .form .custom-checkbox .custom-control-label .custom-control-label-text {
  padding-left: 0;
}
.CX-forgot-password .centered .form .custom-control-input:disabled ~ .custom-control-label::before {
  position: absolute;
  left: -20px;
}

.checkbox label,
.radio label {
  line-height: 25px;
}

#_online_register_web_INSTANCE_kfdvYsp8FZe0_loadingModal {
  z-index: 99999;
}

.page_telekonsul .CX-header {
  background-color: transparent !important;
  position: absolute;
  box-shadow: unset;
}
@media (max-width: 768px) {
  .page_telekonsul .CX-header .container-fluid {
    padding-right: 0px;
    padding-left: 0px;
  }
}
.page_telekonsul .CX-header .box-others.language .portlet-language .portlet-body span {
  padding: 5px 10px;
  border-radius: 8px;
  background-color: #e4e4e4;
}
.page_telekonsul .CX-footer {
  display: none;
}
.page_telekonsul .CX-utama {
  margin-top: -60px;
  padding: 0;
  top: 0;
}
.page_telekonsul .CX-utama .portlet-decorate .portlet {
  margin-bottom: 0;
}
.page_telekonsul .telekonsul-page {
  /*start of popup*/
}
.page_telekonsul .telekonsul-page.hero-image {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
@media (max-width: 1024px) {
  .page_telekonsul .telekonsul-page.hero-image {
    margin-top: -50px;
    height: 103vh !important;
  }
  .page_telekonsul .telekonsul-page.hero-image:before {
    content: "";
    height: 100%;
    width: 100%;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
  }
}
.page_telekonsul .telekonsul-page .hero-text {
  text-align: left;
  position: absolute;
  top: 40%;
  left: 0;
  transform: translate(0%, -50%);
  margin-right: auto;
  color: white;
  margin-left: 30px;
}
@media (min-width: 1024px) {
  .page_telekonsul .telekonsul-page .hero-text {
    width: 45%;
  }
}
@media (max-width: 1024px) {
  .page_telekonsul .telekonsul-page .hero-text {
    position: relative;
    top: 20%;
    left: 0;
    margin-left: 0px;
    transform: translate(0%, 60%);
  }
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-text {
    padding: 0 20px;
    transform: translate(0, 65%);
  }
}
@media (max-width: 414px) {
  .page_telekonsul .telekonsul-page .hero-text {
    transform: translate(0, 50%);
  }
}
@media (max-width: 375px) {
  .page_telekonsul .telekonsul-page .hero-text {
    transform: translate(0, 35%);
  }
  .page_telekonsul .telekonsul-page .hero-text .btn-custom-red {
    font-size: 0.8rem;
  }
}
.page_telekonsul .telekonsul-page .hero-text p {
  font-size: 1.3rem;
  color: #707070;
  letter-spacing: 1px;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-text p {
    font-size: 1rem;
  }
}
.page_telekonsul .telekonsul-page .hero-text h1 {
  font-size: 2.5rem;
  color: #4B4279;
  text-shadow: 4px 4px 5px rgba(0, 0, 0, 0.3);
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-text h1 {
    font-size: 1.2rem;
  }
}
.page_telekonsul .telekonsul-page .hero-text .btn-custom-red {
  cursor: pointer;
  margin-top: 2%;
  text-transform: uppercase;
}
.page_telekonsul .telekonsul-page .box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}
.page_telekonsul .telekonsul-page .overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
}
.page_telekonsul .telekonsul-page .overlay:target {
  visibility: visible;
  opacity: 1;
}
.page_telekonsul .telekonsul-page .popup {
  margin: 70px auto;
  padding: 20px;
  background: #fff;
  border-radius: 2px;
  width: 40%;
  position: relative;
  transition: all 3s ease-in-out;
}
.page_telekonsul .telekonsul-page .popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Georgia, sans-serif;
  font-style: italic;
}
.page_telekonsul .telekonsul-page .popup .close {
  position: fixed;
  top: 90px;
  right: 32%;
  transition: all 200ms;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
  background-color: #333;
  border-radius: 50%;
}
.page_telekonsul .telekonsul-page .popup .close:hover {
  color: #a6a6a6;
}
.page_telekonsul .telekonsul-page .popup .content {
  max-height: 30%;
  overflow: auto;
  padding-top: 30px;
}
@media screen and (max-width: 700px) {
  .page_telekonsul .telekonsul-page .box {
    width: 70%;
  }
  .page_telekonsul .telekonsul-page .popup {
    width: 70%;
  }
}
.page_telekonsul .telekonsul-page .hero-card {
  position: absolute;
  top: 80%;
  left: 0;
  transform: translate(0%, -50%);
  margin-left: 0;
  margin-right: 0;
  display: grid;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  padding: 0 40px;
}
@media (min-width: 1024px) {
  .page_telekonsul .telekonsul-page .hero-card {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1024px) {
  .page_telekonsul .telekonsul-page .hero-card {
    top: 70%;
  }
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-card {
    top: 65%;
    padding: 0px 30px;
  }
}
@media (max-width: 414px) {
  .page_telekonsul .telekonsul-page .hero-card {
    top: 67%;
  }
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card {
  background-color: #4976BA;
  padding: 25px 20px;
  border-radius: 8px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.25);
  font-family: "SourceSans-Semibold" !important;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  border: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-card .content-hero-card {
    padding: 20px 20px;
  }
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card .card-title {
  color: #ffffff;
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0 0;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.5s;
  background-color: #FCD385;
  border: 1px solid #FCD385;
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card:hover, .page_telekonsul .telekonsul-page .hero-card .content-hero-card.active {
  color: #4976BA !important;
  background-color: #B5D0EE;
  border-color: #B5D0EE;
  font-weight: normal;
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card:hover:after, .page_telekonsul .telekonsul-page .hero-card .content-hero-card.active:after {
  transform: translateY(10%) translateX(-20%) rotate(-45deg);
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card:hover .card-title, .page_telekonsul .telekonsul-page .hero-card .content-hero-card.active .card-title {
  color: #4976BA;
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card:hover .card-icon, .page_telekonsul .telekonsul-page .hero-card .content-hero-card.active .card-icon {
  filter: invert(45%) sepia(27%) saturate(1069%) hue-rotate(177deg) brightness(93%) contrast(89%);
}
.page_telekonsul .telekonsul-page .hero-card .content-hero-card .card-title {
  color: #ffffff;
  font-size: 1.5rem;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-card .content-hero-card .card-title {
    font-size: 1.1rem;
  }
}
@media (max-width: 375px) {
  .page_telekonsul .telekonsul-page .hero-card .content-hero-card .card-title {
    font-size: 0.9rem;
  }
}
@media (max-width: 768px) {
  .page_telekonsul .telekonsul-page .hero-card .content-hero-card .card-icon {
    width: 40px;
  }
}

.card-pill-regis.btn-custom-red {
  margin-bottom: 0;
  padding: 20px 20px !important;
  border-radius: 8px !important;
  text-decoration: none !important;
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  text-align: center;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.card-pill-regis.btn-custom-red:hover {
  box-shadow: 0px 10px 10px -5px rgba(0, 0, 0, 0.6);
  transform: translateY(-10px);
}
.card-pill-regis.btn-custom-red:hover:after {
  transform: translateY(10%) translateX(-90px) rotate(-45deg) !important;
}

.cx-modal-tele .modal-dialog {
  width: 100%;
}
.cx-modal-tele .modal-dialog .modal-content {
  width: 35%;
}
@media (max-width: 1024px) {
  .cx-modal-tele .modal-dialog .modal-content {
    width: 95% !important;
    left: 47%;
  }
}
.cx-modal-tele .modal-dialog .modal-content .modal-header {
  background-color: white;
  background: unset;
  color: #000;
  border-bottom: 0;
}
.cx-modal-tele .modal-dialog .modal-content .modal-header .cx-btn-close {
  background: #9B9B9B;
  border-radius: 50%;
  right: 15px;
  top: 15px;
  font-size: 15px;
  line-height: 0;
  height: 25px;
  width: 25px;
}
.cx-modal-tele .modal-dialog .modal-content .modal-header .modal-title {
  font-size: 30px;
  font-family: "SourceSans";
  font-weight: normal;
  text-align: left;
  margin-top: 20px;
}
.cx-modal-tele .modal-dialog .modal-content .modal-body .form {
  padding: 0;
}
.cx-modal-tele .modal-dialog .modal-content .modal-body .btn-start-tele {
  border-radius: 8px !important;
  font-size: 20px;
  width: 100%;
  margin: 0;
}
.cx-modal-tele .modal-dialog .modal-content .modal-body .box-disclaimer {
  margin-top: 50px;
  text-align: left;
  font-size: 15px;
  color: #A1A1A1;
}

.alert-modal-tele .modal-dialog {
  transform: translatey(50%);
}
.alert-modal-tele .modal-body {
  height: max-content;
}

.select2 .select2-selection__rendered {
  color: #333333 !important;
  font-size: 16px;
  letter-spacing: 0;
  font-family: "SourceSans";
}

.select2-selection__arrow {
  border-left-color: #CCCCCC !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  height: 30px;
  line-height: 30px;
}

.select2.select2-container.select2-container--default {
  height: 48px;
}
.select2.select2-container.select2-container--default .select2-selection {
  height: 48px;
  border-color: #ccc;
}
.select2.select2-container.select2-container--default .select2-selection .select2-selection__rendered {
  height: 48px;
  line-height: 48px;
  font-size: 16px;
  color: #333333;
  padding-top: 0;
  border-color: #ccc;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #4976BA transparent transparent transparent;
  border-width: 7px 5px 0 5px;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #4976BA transparent;
  border-width: 0 5px 7px 5px;
}

.CX-forgot-password.new-pasword .box-captcha {
  display: flex !important;
}
.CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper {
  flex: 0 0 50% !important;
  position: relative;
}
.CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) {
  max-width: 50%;
}
.CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) .refresh-captcha .refresh {
  overflow: hidden;
}
.CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) .refresh-captcha .refresh:before {
  top: 50% !important;
}
@media (max-width: 768px) {
  .CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) {
    max-width: 50% !important;
  }
  .CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) img {
    max-width: 95%;
    height: 50px;
  }
  .CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) .refresh .refresh-captcha .refresh {
    max-width: 50%;
    left: -15px;
    top: 1px;
  }
  .CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-child(1) .refresh .refresh-captcha .refresh:before {
    font-size: 1rem;
    top: 50% !important;
  }
}
.CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-last-child(1) {
  flex: 0 0 50%;
  max-width: 100%;
  margin-top: 1px;
}
@media (max-width: 768px) {
  .CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-last-child(1) {
    flex: 0 0 50%;
    max-width: 100% !important;
  }
}
.CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper:nth-last-child(1) .form-control {
  height: 50px;
}
@media (max-width: 1024px) {
  .CX-forgot-password.new-pasword .box-captcha .form-group.input-text-wrapper {
    max-width: 50%;
  }
}
.CX-forgot-password.new-pasword .form-captcha {
  display: flex !important;
  margin-top: 0;
}
@media (max-width: 768px) {
  .CX-forgot-password.new-pasword .form-captcha {
    flex-wrap: nowrap;
    justify-content: space-around;
  }
}
.CX-forgot-password.new-pasword .form-captcha .form-group.input-text-wrapper {
  flex: 0 0 50% !important;
  position: relative;
}
.CX-forgot-password.new-pasword .form-captcha .form-group.input-text-wrapper .form-control {
  height: 50px;
}
.CX-forgot-password.new-pasword .form-captcha .img {
  height: 50px;
}
.CX-forgot-password.new-pasword .form-captcha .img img {
  vertical-align: baseline;
}
@media (max-width: 768px) {
  .CX-forgot-password.new-pasword .form-captcha .refresh {
    position: absolute;
    right: 0;
    top: 5px;
  }
}
.CX-forgot-password.new-pasword .form-captcha .refresh .refresh-captcha .refresh {
  transform: translatey(-8px);
}
@media (max-width: 768px) {
  .CX-forgot-password.new-pasword .form-captcha .refresh .refresh-captcha .refresh:before {
    right: 0;
    transform: translatey(-2px);
  }
}

.CX-new-registration.cx-admin-form .custom-radio .custom-control-input:checked ~ .custom-control-label::before,
.CX-new-registration.cx-admin-form .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #494df4;
}
.CX-new-registration.cx-admin-form .custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  color: #000000;
  cursor: default;
}
.CX-new-registration.cx-admin-form .custom-checkbox {
  margin: 0 30px;
}
.CX-new-registration.cx-admin-form .custom-checkbox .custom-control-label::after {
  left: -20px;
}
.CX-new-registration.cx-admin-form .custom-checkbox .custom-control-label {
  line-height: 1.5rem;
}
.CX-new-registration.cx-admin-form .custom-checkbox .custom-control-label .custom-control-label-text {
  padding-left: 0;
}
.CX-new-registration.cx-admin-form .custom-checkbox.form-check {
  margin: 0 15px;
}
.CX-new-registration.cx-admin-form .content-check .custom-control-input {
  width: 18px;
  height: 18px;
}
.CX-new-registration.cx-admin-form .content-check .custom-control-label {
  line-height: 1.9rem;
}
.CX-new-registration.cx-admin-form .content-check .custom-checkbox .custom-control-label::before {
  width: 18px;
  height: 18px;
  border: 1px solid #34495E;
  background-color: #f4f4f4;
}
.CX-new-registration.cx-admin-form .content-check .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: #e9ecef;
  border-color: #d5d6d7;
  box-shadow: none;
}
.CX-new-registration.cx-admin-form .content-check .custom-checkbox .custom-control-input:disabled {
  cursor: default;
}
.CX-new-registration.cx-admin-form .content-check .custom-checkbox .custom-control-input:disabled ~ .custom-control-label {
  cursor: default;
}
.CX-new-registration.cx-admin-form .content-check .custom-checkbox input:read-only {
  cursor: pointer;
}
.CX-new-registration.cx-admin-form .content-check .custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background: #6E7ED7;
  border-color: #f4f4f4;
  width: 18px;
  height: 18px;
}
.CX-new-registration.cx-admin-form .content-check .custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  width: 18px;
  height: 18px;
}
.CX-new-registration.cx-admin-form .content-check .custom-control-input.input-fund-exist ~ .custom-control-label {
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.CX-new-registration.cx-admin-form .content-check #collapsePanel-2 .form-check .form-group {
  display: block;
  margin-bottom: 15px;
}
.CX-new-registration.cx-admin-form .content-check #collapsePanel-2 .form-check .form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.CX-new-registration.cx-admin-form .content-check #collapsePanel-2 .form-check .form-group label {
  position: relative;
}
.CX-new-registration.cx-admin-form .content-check #collapsePanel-2 .form-check .form-group label:before {
  content: "";
  -webkit-appearance: none;
  background-color: transparent;
  border: 1px solid #494df4;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05);
  padding: 5px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  margin-right: 5px;
}
.CX-new-registration.cx-admin-form .content-check #collapsePanel-2 .form-check .form-group input.field.disabled:checked {
  background-color: #494df4;
  display: block;
  position: absolute;
  top: -3px;
  left: 2px;
  width: 0;
  height: 0;
  border: solid #494df4;
  border-width: 0 2px 2px 0;
}
.CX-new-registration.cx-admin-form .content-check #collapsePanel-2 .form-check .form-group input.field.disabled:checked:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 9px;
  color: #494df4;
  font-weight: 900;
}

body.Customer .control-menu-container, body.customer .control-menu-container {
  display: none !important;
}
body.Customer .CX-header, body.customer .CX-header {
  top: 0px !important;
}

.hide-control-menu .control-menu-container {
  display: none;
}

@media (max-width: 768px) {
  .hide-control-menu .control-menu {
    display: none;
  }
}

@media (max-width: 767px) {
  body.offset-content:not(.hide-control-menu) .CX-header {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  body.offset-content:not(.hide-control-menu) .CX-utama {
    margin-top: 0px;
  }
}

html,
body {
  font-family: "SourceSans";
}

body {
  background: transparent linear-gradient(119deg, #ffffff 0%, #fafafa 100%) 0% 0% no-repeat padding-box;
}

.CX-utama {
  margin-top: 10px;
  padding: 0;
}

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

.dropdown-menu.dropdown-menu-personal-menu.dropdown-menu-indicator-end {
  display: none;
}

.page-editor__topper.hovered .portlet header.portlet-topper {
  display: none !important;
}

.lfr-configurator-visibility .portlet-content-editable {
  opacity: 1 !important;
}

.portlet .portlet-content {
  padding: 0px;
}
.portlet .portlet-content .autofit-float.autofit-row.portlet-header {
  display: none;
}

body.signed-out .CX-utama .box-utama {
  padding: 0px 0;
}
body.signed-out .CX-utama .box-utama .box-sidenav {
  display: none;
}
body.signed-out .CX-utama .box-utama .box-content-utama {
  margin-left: 0;
}

.back_to_top {
  position: fixed;
  z-index: 20;
  right: 20px;
  background-color: #ffffff;
  color: #494df4;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  bottom: -100px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.back_to_top:hover {
  -webkit-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
}
.back_to_top .box-shadow {
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.back_to_top.hidden {
  display: block !important;
}
.back_to_top.showup {
  bottom: 50px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back_to_top a {
  cursor: pointer;
  display: block;
}

.lfr-product-menu-panel,
.control-menu,
.CX-header {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

body.hide-control-menu .control-menu {
  -webkit-transform: translateY(-56px);
  -moz-transform: translateY(-56px);
  -ms-transform: translateY(-56px);
  -o-transform: translateY(-56px);
  transform: translateY(-56px);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
body.hide-control-menu.signed-in .CX-header {
  top: 0;
}
@media (max-width: 767px) {
  body.hide-control-menu .CX-utama {
    margin-top: 0px;
  }
}

body.signed-out .CX-header {
  top: 0px;
}

body.signed-out .CX-header {
  top: 0;
}

body.signed-out .CX-utama {
  margin-top: 44px;
}
@media (max-width: 820px) {
  body.signed-out .CX-utama {
    margin-top: 47px;
  }
}
@media (max-width: 768px) {
  body.signed-out .CX-utama {
    margin-top: 0px !important;
  }
}

@media (max-width: 1024px) {
  body.signed-out .CX-utama .box-utama .portlet-login {
    margin: 20px 20px 20px !important;
  }
}
@media (max-width: 768px) {
  .CX-header {
    position: relative;
  }
}
@media (max-width: 767px) {
  .CX-header {
    padding: 15px 10px;
  }
}

@media (max-width: 768px) {
  .CX-utama {
    padding: 0 0;
  }
}
.CX-utama .portlet-login {
  position: relative;
  height: 100%;
}
.CX-utama .portlet-login .CX-login {
  width: 1266px;
  margin: 0 auto;
  padding: 40px 0;
}
@media (min-width: 992px) {
  .CX-utama .portlet-login .CX-login {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .CX-utama .portlet-login .CX-login {
    width: 1170px;
  }
}
@media (max-width: 1024px) {
  .CX-utama .portlet-login .CX-login {
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login {
    padding: 20px 0;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}
@media (max-width: 1080px) {
  .CX-utama .portlet-login .CX-login .box-inner-login {
    display: block;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic {
  flex: 1 1 auto;
  text-align: center;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic svg {
  width: 513px;
  margin: 0 auto;
}
@media (max-width: 1366px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic svg {
    width: 480px;
  }
}
@media (max-width: 1024px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic svg {
    width: 380px;
  }
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic svg {
    width: 198px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login {
  flex: 0 0 auto;
  max-width: 460px;
}
@media (max-width: 1024px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login {
    max-width: initial;
  }
}
@media (max-width: 820px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login {
    padding: 0 5rem;
  }
}
@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login {
    padding: 0;
  }
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption {
    text-align: center;
    margin-top: 20px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption .welcome-text {
  text-transform: uppercase;
  color: #333333;
  font-size: 18px;
  margin-bottom: 5px;
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption .welcome-text {
    font-size: 14px;
    display: none;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption h1 {
  font-weight: normal;
  font-family: "SourceSans-Bold";
  color: #00008f;
  font-size: 36px;
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption h1 {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption h1 {
    font-size: 16px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption p {
  font-size: 16px;
  font-family: "SourceSans";
  color: #333;
  letter-spacing: 0.5px;
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption p {
    font-size: 14px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box {
  margin-top: 20px;
  max-width: 85%;
}
@media (max-width: 1080px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box {
    max-width: 100%;
    margin: auto;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .control-label {
  font-weight: normal;
  color: #333;
  font-size: 20px;
}
@media (max-width: 768px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .control-label {
    font-size: 16px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-control {
  background-color: #ffffff;
  border: 1px solid #cccccc;
  height: 40px !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-control:focus {
  outline: none;
  box-shadow: none;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me {
  display: flex;
  align-items: center;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .forgot-password,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .remember-me {
  flex: 1;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .forgot-password .form-group,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .remember-me .form-group {
  margin-bottom: 0;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .forgot-password .form-group label,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .remember-me .form-group label {
  font-weight: normal;
  font-size: 13px;
  color: #999999;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .forgot-password .form-group input.field,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .remember-me .form-group input.field {
  position: relative;
  top: 3px;
  margin-right: 5px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .forgot-password {
  text-align: right;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-remember-me .forgot-password a {
  font-size: 13px;
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder {
  text-align: center;
  margin: 0 auto;
  margin-top: 16px;
  margin-bottom: 10px;
  max-width: 310px;
}
@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder {
    max-width: none;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn.btn-primary {
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  -ms-border-radius: 30px;
  -o-border-radius: 30px;
  border-radius: 30px;
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn.btn-primary {
    max-width: none;
  }
}
.CX-utama .portlet-login .portlet-content {
  border: 0 !important;
  border-radius: 0;
}

.login-box .box-password {
  position: relative;
}
.login-box .box-password .form-control {
  padding-right: 40px;
}
.login-box .box-password .box-show-pass a {
  width: 30px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 48%;
  transform: translateY(-50%);
  right: 10px;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  font-size: 20px;
}
@media (min-width: 1366px) {
  .login-box .box-password .box-show-pass a {
    top: 50%;
  }
}
.login-box .box-password .box-show-pass a:hover {
  color: #494df4;
}
.login-box .box-password .box-show-pass a.active:before {
  content: "\f070";
}
.login-box .box-password .box-show-pass a:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.CX-forgot-password.new-password .reset-container {
  padding: 2rem;
}
@media (max-width: 1024px) {
  .CX-forgot-password.new-password .reset-container {
    padding: 2rem 1rem;
  }
}
.CX-forgot-password.new-password .reset-container .input-container .close {
  color: #000000 !important;
}
@media (min-width: 1025px) {
  .CX-forgot-password.new-password .reset-container .input-container {
    max-width: 70%;
    margin: 0 auto;
  }
}
.CX-forgot-password.new-password .box-password {
  position: relative;
}
.CX-forgot-password.new-password .box-password .form-control {
  padding-right: 40px;
}
.CX-forgot-password.new-password .box-password .box-show-pass a {
  width: 30px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  font-size: 20px;
}
@media (max-width: 768px) {
  .CX-forgot-password.new-password .box-password .box-show-pass a {
    margin-top: 19px;
  }
}
.CX-forgot-password.new-password .box-password .box-show-pass a:hover {
  color: #494df4;
}
.CX-forgot-password.new-password .box-password .box-show-pass a.active:before {
  content: "\f070";
}
.CX-forgot-password.new-password .box-password .box-show-pass a:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

.CX-utama {
  position: relative;
}

.box-utama .box-content-utama .portlet-content {
  border: 0 !important;
  background: transparent;
}

body.signed-out .CX-small-banner.go-to-dashboard {
  display: none;
}

body.signed-in .CX-utama .portlet-login #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .portlet-content-container {
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.16);
  margin: 20px auto;
  padding: 40px;
}
@media (min-width: 769px) {
  body.signed-in .CX-utama .portlet-login #portlet_com_liferay_login_web_portlet_LoginPortlet .portlet-content .portlet-content-container {
    max-width: 450px;
  }
}

@media (min-width: 768px) {
  body.hide-control-menu #CX-header {
    z-index: 999;
  }
}

.CX-header .container-fluid {
  position: relative;
}

.box-toggle-control {
  position: relative;
  z-index: 10;
  right: 0;
  top: 2px;
  margin-left: 20px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  padding-left: 15px;
}
.box-toggle-control .editable-control {
  display: flex;
  align-items: center;
}
.box-toggle-control .editable-control label {
  flex: 0 0 auto;
  width: 120px;
  color: #555;
  font-size: 1rem;
}
.box-toggle-control .editable-control .toggle-button {
  flex: 1 1 auto;
}
.box-toggle-control .editable-control > label {
  font-weight: normal;
}

html.login-page body {
  background: #fff;
}
@media (min-width: 1025px) {
  html.login-page body {
    overflow: hidden;
    height: 100%;
  }
}
@media (min-width: 1025px) {
  html.login-page body .CX-utama {
    margin-top: 64px;
    padding-top: 0;
  }
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .CX-login {
    padding: 0px 0;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-graphic svg {
    width: 350px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-caption .welcome-text {
    font-size: 14px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-caption h1 {
    font-size: 25px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-caption p {
    font-size: 12px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box {
    margin-top: 0px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .control-label {
    font-size: 14px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group {
    margin-bottom: 10px;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-control {
    font-size: 14px;
  }
}

@media (min-width: 1300px) {
  html.login-page body.login-error .CX-utama {
    position: relative;
    top: auto;
    transform: none;
  }
  html.login-page body.login-error .CX-footer {
    position: relative;
    bottom: -2rem;
  }
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-graphic svg {
    width: 480px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption .welcome-text {
    font-size: 18px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption h1 {
    font-size: 24px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption p {
    font-size: 16px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .login-box .control-label {
    font-size: 18px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .login-box .form-control {
    font-size: 1rem;
  }
}
@media (max-width: 1300px) {
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-graphic svg {
    width: 350px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption {
    margin-top: 40px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption .welcome-text {
    font-size: 14px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption h1 {
    font-size: 25px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption p {
    font-size: 12px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .login-box .control-label {
    font-size: 14px;
  }
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .login-box .form-control {
    font-size: 14px;
  }
}
@media (max-width: 1024px) {
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-graphic svg {
    width: 300px;
  }
}
@media (max-width: 768px) {
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-graphic svg {
    width: 150px;
  }
}

.page-editor__fragment-content .portlet > .portlet-topper {
  display: none;
}

@media (max-width: 768px) {
  body:not(.hide-control-menu) .CX-header {
    top: 0;
  }
}
@media (min-width: 1025px) {
  body:not(.hide-control-menu) .CX-utama {
    margin-top: 142px;
  }
}
@media (max-width: 1024px) {
  body:not(.hide-control-menu) .CX-utama {
    margin-top: 63px;
  }
}
@media (max-width: 767px) {
  body:not(.hide-control-menu) .CX-utama {
    margin-top: 0px;
  }
}
@media (max-width: 767px) {
  body:not(.hide-control-menu) .control-menu-container {
    display: block !important;
  }
}
@media (max-width: 767px) {
  body:not(.header-has-bg) .CX-utama {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  body.has-control-menu.signed-in .CX-header {
    top: 0px;
  }
}
@media (max-width: 767px) {
  body.has-control-menu .control-menu-container {
    display: block !important;
    z-index: 9999;
  }
  body.has-control-menu .control-menu-container .control-menu {
    transform: none !important;
  }
}
@media (max-width: 767px) {
  body.has-control-menu .CX-header .box-toggle-control {
    display: none !important;
  }
}
@media (max-width: 767px) {
  body.has-control-menu .CX-header .box-others {
    margin-right: 0px;
  }
}

@media (min-width: 1025px) {
  .CX-footer.fix {
    position: fixed;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: 1;
  }
}

@media (min-width: 1025px) {
  .CX-utama .footer-backg {
    position: fixed;
    bottom: 58px;
  }
}

@media (max-width: 500px) {
  .digit-group .digit.form-control {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.box-captcha .form-group.input-text-wrapper {
  max-width: 320px;
}
.box-captcha .img {
  display: flex;
  align-items: center;
  max-width: 200px;
}
.box-captcha .img img {
  flex: 1 1 auto;
}
.box-captcha .img span.refresh {
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  top: 2px;
}
.box-captcha .img span.refresh:first-child {
  width: 50px;
  height: 50px;
  background-color: #494df4;
}
.box-captcha .img span.refresh a {
  display: inline-block;
}
.box-captcha .img span.refresh a img {
  display: none;
}
.box-captcha .img span.refresh a span.refresh {
  position: relative;
  color: #ffffff;
}
.box-captcha .img span.refresh a span.refresh:before {
  content: "\f01e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 1.3rem;
}

.box-form .box-notes a {
  font-family: "SourceSans-Semibold";
}

@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img img {
    width: 200px;
    height: auto;
  }
}

.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider {
  width: 570px;
  text-align: center;
}
@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider {
    margin: 0 auto;
    width: 100%;
    margin-bottom: 80px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .img-slider {
  text-align: center;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .img-slider img {
  margin: 0 auto;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption {
  margin: 32px 0;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption .title {
  color: #494df4;
  font-size: 20px;
  font-family: "SourceSans-Semibold";
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption .text {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 1.6;
  font-family: "SourceSans";
  max-width: 300px;
  margin: 0 auto;
}

.slick-dots li button:before {
  font-size: 12px;
}
.slick-dots li.slick-active button:before {
  color: #494df4;
  opacity: 1;
}

@media (max-width: 1280px) {
  .CX-utama .portlet-login .CX-login .box-inner-login {
    padding-top: 50px;
  }
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .img-slider img {
    height: 200px;
    width: auto;
  }
}

.CX-header {
  padding: 15px 20px !important;
  background-color: #fff !important;
  -webkit-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.16);
}
.CX-header .box-logo.dual {
  padding: 10px 0;
}
@media (max-width: 768px) {
  .CX-header .box-logo.dual {
    display: flex;
  }
}
@media (max-width: 394px) {
  .CX-header .box-logo.dual {
    flex: 0 20%;
  }
}
.CX-header .box-logo.dual a {
  display: inline-block;
  position: relative;
}
@media (max-width: 820px) {
  .CX-header .box-logo.dual a.logo-desktop {
    display: none;
  }
}
.CX-header .box-logo.dual a.logo-mobile {
  display: none;
}
@media (max-width: 820px) {
  .CX-header .box-logo.dual a.logo-mobile {
    display: inline-block;
  }
}
.CX-header .box-logo.dual a:nth-child(1) img {
  width: 110px;
}
@media (max-width: 768px) {
  .CX-header .box-logo.dual a:nth-child(1) img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .CX-header .box-logo.dual a:nth-child(1) img {
    width: 70px;
  }
}
@media (max-width: 360px) {
  .CX-header .box-logo.dual a:nth-child(1) img {
    width: 60px;
  }
}
@media (max-width: 280px) {
  .CX-header .box-logo.dual a:nth-child(1) img {
    width: 55px;
  }
}
.CX-header .box-logo.dual a:nth-child(2) {
  padding-left: 9px;
}
@media (max-width: 767px) {
  .CX-header .box-logo.dual a:nth-child(2) {
    margin-left: 5px;
  }
}
.CX-header .box-logo.dual a:nth-child(2) img {
  width: 110px;
}
@media (max-width: 768px) {
  .CX-header .box-logo.dual a:nth-child(2) img {
    width: 100px;
  }
}
@media (max-width: 767px) {
  .CX-header .box-logo.dual a:nth-child(2) img {
    width: 70px;
  }
}
@media (max-width: 360px) {
  .CX-header .box-logo.dual a:nth-child(2) img {
    width: 60px;
  }
}
@media (max-width: 280px) {
  .CX-header .box-logo.dual a:nth-child(2) img {
    width: 55px;
  }
}
.CX-header .box-logo.dual a:nth-child(2):before {
  content: "";
  position: absolute;
  left: 0;
  top: -5px;
  bottom: -5px;
  width: 2px;
  background-color: #1f4984;
}
@media (max-width: 768px) {
  .CX-header .box-logo.dual a:nth-child(2):before {
    top: -5px;
    bottom: -5px;
  }
}
@media (max-width: 767px) {
  .CX-header .box-logo.dual a:nth-child(2):before {
    height: 100%;
    top: 1px;
  }
}
.CX-header .box-others.language .portlet-language .portlet {
  margin-bottom: 0px;
}
.CX-header .box-others.language .portlet-language .portlet-content {
  border: 0px;
  background-color: transparent;
}
.CX-header .box-others.language .portlet-language .portlet-body span {
  color: #494df4;
}
.CX-header .box-others.language .portlet-language .portlet-body a {
  color: #999999;
}
@media (max-width: 768px) {
  .CX-header .box-others.language .portlet-language .portlet-body a {
    margin-right: 5px;
    padding-right: 0px;
    padding-left: 0px;
  }
}

.CX-footer .row:first-child .col-md-6:nth-child(2) {
  text-align: right;
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media {
    display: block;
    text-align: center;
    justify-content: center;
  }
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media .text {
  margin-right: 10px;
}
@media (max-width: 768px) {
  .CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media .text {
    margin-bottom: 10px;
    margin-right: 0px;
  }
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media ul {
  padding-left: 0px;
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media ul {
    border-bottom: 0px;
    padding-bottom: 0px;
  }
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media ul li {
  padding: 0 0 0 0;
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media ul li a {
  position: relative;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media ul li a:hover {
  background-color: #ffffff;
  color: #4976ba;
}
.CX-footer .row:first-child .col-md-6:nth-child(2) .box-social-media ul li:after {
  display: none;
}
.CX-footer .row:nth-child(2) {
  position: relative;
  padding: 20px 0 0;
  font-size: 14px;
}
@media (max-width: 768px) {
  .CX-footer .row:nth-child(2) {
    border-top: 2px solid rgba(255, 255, 255, 0.5);
  }
}
.CX-footer .row:nth-child(2):before {
  content: "";
  position: absolute;
  top: 0;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
}
@media (min-width: 769px) {
  .CX-footer .row:nth-child(2):before {
    left: -35px;
    right: -35px;
  }
}
@media (max-width: 768px) {
  .CX-footer .row:nth-child(2):before {
    display: none;
  }
}

body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .welcome-text {
  text-align: center;
  margin-bottom: 20px;
  color: #000000;
  font-size: 28px;
  font-family: "SourceSans-Bold";
  font-weight: 700;
}
@media (max-width: 768px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .welcome-text {
    font-size: 20px;
  }
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider {
  margin: 0 auto;
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .img-slider img {
  height: 305px;
}
@media (max-width: 1280px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .img-slider img {
    height: 230px;
  }
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption .text {
  font-size: 24px;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
  max-width: 100%;
  line-height: 30px;
}
@media (max-width: 768px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption .text {
    font-size: 16px;
    line-height: 23px;
  }
}

.CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption h1 {
  color: #333333;
  font-size: 24px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .box-caption p {
  color: #5f5f5f;
  font-size: 14px !important;
  letter-spacing: 0px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-password,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-id {
  margin-bottom: 5px;
  position: relative;
  top: -8px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-password a,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-id a {
  color: #494df4;
  font-size: 13px;
  font-family: "SourceSans-Semibold";
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-password {
  display: flex;
  align-items: center;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-password .caps_lock,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-password a {
  flex: 1;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .box-forgot-password .caps_lock {
  text-align: right;
  color: #5f5f5f;
  font-size: 13px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .check-content label,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-group.form-inline.input-checkbox-wrapper label {
  font-weight: normal;
  color: #5f5f5f;
  font-size: 13px;
  padding-left: 10px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .check-content label input,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-group.form-inline.input-checkbox-wrapper label input {
  position: relative;
  left: -10px;
  top: 3px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .check-content label a,
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-group.form-inline.input-checkbox-wrapper label a {
  color: #494df4;
}

.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa {
  margin-bottom: 10px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue {
  color: #5f5f5f;
  font-size: 16px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue #btn-signup {
  text-transform: capitalize;
  color: #494df4;
}

@media (max-width: 1280px) {
  html.login-page body {
    overflow-y: auto !important;
  }
}

@media (max-width: 1280px) {
  html.login-page body .CX-footer {
    position: relative;
  }
}

@media (min-width: 1366px) {
  html.login-page body .CX-utama .CX-login {
    margin-top: 10px;
    padding-top: 2rem;
  }
}

@media (max-width: 1280px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic {
    margin-top: 40px;
  }
}

body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .welcome-text {
  margin-bottom: 5px;
  font-size: 28px;
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic p {
  max-width: 518px;
  margin: 0 auto 20px;
  color: #7f7f7f;
  font-family: "SourceSans";
}

body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption .text {
  font-size: 16px;
  line-height: 24px;
  font-family: "SourceSans-Semibold" !important;
  color: #333333 !important;
}

.box-setujui {
  display: flex;
}
.box-setujui input {
  flex: 0 0 auto;
}
.box-setujui .text {
  flex: 1 1 auto;
}

.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .control-label {
  font-family: "SourceSans-Semibold";
}

.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-control {
  height: 48px !important;
}

.fieldset .form-group.input-text-wrapper {
  margin-bottom: 5px;
}
.fieldset .form-group.form-inline.input-checkbox-wrapper {
  margin-bottom: 5px;
}

@media (max-width: 1366px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .img-slider img {
    height: 200px;
  }
}

@media (max-width: 1366px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .form-control {
    height: 40px !important;
  }
}

@media (max-width: 1366px) {
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .login-box .control-label {
    font-size: 14px;
  }
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .login-box .form-control {
    font-size: 14px;
  }
}

@media (max-width: 1366px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption {
    margin: 10px 0;
  }
}

@media (max-width: 1366px) {
  .CX-header {
    padding: 10px 20px !important;
  }
}
@media (max-width: 767px) {
  .CX-header {
    padding: 10px 0 !important;
  }
}

@media (max-width: 1366px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img {
    margin-top: 40px;
  }
}
@media (min-width: 1400px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img {
    margin-top: 35px;
  }
}

@media (max-width: 1366px) {
  .CX-utama .portlet-login .CX-login .box-inner-login {
    align-items: flex-start;
  }
}

html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .help-block {
  position: absolute;
  right: 0;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control {
  border-color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control::-moz-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control:-moz-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control:-ms-input-placeholder {
  color: #da1414;
}

@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login {
    padding-top: 0px;
  }
}

.CX-eForm-login {
  background-color: #ffffff !important;
}
.CX-eForm-login .box-eform-outer {
  border-radius: 20px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
}
.CX-eForm-login .box-eform-outer .box-header {
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  border-radius: 20px 20px 0 0;
  padding: 15px 30px;
}
.CX-eForm-login .box-eform-outer .box-header .title {
  color: #ffffff;
  font-size: 1.5rem;
}
@media (max-width: 767px) {
  .CX-eForm-login .box-eform-outer .box-header .title {
    font-size: 1.2rem;
  }
}
.CX-eForm-login .box-eform-outer .box-eform {
  padding: 20px 100px;
  /* --- VARS --- */
  /* --- MIXINS --- */
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-menu {
  background-color: #00008f;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a {
  font-size: 1.2rem;
  font-weight: 900;
  color: #00008f;
  text-transform: uppercase;
  border: 1px solid #ccc;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  -webkit-transition: 0.2s background ease-in-out;
  transition: 0.2s background ease-in-out;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a:hover, .CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a:focus, .CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a.active {
  background-color: #feb601;
  color: #00008f;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a:hover > svg > path, .CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a:focus > svg > path, .CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a.active > svg > path {
  fill: #feb601;
  stroke: #ccc;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a > span {
  padding-left: 30px;
  font-family: "SourceSans" !important;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a > span:before {
  content: "";
  border: 1px solid;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  bottom: -5px;
  margin-right: 10px;
  background-color: transparent;
  position: relative;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a > svg {
  position: absolute;
  display: block;
  top: 0;
  right: -50px;
  height: 100%;
  z-index: 2;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a > svg > path {
  fill: #ffffff;
  stroke: #ccc;
}
.CX-eForm-login .box-eform-outer .box-eform .navbar-main > li > a.active > span:before {
  color: #ffffff;
  font-family: "Font Awesome 5 Pro";
  background-color: #00008f;
  border-color: #ffffff;
}
@media (min-width: 768px) {
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main-container .navbar-nav {
    float: none;
  }
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main {
    margin: 0 auto;
    max-width: 730px;
  }
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main li {
    display: inline-block;
    height: 80px;
    position: relative;
    width: 33.3%;
    background-color: #ffffff;
    background-repeat: repeat-x;
    background-image: -webkit-gradient(linear, 0% top, 100% top, from(#ffffff), to(#ffffff));
    background-image: -webkit-linear-gradient(left, color-stop(#ffffff 0%), color-stop(#ffffff 100%));
    background-image: -moz-linear-gradient(left, #ffffff 0%, #ffffff 100%);
    background-image: linear-gradient(to right, #ffffff 0%, #ffffff 100%);
  }
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main li:last-child a:after {
    display: none;
  }
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main li a {
    display: table;
    height: 100%;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main li a span {
    display: table-cell;
    vertical-align: middle;
  }
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main li a span:before {
    display: "";
  }
}
@media (min-width: 992px) {
  .CX-eForm-login .box-eform-outer .box-eform .navbar-main {
    max-width: 100%;
  }
}
.CX-eForm-login .box-eform-outer .box-eform .box-content {
  padding: 20px 0;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  position: relative;
  padding: 20px 30px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf {
  color: #ccc;
  position: absolute;
  right: 10px;
  top: -5px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf span {
  font-size: 2rem;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf:hover, .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf.active {
  cursor: pointer;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf:hover, .theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf.active {
  color: #ffa300 !important;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf:hover, .theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf.active {
  color: #fdb713 !important;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf:hover, .theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .btn-draf.active {
  color: #fdb713 !important;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .title-box {
  padding: 15px;
  font-size: 1.2rem;
  font-weight: bold;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .title-box {
  color: #494df4 !important;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .title-box {
  color: #c9a85c !important;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .title-box {
  color: #007b57 !important;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form {
  display: flex;
  flex-wrap: wrap;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .control-label,
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .input-group {
  padding: 0;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .input-group {
  border-right: 0 !important;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .input-group-addon {
  height: auto;
  background-color: #fff;
  border-left: 0;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .note-form {
  padding: 0;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir {
  color: #ccc;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir {
  border: 1px solid #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir {
  border: 1px solid #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir {
  border: 1px solid #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir::-webkit-file-upload-button {
  height: 100%;
  padding: 10px 25px;
  color: #ffffff;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir::-webkit-file-upload-button {
  background-color: #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir::-webkit-file-upload-button {
  background-color: #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .form-control.cx-formulir::-webkit-file-upload-button {
  background-color: #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .box-upload {
  margin: 0px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-form .box-upload .form-check-label {
  margin: auto;
  padding-left: 35px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .form-check {
  padding: 10px 35px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-dash {
  width: 95% !important;
  height: 1px;
  margin: 20px auto;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-dash {
  border-bottom: 1px dashed #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-dash {
  border-bottom: 1px dashed #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-dash {
  border-bottom: 1px dashed #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-note {
  margin: 0 15px;
  margin-bottom: 10px;
  padding: 10px 20px;
  background-color: rgba(254, 183, 1, 0.3);
  color: #ff0000;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .note-form {
  color: #cfcfcf;
  margin-bottom: 10px;
  padding: 0 15px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-kecelakaan {
  width: 100%;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-add-form {
  margin: 0 15px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-add-form .btn-add-form {
  width: auto;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-add-form .btn-add-form {
  color: #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-add-form .btn-add-form {
  color: #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-add-form .btn-add-form {
  color: #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .box-add-form .btn-add-form span {
  margin-right: 10px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .control-label {
  padding-left: 0;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .btn-group {
  margin-bottom: 10px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .btn-group .btn-otp {
  padding: 10px 30px !important;
  color: #ffffff;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .btn-group .btn-otp {
  background-color: #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .btn-group .btn-otp {
  background-color: #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .btn-group .btn-otp {
  background-color: #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .box-content .box-form-group .otp-group .btn-group .btn-otp.otp-sms {
  margin-right: 20px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs {
  display: flex;
  justify-content: space-between;
}
.CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab {
  cursor: pointer;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab {
  color: #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab {
  color: #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab {
  color: #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab.disabled {
  color: rgba(204, 204, 204, 0.8);
  cursor: no-drop;
}
.CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab.nav-prev span {
  margin-right: 10px;
}
.CX-eForm-login .box-eform-outer .box-eform .box-navigation-tabs .box-nav-tab.nav-next span {
  margin-left: 10px;
}
.CX-eForm-login .box-eform-outer .box-eform .btn-submit {
  padding: 10px 30px !important;
  color: #ffffff;
  position: absolute;
  left: 50%;
  bottom: 0;
}
.theme-default .CX-eForm-login .box-eform-outer .box-eform .btn-submit {
  background-color: #494df4;
}
.theme-prestise .CX-eForm-login .box-eform-outer .box-eform .btn-submit {
  background-color: #c9a85c;
}
.theme-syariah .CX-eForm-login .box-eform-outer .box-eform .btn-submit {
  background-color: #007b57;
}
.CX-eForm-login .box-eform-outer .box-eform .btn-submit.disabled {
  background-color: #e5e5e5;
  color: #7f7f7f;
}

.CX-eForm-login {
  margin-top: 30px;
}
.CX-eForm-login .box-eform-outer {
  border: 1px solid #ccc;
  border-radius: 20px;
}
.CX-eForm-login .box-eform-outer .box-header .title span {
  margin-right: 10px;
  cursor: pointer;
}
.CX-eForm-login .box-eform-outer .box-eform-kuasa {
  padding: 20px 70px;
  background-color: #ffffff;
  color: black;
}
.CX-eForm-login .box-eform-outer .box-eform-kuasa .note-kuasa {
  color: red;
  font-size: 1rem;
}
.CX-eForm-login .box-eform-outer .box-eform-kuasa .isi-kuasa,
.CX-eForm-login .box-eform-outer .box-eform-kuasa ul {
  font-size: 1.1rem;
}
.CX-eForm-login .box-eform-outer .box-eform-kuasa ul li {
  text-align: justify;
  margin-bottom: 10px;
  padding-left: 10px;
}
.CX-eForm-login .box-eform-outer .btn-back-syarat {
  padding: 20px 40px;
  color: #4976ba;
}

.CX-change-password {
  margin-top: 20px;
}
.CX-change-password .centered {
  position: relative;
  transform: translate(-50%, 0);
}
.CX-change-password .centered form {
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}
.CX-change-password .centered .portlet-header {
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 1024px) {
  .CX-change-password .centered .portlet-header .close,
  .CX-change-password .centered .portlet-header h4.modal-title {
    color: #ffffff !important;
    font-size: 16px;
  }
}
.CX-change-password .centered .portlet-header .close {
  color: #ffffff;
  float: left;
  padding: 10px 20px;
  margin: auto;
  height: auto;
  position: absolute;
  top: 7px;
  left: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-change-password .centered .portlet-header .close:hover {
  opacity: 1;
}
.CX-change-password .centered .portlet-header h4.modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 20px;
  font-size: 16px;
}
.CX-change-password .centered .reset-container {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .CX-change-password .centered .reset-container {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1366px) {
  .CX-change-password .centered .reset-container .input-container {
    max-width: 70%;
    margin: 0 auto;
  }
}
.CX-change-password .centered .reset-container:before {
  content: "";
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.theme-default .CX-change-password .centered .reset-container .reference-mark {
  color: #494df4 !important;
}
.theme-prestise .CX-change-password .centered .reset-container .reference-mark {
  color: #c9a85c !important;
}
.theme-syariah .CX-change-password .centered .reset-container .reference-mark {
  color: #007b57 !important;
}
.CX-change-password .centered .reset-container .date .form-group.input-text-wrapper {
  width: 100%;
}
.CX-change-password .centered .reset-container .date .add-on {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 33px;
  color: #494df4;
  display: none;
}
@media (max-width: 767px) {
  .CX-change-password .centered .reset-container .date .add-on {
    display: none;
  }
}
.CX-change-password .centered .reset-container .date .add-on:before {
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
}
.theme-default .CX-change-password .centered .reset-container .date .add-on:before {
  color: #494df4 !important;
}
.theme-prestise .CX-change-password .centered .reset-container .date .add-on:before {
  color: #c9a85c !important;
}
.theme-syariah .CX-change-password .centered .reset-container .date .add-on:before {
  color: #007b57 !important;
}
.CX-change-password .centered .reset-container .date .add-on i {
  margin: auto;
  height: 10px;
  display: none;
}
.CX-change-password .centered .reset-container .date .add-on i:before {
  font-size: 1rem;
}
.CX-change-password .centered .reset-container .form-captcha {
  margin-bottom: 0;
}
.CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
}
.CX-change-password .centered .reset-container .box-radio.row {
  margin-left: 0;
  margin-right: 0;
}
.CX-change-password .centered .reset-container .radio + .radio,
.CX-change-password .centered .reset-container .checkbox + .checkbox {
  margin-top: 10px;
  margin-left: 20px;
}
.CX-change-password .centered .reset-container .box-pass.row .input-checkbox-wrapper {
  margin: 0px 20px;
  text-align: justify;
}
.CX-change-password .centered .reset-container .box-pass.row .input-checkbox-wrapper input.field {
  position: absolute;
  left: -25px;
}
.CX-change-password .centered .button-holder {
  margin: 0;
  margin-top: 10px;
}
.CX-change-password .centered .button-holder .btn-custom-red {
  border-radius: 50px;
  transform: translatex(50%);
  background-color: #494df4;
  border-color: #494df4;
}
.CX-change-password .centered .button-holder .btn-custom-red:hover {
  color: #ffffff !important;
}
.theme-default .CX-change-password .centered .button-holder .btn-custom-red:hover {
  background-color: #ffa300 !important;
}
.theme-prestise .CX-change-password .centered .button-holder .btn-custom-red:hover {
  background-color: #fdb713 !important;
}
.theme-syariah .CX-change-password .centered .button-holder .btn-custom-red:hover {
  background-color: #fdb713 !important;
}

.CX-forgot-password {
  margin-top: 40px;
}
@media (max-width: 1024px) {
  .CX-forgot-password {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.CX-forgot-password .centered {
  position: relative;
  transform: translate(-50%, 0);
  max-width: 60%;
}
@media (max-width: 768px) {
  .CX-forgot-password .centered {
    max-width: 100%;
  }
}
.CX-forgot-password .centered form {
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}
.CX-forgot-password .centered .portlet-header {
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
  padding: 14px 0;
}
@media (max-width: 1024px) {
  .CX-forgot-password .centered .portlet-header .close,
  .CX-forgot-password .centered .portlet-header h4.modal-title {
    color: #ffffff !important;
    font-size: 16px;
  }
}
.CX-forgot-password .centered .portlet-header .close {
  color: #ffffff;
  float: left;
  padding: 10px 20px;
  margin: auto;
  height: auto;
  position: absolute;
  top: 7px;
  left: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-forgot-password .centered .portlet-header .close:hover {
  opacity: 1;
}
.CX-forgot-password .centered .portlet-header h4 {
  font-family: "SourceSans-Semibold";
  font-size: 1.2rem;
  margin-bottom: 0;
}
.CX-forgot-password .centered .portlet-content-container {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  border-radius: 8px;
}
.CX-forgot-password .centered .reset-container {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 2rem;
}
@media (max-width: 1024px) {
  .CX-forgot-password .centered .reset-container {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1025px) {
  .CX-forgot-password .centered .reset-container .input-container {
    max-width: 70%;
    margin: 0 auto;
  }
}
.CX-forgot-password .centered .reset-container:before {
  content: "";
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.theme-default .CX-forgot-password .centered .reset-container .reference-mark {
  color: #494df4 !important;
}
.theme-prestise .CX-forgot-password .centered .reset-container .reference-mark {
  color: #c9a85c !important;
}
.theme-syariah .CX-forgot-password .centered .reset-container .reference-mark {
  color: #007b57 !important;
}
.CX-forgot-password .centered .reset-container .date .form-group.input-text-wrapper {
  width: 100%;
}
.CX-forgot-password .centered .reset-container .date .add-on {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 33px;
  color: #494df4;
  display: none;
}
.CX-forgot-password .centered .reset-container .date .add-on:before {
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
}
.theme-default .CX-forgot-password .centered .reset-container .date .add-on:before {
  color: #494df4 !important;
}
.theme-prestise .CX-forgot-password .centered .reset-container .date .add-on:before {
  color: #c9a85c !important;
}
.theme-syariah .CX-forgot-password .centered .reset-container .date .add-on:before {
  color: #007b57 !important;
}
.CX-forgot-password .centered .reset-container .date .add-on i {
  margin: auto;
  height: 10px;
  display: none;
}
.CX-forgot-password .centered .reset-container .date .add-on i:before {
  font-size: 1rem;
}
.CX-forgot-password .centered .reset-container .form-captcha {
  margin-bottom: 0;
  margin-top: 20px;
  display: block;
}
.CX-forgot-password .centered .reset-container .box-captcha {
  margin-top: 10px;
}
.CX-forgot-password .centered .reset-container .box-captcha .form-control {
  height: 3.5rem;
}
.CX-forgot-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
  flex: 0 0 100%;
  max-width: 100%;
}
@media (max-width: 1024px) {
  .CX-forgot-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
    flex: 0 0 100%;
  }
}
.CX-forgot-password .centered .reset-container button {
  color: #fff;
}
.CX-forgot-password .centered .reset-container .box-radio.row {
  margin-left: 0;
  margin-right: 0;
}
.CX-forgot-password .centered .reset-container .radio + .radio,
.CX-forgot-password .centered .reset-container .checkbox + .checkbox {
  margin-top: 10px;
  margin-left: 20px;
}
.CX-forgot-password .centered .reset-container .box-pass.row .input-checkbox-wrapper {
  margin: 0px 20px;
  text-align: justify;
}
.CX-forgot-password .centered .reset-container .box-pass.row .input-checkbox-wrapper input.field {
  position: absolute;
  left: -25px;
}
.CX-forgot-password .centered .reset-container a.refresh-captcha .refresh:before {
  content: "\f01e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  color: #ffffff;
  display: block;
  padding: 13px;
  margin-left: -2px;
  background-color: #494df4;
}
.CX-forgot-password .centered .reset-container a.refresh-captcha .refresh img {
  opacity: 0;
  padding: 13px;
}
.CX-forgot-password .centered .button-holder {
  margin: 0;
  margin-top: 10px;
  padding: 0 30px;
  text-align: center;
}
.CX-forgot-password .centered .button-holder .btn-custom-red {
  border-radius: 50px;
  background-color: #494df4;
  border-color: #494df4;
  transform: translatex(0%);
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  margin: 0 10px;
}
.CX-forgot-password .centered .button-holder .btn-custom-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-forgot-password .centered .button-holder .btn-custom-red:hover, .CX-forgot-password .centered .button-holder .btn-custom-red.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans-Semibold" !important;
  font-weight: normal;
}
.CX-forgot-password .centered .button-holder .btn-custom-red:hover:after, .CX-forgot-password .centered .button-holder .btn-custom-red.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.CX-forgot-password .centered .button-holder .btn-custom-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-forgot-password .centered .button-holder .btn-custom-default {
  border: 1px solid #cccccc !important;
  background-color: #fff !important;
  transform: translatex(0%);
  border-radius: 50px;
  font-size: 16px;
  font-family: "SourceSans";
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  margin: 0 10px;
}
.CX-forgot-password .centered .button-holder .btn-custom-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-forgot-password .centered .button-holder .btn-custom-default:hover, .CX-forgot-password .centered .button-holder .btn-custom-default.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans-Semibold" !important;
  font-weight: normal;
}
.CX-forgot-password .centered .button-holder .btn-custom-default:hover:after, .CX-forgot-password .centered .button-holder .btn-custom-default.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.CX-forgot-password .centered .button-holder .btn-custom-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}

.CX-not-found-emma {
  background-color: #fafafa;
  margin: 20px;
}
.CX-not-found-emma .box-not-found {
  text-align: center;
  width: 50%;
  transform: translatex(50%);
}
.CX-not-found-emma .box-not-found .box-img {
  margin-bottom: 40px;
}
.CX-not-found-emma .box-not-found .text-btn a {
  color: #ffffff;
  padding: 10px 40px;
  border-radius: 50px;
  background-color: #494df4;
}
.CX-not-found-emma .box-not-found .text-btn a:hover, .CX-not-found-emma .box-not-found .text-btn a:active, .CX-not-found-emma .box-not-found .text-btn a:focus {
  background-color: #4976ba;
}

body.hide-control-menu .portlet .portlet-topper {
  display: none;
}

html,
body {
  overflow-x: hidden;
  background: #ffffff;
}

.CX-change-password {
  margin-top: 40px;
  margin-bottom: 60px;
}
@media (max-width: 1024px) {
  .CX-change-password {
    margin-top: 20px;
    margin-bottom: 0px;
  }
}
.CX-change-password .centered {
  position: relative;
  transform: translate(-50%, 0);
}
.CX-change-password .centered form {
  border-radius: 8px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.2);
  height: auto;
}
.CX-change-password .centered .portlet-header {
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  color: #ffffff;
  margin-bottom: 0;
  border-radius: 8px 8px 0 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .CX-change-password .centered .portlet-header .close,
  .CX-change-password .centered .portlet-header h4.modal-title {
    color: #ffffff !important;
    font-size: 16px;
  }
}
.CX-change-password .centered .portlet-header .close {
  color: #ffffff;
  float: left;
  padding: 10px 20px;
  margin: auto;
  height: auto;
  position: absolute;
  top: 7px;
  left: 30px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-change-password .centered .portlet-header .close:hover {
  opacity: 1;
}
.CX-change-password .centered .portlet-header h4.modal-title {
  font-weight: bold;
  font-size: 1.2rem;
  padding: 10px 20px;
  font-size: 16px;
}
.CX-change-password .centered .reset-container {
  position: relative;
  z-index: 1;
  background-color: #ffffff;
  border-radius: 0 0 8px 8px;
  padding: 2rem 0;
}
@media (max-width: 1024px) {
  .CX-change-password .centered .reset-container {
    padding: 2rem 1rem;
  }
}
@media (min-width: 1366px) {
  .CX-change-password .centered .reset-container .input-container {
    max-width: 80%;
    margin: 0 auto;
  }
}
.CX-change-password .centered .reset-container:before {
  content: "";
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.theme-default .CX-change-password .centered .reset-container .reference-mark {
  color: #494df4 !important;
}
.theme-prestise .CX-change-password .centered .reset-container .reference-mark {
  color: #c9a85c !important;
}
.theme-syariah .CX-change-password .centered .reset-container .reference-mark {
  color: #007b57 !important;
}
.CX-change-password .centered .reset-container .date .form-group.input-text-wrapper {
  width: 100%;
}
.CX-change-password .centered .reset-container .date .add-on {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 33px;
  color: #494df4;
  display: none;
}
.CX-change-password .centered .reset-container .date .add-on:before {
  content: "\f133";
  font-family: "Font Awesome 5 Pro";
}
.theme-default .CX-change-password .centered .reset-container .date .add-on:before {
  color: #494df4 !important;
}
.theme-prestise .CX-change-password .centered .reset-container .date .add-on:before {
  color: #c9a85c !important;
}
.theme-syariah .CX-change-password .centered .reset-container .date .add-on:before {
  color: #007b57 !important;
}
.CX-change-password .centered .reset-container .date .add-on i {
  margin: auto;
  height: 10px;
  display: none;
}
.CX-change-password .centered .reset-container .date .add-on i:before {
  font-size: 1rem;
}
.CX-change-password .centered .reset-container .form-captcha {
  margin-bottom: 0;
}
.CX-change-password .centered .reset-container .box-captcha {
  display: flex;
}
.CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
  flex: 0 0 50%;
}
.CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-child(1) {
  max-width: 50%;
}
@media (max-width: 768px) {
  .CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-child(1) {
    max-width: 50% !important;
  }
  .CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-child(1) img {
    max-width: 95%;
    height: 50px;
  }
  .CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-child(1) .refresh .refresh-captcha .refresh {
    max-width: 50%;
    left: -15px;
  }
  .CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-child(1) .refresh .refresh-captcha .refresh:before {
    font-size: 1rem;
  }
}
.CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-last-child(1) {
  flex: 0 0 50%;
  max-width: 100%;
}
@media (max-width: 768px) {
  .CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-last-child(1) {
    flex: 0 0 50%;
    max-width: 100% !important;
  }
}
.CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper:nth-last-child(1) .form-control {
  height: 50px;
}
@media (max-width: 1024px) {
  .CX-change-password .centered .reset-container .box-captcha .form-group.input-text-wrapper {
    max-width: 50%;
  }
}
.CX-change-password .centered .reset-container .box-radio.row {
  margin-left: 0;
  margin-right: 0;
}
.CX-change-password .centered .reset-container .radio + .radio,
.CX-change-password .centered .reset-container .checkbox + .checkbox {
  margin-top: 10px;
  margin-left: 20px;
}
.CX-change-password .centered .reset-container .box-pass.row .input-checkbox-wrapper {
  margin: 0px 20px;
  text-align: justify;
}
.CX-change-password .centered .reset-container .box-pass.row .input-checkbox-wrapper input.field {
  position: absolute;
  left: -25px;
}
.CX-change-password .centered .button-holder {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
@media (min-width: 1024px) {
  .CX-change-password .centered .button-holder {
    display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .CX-change-password .centered .button-holder {
    display: grid;
    justify-items: center;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
  .CX-change-password .centered .button-holder button {
    margin: 10px 0 !important;
  }
}
.CX-change-password .centered .button-holder .btn-custom-red {
  border-radius: 50px;
  background-color: #494df4;
  border-color: #494df4;
  transform: translatex(0%);
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
}
.CX-change-password .centered .button-holder .btn-custom-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-change-password .centered .button-holder .btn-custom-red:hover, .CX-change-password .centered .button-holder .btn-custom-red.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-weight: normal;
}
.CX-change-password .centered .button-holder .btn-custom-red:hover:after, .CX-change-password .centered .button-holder .btn-custom-red.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.CX-change-password .centered .button-holder .btn-custom-red:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-change-password .centered .button-holder .btn-custom-default {
  border: 1px solid #cccccc !important;
  color: #494df4 !important;
  background-color: #fff !important;
  transform: translatex(0%);
  border-radius: 50px;
  font-size: 16px;
  font-family: "SourceSans";
  overflow: hidden;
  position: relative;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
}
@media (max-width: 767px) {
  .CX-change-password .centered .button-holder .btn-custom-default {
    width: -webkit-fill-available;
  }
}
.CX-change-password .centered .button-holder .btn-custom-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-change-password .centered .button-holder .btn-custom-default:hover, .CX-change-password .centered .button-holder .btn-custom-default.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-weight: normal;
}
.CX-change-password .centered .button-holder .btn-custom-default:hover:after, .CX-change-password .centered .button-holder .btn-custom-default.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.CX-change-password .centered .button-holder .btn-custom-default:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}

.CX-notif-password {
  margin-top: 20px;
}
.CX-notif-password .centered {
  position: relative;
  transform: translate(0, 0);
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
}
.CX-notif-password .box-notif {
  padding: 20px 30px;
  width: 50%;
  margin: auto;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .CX-notif-password .box-notif {
    padding: 20px 10px;
    padding-bottom: 20px;
    width: 90%;
  }
}
.CX-notif-password .box-notif .header-pass-change {
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  margin: -20px -30px 20px -30px;
  padding: 10px;
  text-align: center;
  border-radius: 8px 8px 0 0;
}
@media (max-width: 768px) {
  .CX-notif-password .box-notif .header-pass-change {
    margin: -30px -10px 20px -10px;
  }
}
.CX-notif-password .box-notif .header-pass-change p {
  font-size: 18px;
  font-family: "SourceSans-Semibold";
  text-transform: uppercase;
  margin-bottom: 0;
  color: #ffffff;
}
@media (max-width: 768px) {
  .CX-notif-password .box-notif .header-pass-change p {
    font-size: 14px;
  }
}
.CX-notif-password .box-notif .box-content {
  text-align: center;
}
.CX-notif-password .box-notif .box-content .content-pass-change p {
  font-size: 16px;
  letter-spacing: 1px;
}
@media (max-width: 768px) {
  .CX-notif-password .box-notif .box-content .content-pass-change p {
    font-size: 14px;
  }
}
.CX-notif-password .box-notif .box-content .link-pass-change {
  margin-top: 50px;
}
.CX-notif-password .box-notif .box-content .link-pass-change a {
  border-radius: 50px;
  transform: translatex(0%);
  background-color: #4b50f3;
  border-color: #4b50f3;
  color: #ffffff;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  position: relative;
  z-index: 1;
  margin: 0 10px;
  padding: 10px 20px;
  text-decoration: none;
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 768px) {
  .CX-notif-password .box-notif .box-content .link-pass-change a {
    font-size: 14px;
  }
}
.CX-notif-password .box-notif .box-content .link-pass-change a:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.CX-notif-password .box-notif .box-content .link-pass-change a:hover, .CX-notif-password .box-notif .box-content .link-pass-change a.active {
  color: #ffffff !important;
  background-color: #fcb600;
  border-color: #fcb600;
  font-family: "SourceSans-Semibold" !important;
  font-weight: normal;
}
.CX-notif-password .box-notif .box-content .link-pass-change a:hover:after, .CX-notif-password .box-notif .box-content .link-pass-change a.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}

.form-control.datepicker {
  background-image: url(../images/icons/date-icon.png);
  background-repeat: no-repeat;
  background-position: right 10px center;
  padding-right: 20px;
}

.btn-search-cancel {
  left: unset !important;
  right: 40px;
}

.box-email .btn-search-cancel {
  right: 10px;
}

.box-password .btn-search-cancel {
  right: 40px;
}

/* modal pop up */
.modal-body {
  height: 70vh;
  overflow-y: auto;
}

.modal-header {
  padding: 20px;
  color: white;
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  text-align: center;
}
.modal-header .cx-btn-close {
  color: white !important;
  position: absolute;
  left: 30px;
  top: 20px;
  font-size: 25px;
}
.modal-header .cx-btn-back {
  font-size: 25px;
}
.modal-header .cx-btn-close.close-modal {
  left: unset;
}
.modal-header .modal-title {
  font-size: 16px;
  position: relative;
}

.modal-notif {
  /* otp */
}
.modal-notif .modal-dialog {
  top: 130px;
}
@media (max-width: 767px) {
  .modal-notif .modal-dialog {
    transform: translate(0, -15%) !important;
  }
}
.modal-notif .modal-dialog .btn {
  text-transform: capitalize;
}
.modal-notif .modal-dialog.no-background .modal-content::before {
  content: "";
  background-image: "";
  display: none;
}
.modal-notif .modal-content {
  width: 424px;
}
@media (max-width: 1024px) {
  .modal-notif .modal-content {
    width: 95%;
  }
  .modal-notif .modal-content .modal-header .modal-title {
    left: 0px;
    font-size: 16px;
  }
}
.modal-notif .modal-content.no-background:before {
  content: unset;
  background-image: "";
  display: none;
}
.modal-notif .modal-content:before {
  content: "";
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building.png);
  background-repeat: repeat-x;
  background-position: bottom;
}
.modal-notif .modal-content .modal-body {
  height: unset;
  text-align: center;
}
.modal-notif .modal-content .modal-body .cx-btn-back {
  position: absolute;
  left: 30px;
  top: 20px;
  color: #494df4;
  font-size: 25px;
}
.modal-notif .modal-content .modal-body .cx-btn-close {
  font-size: 25px;
}
.modal-notif .modal-content .modal-body .form {
  padding: 0 100px;
}
@media (max-width: 767px) {
  .modal-notif .modal-content .modal-body .form {
    padding: 0 0;
  }
}
.modal-notif .modal-content .modal-body .btn {
  margin: 0 20px;
}
.modal-notif .modal-content .modal-body .alert-warning {
  background: #494df4 0% 0% no-repeat padding-box;
  border-radius: 8px;
  border-color: #494df4;
  color: white;
  padding: 10px;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.modal-notif .modal-content .modal-body .img-notif {
  margin-bottom: 20px;
}
.modal-notif .modal-content .modal-body .pict-emma {
  height: auto;
  width: 152px;
  position: absolute;
  top: 13%;
  left: 50%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .modal-notif .modal-content .modal-body .pict-emma {
    width: 90px;
    top: 10%;
  }
}
.modal-notif .modal-content .modal-body .rotate {
  position: relative;
  left: 0px;
  top: -10px;
}
@media (max-width: 767px) {
  .modal-notif .modal-content .modal-body .rotate {
    height: auto;
    width: 120px;
    top: -15px;
  }
}
@media (max-width: 767px) {
  .modal-notif .modal-content .btn-modal-box {
    display: grid;
    justify-items: stretch;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
.modal-notif .modal-content .btn-modal-box button {
  margin: 10px 0 !important;
}
@media (max-width: 767px) {
  .modal-notif .modal-content .btn-modal-box.btn-verif-modal-box {
    display: block;
  }
}
.modal-notif .modal-footer {
  justify-content: center;
}
.modal-notif:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  opacity: 0.5;
}
.modal-notif.otp-modal .alert-danger .close {
  right: 0.5rem;
}
.modal-notif .box-form input::-webkit-outer-spin-button,
.modal-notif .box-form input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.modal-notif .box-form .digit-group {
  display: flex;
  align-items: center;
}
.modal-notif .box-form .digit-group .splitter {
  text-align: center;
}
.modal-notif .box-form .digit-group .splitter {
  flex: 0 0 auto;
  margin-right: 10px;
  max-width: 15px;
  padding: 0;
}
.modal-notif .box-form .digit-group {
  flex: 1;
  margin-right: 10px;
  margin-bottom: 0;
  position: relative;
}
.modal-notif .box-form .digit-group .form-group.has-error {
  position: absolute;
  bottom: -70%;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .modal-notif .box-form .digit-group .form-group.has-error {
    bottom: -100%;
  }
}
.modal-notif .box-form .digit-group .digit {
  margin: 0 7px;
}
.modal-notif .box-form .digit-group .digit {
  padding: 0;
  height: 70px !important;
  appearance: none;
  text-align: center;
  font-size: 50px;
  background: white;
}
@media (max-width: 767px) {
  .modal-notif .box-form .digit-group .digit {
    font-size: 16px;
    height: 54px !important;
  }
}
.modal-notif .box-form .digit-group .digit:last-child {
  margin-right: 0;
}
.modal-notif .box-form .box-act {
  margin-top: 50px;
}
.modal-notif .box-form .box-act .btn {
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  border-radius: 50px;
  font-weight: normal;
  font-size: 14px;
  display: block;
  width: 100%;
  max-width: 228px;
  margin: 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 12px;
  padding-bottom: 12px;
}
.modal-notif .box-form .box-notes {
  margin-top: 20px;
  font-size: 14px;
}
.modal-notif .box-form .box-notes .box-input.countdown-lbl {
  color: #00008f;
  font-family: "SourceSans-Bold";
  font-weight: 900;
  display: flex;
  position: relative;
  text-align: center;
  align-items: center;
  justify-content: center;
}
.modal-notif .box-form .box-notes .box-input.countdown-lbl i {
  font-family: "Font Awesome 5 Pro";
  margin-right: 10px;
  font-style: normal;
}

.modal-dialog-scrollable .modal-content {
  overflow-y: auto;
  height: calc(100vh - 100px);
  text-align: justify;
}

.btn-custom-red,
.input-search,
.btn-custom-blue,
.btn-custom-green {
  text-transform: capitalize;
  font-family: "SourceSans" !important;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  border: 0px;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  background-color: #494df4 !important;
  color: #ffffff !important;
  padding: 10px 40px;
}
.btn-custom-red:after,
.input-search:after,
.btn-custom-blue:after,
.btn-custom-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.btn-custom-red:hover, .btn-custom-red.active,
.input-search:hover,
.input-search.active,
.btn-custom-blue:hover,
.btn-custom-blue.active,
.btn-custom-green:hover,
.btn-custom-green.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans" !important;
  font-weight: normal;
}
.btn-custom-red:hover:after, .btn-custom-red.active:after,
.input-search:hover:after,
.input-search.active:after,
.btn-custom-blue:hover:after,
.btn-custom-blue.active:after,
.btn-custom-green:hover:after,
.btn-custom-green.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.btn-custom-red:after,
.input-search:after,
.btn-custom-blue:after,
.btn-custom-green:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}

.btn-custom-secondary,
.btn-reset {
  text-transform: capitalize;
  font-family: "SourceSans" !important;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  -webkit-border-radius: 50px !important;
  -moz-border-radius: 50px !important;
  -ms-border-radius: 50px !important;
  -o-border-radius: 50px !important;
  border-radius: 50px !important;
  border-color: #cccccc;
  padding: 10px 40px;
  background-color: #ffffff;
  border: 1px solid;
  color: #404bd4;
}
.btn-custom-secondary:after,
.btn-reset:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
.btn-custom-secondary:hover, .btn-custom-secondary.active,
.btn-reset:hover,
.btn-reset.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-weight: normal;
}
.btn-custom-secondary:hover:after, .btn-custom-secondary.active:after,
.btn-reset:hover:after,
.btn-reset.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
.btn-custom-secondary:after,
.btn-reset:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: -1;
  transform-origin: 0% 0%;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #fcb600;
  border: 1px solid #fcb600;
}

.box-loader-page {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  z-index: 999999;
  text-align: center;
}
.box-loader-page .loader {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: center;
  width: 400px;
}
.box-loader-page .loader svg {
  height: 100px !important;
}
.box-loader-page .loader .text {
  color: #333333;
  font-family: "SourceSans-Semibold";
  letter-spacing: 1px;
  text-align: center;
}

.btn-verif-modal-box {
  margin-top: 20px;
  display: block;
}
@media (max-width: 767px) {
  .btn-verif-modal-box {
    display: grid;
    justify-items: stretch;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
.btn-verif-modal-box button {
  margin: 10px 0 !important;
}
.btn-verif-modal-box button i {
  margin-right: 10px;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.rotate {
  animation: rotation 2s infinite linear;
}

#_online_register_web_INSTANCE_kfdvYsp8FZe0_loadingModal .modal-title {
  left: 0;
}

.fa-mobile-screen-button:before {
  content: "\f3cd";
}

.fa-brands {
  font-family: "Font Awesome 5 Brands";
  font-style: normal;
}

.input-group .help-block {
  flex: 0 100%;
}

label {
  font-weight: normal;
}

.new-pasword {
  padding: 2rem;
}
@media (max-width: 1024px) {
  .new-pasword {
    padding: 2rem 0rem;
  }
}
@media (min-width: 1025px) {
  .new-pasword .input-container {
    max-width: 70%;
    margin: 0 auto;
  }
}

.CX-forgot-password .button-holder {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  .CX-forgot-password .button-holder {
    display: grid;
    justify-items: normal;
    align-content: center;
    justify-content: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .CX-forgot-password .button-holder .btn {
    margin: 10px 0 !important;
  }
}
@media (min-width: 1025px) {
  .CX-forgot-password .reset-container.box-channel-regis .input-container {
    max-width: 95%;
  }
}
.CX-forgot-password .reset-container.box-channel-regis .box-pass.row {
  margin: 0;
}

.boxDropLanguage {
  z-index: 9;
}
.boxDropLanguage.simple .nav-lang {
  display: block !important;
  top: 0px;
  background-color: transparent;
  box-shadow: none;
  width: 130px;
  padding: 0 5px;
  margin-top: 10px;
}
.boxDropLanguage.simple .nav-lang li {
  background-color: transparent;
  float: left;
}
.boxDropLanguage.simple .nav-lang li.active {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  color: rgb(255, 255, 255) !important;
}
.boxDropLanguage.simple .nav-lang li.active span {
  color: rgb(255, 255, 255) !important;
}
.boxDropLanguage.simple .nav-lang li span {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 0.875rem !important;
  padding: 0px 20px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
}
.boxDropLanguage.simple .nav-lang li span:hover {
  text-decoration: none;
  background-color: transparent;
}
.boxDropLanguage.simple .nav-lang li a {
  color: rgb(255, 255, 255);
  display: block;
  font-size: 0.875rem !important;
  padding: 0px 20px;
  height: 28px;
  line-height: 28px;
  font-weight: normal;
}
.boxDropLanguage.simple .nav-lang li a:hover {
  text-decoration: none;
  background-color: transparent;
}
.boxDropLanguage.simple .nav-lang:before {
  display: none !important;
}
.boxDropLanguage .nav-lang li {
  position: relative;
}
.boxDropLanguage .nav-lang li:before {
  content: " ";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 5px;
  z-index: 2;
  left: 5px;
  display: none;
}
.boxDropLanguage .nav-lang li:nth-child(1):before {
  background: url("../images/icons/ic_flag_ind.svg") no-repeat;
}
.boxDropLanguage .nav-lang li:nth-child(2):before {
  background: url("../images/icons/ic_flag_eng.svg") no-repeat;
}
.boxDropLanguage .boxActiveLang {
  width: auto;
  height: auto;
  padding: 0px !important;
  cursor: pointer;
}
.boxDropLanguage .boxActiveLang .flag {
  position: absolute;
  width: 33px;
  height: 28px;
  left: 6px;
  top: 4px;
}
.boxDropLanguage .boxActiveLang.en-US .flag {
  background: url("../images/icons/ic_flag_eng.svg") no-repeat;
}
.boxDropLanguage .boxActiveLang.in-ID .flag {
  background: url("../images/icons/ic_flag_ind.svg") no-repeat;
}
.boxDropLanguage .boxActiveLang:hover label {
  color: #dddddd;
}
.boxDropLanguage .boxActiveLang .label {
  position: relative;
  font-size: 1rem !important;
  padding-left: 0px;
  left: 0px;
  top: 0px;
  border: 0px;
  font-weight: normal;
}
.theme-default .boxDropLanguage .boxActiveLang .label {
  color: #494df4;
}
.theme-default .boxDropLanguage .boxActiveLang .label:hover {
  color: #0101ab;
}
.theme-prestise .boxDropLanguage .boxActiveLang .label {
  color: #c9a85c;
}
.theme-prestise .boxDropLanguage .boxActiveLang .label:hover {
  color: #ae8d40;
}
.theme-syariah .boxDropLanguage .boxActiveLang .label {
  color: #007b57;
}
.theme-syariah .boxDropLanguage .boxActiveLang .label:hover {
  color: #007b57;
}
.boxDropLanguage .boxActiveLang .label i {
  margin-right: 10px;
}
.boxDropLanguage .boxActiveLang:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f078";
  height: auto;
  border: none;
  opacity: 0.75;
  position: absolute;
  font-size: 0.6rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.theme-default .boxDropLanguage .boxActiveLang:after {
  color: #494df4;
}
.theme-default .boxDropLanguage .boxActiveLang:after:hover {
  color: #0101ab;
}
.theme-prestise .boxDropLanguage .boxActiveLang:after {
  color: #c9a85c;
}
.theme-prestise .boxDropLanguage .boxActiveLang:after:hover {
  color: #ae8d40;
}
.theme-syariah .boxDropLanguage .boxActiveLang:after {
  color: #007b57;
}
.theme-syariah .boxDropLanguage .boxActiveLang:after:hover {
  color: #007b57;
}
.boxDropLanguage ul.nav-lang {
  position: absolute;
  display: none;
  width: 112px;
  top: 10px;
  z-index: 2;
  background-color: #fff;
  padding: 5px 5px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 2px 3px rgba(72, 71, 71, 0.5);
  -moz-box-shadow: 0 2px 3px rgba(72, 71, 71, 0.5);
  -webkit-box-shadow: 0 2px 3px rgba(72, 71, 71, 0.5);
  margin-left: -6px;
  margin-top: 26px;
}
.boxDropLanguage ul.nav-lang:before {
  content: " ";
  position: absolute;
  top: -7px;
  left: 50%;
  transform: translate(-50%, 0);
  margin-left: 0px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
  margin-left: 10px;
}
.boxDropLanguage ul.nav-lang li {
  float: none;
  display: block;
  background-color: #fff;
}
.boxDropLanguage ul.nav-lang li:after {
  content: "";
  position: absolute;
  width: 33px;
  height: 28px;
  top: 5px;
  left: 3px;
}
.boxDropLanguage ul.nav-lang li a {
  height: 36px;
  line-height: 38px;
  display: block !important;
  padding: 0 5px 0 5px;
  color: #333;
  font-weight: bold;
  font-size: 13px;
  padding-left: 40px;
}
.boxDropLanguage ul.nav-lang li a:hover {
  text-decoration: none;
  background-color: rgb(226, 225, 225);
}
.boxDropLanguage ul.nav-lang li.active span {
  color: #333;
}
.boxDropLanguage ul.nav-lang li > span {
  color: #333;
  font-weight: bold;
  position: relative;
  display: block;
  width: 100%;
  padding: 0 5px 0 5px;
  height: 36px;
  line-height: 38px;
  font-size: 13px;
  padding-left: 40px;
}
.boxDropLanguage ul.nav-lang li > span:hover {
  background-color: rgb(226, 225, 225);
}

.language-bar {
  padding: 0 1rem;
}
.language-bar .boxDropLanguage.simple .boxActiveLang {
  display: none;
}
.language-bar .boxDropLanguage.simple .nav-lang-simple {
  padding-right: 0;
  text-align: center;
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
}
.language-bar .boxDropLanguage.simple .nav-lang-simple li {
  border-right: 0;
  margin-bottom: 0 !important;
  padding: 0 5px;
}
.theme-default .language-bar .boxDropLanguage.simple .nav-lang-simple li.active a,
.theme-default .language-bar .boxDropLanguage.simple .nav-lang-simple li.active span {
  color: #494df4;
}
.theme-prestise .language-bar .boxDropLanguage.simple .nav-lang-simple li.active a,
.theme-prestise .language-bar .boxDropLanguage.simple .nav-lang-simple li.active span {
  color: #c9a85c;
}
.theme-syariah .language-bar .boxDropLanguage.simple .nav-lang-simple li.active a,
.theme-syariah .language-bar .boxDropLanguage.simple .nav-lang-simple li.active span {
  color: #007b57;
}
.language-bar .boxDropLanguage.simple .nav-lang-simple li span,
.language-bar .boxDropLanguage.simple .nav-lang-simple li a {
  font-size: 1rem;
  padding: 0 5px;
  color: #d9d9d9;
}
.theme-default .language-bar .boxDropLanguage.simple .nav-lang-simple li span:hover,
.theme-default .language-bar .boxDropLanguage.simple .nav-lang-simple li a:hover {
  color: #494df4;
}
.theme-prestise .language-bar .boxDropLanguage.simple .nav-lang-simple li span:hover,
.theme-prestise .language-bar .boxDropLanguage.simple .nav-lang-simple li a:hover {
  color: #c9a85c;
}
.theme-syariah .language-bar .boxDropLanguage.simple .nav-lang-simple li span:hover,
.theme-syariah .language-bar .boxDropLanguage.simple .nav-lang-simple li a:hover {
  color: #007b57;
}

.theme-default body.is-default .boxDropLanguage .boxActiveLang:after,
.theme-default body.is-default .boxDropLanguage .boxActiveLang .label {
  color: #494df4;
}
.theme-default body.is-default .boxDropLanguage .boxActiveLang:after:hover,
.theme-default body.is-default .boxDropLanguage .boxActiveLang .label:hover {
  color: #0101ab;
}
.theme-prestise body.is-default .boxDropLanguage .boxActiveLang:after,
.theme-prestise body.is-default .boxDropLanguage .boxActiveLang .label {
  color: #c9a85c;
}
.theme-prestise body.is-default .boxDropLanguage .boxActiveLang:after:hover,
.theme-prestise body.is-default .boxDropLanguage .boxActiveLang .label:hover {
  color: #ae8d40;
}
.theme-syariah body.is-default .boxDropLanguage .boxActiveLang:after,
.theme-syariah body.is-default .boxDropLanguage .boxActiveLang .label {
  color: #007b57;
}
.theme-syariah body.is-default .boxDropLanguage .boxActiveLang:after:hover,
.theme-syariah body.is-default .boxDropLanguage .boxActiveLang .label:hover {
  color: #007b57;
}

.language-bar {
  top: 0px;
  position: relative;
  padding-right: 0px;
}
@media (max-width: 768px) {
  .language-bar {
    padding-right: 1rem;
  }
}
.language-bar .portlet-title-text {
  display: none;
}
.language-bar .portlet-decorate .portlet-content {
  padding: 0px;
}
.language-bar .boxDropLanguage .boxActiveLang .label {
  font-size: 0.9rem !important;
}
.theme-default .language-bar .boxDropLanguage .boxActiveLang .label:hover {
  color: #0101ab;
}
.theme-prestise .language-bar .boxDropLanguage .boxActiveLang .label:hover {
  color: #ae8d40;
}
.theme-syariah .language-bar .boxDropLanguage .boxActiveLang .label:hover {
  color: #007b57;
}
.theme-default .language-bar .boxDropLanguage .boxActiveLang:hover:after,
.theme-default .language-bar .boxDropLanguage .boxActiveLang:hover .label {
  color: #0101ab;
}
.theme-prestise .language-bar .boxDropLanguage .boxActiveLang:hover:after,
.theme-prestise .language-bar .boxDropLanguage .boxActiveLang:hover .label {
  color: #ae8d40;
}
.theme-syariah .language-bar .boxDropLanguage .boxActiveLang:hover:after,
.theme-syariah .language-bar .boxDropLanguage .boxActiveLang:hover .label {
  color: #007b57;
}

.boxDropLanguage.simple ul li {
  padding: 0 10px;
  line-height: 1.7rem;
}
.boxDropLanguage.simple ul li.active {
  line-height: unset !important;
}
@media (max-width: 1024px) {
  .boxDropLanguage.simple ul li {
    padding: 0 7px !important;
  }
}
.boxDropLanguage.simple ul li span {
  font-size: 1.2rem;
  color: #183d6e;
  font-family: "SourceSans-Semibold";
  position: relative;
  top: 1px;
}
.boxDropLanguage.simple ul li a {
  font-family: "SourceSans";
}
.boxDropLanguage.simple ul li:last-child {
  padding-right: 0px;
}

.boxDropLanguage.simple .boxActiveLang {
  display: none;
}
.boxDropLanguage.simple .nav-lang-simple {
  display: flex;
  list-style-type: none;
  float: right;
  justify-content: flex-end;
  flex-wrap: nowrap;
  margin-bottom: 0rem;
}
.boxDropLanguage.simple .nav-lang-simple .language-entry-short-text {
  font-size: 1rem;
}

.CX-maintenance-emma {
  margin-top: 100px;
}
@media (max-width: 1024px) {
  .CX-maintenance-emma {
    margin-top: 40px;
  }
}

.CX-maintenance-emma .box-not-found {
  max-width: 70%;
  margin: auto;
}
@media (max-width: 1024px) {
  .CX-maintenance-emma .box-not-found {
    text-align: center;
  }
}

.CX-maintenance-emma .box-not-found .box-text {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media only screen and (max-width: 1024px) {
  .CX-maintenance-emma .box-not-found .box-img {
    margin-bottom: 10px;
  }
  .CX-maintenance-emma .box-not-found .box-text {
    transform: unset;
    top: 0;
  }
}
.CX-maintenance-emma .box-not-found .box-text {
  color: #1f1f6e;
  font-family: "SourceSans-Bold";
}
.CX-maintenance-emma .box-not-found .box-text .text-header h2 {
  font-size: 2rem;
}
.CX-maintenance-emma .box-not-found .box-text .text-desc p {
  font-size: 1.5rem;
}
@media (max-width: 1024px) {
  .CX-maintenance-emma .box-not-found .box-text .text-header h2 {
    font-size: 1rem;
  }
  .CX-maintenance-emma .box-not-found .box-text .text-desc p {
    font-size: 1rem;
  }
}

.CX-maintenance-emma .box-not-found .text-btn a {
  color: #ffffff;
  padding: 10px 30px !important;
  border-radius: 50px;
  background-color: #494df4;
}

@media (max-width: 768px) {
  body #CX-header .box-toggle-control {
    position: fixed;
    top: 80px;
    background-color: #fff;
    margin-left: 0px;
    padding-left: 0px;
    border-left: 0px;
    padding: 10px 10px 10px 10px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -moz-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -ms-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    -o-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.16);
  }
  body #CX-header .box-toggle-control:not(.show) {
    -webkit-transform: translateX(calc(100% - 5px));
    -moz-transform: translateX(calc(100% - 5px));
    -ms-transform: translateX(calc(100% - 5px));
    -o-transform: translateX(calc(100% - 5px));
    transform: translateX(calc(100% - 5px));
  }
  body #CX-header .box-toggle-control:before {
    content: "";
    position: absolute;
    left: -21px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -0-transform: translateY(-50%);
    transform: translateY(-50%);
    background-image: url("data:image/svg+xml,%3Csvg width='21' height='59' viewBox='0 0 21 59' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.39938 2.2148C7.75388 0.907565 8.94034 0 10.2948 0H21V59H10.2948C8.94034 59 7.75388 58.0924 7.39938 56.7852L0 29.5L7.39938 2.2148Z' fill='%23FCB501'/%3E%3Cpath d='M15 35L9 29L15 23' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E%0A");
    width: 21px;
    height: 59px;
  }
  body #CX-header .box-toggle-control .editable-control {
    display: flex;
    flex-direction: column;
  }
  body #CX-header .box-toggle-control .editable-control label {
    flex: 1 1 auto;
    order: 2;
    font-size: 9px;
    margin-bottom: 0px;
    width: auto;
    display: block;
    margin-top: 5px;
    color: rgba(51, 51, 51, 0.9);
  }
  body #CX-header .box-toggle-control .editable-control .toggle-button {
    margin: 0 auto;
  }
}

.landing-product-emma {
  padding: 4rem 0;
  padding-top: 6rem;
  background-color: #ffffff;
  font-family: "SourceSans";
  position: relative;
}
.landing-product-emma .box-product-slider {
  position: relative;
  z-index: 2;
}
.landing-product-emma .box-product-slider .box-header .title {
  font-size: 30px;
  margin-bottom: 0.4rem;
  color: #333333;
  font-family: "SourceSans-Black";
}
.landing-product-emma .box-product-slider .box-header .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #5F5F5F;
}
.landing-product-emma .box-product-slider .box-product-slider-inner {
  position: relative;
}
.landing-product-emma .box-product-slider .box-product-slider-inner:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 40px;
  height: 90%;
  background: linear-gradient(270deg, #000000 5.82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  transform: rotate(180deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .landing-product-emma .box-product-slider .box-product-slider-inner:before {
    opacity: 0.1;
  }
}
.landing-product-emma .box-product-slider .box-product-slider-inner:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 40px;
  height: 90%;
  background: linear-gradient(270deg, #000000 5.82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  z-index: 2;
}
@media (max-width: 767px) {
  .landing-product-emma .box-product-slider .box-product-slider-inner:after {
    opacity: 0.1;
  }
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item {
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item:hover {
  top: -2rem;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item:hover .box-item-inner {
  box-shadow: 0px 17px 25px 10px rgba(108, 99, 255, 0.15);
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item:hover .box-item-inner .box-item-content {
  margin-top: -4rem;
  padding-bottom: 3.5rem;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item:hover .box-item-inner .box-item-content .box-price {
  opacity: 1;
  visibility: visible;
}
.landing-product-emma .box-product-slider .box-product-slider-inner,
.landing-product-emma .box-product-slider .box-product-empty {
  visibility: hidden;
  max-width: 1920px;
}
.landing-product-emma .box-product-slider .box-product-slider-inner.slick-initialized,
.landing-product-emma .box-product-slider .box-product-empty.slick-initialized {
  visibility: visible;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .slick-track,
.landing-product-emma .box-product-slider .box-product-empty .slick-track {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item,
.landing-product-emma .box-product-slider .box-product-empty .box-item {
  height: inherit;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner {
  border-radius: 14px;
  background-color: #E1E8EF;
  margin: 0 1.2rem;
  padding-bottom: 0.1rem;
  box-shadow: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-width: 820px) {
  .landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner,
  .landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner {
    margin: 0 0.6rem;
  }
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-heading,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-heading {
  border-radius: 14px 14px 0 0;
  overflow: hidden;
  height: initial;
  flex: 0 0 auto;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-heading .box-image,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-heading .box-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background-color: #fbfbfb;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-heading .box-image img,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-heading .box-image img {
  width: 100%;
  height: auto;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content {
  background-color: #fff;
  margin: 1rem;
  padding: 1rem;
  border-radius: 14px;
  margin-top: -1.5rem;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  border: 1px solid #E1E8EF;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-category,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-category {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 1rem;
  flex: 0 0 auto;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .item-list,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .item-list {
  margin-bottom: 1rem;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .item-list .box-item-list,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .item-list .box-item-list {
  margin-bottom: 0.5rem;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner {
  display: flex;
  gap: 0.5rem;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner .text,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner .text {
  font-size: 11px;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  bottom: 1rem;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue {
  font-size: 16px;
  padding: 10px 16px;
  font-family: "SourceSans-Semibold";
  border: 1px solid #494df4;
  background-color: #494df4;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue:hover,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue:hover {
  background-color: #fcb501;
  border-color: #fcb501;
  text-decoration: none;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue:hover.with-chevron:after,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue:hover.with-chevron:after {
  width: 22px;
  content: "\f178";
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue.sm,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue.sm {
  font-size: 14px;
  padding: 8px 12px;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue.with-chevron,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue.with-chevron {
  position: relative;
  padding-right: 37px;
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue.with-chevron:after,
.landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-price .act .new-btn-blue.with-chevron:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.landing-product-emma .box-product-slider .box-navigate {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .landing-product-emma .box-product-slider .box-navigate {
    display: none;
  }
}
.landing-product-emma .box-product-slider .box-navigate .prev-navigate,
.landing-product-emma .box-product-slider .box-navigate .next-navigate {
  background: #EDF1F5;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.landing-product-emma .box-product-slider .box-navigate .prev-navigate:hover,
.landing-product-emma .box-product-slider .box-navigate .next-navigate:hover {
  background-color: #494df4;
  color: #ffffff;
}
.landing-product-emma .box-product-slider .box-product-empty {
  padding-top: 2rem;
  display: flex;
  visibility: visible;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty {
  flex: 1 0 auto;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 820px) {
  .landing-product-emma .box-product-slider .box-product-empty .box-item.empty {
    min-width: 300px;
  }
}
@media (max-width: 767px) {
  .landing-product-emma .box-product-slider .box-product-empty .box-item.empty {
    min-width: 280px;
  }
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .box-heading {
  width: 100%;
  height: 200px !important;
  background: #EBEEF5;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .box-item-list-inner {
  flex-direction: column;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .lazyColor.title {
  width: 150px;
  height: 37px;
  margin: 0 auto;
  position: relative;
  top: 50px;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .lazyColor.category {
  height: 40px;
  margin-bottom: 1rem;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .lazyColor.item {
  height: 25px;
  flex: 1 0 auto;
  margin-bottom: 0.5rem;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .lazyColor.label-price {
  height: 14px;
  width: 93px;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .lazyColor.price {
  height: 27px;
  width: 126px;
}
.landing-product-emma .box-product-slider .box-product-empty .box-item.empty .box-item-inner .lazyColor.act {
  height: 40px;
}

.portlet-decorate .portlet {
  margin-bottom: 0;
}

.CX-utama {
  padding-bottom: 0;
}

.bg-white {
  background-color: #fff;
}
.bg-white.rounded {
  border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -o-border-radius: 100px !important;
}

.lazyColor {
  opacity: 0.5;
  background: linear-gradient(135deg, rgba(211, 223, 232, 0.5) 30%, rgba(169, 184, 197, 0.5) 38%, rgba(168, 182, 193, 0.6) 41%, rgba(168, 182, 193, 0.6) 50%, rgba(168, 182, 193, 0.6) 50%, rgba(169, 184, 197, 0.6) 51%, rgba(211, 223, 232, 0.6) 57%, rgba(211, 223, 232, 0.6) 80%, rgba(211, 223, 232, 0.6) 80%);
  background-size: 1200% 1200%;
  -webkit-animation: AnimationName 2s ease infinite reverse;
  -moz-animation: AnimationName 2s ease infinite reverse;
  animation: AnimationName 2s ease infinite reverse;
}

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0 92%;
  }
  50% {
    background-position: 100% 9%;
  }
  100% {
    background-position: 0 92%;
  }
}
@-moz-keyframes AnimationName {
  0% {
    background-position: 0 92%;
  }
  50% {
    background-position: 100% 9%;
  }
  100% {
    background-position: 0 92%;
  }
}
@keyframes AnimationName {
  0% {
    background-position: 0 92%;
  }
  100% {
    background-position: 100% 9%;
  }
}
.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner .text, .landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner .text {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .box-category, .landing-product-emma .box-product-slider .box-product-empty .box-item .box-item-inner .box-item-content .box-category {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-family: "SourceSans-Bold";
}

.section-banner-landing-emma {
  position: relative;
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel {
  background-size: cover;
  height: 500px;
  padding: 3rem 0;
}
@media (max-width: 1366px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel {
    height: 450px;
  }
}
@media (max-width: 820px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel {
    background-position: center;
  }
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel {
    height: auto;
    padding: 4rem 0;
    min-height: 256px;
  }
}
@media (max-width: 280px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel {
    padding: 2rem 0;
  }
}
@media (min-width: 768px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .container {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
  }
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .d-flex {
    gap: 0;
  }
}
@media (max-width: 280px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .d-flex {
    flex-direction: column;
    gap: 3rem;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content {
  max-width: 40%;
}
@media (max-width: 820px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content {
    max-width: 50%;
  }
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content {
    max-width: 100%;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .top-img {
  margin-bottom: 1.2rem;
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .top-img {
    display: none;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .top-img img {
  width: 198px;
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .small-title {
  font-size: 18px;
  color: #3032C1;
  font-family: "SourceSans-Semibold";
  text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .small-title {
    font-size: 10px;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .big-title {
  font-family: "SourceSans-Bold";
  font-size: 38px;
  color: #3032C1;
  text-shadow: -1px -1px 0 #fff, 0 -1px 0 #fff, 1px -1px 0 #fff, 1px 0 0 #fff, 1px 1px 0 #fff, 0 1px 0 #fff, -1px 1px 0 #fff, -1px 0 0 #fff;
}
@media (max-width: 820px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .big-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .big-title {
    font-size: 19px;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder {
  margin-top: 1rem;
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder .new-btn-blue {
  font-size: 16px;
  padding: 10px 16px;
  font-family: "SourceSans-Semibold";
  border: 1px solid #494df4;
  background-color: #494df4;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder .new-btn-blue {
    font-size: 14px;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder .new-btn-blue:hover {
  background-color: #fcb501;
  border-color: #fcb501;
  text-decoration: none;
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder .new-btn-blue.use-download-icon {
  position: relative;
  padding-right: 37px;
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder .new-btn-blue.use-download-icon:after {
  content: "";
  background-image: url(../images/ic-download.png);
  background-size: cover;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-content .btn-holder .new-btn-blue.use-download-icon:after {
    width: 14px;
    height: 14px;
  }
}
.section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-vector img {
  max-width: 446px;
}
@media (max-width: 820px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-vector img {
    max-width: 310px;
  }
}
@media (max-width: 767px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-vector img {
    max-width: 112px;
  }
}
@media (max-width: 280px) {
  .section-banner-landing-emma .carousel-landing-emma .box-item-carousel .box-vector img {
    max-width: 200px;
  }
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots {
  bottom: 1rem;
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots li {
  width: 14px;
  height: 6px;
  margin: 0 0.15rem;
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots li.slick-active {
  width: 40px;
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots li.slick-active button {
  width: 40px;
  background: #fff;
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots li button {
  width: 14px;
  height: 6px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #FFFFFF;
  padding: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots li button:before {
  display: none;
}
.section-banner-landing-emma .carousel-landing-emma .slick-dots li button:hover {
  background: #fff;
}
.section-banner-landing-emma .box-navigate-banner {
  width: 100%;
  max-width: 1440px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.section-banner-landing-emma .box-navigate-banner .prev-navigate,
.section-banner-landing-emma .box-navigate-banner .next-navigate {
  position: absolute;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 767px) {
  .section-banner-landing-emma .box-navigate-banner .prev-navigate,
  .section-banner-landing-emma .box-navigate-banner .next-navigate {
    width: 17px;
    height: 17px;
    font-size: 9px;
  }
}
.section-banner-landing-emma .box-navigate-banner .prev-navigate.slick-disabled,
.section-banner-landing-emma .box-navigate-banner .next-navigate.slick-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.section-banner-landing-emma .box-navigate-banner .prev-navigate {
  left: 1rem;
}
.section-banner-landing-emma .box-navigate-banner .next-navigate {
  right: 1rem;
}

.section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel.box-item-carousel-link-image {
  cursor: pointer;
}
.section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel.box-item-carousel-link-image a.link-image {
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
}
.section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel.box-item-carousel-link-image .btn-holder {
  display: none;
}
.section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel.box-item-carousel-with-vector .box-img-dekstop {
  display: none;
}
.section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel:not(.box-item-carousel-with-vector) {
  background-image: none !important;
  padding: 0 0;
  height: initial;
  min-height: initial;
  position: relative;
}
.section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel:not(.box-item-carousel-with-vector) .container {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 850px) {
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel:not(.box-item-carousel-with-vector) {
    background-image: none !important;
    padding: 0 0;
    height: initial;
    min-height: initial;
    position: relative;
  }
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel:not(.box-item-carousel-with-vector) .container {
    position: absolute;
    left: 0;
    width: 100%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel:not(.box-item-carousel-with-vector) .box-img-dekstop {
    display: none !important;
  }
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel:not(.box-item-carousel-with-vector) .box-img-mobile.hide {
    display: block !important;
  }
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel .container .box-content .btn-holder .new-btn-blue {
    font-family: "SourceSans-Semibold";
    padding: 7px 12px;
  }
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel .container .box-content .btn-holder .new-btn-blue.use-download-icon {
    padding-right: 30px;
  }
  .section-banner-landing-emma.new .carousel-landing-emma .box-item-carousel .container .box-content .btn-holder .new-btn-blue.use-download-icon:after {
    margin-left: 6px;
  }
}

body.signed-in .section-feature-top-landing {
  padding-bottom: 3rem;
}
@media (max-width: 820px) {
  body.signed-in .section-feature-top-landing {
    padding-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  body.signed-in .section-feature-top-landing {
    padding-bottom: 3rem;
  }
}

.section-feature-top-landing {
  padding: 1rem 0;
  padding-bottom: 6rem;
}
@media (max-width: 820px) {
  .section-feature-top-landing {
    padding-bottom: 0;
  }
}
@media (max-width: 767px) {
  .section-feature-top-landing {
    padding-bottom: 1rem;
  }
}
.section-feature-top-landing .box-head {
  text-align: center;
}
.section-feature-top-landing .box-head .head-title {
  font-size: 90px;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(180deg, rgba(72, 76, 244, 0.23) 23.45%, rgba(73, 77, 244, 0) 79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-family: "SourceSans-Black";
}
@media (max-width: 820px) {
  .section-feature-top-landing .box-head .head-title {
    font-size: 70px;
  }
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-head .head-title {
    font-size: 36px;
  }
}
@media (max-width: 280px) {
  .section-feature-top-landing .box-head .head-title {
    font-size: 26px;
  }
}
.section-feature-top-landing .box-feature-top {
  display: flex;
  gap: 1.5rem;
  margin-top: -2rem;
  flex-wrap: wrap;
  width: 100%;
  justify-content: center;
  align-items: center;
}
@media (max-width: 820px) {
  .section-feature-top-landing .box-feature-top {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top {
    margin-top: -1.5rem;
    gap: 0.5rem;
  }
}
@media (max-width: 280px) {
  .section-feature-top-landing .box-feature-top {
    margin-top: -1.1rem;
  }
}
.section-feature-top-landing .box-feature-top .item-feature-top {
  flex: 0 auto;
  width: 154px;
  height: 100px;
  background: #F6F8FD;
  border-radius: 8px;
  position: relative;
  text-decoration: none;
  color: #333;
  overflow: hidden;
}
@media (max-width: 820px) {
  .section-feature-top-landing .box-feature-top .item-feature-top {
    flex: 0 23%;
  }
  .section-feature-top-landing .box-feature-top .item-feature-top:last-child {
    display: none;
  }
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top .item-feature-top {
    flex: 0 31%;
    height: 70px;
  }
}
@media (max-width: 280px) {
  .section-feature-top-landing .box-feature-top .item-feature-top {
    flex: 0 45%;
  }
}
.section-feature-top-landing .box-feature-top .item-feature-top:hover .box-content-top {
  top: -110%;
}
.section-feature-top-landing .box-feature-top .item-feature-top:hover .box-content-bottom {
  bottom: 0;
}
.section-feature-top-landing .box-feature-top .item-feature-top.item-highlight .box-content-top .box-icon {
  background: linear-gradient(180deg, #FCB501 0%, #EEA101 47.64%, #E0A101 100%);
}
.section-feature-top-landing .box-feature-top .item-feature-top.item-highlight .box-content-bottom {
  background: linear-gradient(180deg, #FCB501 0%, #E59B01 47.64%, #DA7E01 100%), #F6F8FD;
}
.section-feature-top-landing .box-feature-top .item-feature-top .box-content-top {
  text-align: center;
  position: absolute;
  padding: 0.7rem;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-top {
    padding: 0.5rem;
  }
}
.section-feature-top-landing .box-feature-top .item-feature-top .box-content-top .box-icon {
  width: 46px;
  height: 46px;
  margin: 0 auto;
  background: linear-gradient(92.81deg, #3539F3 3.58%, #4C38F5 48.23%, #6F49F4 100%);
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0.7rem;
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-top .box-icon {
    width: 29px;
    height: 29px;
    margin-bottom: 0.5rem;
  }
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-top .box-icon svg {
    width: 13px;
  }
}
.section-feature-top-landing .box-feature-top .item-feature-top .box-content-top .title-feature {
  margin-bottom: 0;
  font-weight: 600;
  font-size: 0.9rem;
  font-family: "SourceSans-Semibold";
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-top .title-feature {
    font-size: 0.7rem;
  }
}
@media (max-width: 400px) {
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-top .title-feature {
    font-size: 9px;
  }
}
.section-feature-top-landing .box-feature-top .item-feature-top .box-content-bottom {
  position: absolute;
  bottom: -110%;
  left: 0;
  text-align: center;
  background: linear-gradient(92.81deg, #3539F3 3.58%, #4C38F5 48.23%, #6F49F4 100%), #F6F8FD;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  padding: 14px 14px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-bottom {
    padding: 0.5rem;
    padding-top: 1rem;
  }
}
.section-feature-top-landing .box-feature-top .item-feature-top .box-content-bottom:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100px;
  height: 46px;
  background-image: url(../images/Landing-Emma/bg-desc-feature.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.section-feature-top-landing .box-feature-top .item-feature-top .box-content-bottom .desc-feature {
  color: #fff;
  font-weight: 600;
  line-height: 25px;
  font-family: "SourceSans-Semibold";
}
@media (max-width: 767px) {
  .section-feature-top-landing .box-feature-top .item-feature-top .box-content-bottom .desc-feature {
    font-size: 0.7rem;
    line-height: 14px;
  }
}

.section-feature-emma {
  padding: 4rem 0;
  background-color: #f6f8fd;
  position: relative;
}
.section-feature-emma:before {
  content: "";
  width: 100%;
  height: 32px;
  position: absolute;
  top: -0.7rem;
  left: 0;
  background-image: url(../images/Landing-Emma/bg-rounded-top.png);
  background-repeat: space;
  background-size: contain;
}
@media (max-width: 767px) {
  .section-feature-emma:before {
    background-size: 30%;
  }
}
.section-feature-emma .box-head {
  max-width: 869px;
  margin: 0 auto;
}
.section-feature-emma .box-head .head-title {
  color: #333333;
  font-size: 30px;
  font-family: "SourceSans-Black";
}
.section-feature-emma .box-head .sub-head-title {
  color: #5f5f5f;
}
.section-feature-emma .box-feature-wrapper {
  margin-top: 4rem;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .slick-list {
  overflow: initial;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-item-feature:after {
  top: 0;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-item-feature .box-content {
  margin-top: 2.5rem;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-item-feature .box-content .title {
  display: none;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-item-feature .box-content .description {
  min-height: 181px;
  -webkit-line-clamp: 8;
  color: #fff;
}
@media (max-width: 767px) {
  .section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-item-feature .box-content .description {
    min-height: 200px;
    -webkit-line-clamp: 9;
  }
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-icon {
  scale: 1.2;
  box-shadow: 0px 10px 9px 3px rgba(0, 0, 0, 0.17);
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer:hover .box-icon:after {
  visibility: visible;
  opacity: 1;
  top: 3.5rem;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-icon {
  background: #e5e7fc;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: middle;
  border-radius: 50px;
  border: 6px solid #fff;
  position: relative;
  top: 3rem;
  z-index: 3;
  scale: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-icon img {
  width: 100%;
  height: auto;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-icon:after {
  content: "";
  width: 135px;
  height: 36px;
  background-image: url(../images/Landing-Emma/bg-vector-top.png);
  background-size: cover;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 57%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  transform: translatex(-50%);
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature {
  background: #fff;
  border-radius: 16px;
  padding: 1.5rem;
  padding-top: 3rem;
  text-align: center;
  height: 290px;
  margin: 0 0.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature {
    height: 310px;
  }
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #494df4;
  background-image: url(../images/Landing-Emma/bg-vector-bottom.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature .box-content {
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature .box-content .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 1.5rem;
  font-family: "SourceSans-Bold";
}
.section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature .box-content .description {
  font-size: 15px;
  color: #333333;
  text-align: justify;
  white-space: pre-wrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .section-feature-emma .box-feature-wrapper .carousel-feature .box-item-feature-outer .box-item-feature .box-content .description {
    min-height: 115px;
    -webkit-line-clamp: 5;
  }
}
.section-feature-emma .box-feature-wrapper .box-navigate-feature {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-feature-emma .box-feature-wrapper .box-navigate-feature {
    display: none;
  }
}
.section-feature-emma .box-feature-wrapper .box-navigate-feature .prev-navigate,
.section-feature-emma .box-feature-wrapper .box-navigate-feature .next-navigate {
  background: #edf1f5;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-feature-emma .box-feature-wrapper .box-navigate-feature .prev-navigate:hover,
.section-feature-emma .box-feature-wrapper .box-navigate-feature .next-navigate:hover {
  background-color: #494df4;
  color: #ffffff;
}

.section-feature-emma.fit-challange {
  background-color: #ffffff;
}
.section-feature-emma.fit-challange:before {
  display: none;
}
@media (max-width: 500px) {
  .section-feature-emma.fit-challange .box-head .head-title {
    width: 77%;
    margin: 0 auto;
    margin-bottom: 0.5rem;
  }
}
@media (max-width: 280px) {
  .section-feature-emma.fit-challange .box-head .head-title {
    width: 100%;
  }
}
.section-feature-emma.fit-challange .box-feature-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer {
  width: 340px;
  position: relative;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-item-feature:after {
  top: 0;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-item-feature .box-content {
  margin-top: 2.5rem;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-item-feature .box-content .title {
  display: none;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-item-feature .box-content .description {
  min-height: 181px;
  -webkit-line-clamp: 8;
  color: #fff;
}
@media (max-width: 767px) {
  .section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-item-feature .box-content .description {
    min-height: 200px;
    -webkit-line-clamp: 9;
  }
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-icon {
  scale: 1.2;
  box-shadow: 0px 10px 9px 3px rgba(0, 0, 0, 0.17);
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer:hover .box-icon:after {
  visibility: visible;
  opacity: 1;
  top: 3.5rem;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-icon {
  background: #E5E7FC;
  width: 84px;
  height: 84px;
  margin: 0 auto;
  padding: 1rem 0;
  display: flex;
  align-items: center;
  justify-content: middle;
  border-radius: 50px;
  border: 6px solid #fff;
  position: relative;
  top: 3rem;
  z-index: 3;
  scale: 1;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-icon:after {
  content: "";
  width: 135px;
  height: 36px;
  background-image: url(../images/Landing-Emma/bg-vector-top.png);
  background-size: cover;
  top: 0;
  visibility: hidden;
  opacity: 0;
  left: 57%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  position: absolute;
  transform: translatex(-50%);
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-tag {
  position: absolute;
  right: 0;
  top: 0;
  text-align: center;
  color: #fff;
  width: 52px;
  height: 53px;
  background: linear-gradient(180deg, #FCB501 0%, #EEA101 47.64%, #E0A101 100%), #D9D9D9;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 100%;
  padding-left: 0.5rem;
  padding-bottom: 0.8rem;
  z-index: 4;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-tag small {
  font-size: 10px;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-tag p {
  margin: 0;
  position: relative;
  top: 0;
  font-size: 1rem;
  font-weight: 900;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature {
  background: #F6F8FD;
  border-radius: 16px;
  padding: 1.5rem;
  padding-top: 3rem;
  text-align: center;
  height: 290px;
  margin: 0 0.8rem;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature {
    height: 310px;
  }
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature:after {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #027180;
  background-image: url(../images/Landing-Emma/bg-vector-bottom.png);
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  position: absolute;
  top: 100%;
  left: 0;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature .box-content {
  margin-top: 1.5rem;
  position: relative;
  z-index: 2;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature .box-content .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 1.5rem;
  font-family: "SourceSans-Semibold";
}
.section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature .box-content .description {
  font-size: 15px;
  color: #333333;
  text-align: justify;
  white-space: pre-wrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 92px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
@media (max-width: 767px) {
  .section-feature-emma.fit-challange .box-feature-wrapper .box-item-feature-outer .box-item-feature .box-content .description {
    min-height: 115px;
    -webkit-line-clamp: 5;
  }
}

.section-fit-challange-activity {
  padding: 4rem 0;
  background: #F6F8FD;
}
.section-fit-challange-activity .box-head .head-title {
  color: #00008F;
  font-size: 30px;
  font-family: "SourceSans-Black";
}
.section-fit-challange-activity .box-activity-wrapper {
  margin-top: 4rem;
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange {
  margin: 0 1.2rem;
}
@media (max-width: 767px) {
  .section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange {
    margin: 0 0.8rem;
  }
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail {
  height: 330px;
  background-size: cover;
  border-radius: 20px 20px 0 0;
  position: relative;
}
@media (max-width: 820px) {
  .section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail {
    height: 195px;
  }
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  background: linear-gradient(-180deg, rgba(0, 0, 0, 0) 0%, black 100%);
  opacity: 0.47;
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail .box-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail .box-play:hover .ico {
  transform: scale(1.2);
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail .box-play .ico {
  border: 5px solid;
  width: 100px;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 2.5rem;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 820px) {
  .section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-thumbnail .box-play .ico {
    width: 70px;
    height: 70px;
    font-size: 1.5rem;
  }
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-content {
  padding: 1rem;
  padding-top: 1.5rem;
  background: #fff;
  border-radius: 0 0 20px 20px;
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-content .title-fit-challange {
  color: #00008f;
  font-family: "SourceSans-Semibold";
  font-size: 20px;
  margin-bottom: 1rem;
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-content .desc-fit-challange {
  font-size: 0.9rem;
  white-space: pre-wrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 42px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-fit-challange-activity .box-activity-wrapper .carousel-fit-challange .item-fit-challange .box-content .note-bottom {
  color: #7d7d7d;
  font-size: 1rem;
  letter-spacing: 1px;
  margin-bottom: 0;
}
.section-fit-challange-activity .box-activity-wrapper .box-navigate-fit-challange {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  margin: 0 auto;
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .section-fit-challange-activity .box-activity-wrapper .box-navigate-fit-challange {
    display: none;
  }
}
.section-fit-challange-activity .box-activity-wrapper .box-navigate-fit-challange .prev-navigate,
.section-fit-challange-activity .box-activity-wrapper .box-navigate-fit-challange .next-navigate {
  background: #EDF1F5;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-fit-challange-activity .box-activity-wrapper .box-navigate-fit-challange .prev-navigate:hover,
.section-fit-challange-activity .box-activity-wrapper .box-navigate-fit-challange .next-navigate:hover {
  background-color: #494df4;
  color: #ffffff;
}

@media (max-width: 820px) {
  .mdl-custom-emma.mdl-video-fit-challange {
    width: 80%;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.mdl-video-fit-challange {
    width: 90%;
  }
}
.mdl-custom-emma.mdl-video-fit-challange .mdl-body .box-content {
  width: 800px;
  height: 450px;
}
@media (max-width: 820px) {
  .mdl-custom-emma.mdl-video-fit-challange .mdl-body .box-content {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.mdl-video-fit-challange .mdl-body .box-content {
    height: 242px;
  }
}

.section-article {
  padding: 4rem 0;
  padding-bottom: 6rem;
  background-color: #ffffff;
  font-family: "SourceSans";
  position: relative;
}
.section-article .box-outer-carousel-article {
  position: relative;
  z-index: 2;
}
.section-article .box-outer-carousel-article .box-head .title {
  font-size: 30px;
  margin-bottom: 0.4rem;
  color: #333333;
  font-family: "SourceSans-Black";
}
.section-article .box-outer-carousel-article .box-head .subtitle {
  font-size: 18px;
  font-weight: 400;
  color: #5F5F5F;
}
.section-article .box-outer-carousel-article .carousel-article {
  visibility: hidden;
  position: relative;
}
.section-article .box-outer-carousel-article .carousel-article:before {
  content: "";
  position: absolute;
  left: 0;
  top: 30px;
  width: 40px;
  height: 87%;
  background: linear-gradient(270deg, #000000 5.82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  transform: rotate(180deg);
  z-index: 2;
}
@media (max-width: 767px) {
  .section-article .box-outer-carousel-article .carousel-article:before {
    opacity: 0.1;
  }
}
.section-article .box-outer-carousel-article .carousel-article:after {
  content: "";
  position: absolute;
  right: 0;
  top: 30px;
  width: 40px;
  height: 87%;
  background: linear-gradient(270deg, #000000 5.82%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.2;
  z-index: 2;
}
@media (max-width: 767px) {
  .section-article .box-outer-carousel-article .carousel-article:after {
    opacity: 0.1;
  }
}
.section-article .box-outer-carousel-article .carousel-article.slick-initialized {
  visibility: visible;
}
.section-article .box-outer-carousel-article .carousel-article .slick-track {
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: flex;
}
.section-article .box-outer-carousel-article .carousel-article .item-article {
  height: inherit;
  position: relative;
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover {
  top: -2rem;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer:before {
  opacity: 1;
  visibility: visible;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-image img {
  transform: scale(1.2);
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-date-time .box-date,
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-date-time .box-time {
  color: #fff;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-date-time .box-date .box-icon svg path,
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-date-time .box-time .box-icon svg path {
  stroke: #fff;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-content .title {
  color: #fff;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-content .desc {
  color: #fff;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-view-count {
  background: rgba(255, 255, 255, 0.1);
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-view-count .box-icon svg path {
  stroke: #fff;
}
.section-article .box-outer-carousel-article .carousel-article .item-article:hover .box-outer .box-view-count .count {
  color: #fff;
}
.section-article .box-outer-carousel-article .carousel-article .item-article a {
  text-decoration: none;
  cursor: pointer;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer {
  border-radius: 14px;
  background: #F9F9F9;
  margin: 0 1.2rem;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  height: 100%;
  padding: 1rem;
  position: relative;
  overflow: hidden;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(92.81deg, #494DF4 3.58%, #4A37F4 48.23%, #6F49F4 100%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
}
@media (max-width: 820px) {
  .section-article .box-outer-carousel-article .carousel-article .item-article .box-outer {
    margin: 0 0.6rem;
  }
}
@media (max-width: 767px) {
  .section-article .box-outer-carousel-article .carousel-article .item-article .box-outer {
    margin: 0 0.3rem;
  }
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-image {
  width: 100%;
  height: 170px;
  overflow: hidden;
  border-radius: 14px;
  background-color: #F9F9F9;
  margin-bottom: 1rem;
  position: relative;
  z-index: 2;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-image img {
  width: 100%;
  height: auto;
  min-height: 170px;
  transform: scale(1);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-date-time {
  display: flex;
  gap: 1rem;
  position: relative;
  z-index: 2;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-date-time .box-date,
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-date-time .box-time {
  display: flex;
  gap: 0.5rem;
  font-size: 12px;
  color: #7F7F7F;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-content {
  position: relative;
  z-index: 2;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-content .title {
  font-size: 22px;
  font-family: "SourceSans-Bold";
  color: #333333;
  font-weight: 700;
  white-space: pre-wrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 55px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-content .desc {
  font-size: 15px;
  color: #5F5F5F;
  white-space: pre-wrap;
  word-break: keep-all;
  text-overflow: ellipsis;
  overflow: hidden;
  min-height: 26px;
  margin-bottom: 0.5rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-view-count {
  position: relative;
  z-index: 2;
  display: flex;
  gap: 0.3rem;
  background: rgba(2, 113, 128, 0.1);
  border-radius: 100px;
  width: max-content;
  padding: 0 0.5rem;
  align-items: center;
  justify-content: center;
}
.section-article .box-outer-carousel-article .carousel-article .item-article .box-outer .box-view-count .count {
  font-size: 11px;
  color: #027180;
  margin-bottom: 0;
}
.section-article .box-outer-carousel-article .box-navigate-article {
  display: flex;
  gap: 0.5rem;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .section-article .box-outer-carousel-article .box-navigate-article {
    display: none;
  }
}
.section-article .box-outer-carousel-article .box-navigate-article .prev-navigate,
.section-article .box-outer-carousel-article .box-navigate-article .next-navigate {
  background: #EDF1F5;
  padding: 0.5rem 1.2rem;
  border-radius: 4px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-article .box-outer-carousel-article .box-navigate-article .prev-navigate:hover,
.section-article .box-outer-carousel-article .box-navigate-article .next-navigate:hover {
  background-color: #494df4;
  color: #ffffff;
}

.box-popup-btn.popup-desktop {
  position: relative;
  z-index: 1042;
}
.box-popup-btn.popup-desktop .live-emma {
  position: fixed;
  bottom: 22px;
  right: 1%;
  z-index: 1;
  text-align: right;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .box-popup-btn.popup-desktop .live-emma:hover {
    -webkit-animation: pulse 1.5s infinite;
    -moz-animation: pulse 1.5s infinite;
    -ms-animation: pulse 1.5s infinite;
    animation: pulse 1.5s infinite;
    border-radius: 50%;
  }
}
@media (max-width: 767px) {
  .box-popup-btn.popup-desktop .live-emma {
    position: fixed;
    right: 15px !important;
    bottom: 10px;
    width: auto;
  }
}
.box-popup-btn.popup-desktop .live-emma a {
  border: 3px solid white;
  background-color: #ffffff;
  display: block;
  width: 71px;
  height: 71px;
  line-height: 65px;
  overflow: hidden;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  .box-popup-btn.popup-desktop .live-emma a {
    border-radius: 50% !important;
    background-color: transparent !important;
  }
}
.box-popup-btn.popup-desktop .live-emma a img {
  height: 65px;
  width: 65px;
  box-shadow: none;
  border-radius: 0px;
  border: 0px;
}
.box-popup-btn.popup-desktop .live-emma .emma-live {
  border: 1px solid white;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.2509803922);
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .box-popup-btn.popup-desktop .live-emma .emma-live {
    border: 2px solid white;
  }
}
.box-popup-btn.popup-desktop .live-emma .box-info {
  position: absolute;
  background: #f07662;
  color: #fff;
  padding: 0.7rem 1rem;
  border-radius: 22px;
  right: 0;
  top: -2rem;
  font-size: 0.8rem;
  opacity: 0;
  visibility: hidden;
  width: max-content;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .box-popup-btn.popup-desktop .live-emma .box-info {
    top: -2.5rem;
  }
}
.box-popup-btn.popup-desktop .live-emma .box-info:before {
  content: "";
  position: absolute;
  bottom: -0.1rem;
  right: 3rem;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 0;
  border-left: 10px solid #f07662;
  border-bottom: 10px solid #f07662;
  transform: rotate(45deg);
}
.box-popup-btn.popup-desktop .live-emma:hover .box-info {
  opacity: 1;
  visibility: visible;
}

.modal-live-chat.fade.show .modal-dialog {
  transform: none;
  left: initial !important;
  width: 100%;
  top: 50% !important;
  -webki-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.modal-live-chat .modal-dialog {
  position: relative !important;
  -webkit-transform: translateY(-100%) !important;
  -moz-transform: translateY(-100%) !important;
  -ms-transform: translateY(-100%) !important;
  -o-transform: translateY(-100%) !important;
  transform: translateY(-100%) !important;
  top: initial !important;
  left: initial !important;
  width: 100%;
}
.modal-live-chat .modal-dialog .modal-content {
  border-radius: 12px;
  border: none;
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
  max-width: 800px;
}
@media (max-width: 768px) {
  .modal-live-chat .modal-dialog .modal-content {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
.modal-live-chat .modal-dialog .modal-content .modal-body {
  height: auto;
  padding: 0;
  margin-bottom: 0px;
}
@media (max-width: 360px) {
  .modal-live-chat .modal-dialog .modal-content .modal-body {
    max-height: 98vh;
    overflow: auto;
  }
}
.modal-live-chat .modal-dialog .modal-content .modal-body .close {
  float: none;
  position: absolute;
  right: 1rem;
  top: 1rem;
  z-index: 2;
  color: #ffffff;
  opacity: 1;
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content {
  position: relative;
  height: 400px;
}
@media (max-width: 768px) {
  .modal-live-chat .modal-dialog .modal-content .modal-body .box-content {
    height: auto;
  }
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text {
  padding-top: 5rem;
  padding-left: 5rem;
  max-width: 70%;
  margin-left: auto;
  color: #ffffff;
}
@media (max-width: 768px) {
  .modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text {
    padding: 0 2rem;
    padding-top: 5rem;
    max-width: 100%;
  }
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text .note {
  margin-top: 2rem;
}
@media (max-width: 767px) {
  .modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text .note {
    margin-top: 1rem;
  }
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text .cx-btn {
  background-color: transparent;
  border: 2px solid #ffffff;
  min-width: 150px;
  color: #fff;
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text .cx-btn:before {
  background-color: rgba(255, 255, 255, 0.3);
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-text .cx-btn:hover {
  background-color: #ffffff;
  color: #ffa300;
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-image {
  position: absolute;
  bottom: 0;
  left: 0;
  max-height: 315px;
  max-width: 315px;
  height: 315px;
  width: auto;
}
.modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-image .img-fluid {
  height: 100%;
}
@media (max-width: 768px) {
  .modal-live-chat .modal-dialog .modal-content .modal-body .box-content .box-image {
    position: relative;
    text-align: right;
  }
}

@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.25);
  }
  70% {
    -moz-box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 15px rgba(204, 169, 44, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
  }
}
.new-btn-blue {
  font-size: 16px;
  padding: 10px 16px;
  font-family: "SourceSans-Semibold";
  border: 1px solid #494df4;
  background-color: #494df4;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-btn-blue:hover {
  background-color: #FCB501;
  border-color: #FCB501;
  text-decoration: none;
}
.new-btn-blue.lg {
  font-size: 18px;
  padding: 14px 16px;
}
.new-btn-blue.sm {
  font-size: 14px;
  padding: 8px 12px;
}
.new-btn-blue.xs {
  font-size: 12px;
  padding: 6px 12px;
}
.new-btn-blue.with-chevron {
  position: relative;
  padding-right: 37px;
}
.new-btn-blue.with-chevron:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.new-btn-blue.with-chevron:hover:after {
  width: 22px;
  content: "\f178";
}
.new-btn-blue.with-chevron:disabled:hover:after, .new-btn-blue.with-chevron.disabled:hover:after {
  content: "\f054";
  width: 14px;
  transform: none !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.new-btn-blue.border-only {
  background-color: #fff;
  color: #494df4 !important;
  border: 2px solid #494df4;
}
.new-btn-blue.border-only:hover {
  background: #FCB501;
  border-color: #FCB501;
  color: #fff !important;
}
.new-btn-blue.border-only.with-chevron:after {
  background: rgba(73, 78, 244, 0.2);
  color: #494df4;
}
.new-btn-blue.border-only.with-chevron:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.new-btn-blue.border-only.with-chevron:disabled:after, .new-btn-blue.border-only.with-chevron.disabled:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #FFFFFF;
}
.new-btn-blue.border-only:disabled, .new-btn-blue.border-only.disabled {
  background-color: #fff !important;
  border: 2px solid #CCCCCC !important;
  color: #999 !important;
}
.new-btn-blue.border-only.with-chevron:disabled:after, .new-btn-blue.border-only.with-chevron.disabled:after {
  background: rgba(204, 204, 204, 0.2) !important;
  color: rgba(153, 153, 153, 0.9);
}
.new-btn-blue.no-bg {
  box-shadow: none !important;
  background: none !important;
  background-color: transparent !important;
  color: #494df4 !important;
  border: 0 !important;
  padding: 0 !important;
}
.new-btn-blue.no-bg:after {
  color: #494df4;
  background: rgba(73, 77, 244, 0.2);
  font-weight: bold;
}
.new-btn-blue.disabled, .new-btn-blue:disabled {
  background: #CCCCCC !important;
  border-color: #CCCCCC !important;
  color: #fff !important;
  cursor: not-allowed !important;
}
.new-btn-blue.default {
  box-shadow: none;
  background: #CCCCCC;
  border-color: #CCCCCC;
  color: #fff !important;
}
.new-btn-blue.default:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
}
.new-btn-blue.c-green {
  color: #128992 !important;
}
.new-btn-blue.c-red {
  color: #C31444 !important;
}
.new-btn-blue.c-primary {
  color: #494df4 !important;
}
.new-btn-blue.c-primary.with-chevron:after {
  color: #494df4 !important;
  background: rgba(73, 78, 244, 0.2);
}
.new-btn-blue.c-primary.with-chevron:hover:after {
  color: #FCB501 !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.new-btn-blue.bg-white {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
}
.new-btn-blue.bg-white.c-green:hover {
  background: #0c5e65 !important;
  border-color: #0c5e65 !important;
  color: #fff !important;
}
.new-btn-blue.bg-white.c-red:hover {
  background: #950f34 !important;
  border-color: #950f34 !important;
  color: #fff !important;
}
.new-btn-blue.bg-white.c-primary:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
  color: #fff !important;
}
.new-btn-blue.bg-white.c-primary.with-chevron:hover:after {
  background-color: #fff;
}
.new-btn-blue.axa {
  background: #123B71;
  border-color: #123B71;
}
.new-btn-blue.axa:hover {
  background-color: #164687;
  border-color: #164687;
}
.new-btn-blue.ocean:hover {
  background-color: #4976ba !important;
  border-color: #4976ba !important;
  color: #fff !important;
}
.new-btn-blue.ocean:hover:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.new-btn-blue.emerald {
  background-color: #48A161;
  border-color: #48A161;
}
.new-btn-blue.emerald:hover {
  background-color: #387e4c;
  border-color: #387e4c;
}
.new-btn-blue.sienna {
  background: #f07662 !important;
  border-color: #f07662 !important;
}
.new-btn-blue.sienna:after {
  background-color: #fff;
  color: #f07662;
}
.new-btn-blue.sienna:hover {
  background-color: #e65d47 !important;
  border-color: #e65d47 !important;
}
.new-btn-blue.sienna:hover:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}
.new-btn-blue.dark {
  border-color: #00008f;
  background-color: #00008f;
}
.new-btn-blue.dark:hover {
  background-color: #FCB501;
  border-color: #FCB501;
  text-decoration: none;
}
.new-btn-blue.with-shadow {
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
}
.new-btn-blue.no-shadow {
  box-shadow: none !important;
}
.new-btn-blue.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.new-btn-blue.radius-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.new-btn-blue.has-dropdown .text {
  position: relative;
  padding-right: 15px;
}
.new-btn-blue.has-dropdown .text:after {
  content: "";
  position: absolute;
  right: 0px;
  width: 9px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='6' viewBox='0 0 9 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.799805 1.5L4.2998 4.5L7.7998 1.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-btn-blue.ico-left .ico {
  display: inline-block;
  top: 3px;
  position: relative;
}
.new-btn-blue.ico-left .text {
  display: inline-block;
  margin-left: 5px;
}
.new-btn-blue.left-icon span, .new-btn-blue.icon-left span {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.new-btn-blue.right-icon span, .new-btn-blue.icon-right span {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.new-btn-blue.with-ico .ico,
.new-btn-blue.with-ico .text {
  display: inline-block;
}
.new-btn-blue.with-ico .ico {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.new-btn-blue.c-primary.with-chevron:hover:after {
  color: #fff !important;
}

.new-btn-blue.ocean:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
}

.new-btn-blue.green-gradient:not(disabled) {
  border-color: transparent;
}

.new-btn-blue.btn-delete {
  background-color: #C91432;
  border-color: #C91432;
}
.new-btn-blue.btn-delete:hover {
  background-color: #9b0f26;
}
.new-btn-blue.bg-red {
  background-color: #FF1721;
  border-color: #FF1721;
}
.new-btn-blue.bg-red:hover {
  background-color: #e3000a;
}
.new-btn-blue.bg-red-dark {
  background-color: #C91432;
  border-color: #C91432;
}
.new-btn-blue.bg-red-dark:hover {
  background-color: #9b0f26;
}
.new-btn-blue.right-icon .text {
  top: 0px;
}
.new-btn-blue.left-icon .text {
  top: 0px;
}

.new-btn-blue.emma-gradient {
  background: linear-gradient(133deg, #494DF4 0%, #4A37F4 46.3%, #6F49F4 100%);
  border-color: transparent;
}
.new-btn-blue.emma-gradient:hover {
  background: #FCB501;
}

.CX-pop-up-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1045;
  opacity: 0;
  visibility: hidden;
}
.CX-pop-up-modal .bg-pop-up-modal-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-modal .box-pop-up-modal {
  position: relative;
  background-color: #fff;
  max-width: 548px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 2rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal .box-ico svg {
    height: 196px;
  }
}
.CX-pop-up-modal .box-pop-up-modal .box-text {
  font-family: "SourceSans";
  margin-top: 2rem;
}
.CX-pop-up-modal .box-pop-up-modal .box-text .title {
  font-size: 29px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "SourceSans-Bold";
  color: #333;
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal .box-text .title {
    font-size: 23px;
  }
}
.CX-pop-up-modal .box-pop-up-modal .box-text p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 23px;
  font-family: "source-sans-pro-regular";
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal .box-text p {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
  }
}
.CX-pop-up-modal .box-pop-up-modal .box-text .box-act {
  margin-top: 34px;
}
.CX-pop-up-modal.open {
  opacity: 1;
  visibility: visible;
}
.CX-pop-up-modal.open .box-pop-up-modal {
  opacity: 1;
  visibility: visible;
}

.box-select .select2.select2-container .selection .select2-selection__arrow {
  height: 100%;
}
.box-select .select2.select2-container .selection .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 0px;
  right: 10px;
  position: relative;
  color: #123b71;
}
.box-select .select2.select2-container .selection .select2-selection__arrow b {
  display: none;
}

.CX-pop-up-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (max-width: 1024px) {
  .CX-pop-up-filter {
    display: block;
  }
}
.CX-pop-up-filter .bg-pop-up-filter-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-filter .box-pop-up-filter {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 230px);
  bottom: 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  padding: 20px 1rem;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-bottom: -100%;
  -moz-bottom: -100%;
  -ms-bottom: -100%;
  -o-bottom: -100%;
  bottom: -100%;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head {
  position: relative;
  margin-bottom: 30px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .title {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -2px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .close .close-filter {
  display: block;
  padding: 20px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .close svg path {
  filter: #000;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner {
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container {
  width: 100% !important;
  height: 50px;
  background-color: #eceff8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .selection .select2-selection__arrow {
  height: 100%;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .selection .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 12px;
  right: 10px;
  position: relative;
  color: #123b71;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .selection .select2-selection__arrow b {
  display: none;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .select2-selection {
  height: 100%;
  border: 0;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .select2-selection__rendered {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  background-color: #eceff8;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search {
  position: relative;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner {
  position: relative;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .ico {
  position: absolute;
  left: 15px;
  margin-top: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input {
  border: 1px solid #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 40px;
  color: #123b71;
  font-weight: 700;
  font-size: 14px;
  background-color: #eceff8;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input::-webkit-input-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input::-webkit-input-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input::-moz-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input::-moz-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input:-moz-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input:-moz-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input:-ms-input-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input:-ms-input-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input:focus,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input:focus {
  border-color: #494df4;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-act {
  padding: 0 0px;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-act .new-btn-blue {
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  font-size: 16px;
  line-height: 24px;
}
.CX-pop-up-filter.open {
  opacity: 1;
  visibility: visible;
}
.CX-pop-up-filter.open .box-pop-up-filter {
  -webkit-bottom: 0;
  -moz-bottom: 0;
  -ms-bottom: 0;
  -o-bottom: 0;
  bottom: 0;
}

.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up {
  position: absolute;
  top: 10px;
  right: 10px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-family: "SourceSans-Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading .box-pop-heading-inner p {
  font-family: "SourceSans";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #999999;
}

.CX-custom-splash-alert {
  position: fixed;
  z-index: 1045;
  left: 0;
  top: 20px;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .CX-custom-splash-alert {
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.CX-custom-splash-alert.open {
  opacity: 1;
  visibility: visible;
}
.CX-custom-splash-alert .box-custom-splash-alert {
  margin: 0 auto;
  max-width: 449px;
  background: #c91432;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 23px;
  height: 66px;
  overflow: hidden;
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner {
  width: auto;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .icon {
  position: absolute;
  bottom: -7px;
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text {
  position: relative;
  margin-left: 80px;
  top: 15px;
  color: #fff;
  font-family: "SourceSans-Semibold";
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .title {
    font-size: 14px;
  }
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .text {
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .text {
    font-size: 11px;
  }
}

.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal {
  max-width: 600px;
  padding: 3rem 70px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal {
    padding: 3rem 10px;
  }
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-dropdown-changes {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-dropdown-changes {
    margin-top: 56px;
  }
}

.box-pop-up-modal .box-pop-up-modal-inner .box-text .box-act {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
.box-pop-up-modal .box-pop-up-modal-inner .box-text .box-act .new-btn-blue:last-child {
  margin-left: 0px;
}

.CX-pop-up-modal.lg .box-pop-up-modal {
  max-width: 85%;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.lg .box-pop-up-modal {
    max-width: 100%;
  }
}

@media (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal {
    padding: 2rem 15px;
  }
}
@media (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal .box-pop-up-modal-inner .box-dropdown-changes {
    margin-top: 50px;
  }
}
@media (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal .box-pop-up-modal-inner .box-action {
    margin-top: 20px !important;
  }
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal {
  max-width: 100%;
  top: initial;
  bottom: 0;
  position: absolute;
  width: 100%;
  border-radius: 0px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.CX-pop-up-modal.full-bottom-to-top.open .box-pop-up-modal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.CX-pop-up-modal.with-top-line .box-pop-up-modal .box-pop-heading:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 4px;
  background: #d9d9d9;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal {
  padding: 2rem 20px;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.open .box-pop-up-modal {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2rem 15px;
  }
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default .box-pop-up-modal {
    margin: 0 15px;
  }
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal {
  padding: 2rem 15px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-heading .box-pop-heading-inner p {
  font-size: 16px !important;
  line-height: 25px !important;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-verifikasi .box-info-verifikasi-inner .names {
  font-family: "SourceSans-Bold";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.CX-pop-up-modal.with-bg-cities .box-pop-up-modal .box-pop-up-modal-inner {
  position: relative;
}
.CX-pop-up-modal.with-bg-cities .box-pop-up-modal .box-pop-up-modal-inner:after {
  content: "";
  background-image: url(../images/bg-cities-large.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: cover;
  width: 100%;
  height: 357px;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
}

.CX-pop-up-modal.with-bg-cities:after {
  content: "";
  position: absolute;
}
.CX-pop-up-modal.full-width .box-pop-up-modal {
  padding: 0 0;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.full-width .box-pop-up-modal {
    margin: 0 0;
  }
}
.CX-pop-up-modal.no-radius .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.CX-pop-up-modal.lg-title .box-pop-up-modal .box-pop-heading:before {
  display: none;
}
.CX-pop-up-modal.lg-title .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}
.CX-pop-up-modal.p-16 .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 16px !important;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  color: #fff !important;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading:before {
  display: none;
}
.CX-pop-up-modal.with-blue-header.dark .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #3032c1;
}

.CX-pop-up-modal .box-pop-up-modal .box-text.small-text .title {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #333333;
}
.CX-pop-up-modal .box-pop-up-modal .box-text.small-text p {
  font-family: "SourceSans";
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #999999;
}

.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal {
  padding: 3rem 15px 20px;
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-size: 20px;
  line-height: 25px;
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-up-modal-inner .box-dropdown-changes {
  margin-top: 60px;
}

.CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal, .CX-pop-up-modal.modal-default.with-top-border .box-pop-up-modal {
  border-top: 5px solid #494df4;
}

.CX-pop-up-modal.with-blue-header .box-pop-up-modal, .CX-pop-up-modal.with-gold-header .box-pop-up-modal, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal, .CX-pop-up-modal.with-signature-header .box-pop-up-modal {
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  position: relative;
  color: #fff;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up {
  position: absolute;
  right: 12px;
  top: 15px;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 2rem;
  background-color: #fff;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form {
  padding-bottom: 0;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #494df4;
}
.CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #877731;
}
.CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #6d6e71;
}
.CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #1f1f1f;
}
.CX-pop-up-modal.lg-title .box-pop-up-modal .box-pop-heading-inner h3 {
  font-size: 20px !important;
  line-height: 25px !important;
}

.CX-pop-up-modal.with-blue-header.dark.emma-card .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #0e214e;
}

.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple {
  max-height: 70vh;
  overflow-y: auto;
}
.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-ico h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  margin-top: 10px;
  color: #333;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .CX-pop-up-modal .box-pop-up-modal {
    padding-right: 15px;
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner {
    overflow-x: hidden;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: calc(2rem - 15px);
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner.blue {
  background: #4976ba;
  color: #fff;
  border-color: #4976ba;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner.blue .ico-and-text .text {
  font-size: 13px;
  line-height: 16px;
}

.box-form-otp .box-resend-otp .new-btn-blue.with-ico {
  align-items: center;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico.blue-otp {
  background: #4976ba;
  border-color: #4976ba;
  padding: 6px 13px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico.blue-otp svg path {
  fill: #fff;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico.blue-otp:hover {
  background: #fcb501;
  border-color: #fcb501;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico .ico {
  top: 3px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico .text {
  top: 0px;
}

.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal {
  border-radius: 0px;
  max-width: 1000px;
}

.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .close-pop-up {
  z-index: 2;
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video {
  position: relative;
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video {
    width: 45px;
    height: 45px;
  }
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video .ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video .ico-play {
    font-size: 18px;
  }
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video .ico-play:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video.active .ico-play:before {
  content: "\f04c";
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video video {
  width: 100%;
  height: auto;
}

.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-weight: normal !important;
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal {
  max-width: 1000px;
  padding: 0px 0px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .close-pop-up {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #494df4;
  width: 31px;
  height: 31px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .close-pop-up {
    display: none;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .close-pop-up:hover {
  background-color: #C91432;
  transform: rotate(-90deg);
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 12px 24px;
  align-items: center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
    padding: 12px 12px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .box-info-user {
  text-align: left;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .box-info-user .box-ava {
  display: inline-block;
  margin-right: 5px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .box-info-user .box-ava .ico {
  top: 3px;
  position: relative;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .box-info-user .box-name {
  display: inline-block;
  font-size: 16px;
  font-family: "SourceSans-Semibold";
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .box-info-date {
  text-align: right;
  font-size: 14px;
  font-family: "SourceSans-Semibold";
  color: #333;
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner {
    padding-right: 0px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item {
  max-height: 550px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item {
    max-height: 400px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner {
  padding: 19px 24px 0px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  align-items: center;
  text-align: left;
  border-bottom: 2px solid #DEE5F8;
  padding-bottom: 17px;
  margin-bottom: 17px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-title {
  color: #333;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-title h3 {
  font-size: 27px;
  font-family: "SourceSans-Black";
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-title h3 {
    font-size: 22px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-title p {
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-title p {
    font-size: 14px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs {
  display: block;
  overflow-x: auto;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs::-webkit-scrollbar {
  -webkit-appearance: none;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs::-webkit-scrollbar:vertical {
  width: 6px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs::-webkit-scrollbar:horizontal {
  height: 6px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  border-radius: 10px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #F5F5F5;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner {
  display: flex;
  column-gap: 7px;
  justify-content: flex-end;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner {
    justify-content: flex-start;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner .box-content-feed-thumbs-item {
  width: 50px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner .box-content-feed-thumbs-item a {
  display: inline-block;
  text-decoration: none;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  border: 3px solid transparent;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner .box-content-feed-thumbs-item a.active, .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner .box-content-feed-thumbs-item a:hover {
  border-color: #494df4;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner .box-content-feed-thumbs-item a .box-thumb-display img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  object-position: center;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-caption {
  text-align: left;
  font-size: 15px;
  color: #333;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-caption p {
  margin-bottom: 0px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action {
  display: flex;
  column-gap: 20px;
  padding: 0 24px 20px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action {
    column-gap: 10px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue {
  padding: 12px 37px;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue span.text {
  margin-left: 0px;
  margin-right: 0px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue {
    padding: 11px 12px;
    font-size: 13px;
  }
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue svg {
    width: 12px;
    height: 12px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue.btn-delete {
  flex: 0 0 auto;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue.btn-share {
  flex: 1 1 auto;
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item .box-display-feed-item-inner .box-image-or-video img {
  margin: 0 auto;
  max-height: 550px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item .box-display-feed-item-inner .box-image-or-video img {
    max-height: 400px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow {
  z-index: 2;
  border: 1px solid;
  width: 31px;
  height: 31px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow:before {
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow.slick-prev {
  left: 20px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow.slick-prev {
    left: 12px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow.slick-prev:before {
  content: "\f053";
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow.slick-next {
  right: 20px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow.slick-next {
    right: 12px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .slick-arrow.slick-next:before {
  content: "\f054";
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-content-feed .box-content-feed-inner .box-content-feed-title-and-thumb .box-content-feed-thumbs .box-content-feed-thumbs-inner .box-content-feed-thumbs-item a .box-thumb-display {
  height: 50px;
}

.box-thumb-link {
  background-color: #fafafa;
  object-fit: cover;
  height: 50px;
  position: relative;
}
.box-thumb-link .box-thumb-link-inner {
  width: 27px;
  height: 27px;
  line-height: 27px;
  text-align: center;
  background-color: #494df4;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-thumb-link .box-thumb-link-inner .ico {
  top: 3px;
  position: relative;
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link {
  height: 400px;
  display: grid;
  align-items: center;
  background-color: #F6F8FC;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link {
    height: 250px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner {
  margin: 0 auto;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link {
  width: 716px;
  display: inline-block;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link {
    width: auto;
    padding: 0 20px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link {
  width: 122px;
  height: 122px;
  margin: 0 auto;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #F3F3F3;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link {
    width: 80px;
    height: 80px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link .box-thumb-link-inner {
  width: 77px;
  height: 77px;
  line-height: 0px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link .box-thumb-link-inner {
    width: 50px;
    height: 50px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link .box-thumb-link-inner .ico {
  top: 50%;
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link .box-thumb-link-inner .ico svg {
  width: 42px;
  height: 42px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-display-link .box-display-link-inner .box-thumb-link .box-thumb-link-inner .ico svg {
    width: 22px;
    height: 22px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-textbox-url {
  margin-top: 20px;
  position: relative;
  height: 48px;
  background-color: #fff;
  border: 1px solid rgb(229, 229, 229);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 0 20px;
  display: flex;
  column-gap: 20px;
  align-items: center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-textbox-url {
    padding: 0 5px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-textbox-url .box-textbox {
  flex: 1 1 auto;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-textbox-url .box-textbox input {
  background-color: #fff;
  border: 0px;
  font-size: 16px;
  color: #5F5F5F;
  font-family: "SourceSans-Semibold";
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-textbox-url .box-textbox input {
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-link .box-display-feed-item-inner .box-image-or-video .box-textbox-url .box-button-url .new-btn-blue {
    font-size: 12;
  }
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .info-for-mobile {
  color: #fff;
  font-size: 15px;
  position: absolute;
  bottom: -40px;
  width: 100%;
  font-family: "SourceSans";
  text-align: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .info-for-mobile {
    display: none;
  }
}

section.CX-new-emma-product.list.feeds .new-emma-product .new-emma-product-inner .box-category-filter {
  border-bottom: 0px;
  padding-bottom: 0px;
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .box-info-user .box-ava img {
  width: 18px;
  height: 18px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video {
  position: relative;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video .box-display-feed-item-inner .box-image-or-video .box-video {
  max-height: 550px;
}
@media (max-width: 1280px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video .box-display-feed-item-inner .box-image-or-video .box-video {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video .box-display-feed-item-inner .box-image-or-video .box-video {
    max-height: 400px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video .box-display-feed-item-inner .box-image-or-video .box-video video {
  width: 100%;
  height: auto;
  object-fit: cover;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video:before, .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video:after {
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 1;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video:before {
  content: "";
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.3);
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video:before {
    height: 45px;
    width: 45px;
  }
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #fff;
  font-size: 30px;
  margin-left: 3px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video:after {
    font-size: 18px;
  }
}

.box-thumb-link.video .box-thumb-link-inner {
  color: #fff;
}
.box-thumb-link.video .box-thumb-link-inner i {
  font-size: 11px;
  position: relative;
  left: 2px;
}

.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video.play-video:after {
  content: "\f04c";
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video.play-video:before, .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video.play-video:after {
  opacity: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video.play-video:hover:before, .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item.is-video.play-video:hover:after {
  opacity: 1;
}

@media (min-width: 1366px) and (max-height: 900px) {
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner {
    overflow-x: hidden;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: calc(2rem - 15px);
  }
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner .box-display-feed .box-display-feed-inner .box-display-feed-item {
    max-height: 400px;
  }
}
@media (min-width: 280px) and (max-height: 850px) {
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner {
    overflow-x: hidden;
    max-height: calc(100vh - 150px);
  }
}
@media (min-width: 1280px) and (max-width: 1440px) and (min-height: 700px) and (max-height: 900px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: calc(100vh - 90px);
  }
}
@media (min-width: 1280px) and (max-width: 1440px) and (min-height: 500px) and (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: calc(100vh - 100px);
  }
}
@media (min-width: 768px) and (max-width: 1050px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed .box-pop-up-modal {
    margin-left: 20px;
    margin-right: 20px;
  }
}

@media (min-width: 1280px) and (max-width: 1440px) and (min-height: 700px) and (max-height: 900px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed.no-fixed .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: initial;
  }
}
@media (min-width: 1280px) and (max-width: 1440px) and (min-height: 500px) and (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pop-feed.no-fixed .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: initial;
  }
}

@media (max-width: 767px) {
  body.is-fit-challange footer {
    display: none;
  }
  body.is-fit-challange:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #1A1A1A;
  }
}

.CX-fit-challange-slider-center {
  position: relative;
  padding: 80px 0;
}
@media (min-width: 1366px) and (max-height: 800px) {
  .CX-fit-challange-slider-center {
    padding: 35px 0;
  }
}
.CX-fit-challange-slider-center:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #1A1A1A;
}
.CX-fit-challange-slider-center .box-action {
  text-align: center;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .box-action {
    margin-top: 40px;
  }
}
.CX-fit-challange-slider-center .box-action .new-btn-blue {
  font-size: 20px;
  padding: 12px 37px 12px 22px;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .box-action .new-btn-blue {
    font-size: 18px;
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .slick-list {
  padding-top: 50px !important;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .slick-list {
    height: auto !important;
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner {
  width: 336px;
  margin: 20px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
  background-color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner {
    width: 250px;
    margin: 10px;
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-info-user {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 8px 20px;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-info-user .box-ava {
  position: relative;
  top: 3px;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-info-user .box-name {
  font-size: 18px;
  font-family: "SourceSans-Bold";
  color: #494df4;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-content .box-content-inner {
  padding: 0 10px 10px;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-img {
  height: 341px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-img {
    height: 302px;
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: center center;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    -o-transform: translateY(-30px);
    transform: translateY(-30px);
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner {
  background-color: #494df4;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  width: 393px;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner {
    width: 310px;
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-info-user {
  background-color: #494df4;
  padding: 9.5px 20px;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-info-user .box-ava svg path {
  fill: #fff;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-info-user .box-name {
  color: #fff;
  font-size: 16px;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner {
  padding: 0;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-img {
  border-radius: 0;
  height: 448px;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-img {
    height: 360px;
  }
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-img img {
    height: 360px;
  }
}

.CX-pop-up-modal.no-fixed {
  position: relative;
  top: initial;
  left: initial;
  padding: 42px 0;
}
.CX-pop-up-modal.no-fixed .bg-pop-up-modal-dark {
  background: #1A1A1A;
}
.CX-pop-up-modal.no-fixed .box-pop-up-modal {
  transform: none;
  top: initial;
}

.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video {
  position: relative;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video:before, .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video:before {
  width: 91px;
  height: 91px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  color: #fff;
  font-size: 30px;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.play-video:before, .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.play-video:after {
  opacity: 0;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.play-video:after {
  content: "\f04c";
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.play-video:hover:before, .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.play-video:hover:after {
  opacity: 1;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-video {
  height: 341px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-video {
    height: 302px;
  }
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-video video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-repeat: center center;
}
.CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-video {
  border-radius: 0;
  height: 448px;
}
@media (max-width: 767px) {
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-video {
    height: 360px;
  }
  .CX-fit-challange-slider-center .fit-challange-slider-center-inner .fit-challange-slider-center-item.is-video.slick-center .fit-challange-slider-center-item-inner .box-content .box-content-inner .box-video video {
    height: 360px;
  }
}

html body.is-user .CX-utama {
  margin-top: 55px !important;
}

.CX-header.new {
  padding: 0px 20px !important;
}
.CX-header.new .box-additional .box-additional-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}
.CX-header.new .box-additional .box-additional-inner .portlet-decorate .portlet-content {
  border: 0px;
}
.CX-header.new .box-additional .box-additional-inner .box-button-axa {
  position: relative;
}
.CX-header.new .box-additional .box-additional-inner .box-button-axa .box-dropdown-list {
  width: 319px;
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 25px;
  opacity: 0;
  visibility: hidden;
}
.CX-header.new .box-additional .box-additional-inner .box-button-axa .box-dropdown-list.open {
  opacity: 1;
  visibility: visible;
}
.CX-header.new .box-additional .box-additional-inner .box-button-axa .box-dropdown-list:before {
  content: "";
  position: absolute;
  right: 80px;
  top: -10px;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
}
.CX-header.new .box-additional .box-additional-inner .new-btn-blue.xs {
  padding: 7px 13px;
}
@media (max-width: 767px) {
  .CX-header.new .box-additional .box-additional-inner .new-btn-blue.xs {
    padding: 3.5px 10px;
  }
}
.CX-header.new .box-additional .box-additional-inner .new-btn-blue.xs.with-chevron:after {
  width: 12px;
  height: 12px;
  font-size: 0.4rem;
  line-height: 12px;
}
.CX-header.new .box-additional .box-additional-inner .new-btn-blue.with-chevron {
  padding-right: 33px;
}
@media (max-width: 767px) {
  .CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul > li {
    padding: 3px 16px;
  }
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li > a {
  font-size: 14px;
  font-family: "SourceSans-Semibold";
  text-decoration: none;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple {
  width: 100%;
  -webkit-border-bottom-left-radius: 15px;
  -moz-border-bottom-left-radius: 15px;
  -ms-border-bottom-left-radius: 15px;
  -o-border-bottom-left-radius: 15px;
  border-bottom-left-radius: 15px;
  -webkit-border-bottom-right-radius: 15px;
  -moz-border-bottom-right-radius: 15px;
  -ms-border-bottom-right-radius: 15px;
  -o-border-bottom-right-radius: 15px;
  border-bottom-right-radius: 15px;
  overflow: hidden;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple li.lang-pill {
  background-color: #fff !important;
  border-radius: 0px !important;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple li.lang-pill a {
  text-align: center;
  padding: 5px 10px !important;
  font-size: 14px;
  font-family: "SourceSans-Semibold" !important;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple li.lang-pill span {
  padding: 5px 10px !important;
  color: #FFB600;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple li.lang-pill:hover a {
  background-color: #FCB501 !important;
}

.box-dropdown-list {
  background: #FFF;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  -webkit-box-shadow: 0px 9px 8px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 9px 8px 3px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 9px 8px 3px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 9px 8px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 9px 8px 3px rgba(0, 0, 0, 0.15);
  padding: 16px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-dropdown-list.open {
  opacity: 1;
  visibility: visible;
}
.box-dropdown-list ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.box-dropdown-list ul li {
  padding: 4px 0;
  border-bottom: 1px solid rgba(73, 77, 244, 0.1);
}
.box-dropdown-list ul li:first-child {
  padding-top: 0px;
}
.box-dropdown-list ul li:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.box-dropdown-list ul li a {
  display: block;
  color: #333333 !important;
  text-decoration: none;
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  line-height: normal;
  padding: 13px 12px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
}
.box-dropdown-list ul li a:after {
  content: "";
  position: absolute;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.box-dropdown-list ul li:hover a {
  background-color: rgba(73, 77, 244, 0.1);
  color: #494DF4 !important;
}
.box-dropdown-list ul li.selected a {
  background-color: #00008F;
  color: #fff !important;
}
.box-dropdown-list ul li.selected a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8 0C3.58182 0 0 3.58182 0 8C0 12.4182 3.58182 16 8 16C12.4182 16 16 12.4182 16 8C16 3.58182 12.4182 0 8 0ZM11.4676 6.64727C11.5315 6.57429 11.5801 6.48926 11.6106 6.39721C11.6411 6.30516 11.6529 6.20794 11.6453 6.11126C11.6377 6.01459 11.6108 5.92041 11.5662 5.83428C11.5217 5.74814 11.4604 5.67179 11.3859 5.6097C11.3114 5.54762 11.2252 5.50106 11.1324 5.47277C11.0397 5.44448 10.9422 5.43503 10.8457 5.44497C10.7493 5.4549 10.6558 5.48403 10.5707 5.53064C10.4857 5.57725 10.4108 5.6404 10.3505 5.71636L7.22327 9.46836L5.60509 7.84945C5.46793 7.71698 5.28422 7.64367 5.09353 7.64533C4.90284 7.64699 4.72043 7.72347 4.58559 7.85831C4.45074 7.99316 4.37426 8.17557 4.3726 8.36625C4.37094 8.55694 4.44425 8.74065 4.57673 8.87782L6.75855 11.0596C6.83001 11.1311 6.91556 11.1868 7.00976 11.2233C7.10395 11.2598 7.20473 11.2763 7.30565 11.2717C7.40657 11.2672 7.50544 11.2416 7.59594 11.1967C7.68643 11.1518 7.76658 11.0885 7.83127 11.0109L11.4676 6.64727Z' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .CX-header.new {
    padding: 20px 20px !important;
  }
}
@media (max-width: 767px) {
  .CX-header.new .container-fluid.CX-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (max-width: 767px) {
  .CX-header.new .box-logo.dual {
    flex: 0 0 auto;
    padding: 0px;
    position: relative;
    top: 3px;
  }
}
@media (max-width: 767px) {
  .CX-header.new .box-logo.dual a svg {
    height: 23px;
    width: 172px;
  }
}
@media (max-width: 767px) {
  .CX-header.new .box-additional {
    flex: 1 1 auto;
  }
}
@media (max-width: 767px) {
  .CX-header.new .box-additional .box-additional-inner {
    justify-content: flex-end;
    grid-column-gap: 9px;
  }
}
@media (max-width: 767px) {
  .CX-header.new .box-additional .box-additional-inner .box-action-mobile.hide {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .CX-header.new .box-additional .box-additional-inner .box-button-faq,
  .CX-header.new .box-additional .box-additional-inner .box-button-axa {
    display: none;
  }
}

.CX-pop-up-modal.from-bottom {
  z-index: 10001;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal {
  max-width: 393px;
  padding: 20px;
  position: absolute;
  top: initial;
  transform: none;
  width: initial;
  left: 16px;
  right: 16px;
  bottom: 0;
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.from-bottom .box-pop-up-modal {
    max-width: initial !important;
  }
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .info-for-mobile {
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  font-family: "SourceSans-Semibold";
  text-align: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .CX-pop-up-modal.from-bottom .box-pop-up-modal .info-for-mobile {
    display: none;
  }
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  color: #333;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 54px;
  height: 5px;
  background-color: #D9D9D9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.from-bottom .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3:before {
    display: block;
  }
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list {
  padding: 20px 0 0;
  box-shadow: none;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list ul li {
  background-color: #fff;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list ul li a {
  text-align: left;
  padding: 13px 13px;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li {
  background-color: #fff;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li:hover a {
  background-color: #fff !important;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li.selected a {
  background-color: #00008F !important;
  color: #fff !important;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li a {
  padding-left: 45px !important;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li a .ico {
  position: absolute;
  left: 16px;
  top: 50%;
  margin-top: 2px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='8' cy='8' r='8' fill='%23494DF4'/%3E%3Cpath opacity='0.9' d='M6.22266 4.44434L9.77821 7.99989L6.22266 11.5554' stroke='%23494DF4' stroke-width='1.4'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  right: 14px;
  background-repeat: no-repeat;
}
.CX-pop-up-modal.from-bottom .box-pop-up-modal .box-dropdown-list.type-link ul li.has-dropdown a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.6963 0.0621781L6.63411 10.5622L0.571933 0.0621777L12.6963 0.0621781Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 11px;
  background-repeat: no-repeat;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma {
    max-width: 472px;
  }
}
@media (max-width: 500px) {
  .mdl-custom-emma.meet-emma {
    max-width: 351px;
  }
  .mdl-custom-emma.meet-emma .top-gradient-box {
    top: -16px;
  }
  .mdl-custom-emma.meet-emma .bottom-gradient-box {
    bottom: -20px;
  }
}
@media (max-width: 369px) {
  .mdl-custom-emma.meet-emma .top-gradient-box {
    top: -19px;
  }
  .mdl-custom-emma.meet-emma .bottom-gradient-box {
    bottom: -25px;
  }
}

@media (max-width: 767px) {
  .CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple li.lang-pill {
    padding: 0 0;
  }
}

.box-loader-page.new {
  background: rgba(0, 0, 0, 0.8);
}
.box-loader-page.new .loader img {
  width: 231px;
}
.box-loader-page.new .loader .text {
  font-size: 18px;
  font-family: "SourceSans-Semibold";
  line-height: 27px;
  color: #fff;
  letter-spacing: 0px;
}

.language-bar .portlet-decorate .portlet-content {
  background: transparent;
}

body.is-default.signed-in #CX-utama #CX-content,
body.page-maximized.signed-in #CX-utama #CX-content {
  margin-top: 31px;
}

body.is-default.signed-in.show_c_menu #CX-utama #CX-content,
body.page-maximized.signed-in.show_c_menu #CX-utama #CX-content {
  margin-top: 90px;
}

body.is-default.signed-in #CX-utama #CX-content,
body.page-maximized.signed-in #CX-utama #CX-content {
  margin-top: 80px;
}

body.enable_editable .language-bar .portlet-decorate .portlet,
body.admin_control.enable_editable .language-bar .portlet-decorate .portlet {
  margin-top: 0;
}

div.personal-menu-dropdown .btn {
  box-shadow: none;
}

body.show_c_menu.has-control-menu .cadmin.control-menu-container {
  position: fixed !important;
  width: 100% !important;
}

.dropdown-toggle.lfr-portal-tooltip:after {
  display: none;
}

.dropdown-menu.portlet-options-dropdown ul.list-unstyled li button.dropdown-item {
  padding: 0.34375rem 1rem;
  padding-left: 2.75rem;
}

.dropdown-menu.portlet-options-dropdown ul.list-unstyled li button.dropdown-item:focus {
  box-shadow: none;
}

.portlet-options-dropdown.dropdown-menu .dropdown-item {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}

body.is-default.signed-in.show_c_menu.controls-hidden #CX-utama #CX-content,
body.page-maximized.signed-in.show_c_menu.controls-hidden #CX-utama #CX-content {
  margin-top: 135px;
}

body.is-default.signed-in.show_c_menu.controls-visible #CX-utama #CX-content,
body.page-maximized.signed-in.show_c_menu.controls-visible #CX-utama #CX-content {
  margin-top: 40px;
}

body.controls-hidden .cadmin.portlet-topper,
body.controls-visible.signed-out .cadmin.portlet-topper {
  display: none !important;
}
body.controls-hidden .portlet-decorate .portlet-content,
body.controls-visible.signed-out .portlet-decorate .portlet-content {
  padding: 0;
  border: none;
}
body.controls-hidden .portlet-decorate .portlet-content .portlet-header,
body.controls-visible.signed-out .portlet-decorate .portlet-content .portlet-header {
  display: none;
}
body.controls-hidden .language-bar .portlet,
body.controls-visible.signed-out .language-bar .portlet {
  margin: 0;
}
body.controls-hidden .language-bar .portlet-decorate .portlet-content,
body.controls-visible.signed-out .language-bar .portlet-decorate .portlet-content {
  border: none;
}

body.controls-hidden.enable_sortable .cadmin.portlet-topper {
  display: flex !important;
  opacity: 1 !important;
  position: initial !important;
}

body.controls-hidden.enable_sortable .language-bar .cadmin.portlet-topper {
  display: none !important;
}
body.controls-hidden.enable_sortable .language-bar .portlet .portlet-content.portlet-content-editable .portlet-content-container .portlet-body {
  overflow: hidden;
}

body.controls-visible:not(.signed-out) .portlet .portlet-content .autofit-float.autofit-row.portlet-header {
  display: flex;
}

body.show_c_menu.signed-in .CX-header.new {
  top: 57px;
}
body.show_c_menu.signed-in .CX-utama {
  margin-top: 114px;
}

.CX-header.new .box-additional .box-additional-inner .box-button-axa .new-btn-blue.ico-left .ico {
  top: 0;
}
.CX-header.new .box-additional .box-additional-inner .portlet-language .portlet-title-text {
  display: none;
}
.CX-header.new .box-additional .box-additional-inner .portlet-language .cadmin.portlet-topper {
  right: 0 !important;
  left: auto !important;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li a {
  text-transform: uppercase;
}
.CX-header.new .box-additional .box-additional-inner .new-language.new-dropdown-language ul li ul.nav-lang-simple li.lang-pill span {
  text-transform: uppercase;
}

body.controls-hidden .portlet-decorate .portlet-content .box-regis-with .header-register-pil .header-grup.portlet-header,
body.controls-visible.signed-out .portlet-decorate .portlet-content .box-regis-with .header-register-pil .header-grup.portlet-header {
  display: block;
}

.button-holder {
  margin: 20px 0;
}

.fade.in {
  opacity: 1;
}

.modal.show .modal-dialog {
  transform: translate(0, -50px);
}

.modal-notif {
  display: block;
  margin: 0;
  overflow: hidden;
  position: fixed !important;
  max-width: none;
  max-height: none;
  width: 100%;
}
.modal-notif .modal-dialog {
  max-width: none;
  top: 100px;
}
.modal-notif .modal-dialog .modal-content {
  margin: 0 auto;
}

body.building_background .modal-notif.modal-disclaimer .modal-content .go_bottom {
  position: absolute !important;
  bottom: 20px !important;
  right: 50px !important;
}
body.building_background .modal-notif.modal-disclaimer .modal-content .go_bottom a {
  position: fixed;
  bottom: 20px;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

[type=checkbox]:disabled {
  cursor: default;
}

section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox .custom-control-label-text {
  position: relative;
  top: -4px;
}

.header-back-to.lfr-portal-tooltip {
  display: none;
}

.img-responsive {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1920px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group {
    margin-bottom: 5px;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control {
  border-color: #da1414;
  background: rgba(218, 20, 20, 0.0509803922);
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control::-moz-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control:-moz-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .form-control:-ms-input-placeholder {
  color: #da1414;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error .help-block {
  left: 0;
  font-size: 11px;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group .form-control {
  background: #fff;
  border-color: #d2d9ef;
  padding-left: 45px;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group .form-control::-webkit-input-placeholder {
  color: #b7c3d7;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group .form-control::-moz-placeholder {
  color: #b7c3d7;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group .form-control:-moz-placeholder {
  color: #b7c3d7;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group .form-control:-ms-input-placeholder {
  color: #b7c3d7;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.form-inline.input-checkbox-wrapper label {
  font-size: 12px;
}
@media (min-width: 1400px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.form-inline.input-checkbox-wrapper label {
    font-size: 13px;
  }
}

html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box {
  margin-top: 5px;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .control-label {
  font-size: 12px !important;
  color: #b7c3d7;
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .control-label {
    font-size: 12px !important;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-email .form-group::before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  left: 15px;
  bottom: 12px;
  color: #b7c3d7;
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-email .form-group::before {
    bottom: 8px;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-password .form-group::before {
  content: "\f13e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  left: 15px;
  bottom: 12px;
  color: #b7c3d7;
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-password .form-group::before {
    bottom: 8px;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-password .box-show-pass a:before {
  color: #a9a9ac;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .form-group.has-error:before {
  color: #da1414 !important;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-forgot-id {
  text-align: right;
  margin-bottom: 0;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-forgot-id a {
  font-size: 11px;
  text-decoration: underline;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-forgot-password {
  text-decoration: underline;
  justify-content: end;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-forgot-password .caps_lock {
  text-align: left;
  font-size: 11px;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-forgot-password a {
  font-size: 11px;
  text-decoration: underline;
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .button-holder {
    margin-bottom: 10px;
  }
}

html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-caption h1 {
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: "SourceSans-Bold";
}
@media (max-width: 1366px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-caption h1 {
    font-size: 21px;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder {
  display: flex;
  width: 100%;
  max-width: 85%;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder .btn {
  flex: 0 50%;
  border-radius: 0 !important;
  font-weight: normal;
  font-size: 12px;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder .btn.btn-secondary.active {
  background: #123b71;
  color: #fff;
  border: 0;
  box-shadow: inset 0px 6px 7px rgba(0, 0, 0, 0.3);
  border-radius: 5px 0px 0px 5px !important;
  cursor: default;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder .btn.btn-secondary.active:after {
  display: none;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder .btn.btn-secondary.active:hover:after {
  display: none;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder .btn.btn-secondary {
  background: #ccd5e3;
  border: 0;
  color: #123b71;
  border-radius: 0px 5px 5px 0px !important;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .btn-holder .btn.btn-secondary:after {
  background-color: #123b71;
  border-color: #123b71;
  color: #fff;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action {
  padding: 0.5rem 0;
  padding-top: 1.5rem;
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 310px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action {
    max-width: none;
  }
}
@media (max-width: 1366px) and (min-width: 821px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action {
    padding-top: 0.7rem;
  }
}
@media (max-width: 280px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action {
    flex-direction: column;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn {
  color: #494df4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: "SourceSans-Semibold";
  font-weight: normal;
  font-size: 14px;
  width: 100%;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #494df4;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
  border-radius: 50px;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn:hover:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 500%;
  height: 1000%;
  z-index: 1;
  transform-origin: 0 0;
  transform: translateX(calc(20% - 0px)) translateY(10%) rotate(-45deg);
  transition: transform 0.3s;
  background-color: #1d1f76;
  border: 1px solid #1d1f76;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn span {
  position: relative;
  z-index: 2;
  top: 0.1rem;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-outline:hover {
  color: #fff;
  background-color: #fcb600;
  border-color: #fcb600;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-outline:after {
  background-color: #fcb600;
  border: 1px solid #fcb600;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue {
  color: #fff;
  background-color: #3032c1;
  border-color: #3032c1;
  display: flex;
  gap: 0.7rem;
  justify-content: center;
}
@media (max-width: 415px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue {
    gap: 0.5rem;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-icon {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 0.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
@media (max-width: 415px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-icon {
    width: 15px;
    height: 15px;
    font-size: 0.5rem;
  }
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-icon i {
    position: relative;
    top: -0.03rem;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-circle {
  position: absolute;
  z-index: 1;
  right: 3.5rem;
  top: -0.8rem;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-circle .circle {
  position: absolute;
  width: 65px;
  height: 65px;
  border-radius: 50px;
  background: #1d1f76;
  box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-circle .circle.circle-1 {
  z-index: 3;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-circle .circle.circle-2 {
  background: #262797;
  right: -53px;
  z-index: 2;
  animation: circle2 2.3s infinite;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn.btn-signup-blue .box-circle .circle.circle-3 {
  background: #2c2db0;
  right: -41px;
  z-index: 1;
  animation: circle3 2.3s infinite;
}

@keyframes circle2 {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes circle3 {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue span {
  position: relative;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue span:before {
  background: black;
  content: "";
  height: 1px;
  width: 50%;
  position: absolute;
  left: -60%;
  top: 50%;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue span:after {
  content: "";
  height: 1px;
  width: 50%;
  background: black;
  position: absolute;
  right: -60%;
  top: 50%;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue #btn-signup {
  text-transform: capitalize;
  color: #494df4;
  -webkit-border-radius: 30px !important;
  -moz-border-radius: 30px !important;
  -ms-border-radius: 30px !important;
  -o-border-radius: 30px !important;
  border-radius: 30px !important;
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  display: block;
  width: 100%;
  max-width: 288px;
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid;
  margin-top: 10px;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue #btn-signup:hover, .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue #btn-signup.active {
  color: #ffffff !important;
  background-color: #494df4;
  border-color: #494df4;
  font-family: "SourceSans" !important;
  font-weight: normal;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue #btn-signup:hover:after, .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn-content-axa-blue #btn-signup.active:after {
  transform: translateY(10%) translateX(-60px) rotate(-45deg);
}

body.building_background .CX-utama::before {
  position: absolute;
  height: 165px;
  width: 100%;
  left: 0;
  bottom: 0;
  background-image: url(../images/building-group.png);
  background-repeat: repeat-x;
  background-position: bottom;
  z-index: 1;
}

body.building_background .modal-notif.modal-disclaimer .modal-content {
  width: 80%;
  animation: scroll 1s linear;
}
@media (max-width: 768px) {
  body.building_background .modal-notif.modal-disclaimer .modal-content {
    width: 95%;
  }
}
body.building_background .modal-notif.modal-disclaimer .modal-content .go_bottom {
  position: fixed;
  bottom: 20px;
  right: 25px;
}
body.building_background .modal-notif.modal-disclaimer .modal-content .go_bottom a {
  background-color: #00008f;
  color: white;
  padding: 6px 8px;
  border-radius: 50%;
}
body.building_background .modal-notif .modal-body::-webkit-scrollbar {
  display: none;
}
body.building_background .modal-notif .modal-body {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  animation: scroll 1s linear;
}
@keyframes scroll {
  to {
    bottom: 0;
  }
}
body.building_background .modal-notif .modal-dialog {
  transform: translate(0, -15%);
}
@media (max-width: 1366px) {
  body.building_background .modal-notif .modal-dialog {
    transform: translate(0, -20%);
  }
}
body.building_background .modal-notif .modal-content {
  width: 424px;
}
@media (max-width: 767px) {
  body.building_background .modal-notif .modal-content {
    width: 80%;
  }
}
body.building_background .modal-notif .modal-content .modal-header {
  background: #00008f;
  padding: 10px 20px;
  height: auto;
}
body.building_background .modal-notif .modal-content .modal-header .cx-btn-close.close-modal {
  left: unset;
  right: 20px;
  top: 5px;
}
body.building_background .modal-notif .modal-content .box-inner-header {
  margin-bottom: 20px;
}
body.building_background .modal-notif .modal-content .box-inner-header .header-title {
  font-size: 1.5rem;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  body.building_background .modal-notif .modal-content .box-inner-header .header-title {
    font-size: 1rem;
  }
}
body.building_background .modal-notif .modal-content .box-inner-header .modal-title {
  width: max-content;
  margin: 0 auto;
  color: #3d49d0;
  border: 1px solid;
  background-color: #f2f3fc;
  border-radius: 8px;
  font-size: 14px;
  padding: 13px 6rem;
  cursor: default;
}
@media (max-width: 768px) {
  body.building_background .modal-notif .modal-content .box-inner-header .modal-title {
    font-size: 13px;
    padding: 10px 2rem;
    text-align: center !important;
  }
}
body.building_background .modal-notif .modal-content .box-inner-header .close.close-modal.cx-btn-close {
  position: fixed;
  width: 20px;
  height: 21px;
  right: -11px;
  top: 10px;
  color: white;
  font-size: 15px;
  background: #232323;
  border-radius: 50%;
}
body.building_background .modal-notif .modal-content .btn-whatsapp {
  background-color: #48a161 !important;
}
body.building_background .modal-notif .modal-content .btn-custom-secondary {
  background-color: white;
  border: 1px solid;
  color: #383dc2;
}
body.building_background .modal-notif .box-form .digit-group .form-group.has-error {
  position: absolute;
  bottom: -70%;
  top: unset;
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 0;
}

@media (min-width: 1536px) {
  section.CX-new-registration {
    margin-top: 80px;
    margin-bottom: 45px;
  }
}
@media (max-width: 1366px) {
  section.CX-new-registration {
    margin-top: 53px;
    margin-bottom: 22px;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}
@media (max-width: 920px) {
  section.CX-new-registration .container.CX-wrapper {
    max-width: 870px;
  }
}
section.CX-new-registration .box-new-regis {
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
  display: flex;
  max-width: 80%;
  margin: 0 auto;
}
@media (min-width: 1367px) {
  section.CX-new-registration .box-new-regis {
    height: 80vh;
  }
}
@media (max-width: 1245px) {
  section.CX-new-registration .box-new-regis {
    max-width: 90%;
    height: 80vh;
  }
}
@media (max-width: 920px) {
  section.CX-new-registration .box-new-regis {
    max-width: 100%;
  }
}
@media (max-width: 1024px) and (max-height: 600px) {
  section.CX-new-registration .box-new-regis {
    height: auto;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis {
    flex-direction: column;
    height: 90vh;
  }
}
@media (max-width: 767px) {
  section.CX-new-registration .box-new-regis {
    height: auto;
  }
}
section.CX-new-registration .box-new-regis .box-left {
  background-color: #494df4;
  border-radius: 8px 0px 0px 8px;
  position: relative;
}
section.CX-new-registration .box-new-regis .box-left .close.cx-btn-back {
  position: absolute;
  z-index: 2;
}
section.CX-new-registration .box-new-regis .box-left .multi-step-nav {
  height: 545px;
}
@media (max-width: 1536px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav {
    height: 495px;
  }
}
@media (max-width: 1366px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav {
    height: 440px;
  }
}
@media (max-width: 1204px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav {
    height: 395px;
  }
}
section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-divider {
  height: 139px;
}
@media (max-width: 1536px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-divider {
    height: 122px;
  }
}
@media (max-width: 1366px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-divider {
    height: 104px;
  }
}
@media (max-width: 1204px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-divider {
    height: 85px;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-divider {
    height: unset;
    border: 3px dotted white;
    border-bottom: 0px;
    background: transparent;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-item-expand:last-child() .multi-step-divider {
    display: none;
  }
}
@media (min-width: 768px) {
  section.CX-new-registration .box-new-regis .box-left .box-info {
    display: flex;
    align-items: center;
    position: relative;
    height: 100%;
    justify-content: flex-end;
    align-content: center;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav {
    padding: 0px;
    margin-top: 0;
    margin-bottom: 0;
    flex-direction: column;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item {
    margin-bottom: 0;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-icon {
    border-radius: 50%;
    background-color: #ffffff;
    border-color: #ffffff;
    color: #555deb;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item-expand {
    width: auto;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item-expand:last-child(1) {
    display: none;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item .multi-step-divider {
    width: 0.25rem;
    margin: auto;
    top: 0;
    background-color: #9ea5ef;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item:first-child .multi-step-divider {
    display: none;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.done .multi-step-divider,
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.active .multi-step-divider {
    background-color: transparent;
    border-style: dotted;
    border: 5px dotted white;
    border-left: 0;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.active .multi-step-icon:before {
    content: attr(data-multi-step-icon);
    height: 2rem;
    line-height: 2rem;
    text-align: center;
    width: 2rem;
    color: #555deb;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.done .multi-step-indicator .multi-step-indicator-label,
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.active .multi-step-indicator .multi-step-indicator-label {
    color: #ffffff;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.disabled .multi-step-icon {
    background-color: #9ea5ef;
    border-color: #555deb;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-item.disabled .multi-step-indicator .multi-step-indicator-label {
    color: #ffffff;
    opacity: 0.6;
  }
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-indicator .multi-step-indicator-label {
    text-align: right;
    overflow: unset;
    text-overflow: unset;
    white-space: unset;
    font-family: "SourceSans-Semibold";
    width: max-content;
    font-size: 14px;
    max-width: 135px;
    padding-right: 0px;
    left: unset;
    right: 0;
    transform: translateX(-50px);
    opacity: 1;
  }
}
@media (min-width: 768px) and (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-left .multi-step-nav .multi-step-indicator .multi-step-indicator-label {
    max-width: none;
    width: auto;
  }
}
section.CX-new-registration .box-new-regis .box-right {
  background: #f8f8fc;
  margin-top: 0;
  padding: 25px 45px;
  border-radius: 0 8px 8px 0;
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right {
    padding: 25px 15px;
    background: #fff;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .header-register-pil .header-grup {
    text-align: center;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .header-register-pil .header-grup h3 {
  font-weight: 700;
  font-size: 22px;
  line-height: 33px;
  margin-bottom: 0;
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .header-register-pil .header-grup h3 {
    text-align: center;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .label-pil {
  text-align: center;
  color: #3242bb;
  margin-bottom: 15px;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass {
  width: 85%;
  margin: auto;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .form-group.input-text-wrapper.col-md-6 {
  margin-bottom: 0;
}
@media (min-width: 789px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .form-group.input-text-wrapper.col-md-6:first-child .card-pill-regis {
    margin-left: auto;
  }
}
@media (min-width: 789px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .form-group.input-text-wrapper.col-md-6:last-child .card-pill-regis {
    margin-right: auto;
  }
}
@media (max-width: 820px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass {
    width: 100%;
  }
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .form-group.input-text-wrapper.col-md-6 {
    max-width: 50%;
    justify-content: center;
  }
}
@media (max-width: 820px) and (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .form-group.input-text-wrapper.col-md-6 {
    justify-content: normal;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis {
  height: 225px;
  text-align: center;
  font-family: "SourceSans" !important;
  font-weight: normal;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  z-index: 1;
  border: 1px solid #3a47c9;
  background: #ffffff;
  -webkit-border-radius: 20px !important;
  -moz-border-radius: 20px !important;
  -ms-border-radius: 20px !important;
  -o-border-radius: 20px !important;
  border-radius: 20px !important;
  padding: 10px 10px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (min-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis {
    width: 165px;
  }
}
@media (max-width: 1366px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis {
    height: 195px;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:before {
  position: absolute;
  background: linear-gradient(180deg, #4e54f0 0%, #2e3fb3 100%);
  height: 0%;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
  transition: all 0.1s ease-in-out;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis .box-ico,
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis span {
  z-index: 2;
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis .box-ico {
  margin: auto;
  width: 100%;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active {
  color: #ffffff !important;
  background: linear-gradient(180deg, #4e54f0 0%, #2e3fb3 100%);
  border-color: #ffffff;
  font-family: "SourceSans" !important;
  font-weight: normal;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover .box-ico svg path, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active .box-ico svg path {
  fill: #ffffff;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover .box-ico svg rect.border-polis, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active .box-ico svg rect.border-polis {
  stroke: #ffffff;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover .box-ico svg .box-small, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active .box-ico svg .box-small {
  fill: #444edd;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover .box-ico img, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active .box-ico img {
  filter: invert(100%) sepia(0%) saturate(1%) hue-rotate(41deg) brightness(150%) contrast(100%);
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover:before, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active:before {
  height: 100%;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover:first-child .box-ico, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active:first-child .box-ico {
  color: #ffffff;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:hover:first-child .box-ico span, section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis.active:first-child .box-ico span {
  background: #4e54f0 !important;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico {
  color: #3242bb;
  position: relative;
  width: 100%;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico span {
  position: absolute;
  background: #ffffff;
  top: -5px;
  left: 30px;
  padding: 0 5px;
  font-size: 0.7rem;
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico .polis-number {
  font-size: 2.5rem;
  border: 5px solid;
  padding: 0 15px;
  border-radius: 50px;
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico img {
    width: 80%;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico {
    font-size: 1rem;
  }
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico span {
    left: 15px;
    font-size: 0.6rem;
  }
  section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-reg-pil .box-pass .card-pill-regis:first-child .box-ico .polis-number {
    font-size: 1.5rem;
    padding: 0 15px;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-register-pil .box-otp {
  margin: 0;
}

section.CX-new-registration .box-new-regis .box-right {
  position: relative;
}
@media (min-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right {
    padding-bottom: 6rem;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-notice {
  display: flex;
  align-items: center;
  border-radius: 14px;
  height: 90px;
  position: relative;
  margin-top: 20px;
  margin-bottom: 0px;
  padding-right: 2rem;
  padding-left: 9rem;
}
section.CX-new-registration .box-new-regis .box-right .box-notice .box-icon svg {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-orange {
  background-color: #e6b54e;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-orange .box-icon path,
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-orange .box-icon circle {
  fill: #b75028;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-orange .box-icon #notice-white {
  fill: white;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-orange .box-notice-text {
  color: black;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-blue {
  background-color: #266fd5;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-blue .box-icon path,
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-blue .box-icon circle {
  fill: #194985;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-blue .box-icon #notice-white {
  fill: white;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-blue .box-notice-text {
  color: #ffffff;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-green {
  background-color: #48a161;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-green .box-icon path,
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-green .box-icon circle {
  fill: #255c3b;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-green .box-icon #notice-white {
  fill: white;
}
section.CX-new-registration .box-new-regis .box-right .box-notice.notice-green .box-notice-text {
  color: #ffffff;
}
@media (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with .alert-danger {
    margin-top: 1rem;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .control-label {
  font-size: 13px;
  line-height: 20px;
  color: #1f4984;
  opacity: 0.6;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .optional-info {
  position: absolute;
  top: 0;
  right: 1rem;
  font-size: 13px;
  color: #3032c1;
  font-weight: 600;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group {
  margin-bottom: 0.5rem !important;
  height: 100%;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group.has-error .form-control {
  border-color: #da1414;
  background: rgba(218, 20, 20, 0);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #da1414;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group.has-error .form-control::-moz-placeholder {
  color: #da1414;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group.has-error .form-control:-moz-placeholder {
  color: #da1414;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group.has-error .form-control:-ms-input-placeholder {
  color: #da1414;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group .form-control {
  background: #eceff8;
  border-color: #eceff8;
  padding-left: 45px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(31, 73, 132, 0.6);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group .form-control::-moz-placeholder {
  color: rgba(31, 73, 132, 0.6);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group .form-control:-moz-placeholder {
  color: rgba(31, 73, 132, 0.6);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group .form-control:-ms-input-placeholder {
  color: rgba(31, 73, 132, 0.6);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.input-registered .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.input-registered .form-group:before {
  content: "\f2bb";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 35px;
  left: 15px;
  color: #afbdd5;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.input-read-only .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.input-read-only .form-group:after {
  content: "\f05e";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 35px;
  right: 15px;
  color: #afbdd5;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.input-read-only .form-group .form-control {
  padding-right: 50px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.type-date .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.type-date .form-group:before {
  content: url(/o/emma-by-axa-mandiri-theme/images/Icons-datepicker.svg);
  position: absolute;
  top: 35px;
  left: 15px;
  opacity: 0.3;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.type-date .form-group.has-error:before {
  opacity: 1;
  filter: invert(25%) sepia(80%) saturate(3969%) hue-rotate(307deg) brightness(80%) contrast(132%);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-password .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-password .form-group:before {
  content: "\f13e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  left: 15px;
  top: 35px;
  color: #afbdd5;
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-password .form-group:before {
    bottom: 9px;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.aui-email .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.aui-email .form-group:before {
  content: "\f0e0";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 35px;
  left: 15px;
  color: #afbdd5;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-phone-regis .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-phone-regis .form-group:before {
  content: url(/o/emma-by-axa-mandiri-theme/images/Icons-phone-input.svg);
  position: absolute;
  top: 35px;
  left: 15px;
  opacity: 0.3;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-phone-regis .form-group .form-control {
  padding-left: 80px !important;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-phone-regis .form-group.has-error:before {
  opacity: 1;
  filter: invert(25%) sepia(80%) saturate(3969%) hue-rotate(307deg) brightness(80%) contrast(132%);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-phone-regis:has(.form-group.has-error) .number-country {
  color: #da1414;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-phone-regis .number-country {
  position: absolute;
  z-index: 2;
  top: 34px;
  left: 60px;
  color: #afbdd5;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-fullname .form-group {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input.box-fullname .form-group:before {
  content: "\f007";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 35px;
  left: 15px;
  color: #afbdd5;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .form-group.has-error:before {
  color: #da1414 !important;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .field.form-control {
  background: #e5e8f5;
  color: #1f4984;
  padding-left: 50px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .field.form-control:active, section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .field.form-control:focus {
  background: #eef4fb;
  border: 1px solid #265ba6;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio {
  display: flex;
  gap: 1rem;
  position: absolute;
  bottom: 0.6rem;
}
@media (max-width: 820px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio {
    position: relative;
    bottom: auto;
    top: 0.5rem;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio input[type=radio] {
  display: none;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio input[type=radio]:checked + label,
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio input[type=radio]:hover + label {
  border-color: #494df4;
  color: #494df4;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio .btn {
  padding: 0.3rem 1rem;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: normal;
  color: #999999;
  border: 1.5px solid #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  margin-bottom: 0;
  transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-radio .btn span {
  position: relative;
  top: 0.1rem;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-setujui {
  margin-top: 1rem;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-setujui input {
  margin-right: 0.8rem;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .box-input .box-setujui .text {
  font-size: 13px;
  line-height: 20px;
  color: #1f4984;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp {
  max-width: max-content;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-phone-otp {
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-phone-otp {
    margin-bottom: 30px;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-phone-otp .otp-phone {
  background: #027180;
  color: #ffffff;
  padding: 10px 15px;
  border-radius: 8px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-phone-otp .otp-phone .ico-phone {
  margin-right: 10px;
  margin-left: -15px;
  padding: 10px 10px;
  border-radius: 8px 0 0 8px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form {
  position: relative;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .digit-group .form-group.input-text-wrapper.has-error {
  width: 100%;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .digit-group .form-group.input-text-wrapper.has-error .form-validator-stack {
  position: relative;
  top: 1rem;
}
@media (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .digit-group .form-group.input-text-wrapper.has-error .form-validator-stack {
    top: 0.6rem;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .digit-group .form-group.input-text-wrapper.has-error .form-validator-stack .required {
  width: 100%;
  background: #feefef;
  padding: 0.5rem;
  border: 1px solid #f48989;
  border-radius: 5px;
  color: #da1414;
  text-align: center;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .alert-danger {
  width: 70%;
  position: relative;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  padding: 5px 10px;
  padding-right: 44px;
  font-size: 12px;
  text-align: center;
}
@media (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .alert-danger {
    width: 100%;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .alert-danger .close {
  top: 0.1rem;
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with.box-otp .box-form .box-note {
    margin-top: 30px;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .digit-group {
  position: relative;
  margin: 0 auto;
  margin-bottom: 3rem;
}
@media (min-width: 769px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with .digit-group {
    max-width: 70%;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .digit-group .form-control {
  background: #ffffff;
  border-color: #1f4883;
  font-family: "SourceSans-Semibold";
}
@media (min-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .box-reg-with .digit-group .form-control {
    font-size: 50px;
  }
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .digit-group .form-group.input-text-wrapper.has-error {
  position: absolute;
  bottom: -72px;
  left: 50%;
  transform: translateX(-50%);
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .resend-box .box-input.countdown-lbl {
  padding: 6px 15px;
  background: #4976ba;
  color: #ffffff;
  font-family: "SourceSans-Semibold";
  border-radius: 20px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .resend-box .box-input.countdown-lbl .fa-clock {
  font-weight: 500;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .input-phone-number .box-icon-phone .form-group.has-error .form-validator-stack.help-block {
  position: absolute;
  left: -115px;
  margin-top: 10px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox {
  margin: 0 0;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox .custom-control-input:disabled ~ .custom-control-label::before {
  background-color: white;
  border-color: #265ba6;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #265ba6 !important;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox .custom-control-label-text {
  padding-left: 1rem;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox .custom-control-label::after {
  left: 0px;
  top: 28px;
}
section.CX-new-registration .box-new-regis .box-right .box-reg-with .custom-regis-checkbox .type-checkbox.custom-checkbox .custom-control-input {
  top: 27px;
  z-index: -1;
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down {
  width: 100%;
  transform: translateY(0px);
}
@media (min-width: 769px) {
  section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down {
    width: 88%;
    position: absolute;
    bottom: 20px;
  }
}
@media (max-width: 768px) {
  section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down {
    width: 90%;
    bottom: 20px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down {
    width: 100%;
    bottom: 0px;
    position: relative;
    margin-top: 3rem;
  }
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group {
  width: 100%;
  justify-content: space-between;
}
@media (max-width: 767px) {
  section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 0.5rem;
  }
}
@media (max-width: 280px) {
  section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item {
    width: 100%;
  }
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-primary {
  padding-left: 1.5rem;
  padding-right: 2.8rem;
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-primary:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-primary:hover:before {
  width: 22px;
  content: "\f178";
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-custom-secondary {
  padding-right: 1.5rem;
  padding-left: 2.8rem;
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-custom-secondary:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f053";
  position: absolute;
  top: 50%;
  left: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(73, 78, 244, 0.2);
  color: #494df4;
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-custom-secondary:hover {
  border-color: #fcb501;
}
section.CX-new-registration .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group .btn-group-item .btn-custom-secondary:hover:before {
  width: 22px;
  content: "\f177";
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
section.CX-new-registration .box-new-regis .box-right a.resend-link-phone.btn.btn-xs.btn-primary.btn-custom-red {
  background-color: #1d447b !important;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number {
  position: relative;
  margin-top: 2rem;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .red {
  color: #b95000;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .box-icon-phone {
  display: flex;
  border: 1px solid #265ba6;
  border-radius: 5px;
  background-color: #eef4fb;
  height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: #1f4984;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .box-icon-phone .box-image {
  background-color: #1f4984;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 0 25px;
  margin-right: 10px;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .box-icon-phone .number-country {
  margin-right: 10px;
  opacity: 40%;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .box-icon-phone .form-group {
  margin-bottom: 0;
  width: 100%;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .box-icon-phone .form-group .form-control {
  background: transparent !important;
  color: #1f4984;
  padding-left: 0px !important;
  border: 0 !important;
  border-radius: 0 !important;
  font-weight: 600;
  position: relative;
  top: 0.3rem;
  height: 100%;
  margin-bottom: 0;
}
section.CX-new-registration .box-new-regis .box-right .input-phone-number .box-icon-phone .form-group .form-control::placeholder {
  font-weight: 600;
  color: #1f4984;
}
section.CX-new-registration .box-new-regis .box-right .box-required-phone-number {
  margin-top: 2rem;
  padding: 20px 0;
  opacity: 60%;
  color: #1f4984;
  border-radius: 6px;
  font-size: 1rem;
}
section.CX-new-registration .box-new-regis .box-right .box-required-phone-number .list-phone-number {
  line-height: 1.5rem;
  margin-bottom: 0px;
}

.CX-footer .box-building-img {
  display: none;
}

body.building_background .CX-footer .box-building-img {
  display: block !important;
  top: -230px;
  width: 100%;
}
body.building_background .CX-footer .box-building-img img {
  width: 100%;
  height: auto;
}

body.building_background .CX-footer {
  z-index: 1;
}

@media (min-width: 768px) {
  body.hide-control-menu #CX-header {
    z-index: 99;
  }
}
.cx-admin-form {
  margin-top: 60px;
}
.cx-admin-form .box-password .form-group::before {
  content: "\f13e";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  left: 15px;
  top: 35px;
  color: #1f4984;
}
.cx-admin-form .box-password {
  position: relative;
}
.cx-admin-form .box-password .form-control {
  padding-right: 40px;
}
.cx-admin-form .box-password .box-show-pass a {
  width: 30px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #333333;
  font-size: 20px;
}
@media (max-width: 768px) {
  .cx-admin-form .box-password .box-show-pass a {
    margin-top: 18px;
    right: 5px;
  }
}
@media (max-width: 767px) {
  .cx-admin-form .box-password .box-show-pass a {
    right: 15px;
  }
}
.cx-admin-form .box-password .box-show-pass a:hover {
  color: #494df4;
}
.cx-admin-form .box-password .box-show-pass a.active:before {
  content: "\f070";
}
.cx-admin-form .box-password .box-show-pass a:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}

@media (min-width: 821px) {
  section.CX-new-registration .box-left.step-mobile {
    display: none;
  }
}
@media (max-width: 820px) {
  section.CX-new-registration {
    margin-top: 0;
  }
  section.CX-new-registration .container.CX-wrapper {
    padding: 0;
    max-width: 100%;
  }
  section.CX-new-registration .box-new-regis.box-outer-form {
    max-width: 100%;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
    flex-direction: column;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left {
    display: none;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile {
    display: block;
    border-radius: 0px 0px 0 0px;
    padding: 0;
    padding-bottom: 14px;
    flex: auto;
    max-width: 100%;
  }
}
@media (max-width: 820px) and (max-width: 767px) {
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile {
    padding-bottom: 0;
  }
}
@media (max-width: 820px) {
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .box-step-mobile .box-header-step {
    padding: 20px;
    text-align: center;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .box-step-mobile h3 {
    margin-bottom: 0;
    color: white;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .nav.nav-tabs .nav-item .nav-link {
    color: #999999;
    background-color: white;
    border: 0;
    border-bottom: 5px solid #e5e5e5;
    border-radius: 0;
    padding: 10px;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .nav.nav-tabs .nav-item .nav-link span {
    border: 1px solid;
    padding: 5px 10px;
    border-radius: 50%;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .nav.nav-tabs .nav-item .nav-link.done, section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .nav.nav-tabs .nav-item .nav-link.active {
    border-color: #f07662;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .nav.nav-tabs .nav-item .nav-link.done span, section.CX-new-registration .box-new-regis.box-outer-form .box-left.step-mobile .nav.nav-tabs .nav-item .nav-link.active span {
    background: #494df4;
    color: #fff;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-right {
    padding: 2rem;
    height: 100%;
    flex: 0 100%;
    max-width: 100%;
    background: #fff;
  }
}
@media (max-width: 820px) and (max-width: 767px) {
  section.CX-new-registration .box-new-regis.box-outer-form .box-right {
    padding: 15px;
  }
}
@media (max-width: 820px) {
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-register-pil .header-register-pil .header-grup h3 {
    font-size: 20px;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-notice {
    padding-left: 6rem;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-notice .box-icon svg {
    height: auto;
    width: 80px;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-notice-text {
    font-size: 0.65rem;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-ico svg {
    width: 100%;
  }
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-register-pil .box-reg-pil .box-pass {
    width: 65%;
    padding: 0;
  }
}
@media (max-width: 820px) and (max-width: 767px) {
  section.CX-new-registration .box-new-regis.box-outer-form .box-right .box-register-pil .box-reg-pil .box-pass {
    width: 100%;
  }
}
@media (max-width: 820px) {
  section.CX-new-registration .box-new-regis.box-outer-form .sheet-footer-btn-block-sm-down .btn-group {
    display: inline-flex;
  }
}
@media (max-width: 400px) {
  section.CX-new-registration .box-left.step-mobile {
    padding-bottom: 12px;
  }
}
@media (max-width: 767px) {
  section.CX-new-registration.cx-form-otp .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down {
    margin-top: 1rem;
  }
  section.CX-new-registration.cx-form-otp .box-new-regis .box-right .sheet-footer.sheet-footer-btn-block-sm-down .btn-group {
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .CX-footer .row .box-social-media .text {
    text-align: center;
  }
  .CX-footer .row .box-social-media ul {
    text-align: center;
  }
  .CX-footer .row .box-social-media .box-privasi {
    text-align: center;
  }
}

@media (min-width: 1536px) {
  .CX-new-registration.cx-new-reset.cx-admin-form {
    margin-top: 87px;
  }
}
@media (max-width: 1366px) {
  .CX-new-registration.cx-new-reset.cx-admin-form {
    margin-top: 22px;
  }
}
@media (max-width: 768px) {
  .CX-new-registration.cx-new-reset.cx-admin-form {
    margin-top: 35px;
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-right {
  background: rgba(240, 241, 250, 0);
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-new-regis.box-outer-form {
  max-width: 60% !important;
  box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
}
@media (max-width: 768px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .box-new-regis.box-outer-form {
    max-width: 100% !important;
    box-shadow: 0 0px 0px rgba(0, 0, 0, 0);
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .header-grup.portlet-header {
  margin-left: -15px;
  margin-bottom: 20px;
}
@media (max-width: 768px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .header-grup.portlet-header {
    margin-left: 0px;
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .header-grup.portlet-header span {
  font-weight: 800;
  font-size: 25px;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .form-group .input-group-addon {
  color: white;
  background: #494df4;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .form-group.has-error .input-group-addon {
  position: unset;
  height: unset;
  left: 0;
  z-index: 2;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .form-group.has-error .input-group .form-control:not(:last-child),
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .form-group.has-error .input-group .custom-select:not(:last-child) {
  padding-right: 0%;
  margin-right: 0%;
  background: #e5e8f5;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass.box-password .form-group.input-text-wrapper .form-group.input-text-wrapper:before {
  content: "\f13e" !important;
  font-family: "Font Awesome 5 Pro";
  top: 35px !important;
  filter: none !important;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper {
  position: relative;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper:before {
  content: url(/o/emma-by-axa-mandiri-theme/images/Icons-phone.svg);
  position: absolute;
  left: 15px;
  top: 38px;
  z-index: 9;
  filter: invert(25%) sepia(13%) saturate(3914%) hue-rotate(180deg) brightness(50%) contrast(95%);
}
@media (max-width: 768px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper:before {
    bottom: 9px;
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper input#_NewResetPassword_Portlet_phoneNumber {
  padding-left: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  border: 1px solid #1f4984;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper input#_NewResetPassword_Portlet_newPwd,
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper input#_NewResetPassword_Portlet_confirmPwd {
  padding-left: 40px;
  padding-right: 1rem;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass .form-group.input-text-wrapper .form-group.input-text-wrapper:first-child() .input-group .input-group-addon {
  display: none;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .input-append.date {
  margin-bottom: 0;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .alert.alert-dismissible {
  margin-top: 10px;
  margin-bottom: 0;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha .form-group.input-text-wrapper.col-md-6 {
    max-width: 50%;
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha .form-group.input-text-wrapper.col-md-6 .field.form-reset.form-control {
  height: 51px;
  margin-top: 3px;
  border: 1px solid #1f4984;
  background: #eceff8;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha .form-group.input-text-wrapper.col-md-6 .has-error .form-control {
  background-color: rgba(218, 20, 20, 0.0509803922) !important;
  border-color: #f48989 !important;
  box-shadow: none;
  color: #272833;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha .img {
  margin-top: 25px;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha img {
  margin-top: 1px;
}
@media (max-width: 768px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha img {
    max-width: 130px;
    height: 51px;
  }
}
@media (max-width: 400px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-captcha img {
    max-width: 100px;
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .button-holder {
  display: block;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .button-holder .btn-primary.btn-custom-red {
  width: max-content;
  margin: auto;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .fieldset .form-group.input-text-wrapper {
  margin-bottom: 0px;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-input.input-registered,
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-pass,
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .box-input.type-date {
  margin-bottom: 15px;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with.box-otp {
  margin-top: 0;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with.box-otp .alert-info.info-regis {
  margin-bottom: 3rem;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with.box-otp .box-form .digit-group .form-group.input-text-wrapper.has-error .form-validator-stack {
  top: -1.5rem !important;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .reset-container .notif-otp {
  padding-top: 2rem;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .reset-container .notif-otp .img-notif {
  margin-bottom: 2rem;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .reset-container .notif-otp h1 {
  font-size: 1rem;
  font-weight: normal;
  color: #7f7f7f;
  max-width: 50%;
  margin: 0 auto;
  margin-bottom: 4rem;
}
@media (max-width: 767px) {
  .CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .reset-container .notif-otp h1 {
    max-width: 100%;
  }
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .reset-container .box-phone-regis {
  position: relative;
}
.CX-new-registration.cx-new-reset.cx-admin-form .box-reg-with .reset-container .box-phone-regis .number-country {
  left: 46px !important;
}
.CX-new-registration.cx-new-reset.cx-admin-form .form-validator-stack {
  position: relative;
}

.header_center .CX-header {
  -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -ms-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  -o-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
}
.header_center .CX-header .box-logo.dual {
  text-align: center;
  margin-right: -5%;
}
.header_center .CX-header .container-fluid .box-others {
  flex: 0;
}

.alert-info.info-regis {
  background: rgba(2, 113, 128, 0.08);
  color: #027180;
  padding: 10px 15px;
  border-color: transparent;
  display: flex;
}
.alert-info.info-regis .alert-indicator {
  position: relative;
}
.alert-info.info-regis .alert-indicator svg {
  position: relative;
  right: 0.2rem;
}
.alert-info.info-regis .otp-note {
  margin-left: 10px;
}

.new-language {
  width: max-content;
  float: right;
}

.new-language ul {
  background: #eceff8;
  border-radius: 50px;
  list-style: none;
  margin: 0;
  padding-left: 0;
  transition: all 0.5s ease;
}

.new-language li {
  color: #fff;
  background: #eceff8;
  border-radius: 50px;
  display: block;
  padding: 5px 15px;
  width: max-content;
  text-align: center;
  position: relative;
  text-decoration: none;
  transition: all 0.5s ease;
}
@media (max-width: 280px) {
  .new-language li {
    padding: 1px 9px;
  }
  .new-language li .current-lang {
    font-size: 10px;
  }
}

.new-language li a {
  margin: 0 !important;
  padding-right: 0px !important;
  color: #3032c1 !important;
  font-family: "SourceSans" !important;
}

.new-language li a.current-lang {
  font-family: "SourceSans-Semibold" !important;
}

.new-language li a:after {
  display: none;
}

.new-language li:hover,
.new-language li:focus-within {
  background: #ffb600;
  cursor: pointer;
  border-radius: 15px 15px 0 0;
}

.new-language li:hover span,
.new-language li:focus-within span {
  color: #3032c1;
}

.new-language li:focus-within a {
  outline: none;
}

.new-language ul li ul {
  background: #ffb600;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 5px;
  left: 0;
  display: none;
  border-radius: 0 0 15px 15px;
}
@media (max-width: 280px) {
  .new-language ul li ul {
    margin-top: 0;
  }
}

.new-language ul li:hover > ul,
.new-language ul li:focus-within > ul,
.new-language ul li ul:hover,
.new-language ul li ul:focus {
  visibility: visible;
  opacity: 1;
  display: block;
}

.new-language ul li ul li {
  clear: both;
  width: 100%;
  padding: 0;
  border-radius: 0;
}

.new-language ul li ul li:last-child {
  border-radius: 0 0 12px 12px;
}

.new-language ul li ul li a,
.new-language ul li ul li span {
  padding: 5px 22px;
  display: block;
}
@media (max-width: 280px) {
  .new-language ul li ul li a,
  .new-language ul li ul li span {
    padding: 5px 13px;
    font-size: 10px;
  }
}

.new-language ul li ul li.active span {
  font-family: "SourceSans-Semibold" !important;
}

.hide_footer .CX-footer {
  display: none;
}

.CX-header .container-fluid .box-others .box-faq-login {
  float: right;
  margin-right: 1rem;
}
@media (max-width: 360px) {
  .CX-header .container-fluid .box-others .box-faq-login {
    margin-right: 0.5rem;
  }
}
.CX-header .container-fluid .box-others .box-faq-login a {
  background: #494df4;
  padding: 0.3rem 1rem !important;
  display: flex;
  gap: 0.5rem;
  border-radius: 50px;
  align-items: center;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 280px) {
  .CX-header .container-fluid .box-others .box-faq-login a {
    padding: 0.15rem 0.2rem !important;
  }
}
.CX-header .container-fluid .box-others .box-faq-login a:hover {
  background: #ffb600;
  color: #3032c1;
}
.CX-header .container-fluid .box-others .box-faq-login a:hover img {
  filter: invert(20%) sepia(47%) saturate(4442%) hue-rotate(185deg) brightness(58%) contrast(100%);
}
.CX-header .container-fluid .box-others .box-faq-login a img {
  height: 100%;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
}
@media (max-width: 280px) {
  .CX-header .container-fluid .box-others .box-faq-login a span {
    font-size: 10px;
  }
}
.CX-header .container-fluid .box-others .box-faq-login a .box-icon {
  width: 20px;
  height: 20px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  font-size: 0.6rem;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder {
  position: relative;
  border-bottom: 1px solid #999;
  margin-bottom: 0;
  padding-bottom: 15px;
}
@media (max-width: 1366px) and (min-width: 821px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder {
    padding-bottom: 8px;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .box-small-info {
  position: absolute;
  bottom: -0.9rem;
  left: 50%;
  transform: translatex(-50%);
  background: #fff;
  padding: 0 0.5rem;
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .box-small-info span {
  font-size: 15px;
  color: #999;
}

.tooltip-content {
  padding-top: 5px;
  position: relative;
}

.tooltip-inner {
  background-color: #768fb4;
  border-radius: 0.25rem;
  font-size: 0.8rem;
}

.tooltip-arrow {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #768fb4;
  z-index: -1;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}

.back_to_top {
  position: fixed;
  z-index: 20;
  right: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  bottom: -100px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
  background-color: #494df4;
  box-shadow: none;
  padding: 2px;
  overflow: hidden;
}
.back_to_top:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #ededfe;
  border-radius: 50% 0 0 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.back_to_top:hover:before {
  top: -100%;
}
.back_to_top.showup {
  bottom: 70px;
}
.back_to_top a {
  cursor: pointer;
  font-size: 1.2rem;
  display: block;
  font-weight: bold;
  color: #494df4;
  background-color: #ffffff;
  border-radius: 50%;
  height: 100%;
  position: relative;
  z-index: 2;
}

.box-sticky-menu-landing {
  position: fixed;
  right: 0;
  bottom: 125px;
  z-index: 10;
  filter: drop-shadow(-6px 6px 17px rgba(0, 0, 0, 0.2));
}
@media (max-width: 767px) {
  .box-sticky-menu-landing {
    right: -4rem;
    -webkit-transition: all 0.5s ease !important;
    -moz-transition: all 0.5s ease !important;
    -o-transition: all 0.5s ease !important;
    transition: all 0.5s ease !important;
  }
}
@media (max-width: 767px) {
  .box-sticky-menu-landing.show {
    right: 0;
  }
}
.box-sticky-menu-landing .box-item-menu {
  display: block;
  width: 70px;
  height: 67px;
  padding: 10px;
  margin-bottom: 0.2rem;
  background-color: #3032c1;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-sticky-menu-landing .box-item-menu:hover {
  background-color: #fcb501;
}
.box-sticky-menu-landing .box-item-menu:first-child {
  border-top-left-radius: 20px;
}
.box-sticky-menu-landing .box-item-menu:last-child {
  border-bottom-left-radius: 20px;
}
.box-sticky-menu-landing .box-item-menu .box-icon {
  text-align: center;
}
.box-sticky-menu-landing .box-item-menu .box-icon.fit-challange img {
  width: 50px;
}
.box-sticky-menu-landing .box-item-menu .box-icon img {
  width: 32px;
  height: auto;
  margin-bottom: 0.5rem;
}
.box-sticky-menu-landing .box-item-menu .title-menu {
  font-size: 9px;
  margin-bottom: 0;
}
.box-sticky-menu-landing .trigger-sticky-mobile {
  background: #fcb501;
  width: 14px;
  color: #fff;
  padding: 0;
  position: absolute;
  top: 49.5%;
  transform: translateY(-50%);
  height: 66.5px;
  left: -0.92rem;
  display: flex;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .box-sticky-menu-landing .trigger-sticky-mobile {
    opacity: 1;
    visibility: visible;
  }
}
.box-sticky-menu-landing .trigger-sticky-mobile:before {
  content: "";
  position: absolute;
  left: -0.92rem;
  top: 50%;
  width: 0;
  height: 0;
  border-top: 34px solid transparent;
  border-bottom: 34px solid transparent;
  border-right: 15px solid #fcb501;
  border-right-width: 15px;
  border-right-style: solid;
  border-right-color: rgb(252, 181, 1);
  transform: translateY(-50%);
  z-index: -1;
}
.box-sticky-menu-landing .trigger-sticky-mobile.show i::before {
  content: "\f054";
}
.box-sticky-menu-landing .trigger-sticky-mobile i {
  position: relative;
  left: -3px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.box-sticky-menu-landing .trigger-sticky-mobile i::before {
  content: "\f053";
}

body.signed-in .box-sticky-menu-landing .box-item-menu {
  display: none;
}
body.signed-in .box-sticky-menu-landing .box-item-menu.box-cta-live-chat {
  display: block;
  border-top-left-radius: 20px;
}
body.signed-in #p_p_id_com_liferay_login_web_portlet_LoginPortlet_ .portlet-content .portlet-content-container {
  margin-bottom: 50px !important;
}

.mdl-custom-emma {
  position: fixed;
  z-index: 9999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  padding: 1rem;
  border-radius: 13px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mdl-custom-emma.show {
  opacity: 1;
  visibility: visible;
}
.mdl-custom-emma.show.curious-with-emma .mdl-body .box-content .box-form .box-placeholder-form {
  opacity: 1;
  visibility: visible;
}
.mdl-custom-emma .trigger-close {
  position: absolute;
  right: -0.8rem;
  top: -0.8rem;
  width: 31px;
  height: 31px;
  background: #494df4;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  cursor: pointer;
  transform: none;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mdl-custom-emma .trigger-close:hover {
  background: #c91432;
  transform: rotate(-90deg);
  filter: drop-shadow(-3px 6px 8px rgba(0, 0, 0, 0.2));
}
.mdl-custom-emma .mdl-body {
  position: relative;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group {
  margin-bottom: 0.7em;
  position: relative;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group:before {
  content: "";
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  font-size: 1rem;
  position: absolute;
  left: 15px;
  bottom: 14px;
  color: #b7c3d7;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group:before {
    bottom: 10px;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error {
  margin-bottom: 0;
}
@media (max-width: 1366px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .help-block {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .help-block {
    font-size: 0.8rem;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error:before {
  color: #da1414;
  bottom: 39px;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error:before {
    bottom: 37px;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error:after {
  color: #da1414 !important;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control {
  border-color: #da1414;
  color: #da1414;
  background-color: rgba(218, 20, 20, 0.0509803922);
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #da1414;
  opacity: 0.5; /* Firefox */
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #da1414;
  opacity: 0.5;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #da1414;
  opacity: 0.5;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .control-label {
  font-size: 13px;
  color: #5f5f5f;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control {
  padding: 1.5rem 1rem;
  background-color: #f8f9fc;
  border: 1px solid #d2d9ef;
  border-radius: 5px;
  font-size: 14px;
  padding-left: 45px;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control {
    padding: 1rem;
    padding-left: 45px;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #123b71;
  opacity: 0.5; /* Firefox */
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #123b71;
  opacity: 0.5;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #123b71;
  opacity: 0.5;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-name .form-group:before {
  content: "\f007";
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-phone .form-group:before {
  content: "\f095";
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-phone .form-group:after {
  content: "+62";
  color: #b7c3d7;
  font-size: 14px;
  position: absolute;
  left: 2.5rem;
  top: 2.6rem;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-phone .form-group:after {
    top: 2.3rem;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-phone .form-group .form-control {
  padding-left: 68px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-email .form-group:before {
  content: "\f0e0";
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password {
  position: relative;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .form-group.has-error:before {
  bottom: 36px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .form-group:before {
  content: "\f13e";
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .form-group .form-control {
  padding-right: 45px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .box-show-pass {
  position: absolute;
  top: 12px;
  right: 10px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .box-show-pass a {
  width: 30px;
  height: 40px;
  line-height: 40px;
  display: inline-block;
  margin-top: 16px;
  cursor: pointer;
  text-decoration: none;
  color: #7f7f7f;
  font-size: 20px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .box-show-pass a:before {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-inner-password .box-show-pass a.active:before {
  content: "\f070";
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input.type-captcha .taglib-captcha {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  margin-bottom: 3rem;
}
@media (max-width: 1366px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input.type-captcha .taglib-captcha {
    margin: 0.5rem 0;
    margin-bottom: 1rem;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input.type-captcha .taglib-captcha .captcha {
  width: 100%;
  height: max-content;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-input.type-captcha .taglib-captcha .captcha {
    width: 110px;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input.type-captcha .taglib-captcha .form-group {
  position: relative;
  width: 100%;
  margin-bottom: 0;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-input.type-captcha .taglib-captcha .form-group.has-error .help-block {
  margin-bottom: 0;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 2px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label {
  top: 0;
  position: relative;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label:before {
  width: 15px;
  height: 15px;
  background: rgba(31, 71, 128, 0.2);
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label:after {
  width: 15px;
  height: 15px;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #494df4 !important;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-input:checked ~ .custom-control-label::after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  font-size: 0.8rem;
  top: 0.1rem;
  left: 0.1rem;
  color: #ffffff;
}
.mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label-text {
  font-size: 12px;
  color: #5f5f5f;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label-text {
    font-size: 10px;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue,
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline {
  font-size: 16px;
  padding: 10px 16px;
  font-family: "SourceSans-Semibold";
  border: 1px solid #494df4;
  background-color: #494df4;
  color: #ffffff;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  min-width: 310px;
  text-align: center;
}
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue:not(.disabled):hover,
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline:not(.disabled):hover {
  background-color: #fcb501;
  border-color: #fcb501;
  text-decoration: none;
}
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue.sm,
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline.sm {
  width: max-content;
  min-width: auto;
}
@media (max-width: 767px) {
  .mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue.sm,
  .mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline.sm {
    width: 100%;
  }
}
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue.disabled,
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline.disabled {
  cursor: not-allowed;
  opacity: 0.5;
}
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline {
  background-color: #ffffff;
  color: #494df4;
}
.mdl-custom-emma .mdl-body .box-content .box-form .new-btn-blue-outline:hover {
  color: #ffffff;
}

.mdl-custom-backdrop {
  position: fixed;
  z-index: 1046;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mdl-custom-backdrop.show {
  opacity: 1;
  visibility: visible;
}

.mdl-custom-emma.curious-with-emma {
  width: 1000px;
  background: linear-gradient(92.81deg, #494df4 3.58%, #3e2af4 36.76%, #6f49f4 100%);
}
@media (max-width: 820px) {
  .mdl-custom-emma.curious-with-emma {
    width: 91%;
  }
}
.mdl-custom-emma.curious-with-emma:before {
  content: "";
  width: 200px;
  height: 303px;
  background-image: url(../images/Landing-Emma/bg-emma-popup.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 0 0 13px;
}
@media (max-width: 820px) {
  .mdl-custom-emma.curious-with-emma:before {
    background-image: none;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body {
    max-height: 91vh;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body::-webkit-scrollbar {
  width: 5px;
}
.mdl-custom-emma.curious-with-emma .mdl-body::-webkit-scrollbar-track {
  background: #ccc;
}
.mdl-custom-emma.curious-with-emma .mdl-body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.mdl-custom-emma.curious-with-emma .mdl-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text {
  padding-top: 2rem;
  padding-left: 1rem;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text {
    padding-top: 1rem;
    padding-left: 0.5rem;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head {
  color: #fff;
  padding-bottom: 0.2rem;
  background-image: url(../images/Landing-Emma/line-head.png);
  background-size: 85%;
  background-repeat: no-repeat;
  background-position: bottom left;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head {
    background-image: none;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head .title {
  font-size: 27px;
  text-transform: uppercase;
  max-width: 80%;
  letter-spacing: 3px;
}
@media (max-width: 820px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head .title {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head .title {
    max-width: 100%;
    font-size: 16px;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head .desc {
  font-size: 15px;
  opacity: 0.7;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-head .desc {
    font-size: 10px;
    margin-bottom: 0.5rem;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option {
  margin-top: 5rem;
  position: relative;
  left: 30%;
  text-align: center;
  width: 300px;
}
@media (max-width: 820px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option {
    margin-top: 3rem;
    left: 0;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option {
    margin-top: 0;
    left: 0;
    width: 70%;
    margin: 0 auto;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .label-option {
  color: #fff;
  font-size: 1rem;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .label-option {
    font-size: 0.75rem;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option {
  display: flex;
  gap: 1rem;
  width: 80%;
  height: 120px;
  margin: 0 auto;
  margin-top: 1rem;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option {
    width: 100%;
    height: 85px;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option {
  flex: 0 50%;
  border-radius: 8px;
  position: relative;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: red;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.3);
  padding-top: 1rem;
  border: 1px inset rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option label {
    padding-top: 0;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option label .box-icon {
  height: 70px;
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option label .box-icon {
    height: 58px;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option label span {
  color: #fff;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  text-transform: uppercase;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option input[type=radio] {
  opacity: 0.011;
  z-index: 100;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option input[type=radio]:checked + label {
  background: #fff;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option input[type=radio]:checked + label .box-icon {
  opacity: 1;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-text .box-form-option .box-option .custom-radio-option input[type=radio]:checked + label span {
  color: #555;
  opacity: 1;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form {
  padding: 2rem;
  background: #fff;
  border-radius: 12px;
  position: relative;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form {
    padding: 1.5rem;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form {
    margin-top: 1rem;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form .btn-holder {
  margin-top: 1.5rem;
  text-align: center;
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form .box-placeholder-form {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 2px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
@media (max-width: 767px) {
  .mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form .box-placeholder-form {
    font-size: 0.7rem;
  }
}
.mdl-custom-emma.curious-with-emma .mdl-body .box-content .box-form .box-placeholder-form.hide {
  opacity: 0;
  visibility: hidden;
}

.mdl-custom-emma.meet-emma {
  width: 408px;
  padding: 1rem 0;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
@media (min-width: 768px) {
  .mdl-custom-emma.meet-emma {
    width: 408px;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma {
    width: 90%;
  }
}
.mdl-custom-emma.meet-emma .top-gradient-box,
.mdl-custom-emma.meet-emma .bottom-gradient-box {
  position: absolute;
  left: -2px;
  right: -2px;
}
.mdl-custom-emma.meet-emma .top-gradient-box svg,
.mdl-custom-emma.meet-emma .bottom-gradient-box svg {
  width: 100%;
}
.mdl-custom-emma.meet-emma .top-gradient-box {
  top: -9px;
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma .top-gradient-box {
    top: -6px;
  }
}
@media (max-width: 450px) {
  .mdl-custom-emma.meet-emma .top-gradient-box {
    top: -13px;
  }
}
@media (max-width: 393px) {
  .mdl-custom-emma.meet-emma .top-gradient-box {
    top: -15px;
  }
}
@media (max-width: 280px) {
  .mdl-custom-emma.meet-emma .top-gradient-box {
    top: -20px;
  }
}
.mdl-custom-emma.meet-emma .bottom-gradient-box {
  bottom: -10px;
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma .bottom-gradient-box {
    bottom: -10px;
  }
}
@media (max-width: 450px) {
  .mdl-custom-emma.meet-emma .bottom-gradient-box {
    bottom: -14px;
  }
}
@media (max-width: 280px) {
  .mdl-custom-emma.meet-emma .bottom-gradient-box {
    bottom: -26px;
  }
}
.mdl-custom-emma.meet-emma .mdl-body {
  padding: 0.5rem 20px;
  max-height: 91vh;
  overflow-y: auto;
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma .mdl-body {
    padding: 0.5rem 20px;
  }
}
.mdl-custom-emma.meet-emma .mdl-body::-webkit-scrollbar {
  width: 5px;
}
.mdl-custom-emma.meet-emma .mdl-body::-webkit-scrollbar-track {
  background: #ccc;
}
.mdl-custom-emma.meet-emma .mdl-body::-webkit-scrollbar-thumb {
  background: #999;
  border-radius: 10px;
}
.mdl-custom-emma.meet-emma .mdl-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header {
  text-align: center;
  position: relative;
  margin-bottom: 1.5rem;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .box-image {
  position: relative;
  z-index: 2;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .box-image img {
  width: 123px;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .box-image img {
    width: 100px;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation {
  opacity: 0.2;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span {
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span.animation-active {
  animation: fadeInEmma 1s;
  animation-delay: calc(0.6s * var(--i));
  animation-fill-mode: forwards;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span:nth-child(2) {
  margin-right: 2.5rem;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span:nth-child(3) {
  margin-left: 2.5rem;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span svg {
  width: 80px;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span svg {
    width: 70px;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-header .text-animation span svg {
    width: 56px;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .title-form {
  font-size: 20px;
  color: #333333;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .title-form {
    font-size: 18px;
    font-family: "SourceSans-Bold";
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group {
  margin-bottom: 0;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error:before {
  bottom: 36px;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group:before {
    bottom: 9px;
  }
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control {
    padding: 1rem;
    padding-left: 45px;
    font-size: 14px;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .box-forgot {
  display: flex;
  justify-content: end;
  margin-top: 0.3rem;
  width: 100%;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .box-forgot a {
  color: #494df4;
  font-size: 11px;
  text-decoration: underline;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .box-forgot .caps_lock {
  color: #5f5f5f;
  font-size: 11px;
  text-align: left;
  flex: 1;
  text-decoration: underline;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom {
  position: relative;
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder {
  width: max-content;
  margin: 0 auto;
  margin-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #999;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder {
    margin-top: 0.5rem;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder {
    width: 100%;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder.bottom {
  padding-bottom: 0;
  border: none;
  display: flex;
  gap: 1rem;
  width: 92%;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder.bottom {
    margin-top: 1rem;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder.bottom .new-btn-blue-outline {
  min-width: auto;
  display: inline-block;
  width: 100%;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder .new-btn-blue,
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder .new-btn-blue-outline {
    font-size: 14px;
    padding: 7px 13px;
  }
}
@media (max-width: 767px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder .new-btn-blue,
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder .new-btn-blue-outline {
    min-width: 100%;
    width: 100%;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .box-small-info {
  text-align: center;
  margin-top: 1rem;
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translatex(-50%);
  background: #fff;
  padding: 0 0.5rem;
}
@media (max-width: 1366px) {
  .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .box-small-info {
    margin-top: 0.5rem;
  }
}
.mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .box-small-info span {
  font-size: 14px;
  color: #999;
}

@keyframes fadeInEmma {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.modal-notif.mdl-notif-emma .modal-dialog {
  top: 50%;
  margin: 0 auto;
  left: 50%;
  transform: translate(-50%, -50%) !important;
  width: 800px;
}
@media (max-width: 820px) {
  .modal-notif.mdl-notif-emma .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 820px) {
  .modal-notif.mdl-notif-emma .modal-content {
    width: 424px;
  }
}
@media (max-width: 767px) {
  .modal-notif.mdl-notif-emma .modal-content {
    width: 95%;
    left: 50%;
  }
}

body.signed-out .modal-notif.mdl-notif-emma .modal-dialog {
  top: 50%;
  margin: 0 auto;
  left: inherit;
  transform: translate(0, -50%) !important;
  width: 800px;
}
@media (max-width: 820px) {
  body.signed-out .modal-notif.mdl-notif-emma .modal-dialog {
    width: 100%;
  }
}
@media (max-width: 820px) {
  body.signed-out .modal-notif.mdl-notif-emma .modal-content {
    width: 424px;
  }
}
@media (max-width: 767px) {
  body.signed-out .modal-notif.mdl-notif-emma .modal-content {
    width: 95%;
    left: 50%;
  }
}

body.has-control-menu .portlet > .portlet-topper,
body.has-control-menu .portlet > .portlet-topper {
  opacity: 1;
  -webkit-transform: translateY(-97%);
  -moz-transform: translateY(-97%);
  -ms-transform: translateY(-97%);
  -o-transform: translateY(-97%);
  transform: translateY(-97%);
}

.modal-notif .modal-header {
  background: #fff !important;
  position: relative;
  border: none;
}
.modal-notif .modal-header .btn-close-modal {
  position: absolute;
  right: 0.5rem;
  top: 0.5rem;
  color: #000;
  border: 1px solid #e5e5e5;
  border-radius: 50px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  z-index: 2;
}
.modal-notif .modal-content {
  border-radius: 18px;
}
.modal-notif .modal-content .btn-modal-box button {
  display: flex;
  left: 50%;
  transform: translateX(-50%);
  gap: 0.5rem;
}
.modal-notif .modal-content .btn-modal-box.btn-verif-modal-box .btn-inline-verif-modal-box {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}
.modal-notif .modal-content .btn-modal-box.btn-verif-modal-box .btn-inline-verif-modal-box button {
  display: inline-block;
  left: 0;
  transform: translateX(0%);
  flex: 1;
  padding: 12px;
  font-weight: 600;
  font-size: 13px;
  min-width: 40%;
}
.modal-notif .modal-content .btn-modal-box.btn-verif-modal-box .btn-inline-verif-modal-box .btn-custom-secondary {
  background-color: white;
  border: 1px solid;
  color: #494df4;
}
@media (max-width: 575px) {
  .modal-notif .modal-body img.img-notif.img-failed.img-responsive {
    width: 140px;
  }
}
.modal-notif .modal-body h1 {
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 1rem;
}
.modal-notif .modal-body h1.modal-title {
  font-size: 24px;
  text-transform: capitalize;
  font-weight: 800;
}
@media (max-width: 575px) {
  .modal-notif .modal-body h1.modal-title {
    font-size: 18px;
  }
}
.modal-notif .modal-body p {
  font-size: 13px;
  color: #7f7f7f;
}
.modal-notif .modal-body p.modal-desc {
  font-size: 13px;
  color: #333333;
  text-align: justify;
}
@media (max-width: 575px) {
  .modal-notif .modal-body p.modal-desc {
    font-size: 12px;
  }
}

.modal-disclaimer.modal-notif .modal-content .modal-header {
  background: #00008f !important;
}

.modal-detected-number.modal-notif .modal-content .modal-body .btn-custom-red {
  padding-left: 1.5rem;
  padding-right: 2.8rem;
}
.modal-detected-number.modal-notif .modal-content .modal-body .btn-custom-red:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 50%;
  right: 1rem;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.modal-detected-number.modal-notif .modal-content .modal-body .btn-custom-red:hover:before {
  width: 22px;
  content: "\f178";
}

.resend-link {
  background-color: #4976ba !important;
  padding: 10px 20px;
  display: flex;
  gap: 0.2rem;
}

@media (max-width: 912px) {
  .portlet-login.box-wrapper-employee-login.not-step-1 .CX-login .box-inner-login .box-graphic {
    display: none;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login {
  padding-top: 1rem;
}
@media (max-width: 912px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-graphic.img {
    margin-top: 0;
    background: #f6f8fd;
    padding: 1rem;
    border-radius: 16px;
  }
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-graphic.img .welcome-text {
    font-size: 20px;
  }
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-graphic.img p {
    font-size: 14px;
  }
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider .img-slider {
    margin: 1rem 0;
  }
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider .img-slider img {
    height: 146px;
  }
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider .box-caption .text {
    font-size: 14px;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login {
  width: 460px;
  margin: 0 auto;
}
@media (max-width: 912px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login {
    width: 80%;
    margin: 0 auto;
    margin-top: 2rem;
  }
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login {
    width: 100%;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box {
  position: relative;
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box {
    padding: 0 1rem;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-loading-login {
  position: absolute;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login {
    justify-content: center;
    gap: 0.5rem;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-line {
  width: 40px;
  height: 2px;
  background: #ccc;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-line.done {
  background-color: #494df4;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step {
  display: flex;
  gap: 0.5rem;
  position: relative;
  align-items: center;
  justify-content: center;
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step.active {
    top: 0.1rem;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step.active .number {
  background-color: #027180;
  border-color: #027180;
  color: #ffffff;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step.active .text {
  color: #027180;
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step.active .text {
    display: block;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step.done .number {
  background-color: #494df4;
  border-color: #494df4;
  color: #ffffff;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step.done .text {
  color: #494df4;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step .number {
  width: 20px;
  height: 20px;
  border-radius: 20px;
  border: 1.4px solid #cccccc;
  color: #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 280px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step .number {
    width: 15px;
    height: 15px;
    align-items: initial;
    font-size: 9px;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step .text {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  color: #ccc;
  position: relative;
  top: -0.05rem;
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step .text {
    display: none;
  }
}
@media (max-width: 280px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box .box-step-employee-login .item-step .text {
    font-size: 8px;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-head, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head {
  margin-top: 2rem;
  text-align: center;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-head .box-image img, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .box-image img {
  width: 128px;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-head .title, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .title {
  font-size: 20px;
  font-weight: 700;
  color: #494df4;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-head .box-info, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .box-info {
  background: rgba(73, 77, 244, 0.1);
  border-radius: 6px;
  padding: 0.5rem;
  display: flex;
  text-align: left;
  align-items: center;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  margin-bottom: 1rem;
  gap: 0.5rem;
}
@media (max-width: 767px) {
  .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-head .box-info, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .box-info {
    width: 100%;
  }
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-head .box-info p, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .box-info p {
  color: #494df4;
  font-size: 13px;
  margin-bottom: 0;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-kode-unik, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-kode-unik {
  position: relative;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-kode-unik .form-group .form-control, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-kode-unik .form-group .form-control {
  padding-left: 1rem;
  height: 48px !important;
  padding-right: 5.5rem;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-kode-unik .form-group .form-control::placeholder, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-kode-unik .form-group .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #1f4984;
  opacity: 1; /* Firefox */
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-kode-unik .form-group .form-control:-ms-input-placeholder, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-kode-unik .form-group .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #1f4984;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-kode-unik .form-group .form-control::-ms-input-placeholder, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-kode-unik .form-group .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #1f4984;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .box-kode-unik .box-paste, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-kode-unik .box-paste {
  background: rgba(73, 77, 244, 0.1);
  border-radius: 100px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  position: absolute;
  right: 0.5rem;
  top: 0.6rem;
  padding: 0 0.5rem;
  cursor: pointer;
  text-transform: uppercase;
  color: #494df4;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .button-holder, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .button-holder {
  margin-top: 2rem;
  border-bottom: 0;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .button-holder .btn-primary.sm, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .button-holder .btn-primary.sm {
  font-size: 16px;
  padding: 10px 16px;
  padding-right: 40px;
  width: max-content;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .button-holder .btn-primary.sm:hover, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .button-holder .btn-primary.sm:hover {
  background-color: #fcb501;
  border-color: #fcb501;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .button-holder .btn-primary.sm:hover:before, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .button-holder .btn-primary.sm:hover:before {
  width: 22px;
  content: "\f178";
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .button-holder .btn-primary.sm:after, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .button-holder .btn-primary.sm:after {
  display: none;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.kode-unik .button-holder .btn-primary.sm:before, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .button-holder .btn-primary.sm:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 47%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 1rem;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .box-phone-otp {
  background: #027180;
  color: #fff;
  width: max-content;
  padding: 0.5rem 1.5rem;
  margin: 1.5rem auto;
  border-radius: 5px;
  display: flex;
  gap: 1rem;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-head .box-phone-otp .text {
  font-weight: 700;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .digit-group {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .digit-group .digit.form-control {
  height: 60px !important;
  border: 1px solid #1f4883;
  border-radius: 8px;
  font-size: 45px;
  color: #333333;
  appearance: none;
  text-align: center;
  padding: 0.5rem;
  font-family: "SourceSans-Semibold";
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .digit-group .digit.form-control::-webkit-outer-spin-button, .portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .digit-group .digit.form-control::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .digit-group input[type=number] {
  -moz-appearance: textfield;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .hidden-form .form-group.has-error .help-block {
  position: relative;
  text-align: center;
  font-size: 12px;
  width: 100%;
  background: #feefef;
  padding: 0.5rem;
  border: 1px solid #f48989;
  border-radius: 5px;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .box-note span {
  font-size: 11px;
  color: #5f5f5f;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .btn-sm-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 0.5rem;
  gap: 0.5rem;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .btn-sm-holder .resend-link {
  padding: 0.5rem 1rem;
  border-radius: 20px;
  color: #fff;
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  align-items: center;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .btn-sm-holder .resend-link.countdown-otp:hover {
  background-color: #4976ba !important;
  border-color: #4976ba !important;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .btn-sm-holder .resend-link:hover {
  background-color: #fcb600 !important;
  border-color: #fcb600;
}
.portlet-login.box-wrapper-employee-login .CX-login .box-inner-login .box-login .login-box.page-otp .btn-sm-holder .resend-link span {
  font-weight: normal;
}

.box-loading-login {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}
.box-loading-login.mobile {
  display: none;
}
@media (max-width: 820px) {
  .box-loading-login.mobile {
    display: flex;
  }
}
@media (max-width: 820px) {
  .box-loading-login.desktop {
    display: none;
  }
}
.box-loading-login.hide {
  display: none;
}
.box-loading-login img {
  width: 150px;
}

html.login-page body .CX-utama,
body.signed-in .CX-utama {
  margin-top: 61px;
}
@media (max-width: 768px) {
  html.login-page body .CX-utama,
  body.signed-in .CX-utama {
    margin-top: 0 !important;
  }
}

html.login-page body:not(.hide-control-menu).signed-in .CX-utama,
body:not(.hide-control-menu) .CX-utama {
  margin-top: 150px;
}

body.is-user #ControlMenu {
  display: none;
}
body.is-user .CX-header {
  top: 0;
}
body.is-user .CX-utama {
  margin-top: 66px !important;
}
@media (max-width: 767px) {
  body.is-user .CX-utama {
    margin-top: 0 !important;
  }
}

.progress-wrap {
  position: fixed;
  right: 10px;
  bottom: 50px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  box-shadow: inset 0 0 0 4px rgba(73, 77, 244, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap:after {
  content: "\f176";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  color: #494df4;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 1;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:before {
  content: "\f176";
  position: absolute;
  font-family: "Font Awesome 5 Pro";
  font-weight: 900;
  text-align: center;
  line-height: 46px;
  font-size: 18px;
  opacity: 0;
  color: #494df4;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.progress-wrap:hover:after {
  opacity: 0;
}
.progress-wrap:hover:before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: #fff;
}

.progress-wrap svg.progress-circle path {
  stroke: #494df4;
  stroke-width: 4;
  box-sizing: border-box;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}

.cx-healty-detail {
  padding: 4rem 0;
  padding-top: 2rem;
}
.cx-healty-detail .container-fluid {
  max-width: 1024px;
}
.cx-healty-detail .back-action {
  margin-bottom: 1rem;
}
.cx-healty-detail .back-action a {
  text-decoration: none;
}
.cx-healty-detail .back-action a i {
  font-size: 0.8rem;
}
.cx-healty-detail .back-action a span {
  font-weight: 600;
}
.cx-healty-detail .box-header-healty {
  padding: 10px 15px;
  border-radius: 8px 8px 0 0;
  font-size: 1.2rem;
  background: transparent linear-gradient(150deg, #494df4 0%, #9fbeaf 100%) 0 0 no-repeat padding-box;
}
.cx-healty-detail .box-header-healty label {
  margin-bottom: 0;
  color: white;
}
.cx-healty-detail .box-header-healty .right-text {
  float: right;
  display: none;
}
.cx-healty-detail .box-header-healty .right-text i {
  font-size: 0.7rem;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .cx-healty-detail .box-header-healty .right-text {
    font-size: 12px;
    margin-bottom: 0;
    margin-top: 0.3rem;
  }
  .cx-healty-detail .box-header-healty .right-text i {
    padding: 0 4px;
  }
}
.cx-healty-detail .box-detail-promo {
  padding: 15px;
  border: none;
}
.cx-healty-detail .box-detail-promo .img {
  height: 279px;
  background-position: center;
  border-radius: 8px;
}
@media (max-width: 768px) {
  .cx-healty-detail .box-detail-promo .img {
    height: 200px;
  }
}
.cx-healty-detail .box-detail-promo .detail-promo .title-promo {
  font-size: 1rem;
  font-family: "SourceSans-Semibold";
  margin-bottom: 10px;
}
.cx-healty-detail .box-detail-promo .detail-promo .desc-promo div,
.cx-healty-detail .box-detail-promo .detail-promo .desc-promo p,
.cx-healty-detail .box-detail-promo .detail-promo .desc-promo span,
.cx-healty-detail .box-detail-promo .detail-promo .desc-promo i,
.cx-healty-detail .box-detail-promo .detail-promo .desc-promo a {
  font-family: "SourceSans" !important;
}
.cx-healty-detail .box-detail-promo .detail-promo .date-tips {
  margin-bottom: 1rem;
}
.cx-healty-detail .box-detail-promo .detail-promo .desc-promo img {
  padding: 0 10px;
}

body.signed-in .section-cta-article {
  display: none;
}

.section-cta-article {
  width: 774px;
  margin: 0 auto;
  margin-bottom: 4rem;
  background: #f5f3fe;
  border-radius: 8px;
}
@media (max-width: 820px) {
  .section-cta-article {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .section-cta-article {
    padding: 1rem 0;
  }
}
.section-cta-article .box-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 767px) {
  .section-cta-article .box-wrapper {
    flex-direction: column;
    gap: 1rem;
  }
}
.section-cta-article .box-wrapper .box-content-left {
  display: flex;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  padding-left: 2rem;
}
@media (max-width: 767px) {
  .section-cta-article .box-wrapper .box-content-left {
    padding: 0 1rem;
  }
}
.section-cta-article .box-wrapper .box-content-left .box-vector {
  width: 130px;
  height: 80px;
  text-align: center;
  position: relative;
  background-image: url("../images/Landing-Emma/bg-ct-login.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 767px) {
  .section-cta-article .box-wrapper .box-content-left .box-vector {
    width: 170px;
    height: 69px;
    background-size: contain;
  }
}
.section-cta-article .box-wrapper .box-content-left .box-vector img {
  position: absolute;
  bottom: 0;
  width: 75px;
  left: 50%;
  transform: translatex(-50%);
}
.section-cta-article .box-wrapper .box-content-left .box-text {
  height: max-content;
}
.section-cta-article .box-wrapper .box-content-left .box-text .title {
  margin: 0;
  font-size: 17px;
  color: #494df4;
  font-weight: 700;
  margin-bottom: 0.3rem;
}
.section-cta-article .box-wrapper .box-content-left .box-text .subtitle {
  margin: 0;
  font-size: 10px;
  color: #494df4;
  font-weight: 600;
}
.section-cta-article .box-wrapper .box-content-right {
  padding-right: 2rem;
}
@media (max-width: 767px) {
  .section-cta-article .box-wrapper .box-content-right {
    padding-right: 0;
  }
}
.section-cta-article .box-wrapper .box-content-right .new-btn-blue {
  font-size: 16px;
  padding: 10px 16px;
  font-family: "SourceSans-Semibold";
  border: 1px solid #494df4;
  background-color: #494df4;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  box-shadow: 0px 6px 14px 0px rgba(0, 0, 0, 0.25);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.section-cta-article .box-wrapper .box-content-right .new-btn-blue:hover {
  background-color: #fcb501;
  border-color: #fcb501;
  text-decoration: none;
}
.section-cta-article .box-wrapper .box-content-right .new-btn-blue:hover.with-chevron:after {
  width: 22px;
  content: "\f178";
}
.section-cta-article .box-wrapper .box-content-right .new-btn-blue.sm {
  font-size: 14px;
  padding: 8px 12px;
}
.section-cta-article .box-wrapper .box-content-right .new-btn-blue.with-chevron {
  position: relative;
  padding-right: 37px;
}
.section-cta-article .box-wrapper .box-content-right .new-btn-blue.with-chevron:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

@media (max-width: 1366px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login {
    align-items: center;
  }
}
@media (max-width: 767px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .welcome-text span {
    display: block;
  }
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic .emma-slider .item-slider .box-caption {
  display: none;
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img {
  margin-top: 10px;
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider .img-slider {
  margin-bottom: 2rem;
}
body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider .img-slider img {
  height: 298px !important;
}
@media (max-width: 767px) {
  body .CX-utama .portlet-login .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider .img-slider img {
    height: auto !important;
    width: 100%;
  }
}

.cx-simple-error-page {
  padding: 51px 0 51px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cx-simple-error-page {
    padding: 0px 0 61px;
  }
}
.cx-simple-error-page .container.CX-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) {
  .cx-simple-error-page .container.CX-wrapper {
    max-width: 1185px;
  }
}
.cx-simple-error-page:before {
  content: "";
  width: 292px;
  height: 292px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F7F8;
  position: absolute;
  bottom: -120px;
  left: -120px;
}
.cx-simple-error-page:after {
  content: "";
  width: 317px;
  height: 317px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F7F8;
  position: absolute;
  top: -120px;
  right: -120px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page:after {
    width: 145px;
    height: 145px;
    top: -70px;
    right: -70px;
  }
}
@media (min-width: 1025px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner {
    display: grid;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text {
  flex: 1 1 auto;
  color: #333;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text {
    order: 2;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner {
    max-width: 304px;
    margin: 0 auto;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .title {
  font-size: 50px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  height: 63px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .title {
    font-size: 28px;
    height: 36px;
    margin-bottom: 10px;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .typed-cursor {
  display: none;
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .text {
  font-size: 18px;
  line-height: normal;
  color: #5F5F5F;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .text {
    font-size: 16px;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-action {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-action .new-btn-blue {
    display: block;
    width: 100%;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector {
  flex: 0 0 auto;
  max-width: 685px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector {
    max-width: initial;
    text-align: center;
  }
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector svg {
    margin: 0 auto;
    width: 387px;
    height: 305px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector svg {
    width: 100%;
    height: auto;
  }
}

.new-btn-blue {
  font-size: 16px;
  padding: 10px 16px;
  font-family: "SourceSans-Semibold";
  border: 1px solid #494df4;
  background-color: #494df4;
  color: #fff !important;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-btn-blue:hover {
  background-color: #FCB501;
  border-color: #FCB501;
  text-decoration: none;
}
.new-btn-blue.text-capitalize {
  text-transform: capitalize !important;
}
.new-btn-blue.text-lowercase {
  text-transform: lowercase !important;
}
.new-btn-blue.text-uppercase {
  text-transform: uppercase !important;
}
.new-btn-blue.lg {
  font-size: 18px;
  padding: 14px 16px;
}
.new-btn-blue.sm {
  font-size: 14px;
  padding: 8px 12px;
}
.new-btn-blue.xs {
  font-size: 12px;
  padding: 6px 12px;
}
@media (max-width: 767px) {
  .new-btn-blue.btn-block-mobile {
    display: block;
    width: 100%;
  }
}
.new-btn-blue.with-chevron {
  position: relative;
  padding-right: 37px;
}
.new-btn-blue.with-chevron:after {
  font-family: "Font Awesome 5 Pro";
  content: "\f054";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
  background: rgba(255, 255, 255, 0.2);
  display: inline-block;
  text-align: center;
  font-weight: normal;
  font-size: 0.6rem;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.new-btn-blue.with-chevron:hover:after {
  width: 22px;
  content: "\f178";
}
.new-btn-blue.with-chevron:disabled:hover:after, .new-btn-blue.with-chevron.disabled:hover:after {
  content: "\f054";
  width: 14px;
  transform: none !important;
  -webkit-transform: translateY(-50%) !important;
  -moz-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  -o-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
}
.new-btn-blue.border-only {
  background-color: #fff;
  color: #494df4 !important;
  border: 2px solid #494df4;
}
.new-btn-blue.border-only:hover {
  background: #FCB501;
  border-color: #FCB501;
  color: #fff !important;
}
.new-btn-blue.border-only.right-icon.stroke-fill-icon:hover .ico svg path, .new-btn-blue.border-only.left-icon.stroke-fill-icon:hover .ico svg path {
  fill: #fff;
  stroke: #fff;
}
.new-btn-blue.border-only.right-icon.stroke-icon:hover .ico svg path, .new-btn-blue.border-only.left-icon.stroke-icon:hover .ico svg path {
  fill: none !important;
  stroke: #fff;
}
.new-btn-blue.border-only.right-icon.fill-icon:hover .ico svg path, .new-btn-blue.border-only.left-icon.fill-icon:hover .ico svg path {
  fill: #fff !important;
  stroke: none !important;
}
.new-btn-blue.border-only.with-chevron:after {
  background: rgba(73, 78, 244, 0.2);
  color: #494df4;
}
.new-btn-blue.border-only.with-chevron:hover:after {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.new-btn-blue.border-only.with-chevron:disabled:after, .new-btn-blue.border-only.with-chevron.disabled:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #ffffff;
}
.new-btn-blue.border-only:disabled, .new-btn-blue.border-only.disabled {
  background-color: #fff !important;
  border: 2px solid #cccccc !important;
  color: #999 !important;
}
.new-btn-blue.border-only.with-chevron:disabled:after, .new-btn-blue.border-only.with-chevron.disabled:after {
  background: rgba(204, 204, 204, 0.2) !important;
  color: rgba(153, 153, 153, 0.9);
}
.new-btn-blue.no-bg {
  box-shadow: none !important;
  background: none !important;
  background-color: transparent !important;
  color: #494df4 !important;
  border: 0 !important;
  padding: 0 !important;
}
.new-btn-blue.no-bg:after {
  color: #494df4;
  background: rgba(73, 77, 244, 0.2);
  font-weight: bold;
}
.new-btn-blue.disabled, .new-btn-blue:disabled {
  background: #cccccc !important;
  border-color: #cccccc !important;
  color: #fff !important;
  cursor: not-allowed !important;
}
.new-btn-blue.default {
  box-shadow: none;
  background: #cccccc;
  border-color: #cccccc;
  color: #fff !important;
}
.new-btn-blue.default:hover {
  background: #b3b3b3;
  border-color: #b3b3b3;
}
.new-btn-blue.c-green {
  color: #128992 !important;
}
.new-btn-blue.c-red {
  color: #c31444 !important;
}
.new-btn-blue.c-primary {
  color: #494df4 !important;
}
.new-btn-blue.c-primary.with-chevron:after {
  color: #494df4 !important;
  background: rgba(73, 78, 244, 0.2);
}
.new-btn-blue.c-primary.with-chevron:hover:after {
  color: #FCB501 !important;
  background: rgba(255, 255, 255, 0.2) !important;
}
.new-btn-blue.bg-white {
  background-color: #fff;
  border-color: #fff;
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
}
.new-btn-blue.bg-white.c-green:hover {
  background: #0c5e65 !important;
  border-color: #0c5e65 !important;
  color: #fff !important;
}
.new-btn-blue.bg-white.c-red:hover {
  background: #950f34 !important;
  border-color: #950f34 !important;
  color: #fff !important;
}
.new-btn-blue.bg-white.c-primary:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
  color: #fff !important;
}
.new-btn-blue.bg-white.c-primary.with-chevron:hover:after {
  background-color: #fff;
}
.new-btn-blue.axa {
  background: #123b71;
  border-color: #123b71;
}
.new-btn-blue.axa:hover {
  background-color: #164687;
  border-color: #164687;
}
.new-btn-blue.ocean:hover {
  background-color: #4976ba !important;
  border-color: #4976ba !important;
  color: #fff !important;
}
.new-btn-blue.ocean:hover:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
}
.new-btn-blue.emerald {
  background-color: #48a161;
  border-color: #48a161;
}
.new-btn-blue.emerald:hover {
  background-color: #387e4c;
  border-color: #387e4c;
}
.new-btn-blue.sienna {
  background: #f07662 !important;
  border-color: #f07662 !important;
}
.new-btn-blue.sienna:after {
  background-color: #fff;
  color: #f07662;
}
.new-btn-blue.sienna:hover {
  background-color: #e65d47 !important;
  border-color: #e65d47 !important;
}
.new-btn-blue.sienna:hover:after {
  background-color: rgba(255, 255, 255, 0.2) !important;
  color: #fff;
}
.new-btn-blue.dark {
  border-color: #00008f;
  background-color: #00008f;
}
.new-btn-blue.dark:hover {
  background-color: #FCB501;
  border-color: #FCB501;
  text-decoration: none;
}
.new-btn-blue.with-shadow {
  -webkit-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 19px rgba(0, 0, 0, 0.25);
}
.new-btn-blue.no-shadow {
  box-shadow: none !important;
}
.new-btn-blue.radius-4 {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.new-btn-blue.radius-6 {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.new-btn-blue.ico-left .ico {
  display: inline-block;
}
.new-btn-blue.ico-left .text {
  display: inline-block;
  margin-left: 5px;
}
.new-btn-blue.left-icon span, .new-btn-blue.icon-left span {
  margin-right: 5px;
  position: relative;
  top: 2px;
}
.new-btn-blue.left-icon span.ico, .new-btn-blue.icon-left span.ico {
  margin-right: 4px;
}
.new-btn-blue.left-icon span.text, .new-btn-blue.icon-left span.text {
  margin-left: 0px;
  top: 0px;
}
.new-btn-blue.right-icon span, .new-btn-blue.icon-right span {
  margin-left: 5px;
  position: relative;
  top: 2px;
}
.new-btn-blue.right-icon span.ico, .new-btn-blue.icon-right span.ico {
  margin-left: 4px;
}
.new-btn-blue.right-icon span.text, .new-btn-blue.icon-right span.text {
  margin-left: 0px;
}
.new-btn-blue.with-ico .ico,
.new-btn-blue.with-ico .text {
  display: inline-block;
}
.new-btn-blue.with-ico .ico {
  position: relative;
  top: 3px;
  margin-left: 5px;
}

.new-btn-blue.c-primary.with-chevron:hover:after {
  color: #fff !important;
}

.new-btn-blue.ocean:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
}

.new-btn-blue.green-gradient:not(disabled) {
  border-color: transparent;
}

.new-btn-blue.btn-delete {
  background-color: #c91432;
  border-color: #c91432;
}
.new-btn-blue.btn-delete:hover {
  background-color: #9b0f26;
}
.new-btn-blue.bg-red {
  background-color: #ff1721;
  border-color: #ff1721;
  border: 2px solid #ff1721;
}
.new-btn-blue.bg-red:hover {
  background-color: #e3000a;
  border: 2px solid #e3000a;
}
.new-btn-blue.bg-red-dark {
  background-color: #c91432;
  border-color: #c91432;
}
.new-btn-blue.bg-red-dark:hover {
  background-color: #9b0f26;
}
.new-btn-blue.right-icon .text {
  top: 0px;
}
.new-btn-blue.left-icon .text {
  top: 0px;
}

.new-btn-blue.emma-gradient {
  background: linear-gradient(133deg, #494df4 0%, #4a37f4 46.3%, #6f49f4 100%);
  border-color: transparent;
}
.new-btn-blue.emma-gradient:hover {
  background: #fcb501;
}

.new-btn-blue.fit-gradient {
  background-color: #157b89;
  border-color: #157b89;
  position: relative;
  overflow: hidden;
}
.new-btn-blue.fit-gradient .box-border-animation span {
  position: absolute;
  margin-left: 0 !important;
}
.new-btn-blue.fit-gradient .box-border-animation span:nth-child(1) {
  top: 0 !important;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to right, #157b89, #62d8ea);
  animation: animateborder1 2s linear infinite;
}
.new-btn-blue.fit-gradient .box-border-animation span:nth-child(2) {
  top: 0 !important;
  right: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to bottom, #157b89, #62d8ea);
  animation: animateborder2 2s linear infinite;
  animation-delay: 1s;
}
.new-btn-blue.fit-gradient .box-border-animation span:nth-child(3) {
  top: initial;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(to left, #157b89, #62d8ea);
  animation: animateborder3 2s linear infinite;
}
.new-btn-blue.fit-gradient .box-border-animation span:nth-child(4) {
  top: 0;
  left: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(to top, #157b89, #62d8ea);
  animation: animateborder4 2s linear infinite;
  animation-delay: 1s;
}

@-webkit-keyframes animateborder1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-moz-keyframes animateborder1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-ms-keyframes animateborder1 {
0% {
    transform: translateX(-100%);
  }
100% {
    transform: translateX(100%);
  }
}
@keyframes animateborder1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
@-webkit-keyframes animateborder2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-moz-keyframes animateborder2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-ms-keyframes animateborder2 {
0% {
    transform: translateY(-100%);
  }
100% {
    transform: translateY(100%);
  }
}
@keyframes animateborder2 {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}
@-webkit-keyframes animateborder3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-moz-keyframes animateborder3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-ms-keyframes animateborder3 {
0% {
    transform: translateX(100%);
  }
100% {
    transform: translateX(-100%);
  }
}
@keyframes animateborder3 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@-webkit-keyframes animateborder4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-moz-keyframes animateborder4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
@-ms-keyframes animateborder4 {
0% {
    transform: translateY(100%);
  }
100% {
    transform: translateY(-100%);
  }
}
@keyframes animateborder4 {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(-100%);
  }
}
.btn-copy {
  position: relative;
}
.btn-copy .cx-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.btn-copy .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.btn-copy .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #494df4;
  padding: 2px 13px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.btn-copy .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #494df4;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.btn-copy .cx-tooltip.place-top {
  bottom: initial;
  top: -35px;
}
.btn-copy .cx-tooltip.place-top:after {
  top: initial;
  bottom: -8px;
  border-bottom: 0px;
  border-top: 14px solid #494df4;
}

.new-btn-blue.bg-white.c-primary .ico svg path {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-btn-blue.bg-white.c-primary:hover .ico svg path {
  fill: #fff;
}

.new-btn-blue.text-only-white {
  border-color: transparent;
  background-color: transparent;
  text-transform: none;
}
.new-btn-blue.text-only-white:hover {
  background-color: transparent;
  border-color: transparent;
}
.new-btn-blue.ico-chevron-only {
  padding: 10px 24px;
}
.new-btn-blue.ico-chevron-only span {
  display: inline-block;
  width: 18px;
  height: 18px;
  line-height: 18px;
  font-size: 8px;
  font-weight: normal;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  position: relative;
  top: -2px;
}

.new-btn-blue.with-chevron.chevron-to-plus {
  padding-right: 30px;
}
.new-btn-blue.with-chevron.chevron-to-plus:after {
  content: "\f067" !important;
}
.new-btn-blue.with-chevron.chevron-to-plus:hover:after {
  width: 14px;
}

.new-btn-blue.block {
  width: 100%;
}
.new-btn-blue.bg-green {
  background-color: #1cc542 !important;
  border-color: #1cc542 !important;
}
.new-btn-blue.bg-green:hover {
  background-color: #169833 !important;
  border-color: #169833 !important;
}

.new-btn-blue.secondary {
  background-color: #fcb501;
  border-color: #fcb501;
}
.new-btn-blue.secondary:hover {
  background-color: #e3a301;
  border-color: #e3a301;
}

button.new-btn-blue.bg-white.c-primary.right-icon.stroke-icon:hover .ico svg path, button.new-btn-blue.bg-white.c-primary.left-icon.stroke-icon:hover .ico svg path {
  fill: none !important;
  stroke: #fff;
}

.new-btn-blue.btn-preview {
  background-color: #dedffc;
  border-color: #dedffc;
  color: #494df4;
}
.new-btn-blue.btn-preview .text {
  color: #494df4;
}
.new-btn-blue.btn-preview .ico {
  top: 0px;
}
.new-btn-blue.btn-preview.xs {
  padding: 1px 8px;
}
.new-btn-blue.btn-preview.xs .text {
  font-size: 12px;
  line-height: 12px;
}
.new-btn-blue.btn-preview.xs .ico {
  margin-left: 2px;
}

.new-btn-blue.with-chevron.xs {
  padding-right: 33px;
}

.new-btn-blue.bg-white.c-green.with-chevron:after {
  background: rgba(18, 137, 146, 0.2);
}
.new-btn-blue.bg-white.c-green.with-chevron:hover:after {
  background: rgba(255, 255, 255, 0.2);
}

.new-btn-blue.with-check {
  position: relative;
  padding-right: 33px;
}
.new-btn-blue.with-check:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.00033' cy='7.00033' r='5.33333' stroke='white' stroke-width='1.5'/%3E%3Cpath d='M5.13281 7.26699L6.19948 8.33366L8.86615 5.66699' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 8px;
  width: 14px;
  height: 14px;
  line-height: 14px;
}

@keyframes button-glow {
  0% {
    left: -20%;
  }
  50% {
    left: 120%;
  }
  100% {
    left: 120%;
  }
}
.new-btn-blue.bg-transparent {
  background-color: transparent;
  border: 2px solid #fff;
}
.new-btn-blue.bg-transparent:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
  text-decoration: none;
}
.new-btn-blue.bg-transparent.with-chevron:after {
  background: rgb(255, 255, 255);
  color: #494df4;
}
.new-btn-blue.bg-transparent.with-chevron:hover:after {
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.new-btn-blue.bg-transparent.with-glow {
  position: relative;
  overflow: hidden;
}
.new-btn-blue.bg-transparent.with-glow span {
  position: relative;
  z-index: 2;
}
.new-btn-blue.bg-transparent.with-glow:before {
  content: "";
  position: absolute;
  left: -20%;
  top: -10%;
  width: 0;
  height: 100%;
  transform: rotate(15deg) scale(1, 2);
  box-shadow: 0 0 30px 15px rgba(255, 255, 255, 0.5);
  animation: button-glow 3000ms ease-in-out infinite;
}
.new-btn-blue.btn-ico-circle {
  padding: 0;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
.new-btn-blue.btn-ico-circle svg {
  position: relative;
  top: -2px;
}
.new-btn-blue.btn-ico-circle:hover {
  background-color: #494df4;
}
.new-btn-blue.btn-ico-circle.stroke-fill-icon:hover .ico svg path {
  fill: #fff;
  stroke: #fff;
}
.new-btn-blue.btn-ico-circle.stroke-icon:hover .ico svg path {
  fill: none !important;
  stroke: #fff;
}
.new-btn-blue.btn-ico-circle.fill-icon:hover .ico svg path {
  fill: #fff !important;
  stroke: none !important;
}
.new-btn-blue.btn-light {
  background-color: rgba(73, 78, 244, 0.1);
  border-color: rgba(73, 78, 244, 0.1);
}

.new-btn-blue.border-only.border-default {
  border: 2px solid #5f5f5f;
  color: #5f5f5f !important;
}
.new-btn-blue.border-only.border-default:hover {
  background: #5f5f5f;
  border-color: #5f5f5f;
  color: #fff !important;
}
.new-btn-blue.border-only.border-white {
  background-color: transparent;
}
.new-btn-blue.border-only.border-white:hover {
  background-color: #fff !important;
  color: #494df4 !important;
}
.new-btn-blue.border-only.border-white.right-icon.stroke-fill-icon:hover .ico svg path, .new-btn-blue.border-only.border-white.left-icon.stroke-fill-icon:hover .ico svg path {
  fill: #494df4;
  stroke: #494df4;
}
.new-btn-blue.border-only.border-white.right-icon.stroke-icon:hover .ico svg path, .new-btn-blue.border-only.border-white.left-icon.stroke-icon:hover .ico svg path {
  fill: none !important;
  stroke: #494df4;
}
.new-btn-blue.border-only.border-white.right-icon.fill-icon:hover .ico svg path, .new-btn-blue.border-only.border-white.left-icon.fill-icon:hover .ico svg path {
  fill: #494df4 !important;
  stroke: none !important;
}
.new-btn-blue.border-only.c-white {
  color: #fff !important;
}

.new-btn-blue.default-white {
  border-color: #fff;
  background-color: #fff;
  color: #333333 !important;
}
.new-btn-blue.default-white:hover {
  border-color: #fcb501;
  background-color: #fcb501;
  color: #fff !important;
}

.box-act.full .btn-block {
  margin: 0px;
}
.box-act.full .btn-block + .btn-block {
  margin-top: 12px;
  margin-left: 0px;
}

.CX-pop-up-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1045;
  opacity: 0;
  visibility: hidden;
}
.CX-pop-up-modal .bg-pop-up-modal-dark {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-modal .box-pop-up-modal {
  position: relative;
  background-color: #fff;
  max-width: 548px;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  padding: 2rem;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal {
    width: 90%;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal .box-ico svg {
    height: 196px;
  }
}
.CX-pop-up-modal .box-pop-up-modal .box-text {
  font-family: "SourceSans";
  margin-top: 2rem;
}
.CX-pop-up-modal .box-pop-up-modal .box-text .title {
  font-size: 29px;
  line-height: 31px;
  margin-bottom: 10px;
  font-family: "SourceSans-Bold";
  color: #333;
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal .box-text .title {
    font-size: 23px;
  }
}
.CX-pop-up-modal .box-pop-up-modal .box-text p {
  color: #7f7f7f;
  font-size: 16px;
  line-height: 23px;
  font-family: "source-sans-pro-regular";
  max-width: 100%;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .CX-pop-up-modal .box-pop-up-modal .box-text p {
    font-size: 12px;
    line-height: 18px;
    max-width: 100%;
  }
}
.CX-pop-up-modal .box-pop-up-modal .box-text .box-act {
  margin-top: 34px;
}
.CX-pop-up-modal.open {
  opacity: 1;
  visibility: visible;
}
.CX-pop-up-modal.open .box-pop-up-modal {
  opacity: 1;
  visibility: visible;
}

.box-select .select2.select2-container .selection .select2-selection__arrow {
  height: 100%;
}
.box-select .select2.select2-container .selection .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 0px;
  right: 10px;
  position: relative;
  color: #123b71;
}
.box-select .select2.select2-container .selection .select2-selection__arrow b {
  display: none;
}

.CX-pop-up-filter {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: none;
}
@media (max-width: 1024px) {
  .CX-pop-up-filter {
    display: block;
  }
}
.CX-pop-up-filter .bg-pop-up-filter-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-filter .box-pop-up-filter {
  position: absolute;
  background-color: #fff;
  width: 100%;
  height: calc(100% - 230px);
  bottom: 0;
  -webkit-border-radius: 12px 12px 0px 0px;
  -moz-border-radius: 12px 12px 0px 0px;
  -ms-border-radius: 12px 12px 0px 0px;
  -o-border-radius: 12px 12px 0px 0px;
  border-radius: 12px 12px 0px 0px;
  -webkit-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  box-shadow: 0px -6px 12px rgba(0, 0, 0, 0.14);
  padding: 20px 1rem;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-bottom: -100%;
  -moz-bottom: -100%;
  -ms-bottom: -100%;
  -o-bottom: -100%;
  bottom: -100%;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head {
  position: relative;
  margin-bottom: 30px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .title {
  text-align: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .close {
  opacity: 1;
  position: absolute;
  right: 0;
  top: -2px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .close .close-filter {
  display: block;
  padding: 20px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-head .close svg path {
  filter: #000;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner {
  display: flex;
  flex-direction: column;
  grid-row-gap: 15px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container {
  width: 100% !important;
  height: 50px;
  background-color: #eceff8;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .selection .select2-selection__arrow {
  height: 100%;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .selection .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  top: 12px;
  right: 10px;
  position: relative;
  color: #494df4;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .selection .select2-selection__arrow b {
  display: none;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .select2-selection {
  height: 100%;
  border: 0;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-select .select2-container .select2-selection__rendered {
  color: #494df4;
  font-weight: 600;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  padding-left: 25px;
  background-color: #eceff8;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search {
  position: relative;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner {
  position: relative;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .ico {
  position: absolute;
  left: 15px;
  margin-top: 3px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input {
  border: 1px solid #fff;
  width: 100%;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 40px;
  color: #123b71;
  font-weight: 700;
  font-size: 14px;
  background-color: #eceff8;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input::-webkit-input-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input::-webkit-input-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input::-moz-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input::-moz-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input:-moz-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input:-moz-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input:-ms-input-placeholder,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input:-ms-input-placeholder {
  color: #123b71;
  font-weight: 600;
  font-size: 14px;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner input:focus,
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-search .box-search-inner .input:focus {
  border-color: #494df4;
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-act {
  padding: 0 0px;
  margin-top: 15px;
  position: absolute;
  bottom: 20px;
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-pop-up-filter .box-pop-up-filter .pop-up-filter-inner .box-filter-list .box-filter-list-inner .box-act .new-btn-blue {
  display: block;
  width: auto;
  margin: 0 auto;
  -webkit-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  -o-box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 5px 6px rgba(0, 0, 0, 0.11);
  font-size: 16px;
  line-height: 24px;
}
.CX-pop-up-filter.open {
  opacity: 1;
  visibility: visible;
}
.CX-pop-up-filter.open .box-pop-up-filter {
  -webkit-bottom: 0;
  -moz-bottom: 0;
  -ms-bottom: 0;
  -o-bottom: 0;
  bottom: 0;
}

.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up {
  position: absolute;
  top: 10px;
  right: 10px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-family: "SourceSans-Bold";
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading .box-pop-heading-inner p {
  font-family: "SourceSans";
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  text-align: center;
  color: #999999;
}

.CX-custom-splash-alert {
  position: fixed;
  z-index: 1045;
  left: 0;
  top: 20px;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 767px) {
  .CX-custom-splash-alert {
    width: 98%;
    left: 50%;
    transform: translateX(-50%);
  }
}
.CX-custom-splash-alert.open {
  opacity: 1;
  visibility: visible;
}
.CX-custom-splash-alert .box-custom-splash-alert {
  margin: 0 auto;
  max-width: 449px;
  background: #c91432;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 0px 23px;
  height: 66px;
  overflow: hidden;
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner {
  width: auto;
  height: 100%;
  position: relative;
  margin: 0 auto;
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .icon {
  position: absolute;
  bottom: -7px;
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text {
  position: relative;
  margin-left: 80px;
  top: 15px;
  color: #fff;
  font-family: "SourceSans-Semibold";
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .title {
    font-size: 14px;
  }
}
.CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .text {
  font-size: 13px;
  line-height: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .CX-custom-splash-alert .box-custom-splash-alert .box-custom-splash-alert-inner .box-text .text {
    font-size: 11px;
  }
}

.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal {
  max-width: 600px;
  padding: 3rem 70px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal {
    padding: 3rem 10px;
  }
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
    font-size: 20px;
    line-height: 24px;
  }
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-dropdown-changes {
  margin-top: 70px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-dropdown-changes {
    margin-top: 56px;
  }
}

.box-pop-up-modal .box-pop-up-modal-inner .box-text .box-act {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 15px;
}
.box-pop-up-modal .box-pop-up-modal-inner .box-text .box-act .new-btn-blue:last-child {
  margin-left: 0px;
}

.CX-pop-up-modal.lg .box-pop-up-modal {
  max-width: 85%;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.lg .box-pop-up-modal {
    max-width: 100%;
  }
}

@media (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal {
    padding: 2rem 15px;
  }
}
@media (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal .box-pop-up-modal-inner .box-dropdown-changes {
    margin-top: 50px;
  }
}
@media (max-height: 700px) {
  .CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal .box-pop-up-modal-inner .box-action {
    margin-top: 20px !important;
  }
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal {
  max-width: 100%;
  top: initial;
  bottom: 0;
  position: absolute;
  width: 100%;
  border-radius: 0px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.CX-pop-up-modal.full-bottom-to-top.open .box-pop-up-modal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.CX-pop-up-modal.with-top-line .box-pop-up-modal .box-pop-heading:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 4px;
  background: #d9d9d9;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal {
  padding: 2rem 20px;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.open .box-pop-up-modal {
    width: auto;
    margin-left: 15px;
    margin-right: 15px;
    padding: 2rem 15px;
  }
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default .box-pop-up-modal {
    margin: 0 15px;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis .box-pop-up-modal {
    margin: 0 0px;
  }
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal {
  padding: 2rem 15px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-heading .box-pop-heading-inner p {
  font-size: 16px !important;
  line-height: 25px !important;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-verifikasi .box-info-verifikasi-inner .names {
  font-family: "SourceSans-Bold";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0.01em;
}

.CX-pop-up-modal.with-bg-cities .box-pop-up-modal .box-pop-up-modal-inner {
  position: relative;
}
.CX-pop-up-modal.with-bg-cities .box-pop-up-modal .box-pop-up-modal-inner:after {
  content: "";
  background-image: url(../images/bg-cities-large.png);
  background-repeat: repeat-x;
  background-position: bottom left;
  background-size: cover;
  width: 100%;
  height: 357px;
  position: absolute;
  bottom: 0;
  left: 0px;
  z-index: 1;
}

.CX-pop-up-modal.with-bg-cities:after {
  content: "";
  position: absolute;
}
.CX-pop-up-modal.full-width .box-pop-up-modal {
  padding: 0 0;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.full-width .box-pop-up-modal {
    margin: 0 0;
  }
}
.CX-pop-up-modal.no-radius .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
}
.CX-pop-up-modal.lg-title .box-pop-up-modal .box-pop-heading:before {
  display: none;
}
.CX-pop-up-modal.lg-title .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 30px;
}
.CX-pop-up-modal.p-16 .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 16px !important;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  color: #fff !important;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading:before {
  display: none;
}
.CX-pop-up-modal.with-blue-header.dark .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #3032c1;
}

.CX-pop-up-modal .box-pop-up-modal .box-text.small-text .title {
  font-size: 20px;
  line-height: 25px;
  text-align: center;
  color: #333333;
}
.CX-pop-up-modal .box-pop-up-modal .box-text.small-text p {
  font-family: "SourceSans";
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #999999;
}

.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal {
  padding: 3rem 15px 20px;
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-size: 20px;
  line-height: 25px;
}
.CX-pop-up-modal.modal-pilih-cabang .box-pop-up-modal .box-pop-up-modal-inner .box-dropdown-changes {
  margin-top: 60px;
}

.CX-pop-up-modal.modal-default.modal-pilih-cabang .box-pop-up-modal, .CX-pop-up-modal.modal-default.with-top-border .box-pop-up-modal {
  border-top: 5px solid #494df4;
}

.CX-pop-up-modal.with-blue-header .box-pop-up-modal, .CX-pop-up-modal.with-gold-header .box-pop-up-modal, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal, .CX-pop-up-modal.with-signature-header .box-pop-up-modal {
  padding: 0;
  overflow: hidden;
  background-color: transparent;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  position: relative;
  color: #fff;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  padding: 12px;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  color: #fff;
  font-size: 17px;
  line-height: 26px;
  text-align: center;
  letter-spacing: 0.01em;
  margin-bottom: 0;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up {
  position: absolute;
  right: 12px;
  top: 15px;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 2rem;
  background-color: #fff;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form, .CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form, .CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form, .CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-up-modal-inner .new-box-form {
  padding-bottom: 0;
}
.CX-pop-up-modal.with-blue-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #494df4;
}
.CX-pop-up-modal.with-gold-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #877731;
}
.CX-pop-up-modal.with-platinum-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #6d6e71;
}
.CX-pop-up-modal.with-signature-header .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #1f1f1f;
}
.CX-pop-up-modal.lg-title .box-pop-up-modal .box-pop-heading-inner h3 {
  font-size: 20px !important;
  line-height: 25px !important;
}

.CX-pop-up-modal.with-blue-header.dark.emma-card .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  background: #0e214e;
}

.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple {
  max-height: 70vh;
  overflow-y: auto;
}
.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-message-simple::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner .box-ico h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  margin-top: 10px;
  color: #333;
}

@media (min-width: 1025px) and (max-width: 1280px) {
  .CX-pop-up-modal .box-pop-up-modal {
    padding-right: 15px;
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner {
    overflow-x: hidden;
    max-height: calc(100vh - 120px);
    overflow-y: auto;
    padding-right: calc(2rem - 15px);
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  .CX-pop-up-modal .box-pop-up-modal .box-pop-up-modal-inner::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner.blue {
  background: #4976ba;
  color: #fff;
  border-color: #4976ba;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner.blue .ico-and-text .text {
  font-size: 13px;
  line-height: 16px;
}

.box-form-otp .box-resend-otp .new-btn-blue.with-ico {
  align-items: center;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico.blue-otp {
  background: #4976ba;
  border-color: #4976ba;
  padding: 6px 13px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico.blue-otp svg path {
  fill: #fff;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico.blue-otp:hover {
  background: #fcb501;
  border-color: #fcb501;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico .ico {
  top: 3px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico .text {
  top: 0px;
}

.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal {
  border-radius: 0px;
  max-width: 1000px;
}

.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .close-pop-up {
  z-index: 2;
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video {
  position: relative;
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video {
  width: 90px;
  height: 90px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5);
  text-decoration: none;
  cursor: pointer;
  z-index: 1;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video {
    width: 45px;
    height: 45px;
  }
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video .ico-play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 30px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video .ico-play {
    font-size: 18px;
  }
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video .ico-play:before {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video a.play-video.active .ico-play:before {
  content: "\f04c";
}
.CX-pop-up-modal.modal-default.modal-preview .box-pop-up-modal .box-video video {
  width: 100%;
  height: auto;
}

.CX-pop-up-modal.modal-default .box-pop-up-modal .info-for-mobile {
  color: #fff;
  font-size: 15px;
  position: absolute;
  left: 0px;
  bottom: -40px;
  width: 100%;
  font-family: "SourceSans";
  text-align: center;
  pointer-events: none;
}
@media (min-width: 768px) {
  .CX-pop-up-modal.modal-default .box-pop-up-modal .info-for-mobile {
    display: none;
  }
}

.CX-pop-up-modal.modal-transparent .box-pop-up-modal {
  background-color: transparent;
}

.CX-pop-up-modal.modal-delete-email .box-pop-up-modal, .CX-pop-up-modal.modal-delete-media .box-pop-up-modal {
  max-width: 406px;
}

.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal {
  padding: 0 0 24px;
}
@media (min-width: 1366px) and (max-height: 900px) {
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner {
    padding-right: 0px;
  }
}
@media (min-width: 1025px) and (max-width: 1280px) {
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner {
    padding-right: 0px;
  }
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner > .box-ico {
  padding: 35px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text {
  padding: 24px 24px;
  margin-top: 0px;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text .title {
  font-size: 22px;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  margin-bottom: 16px;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text p {
  color: #333333;
  text-align: left;
  font-size: 16px;
  line-height: 22px;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-alert-danger .box-pop-up-modal .box-pop-up-modal-inner .box-ico {
  background-color: rgba(201, 20, 50, 0.2);
}
.CX-pop-up-modal.modal-default.modal-alert.modal-alert-primary .box-pop-up-modal .box-pop-up-modal-inner > .box-ico {
  background-color: rgba(146, 219, 255, 0.2);
}

.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-up-modal-inner .box-act.float {
  margin-top: 0px;
  grid-template-columns: 1fr 1fr;
  text-align: left;
  padding: 0 24px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-up-modal-inner .box-act.float .new-btn-blue:nth-child(1) {
  float: left;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-up-modal-inner .box-act.float .new-btn-blue:nth-child(2) {
  float: right;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-up-modal-inner .box-act.float:after {
  content: "";
  clear: both;
  display: block;
}

.CX-pop-up-modal.modal-info-fit-challenge .box-pop-up-modal {
  max-width: 1030px;
  background-color: transparent;
  border-radius: 0px;
}
@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-info-fit-challenge .box-pop-up-modal {
    margin: 0 15px;
  }
}
.CX-pop-up-modal.modal-info-fit-challenge .box-pop-up-modal .box-pop-up-modal-inner {
  overflow: hidden !important;
  max-height: initial !important;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-info-fit-challenge .box-pop-up-modal .box-pop-up-modal-inner .box-img .box-mobile.hide {
    display: block !important;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-info-fit-challenge .box-pop-up-modal .box-pop-up-modal-inner .box-img .box-dekstop {
    display: none !important;
  }
}
@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-info-fit-challenge.with-close .box-pop-up-modal {
    margin: 0 20px;
  }
}
.CX-pop-up-modal.with-close .close-pop-up {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #494df4;
  width: 31px;
  height: 31px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.with-close .close-pop-up {
    display: none;
  }
}
.CX-pop-up-modal.with-close .close-pop-up:hover {
  background-color: #c91432;
  transform: rotate(-90deg);
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-heading:before,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-heading:before {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  height: 5px;
}

.CX-pop-up-modal.modal-default.down-center.modal-semua-polis .box-pop-up-modal {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding: 25px 20px !important;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis .box-pop-up-modal .info-for-mobile {
  display: block;
  bottom: initial;
  top: -45px;
  left: 0;
  font-size: 18px;
  line-height: 25px;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-size: 20px;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  color: #333;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis.pilih-polis .box-pop-up-modal {
  padding: 25px 0px 0px !important;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis.pilih-polis .box-pop-up-modal .box-pop-up-modal-inner .box-content-area {
  padding: 0 20px;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis.pilih-polis .box-pop-up-modal .box-list-polis-row {
  margin: 25px 0;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis.pilih-polis .box-pop-up-modal .box-info-add-polis {
  margin-top: 85px;
}
.CX-pop-up-modal.modal-default.down-center.modal-semua-polis.pilih-polis .box-pop-up-modal .box-action {
  -webkit-box-shadow: 0 -7px 16px 0 rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0 -7px 16px 0 rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0 -7px 16px 0 rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0 -7px 16px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 -7px 16px 0 rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 16px 20px;
  margin-top: 20px;
}
.CX-pop-up-modal.modal-default.down-center.radius .box-pop-up-modal {
  -webkit-border-bottom-left-radius: 0px;
  -moz-border-bottom-left-radius: 0px;
  -ms-border-bottom-left-radius: 0px;
  -o-border-bottom-left-radius: 0px;
  border-bottom-left-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -moz-border-bottom-right-radius: 0px;
  -ms-border-bottom-right-radius: 0px;
  -o-border-bottom-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.CX-pop-up-modal.modal-default.radius .box-pop-up-modal {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}

@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal {
    max-width: 766px !important;
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal .box-info-add-polis {
    display: grid;
    grid-template-columns: 2fr 1fr;
  }
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal .box-info-add-polis p {
    margin-bottom: 0px;
    text-align: left;
    max-width: 353px;
    font-size: 15px;
    line-height: 23px;
  }
}
.CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal .close-pop-up {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #494df4;
  width: 31px;
  height: 31px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal .close-pop-up {
    display: none;
  }
}
.CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal .close-pop-up:hover {
  background-color: #c91432;
  transform: rotate(-90deg);
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-pop-up-modal .box-pop-heading:before {
    display: none;
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center .box-pop-up-modal {
    position: relative;
    bottom: initial;
    left: initial;
    top: 50%;
    transform: none;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center .box-pop-up-modal .info-for-mobile {
    display: none;
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center .box-pop-up-modal .box-info-add-polis {
    margin-top: 40px;
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center .box-pop-up-modal .box-action {
    box-shadow: none;
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center .box-pop-up-modal .box-action .new-btn-blue {
    display: inline-block;
    width: auto;
    font-size: 16px;
    padding: 10px 16px;
    min-width: 176px;
  }
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center.radius .box-pop-up-modal {
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    -ms-border-bottom-left-radius: 12px;
    -o-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -ms-border-bottom-right-radius: 12px;
    -o-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis.down-center.radius .box-pop-up-modal .box-pop-up-modal-inner .box-action {
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    -ms-border-bottom-left-radius: 12px;
    -o-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
    -moz-border-bottom-right-radius: 12px;
    -ms-border-bottom-right-radius: 12px;
    -o-border-bottom-right-radius: 12px;
    border-bottom-right-radius: 12px;
  }
}

.CX-pop-up-modal.modal-default .box-pop-up-modal > .close-pop-up {
  position: absolute;
  right: -15px;
  top: -15px;
  background-color: #494df4;
  width: 31px;
  height: 31px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  transform-origin: center center;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default .box-pop-up-modal > .close-pop-up {
    display: none;
  }
}
.CX-pop-up-modal.modal-default .box-pop-up-modal > .close-pop-up:hover {
  background-color: #c91432;
  transform: rotate(-90deg);
}
.CX-pop-up-modal.modal-default .box-pop-up-modal ul {
  padding-left: 20px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal ul li {
  text-align: left;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .close-pop-up {
  z-index: 2;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner > .box-ico {
  top: -1px;
  position: relative;
}

.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico {
  color: #fff;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico h3 {
  color: #fff;
  font-size: 20px;
  line-height: 24px;
  text-transform: uppercase;
  font-family: "SourceSans-Bold";
  margin: 0 0;
}

.CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner {
  max-height: initial;
  overflow: hidden;
}
.CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner .box-text {
  overflow: auto;
  max-height: calc(100vh - 180px);
}
@media (min-width: 1025px) and (max-height: 650px) {
  .CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner .box-text {
    max-height: calc(100vh - 180px);
  }
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner .box-text {
    max-height: calc(100vh - 250px);
  }
}
.CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal.modal-default.only-scroll-content .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.CX-pop-up-modal.modal-default.down-center.radius.radius-dekstop .box-pop-up-modal {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}
.CX-pop-up-modal.modal-default.down-center.radius.modal-syarat .box-pop-up-modal {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.down-center.radius.modal-syarat .box-pop-up-modal {
    margin: 0 0;
    top: initial;
    transform: none;
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
  }
}
.CX-pop-up-modal.modal-default.down-center.radius.modal-syarat.modal-alert .box-pop-up-modal {
  padding-bottom: 0;
}
.CX-pop-up-modal.modal-default.down-center.radius.modal-syarat.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.CX-pop-up-modal.modal-default.down-center.radius.modal-syarat.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-act {
  background-color: #f5f5f5;
  padding: 15px 0;
}
@media (min-width: 768px) {
  .CX-pop-up-modal.modal-default.down-center.radius.modal-syarat.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-act {
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
  }
}

.CX-pop-up-modal.modal-default.scroll-modal-body, .CX-pop-up-modal.modal-default.modal-ringkasan {
  overflow-y: auto;
  min-height: 100%;
}
.CX-pop-up-modal.modal-default.scroll-modal-body .bg-pop-up-modal-dark, .CX-pop-up-modal.modal-default.modal-ringkasan .bg-pop-up-modal-dark {
  background: transparent;
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer {
  background: rgba(0, 0, 0, 0.7);
  min-height: 0;
  padding: 2rem 0;
  height: 100vh;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer {
    padding-bottom: 0px;
  }
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal {
  top: initial;
  transform: none;
  padding-bottom: 0px;
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  background-color: transparent;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal {
    margin: 0 0;
  }
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .box-ico, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .box-ico {
  top: initial;
  padding: 2rem 0;
  -webkit-border-top-left-radius: 16px;
  -moz-border-top-left-radius: 16px;
  -ms-border-top-left-radius: 16px;
  -o-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-top-right-radius: 16px;
  -ms-border-top-right-radius: 16px;
  -o-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .box-ico.bg-white h3, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .box-ico.bg-white h3 {
  color: #333;
  font-size: 21px;
  font-family: "SourceSans-Bold";
  text-transform: none;
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .box-ico.bg-white h3:before, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .box-ico.bg-white h3:before {
  display: none;
  content: "";
  position: absolute;
  left: 50%;
  top: 10px;
  width: 54px;
  height: 5px;
  background-color: #d9d9d9;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .box-ico.bg-white h3:before, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .box-ico.bg-white h3:before {
    display: block;
  }
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper .box-ringkasan-data .box-ringkasan-item, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper .box-ringkasan-data .box-ringkasan-item {
  background-color: #fff;
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper .box-ringkasan-data .box-ringkasan-item .box-ringkasan-item-inner, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper .box-ringkasan-data .box-ringkasan-item .box-ringkasan-item-inner {
  max-width: 369px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper .box-ringkasan-data .box-ringkasan-item .box-ringkasan-item-inner, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .cx-ringkasan-data .container.CX-wrapper .box-ringkasan-data .box-ringkasan-item .box-ringkasan-item-inner {
    margin: 0 14px;
  }
}
.CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .box-act, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .box-act {
  background-color: #3032c1;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -ms-border-bottom-left-radius: 16px;
  -o-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
  -ms-border-bottom-right-radius: 16px;
  -o-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
  padding: 12px 16px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.scroll-modal-body .box-pop-up-modal-outer .box-pop-up-modal .box-act, .CX-pop-up-modal.modal-default.modal-ringkasan .box-pop-up-modal-outer .box-pop-up-modal .box-act {
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}

.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal {
  background-color: transparent;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-ico {
  top: 0;
  -webkit-border-top-left-radius: 16px;
  -moz-border-top-left-radius: 16px;
  -ms-border-top-left-radius: 16px;
  -o-border-top-left-radius: 16px;
  border-top-left-radius: 16px;
  -webkit-border-top-right-radius: 16px;
  -moz-border-top-right-radius: 16px;
  -ms-border-top-right-radius: 16px;
  -o-border-top-right-radius: 16px;
  border-top-right-radius: 16px;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-act {
  background-color: #fff;
  padding: 20px 0;
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -ms-border-bottom-left-radius: 16px;
  -o-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
  -ms-border-bottom-right-radius: 16px;
  -o-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.box-lacak-status-klaim {
  background-color: #fff;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner {
  padding: 20px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top {
  display: grid;
  grid-template-columns: 1fr 1fr;
  font-size: 15px;
  line-height: 24px;
  font-family: "SourceSans-Semibold";
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 16px;
  padding-bottom: 8px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top .label {
  border: 0;
  font-weight: normal;
  color: #5f5f5f;
  font-size: 15px;
  line-height: 24px;
  font-family: "SourceSans-Semibold";
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top .value {
  color: #333333;
  text-align: right;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details {
  text-align: left;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner {
  display: grid;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item {
  min-height: 80px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner {
  height: 100%;
  display: flex;
  column-gap: 26px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner > .ico {
  flex: 0 0 auto;
  position: relative;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner > .ico:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='324' viewBox='0 0 2 324' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1.00001' y2='324' stroke='%23CCCCCC' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
  width: 2px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner > .ico .ico-circle {
  width: 36px;
  height: 36px;
  background-color: #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner > .ico .ico-circle:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 10C2 14.4183 5.58172 18 10 18C14.4183 18 18 14.4183 18 10C18 5.58172 14.4183 2 10 2' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M10 7.59961V10.7996H13.2' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='10' cy='10' r='8' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text {
  padding: 0;
  flex: 1 1 auto;
  position: relative;
  top: 4px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-text {
  color: #999999;
  font-size: 16px;
  line-height: nor;
  font-family: "SourceSans-Semibold";
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-date {
  color: #5f5f5f;
  font-size: 12px;
  line-height: 24px;
  position: relative;
  padding-left: 16px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-date:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%235F5F5F'/%3E%3Cpath d='M6 4V6L7.25 7.25' stroke='%235F5F5F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  position: absolute;
  left: 0;
  width: 12px;
  height: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .box-desc {
  color: #333333;
  font-size: 12px;
  line-height: 16px;
  margin-bottom: 20px;
  font-family: "SourceSans-Semibold";
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item:last-child {
  height: auto;
  min-height: auto;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item:last-child .box-details-item-inner .ico:before {
  display: none;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.selected .box-details-item-inner .box-text, .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.done .box-details-item-inner .box-text {
  top: 0px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.selected .box-details-item-inner .box-text .status-text, .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.done .box-details-item-inner .box-text .status-text {
  color: #333333;
  font-family: "SourceSans-Bold";
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.selected .box-details-item-inner .ico .ico-circle {
  background-color: #494df4;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.done .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='90' viewBox='0 0 2 90' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999996' y2='90' stroke='%231CC542' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.done .box-details-item-inner .ico .ico-circle {
  background-color: #1cc542;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.done .box-details-item-inner .ico .ico-circle:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='15' viewBox='0 0 18 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 7.5L6.9 13L16 2' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 15px;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-pilih-action .box-pop-up-modal {
    transform: none;
    top: initial;
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin: 0 0;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    -ms-border-bottom-left-radius: 0px !important;
    -o-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    -ms-border-bottom-right-radius: 0px !important;
    -o-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .CX-pop-up-modal.modal-default.modal-pilih-action .box-pop-up-modal .info-for-mobile {
    bottom: initial;
    top: -40px;
  }
  .CX-pop-up-modal.modal-default.modal-pilih-action .box-pop-up-modal .box-pop-up-modal-inner .box-pilih-action {
    position: relative;
  }
  .CX-pop-up-modal.modal-default.modal-pilih-action .box-pop-up-modal .box-pop-up-modal-inner .box-pilih-action:before {
    content: "";
    width: 54px;
    height: 5px;
    background-color: #d9d9d9;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
}

.box-pilih-action {
  margin: 0 24px;
  padding: 10px 0px;
}
.box-pilih-action .box-pilih-action-inner a {
  text-decoration: none;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-family: "SourceSans-Semibold";
  display: flex;
  align-items: center;
  column-gap: 14px;
  padding: 24px 0px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.box-pilih-action .box-pilih-action-inner a:last-child {
  border-bottom: 0px;
  padding-bottom: 0px;
}
.box-pilih-action .box-pilih-action-inner a .ico {
  position: relative;
  top: 4px;
}

.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details {
  overflow-y: auto;
  max-height: 480px;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal {
    transform: none;
    top: initial;
    bottom: 0px;
    position: absolute;
    width: 100%;
    margin: 0 0;
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    -ms-border-bottom-left-radius: 0px !important;
    -o-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    -ms-border-bottom-right-radius: 0px !important;
    -o-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
  .CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal .box-act {
    -webkit-border-bottom-left-radius: 0px !important;
    -moz-border-bottom-left-radius: 0px !important;
    -ms-border-bottom-left-radius: 0px !important;
    -o-border-bottom-left-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
    -webkit-border-bottom-right-radius: 0px !important;
    -moz-border-bottom-right-radius: 0px !important;
    -ms-border-bottom-right-radius: 0px !important;
    -o-border-bottom-right-radius: 0px !important;
    border-bottom-right-radius: 0px !important;
  }
}

.CX-pop-up-modal.modal-default.modal-animation-process .box-pop-up-modal .box-pop-up-modal-inner .box-text {
  margin-top: 0px;
}
.CX-pop-up-modal.modal-default.modal-animation-process .box-pop-up-modal .box-pop-up-modal-inner .box-text .title {
  font-size: 20px;
  line-height: 21px;
  color: #fff;
  font-family: "SourceSans-Bold";
}
.CX-pop-up-modal.modal-default.modal-animation-process .box-pop-up-modal .box-pop-up-modal-inner .box-text p {
  font-size: 14px;
  line-height: 21px;
  color: #fff;
}

.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text ol {
  padding-left: 15px;
  margin: 20px 0;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text ol li {
  color: #333;
  text-align: left;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 20px;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text ol li:last-child {
  margin-bottom: 0px;
}

@media (min-width: 280px) and (max-height: 850px) {
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: calc(100vh - 80px);
  }
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico img {
    max-height: 170px;
  }
}
@media (min-width: 1025px) and (max-height: 650px) {
  .CX-pop-up-modal.modal-default.modal-info-fit-challenge .box-pop-up-modal {
    max-width: 700px !important;
    margin: 0 auto;
  }
}

.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-outer {
  min-height: 100%;
  height: initial;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-outer .box-pop-up-modal-inner {
  max-height: initial !important;
}
.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-outer .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details {
  overflow-y: hidden;
  max-height: initial;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-outer .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details {
    overflow-y: auto;
    max-height: 480px;
  }
}

.CX-pop-up-modal.modal-default.down-center.radius.modal-syarat.modal-alert .box-pop-up-modal .box-pop-up-modal-inner {
  max-height: initial;
}

.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .box-desc.light-blue {
  background: #f4f4fd;
  color: #5f5f5f;
  padding: 6px;
  margin-top: 6px;
}

.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner > .ico {
  top: 7px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text {
  top: 0px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-text {
  color: #333333;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 24px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico {
  width: 36px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico .ico-circle {
  width: 26px;
  height: 26px;
  background-color: #cccccc;
  margin: 0 auto;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .box-text {
  top: 0px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .box-text .status-text {
  color: #333333;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 24px;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico .ico-circle {
  background-color: transparent;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23C91432'/%3E%3Cpath d='M23.8501 12.1504L12.1501 23.8502' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Ccircle cx='18' cy='18' r='9' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico .ico-circle {
  background-color: transparent;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%231CC542'/%3E%3Ccircle cx='18' cy='18' r='9' stroke='white' stroke-width='3'/%3E%3Cpath d='M14.8501 18.45L16.6501 20.25L21.1501 15.75' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .ico .ico-circle {
  background-color: transparent;
  margin: 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='36' height='36' viewBox='0 0 36 36' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='18' cy='18' r='18' fill='%23DA7301'/%3E%3Cpath d='M9 18.5C9 23.7467 13.2533 28 18.5 28C23.7467 28 28 23.7467 28 18.5C28 13.2533 23.7467 9 18.5 9' stroke='white' stroke-width='3' stroke-linecap='round'/%3E%3Cpath d='M18.5 15.6504V19.4504H22.3' stroke='white' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='18.5' cy='18.5' r='9.5' stroke='white' stroke-width='3' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle {
  background-color: #494df4;
  margin: 0 auto;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='white'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
}

.CX-pop-up-modal.modal-default.modal-lacak .box-pop-up-modal-inner .box-lacak-status-klaim {
  -webkit-border-bottom-left-radius: 16px;
  -moz-border-bottom-left-radius: 16px;
  -ms-border-bottom-left-radius: 16px;
  -o-border-bottom-left-radius: 16px;
  border-bottom-left-radius: 16px;
  -webkit-border-bottom-right-radius: 16px;
  -moz-border-bottom-right-radius: 16px;
  -ms-border-bottom-right-radius: 16px;
  -o-border-bottom-right-radius: 16px;
  border-bottom-right-radius: 16px;
}

.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .box-text.empty-date .status-text {
  top: 6px;
  position: relative;
}
.box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .box-text.empty-date .status-date {
  opacity: 0;
  visibility: hidden;
}

@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.draggable-down.down-center .box-pop-up-modal > .close-pop-up,
  .CX-pop-up-modal.modal-default.modal-semua-polis .box-pop-up-modal > .close-pop-up {
    display: none;
  }
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal {
    max-width: initial !important;
  }
}

@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text.small-text .title {
    font-size: 20px;
  }
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text.small-text p {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal {
    position: absolute;
    top: initial;
    bottom: 0;
    transform: none;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    min-width: 406px;
  }
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .box-pop-up-modal-inner .box-act.float {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 12px;
  }
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .box-pop-up-modal-inner .box-act.float .new-btn-blue {
    text-align: center;
  }
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .box-pop-up-modal-inner .box-act.float .new-btn-blue:first-child {
    order: 2;
  }
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .box-pop-up-modal-inner .box-act.float .new-btn-blue:nth-child(2) {
    order: 1;
    margin-left: 0px;
  }
}
@media (max-width: 500px) {
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal {
    min-width: initial;
    width: 100%;
    margin: 0 0;
  }
}

.CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  margin-bottom: 0px;
  font-family: "SourceSans-Bold";
  font-size: 18px;
  font-style: normal;
  line-height: 25px;
  position: relative;
  padding-top: 20px;
}
.CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3:before {
  content: "";
  width: 54px;
  height: 5px;
  border-radius: 9px;
  background: #d9d9d9;
  position: absolute;
  top: 7px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.CX-pop-up-modal.modal-default.modal-alert.modal-alert-primary .box-pop-up-modal .box-pop-up-modal-inner .box-ico.with-line:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 9px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 54px;
  height: 5px;
  border-radius: 9px;
  background: #d9d9d9;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-alert-primary .box-pop-up-modal .box-pop-up-modal-inner .box-ico.with-line svg,
.CX-pop-up-modal.modal-default.modal-alert.modal-alert-primary .box-pop-up-modal .box-pop-up-modal-inner .box-ico.with-line img {
  margin-top: 10px;
}

.CX-pop-up-modal .box-pop-up-modal.radius-14 {
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal .info-for-mobile {
    bottom: initial;
    top: -35px;
  }
}

.CX-pop-up-modal.modal-default.modal-ringkasan-penarikan .box-pop-up-modal .box-pop-up-modal-inner .box-ringkasan-list-accordion {
  padding: 34px 0px 12px;
}

@media (min-width: 769px) {
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile {
    text-align: center;
  }
  .CX-pop-up-modal.modal-default.fixed-bottom-mobile .box-pop-up-modal {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal {
  background-color: transparent;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner {
  overflow-y: hidden !important;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-ico, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-ico {
  top: 0;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text {
  background-color: #fff;
  max-height: calc(100vh - 200px);
  overflow-y: auto;
  padding-bottom: 70px;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar {
  -webkit-appearance: none;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar:vertical, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar:vertical {
  width: 12px;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar:horizontal, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar:horizontal {
  height: 12px;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar-thumb, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar-track, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text p, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-text p {
  text-align: justify;
  margin-bottom: 1.5rem;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-action, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .box-pop-up-modal-inner .box-action {
  background-color: #f5f5f5;
  position: absolute;
  bottom: 0;
  width: 100%;
  padding: 14px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal.radius-14 .box-pop-up-modal-inner .box-action, .CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal.radius-14 .box-pop-up-modal-inner .box-action {
  -webkit-border-bottom-left-radius: 14px;
  -moz-border-bottom-left-radius: 14px;
  -ms-border-bottom-left-radius: 14px;
  -o-border-bottom-left-radius: 14px;
  border-bottom-left-radius: 14px;
  -webkit-border-bottom-right-radius: 14px;
  -moz-border-bottom-right-radius: 14px;
  -ms-border-bottom-right-radius: 14px;
  -o-border-bottom-right-radius: 14px;
  border-bottom-right-radius: 14px;
}

.CX-pop-up-modal.modal-syarat-ketentuan .progress-wrap, .CX-pop-up-modal#modal-syarat-ketentuan .progress-wrap {
  z-index: 2;
  position: absolute;
  opacity: 1;
  visibility: visible;
  bottom: 80px;
  right: 0px;
}
.CX-pop-up-modal.modal-syarat-ketentuan .progress-wrap:before, .CX-pop-up-modal#modal-syarat-ketentuan .progress-wrap:before {
  display: none;
}
.CX-pop-up-modal.modal-syarat-ketentuan .progress-wrap:after, .CX-pop-up-modal#modal-syarat-ketentuan .progress-wrap:after {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='18' viewBox='0 0 14 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.656 10.8222C11.7481 10.7233 11.8592 10.644 11.9826 10.589C12.1061 10.534 12.2393 10.5044 12.3744 10.502C12.5095 10.4997 12.6438 10.5245 12.769 10.5751C12.8943 10.6257 13.0082 10.7011 13.1037 10.7966C13.1993 10.8922 13.2746 11.006 13.3252 11.1313C13.3758 11.2566 13.4007 11.3908 13.3983 11.5259C13.3959 11.661 13.3663 11.7942 13.3113 11.9177C13.2563 12.0411 13.177 12.1522 13.0782 12.2443L7.7115 17.611C7.52283 17.7994 7.26708 17.9053 7.00042 17.9053C6.73376 17.9053 6.47801 17.7994 6.28934 17.611L0.922669 12.2443C0.823806 12.1522 0.744511 12.0411 0.689514 11.9177C0.634516 11.7942 0.604944 11.661 0.60256 11.5259C0.600176 11.3908 0.625029 11.2566 0.675639 11.1313C0.726247 11.006 0.801575 10.8922 0.897127 10.7966C0.992679 10.7011 1.1065 10.6257 1.23179 10.5751C1.35709 10.5245 1.49129 10.4997 1.6264 10.502C1.76151 10.5044 1.89476 10.534 2.01819 10.589C2.14162 10.644 2.25271 10.7233 2.34484 10.8222L5.99417 14.4715L5.99417 1.47074C5.99417 1.20387 6.10018 0.947926 6.28889 0.759217C6.4776 0.570508 6.73354 0.464493 7.00042 0.464493C7.26729 0.464493 7.52324 0.570508 7.71194 0.759217C7.90065 0.947926 8.00667 1.20387 8.00667 1.47074L8.00667 14.4715L11.656 10.8222Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 18px;
  content: "";
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CX-pop-up-modal.modal-syarat-ketentuan .progress-wrap:hover:after, .CX-pop-up-modal#modal-syarat-ketentuan .progress-wrap:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-action {
    padding-left: 16px;
    padding-right: 16px;
  }
}

.CX-pop-up-modal .progress-wrap {
  display: none;
}
.CX-pop-up-modal.open .progress-wrap {
  display: inline-block;
}

.CX-pop-up-modal.modal-default.down-center.simple-down-to-top.header-primary .box-pop-up-modal {
  background-color: transparent;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top.header-primary .box-pop-up-modal .box-pop-heading {
  background-color: #494df4;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top.header-primary .box-pop-up-modal .box-pop-heading h3 {
  color: #fff;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top.header-primary .box-pop-up-modal .box-pop-up-modal-inner {
  background-color: #fff;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-heading.medium .box-pop-heading-inner h3 {
  margin-bottom: 0px;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
}

.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal {
  max-width: 458px;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .info-for-mobile {
  display: block;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 0 !important;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .box-pop-up-modal-inner .box-video {
  text-align: center;
  position: relative;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .box-pop-up-modal-inner .box-video:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='361' height='153' viewBox='0 0 361 153' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M337.749 54.2952C339.416 58.0626 340.118 62.5236 339.949 67.3016L360.209 67.2981C360.209 67.2981 356.899 75.8927 350.988 79.3645H337.871C335.699 86.4656 332.211 93.0904 327.593 98.8917C321.479 106.546 314.048 111.25 306.076 112.493C301.048 113.275 296.133 112.863 291.858 111.296C286.848 109.462 283.102 106.194 281.026 101.849C277.164 93.7828 279.356 83.7128 286.473 76.7941C290.331 73.0479 295.639 69.6606 302.424 68.6044C310.551 67.2859 317.86 67.2917 325.071 67.2973C325.543 67.2977 326.015 67.2981 326.487 67.2981H328.004C328.175 64.3017 327.826 61.5167 326.802 59.1999C325.295 55.788 320.836 52.1861 313.245 53.2635C308.976 53.8832 303.961 57.0521 299.522 61.9814L290.626 53.8832C296.998 46.785 304.437 42.3204 311.56 41.3098C312.991 41.1052 314.434 41.0017 315.881 41C325.736 41 334.059 45.9469 337.749 54.2952ZM304.214 100.571C309.255 99.7968 313.965 96.684 318.219 91.3463C321.066 87.7037 323.379 83.67 325.089 79.3679C324.526 79.3663 323.968 79.3642 323.413 79.362C316.521 79.335 310.398 79.3108 304.242 80.5263C300.707 81.2965 297.443 83.0062 294.789 85.4768C290.871 89.2831 290.472 93.8076 291.813 96.6242C293.36 99.8461 298.455 101.469 304.214 100.571Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.3517 42.5975C73.3619 44.4319 77.1079 47.6958 79.1841 52.0406C83.046 60.0965 80.8543 70.1663 73.7364 77.0883C69.8784 80.8345 64.6302 83.3873 58.1322 84.6725C49.6665 86.3518 41.3969 86.5809 33.7225 86.5809H32.2064C32.0351 89.5771 32.3851 92.362 33.4074 94.6788C34.9164 98.0905 39.3734 101.692 46.9636 100.619C51.2349 99.9955 56.2484 96.8267 60.688 91.8973L69.5843 99.9955C63.1981 107.097 55.7584 111.562 48.6371 112.569C47.206 112.773 45.7623 112.877 44.3168 112.878C34.4613 112.878 26.1357 107.935 22.4455 99.5834C20.779 95.8196 20.0788 91.3587 20.2468 86.5772H0C0 86.5772 3.31203 77.9862 9.22187 74.5111H22.337C24.513 67.4115 28.0003 60.788 32.6162 54.9876C38.7289 47.3331 46.1619 42.6292 54.1339 41.3863C59.1686 40.6012 64.07 41.0166 68.3517 42.5975ZM55.8105 72.8317C58.6954 72.2789 62.6974 71.029 65.3966 68.406C69.3213 64.5998 69.7136 60.0649 68.383 57.2587C66.8357 54.0336 61.7449 52.4104 55.9821 53.3083C50.9407 54.0864 46.2318 57.1989 41.9779 62.5366C39.1365 66.1788 36.8259 70.2097 35.1156 74.5076C42.6816 74.476 49.1762 74.1452 55.8105 72.8317Z' fill='%23494DF4'/%3E%3Cpath d='M93.3627 112.022L104.012 66.6377C105.735 59.2865 111.221 53.2015 119.685 53.2015C128.408 53.2015 128.674 62.6517 127.519 67.5866L117.093 112.033H129.382L139.151 70.3875C141.667 59.5616 140.31 53.325 136.084 47.9209C133.642 44.8132 128.635 41 120.474 41C107.724 41 95.3832 51.0392 92.3753 63.8581L81.0737 112.022H93.3627Z' fill='url(%23paint0_linear_451_94561)'/%3E%3Cpath d='M46.7676 100.658C39.1851 101.728 34.733 98.1382 33.2255 94.7377C32.2041 92.4287 31.8545 89.6527 32.0258 86.6661H20.0785C19.9106 91.4318 20.6101 95.8781 22.2749 99.6296C25.9612 107.954 34.2782 112.881 44.1235 112.881C45.5678 112.879 47.01 112.776 48.4396 112.572C55.5535 111.568 62.9856 107.119 69.365 100.04L60.4779 91.9689C56.0429 96.8784 51.045 100.044 46.7676 100.658Z' fill='url(%23paint1_linear_451_94561)'/%3E%3Cpath d='M313.45 53.2227C321.035 52.1485 325.488 55.7395 326.995 59.1409C328.016 61.4507 328.365 64.2273 328.194 67.2145H340.145C340.314 62.4511 339.615 58.0036 337.948 54.2477C334.261 45.9319 325.941 41 316.095 41C314.649 41.0017 313.205 41.1049 311.777 41.3089C304.661 42.3163 297.227 46.7673 290.859 53.844L299.749 61.9175C304.171 56.9962 309.169 53.8264 313.45 53.2227Z' fill='url(%23paint2_linear_451_94561)'/%3E%3Cpath d='M129.308 112.022L139.958 66.6445C141.682 59.2943 147.167 53.2103 155.633 53.2103C164.356 53.2103 164.622 62.659 163.467 67.5932L153.04 112.033H165.33L175.101 70.3937C177.606 59.5588 176.259 53.3232 172.023 47.9199C169.58 44.8126 164.573 41 156.411 41C143.66 41 131.318 51.0377 128.31 63.8547L117.018 112.022H129.308Z' fill='%23494DF4'/%3E%3Cpath d='M191.979 112.022L202.625 66.6377C204.348 59.2865 209.833 53.2015 218.299 53.2015C227.022 53.2015 227.29 62.6517 226.132 67.5866L215.709 112.033H227.999L237.769 70.3875C240.281 59.5616 238.927 53.325 234.698 47.9209C232.256 44.8132 227.248 41 219.091 41C206.341 41 193.995 51.0392 190.991 63.8581L179.689 112.022H191.979Z' fill='url(%23paint3_linear_451_94561)'/%3E%3Cpath d='M227.92 112.012L238.565 66.6271C240.289 59.2758 245.774 53.191 254.239 53.191C262.952 53.191 263.231 62.6481 262.073 67.5866L251.65 112.033H263.94L273.71 70.3875C276.222 59.5616 274.868 53.325 270.639 47.9209C268.197 44.8132 263.189 41 255.031 41C242.281 41 229.936 51.0392 226.932 63.8581L215.63 112.012H227.92Z' fill='%23494DF4'/%3E%3Cpath d='M48.4754 42.6952C42.708 44.8619 37.3573 48.9236 32.7673 54.6608C28.1859 60.4016 24.7251 66.957 22.5664 73.9834H35.2483C36.9455 69.7312 39.2383 65.7432 42.058 62.1398C43.8789 59.7975 46.0424 57.7446 48.4754 56.0507V42.6952Z' fill='url(%23paint4_linear_451_94561)'/%3E%3Cpath d='M327.153 79.0529H325.758C324.054 83.3972 321.753 87.4708 318.918 91.15C315.915 94.9963 312.67 97.6933 309.231 99.2055V112.032C316.255 110.253 322.789 105.727 328.244 98.7856C332.843 92.9233 336.319 86.2287 338.485 79.0529H327.153Z' fill='url(%23paint5_linear_451_94561)'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0_451_94561)'%3E%3Cpath d='M257 76.5C256.552 102.08 252.039 122.669 239.16 135.16C226.669 148.039 206.08 152.552 180.5 153C154.92 152.552 134.331 148.039 121.84 135.16C108.961 122.669 104.448 102.08 104 76.5C104.448 50.9203 108.961 30.3311 121.84 17.84C134.331 4.96055 154.92 0.448242 180.5 0C206.08 0.448242 226.669 4.96055 239.16 17.84C252.039 30.3311 256.552 50.9203 257 76.5Z' fill='%23494DF4'/%3E%3Cpath d='M257 76.5C256.552 102.08 252.039 122.669 239.16 135.16C226.669 148.039 206.08 152.552 180.5 153C154.92 152.552 134.331 148.039 121.84 135.16C108.961 122.669 104.448 102.08 104 76.5C104.448 50.9203 108.961 30.3311 121.84 17.84C134.331 4.96055 154.92 0.448242 180.5 0C206.08 0.448242 226.669 4.96055 239.16 17.84C252.039 30.3311 256.552 50.9203 257 76.5Z' fill='url(%23paint6_radial_451_94561)'/%3E%3Cpath d='M195.83 106.263H147.778C141.832 106.263 137.021 101.452 137.021 95.5054V57.4945C137.021 51.5478 141.832 46.7367 147.778 46.7367H195.86C201.806 46.7367 206.618 51.5478 206.618 57.4945V95.4756C206.588 101.452 201.777 106.263 195.83 106.263Z' fill='white'/%3E%3Cpath d='M220.991 104.53L206.588 96.1927V56.8072L220.991 48.4699C222.336 47.6929 223.98 48.6492 223.98 50.2031V102.797C223.98 104.321 222.306 105.277 220.991 104.53Z' fill='white'/%3E%3Cpath d='M220.991 104.53L206.588 96.1927V56.8072L220.991 48.4699C222.336 47.6929 223.98 48.6492 223.98 50.2031V102.797C223.98 104.321 222.306 105.277 220.991 104.53Z' fill='url(%23paint7_radial_451_94561)'/%3E%3Cpath d='M150.737 66.788C154.434 66.788 157.43 63.7911 157.43 60.0943C157.43 56.3974 154.434 53.4005 150.737 53.4005C147.04 53.4005 144.043 56.3974 144.043 60.0943C144.043 63.7911 147.04 66.788 150.737 66.788Z' fill='url(%23paint8_radial_451_94561)'/%3E%3Cpath d='M149.153 63.5906C151.975 63.5906 154.263 61.3028 154.263 58.4807C154.263 55.6585 151.975 53.3707 149.153 53.3707C146.331 53.3707 144.043 55.6585 144.043 58.4807C144.043 61.3028 146.331 63.5906 149.153 63.5906Z' fill='%237370F7'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_451_94561' x1='95.145' y1='89.1334' x2='119.551' y2='95.8321' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_451_94561' x1='69.152' y1='105.05' x2='67.6961' y2='81.2722' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_451_94561' x1='290.149' y1='45.3199' x2='291.258' y2='70.0101' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_451_94561' x1='179.689' y1='112.023' x2='239.028' y2='112.023' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_451_94561' x1='33.3302' y1='30.2467' x2='10.2321' y2='60.5087' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_451_94561' x1='328.878' y1='113.169' x2='344.981' y2='86.6408' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3CradialGradient id='paint6_radial_451_94561' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(115.067 13.4733) scale(95.6764)'%3E%3Cstop stop-color='%23E9E0FF'/%3E%3Cstop offset='0.5565' stop-color='%23DCCAFF' stop-opacity='0.444'/%3E%3Cstop offset='1' stop-color='%23D4BDFF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint7_radial_451_94561' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(189.961 76.3473) scale(32.3556 32.3556)'%3E%3Cstop stop-color='%23CBBAFF'/%3E%3Cstop offset='0.2336' stop-color='%23CEBEFF' stop-opacity='0.766'/%3E%3Cstop offset='0.4799' stop-color='%23D8CBFF' stop-opacity='0.52'/%3E%3Cstop offset='0.7321' stop-color='%23E8E0FF' stop-opacity='0.268'/%3E%3Cstop offset='0.9869' stop-color='%23FEFDFF' stop-opacity='0.013'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint8_radial_451_94561' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(150.732 60.0835) scale(6.70152)'%3E%3Cstop stop-color='%23CBBAFF'/%3E%3Cstop offset='0.2336' stop-color='%23CEBEFF' stop-opacity='0.766'/%3E%3Cstop offset='0.4799' stop-color='%23D8CBFF' stop-opacity='0.52'/%3E%3Cstop offset='0.7321' stop-color='%23E8E0FF' stop-opacity='0.268'/%3E%3Cstop offset='0.9869' stop-color='%23FEFDFF' stop-opacity='0.013'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_451_94561'%3E%3Crect width='153' height='153' fill='white' transform='translate(104)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 361px;
  height: 153px;
  display: inline-block;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .box-pop-up-modal-inner .box-video .box-caption {
  margin-top: 10px;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .box-pop-up-modal-inner .box-video .box-caption .title-video {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333;
}
.CX-pop-up-modal.modal-default.preview-media .box-pop-up-modal .box-pop-up-modal-inner .box-video .box-caption .text-video {
  font-size: 12px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: normal;
  color: #7f7f7f;
}
.CX-pop-up-modal.modal-default.preview-media.preview-video .box-pop-up-modal {
  max-width: 400px !important;
  padding: 85px 0 109px !important;
}
.CX-pop-up-modal.modal-default.preview-media.preview-video .box-pop-up-modal .box-pop-up-modal-inner .box-image {
  display: none;
}
.CX-pop-up-modal.modal-default.preview-media.preview-video .box-pop-up-modal .box-pop-up-modal-inner .box-video.hide {
  display: block !important;
}

.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico .box-vector-emma {
  position: relative;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico .box-vector-emma .box-gif {
  position: absolute;
  left: 65%;
  bottom: 20px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-ico .box-vector-emma .box-gif img {
  width: 45px;
  height: auto;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top.center-on-mobile .box-pop-up-modal {
    position: relative !important;
    bottom: initial !important;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    max-width: calc(100% - 30px) !important;
    margin: 0 auto !important;
  }
}

.CX-pop-up-modal.modal-alert .box-pop-up-modal {
  max-width: 393px;
}

.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-up-modal-inner .box-act.grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
}
.CX-pop-up-modal.modal-default .box-pop-up-modal .box-pop-up-modal-inner .box-act.grid .new-btn-blue {
  margin-left: 0px;
}

.CX-claim .CX-claim-inner .box-title {
  margin-bottom: 40px;
}
.CX-claim .CX-claim-inner .box-title h3 {
  font-size: 24px;
  line-height: 30px;
  color: #333333;
  font-family: "SourceSans-Bold";
}
@media (min-width: 769px) {
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner {
    display: flex;
    align-items: flex-start;
    justify-content: center;
  }
}
.CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector {
  flex: 0 0 auto;
}
@media (max-width: 768px) {
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector {
    text-align: center;
  }
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector img {
    width: 280px;
  }
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector svg {
    width: 280px;
    height: 280px;
  }
}
.CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
  flex: 1 1 auto;
}
@media (min-width: 769px) {
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    padding-left: 75px;
    max-width: 500px;
  }
}
@media (max-width: 1024px) {
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    padding-top: 0px;
  }
}

section.CX-claim-steps .box-action.left-right {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 16px;
  -webkit-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  -moz-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  -ms-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  -o-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  background-color: #fff;
}
@media (min-width: 1025px) {
  section.CX-claim-steps .box-action.left-right {
    width: calc(100% - var(--width-sidenav));
    left: var(--width-sidenav);
    padding: 10px 24px;
  }
}

section.CX-claim-steps {
  padding-bottom: 4rem;
}
section.CX-claim-steps .box-action.left-right {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 16px;
  -webkit-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  -moz-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  -ms-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  -o-box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  box-shadow: 0px -4px 12px rgba(181, 176, 236, 0.16);
  background-color: #fff;
}
@media (min-width: 1025px) {
  section.CX-claim-steps .box-action.left-right {
    width: calc(100% - var(--width-sidenav));
    left: var(--width-sidenav);
    padding: 10px 24px;
  }
}

@media (min-width: 1025px) {
  section.CX-claim-steps {
    max-height: calc(100vh - 100px);
    overflow-y: hidden;
    padding-bottom: 2rem;
  }
  section.CX-claim-steps .slider-claim-steps {
    height: calc(100vh - 80px);
  }
  section.CX-claim-steps .slider-claim-steps .slick-list .slick-track {
    height: 100%;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper {
    height: 100%;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner {
    position: relative;
    height: calc(100% - 82px);
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form {
    height: 100%;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner {
    height: 100%;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    max-height: 50vh;
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form::-webkit-scrollbar-thumb {
    background-color: #cccccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form::-webkit-scrollbar-track {
    background-color: #f5f5f5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
  }
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form::-webkit-scrollbar {
    width: 6px;
    background-color: #f5f5f5;
  }
}

section.CX-claim-steps.new-journey .slider-claim-steps .slick-list .slick-track {
  height: 100%;
}

@media (min-width: 1025px) {
  section.CX-claim-steps:not(.new-journey) {
    min-height: calc(100vh - 80px);
  }
}
section.CX-claim-steps:not(.new-journey) section.CX-claim.with-step-form {
  margin-top: 70px;
}
section.CX-claim-steps:not(.new-journey) .slider-claim-steps .CX-claim {
  height: 100%;
}
@media (min-width: 1025px) {
  section.CX-claim-steps:not(.new-journey) .slider-claim-steps .slick-list {
    height: calc(100vh - 80px) !important;
  }
  section.CX-claim-steps:not(.new-journey) .slider-claim-steps .slick-list .slick-track .slider-item {
    height: 100% !important;
  }
}

section.CX-claim.with-step-form {
  position: relative;
}
section.CX-claim.with-step-form .box-step-form {
  margin-top: 20px;
}

section.CX-claim.with-step-form {
  position: relative;
  box-sizing: border-box;
}
section.CX-claim.with-step-form .box-step-form {
  margin-top: 20px;
  padding-left: 50px;
}
@media (max-width: 1024px) {
  section.CX-claim.with-step-form .box-step-form {
    padding-left: 0px;
  }
}

.CX-claim-steps .box-save-draft,
.CX-claim-steps .CX-tab,
.CX-claim-steps .box-step-number {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-claim-steps .box-step-number {
  position: fixed;
  top: 113px;
  left: var(--width-sidenav);
  padding: 15px 10px;
  background: #fafbfd;
  border-right: 1px solid #d7dfef;
  height: 100vh;
  z-index: 2;
}
@media (max-width: 1024px) {
  .CX-claim-steps .box-step-number {
    left: 0;
  }
}
@media (max-width: 768px) {
  .CX-claim-steps .box-step-number {
    padding: 15px 7px;
  }
}
.CX-claim-steps .box-action.left-right {
  padding-left: 74px !important;
}
@media (max-width: 768px) {
  .CX-claim-steps .box-action.left-right {
    padding-right: 16px !important;
    padding-left: 16px !important;
    z-index: 3;
  }
}
.CX-claim-steps.no-step-number .box-step-number {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.CX-claim-steps.no-step-number .box-action.left-right {
  padding-left: 24px !important;
}
.CX-claim-steps.no-step-number .box-save-draft {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.CX-claim-steps.no-tab .CX-tab {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}

.CX-step-number .CX-step-number-inner {
  display: flex;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item {
  flex: 0 0 auto;
  width: 84px;
  position: relative;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item .multi-step-divider {
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #cccccc;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item:last-child {
  width: auto;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item:last-child .multi-step-divider {
  display: none;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item a {
  background: #cccccc;
  width: 30px;
  height: 30px;
  line-height: 30px;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  text-align: center;
  text-decoration: none;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item a:before {
  content: attr(data-multi-step);
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #ffffff;
  width: 30px;
  text-align: center;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item.selected a {
  background: #494df4;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item.done a {
  background: #027180;
}
.CX-step-number .CX-step-number-inner .CX-step-number-item.done a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='11' viewBox='0 0 16 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.16825 10.6151L0.922852 5.69265L2.2342 4.46204L6.16825 8.15387L14.6115 0.230469L15.9229 1.46108L6.16825 10.6151Z' fill='white'/%3E%3C/svg%3E%0A");
  color: #fff;
  width: 15px;
  height: 11px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CX-step-number.vertical .CX-step-number-inner {
  flex-direction: column;
}
.CX-step-number.vertical .CX-step-number-inner .CX-step-number-item {
  width: 30px;
  height: 84px;
}
.CX-step-number.vertical .CX-step-number-inner .CX-step-number-item .multi-step-divider {
  width: 2px;
  height: 100%;
  margin-left: initial;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

section.CX-claim-steps .CX-tab {
  position: fixed;
  width: calc(100% - var(--width-sidenav));
  background-color: #fff;
  height: 50px;
  z-index: 3;
  left: var(--width-sidenav);
  margin-top: -1px;
}
@media (max-width: 1024px) {
  section.CX-claim-steps .CX-tab {
    left: 0;
    width: 100%;
    margin-top: -2px;
  }
}
section.CX-claim-steps .CX-tab .CX-tab-inner {
  width: 100%;
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container {
  width: 100% !important;
}

@media (max-width: 768px) {
  .CX-claim:not(.with-step-form) .CX-claim-inner .box-title {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 20px;
  }
  .CX-claim:not(.with-step-form) .CX-claim-inner .new-box-form .new-box-form-inner {
    max-width: 80%;
    margin: 0 auto;
  }
  .CX-claim:not(.with-step-form) .CX-claim-inner .new-box-form .new-box-form-inner .box-custom-radios .box-custom-radios-inner {
    justify-content: center;
  }
}
@media (max-width: 768px) {
  .CX-claim.with-step-form .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector img {
    margin: 0 auto;
    width: 166px;
    height: auto;
  }
}

@media (max-width: 768px) {
  .CX-claim {
    padding-bottom: 2rem;
  }
}
@media (max-width: 768px) {
  .CX-claim .CX-claim-inner .box-title {
    font-size: 14px;
    line-height: 21px;
  }
  .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector img {
    margin: 0 auto;
    width: 280px;
    height: auto;
  }
  .CX-claim .CX-claim-inner .new-box-form .new-box-form-inner .box-custom-radios .box-custom-radios-inner {
    justify-content: center;
  }
}

@media (min-width: 1366px) and (min-height: 768px) {
  section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    max-height: 65vh;
  }
}

.CX-claim.with-step-form .CX-claim-inner .box-title h3 {
  font-size: 20px;
  line-height: 25px;
}

@media (max-width: 1024px) {
  .CX-claim.with-step-form .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector {
    margin-bottom: 20px;
  }
}

.box-list-file-uploads .title {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 15px;
}
@media (max-width: 768px) {
  .box-list-file-uploads .title {
    font-size: 12px;
    line-height: 18px;
  }
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item {
  border-top: 1px solid #e5e5e5;
  padding: 15px 10px;
}
@media (max-width: 768px) {
  .box-list-file-uploads .box-list-file-uploads-inner .box-item {
    padding: 15px 0;
  }
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner {
  display: flex;
  align-items: flex-start;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-check {
  flex: 0 0 auto;
  max-width: 70px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-check .toggle-switch {
  margin-bottom: 0px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text {
  flex: 1 1 auto;
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 25px;
  color: #494df4;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  top: 3px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-action {
  flex: 0 0 auto;
}

.CX-claim .box-form-otp {
  flex: 0 0 auto;
  padding-left: 75px;
  max-width: 500px;
}
@media (max-width: 1024px) {
  .CX-claim .box-form-otp {
    padding-left: 0px;
  }
}
.CX-claim .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner {
  max-width: initial;
}
.CX-claim .box-form-otp .box-form-otp-inner .box-input-list {
  max-width: initial;
}
.CX-claim .box-form-otp .box-form-otp-inner .box-input-list input {
  width: 64px;
  height: 64px;
}
@media (max-width: 767px) {
  .CX-claim .box-form-otp .box-form-otp-inner .box-input-list input {
    width: 44px;
    height: 44px;
    font-size: 35px;
    line-height: 52px;
  }
}
.CX-claim .box-form-otp .box-form-otp-inner .box-agree {
  border-top: 1px solid #e5e5e5;
  padding: 12px 0;
  margin-top: 60px;
}
@media (max-width: 767px) {
  .CX-claim .box-form-otp .box-form-otp-inner .box-agree {
    margin-top: 20px;
  }
}
.CX-claim .box-form-otp .box-form-otp-inner .box-agree label .custom-control-label-text {
  font-family: "SourceSans";
  font-size: 13px;
  line-height: 20px;
  color: #7f7f7f;
}

.CX-claim-steps .box-save-draft {
  position: absolute;
  right: 0px;
  margin-top: 65px;
  z-index: 2;
}
.CX-claim-steps .box-save-draft .new-btn-blue {
  -webkit-border-radius: 6px 0px 0px 6px;
  -moz-border-radius: 6px 0px 0px 6px;
  -ms-border-radius: 6px 0px 0px 6px;
  -o-border-radius: 6px 0px 0px 6px;
  border-radius: 6px 0px 0px 6px;
}
.CX-claim-steps .box-save-draft .new-btn-blue .ico {
  top: 3px;
}
@media (max-width: 767px) {
  .CX-claim-steps .box-save-draft .new-btn-blue {
    font-size: 12px;
    line-height: 18px;
    padding: 7px 12px;
  }
}

@media (max-width: 767px) {
  .CX-claim-steps .box-save-draft .new-btn-blue .text-mobile.hide {
    display: inline-block !important;
    top: 1px;
  }
  .CX-claim-steps .box-save-draft .new-btn-blue .text-dekstop {
    display: none;
  }
  .CX-claim-steps .box-save-draft .new-btn-blue .ico {
    top: 2px;
  }
  .CX-claim-steps .box-save-draft .new-btn-blue .ico svg {
    height: 11px;
  }
}

.CX-step-number.vertical .CX-step-number-inner .CX-step-number-item:not(.done) {
  pointer-events: none;
}

@media (min-width: 1025px) {
  body.v2.collapsed-sidenav .CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper, body.v2.no-sidebar .CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper {
    max-width: initial;
    width: 100%;
  }
  body.v2.collapsed-sidenav .CX-claim-steps .box-action.left-right, body.v2.no-sidebar .CX-claim-steps .box-action.left-right {
    left: 0;
    padding-left: 65px !important;
    padding-right: 15px !important;
    width: 100%;
  }
  body.v2.collapsed-sidenav .CX-claim-steps .box-step-number, body.v2.no-sidebar .CX-claim-steps .box-step-number {
    left: 0;
  }
  body.v2.collapsed-sidenav .CX-claim-steps .CX-tab, body.v2.no-sidebar .CX-claim-steps .CX-tab {
    left: 0;
  }
  body.v2.collapsed-sidenav .CX-claim-steps.no-step-number .box-action.left-right, body.v2.no-sidebar .CX-claim-steps.no-step-number .box-action.left-right {
    width: 100%;
    padding-left: 15px !important;
    padding-right: 15px !important;
  }
  body.v2.collapsed-sidenav .CX-claim-steps.no-step-number .box-step-number, body.v2.no-sidebar .CX-claim-steps.no-step-number .box-step-number {
    left: 0;
  }
}

body.v2.collapsed-sidenav section.CX-claim-steps .CX-tab, body.v2.no-sidebar section.CX-claim-steps .CX-tab {
  width: 100%;
}

@media (max-width: 1024px) {
  section.CX-claim.with-step-form .box-step-form {
    padding-left: 23px;
  }
}
@media (max-width: 1000px) {
  section.CX-claim.with-step-form .box-step-form {
    padding-left: 50px;
  }
}

.CX-claim-steps.new-journey .box-bg-dynamic {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.CX-claim-steps.new-journey .box-bg-dynamic .box-bg-inner {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 68%;
  background: #494df4;
  -webkit-border-radius: 16px 16px 0px 0px;
  -moz-border-radius: 16px 16px 0px 0px;
  -ms-border-radius: 16px 16px 0px 0px;
  -o-border-radius: 16px 16px 0px 0px;
  border-radius: 16px 16px 0px 0px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 1512px) {
  .CX-claim-steps.new-journey .box-bg-dynamic .box-bg-inner {
    height: 62%;
  }
}
.CX-claim-steps.new-journey .box-bg-dynamic .box-circle-blur {
  position: absolute;
  bottom: -200px;
  left: -80px;
  border-radius: 402px;
  opacity: 0.5;
  background: linear-gradient(139deg, #e19662 32.75%, #c91432 100%);
  filter: blur(150px);
  width: 402px;
  height: 402px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 540px) {
  .CX-claim-steps.new-journey .box-bg-dynamic .box-circle-blur {
    width: 283px;
    height: 283px;
    bottom: -84px;
  }
}
.CX-claim-steps.new-journey.full-bg .box-bg-dynamic .box-bg-inner {
  height: 100%;
  border-radius: 0px;
}
.CX-claim-steps.new-journey .CX-landing-claim {
  height: 100%;
}
.CX-claim-steps.new-journey .CX-landing-claim .container.CX-wrapper {
  height: inherit;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim {
  text-align: center;
  color: #fff;
  height: inherit;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner {
  height: inherit;
  position: relative;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img img {
  margin: 0 auto;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img.move-left-right {
  -webkit-animation: move-left-right 3s ease-in-out infinite alternate-reverse;
  -moz-animation: move-left-right 3s ease-in-out infinite alternate-reverse;
  -ms-animation: move-left-right 3s ease-in-out infinite alternate-reverse;
  animation: move-left-right 3s ease-in-out infinite alternate-reverse;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text {
  margin: 0 auto;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text h1 {
  font-size: 30px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  max-width: 584px;
  margin: 0 auto 20px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text p {
  font-size: 16px;
  line-height: 25px;
  max-width: 645px;
  margin: 0 auto;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-action:after {
  content: "";
  display: block;
  clear: both;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-action .new-btn-blue:first-child {
  float: left;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-action .new-btn-blue:last-child {
  float: right;
}

@-webkit-keyframes move-left-right {
  0% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes move-left-right {
  0% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}
@-ms-keyframes move-left-right {
0% {
    transform: translateX(-70px);
  }
100% {
    transform: translateX(0px);
  }
}
@keyframes move-left-right {
  0% {
    transform: translateX(-70px);
  }
  100% {
    transform: translateX(0px);
  }
}
.CX-claim-steps.new-journey .CX-landing-claim {
  overflow-y: auto;
}
@media (min-width: 768px) {
  .CX-claim-steps.new-journey .CX-landing-claim {
    padding-bottom: 20px;
  }
}
@media (min-width: 768px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner {
    display: grid;
    grid-template-rows: 1fr 44px;
    padding-bottom: 20px;
    grid-row-gap: 50px;
  }
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-action {
  padding: 20px 0;
}
@media (max-width: 767px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-action {
    margin-top: 80px;
  }
}

.CX-claim-steps.new-journey .CX-landing-claim::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.CX-claim-steps.new-journey .CX-landing-claim::-webkit-scrollbar:vertical {
  width: 6px;
}
.CX-claim-steps.new-journey .CX-landing-claim::-webkit-scrollbar:horizontal {
  height: 6px;
}
.CX-claim-steps.new-journey .CX-landing-claim::-webkit-scrollbar-thumb {
  background-color: #00008f;
  border-radius: 10px;
}
.CX-claim-steps.new-journey .CX-landing-claim::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text h3 {
  max-width: 584px;
  text-align: left;
  font-size: 21px;
  font-family: "SourceSans-Bold";
  margin: 35px auto 16px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text ul {
  list-style: none;
  text-align: left;
  margin: 0 auto;
  padding: 0;
  max-width: 584px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text ul li {
  font-size: 16px;
  margin-bottom: 16px;
  position: relative;
  padding-left: 26px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text ul li span.ico-check {
  left: 0px;
  top: 3px;
  position: absolute;
  margin-right: 11px;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-2, .CX-claim-steps.new-journey .CX-landing-claim.landing-3 {
  padding-top: 20px;
}

.CX-claim-steps.new-journey {
  overflow-x: hidden;
}
.CX-claim-steps.new-journey .box-vector-square {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  bottom: -115px;
  right: -55px;
  opacity: 0;
  visibility: hidden;
}

.CX-claim-steps.new-journey .slick-dots {
  bottom: 35px;
  pointer-events: none;
}
.CX-claim-steps.new-journey .slick-dots li {
  width: 12px;
  height: 3px;
  margin: 0 2px;
  padding: 0 0;
  pointer-events: auto;
}
.CX-claim-steps.new-journey .slick-dots li button {
  width: 12px;
  height: inherit;
  padding: 0 0;
}
.CX-claim-steps.new-journey .slick-dots li button:before {
  width: 12px;
  height: 3px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.3);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-claim-steps.new-journey .slick-dots li.slick-active {
  width: 100px;
}
.CX-claim-steps.new-journey .slick-dots li.slick-active button {
  width: 100px;
}
.CX-claim-steps.new-journey .slick-dots li.slick-active button:before {
  width: 100px;
  background-color: rgb(255, 255, 255) !important;
}

.CX-claim-steps.new-journey .box-bg-dynamic .box-vector-arrow {
  position: absolute;
  left: -20px;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.CX-claim-steps.new-journey.landing-1 .box-bg-dynamic .box-vector-arrow, .CX-claim-steps.new-journey.landing-2 .box-bg-dynamic .box-vector-arrow, .CX-claim-steps.new-journey.landing-3 .box-bg-dynamic .box-vector-arrow {
  opacity: 1;
  visibility: visible;
}

.CX-claim-steps.new-journey .slick-dots {
  opacity: 0;
  visibility: hidden;
}
.CX-claim-steps.new-journey .slick-dots li {
  display: none;
}
.CX-claim-steps.new-journey .slick-dots li:nth-child(2), .CX-claim-steps.new-journey .slick-dots li:nth-child(3), .CX-claim-steps.new-journey .slick-dots li:nth-child(4) {
  display: inline-block;
}

@media (max-width: 767px) {
  .CX-claim-steps.new-journey .box-bg-dynamic .box-vector-arrow {
    top: 30%;
  }
  .CX-claim-steps.new-journey .box-bg-dynamic .box-vector-arrow svg {
    width: 70px;
  }
}

.CX-claim-steps.new-journey .CX-landing-claim .container.CX-wrapper {
  position: relative;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-back {
  position: absolute;
  left: 10px;
  top: 10px;
  width: 30px;
  height: 30px;
  display: inline-block;
  z-index: 1;
  outline: none;
}
@media (min-width: 1025px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-back {
    display: none;
  }
}
.CX-claim-steps.new-journey .CX-landing-claim .box-back button {
  padding: 0 0;
  background-color: transparent;
  background: none;
  border: 0px;
  display: block;
  width: 100%;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey .slider-claim-steps {
    padding-bottom: 50px;
  }
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-1 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img {
  width: 359px;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img, .CX-claim-steps.new-journey .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img, .CX-claim-steps.new-journey .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img {
  width: 350px;
}
@media (max-width: 767px) {
  .CX-claim-steps.new-journey .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img, .CX-claim-steps.new-journey .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img, .CX-claim-steps.new-journey .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img {
    width: 330px;
  }
}
@media (max-width: 767px) {
  .CX-claim-steps.new-journey .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img, .CX-claim-steps.new-journey .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img, .CX-claim-steps.new-journey .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img {
    width: 280px;
  }
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul::-webkit-scrollbar:vertical {
  width: 6px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul::-webkit-scrollbar:horizontal {
  height: 6px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul::-webkit-scrollbar-thumb {
  background-color: #00008f;
  border-radius: 10px;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: transparent;
}
@media (max-width: 1440px) and (max-height: 820px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner {
    display: block;
  }
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 320px;
    overflow-y: auto;
  }
}
@media (max-width: 1440px) and (max-height: 768px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner {
    display: block;
  }
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 280px;
    overflow-y: auto;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner {
    display: block;
  }
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 160px;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner {
    display: block;
  }
  .CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 344px;
    overflow-y: auto;
  }
}
.CX-claim-steps.new-journey .box-action-slider-claim-steps {
  width: 100%;
  padding: 18px 25px;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey .box-action-slider-claim-steps {
    padding: 18px 15px;
  }
}
.CX-claim-steps.new-journey .box-action-slider-claim-steps:after {
  content: "";
  clear: both;
  display: block;
}
.CX-claim-steps.new-journey .box-action-slider-claim-steps .new-btn-blue:first-child {
  float: left;
}
.CX-claim-steps.new-journey .box-action-slider-claim-steps .new-btn-blue:first-child.text-only-white {
  padding-left: 0px;
  padding-right: 0px;
}
.CX-claim-steps.new-journey .box-action-slider-claim-steps .new-btn-blue:last-child {
  float: right;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey .slick-dots {
    bottom: 0px;
  }
}

.box-action-slider-claim-steps .box-action-type-1:after,
.box-action-slider-claim-steps .box-action-type-2:after,
.box-action-slider-claim-steps .box-action-type-3:after {
  content: "";
  display: block;
  clear: both;
}
@media (max-width: 767px) {
  .box-action-slider-claim-steps .box-action-type-2 .new-btn-blue {
    display: block;
    width: 100%;
  }
}

.CX-claim-steps.new-journey .box-bg-dynamic {
  overflow: hidden;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey .box-bg-dynamic .box-circle-blur {
    width: 283px;
    height: 283px;
    bottom: -130px;
    left: -100px;
  }
}

.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) {
  height: initial;
  max-height: initial;
  padding-bottom: 0px;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps {
  height: initial;
  padding-bottom: 0px;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-bg-dynamic .box-vector-square,
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-bg-dynamic .box-circle-blur {
  display: none;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .CX-claim.with-step-form .container.CX-wrapper {
  height: initial;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .CX-claim.with-step-form .container.CX-wrapper .box-step-form .box-step-form-inner .CX-claim-inner {
  height: initial;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .CX-claim.with-step-form .container.CX-wrapper .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form {
  height: initial;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .CX-claim.with-step-form .container.CX-wrapper .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner {
  height: initial;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .CX-claim.with-step-form .container.CX-wrapper .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
  padding-bottom: 0px;
  max-height: initial;
  overflow: initial;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-action-slider-claim-steps {
  position: relative;
}

.CX-claim-steps.new-journey section.CX-claim.with-step-form .box-step-form {
  padding-left: 0;
}
.CX-claim-steps.new-journey section.CX-claim.with-step-form .box-step-form .box-step-form-inner {
  height: inherit;
}
.CX-claim-steps.new-journey section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector img {
  width: 300px;
}
.CX-claim-steps.new-journey section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
  overflow: inherit;
}
.CX-claim-steps.new-journey .new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group {
  margin-bottom: 0;
}
.CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control {
  font-size: 18px;
  height: 56px;
  border-color: transparent;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.row-box-number .row-box-number-inner .row-box-number-item {
  position: relative;
  margin-bottom: 40px;
}
.row-box-number .row-box-number-inner .row-box-number-item:last-child {
  margin-bottom: 0px;
}
.row-box-number .row-box-number-inner .row-box-number-item .box-title {
  margin-bottom: 27px;
  font-size: 20px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #fff;
}
.row-box-number .row-box-number-inner .row-box-number-item .box-title .ico {
  margin-left: 7px;
}
.row-box-number .row-box-number-inner .row-box-number-item .cx-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.row-box-number .row-box-number-inner .row-box-number-item .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.row-box-number .row-box-number-inner .row-box-number-item .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #00008f;
  padding: 2px 13px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.row-box-number .row-box-number-inner .row-box-number-item .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #00008f;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.row-box-number .row-box-number-inner .row-box-number-item .cx-tooltip.place-top {
  bottom: initial;
  top: -13px;
}
.row-box-number .row-box-number-inner .row-box-number-item .cx-tooltip.place-top:after {
  top: initial;
  bottom: -8px;
  border-bottom: 0;
  border-top: 14px solid #00008f;
}

.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan {
  margin-top: 8px;
  padding: 0;
  background-color: transparent;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper {
  padding: 0 !important;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list {
  grid-template-columns: 1fr;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item {
  background: radial-gradient(372.84% 141.42% at 0% 0%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner {
  padding: 22px 16px 16px;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-status span {
  padding-left: 12px;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-status span:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_17420_10921)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5 0C2.23864 0 0 2.23864 0 5C0 7.76136 2.23864 10 5 10C7.76136 10 10 7.76136 10 5C10 2.23864 7.76136 0 5 0ZM7.16727 4.15455C7.20718 4.10893 7.23756 4.05579 7.25663 3.99826C7.2757 3.94073 7.28307 3.87996 7.27831 3.81954C7.27354 3.75912 7.25674 3.70026 7.2289 3.64642C7.20105 3.59259 7.16272 3.54487 7.11616 3.50606C7.0696 3.46726 7.01575 3.43816 6.95777 3.42048C6.8998 3.4028 6.83887 3.39689 6.77858 3.4031C6.71829 3.40932 6.65985 3.42752 6.6067 3.45665C6.55355 3.48578 6.50676 3.52525 6.46909 3.57273L4.51455 5.91773L3.50318 4.90591C3.41745 4.82311 3.30263 4.77729 3.18345 4.77833C3.06427 4.77937 2.95027 4.82717 2.86599 4.91145C2.78172 4.99572 2.73391 5.10973 2.73288 5.22891C2.73184 5.34809 2.77766 5.46291 2.86045 5.54864L4.22409 6.91227C4.26875 6.95691 4.32223 6.99175 4.3811 7.01457C4.43997 7.0374 4.50295 7.04771 4.56603 7.04484C4.62911 7.04198 4.6909 7.026 4.74746 6.99793C4.80402 6.96986 4.85411 6.93032 4.89455 6.88182L7.16727 4.15455Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_17420_10921'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content {
  margin-top: 10px;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-info-polis h3 {
  font-size: 18px;
  line-height: normal;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-info-polis .info-contact {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 11px;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-info-polis .info-contact div {
  font-size: 14px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-info-polis .info-contact div:last-child {
  text-align: right;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail {
  grid-template-columns: 1fr;
  grid-row-gap: 3px;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no {
  display: block;
  width: 100%;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner {
  display: flex;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text {
  display: flex;
  grid-template-columns: 2fr 1fr;
  width: 100%;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span.colon {
  display: none;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span:first-child {
  flex: 1 1 auto;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span:last-child {
  flex: 0 0 auto;
  text-align: right;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span:last-child:before {
  content: ": ";
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item .list-item-inner .box-content .box-detail .box-no:last-child {
  text-align: left;
}
.row-box-number .row-box-number-inner .row-box-number-item section.CX-new-polis-karyawan .container.CX-wrapper .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item a.list-item:hover {
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  transform: none;
}

@media (min-width: 1025px) {
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 240px;
    overflow-y: auto;
  }
}
@media (min-width: 1025px) and (min-height: 850px) {
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 330px;
  }
}
@media (min-width: 1025px) and (min-height: 900px) {
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 420px;
  }
}
@media (min-width: 1025px) and (min-height: 900px) {
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 250px;
  }
}
@media (min-width: 1025px) and (max-height: 769px) {
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 200px;
  }
}
@media (min-width: 1025px) and (max-height: 700px) {
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: 140px;
  }
}
section.CX-claim-steps.new-journey .slider-claim-steps .slick-dots {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.CX-claim-steps.new-journey.landing-1 .slider-claim-steps .slick-dots, section.CX-claim-steps.new-journey.landing-2 .slider-claim-steps .slick-dots, section.CX-claim-steps.new-journey.landing-3 .slider-claim-steps .slick-dots {
  opacity: 1;
  visibility: visible;
  display: block;
}

.CX-claim-steps.new-journey.primary-bg {
  background: #494df4;
}

@media (min-width: 1025px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps .slick-list {
    overflow: initial;
  }
}

.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps {
  position: relative;
  z-index: 2;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-action-slider-claim-steps {
  z-index: 4;
}

@media (min-width: 769px) {
  .CX-claim-steps.new-journey .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    max-width: 485px;
    padding-left: 0px;
  }
  .CX-claim-steps.new-journey .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner {
    max-width: 393px;
    margin: 0 auto;
  }
}
.CX-claim-steps.new-journey.e-download .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner {
  grid-column-gap: 96px;
}
@media (max-width: 1280px) {
  .CX-claim-steps.new-journey.e-download .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner {
    grid-column-gap: 48px;
  }
}
@media (min-width: 769px) {
  .CX-claim-steps.new-journey.e-download .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    max-width: 475px !important;
  }
  .CX-claim-steps.new-journey.e-download .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner {
    max-width: initial;
  }
}

.row-box-number .row-box-number-inner .row-box-number-item .box-title.with-button .box-title-and-button {
  display: flex;
  align-items: center;
  margin-bottom: 27px;
}
.row-box-number .row-box-number-inner .row-box-number-item .box-title.with-button .box-title-and-button .box-title {
  flex: 1 1 auto;
  margin-bottom: 0px;
}
.row-box-number .row-box-number-inner .row-box-number-item .box-title.with-button .box-title-and-button .box-button {
  flex: 0 0 auto;
  text-align: right;
}

.box-list-polis-row .box-list-polis-row-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 8px;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item {
  text-decoration: none;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item input[type=checkbox] {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  text-align: left;
  color: #333;
  border: 1px solid #999999;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  padding: 7px 10px;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico-polis,
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='url(%23paint0_linear_17506_8238)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7C15.3082 7 15.5581 7.24989 15.5581 7.55814V7.74525C15.6409 7.7465 15.7115 7.74921 15.7774 7.75503C17.1244 7.87415 18.1923 8.94197 18.3114 10.2891C18.3223 10.4122 18.3223 10.5517 18.3222 10.7565L18.3222 11.6668C18.3222 14.5462 16.1313 16.914 13.3256 17.1939V18.7209C13.3256 20.4677 14.7416 21.8837 16.4884 21.8837H17.145C18.0753 21.8837 18.8881 21.3765 19.3205 20.6229C18.215 20.2517 17.4186 19.2072 17.4186 17.9767C17.4186 16.4355 18.668 15.186 20.2093 15.186C21.7505 15.186 23 16.4355 23 17.9767C23 19.4208 21.9031 20.6087 20.4971 20.7527C19.9557 22.0711 18.6594 23 17.145 23H16.4884C14.1251 23 12.2093 21.0842 12.2093 18.7209V17.1949C9.28591 16.9142 7 14.4511 7 11.4542L7 10.7566C6.99998 10.5517 6.99996 10.4122 7.01085 10.2891C7.12997 8.94197 8.19779 7.87415 9.54488 7.75503C9.66073 7.74479 9.79107 7.7442 9.97674 7.74418V7.55814C9.97674 7.24989 10.2266 7 10.5349 7C10.8431 7 11.093 7.24989 11.093 7.55814V9.04651C11.093 9.35476 10.8431 9.60464 10.5349 9.60464C10.2266 9.60464 9.97674 9.35476 9.97674 9.04651V8.86048C9.78072 8.86061 9.70431 8.86156 9.6432 8.86697C8.83495 8.93844 8.19426 9.57913 8.12279 10.3874C8.11683 10.4548 8.11628 10.5408 8.11628 10.7856V11.4542C8.11628 14.0229 10.1987 16.1053 12.7674 16.1053C15.2188 16.1053 17.206 14.1181 17.206 11.6668V10.7856C17.206 10.5408 17.2054 10.4548 17.1994 10.3874C17.128 9.57913 16.4873 8.93844 15.679 8.86697C15.6475 8.86418 15.612 8.86258 15.5581 8.86166V9.04651C15.5581 9.35476 15.3082 9.60464 15 9.60464C14.6917 9.60464 14.4418 9.35476 14.4418 9.04651V7.55814C14.4418 7.24989 14.6917 7 15 7ZM18.5349 17.9767C18.5349 17.052 19.2845 16.3023 20.2093 16.3023C21.134 16.3023 21.8837 17.052 21.8837 17.9767C21.8837 18.9015 21.134 19.6511 20.2093 19.6511C19.2845 19.6511 18.5349 18.9015 18.5349 17.9767Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_17506_8238' x1='1.00152' y1='2.54999' x2='31.2734' y2='4.03462' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23494DF4'/%3E%3Cstop offset='0.463039' stop-color='%234A37F4'/%3E%3Cstop offset='1' stop-color='%236F49F4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text {
  flex: 1 1 auto;
  margin-top: 0;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb {
  font-size: 18px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .desc {
  font-size: 14px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  border: 1px solid #5f5f5f;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: linear-gradient(133deg, #494df4 0%, #4a37f4 46.3%, #6f49f4 100%);
  color: #fff;
  border-color: transparent;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7C15.3082 7 15.5581 7.24989 15.5581 7.55814V7.74525C15.6409 7.7465 15.7115 7.74921 15.7774 7.75503C17.1244 7.87415 18.1923 8.94197 18.3114 10.2891C18.3223 10.4122 18.3223 10.5517 18.3222 10.7565L18.3222 11.6668C18.3222 14.5462 16.1313 16.914 13.3256 17.1939V18.7209C13.3256 20.4677 14.7416 21.8837 16.4884 21.8837H17.145C18.0753 21.8837 18.8881 21.3765 19.3205 20.6229C18.215 20.2517 17.4186 19.2072 17.4186 17.9767C17.4186 16.4355 18.668 15.186 20.2093 15.186C21.7505 15.186 23 16.4355 23 17.9767C23 19.4208 21.9031 20.6087 20.4971 20.7527C19.9557 22.0711 18.6594 23 17.145 23H16.4884C14.1251 23 12.2093 21.0842 12.2093 18.7209V17.1949C9.28591 16.9142 7 14.4511 7 11.4542L7 10.7566C6.99998 10.5517 6.99996 10.4122 7.01085 10.2891C7.12997 8.94197 8.19779 7.87415 9.54488 7.75503C9.66073 7.74479 9.79107 7.7442 9.97674 7.74418V7.55814C9.97674 7.24989 10.2266 7 10.5349 7C10.8431 7 11.093 7.24989 11.093 7.55814V9.04651C11.093 9.35476 10.8431 9.60464 10.5349 9.60464C10.2266 9.60464 9.97674 9.35476 9.97674 9.04651V8.86048C9.78072 8.86061 9.70431 8.86156 9.6432 8.86697C8.83495 8.93844 8.19426 9.57913 8.12279 10.3874C8.11683 10.4548 8.11628 10.5408 8.11628 10.7856V11.4542C8.11628 14.0229 10.1987 16.1053 12.7674 16.1053C15.2188 16.1053 17.206 14.1181 17.206 11.6668V10.7856C17.206 10.5408 17.2054 10.4548 17.1994 10.3874C17.128 9.57913 16.4873 8.93844 15.679 8.86697C15.6475 8.86418 15.612 8.86258 15.5581 8.86166V9.04651C15.5581 9.35476 15.3082 9.60464 15 9.60464C14.6917 9.60464 14.4418 9.35476 14.4418 9.04651V7.55814C14.4418 7.24989 14.6917 7 15 7ZM18.5349 17.9767C18.5349 17.052 19.2845 16.3023 20.2093 16.3023C21.134 16.3023 21.8837 17.052 21.8837 17.9767C21.8837 18.9015 21.134 19.6511 20.2093 19.6511C19.2845 19.6511 18.5349 18.9015 18.5349 17.9767Z' fill='%23494DF4' stroke='%23494DF4' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  width: 24px;
  height: 24px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cg clip-path='url(%23clip0_787_13976)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 3C7.02955 3 3 7.02955 3 12C3 16.9705 7.02955 21 12 21C16.9705 21 21 16.9705 21 12C21 7.02955 16.9705 3 12 3ZM15.9011 10.4782C15.9729 10.3961 16.0276 10.3004 16.0619 10.1969C16.0963 10.0933 16.1095 9.98393 16.1009 9.87517C16.0924 9.76641 16.0621 9.66046 16.012 9.56356C15.9619 9.46666 15.8929 9.38076 15.8091 9.31092C15.7253 9.24107 15.6283 9.1887 15.524 9.15687C15.4196 9.12504 15.31 9.11441 15.2015 9.12559C15.0929 9.13677 14.9877 9.16954 14.8921 9.22197C14.7964 9.27441 14.7122 9.34545 14.6444 9.43091L11.1262 13.6519L9.30573 11.8306C9.15142 11.6816 8.94474 11.5991 8.73022 11.601C8.51569 11.6029 8.31048 11.6889 8.15878 11.8406C8.00709 11.9923 7.92104 12.1975 7.91918 12.412C7.91731 12.6266 7.99978 12.8332 8.14882 12.9875L10.6034 15.4421C10.6838 15.5224 10.78 15.5851 10.886 15.6262C10.9919 15.6673 11.1053 15.6859 11.2189 15.6807C11.3324 15.6756 11.4436 15.6468 11.5454 15.5963C11.6472 15.5458 11.7374 15.4746 11.8102 15.3873L15.9011 10.4782Z' fill='%23494DF4'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_787_13976'%3E%3Crect width='18' height='18' fill='white' transform='translate(3 3)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled {
  pointer-events: auto;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner {
  background-color: #cccccc;
  border-color: #cccccc;
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23333333'/%3E%3Cpath d='M12.55 20.6C12.55 20.1858 12.2142 19.85 11.8 19.85C11.3858 19.85 11.05 20.1858 11.05 20.6H12.55ZM14.25 15V21.4H15.75V15H14.25ZM12.55 21.4V20.6H11.05V21.4H12.55ZM15 15.75H22.619V14.25H15V15.75ZM15.381 6.25H14.619V7.75H15.381V6.25ZM7.38095 15.75H15V14.25H7.38095V15.75ZM6.25 14.619C6.25 15.2437 6.75634 15.75 7.38095 15.75V14.25C7.58477 14.25 7.75 14.4152 7.75 14.619H6.25ZM23.75 14.619C23.75 9.99695 20.003 6.25 15.381 6.25V7.75C19.1746 7.75 22.25 10.8254 22.25 14.619H23.75ZM22.619 15.75C23.2437 15.75 23.75 15.2437 23.75 14.619H22.25C22.25 14.4152 22.4152 14.25 22.619 14.25V15.75ZM13.4 22.25C12.9306 22.25 12.55 21.8694 12.55 21.4H11.05C11.05 22.6979 12.1021 23.75 13.4 23.75V22.25ZM14.619 6.25C9.99695 6.25 6.25 9.99695 6.25 14.619H7.75C7.75 10.8254 10.8254 7.75 14.619 7.75V6.25ZM14.25 21.4C14.25 21.8694 13.8694 22.25 13.4 22.25V23.75C14.6979 23.75 15.75 22.6979 15.75 21.4H14.25Z' fill='white'/%3E%3Cpath d='M18.9312 15C18.7079 12.831 17.8431 7 14.9998 7C12.1565 7 11.2917 12.831 11.0684 15' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-check {
  width: 24px;
  height: 24px;
  background-color: #7f7f7f;
  border-color: #7f7f7f;
}

.box-info-add-polis {
  border: 1px solid #1cc542;
  background: rgba(28, 197, 66, 0.08);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 11px;
  font-size: 13px;
  line-height: 17px;
  font-family: "SourceSans-Semibold";
  color: #333;
}

.box-list-polis-row .box-list-polis-row-inner .list-polis-item {
  position: relative;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip {
  position: absolute;
  bottom: -45px;
  left: 0px;
  right: 0px;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #3032c1;
  padding: 6px 13px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip .cx-tooltip-inner .text-and-ico {
  display: flex;
  align-items: center;
  text-align: left;
  column-gap: 5px;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip .cx-tooltip-inner .text-and-ico .box-ico {
  flex: 0 0 auto;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip .cx-tooltip-inner .text-and-ico .text {
  flex: 1 1 auto;
  line-height: normal;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  right: 0px;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #3032c1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip.place-top {
  bottom: initial;
  top: -13px;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item .cx-tooltip.place-top:after {
  top: initial;
  bottom: -8px;
  border-bottom: 0;
  border-top: 14px solid #3032c1;
}

.CX-claim-steps.new-journey .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.1);
}
.CX-claim-steps.new-journey .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  border: 1px solid #fff;
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li .text .badge-fast-claim {
  margin-left: 8px;
}

.badge-fast-claim {
  background: linear-gradient(133deg, #494df4 0%, #4a37f4 46.3%, #6f49f4 100%);
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -ms-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -o-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  padding: 0px 7px;
  display: inline-block;
}
.badge-fast-claim .text {
  font-size: 10px !important;
  line-height: normal !important;
  font-family: "SourceSans-Semibold" !important;
  color: #fff !important;
  position: relative;
  top: -3px;
  margin-right: 0px;
}

.new-box-item.style-default.new-dropdown-search.is-fast-claim .new-box-item-inner .input .form-group .form-control {
  pointer-events: none;
}
.new-box-item.style-default.new-dropdown-search.is-fast-claim.no-label .new-box-item-inner .input .form-group .form-control {
  text-indent: -999px;
}
.new-box-item.style-default.new-dropdown-search.is-fast-claim.no-label .new-box-item-inner .box-badge-fast-claim {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 51px;
}
.new-box-item.style-default.new-dropdown-search.is-fast-claim.no-label .new-box-item-inner .box-badge-fast-claim .value {
  font-size: 18px;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  margin-right: 7px;
}
.new-box-item.style-default.new-dropdown-search.is-fast-claim.no-label .new-box-item-inner .box-badge-fast-claim .badge-fast-claim {
  padding: 1px 7px;
}
.new-box-item.style-default.new-dropdown-search.is-fast-claim.no-label .new-box-item-inner .box-badge-fast-claim .badge-fast-claim .text {
  top: -2px;
}
.new-box-item.style-default.new-dropdown-search.is-fast-claim.no-label .new-box-item-inner .box-badge-fast-claim .badge-fast-claim .ico {
  position: relative;
  top: 1px;
}

.new-box-item.style-default.new-date .new-box-item-inner .ico-box-search {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.new-box-item.style-default.new-date .new-box-item-inner .ico-flexible {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.new-box-item.style-default.new-date .new-box-item-inner .ico-flexible button {
  border-color: transparent;
  outline: none;
  background-color: transparent;
}
.new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control {
  padding-left: 50px;
  padding-right: 50px;
}
.new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-date:not(.no-label) .new-box-item-inner .ico-box-search {
  margin-top: 20px;
}
.new-box-item.style-default.new-date:not(.no-label) .new-box-item-inner .ico-flexible {
  margin-top: 17px;
}
.new-box-item.style-default.new-date.no-label .new-box-item-inner .input .form-group .control-label {
  display: none;
}
.new-box-item.style-default.new-date.no-label .new-box-item-inner .ico-box-search {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0px;
}
.new-box-item.style-default.new-date.no-label .new-box-item-inner .ico-flexible {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.new-date.no-label .new-box-item-inner .ico-flexible button {
  cursor: pointer;
}
.new-box-item.style-default.new-date.no-label .new-box-item-inner .ico-flexible button.clear-search {
  position: relative;
  top: 2px;
}

.new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control.simpledate {
  background-image: none !important;
}

section.CX-claim.with-step-form .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner {
  padding: 0px 16px 0px;
}
section.CX-claim.with-step-form .row-box-number .row-box-number-inner .row-box-number-item:nth-of-type(even) .row-box-number-item-inner {
  background-color: #3032c1;
  padding: 26px 16px;
}
section.CX-claim.with-step-form .row-box-number .row-box-number-inner .box-info-alert .box-info-alert-inner .ico {
  position: relative;
  top: 5px;
}
section.CX-claim.with-step-form .row-box-number .row-box-number-inner .box-info-alert .box-info-alert-inner .text {
  font-size: 14px;
}

.row-box-number .row-box-number-inner .row-box-number-item .box-title .subtext {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans";
  display: block;
  margin-bottom: 8px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-child {
  margin-top: 40px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-child .row-box-number-item-child-inner {
  padding: 0px 16px;
}

.CX-claim-steps.new-journey section.CX-claim.with-step-form {
  padding: 50px 0 0;
}

.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama) .box-action-slider-claim-steps {
  background-color: #3032c1;
}
@media (max-width: 768px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama) .CX-claim.with-step-form .container.CX-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.modal-semua-polis.pilih-polis .box-list-polis-row .box-list-polis-row-inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 8px;
  }
}

@media (max-width: 1024px) {
  .CX-claim-steps.new-journey .box-action-slider-claim-steps.full-width-mobile {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
  .CX-claim-steps.new-journey .box-action-slider-claim-steps.full-width-mobile .new-btn-blue {
    display: block;
    width: 100%;
  }
}

.new-box-item.style-default.new-icon-left .new-box-item-inner .ico-box-search,
.new-box-item.style-default.new-location .new-box-item-inner .ico-box-search {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .ico-flexible,
.new-box-item.style-default.new-location .new-box-item-inner .ico-flexible {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .ico-flexible button,
.new-box-item.style-default.new-location .new-box-item-inner .ico-flexible button {
  border-color: transparent;
  outline: none;
  background-color: transparent;
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .input .form-group .form-control,
.new-box-item.style-default.new-location .new-box-item-inner .input .form-group .form-control {
  padding-left: 50px;
  padding-right: 50px;
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .input .form-group .form-control::-webkit-input-placeholder,
.new-box-item.style-default.new-location .new-box-item-inner .input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .input .form-group .form-control::-moz-placeholder,
.new-box-item.style-default.new-location .new-box-item-inner .input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .input .form-group .form-control:-moz-placeholder,
.new-box-item.style-default.new-location .new-box-item-inner .input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-icon-left .new-box-item-inner .input .form-group .form-control:-ms-input-placeholder,
.new-box-item.style-default.new-location .new-box-item-inner .input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-icon-left:not(.no-label) .new-box-item-inner .ico-box-search,
.new-box-item.style-default.new-location:not(.no-label) .new-box-item-inner .ico-box-search {
  margin-top: 20px;
}
.new-box-item.style-default.new-icon-left:not(.no-label) .new-box-item-inner .ico-flexible,
.new-box-item.style-default.new-location:not(.no-label) .new-box-item-inner .ico-flexible {
  margin-top: 17px;
}
.new-box-item.style-default.new-icon-left.no-label .new-box-item-inner .input .form-group .control-label,
.new-box-item.style-default.new-location.no-label .new-box-item-inner .input .form-group .control-label {
  display: none;
}
.new-box-item.style-default.new-icon-left.no-label .new-box-item-inner .ico-box-search,
.new-box-item.style-default.new-location.no-label .new-box-item-inner .ico-box-search {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 3px;
}
.new-box-item.style-default.new-icon-left.no-label .new-box-item-inner .ico-flexible,
.new-box-item.style-default.new-location.no-label .new-box-item-inner .ico-flexible {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.new-icon-left.no-label .new-box-item-inner .ico-flexible button,
.new-box-item.style-default.new-location.no-label .new-box-item-inner .ico-flexible button {
  cursor: pointer;
}
.new-box-item.style-default.new-icon-left.no-label .new-box-item-inner .ico-flexible button.clear-search,
.new-box-item.style-default.new-location.no-label .new-box-item-inner .ico-flexible button.clear-search {
  position: relative;
  top: 2px;
}

.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-child .row-box-number-item-child-inner .new-box-item.style-default {
  margin-bottom: 24px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-child .row-box-number-item-child-inner .new-box-item.style-default:last-child {
  margin-bottom: 0px;
}

.row-box-number-item-child .row-box-number-item-child-inner .box-detail-title {
  font-size: 18px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding: 11px 0px 14px;
  margin-bottom: 18px;
}

.new-box-item.style-default.new-dropdown-search {
  position: relative;
}

.row-box-number .row-box-number-inner .row-box-number-item:nth-of-type(odd) .row-box-number-item-child .row-box-number-item-child-inner {
  padding: 0;
}
.row-box-number .row-box-number-inner .row-box-number-item:nth-of-type(odd) .row-box-number-item-child .row-box-number-item-child-inner .with-boxes {
  padding: 14px 16px;
  background-color: #3032c1;
  -webkit-border-radius: 13px;
  -moz-border-radius: 13px;
  -ms-border-radius: 13px;
  -o-border-radius: 13px;
  border-radius: 13px;
}
.row-box-number .row-box-number-inner .row-box-number-item:nth-of-type(odd) .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .box-detail-title {
  padding-top: 0;
}

.new-box-item.style-default.no-search-dropdown:not(.new-textarea):not(.no-label) .new-box-item-inner .input .form-control,
.new-box-item.style-default.new-icon-left.no-search-dropdown:not(.new-textarea):not(.no-label) .new-box-item-inner .input .form-control,
.new-box-item.style-default.new-location.no-search-dropdown:not(.new-textarea):not(.no-label) .new-box-item-inner .input .form-control {
  padding: 14.5px 50px 14.5px 20px !important;
}

.CX-claim-steps.new-journey.primary-bg.landing-dokumen {
  background: #fff;
}
.CX-claim-steps.new-journey.primary-bg.landing-dokumen .box-bg-dynamic .box-bg-inner {
  background: transparent;
}

.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen {
  margin-top: 70px;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim {
  color: #333333;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text h4 {
  text-align: left;
  max-width: 584px;
  margin: 40px auto 16px;
  font-size: 14px;
  line-height: normal;
  font-family: "SourceSans-Bold";
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text h3 {
  margin: 0 auto 24px;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
  max-width: 584px;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul li {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
}
@media (min-width: 1025px) {
  .CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul li {
    max-width: 65%;
  }
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul li .ico-check svg path {
  fill: #494df4;
}
.CX-claim-steps.new-journey .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-img img {
  width: 300px;
}

.CX-claim-steps.new-journey.landing-dokumen .box-bg-dynamic .box-vector-square,
.CX-claim-steps.new-journey.landing-dokumen .box-bg-dynamic .box-circle-blur {
  display: none !important;
}
.CX-claim-steps.new-journey.landing-dokumen .box-bg-dynamic .box-vector-arrow {
  opacity: 1;
  visibility: visible;
  left: initial;
  right: -20px;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey.landing-dokumen .box-bg-dynamic .box-vector-arrow {
    top: 48%;
    right: 0px;
  }
}
.CX-claim-steps.new-journey.landing-dokumen .box-bg-dynamic .box-vector-arrow svg g path {
  fill: #494df4;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey.landing-dokumen .box-bg-dynamic .box-vector-arrow svg {
    width: 50px;
  }
}

@media (min-width: 1025px) and (max-height: 700px) {
  .CX-claim-steps.new-journey.primary-bg.landing-dokumen {
    max-height: initial;
  }
  .CX-claim-steps.new-journey.primary-bg.landing-dokumen .slider-claim-steps {
    height: initial;
  }
}

.new-box-item.style-default.new-upload-btn .box-preview-files {
  padding-top: 0px;
}

.CX-claim-steps.e-download {
  overflow-y: hidden !important;
  max-height: initial !important;
}
.CX-claim-steps.new-journey.type-plain {
  overflow: auto;
  padding-bottom: 0px;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey.type-plain {
    padding-bottom: 0px;
  }
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey.type-plain .slider-claim-steps {
    padding-bottom: 0px;
  }
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form {
  padding-top: 0px;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner {
  height: initial;
}
@media (max-width: 768px) {
  .CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner > .box-title {
    display: none;
  }
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-title h3 {
  font-size: 24px;
  line-height: normal;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector img {
  width: 280px;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector .box-title-mobile {
  font-size: 24px;
  font-family: "SourceSans-Bold";
  margin-top: 20px;
}
@media (max-width: 768px) {
  .CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector .box-title-mobile.hide {
    display: block !important;
  }
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
  max-height: initial !important;
}
@media (max-width: 1024px) {
  .CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner {
    padding: 0 0 !important;
  }
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label {
  color: #333;
  font-size: 18px;
  font-family: "SourceSans-Semibold";
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label .reference-mark.text-warning {
  color: #ff1721 !important;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
  border-color: #999999;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.new-dropdown-search .box-dropdow-list {
  border: 1px solid #e5e5e5;
  background: #fff;
  -webkit-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
}
.CX-claim-steps.new-journey.type-plain.landing-utama .slider-claim-steps {
  height: auto;
}
.CX-claim-steps.new-journey.type-plain.e-download .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
  max-width: 551px;
}
@media (max-width: 768px) {
  .CX-claim-steps.new-journey.type-plain.e-download .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form {
    max-width: 100%;
  }
}

section.CX-claim-steps .slider-claim-steps .CX-claim .container.CX-wrapper .CX-claim-inner .cx-laporan-kinerja .container.CX-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
  max-width: initial !important;
}

.new-box-item.style-default.new-dropdown-search.no-search-dropdown .ico-flexible .icon-loader {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 57px;
  opacity: 0;
  visibility: hidden;
}

.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
  height: 48px;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default .new-box-item-inner .ico-flexible {
  margin-top: 20px !important;
  right: 10px;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-loader .new-box-item-inner .input .form-group .form-control {
  padding: 14.5px 70px 14.5px 20px !important;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-loader .new-box-item-inner .ico-flexible .icon-loader {
  opacity: 1;
  visibility: visible;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-done .new-box-item-inner .input .form-group .form-control {
  padding: 14.5px 70px 14.5px 20px !important;
}
.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-done .new-box-item-inner .input:after {
  right: 45px;
}

button.new-btn-blue.bg-white.c-primary.right-icon.block.stroke-icon.upload-btn .text {
  top: -2px;
}

.row-box-number-item .row-box-number-item-inner .box-preview-files {
  padding: 0 0;
}

.CX-claim-steps.new-journey .box-agree {
  background-color: #fff;
  padding: 16px 60px;
}
@media (max-width: 767px) {
  .CX-claim-steps.new-journey .box-agree {
    padding: 16px 25px;
  }
}
@media (min-width: 769px) {
  .CX-claim-steps.new-journey .box-agree {
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    border-radius: 6px;
  }
}
.CX-claim-steps.new-journey .box-agree .box-agree-inner {
  display: flex;
  grid-column-gap: 8px;
}
.CX-claim-steps.new-journey .box-agree .box-agree-inner .box-text {
  font-size: 14px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
  color: #5f5f5f;
}
.CX-claim-steps.new-journey .box-agree .box-agree-inner .box-text a {
  color: inherit;
  text-decoration: none;
}

.CX-pop-up-modal.modal-default.modal-dropdown .box-pop-up-modal .box-pop-up-modal-inner {
  max-height: initial;
}
.CX-pop-up-modal.modal-default.modal-dropdown .box-pop-up-modal .box-pop-up-modal-inner .new-box-item.style-default.new-dropdown-search.search-mobile.no-label .box-dropdow-list {
  height: 60vh;
  overflow: auto;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile {
  padding: 10px 0;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile .box-dropdow-list {
  position: relative;
  max-height: initial;
  opacity: 1;
  visibility: visible;
  margin-top: 20px;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile .box-dropdow-list ul {
  padding: 0 0;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile .box-dropdow-list ul li .text {
  font-size: 18px;
  color: #333;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile .new-box-item-inner {
  position: relative;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile .new-box-item-inner .input .form-group .form-control {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
  height: 50px;
  font-size: 18px;
  color: #333;
}
.CX-pop-up-modal.modal-default .new-box-item.style-default.new-dropdown-search.search-mobile .new-box-item-inner .ico-flexible {
  background-color: #f5f5f5;
}
@media (min-width: 769px) {
  .CX-pop-up-modal.modal-default.modal-dropdown {
    display: none !important;
  }
}
.CX-pop-up-modal.modal-default.modal-dropdown:not(.open) .new-box-item.style-default {
  display: none;
}

.CX-pop-up-modal.modal-default .box-list-polis-row .box-list-polis-row-inner a.list-polis-item .list-polis-item-inner .box-ico-polis {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7C15.3082 7 15.5581 7.24989 15.5581 7.55814V7.74525C15.6409 7.7465 15.7115 7.74921 15.7774 7.75503C17.1244 7.87415 18.1923 8.94197 18.3114 10.2891C18.3223 10.4122 18.3223 10.5517 18.3222 10.7565L18.3222 11.6668C18.3222 14.5462 16.1313 16.914 13.3256 17.1939V18.7209C13.3256 20.4677 14.7416 21.8837 16.4884 21.8837H17.145C18.0753 21.8837 18.8881 21.3765 19.3205 20.6229C18.215 20.2517 17.4186 19.2072 17.4186 17.9767C17.4186 16.4355 18.668 15.186 20.2093 15.186C21.7505 15.186 23 16.4355 23 17.9767C23 19.4208 21.9031 20.6087 20.4971 20.7527C19.9557 22.0711 18.6594 23 17.145 23H16.4884C14.1251 23 12.2093 21.0842 12.2093 18.7209V17.1949C9.28591 16.9142 7 14.4511 7 11.4542L7 10.7566C6.99998 10.5517 6.99996 10.4122 7.01085 10.2891C7.12997 8.94197 8.19779 7.87415 9.54488 7.75503C9.66073 7.74479 9.79107 7.7442 9.97674 7.74418V7.55814C9.97674 7.24989 10.2266 7 10.5349 7C10.8431 7 11.093 7.24989 11.093 7.55814V9.04651C11.093 9.35476 10.8431 9.60464 10.5349 9.60464C10.2266 9.60464 9.97674 9.35476 9.97674 9.04651V8.86048C9.78072 8.86061 9.70431 8.86156 9.6432 8.86697C8.83495 8.93844 8.19426 9.57913 8.12279 10.3874C8.11683 10.4548 8.11628 10.5408 8.11628 10.7856V11.4542C8.11628 14.0229 10.1987 16.1053 12.7674 16.1053C15.2188 16.1053 17.206 14.1181 17.206 11.6668V10.7856C17.206 10.5408 17.2054 10.4548 17.1994 10.3874C17.128 9.57913 16.4873 8.93844 15.679 8.86697C15.6475 8.86418 15.612 8.86258 15.5581 8.86166V9.04651C15.5581 9.35476 15.3082 9.60464 15 9.60464C14.6917 9.60464 14.4418 9.35476 14.4418 9.04651V7.55814C14.4418 7.24989 14.6917 7 15 7ZM18.5349 17.9767C18.5349 17.052 19.2845 16.3023 20.2093 16.3023C21.134 16.3023 21.8837 17.052 21.8837 17.9767C21.8837 18.9015 21.134 19.6511 20.2093 19.6511C19.2845 19.6511 18.5349 18.9015 18.5349 17.9767Z' fill='%23494DF4' stroke='%23494DF4' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default .box-list-polis-row .box-list-polis-row-inner a.list-polis-item .list-polis-item-inner .box-text {
  padding: 0 0;
}
.box-list-polis-row .box-list-polis-row-inner a.list-polis-item .list-polis-item-inner .box-text .polis-numb .badge-fast-claim {
  background: none;
  border: 1px solid #fff;
  line-height: 15px;
  margin-left: 8px;
}

.CX-claim-steps.new-journey .CX-tab .CX-tab-inner .CX-tab-item.done .inner:after {
  bottom: 2px;
}
.CX-claim-steps.new-journey .CX-tab .CX-tab-inner .CX-tab-item.selected .inner .text {
  max-width: 50%;
}
.CX-claim-steps.new-journey .CX-tab .CX-tab-inner .CX-tab-item.selected .inner .ico {
  top: 3px;
  position: relative;
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li .text .badge-fast-claim {
  line-height: 21px;
}

.CX-claim-steps.new-journey .new-box-item.style-default .new-box-item-inner .input .form-group.has-success .form-control, .CX-claim-steps.new-journey .new-box-item.style-default .new-box-item-inner .input .form-group.has-error .form-control {
  background-color: #fff;
}
.CX-claim-steps.new-journey .new-box-item.style-default .new-box-item-inner .input .form-group.has-error .form-control {
  border: 1px solid #ff1721;
}
.CX-claim-steps.new-journey .new-box-item.style-default .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block {
  z-index: 2;
  color: #fff;
}
.CX-claim-steps.new-journey .new-box-item.style-default.has-success .new-box-item-inner .input:after {
  display: none;
}

.box-alert-auto-save {
  position: fixed;
  width: calc(100% - 336px);
  left: 336px;
  top: 115px;
  z-index: 3;
  opacity: 0;
  visibility: hidden;
  display: grid;
  row-gap: 8px;
}
@media (max-width: 1024px) {
  .box-alert-auto-save {
    width: 100%;
    left: 0px;
  }
}
@media (max-width: 363px) {
  .box-alert-auto-save {
    width: initial;
    transform: none;
    left: 10px;
    right: 10px;
  }
}
.box-alert-auto-save a {
  width: 362px;
  margin: 0 auto;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 370px) {
  .box-alert-auto-save a {
    width: auto;
  }
}
.box-alert-auto-save .box-alert-auto-save-inner {
  padding: 7px 16px;
  background-color: #fff;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 6px 8px 2px rgba(0, 0, 0, 0.1);
}
.box-alert-auto-save .box-alert-auto-save-inner .ico {
  flex: 0 0 auto;
  max-width: 39px;
}
.box-alert-auto-save .box-alert-auto-save-inner .box-text {
  flex: 1 1 auto;
  display: flex;
}
.box-alert-auto-save .box-alert-auto-save-inner .box-text .box-text-inner {
  color: #333;
  flex: 1 1 auto;
}
.box-alert-auto-save .box-alert-auto-save-inner .box-text .box-text-inner h3 {
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  margin-bottom: 2px;
}
.box-alert-auto-save .box-alert-auto-save-inner .box-text .box-text-inner p {
  font-size: 13px;
  line-height: normal;
  margin-bottom: 0px;
}
.box-alert-auto-save .box-alert-auto-save-inner .box-text .box-tutup {
  font-size: 12px;
  font-family: "SourceSans-Semibold";
  color: #333;
  flex: 0 0 auto;
}

.new-box-item.style-default.new-date .new-box-item-inner {
  position: relative;
}

.CX-title-and-filter .box-title-and-filter .box-title {
  margin-bottom: 40px;
}
.CX-title-and-filter .box-title-and-filter .box-title h1 {
  font-size: 24px;
  font-family: "SourceSans-Bold";
}
.CX-title-and-filter .box-title-and-filter .box-filter {
  background-color: #f5f5f5;
  padding: 17px 24px;
}
@media (max-width: 767px) {
  .CX-title-and-filter .box-title-and-filter .box-filter .container.CX-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}
.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
@media (max-width: 767px) {
  .CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner {
    grid-template-columns: 1fr;
  }
}
.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default .new-box-item-inner .input .form-group {
  margin-bottom: 0px;
}
.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
  height: 56px;
  font-size: 18px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control {
  padding-right: 20px;
}

.CX-riwayat-klaim {
  margin: 24px 0;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 16px;
  grid-row-gap: 24px;
}
@media (max-width: 1280px) {
  .CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item {
  -webkit-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top {
  background-color: #3032c1;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 8px;
  -webkit-border-top-left-radius: 8px;
  -moz-border-top-left-radius: 8px;
  -ms-border-top-left-radius: 8px;
  -o-border-top-left-radius: 8px;
  border-top-left-radius: 8px;
  -webkit-border-top-right-radius: 8px;
  -moz-border-top-right-radius: 8px;
  -ms-border-top-right-radius: 8px;
  -o-border-top-right-radius: 8px;
  border-top-right-radius: 8px;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico {
  flex: 0 0 auto;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='15.0791' cy='15' rx='15.0475' ry='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0791 7C15.3883 7 15.639 7.24989 15.639 7.55814V7.74525C15.722 7.7465 15.7928 7.74921 15.8589 7.75503C17.2103 7.87415 18.2815 8.94197 18.401 10.2891C18.4119 10.4122 18.4119 10.5517 18.4119 10.7565L18.4119 11.6668C18.4119 14.5462 16.214 16.914 13.3994 17.1939V18.7209C13.3994 20.4677 14.8199 21.8837 16.5722 21.8837H17.2309C18.1642 21.8837 18.9796 21.3765 19.4133 20.6229C18.3043 20.2517 17.5054 19.2072 17.5054 17.9767C17.5054 16.4355 18.7587 15.186 20.3049 15.186C21.851 15.186 23.1044 16.4355 23.1044 17.9767C23.1044 19.4208 22.0041 20.6087 20.5936 20.7527C20.0505 22.0711 18.7501 23 17.2309 23H16.5722C14.2014 23 12.2796 21.0842 12.2796 18.7209V17.1949C9.34695 16.9142 7.05381 14.4511 7.05381 11.4542L7.0538 10.7566C7.05378 10.5517 7.05377 10.4122 7.06469 10.2891C7.18419 8.94197 8.25539 7.87415 9.60673 7.75503C9.72295 7.74479 9.85371 7.7442 10.04 7.74418V7.55814C10.04 7.24989 10.2906 7 10.5999 7C10.9091 7 11.1598 7.24989 11.1598 7.55814V9.04651C11.1598 9.35476 10.9091 9.60464 10.5999 9.60464C10.2906 9.60464 10.04 9.35476 10.04 9.04651V8.86048C9.84332 8.86061 9.76667 8.86156 9.70537 8.86697C8.89456 8.93844 8.25184 9.57913 8.18014 10.3874C8.17416 10.4548 8.17362 10.5408 8.17362 10.7856V11.4542C8.17362 14.0229 10.2626 16.1053 12.8395 16.1053C15.2986 16.1053 17.2921 14.1181 17.2921 11.6668V10.7856C17.2921 10.5408 17.2915 10.4548 17.2855 10.3874C17.2138 9.57913 16.5711 8.93844 15.7603 8.86697C15.7287 8.86418 15.6931 8.86258 15.639 8.86166V9.04651C15.639 9.35476 15.3883 9.60464 15.0791 9.60464C14.7699 9.60464 14.5192 9.35476 14.5192 9.04651V7.55814C14.5192 7.24989 14.7699 7 15.0791 7ZM18.6252 17.9767C18.6252 17.052 19.3772 16.3023 20.3049 16.3023C21.2326 16.3023 21.9846 17.052 21.9846 17.9767C21.9846 18.9015 21.2326 19.6511 20.3049 19.6511C19.3772 19.6511 18.6252 18.9015 18.6252 17.9767Z' fill='%233032C1'/%3E%3C/svg%3E%0A");
  width: 30px;
  height: 30px;
  display: inline-block;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico svg {
  display: none;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-text .text {
  font-size: 12px;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: rgba(255, 255, 255, 0.8);
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-text .value {
  font-size: 16px;
  font-family: "SourceSans-Bold";
  color: #fff;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-status-polis {
  flex: 0 0 auto;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  -o-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #3032c1;
  font-size: 10px;
  font-family: "SourceSans-Bold";
  padding: 3px 12px 3px 28px;
  position: relative;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 12px;
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 8.5L6 5M6 5L7.5 6.5M6 5L4.5 6.5' stroke='%233032C1' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 3.5H6H4' stroke='%233032C1' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 6C1 3.64298 1 2.46447 1.73223 1.73223C2.46447 1 3.64298 1 6 1C8.35702 1 9.53553 1 10.2678 1.73223C11 2.46447 11 3.64298 11 6C11 8.35702 11 9.53553 10.2678 10.2678C9.53553 11 8.35702 11 6 11C3.64298 11 2.46447 11 1.73223 10.2678C1 9.53553 1 8.35702 1 6Z' stroke='%233032C1' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  background-size: cover;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details {
  padding: 13px 16px;
  -webkit-border-bottom-left-radius: 8px;
  -moz-border-bottom-left-radius: 8px;
  -ms-border-bottom-left-radius: 8px;
  -o-border-bottom-left-radius: 8px;
  border-bottom-left-radius: 8px;
  -webkit-border-bottom-right-radius: 8px;
  -moz-border-bottom-right-radius: 8px;
  -ms-border-bottom-right-radius: 8px;
  -o-border-bottom-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner {
  display: grid;
  align-items: flex-end;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 12px;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .box-details-item-inner {
  display: inline-block;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .label {
  border: 0;
  color: #999999;
  font-weight: normal;
  font-size: 12px;
  font-family: "SourceSans";
  padding: 0;
  width: 100%;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .numb {
  font-size: 18px;
  line-height: normal;
  font-family: "SourceSans-Bold";
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .date {
  width: 100%;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .date .ico-date {
  position: relative;
  padding-left: 18px;
  color: #5f5f5f;
  font-size: 13px;
  font-family: "SourceSans-Semibold";
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .date .ico-date:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.05063 5.87209C1.05063 3.93813 1.05063 2.97114 1.65334 2.37034C2.25604 1.76953 3.22609 1.76953 5.16618 1.76953H7.22395C9.16404 1.76953 10.1341 1.76953 10.7368 2.37034C11.3395 2.97114 11.3395 3.93813 11.3395 5.8721V6.89774C11.3395 8.8317 11.3395 9.79869 10.7368 10.3995C10.1341 11.0003 9.16404 11.0003 7.22395 11.0003H5.16618C3.22609 11.0003 2.25604 11.0003 1.65334 10.3995C1.05063 9.79869 1.05063 8.8317 1.05063 6.89774V5.87209Z' stroke='%235F5F5F'/%3E%3Cpath d='M3.62285 1.76923V1' stroke='%235F5F5F' stroke-linecap='round'/%3E%3Cpath d='M8.76728 1.76923V1' stroke='%235F5F5F' stroke-linecap='round'/%3E%3Cpath d='M1.30785 4.33398H11.0823' stroke='%235F5F5F' stroke-linecap='round'/%3E%3Cpath d='M9.28173 8.4352C9.28173 8.71842 9.0514 8.94802 8.76728 8.94802C8.48316 8.94802 8.25284 8.71842 8.25284 8.4352C8.25284 8.15197 8.48316 7.92238 8.76728 7.92238C9.0514 7.92238 9.28173 8.15197 9.28173 8.4352Z' fill='%235F5F5F'/%3E%3Cpath d='M9.28173 6.38391C9.28173 6.66714 9.0514 6.89673 8.76728 6.89673C8.48316 6.89673 8.25284 6.66714 8.25284 6.38391C8.25284 6.10069 8.48316 5.87109 8.76728 5.87109C9.0514 5.87109 9.28173 6.10069 9.28173 6.38391Z' fill='%235F5F5F'/%3E%3Cpath d='M6.70951 8.4352C6.70951 8.71842 6.47918 8.94802 6.19506 8.94802C5.91094 8.94802 5.68062 8.71842 5.68062 8.4352C5.68062 8.15197 5.91094 7.92238 6.19506 7.92238C6.47918 7.92238 6.70951 8.15197 6.70951 8.4352Z' fill='%235F5F5F'/%3E%3Cpath d='M6.70951 6.38391C6.70951 6.66714 6.47918 6.89673 6.19506 6.89673C5.91094 6.89673 5.68062 6.66714 5.68062 6.38391C5.68062 6.10069 5.91094 5.87109 6.19506 5.87109C6.47918 5.87109 6.70951 6.10069 6.70951 6.38391Z' fill='%235F5F5F'/%3E%3Cpath d='M4.13729 8.4352C4.13729 8.71842 3.90696 8.94802 3.62284 8.94802C3.33872 8.94802 3.1084 8.71842 3.1084 8.4352C3.1084 8.15197 3.33872 7.92238 3.62284 7.92238C3.90696 7.92238 4.13729 8.15197 4.13729 8.4352Z' fill='%235F5F5F'/%3E%3Cpath d='M4.13729 6.38391C4.13729 6.66714 3.90696 6.89673 3.62284 6.89673C3.33872 6.89673 3.1084 6.66714 3.1084 6.38391C3.1084 6.10069 3.33872 5.87109 3.62284 5.87109C3.90696 5.87109 4.13729 6.10069 4.13729 6.38391Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item:nth-of-type(even) {
  text-align: right;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item:nth-of-type(even) .label,
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item:nth-of-type(even) .date {
  margin-left: 0;
  text-align: left;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item:nth-of-type(even) .box-details-item-inner {
  width: 140px;
  text-align: left;
}

.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top {
  background-color: #027180;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner {
  color: #027180;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23027180' stroke-width='1.5'/%3E%3Cpath d='M4.25 6.25L5.25 7.25L7.75 4.75' stroke='%23027180' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7C15.3082 7 15.5581 7.24989 15.5581 7.55814V7.74525C15.6409 7.7465 15.7115 7.74921 15.7774 7.75503C17.1244 7.87415 18.1923 8.94197 18.3114 10.2891C18.3223 10.4122 18.3223 10.5517 18.3222 10.7565L18.3222 11.6668C18.3222 14.5462 16.1313 16.914 13.3256 17.1939V18.7209C13.3256 20.4677 14.7416 21.8837 16.4884 21.8837H17.145C18.0753 21.8837 18.8881 21.3765 19.3205 20.6229C18.215 20.2517 17.4186 19.2072 17.4186 17.9767C17.4186 16.4355 18.668 15.186 20.2093 15.186C21.7505 15.186 23 16.4355 23 17.9767C23 19.4208 21.9031 20.6087 20.4971 20.7527C19.9557 22.0711 18.6594 23 17.145 23H16.4884C14.1251 23 12.2093 21.0842 12.2093 18.7209V17.1949C9.28591 16.9142 7 14.4511 7 11.4542L7 10.7566C6.99998 10.5517 6.99996 10.4122 7.01085 10.2891C7.12997 8.94197 8.19779 7.87415 9.54488 7.75503C9.66073 7.74479 9.79107 7.7442 9.97674 7.74418V7.55814C9.97674 7.24989 10.2266 7 10.5349 7C10.8431 7 11.093 7.24989 11.093 7.55814V9.04651C11.093 9.35476 10.8431 9.60464 10.5349 9.60464C10.2266 9.60464 9.97674 9.35476 9.97674 9.04651V8.86048C9.78072 8.86061 9.70431 8.86156 9.6432 8.86697C8.83495 8.93844 8.19426 9.57913 8.12279 10.3874C8.11683 10.4548 8.11628 10.5408 8.11628 10.7856V11.4542C8.11628 14.0229 10.1987 16.1053 12.7674 16.1053C15.2188 16.1053 17.206 14.1181 17.206 11.6668V10.7856C17.206 10.5408 17.2054 10.4548 17.1994 10.3874C17.128 9.57913 16.4873 8.93844 15.679 8.86697C15.6475 8.86418 15.612 8.86258 15.5581 8.86166V9.04651C15.5581 9.35476 15.3082 9.60464 15 9.60464C14.6917 9.60464 14.4418 9.35476 14.4418 9.04651V7.55814C14.4418 7.24989 14.6917 7 15 7ZM18.5349 17.9767C18.5349 17.052 19.2845 16.3023 20.2093 16.3023C21.134 16.3023 21.8837 17.052 21.8837 17.9767C21.8837 18.9015 21.134 19.6511 20.2093 19.6511C19.2845 19.6511 18.5349 18.9015 18.5349 17.9767Z' fill='%23027180'/%3E%3C/svg%3E%0A");
}

.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top {
  background-color: #da7301;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner {
  color: #da7301;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6C1 8.76142 3.23858 11 6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1' stroke='%23DA7301' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6 4.5V6.5H8' stroke='%23DA7301' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23DA7301' stroke-width='1.5' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='15.0791' cy='15' rx='15.0475' ry='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.0791 7C15.3883 7 15.639 7.24989 15.639 7.55814V7.74525C15.722 7.7465 15.7928 7.74921 15.8589 7.75503C17.2103 7.87415 18.2815 8.94197 18.401 10.2891C18.4119 10.4122 18.4119 10.5517 18.4119 10.7565L18.4119 11.6668C18.4119 14.5462 16.214 16.914 13.3994 17.1939V18.7209C13.3994 20.4677 14.8199 21.8837 16.5722 21.8837H17.2309C18.1642 21.8837 18.9796 21.3765 19.4133 20.6229C18.3043 20.2517 17.5054 19.2072 17.5054 17.9767C17.5054 16.4355 18.7587 15.186 20.3049 15.186C21.851 15.186 23.1044 16.4355 23.1044 17.9767C23.1044 19.4208 22.0041 20.6087 20.5936 20.7527C20.0505 22.0711 18.7501 23 17.2309 23H16.5722C14.2014 23 12.2796 21.0842 12.2796 18.7209V17.1949C9.34695 16.9142 7.05381 14.4511 7.05381 11.4542L7.0538 10.7566C7.05378 10.5517 7.05377 10.4122 7.06469 10.2891C7.18419 8.94197 8.25539 7.87415 9.60673 7.75503C9.72295 7.74479 9.85371 7.7442 10.04 7.74418V7.55814C10.04 7.24989 10.2906 7 10.5999 7C10.9091 7 11.1598 7.24989 11.1598 7.55814V9.04651C11.1598 9.35476 10.9091 9.60464 10.5999 9.60464C10.2906 9.60464 10.04 9.35476 10.04 9.04651V8.86048C9.84332 8.86061 9.76667 8.86156 9.70537 8.86697C8.89456 8.93844 8.25184 9.57913 8.18014 10.3874C8.17416 10.4548 8.17362 10.5408 8.17362 10.7856V11.4542C8.17362 14.0229 10.2626 16.1053 12.8395 16.1053C15.2986 16.1053 17.2921 14.1181 17.2921 11.6668V10.7856C17.2921 10.5408 17.2915 10.4548 17.2855 10.3874C17.2138 9.57913 16.5711 8.93844 15.7603 8.86697C15.7287 8.86418 15.6931 8.86258 15.639 8.86166V9.04651C15.639 9.35476 15.3883 9.60464 15.0791 9.60464C14.7699 9.60464 14.5192 9.35476 14.5192 9.04651V7.55814C14.5192 7.24989 14.7699 7 15.0791 7ZM18.6252 17.9767C18.6252 17.052 19.3772 16.3023 20.3049 16.3023C21.2326 16.3023 21.9846 17.052 21.9846 17.9767C21.9846 18.9015 21.2326 19.6511 20.3049 19.6511C19.3772 19.6511 18.6252 18.9015 18.6252 17.9767Z' fill='%23DA7301'/%3E%3C/svg%3E%0A");
}

.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top {
  background-color: #c91432;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner {
  color: #c91432;
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 2.75L2.75001 9.24988' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23C91432' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.CX-riwayat-klaim .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15 7C15.3082 7 15.5581 7.24989 15.5581 7.55814V7.74525C15.6409 7.7465 15.7115 7.74921 15.7774 7.75503C17.1244 7.87415 18.1923 8.94197 18.3114 10.2891C18.3223 10.4122 18.3223 10.5517 18.3222 10.7565L18.3222 11.6668C18.3222 14.5462 16.1313 16.914 13.3256 17.1939V18.7209C13.3256 20.4677 14.7416 21.8837 16.4884 21.8837H17.145C18.0753 21.8837 18.8881 21.3765 19.3205 20.6229C18.215 20.2517 17.4186 19.2072 17.4186 17.9767C17.4186 16.4355 18.668 15.186 20.2093 15.186C21.7505 15.186 23 16.4355 23 17.9767C23 19.4208 21.9031 20.6087 20.4971 20.7527C19.9557 22.0711 18.6594 23 17.145 23H16.4884C14.1251 23 12.2093 21.0842 12.2093 18.7209V17.1949C9.28591 16.9142 7 14.4511 7 11.4542L7 10.7566C6.99998 10.5517 6.99996 10.4122 7.01085 10.2891C7.12997 8.94197 8.19779 7.87415 9.54488 7.75503C9.66073 7.74479 9.79107 7.7442 9.97674 7.74418V7.55814C9.97674 7.24989 10.2266 7 10.5349 7C10.8431 7 11.093 7.24989 11.093 7.55814V9.04651C11.093 9.35476 10.8431 9.60464 10.5349 9.60464C10.2266 9.60464 9.97674 9.35476 9.97674 9.04651V8.86048C9.78072 8.86061 9.70431 8.86156 9.6432 8.86697C8.83495 8.93844 8.19426 9.57913 8.12279 10.3874C8.11683 10.4548 8.11628 10.5408 8.11628 10.7856V11.4542C8.11628 14.0229 10.1987 16.1053 12.7674 16.1053C15.2188 16.1053 17.206 14.1181 17.206 11.6668V10.7856C17.206 10.5408 17.2054 10.4548 17.1994 10.3874C17.128 9.57913 16.4873 8.93844 15.679 8.86697C15.6475 8.86418 15.612 8.86258 15.5581 8.86166V9.04651C15.5581 9.35476 15.3082 9.60464 15 9.60464C14.6917 9.60464 14.4418 9.35476 14.4418 9.04651V7.55814C14.4418 7.24989 14.6917 7 15 7ZM18.5349 17.9767C18.5349 17.052 19.2845 16.3023 20.2093 16.3023C21.134 16.3023 21.8837 17.052 21.8837 17.9767C21.8837 18.9015 21.134 19.6511 20.2093 19.6511C19.2845 19.6511 18.5349 18.9015 18.5349 17.9767Z' fill='%23C91432'/%3E%3C/svg%3E%0A");
}

.box-draft-klaim {
  margin: 24px 0;
}
.box-draft-klaim .box-draft-summary {
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.box-draft-klaim .box-draft-summary .value {
  text-align: right;
}
.box-draft-klaim .box-draft-klaim-inner {
  margin: 24px 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 22px;
  grid-row-gap: 22px;
}
@media (max-width: 767px) {
  .box-draft-klaim .box-draft-klaim-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 9px;
  }
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  grid-column-gap: 23px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner:hover {
  border-color: #494df4;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-date {
  flex: 0 0 auto;
  text-align: center;
  position: relative;
  top: 1px;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-date .monthname {
  color: #333;
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  line-height: normal;
}
@media (max-width: 767px) {
  .box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-date .monthname {
    font-size: 12px;
  }
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-date .date {
  font-size: 30px;
  font-family: "SourceSans-Bold";
  color: #494df4;
  line-height: 30px;
}
@media (max-width: 767px) {
  .box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-date .date {
    font-size: 27px;
  }
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-title {
  flex: 1 1 auto;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-title .title {
  font-family: "SourceSans-Bold";
  font-size: 22px;
  color: #333;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 767px) {
  .box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-title .title {
    font-size: 18px;
  }
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-title .desc {
  font-size: 16px;
  color: #333;
  line-height: normal;
}
@media (max-width: 767px) {
  .box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-title .desc {
    font-size: 12px;
  }
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage {
  flex: 0 0 auto;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart {
  position: relative;
  width: 50px;
  height: 50px;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart:before, .box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 0px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart:after {
  width: 37px;
  height: 37px;
  background-color: #333333;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart:before {
  width: 40px;
  height: 40px;
  background-color: #fff;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart .box-text-percentage {
  color: #fff;
  font-family: "SourceSans-Bold";
  position: absolute;
  left: 0px;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart .box-text-percentage span {
  display: inline-block;
  position: relative;
  top: 0px;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart .box-text-percentage span:first-child {
  font-size: 17px;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart .box-text-percentage span:last-child {
  font-size: 8px;
  margin-left: -2px;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart svg {
  width: 50px;
  height: 50px;
}
.box-draft-klaim .box-draft-klaim-inner .box-draft-klaim-item-inner .box-draft-percentage .single-chart svg g path:last-child {
  animation: progress 1s ease-out forwards;
}

@keyframes progress {
  0% {
    stroke-dasharray: 0 100;
  }
}
@media (min-width: 1025px) {
  section.CX-claim-steps.new-journey.type-plain.landing-utama.e-download {
    min-height: 650px;
  }
}

section.CX-claim-steps.new-journey.landing-dokumen {
  overflow-y: auto;
  min-height: initial;
  padding-bottom: 0;
}
section.CX-claim-steps.new-journey.landing-dokumen .slider-claim-steps {
  height: initial !important;
}
section.CX-claim-steps.new-journey.landing-dokumen .box-action-slider-claim-steps {
  position: relative;
}
section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner {
  display: block;
}
section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
  max-height: initial;
  overflow: auto;
}

.row-box-number .row-box-number-inner.static-upload-box .row-box-number-item.doc-upload-opt .row-box-number-item-inner {
  background-color: transparent !important;
}

.rotate-circle-animation {
  animation-name: rotate-circle;
  animation-duration: 20s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  transform-origin: center;
  transform-box: fill-box;
}

#e-download-vector-pie-chart {
  -webkit-animation: MoveUpDown 2s infinite alternate;
  animation: MoveUpDown 2s infinite alternate;
}

@keyframes MoveUpDown {
  from {
    transform: translateY(30px);
  }
  to {
    transform: translateY(0px);
  }
}
#e-download-vector-hand {
  -webkit-animation: MoveHand 3s infinite alternate;
  animation: MoveHand 3s infinite alternate;
}

@keyframes MoveHand {
  0% {
    transform: translate(10px, 10px);
  }
  50% {
    transform: translate(-20px, 20px);
  }
  75% {
    transform: translate(25px, 25px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
#e-download-vector-list {
  -webkit-animation: VectorList 1s infinite alternate;
  animation: VectorList 1s infinite alternate;
}

@keyframes VectorList {
  from {
    transform: translateY(10px);
  }
  to {
    transform: translateY(0px);
  }
}
.CX-pop-up-modal.modal-default.down-center.radius.modal-syarat.modal-alert .box-pop-up-modal .box-pop-up-modal-inner {
  max-height: initial;
}

@media (min-width: 1025px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-action-slider-claim-steps {
    margin-top: 120px !important;
  }
}

.new-box-item.style-default.new-dropdown-search.search-dekstop.idr .box-dropdow-list.currency-dropdown .new-box-item-search .ico-box-search span.ico.ico-search-dropdown {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.62791 2.11628C5.03163 2.11628 2.11628 5.03163 2.11628 8.62791C2.11628 12.2242 5.03163 15.1395 8.62791 15.1395C12.2242 15.1395 15.1395 12.2242 15.1395 8.62791C15.1395 5.03163 12.2242 2.11628 8.62791 2.11628ZM1 8.62791C1 4.41513 4.41513 1 8.62791 1C12.8407 1 16.2558 4.41513 16.2558 8.62791C16.2558 10.5334 15.5571 12.2757 14.4019 13.6126L16.8365 16.0472C17.0545 16.2652 17.0545 16.6186 16.8365 16.8365C16.6186 17.0545 16.2652 17.0545 16.0472 16.8365L13.6126 14.4019C12.2757 15.5571 10.5334 16.2558 8.62791 16.2558C4.41513 16.2558 1 12.8407 1 8.62791Z' fill='%23333333' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: inline-block;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop.idr .box-dropdow-list.currency-dropdown .new-box-item-search .ico-box-search span.ico.ico-search-dropdown svg {
  display: none;
}

.CX-pop-up-modal.modal-default.modal-alert.modal-ringkasan .box-pop-up-modal-outer {
  min-height: 100%;
  height: initial;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-ringkasan .box-pop-up-modal .box-pop-up-modal-inner {
  max-height: initial !important;
}

section.CX-claim-steps.new-journey.landing-utama, section.CX-claim-steps.new-journey.landing-1, section.CX-claim-steps.new-journey.landing-2, section.CX-claim-steps.new-journey.landing-3, section.CX-claim-steps.new-journey.landing-dokumen {
  padding-bottom: 0px;
}
section.CX-claim-steps.new-journey.landing-utama .slider-claim-steps, section.CX-claim-steps.new-journey.landing-1 .slider-claim-steps, section.CX-claim-steps.new-journey.landing-2 .slider-claim-steps, section.CX-claim-steps.new-journey.landing-3 .slider-claim-steps, section.CX-claim-steps.new-journey.landing-dokumen .slider-claim-steps {
  height: initial;
  margin-bottom: 0px;
}
section.CX-claim-steps.new-journey.landing-utama .slider-claim-steps .slick-list .slick-track, section.CX-claim-steps.new-journey.landing-1 .slider-claim-steps .slick-list .slick-track, section.CX-claim-steps.new-journey.landing-2 .slider-claim-steps .slick-list .slick-track, section.CX-claim-steps.new-journey.landing-3 .slider-claim-steps .slick-list .slick-track, section.CX-claim-steps.new-journey.landing-dokumen .slider-claim-steps .slick-list .slick-track {
  height: initial;
}
section.CX-claim-steps.new-journey.landing-utama .slider-claim-steps .slick-dots, section.CX-claim-steps.new-journey.landing-1 .slider-claim-steps .slick-dots, section.CX-claim-steps.new-journey.landing-2 .slider-claim-steps .slick-dots, section.CX-claim-steps.new-journey.landing-3 .slider-claim-steps .slick-dots, section.CX-claim-steps.new-journey.landing-dokumen .slider-claim-steps .slick-dots {
  bottom: 0px;
}
section.CX-claim-steps.new-journey.landing-utama .box-action-slider-claim-steps, section.CX-claim-steps.new-journey.landing-1 .box-action-slider-claim-steps, section.CX-claim-steps.new-journey.landing-2 .box-action-slider-claim-steps, section.CX-claim-steps.new-journey.landing-3 .box-action-slider-claim-steps, section.CX-claim-steps.new-journey.landing-dokumen .box-action-slider-claim-steps {
  position: relative;
}
@media (min-width: 1025px) {
  section.CX-claim-steps.new-journey.landing-utama, section.CX-claim-steps.new-journey.landing-1, section.CX-claim-steps.new-journey.landing-2, section.CX-claim-steps.new-journey.landing-3, section.CX-claim-steps.new-journey.landing-dokumen {
    min-height: initial;
    max-height: initial;
  }
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-1, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-1, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-1, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-1, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-1, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen {
    overflow-y: hidden !important;
  }
  section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-1 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-utama .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-1 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-1 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-1 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-2 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-1 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-3 .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-1 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-2 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-3 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-4 .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul, section.CX-claim-steps.new-journey.landing-dokumen .CX-landing-claim.landing-dokumen .box-landing-claim .box-landing-claim-inner .box-img-and-text .box-text ul {
    max-height: initial;
  }
}

.box-send-as-pdf .box-send-as-pdf-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.box-send-as-pdf .box-send-as-pdf-inner .box-img-pdf {
  flex: 0 0 auto;
}
.box-send-as-pdf .box-send-as-pdf-inner .box-text-pdf {
  padding: 0 0;
  color: #333333;
  font-size: 13px;
  line-height: 18px;
}

@media (min-width: 1280px) and (min-height: 630px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps {
    min-height: 380px;
  }
}
@media (min-width: 1280px) and (min-height: 700px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps {
    min-height: 450px;
  }
}
@media (min-width: 1280px) and (min-height: 800px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps {
    min-height: 550px;
  }
}
@media (min-width: 1280px) and (min-height: 900px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .slider-claim-steps {
    min-height: 650px;
  }
}

#modal-kesalahan.CX-pop-up-modal.modal-default .box-pop-up-modal,
#modal-berhasil-dbuat.CX-pop-up-modal.modal-default .box-pop-up-modal {
  max-width: 406px;
}

.box-list-polis-row .box-list-polis-row-inner .list-polis-item .form-group {
  margin-bottom: 0px;
  position: absolute;
  opacity: 0px;
  visibility: hidden;
}

.row-box-number .row-box-number-inner.static-upload-box {
  margin-top: 35px;
  margin-bottom: 35px;
}
.row-box-number .row-box-number-inner .row-box-number-item.doc-upload-opt .lfr-form-row.lfr-form-row-inline {
  margin-bottom: 0px;
  margin-top: 0px;
}
.row-box-number .row-box-number-inner .row-box-number-item.dark-blue .row-box-number-item-inner {
  background-color: #3032c1 !important;
  padding: 26px 16px !important;
}
.row-box-number .row-box-number-inner .row-box-number-item.light-blue .row-box-number-item-inner {
  background-color: transparent !important;
  padding: 0 16px !important;
}

.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text ul li {
  position: relative;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text ul li .ico-check {
  display: none;
}
.CX-claim-steps.new-journey .CX-landing-claim .box-landing-claim .box-landing-claim-inner .box-text ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 0.625C3.70313 0.625 0.625 3.70313 0.625 7.5C0.625 11.2969 3.70313 14.375 7.5 14.375C11.2969 14.375 14.375 11.2969 14.375 7.5C14.375 3.70313 11.2969 0.625 7.5 0.625ZM10.48 6.3375C10.5349 6.27478 10.5766 6.20171 10.6029 6.12261C10.6291 6.0435 10.6392 5.95995 10.6327 5.87687C10.6261 5.79379 10.603 5.71285 10.5647 5.63883C10.5264 5.56481 10.4737 5.49919 10.4097 5.44584C10.3457 5.39249 10.2717 5.35248 10.1919 5.32817C10.1122 5.30385 10.0285 5.29573 9.94555 5.30427C9.86265 5.31281 9.7823 5.33784 9.70922 5.3779C9.63614 5.41795 9.5718 5.47222 9.52 5.5375L6.8325 8.76188L5.44188 7.37063C5.324 7.25678 5.16612 7.19378 5.00225 7.19521C4.83838 7.19663 4.68162 7.26236 4.56574 7.37824C4.44986 7.49412 4.38413 7.65088 4.3827 7.81475C4.38128 7.97862 4.44428 8.1365 4.55813 8.25438L6.43313 10.1294C6.49454 10.1908 6.56806 10.2387 6.64901 10.27C6.72996 10.3014 6.81656 10.3156 6.90329 10.3117C6.99003 10.3077 7.07499 10.2858 7.15276 10.2472C7.23053 10.2086 7.29941 10.1542 7.355 10.0875L10.48 6.3375Z' fill='white'%3E%3C/path%3E%3C/svg%3E");
  height: 15px;
  width: 15px;
  left: 0;
  top: 6px;
  position: absolute;
  margin-right: 11px;
}

.row-box-number .row-box-number-inner.static-upload-box .row-box-number-item.doc-upload-opt.dark-blue .row-box-number-item-inner {
  background-color: #3032c1 !important;
  padding: 26px 16px !important;
}
.row-box-number .row-box-number-inner.static-upload-box .row-box-number-item.doc-upload-opt.light-blue .row-box-number-item-inner {
  background-color: transparent !important;
  padding: 0 16px !important;
}

section.CX-title-and-filter .box-title-and-filter .box-filter .container.CX-wrapper {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 1920px) {
  section.CX-title-and-filter .box-title-and-filter .box-filter .container.CX-wrapper {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
}

@media (max-width: 767px) {
  .CX-title-and-filter .box-title-and-filter .box-title h1 {
    text-align: center;
  }
}

section.CX-category-faq.default.blue-arrow .box-category-faq .box-category-faq-slider .category-item a span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.new-upload-btn .form-group.input-text-wrapper.has-error .form-validator-stack.help-block {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: "SourceSans";
  padding-left: 10px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.new-upload-btn .form-group.input-text-wrapper.has-error .form-validator-stack.help-block:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.new-upload-btn .form-group.input-text-wrapper.has-error .form-validator-stack.help-block .required {
  display: inline-block;
}

.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-success .form-validator-stack.help-block, .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-error .form-validator-stack.help-block {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: "SourceSans";
  padding-left: 10px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-success .form-validator-stack.help-block:before, .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-error .form-validator-stack.help-block:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-success .form-validator-stack.help-block .required, .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.has-error .form-validator-stack.help-block .required {
  display: inline-block;
}

.CX-claim-steps.new-journey .box-image-dynamic {
  display: none;
}

@media (min-width: 769px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .CX-claim .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .box-vector {
    opacity: 0;
    visibility: hidden;
  }
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-image-dynamic {
  position: fixed;
  width: calc(100% - var(--width-sidenav));
  width: calc(100% - var(--width-sidenav));
  height: 400px;
  z-index: 2;
  margin-top: 69px;
}
@media (min-width: 769px) {
  .CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-image-dynamic {
    display: block;
  }
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-image-dynamic .outer {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 785px;
  margin: 0 auto;
}
.CX-claim-steps.new-journey:not(.landing-1):not(.landing-2):not(.landing-3):not(.landing-utama):not(.landing-dokumen) .box-image-dynamic .outer .box-vector {
  flex: 0 0 auto;
  width: 300px;
}

.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline:not(.has-file) .new-box-autofields .new-box-autofields-inner .new-box-item.style-default.new-upload-btn .new-box-item-inner .box-preview-files {
  display: none;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline.has-file span.lfr-autorow-controls.toolbar.toolbar-horizontal {
  display: block;
  top: initial;
  bottom: 10px;
  right: 0px;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline.has-file .new-box-autofields .new-box-autofields-inner .new-box-item.style-default.new-upload-btn .new-box-item-inner .box-preview-files {
  margin-bottom: 15px;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline.has-file .new-box-autofields .new-box-autofields-inner .new-box-item.style-default.new-upload-btn .new-box-item-inner .box-upload-btn {
  max-width: 277px;
}

.CX-claim-steps.new-journey .box-agree .box-agree-inner .box-text a {
  text-decoration: underline;
  color: #494df4;
}
.CX-claim-steps.new-journey .box-agree .form-group {
  margin-bottom: 0px;
}
.CX-claim-steps.new-journey .box-agree .form-group .form-validator-stack.help-block {
  color: #dc3545;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: "SourceSans";
  display: flex;
}
.CX-claim-steps.new-journey .box-agree .form-group .form-validator-stack.help-block:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.CX-claim-steps.new-journey .box-agree .form-group .form-validator-stack.help-block .required {
  display: inline-block;
}

.new-box-form .new-box-form-inner .row-box-number .row-box-number-item:first-child .row-box-number-item-inner .box-title .cx-tooltip.place-top {
  top: -40px;
}

@media (min-width: 1025px) {
  .CX-claim-steps.new-journey.e-download.e-letter {
    overflow: visible !important;
  }
}

section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top {
  padding: 10px 18px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_323_47740)'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M16.6667 11C17.9859 10.8258 19 9.77859 19 8.51272C19 7.12498 17.7812 6 16.2778 6H7.72222C6.21878 6 5 7.12498 5 8.51272C5 9.77859 6.01411 10.8258 7.33333 11' stroke='%233032C1' stroke-width='1.2'/%3E%3Cpath d='M12 8V13M12 13L13 11.3333M12 13L11 11.3333' stroke='%233032C1' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 10.8571C7 9.51027 7 8.83684 7.41842 8.41842C7.83684 8 8.51027 8 9.85714 8H14.1429C15.4897 8 16.1632 8 16.5816 8.41842C17 8.83684 17 9.51027 17 10.8571V15.1429C17 16.4897 17 17.1632 16.5816 17.5816C16.1632 18 15.4897 18 14.1429 18H9.85714C8.51027 18 7.83684 18 7.41842 17.5816C7 17.1632 7 16.4897 7 15.1429V10.8571Z' stroke='%233032C1' stroke-width='1.2'/%3E%3Cpath d='M7 16H17' stroke='%233032C1' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_323_47740'%3E%3Crect width='24' height='24' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  background-size: cover;
  -webkit-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.25);
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-text .text {
  font-size: 10px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-text .value {
  font-size: 14px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7C1 8.41421 1 9.12132 1.43934 9.56066C1.87868 10 2.58579 10 4 10H7C8.41421 10 9.12132 10 9.56066 9.56066C10 9.12132 10 8.41421 10 7' stroke='%233032C1' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M5.5 7.5V1M5.5 1L7.5 3.1875M5.5 1L3.5 3.1875' stroke='%233032C1' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .text {
  font-size: 12px;
  font-family: "SourceSans-Semibold";
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M16.6667 11C17.9859 10.8258 19 9.77859 19 8.51272C19 7.12498 17.7812 6 16.2778 6H7.72222C6.21878 6 5 7.12498 5 8.51272C5 9.77859 6.01411 10.8258 7.33333 11' stroke='%23DA7301' stroke-width='1.2'/%3E%3Cpath d='M12 8V13M12 13L13 11.3333M12 13L11 11.3333' stroke='%23DA7301' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 10.8571C7 9.51027 7 8.83684 7.41842 8.41842C7.83684 8 8.51027 8 9.85714 8H14.1429C15.4897 8 16.1632 8 16.5816 8.41842C17 8.83684 17 9.51027 17 10.8571V15.1429C17 16.4897 17 17.1632 16.5816 17.5816C16.1632 18 15.4897 18 14.1429 18H9.85714C8.51027 18 7.83684 18 7.41842 17.5816C7 17.1632 7 16.4897 7 15.1429V10.8571Z' stroke='%23DA7301' stroke-width='1.2'/%3E%3Cpath d='M7 16H17' stroke='%23DA7301' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6C1 8.76142 3.23858 11 6 11C8.76142 11 11 8.76142 11 6C11 3.23858 8.76142 1 6 1' stroke='%23DA7301' stroke-width='1.2' stroke-linecap='round'/%3E%3Cpath d='M6 4.5V6.5H8' stroke='%23DA7301' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23DA7301' stroke-width='1.2' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M16.6667 11C17.9859 10.8258 19 9.77859 19 8.51272C19 7.12498 17.7812 6 16.2778 6H7.72222C6.21878 6 5 7.12498 5 8.51272C5 9.77859 6.01411 10.8258 7.33333 11' stroke='%23C91432' stroke-width='1.2'/%3E%3Cpath d='M12 8V13M12 13L13 11.3333M12 13L11 11.3333' stroke='%23C91432' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 10.8571C7 9.51027 7 8.83684 7.41842 8.41842C7.83684 8 8.51027 8 9.85714 8H14.1429C15.4897 8 16.1632 8 16.5816 8.41842C17 8.83684 17 9.51027 17 10.8571V15.1429C17 16.4897 17 17.1632 16.5816 17.5816C16.1632 18 15.4897 18 14.1429 18H9.85714C8.51027 18 7.83684 18 7.41842 17.5816C7 17.1632 7 16.4897 7 15.1429V10.8571Z' stroke='%23C91432' stroke-width='1.2'/%3E%3Cpath d='M7 16H17' stroke='%23C91432' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.25 2.75L2.75001 9.24988' stroke='%23C91432' stroke-linecap='round'/%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23C91432'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='12' cy='12' r='12' fill='white'/%3E%3Cpath d='M16.6667 11C17.9859 10.8258 19 9.77859 19 8.51272C19 7.12498 17.7812 6 16.2778 6H7.72222C6.21878 6 5 7.12498 5 8.51272C5 9.77859 6.01411 10.8258 7.33333 11' stroke='%23027180' stroke-width='1.2'/%3E%3Cpath d='M12 8V13M12 13L13 11.3333M12 13L11 11.3333' stroke='%23027180' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7 10.8571C7 9.51027 7 8.83684 7.41842 8.41842C7.83684 8 8.51027 8 9.85714 8H14.1429C15.4897 8 16.1632 8 16.5816 8.41842C17 8.83684 17 9.51027 17 10.8571V15.1429C17 16.4897 17 17.1632 16.5816 17.5816C16.1632 18 15.4897 18 14.1429 18H9.85714C8.51027 18 7.83684 18 7.41842 17.5816C7 17.1632 7 16.4897 7 15.1429V10.8571Z' stroke='%23027180' stroke-width='1.2'/%3E%3Cpath d='M7 16H17' stroke='%23027180' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23027180'/%3E%3Cpath d='M4.25 6.25L5.25 7.25L7.75 4.75' stroke='%23027180' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .label {
  text-transform: none;
  font-size: 10px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .value {
  font-size: 13px;
  color: #333;
  font-family: "SourceSans-Semibold";
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .date span.ico-date {
  color: #333;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .numb {
  font-size: 17px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .new-btn-blue.xs {
  font-size: 11px;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-dokumen {
  border-top: 1px dashed #cccccc;
  margin-top: 13px;
  padding-top: 10px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-dokumen .box-lihat-dokumen a {
  text-decoration: none;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-dokumen .box-lihat-dokumen a .ico {
  display: inline-block;
  flex: 0 0 auto;
  background-image: url("/o/axa-emma-theme/images/withdrawal/pdf-ico.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 11px;
  height: 15px;
  margin-right: 7px;
  position: relative;
  top: 3px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-dokumen .box-lihat-dokumen a .text {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #494df4;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details .box-details-dokumen .box-total-dokumen {
  text-align: right;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item {
  box-shadow: none;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details {
  border: 1px solid #e5e5e5;
  border-top: 0px;
}

section.CX-title-and-filter.new .box-title-and-filter .box-filter {
  background: rgba(73, 78, 244, 0.04);
  padding: 10px 24px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner {
  grid-template-columns: repeat(4, 1fr);
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item .new-box-item-inner .ico-box-search span.ico.ico-search-dropdown svg path {
  fill: #999999;
  stroke: #999999;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item .new-box-item-inner .ico-box-search span.ico.ico-new-date svg path {
  stroke: #999999;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item .new-box-item-inner .input .form-control {
  height: 44px !important;
  background-color: #fff;
  font-size: 15px !important;
  font-family: "SourceSans-Semibold";
  border-radius: 100px !important;
  -webkit-border-radius: 100px !important;
  -moz-border-radius: 100px !important;
  -ms-border-radius: 100px !important;
  -o-border-radius: 100px !important;
  border-radius: 100px !important;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.new-date .new-box-item-inner .input .form-control {
  padding-right: 40px !important;
  font-size: 15px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.new-date .new-box-item-inner .ico-flexible:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7L14 1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 8px;
  display: inline-block;
}

section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input {
  padding: 8.5px 16px;
  border-color: #e5e5e5;
  background-color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input .text-dropdown {
  font-size: 15px;
  color: #333;
  margin-left: 23px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72093 1.83721C4.02373 1.83721 1.83721 4.02373 1.83721 6.72093C1.83721 9.41814 4.02373 11.6047 6.72093 11.6047C9.41814 11.6047 11.6047 9.41814 11.6047 6.72093C11.6047 4.02373 9.41814 1.83721 6.72093 1.83721ZM1 6.72093C1 3.56135 3.56135 1 6.72093 1C9.88051 1 12.4419 3.56135 12.4419 6.72093C12.4419 8.15005 11.9178 9.45679 11.0515 10.4595L12.8774 12.2854C13.0409 12.4489 13.0409 12.7139 12.8774 12.8774C12.7139 13.0409 12.4489 13.0409 12.2854 12.8774L10.4595 11.0515C9.45679 11.9178 8.15005 12.4419 6.72093 12.4419C3.56135 12.4419 1 9.88051 1 6.72093Z' fill='%23999999' stroke='%23999999' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: cover;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7L14 1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  width: 15px;
  height: 8px;
  right: 16px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input.active {
  border-color: #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input.active .text-dropdown {
  color: #494df4;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input.active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72093 1.83721C4.02373 1.83721 1.83721 4.02373 1.83721 6.72093C1.83721 9.41814 4.02373 11.6047 6.72093 11.6047C9.41814 11.6047 11.6047 9.41814 11.6047 6.72093C11.6047 4.02373 9.41814 1.83721 6.72093 1.83721ZM1 6.72093C1 3.56135 3.56135 1 6.72093 1C9.88051 1 12.4419 3.56135 12.4419 6.72093C12.4419 8.15005 11.9178 9.45679 11.0515 10.4595L12.8774 12.2854C13.0409 12.4489 13.0409 12.7139 12.8774 12.8774C12.7139 13.0409 12.4489 13.0409 12.2854 12.8774L10.4595 11.0515C9.45679 11.9178 8.15005 12.4419 6.72093 12.4419C3.56135 12.4419 1 9.88051 1 6.72093Z' fill='%23494DF4' stroke='%23494DF4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7L7.5 0.999999L0.999999 7' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-dropdown-list {
  min-width: 405px;
}

.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control {
  border-color: #e5e5e5;
}
.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default.new-date .new-box-item-inner .input .form-group .form-control:focus {
  color: #494df4;
  border-color: #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}
.CX-title-and-filter .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default.new-date.active .new-box-item-inner .ico-flexible:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14 7L7.5 0.999999L0.999999 7' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.new-date .new-box-item-inner .ico-flexible {
  background-color: transparent;
}

section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown.fit .box-dropdown-list {
  width: 100%;
  min-width: -webkit-fill-available;
}

section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown#box-select-dropdown-tipe .box-select-dropdown-inner .input:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33203 10.0011L10.6655 8.00098L12.9989 10.0011' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9922 1.00098L0.991617 1.00098' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12.9922 4.00098L0.991617 4.00098' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.32812 7.00098L0.994538 7.00098' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.32812 10.001H0.994538' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 11px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown#box-select-dropdown-tipe .box-select-dropdown-inner .input.active:before {
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='11' viewBox='0 0 14 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.33203 10.0011L10.6655 8.00098L12.9989 10.0011' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12.9922 1.00098L0.991617 1.00098' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M12.9922 4.00098L0.991617 4.00098' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.32812 7.00098L0.994538 7.00098' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.32812 10.001H0.994538' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.ico-all {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.75L1 0.75' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15 4.25L1 4.25' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.44531 7.75L1.00087 7.75' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.44531 11.25H1.00087' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.55469 8.625L12.2769 11.25L14.9991 8.625' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 12px;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.ico-submitted {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L9 8M9 8L11 9.71429M9 8L7 9.71429' stroke='%23333333' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5H9H6' stroke='%23333333' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M2 9C2 5.70017 2 4.05025 3.02513 3.02513C4.05025 2 5.70017 2 9 2C12.2998 2 13.9497 2 14.9749 3.02513C16 4.05025 16 5.70017 16 9C16 12.2998 16 13.9497 14.9749 14.9749C13.9497 16 12.2998 16 9 16C5.70017 16 4.05025 16 3.02513 14.9749C2 13.9497 2 12.2998 2 9Z' stroke='%23333333' stroke-width='1.4'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.ico-pending {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C2 12.866 5.13401 16 9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2' stroke='%23333333' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M9 6.90039V9.70039H11.8' stroke='%23333333' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='9' r='7' stroke='%23333333' stroke-width='1.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.ico-approved {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' stroke='%23333333' stroke-width='1.4'/%3E%3Cpath d='M6.55078 9.35L7.95078 10.75L11.4508 7.25' stroke='%23333333' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.ico-rejected {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5469 4.44922L4.44689 13.5491' stroke='%23333333' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='9' r='7' stroke='%23333333' stroke-width='1.4'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico.ico-all {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='12' viewBox='0 0 16 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0.75L1 0.75' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M15 4.25L1 4.25' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.44531 7.75L1.00087 7.75' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M6.44531 11.25H1.00087' stroke='white' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.55469 8.625L12.2769 11.25L14.9991 8.625' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico.ico-submitted {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 12L9 8M9 8L11 9.71429M9 8L7 9.71429' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M12 5H9H6' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M2 9C2 5.70017 2 4.05025 3.02513 3.02513C4.05025 2 5.70017 2 9 2C12.2998 2 13.9497 2 14.9749 3.02513C16 4.05025 16 5.70017 16 9C16 12.2998 16 13.9497 14.9749 14.9749C13.9497 16 12.2998 16 9 16C5.70017 16 4.05025 16 3.02513 14.9749C2 13.9497 2 12.2998 2 9Z' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico.ico-pending {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 9C2 12.866 5.13401 16 9 16C12.866 16 16 12.866 16 9C16 5.13401 12.866 2 9 2' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Cpath d='M9 6.90039V9.70039H11.8' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='9' cy='9' r='7' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico.ico-approved {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='7' stroke='white' stroke-width='1.4'/%3E%3Cpath d='M6.55078 9.35L7.95078 10.75L11.4508 7.25' stroke='white' stroke-width='1.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico.ico-rejected {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5469 4.44922L4.44689 13.5491' stroke='white' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='9' cy='9' r='7' stroke='white' stroke-width='1.4'/%3E%3C/svg%3E%0A");
}

section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  padding: 10px;
  border: 0px;
  position: relative;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner:after {
  content: "";
  width: 100%;
  height: 1px;
  background: #f5f5f5;
  position: absolute;
  top: calc(100% + 5px);
  left: 0px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .value {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  color: #333;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  width: 22px;
  height: 22px;
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: #494df4;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .value {
  color: #fff;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0007 5.27246C7.83769 5.27246 5.27344 7.83672 5.27344 10.9997C5.27344 14.1627 7.83769 16.727 11.0007 16.727C14.1637 16.727 16.728 14.1627 16.728 10.9997C16.728 7.83672 14.1637 5.27246 11.0007 5.27246ZM13.4832 10.0313C13.5289 9.97905 13.5637 9.91818 13.5856 9.85228C13.6074 9.78638 13.6159 9.71678 13.6104 9.64757C13.6049 9.57836 13.5857 9.51093 13.5538 9.44927C13.5219 9.38761 13.478 9.33294 13.4247 9.2885C13.3713 9.24405 13.3097 9.21072 13.2432 9.19047C13.1768 9.17021 13.1071 9.16345 13.038 9.17056C12.9689 9.17768 12.902 9.19853 12.8411 9.2319C12.7802 9.26526 12.7266 9.31047 12.6835 9.36486L10.4446 12.0509L9.28617 10.892C9.18797 10.7971 9.05645 10.7446 8.91994 10.7458C8.78342 10.747 8.65283 10.8018 8.5563 10.8983C8.45976 10.9948 8.40501 11.1254 8.40382 11.2619C8.40263 11.3985 8.45511 11.53 8.54996 11.6282L10.1119 13.1902C10.1631 13.2413 10.2243 13.2812 10.2918 13.3073C10.3592 13.3335 10.4314 13.3453 10.5036 13.342C10.5759 13.3387 10.6466 13.3204 10.7114 13.2883C10.7762 13.2561 10.8336 13.2108 10.8799 13.1553L13.4832 10.0313Z' fill='%23494DF4'/%3E%3Ccircle cx='10.9982' cy='11.0002' r='3.18182' fill='white'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
}
section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item:last-child .list-polis-item-inner:after {
  display: none;
}

.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-ico h3 {
  text-transform: none;
  font-size: 18px;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top .label {
  font-size: 15px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: 24px;
  text-transform: none;
  color: #5f5f5f;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top .value {
  color: #494df4;
  font-size: 15px;
  font-family: "SourceSans-Semibold";
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .ico .ico-circle {
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico {
  left: -2px;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='56' viewBox='0 0 2 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1' y2='56' stroke='%23CCCCCC' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15Z' fill='%23999999'/%3E%3Cpath d='M8.33464 15.0007C8.33464 18.6825 11.3194 21.6673 15.0013 21.6673C18.6832 21.6673 21.668 18.6825 21.668 15.0007C21.668 11.3188 18.6832 8.33398 15.0013 8.33398' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M15.0039 13V15.6667H17.6706' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15.0026' cy='15.0007' r='6.66667' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='62' viewBox='0 0 2 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999997' y2='62' stroke='%23C91432' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23C91432'/%3E%3Cpath d='M20.2031 9.80078L9.80314 20.2006' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='15' cy='15' r='8' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='188' viewBox='0 0 2 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999992' y2='188' stroke='%23DA7301' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='62' viewBox='0 0 2 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999997' y2='62' stroke='%231CC542' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%231CC542'/%3E%3Ccircle cx='15' cy='15' r='8' stroke='white' stroke-width='2'/%3E%3Cpath d='M12.2031 15.4L13.8031 17L17.8031 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='62' viewBox='0 0 2 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999997' y2='62' stroke='%231CC542' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%231CC542'/%3E%3Cpath d='M9.16797 15.4167L13.2513 20L20.8346 10.8333' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.current .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='56' viewBox='0 0 2 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1' y2='56' stroke='%23494DF4' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.current .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15Z' fill='%23494DF4'/%3E%3Cpath d='M8.33464 15.0007C8.33464 18.6825 11.3194 21.6673 15.0013 21.6673C18.6832 21.6673 21.668 18.6825 21.668 15.0007C21.668 11.3188 18.6832 8.33398 15.0013 8.33398' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M15.0039 13V15.6667H17.6706' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15.0026' cy='15.0007' r='6.66667' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.modal-default.modal-alert.modal-lacak .box-pop-up-modal .box-pop-up-modal-inner .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.current .box-details-item-inner .ico .ico-circle:before {
  display: none;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-top {
  background-color: #ccd7e6;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-top .lazyColor {
  height: 25px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-top .lazyColor.no-polis {
  width: 164px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-top .lazyColor.status {
  width: 80px;
  place-items: end;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .lazyColor {
  height: 13px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .lazyColor.label {
  width: 41px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .lazyColor.value {
  width: 94px;
  height: 18px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .lazyColor.button {
  width: 110px;
  height: 25px;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-category-filter .summary-text {
  flex: 1 1 auto;
  font-size: 14px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: normal;
  color: #5f5f5f;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-category-filter .box-custom-default-dropdown {
  flex: 0 0 auto;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-category-filter .box-custom-default-dropdown .box-custom-default-dropdown-inner .box-dropdown-header {
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 5px 15px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-category-filter .box-custom-default-dropdown .box-custom-default-dropdown-inner .box-dropdown-header .ico-dropdown svg path {
  stroke: #999999;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-category-filter .box-custom-default-dropdown .box-custom-default-dropdown-inner .box-dropdown-header .box-dropdown-header-inner .text {
  position: relative;
  font-size: 12px;
  padding-left: 15px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-category-filter .box-custom-default-dropdown .box-custom-default-dropdown-inner .box-dropdown-header .box-dropdown-header-inner .text:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.5H6.83333' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M2.66797 5.16699L6.83464 5.16699' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M3.5 1.83301L6.83333 1.83301' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M9.33203 1L9.33203 11L10.9987 8.5' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (max-width: 1024px) {
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner {
    display: none;
  }
}
@media (max-width: 1024px) {
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile.hide {
    display: flex !important;
    align-items: center;
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-text {
    flex: 1 1 auto;
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-text .filter-text {
    font-family: "SourceSans-Bold";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #333;
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-text .filter-subtext span {
    font-size: 15px;
    line-height: normal;
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-text .filter-subtext span:after {
    content: "|";
    margin-left: 5px;
    margin-right: 5px;
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-text .filter-subtext span:last-child:after {
    content: "";
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-action {
    flex: 0 0 auto;
  }
  section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner-mobile .box-action .new-btn-blue {
    text-transform: none;
  }
}

#modal-filter-mobile .box-pop-up-modal {
  min-width: 393px;
}
@media (max-width: 500px) {
  #modal-filter-mobile .box-pop-up-modal {
    min-width: initial;
  }
}
@media (max-width: 1024px) {
  #modal-filter-mobile .box-pop-up-modal .box-pop-up-modal-inner .box-action {
    padding: 0 16px;
  }
  #modal-filter-mobile .box-pop-up-modal .box-pop-up-modal-inner .box-action .new-btn-blue {
    display: block;
    width: 100%;
  }
}

@media (max-width: 1024px) {
  .CX-pop-up-modal section.CX-title-and-filter.new .box-title-and-filter .box-filter {
    background-color: transparent;
    padding: 10px 16px;
  }
}
@media (max-width: 1024px) {
  .CX-pop-up-modal section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner {
    display: grid;
    grid-template-columns: 1fr;
    text-align: left;
  }
  .CX-pop-up-modal section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item label {
    font-family: "SourceSans-Semibold";
    font-size: 14px;
    font-weight: normal;
  }
}

#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter {
  background-color: transparent;
  padding: 10px 16px;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner {
  display: grid;
  grid-template-columns: 1fr;
  text-align: left;
  grid-row-gap: 26px;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item label {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  font-weight: normal;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: rgba(73, 78, 244, 0.04);
  border-color: rgba(73, 78, 244, 0.04);
  padding: 14.5px 16px;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.62791 2.11628C5.03163 2.11628 2.11628 5.03163 2.11628 8.62791C2.11628 12.2242 5.03163 15.1395 8.62791 15.1395C12.2242 15.1395 15.1395 12.2242 15.1395 8.62791C15.1395 5.03163 12.2242 2.11628 8.62791 2.11628ZM1 8.62791C1 4.41513 4.41513 1 8.62791 1C12.8407 1 16.2558 4.41513 16.2558 8.62791C16.2558 10.5334 15.5571 12.2757 14.4019 13.6126L16.8365 16.0472C17.0545 16.2652 17.0545 16.6186 16.8365 16.8365C16.6186 17.0545 16.2652 17.0545 16.0472 16.8365L13.6126 14.4019C12.2757 15.5571 10.5334 16.2558 8.62791 16.2558C4.41513 16.2558 1 12.8407 1 8.62791Z' fill='%23333333' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  height: 18px;
  width: 18px;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7L14 1' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .box-select-dropdown .box-select-dropdown-inner .input .text-dropdown {
  color: #333;
  opacity: 1;
  font-size: 16px;
  margin-left: 26px;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default.new-date.no-label .new-box-item-inner .ico-box-search span.ico.ico-new-date svg path {
  stroke: #333;
}
#modal-filter-mobile section.CX-title-and-filter.new .box-title-and-filter .box-filter .box-filter-inner .filter-item .new-box-item.style-default.new-date.no-label .new-box-item-inner .input .form-control {
  height: 56px !important;
  -webkit-border-radius: 10px !important;
  -moz-border-radius: 10px !important;
  -ms-border-radius: 10px !important;
  -o-border-radius: 10px !important;
  border-radius: 10px !important;
  background-color: rgba(73, 78, 244, 0.04);
  border-color: rgba(73, 78, 244, 0.04);
  font-size: 16px !important;
}

@media (max-width: 1024px) {
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
    padding: 10px;
    border: 0;
    position: relative;
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #f5f5f5;
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .value {
    font-family: "SourceSans-Semibold";
    font-size: 16px;
    font-style: normal;
    line-height: normal;
    color: #333;
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
    width: 22px;
    height: 22px;
    border: 0;
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
    background: #494df4;
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .value {
    color: #fff;
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
    background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0007 5.27246C7.83769 5.27246 5.27344 7.83672 5.27344 10.9997C5.27344 14.1627 7.83769 16.727 11.0007 16.727C14.1637 16.727 16.728 14.1627 16.728 10.9997C16.728 7.83672 14.1637 5.27246 11.0007 5.27246ZM13.4832 10.0313C13.5289 9.97905 13.5637 9.91818 13.5856 9.85228C13.6074 9.78638 13.6159 9.71678 13.6104 9.64757C13.6049 9.57836 13.5857 9.51093 13.5538 9.44927C13.5219 9.38761 13.478 9.33294 13.4247 9.2885C13.3713 9.24405 13.3097 9.21072 13.2432 9.19047C13.1768 9.17021 13.1071 9.16345 13.038 9.17056C12.9689 9.17768 12.902 9.19853 12.8411 9.2319C12.7802 9.26526 12.7266 9.31047 12.6835 9.36486L10.4446 12.0509L9.28617 10.892C9.18797 10.7971 9.05645 10.7446 8.91994 10.7458C8.78342 10.747 8.65283 10.8018 8.5563 10.8983C8.45976 10.9948 8.40501 11.1254 8.40382 11.2619C8.40263 11.3985 8.45511 11.53 8.54996 11.6282L10.1119 13.1902C10.1631 13.2413 10.2243 13.2812 10.2918 13.3073C10.3592 13.3335 10.4314 13.3453 10.5036 13.342C10.5759 13.3387 10.6466 13.3204 10.7114 13.2883C10.7762 13.2561 10.8336 13.2108 10.8799 13.1553L13.4832 10.0313Z' fill='%23494DF4'/%3E%3Ccircle cx='10.9982' cy='11.0002' r='3.18182' fill='white'/%3E%3C/svg%3E%0A");
    width: 22px;
    height: 22px;
  }
  .CX-pop-up-modal .box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-one .box-list-polis-row-inner .list-polis-item:last-child .list-polis-item-inner:after {
    display: none;
  }
}

@media (max-width: 1024px) {
  body.v2 .cx-daterangepicker-custom.show-date-picker {
    z-index: 1046 !important;
  }
}

.box-type-filter {
  margin-bottom: 24px;
}
.box-type-filter .box-type-filter-inner {
  display: flex;
  grid-column-gap: 7px;
  overflow-x: auto;
}
.box-type-filter .box-type-filter-inner .new-btn-blue {
  flex: 0 0 auto;
  font-size: 15px;
  padding: 5px 14px;
  line-height: normal;
  text-transform: none;
}
.box-type-filter .box-type-filter-inner .new-btn-blue:not(.selected) {
  border-color: #cccccc;
}
.box-type-filter .box-type-filter-inner .new-btn-blue.selected .badge.badge-default {
  background-color: #494df4;
}

section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.0039' cy='13' r='13' fill='white'/%3E%3Cpath d='M5.86133 15.8214C5.44711 15.8214 5.11133 16.1572 5.11133 16.5714C5.11133 16.9856 5.44711 17.3214 5.86133 17.3214V15.8214ZM12.1098 14.4907L11.4666 14.1048L11.4666 14.1048L12.1098 14.4907ZM13.8986 11.5093L14.5417 11.8952L14.5417 11.8952L13.8986 11.5093ZM20.147 9.42857L20.6774 9.9589C20.818 9.81825 20.897 9.62748 20.897 9.42857C20.897 9.22966 20.818 9.03889 20.6774 8.89824L20.147 9.42857ZM18.1881 10.3268C17.8952 10.6197 17.8952 11.0946 18.1881 11.3875C18.481 11.6804 18.9559 11.6804 19.2488 11.3875L18.1881 10.3268ZM19.2488 7.46967C18.9559 7.17678 18.481 7.17678 18.1881 7.46967C17.8952 7.76256 17.8952 8.23744 18.1881 8.53033L19.2488 7.46967ZM15.3045 9.70671L14.935 9.05406L14.935 9.05406L15.3045 9.70671ZM5.86133 17.3214H8.4348V15.8214H5.86133V17.3214ZM12.7529 14.8766L14.5417 11.8952L13.2555 11.1234L11.4666 14.1048L12.7529 14.8766ZM17.5736 10.1786H20.147V8.67857H17.5736V10.1786ZM19.6167 8.89824L18.1881 10.3268L19.2488 11.3875L20.6774 9.9589L19.6167 8.89824ZM20.6774 8.89824L19.2488 7.46967L18.1881 8.53033L19.6167 9.9589L20.6774 8.89824ZM14.5417 11.8952C14.854 11.3747 15.0616 11.0303 15.2488 10.7775C15.4263 10.5377 15.5515 10.4288 15.674 10.3594L14.935 9.05406C14.5663 9.26282 14.2934 9.54702 14.0432 9.88492C13.8027 10.2098 13.553 10.6276 13.2555 11.1234L14.5417 11.8952ZM17.5736 8.67857C16.9953 8.67857 16.5086 8.67776 16.1063 8.71686C15.6878 8.75753 15.3037 8.84531 14.935 9.05406L15.674 10.3594C15.7966 10.29 15.9544 10.2387 16.2514 10.2098C16.5645 10.1794 16.9666 10.1786 17.5736 10.1786V8.67857ZM8.4348 17.3214C9.01304 17.3214 9.49982 17.3222 9.90211 17.2831C10.3206 17.2425 10.7047 17.1547 11.0734 16.9459L10.3343 15.6406C10.2118 15.71 10.0539 15.7613 9.75699 15.7902C9.44387 15.8206 9.04176 15.8214 8.4348 15.8214V17.3214ZM11.4666 14.1048C11.1544 14.6253 10.9468 14.9697 10.7596 15.2225C10.5821 15.4623 10.4569 15.5712 10.3343 15.6406L11.0734 16.9459C11.4421 16.7372 11.715 16.453 11.9651 16.1151C12.2056 15.7902 12.4554 15.3724 12.7529 14.8766L11.4666 14.1048Z' fill='%233032C1'/%3E%3Cpath d='M5.86133 8.67871C5.44711 8.67871 5.11133 9.0145 5.11133 9.42871C5.11133 9.84292 5.44711 10.1787 5.86133 10.1787V8.67871ZM20.147 16.5716L20.6774 17.1019C20.818 16.9612 20.897 16.7705 20.897 16.5716C20.897 16.3727 20.818 16.1819 20.6774 16.0412L20.147 16.5716ZM19.2488 14.6127C18.9559 14.3198 18.481 14.3198 18.1881 14.6127C17.8952 14.9056 17.8952 15.3804 18.1881 15.6733L19.2488 14.6127ZM18.1881 17.4698C17.8952 17.7627 17.8952 18.2376 18.1881 18.5305C18.481 18.8234 18.9559 18.8234 19.2488 18.5305L18.1881 17.4698ZM15.9509 16.5321L16.0942 15.7959L16.0942 15.7959L15.9509 16.5321ZM14.933 14.7571C14.7199 14.4019 14.2592 14.2868 13.904 14.4999C13.5488 14.713 13.4337 15.1737 13.6468 15.5289L14.933 14.7571ZM14.7673 15.862L15.3249 15.3603L15.3249 15.3603L14.7673 15.862ZM10.0575 9.46818L10.2008 8.732L10.2008 8.732L10.0575 9.46818ZM11.0754 11.2432C11.2885 11.5983 11.7492 11.7135 12.1043 11.5004C12.4595 11.2873 12.5747 10.8266 12.3616 10.4714L11.0754 11.2432ZM11.2411 10.1383L10.6835 10.64L10.6835 10.64L11.2411 10.1383ZM5.86133 10.1787H9.19534V8.67871H5.86133V10.1787ZM16.813 17.3216H20.147V15.8216H16.813V17.3216ZM20.6774 16.0412L19.2488 14.6127L18.1881 15.6733L19.6167 17.1019L20.6774 16.0412ZM19.6167 16.0412L18.1881 17.4698L19.2488 18.5305L20.6774 17.1019L19.6167 16.0412ZM16.813 15.8216C16.3432 15.8216 16.2092 15.8183 16.0942 15.7959L15.8076 17.2683C16.0982 17.3248 16.4038 17.3216 16.813 17.3216V15.8216ZM13.6468 15.5289C13.8573 15.8798 14.0117 16.1435 14.2098 16.3636L15.3249 15.3603C15.2465 15.2732 15.1748 15.16 14.933 14.7571L13.6468 15.5289ZM16.0942 15.7959C15.7972 15.7381 15.5272 15.5852 15.3249 15.3603L14.2098 16.3636C14.63 16.8307 15.1909 17.1482 15.8076 17.2683L16.0942 15.7959ZM9.19534 10.1787C9.66522 10.1787 9.79919 10.182 9.91418 10.2044L10.2008 8.732C9.91015 8.67544 9.60457 8.67871 9.19534 8.67871V10.1787ZM12.3616 10.4714C12.151 10.1205 11.9966 9.85678 11.7986 9.63669L10.6835 10.64C10.7619 10.727 10.8336 10.8402 11.0754 11.2432L12.3616 10.4714ZM9.91418 10.2044C10.2111 10.2622 10.4812 10.4151 10.6835 10.64L11.7986 9.63669C11.3784 9.16961 10.8175 8.85204 10.2008 8.732L9.91418 10.2044Z' fill='%233032C1'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner {
  display: grid;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item {
  border-bottom: 1px solid #e5e5e5;
  padding: 8px 0;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tanggal-tipe {
  display: flex;
  justify-content: space-between;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tanggal-tipe .box-item:last-child {
  text-align: right;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan > label {
  border: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans";
  color: #999999;
  margin: 0;
  padding: 0;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .box-tipe-perubahan-inner {
  display: grid;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .box-tipe-perubahan-inner .box-item {
  border-bottom: 1px dashed #e5e5e5;
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .box-tipe-perubahan-inner .box-item:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .box-tipe-perubahan-inner .box-item .label {
  font-size: 12px;
  color: #333333;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .box-tipe-perubahan-inner .box-item .value {
  font-size: 13px;
  font-family: "SourceSans-Bold";
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .box-tipe-perubahan-inner .box-item .value {
  text-align: right;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-details-dokumen {
  margin-top: 0;
  border-top: 0;
  padding-top: 0;
  display: flex;
  justify-content: space-between;
  padding: 2px 0 0;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-details-dokumen .box-item .box-lihat-dokumen-inner {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  display: flex;
  align-items: center;
  grid-column-gap: 7px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-details-dokumen .box-item .box-lihat-dokumen-inner .ico {
  background-image: url("/o/axa-emma-theme/images/form-assets/ico-pdf.png");
  width: 14px;
  height: 18px;
  display: inline-block;
  background-size: cover;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-details-dokumen .box-item .new-btn-blue.xs {
  padding: 4px 7px;
  font-size: 11px;
  line-height: normal;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-item .label {
  border: 0;
  font-weight: normal;
  text-transform: none;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans";
  color: #999999;
  margin: 0;
  padding: 0;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-item .value {
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333333;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-item .value.konvensional {
  color: #494df4;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-item .value.syariah {
  color: #027180;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-item .value.date {
  display: flex;
  grid-column-gap: 4px;
  align-items: center;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-item .value.date:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5.87283C1 3.93886 1 2.97188 1.60081 2.37107C2.20161 1.77026 3.1686 1.77026 5.10256 1.77026H7.15385C9.08781 1.77026 10.0548 1.77026 10.6556 2.37107C11.2564 2.97188 11.2564 3.93886 11.2564 5.87283V6.89847C11.2564 8.83244 11.2564 9.79942 10.6556 10.4002C10.0548 11.001 9.08781 11.001 7.15385 11.001H5.10256C3.1686 11.001 2.20161 11.001 1.60081 10.4002C1 9.79942 1 8.83244 1 6.89847V5.87283Z' stroke='%23333333'/%3E%3Cpath d='M3.5625 1.77021V1.00098' stroke='%23333333' stroke-linecap='round'/%3E%3Cpath d='M8.69141 1.77021V1.00098' stroke='%23333333' stroke-linecap='round'/%3E%3Cpath d='M1.25781 4.33423H11.0014' stroke='%23333333' stroke-linecap='round'/%3E%3Cpath d='M9.20533 8.43691C9.20533 8.72013 8.97573 8.94973 8.69251 8.94973C8.40929 8.94973 8.17969 8.72013 8.17969 8.43691C8.17969 8.15368 8.40929 7.92408 8.69251 7.92408C8.97573 7.92408 9.20533 8.15368 9.20533 8.43691Z' fill='%23333333'/%3E%3Cpath d='M9.20533 6.38562C9.20533 6.66885 8.97573 6.89844 8.69251 6.89844C8.40929 6.89844 8.17969 6.66885 8.17969 6.38562C8.17969 6.1024 8.40929 5.8728 8.69251 5.8728C8.97573 5.8728 9.20533 6.1024 9.20533 6.38562Z' fill='%23333333'/%3E%3Cpath d='M6.64283 8.43691C6.64283 8.72013 6.41323 8.94973 6.13001 8.94973C5.84679 8.94973 5.61719 8.72013 5.61719 8.43691C5.61719 8.15368 5.84679 7.92408 6.13001 7.92408C6.41323 7.92408 6.64283 8.15368 6.64283 8.43691Z' fill='%23333333'/%3E%3Cpath d='M6.64283 6.38562C6.64283 6.66885 6.41323 6.89844 6.13001 6.89844C5.84679 6.89844 5.61719 6.66885 5.61719 6.38562C5.61719 6.1024 5.84679 5.8728 6.13001 5.8728C6.41323 5.8728 6.64283 6.1024 6.64283 6.38562Z' fill='%23333333'/%3E%3Cpath d='M4.07642 8.43691C4.07642 8.72013 3.84682 8.94973 3.5636 8.94973C3.28038 8.94973 3.05078 8.72013 3.05078 8.43691C3.05078 8.15368 3.28038 7.92408 3.5636 7.92408C3.84682 7.92408 4.07642 8.15368 4.07642 8.43691Z' fill='%23333333'/%3E%3Cpath d='M4.07642 6.38562C4.07642 6.66885 3.84682 6.89844 3.5636 6.89844C3.28038 6.89844 3.05078 6.66885 3.05078 6.38562C3.05078 6.1024 3.28038 5.8728 3.5636 5.8728C3.84682 5.8728 4.07642 6.1024 4.07642 6.38562Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.submitted:hover .box-riwayat-klaim-item-inner .box-details {
  border-color: #494df4;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.0039' cy='13' r='13' fill='white'/%3E%3Cpath d='M5.85938 15.8214C5.44516 15.8214 5.10938 16.1572 5.10938 16.5714C5.10938 16.9856 5.44516 17.3214 5.85938 17.3214V15.8214ZM12.1078 14.4907L11.4647 14.1048L11.4647 14.1048L12.1078 14.4907ZM13.8966 11.5093L14.5398 11.8952L14.5398 11.8952L13.8966 11.5093ZM20.1451 9.42857L20.6754 9.9589C20.8161 9.81825 20.8951 9.62748 20.8951 9.42857C20.8951 9.22966 20.8161 9.03889 20.6754 8.89824L20.1451 9.42857ZM18.1862 10.3268C17.8933 10.6197 17.8933 11.0946 18.1862 11.3875C18.4791 11.6804 18.954 11.6804 19.2468 11.3875L18.1862 10.3268ZM19.2468 7.46967C18.954 7.17678 18.4791 7.17678 18.1862 7.46967C17.8933 7.76256 17.8933 8.23744 18.1862 8.53033L19.2468 7.46967ZM15.3026 9.70671L14.933 9.05406L14.933 9.05406L15.3026 9.70671ZM5.85938 17.3214H8.43284V15.8214H5.85938V17.3214ZM12.7509 14.8766L14.5398 11.8952L13.2535 11.1234L11.4647 14.1048L12.7509 14.8766ZM17.5716 10.1786H20.1451V8.67857H17.5716V10.1786ZM19.6148 8.89824L18.1862 10.3268L19.2468 11.3875L20.6754 9.9589L19.6148 8.89824ZM20.6754 8.89824L19.2468 7.46967L18.1862 8.53033L19.6148 9.9589L20.6754 8.89824ZM14.5398 11.8952C14.852 11.3747 15.0596 11.0303 15.2468 10.7775C15.4244 10.5377 15.5495 10.4288 15.6721 10.3594L14.933 9.05406C14.5644 9.26282 14.2915 9.54702 14.0413 9.88492C13.8008 10.2098 13.551 10.6276 13.2535 11.1234L14.5398 11.8952ZM17.5716 8.67857C16.9934 8.67857 16.5066 8.67776 16.1043 8.71686C15.6859 8.75753 15.3017 8.84531 14.933 9.05406L15.6721 10.3594C15.7947 10.29 15.9525 10.2387 16.2494 10.2098C16.5625 10.1794 16.9647 10.1786 17.5716 10.1786V8.67857ZM8.43284 17.3214C9.01108 17.3214 9.49787 17.3222 9.90015 17.2831C10.3186 17.2425 10.7027 17.1547 11.0714 16.9459L10.3324 15.6406C10.2098 15.71 10.052 15.7613 9.75504 15.7902C9.44192 15.8206 9.0398 15.8214 8.43284 15.8214V17.3214ZM11.4647 14.1048C11.1524 14.6253 10.9448 14.9697 10.7576 15.2225C10.5801 15.4623 10.4549 15.5712 10.3324 15.6406L11.0714 16.9459C11.4401 16.7372 11.713 16.453 11.9632 16.1151C12.2037 15.7902 12.4534 15.3724 12.7509 14.8766L11.4647 14.1048Z' fill='%23027180'/%3E%3Cpath d='M5.85938 8.67871C5.44516 8.67871 5.10938 9.0145 5.10938 9.42871C5.10938 9.84292 5.44516 10.1787 5.85938 10.1787V8.67871ZM20.1451 16.5716L20.6754 17.1019C20.8161 16.9612 20.8951 16.7705 20.8951 16.5716C20.8951 16.3727 20.8161 16.1819 20.6754 16.0412L20.1451 16.5716ZM19.2468 14.6127C18.954 14.3198 18.4791 14.3198 18.1862 14.6127C17.8933 14.9056 17.8933 15.3804 18.1862 15.6733L19.2468 14.6127ZM18.1862 17.4698C17.8933 17.7627 17.8933 18.2376 18.1862 18.5305C18.4791 18.8234 18.954 18.8234 19.2468 18.5305L18.1862 17.4698ZM15.9489 16.5321L16.0922 15.7959L16.0922 15.7959L15.9489 16.5321ZM14.9311 14.7571C14.718 14.4019 14.2573 14.2868 13.9021 14.4999C13.5469 14.713 13.4317 15.1737 13.6448 15.5289L14.9311 14.7571ZM14.7654 15.862L15.3229 15.3603L15.3229 15.3603L14.7654 15.862ZM10.0555 9.46818L10.1988 8.732L10.1988 8.732L10.0555 9.46818ZM11.0734 11.2432C11.2865 11.5983 11.7472 11.7135 12.1024 11.5004C12.4576 11.2873 12.5727 10.8266 12.3596 10.4714L11.0734 11.2432ZM11.2391 10.1383L10.6816 10.64L10.6816 10.64L11.2391 10.1383ZM5.85938 10.1787H9.19339V8.67871H5.85938V10.1787ZM16.8111 17.3216H20.1451V15.8216H16.8111V17.3216ZM20.6754 16.0412L19.2468 14.6127L18.1862 15.6733L19.6148 17.1019L20.6754 16.0412ZM19.6148 16.0412L18.1862 17.4698L19.2468 18.5305L20.6754 17.1019L19.6148 16.0412ZM16.8111 15.8216C16.3412 15.8216 16.2072 15.8183 16.0922 15.7959L15.8057 17.2683C16.0963 17.3248 16.4019 17.3216 16.8111 17.3216V15.8216ZM13.6448 15.5289C13.8554 15.8798 14.0098 16.1435 14.2078 16.3636L15.3229 15.3603C15.2446 15.2732 15.1728 15.16 14.9311 14.7571L13.6448 15.5289ZM16.0922 15.7959C15.7953 15.7381 15.5252 15.5852 15.3229 15.3603L14.2078 16.3636C14.628 16.8307 15.1889 17.1482 15.8057 17.2683L16.0922 15.7959ZM9.19339 10.1787C9.66327 10.1787 9.79723 10.182 9.91223 10.2044L10.1988 8.732C9.9082 8.67544 9.60261 8.67871 9.19339 8.67871V10.1787ZM12.3596 10.4714C12.1491 10.1205 11.9947 9.85678 11.7967 9.63669L10.6816 10.64C10.7599 10.727 10.8316 10.8402 11.0734 11.2432L12.3596 10.4714ZM9.91223 10.2044C10.2092 10.2622 10.4792 10.4151 10.6816 10.64L11.7967 9.63669C11.3764 9.16961 10.8155 8.85204 10.1988 8.732L9.91223 10.2044Z' fill='%23027180'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.approved:hover .box-riwayat-klaim-item-inner .box-details {
  border-color: #027180;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.0039' cy='13' r='13' fill='white'/%3E%3Cpath d='M5.85938 15.8214C5.44516 15.8214 5.10938 16.1572 5.10938 16.5714C5.10938 16.9856 5.44516 17.3214 5.85938 17.3214V15.8214ZM12.1078 14.4907L11.4647 14.1048L11.4647 14.1048L12.1078 14.4907ZM13.8966 11.5093L14.5398 11.8952L14.5398 11.8952L13.8966 11.5093ZM20.1451 9.42857L20.6754 9.9589C20.8161 9.81825 20.8951 9.62748 20.8951 9.42857C20.8951 9.22966 20.8161 9.03889 20.6754 8.89824L20.1451 9.42857ZM18.1862 10.3268C17.8933 10.6197 17.8933 11.0946 18.1862 11.3875C18.4791 11.6804 18.954 11.6804 19.2468 11.3875L18.1862 10.3268ZM19.2468 7.46967C18.954 7.17678 18.4791 7.17678 18.1862 7.46967C17.8933 7.76256 17.8933 8.23744 18.1862 8.53033L19.2468 7.46967ZM15.3026 9.70671L14.933 9.05406L14.933 9.05406L15.3026 9.70671ZM5.85938 17.3214H8.43284V15.8214H5.85938V17.3214ZM12.7509 14.8766L14.5398 11.8952L13.2535 11.1234L11.4647 14.1048L12.7509 14.8766ZM17.5716 10.1786H20.1451V8.67857H17.5716V10.1786ZM19.6148 8.89824L18.1862 10.3268L19.2468 11.3875L20.6754 9.9589L19.6148 8.89824ZM20.6754 8.89824L19.2468 7.46967L18.1862 8.53033L19.6148 9.9589L20.6754 8.89824ZM14.5398 11.8952C14.852 11.3747 15.0596 11.0303 15.2468 10.7775C15.4244 10.5377 15.5495 10.4288 15.6721 10.3594L14.933 9.05406C14.5644 9.26282 14.2915 9.54702 14.0413 9.88492C13.8008 10.2098 13.551 10.6276 13.2535 11.1234L14.5398 11.8952ZM17.5716 8.67857C16.9934 8.67857 16.5066 8.67776 16.1043 8.71686C15.6859 8.75753 15.3017 8.84531 14.933 9.05406L15.6721 10.3594C15.7947 10.29 15.9525 10.2387 16.2494 10.2098C16.5625 10.1794 16.9647 10.1786 17.5716 10.1786V8.67857ZM8.43284 17.3214C9.01108 17.3214 9.49787 17.3222 9.90015 17.2831C10.3186 17.2425 10.7027 17.1547 11.0714 16.9459L10.3324 15.6406C10.2098 15.71 10.052 15.7613 9.75504 15.7902C9.44192 15.8206 9.0398 15.8214 8.43284 15.8214V17.3214ZM11.4647 14.1048C11.1524 14.6253 10.9448 14.9697 10.7576 15.2225C10.5801 15.4623 10.4549 15.5712 10.3324 15.6406L11.0714 16.9459C11.4401 16.7372 11.713 16.453 11.9632 16.1151C12.2037 15.7902 12.4534 15.3724 12.7509 14.8766L11.4647 14.1048Z' fill='%23DA7301'/%3E%3Cpath d='M5.85938 8.67871C5.44516 8.67871 5.10938 9.0145 5.10938 9.42871C5.10938 9.84292 5.44516 10.1787 5.85938 10.1787V8.67871ZM20.1451 16.5716L20.6754 17.1019C20.8161 16.9612 20.8951 16.7705 20.8951 16.5716C20.8951 16.3727 20.8161 16.1819 20.6754 16.0412L20.1451 16.5716ZM19.2468 14.6127C18.954 14.3198 18.4791 14.3198 18.1862 14.6127C17.8933 14.9056 17.8933 15.3804 18.1862 15.6733L19.2468 14.6127ZM18.1862 17.4698C17.8933 17.7627 17.8933 18.2376 18.1862 18.5305C18.4791 18.8234 18.954 18.8234 19.2468 18.5305L18.1862 17.4698ZM15.9489 16.5321L16.0922 15.7959L16.0922 15.7959L15.9489 16.5321ZM14.9311 14.7571C14.718 14.4019 14.2573 14.2868 13.9021 14.4999C13.5469 14.713 13.4317 15.1737 13.6448 15.5289L14.9311 14.7571ZM14.7654 15.862L15.3229 15.3603L15.3229 15.3603L14.7654 15.862ZM10.0555 9.46818L10.1988 8.732L10.1988 8.732L10.0555 9.46818ZM11.0734 11.2432C11.2865 11.5983 11.7472 11.7135 12.1024 11.5004C12.4576 11.2873 12.5727 10.8266 12.3596 10.4714L11.0734 11.2432ZM11.2391 10.1383L10.6816 10.64L10.6816 10.64L11.2391 10.1383ZM5.85938 10.1787H9.19339V8.67871H5.85938V10.1787ZM16.8111 17.3216H20.1451V15.8216H16.8111V17.3216ZM20.6754 16.0412L19.2468 14.6127L18.1862 15.6733L19.6148 17.1019L20.6754 16.0412ZM19.6148 16.0412L18.1862 17.4698L19.2468 18.5305L20.6754 17.1019L19.6148 16.0412ZM16.8111 15.8216C16.3412 15.8216 16.2072 15.8183 16.0922 15.7959L15.8057 17.2683C16.0963 17.3248 16.4019 17.3216 16.8111 17.3216V15.8216ZM13.6448 15.5289C13.8554 15.8798 14.0098 16.1435 14.2078 16.3636L15.3229 15.3603C15.2446 15.2732 15.1728 15.16 14.9311 14.7571L13.6448 15.5289ZM16.0922 15.7959C15.7953 15.7381 15.5252 15.5852 15.3229 15.3603L14.2078 16.3636C14.628 16.8307 15.1889 17.1482 15.8057 17.2683L16.0922 15.7959ZM9.19339 10.1787C9.66327 10.1787 9.79723 10.182 9.91223 10.2044L10.1988 8.732C9.9082 8.67544 9.60261 8.67871 9.19339 8.67871V10.1787ZM12.3596 10.4714C12.1491 10.1205 11.9947 9.85678 11.7967 9.63669L10.6816 10.64C10.7599 10.727 10.8316 10.8402 11.0734 11.2432L12.3596 10.4714ZM9.91223 10.2044C10.2092 10.2622 10.4792 10.4151 10.6816 10.64L11.7967 9.63669C11.3764 9.16961 10.8155 8.85204 10.1988 8.732L9.91223 10.2044Z' fill='%23DA7301'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.pending:hover .box-riwayat-klaim-item-inner .box-details {
  border-color: #da7301;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.0078' cy='13' r='13' fill='white'/%3E%3Cpath d='M5.86719 15.8214C5.45297 15.8214 5.11719 16.1572 5.11719 16.5714C5.11719 16.9856 5.45297 17.3214 5.86719 17.3214V15.8214ZM12.1156 14.4907L11.4725 14.1048L11.4725 14.1048L12.1156 14.4907ZM13.9045 11.5093L14.5476 11.8952L14.5476 11.8952L13.9045 11.5093ZM20.1529 9.42857L20.6832 9.9589C20.8239 9.81825 20.9029 9.62748 20.9029 9.42857C20.9029 9.22966 20.8239 9.03889 20.6832 8.89824L20.1529 9.42857ZM18.194 10.3268C17.9011 10.6197 17.9011 11.0946 18.194 11.3875C18.4869 11.6804 18.9618 11.6804 19.2547 11.3875L18.194 10.3268ZM19.2547 7.46967C18.9618 7.17678 18.4869 7.17678 18.194 7.46967C17.9011 7.76256 17.9011 8.23744 18.194 8.53033L19.2547 7.46967ZM15.3104 9.70671L14.9409 9.05406L14.9409 9.05406L15.3104 9.70671ZM5.86719 17.3214H8.44066V15.8214H5.86719V17.3214ZM12.7587 14.8766L14.5476 11.8952L13.2613 11.1234L11.4725 14.1048L12.7587 14.8766ZM17.5794 10.1786H20.1529V8.67857H17.5794V10.1786ZM19.6226 8.89824L18.194 10.3268L19.2547 11.3875L20.6832 9.9589L19.6226 8.89824ZM20.6832 8.89824L19.2547 7.46967L18.194 8.53033L19.6226 9.9589L20.6832 8.89824ZM14.5476 11.8952C14.8599 11.3747 15.0674 11.0303 15.2546 10.7775C15.4322 10.5377 15.5573 10.4288 15.6799 10.3594L14.9409 9.05406C14.5722 9.26282 14.2993 9.54702 14.0491 9.88492C13.8086 10.2098 13.5588 10.6276 13.2613 11.1234L14.5476 11.8952ZM17.5794 8.67857C17.0012 8.67857 16.5144 8.67776 16.1121 8.71686C15.6937 8.75753 15.3096 8.84531 14.9409 9.05406L15.6799 10.3594C15.8025 10.29 15.9603 10.2387 16.2572 10.2098C16.5704 10.1794 16.9725 10.1786 17.5794 10.1786V8.67857ZM8.44066 17.3214C9.0189 17.3214 9.50568 17.3222 9.90797 17.2831C10.3264 17.2425 10.7105 17.1547 11.0792 16.9459L10.3402 15.6406C10.2176 15.71 10.0598 15.7613 9.76285 15.7902C9.44973 15.8206 9.04761 15.8214 8.44066 15.8214V17.3214ZM11.4725 14.1048C11.1602 14.6253 10.9526 14.9697 10.7654 15.2225C10.5879 15.4623 10.4627 15.5712 10.3402 15.6406L11.0792 16.9459C11.4479 16.7372 11.7208 16.453 11.971 16.1151C12.2115 15.7902 12.4612 15.3724 12.7587 14.8766L11.4725 14.1048Z' fill='%23C91432'/%3E%3Cpath d='M5.86719 8.67871C5.45297 8.67871 5.11719 9.0145 5.11719 9.42871C5.11719 9.84292 5.45297 10.1787 5.86719 10.1787V8.67871ZM20.1529 16.5716L20.6832 17.1019C20.8239 16.9612 20.9029 16.7705 20.9029 16.5716C20.9029 16.3727 20.8239 16.1819 20.6832 16.0412L20.1529 16.5716ZM19.2547 14.6127C18.9618 14.3198 18.4869 14.3198 18.194 14.6127C17.9011 14.9056 17.9011 15.3804 18.194 15.6733L19.2547 14.6127ZM18.194 17.4698C17.9011 17.7627 17.9011 18.2376 18.194 18.5305C18.4869 18.8234 18.9618 18.8234 19.2547 18.5305L18.194 17.4698ZM15.9568 16.5321L16.1001 15.7959L16.1001 15.7959L15.9568 16.5321ZM14.9389 14.7571C14.7258 14.4019 14.2651 14.2868 13.9099 14.4999C13.5547 14.713 13.4395 15.1737 13.6526 15.5289L14.9389 14.7571ZM14.7732 15.862L15.3307 15.3603L15.3307 15.3603L14.7732 15.862ZM10.0633 9.46818L10.2066 8.732L10.2066 8.732L10.0633 9.46818ZM11.0812 11.2432C11.2943 11.5983 11.755 11.7135 12.1102 11.5004C12.4654 11.2873 12.5806 10.8266 12.3675 10.4714L11.0812 11.2432ZM11.2469 10.1383L10.6894 10.64L10.6894 10.64L11.2469 10.1383ZM5.86719 10.1787H9.2012V8.67871H5.86719V10.1787ZM16.8189 17.3216H20.1529V15.8216H16.8189V17.3216ZM20.6832 16.0412L19.2547 14.6127L18.194 15.6733L19.6226 17.1019L20.6832 16.0412ZM19.6226 16.0412L18.194 17.4698L19.2547 18.5305L20.6832 17.1019L19.6226 16.0412ZM16.8189 15.8216C16.349 15.8216 16.215 15.8183 16.1001 15.7959L15.8135 17.2683C16.1041 17.3248 16.4097 17.3216 16.8189 17.3216V15.8216ZM13.6526 15.5289C13.8632 15.8798 14.0176 16.1435 14.2156 16.3636L15.3307 15.3603C15.2524 15.2732 15.1806 15.16 14.9389 14.7571L13.6526 15.5289ZM16.1001 15.7959C15.8031 15.7381 15.5331 15.5852 15.3307 15.3603L14.2156 16.3636C14.6359 16.8307 15.1967 17.1482 15.8135 17.2683L16.1001 15.7959ZM9.2012 10.1787C9.67108 10.1787 9.80504 10.182 9.92004 10.2044L10.2066 8.732C9.91601 8.67544 9.61043 8.67871 9.2012 8.67871V10.1787ZM12.3675 10.4714C12.1569 10.1205 12.0025 9.85678 11.8045 9.63669L10.6894 10.64C10.7677 10.727 10.8395 10.8402 11.0812 11.2432L12.3675 10.4714ZM9.92004 10.2044C10.217 10.2622 10.487 10.4151 10.6894 10.64L11.8045 9.63669C11.3842 9.16961 10.8234 8.85204 10.2066 8.732L9.92004 10.2044Z' fill='%23C91432'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.rejected:hover .box-riwayat-klaim-item-inner .box-details {
  border-color: #c91432;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.canceled .box-riwayat-klaim-item-inner .box-top {
  background-color: #333;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.canceled .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner {
  color: #333333;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.canceled .box-riwayat-klaim-item-inner .box-top .box-status-polis .box-status-polis-inner .ico {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0031 2.6665H0.558594' stroke='%231C274C' stroke-linecap='round'/%3E%3Cpath d='M9.07697 4.05566L8.82144 7.8885C8.72311 9.36345 8.67395 10.1009 8.19339 10.5505C7.71283 11.0001 6.97372 11.0001 5.49549 11.0001H5.06585C3.58762 11.0001 2.84851 11.0001 2.36795 10.5505C1.88739 10.1009 1.83823 9.36345 1.7399 7.8885L1.48438 4.05566' stroke='%231C274C' stroke-linecap='round'/%3E%3Cpath d='M3.89062 5.44434L4.1684 8.22211' stroke='%231C274C' stroke-linecap='round'/%3E%3Cpath d='M6.6684 5.44434L6.39062 8.22211' stroke='%231C274C' stroke-linecap='round'/%3E%3Cpath d='M2.22656 2.66667C2.25761 2.66667 2.27313 2.66667 2.2872 2.66631C2.74467 2.65472 3.14824 2.36384 3.30391 1.93351C3.30869 1.92027 3.3136 1.90555 3.32342 1.8761L3.37736 1.71429C3.4234 1.57616 3.44642 1.50709 3.47696 1.44844C3.59879 1.21448 3.8242 1.05202 4.08468 1.01043C4.14997 1 4.22277 1 4.36837 1H6.19586C6.34147 1 6.41427 1 6.47956 1.01043C6.74004 1.05202 6.96545 1.21448 7.08728 1.44844C7.11781 1.50709 7.14084 1.57615 7.18688 1.71429L7.24082 1.8761C7.25062 1.90551 7.25555 1.92028 7.26033 1.93351C7.41599 2.36384 7.81957 2.65472 8.27704 2.66631C8.29111 2.66667 8.30663 2.66667 8.33767 2.66667' stroke='%231C274C'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 12px;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.canceled .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .box-ico .ico.ico-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='13.0039' cy='13' r='13' fill='white'/%3E%3Cpath d='M5.85938 15.8214C5.44516 15.8214 5.10938 16.1572 5.10938 16.5714C5.10938 16.9856 5.44516 17.3214 5.85938 17.3214V15.8214ZM12.1078 14.4907L11.4647 14.1048L11.4647 14.1048L12.1078 14.4907ZM13.8966 11.5093L14.5398 11.8952L14.5398 11.8952L13.8966 11.5093ZM20.1451 9.42857L20.6754 9.9589C20.8161 9.81825 20.8951 9.62748 20.8951 9.42857C20.8951 9.22966 20.8161 9.03889 20.6754 8.89824L20.1451 9.42857ZM18.1862 10.3268C17.8933 10.6197 17.8933 11.0946 18.1862 11.3875C18.4791 11.6804 18.954 11.6804 19.2468 11.3875L18.1862 10.3268ZM19.2468 7.46967C18.954 7.17678 18.4791 7.17678 18.1862 7.46967C17.8933 7.76256 17.8933 8.23744 18.1862 8.53033L19.2468 7.46967ZM15.3026 9.70671L14.933 9.05406L14.933 9.05406L15.3026 9.70671ZM5.85938 17.3214H8.43284V15.8214H5.85938V17.3214ZM12.7509 14.8766L14.5398 11.8952L13.2535 11.1234L11.4647 14.1048L12.7509 14.8766ZM17.5716 10.1786H20.1451V8.67857H17.5716V10.1786ZM19.6148 8.89824L18.1862 10.3268L19.2468 11.3875L20.6754 9.9589L19.6148 8.89824ZM20.6754 8.89824L19.2468 7.46967L18.1862 8.53033L19.6148 9.9589L20.6754 8.89824ZM14.5398 11.8952C14.852 11.3747 15.0596 11.0303 15.2468 10.7775C15.4244 10.5377 15.5495 10.4288 15.6721 10.3594L14.933 9.05406C14.5644 9.26282 14.2915 9.54702 14.0413 9.88492C13.8008 10.2098 13.551 10.6276 13.2535 11.1234L14.5398 11.8952ZM17.5716 8.67857C16.9934 8.67857 16.5066 8.67776 16.1043 8.71686C15.6859 8.75753 15.3017 8.84531 14.933 9.05406L15.6721 10.3594C15.7947 10.29 15.9525 10.2387 16.2494 10.2098C16.5625 10.1794 16.9647 10.1786 17.5716 10.1786V8.67857ZM8.43284 17.3214C9.01108 17.3214 9.49787 17.3222 9.90015 17.2831C10.3186 17.2425 10.7027 17.1547 11.0714 16.9459L10.3324 15.6406C10.2098 15.71 10.052 15.7613 9.75504 15.7902C9.44192 15.8206 9.0398 15.8214 8.43284 15.8214V17.3214ZM11.4647 14.1048C11.1524 14.6253 10.9448 14.9697 10.7576 15.2225C10.5801 15.4623 10.4549 15.5712 10.3324 15.6406L11.0714 16.9459C11.4401 16.7372 11.713 16.453 11.9632 16.1151C12.2037 15.7902 12.4534 15.3724 12.7509 14.8766L11.4647 14.1048Z' fill='%23333333'/%3E%3Cpath d='M5.85938 8.67871C5.44516 8.67871 5.10938 9.0145 5.10938 9.42871C5.10938 9.84292 5.44516 10.1787 5.85938 10.1787V8.67871ZM20.1451 16.5716L20.6754 17.1019C20.8161 16.9612 20.8951 16.7705 20.8951 16.5716C20.8951 16.3727 20.8161 16.1819 20.6754 16.0412L20.1451 16.5716ZM19.2468 14.6127C18.954 14.3198 18.4791 14.3198 18.1862 14.6127C17.8933 14.9056 17.8933 15.3804 18.1862 15.6733L19.2468 14.6127ZM18.1862 17.4698C17.8933 17.7627 17.8933 18.2376 18.1862 18.5305C18.4791 18.8234 18.954 18.8234 19.2468 18.5305L18.1862 17.4698ZM15.9489 16.5321L16.0922 15.7959L16.0922 15.7959L15.9489 16.5321ZM14.9311 14.7571C14.718 14.4019 14.2573 14.2868 13.9021 14.4999C13.5469 14.713 13.4317 15.1737 13.6448 15.5289L14.9311 14.7571ZM14.7654 15.862L15.3229 15.3603L15.3229 15.3603L14.7654 15.862ZM10.0555 9.46818L10.1988 8.732L10.1988 8.732L10.0555 9.46818ZM11.0734 11.2432C11.2865 11.5983 11.7472 11.7135 12.1024 11.5004C12.4576 11.2873 12.5727 10.8266 12.3596 10.4714L11.0734 11.2432ZM11.2391 10.1383L10.6816 10.64L10.6816 10.64L11.2391 10.1383ZM5.85938 10.1787H9.19339V8.67871H5.85938V10.1787ZM16.8111 17.3216H20.1451V15.8216H16.8111V17.3216ZM20.6754 16.0412L19.2468 14.6127L18.1862 15.6733L19.6148 17.1019L20.6754 16.0412ZM19.6148 16.0412L18.1862 17.4698L19.2468 18.5305L20.6754 17.1019L19.6148 16.0412ZM16.8111 15.8216C16.3412 15.8216 16.2072 15.8183 16.0922 15.7959L15.8057 17.2683C16.0963 17.3248 16.4019 17.3216 16.8111 17.3216V15.8216ZM13.6448 15.5289C13.8554 15.8798 14.0098 16.1435 14.2078 16.3636L15.3229 15.3603C15.2446 15.2732 15.1728 15.16 14.9311 14.7571L13.6448 15.5289ZM16.0922 15.7959C15.7953 15.7381 15.5252 15.5852 15.3229 15.3603L14.2078 16.3636C14.628 16.8307 15.1889 17.1482 15.8057 17.2683L16.0922 15.7959ZM9.19339 10.1787C9.66327 10.1787 9.79723 10.182 9.91223 10.2044L10.1988 8.732C9.9082 8.67544 9.60261 8.67871 9.19339 8.67871V10.1787ZM12.3596 10.4714C12.1491 10.1205 11.9947 9.85678 11.7967 9.63669L10.6816 10.64C10.7599 10.727 10.8316 10.8402 11.0734 11.2432L12.3596 10.4714ZM9.91223 10.2044C10.2092 10.2622 10.4792 10.4151 10.6816 10.64L11.7967 9.63669C11.3764 9.16961 10.8155 8.85204 10.1988 8.732L9.91223 10.2044Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.canceled:hover .box-riwayat-klaim-item-inner .box-details {
  border-color: #333;
}
section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item:hover {
  -webkit-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.07);
}

.box-type-filter .box-type-filter-inner .new-btn-blue.border-only.border-default {
  border-width: 1px !important;
}
.box-type-filter .box-type-filter-inner .new-btn-blue.border-only.border-default:hover {
  border-color: #494df4 !important;
  background: rgba(73, 77, 244, 0.09) !important;
  color: #494df4 !important;
}
.box-type-filter .box-type-filter-inner .new-btn-blue.border-only.border-default:hover .badge.badge-default {
  background-color: #494df4;
}

section.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item:first-child {
  padding-top: 0px;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-top .box-ico-and-polis .lazyColor {
  height: 34px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-top .lazyColor.status {
  height: 24px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item.lazy .box-riwayat-klaim-item-inner .box-details .box-details-inner {
  grid-row-gap: 30px;
}

.box-draft-card > .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 15px;
  grid-row-gap: 15px;
}
@media (max-width: 1024px) {
  .box-draft-card > .inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .box-draft-card > .inner {
    grid-template-columns: 1fr;
  }
}
.box-draft-card > .inner .box-draft-item {
  text-decoration: none;
  display: block;
  background-color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner {
  position: relative;
  padding: 11px 12px;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-date {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-border-radius: 0px 9px 0px 12px;
  -moz-border-radius: 0px 9px 0px 12px;
  -ms-border-radius: 0px 9px 0px 12px;
  -o-border-radius: 0px 9px 0px 12px;
  border-radius: 0px 9px 0px 12px;
  background-color: #494df4;
  color: #fff;
  font-size: 8px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  padding: 2px 11px;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title {
  display: flex;
  grid-column-gap: 6px;
  align-items: center;
  margin-bottom: 16px;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title h3 {
  margin-bottom: 0;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  color: #333;
  font-family: "SourceSans-Bold";
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z' fill='%23494DF4'/%3E%3Cpath d='M15.4016 13.25V10.5036C15.4016 8.1449 15.4016 6.96553 14.7572 6.23277C14.1128 5.5 13.0757 5.5 11.0016 5.5C8.92738 5.5 7.89029 5.5 7.24593 6.23277C6.60156 6.96553 6.60156 8.1449 6.60156 10.5036V13.25C6.60156 14.9531 6.60156 15.8047 6.96046 16.1768C7.13162 16.3542 7.34768 16.4657 7.57783 16.4953C8.06042 16.5575 8.62397 15.9967 9.75106 14.8752C10.2493 14.3795 10.4984 14.1316 10.7866 14.0663C10.9285 14.0341 11.0746 14.0341 11.2165 14.0663C11.5048 14.1316 11.7539 14.3795 12.2521 14.8752L12.2521 14.8752C13.3792 15.9967 13.9427 16.5575 14.4253 16.4953C14.6554 16.4657 14.8715 16.3542 15.0427 16.1768C15.4016 15.8047 15.4016 14.9531 15.4016 13.25Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  display: inline-block;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
  grid-column-gap: 5px;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-info label {
  font-weight: normal;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  color: #7f7f7f;
  margin-bottom: 0;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-info .value {
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  color: #333;
  font-family: "SourceSans-Semibold";
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .progress {
  border-radius: 0;
  background-color: rgba(73, 77, 244, 0.2);
  position: relative;
  overflow: inherit;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .progress .progress-bar {
  background-color: #494df4;
  overflow: inherit;
  position: relative;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .progress .progress-bar .box-tooltip-progress {
  background-color: #494df4;
  font-size: 10px;
  font-style: normal;
  line-height: normal;
  color: #fff;
  font-family: "SourceSans-Bold";
  text-align: center;
  padding: 1px 0px;
  position: absolute;
  right: -13px;
  top: -23px;
  width: 27px;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .progress .progress-bar .box-tooltip-progress:before {
  content: "";
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 5px solid #494df4;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.box-draft-card > .inner .box-draft-item.syariah .box-draft-item-inner .box-draft-date {
  background-color: #027180;
}
.box-draft-card > .inner .box-draft-item.syariah .box-draft-item-inner .box-draft-title:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.2' d='M11 22C17.0751 22 22 17.0751 22 11C22 4.92487 17.0751 0 11 0C4.92487 0 0 4.92487 0 11C0 17.0751 4.92487 22 11 22Z' fill='%23027180'/%3E%3Cpath d='M15.4016 13.25V10.5036C15.4016 8.1449 15.4016 6.96553 14.7572 6.23277C14.1128 5.5 13.0757 5.5 11.0016 5.5C8.92738 5.5 7.89029 5.5 7.24593 6.23277C6.60156 6.96553 6.60156 8.1449 6.60156 10.5036V13.25C6.60156 14.9531 6.60156 15.8047 6.96046 16.1768C7.13162 16.3542 7.34768 16.4657 7.57783 16.4953C8.06042 16.5575 8.62397 15.9967 9.75106 14.8752C10.2493 14.3795 10.4984 14.1316 10.7866 14.0663C10.9285 14.0341 11.0746 14.0341 11.2165 14.0663C11.5048 14.1316 11.7539 14.3795 12.2521 14.8752L12.2521 14.8752C13.3792 15.9967 13.9427 16.5575 14.4253 16.4953C14.6554 16.4657 14.8715 16.3542 15.0427 16.1768C15.4016 15.8047 15.4016 14.9531 15.4016 13.25Z' fill='%23027180'/%3E%3C/svg%3E%0A");
}
.box-draft-card > .inner .box-draft-item.syariah .box-draft-item-inner .progress {
  background: rgba(2, 113, 128, 0.2);
}
.box-draft-card > .inner .box-draft-item.syariah .box-draft-item-inner .progress .progress-bar {
  background-color: #027180;
}
.box-draft-card > .inner .box-draft-item.syariah .box-draft-item-inner .progress .progress-bar .box-tooltip-progress {
  background-color: #027180;
}
.box-draft-card > .inner .box-draft-item.syariah .box-draft-item-inner .progress .progress-bar .box-tooltip-progress:before {
  border-top: 5px solid #027180;
}
.box-draft-card > .inner .box-draft-item.lazy .box-draft-item-inner .box-draft-title:before {
  display: none;
}
.box-draft-card > .inner .box-draft-item.lazy .box-draft-item-inner .box-draft-title .lazyColor {
  width: 210px;
  height: 20px;
}
.box-draft-card > .inner .box-draft-item.lazy .box-draft-item-inner .box-draft-info .box-draft-info-item .lazyColor.label {
  width: 30px;
  height: 13px;
  border: 0px;
}
.box-draft-card > .inner .box-draft-item.lazy .box-draft-item-inner .box-draft-info .box-draft-info-item .lazyColor.value {
  max-width: 100px;
  width: 80px;
  height: 17px;
}
.box-draft-card > .inner .box-draft-item.lazy .box-draft-item-inner .lazyColor.progress {
  width: 100%;
  height: 7px;
}

.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title:before {
  flex: 0 0 auto;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title.with-delete {
  margin-top: 5px;
  display: flex;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title.with-delete:before {
  flex: 0 0 auto;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title.with-delete h3 {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  flex: 1 1 auto;
}
.box-draft-card > .inner .box-draft-item .box-draft-item-inner .box-draft-title.with-delete .delete-draft {
  flex: 0 0 auto;
  color: #c91432;
  font-size: 10px;
  font-family: "SourceSans-Semibold";
  line-height: normal;
}

.box-type-filter .box-type-filter-inner::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 6px;
}
.box-type-filter .box-type-filter-inner::-webkit-scrollbar:vertical {
  width: 6px;
}
.box-type-filter .box-type-filter-inner::-webkit-scrollbar:horizontal {
  height: 6px;
}
.box-type-filter .box-type-filter-inner::-webkit-scrollbar-thumb {
  background-color: #6b6b6b;
  border-radius: 10px;
}
.box-type-filter .box-type-filter-inner::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #d9d9d9;
}

.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan {
  position: relative;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .act-exp-col {
  text-align: center;
  margin: 0 auto;
  font-size: 12px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
  text-decoration: none;
  position: relative;
  margin-top: 5px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .act-exp-col .text {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .act-exp-col .text:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.14062 7L3.5692 4.42857L0.997769 7' stroke='%23494DF4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6.14062 3.57141L3.5692 0.999983L0.997769 3.57141' stroke='%23494DF4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 7px;
  height: 8px;
  display: inline-block;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .act-exp-col .text:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .act-exp-col:hover .text:before {
  opacity: 1;
  visibility: visible;
}
.CX-riwayat-klaim.new .box-riwayat-klaim .box-riwayat-klaim-inner .box-riwayat-klaim-item .box-riwayat-klaim-item-inner .box-details > .inner .box-grid-item .box-tipe-perubahan .act-exp-col.show .text:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L3.57143 3.57143L6.14286 1' stroke='%23494DF4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 4.42859L3.57143 7.00002L6.14286 4.42859' stroke='%23494DF4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.new-box-form {
  padding: 2rem 0;
}
.new-box-form .new-box-item .new-box-item-inner {
  position: relative;
}
.new-box-form .new-box-item .new-box-item-inner .vector {
  position: absolute;
  bottom: 9px;
  left: 15px;
  z-index: 2;
}
.new-box-form .new-box-item .new-box-item-inner .input .form-group .control-label {
  text-align: left;
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: rgba(32, 73, 132, 0.6);
}
.new-box-form .new-box-item .new-box-item-inner .input .form-group .control-label .reference-mark {
  color: #bd0a0a !important;
  font-size: 0.5rem;
  top: 2px;
  left: 2px;
}
.new-box-form .new-box-item .new-box-item-inner input {
  height: 44px;
  line-height: 44px;
  background: #eceff8;
  border-color: transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 0 0;
  padding-left: 50px;
  font-size: 14px;
  line-height: 21px;
  color: #1f4984;
}
.new-box-form .new-box-item .new-box-item-inner input:focus {
  border-color: #494df4;
}
.new-box-form .new-box-item .new-box-item-inner input::-webkit-input-placeholder {
  color: rgba(32, 73, 132, 0.3);
}
.new-box-form .new-box-item .new-box-item-inner input::-moz-placeholder {
  color: rgba(32, 73, 132, 0.3);
}
.new-box-form .new-box-item .new-box-item-inner input:-moz-placeholder {
  color: rgba(32, 73, 132, 0.3);
}
.new-box-form .new-box-item .new-box-item-inner input:-ms-input-placeholder {
  color: rgba(32, 73, 132, 0.3);
}
.new-box-form .new-box-item.focus .new-box-item-inner .vector svg path {
  fill: #494df4;
}
.new-box-form .new-box-item.focus .new-box-item-inner .vector svg line {
  stroke: #494df4;
}
.new-box-form .new-box-item.focus .new-box-item-inner input {
  border-color: #494df4;
}

.new-box-form .new-box-item .new-box-item-inner .input .has-error {
  margin-bottom: 40px;
}
.new-box-form .new-box-item .new-box-item-inner .input .has-error .form-validator-stack.help-block {
  position: absolute;
  width: 100%;
  text-align: left;
  color: #bd0a0a;
  font-weight: 500;
  font-size: 11px;
  line-height: 15px;
  padding-left: 10px;
}
.new-box-form .new-box-item .new-box-item-inner .input .has-error .form-validator-stack.help-block:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.new-box-form .new-box-item .new-box-item-inner .input .has-error .form-validator-stack.help-block .required {
  display: inline-block;
}
.new-box-form .new-box-item .new-box-item-inner .input .has-success .field,
.new-box-form .new-box-item .new-box-item-inner .input .has-success .form-control,
.new-box-form .new-box-item .new-box-item-inner .input .has-success input {
  border-color: #1cc542;
}

.new-box-form .new-box-item.read-only {
  margin-bottom: 1rem;
}
.new-box-form .new-box-item.read-only .new-box-item-inner:before {
  content: "";
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.new-box-form .new-box-item.read-only .new-box-item-inner .input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  height: 50px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.new-box-form .new-box-item.read-only .new-box-item-inner .input .form-group.input-text-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 10px;
  margin-bottom: 0px;
}
.new-box-form .new-box-item.read-only .new-box-item-inner .input .form-group.input-text-wrapper .control-label {
  position: relative !important;
  color: #999999 !important;
  background-color: transparent;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 14px;
  margin-bottom: 0;
  padding-left: 25px;
  transform: none;
  left: 0;
  top: 5px !important;
}
.new-box-form .new-box-item.read-only .new-box-item-inner .input .form-group.input-text-wrapper input {
  flex: 1 1 auto;
  background-color: transparent;
  border: 0;
  color: #5f5f5f;
  pointer-events: none;
  cursor: default;
  height: auto !important;
  padding-left: 25px !important;
  font-size: 16px;
}
.new-box-form .new-box-item.white-bg input {
  background: #ffffff;
  border: 1px solid #e6ebf5;
}
.new-box-form .new-box-item.grey-bg input {
  background: #fafbfd;
  border: 1px solid #e6ebf5;
}
.new-box-form .new-box-item.right-ico .new-box-item-inner .vector {
  left: initial;
  right: 15px;
}
.new-box-form .new-box-item.right-ico .new-box-item-inner .input input {
  padding-left: 12px;
  padding-right: 50px;
}
.new-box-form .new-box-item.default-ico .new-box-item-inner:before {
  content: "";
  position: absolute;
  right: 25px;
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .control-label {
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-family: "SourceSans-Semibold";
  background-color: #fff;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  -webkit-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  -ms-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  cursor: text;
  padding: 0 5px;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input input {
  font-size: 15px;
  color: #333;
  padding-left: 20px !important;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input:focus-within .control-label {
  font-size: 13px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-item.dynamic-label.default-ico .new-box-item-inner:focus-within:before {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.new-box-form .new-box-item.read-only .new-box-item-inner .input .control-label, .new-box-form .new-box-item.has-value .new-box-item-inner .input .control-label {
  font-size: 13px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}

.new-box-form .new-box-item.h-50 .new-box-item-inner .input input {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
  line-height: 19px;
  font-family: "SourceSans-Semibold";
  color: #000;
}

.new-box-form .new-box-item.h-50 .new-box-item-inner .input select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
  line-height: 19px;
  font-family: "SourceSans-Semibold";
  color: #000;
}
.new-box-form .new-box-item.type-select .new-box-item-inner {
  position: relative;
}
.new-box-form .new-box-item.type-select .new-box-item-inner .input .form-group.input-select-wrapper {
  position: relative;
}
.new-box-form .new-box-item.type-select .new-box-item-inner .input .form-group.input-select-wrapper .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 20px;
  color: #5f5f5f;
  margin-bottom: 15px;
}
.new-box-form .new-box-item.type-select .new-box-item-inner .input .form-group.input-select-wrapper select {
  font-family: "SourceSans-Semibold";
  padding-left: 20px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.01em;
  color: #333333;
}
.new-box-form .new-box-item.type-select .new-box-item-inner .input .form-group.input-select-wrapper:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  bottom: 12px;
  right: 20px;
  font-size: 1.2rem;
}
.new-box-form .new-box-item.type-select .new-box-item-inner .input .form-group.input-select-wrapper:focus-within:before {
  color: #494df4;
}

.new-box-form .new-box-item.h-50 .new-box-item-inner .input select {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  height: 50px;
  font-size: 16px;
  line-height: 19px;
  font-family: "SourceSans-Semibold";
  color: #000;
}
.new-box-form .new-box-item.type-select .new-box-item-inner .input .form-group.input-select-wrapper .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 20px;
  color: #5f5f5f;
}

.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area {
  position: relative;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 20px;
  color: #5f5f5f;
  margin-bottom: 15px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file {
  position: absolute;
  left: 0;
  top: 0;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area {
  background: #f8fafc;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%234976BAFF' stroke-width='2' stroke-dasharray='6%2c 10' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 2rem;
  text-align: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area:hover {
  background-color: rgba(73, 119, 186, 0.16);
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-preview {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: center center;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-pdf-preview {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner .img {
  margin-bottom: 25px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner .title {
  font-family: "SourceSans-Bold";
  font-weight: 700;
  font-size: 17px;
  line-height: 20px;
  color: #4976ba;
  margin-bottom: 8px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-upload-area .box-upload-area-inner .info-file {
  font-family: "SourceSans";
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #4976ba;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files {
  padding: 15px 0 0;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item {
  background: #f8fafc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  grid-column-gap: 20px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .names {
  flex: 1 1 auto;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .names .name {
  font-family: "SourceSans-Bold";
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  margin-bottom: 5px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .names .size {
  font-family: "SourceSans-Light";
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  color: rgba(51, 51, 51, 0.6);
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .box-preview-files .box-preview-files-inner .box-preview-files-item .close {
  opacity: 1;
  top: 2px;
  position: relative;
}

.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper input {
  opacity: 0;
  cursor: pointer;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper .form-validator-stack.help-block {
  display: none;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
  margin-bottom: 0;
  background-color: #fff;
  text-align: center;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23C91432FF' stroke-width='2' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  background-color: #fefafb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error .form-validator-stack.help-block {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  text-align: center;
  padding-left: 0;
  font-size: 14px;
}

.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner {
    flex-direction: column;
    grid-row-gap: 20px;
    grid-column-gap: 0px;
  }
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item {
  flex: 1;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a {
  display: block;
  background: #fafafa;
  border: 1px solid #f0f0f0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 16px;
  text-decoration: none;
  position: relative;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:before, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:after {
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:before {
  content: "";
  background-color: #494df4;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:after {
  color: #fff;
  text-align: center;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner {
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .ico {
  flex: 0 0 auto;
  background: rgba(127, 127, 127, 0.1);
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .ico svg {
  position: relative;
  top: 3px;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names {
  flex: 1 1 auto;
  padding-right: 25px;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 20px;
  color: #333333;
  margin-bottom: 5px;
}
@media (max-width: 1280px) {
  .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
    font-size: 14px;
  }
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  color: #7f7f7f;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:hover {
  background: rgba(231, 233, 253, 0.7);
  border: 1px solid #3032c1;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected:before, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected:after, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:hover:before, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:hover:after {
  opacity: 1;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected .box-custom-radios-item-inner .ico, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:hover .box-custom-radios-item-inner .ico {
  background: rgba(73, 78, 244, 0.1);
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected .box-custom-radios-item-inner .ico svg path, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:hover .box-custom-radios-item-inner .ico svg path {
  fill: #3032c1;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-otp .box-pop-up-modal {
    padding: 3rem 12px;
  }
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .close-pop-up {
  position: absolute;
  top: 10px;
  right: 10px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-family: "SourceSans-Bold";
  font-weight: 700;
  font-size: 27px;
  line-height: 32px;
  text-align: center;
  color: #333333;
  margin-bottom: 10px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-heading .box-pop-heading-inner p {
  font-family: "SourceSans";
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  text-align: center;
  color: #999999;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp {
  margin-bottom: 4rem;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-verifikasi {
  display: inline-block;
  color: #fff;
  background: #027180;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 11px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-verifikasi .names,
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-verifikasi .ico {
  display: inline-block;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-verifikasi .ico {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 340px;
  margin: 0 auto;
  grid-column-gap: 8px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input::-webkit-outer-spin-button,
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input[type=number] {
  -moz-appearance: textfield;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input {
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  color: #333333;
  border: 1px solid #999999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input {
    width: 100%;
    display: block;
  }
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input::-moz-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input:-moz-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input:-ms-input-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input:focus::-moz-placeholder {
  opacity: 0;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input:focus:-moz-placeholder {
  opacity: 0;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list input:focus:-ms-input-placeholder {
  opacity: 0;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #494df4;
  text-decoration: none;
  padding: 8px 13px;
  border: 1px solid #494df4;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner:hover {
  background-color: #395e97;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner .ico,
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner .text {
  display: inline-block;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner .ico {
  position: relative;
  top: 3px;
}

.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-outer-spin-button,
.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-form-otp .box-form-otp-inner .box-input-list input[type=number] {
  -moz-appearance: textfield;
}

.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2-container {
  width: 100% !important;
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2-selection.select2-selection--single {
  height: 50px;
  position: relative;
  border: 1px solid #d7d7d4;
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #333333;
  padding-left: 20px;
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2.select2-container--open .select2-selection.select2-selection--single {
  border-color: #494df4;
}
.new-box-form .new-box-item.h-50.type-select .new-box-item-inner .input .select2.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow:before {
  color: #494df4;
}

.new-box-form .new-box-item.border-gray .new-box-item-inner .input .select2-selection.select2-selection--single,
.new-box-form .new-box-item.border-gray .new-box-item-inner .input input,
.new-box-form .new-box-item.border-gray .new-box-item-inner .input select {
  border: 1px solid #5f5f5f !important;
}

.new-box-form .new-box-item .new-box-item-inner .input .control-label .reference-mark {
  color: #bd0a0a !important;
  font-size: 0.5rem;
  top: 2px;
  left: 2px;
}

.new-box-form .new-box-item.h-50 .new-box-item-inner input {
  font-weight: 600;
  font-size: 18px !important;
  line-height: 50px !important;
  letter-spacing: 0.01em;
  color: #333333;
  padding-left: 20px !important;
}
.new-box-form .new-box-item.h-50 .new-box-item-inner input:focus {
  border-color: #494df4;
}

.new-box-form .new-box-item.h-50 {
  height: inherit !important;
}

.box-custom-radios.simple-style .box-custom-radios-inner {
  column-gap: 10px;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a {
  background: #edf0f7 !important;
  border: 1px solid #c7d0e6 !important;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner {
  grid-column-gap: 15px;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .ico {
  line-height: 24px !important;
  width: 24px !important;
  height: 24px !important;
  background-color: transparent;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names {
  padding-right: 0px !important;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
  margin-bottom: 0px !important;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a.selected {
  border-color: #494df4 !important;
}
.box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a:before, .box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a:after {
  right: 15px;
}

.box-custom-file-area.type-profile .box-upload-area {
  background-image: none !important;
  width: 182px;
  height: 182px;
  -webkit-border-radius: 50% !important;
  -moz-border-radius: 50% !important;
  -ms-border-radius: 50% !important;
  -o-border-radius: 50% !important;
  border-radius: 50% !important;
  margin: 0 auto;
  border: 3px solid #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.22);
}
@media (max-width: 767px) {
  .box-custom-file-area.type-profile .box-upload-area {
    width: 146px;
    height: 146px;
  }
}

.box-custom-file-area.type-profile .input-file {
  overflow: hidden;
}
.box-custom-file-area.type-profile .input-file input {
  opacity: 0 !important;
  width: 20px;
  margin: 40px auto 0;
  visibility: hidden;
}

.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a:after, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a:before {
  width: 20px;
  height: 20px;
}
.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios.simple-style .box-custom-radios-inner .box-custom-radios-item a:after {
  font-size: 0.8rem;
  margin-top: -4px;
}

.new-box-form::-webkit-scrollbar-track {
  background-color: #ddd;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.new-box-form::-webkit-scrollbar {
  width: 6px;
  background-color: #ddd;
}

.new-box-form::-webkit-scrollbar-thumb {
  background-color: #7f7f7f;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

section.modal-preview .box-pop-up-modal .box-pop-heading {
  margin-bottom: 2rem;
}

section.modal-preview .box-pop-up-modal {
  max-width: 816px;
  padding: 2rem 10px 2rem 10px;
}
section.modal-preview .box-pop-up-modal .box-pop-up-modal-inner .new-box-form {
  max-height: 550px;
}
@media (min-width: 1025px) and (max-width: 1300px) {
  section.modal-preview .box-pop-up-modal .box-pop-up-modal-inner .new-box-form {
    max-height: 400px;
  }
}
@media (max-width: 767px) {
  section.modal-preview .box-pop-up-modal .box-pop-up-modal-inner .new-box-form {
    max-height: calc(100vh - 300px);
    overflow-x: hidden;
    overflow-y: auto;
  }
}
section.modal-preview .box-pop-up-modal .box-pop-up-modal-inner .new-box-form .new-box-item.preview .new-box-item-inner .input .control-label {
  font-size: 13px !important;
  line-height: 20px !important;
  color: #7f7f7f !important;
  font-family: "SourceSans";
  font-weight: 400 !important;
}
section.modal-preview .box-pop-up-modal .box-pop-up-modal-inner .new-box-form .new-box-item.preview .new-box-item-inner .input input {
  font-size: 16px !important;
  line-height: 25px !important;
  color: #000000 !important;
  font-family: "SourceSans-Semibold" !important;
}

.new-box-form .new-box-item.preview .new-box-item-inner {
  position: relative;
}
.new-box-form .new-box-item.preview .new-box-item-inner .input {
  height: auto;
  padding: 10px 0px;
  background: #f8f9fc;
  border-color: transparent;
}
.new-box-form .new-box-item.preview .new-box-item-inner .input .control-label {
  max-width: 80%;
  color: #000 !important;
}
.new-box-form .new-box-item.preview .new-box-item-inner .input input {
  max-width: 80%;
}
.new-box-form .new-box-item.preview .new-box-item-inner .box-action {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
}
.new-box-form .new-box-item.preview .new-box-item-inner .box-action .btn-preview {
  background: #dedffc;
  -webkit-border-radius: 31px;
  -moz-border-radius: 31px;
  -mso-border-radius: 31px;
  border-radius: 31px;
  font-weight: 600;
  font-size: 12px;
  line-height: 14px;
  color: #494df4;
  padding: 5px 15px;
  outline: 0px;
  border: 0px;
  cursor: pointer;
}
.new-box-form .new-box-item.preview .new-box-item-inner .box-action .btn-preview:hover {
  background: #afb2f8;
}

.new-box-form .new-box-item.textarea.white-bg textarea {
  background: #ffffff;
  border: 1px solid #e6ebf5;
}
.new-box-form .new-box-item.textarea.grey-bg textarea {
  background: #fafbfd;
  border: 1px solid #e6ebf5;
}
.new-box-form .new-box-item.textarea.right-ico .new-box-item-inner .vector {
  left: initial;
  right: 15px;
}
.new-box-form .new-box-item.textarea.right-ico .new-box-item-inner .input textarea {
  padding-left: 12px;
  padding-right: 50px;
}
.new-box-form .new-box-item.textarea.default-ico .new-box-item-inner:before {
  content: "";
  position: absolute;
  right: 25px;
  width: 16px;
  height: 16px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
}
.new-box-form .new-box-item.textarea.dynamic-label .new-box-item-inner .input .control-label {
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: 500;
  font-family: "SourceSans-Semibold";
  background-color: #fff;
  transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  -webkit-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  -ms-transition: top 200ms ease-in, left 200ms ease-in, font-size 200ms ease-in;
  cursor: text;
  padding: 0 5px;
}
.new-box-form .new-box-item.textarea.dynamic-label .new-box-item-inner .input textarea {
  font-size: 15px;
  color: #333;
  padding-left: 20px !important;
}
.new-box-form .new-box-item.textarea.dynamic-label .new-box-item-inner .input textarea:not(:placeholder-shown):not(:focus) + .control-label {
  display: none;
}
.new-box-form .new-box-item.textarea.dynamic-label .new-box-item-inner .input:focus-within .control-label {
  font-size: 13px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-item.textarea.dynamic-label.default-ico .new-box-item-inner:focus-within:before {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.new-box-form .new-box-item.textarea.read-only .new-box-item-inner .input .control-label, .new-box-form .new-box-item.textarea.has-value .new-box-item-inner .input .control-label {
  font-size: 13px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-item.textarea.read-only {
  margin-bottom: 1rem;
}
.new-box-form .new-box-item.textarea.read-only .new-box-item-inner:before {
  content: "";
  position: absolute;
  right: 25px;
  width: 20px;
  height: 20px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.new-box-form .new-box-item.textarea.read-only .new-box-item-inner .input {
  background: #f5f5f5;
  border: 1px solid #e5e5e5;
  height: auto;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.new-box-form .new-box-item.textarea.read-only .new-box-item-inner .input .form-group.input-text-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  align-items: center;
  flex-direction: column;
  grid-row-gap: 10px;
  margin-bottom: 0px;
}
.new-box-form .new-box-item.textarea.read-only .new-box-item-inner .input .form-group.input-text-wrapper .control-label {
  position: relative !important;
  color: #999999;
  background-color: transparent;
  z-index: 2;
  font-style: normal;
  font-weight: 600;
  font-size: 12px !important;
  line-height: 14px;
  margin-bottom: 0;
  padding-left: 25px;
  transform: none;
  left: 0;
  top: 5px !important;
}
.new-box-form .new-box-item.textarea.read-only .new-box-item-inner .input .form-group.input-text-wrapper textarea {
  flex: 1 1 auto;
  background-color: transparent;
  border: 0;
  color: #5f5f5f;
  pointer-events: none;
  cursor: default;
  height: auto !important;
  padding-left: 25px !important;
  resize: none;
}

.new-box-form .new-box-item.textarea.preview.read-only .new-box-item-inner {
  position: relative;
}
.new-box-form .new-box-item.textarea.preview.read-only .new-box-item-inner .input {
  height: auto;
  padding: 10px 0px;
  background: #f8f9fc;
  border-color: transparent;
}
.new-box-form .new-box-item.textarea.preview.read-only .new-box-item-inner .input .control-label {
  max-width: 80%;
}
.new-box-form .new-box-item.textarea.preview.read-only .new-box-item-inner .input textarea {
  max-width: 80%;
  color: #000 !important;
}

.new-box-form .new-box-item.read-only.preview .new-box-item-inner .input .control-label,
.new-box-form .new-box-item.has-value.preview .new-box-item-inner .input .control-label,
.new-box-form .new-box-item.textarea.read-only.preview .new-box-item-inner .input .control-label,
.new-box-form .new-box-item.textarea.has-value.preview .new-box-item-inner .input .control-label {
  color: #7f7f7f !important;
  font-family: "SourceSans";
}

.new-box-form .new-box-item.h-50.default-ico .new-box-item-inner input {
  font-size: 18px !important;
}

.new-box-form .new-box-item.h-50 .new-box-item-inner .input .form-group .control-label {
  font-size: 13px;
}

.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2-container {
  width: 100% !important;
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2-selection.select2-selection--single {
  height: 50px;
  position: relative;
  border: 1px solid #e6ebf5;
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__rendered {
  height: 50px;
  line-height: 50px;
  font-weight: 600;
  font-size: 18px;
  line-height: 50px;
  letter-spacing: 0.01em;
  color: #000;
  padding-left: 20px;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 20px;
  font-size: 1.2rem;
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2.select2-container--open .select2-selection.select2-selection--single {
  border-color: #494df4;
}
.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow:after, .new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .select2.select2-container--open .select2-selection.select2-selection--single .select2-selection__arrow:before {
  color: #494df4;
}

body.v2 .select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
body.v2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple .select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
body.v2 .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -moz-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  margin-top: 5px;
  border: 0px;
  -webkit-box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 4px 23px 1px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 10px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown {
  position: relative;
  padding: 0px;
  margin-bottom: 10px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown:before,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown:before {
  content: "\f002";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 8px;
  left: 20px;
  color: #7f7f7f;
  font-size: 1.2rem;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown .select2-search__field {
  height: 44px;
  background: #f6f6f6;
  border: 1px solid #f6f6f6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding-left: 45px;
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 18px;
  color: #7f7f7f;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field:focus,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown .select2-search__field:focus {
  border-color: #494df4;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options li {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 19px;
  color: #5f5f5f;
  padding: 10px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options li.select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #f2f2fe;
  color: #5f5f5f;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li.select2-results__option--selected,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options li.select2-results__option--selected {
  background-color: #fafafa;
}
body.v2 .new-box-form .new-box-item.h-50.type-select-default.dynamic-label .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\f077";
  font-size: 0.9rem;
  margin-top: 0px;
  right: 25px;
}
body.v2 .new-box-form .new-box-item.h-50.type-select-default.dynamic-label .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow:after {
  margin-top: 10px;
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  right: 25px;
  font-size: 0.9rem;
}

.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input .control-label {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input {
  font-size: 16px !important;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input::-webkit-input-placeholder {
  opacity: 0;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input::-moz-placeholder {
  opacity: 0;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input:-moz-placeholder {
  opacity: 0;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input:-ms-input-placeholder {
  opacity: 0;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input:focus ~ .control-label {
  font-size: 12px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input input:not(:placeholder-shown):not(:focus) ~ .control-label {
  font-size: 12px;
  line-height: 16px;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50 .new-box-item-inner .input:focus-within .control-label {
  font-size: 12px !important;
  line-height: 14px;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default .new-box-item-inner .input .control-label {
  cursor: pointer;
  pointer-events: none;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default .new-box-item-inner .input select {
  padding-left: 25px;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default .new-box-item-inner .input .select2 .select2-selection.select2-selection--single {
  padding-left: 0;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default .new-box-item-inner .input .select2 .select2-selection__rendered {
  font-size: 16px;
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default .new-box-item-inner .input .select2.select2-container--focus ~ .control-label, .new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default .new-box-item-inner .input .select2.select2-container--open ~ .control-label {
  font-size: 12px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #494df4;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default.has-selected .new-box-item-inner .input .control-label {
  font-size: 12px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.h-50.type-select-default.has-selected .new-box-item-inner .input .select2 ~ .control-label {
  font-size: 12px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}

.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .has-error {
  margin-bottom: 30px;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .has-error input {
  border: 1px solid #c91432;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .has-error input:focus {
  box-shadow: none;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .has-error input:focus ~ .control-label {
  color: #bd0a0a !important;
}

.new-box-form .new-box-form-inner .new-box-item.dynamic-label.review-only .new-box-item-inner .input .control-label {
  font-size: 12px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-form-inner .new-box-item.dynamic-label.review-only .new-box-item-inner .input input {
  pointer-events: none;
}

.new-box-form .new-box-form-inner .new-box-item.dynamic-label .new-box-item-inner .input .has-success .control-label,
.new-box-form .new-box-form-inner .new-box-item.dynamic-label .new-box-item-inner .input .has-error .control-label {
  font-size: 12px;
  line-height: 16px;
  top: 1px;
  left: 0.8rem;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}

.new-box-form .new-box-item.right-ico.dynamic-label .new-box-item-inner .vector {
  left: initial;
  right: 15px;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner {
    flex-direction: column;
    column-gap: 0px;
    grid-row-gap: 10px;
  }
  .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item {
    width: 100%;
  }
}

.custom-control.custom-checkbox label .box-setujui {
  display: flex;
  align-items: flex-start;
  grid-column-gap: 5px;
}
.custom-control.custom-checkbox label .box-setujui .custom-control-label {
  top: 0px;
  position: relative;
}
.custom-control.custom-checkbox label .box-setujui .custom-control-label:before {
  width: 17px;
  height: 17px;
  background: rgba(31, 71, 128, 0.2);
}
.custom-control.custom-checkbox label .box-setujui .custom-control-label:after {
  width: 17px;
  height: 17px;
}
.custom-control.custom-checkbox label .box-setujui .custom-control-label-text {
  font-family: "SourceSans-Semibold";
  font-size: 13px;
  line-height: 20px;
  color: #333333;
  text-align: left;
  position: relative;
  top: 3px;
}
.custom-control.custom-checkbox label .box-setujui .custom-control-label-text a {
  font-family: "SourceSans-Semibold";
  color: #4850e3;
}
.custom-control.custom-checkbox label .box-setujui .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #494df4 !important;
}

.new-box-form .new-box-item.h-50.type-select-default .new-box-item-inner .input .control-label {
  z-index: 2;
}

.new-box-form .new-box-item .new-box-item-inner .input .has-error .form-validator-stack.help-block div[role=alert] {
  display: inline-block;
}

.new-box-form .new-box-item:not(.dynamic-label) .new-box-item-inner .input .form-group.has-error .form-control {
  box-shadow: none;
  border: 1px solid #c91432;
  background: rgba(201, 20, 50, 0.02);
}
.new-box-form .new-box-item:not(.dynamic-label) .new-box-item-inner .input .form-group.has-success .form-control {
  box-shadow: none;
  background: rgba(28, 197, 66, 0.02);
}
.new-box-form .new-box-item:not(.dynamic-label).has-error .new-box-item-inner .vector svg path {
  fill: #c91432;
}
.new-box-form .new-box-item:not(.dynamic-label).has-success .new-box-item-inner .vector svg path {
  fill: #7f7f7f;
}
.new-box-form .new-box-item:not(.dynamic-label).has-success .new-box-item-inner .input {
  position: relative;
}
.new-box-form .new-box-item:not(.dynamic-label).has-success .new-box-item-inner .input .form-group.input-text-wrapper.has-success input {
  padding-right: 35px;
}
.new-box-form .new-box-item:not(.dynamic-label).has-success .new-box-item-inner .input:after {
  content: "\f058";
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  font-weight: bold;
  color: #14af77;
  right: 15px;
  top: 39px;
}

.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .form-group.has-error {
  margin-bottom: 35px;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .form-group.has-error .form-control {
  box-shadow: none;
  border: 1px solid #c91432;
  background: rgba(201, 20, 50, 0.02);
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .form-group.has-success .form-control {
  box-shadow: none;
  background: rgba(28, 197, 66, 0.02);
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .form-group.input-select-wrapper .form-validator-stack.help-block {
  display: none;
}
.new-box-form .new-box-item.dynamic-label .new-box-item-inner .input .form-group.input-select-wrapper.has-error {
  margin-bottom: 15px;
}
.new-box-form .new-box-item.dynamic-label.has-error .new-box-item-inner .vector svg path {
  fill: #c91432;
}
.new-box-form .new-box-item.dynamic-label.default-ico.has-error .new-box-item-inner .input .form-group.input-text-wrapper.has-error .control-label {
  background: rgb(247, 244, 248);
}
.new-box-form .new-box-item.dynamic-label.default-ico.has-error .new-box-item-inner .vector svg line {
  stroke: #c91432;
}
.new-box-form .new-box-item.dynamic-label.default-ico.has-error .new-box-item-inner .vector svg path {
  fill: #c91432;
}
.new-box-form .new-box-item.dynamic-label.default-ico.has-success .new-box-item-inner .input .form-group.input-text-wrapper.has-success .control-label {
  background: #f4f8f9;
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-error .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error {
  margin-bottom: 15px;
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-error .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error .form-validator-stack.help-block {
  display: none;
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-error .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error .control-label {
  background: rgb(247, 244, 248);
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-error .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error .select2 .select2-selection.select2-selection--single {
  box-shadow: none;
  border: 1px solid #c91432;
  background: rgba(201, 20, 50, 0.02);
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-error .new-box-item-inner .input .select2-selection.select2-selection--single .select2-selection__arrow {
  color: #c91432;
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-success .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-success .control-label {
  background: #f4f8f9;
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-success .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-success .form-validator-stack.help-block {
  display: none;
}
.new-box-form .new-box-item.dynamic-label.type-select-default.has-success .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-success .select2 .select2-selection.select2-selection--single {
  box-shadow: none;
  border: 1px solid #14af77;
  background: rgba(28, 197, 66, 0.02);
}
.new-box-form .new-box-item.dynamic-label.has-error-msg .new-box-item-inner .input .form-group.input-select-wrapper.has-select2 .form-validator-stack.help-block {
  bottom: -30px;
}
.new-box-form .new-box-item.dynamic-label.has-error-msg .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error {
  margin-bottom: 35px !important;
}
.new-box-form .new-box-item.dynamic-label.has-error-msg .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error .form-validator-stack.help-block {
  display: block !important;
}

body.v2.newbox-item-select2 .new-box-item .select2-container.select2-container--default.select2-container--open {
  z-index: 2;
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer {
  font-size: 15px;
  line-height: 23px;
  color: #333;
  font-family: "SourceSans";
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer span {
  font-family: "SourceSans-Bold";
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer > .text {
  font-family: "SourceSans-Semibold";
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #000000;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner {
  background: #fff;
  border: 1px solid #5f5f5f;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 2px 12px;
  color: #5f5f5f;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner .ico-and-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner span.ico {
  position: relative;
  top: 0px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner span.text {
  font-size: 12px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}

.box-form-otp .box-resend-otp .new-btn-blue.with-ico {
  position: relative;
  padding: 2px 8px 6px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico .ico {
  top: 0px;
  width: 15px;
  height: 15px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico:hover .ico svg path {
  fill: #fff;
}

.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list.has-error {
  padding-bottom: 5px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-input-list.has-error input {
  border-color: #c91432 !important;
  color: #c91432 !important;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-alert {
  margin-bottom: 10px;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner {
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #bd0a0a;
}
.CX-pop-up-modal.modal-otp .box-pop-up-modal .box-pop-up-modal-inner .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner .ico {
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper {
  overflow: hidden;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper input {
  transform: scale(10);
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group {
  margin-bottom: 30px;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group label {
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #333333;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group label .reference-mark.text-warning {
  color: #333333 !important;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
  background-color: #fff;
  border: 1px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  padding-left: 0px;
  padding: 11px 16px;
  height: auto;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .box-info-alert {
  text-align: left;
  padding-left: 0px;
  margin-top: -20px;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .box-info-alert .box-info-alert-inner .ico {
  margin-right: 8px;
}
.new-box-form .new-box-item.style-default.has-error .form-group .form-control {
  border-color: #c91432 !important;
}
.new-box-form .new-box-item.style-default.has-error .form-group .form-validator-stack.help-block {
  font-weight: 400;
  font-family: "SourceSans";
  font-size: 13px;
  line-height: 20px;
  color: #c91432;
  padding-left: 0px;
}
.new-box-form .new-box-item.style-default.has-error .form-group .form-validator-stack.help-block:before {
  display: none;
}
.new-box-form .new-box-item.style-default.has-error .form-group.input-text-wrapper input {
  background-image: url("https://webarq.axa-mandiri.co.id/o/axa-emma-theme/images/form-assets/ico-error.png") !important;
  background-repeat: no-repeat !important;
  background-size: 20px 20px;
  background-position: center right 18px !important;
  padding-right: 40px !important;
}
.new-box-form .new-box-item.style-default .form-group.has-error + .box-info-alert {
  margin-top: 0px;
}

.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .control-label {
  font-size: 18px;
  line-height: 26px;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
  margin-bottom: 8px;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner {
  grid-column-gap: 16px;
}
@media (max-width: 1024px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner {
    flex-direction: row;
  }
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item {
    width: auto;
  }
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a {
  padding: 10px 25px;
  border: 1.5px solid #999999;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:before, .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:after {
  display: none;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names {
  padding-right: 0;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
  font-family: "SourceSans-Semibold";
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  color: #999999;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:hover {
  background-color: #fff;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected {
  border: 1.5px solid #494df4;
  background-color: #fff;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected:before, .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected:after {
  display: none;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected .box-custom-radios-item-inner .names .name {
  color: #494df4;
}

.box-comeback {
  padding: 20px 0;
  margin-bottom: 20px;
}
.box-comeback a {
  display: inline-block;
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  line-height: 22px;
  color: #494df4;
  text-decoration: none;
}
.box-comeback a span:first-child {
  margin-right: 16px;
  position: relative;
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group label {
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  line-height: 23px;
  text-transform: capitalize;
  color: #333333;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group label .reference-mark.text-warning {
  color: #333333 !important;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
  background-color: #fff;
  border: 1px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  padding: 11px 16px;
  height: auto;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container .selection .select2-selection.select2-selection--single {
  height: 48px;
  padding-left: 16px;
  border: 1px solid #999999;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  padding: 0;
  height: 48px;
  line-height: 48px;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  font-size: 16px;
  line-height: 25px;
  color: #999999;
  font-family: "SourceSans";
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow {
  width: auto;
  height: auto;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "\f078";
  font-family: "Font Awesome 5 Pro";
  color: #494df4;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container .selection .select2-selection.select2-selection--single .select2-selection__arrow b {
  display: none;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--focus .selection .select2-selection.select2-selection--single {
  border: 1px solid #494df4;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single {
  background: #f5f5f5;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #999999;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #999999;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__arrow:before {
  color: #999999;
}

.select2.select2-container.select2-container--default.select2-container--above.select2-container--focus .select2-selection.select2-selection--single,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--focus .select2-selection.select2-selection--single {
  border: 1px solid #494df4;
}
.select2.select2-container.select2-container--default.select2-container--above.select2-container--disabled .select2-selection.select2-selection--single,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--disabled .select2-selection.select2-selection--single {
  background: #f5f5f5;
}
.select2.select2-container.select2-container--default.select2-container--above.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered {
  color: #999999;
}
.select2.select2-container.select2-container--default.select2-container--above.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__rendered .select2-selection__placeholder {
  color: #999999;
}
.select2.select2-container.select2-container--default.select2-container--above.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__arrow:before,
.select2.select2-container.select2-container--default.select2-container--below.select2-container--disabled .select2-selection.select2-selection--single .select2-selection__arrow:before {
  color: #999999;
}

body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above {
  padding: 0;
  -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -ms-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -o-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.16);
  -webkit-border-radius: 8px 8px 0px 0px;
  -moz-border-radius: 8px 8px 0px 0px;
  -m-border-radius: 8px 8px 0px 0px;
  -so-border-radius: 8px 8px 0px 0px;
  border-radius: 8px 8px 0px 0px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options li {
  padding: 16px 21px;
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-results .select2-results__options li:nth-of-type(even),
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-results .select2-results__options li:nth-of-type(even) {
  background: #f5f5f5;
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container {
  width: 100% !important;
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control.datepicker, .new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control.date, .new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control.flatpickr-input {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.71453 0.383162C3.45865 0.553749 3.43306 0.643307 3.43306 1.35551V2.00374L2.40101 2.01653L1.3647 2.02933L1.06617 2.17432C0.673818 2.36623 0.336909 2.70314 0.144999 3.0955L0 3.39402V11.0065V18.6189L0.13647 18.9004C0.383821 19.4079 0.767641 19.7448 1.28367 19.9196C1.53102 20.0049 1.65469 20.0049 10.9815 19.9964L20.4278 19.9836L20.7263 19.8386C21.1187 19.6467 21.4556 19.3098 21.6475 18.9174L21.7925 18.6189V11.0065V3.39402L21.6475 3.0955C21.4556 2.70314 21.1187 2.36623 20.7263 2.17432L20.4278 2.02933L19.3957 2.01653L18.3594 2.00374V1.35551C18.3594 0.79257 18.3466 0.690218 18.2784 0.583601C18.1462 0.387426 17.9841 0.302132 17.7197 0.302132C17.4553 0.302132 17.2932 0.387426 17.161 0.583601C17.0928 0.690218 17.08 0.79257 17.08 1.35551V2.008H14.308H11.5359V1.35551C11.5359 0.643307 11.5104 0.553749 11.2545 0.383162C11.0882 0.27228 10.7043 0.27228 10.538 0.383162C10.2821 0.553749 10.2565 0.643307 10.2565 1.35551V2.008H7.4845H4.71246V1.35551C4.71246 0.79257 4.69967 0.690218 4.63143 0.583601C4.49923 0.387426 4.33717 0.302132 4.07276 0.302132C3.91497 0.302132 3.79982 0.327721 3.71453 0.383162ZM3.43306 3.93563C3.43306 4.6521 3.45865 4.74166 3.71453 4.91224C3.88085 5.02313 4.26467 5.02313 4.431 4.91224C4.68688 4.74166 4.71246 4.6521 4.71246 3.93563V3.28741H7.4845H10.2565V3.93563C10.2565 4.6521 10.2821 4.74166 10.538 4.91224C10.7043 5.02313 11.0882 5.02313 11.2545 4.91224C11.5104 4.74166 11.5359 4.6521 11.5359 3.93563V3.28741H14.308H17.08V3.93563C17.08 4.6521 17.1056 4.74166 17.3615 4.91224C17.5278 5.02313 17.9116 5.02313 18.0779 4.91224C18.3338 4.74166 18.3594 4.6521 18.3594 3.93563V3.27888L19.2038 3.29593C19.98 3.30873 20.0568 3.31726 20.1932 3.40255C20.2743 3.45373 20.3809 3.56034 20.4278 3.63711C20.5088 3.76931 20.5131 3.8674 20.5259 5.10842L20.5387 6.44326H10.8962H1.25381L1.26661 5.10842C1.2794 3.82475 1.28367 3.77358 1.37322 3.62858C1.56087 3.33005 1.68455 3.29593 2.67821 3.29167L3.43306 3.28741V3.93563ZM20.5259 12.9767C20.5131 18.1498 20.5131 18.2393 20.4278 18.3758C20.3809 18.4526 20.2743 18.5592 20.1932 18.6104L20.044 18.7042H10.8962C1.82528 18.7042 1.74852 18.7042 1.60778 18.6189C1.53102 18.572 1.4244 18.4654 1.37322 18.3843L1.2794 18.2351L1.26661 12.9767L1.25808 7.72266H10.8962H20.5344L20.5259 12.9767Z' fill='%23999999'/%3E%3Cpath d='M4.3967 9.9359C4.20053 10.0681 4.11523 10.2302 4.11523 10.4946C4.11523 10.759 4.20053 10.921 4.3967 11.0532C4.50758 11.1257 4.60994 11.1343 5.43728 11.1343C6.26463 11.1343 6.36698 11.1257 6.47786 11.0532C6.67404 10.921 6.75933 10.759 6.75933 10.4946C6.75933 10.2302 6.67404 10.0681 6.47786 9.9359C6.36698 9.8634 6.26463 9.85488 5.43728 9.85488C4.60994 9.85488 4.50758 9.8634 4.3967 9.9359Z' fill='%23999999'/%3E%3Cpath d='M9.85569 9.9359C9.65951 10.0681 9.57422 10.2302 9.57422 10.4946C9.57422 10.759 9.65951 10.921 9.85569 11.0532C9.96657 11.1257 10.0689 11.1343 10.8963 11.1343C11.7236 11.1343 11.826 11.1257 11.9368 11.0532C12.133 10.921 12.2183 10.759 12.2183 10.4946C12.2183 10.2302 12.133 10.0681 11.9368 9.9359C11.826 9.8634 11.7236 9.85488 10.8963 9.85488C10.0689 9.85488 9.96657 9.8634 9.85569 9.9359Z' fill='%23999999'/%3E%3Cpath d='M15.3147 9.9359C15.1185 10.0681 15.0332 10.2302 15.0332 10.4946C15.0332 10.759 15.1185 10.921 15.3147 11.0532C15.4256 11.1257 15.5279 11.1343 16.3553 11.1343C17.1826 11.1343 17.285 11.1257 17.3958 11.0532C17.592 10.921 17.6773 10.759 17.6773 10.4946C17.6773 10.2302 17.592 10.0681 17.3958 9.9359C17.285 9.8634 17.1826 9.85488 16.3553 9.85488C15.5279 9.85488 15.4256 9.8634 15.3147 9.9359Z' fill='%23999999'/%3E%3Cpath d='M4.3967 12.6654C4.20053 12.7976 4.11523 12.9597 4.11523 13.2241C4.11523 13.4885 4.20053 13.6505 4.3967 13.7827C4.50758 13.8552 4.60994 13.8638 5.43728 13.8638C6.26463 13.8638 6.36698 13.8552 6.47786 13.7827C6.67404 13.6505 6.75933 13.4885 6.75933 13.2241C6.75933 12.9597 6.67404 12.7976 6.47786 12.6654C6.36698 12.5929 6.26463 12.5844 5.43728 12.5844C4.60994 12.5844 4.50758 12.5929 4.3967 12.6654Z' fill='%23999999'/%3E%3Cpath d='M9.85569 12.6654C9.65951 12.7976 9.57422 12.9597 9.57422 13.2241C9.57422 13.4885 9.65951 13.6505 9.85569 13.7827C9.96657 13.8552 10.0689 13.8638 10.8963 13.8638C11.7236 13.8638 11.826 13.8552 11.9368 13.7827C12.133 13.6505 12.2183 13.4885 12.2183 13.2241C12.2183 12.9597 12.133 12.7976 11.9368 12.6654C11.826 12.5929 11.7236 12.5844 10.8963 12.5844C10.0689 12.5844 9.96657 12.5929 9.85569 12.6654Z' fill='%23999999'/%3E%3Cpath d='M15.3147 12.6654C15.1185 12.7976 15.0332 12.9597 15.0332 13.2241C15.0332 13.4885 15.1185 13.6505 15.3147 13.7827C15.4256 13.8552 15.5279 13.8638 16.3553 13.8638C17.1826 13.8638 17.285 13.8552 17.3958 13.7827C17.592 13.6505 17.6773 13.4885 17.6773 13.2241C17.6773 12.9597 17.592 12.7976 17.3958 12.6654C17.285 12.5929 17.1826 12.5844 16.3553 12.5844C15.5279 12.5844 15.4256 12.5929 15.3147 12.6654Z' fill='%23999999'/%3E%3Cpath d='M4.3967 15.3946C4.20053 15.5268 4.11523 15.6889 4.11523 15.9533C4.11523 16.2177 4.20053 16.3798 4.3967 16.512C4.50758 16.5845 4.60994 16.593 5.43728 16.593C6.26463 16.593 6.36698 16.5845 6.47786 16.512C6.67404 16.3798 6.75933 16.2177 6.75933 15.9533C6.75933 15.6889 6.67404 15.5268 6.47786 15.3946C6.36698 15.3221 6.26463 15.3136 5.43728 15.3136C4.60994 15.3136 4.50758 15.3221 4.3967 15.3946Z' fill='%23999999'/%3E%3Cpath d='M9.85569 15.3946C9.65951 15.5268 9.57422 15.6889 9.57422 15.9533C9.57422 16.2177 9.65951 16.3798 9.85569 16.512C9.96657 16.5845 10.0689 16.593 10.8963 16.593C11.7236 16.593 11.826 16.5845 11.9368 16.512C12.133 16.3798 12.2183 16.2177 12.2183 15.9533C12.2183 15.6889 12.133 15.5268 11.9368 15.3946C11.826 15.3221 11.7236 15.3136 10.8963 15.3136C10.0689 15.3136 9.96657 15.3221 9.85569 15.3946Z' fill='%23999999'/%3E%3Cpath d='M15.3147 15.3949C15.1185 15.5271 15.0332 15.6892 15.0332 15.9536C15.0332 16.218 15.1185 16.38 15.3147 16.5122C15.4256 16.5847 15.5279 16.5933 16.3553 16.5933C17.1826 16.5933 17.285 16.5847 17.3958 16.5122C17.592 16.38 17.6773 16.218 17.6773 15.9536C17.6773 15.6892 17.592 15.5271 17.3958 15.3949C17.285 15.3224 17.1826 15.3139 16.3553 15.3139C15.5279 15.3139 15.4256 15.3224 15.3147 15.3949Z' fill='%23999999'/%3E%3C/svg%3E%0A") !important;
  background-repeat: no-repeat;
  background-position: right 16px center;
  padding-right: 40px;
}
.new-box-form .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-control.datepicker, .new-box-form .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-control.date, .new-box-form .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-control.flatpickr-input {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='20' viewBox='0 0 22 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.71453 0.383161C3.45865 0.553748 3.43306 0.643306 3.43306 1.35551V2.00374L2.40101 2.01653L1.3647 2.02933L1.06617 2.17432C0.673818 2.36623 0.336909 2.70314 0.144999 3.09549L0 3.39402V11.0065V18.6189L0.13647 18.9004C0.383821 19.4079 0.767641 19.7448 1.28367 19.9196C1.53102 20.0049 1.65469 20.0049 10.9815 19.9964L20.4278 19.9836L20.7263 19.8386C21.1187 19.6467 21.4556 19.3098 21.6475 18.9174L21.7925 18.6189V11.0065V3.39402L21.6475 3.09549C21.4556 2.70314 21.1187 2.36623 20.7263 2.17432L20.4278 2.02933L19.3957 2.01653L18.3594 2.00374V1.35551C18.3594 0.79257 18.3466 0.690218 18.2784 0.583601C18.1462 0.387426 17.9841 0.302132 17.7197 0.302132C17.4553 0.302132 17.2932 0.387426 17.161 0.583601C17.0928 0.690218 17.08 0.79257 17.08 1.35551V2.008H14.308H11.5359V1.35551C11.5359 0.643306 11.5104 0.553748 11.2545 0.383161C11.0882 0.27228 10.7043 0.27228 10.538 0.383161C10.2821 0.553748 10.2565 0.643306 10.2565 1.35551V2.008H7.4845H4.71246V1.35551C4.71246 0.79257 4.69967 0.690218 4.63144 0.583601C4.49923 0.387426 4.33717 0.302132 4.07276 0.302132C3.91497 0.302132 3.79982 0.32772 3.71453 0.383161ZM3.43306 3.93564C3.43306 4.6521 3.45865 4.74166 3.71453 4.91225C3.88085 5.02313 4.26467 5.02313 4.431 4.91225C4.68688 4.74166 4.71246 4.6521 4.71246 3.93564V3.2874H7.4845H10.2565V3.93564C10.2565 4.6521 10.2821 4.74166 10.538 4.91225C10.7043 5.02313 11.0882 5.02313 11.2545 4.91225C11.5104 4.74166 11.5359 4.6521 11.5359 3.93564V3.2874H14.308H17.08V3.93564C17.08 4.6521 17.1056 4.74166 17.3615 4.91225C17.5278 5.02313 17.9116 5.02313 18.0779 4.91225C18.3338 4.74166 18.3594 4.6521 18.3594 3.93564V3.27888L19.2038 3.29593C19.98 3.30873 20.0568 3.31726 20.1932 3.40255C20.2743 3.45373 20.3809 3.56034 20.4278 3.63711C20.5088 3.76931 20.5131 3.8674 20.5259 5.10842L20.5387 6.44326H10.8962H1.25381L1.26661 5.10842C1.2794 3.82475 1.28367 3.77358 1.37322 3.62858C1.56087 3.33005 1.68455 3.29593 2.67821 3.29167L3.43306 3.2874V3.93564ZM20.5259 12.9767C20.5131 18.1498 20.5131 18.2393 20.4278 18.3758C20.3809 18.4526 20.2743 18.5592 20.1932 18.6104L20.044 18.7042H10.8962C1.82528 18.7042 1.74852 18.7042 1.60778 18.6189C1.53102 18.572 1.4244 18.4654 1.37322 18.3843L1.2794 18.2351L1.26661 12.9767L1.25808 7.72266H10.8962H20.5344L20.5259 12.9767Z' fill='%23C91432'/%3E%3Cpath d='M4.39682 9.93639C4.20065 10.0686 4.11536 10.2307 4.11536 10.4951C4.11536 10.7595 4.20065 10.9215 4.39682 11.0537C4.50771 11.1262 4.61006 11.1348 5.43741 11.1348C6.26475 11.1348 6.3671 11.1262 6.47799 11.0537C6.67416 10.9215 6.75945 10.7595 6.75945 10.4951C6.75945 10.2307 6.67416 10.0686 6.47799 9.93639C6.3671 9.86389 6.26475 9.85536 5.43741 9.85536C4.61006 9.85536 4.50771 9.86389 4.39682 9.93639Z' fill='%23C91432'/%3E%3Cpath d='M9.85557 9.93639C9.65939 10.0686 9.5741 10.2307 9.5741 10.4951C9.5741 10.7595 9.65939 10.9215 9.85557 11.0537C9.96645 11.1262 10.0688 11.1348 10.8961 11.1348C11.7235 11.1348 11.8258 11.1262 11.9367 11.0537C12.1329 10.9215 12.2182 10.7595 12.2182 10.4951C12.2182 10.2307 12.1329 10.0686 11.9367 9.93639C11.8258 9.86389 11.7235 9.85536 10.8961 9.85536C10.0688 9.85536 9.96645 9.86389 9.85557 9.93639Z' fill='%23C91432'/%3E%3Cpath d='M15.3147 9.93639C15.1185 10.0686 15.0332 10.2307 15.0332 10.4951C15.0332 10.7595 15.1185 10.9215 15.3147 11.0537C15.4256 11.1262 15.5279 11.1348 16.3553 11.1348C17.1826 11.1348 17.285 11.1262 17.3958 11.0537C17.592 10.9215 17.6773 10.7595 17.6773 10.4951C17.6773 10.2307 17.592 10.0686 17.3958 9.93639C17.285 9.86389 17.1826 9.85536 16.3553 9.85536C15.5279 9.85536 15.4256 9.86389 15.3147 9.93639Z' fill='%23C91432'/%3E%3Cpath d='M4.39682 12.6649C4.20065 12.7971 4.11536 12.9592 4.11536 13.2236C4.11536 13.488 4.20065 13.65 4.39682 13.7823C4.50771 13.8548 4.61006 13.8633 5.43741 13.8633C6.26475 13.8633 6.3671 13.8548 6.47799 13.7823C6.67416 13.65 6.75945 13.488 6.75945 13.2236C6.75945 12.9592 6.67416 12.7971 6.47799 12.6649C6.3671 12.5924 6.26475 12.5839 5.43741 12.5839C4.61006 12.5839 4.50771 12.5924 4.39682 12.6649Z' fill='%23C91432'/%3E%3Cpath d='M9.85557 12.6649C9.65939 12.7971 9.5741 12.9592 9.5741 13.2236C9.5741 13.488 9.65939 13.65 9.85557 13.7823C9.96645 13.8548 10.0688 13.8633 10.8961 13.8633C11.7235 13.8633 11.8258 13.8548 11.9367 13.7823C12.1329 13.65 12.2182 13.488 12.2182 13.2236C12.2182 12.9592 12.1329 12.7971 11.9367 12.6649C11.8258 12.5924 11.7235 12.5839 10.8961 12.5839C10.0688 12.5839 9.96645 12.5924 9.85557 12.6649Z' fill='%23C91432'/%3E%3Cpath d='M15.3147 12.6649C15.1185 12.7971 15.0332 12.9592 15.0332 13.2236C15.0332 13.488 15.1185 13.65 15.3147 13.7823C15.4256 13.8548 15.5279 13.8633 16.3553 13.8633C17.1826 13.8633 17.285 13.8548 17.3958 13.7823C17.592 13.65 17.6773 13.488 17.6773 13.2236C17.6773 12.9592 17.592 12.7971 17.3958 12.6649C17.285 12.5924 17.1826 12.5839 16.3553 12.5839C15.5279 12.5839 15.4256 12.5924 15.3147 12.6649Z' fill='%23C91432'/%3E%3Cpath d='M4.39682 15.3954C4.20065 15.5276 4.11536 15.6896 4.11536 15.954C4.11536 16.2185 4.20065 16.3805 4.39682 16.5127C4.50771 16.5852 4.61006 16.5938 5.43741 16.5938C6.26475 16.5938 6.3671 16.5852 6.47799 16.5127C6.67416 16.3805 6.75945 16.2185 6.75945 15.954C6.75945 15.6896 6.67416 15.5276 6.47799 15.3954C6.3671 15.3229 6.26475 15.3143 5.43741 15.3143C4.61006 15.3143 4.50771 15.3229 4.39682 15.3954Z' fill='%23C91432'/%3E%3Cpath d='M9.85557 15.3954C9.65939 15.5276 9.5741 15.6896 9.5741 15.954C9.5741 16.2185 9.65939 16.3805 9.85557 16.5127C9.96645 16.5852 10.0688 16.5938 10.8961 16.5938C11.7235 16.5938 11.8258 16.5852 11.9367 16.5127C12.1329 16.3805 12.2182 16.2185 12.2182 15.954C12.2182 15.6896 12.1329 15.5276 11.9367 15.3954C11.8258 15.3229 11.7235 15.3143 10.8961 15.3143C10.0688 15.3143 9.96645 15.3229 9.85557 15.3954Z' fill='%23C91432'/%3E%3Cpath d='M15.3147 15.3954C15.1185 15.5276 15.0332 15.6896 15.0332 15.954C15.0332 16.2185 15.1185 16.3805 15.3147 16.5127C15.4256 16.5852 15.5279 16.5938 16.3553 16.5938C17.1826 16.5938 17.285 16.5852 17.3958 16.5127C17.592 16.3805 17.6773 16.2185 17.6773 15.954C17.6773 15.6896 17.592 15.5276 17.3958 15.3954C17.285 15.3229 17.1826 15.3143 16.3553 15.3143C15.5279 15.3143 15.4256 15.3229 15.3147 15.3954Z' fill='%23C91432'/%3E%3C/svg%3E%0A") !important;
}

.new-box-form .new-box-form-inner .new-box-view {
  margin-bottom: 25px;
}
.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 5px;
}
.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item .new-box-view-item-inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  padding: 10px 16px;
  background: rgba(248, 248, 255, 0.7);
  color: #494df4;
  border: 1px solid #494df4;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item .new-box-view-item-inner label {
  font-family: "SourceSans";
  font-size: 13px;
  line-height: 20px;
  margin-bottom: 0px;
}
.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item .new-box-view-item-inner .value {
  font-family: "SourceSans-Bold";
  text-align: right;
  font-size: 15px;
  line-height: 20px;
}

.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item.red .new-box-view-item-inner {
  background: #c91432;
  color: #fff;
  border-color: #c91432;
}
.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item.primary .new-box-view-item-inner {
  background: #3032c1;
  color: #fff;
  border-color: #3032c1;
}

.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline {
  padding: 0 0;
  border-bottom: 0px;
  margin-bottom: 20px;
}

.new-box-form .new-box-form-inner .new-box-autofields .new-box-autofields-inner .new-box-autofields-header {
  background: #494df4;
  -webkit-border-radius: 4px 4px 0px 0px;
  -moz-border-radius: 4px 4px 0px 0px;
  -ms-border-radius: 4px 4px 0px 0px;
  -o-border-radius: 4px 4px 0px 0px;
  border-radius: 4px 4px 0px 0px;
  color: #fff;
  padding: 15px 16px;
}
.new-box-form .new-box-form-inner .new-box-autofields .new-box-autofields-inner .new-box-autofields-header h3 {
  font-family: "SourceSans-Bold";
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  margin-bottom: 0px;
}
.new-box-form .new-box-form-inner .new-box-autofields .new-box-autofields-inner .new-box-autofields-content {
  background: #fafafa;
  padding: 20px 16px;
  -webkit-border-radius: 0px 0px 4px 4px;
  -moz-border-radius: 0px 0px 4px 4px;
  -ms-border-radius: 0px 0px 4px 4px;
  -o-border-radius: 0px 0px 4px 4px;
  border-radius: 0px 0px 4px 4px;
}

.toggle-switch-check ~ .toggle-switch-bar {
  display: inline-flex;
  font-size: 0.625rem;
  height: 24px;
  line-height: 24px;
  position: relative;
  text-indent: 0;
  -ms-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

.toggle-switch-check ~ .toggle-switch-bar::before {
  background-color: #e5e5e5;
  border-color: #cccccc;
  border-radius: 20px;
  border-style: solid;
  border-width: 1px;
  bottom: 0;
  content: " ";
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 48px;
}

.toggle-switch-check ~ .toggle-switch-bar::after {
  background-color: #fff;
  border-color: #fff;
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  bottom: 4px;
  content: "";
  display: block;
  height: 16px;
  left: 4px;
  position: absolute;
  top: 4px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 16px;
}

.toggle-switch-bar .toggle-switch-handle {
  display: block;
  min-width: 48px;
  text-transform: uppercase;
}

.toggle-switch-check ~ .toggle-switch-bar .toggle-switch-icon {
  color: #fff;
  left: 4px;
  line-height: 16px;
  position: absolute;
  text-align: center;
  text-indent: 0;
  top: 4px;
  transition: background-color 100ms ease-in, border-color 100ms ease-in, box-shadow 150ms ease-in-out, color 100ms ease-in, left 100ms ease-in, right 100ms ease-in;
  width: 16px;
  z-index: 1;
}

.toggle-switch-check ~ .toggle-switch-bar .button-icon {
  color: #272833;
}

.toggle-switch-check ~ .toggle-switch-bar .button-icon-on {
  opacity: 0;
}

.toggle-switch-check:checked ~ .toggle-switch-bar .button-icon,
label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar .button-icon {
  left: 30px !important;
}

.toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon {
  left: 2px;
}

.toggle-switch-bar .toggle-switch-handle {
  min-width: 28px;
}

.box-check.with-svg .toggle-switch-check ~ .toggle-switch-bar::after {
  background-color: transparent;
  border: 0px;
}
.box-check.with-svg .toggle-switch-check:checked ~ .toggle-switch-bar:before,
.box-check.with-svg label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #494df4;
  border-color: #494df4;
}

@media (max-width: 1024px) {
  .toggle-switch-check:empty ~ .toggle-switch-bar,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar {
    height: 32px !important;
  }
}

@media (max-width: 1024px) {
  .toggle-switch-check:empty ~ .toggle-switch-bar:before,
  label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:before {
    width: 60px !important;
  }
}

.box-item.non-active .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  background-color: #e5e5e5 !important;
  border-color: #cccccc !important;
}

.box-list-file-uploads .title {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 25px;
  color: #333333;
  margin-bottom: 15px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item {
  border-top: 1px solid #e5e5e5;
  padding: 9px 6px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner {
  display: flex;
  align-items: center;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-check {
  flex: 0 0 auto;
  max-width: 70px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-check .toggle-switch {
  margin-bottom: 0px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text {
  flex: 1 1 auto;
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 25px;
  color: #494df4;
  padding-left: 16px;
  padding-right: 16px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text .required {
  color: #c91432;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-action {
  flex: 0 0 auto;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item.non-active .box-item-inner .box-text {
  color: #cccccc;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item.non-active .box-item-inner .box-action .new-btn-blue {
  pointer-events: none;
  background: #cccccc !important;
  border-color: #cccccc !important;
}

.box-info-alert .box-info-alert-inner .close-alert {
  position: absolute;
  right: 16px;
}
.box-info-alert.danger {
  border: 1px solid #f6c9bf;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.new-box-item.white-bg.type-file .box-info-alert {
  padding: 0 11px;
}
.new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner {
  align-items: center;
  position: relative;
}
.new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner .ico {
  position: relative;
  top: 5px;
  margin-right: 12px;
}
.new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner .text {
  font-size: 11px;
  line-height: 20px;
  text-align: left;
}
@media (max-width: 767px) {
  .new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner .text {
    line-height: 16px;
  }
}
.new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner .close-alert {
  top: -2px;
}

.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area.style-2 .box-upload-area .box-upload-area-inner .title {
  color: #494df4;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area.style-2 .box-upload-area .box-upload-area-inner .title span {
  color: #5f5f5f;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area.style-2 .box-upload-area .box-upload-area-inner .info-file {
  color: #999999;
  font-size: 13px;
  line-height: 16px;
}

.box-preview-files {
  padding: 15px 0;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item {
  background: #f8fafc;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  padding: 8px 15px;
  grid-column-gap: 20px;
  margin-bottom: 10px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item:last-child {
  margin-bottom: 0px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .ico img {
  height: 32px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .names {
  flex: 1 1 auto;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .names .name {
  font-family: "SourceSans-Bold";
  font-size: 13px;
  line-height: 15px;
  color: #333333;
  margin-bottom: 5px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .names .size {
  font-family: "SourceSans-Light";
  font-weight: 600;
  font-size: 11px;
  line-height: 12px;
  color: rgba(51, 51, 51, 0.6);
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .close {
  opacity: 1;
  top: 2px;
  position: relative;
}

@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner {
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 10px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a {
  border: 1px solid #e5e5e5;
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a {
    padding: 10px 10px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner {
  flex-direction: column;
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .box-ico {
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .box-ico svg {
    width: 80px;
    height: 80px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a.selected {
  border: 2px solid #494df4;
  -webkit-box-shadow: 0px 6px 7px 2px rgba(73, 77, 244, 0.08);
  -moz-box-shadow: 0px 6px 7px 2px rgba(73, 77, 244, 0.08);
  -ms-box-shadow: 0px 6px 7px 2px rgba(73, 77, 244, 0.08);
  -o-box-shadow: 0px 6px 7px 2px rgba(73, 77, 244, 0.08);
  box-shadow: 0px 6px 7px 2px rgba(73, 77, 244, 0.08);
}

.new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner .close-alert {
  right: 0px;
}
.new-box-item.white-bg.type-file .box-info-alert .box-info-alert-inner .close-alert .ico {
  margin-right: 0px;
}

.new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:before, .new-box-form .new-box-form-inner .new-box-item .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a:after {
  right: 16px;
}

.new-box-form .new-box-item:not(.dynamic-label).has-success.type-select .new-box-item-inner .input:after {
  display: none;
}

.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area {
  display: grid;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file {
  position: relative;
  height: initial;
  order: 2;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error {
  position: relative;
  height: initial;
  background-image: none;
  text-align: left;
  background-color: transparent;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error input {
  position: absolute;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error .form-validator-stack.help-block {
  text-align: left;
  border: 1px solid #f6c9bf;
  position: relative;
  background: #fdede9;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  top: initial;
  font-size: 11px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
  padding: 6px 14px;
  padding-left: 35px;
  transform: none;
}
.new-box-form .new-box-form-inner .new-box-item.type-file .new-box-item-inner .input .box-custom-file-area .input-file .form-group.input-text-wrapper.has-error .form-validator-stack.help-block:before {
  font-size: 12px;
  position: absolute;
  left: 14px;
}
.new-box-form .new-box-item:not(.dynamic-label).has-success.right-ico .new-box-item-inner .input:after {
  display: none;
}

.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal {
  bottom: initial;
  top: 10px;
  right: 10px;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .btn {
  padding: 0 0 !important;
  width: 32px;
  height: 32px;
  line-height: 32px;
  border-color: #fff !important;
  background-color: #fff !important;
  position: relative;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .btn:before, .new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .btn:before {
  width: 24px;
  height: 24px;
  background: rgba(201, 21, 51, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .btn .btn-icon {
  display: none;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .add-row {
  order: 2;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .add-row:before {
  background: rgba(28, 197, 67, 0.2);
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .add-row:after {
  width: 11px;
  height: 11px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.14595 0.712417C4.10845 0.7395 4.06053 0.793666 4.0397 0.833249C4.0022 0.901999 4.00012 0.987414 4.00012 2.45198V3.99989L2.43348 4.00405L0.864759 4.0103L0.79601 4.05822C0.658512 4.15614 0.666845 4.0478 0.666845 5.99987C0.666845 7.95194 0.658512 7.8436 0.79601 7.94152L0.864759 7.98943L2.4314 7.99568L4.00012 7.99985L4.00429 9.56859L4.01054 11.1352L4.05845 11.204C4.15637 11.3415 4.04803 11.3332 6.00008 11.3332C7.95213 11.3332 7.8438 11.3415 7.94171 11.204L7.98963 11.1352L7.99588 9.56859L8.00005 7.99985L9.56877 7.99568L11.1354 7.98943L11.2042 7.94152C11.3417 7.8436 11.3333 7.95194 11.3333 5.99987C11.3333 4.0478 11.3417 4.15614 11.2042 4.05822L11.1354 4.0103L9.56877 4.00405L8.00005 3.99989V2.45198C8.00005 0.987414 7.99796 0.901999 7.96046 0.833249C7.93963 0.793666 7.89171 0.7395 7.85422 0.712417L7.78547 0.666584H6.00008H4.2147L4.14595 0.712417Z' fill='%231CC542'/%3E%3C/svg%3E%0A");
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .delete-row {
  order: 1;
}
.new-box-autofields-outer .lfr-form-row.lfr-form-row-inline span.lfr-autorow-controls.toolbar.toolbar-horizontal .toolbar-content .delete-row:after {
  width: 15px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='16' viewBox='0 0 15 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.73597 0.0507064C5.31062 0.171284 4.97178 0.456285 4.77352 0.869172L4.63654 1.14687L4.62573 1.74245L4.61491 2.33803H2.52059C0.188365 2.33803 0.267668 2.33072 0.0910387 2.59014C-0.0279158 2.76918 -0.0315205 3.07976 0.087434 3.25149C0.256854 3.50726 0.30732 3.52553 0.959767 3.53649L1.55093 3.54746L1.56896 3.73746C1.58338 3.84342 1.73838 6.1892 1.91501 8.95152C2.17094 12.9196 2.25024 14.0304 2.30431 14.2314C2.40885 14.6296 2.61792 14.9987 2.90629 15.291C3.19106 15.5796 3.447 15.7441 3.8327 15.8866L4.09584 15.9852L7.40133 15.9962C11.0637 16.0071 10.9844 16.0108 11.4782 15.7696C12.1163 15.4554 12.6101 14.8306 12.7651 14.129C12.7831 14.045 12.9345 11.7321 13.1039 8.98806C13.2734 6.24401 13.4211 3.89823 13.4356 3.77399L13.4536 3.55111L14.0448 3.53649C14.5746 3.52553 14.6431 3.51822 14.7369 3.4488C14.9171 3.31361 15 3.15284 15 2.92995C15 2.68149 14.9027 2.50976 14.708 2.4111C14.5746 2.34168 14.4881 2.33803 12.4803 2.33803H10.3932L10.3788 1.74245L10.368 1.14687L10.231 0.869172C10.0291 0.448978 9.6903 0.16763 9.25053 0.0507064C9.00181 -0.018717 5.97748 -0.0150632 5.73597 0.0507064ZM9.02704 1.28206C9.17844 1.35148 9.21088 1.45379 9.2253 1.90687L9.23972 2.33803H7.50226H5.76481L5.77923 1.90687C5.79364 1.4611 5.82609 1.35514 5.97027 1.28206C6.07481 1.23091 8.9153 1.23091 9.02704 1.28206ZM12.2424 3.5913C12.2496 3.59496 12.109 5.90054 11.936 8.71402C11.7017 12.4738 11.6044 13.8696 11.5647 13.9865C11.4422 14.341 11.1502 14.6296 10.8005 14.7429C10.6383 14.794 10.2562 14.7977 7.43017 14.7904L4.24003 14.7794L4.07421 14.6954C3.81107 14.5675 3.62363 14.3775 3.50107 14.1254L3.38932 13.8952L3.10455 9.00267C2.94955 6.31343 2.81257 3.97861 2.79815 3.8215L2.77653 3.53284L7.50587 3.55476C10.1084 3.56938 12.2388 3.58399 12.2424 3.5913Z' fill='%23C91432'/%3E%3Cpath d='M4.97878 5.48399C4.92832 5.50226 4.84902 5.55707 4.80576 5.60091C4.61111 5.78361 4.61832 5.62284 4.61832 9.17074C4.61832 12.8173 4.6039 12.5798 4.85622 12.7771C5.04727 12.9233 5.34286 12.9233 5.5339 12.7771C5.78623 12.5798 5.77181 12.8209 5.77181 9.15978V5.85668L5.69251 5.73611C5.64565 5.67034 5.56635 5.58264 5.51228 5.54245C5.40053 5.45841 5.11216 5.42553 4.97878 5.48399Z' fill='%23C91432'/%3E%3Cpath d='M7.28591 5.48399C7.23545 5.50226 7.15614 5.55707 7.11289 5.60091C6.91824 5.78361 6.92544 5.62284 6.92544 9.17074C6.92544 12.8173 6.91103 12.5798 7.16335 12.7771C7.3544 12.9233 7.64999 12.9233 7.84103 12.7771C8.09336 12.5798 8.07894 12.8209 8.07894 9.15978V5.85668L7.99964 5.73611C7.95278 5.67034 7.87348 5.58264 7.81941 5.54245C7.70766 5.45841 7.41929 5.42553 7.28591 5.48399Z' fill='%23C91432'/%3E%3Cpath d='M9.5928 5.48397C9.54233 5.50224 9.46303 5.55705 9.41977 5.6009C9.22512 5.78359 9.23233 5.62282 9.23233 9.17072C9.23233 12.8173 9.21791 12.5798 9.47024 12.7771C9.58198 12.8611 9.63966 12.8794 9.80908 12.8794C9.9785 12.8794 10.0362 12.8611 10.1479 12.7771C10.4002 12.5798 10.3858 12.8209 10.3858 9.15976V5.85667L10.3065 5.73609C10.2597 5.67032 10.1804 5.58263 10.1263 5.54244C10.0145 5.4584 9.72617 5.42551 9.5928 5.48397Z' fill='%23C91432'/%3E%3C/svg%3E%0A");
}

.new-box-autofields .new-box-autofields-inner .new-box-autofields-content .row .col-md-12:last-child .form-group {
  margin-bottom: 20px;
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control:focus {
  border: 1px solid #494df4;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input .form-group .form-control:disabled {
  color: #cccccc;
  background: #fafafa;
  border: 1px solid #cccccc;
}

@media (min-width: 1025px) {
  .box-list-file-uploads .box-list-file-uploads-inner {
    max-height: calc(50vh - 20px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 20px;
  }
}
.box-list-file-uploads .box-list-file-uploads-inner::-webkit-scrollbar-thumb {
  background-color: #cccccc;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box-list-file-uploads .box-list-file-uploads-inner::-webkit-scrollbar-track {
  background-color: #f5f5f5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box-list-file-uploads .box-list-file-uploads-inner::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

.new-box-autofields-outer .yui3-widget.component.undomanager {
  display: none;
}

.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text {
  position: relative;
  top: 2px;
}
.box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text .box-preview-files {
  max-width: 647px;
}
@media (max-width: 768px) {
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner {
    display: grid !important;
    grid-template-columns: 70px 1fr;
  }
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text {
    padding-left: 5px;
    padding-right: 0;
  }
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-text .box-preview-files {
    display: none;
  }
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-action {
    margin-top: 20px;
    grid-column-start: span 2;
  }
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-action .box-preview-files.mobile {
    margin-bottom: 12px;
  }
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-action .box-preview-files.mobile.hide {
    display: block !important;
  }
  .box-list-file-uploads .box-list-file-uploads-inner .box-item .box-item-inner .box-action .new-btn-blue {
    width: 100%;
    font-size: 14px;
    line-height: 20px;
    padding-top: 12px;
    padding-bottom: 12px;
  }
}

@media (max-width: 768px) {
  .box-preview-files-inner .box-preview-files-item .ico {
    width: 21px !important;
    flex: 0 0 auto;
  }
  .box-preview-files-inner .box-preview-files-item .ico img {
    height: 25px !important;
    width: 100%;
  }
}

body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown {
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 5px;
  margin-bottom: 5px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown .select2-search__field,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field {
  border: 1px solid #999999 !important;
  background-color: #fff !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--above .select2-search.select2-search--dropdown .select2-search__field:focus,
body.v2 .select2-container.select2-container--default.select2-container--open .select2-dropdown.select2-dropdown--below .select2-search.select2-search--dropdown .select2-search__field:focus {
  border: 1px solid #494df4 !important;
}

@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-custom-radios .control-label {
    font-size: 16px;
    line-height: 25px;
  }
}

.new-box-form .new-box-form-inner .new-box-item.style-default.otp .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner {
  display: grid;
  grid-auto-flow: column;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.otp .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item {
  height: 100%;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.otp .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a {
  height: 100%;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  width: 200px;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.otp .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
  word-break: break-all;
}

@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.style-default.otp .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a {
    width: initial;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    -o-border-radius: 12px;
    border-radius: 12px;
  }
  .new-box-form .new-box-form-inner .new-box-item.style-default.otp .new-box-item-inner .input .box-custom-radios.with-image .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.01em;
  }
}

.new-box-form .new-box-item.style-default.with-hint {
  margin-bottom: 30px;
}

.new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  position: absolute;
  right: 0px;
  margin-top: -10px;
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}

.new-box-form .new-box-form-inner .new-box-item-section {
  background: #fafafa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 24px;
}
.new-box-form .new-box-form-inner .new-box-item-section .new-box-item-section-inner .new-box-item-title {
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  line-height: 23px;
  color: #000000;
  margin-bottom: 25px;
}

.new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner {
  border: 1px solid #cccccc;
  background: #fafafa;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 13px 16px;
  display: flex;
  align-items: center;
}
.new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner .title {
  flex: 1 1 auto;
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  line-height: 23px;
}
.new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner .box-check {
  flex: 0 0 auto;
}
.new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner.selected, .new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner.active {
  border: 1px solid #f1f1fe;
  background: #f1f1fe;
}
.new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner.selected .title, .new-box-form .new-box-form-inner .new-box-item-list .new-box-item-list-inner.active .title {
  color: #494df4;
}

.new-box-form .new-box-form-inner .box-check {
  position: relative;
}
.new-box-form .new-box-form-inner .box-check .cx-tooltip {
  position: absolute;
  bottom: -30px;
  height: auto;
  right: 10px;
  width: max-content;
  background: #3032c1;
  color: #fff;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
}
.new-box-form .new-box-form-inner .box-check .cx-tooltip .cx-tooltip-inner {
  padding: 2px 13px;
  width: 100%;
  height: auto;
  font-size: 13px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}
.new-box-form .new-box-form-inner .box-check .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: -1;
  right: 5px;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #3032c1;
}
.new-box-form .new-box-form-inner .box-check:hover .cx-tooltip {
  opacity: 1;
  visibility: visible;
}

.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item.full-center .new-box-view-item-inner {
  grid-template-columns: 1fr;
  justify-content: center;
  text-align: center;
}
.new-box-form .new-box-form-inner .new-box-view .new-box-view-inner .new-box-view-item.full-center .new-box-view-item-inner .value {
  text-align: center;
}

.new-box-form .new-box-item.style-default .new-box-item-inner .input > label {
  font-family: "SourceSans-Semibold";
  font-size: 18px;
  line-height: 23px;
  color: #333333;
}
.new-box-form .new-box-item.style-default .new-box-item-inner .input > label .danger {
  color: #c91432;
}

.new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .form-group {
  margin-bottom: 30px;
}
.new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  margin-top: -25px;
}
.new-box-form .new-box-item.style-default.with-alert-info .new-box-item-inner .input .form-group {
  margin-bottom: 30px;
}
.new-box-form .new-box-item.style-default.with-alert-info .new-box-item-inner .input .box-info-alert {
  margin-bottom: 20px;
}
.new-box-form .new-box-item.style-default.with-char-limit.with-alert-info .new-box-item-inner .input .form-group {
  margin-bottom: 30px;
}
.new-box-form .new-box-item.style-default.with-char-limit.with-alert-info .new-box-item-inner .input .box-info-alert {
  margin-top: 15px;
}

.box-form-otp .box-form-otp-inner .box-info-alert.center-alert .box-info-alert-inner {
  align-items: center;
  background: #f8edf1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 4px 4px;
}
.box-form-otp .box-form-otp-inner .box-info-alert.center-alert .box-info-alert-inner .text {
  margin: 0 auto;
  font-size: 9px;
  line-height: 11px;
  font-family: "SourceSans-Semibold";
}

.new-box-form .new-box-item:not(.dynamic-label).has-success.style-default .new-box-item-inner .input:after {
  font-size: 20px;
  top: 43px;
  right: 18px;
}

.new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area {
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='12' ry='12' stroke='%235595F1FF' stroke-width='4' stroke-dasharray='6%2c 14' stroke-dashoffset='0' stroke-linecap='square'/%3e%3c/svg%3e");
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: left;
  column-gap: 30px;
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner {
    display: grid;
    grid-template-columns: 1fr;
    justify-content: center;
    text-align: center;
    grid-row-gap: 20px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-vector-image .img {
  margin-bottom: 0px;
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-vector-image .img .box-img-vector svg {
    width: 91px;
    height: 68px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-text .title {
  color: #146adc;
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-text .title {
    font-size: 16px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-text .info-file {
  font-family: "SourceSans-Semibold";
}
@media (max-width: 767px) {
  .new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-text .info-file {
    font-size: 12px;
  }
}
.new-box-form .new-box-form-inner .new-box-item.white-bg.type-file .new-box-item-inner .input .box-custom-file-area.style-2.vector-img .box-upload-area .box-upload-area-inner .box-text .info-file .c_primary {
  font-family: "SourceSans-Bold";
}

.new-box-form .new-box-form-inner .new-box-item.style-default.button-inner-right .new-box-item-inner {
  position: relative;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.button-inner-right .new-box-item-inner .input .form-control {
  padding-right: 150px;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.button-inner-right .new-box-item-inner .box-btn {
  position: absolute;
  right: 10px;
  top: 40px;
}

.new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-box-search {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 20px;
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible button {
  border-color: transparent;
  outline: none;
  background-color: transparent;
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control {
  padding-left: 50px;
  padding-right: 50px;
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.new-box-item.style-default.new-dropdown-search:not(.no-label) .new-box-item-inner .ico-box-search {
  margin-top: 20px;
}
.new-box-item.style-default.new-dropdown-search:not(.no-label) .new-box-item-inner .ico-flexible {
  margin-top: 17px;
}
.new-box-item.style-default.new-dropdown-search.no-label .new-box-item-inner .input .form-group .control-label {
  display: none;
}
.new-box-item.style-default.new-dropdown-search.no-label .new-box-item-inner .ico-box-search {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 3px;
}
.new-box-item.style-default.new-dropdown-search.no-label .new-box-item-inner .ico-flexible {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.new-dropdown-search.no-label .new-box-item-inner .ico-flexible button {
  cursor: pointer;
}
.new-box-item.style-default.new-dropdown-search.no-label .new-box-item-inner .ico-flexible button.clear-search-dropdown {
  position: relative;
  top: 2px;
}

.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list {
  -webkit-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 9px 16px 0px rgba(0, 0, 0, 0.25);
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 8px;
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-height: 253px;
  overflow-y: auto;
  z-index: 2;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.open {
  opacity: 1;
  visibility: visible;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .empty-results {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
  padding: 0px 20px 16px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul {
  list-style: none;
  padding: 8px 20px;
  margin: 0;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li:last-child {
  border-bottom: 0;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li > .text {
  padding-right: 20px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li .text {
  font-size: 16px;
  color: #333;
  font-family: "SourceSans-Semibold";
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li .ico-circle {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
  top: 15px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li.selected .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 0C4.925 0 0 4.925 0 11C0 17.075 4.925 22 11 22C17.075 22 22 17.075 22 11C22 4.925 17.075 0 11 0ZM15.768 9.14C15.8558 9.03965 15.9226 8.92274 15.9646 8.79617C16.0065 8.6696 16.0228 8.53592 16.0123 8.40299C16.0018 8.27006 15.9648 8.14057 15.9036 8.02213C15.8423 7.90369 15.758 7.79871 15.6556 7.71334C15.5531 7.62798 15.4346 7.56396 15.3071 7.52506C15.1796 7.48616 15.0455 7.47316 14.9129 7.48683C14.7802 7.50049 14.6517 7.54055 14.5347 7.60464C14.4178 7.66872 14.3149 7.75555 14.232 7.86L9.932 13.019L7.707 10.793C7.5184 10.6108 7.2658 10.5101 7.0036 10.5123C6.7414 10.5146 6.49059 10.6198 6.30518 10.8052C6.11977 10.9906 6.01461 11.2414 6.01233 11.5036C6.01005 11.7658 6.11084 12.0184 6.293 12.207L9.293 15.207C9.39126 15.3052 9.5089 15.3818 9.63842 15.4321C9.76794 15.4823 9.9065 15.505 10.0453 15.4987C10.184 15.4923 10.32 15.4572 10.4444 15.3955C10.5688 15.3337 10.6791 15.2467 10.768 15.14L15.768 9.14Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
}

.new-box-form .new-box-form-inner .new-box-item.style-default.new-radio .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a {
  text-align: center;
  background-color: transparent;
  background: radial-gradient(372.84% 141.42% at 0% 0%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border-color: transparent;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.new-radio .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a .box-custom-radios-item-inner .names .name {
  font-size: 18px;
  line-height: normal;
  color: #fff;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.new-radio .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item a.selected {
  background: #00008f;
  background-color: transparent;
  border-color: transparent;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.new-radio .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item.green a.selected {
  background: #1cc542;
  border: 1.5px solid transparent;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.new-radio .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner .box-custom-radios-item.red a.selected {
  background: #c91432;
}
.new-box-form .new-box-form-inner .new-box-item.style-default.new-radio .new-box-item-inner .input .box-custom-radios .box-custom-radios-inner.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.new-box-form .new-box-item.style-default.new-textarea .new-box-item-inner .input .form-control {
  min-height: 85;
  font-size: 18px;
  resize: none;
}
.new-box-form .new-box-item.style-default.new-textarea .new-box-item-inner .input .form-control::-webkit-input-placeholder {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  font-family: "SourceSans";
  color: #7f7f7f;
  font-weight: 400;
}
.new-box-form .new-box-item.style-default.new-textarea .new-box-item-inner .input .form-control::-moz-placeholder {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  font-family: "SourceSans";
  color: #7f7f7f;
  font-weight: 400;
}
.new-box-form .new-box-item.style-default.new-textarea .new-box-item-inner .input .form-control:-moz-placeholder {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  font-family: "SourceSans";
  color: #7f7f7f;
  font-weight: 400;
}
.new-box-form .new-box-item.style-default.new-textarea .new-box-item-inner .input .form-control:-ms-input-placeholder {
  font-size: 17px;
  font-style: normal;
  line-height: 24px;
  font-family: "SourceSans";
  color: #7f7f7f;
  font-weight: 400;
}
.new-box-form .new-box-item.style-default.new-textarea.long-desc .new-box-item-inner .input .form-control {
  min-height: 104px;
}

.new-box-form .row-box-number .row-box-number-inner .row-box-number-item .new-box-item.style-default:not(.no-label) .new-box-item-inner .input .form-group .control-label {
  color: #fff;
  font-size: 20px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  margin-bottom: 16px;
}
.new-box-form .row-box-number .row-box-number-inner .row-box-number-item .new-box-item.style-default:not(.no-label) .new-box-item-inner .input .form-group .control-label .reference-mark.text-warning {
  color: #fff !important;
}
.new-box-form .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-child .new-box-item.style-default:not(.no-label) .new-box-item-inner .input .form-group .control-label {
  color: #fff;
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  margin-bottom: 16px;
}
.new-box-form .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-child .new-box-item.style-default:not(.no-label) .new-box-item-inner .input .form-group .control-label .reference-mark.text-warning {
  color: #fff !important;
}

.CX-claim-steps .new-box-item.style-default:not(.new-textarea):not(.no-label) .new-box-item-inner .ico-box-search,
.CX-claim-steps .new-box-item.style-default.new-icon-left:not(.new-textarea):not(.no-label) .new-box-item-inner .ico-box-search,
.CX-claim-steps .new-box-item.style-default.new-location:not(.new-textarea):not(.no-label) .new-box-item-inner .ico-box-search {
  margin-top: 23px !important;
}
.CX-claim-steps .new-box-item.style-default:not(.new-textarea):not(.no-label) .new-box-item-inner .input .form-control,
.CX-claim-steps .new-box-item.style-default.new-icon-left:not(.new-textarea):not(.no-label) .new-box-item-inner .input .form-control,
.CX-claim-steps .new-box-item.style-default.new-location:not(.new-textarea):not(.no-label) .new-box-item-inner .input .form-control {
  font-size: 18px;
  padding: 14.5px 50px !important;
}
.CX-claim-steps .new-box-item.style-default:not(.new-textarea):not(.no-label) .new-box-item-inner .ico-flexible,
.CX-claim-steps .new-box-item.style-default.new-icon-left:not(.new-textarea):not(.no-label) .new-box-item-inner .ico-flexible,
.CX-claim-steps .new-box-item.style-default.new-location:not(.new-textarea):not(.no-label) .new-box-item-inner .ico-flexible {
  margin-top: 23px !important;
}

.new-box-form .new-box-form-inner .new-box-item.style-default.new-upload-btn .new-box-item-inner .input {
  position: absolute;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.box-preview-files .box-preview-files-inner .box-preview-files-item {
  padding: 0px 0px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  display: block;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .box-preview-files-item-inner {
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  width: 100%;
  padding: 5px 12px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .box-preview-files-item-inner .icon {
  width: 31px;
  flex: 0 0 auto;
  position: relative;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .box-preview-files-item-inner .filename {
  flex: 1 1 auto;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .box-preview-files-item-inner .filename h3 {
  font-size: 16px;
  line-height: 20px;
  font-family: "SourceSans-Bold";
  margin-bottom: 0px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
  position: relative;
  top: 2px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .box-preview-files-item-inner .filename .size {
  font-size: 14px;
  line-height: 25px;
  font-family: "SourceSans-Semibold";
  color: #7f7f7f;
  position: relative;
  top: 1px;
}
.box-preview-files .box-preview-files-inner .box-preview-files-item .box-preview-files-item-inner .remove-file {
  position: absolute;
  top: 0px;
  height: 100%;
  right: 0px;
  border: 0px;
  background-color: transparent;
  cursor: pointer;
  padding-left: 12px;
  padding-right: 12px;
  outline: none;
}

.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline {
  border: 0px;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline.has-file span.lfr-autorow-controls.toolbar.toolbar-horizontal {
  display: none;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline:not(.has-file) {
  display: flex;
  width: 100%;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline:not(.has-file) .new-box-autofields {
  flex: 1 1 auto;
  display: block;
  width: 100%;
  margin-right: 12px;
}
.new-box-autofields-outer.type-file-upload .lfr-form-row.lfr-form-row-inline:not(.has-file) .lfr-autorow-controls {
  position: relative;
  flex: 0 0 auto;
  width: 72px;
  right: 0px !important;
}

@media (max-width: 768px) {
  .new-box-item.style-default.new-date:not(.idr):not(.no-dropdown) .new-box-item-inner.inner-dekstop .input .form-group .form-control,
  .new-box-item.style-default.new-dropdown-search.search-dekstop:not(.idr):not(.no-dropdown) .new-box-item-inner.inner-dekstop .input .form-group .form-control {
    pointer-events: none;
  }
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add {
  max-height: 400px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add {
  padding: 20px 20px 10px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input {
  margin-bottom: 12px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input .form-control {
  border: 1px solid #494df4;
  background: rgba(73, 77, 244, 0.1);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  color: rgb(73, 77, 244);
  font-size: 16px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input .form-control::-webkit-input-placeholder {
  color: rgba(73, 77, 244, 0.5);
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input .form-control::-moz-placeholder {
  color: rgba(73, 77, 244, 0.5);
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input .form-control:-moz-placeholder {
  color: rgba(73, 77, 244, 0.5);
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input .form-control:-ms-input-placeholder {
  color: rgba(73, 77, 244, 0.5);
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-input span {
  color: #999;
  font-size: 12px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-extra-add .box-extra-add .box-extra-add-inner .box-act {
  text-align: right;
}

.new-box-item.style-default.new-dropdown-search.search-mobile .box-dropdow-list.with-extra-add .box-extra-add {
  padding: 20px 0px 10px;
}

@media (max-width: 768px) {
  .new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.open {
    display: none;
  }
}

.new-box-item.style-default.new-dropdown-search.idr .new-box-item-inner .ico-flexible .open-box-dropdown {
  background-color: #494df4;
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border-color: transparent;
  outline: none;
  box-shadow: none;
  padding: 3px 9px;
}
.new-box-item.style-default.new-dropdown-search.idr .new-box-item-inner .ico-flexible .open-box-dropdown .ico {
  margin-left: 12px;
}
.new-box-item.style-default.new-dropdown-search.idr .new-box-item-inner .ico-flexible .open-box-dropdown .ico svg path {
  stroke: #fff;
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search {
  margin: 20px 20px 0px;
  position: relative;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search .ico-box-search {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  left: 16px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search .ico-box-search .ico {
  position: relative;
  top: 2px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search .input .form-group {
  margin-bottom: 0px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search .input .form-group .form-control {
  border: 1px solid #999;
  background-color: #f5f5f5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding-left: 45px;
  font-size: 16px;
  height: 48px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search .ico-flexible {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list .new-box-item-search .ico-flexible button {
  outline: none;
  border: 0px;
  position: relative;
  top: 2px;
}

.new-box-item.style-default.has-done .new-box-item-inner .input {
  position: relative;
}
.new-box-item.style-default.has-done .new-box-item-inner .input:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 0C4.47727 0 0 4.47727 0 10C0 15.5227 4.47727 20 10 20C15.5227 20 20 15.5227 20 10C20 4.47727 15.5227 0 10 0ZM14.3345 8.30909C14.4144 8.21786 14.4751 8.11158 14.5133 7.99652C14.5514 7.88145 14.5661 7.75992 14.5566 7.63908C14.5471 7.51823 14.5135 7.40051 14.4578 7.29284C14.4021 7.18518 14.3254 7.08973 14.2323 7.01213C14.1392 6.93453 14.0315 6.87633 13.9155 6.84097C13.7996 6.8056 13.6777 6.79378 13.5572 6.80621C13.4366 6.81863 13.3197 6.85504 13.2134 6.9133C13.1071 6.97156 13.0135 7.0505 12.9382 7.14545L9.02909 11.8355L7.00636 9.81182C6.83491 9.64622 6.60527 9.55459 6.36691 9.55666C6.12855 9.55873 5.90054 9.65434 5.73198 9.82289C5.56343 9.99145 5.46782 10.2195 5.46575 10.4578C5.46368 10.6962 5.55531 10.9258 5.72091 11.0973L8.44818 13.8245C8.53751 13.9138 8.64445 13.9835 8.7622 14.0291C8.87994 14.0748 9.00591 14.0954 9.13206 14.0897C9.25822 14.084 9.3818 14.052 9.49492 13.9959C9.60804 13.9397 9.70823 13.8606 9.78909 13.7636L14.3345 8.30909Z' fill='%231CC542'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  margin-top: 20px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.has-done.no-label .new-box-item-inner .input:after {
  margin-top: 0;
}

.CX-claim-steps.new-journey.type-plain .slider-claim-steps .slider-item section.CX-claim.with-step-form .box-step-form .box-step-form-inner .CX-claim-inner .box-vector-and-form .box-vector-and-form-inner .new-box-form .new-box-form-inner .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.no-label .new-box-item-inner .ico-flexible {
  margin-top: 0px !important;
}

.new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible .open-box-dropdown {
  cursor: pointer;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible .open-box-dropdown.active {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.new-claim-err-message, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-success .form-validator-stack.help-block, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-error .form-validator-stack.help-block, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-success .form-validator-stack.help-block, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-error .form-validator-stack.help-block, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.no-label.new-radio .new-box-item-inner .input .box-custom-radios.has-error .form-validator-stack.help-block, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .box-title.with-button.has-error .form-validator-stack.help-block, .CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search .new-box-item-inner.inner-dekstop .input.has-error .form-validator-stack.help-block, .CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search.has-error .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 11px;
  line-height: 15px;
  font-weight: normal;
  font-family: "SourceSans";
  padding-left: 10px;
}
.new-claim-err-message:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-success .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-error .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-success .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-error .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.no-label.new-radio .new-box-item-inner .input .box-custom-radios.has-error .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .box-title.with-button.has-error .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search .new-box-item-inner.inner-dekstop .input.has-error .form-validator-stack.help-block:before, .CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search.has-error .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block:before {
  content: "\f06a";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  display: inline-block;
  margin-right: 5px;
}
.new-claim-err-message .required, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block .required, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-success .form-validator-stack.help-block .required, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-error .form-validator-stack.help-block .required, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .new-box-item.style-default.no-label.new-radio .new-box-item-inner .input .box-custom-radios.has-error .form-validator-stack.help-block .required, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .box-title.with-button.has-error .form-validator-stack.help-block .required, .CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search .new-box-item-inner.inner-dekstop .input.has-error .form-validator-stack.help-block .required, .CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search.has-error .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block .required {
  display: inline-block;
}

.CX-claim-steps.new-journey .new-box-item.style-default.new-dropdown-search .new-box-item-inner.inner-dekstop .input.has-error {
  margin-bottom: 10px;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .box-title.with-button.has-error .box-title-and-button {
  margin-bottom: 0px;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-success, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-error {
  margin-bottom: 40px !important;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-success .form-validator-stack.help-block:nth-of-type(2), .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location .new-box-item-inner .input.has-error .form-validator-stack.help-block:nth-of-type(2) {
  display: none;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-success, .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-error {
  margin-bottom: 30px !important;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-success .form-validator-stack.help-block:nth-of-type(2), .CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.new-dropdown-search.new-location:last-child .new-box-item-inner .input.has-error .form-validator-stack.help-block:nth-of-type(2) {
  display: none;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error {
  margin-bottom: 40px !important;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default.has-error .new-box-item-inner .input .form-group.has-error .form-control {
  background-image: none !important;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default .new-box-item-inner .input .form-group.has-error {
  margin-bottom: 40px;
}
.CX-claim-steps.new-journey .row-box-number .row-box-number-inner .row-box-number-item .row-box-number-item-inner .row-box-number-item-child .row-box-number-item-child-inner .with-boxes .new-box-item.style-default:last-child .new-box-item-inner .input .form-group.has-error {
  margin-bottom: 30px;
}

.new-box-item.style-default.new-dropdown-search.has-error .box-dropdow-list .new-box-item-search .input .form-control {
  border-color: #999 !important;
  background-image: none !important;
}
.new-box-item.style-default.new-dropdown-search.has-error .box-dropdow-list .new-box-item-search .input .form-control:focus {
  box-shadow: none;
}

.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul {
  padding: 8px 14px;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item {
  position: relative;
  border-bottom-color: #f5f5f5;
  padding: 7px 20px 7px 9px;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint0_linear_24152_3460)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.5332C14.2876 6.5332 14.5208 6.76643 14.5208 7.05413V7.22877C14.598 7.22994 14.6639 7.23246 14.7254 7.2379C15.9827 7.34908 16.9793 8.34571 17.0905 9.60299C17.1007 9.7179 17.1006 9.84809 17.1006 10.0393L17.1006 10.8889C17.1006 13.5764 15.0558 15.7862 12.4371 16.0475V17.4728C12.4371 19.1031 13.7587 20.4247 15.389 20.4247H16.0019C16.8702 20.4247 17.6288 19.9513 18.0323 19.2479C17.0005 18.9015 16.2572 17.9266 16.2572 16.7781C16.2572 15.3396 17.4234 14.1735 18.8619 14.1735C20.3004 14.1735 21.4665 15.3396 21.4665 16.7781C21.4665 18.1259 20.4428 19.2346 19.1305 19.3691C18.6251 20.5995 17.4153 21.4665 16.0019 21.4665H15.389C13.1833 21.4665 11.3952 19.6785 11.3952 17.4728V16.0485C8.66672 15.7865 6.53321 13.4876 6.53321 10.6904L6.53321 10.0393C6.53318 9.84811 6.53317 9.71791 6.54333 9.60299C6.65451 8.34571 7.65114 7.34908 8.90842 7.2379C9.01655 7.22834 9.1382 7.22779 9.31149 7.22777V7.05413C9.31149 6.76643 9.54472 6.5332 9.83242 6.5332C10.1201 6.5332 10.3534 6.76643 10.3534 7.05413V8.44328C10.3534 8.73098 10.1201 8.9642 9.83242 8.9642C9.54472 8.9642 9.31149 8.73098 9.31149 8.44328V8.26965C9.12854 8.26977 9.05723 8.27066 9.00019 8.27571C8.24583 8.34242 7.64785 8.94039 7.58114 9.69476C7.57558 9.75768 7.57506 9.83799 7.57506 10.0664V10.6904C7.57506 13.0879 9.51863 15.0315 11.9161 15.0315C14.204 15.0315 16.0588 13.1768 16.0588 10.8889V10.0664C16.0588 9.83799 16.0583 9.75768 16.0527 9.69476C15.986 8.94039 15.388 8.34242 14.6336 8.27571C14.6042 8.27311 14.5711 8.27161 14.5208 8.27076V8.44328C14.5208 8.73098 14.2876 8.9642 13.9999 8.9642C13.7122 8.9642 13.4789 8.73098 13.4789 8.44328V7.05413C13.4789 6.76643 13.7122 6.5332 13.9999 6.5332ZM17.2991 16.7781C17.2991 15.915 17.9988 15.2154 18.8619 15.2154C19.725 15.2154 20.4246 15.915 20.4246 16.7781C20.4246 17.6412 19.725 18.3409 18.8619 18.3409C17.9988 18.3409 17.2991 17.6412 17.2991 16.7781Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_24152_3460' x1='0.93475' y1='2.37999' x2='29.1885' y2='3.76565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23494DF4'/%3E%3Cstop offset='0.463039' stop-color='%234A37F4'/%3E%3Cstop offset='1' stop-color='%236F49F4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  left: 9px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item .text {
  padding-left: 40px;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item .text .text-inner {
  display: block;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item .text .sub-text {
  display: block;
  font-size: 12px;
  color: #7f7f7f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item .ico-circle {
  right: 9px;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item.disabled {
  background: #d9d9d9;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  pointer-events: none;
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23333333'/%3E%3Cpath d='M11.7632 19.2265C11.7632 18.8123 11.4274 18.4765 11.0132 18.4765C10.599 18.4765 10.2632 18.8123 10.2632 19.2265H11.7632ZM13.2499 13.9999V19.9732H14.7499V13.9999H13.2499ZM11.7632 19.9732V19.2265H10.2632V19.9732H11.7632ZM13.9999 14.7499H21.111V13.2499H13.9999V14.7499ZM14.3554 5.7832H13.6443V7.2832H14.3554V5.7832ZM6.88876 14.7499H13.9999V13.2499H6.88876V14.7499ZM5.7832 13.6443C5.7832 14.2549 6.27818 14.7499 6.88876 14.7499V13.2499C7.1066 13.2499 7.2832 13.4265 7.2832 13.6443H5.7832ZM22.2165 13.6443C22.2165 9.30274 18.697 5.7832 14.3554 5.7832V7.2832C17.8686 7.2832 20.7165 10.1312 20.7165 13.6443H22.2165ZM21.111 14.7499C21.7216 14.7499 22.2165 14.2549 22.2165 13.6443H20.7165C20.7165 13.4265 20.8931 13.2499 21.111 13.2499V14.7499ZM12.5065 20.7165C12.096 20.7165 11.7632 20.3837 11.7632 19.9732H10.2632C10.2632 21.2122 11.2676 22.2165 12.5065 22.2165V20.7165ZM13.6443 5.7832C9.30274 5.7832 5.7832 9.30274 5.7832 13.6443H7.2832C7.2832 10.1312 10.1312 7.2832 13.6443 7.2832V5.7832ZM13.2499 19.9732C13.2499 20.3837 12.9171 20.7165 12.5065 20.7165V22.2165C13.7455 22.2165 14.7499 21.2122 14.7499 19.9732H13.2499Z' fill='white'/%3E%3Cpath d='M17.6688 13.9999C17.4603 11.9755 16.6532 6.5332 13.9994 6.5332C11.3457 6.5332 10.5385 11.9755 10.3301 13.9999' stroke='white' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.new-box-item.style-default.new-dropdown-search.search-dekstop .box-dropdow-list.with-icon-polis ul li.list-item.disabled .ico-circle {
  display: none;
}

.new-box-item.style-default.border-grey .new-box-item-inner .input .form-group .form-control {
  border: 1px solid #e5e5e5 !important;
}
.new-box-item.style-default.border-grey .new-box-item-inner .input .form-group .form-control:focus {
  border-color: #494df4 !important;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul {
  padding: 7px 12px;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 6px 12px;
  border-bottom: 0px;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li:after {
  content: "";
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li:last-child:after {
  display: none;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li .text .text-inner {
  display: block;
  margin-bottom: 0px;
  line-height: normal;
  font-size: 14px;
  padding-right: 5px;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li .text .sub-text-inner {
  font-size: 10px;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: rgba(51, 51, 51, 0.5);
  position: relative;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li .ico-square {
  right: 12px !important;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li.selected {
  background-color: #494df4;
  color: #fff;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li.selected .text {
  color: #fff;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li.selected .text .sub-text-inner {
  color: #fff;
}

.cx-form-filter {
  background-color: #f5f5f5;
  padding: 8px 24px;
  position: relative;
}
.cx-form-filter:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -25px;
  right: -25px;
  background-color: #f5f5f5;
  height: 100%;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form {
  padding: 0 0;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 9px;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form.filter-dokumen {
  grid-template-columns: 1fr 240px 240px;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control {
  height: 50px;
  padding-left: 40px;
  font-size: 16px;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-box-search {
  left: 17px;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible {
  right: 11px;
  display: flex;
  align-items: center;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible button {
  width: 30px;
  height: 30px;
  position: relative;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible button span.ico.ico-chevron-down {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible button.clear-search-dropdown {
  position: relative;
}
.cx-form-filter .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible button.clear-search-dropdown span.ico.ico-clear-search {
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li .ico-square {
  position: absolute;
  width: 22px;
  height: 22px;
  right: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='18' height='18' rx='4' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  top: 15px;
  background-repeat: no-repeat;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li.selected .ico-square {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='6' fill='white'/%3E%3Cpath d='M5 10.2L7.85714 13L15 6' stroke='%23494DF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.new-box-item.style-default.type-checkbox .box-dropdow-list ul li input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}

.new-box-item.style-default.type-checkbox .box-dropdow-list ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: normal;
}
.new-box-item.style-default.type-checkbox .box-dropdow-list ul li:after {
  bottom: -5px;
}

.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul {
  padding: 7px 12px;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li {
  position: relative;
  margin-bottom: 10px;
  line-height: normal;
  border-bottom: 0px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 12px 12px;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li .ico-circle {
  right: 12px;
  top: 8px;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li.selected {
  background-color: #494df4;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li.selected .text {
  color: #fff;
  font-size: 14px;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li.selected .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 5.27246C7.83696 5.27246 5.27271 7.83672 5.27271 10.9997C5.27271 14.1627 7.83696 16.727 11 16.727C14.163 16.727 16.7272 14.1627 16.7272 10.9997C16.7272 7.83672 14.163 5.27246 11 5.27246ZM13.4825 10.0313C13.5282 9.97905 13.563 9.91818 13.5848 9.85228C13.6067 9.78638 13.6151 9.71678 13.6097 9.64757C13.6042 9.57836 13.585 9.51093 13.5531 9.44927C13.5212 9.38761 13.4773 9.33294 13.4239 9.2885C13.3706 9.24405 13.3089 9.21072 13.2425 9.19047C13.1761 9.17021 13.1063 9.16345 13.0373 9.17056C12.9682 9.17768 12.9013 9.19853 12.8404 9.2319C12.7795 9.26526 12.7259 9.31047 12.6828 9.36486L10.4439 12.0509L9.28544 10.892C9.18724 10.7971 9.05572 10.7446 8.91921 10.7458C8.78269 10.747 8.6521 10.8018 8.55557 10.8983C8.45903 10.9948 8.40427 11.1254 8.40309 11.2619C8.4019 11.3985 8.45438 11.53 8.54922 11.6282L10.1112 13.1902C10.1624 13.2413 10.2236 13.2812 10.2911 13.3073C10.3585 13.3335 10.4306 13.3453 10.5029 13.342C10.5751 13.3387 10.6459 13.3204 10.7107 13.2883C10.7755 13.2561 10.8329 13.2108 10.8792 13.1553L13.4825 10.0313Z' fill='%23494DF4'/%3E%3Ccircle cx='10.9999' cy='11.0002' r='3.18182' fill='white'/%3E%3C/svg%3E%0A");
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li:after {
  content: "";
  border-bottom: 1px solid #f5f5f5;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: -5px;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li:last-child {
  margin-bottom: 0px;
}
.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li:last-child:after {
  display: none;
}

.new-box-item.style-default.new-dropdown-search.selected:not(.no-dropdown) .new-box-item-inner .input .form-control {
  pointer-events: none;
  border-color: #494df4 !important;
}

.cx-message-info {
  padding: 90px 0;
}
.cx-message-info .box-message-info {
  text-align: center;
}
.cx-message-info .box-message-info .box-message-info-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
  max-width: 230px;
  margin: 0 auto;
}
.cx-message-info .box-message-info .box-message-info-inner .text .title {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  margin-bottom: 11px;
}
.cx-message-info .box-message-info .box-message-info-inner .text .subtitle {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans";
  color: #7f7f7f;
}

@media (max-width: 768px) {
  .cx-form-filter {
    padding: 10px 0px;
  }
}
@media (max-width: 768px) {
  .cx-form-filter .box-form-filter {
    display: none;
  }
}
.cx-form-filter .box-form-filter-mobile {
  z-index: 2;
  position: relative;
}
@media (max-width: 768px) {
  .cx-form-filter .box-form-filter-mobile.hide {
    display: block !important;
  }
}
.cx-form-filter .box-form-filter-mobile .inner {
  color: #333;
  display: flex;
  align-items: center;
}
.cx-form-filter .box-form-filter-mobile .inner .filter-value {
  flex: 1 1 auto;
}
.cx-form-filter .box-form-filter-mobile .inner .filter-value .filter-value-inner .text-filter {
  font-size: 18px;
  font-family: "SourceSans-Bold";
  position: relative;
  padding-left: 22px;
  margin-bottom: 5px;
}
.cx-form-filter .box-form-filter-mobile .inner .filter-value .filter-value-inner .text-filter:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_996_30795)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72093 1.83721C4.02373 1.83721 1.83721 4.02373 1.83721 6.72093C1.83721 9.41814 4.02373 11.6047 6.72093 11.6047C9.41814 11.6047 11.6047 9.41814 11.6047 6.72093C11.6047 4.02373 9.41814 1.83721 6.72093 1.83721ZM1 6.72093C1 3.56135 3.56135 1 6.72093 1C9.88051 1 12.4419 3.56135 12.4419 6.72093C12.4419 8.15005 11.9178 9.45679 11.0515 10.4595L12.8774 12.2854C13.0409 12.4489 13.0409 12.7139 12.8774 12.8774C12.7139 13.0409 12.4489 13.0409 12.2854 12.8774L10.4595 11.0515C9.45679 11.9178 8.15005 12.4419 6.72093 12.4419C3.56135 12.4419 1 9.88051 1 6.72093Z' fill='%23333333' stroke='%23333333' stroke-linecap='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_996_30795'%3E%3Crect width='14' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0px;
  top: 7px;
}
.cx-form-filter .box-form-filter-mobile .inner .filter-value .filter-value-inner .list-filter span {
  display: inline-block;
  padding-right: 7px;
  position: relative;
  font-size: 14px;
  color: #333;
}
.cx-form-filter .box-form-filter-mobile .inner .filter-value .filter-value-inner .list-filter span:after {
  content: "|";
  position: absolute;
  right: 0px;
}
.cx-form-filter .box-form-filter-mobile .inner .filter-value .filter-value-inner .list-filter span:last-child:after {
  content: "";
}
.cx-form-filter .box-form-filter-mobile .inner .box-action {
  flex: 0 0 auto;
}
.cx-form-filter .box-form-filter-mobile .inner .box-action .new-btn-blue {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}

.display-filter-mobile .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 24px;
}
.display-filter-mobile .inner .display-filter-item label {
  display: block;
  text-align: left;
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  color: #333;
}
.display-filter-mobile .inner .display-filter-item .display-filter-item-inner {
  position: relative;
}
.display-filter-mobile .inner .display-filter-item .display-filter-item-inner .ico svg path {
  stroke: #333;
}
.display-filter-mobile .inner .display-filter-item .display-filter-item-inner .form-group {
  margin-bottom: 0;
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .ico {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  left: 20px;
  margin-top: 2px;
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group {
  margin-bottom: 0;
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group .form-control {
  background: rgba(73, 77, 244, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 13px 20px;
  padding-left: 45px;
  height: 57px;
  font-size: 18px;
  color: #333 !important;
  font-family: "SourceSans-Semibold";
  border-color: transparent;
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group .form-control:focus {
  border-color: #494df4;
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.display-filter-mobile .inner .display-filter-item.type-text .display-filter-item-inner .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.4);
}
.display-filter-mobile .inner .display-filter-item.type-action button.display-filter-item-inner {
  display: flex;
  grid-column-gap: 24px;
  padding: 13px 20px;
  width: 100%;
  background: rgba(73, 77, 244, 0.05);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  color: #333;
  font-family: "SourceSans-Semibold";
  border-width: 1px;
  border-color: transparent;
}
.display-filter-mobile .inner .display-filter-item.type-action button.display-filter-item-inner:focus-visible, .display-filter-mobile .inner .display-filter-item.type-action button.display-filter-item-inner:focus {
  border-color: #494df4;
  outline: none;
  box-shadow: none;
}
.display-filter-mobile .inner .display-filter-item.type-action button.display-filter-item-inner .ico {
  flex: 0 0 auto;
}
.display-filter-mobile .inner .display-filter-item.type-action button.display-filter-item-inner div {
  flex: 1 1 auto;
  text-align: left;
  color: #333;
}
.display-filter-mobile .inner .display-filter-item.has-dropdown .display-filter-item-inner:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='8' viewBox='0 0 15 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L7.5 7L14 1' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 8px;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.new-box-item.style-default.new-dropdown-search.type-radio .box-dropdow-list ul li input[type=radio] {
  opacity: 0;
  position: absolute;
}

.box-choose-filter-mobile {
  margin-top: 30px;
}
.box-choose-filter-mobile .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 10px;
}
.box-choose-filter-mobile .inner .choose-filter-item input {
  position: absolute;
  opacity: 0;
}
.box-choose-filter-mobile .inner .choose-filter-item .choose-filter-item-inner {
  display: block;
  width: 100%;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: relative;
  padding: 12px 16px;
}
.box-choose-filter-mobile .inner .choose-filter-item .choose-filter-item-inner:after {
  content: "";
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  left: 0px;
  bottom: -5px;
  width: 100%;
  height: 1px;
}
.box-choose-filter-mobile .inner .choose-filter-item .choose-filter-item-inner .text {
  font-size: 18px;
  font-family: "SourceSans-Semibold";
}
.box-choose-filter-mobile .inner .choose-filter-item .choose-filter-item-inner .sub-text {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.5);
}
.box-choose-filter-mobile .inner .choose-filter-item.selected .choose-filter-item-inner {
  background-color: #494df4;
  color: #fff;
}
.box-choose-filter-mobile .inner .choose-filter-item.selected .choose-filter-item-inner .sub-text,
.box-choose-filter-mobile .inner .choose-filter-item.selected .choose-filter-item-inner .text {
  color: #fff;
}
.box-choose-filter-mobile.type-checkbox .inner .choose-filter-item {
  position: relative;
}
.box-choose-filter-mobile.type-checkbox .inner .choose-filter-item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='18' height='18' rx='4' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 22px;
  height: 22px;
  right: 16px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.box-choose-filter-mobile.type-checkbox .inner .choose-filter-item.selected:before {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='6' fill='white'/%3E%3Cpath d='M5 10.2L7.85714 13L15 6' stroke='%23494DF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.box-choose-filter-mobile.type-radio .inner .choose-filter-item {
  position: relative;
}
.box-choose-filter-mobile.type-radio .inner .choose-filter-item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 22px;
  height: 22px;
  right: 16px;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
}
.box-choose-filter-mobile.type-radio .inner .choose-filter-item.selected:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 5.27246C7.83696 5.27246 5.27271 7.83672 5.27271 10.9997C5.27271 14.1627 7.83696 16.727 11 16.727C14.163 16.727 16.7272 14.1627 16.7272 10.9997C16.7272 7.83672 14.163 5.27246 11 5.27246ZM13.4825 10.0313C13.5282 9.97905 13.563 9.91818 13.5848 9.85228C13.6067 9.78638 13.6151 9.71678 13.6097 9.64757C13.6042 9.57836 13.585 9.51093 13.5531 9.44927C13.5212 9.38761 13.4773 9.33294 13.4239 9.2885C13.3706 9.24405 13.3089 9.21072 13.2425 9.19047C13.1761 9.17021 13.1063 9.16345 13.0373 9.17056C12.9682 9.17768 12.9013 9.19853 12.8404 9.2319C12.7795 9.26526 12.7259 9.31047 12.6828 9.36486L10.4439 12.0509L9.28544 10.892C9.18724 10.7971 9.05572 10.7446 8.91921 10.7458C8.78269 10.747 8.6521 10.8018 8.55557 10.8983C8.45903 10.9948 8.40427 11.1254 8.40309 11.2619C8.4019 11.3985 8.45438 11.53 8.54922 11.6282L10.1112 13.1902C10.1624 13.2413 10.2236 13.2812 10.2911 13.3073C10.3585 13.3335 10.4306 13.3453 10.5029 13.342C10.5751 13.3387 10.6459 13.3204 10.7107 13.2883C10.7755 13.2561 10.8329 13.2108 10.8792 13.1553L13.4825 10.0313Z' fill='%23494DF4'/%3E%3Ccircle cx='10.9999' cy='11.0002' r='3.18182' fill='white'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}

.cx-form-filter.primary {
  background: linear-gradient(90deg, #3035f3 28.19%, #494df4 70.53%);
}
.cx-form-filter.primary:before {
  background: linear-gradient(90deg, #3035f3 28.19%, #494df4 70.53%);
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search {
  background: radial-gradient(372.84% 141.42% at 0% 0%, rgba(255, 255, 255, 0.18) 0%, rgba(255, 255, 255, 0.03) 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-box-search .ico svg path {
  stroke: #fff;
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible {
  background-color: transparent;
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible .open-box-dropdown svg circle,
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible .open-box-dropdown svg path,
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible .clear-search-dropdown svg circle,
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .ico-flexible .clear-search-dropdown svg path {
  stroke: #fff;
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control {
  background-color: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.25) !important;
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control:focus {
  border: 2px solid #fff !important;
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cx-form-filter.primary .box-form-filter .box-form-filter-inner .new-box-form .new-box-form-inner .grid-form .new-box-item.style-default.new-dropdown-search .new-box-item-inner .input .form-group .form-control:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
.cx-form-filter.primary .box-form-filter-mobile .inner {
  color: #fff;
}
.cx-form-filter.primary .box-form-filter-mobile .inner .filter-value .filter-value-inner .text-filter {
  font-size: 17px;
  margin-bottom: 3px;
}
.cx-form-filter.primary .box-form-filter-mobile .inner .filter-value .filter-value-inner .text-filter:before {
  top: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.67442 1.97772C4.52768 1.97772 1.97674 4.52866 1.97674 7.6754C1.97674 10.8221 4.52768 13.3731 7.67442 13.3731C10.8212 13.3731 13.3721 10.8221 13.3721 7.6754C13.3721 4.52866 10.8212 1.97772 7.67442 1.97772ZM1 7.6754C1 3.98922 3.98824 1.00098 7.67442 1.00098C11.3606 1.00098 14.3488 3.98922 14.3488 7.6754C14.3488 9.34271 13.7375 10.8672 12.7267 12.037L14.857 14.1673C15.0477 14.358 15.0477 14.6672 14.857 14.8579C14.6662 15.0487 14.357 15.0487 14.1663 14.8579L12.036 12.7277C10.8663 13.7385 9.34173 14.3498 7.67442 14.3498C3.98824 14.3498 1 11.3616 1 7.6754Z' fill='white' stroke='white' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.cx-form-filter.primary .box-form-filter-mobile .inner .filter-value .list-filter span {
  color: #fff;
}
.cx-form-filter.primary .box-form-filter-mobile .inner .box-action .new-btn-blue {
  background-color: #fff;
  color: #494df4 !important;
}
.cx-form-filter.primary .box-form-filter-mobile .inner .box-action .new-btn-blue:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.72093 1.83819C4.02373 1.83819 1.83721 4.0247 1.83721 6.72191C1.83721 9.41911 4.02373 11.6056 6.72093 11.6056C9.41814 11.6056 11.6047 9.41911 11.6047 6.72191C11.6047 4.0247 9.41814 1.83819 6.72093 1.83819ZM1 6.72191C1 3.56232 3.56135 1.00098 6.72093 1.00098C9.88051 1.00098 12.4419 3.56232 12.4419 6.72191C12.4419 8.15103 11.9178 9.45776 11.0515 10.4604L12.8774 12.2864C13.0409 12.4499 13.0409 12.7149 12.8774 12.8784C12.7139 13.0418 12.4489 13.0418 12.2854 12.8784L10.4595 11.0524C9.45679 11.9188 8.15005 12.4428 6.72093 12.4428C3.56135 12.4428 1 9.88149 1 6.72191Z' fill='%23494DF4' stroke='%23494DF4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  display: inline-block;
  margin-right: 6px;
  position: relative;
  top: 2px;
}

@media (max-width: 768px) {
  .new-box-item.style-default.has-modal-mobile .input .form-control {
    pointer-events: none;
  }
}

.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul {
  padding: 8px 14px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item {
  position: relative;
  padding: 7px 45px 7px 50px;
  border-bottom: 1px solid #f5f5f5;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item:last-child {
  border-bottom: 0px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item .ico-circle {
  right: 18px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint0_linear_28276_13085)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.53333C14.2876 6.53333 14.5208 6.76656 14.5208 7.05426V7.2289C14.598 7.23007 14.6639 7.23259 14.7254 7.23803C15.9827 7.34921 16.9793 8.34584 17.0905 9.60312C17.1007 9.71803 17.1006 9.84822 17.1006 10.0394L17.1006 10.889C17.1006 13.5765 15.0558 15.7864 12.4371 16.0476V17.4729C12.4371 19.1032 13.7587 20.4248 15.389 20.4248H16.0019C16.8702 20.4248 17.6288 19.9514 18.0323 19.248C17.0005 18.9016 16.2572 17.9268 16.2572 16.7783C16.2572 15.3398 17.4234 14.1736 18.8619 14.1736C20.3004 14.1736 21.4665 15.3398 21.4665 16.7783C21.4665 18.1261 20.4428 19.2348 19.1305 19.3692C18.6251 20.5997 17.4153 21.4667 16.0019 21.4667H15.389C13.1833 21.4667 11.3952 19.6786 11.3952 17.4729V16.0486C8.66672 15.7866 6.53321 13.4877 6.53321 10.6905L6.53321 10.0395C6.53318 9.84824 6.53317 9.71804 6.54333 9.60312C6.65451 8.34584 7.65114 7.34921 8.90842 7.23803C9.01655 7.22847 9.1382 7.22792 9.31149 7.2279V7.05426C9.31149 6.76656 9.54472 6.53333 9.83242 6.53333C10.1201 6.53333 10.3534 6.76656 10.3534 7.05426V8.44341C10.3534 8.73111 10.1201 8.96433 9.83242 8.96433C9.54472 8.96433 9.31149 8.73111 9.31149 8.44341V8.26978C9.12854 8.2699 9.05723 8.27079 9.00019 8.27584C8.24583 8.34254 7.64785 8.94052 7.58114 9.69489C7.57558 9.75781 7.57506 9.83812 7.57506 10.0665V10.6905C7.57506 13.0881 9.51863 15.0316 11.9161 15.0316C14.204 15.0316 16.0588 13.1769 16.0588 10.889V10.0665C16.0588 9.83812 16.0583 9.75781 16.0527 9.69489C15.986 8.94052 15.388 8.34254 14.6336 8.27584C14.6042 8.27324 14.5711 8.27174 14.5208 8.27089V8.44341C14.5208 8.73111 14.2876 8.96433 13.9999 8.96433C13.7122 8.96433 13.4789 8.73111 13.4789 8.44341V7.05426C13.4789 6.76656 13.7122 6.53333 13.9999 6.53333ZM17.2991 16.7783C17.2991 15.9152 17.9988 15.2155 18.8619 15.2155C19.725 15.2155 20.4246 15.9152 20.4246 16.7783C20.4246 17.6414 19.725 18.3411 18.8619 18.3411C17.9988 18.3411 17.2991 17.6414 17.2991 16.7783Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_28276_13085' x1='0.93475' y1='2.37999' x2='29.1885' y2='3.76565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23494DF4'/%3E%3Cstop offset='0.463039' stop-color='%234A37F4'/%3E%3Cstop offset='1' stop-color='%236F49F4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 28px;
  height: 28px;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item .text {
  display: block;
  padding-right: 0px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item .text .text-inner {
  font-family: "SourceSans-Bold";
  color: #333333;
  display: block;
  margin-bottom: 3px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item .text .desc {
  display: block;
  font-size: 12px;
  line-height: 16px;
  font-family: "SourceSans-Semibold";
  color: #7f7f7f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item.disabled {
  background-color: #cccccc;
  pointer-events: none;
  border-bottom: 0px;
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item.disabled:before {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.4'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23333333'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.5332C14.2876 6.5332 14.5208 6.76643 14.5208 7.05413V7.22877C14.598 7.22994 14.6639 7.23246 14.7254 7.2379C15.9827 7.34908 16.9793 8.34571 17.0905 9.60299C17.1007 9.7179 17.1006 9.84809 17.1006 10.0393L17.1006 10.8889C17.1006 13.5764 15.0558 15.7862 12.4371 16.0475V17.4728C12.4371 19.1031 13.7587 20.4247 15.389 20.4247H16.0019C16.8702 20.4247 17.6288 19.9513 18.0323 19.2479C17.0005 18.9015 16.2572 17.9266 16.2572 16.7781C16.2572 15.3396 17.4234 14.1735 18.8619 14.1735C20.3004 14.1735 21.4665 15.3396 21.4665 16.7781C21.4665 18.1259 20.4428 19.2346 19.1305 19.3691C18.6251 20.5995 17.4153 21.4665 16.0019 21.4665H15.389C13.1833 21.4665 11.3952 19.6785 11.3952 17.4728V16.0485C8.66672 15.7865 6.53321 13.4876 6.53321 10.6904L6.53321 10.0393C6.53318 9.84811 6.53317 9.71791 6.54333 9.60299C6.65451 8.34571 7.65114 7.34908 8.90842 7.2379C9.01655 7.22834 9.1382 7.22779 9.31149 7.22777V7.05413C9.31149 6.76643 9.54472 6.5332 9.83242 6.5332C10.1201 6.5332 10.3534 6.76643 10.3534 7.05413V8.44328C10.3534 8.73098 10.1201 8.9642 9.83242 8.9642C9.54472 8.9642 9.31149 8.73098 9.31149 8.44328V8.26965C9.12854 8.26977 9.05723 8.27066 9.00019 8.27571C8.24583 8.34242 7.64785 8.94039 7.58114 9.69476C7.57558 9.75768 7.57506 9.83799 7.57506 10.0664V10.6904C7.57506 13.0879 9.51863 15.0315 11.9161 15.0315C14.204 15.0315 16.0588 13.1768 16.0588 10.8889V10.0664C16.0588 9.83799 16.0583 9.75768 16.0527 9.69476C15.986 8.94039 15.388 8.34242 14.6336 8.27571C14.6042 8.27311 14.5711 8.27161 14.5208 8.27076V8.44328C14.5208 8.73098 14.2876 8.9642 13.9999 8.9642C13.7122 8.9642 13.4789 8.73098 13.4789 8.44328V7.05413C13.4789 6.76643 13.7122 6.5332 13.9999 6.5332ZM17.2991 16.7781C17.2991 15.915 17.9988 15.2154 18.8619 15.2154C19.725 15.2154 20.4246 15.915 20.4246 16.7781C20.4246 17.6412 19.725 18.3409 18.8619 18.3409C17.9988 18.3409 17.2991 17.6412 17.2991 16.7781Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}
.new-box-item.style-default.new-dropdown-search .box-dropdow-list.with-icon-polis ul li.list-item.disabled .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='%237F7F7F' stroke='%237F7F7F'/%3E%3C/svg%3E%0A");
}

.CX-upload-image-and-url {
  padding: 20px 0;
}

.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .control-label {
  font-size: 18px;
  font-family: "SourceSans-Bold";
  color: #5F5F5F;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control {
  border: 1px solid #5595F1;
  background: #F6F8FC;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control::-webkit-input-placeholder {
  color: #999999;
  font-family: "SourceSans";
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control::-moz-placeholder {
  color: #999999;
  font-family: "SourceSans";
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control:-moz-placeholder {
  color: #999999;
  font-family: "SourceSans";
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control:-ms-input-placeholder {
  color: #999999;
  font-family: "SourceSans";
}

.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form {
  padding: 0 0;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .form-group {
  margin-bottom: 0px;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .form-group .form-control {
  border: 1px solid #5595F1;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .form-group .form-control:disabled {
  border: 1px solid #CCCCCC;
}
.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  margin-top: 3px;
  font-size: 12px;
  font-family: "SourceSans-Semibold";
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item {
  margin-bottom: 10px;
  padding-bottom: 35px;
  border-bottom: 5px solid #F6F8FC;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:last-child {
  border-bottom: 0px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 8px;
}
@media (max-width: 767px) {
  .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
    grid-template-columns: 1fr;
    grid-row-gap: 10px;
  }
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress {
  position: relative;
  border: 1px solid #5595F1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  padding: 3px 13px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-close-file {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status:before, .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status .progress-bar-status-inner {
  content: "";
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 0px;
  height: 4px;
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status:before {
  background-color: #EBEBEB;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .progress-bar-status .progress-bar-status-inner {
  background: #1485FD;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
  display: flex;
  align-items: center;
  padding-bottom: 5px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
  flex: 0 0 auto;
  width: 51px;
  position: relative;
  top: 0px;
  left: -15px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name {
  flex: 1 1 auto;
  padding-right: 35px;
  line-height: 18px;
  position: relative;
  left: -25px;
  top: 0px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress {
  display: flex;
  align-items: center;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-close-file {
  right: 10px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .progress-bar-status .progress-bar-status-inner {
  width: initial !important;
  right: 5px;
  background-color: #1CC542;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
  display: flex;
  column-gap: 10px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
  flex: 0 0 auto;
  width: 16px;
  position: relative;
  left: 2px;
  top: initial;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico {
  position: relative;
  width: 16px;
  height: 16px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #1CC542;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico img {
  display: none;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico:after {
  color: #fff;
  font-size: 8px;
  left: 4px;
  top: 2px;
  font-weight: bold;
  position: absolute;
  content: "\f00c";
  font-family: "Font Awesome 5 Pro";
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name {
  flex: 1 1 auto;
  padding-left: 0px;
  top: initial;
  left: initial;
  position: relative;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-caption .box-char-limit {
  color: #494df4;
}

.CX-upload-image-and-url {
  padding-bottom: 40px;
}
.CX-upload-image-and-url .box-action-upload-content {
  position: absolute;
  left: 0px;
  bottom: -42px;
  width: 100%;
  z-index: 2;
}
@media (max-width: 767px) {
  .CX-upload-image-and-url .box-action-upload-content {
    position: fixed;
    z-index: 2;
    left: 0px;
    bottom: 0px;
    width: 100%;
  }
}
.CX-upload-image-and-url .box-action-upload-content .new-btn-blue {
  width: 100%;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -ms-border-radius: 0px;
  -o-border-radius: 0px;
  border-radius: 0px;
  font-size: 22px;
  padding: 13px 16px;
}
@media (max-width: 767px) {
  .CX-upload-image-and-url .box-action-upload-content .new-btn-blue {
    font-size: 20px;
  }
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-close-file a {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-close-file:hover a {
  filter: drop-shadow(-3px 6px 8px rgba(0, 0, 0, 0.2));
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-close-file:hover a .ico svg circle {
  fill: #C91432;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:not(.done) .box-file-upload-item-inner .box-file-progress .box-close-file a {
  display: inline-block;
  transform-origin: center center;
  width: 18px;
  height: 18px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:not(.done) .box-file-upload-item-inner .box-file-progress .box-close-file:hover a {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
  filter: drop-shadow(-3px 6px 8px rgba(0, 0, 0, 0.2));
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:not(.done) .box-file-upload-item-inner .box-file-progress .box-close-file:hover a .ico svg circle {
  fill: #C91432;
}

.box-upload-url .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
  grid-template-columns: 1fr;
}
.box-upload-url .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress {
  padding: 12px 13px;
}
.box-upload-url .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-close-file {
  margin-top: 3px;
}
.box-upload-url .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
  padding-bottom: 0px;
}
.box-upload-url .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name span {
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress {
  padding: 12px 13px;
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item:last-child {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.CX-upload-image-and-url .box-upload-image-and-url .box-upload-image .new-box-form .new-box-form-inner .new-box-item.white-bg.type-file {
  margin-bottom: 45px;
}

.box-upload-url .new-box-form .new-box-form-inner .form-group {
  margin-bottom: 10px !important;
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-name a.open-modal {
  color: inherit;
  text-decoration: none;
  margin-left: 10px;
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input .form-control {
  height: 48px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input textarea.form-control {
  resize: none;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input textarea.form-control::-webkit-scrollbar {
  -webkit-appearance: none;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input textarea.form-control::-webkit-scrollbar:vertical {
  width: 3px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input textarea.form-control::-webkit-scrollbar:horizontal {
  height: 3px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input textarea.form-control::-webkit-scrollbar-thumb {
  background-color: #CCCCCC;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
}
.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-caption .new-box-form .new-box-form-inner .new-box-item.style-default .input textarea.form-control::-webkit-scrollbar-track {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  background-color: #F5F5F5;
}

.CX-upload-image-and-url .box-upload-image-and-url .box-upload-url .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.has-error {
  margin-bottom: 35px !important;
}

.box-info-alert {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  font-size: 13px;
  line-height: 16px;
  padding: 3px 10px;
  overflow: hidden;
}
.box-info-alert .box-info-alert-inner {
  display: flex;
}
.box-info-alert .box-info-alert-inner .ico {
  flex: 0 0 auto;
  margin-right: 5px;
  position: relative;
  top: -1px;
}
.box-info-alert.medium {
  font-size: 16px;
  line-height: 25px;
  padding: 5px 16px;
  font-family: "SourceSans-Semibold";
}
.box-info-alert.medium .box-info-alert-inner .ico {
  margin-right: 16px;
}
.box-info-alert.danger {
  background: rgba(201, 21, 51, 0.08);
  color: #c91432;
}
.box-info-alert.success {
  background: rgba(28, 197, 67, 0.21);
  color: #15892f;
}
.box-info-alert.primary {
  color: #494df4;
}

.box-info-alert.info {
  background: #f4f4fe;
  padding: 10px 10px !important;
}
.box-info-alert.info .box-info-alert-inner {
  align-items: center;
  grid-column-gap: 5px;
}
.box-info-alert.info .box-info-alert-inner .ico svg {
  height: 18px;
  width: 18px;
}
.box-info-alert.info .box-info-alert-inner .ico svg path {
  fill: #494df4;
}
.box-info-alert.info .box-info-alert-inner .text {
  color: #494df4;
  font-size: 13px;
  line-height: 17px;
  font-family: "SourceSans-Semibold";
}
.box-info-alert.info-2 {
  background: rgba(2, 113, 128, 0.08);
  padding: 10px 14px !important;
}
.box-info-alert.info-2 .box-info-alert-inner {
  grid-column-gap: 5px;
}
.box-info-alert.info-2 .box-info-alert-inner .ico {
  top: 0px;
}
.box-info-alert.info-2 .box-info-alert-inner .ico svg {
  height: 18px;
  width: 18px;
}
.box-info-alert.info-2 .box-info-alert-inner .ico svg path {
  fill: #027180;
}
.box-info-alert.info-2 .box-info-alert-inner .text {
  color: #027180;
  font-size: 13px;
  line-height: 17px;
  font-family: "SourceSans-Semibold";
}
.box-info-alert.radius {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}

body.v2 .box-info-alert.info {
  background: #e8e8fd;
  border: 1px solid rgba(73, 77, 244, 0.6);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
body.v2 .box-info-alert.medium .box-info-alert-inner {
  grid-column-gap: 0;
}
body.v2 .box-info-alert.medium .box-info-alert-inner .ico {
  margin-right: 10px;
}
body.v2 .box-info-alert.medium .box-info-alert-inner .text {
  font-size: 14px;
}

.box-info-alert.default {
  background-color: #494df4;
  color: #fff;
}
.box-info-alert.radius-8 {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .box-info-alert .box-info-alert-inner .text {
    font-size: 12px !important;
    line-height: 18px;
  }
}

.box-info-alert.info-green {
  background-color: #027180;
  color: #fff;
}

.box-info-alert.dark {
  background: #00008f;
}
.box-info-alert.c-white {
  color: #fff;
}

.box-info-alert-large .box-info-alert-large-inner {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  background-color: #494df4;
  color: #fff;
  padding: 10px;
  font-size: 14px;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.box-info-alert-large .box-info-alert-large-inner .box-infor-alert-large-header {
  background-color: #3032c1;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.box-info-alert-large .box-info-alert-large-inner .box-infor-alert-large-header h3 {
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 22px;
  font-family: "SourceSans-Bold";
  padding: 9px;
}
.box-info-alert-large .box-info-alert-large-inner .box-infor-alert-large-content {
  padding: 0 6px;
}
.box-info-alert-large .box-info-alert-large-inner .box-infor-alert-large-content p {
  margin-bottom: 10px;
}
.box-info-alert-large .box-info-alert-large-inner .box-infor-alert-large-content ul {
  padding-left: 20px;
}

section.CX-claim.with-step-form .row-box-number .row-box-number-inner .box-info-alert.info-2 .box-info-alert-inner .ico {
  top: 0px !important;
}

.box-info-alert-large.default .box-info-alert-large-inner {
  background-color: #f5f5fe;
  color: #494df4;
  padding: 12px;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-header {
  background-color: #f5f5fe;
  border-bottom: 1px solid rgba(73, 77, 244, 0.1);
  margin-bottom: 7px;
  border-radius: 0px;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-header .inner {
  position: relative;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-header .inner .close-info-alert {
  position: absolute;
  right: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-decoration: none;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-header .inner h3 {
  text-transform: none;
  font-size: 14px;
  line-height: 22px;
  padding: 0 0px;
  text-align: left;
  position: relative;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-header .inner h3:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.63231 2.35159C6.15385 1.45053 6.91462 1 7.75 1C8.58538 1 9.34615 1.45053 10.8677 2.35159L11.3823 2.65634C12.9038 3.5574 13.6646 4.00793 14.0823 4.75C14.5 5.49207 14.5 6.39313 14.5 8.19524V8.80476C14.5 10.6069 14.5 11.5079 14.0823 12.25C13.6646 12.9921 12.9038 13.4426 11.3823 14.3437L10.8677 14.6484C9.34615 15.5495 8.58538 16 7.75 16C6.91462 16 6.15385 15.5495 4.63231 14.6484L4.11769 14.3437C2.59615 13.4426 1.83538 12.9921 1.41769 12.25C1 11.5079 1 10.6069 1 8.80476V8.19524C1 6.39313 1 5.49207 1.41769 4.75C1.83538 4.00793 2.59615 3.5574 4.11769 2.65634L4.63231 2.35159Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M7.75 4.75V9.25' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cellipse cx='7.75' cy='11.5' rx='0.75' ry='0.75' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 17px;
  display: inline-block;
  position: relative;
  top: 3px;
  margin-right: 10px;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-content {
  font-size: 12px;
  line-height: 18px;
  padding: 0 0;
}
.box-info-alert-large.default .box-info-alert-large-inner .box-infor-alert-large-content p {
  margin-bottom: 0px;
}

.box-info-alert.no-transaparant {
  color: #fff !important;
}
.box-info-alert.no-transaparant.danger {
  background: #c91432;
  color: #c91432;
  border-color: #c91432;
}
.box-info-alert.no-transaparant.success {
  background: #15892f;
  color: #15892f;
  border-color: #15892f;
}
.box-info-alert.no-transaparant.primary {
  background: #494df4;
  color: #494df4;
  border-color: #494df4;
}

.box-info-alert.danger.danger-fill {
  padding: 7px 10px;
  border: 0px;
  background: rgba(201, 21, 51, 0.1);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.box-info-alert.danger.danger-fill .box-info-alert-inner .ico {
  margin-right: 8px;
}
.box-info-alert.danger.danger-fill .box-info-alert-inner .text {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
}

.box-info-alert.info.info-fill {
  background: rgba(73, 77, 244, 0.08) !important;
  border-color: transparent !important;
}
.box-info-alert.info.info-fill .box-info-alert-inner .text {
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  font-family: "SourceSans-Semibold";
  color: #494df4;
}
.box-info-alert.info.info-ico .box-info-alert-inner {
  align-items: flex-start;
}
.box-info-alert.info.info-ico .box-info-alert-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C16.299 21 21 16.299 21 10.5ZM10.5 4.4625C10.9349 4.4625 11.2875 4.81508 11.2875 5.25V11.55C11.2875 11.9849 10.9349 12.3375 10.5 12.3375C10.0651 12.3375 9.7125 11.9849 9.7125 11.55V5.25C9.7125 4.81508 10.0651 4.4625 10.5 4.4625ZM10.5 15.75C11.0799 15.75 11.55 15.2799 11.55 14.7C11.55 14.1201 11.0799 13.65 10.5 13.65C9.9201 13.65 9.45 14.1201 9.45 14.7C9.45 15.2799 9.9201 15.75 10.5 15.75Z' fill='%23494DF4'/%3E%3Cpath d='M9.318 12.611L8.919 6.797L8.824 4.27H11.636L11.541 6.797L11.142 12.611H9.318ZM10.23 17.228C9.74867 17.228 9.34333 17.057 9.014 16.715C8.69733 16.373 8.539 15.9613 8.539 15.48C8.539 14.9733 8.69733 14.5553 9.014 14.226C9.34333 13.884 9.74867 13.713 10.23 13.713C10.724 13.713 11.1293 13.884 11.446 14.226C11.7627 14.5553 11.921 14.9733 11.921 15.48C11.921 15.9613 11.7627 16.373 11.446 16.715C11.1293 17.057 10.724 17.228 10.23 17.228Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  width: 21px !important;
  height: 21px !important;
  display: inline-block;
  flex: 0 0 auto;
}

.box-info-alert.info.info-fill.dark {
  background: #494df4 !important;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.box-info-alert.info.info-fill.dark .box-info-alert-inner {
  grid-column-gap: 12px;
}
.box-info-alert.info.info-fill.dark .box-info-alert-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M19 9.5C19 4.25329 14.7467 0 9.5 0C4.25329 0 0 4.25329 0 9.5C0 14.7467 4.25329 19 9.5 19C14.7467 19 19 14.7467 19 9.5ZM9.5 4.0375C9.8935 4.0375 10.2125 4.3565 10.2125 4.75V10.45C10.2125 10.8435 9.8935 11.1625 9.5 11.1625C9.1065 11.1625 8.7875 10.8435 8.7875 10.45V4.75C8.7875 4.3565 9.1065 4.0375 9.5 4.0375ZM9.5 14.25C10.0247 14.25 10.45 13.8247 10.45 13.3C10.45 12.7753 10.0247 12.35 9.5 12.35C8.97533 12.35 8.55 12.7753 8.55 13.3C8.55 13.8247 8.97533 14.25 9.5 14.25Z' fill='white'/%3E%3Crect x='6.32812' y='2.71484' width='6.33333' height='13.5714' fill='white'/%3E%3Cpath d='M8.83 11.535L8.515 6.945L8.44 4.95H10.66L10.585 6.945L10.27 11.535H8.83ZM9.55 15.18C9.17 15.18 8.85 15.045 8.59 14.775C8.34 14.505 8.215 14.18 8.215 13.8C8.215 13.4 8.34 13.07 8.59 12.81C8.85 12.54 9.17 12.405 9.55 12.405C9.94 12.405 10.26 12.54 10.51 12.81C10.76 13.07 10.885 13.4 10.885 13.8C10.885 14.18 10.76 14.505 10.51 14.775C10.26 15.045 9.94 15.18 9.55 15.18Z' fill='%23494DF4'/%3E%3C/svg%3E%0A") !important;
  width: 19px !important;
  height: 19px !important;
  position: relative;
  top: 2px;
  flex: 0 0 auto;
}
.box-info-alert.info.info-fill.dark .box-info-alert-inner .text {
  color: #fff;
  line-height: 17px;
}
.box-info-alert.with-shadow {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.2);
}

.box-info-alert.info.info-fill.info-ico.grey {
  background: rgba(95, 95, 95, 0.08) !important;
}
.box-info-alert.info.info-fill.info-ico.grey .box-info-alert-inner {
  grid-column-gap: 8px;
}
.box-info-alert.info.info-fill.info-ico.grey .box-info-alert-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='18' viewBox='0 0 17 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17 9.5C17 4.80558 13.1944 1 8.5 1C3.80558 1 0 4.80558 0 9.5C0 14.1944 3.80558 18 8.5 18C13.1944 18 17 14.1944 17 9.5ZM8.5 4.6125C8.85208 4.6125 9.1375 4.89792 9.1375 5.25V10.35C9.1375 10.7021 8.85208 10.9875 8.5 10.9875C8.14792 10.9875 7.8625 10.7021 7.8625 10.35V5.25C7.8625 4.89792 8.14792 4.6125 8.5 4.6125ZM8.5 13.75C8.96944 13.75 9.35 13.3694 9.35 12.9C9.35 12.4306 8.96944 12.05 8.5 12.05C8.03056 12.05 7.65 12.4306 7.65 12.9C7.65 13.3694 8.03056 13.75 8.5 13.75Z' fill='%235F5F5F'/%3E%3Cpath d='M7.50188 11.1522L7.18688 6.56219L7.11188 4.56719H9.33188L9.25688 6.56219L8.94188 11.1522H7.50188ZM8.22188 14.7972C7.84188 14.7972 7.52188 14.6622 7.26188 14.3922C7.01188 14.1222 6.88688 13.7972 6.88688 13.4172C6.88688 13.0172 7.01188 12.6872 7.26188 12.4272C7.52188 12.1572 7.84188 12.0222 8.22188 12.0222C8.61188 12.0222 8.93188 12.1572 9.18188 12.4272C9.43188 12.6872 9.55688 13.0172 9.55688 13.4172C9.55688 13.7972 9.43188 14.1222 9.18188 14.3922C8.93188 14.6622 8.61188 14.7972 8.22188 14.7972Z' fill='white'/%3E%3C/svg%3E%0A") !important;
  background-size: cover !important;
  width: 17px !important;
  height: 18px !important;
}
.box-info-alert.info.info-fill.info-ico.grey .box-info-alert-inner .text {
  font-size: 13px;
  line-height: 17px;
  color: #5f5f5f;
}

.CX-highest-polis {
  padding: 2rem 0;
}
.CX-highest-polis .highest-polis .highest-head {
  display: flex;
  align-items: center;
}
.CX-highest-polis .highest-polis .highest-head h3 {
  flex: 1 1 auto;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 19px;
  color: #35405a;
  margin-bottom: 0px;
}
.CX-highest-polis .highest-polis .highest-head .btn-hide-data {
  outline: none;
  box-shadow: none;
  cursor: pointer;
  background: #CCCCCC;
  border: 0;
  color: #5F5F5F;
  font-size: 11px;
  padding: 10px 20px;
  font-family: "SourceSans-Semibold";
  -webkit-border-radius: 70px;
  -moz-border-radius: 70px;
  -ms-border-radius: 70px;
  -o-border-radius: 70px;
  border-radius: 70px;
}
.CX-highest-polis .highest-polis .highest-head .btn-hide-data:hover {
  background-color: #bfbfbf;
}
.CX-highest-polis .highest-polis .highest-head .btn-hide-data:after {
  content: "\f06e";
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
  font-weight: bold;
}
.CX-highest-polis .highest-polis .highest-head .btn-hide-data.active:after {
  content: "\f070";
}
.CX-highest-polis .highest-polis .highest-content {
  margin-top: 20px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
    flex-direction: column;
    grid-template-columns: 1fr;
  }
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 7px 13px rgba(172, 182, 236, 0.25);
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title {
  background: #494DF4;
  -webkit-border-top-left-radius: 6px;
  -moz-border-top-left-radius: 6px;
  -ms-border-top-left-radius: 6px;
  -o-border-top-left-radius: 6px;
  border-top-left-radius: 6px;
  -webkit-border-top-right-radius: 6px;
  -moz-border-top-right-radius: 6px;
  -ms-border-top-right-radius: 6px;
  -o-border-top-right-radius: 6px;
  border-top-right-radius: 6px;
  padding: 7px 10px;
  color: #fff;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .box-title-inner {
  display: flex;
  align-items: center;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .title {
  flex: 1 1 auto;
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.01em;
  color: #fff;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .value a {
  display: inline-block;
  text-decoration: none;
  color: #fff;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .value a .ico,
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .value a .score-numb {
  display: inline-block;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .value a .score-numb {
  font-family: "SourceSans";
  font-size: 12px;
  line-height: 14px;
  letter-spacing: 0.01em;
  margin-right: 5px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner {
  padding: 20px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value {
  display: flex;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item {
  flex: 1 1 auto;
  display: flex;
  align-items: center;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item:last-child {
  flex: 0 0 auto;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-ico {
  padding-right: 15px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text .lbl {
  font-size: 10px;
  line-height: 12px;
  color: rgba(53, 64, 90, 0.7);
  text-align: left;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text .val {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  color: #35405a;
  text-align: left;
}

@media (max-width: 1366px) {
  .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner {
    padding: 10px;
  }
  .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value {
    grid-column-gap: 10px;
  }
  .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-ico {
    padding-right: 7px;
  }
}

@media (max-width: 1024px) {
  .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
    grid-template-columns: 1fr;
  }
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal {
  max-width: 100%;
  top: initial;
  bottom: 0;
  position: absolute;
  width: 100%;
  border-radius: 0px;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-heading:before, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-heading:before {
  content: "";
  position: absolute;
  width: 55px;
  height: 4px;
  background: #D9D9D9;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis {
  overflow-y: auto;
  max-height: calc(100vh - 300px);
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 70px;
  grid-row-gap: 30px;
}
@media (max-width: 1024px) {
  .CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 25px;
  }
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text {
  margin-top: 0px;
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .title, .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .title {
  text-align: left;
}
.CX-pop-up-modal.full-bottom-to-top.open .box-pop-up-modal, .CX-pop-up-modal.modal-semua-polis.open .box-pop-up-modal {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-ico svg {
    height: initial;
  }
}

@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal {
    padding: 2rem 15px;
  }
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis {
    padding: 0 0;
  }
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .container.CX-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (max-width: 1365px) {
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
    grid-template-columns: repeat(1, 1fr);
  }
}

.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal {
  padding: 2rem 20px;
}
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .container.CX-wrapper {
  max-width: 100% !important;
  padding-left: 0px;
  padding-right: 0px;
}

.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item {
  padding: 10px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item:first-child {
  padding-top: 0px;
  border-bottom: 1px solid rgba(170, 170, 170, 0.1);
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item:last-child {
  padding-bottom: 0px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text {
  display: flex;
  width: 100%;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text .lbl {
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 17px;
  color: rgba(53, 64, 90, 0.7);
  font-family: "SourceSans-Semibold";
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-content .box-content-inner .box-list-value .box-list-value-item .box-text .val {
  flex: 0 0 auto;
  text-align: right;
  font-size: 16px;
  line-height: 19px;
  color: #35405A;
}

.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title {
  padding: 9px 10px;
  font-size: 13px;
  line-height: 16px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .value a .score-numb {
  font-size: 12px;
  line-height: 14px;
}

.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title {
  padding-left: 0;
  padding-right: 0;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .box-info-product {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid rgba(107, 109, 205, 0.18);
  padding: 0 7px 7px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .box-info-product div {
  position: relative;
  font-size: 12px;
  line-height: 14px;
  color: #FFFFFF;
  font-family: "SourceSans-Bold";
  padding: 6px 14px;
  font-weight: normal;
  cursor: pointer;
  -webkit-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .box-info-product div:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  background: radial-gradient(100% 359.18% at 0% 0%, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.2) 100%);
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .box-info-product div span {
  position: relative;
}
.CX-highest-polis .highest-polis .highest-content .highest-content-inner .highest-item .box-title .box-title-inner {
  padding: 7px 15px 0;
}

body.v2 .CX-utama .box-utama .box-content-utama .new-dashboard-layout#main-content > .container.CX-wrapper .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis {
  margin-left: 0px;
  margin-right: 0px;
}

@media (min-width: 1360px) {
  .CX-pop-up-modal.modal-semua-polis .box-pop-up-modal {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media (max-width: 370px) {
  .CX-highest-polis .highest-polis .highest-content .box-action .new-btn-blue {
    font-size: 12px;
  }
}

body.v2 .CX-highest-polis .highest-polis .highest-head .btn-hide-data {
  font-size: 11px;
  line-height: 20px;
  text-transform: uppercase;
  background: #494DF4;
  color: #fff;
  padding: 5px 10px;
}
body.v2 .CX-highest-polis .highest-polis .highest-head .btn-hide-data:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
}
body.v2 .CX-highest-polis .highest-polis .highest-head .btn-hide-data:after {
  margin-left: 5px;
  font-size: 10px;
}
body.v2 .CX-highest-polis .highest-polis .highest-content .box-action {
  text-align: center !important;
  margin-top: 10px;
}
body.v2 .CX-highest-polis .highest-polis .highest-content .box-action .new-btn-blue.icon-left.dark {
  background: #494DF4;
  font-size: 14px;
  line-height: 20px;
  padding: 8px 12px;
}
body.v2 .CX-highest-polis .highest-polis .highest-content .box-action .new-btn-blue.icon-left.dark span.ico.spinner {
  display: none;
}
body.v2 .CX-highest-polis .highest-polis .highest-content .box-action .new-btn-blue.icon-left.dark.btn-fund-policy:hover {
  background-color: #FCB501 !important;
  border-color: #FCB501 !important;
}
body.v2 .CX-highest-polis .highest-polis .highest-content .box-action .new-btn-blue.icon-left.dark.btn-fund-policy .polis-icon {
  display: none;
}

.CX-pop-up-modal.modal-semua-polis.modal-fund-balance .box-pop-up-modal .box-pop-up-modal-inner {
  padding-right: 0px;
}
.CX-pop-up-modal.modal-semua-polis.modal-fund-balance .box-pop-up-modal .box-pop-up-modal-inner > .CX-highest-polis .highest-polis {
  padding-right: 20px;
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar {
  -webkit-appearance: none;
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar:vertical,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar:vertical {
  width: 6px;
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar:horizontal,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar:horizontal {
  height: 6px;
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar-thumb,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar-thumb {
  background-color: rgb(73, 77, 244);
  border-radius: 10px;
}
.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar-track,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: rgba(73, 77, 244, 0.1);
}

.CX-pop-up-modal.full-bottom-to-top .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner,
.CX-pop-up-modal.modal-semua-polis .box-pop-up-modal .box-pop-up-modal-inner .CX-highest-polis .highest-polis .highest-content .highest-content-inner {
  padding-bottom: 20px;
}

.CX-informasi-pajak {
  padding: 30px 0;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-title h3 {
  font-family: "SourceSans-Bold";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item {
  padding: 20px 0;
  border-bottom: 1px solid #d9dff2;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item:last-child {
  border-bottom: 0px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text {
  flex: 1 1 auto;
  line-height: normal;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle {
  flex: 0 0 auto;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .box-check.with-svg .toggle-switch .toggle-switch-check-bar .toggle-switch-bar {
  height: 30px;
  line-height: 30px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .box-check.with-svg .toggle-switch-check:checked ~ .toggle-switch-bar:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .box-check.with-svg label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #494df4;
  border-color: #494df4;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .toggle-switch-check:empty ~ .toggle-switch-bar:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:before {
  background-color: #e5e5e5;
  border-color: #cccccc;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon {
  top: 2px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.term-and-condition-pajak, .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.terms-and-condition {
  cursor: pointer;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.term-and-condition-pajak .inner .box-toggle, .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.terms-and-condition .inner .box-toggle {
  pointer-events: none;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.term-and-condition-pajak:hover .inner .box-text .text, .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.terms-and-condition:hover .inner .box-text .text {
  color: #494df4;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin {
  border-top: 1px solid #d9dff2;
  margin-top: 20px;
  padding-top: 20px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-title h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner {
  display: grid;
  grid-row-gap: 8px;
  margin: 16px 0;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 6px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner {
    flex-wrap: wrap;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country-and-tin {
  flex: 0 0 425px;
  max-width: 450px;
  display: flex;
  gap: 10px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country-and-tin {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country {
  flex: 0 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: rgba(73, 77, 244, 0.05);
  padding: 0px 14px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 17px;
  cursor: pointer;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 9px;
  display: inline-block;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason {
  flex: 1;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input {
  position: relative;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input {
  position: relative;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input.disable .form-control,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input.disable .form-control {
  background-color: #e5e5e5;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2008 7.46912V8.54912C15.2008 11.9432 15.2008 13.6403 14.1464 14.6947C13.0919 15.7491 11.3949 15.7491 8.00078 15.7491C4.60667 15.7491 2.90961 15.7491 1.8552 14.6947C0.800781 13.6403 0.800781 11.9432 0.800781 8.54912C0.800781 5.15501 0.800781 3.45795 1.8552 2.40354C2.90961 1.34912 4.60667 1.34912 8.00078 1.34912H9.08078' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11.3506 2.39676L11.8177 1.92962C12.5917 1.15562 13.8466 1.15562 14.6206 1.92962C15.3946 2.70361 15.3946 3.95851 14.6206 4.7325L14.1535 5.19965M11.3506 2.39676C11.3506 2.39676 11.409 3.38945 12.2849 4.26535C13.1608 5.14125 14.1535 5.19965 14.1535 5.19965M11.3506 2.39676L7.05586 6.69147C6.76497 6.98236 6.61953 7.1278 6.49444 7.28817C6.34689 7.47735 6.22039 7.68204 6.11717 7.89861C6.02967 8.08221 5.96463 8.27734 5.83454 8.66762L5.41803 9.91712M14.1535 5.19965L9.85875 9.49435C9.56786 9.78524 9.42241 9.93069 9.26204 10.0558C9.07287 10.2033 8.86818 10.3298 8.6516 10.433C8.468 10.5205 8.27287 10.5856 7.8826 10.7157L6.63309 11.1322M6.63309 11.1322L5.8246 11.4017C5.63254 11.4657 5.4208 11.4157 5.27765 11.2726C5.1345 11.1294 5.08452 10.9177 5.14854 10.7256L5.41803 9.91712M6.63309 11.1322L5.41803 9.91712' stroke='%23333333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  opacity: 0.5;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control {
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: rgba(73, 77, 244, 0.05);
  border-color: transparent;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
  padding-left: 40px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control::-webkit-input-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control::-moz-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control:-moz-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control:-ms-input-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control:focus,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control:focus {
  border-color: #494df4;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .box-clear,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .box-clear {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin.has-value .box-input .input:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason.has-value .box-input .input:before {
  opacity: 1;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason {
  flex: 0 0 420px;
  max-width: 420px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input.disable .form-control {
  background-color: #e5e5e5;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input:before {
  display: none;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control {
  padding-left: 1rem;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan {
  border-top: 1px solid #d9dff2;
  margin-top: 20px;
  padding-top: 20px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__title h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-container-input {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-container-input {
    flex-direction: column;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input {
  flex: 0 0 420px;
  max-width: 420px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group {
  margin-bottom: 0;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control {
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: rgba(73, 77, 244, 0.05);
  border-color: transparent;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control:focus {
  border-color: #494df4;
}

.box-input-country-and-tin .box-input-country-and-tin-inner .lfr-form-row {
  border: 0;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .lfr-form-row .lfr-autorow-controls.toolbar {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group {
  margin-bottom: 0;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error .form-control {
  border-color: #da1414 !important;
  box-shadow: none;
  background-color: rgba(218, 21, 21, 0.1) !important;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error .form-validator-stack.help-block {
  position: absolute;
  left: 0;
  background-color: #da1414;
  color: #fff;
  font-weight: normal;
  padding: 2px 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error .form-validator-stack.help-block:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #da1414;
  position: absolute;
  top: -5px;
  left: 15px;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error:hover .form-validator-stack.help-block {
  opacity: 1;
  visibility: visible;
}

.CX-pop-up-modal.modal-default.pilih-negara .box-pop-up-modal {
  min-width: 362px;
}
@media (max-width: 500px) {
  .CX-pop-up-modal.modal-default.pilih-negara .box-pop-up-modal {
    min-width: initial;
  }
}
.CX-pop-up-modal.modal-default.pilih-negara .box-pop-up-modal .box-pilih-polis .box-pilih-polis-content {
  max-height: 400px;
}

.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 18px 0;
}
.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  border: 0 !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.box-list-polis-row .box-list-polis-row-inner-others {
  margin-top: 12px;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico {
  position: relative;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-ico {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-ico svg {
  display: inline-block;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group {
  margin-bottom: 0px;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control {
  background-color: rgba(73, 78, 244, 0.05);
  border-color: rgba(73, 78, 244, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-left: 42px;
  color: #333;
  font-size: 16px;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control:focus {
  border-color: rgb(73, 78, 244);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag {
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-usa {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50486)'%3E%3Cmask id='mask0_294_50486' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50486)'%3E%3Cpath d='M256 0H512V64L480 96L512 128V192L480 224L512 256V320L480 352L512 384V448L256 480L0 448V384L32 352L0 320V256L256 0Z' fill='%23EEEEEE'/%3E%3Cpath d='M224 64H512V128H224V64ZM224 192H512V256H256L224 192ZM0 320H512V384H0V320ZM0 448H512V512H0V448Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M187 243L244 202H174L231 243L209 176L187 243ZM106 243L163 202H93L150 243L128 176L106 243ZM25 243L82 202H12L69 243L47 176L25 243ZM187 162L244 121H174L231 162L209 95L187 162ZM106 162L163 121H93L150 162L128 95L106 162ZM25 162L82 121H12L69 162L47 95L25 162ZM187 80L244 39H174L231 80L209 13L187 80ZM106 80L163 39H93L150 80L128 13L106 80ZM25 80L82 39H12L69 80L47 13L25 80Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50486'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-england {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50449)'%3E%3Cmask id='mask0_294_50449' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50449)'%3E%3Cpath d='M0 0H208L256 32L304 0H512V208L480 256L512 304V512H304L256 480L208 512H0V304L32 256L0 208V0Z' fill='%23EEEEEE'/%3E%3Cpath d='M208 0V208H0V304H208V512H304V304H512V208H304V0H208Z' fill='%23D80027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50449'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-malaysia {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50475)'%3E%3Cmask id='mask0_294_50475' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50475)'%3E%3Cpath d='M0 256L256 0H512V55.7L492.5 88.7L512 122.4V189.2L489.9 226.9L512 256V322.8L491.8 361.3L512 389.6V456.3L257.5 484.5L0 456.3V389.6L26 354.5L0 322.8V256Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 256H512V189.2H222.9L256 256ZM222.9 122.4H512V55.7002H222.9V122.4ZM512 512V456.3H0V512H512ZM0 389.6H512V322.8H0V389.6Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M170.199 219.1C160.566 219.096 151.062 216.894 142.41 212.661C133.758 208.429 126.185 202.277 120.27 194.676C114.354 187.074 110.251 178.223 108.274 168.796C106.296 159.369 106.496 149.615 108.858 140.278C111.22 130.94 115.682 122.264 121.904 114.911C128.126 107.558 135.943 101.722 144.762 97.8473C153.58 93.9726 163.166 92.1615 172.791 92.5519C182.415 92.9422 191.823 95.5237 200.299 100.1C189.329 89.3466 175.429 82.0716 160.341 79.1872C145.254 76.3029 129.65 77.9377 115.488 83.8865C101.326 89.8354 89.2354 99.8334 80.7332 112.627C72.2309 125.42 67.6953 140.439 67.6953 155.8C67.6953 171.161 72.2309 186.18 80.7332 198.973C89.2354 211.766 101.326 221.764 115.488 227.713C129.65 233.662 145.254 235.297 160.341 232.412C175.429 229.528 189.329 222.253 200.299 211.5C191.086 216.488 180.775 219.1 170.299 219.1H170.199Z' fill='%23FFDA44'/%3E%3Cpath d='M187.998 111.3L199.298 134.8L224.698 128.9L213.298 152.4L233.698 168.6L208.298 174.3L208.398 200.3L188.098 184.1L167.698 200.3L167.798 174.3L142.398 168.6L162.798 152.4L151.398 128.9L176.798 134.9L187.998 111.3Z' fill='%23FFDA44'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50475'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-india {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50511)'%3E%3Cmask id='mask0_294_50511' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50511)'%3E%3Cpath d='M0 160L256 128L512 160V352L256 384L0 352V160Z' fill='%23EEEEEE'/%3E%3Cpath d='M0 0H512V160H0V0Z' fill='%23FF9811'/%3E%3Cpath d='M0 352H512V512H0V352Z' fill='%236DA544'/%3E%3Cpath d='M256 328C295.765 328 328 295.765 328 256C328 216.235 295.765 184 256 184C216.235 184 184 216.235 184 256C184 295.765 216.235 328 256 328Z' fill='%230052B4'/%3E%3Cpath d='M256 304C282.51 304 304 282.51 304 256C304 229.49 282.51 208 256 208C229.49 208 208 229.49 208 256C208 282.51 229.49 304 256 304Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 280C269.255 280 280 269.255 280 256C280 242.745 269.255 232 256 232C242.745 232 232 242.745 232 256C232 269.255 242.745 280 256 280Z' fill='%230052B4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50511'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-germany {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50456)'%3E%3Cmask id='mask0_294_50456' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50456)'%3E%3Cpath d='M0 345L256.7 319.5L512 345V512H0V345Z' fill='%23FFDA44'/%3E%3Cpath d='M0 167L255 144L512 167V345H0V167Z' fill='%23D80027'/%3E%3Cpath d='M0 0H512V167H0V0Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50456'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-other {
  background-image: url("/o/axa-emma-theme/images/withdrawal/flag-other.png");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .name {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20.11px;
  text-align: left;
  color: #333;
}

.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: transparent;
}
.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  width: 20px;
  height: 20px;
  background-image: none;
  border: 5px solid #494df4;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag {
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-usa {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50486)'%3E%3Cmask id='mask0_294_50486' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50486)'%3E%3Cpath d='M256 0H512V64L480 96L512 128V192L480 224L512 256V320L480 352L512 384V448L256 480L0 448V384L32 352L0 320V256L256 0Z' fill='%23EEEEEE'/%3E%3Cpath d='M224 64H512V128H224V64ZM224 192H512V256H256L224 192ZM0 320H512V384H0V320ZM0 448H512V512H0V448Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M187 243L244 202H174L231 243L209 176L187 243ZM106 243L163 202H93L150 243L128 176L106 243ZM25 243L82 202H12L69 243L47 176L25 243ZM187 162L244 121H174L231 162L209 95L187 162ZM106 162L163 121H93L150 162L128 95L106 162ZM25 162L82 121H12L69 162L47 95L25 162ZM187 80L244 39H174L231 80L209 13L187 80ZM106 80L163 39H93L150 80L128 13L106 80ZM25 80L82 39H12L69 80L47 13L25 80Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50486'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-england {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50449)'%3E%3Cmask id='mask0_294_50449' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50449)'%3E%3Cpath d='M0 0H208L256 32L304 0H512V208L480 256L512 304V512H304L256 480L208 512H0V304L32 256L0 208V0Z' fill='%23EEEEEE'/%3E%3Cpath d='M208 0V208H0V304H208V512H304V304H512V208H304V0H208Z' fill='%23D80027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50449'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-malaysia {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50475)'%3E%3Cmask id='mask0_294_50475' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50475)'%3E%3Cpath d='M0 256L256 0H512V55.7L492.5 88.7L512 122.4V189.2L489.9 226.9L512 256V322.8L491.8 361.3L512 389.6V456.3L257.5 484.5L0 456.3V389.6L26 354.5L0 322.8V256Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 256H512V189.2H222.9L256 256ZM222.9 122.4H512V55.7002H222.9V122.4ZM512 512V456.3H0V512H512ZM0 389.6H512V322.8H0V389.6Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M170.199 219.1C160.566 219.096 151.062 216.894 142.41 212.661C133.758 208.429 126.185 202.277 120.27 194.676C114.354 187.074 110.251 178.223 108.274 168.796C106.296 159.369 106.496 149.615 108.858 140.278C111.22 130.94 115.682 122.264 121.904 114.911C128.126 107.558 135.943 101.722 144.762 97.8473C153.58 93.9726 163.166 92.1615 172.791 92.5519C182.415 92.9422 191.823 95.5237 200.299 100.1C189.329 89.3466 175.429 82.0716 160.341 79.1872C145.254 76.3029 129.65 77.9377 115.488 83.8865C101.326 89.8354 89.2354 99.8334 80.7332 112.627C72.2309 125.42 67.6953 140.439 67.6953 155.8C67.6953 171.161 72.2309 186.18 80.7332 198.973C89.2354 211.766 101.326 221.764 115.488 227.713C129.65 233.662 145.254 235.297 160.341 232.412C175.429 229.528 189.329 222.253 200.299 211.5C191.086 216.488 180.775 219.1 170.299 219.1H170.199Z' fill='%23FFDA44'/%3E%3Cpath d='M187.998 111.3L199.298 134.8L224.698 128.9L213.298 152.4L233.698 168.6L208.298 174.3L208.398 200.3L188.098 184.1L167.698 200.3L167.798 174.3L142.398 168.6L162.798 152.4L151.398 128.9L176.798 134.9L187.998 111.3Z' fill='%23FFDA44'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50475'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-india {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50511)'%3E%3Cmask id='mask0_294_50511' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50511)'%3E%3Cpath d='M0 160L256 128L512 160V352L256 384L0 352V160Z' fill='%23EEEEEE'/%3E%3Cpath d='M0 0H512V160H0V0Z' fill='%23FF9811'/%3E%3Cpath d='M0 352H512V512H0V352Z' fill='%236DA544'/%3E%3Cpath d='M256 328C295.765 328 328 295.765 328 256C328 216.235 295.765 184 256 184C216.235 184 184 216.235 184 256C184 295.765 216.235 328 256 328Z' fill='%230052B4'/%3E%3Cpath d='M256 304C282.51 304 304 282.51 304 256C304 229.49 282.51 208 256 208C229.49 208 208 229.49 208 256C208 282.51 229.49 304 256 304Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 280C269.255 280 280 269.255 280 256C280 242.745 269.255 232 256 232C242.745 232 232 242.745 232 256C232 269.255 242.745 280 256 280Z' fill='%230052B4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50511'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-germany {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50456)'%3E%3Cmask id='mask0_294_50456' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50456)'%3E%3Cpath d='M0 345L256.7 319.5L512 345V512H0V345Z' fill='%23FFDA44'/%3E%3Cpath d='M0 167L255 144L512 167V345H0V167Z' fill='%23D80027'/%3E%3Cpath d='M0 0H512V167H0V0Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50456'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-other {
  background-image: url("/o/axa-emma-theme/images/withdrawal/flag-other.png");
}

.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item {
  padding: 0;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  padding: 10px;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
  border: 0;
  background-size: cover;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: #494df4;
  color: #fff;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0007 5.27246C7.83769 5.27246 5.27344 7.83672 5.27344 10.9997C5.27344 14.1627 7.83769 16.727 11.0007 16.727C14.1637 16.727 16.728 14.1627 16.728 10.9997C16.728 7.83672 14.1637 5.27246 11.0007 5.27246ZM13.4832 10.0313C13.5289 9.97905 13.5637 9.91818 13.5856 9.85228C13.6074 9.78638 13.6159 9.71678 13.6104 9.64757C13.6049 9.57836 13.5857 9.51093 13.5538 9.44927C13.5219 9.38761 13.478 9.33294 13.4247 9.2885C13.3713 9.24405 13.3097 9.21072 13.2432 9.19047C13.1768 9.17021 13.1071 9.16345 13.038 9.17056C12.9689 9.17768 12.902 9.19853 12.8411 9.2319C12.7802 9.26526 12.7266 9.31047 12.6835 9.36486L10.4446 12.0509L9.28617 10.892C9.18797 10.7971 9.05645 10.7446 8.91994 10.7458C8.78342 10.747 8.65283 10.8018 8.5563 10.8983C8.45976 10.9948 8.40501 11.1254 8.40382 11.2619C8.40263 11.3985 8.45511 11.53 8.54996 11.6282L10.1119 13.1902C10.1631 13.2413 10.2243 13.2812 10.2918 13.3073C10.3592 13.3335 10.4314 13.3453 10.5036 13.342C10.5759 13.3387 10.6466 13.3204 10.7114 13.2883C10.7762 13.2561 10.8336 13.2108 10.8799 13.1553L13.4832 10.0313Z' fill='%23494DF4'/%3E%3Ccircle cx='10.9982' cy='11.0002' r='3.18182' fill='white'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .name {
  color: #fff;
}

.CX-pop-up-modal.modal-alert.modal-syarat-ketentuan .box-pop-up-modal {
  max-width: 488px !important;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text {
  color: #333333;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text .required {
  color: #c91432;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text span.toggle_bool_val {
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Bold";
  color: #494df4;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-title h3 .required {
  color: #c91432;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input.no-ico:before {
  display: none;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input.no-ico .form-control {
  padding-left: 14px;
  padding-right: 14px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .form-control {
  padding-right: 35px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-clear {
  background-color: transparent;
}

section.CX-new-polis-karyawan {
  background: #F6F8FD;
  padding: 40px 0;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .head-title {
  margin-bottom: 25px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .head-title h1 {
  font-family: "SourceSans-Bold";
  font-size: 24px;
  line-height: 30px;
  color: #333;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 20px;
  grid-row-gap: 20px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a {
  display: block;
  position: relative;
  text-decoration: none;
  background: linear-gradient(92.81deg, #494DF4 3.58%, #4A37F4 48.23%, #6F49F4 100%);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  overflow: hidden;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a:hover {
  -webkit-box-shadow: 0px 19px 21px 3px rgba(76, 56, 245, 0.3);
  -moz-box-shadow: 0px 19px 21px 3px rgba(76, 56, 245, 0.3);
  -ms-box-shadow: 0px 19px 21px 3px rgba(76, 56, 245, 0.3);
  -o-box-shadow: 0px 19px 21px 3px rgba(76, 56, 245, 0.3);
  box-shadow: 0px 19px 21px 3px rgba(76, 56, 245, 0.3);
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner {
  padding: 24px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-status {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #1CC542;
  -webkit-box-shadow: -2px 5px 6px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: -2px 5px 6px rgba(0, 0, 0, 0.11);
  -ms-box-shadow: -2px 5px 6px rgba(0, 0, 0, 0.11);
  -o-box-shadow: -2px 5px 6px rgba(0, 0, 0, 0.11);
  box-shadow: -2px 5px 6px rgba(0, 0, 0, 0.11);
  -webkit-border-radius: 0px 0px 0px 7px;
  -moz-border-radius: 0px 0px 0px 7px;
  -ms-border-radius: 0px 0px 0px 7px;
  -o-border-radius: 0px 0px 0px 7px;
  border-radius: 0px 0px 0px 7px;
  padding: 7px 10px;
  font-size: 12px;
  line-height: 14px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-status span {
  display: inline-block;
  position: relative;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-status span:first-child {
  margin-right: 25px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-status span:last-child {
  padding-left: 12px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-status span:last-child:before {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4.5' cy='4.5' r='2.5' fill='white'/%3E%3Ccircle opacity='0.5' cx='4.5' cy='4.5' r='4.5' fill='white'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 9px;
  left: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-info-polis {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.2);
  margin-bottom: 20px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-info-polis h3 {
  font-family: "SourceSans-Bold";
  font-size: 22px;
  line-height: 28px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-info-polis p {
  font-size: 16px;
  line-height: 20px;
  color: rgba(255, 255, 255, 0.8);
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail .box-no .box-no-inner {
  display: inline-block;
  width: initial;
  border: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 2px 10px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail .box-no .box-no-inner .icon, section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail .box-no .box-no-inner .text {
  display: inline-block;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail .box-no .box-no-inner .icon {
  margin-right: 10px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail .box-no .box-no-inner .text {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 18px;
}
section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list a .list-item-inner .box-content .box-detail .box-no:nth-of-type(even) {
  text-align: right;
}

@media (max-width: 767px) {
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list {
    grid-template-columns: 1fr;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner {
    padding: 15px;
    padding-bottom: 10px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content {
    margin-top: 15px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-info-polis {
    margin-bottom: 10px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-info-polis h3 {
    font-size: 18px;
    line-height: 23px;
    margin-bottom: 3px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-info-polis p {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no {
    margin-bottom: 0px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no:last-child {
    margin-bottom: 0px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no:last-child .box-no-inner {
    text-align: right;
    justify-content: flex-end;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no:last-child .box-no-inner .text span {
    text-align: left;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner {
    border: 0px;
    display: flex;
    align-items: center;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .icon {
    width: 23px;
    flex: 0 0 auto;
    position: relative;
    top: 3px;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .icon svg {
    width: 23px;
    height: 17px !important;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span {
    font-size: 14px;
    line-height: 18px;
    display: block;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span.colon {
    display: none;
  }
  section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text span:first-child {
    font-size: 10px;
    line-height: 13px;
    color: rgba(255, 255, 255, 0.7);
    font-family: "SourceSans";
  }
}

.CX-ajukan-klaim {
  padding: 2rem 0 0;
}
.CX-ajukan-klaim > .container.CX-wrapper {
  max-width: initial;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-head-title h3 {
  font-size: 25px;
  font-family: "SourceSans-Bold";
  line-height: 30px;
  text-align: center;
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-head-title h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 12px;
  }
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim {
  display: grid;
  grid-template-columns: repeat(3, 362px);
  justify-content: center;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}
@media (max-width: 1024px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 768px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim {
    grid-template-columns: repeat(1, 1fr);
  }
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item {
  background: #f6f8fd;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner {
  padding: 21px 13px;
  display: flex;
  grid-column-gap: 23px;
  align-items: center;
}
@media (max-width: 1024px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner {
    grid-column-gap: 16px;
  }
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-img {
  flex: 0 0 auto;
  width: 102px;
}
@media (max-width: 1024px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-img {
    width: 90px;
  }
}
@media (max-width: 768px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-img {
    width: 102px;
  }
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-text {
  flex: 1 1 auto;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-text .name {
  font-size: 18px;
  font-family: "SourceSans-Bold";
  color: #333;
  line-height: normal;
  margin-bottom: 3px;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-text .desc {
  font-size: 12px;
  line-height: 16px;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-text .box-act {
  margin-top: 9px;
  display: flex;
  grid-column-gap: 8px;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-text .box-act .new-btn-blue {
  font-size: 11px;
  line-height: normal;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item .inner .box-text .box-act .new-btn-blue.xs {
  padding: 4px 12px;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-counters {
  margin: 25px auto 0;
  display: flex;
  justify-content: space-between;
  border: 1px solid #494df4;
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  -ms-border-radius: 11px;
  -o-border-radius: 11px;
  border-radius: 11px;
  max-width: 919px;
  padding: 8px 20px;
}
@media (max-width: 768px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-counters {
    display: grid;
    justify-content: center;
    padding: 4px 16px;
    margin: 20px auto 0;
  }
}
.CX-ajukan-klaim .box-ajukan-klaim .box-counters .box-item .inner {
  display: flex;
  align-items: center;
  grid-column-gap: 23px;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-counters .box-item .inner .box-number {
  font-size: 33px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #494df4;
}
.CX-ajukan-klaim .box-ajukan-klaim .box-counters .box-item .inner .box-text {
  font-size: 14px;
  line-height: 19px;
  color: #313334;
  font-family: "SourceSans-Semibold";
}

@media (min-width: 769px) and (max-width: 1023px) {
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim {
    grid-template-columns: repeat(2, 362px);
    display: flex;
    max-width: 740px;
    flex-wrap: wrap;
    margin: 0 auto;
  }
  .CX-ajukan-klaim .box-ajukan-klaim .box-list-claim .box-item {
    flex: 0 0 362px;
  }
}
.CX-quick-go-to {
  position: fixed;
  bottom: 12px;
  z-index: 980;
  width: calc(100% - var(--width-sidenav));
  left: var(--width-sidenav);
  pointer-events: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-quick-go-to.reach-bottom {
  bottom: 42px;
}
@media (max-width: 1024px) {
  .CX-quick-go-to {
    display: none;
  }
}
.CX-quick-go-to .box-quick-go-to {
  background: radial-gradient(372.84% 141.42% at 0% 0%, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.2) 100%);
  backdrop-filter: blur(15px);
  -webkit-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  display: flex;
  grid-column-gap: 8px;
  justify-content: center;
  width: max-content;
  margin: 0 auto;
  padding: 6px 8px;
  pointer-events: all;
}
.CX-quick-go-to .box-quick-go-to a {
  display: block;
  padding: 3px 13px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  font-family: "SourceSans-Semibold";
  color: #333;
  line-height: 24px;
  text-decoration: none;
  font-size: 12px;
}
.CX-quick-go-to .box-quick-go-to a:hover {
  background-color: #333;
  color: #fff;
}
.CX-quick-go-to .box-quick-go-to a.active {
  color: #fff;
  background: linear-gradient(93deg, #2B30F2 3.58%, #4A37F4 48.23%, #6F49F4 100%);
}

.CX-referral-saya {
  padding-bottom: 40px;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info {
  position: relative;
  padding: 40px 0;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info:before {
  content: "";
  background: linear-gradient(180deg, #494DF4 0%, #4522F5 82.42%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: -50px;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='517' height='198' viewBox='0 0 517 198' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.07'%3E%3Cg clip-path='url(%23clip0_1499_124532)'%3E%3Cpath d='M281.105 22.9622L283.019 23.2493L286.082 8.2246L283.976 7.9375L281.105 22.9622Z' fill='white'/%3E%3Cpath d='M286.847 4.30028L284.838 3.82178L285.603 -0.101871C285.699 -0.484667 285.603 -0.676064 285.507 -0.867462C285.412 -1.05886 285.125 -1.25026 284.838 -1.34596L236.797 -10.9159C236.223 -11.1073 235.648 -10.7245 235.553 -10.1503L234.787 -6.22661L232.777 -6.6094L233.543 -10.7245C233.926 -12.3513 235.553 -13.404 237.179 -13.1169L285.316 -3.54703C286.082 -3.35564 286.752 -2.87714 287.23 -2.20725C287.709 -1.53736 287.9 -0.771763 287.709 0.0895281L286.847 4.30028Z' fill='white'/%3E%3Cpath d='M228.855 12.4349L230.865 12.9134L233.928 -2.20705L231.918 -2.58984L228.855 12.4349Z' fill='white'/%3E%3Cpath d='M237.562 5.83167C233.351 5.06608 231.15 1.52521 231.916 -2.68555L233.926 -2.20705C233.256 0.855318 234.787 3.24779 237.849 3.82199C240.816 4.39618 244.261 3.15209 244.835 -0.00597405L246.845 0.472521C246.079 4.87468 241.486 6.69296 237.562 5.83167Z' fill='white'/%3E%3Cpath d='M225.695 12.914L285.794 24.8763L286.273 22.9624L226.174 10.8086L225.695 12.914Z' fill='white'/%3E%3Cpath d='M250.578 8.51135C246.367 7.74576 244.166 4.2049 244.932 -0.00585938L246.941 0.472636C246.367 3.535 247.994 5.92748 251.056 6.50167C253.927 7.07587 257.372 5.83178 258.042 2.76941L259.956 3.15221C259.191 7.45866 254.501 9.27694 250.578 8.51135Z' fill='white'/%3E%3Cpath d='M264.55 11.2867C260.626 10.5211 257.086 6.98028 257.947 2.67383L259.861 3.05662C259.287 6.11899 261.966 8.70286 264.933 9.27706C267.995 9.85125 270.388 8.41577 270.962 5.3534L272.972 5.73619C272.11 9.85125 268.761 12.0523 264.55 11.2867Z' fill='white'/%3E%3Cpath d='M277.567 13.8707C273.739 13.1051 270.102 9.56427 270.964 5.25781L272.973 5.64061C272.303 8.79868 274.983 11.2868 277.95 11.861C281.012 12.5309 283.405 10.9998 283.979 7.93739L285.988 8.32018C285.223 12.4352 281.778 14.6363 277.567 13.8707Z' fill='white'/%3E%3Cpath d='M246.654 -2.68597C246.08 -2.78167 245.506 -2.49457 245.41 -1.92038C245.315 -1.34618 245.602 -0.867687 246.176 -0.771988C246.75 -0.67629 247.324 -0.963386 247.42 -1.53758C247.516 -2.20747 247.037 -2.59027 246.654 -2.68597ZM245.697 1.23769C244.071 0.854897 243.018 -0.676291 243.305 -2.39887C243.688 -4.12145 245.219 -5.07844 246.942 -4.79135C248.664 -4.40855 249.621 -2.87736 249.334 -1.15478C248.951 0.4721 247.42 1.52479 245.697 1.23769Z' fill='white'/%3E%3Cpath d='M259.575 -0.1014C259.001 -0.197099 258.426 0.0899971 258.331 0.664191C258.235 1.23838 258.522 1.71688 259.096 1.81258C259.67 1.90828 260.245 1.62118 260.34 1.04699C260.532 0.472794 260.149 -0.00570107 259.575 -0.1014ZM258.809 3.82226C257.087 3.43946 256.13 1.90828 256.321 0.185696C256.704 -1.44119 258.331 -2.49387 259.958 -2.20678C261.68 -1.82398 262.829 -0.292799 262.446 1.42978C262.063 3.15236 260.436 4.20505 258.809 3.82226Z' fill='white'/%3E%3Cpath d='M272.591 2.48259C272.017 2.38689 271.443 2.67398 271.347 3.24818C271.252 3.82237 271.73 4.39656 272.209 4.49226C272.687 4.58796 273.261 4.10947 273.357 3.63098C273.548 3.15248 273.166 2.57828 272.591 2.48259ZM271.826 6.40624C270.103 6.02345 269.146 4.49226 269.433 2.76968C269.816 1.1428 271.347 0.0901093 273.07 0.377206C274.697 0.760003 275.749 2.29119 275.462 4.01377C275.08 5.73635 273.548 6.78904 271.826 6.40624Z' fill='white'/%3E%3Cpath d='M285.604 5.06657C285.029 4.97087 284.551 5.25797 284.455 5.83216C284.36 6.40635 284.647 6.98055 285.221 7.07625C285.795 7.17194 286.274 6.69345 286.369 6.31065C286.465 5.73646 286.178 5.16227 285.604 5.06657ZM284.838 8.99022C283.211 8.60743 282.158 7.07625 282.446 5.35366C282.828 3.72678 284.36 2.67409 286.082 2.96119C287.805 3.34399 288.762 4.87517 288.475 6.59775C288.092 8.32033 286.465 9.37302 284.838 8.99022Z' fill='white'/%3E%3Cpath d='M233.258 11.287L243.306 13.201L243.785 11.287L233.736 9.27734L233.258 11.287Z' fill='white'/%3E%3Cpath d='M245.41 13.6796L248.281 14.2538L248.76 12.3398L245.697 11.6699L245.41 13.6796Z' fill='white'/%3E%3Cpath d='M413.839 -13.1173C408.002 -13.1173 403.312 -8.33232 403.312 -2.59038C403.312 3.15156 407.906 7.84081 413.839 7.84081C419.581 7.84081 424.271 3.24726 424.271 -2.59038C424.175 -8.33232 419.581 -13.1173 413.839 -13.1173ZM413.839 9.75479C406.949 9.75479 401.398 4.20425 401.398 -2.59038C401.398 -9.48071 406.949 -15.0312 413.839 -15.0312C420.634 -15.0312 426.184 -9.48071 426.184 -2.59038C426.089 4.20425 420.538 9.75479 413.839 9.75479Z' fill='white'/%3E%3Cpath d='M414.222 23.8231C412.213 23.8231 410.107 23.6317 408.672 23.0575L409.246 21.2393C411.926 22.1006 416.519 22.1006 419.199 21.2393L419.773 23.0575C418.242 23.6317 416.232 23.8231 414.222 23.8231Z' fill='white'/%3E%3Cpath d='M422.742 22.0047L421.977 20.2822C423.699 19.4209 424.56 18.5596 424.56 18.5596L425.9 19.8994C425.805 19.9951 424.752 21.0477 422.742 22.0047Z' fill='white'/%3E%3Cpath d='M413.266 18.3681C411.831 18.3681 410.3 17.5069 409.151 15.9757C407.333 13.5832 403.505 11.6692 400.634 12.4348C398.624 13.1047 396.902 12.9133 395.562 11.9563C394.796 11.2864 393.744 10.0423 393.648 7.74556C393.648 4.77889 390.586 1.04663 387.619 -0.101761C384.652 -0.963053 384.078 -2.58993 384.078 -4.69531H385.992C385.992 -3.25983 386.183 -2.58994 388.097 -1.72865C391.447 -0.580257 395.466 3.7262 395.466 7.64986C395.466 8.89394 395.945 9.94663 396.615 10.3294C397.38 10.9036 398.624 10.9993 399.964 10.5208C403.696 9.37244 408.29 11.7649 410.587 14.7316C411.257 15.7843 412.214 16.3585 413.075 16.3585C413.936 16.3585 414.893 15.7843 415.659 14.7316C417.764 11.8606 423.506 9.37244 427.143 10.5208C428.482 10.9993 429.727 10.9036 430.492 10.3294C431.162 9.85093 431.641 8.89394 431.641 7.64986C431.736 3.7262 435.564 -0.580257 439.009 -1.72865C440.445 -2.30284 441.115 -3.16413 441.115 -4.69531H443.029C443.029 -2.39854 441.88 -0.867353 439.488 -0.101761C436.521 1.04663 433.459 4.77889 433.459 7.74556C433.363 10.0423 432.31 11.2864 431.545 11.9563C430.301 12.8176 428.482 13.1047 426.473 12.4348C423.793 11.6692 418.913 13.4875 417.094 15.9757C416.233 17.5069 414.797 18.3681 413.266 18.3681Z' fill='white'/%3E%3Cpath d='M413.839 -13.1173C408.002 -13.1173 403.312 -8.33232 403.312 -2.59038C403.312 3.15156 407.906 7.84081 413.839 7.84081C419.581 7.84081 424.271 3.24726 424.271 -2.59038C424.175 -8.33232 419.581 -13.1173 413.839 -13.1173ZM413.839 9.75479C406.949 9.75479 401.398 4.20425 401.398 -2.59038C401.398 -9.48071 406.949 -15.0312 413.839 -15.0312C420.634 -15.0312 426.184 -9.48071 426.184 -2.59038C426.089 4.20425 420.538 9.75479 413.839 9.75479Z' fill='white'/%3E%3Cpath d='M413.841 -30.3429C398.624 -30.3429 386.184 -17.902 386.184 -2.68584C386.184 12.5303 398.624 24.8755 413.841 24.8755C429.057 24.8755 441.402 12.5303 441.402 -2.68584C441.402 -17.902 429.057 -30.3429 413.841 -30.3429ZM413.841 26.8852C397.476 26.8852 384.27 13.6787 384.27 -2.59014C384.27 -18.9547 397.476 -32.1611 413.841 -32.1611C430.109 -32.1611 443.316 -18.9547 443.316 -2.59014C443.316 13.6787 430.109 26.8852 413.841 26.8852Z' fill='white'/%3E%3Cpath d='M429.537 1.04673L428.484 -0.580159L431.355 -2.49414L432.408 -0.962957L429.537 1.04673Z' fill='white'/%3E%3Cpath d='M398.435 2.38653L396.617 1.90804L397.478 -1.91992L399.392 -1.44143L398.435 2.38653Z' fill='white'/%3E%3Cpath d='M376.612 165.554L342.447 158.472C340.437 158.089 338.523 155.984 338.523 153.974L337.758 143.447L339.672 143.352L340.437 153.878C340.437 155.027 341.681 156.462 342.926 156.749L376.994 163.735C378.239 163.927 379.865 163.257 380.248 162.3L385.225 152.921L386.947 153.783L382.066 163.066C381.109 164.788 378.621 166.032 376.612 165.554Z' fill='white'/%3E%3Cpath d='M387.139 149.093C383.502 139.906 375.655 133.302 365.893 131.197C356.323 129.283 346.371 132.25 339.48 139.14L338.141 137.8C345.509 130.431 356.132 127.273 366.372 129.474C376.612 131.58 385.033 138.662 388.861 148.327L387.139 149.093Z' fill='white'/%3E%3Cpath d='M363.695 136.748L365.609 137.131L366.471 133.398L364.557 132.92L363.695 136.748Z' fill='white'/%3E%3Cpath d='M358.717 135.504L357.855 133.685L362.258 131.676L363.023 133.494L358.717 135.504Z' fill='white'/%3E%3Cpath d='M371.83 138.279L367.715 134.547L369.055 133.016L373.074 136.844L371.83 138.279Z' fill='white'/%3E%3Cpath d='M374.123 148.71C375.272 148.901 376.229 149.763 376.994 150.337L377.186 150.528C377.856 151.007 378.621 151.677 379.483 151.772C379.483 151.772 379.483 151.772 379.483 151.868C380.153 151.964 380.918 151.772 381.779 151.485L382.258 151.39C383.119 151.198 384.363 150.815 385.512 151.007C386.756 151.198 387.808 152.059 388.574 152.729C389.148 153.208 389.34 153.112 389.435 153.112C389.914 152.921 390.201 152.347 390.201 152.059L390.392 151.007C390.488 150.815 390.392 150.146 390.01 149.763C389.914 149.763 389.627 149.571 389.148 149.667L389.053 149.763C388.191 149.954 386.947 150.337 385.703 150.146C384.555 149.763 383.598 149.093 382.736 148.423L382.354 148.232C381.779 147.753 381.109 147.179 380.44 147.083C379.674 146.892 378.526 147.179 377.856 147.275L377.664 147.37C376.803 147.562 375.559 147.944 374.411 147.753C373.166 147.562 372.114 146.7 371.444 146.126L371.061 145.743C370.391 145.265 369.721 144.691 369.051 144.595C368.286 144.404 367.233 144.691 366.468 144.978H366.372C365.511 145.169 364.266 145.552 363.022 145.361C361.874 145.169 360.917 144.308 360.056 143.734L359.673 143.351C359.099 142.872 358.429 142.298 357.759 142.202C356.993 142.107 355.941 142.298 355.175 142.585H354.888C354.027 142.777 352.783 143.159 351.634 142.968C350.39 142.777 349.337 141.915 348.668 141.341L348.285 140.958C347.711 140.48 347.041 139.906 346.275 139.81C345.605 139.714 344.457 139.906 343.787 140.193C342.734 140.384 341.394 140.767 340.15 140.576C339.002 140.384 338.141 139.714 337.279 139.14L337.088 138.949C336.609 138.566 336.322 138.757 336.322 138.757C335.844 138.853 335.557 139.427 335.461 139.81L335.365 140.671C335.27 141.054 335.365 141.533 335.748 141.915C335.748 142.011 335.94 142.107 336.609 142.011L336.801 141.915C337.662 141.724 338.811 141.341 340.055 141.724C341.203 141.915 342.351 142.872 343.021 143.447C343.691 144.021 344.648 144.691 345.414 144.786C346.084 144.882 346.849 144.691 347.711 144.595L348.189 144.404C349.05 144.212 350.294 143.829 351.443 144.212C352.591 144.404 353.548 145.265 354.314 145.839L354.505 145.935C355.175 146.413 355.941 147.083 356.802 147.275C357.472 147.37 358.429 147.179 359.099 146.892L359.577 146.796C360.439 146.605 361.683 146.222 362.831 146.413C364.075 146.796 364.936 147.466 365.798 148.136L365.893 148.232C366.563 148.71 367.52 149.38 368.286 149.571C368.956 149.667 369.721 149.476 370.583 149.189L371.061 149.093C371.731 148.901 372.879 148.519 374.123 148.71ZM379.1 153.686C377.856 153.495 376.707 152.634 376.037 151.964L376.612 151.198L375.942 151.964L375.846 151.868C375.176 151.39 374.506 150.72 373.741 150.624C373.071 150.528 372.114 150.72 371.348 151.007L370.87 151.102C370.008 151.294 368.86 151.677 367.712 151.294C366.468 151.102 365.319 150.146 364.649 149.571L364.458 149.476C363.884 148.997 363.118 148.327 362.448 148.232C361.683 148.136 360.726 148.327 360.056 148.614L359.577 148.71C358.716 148.901 357.568 149.284 356.419 149.093C355.175 148.71 354.027 147.944 353.357 147.37L353.165 147.179C352.496 146.7 351.826 146.126 351.156 145.935C350.39 145.839 349.433 146.03 348.668 146.318L348.189 146.413C347.328 146.605 346.179 146.987 345.031 146.796C343.787 146.605 342.734 145.648 341.969 145.073C341.394 144.499 340.533 143.829 339.672 143.734C338.906 143.542 338.045 143.734 337.375 143.925L336.992 144.021C335.94 144.212 334.983 144.021 334.313 143.351C333.451 142.585 333.164 141.341 333.451 140.384L333.643 139.332C333.739 138.47 334.504 137.322 335.652 136.939C336.514 136.556 337.471 136.843 338.332 137.513L338.523 137.609C339.098 138.183 339.768 138.662 340.437 138.853C340.437 138.853 340.437 138.853 340.533 138.853C341.203 138.949 342.351 138.662 343.117 138.47C344.17 138.087 345.414 137.8 346.658 137.992C347.806 138.375 348.668 139.044 349.337 139.619L349.816 140.001C350.39 140.48 351.156 141.054 351.826 141.15C352.591 141.341 353.548 141.15 354.218 140.958L354.409 140.863C355.462 140.671 356.706 140.288 357.95 140.48C359.099 140.671 359.96 141.533 360.821 142.107L361.204 142.298C361.778 142.872 362.544 143.447 363.309 143.542C363.979 143.734 364.936 143.447 365.702 143.351L365.893 143.255C366.755 143.064 368.19 142.681 369.434 142.872C370.583 143.064 371.444 143.734 372.114 144.499L372.592 144.691C373.166 145.169 373.932 145.839 374.602 145.935C375.272 146.03 376.325 145.839 376.994 145.552H377.186C378.239 145.361 379.483 144.978 380.727 145.169C381.875 145.361 382.736 146.03 383.598 146.605L383.98 146.987C384.555 147.466 385.32 148.136 385.99 148.232C386.756 148.327 387.808 148.136 388.574 147.849H388.67C389.722 147.466 390.679 147.753 391.349 148.423C392.115 149.189 392.498 150.528 392.211 151.485L392.019 152.347C391.923 153.208 391.158 154.356 390.01 154.835C389.148 155.218 388.191 154.93 387.33 154.261L387.234 154.165C386.564 153.686 385.894 153.016 385.129 152.921C384.363 152.729 383.406 153.016 382.641 153.112L382.162 153.304C381.397 153.686 380.248 153.973 379.1 153.686Z' fill='white'/%3E%3Cpath d='M343.215 154.739L352.785 156.653L353.072 154.835L343.598 152.825L343.215 154.739Z' fill='white'/%3E%3Cpath d='M354.699 157.132L358.431 157.897L358.814 155.983L354.986 155.218L354.699 157.132Z' fill='white'/%3E%3Cpath d='M278.332 152.825C278.14 145.169 273.451 138.566 266.082 135.312L266.752 133.973C274.695 137.514 279.671 144.5 279.863 152.825H278.332Z' fill='white'/%3E%3Cpath d='M283.117 174.166H234.023V154.069L258.235 132.25H258.618C260.628 132.25 262.542 132.633 264.36 133.016L263.882 134.642C262.255 134.164 260.628 133.877 258.809 133.877L235.65 154.835V172.635H281.586V154.452H283.117V174.166Z' fill='white'/%3E%3Cpath d='M279.957 171.008H234.883V169.477H278.33V158.376H234.883V156.749H279.957V171.008Z' fill='white'/%3E%3Cpath d='M240.431 168.615C238.326 168.615 236.508 166.892 236.508 164.691C236.508 162.586 238.326 160.768 240.431 160.768C242.537 160.768 244.355 162.586 244.355 164.691H242.728C242.728 163.447 241.676 162.299 240.336 162.299C239.092 162.299 237.943 163.447 237.943 164.691C237.943 166.031 239.092 167.084 240.336 167.084V168.615H240.431Z' fill='white'/%3E%3Cpath d='M249.144 164.692V163.065C250.006 163.065 250.771 162.395 250.771 161.438C250.771 160.577 250.101 159.811 249.144 159.811C248.187 159.811 247.518 160.481 247.518 161.438H245.891C245.891 159.716 247.326 158.28 249.049 158.28C250.867 158.28 252.207 159.716 252.207 161.438C252.302 163.352 250.867 164.692 249.144 164.692Z' fill='white'/%3E%3Cpath d='M255.457 171.008V169.381C256.318 169.381 257.084 168.711 257.084 167.754C257.084 166.988 256.414 166.127 255.457 166.127C254.596 166.127 253.83 166.892 253.83 167.754H252.203C252.203 166.031 253.639 164.596 255.361 164.596C257.179 164.596 258.519 166.031 258.519 167.754C258.615 169.668 257.275 171.008 255.457 171.008Z' fill='white'/%3E%3Cpath d='M273.642 169.477C271.537 169.477 269.719 167.755 269.719 165.554H271.346C271.346 166.893 272.494 167.946 273.738 167.946C275.078 167.946 276.131 166.893 276.131 165.554C276.131 164.309 275.078 163.161 273.738 163.161V161.534C276.035 161.534 277.662 163.352 277.662 165.458C277.566 167.755 275.843 169.477 273.642 169.477Z' fill='white'/%3E%3Cpath d='M262.541 164.692C260.435 164.692 258.617 162.969 258.617 160.768H260.148C260.148 162.108 261.297 163.161 262.541 163.161C263.881 163.161 264.933 162.108 264.933 160.768C264.933 159.524 263.881 158.376 262.541 158.376V156.749C264.838 156.749 266.464 158.567 266.464 160.673C266.464 162.969 264.838 164.692 262.541 164.692Z' fill='white'/%3E%3Cpath d='M267.324 167.85H265.697C265.697 167.371 265.314 167.084 264.932 167.084C264.549 167.084 264.166 167.467 264.166 167.85H262.539C262.539 166.605 263.687 165.457 264.932 165.457C266.271 165.457 267.324 166.605 267.324 167.85Z' fill='white'/%3E%3Cpath d='M250.676 170.242H249.049C249.049 168.519 247.709 167.084 245.891 167.084V165.457C248.57 165.457 250.676 167.658 250.676 170.242Z' fill='white'/%3E%3Cpath d='M283.116 154.356H281.489C281.489 153.591 281.298 152.729 281.011 151.964C280.915 151.39 280.628 150.815 280.628 150.337C280.628 149.476 280.819 148.71 281.106 148.04C281.298 147.466 281.489 146.987 281.489 146.318C281.489 145.839 280.819 145.073 280.149 144.499C278.81 143.064 278.331 140.863 278.331 140.001C278.331 138.853 277.853 138.566 277.278 138.375C274.982 137.609 273.546 136.652 273.546 134.451C273.546 133.302 273.068 132.824 271.919 132.824C270.484 132.824 268.283 132.824 267.326 130.814C266.752 129.666 266.464 129.666 265.603 129.666C265.412 129.666 265.125 129.762 264.838 130.049C264.359 130.24 263.785 130.527 263.211 130.527C262.637 130.527 262.158 130.144 261.775 129.762C261.297 129.379 260.723 128.996 260.053 128.996C259.67 128.996 259.287 129.379 259.287 129.762V132.92H257.66V129.762C257.66 128.518 258.809 127.369 260.053 127.369C261.297 127.369 262.158 128.039 262.732 128.613C262.924 128.709 263.211 128.996 263.306 128.996C263.402 128.996 263.785 128.9 264.072 128.613C264.55 128.422 264.933 128.135 265.507 128.135C266.656 128.135 267.613 128.23 268.666 130.144C269.144 131.197 270.292 131.293 271.824 131.293C273.833 131.293 274.982 132.441 274.982 134.451C274.982 135.312 275.173 136.078 277.661 136.843C279.001 137.418 279.671 138.47 279.671 140.001C279.671 140.767 280.149 142.394 281.011 143.351C281.872 144.212 282.829 145.169 282.829 146.318C282.829 147.179 282.638 147.944 282.35 148.614C282.255 149.188 281.968 149.667 281.968 150.337C281.968 150.528 282.159 151.007 282.35 151.485C282.925 152.347 283.116 153.399 283.116 154.356Z' fill='white'/%3E%3Cpath d='M282.35 153.591H234.883V155.218H282.35V153.591Z' fill='white'/%3E%3Cpath d='M250.673 150.433H242.73V152.059H250.673V150.433Z' fill='white'/%3E%3Cpath d='M255.459 150.433H253.066V152.059H255.459V150.433Z' fill='white'/%3E%3Cpath d='M341.588 43.7285C337.855 43.7285 334.793 46.7908 334.793 50.4274C334.793 54.1597 337.855 57.222 341.588 57.222C345.224 57.222 348.286 54.1597 348.286 50.4274C348.191 46.7908 345.224 43.7285 341.588 43.7285ZM341.588 58.4661C337.185 58.4661 333.645 54.8296 333.645 50.4274C333.645 46.1209 337.185 42.4844 341.588 42.4844C345.894 42.4844 349.531 46.1209 349.531 50.4274C349.435 54.8296 345.894 58.4661 341.588 58.4661Z' fill='white'/%3E%3Cpath d='M341.779 67.3652C340.535 67.3652 339.291 67.2695 338.238 66.8867L338.621 65.7383C340.439 66.3125 343.215 66.3125 344.937 65.7383L345.416 66.8867C344.363 67.2695 343.119 67.3652 341.779 67.3652Z' fill='white'/%3E%3Cpath d='M347.328 66.2177L346.754 65.165C347.902 64.5908 348.476 64.0166 348.476 64.0166L349.242 64.7822C349.242 64.9736 348.572 65.6435 347.328 66.2177Z' fill='white'/%3E%3Cpath d='M341.204 63.8248C340.152 63.8248 339.29 63.3463 338.62 62.3893C337.472 60.9538 334.984 59.7098 333.166 60.2839C331.826 60.6667 330.677 60.4753 329.912 59.9012C329.338 59.4227 328.668 58.6571 328.668 57.2216C328.668 55.4033 326.754 52.9151 324.84 52.2452C323.021 51.671 322.543 50.6184 322.543 49.2786H323.787C323.787 50.1399 323.883 50.6184 325.223 51.0968C327.328 51.8624 329.816 54.6377 329.816 57.2216C329.816 57.9872 330.007 58.5614 330.486 58.9442C331.06 59.327 331.826 59.4227 332.591 59.0399C335.08 58.37 338.046 59.8055 339.386 61.7194C339.96 62.3893 340.534 62.7721 341.109 62.7721C341.683 62.7721 342.257 62.3893 342.831 61.7194C344.171 59.9012 347.712 58.37 350.2 59.0399C351.061 59.4227 351.827 59.2313 352.305 58.9442C352.784 58.5614 352.975 58.0829 352.975 57.2216C353.071 54.6377 355.559 51.8624 357.76 51.0968C358.621 50.7141 359.1 50.2356 359.1 49.2786H360.344C360.344 50.714 359.578 51.7667 358.047 52.2452C356.133 52.9151 354.219 55.4033 354.219 57.2216C354.219 58.6571 353.549 59.5184 352.975 59.9012C352.21 60.4753 351.061 60.571 349.817 60.2839C347.999 59.7098 344.937 60.8581 343.692 62.3893C343.118 63.442 342.257 63.8248 341.204 63.8248Z' fill='white'/%3E%3Cpath d='M341.588 43.7285C337.855 43.7285 334.793 46.7908 334.793 50.4274C334.793 54.1597 337.855 57.222 341.588 57.222C345.224 57.222 348.286 54.1597 348.286 50.4274C348.191 46.7908 345.224 43.7285 341.588 43.7285ZM341.588 58.4661C337.185 58.4661 333.645 54.8296 333.645 50.4274C333.645 46.1209 337.185 42.4844 341.588 42.4844C345.894 42.4844 349.531 46.1209 349.531 50.4274C349.435 54.8296 345.894 58.4661 341.588 58.4661Z' fill='white'/%3E%3Cpath d='M341.589 32.7226C331.732 32.7226 323.885 40.6656 323.885 50.3312C323.885 60.1882 331.828 68.0356 341.589 68.0356C351.35 68.0356 359.198 60.0925 359.198 50.3312C359.198 40.6656 351.255 32.7226 341.589 32.7226ZM341.589 69.3753C331.062 69.3753 322.641 60.8581 322.641 50.4269C322.641 39.9957 331.158 31.5742 341.589 31.5742C352.02 31.5742 360.442 40.0914 360.442 50.4269C360.442 60.9538 351.925 69.3753 341.589 69.3753Z' fill='white'/%3E%3Cpath d='M328.67 46.2158C328.287 46.2158 328.096 46.4072 328.096 46.79C328.096 47.1728 328.287 47.3642 328.67 47.3642C329.053 47.3642 329.34 47.1728 329.34 46.79C329.34 46.4072 329.053 46.2158 328.67 46.2158ZM328.67 48.6083C327.617 48.6083 326.852 47.8427 326.852 46.79C326.852 45.7373 327.617 44.9717 328.67 44.9717C329.723 44.9717 330.488 45.7373 330.488 46.79C330.488 47.8427 329.723 48.6083 328.67 48.6083Z' fill='white'/%3E%3Cpath d='M353.742 46.2167C353.359 46.2167 353.072 46.4081 353.072 46.7909C353.072 47.1737 353.455 47.3651 353.742 47.3651C354.125 47.3651 354.316 47.1737 354.316 46.7909C354.316 46.4081 354.125 46.2167 353.742 46.2167ZM353.742 48.6092C352.689 48.6092 351.828 47.8436 351.828 46.7909C351.828 45.7383 352.689 44.9727 353.742 44.9727C354.795 44.9727 355.56 45.7383 355.56 46.7909C355.56 47.8436 354.795 48.6092 353.742 48.6092Z' fill='white'/%3E%3Cpath d='M346.947 38.1774C346.564 38.1774 346.373 38.5602 346.373 38.8473C346.373 39.2301 346.564 39.4215 346.947 39.4215C347.33 39.4215 347.617 39.2301 347.617 38.8473C347.713 38.5602 347.33 38.1774 346.947 38.1774ZM346.947 40.6656C345.894 40.6656 345.129 39.9 345.129 38.8473C345.129 37.7946 345.894 37.0291 346.947 37.0291C348 37.0291 348.765 37.7946 348.765 38.8473C348.765 39.9 348 40.6656 346.947 40.6656Z' fill='white'/%3E%3Cpath d='M336.037 38.1777C335.654 38.1777 335.463 38.5605 335.463 38.8476C335.463 39.2304 335.654 39.4218 336.037 39.4218C336.42 39.4218 336.611 39.2304 336.611 38.8476C336.611 38.5605 336.324 38.1777 336.037 38.1777ZM336.037 40.6659C334.984 40.6659 334.219 39.9003 334.219 38.8476C334.219 37.7949 334.984 37.0293 336.037 37.0293C337.09 37.0293 337.855 37.7949 337.855 38.8476C337.855 39.9003 336.994 40.6659 336.037 40.6659Z' fill='white'/%3E%3Cpath d='M330.678 42.9628L329.434 41.7187L330.391 40.9531L331.635 42.0058L330.678 42.9628Z' fill='white'/%3E%3Cpath d='M341.49 36.7418L340.438 36.0719L341.682 34.2537L342.734 34.9236L341.49 36.7418Z' fill='white'/%3E%3Cpath d='M341.109 41.2402L340.727 40.0918L343.215 39.4219L343.502 40.666L341.109 41.2402Z' fill='white'/%3E%3Cpath d='M352.783 41.8143L350.965 40.5703L351.635 39.5176L353.453 40.7617L352.783 41.8143Z' fill='white'/%3E%3Cpath d='M351.635 52.8192L350.965 51.7665L352.783 50.5225L353.453 51.5751L351.635 52.8192Z' fill='white'/%3E%3Cpath d='M331.73 53.6805L330.582 53.2977L331.156 51.001L332.305 51.1924L331.73 53.6805Z' fill='white'/%3E%3Cpath d='M451.548 66.123C447.912 66.123 444.85 69.0897 444.85 72.8219C444.85 76.5542 447.912 79.5208 451.548 79.5208C455.281 79.5208 458.343 76.5542 458.343 72.8219C458.343 69.0897 455.281 66.123 451.548 66.123ZM451.548 80.6692C447.242 80.6692 443.605 77.1284 443.605 72.7262C443.605 68.3241 447.242 64.7832 451.548 64.7832C455.951 64.7832 459.492 68.3241 459.492 72.7262C459.492 77.2241 455.951 80.6692 451.548 80.6692Z' fill='white'/%3E%3Cpath d='M451.932 89.7597C450.687 89.7597 449.348 89.5683 448.391 89.2812L448.773 88.0371C450.496 88.6113 453.367 88.6113 455.09 88.0371L455.472 89.2812C454.515 89.4726 453.176 89.7597 451.932 89.7597Z' fill='white'/%3E%3Cpath d='M457.289 88.6122L456.715 87.4638C457.863 86.8896 458.437 86.3154 458.437 86.3154L459.299 87.1767C459.394 87.2724 458.629 87.9423 457.289 88.6122Z' fill='white'/%3E%3Cpath d='M451.357 86.2193C450.304 86.2193 449.443 85.6451 448.677 84.7838C447.529 83.157 445.04 81.9129 443.222 82.4871C441.978 82.9656 440.83 82.8699 440.064 82.1043C439.49 81.7215 438.82 80.9559 438.82 79.4247C438.82 77.6064 436.906 75.2139 434.992 74.5441C433.078 73.8742 432.695 72.8215 432.695 71.4817H433.939C433.939 72.5344 434.035 72.9172 435.279 73.3957C437.385 74.0656 439.873 76.9365 440.064 79.4247C440.064 80.1903 440.256 80.8602 440.734 81.1473C441.213 81.6258 441.978 81.6258 442.839 81.3387C445.232 80.5731 448.294 82.1043 449.634 83.9226C450.113 84.5925 450.687 84.9752 451.261 84.9752C451.931 84.9752 452.505 84.5925 452.984 83.9226C454.323 82.1043 457.96 80.5731 460.352 81.3387C461.214 81.5301 462.075 81.5301 462.649 81.1473C463.128 80.9559 463.319 80.286 463.319 79.4247C463.319 76.9365 465.807 74.0656 467.913 73.3957C468.965 73.0129 469.348 72.343 469.348 71.4817H470.592C470.592 72.9172 469.827 73.9699 468.295 74.5441C466.381 75.2139 464.467 77.6064 464.467 79.4247C464.372 81.0516 463.797 81.8172 463.223 82.1043C462.458 82.7742 461.214 82.8699 459.97 82.4871C458.247 82.0086 455.185 83.157 453.94 84.7838C453.175 85.6451 452.218 86.2193 451.357 86.2193Z' fill='white'/%3E%3Cpath d='M451.548 66.123C447.912 66.123 444.85 69.0897 444.85 72.8219C444.85 76.5542 447.912 79.5208 451.548 79.5208C455.281 79.5208 458.343 76.5542 458.343 72.8219C458.343 69.0897 455.281 66.123 451.548 66.123ZM451.548 80.6692C447.242 80.6692 443.605 77.1284 443.605 72.7262C443.605 68.3241 447.242 64.7832 451.548 64.7832C455.951 64.7832 459.492 68.3241 459.492 72.7262C459.492 77.2241 455.951 80.6692 451.548 80.6692Z' fill='white'/%3E%3Cpath d='M451.548 55.0214C441.787 55.0214 433.939 63.0601 433.939 72.7257C433.939 82.3913 441.882 90.4301 451.548 90.4301C461.405 90.4301 469.252 82.3913 469.252 72.7257C469.252 63.0601 461.405 55.0214 451.548 55.0214ZM451.548 91.6741C441.117 91.6741 432.695 83.1569 432.695 72.8214C432.695 62.4859 441.213 53.873 451.548 53.873C462.075 53.873 470.496 62.4859 470.496 72.8214C470.496 83.1569 462.075 91.6741 451.548 91.6741Z' fill='white'/%3E%3Cpath d='M438.818 68.5146C438.435 68.5146 438.148 68.8974 438.148 69.1845C438.148 69.5673 438.531 69.7587 438.818 69.7587C439.105 69.7587 439.392 69.5673 439.392 69.1845C439.297 68.8017 439.105 68.5146 438.818 68.5146ZM438.818 71.0028C437.766 71.0028 437 70.1415 437 69.1845C437 68.1318 437.766 67.2705 438.818 67.2705C439.871 67.2705 440.637 68.1318 440.637 69.1845C440.541 70.0458 439.775 71.0028 438.818 71.0028Z' fill='white'/%3E%3Cpath d='M463.799 68.5156C463.416 68.5156 463.225 68.8984 463.225 69.1855C463.225 69.5683 463.416 69.7596 463.799 69.7596C464.182 69.7596 464.469 69.5683 464.469 69.1855C464.469 68.8027 464.086 68.5156 463.799 68.5156ZM463.799 71.0037C462.746 71.0037 461.98 70.1424 461.98 69.1855C461.98 68.1328 462.746 67.2715 463.799 67.2715C464.851 67.2715 465.617 68.1328 465.617 69.1855C465.521 70.0467 464.756 71.0037 463.799 71.0037Z' fill='white'/%3E%3Cpath d='M457.1 60.5722C456.717 60.5722 456.43 60.7636 456.43 61.1464C456.43 61.5292 456.812 61.8163 457.1 61.8163C457.482 61.8163 457.674 61.4335 457.674 61.1464C457.674 60.8593 457.387 60.5722 457.1 60.5722ZM457.1 63.0604C456.047 63.0604 455.281 62.1991 455.281 61.1464C455.281 60.0937 456.047 59.3281 457.1 59.3281C458.152 59.3281 458.918 60.0937 458.918 61.1464C458.918 62.1991 458.152 63.0604 457.1 63.0604Z' fill='white'/%3E%3Cpath d='M446.094 60.5722C445.711 60.5722 445.424 60.7636 445.424 61.1464C445.424 61.5292 445.807 61.8163 446.094 61.8163C446.381 61.8163 446.668 61.4335 446.668 61.1464C446.668 60.8593 446.476 60.5722 446.094 60.5722ZM446.094 63.0604C445.041 63.0604 444.18 62.1991 444.18 61.1464C444.18 60.0937 445.041 59.3281 446.094 59.3281C447.146 59.3281 447.912 60.0937 447.912 61.1464C447.912 62.1991 447.146 63.0604 446.094 63.0604Z' fill='white'/%3E%3Cpath d='M440.83 65.3573L439.586 64.1132L440.352 63.1562L441.596 64.4003L440.83 65.3573Z' fill='white'/%3E%3Cpath d='M451.451 59.1366L450.398 58.4667L451.643 56.5527L452.695 57.2226L451.451 59.1366Z' fill='white'/%3E%3Cpath d='M451.07 63.6347L450.879 62.3906L453.271 61.8164L453.558 62.9648L451.07 63.6347Z' fill='white'/%3E%3Cpath d='M462.842 64.1132L461.023 62.9648L461.693 61.9121L463.512 63.0605L462.842 64.1132Z' fill='white'/%3E%3Cpath d='M461.693 75.1181L461.023 74.1611L462.842 72.917L463.512 73.874L461.693 75.1181Z' fill='white'/%3E%3Cpath d='M441.787 75.9794L440.543 75.6923L441.309 73.2041L442.361 73.5869L441.787 75.9794Z' fill='white'/%3E%3Cpath d='M312.876 211.681L312.302 210.915C313.641 210.15 315.173 208.044 315.173 205.939C315.173 199.91 309.144 194.646 302.445 194.646C295.554 194.646 289.525 200.006 289.525 205.939C289.525 208.044 290.961 210.15 292.396 210.915L291.822 211.681C290.195 210.628 288.664 208.523 288.664 205.939C288.664 199.336 295.076 193.594 302.445 193.594C309.718 193.594 316.13 199.336 316.13 205.939C316.034 208.523 314.407 210.724 312.876 211.681Z' fill='white'/%3E%3Cpath d='M304.262 196.082C303.783 196.082 303.209 196.465 303.209 196.56C303.209 196.752 303.783 197.135 304.262 197.135C304.644 197.135 305.123 196.752 305.314 196.56C305.123 196.465 304.549 196.082 304.262 196.082ZM304.262 197.996C303.496 197.996 302.348 197.422 302.348 196.56C302.348 195.795 303.496 195.125 304.262 195.125C305.027 195.125 306.176 195.795 306.176 196.56C306.176 197.422 305.027 197.996 304.262 197.996Z' fill='white'/%3E%3Cpath d='M298.424 196.082C297.945 196.082 297.371 196.465 297.371 196.56C297.371 196.752 297.945 197.135 298.424 197.135C298.807 197.135 299.285 196.752 299.285 196.56C299.285 196.465 298.711 196.082 298.424 196.082ZM298.424 197.996C297.658 197.996 296.414 197.422 296.414 196.56C296.414 195.795 297.658 195.125 298.424 195.125C299.189 195.125 300.338 195.795 300.338 196.56C300.338 197.422 299.189 197.996 298.424 197.996Z' fill='white'/%3E%3Cpath d='M394.512 114.833L392.406 103.54L393.459 103.444L395.373 114.737L394.512 114.833Z' fill='white'/%3E%3Cpath d='M401.209 114.833L400.348 114.737L402.74 103.444L403.697 103.54L401.209 114.833Z' fill='white'/%3E%3Cpath d='M398.24 108.421H397.379V114.833H398.24V108.421Z' fill='white'/%3E%3Cpath d='M398.24 102.105H397.379V106.508H398.24V102.105Z' fill='white'/%3E%3Cpath d='M388.289 103.061L391.447 113.684C391.543 114.067 391.638 114.258 392.021 114.258H403.697C404.079 114.258 404.175 114.067 404.175 113.684H404.271L407.429 103.157L403.218 103.923L397.763 102.487L392.883 103.923L388.289 103.061ZM403.697 115.311H391.926C391.16 115.311 390.586 114.737 390.49 113.971L386.758 101.913L392.883 103.061L397.859 101.626L403.314 103.061L408.864 101.913L405.228 113.971C405.132 114.737 404.558 115.311 403.697 115.311Z' fill='white'/%3E%3Cpath d='M408.481 102.87L407.907 102.105C409.151 101.243 410.587 99.2338 410.587 97.1284C410.587 91.0994 404.558 85.8359 397.859 85.8359C391.064 85.8359 385.131 91.1951 385.131 97.1284C385.131 99.2338 386.471 101.243 387.81 102.105L387.236 102.87C385.609 101.818 384.078 99.7123 384.078 97.1284C384.078 90.5252 390.49 84.7832 397.859 84.7832C405.228 84.7832 411.639 90.5252 411.639 97.1284C411.639 99.7123 410.108 101.818 408.481 102.87Z' fill='white'/%3E%3Cpath d='M399.773 87.2714C399.391 87.2714 398.912 87.6542 398.912 87.7499C398.912 87.9413 399.486 88.3241 399.773 88.3241C400.252 88.3241 400.826 87.9413 400.826 87.7499C400.826 87.5585 400.252 87.2714 399.773 87.2714ZM399.773 89.1854C399.008 89.1854 397.859 88.6112 397.859 87.7499C397.859 86.9843 399.008 86.3145 399.773 86.3145C400.539 86.3145 401.783 86.9843 401.783 87.7499C401.783 88.6112 400.539 89.1854 399.773 89.1854Z' fill='white'/%3E%3Cpath d='M407.717 92.248C407.238 92.248 406.664 92.4394 406.664 92.7265C406.664 92.8222 407.238 93.205 407.717 93.205C408.099 93.205 408.578 92.8222 408.769 92.7265C408.578 92.4394 408.004 92.248 407.717 92.248ZM407.717 94.162C406.951 94.162 405.707 93.5878 405.707 92.7265C405.707 91.8652 406.951 91.291 407.717 91.291C408.482 91.291 409.631 91.8652 409.631 92.7265C409.631 93.5878 408.482 94.162 407.717 94.162Z' fill='white'/%3E%3Cpath d='M397.857 94.6406C397.379 94.6406 396.805 95.0234 396.805 95.2148C396.805 95.3105 397.379 95.6933 397.857 95.6933C398.24 95.6933 398.719 95.3105 398.91 95.2148C398.719 94.9277 398.24 94.6406 397.857 94.6406ZM397.857 96.6503C397.092 96.6503 395.848 95.9804 395.848 95.2148C395.848 94.3535 397.092 93.7793 397.857 93.7793C398.623 93.7793 399.771 94.3535 399.771 95.2148C399.771 95.9804 398.623 96.6503 397.857 96.6503Z' fill='white'/%3E%3Cpath d='M392.883 91.195C392.5 91.195 392.021 91.5778 392.021 91.6735C392.021 91.8649 392.596 92.2477 392.883 92.2477C393.361 92.2477 393.935 91.8649 393.935 91.6735C393.935 91.5778 393.361 91.195 392.883 91.195ZM392.883 93.109C392.117 93.109 390.969 92.5348 390.969 91.6735C390.969 90.8122 392.117 90.238 392.883 90.238C393.648 90.238 394.892 90.8122 394.892 91.6735C394.892 92.5348 393.648 93.109 392.883 93.109Z' fill='white'/%3E%3Cpath d='M401.207 91.1953C400.824 91.1953 400.346 91.5781 400.346 91.6738C400.346 91.8652 400.92 92.248 401.207 92.248C401.685 92.248 402.26 91.8652 402.26 91.6738C402.26 91.5781 401.685 91.1953 401.207 91.1953ZM401.207 93.1093C400.441 93.1093 399.293 92.5351 399.293 91.6738C399.293 90.8125 400.441 90.2383 401.207 90.2383C401.973 90.2383 403.217 90.8125 403.217 91.6738C403.312 92.5351 402.068 93.1093 401.207 93.1093Z' fill='white'/%3E%3Cpath d='M388 93.6836C387.521 93.6836 386.947 94.0664 386.947 94.162C386.947 94.2577 387.521 94.6405 388 94.6405C388.383 94.6405 388.861 94.2577 389.053 94.162C388.957 94.0664 388.383 93.6836 388 93.6836ZM388 95.5975C387.234 95.5975 386.086 95.0233 386.086 94.162C386.086 93.3008 387.234 92.7266 388 92.7266C388.766 92.7266 389.914 93.3008 389.914 94.162C389.914 95.0233 388.766 95.5975 388 95.5975Z' fill='white'/%3E%3Cpath d='M393.937 87.2714C393.555 87.2714 393.076 87.6542 392.885 87.7499C392.98 87.9413 393.555 88.3241 393.937 88.3241C394.416 88.3241 394.99 87.9413 394.99 87.7499C394.894 87.5585 394.32 87.2714 393.937 87.2714ZM393.937 89.1854C393.172 89.1854 392.023 88.6112 392.023 87.7499C392.023 86.9843 393.172 86.3145 393.937 86.3145C394.703 86.3145 395.851 86.9843 395.851 87.7499C395.851 88.6112 394.703 89.1854 393.937 89.1854Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cg opacity='0.07'%3E%3Cg clip-path='url(%23clip1_1499_124532)'%3E%3Cpath d='M5.10547 22.9622L7.01945 23.2493L10.0818 8.2246L7.97644 7.9375L5.10547 22.9622Z' fill='white'/%3E%3Cpath d='M10.8473 4.30028L8.83759 3.82178L9.60318 -0.101871C9.69888 -0.484667 9.60318 -0.676064 9.50748 -0.867462C9.41179 -1.05886 9.12469 -1.25026 8.83759 -1.34596L-39.2033 -10.9159C-39.7775 -11.1073 -40.3517 -10.7245 -40.4474 -10.1503L-41.213 -6.22661L-43.2227 -6.6094L-42.4571 -10.7245C-42.0743 -12.3513 -40.4474 -13.404 -38.8205 -13.1169L9.31609 -3.54703C10.0817 -3.35564 10.7516 -2.87714 11.2301 -2.20725C11.7086 -1.53736 11.9 -0.771763 11.7086 0.0895281L10.8473 4.30028Z' fill='white'/%3E%3Cpath d='M-50.3047 12.914L9.79429 24.8763L10.2728 22.9624L-49.8262 10.8086L-50.3047 12.914Z' fill='white'/%3E%3Cpath d='M1.56693 13.8707C-2.26103 13.1051 -5.89759 9.56427 -5.0363 5.25781L-3.02662 5.64061C-3.69651 8.79868 -1.01694 11.2868 1.94973 11.861C5.0121 12.5309 7.40457 10.9998 7.97877 7.93739L9.98845 8.32018C9.22285 12.4352 5.77769 14.6363 1.56693 13.8707Z' fill='white'/%3E%3Cpath d='M9.60363 5.06657C9.02944 4.97087 8.55095 5.25797 8.45525 5.83216C8.35955 6.40635 8.64665 6.98055 9.22084 7.07625C9.79503 7.17194 10.2735 6.69345 10.3692 6.31065C10.4649 5.73646 10.1778 5.16227 9.60363 5.06657ZM8.83804 8.99022C7.21116 8.60743 6.15847 7.07625 6.44557 5.35366C6.82836 3.72678 8.35955 2.67409 10.0821 2.96119C11.8047 3.34399 12.7617 4.87517 12.4746 6.59775C12.0918 8.32033 10.4649 9.37302 8.83804 8.99022Z' fill='white'/%3E%3Cpath d='M137.839 -13.1173C132.002 -13.1173 127.312 -8.33232 127.312 -2.59038C127.312 3.15156 131.906 7.84081 137.839 7.84081C143.581 7.84081 148.271 3.24726 148.271 -2.59038C148.175 -8.33232 143.581 -13.1173 137.839 -13.1173ZM137.839 9.75479C130.949 9.75479 125.398 4.20425 125.398 -2.59038C125.398 -9.48071 130.949 -15.0312 137.839 -15.0312C144.634 -15.0312 150.184 -9.48071 150.184 -2.59038C150.089 4.20425 144.538 9.75479 137.839 9.75479Z' fill='white'/%3E%3Cpath d='M138.222 23.8231C136.213 23.8231 134.107 23.6317 132.672 23.0575L133.246 21.2393C135.926 22.1006 140.519 22.1006 143.199 21.2393L143.773 23.0575C142.242 23.6317 140.232 23.8231 138.222 23.8231Z' fill='white'/%3E%3Cpath d='M146.742 22.0047L145.977 20.2822C147.699 19.4209 148.56 18.5596 148.56 18.5596L149.9 19.8994C149.805 19.9951 148.752 21.0477 146.742 22.0047Z' fill='white'/%3E%3Cpath d='M137.266 18.3681C135.831 18.3681 134.3 17.5069 133.151 15.9757C131.333 13.5832 127.505 11.6692 124.634 12.4348C122.624 13.1047 120.902 12.9133 119.562 11.9563C118.796 11.2864 117.744 10.0423 117.648 7.74556C117.648 4.77889 114.586 1.04663 111.619 -0.101761C108.652 -0.963053 108.078 -2.58993 108.078 -4.69531H109.992C109.992 -3.25983 110.183 -2.58994 112.097 -1.72865C115.447 -0.580257 119.466 3.7262 119.466 7.64986C119.466 8.89394 119.945 9.94663 120.615 10.3294C121.38 10.9036 122.624 10.9993 123.964 10.5208C127.696 9.37244 132.29 11.7649 134.587 14.7316C135.257 15.7843 136.214 16.3585 137.075 16.3585C137.936 16.3585 138.893 15.7843 139.659 14.7316C141.764 11.8606 147.506 9.37244 151.143 10.5208C152.482 10.9993 153.727 10.9036 154.492 10.3294C155.162 9.85093 155.641 8.89394 155.641 7.64986C155.736 3.7262 159.564 -0.580257 163.009 -1.72865C164.445 -2.30284 165.115 -3.16413 165.115 -4.69531H167.029C167.029 -2.39854 165.88 -0.867353 163.488 -0.101761C160.521 1.04663 157.459 4.77889 157.459 7.74556C157.363 10.0423 156.31 11.2864 155.545 11.9563C154.301 12.8176 152.482 13.1047 150.473 12.4348C147.793 11.6692 142.913 13.4875 141.094 15.9757C140.233 17.5069 138.797 18.3681 137.266 18.3681Z' fill='white'/%3E%3Cpath d='M137.839 -13.1173C132.002 -13.1173 127.312 -8.33232 127.312 -2.59038C127.312 3.15156 131.906 7.84081 137.839 7.84081C143.581 7.84081 148.271 3.24726 148.271 -2.59038C148.175 -8.33232 143.581 -13.1173 137.839 -13.1173ZM137.839 9.75479C130.949 9.75479 125.398 4.20425 125.398 -2.59038C125.398 -9.48071 130.949 -15.0312 137.839 -15.0312C144.634 -15.0312 150.184 -9.48071 150.184 -2.59038C150.089 4.20425 144.538 9.75479 137.839 9.75479Z' fill='white'/%3E%3Cpath d='M137.841 -30.3429C122.624 -30.3429 110.184 -17.902 110.184 -2.68584C110.184 12.5303 122.624 24.8755 137.841 24.8755C153.057 24.8755 165.402 12.5303 165.402 -2.68584C165.402 -17.902 153.057 -30.3429 137.841 -30.3429ZM137.841 26.8852C121.476 26.8852 108.27 13.6787 108.27 -2.59014C108.27 -18.9547 121.476 -32.1611 137.841 -32.1611C154.109 -32.1611 167.316 -18.9547 167.316 -2.59014C167.316 13.6787 154.109 26.8852 137.841 26.8852Z' fill='white'/%3E%3Cpath d='M153.537 1.04673L152.484 -0.580159L155.355 -2.49414L156.408 -0.962957L153.537 1.04673Z' fill='white'/%3E%3Cpath d='M122.435 2.38653L120.617 1.90804L121.478 -1.91992L123.392 -1.44143L122.435 2.38653Z' fill='white'/%3E%3Cpath d='M100.612 165.554L66.4471 158.472C64.4374 158.089 62.5234 155.984 62.5234 153.974L61.7578 143.447L63.6718 143.352L64.4374 153.878C64.4374 155.027 65.6815 156.462 66.9256 156.749L100.994 163.735C102.239 163.927 103.865 163.257 104.248 162.3L109.225 152.921L110.947 153.783L106.066 163.066C105.109 164.788 102.621 166.032 100.612 165.554Z' fill='white'/%3E%3Cpath d='M111.139 149.093C107.502 139.906 99.6546 133.302 89.8933 131.197C80.3234 129.283 70.3707 132.25 63.4804 139.14L62.1406 137.8C69.5094 130.431 80.132 127.273 90.3718 129.474C100.612 131.58 109.033 138.662 112.861 148.327L111.139 149.093Z' fill='white'/%3E%3Cpath d='M87.6953 136.748L89.6093 137.131L90.4706 133.398L88.5566 132.92L87.6953 136.748Z' fill='white'/%3E%3Cpath d='M82.7168 135.504L81.8555 133.685L86.2576 131.676L87.0232 133.494L82.7168 135.504Z' fill='white'/%3E%3Cpath d='M95.8299 138.279L91.7148 134.547L93.0546 133.016L97.074 136.844L95.8299 138.279Z' fill='white'/%3E%3Cpath d='M98.1235 148.71C99.2719 148.901 100.229 149.763 100.994 150.337L101.186 150.528C101.856 151.007 102.621 151.677 103.483 151.772C103.483 151.772 103.483 151.772 103.483 151.868C104.153 151.964 104.918 151.772 105.779 151.485L106.258 151.39C107.119 151.198 108.363 150.815 109.512 151.007C110.756 151.198 111.808 152.059 112.574 152.729C113.148 153.208 113.34 153.112 113.435 153.112C113.914 152.921 114.201 152.347 114.201 152.059L114.392 151.007C114.488 150.815 114.392 150.146 114.01 149.763C113.914 149.763 113.627 149.571 113.148 149.667L113.053 149.763C112.191 149.954 110.947 150.337 109.703 150.146C108.555 149.763 107.598 149.093 106.736 148.423L106.354 148.232C105.779 147.753 105.109 147.179 104.44 147.083C103.674 146.892 102.526 147.179 101.856 147.275L101.664 147.37C100.803 147.562 99.559 147.944 98.4106 147.753C97.1665 147.562 96.1138 146.7 95.4439 146.126L95.0611 145.743C94.3912 145.265 93.7213 144.691 93.0514 144.595C92.2858 144.404 91.2332 144.691 90.4676 144.978H90.3719C89.5106 145.169 88.2665 145.552 87.0224 145.361C85.874 145.169 84.917 144.308 84.0557 143.734L83.6729 143.351C83.0987 142.872 82.4288 142.298 81.759 142.202C80.9934 142.107 79.9407 142.298 79.1751 142.585H78.888C78.0267 142.777 76.7826 143.159 75.6342 142.968C74.3901 142.777 73.3374 141.915 72.6675 141.341L72.2848 140.958C71.7106 140.48 71.0407 139.906 70.2751 139.81C69.6052 139.714 68.4568 139.906 67.7869 140.193C66.7342 140.384 65.3944 140.767 64.1503 140.576C63.002 140.384 62.1407 139.714 61.2794 139.14L61.088 138.949C60.6095 138.566 60.3224 138.757 60.3224 138.757C59.8439 138.853 59.5568 139.427 59.4611 139.81L59.3654 140.671C59.2697 141.054 59.3654 141.533 59.7482 141.915C59.7482 142.011 59.9396 142.107 60.6095 142.011L60.8009 141.915C61.6622 141.724 62.8106 141.341 64.0546 141.724C65.203 141.915 66.3514 142.872 67.0213 143.447C67.6912 144.021 68.6482 144.691 69.4138 144.786C70.0837 144.882 70.8493 144.691 71.7106 144.595L72.1891 144.404C73.0503 144.212 74.2944 143.829 75.4428 144.212C76.5912 144.404 77.5482 145.265 78.3138 145.839L78.5052 145.935C79.1751 146.413 79.9407 147.083 80.802 147.275C81.4719 147.37 82.4288 147.179 83.0987 146.892L83.5772 146.796C84.4385 146.605 85.6826 146.222 86.831 146.413C88.0751 146.796 88.9364 147.466 89.7977 148.136L89.8934 148.232C90.5633 148.71 91.5202 149.38 92.2858 149.571C92.9557 149.667 93.7213 149.476 94.5826 149.189L95.0611 149.093C95.731 148.901 96.8794 148.519 98.1235 148.71ZM103.1 153.686C101.856 153.495 100.707 152.634 100.037 151.964L100.612 151.198L99.9418 151.964L99.8461 151.868C99.1762 151.39 98.5063 150.72 97.7407 150.624C97.0708 150.528 96.1138 150.72 95.3482 151.007L94.8697 151.102C94.0084 151.294 92.86 151.677 91.7116 151.294C90.4676 151.102 89.3192 150.146 88.6493 149.571L88.4579 149.476C87.8837 148.997 87.1181 148.327 86.4482 148.232C85.6826 148.136 84.7256 148.327 84.0557 148.614L83.5772 148.71C82.7159 148.901 81.5676 149.284 80.4192 149.093C79.1751 148.71 78.0267 147.944 77.3568 147.37L77.1654 147.179C76.4955 146.7 75.8256 146.126 75.1557 145.935C74.3901 145.839 73.4331 146.03 72.6675 146.318L72.1891 146.413C71.3278 146.605 70.1794 146.987 69.031 146.796C67.7869 146.605 66.7342 145.648 65.9686 145.073C65.3944 144.499 64.5331 143.829 63.6718 143.734C62.9063 143.542 62.045 143.734 61.3751 143.925L60.9923 144.021C59.9396 144.212 58.9826 144.021 58.3127 143.351C57.4514 142.585 57.1643 141.341 57.4514 140.384L57.6428 139.332C57.7385 138.47 58.5041 137.322 59.6525 136.939C60.5138 136.556 61.4708 136.843 62.3321 137.513L62.5235 137.609C63.0977 138.183 63.7675 138.662 64.4374 138.853C64.4374 138.853 64.4374 138.853 64.5331 138.853C65.203 138.949 66.3514 138.662 67.117 138.47C68.1697 138.087 69.4138 137.8 70.6579 137.992C71.8063 138.375 72.6675 139.044 73.3374 139.619L73.8159 140.001C74.3901 140.48 75.1557 141.054 75.8256 141.15C76.5912 141.341 77.5482 141.15 78.2181 140.958L78.4095 140.863C79.4622 140.671 80.7063 140.288 81.9503 140.48C83.0987 140.671 83.96 141.533 84.8213 142.107L85.2041 142.298C85.7783 142.872 86.5439 143.447 87.3095 143.542C87.9794 143.734 88.9364 143.447 89.702 143.351L89.8934 143.255C90.7547 143.064 92.1901 142.681 93.4342 142.872C94.5826 143.064 95.4439 143.734 96.1138 144.499L96.5923 144.691C97.1665 145.169 97.9321 145.839 98.602 145.935C99.2719 146.03 100.325 145.839 100.994 145.552H101.186C102.239 145.361 103.483 144.978 104.727 145.169C105.875 145.361 106.736 146.03 107.598 146.605L107.98 146.987C108.555 147.466 109.32 148.136 109.99 148.232C110.756 148.327 111.808 148.136 112.574 147.849H112.67C113.722 147.466 114.679 147.753 115.349 148.423C116.115 149.189 116.498 150.528 116.211 151.485L116.019 152.347C115.923 153.208 115.158 154.356 114.01 154.835C113.148 155.218 112.191 154.93 111.33 154.261L111.234 154.165C110.564 153.686 109.894 153.016 109.129 152.921C108.363 152.729 107.406 153.016 106.641 153.112L106.162 153.304C105.397 153.686 104.248 153.973 103.1 153.686Z' fill='white'/%3E%3Cpath d='M67.2148 154.739L76.7848 156.653L77.0719 154.835L67.5976 152.825L67.2148 154.739Z' fill='white'/%3E%3Cpath d='M78.6992 157.132L82.4315 157.897L82.8143 155.983L78.9863 155.218L78.6992 157.132Z' fill='white'/%3E%3Cpath d='M2.3315 152.825C2.1401 145.169 -2.54915 138.566 -9.91797 135.312L-9.24808 133.973C-1.30506 137.514 3.67129 144.5 3.86268 152.825H2.3315Z' fill='white'/%3E%3Cpath d='M7.11702 174.166H-41.9766V154.069L-17.7647 132.25H-17.3819C-15.3722 132.25 -13.4583 132.633 -11.64 133.016L-12.1185 134.642C-13.7454 134.164 -15.3722 133.877 -17.1905 133.877L-40.3497 154.835V172.635H5.58584V154.452H7.11702V174.166Z' fill='white'/%3E%3Cpath d='M3.95703 171.008H-41.1172V169.477H2.33015V158.376H-41.1172V156.749H3.95703V171.008Z' fill='white'/%3E%3Cpath d='M-2.35759 169.477C-4.46297 169.477 -6.28125 167.755 -6.28125 165.554H-4.65437C-4.65437 166.893 -3.50598 167.946 -2.26189 167.946C-0.922107 167.946 0.130582 166.893 0.130582 165.554C0.130582 164.309 -0.922107 163.161 -2.26189 163.161V161.534C0.0348835 161.534 1.66176 163.352 1.66176 165.458C1.56607 167.755 -0.156517 169.477 -2.35759 169.477Z' fill='white'/%3E%3Cpath d='M7.11608 154.356H5.4892C5.4892 153.591 5.2978 152.729 5.0107 151.964C4.915 151.39 4.62791 150.815 4.62791 150.337C4.62791 149.476 4.81931 148.71 5.10641 148.04C5.2978 147.466 5.4892 146.987 5.4892 146.318C5.4892 145.839 4.81931 145.073 4.14942 144.499C2.80963 143.064 2.33113 140.863 2.33113 140.001C2.33113 138.853 1.85264 138.566 1.27845 138.375C-1.01833 137.609 -2.45382 136.652 -2.45382 134.451C-2.45382 133.302 -2.93231 132.824 -4.0807 132.824C-5.51618 132.824 -7.71726 132.824 -8.67425 130.814C-9.24844 129.666 -9.53554 129.666 -10.3968 129.666C-10.5882 129.666 -10.8753 129.762 -11.1624 130.049C-11.6409 130.24 -12.2151 130.527 -12.7893 130.527C-13.3635 130.527 -13.842 130.144 -14.2248 129.762C-14.7033 129.379 -15.2775 128.996 -15.9474 128.996C-16.3302 128.996 -16.713 129.379 -16.713 129.762V132.92H-18.3398V129.762C-18.3398 128.518 -17.1915 127.369 -15.9474 127.369C-14.7033 127.369 -13.842 128.039 -13.2678 128.613C-13.0764 128.709 -12.7893 128.996 -12.6936 128.996C-12.5979 128.996 -12.2151 128.9 -11.928 128.613C-11.4495 128.422 -11.0667 128.135 -10.4925 128.135C-9.34414 128.135 -8.38715 128.23 -7.33446 130.144C-6.85597 131.197 -5.70758 131.293 -4.1764 131.293C-2.16672 131.293 -1.01833 132.441 -1.01833 134.451C-1.01833 135.312 -0.826933 136.078 1.66124 136.843C3.00103 137.418 3.67092 138.47 3.67092 140.001C3.67092 140.767 4.14941 142.394 5.0107 143.351C5.872 144.212 6.82899 145.169 6.82899 146.318C6.82899 147.179 6.63759 147.944 6.35049 148.614C6.25479 149.188 5.96769 149.667 5.96769 150.337C5.96769 150.528 6.15909 151.007 6.35049 151.485C6.92468 152.347 7.11608 153.399 7.11608 154.356Z' fill='white'/%3E%3Cpath d='M6.34951 153.591H-41.1172V155.218H6.34951V153.591Z' fill='white'/%3E%3Cpath d='M65.5875 43.7285C61.8553 43.7285 58.7929 46.7908 58.7929 50.4274C58.7929 54.1597 61.8553 57.222 65.5875 57.222C69.2241 57.222 72.2865 54.1597 72.2865 50.4274C72.1908 46.7908 69.2241 43.7285 65.5875 43.7285ZM65.5875 58.4661C61.1854 58.4661 57.6445 54.8296 57.6445 50.4274C57.6445 46.1209 61.1854 42.4844 65.5875 42.4844C69.894 42.4844 73.5306 46.1209 73.5306 50.4274C73.4349 54.8296 69.894 58.4661 65.5875 58.4661Z' fill='white'/%3E%3Cpath d='M65.7792 67.3652C64.5351 67.3652 63.291 67.2695 62.2383 66.8867L62.6211 65.7383C64.4394 66.3125 67.2146 66.3125 68.9372 65.7383L69.4157 66.8867C68.363 67.2695 67.1189 67.3652 65.7792 67.3652Z' fill='white'/%3E%3Cpath d='M71.3281 66.2177L70.7539 65.165C71.9023 64.5908 72.4765 64.0166 72.4765 64.0166L73.2421 64.7822C73.2421 64.9736 72.5722 65.6435 71.3281 66.2177Z' fill='white'/%3E%3Cpath d='M65.2043 63.8248C64.1516 63.8248 63.2903 63.3463 62.6204 62.3893C61.472 60.9538 58.9838 59.7098 57.1656 60.2839C55.8258 60.6667 54.6774 60.4753 53.9118 59.9012C53.3376 59.4227 52.6677 58.6571 52.6677 57.2216C52.6677 55.4033 50.7537 52.9151 48.8397 52.2452C47.0215 51.671 46.543 50.6184 46.543 49.2786H47.7871C47.7871 50.1399 47.8828 50.6184 49.2225 51.0968C51.3279 51.8624 53.8161 54.6377 53.8161 57.2216C53.8161 57.9872 54.0075 58.5614 54.486 58.9442C55.0602 59.327 55.8258 59.4227 56.5914 59.0399C59.0795 58.37 62.0462 59.8055 63.386 61.7194C63.9602 62.3893 64.5344 62.7721 65.1086 62.7721C65.6828 62.7721 66.257 62.3893 66.8312 61.7194C68.1709 59.9012 71.7118 58.37 74.2 59.0399C75.0613 59.4227 75.8269 59.2313 76.3054 58.9442C76.7838 58.5614 76.9752 58.0829 76.9752 57.2216C77.0709 54.6377 79.5591 51.8624 81.7602 51.0968C82.6215 50.7141 83.1 50.2356 83.1 49.2786H84.3441C84.3441 50.714 83.5785 51.7667 82.0473 52.2452C80.1333 52.9151 78.2193 55.4033 78.2193 57.2216C78.2193 58.6571 77.5494 59.5184 76.9752 59.9012C76.2097 60.4753 75.0613 60.571 73.8172 60.2839C71.9989 59.7098 68.9365 60.8581 67.6924 62.3893C67.1183 63.442 66.257 63.8248 65.2043 63.8248Z' fill='white'/%3E%3Cpath d='M65.5875 43.7285C61.8553 43.7285 58.7929 46.7908 58.7929 50.4274C58.7929 54.1597 61.8553 57.222 65.5875 57.222C69.2241 57.222 72.2865 54.1597 72.2865 50.4274C72.1908 46.7908 69.2241 43.7285 65.5875 43.7285ZM65.5875 58.4661C61.1854 58.4661 57.6445 54.8296 57.6445 50.4274C57.6445 46.1209 61.1854 42.4844 65.5875 42.4844C69.894 42.4844 73.5306 46.1209 73.5306 50.4274C73.4349 54.8296 69.894 58.4661 65.5875 58.4661Z' fill='white'/%3E%3Cpath d='M65.589 32.7226C55.732 32.7226 47.8847 40.6656 47.8847 50.3312C47.8847 60.1882 55.8277 68.0356 65.589 68.0356C75.3503 68.0356 83.1976 60.0925 83.1976 50.3312C83.1976 40.6656 75.2546 32.7226 65.589 32.7226ZM65.589 69.3753C55.0621 69.3753 46.6406 60.8581 46.6406 50.4269C46.6406 39.9957 55.1578 31.5742 65.589 31.5742C76.0202 31.5742 84.4417 40.0914 84.4417 50.4269C84.4417 60.9538 75.9245 69.3753 65.589 69.3753Z' fill='white'/%3E%3Cpath d='M52.6698 46.2158C52.287 46.2158 52.0956 46.4072 52.0956 46.79C52.0956 47.1728 52.287 47.3642 52.6698 47.3642C53.0526 47.3642 53.3397 47.1728 53.3397 46.79C53.3397 46.4072 53.0526 46.2158 52.6698 46.2158ZM52.6698 48.6083C51.6172 48.6083 50.8516 47.8427 50.8516 46.79C50.8516 45.7373 51.6172 44.9717 52.6698 44.9717C53.7225 44.9717 54.4881 45.7373 54.4881 46.79C54.4881 47.8427 53.7225 48.6083 52.6698 48.6083Z' fill='white'/%3E%3Cpath d='M77.7421 46.2167C77.3593 46.2167 77.0722 46.4081 77.0722 46.7909C77.0722 47.1737 77.455 47.3651 77.7421 47.3651C78.1249 47.3651 78.3163 47.1737 78.3163 46.7909C78.3163 46.4081 78.1249 46.2167 77.7421 46.2167ZM77.7421 48.6092C76.6894 48.6092 75.8281 47.8436 75.8281 46.7909C75.8281 45.7383 76.6894 44.9727 77.7421 44.9727C78.7948 44.9727 79.5604 45.7383 79.5604 46.7909C79.5604 47.8436 78.7948 48.6092 77.7421 48.6092Z' fill='white'/%3E%3Cpath d='M70.9472 38.1774C70.5644 38.1774 70.373 38.5602 70.373 38.8473C70.373 39.2301 70.5644 39.4215 70.9472 39.4215C71.33 39.4215 71.6171 39.2301 71.6171 38.8473C71.7128 38.5602 71.33 38.1774 70.9472 38.1774ZM70.9472 40.6656C69.8945 40.6656 69.1289 39.9 69.1289 38.8473C69.1289 37.7946 69.8945 37.0291 70.9472 37.0291C71.9999 37.0291 72.7655 37.7946 72.7655 38.8473C72.7655 39.9 71.9999 40.6656 70.9472 40.6656Z' fill='white'/%3E%3Cpath d='M60.037 38.1777C59.6542 38.1777 59.4628 38.5605 59.4628 38.8476C59.4628 39.2304 59.6542 39.4218 60.037 39.4218C60.4198 39.4218 60.6112 39.2304 60.6112 38.8476C60.6112 38.5605 60.3241 38.1777 60.037 38.1777ZM60.037 40.6659C58.9843 40.6659 58.2188 39.9003 58.2188 38.8476C58.2188 37.7949 58.9843 37.0293 60.037 37.0293C61.0897 37.0293 61.8553 37.7949 61.8553 38.8476C61.8553 39.9003 60.994 40.6659 60.037 40.6659Z' fill='white'/%3E%3Cpath d='M54.6777 42.9628L53.4336 41.7187L54.3906 40.9531L55.6347 42.0058L54.6777 42.9628Z' fill='white'/%3E%3Cpath d='M65.4902 36.7418L64.4375 36.0719L65.6816 34.2537L66.7343 34.9236L65.4902 36.7418Z' fill='white'/%3E%3Cpath d='M65.1094 41.2402L64.7266 40.0918L67.2147 39.4219L67.5018 40.666L65.1094 41.2402Z' fill='white'/%3E%3Cpath d='M76.7831 41.8143L74.9648 40.5703L75.6347 39.5176L77.453 40.7617L76.7831 41.8143Z' fill='white'/%3E%3Cpath d='M75.6347 52.8192L74.9648 51.7665L76.7831 50.5225L77.453 51.5751L75.6347 52.8192Z' fill='white'/%3E%3Cpath d='M55.7304 53.6805L54.582 53.2977L55.1562 51.001L56.3046 51.1924L55.7304 53.6805Z' fill='white'/%3E%3Cpath d='M175.548 66.123C171.912 66.123 168.85 69.0897 168.85 72.8219C168.85 76.5542 171.912 79.5208 175.548 79.5208C179.281 79.5208 182.343 76.5542 182.343 72.8219C182.343 69.0897 179.281 66.123 175.548 66.123ZM175.548 80.6692C171.242 80.6692 167.605 77.1284 167.605 72.7262C167.605 68.3241 171.242 64.7832 175.548 64.7832C179.951 64.7832 183.492 68.3241 183.492 72.7262C183.492 77.2241 179.951 80.6692 175.548 80.6692Z' fill='white'/%3E%3Cpath d='M175.932 89.7597C174.687 89.7597 173.348 89.5683 172.391 89.2812L172.773 88.0371C174.496 88.6113 177.367 88.6113 179.09 88.0371L179.472 89.2812C178.515 89.4726 177.176 89.7597 175.932 89.7597Z' fill='white'/%3E%3Cpath d='M181.289 88.6122L180.715 87.4638C181.863 86.8896 182.437 86.3154 182.437 86.3154L183.299 87.1767C183.394 87.2724 182.629 87.9423 181.289 88.6122Z' fill='white'/%3E%3Cpath d='M175.357 86.2193C174.304 86.2193 173.443 85.6451 172.677 84.7838C171.529 83.157 169.04 81.9129 167.222 82.4871C165.978 82.9656 164.83 82.8699 164.064 82.1043C163.49 81.7215 162.82 80.9559 162.82 79.4247C162.82 77.6064 160.906 75.2139 158.992 74.5441C157.078 73.8742 156.695 72.8215 156.695 71.4817H157.939C157.939 72.5344 158.035 72.9172 159.279 73.3957C161.385 74.0656 163.873 76.9365 164.064 79.4247C164.064 80.1903 164.256 80.8602 164.734 81.1473C165.213 81.6258 165.978 81.6258 166.839 81.3387C169.232 80.5731 172.294 82.1043 173.634 83.9226C174.113 84.5925 174.687 84.9752 175.261 84.9752C175.931 84.9752 176.505 84.5925 176.984 83.9226C178.323 82.1043 181.96 80.5731 184.352 81.3387C185.214 81.5301 186.075 81.5301 186.649 81.1473C187.128 80.9559 187.319 80.286 187.319 79.4247C187.319 76.9365 189.807 74.0656 191.913 73.3957C192.965 73.0129 193.348 72.343 193.348 71.4817H194.592C194.592 72.9172 193.827 73.9699 192.295 74.5441C190.381 75.2139 188.467 77.6064 188.467 79.4247C188.372 81.0516 187.797 81.8172 187.223 82.1043C186.458 82.7742 185.214 82.8699 183.97 82.4871C182.247 82.0086 179.185 83.157 177.94 84.7838C177.175 85.6451 176.218 86.2193 175.357 86.2193Z' fill='white'/%3E%3Cpath d='M175.548 66.123C171.912 66.123 168.85 69.0897 168.85 72.8219C168.85 76.5542 171.912 79.5208 175.548 79.5208C179.281 79.5208 182.343 76.5542 182.343 72.8219C182.343 69.0897 179.281 66.123 175.548 66.123ZM175.548 80.6692C171.242 80.6692 167.605 77.1284 167.605 72.7262C167.605 68.3241 171.242 64.7832 175.548 64.7832C179.951 64.7832 183.492 68.3241 183.492 72.7262C183.492 77.2241 179.951 80.6692 175.548 80.6692Z' fill='white'/%3E%3Cpath d='M175.548 55.0214C165.787 55.0214 157.939 63.0601 157.939 72.7257C157.939 82.3913 165.882 90.4301 175.548 90.4301C185.405 90.4301 193.252 82.3913 193.252 72.7257C193.252 63.0601 185.405 55.0214 175.548 55.0214ZM175.548 91.6741C165.117 91.6741 156.695 83.1569 156.695 72.8214C156.695 62.4859 165.213 53.873 175.548 53.873C186.075 53.873 194.496 62.4859 194.496 72.8214C194.496 83.1569 186.075 91.6741 175.548 91.6741Z' fill='white'/%3E%3Cpath d='M162.818 68.5146C162.435 68.5146 162.148 68.8974 162.148 69.1845C162.148 69.5673 162.531 69.7587 162.818 69.7587C163.105 69.7587 163.392 69.5673 163.392 69.1845C163.297 68.8017 163.105 68.5146 162.818 68.5146ZM162.818 71.0028C161.766 71.0028 161 70.1415 161 69.1845C161 68.1318 161.766 67.2705 162.818 67.2705C163.871 67.2705 164.637 68.1318 164.637 69.1845C164.541 70.0458 163.775 71.0028 162.818 71.0028Z' fill='white'/%3E%3Cpath d='M187.799 68.5156C187.416 68.5156 187.225 68.8984 187.225 69.1855C187.225 69.5683 187.416 69.7596 187.799 69.7596C188.182 69.7596 188.469 69.5683 188.469 69.1855C188.469 68.8027 188.086 68.5156 187.799 68.5156ZM187.799 71.0037C186.746 71.0037 185.98 70.1424 185.98 69.1855C185.98 68.1328 186.746 67.2715 187.799 67.2715C188.851 67.2715 189.617 68.1328 189.617 69.1855C189.521 70.0467 188.756 71.0037 187.799 71.0037Z' fill='white'/%3E%3Cpath d='M181.1 60.5722C180.717 60.5722 180.43 60.7636 180.43 61.1464C180.43 61.5292 180.812 61.8163 181.1 61.8163C181.482 61.8163 181.674 61.4335 181.674 61.1464C181.674 60.8593 181.387 60.5722 181.1 60.5722ZM181.1 63.0604C180.047 63.0604 179.281 62.1991 179.281 61.1464C179.281 60.0937 180.047 59.3281 181.1 59.3281C182.152 59.3281 182.918 60.0937 182.918 61.1464C182.918 62.1991 182.152 63.0604 181.1 63.0604Z' fill='white'/%3E%3Cpath d='M170.094 60.5722C169.711 60.5722 169.424 60.7636 169.424 61.1464C169.424 61.5292 169.807 61.8163 170.094 61.8163C170.381 61.8163 170.668 61.4335 170.668 61.1464C170.668 60.8593 170.476 60.5722 170.094 60.5722ZM170.094 63.0604C169.041 63.0604 168.18 62.1991 168.18 61.1464C168.18 60.0937 169.041 59.3281 170.094 59.3281C171.146 59.3281 171.912 60.0937 171.912 61.1464C171.912 62.1991 171.146 63.0604 170.094 63.0604Z' fill='white'/%3E%3Cpath d='M164.83 65.3573L163.586 64.1132L164.352 63.1562L165.596 64.4003L164.83 65.3573Z' fill='white'/%3E%3Cpath d='M175.451 59.1366L174.398 58.4667L175.643 56.5527L176.695 57.2226L175.451 59.1366Z' fill='white'/%3E%3Cpath d='M175.07 63.6347L174.879 62.3906L177.271 61.8164L177.558 62.9648L175.07 63.6347Z' fill='white'/%3E%3Cpath d='M186.842 64.1132L185.023 62.9648L185.693 61.9121L187.512 63.0605L186.842 64.1132Z' fill='white'/%3E%3Cpath d='M185.693 75.1181L185.023 74.1611L186.842 72.917L187.512 73.874L185.693 75.1181Z' fill='white'/%3E%3Cpath d='M165.787 75.9794L164.543 75.6923L165.309 73.2041L166.361 73.5869L165.787 75.9794Z' fill='white'/%3E%3Cpath d='M36.8759 211.681L36.3017 210.915C37.6415 210.15 39.1727 208.044 39.1727 205.939C39.1727 199.91 33.1436 194.646 26.4447 194.646C19.5544 194.646 13.5253 200.006 13.5253 205.939C13.5253 208.044 14.9608 210.15 16.3963 210.915L15.8221 211.681C14.1952 210.628 12.6641 208.523 12.6641 205.939C12.6641 199.336 19.0759 193.594 26.4447 193.594C33.7178 193.594 40.1297 199.336 40.1297 205.939C40.034 208.523 38.4071 210.724 36.8759 211.681Z' fill='white'/%3E%3Cpath d='M28.2616 196.082C27.7831 196.082 27.2089 196.465 27.2089 196.56C27.2089 196.752 27.7831 197.135 28.2616 197.135C28.6444 197.135 29.1229 196.752 29.3143 196.56C29.1229 196.465 28.5487 196.082 28.2616 196.082ZM28.2616 197.996C27.496 197.996 26.3477 197.422 26.3477 196.56C26.3477 195.795 27.496 195.125 28.2616 195.125C29.0272 195.125 30.1756 195.795 30.1756 196.56C30.1756 197.422 29.0272 197.996 28.2616 197.996Z' fill='white'/%3E%3Cpath d='M22.4237 196.082C21.9452 196.082 21.3711 196.465 21.3711 196.56C21.3711 196.752 21.9452 197.135 22.4237 197.135C22.8065 197.135 23.285 196.752 23.285 196.56C23.285 196.465 22.7108 196.082 22.4237 196.082ZM22.4237 197.996C21.6581 197.996 20.4141 197.422 20.4141 196.56C20.4141 195.795 21.6581 195.125 22.4237 195.125C23.1893 195.125 24.3377 195.795 24.3377 196.56C24.3377 197.422 23.1893 197.996 22.4237 197.996Z' fill='white'/%3E%3Cpath d='M118.512 114.833L116.406 103.54L117.459 103.444L119.373 114.737L118.512 114.833Z' fill='white'/%3E%3Cpath d='M125.209 114.833L124.348 114.737L126.74 103.444L127.697 103.54L125.209 114.833Z' fill='white'/%3E%3Cpath d='M122.24 108.421H121.379V114.833H122.24V108.421Z' fill='white'/%3E%3Cpath d='M122.24 102.105H121.379V106.508H122.24V102.105Z' fill='white'/%3E%3Cpath d='M112.289 103.061L115.447 113.684C115.543 114.067 115.638 114.258 116.021 114.258H127.697C128.079 114.258 128.175 114.067 128.175 113.684H128.271L131.429 103.157L127.218 103.923L121.763 102.487L116.883 103.923L112.289 103.061ZM127.697 115.311H115.926C115.16 115.311 114.586 114.737 114.49 113.971L110.758 101.913L116.883 103.061L121.859 101.626L127.314 103.061L132.864 101.913L129.228 113.971C129.132 114.737 128.558 115.311 127.697 115.311Z' fill='white'/%3E%3Cpath d='M132.481 102.87L131.907 102.105C133.151 101.243 134.587 99.2338 134.587 97.1284C134.587 91.0994 128.558 85.8359 121.859 85.8359C115.064 85.8359 109.131 91.1951 109.131 97.1284C109.131 99.2338 110.471 101.243 111.81 102.105L111.236 102.87C109.609 101.818 108.078 99.7123 108.078 97.1284C108.078 90.5252 114.49 84.7832 121.859 84.7832C129.228 84.7832 135.639 90.5252 135.639 97.1284C135.639 99.7123 134.108 101.818 132.481 102.87Z' fill='white'/%3E%3Cpath d='M123.773 87.2714C123.391 87.2714 122.912 87.6542 122.912 87.7499C122.912 87.9413 123.486 88.3241 123.773 88.3241C124.252 88.3241 124.826 87.9413 124.826 87.7499C124.826 87.5585 124.252 87.2714 123.773 87.2714ZM123.773 89.1854C123.008 89.1854 121.859 88.6112 121.859 87.7499C121.859 86.9843 123.008 86.3145 123.773 86.3145C124.539 86.3145 125.783 86.9843 125.783 87.7499C125.783 88.6112 124.539 89.1854 123.773 89.1854Z' fill='white'/%3E%3Cpath d='M131.717 92.248C131.238 92.248 130.664 92.4394 130.664 92.7265C130.664 92.8222 131.238 93.205 131.717 93.205C132.099 93.205 132.578 92.8222 132.769 92.7265C132.578 92.4394 132.004 92.248 131.717 92.248ZM131.717 94.162C130.951 94.162 129.707 93.5878 129.707 92.7265C129.707 91.8652 130.951 91.291 131.717 91.291C132.482 91.291 133.631 91.8652 133.631 92.7265C133.631 93.5878 132.482 94.162 131.717 94.162Z' fill='white'/%3E%3Cpath d='M121.857 94.6406C121.379 94.6406 120.805 95.0234 120.805 95.2148C120.805 95.3105 121.379 95.6933 121.857 95.6933C122.24 95.6933 122.719 95.3105 122.91 95.2148C122.719 94.9277 122.24 94.6406 121.857 94.6406ZM121.857 96.6503C121.092 96.6503 119.848 95.9804 119.848 95.2148C119.848 94.3535 121.092 93.7793 121.857 93.7793C122.623 93.7793 123.771 94.3535 123.771 95.2148C123.771 95.9804 122.623 96.6503 121.857 96.6503Z' fill='white'/%3E%3Cpath d='M116.883 91.195C116.5 91.195 116.021 91.5778 116.021 91.6735C116.021 91.8649 116.596 92.2477 116.883 92.2477C117.361 92.2477 117.935 91.8649 117.935 91.6735C117.935 91.5778 117.361 91.195 116.883 91.195ZM116.883 93.109C116.117 93.109 114.969 92.5348 114.969 91.6735C114.969 90.8122 116.117 90.238 116.883 90.238C117.648 90.238 118.892 90.8122 118.892 91.6735C118.892 92.5348 117.648 93.109 116.883 93.109Z' fill='white'/%3E%3Cpath d='M125.207 91.1953C124.824 91.1953 124.346 91.5781 124.346 91.6738C124.346 91.8652 124.92 92.248 125.207 92.248C125.685 92.248 126.26 91.8652 126.26 91.6738C126.26 91.5781 125.685 91.1953 125.207 91.1953ZM125.207 93.1093C124.441 93.1093 123.293 92.5351 123.293 91.6738C123.293 90.8125 124.441 90.2383 125.207 90.2383C125.973 90.2383 127.217 90.8125 127.217 91.6738C127.312 92.5351 126.068 93.1093 125.207 93.1093Z' fill='white'/%3E%3Cpath d='M112 93.6836C111.521 93.6836 110.947 94.0664 110.947 94.162C110.947 94.2577 111.521 94.6405 112 94.6405C112.383 94.6405 112.861 94.2577 113.053 94.162C112.957 94.0664 112.383 93.6836 112 93.6836ZM112 95.5975C111.234 95.5975 110.086 95.0233 110.086 94.162C110.086 93.3008 111.234 92.7266 112 92.7266C112.766 92.7266 113.914 93.3008 113.914 94.162C113.914 95.0233 112.766 95.5975 112 95.5975Z' fill='white'/%3E%3Cpath d='M117.937 87.2714C117.555 87.2714 117.076 87.6542 116.885 87.7499C116.98 87.9413 117.555 88.3241 117.937 88.3241C118.416 88.3241 118.99 87.9413 118.99 87.7499C118.894 87.5585 118.32 87.2714 117.937 87.2714ZM117.937 89.1854C117.172 89.1854 116.023 88.6112 116.023 87.7499C116.023 86.9843 117.172 86.3145 117.937 86.3145C118.703 86.3145 119.851 86.9843 119.851 87.7499C119.851 88.6112 118.703 89.1854 117.937 89.1854Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1499_124532'%3E%3Crect width='319.085' height='262.892' fill='white' transform='translate(197 -65)'/%3E%3C/clipPath%3E%3CclipPath id='clip1_1499_124532'%3E%3Crect width='319.085' height='262.892' fill='white' transform='translate(-79 -65)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 100%;
  height: 198px;
  background-repeat: repeat-x;
  display: inline-block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info > .container.CX-wrapper {
  position: relative;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner {
  display: flex;
  justify-content: center;
  grid-column-gap: 50px;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item {
  position: relative;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='32' height='16' viewBox='0 0 32 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.4' d='M31.7071 8.70711C32.0976 8.31658 32.0976 7.68342 31.7071 7.29289L25.3431 0.928932C24.9526 0.538408 24.3195 0.538408 23.9289 0.928932C23.5384 1.31946 23.5384 1.95262 23.9289 2.34315L29.5858 8L23.9289 13.6569C23.5384 14.0474 23.5384 14.6805 23.9289 15.0711C24.3195 15.4616 24.9526 15.4616 25.3431 15.0711L31.7071 8.70711ZM0 9H31V7H0V9Z' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  width: 32px;
  height: 16px;
  right: -40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item .item-inner {
  text-align: center;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item .item-inner .box-ico {
  margin-bottom: 20px;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item .item-inner .box-text .title {
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  line-height: 15px;
  letter-spacing: 0;
  text-align: center;
  color: #fff;
}
.CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item:last-child:after {
  display: none;
}
.CX-referral-saya .box-referral-saya-inner .box-widget-referral {
  position: relative;
}
.CX-referral-saya .box-referral-saya-inner .box-widget-referral > .container.CX-wrapper > .inner {
  display: flex;
  justify-content: center;
  grid-column-gap: 20px;
}
.CX-referral-saya .box-referral-saya-inner .box-widget-referral > .container.CX-wrapper > .inner .box-widget-link-referral {
  flex: 1;
}
@media (min-width: 769px) {
  .CX-referral-saya .box-referral-saya-inner .box-widget-referral > .container.CX-wrapper > .inner .box-widget-link-referral {
    flex: 0 0 auto;
    width: 483px;
  }
}
@media (max-width: 768px) {
  .CX-referral-saya .box-referral-saya-inner .box-widget-referral > .container.CX-wrapper > .inner .box-widget-ringkasan-referral {
    display: none;
  }
}

.box-widget-ringkasan-referral,
.box-widget-link-referral {
  background-color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  width: 483px;
  -webkit-box-shadow: 0px 24px 25px -2px rgba(73, 78, 244, 0.12);
  -moz-box-shadow: 0px 24px 25px -2px rgba(73, 78, 244, 0.12);
  -ms-box-shadow: 0px 24px 25px -2px rgba(73, 78, 244, 0.12);
  -o-box-shadow: 0px 24px 25px -2px rgba(73, 78, 244, 0.12);
  box-shadow: 0px 24px 25px -2px rgba(73, 78, 244, 0.12);
}

.box-widget-link-referral {
  padding: 0;
  position: relative;
  overflow: hidden;
}
.box-widget-link-referral:after {
  content: "";
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='405' height='12' viewBox='0 0 405 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1522_103869)'%3E%3Cellipse cx='14.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='59.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='104.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='149.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='194.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='239.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='284.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='329.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='374.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3Cellipse cx='419.424' cy='12.2738' rx='15.424' ry='11.2738' fill='%23494DF4' fill-opacity='0.12'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1522_103869'%3E%3Crect width='405' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  background-repeat: repeat-x;
  left: 20px;
  right: 20px;
  height: 12px;
  bottom: 0px;
}
@media (max-width: 767px) {
  .box-widget-link-referral:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    right: initial;
    max-width: 350px;
  }
}
@media (max-width: 390px) {
  .box-widget-link-referral:after {
    max-width: 300px;
  }
}
.box-widget-link-referral .box-vector {
  background: rgba(132, 149, 235, 0.2);
  text-align: center;
}
.box-widget-link-referral .box-share-link {
  position: relative;
}
.box-widget-link-referral .box-share-link .inner {
  padding: 20px;
  position: relative;
  background-color: transparent;
  display: grid;
  grid-row-gap: 15px;
}
@media (min-width: 769px) {
  .box-widget-link-referral .box-share-link .inner {
    display: flex;
    align-items: flex-end;
    grid-column-gap: 10px;
  }
}
@media (max-width: 768px) {
  .box-widget-link-referral .box-share-link .inner {
    padding-bottom: 40px;
  }
}
.box-widget-link-referral .box-share-link .inner .box-url {
  flex: 1 1 auto;
}
.box-widget-link-referral .box-share-link .inner .form-group {
  margin-bottom: 0;
}
.box-widget-link-referral .box-share-link .inner .form-group .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  color: #333;
  margin-bottom: 10px;
}
.box-widget-link-referral .box-share-link .inner .form-group .form-control {
  background-color: rgba(73, 78, 244, 0.08);
  border: 0px;
  background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' rx='4' ry='4' stroke='%23494DF4BD' stroke-width='3' stroke-dasharray='4%2c 12' stroke-dashoffset='9' stroke-linecap='round'/%3e%3c/svg%3e") !important;
  height: 50px;
  width: 100%;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  color: #494DF4;
}
.box-widget-ringkasan-referral {
  padding: 25px 20px;
}
.box-widget-ringkasan-referral .inner > .title {
  font-family: "SourceSans-Bold";
  color: #333;
  font-size: 18px;
  line-height: 15px;
  letter-spacing: 0;
  text-align: left;
  margin-bottom: 30px;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item a {
  text-decoration: none;
  color: #333;
  display: block;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner {
  display: flex;
  align-items: center;
  column-gap: 20px;
  background-color: #F0F3FC;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 10px;
  position: relative;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.172 12.0007L8.222 7.05072L9.636 5.63672L16 12.0007L9.636 18.3647L8.222 16.9507L13.172 12.0007Z' fill='%23333333'/%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title .title {
  font-family: "SourceSans-Bold";
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0;
  text-align: left;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title.with-info {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title.with-info .title {
  display: inline-block;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title.with-info .box-add-info {
  display: inline-block;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title.with-info .box-add-info .box-add-info-inner {
  background: linear-gradient(92.81deg, #494DF4 3.58%, #4A37F4 48.23%, #6F49F4 100%), linear-gradient(0deg, #FFFFFF, #FFFFFF);
  color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 2px 6px 1px;
  font-family: "SourceSans-Semibold";
  font-size: 9px;
  line-height: auto;
  letter-spacing: 0;
  text-align: left;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title.with-info .box-add-info .box-add-info-inner .ico {
  margin-left: 4px;
}
.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-desc .desc {
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0;
  text-align: left;
}

@media (max-width: 1440px) {
  .CX-referral-saya .box-referral-saya-inner .box-widget-referral > .container.CX-wrapper > .inner .box-widget-link-referral,
  .CX-referral-saya .box-referral-saya-inner .box-widget-referral > .container.CX-wrapper > .inner .box-widget-ringkasan-referral {
    width: initial;
    flex: 1;
  }
}

.CX-referral-product {
  margin-bottom: 2rem;
}
.CX-referral-product .box-referral-product {
  max-width: 952px;
  margin: 0 auto;
}
@media (max-width: 1440px) {
  .CX-referral-product .box-referral-product {
    max-width: initial;
  }
}
.CX-referral-product .box-referral-product .box-referral-product-title {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.CX-referral-product .box-referral-product .box-referral-product-title .title {
  flex: 1 1 auto;
}
.CX-referral-product .box-referral-product .box-referral-product-title .title h3 {
  margin-bottom: 0px;
}
.CX-referral-product .box-referral-product .box-referral-product-title .box-link a {
  font-size: 14px;
  color: #494DF4;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: right;
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item {
  margin-bottom: 0px;
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-img {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  overflow: hidden;
  height: 102px;
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer {
  padding: 10px 0;
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 20px;
}
@media (max-width: 767px) {
  .CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer {
    grid-row-gap: 10px;
  }
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-text .title-category {
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #5F5F5F;
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-text .title {
  color: #333;
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-action a {
  display: block;
  text-align: center;
}
@media (max-width: 767px) {
  .CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-action a {
    font-size: 11px;
    padding: 7px 12px;
  }
}

.CX-referral-product.with-slider .box-referral-product {
  /* the slides */
  /* the parent */
}
.CX-referral-product.with-slider .box-referral-product .slick-slide {
  margin: 0 10px;
}
.CX-referral-product.with-slider .box-referral-product .slick-list {
  margin: 0 -10px;
}
.CX-referral-product.with-slider .box-referral-product .box-referral-product-inner .slick-dots li {
  width: 8px;
  height: 4px;
  padding: 0 0;
  margin: 0 2px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-referral-product.with-slider .box-referral-product .box-referral-product-inner .slick-dots li button {
  width: 100% !important;
  height: 4px;
  padding: 0px;
  position: relative;
}
.CX-referral-product.with-slider .box-referral-product .box-referral-product-inner .slick-dots li button:before {
  background-color: #494DF4;
  opacity: 0.2;
  width: 100%;
  height: 4px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
}
.CX-referral-product.with-slider .box-referral-product .box-referral-product-inner .slick-dots li.slick-active {
  width: 20px;
  height: 4px;
}
.CX-referral-product.with-slider .box-referral-product .box-referral-product-inner .slick-dots li.slick-active button:before {
  background-color: #494DF4 !important;
  opacity: 1;
}

.CX-referral-product:not(.with-slider) .box-referral-product .box-referral-product-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 40px;
  grid-row-gap: 30px;
}

.box-widget-link-referral .box-share-link .inner .new-btn-blue {
  flex: 0 0 auto;
  height: 50px;
  font-size: 16px;
  padding: 8px 14px;
}
@media (max-width: 1320px) {
  .box-widget-link-referral .box-share-link .inner .new-btn-blue {
    font-size: 14px;
  }
}

.CX-referral-product:not(.with-slider) .box-referral-product {
  max-width: initial;
}
@media (max-width: 1024px) {
  .CX-referral-product:not(.with-slider) .box-referral-product .box-referral-product-inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .CX-referral-product:not(.with-slider) .box-referral-product .box-referral-product-inner {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-ico {
  background-color: #fff;
  width: 40px;
  height: 40px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}

@media (max-width: 768px) {
  section.box-ringkasan-only.hide.mobile-only {
    display: block !important;
    margin-bottom: 20px;
  }
  section.box-ringkasan-only.hide.mobile-only .box-widget-ringkasan-referral {
    width: 100%;
    box-shadow: none;
    padding: 25px 0px;
  }
  section.box-ringkasan-only.hide.mobile-only .box-widget-ringkasan-referral .inner .title {
    margin-bottom: 10px;
  }
}

@media (max-width: 768px) {
  .CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item .item-inner .box-ico {
    width: 56px;
    height: 56px;
    margin: 0 auto 10px;
  }
}
@media (max-width: 768px) {
  .CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item .item-inner .box-text .title {
    font-size: 13px;
    line-height: 15px;
  }
}
@media (max-width: 768px) {
  .CX-referral-saya .box-referral-saya-inner .box-step-info .inner .item:after {
    margin-top: -18px;
  }
}

.CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal {
  padding: 0px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal {
    margin: 0 0;
    width: 100%;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-bottom-left-radius: 0px;
    -ms-border-bottom-left-radius: 0px;
    -o-border-bottom-left-radius: 0px;
    border-bottom-left-radius: 0px;
    -webkit-border-bottom-right-radius: 0px;
    -moz-border-bottom-right-radius: 0px;
    -ms-border-bottom-right-radius: 0px;
    -o-border-bottom-right-radius: 0px;
    border-bottom-right-radius: 0px;
    top: initial;
    bottom: 0;
    position: absolute;
    transform: none;
  }
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .info-for-mobile {
    bottom: initial;
    top: -30px;
  }
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .box-pop-heading {
  padding: 18px;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .box-pop-heading.with-shadow {
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.07);
  position: relative;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .box-pop-heading.with-shadow:before {
  content: "";
  width: 46px;
  height: 5px;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #D9D9D9;
  display: block;
}
@media (min-width: 1025px) {
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .box-pop-heading.with-shadow:before {
    display: none;
  }
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .box-pop-heading.with-shadow .box-pop-heading-inner h3 {
  margin-bottom: 0px;
  font-family: "SourceSans-Bold";
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 20px 20px;
}

.box-total-kenalan .box-total-kenalan-inner {
  background: linear-gradient(90deg, #494DF4 14.9%, #6F49F4 79.42%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 13px 18px;
  display: flex;
  align-items: center;
  text-align: left;
}
.box-total-kenalan .box-total-kenalan-inner .box-text {
  color: #fff;
  flex: 1 1 auto;
  margin-top: 0px;
}
.box-total-kenalan .box-total-kenalan-inner .box-text h3 {
  font-family: "SourceSans-Bold";
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0px;
}
.box-total-kenalan .box-total-kenalan-inner .box-text p {
  font-size: 13px;
  line-height: 19px;
  letter-spacing: 0em;
  text-align: left;
  color: #fff;
}
.box-total-kenalan .box-total-kenalan-inner .box-numb .box-numb-inner {
  font-family: "SourceSans-Bold";
  font-size: 27px;
  line-height: 34px;
  letter-spacing: 0em;
  text-align: right;
  color: #fff;
}

.box-list-kenalan .box-list-kenalan-inner {
  max-height: 399px;
  overflow-y: auto;
  counter-reset: section;
}
.box-list-kenalan .box-list-kenalan-inner .box-item {
  counter-increment: section;
}
.box-list-kenalan .box-list-kenalan-inner .box-item .box-item-inner {
  display: flex;
  padding: 7px 15px;
  border-bottom: 2px solid #F0F3FC;
}
.box-list-kenalan .box-list-kenalan-inner .box-item .box-item-inner .box-name {
  flex: 1 1 auto;
  text-align: left;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
  position: relative;
}
.box-list-kenalan .box-list-kenalan-inner .box-item .box-item-inner .box-name:before {
  content: "" counter(section) ". ";
}
.box-list-kenalan .box-list-kenalan-inner .box-item .box-item-inner .box-date {
  text-align: right;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: right;
  color: #7F7F7F;
}
.box-list-kenalan .box-list-kenalan-inner .box-item:last-child .box-item-inner {
  border-bottom: 0px;
}
.box-list-kenalan .box-list-kenalan-inner .box-item.today .box-item-inner {
  background-color: #F0F3FC;
  border-bottom-color: transparent;
}

@media (min-width: 280px) and (max-height: 850px) {
  .CX-pop-up-modal.modal-default.no-scroll .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: initial;
  }
}

@media (min-width: 280px) and (max-height: 850px) {
  .box-list-kenalan .box-list-kenalan-inner {
    max-height: 300px;
  }
}

@media (max-width: 767px) {
  #modal-bagikan-ke-social .box-pop-up-modal .box-pop-up-modal-inner {
    padding: 10px 20px;
  }
}

.box-share-to-social .box-share-to-social-title {
  margin-bottom: 40px;
}
.box-share-to-social .box-share-to-social-title h3 {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  margin-bottom: 0px;
}
.box-share-to-social .box-share-to-social-inner {
  display: flex;
  justify-content: center;
  grid-column-gap: 43px;
}
@media (max-width: 767px) {
  .box-share-to-social .box-share-to-social-inner {
    grid-column-gap: 30px;
  }
}
.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner {
  display: block;
  display: grid;
  grid-row-gap: 10px;
}
.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner .box-ico {
  margin-bottom: 5px;
  height: 44px;
  width: 44px;
  margin: 0 auto;
  display: block;
}
.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner .box-name {
  margin-top: 0;
  font-family: "SourceSans-Semibold";
  text-decoration: none;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: 0;
  text-align: center;
  color: #333333;
  display: block;
}

.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner {
  text-decoration: none;
  position: relative;
}
.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner .cx-tooltip {
  position: absolute;
  top: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.box-share-to-social .box-share-to-social-inner .box-social-item .box-social-item-inner .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  -o-border-radius: 40px;
  border-radius: 40px;
  background: #F07662;
  padding: 0px 11px;
  width: 100%;
  height: auto;
  font-size: 10px;
  line-height: 21px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.box-share-to-social .box-share-to-social-inner .box-social-item:hover .box-social-item-inner .cx-tooltip {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 768px) {
  .box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item .ringkasan-item-inner .box-text .box-title.with-info .box-add-info {
    position: relative;
    top: -5px;
  }
}

.CX-referral-product .box-referral-product .box-referral-product-title .title p {
  font-size: 14px;
  line-height: 22px;
  text-align: justified;
  color: #7F7F7F;
}
.CX-referral-product .box-referral-product .box-referral-product-inner.grid-3 {
  grid-template-columns: repeat(3, 1fr);
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item a {
  text-decoration: none;
}
.CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-img img {
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: center center;
}

.box-widget-ringkasan-referral .inner .ringkasan-list .ringkasan-list-inner .ringkasan-item.no-arrow .ringkasan-item-inner:after {
  display: none;
}

.CX-informasi-akun {
  background-color: #F6F8FD;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  padding: 30px 16px 20px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-top {
  margin-bottom: 36px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-top .box-top-inner {
  display: flex;
}
.CX-informasi-akun .box-informasi-akun .inner .box-top .box-top-inner .box-text {
  flex: 1 1 auto;
}
.CX-informasi-akun .box-informasi-akun .inner .box-top .box-top-inner .box-text h3 {
  margin-bottom: 0;
  font-size: 17px;
  font-family: "SourceSans-Bold";
  color: #333333;
}
.CX-informasi-akun .box-informasi-akun .inner .box-top .box-top-inner .box-text p {
  margin-bottom: 0;
  font-size: 12px;
  color: #333333;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 5px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner .box-info-list-item .inner {
  display: flex;
  align-items: center;
  grid-column-gap: 15px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner .box-info-list-item .inner .box-ico {
  flex: 0 0 auto;
  background: rgba(73, 77, 244, 0.1);
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner .box-info-list-item .inner .box-detail {
  flex: 1 1 auto;
  border-bottom: 1px solid rgba(105, 138, 222, 0.1);
  padding: 3px 0;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner .box-info-list-item .inner .box-detail .label-info {
  color: #999999;
  font-family: "SourceSans-Bold";
  font-size: 12px;
  background-color: transparent;
  border: 0px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner .box-info-list-item .inner .box-detail .value-info {
  font-size: 15px;
  font-family: "SourceSans-Bold";
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 5px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-info-list .box-info-list-inner .box-info-list-item:last-child .inner .box-detail {
  border-bottom: 0px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner {
  display: flex;
  grid-column-gap: 16px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item {
  flex: 0 0 auto;
  position: relative;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .cx-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  z-index: 99;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #3032C1;
  padding: 2px 13px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #3032C1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .cx-tooltip.place-top {
  bottom: initial;
  top: -35px;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .cx-tooltip.place-top:after {
  top: initial;
  bottom: -8px;
  border-bottom: 0;
  border-top: 14px solid #3032C1;
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item .box-action-item-inner a {
  display: block;
  width: 36px;
  height: 36px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: #3032C1;
  background: linear-gradient(0deg, #3032C1, #494DF4);
}
.CX-informasi-akun .box-informasi-akun .inner .box-action-group .box-action-group-inner .box-action-item:hover .cx-tooltip {
  opacity: 1;
  visibility: visible;
}

.CX-widget-tele {
  background-color: #DE1B51;
  -webkit-border-radius: 14px;
  -moz-border-radius: 14px;
  -ms-border-radius: 14px;
  -o-border-radius: 14px;
  border-radius: 14px;
  position: relative;
}
.CX-widget-tele .box-widget-vector:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='485' height='307' viewBox='0 0 485 307' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1469_99428)'%3E%3Cpath opacity='0.5' fill-rule='evenodd' clip-rule='evenodd' d='M485 12.6589V278.001C485 291.2 485 297.8 480.899 301.9C476.799 306.001 470.199 306.001 457 306.001H28C14.8007 306.001 8.20101 306.001 4.1005 301.9C0 297.8 0 291.2 0 278.001V233.885C15.8284 234.643 35.3084 234.911 63.3611 213C79.9751 200.023 118.523 193.579 162.4 186.243C250.389 171.533 359.806 153.24 356.731 71.4998C353.909 -3.53289 415.405 4.08934 470.237 10.8856C475.231 11.5046 480.17 12.1167 485 12.6589Z' fill='%23EA527C'/%3E%3Ccircle opacity='0.2' cx='149' cy='252' r='14' stroke='white' stroke-width='2'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M485 67.4527V278C485 291.199 485 297.799 480.899 301.899C476.799 306 470.199 306 457 306H201.316C213.97 292.882 212.743 262.824 211.525 232.995C209.46 182.429 207.422 132.523 273.074 166.915C363.731 214.407 391.561 166.575 417.826 121.431C426.302 106.864 434.615 92.5755 444.823 81.8611C456.989 69.0933 471.062 65.6298 485 67.4527Z' fill='%23BA1744'/%3E%3Cg filter='url(%23filter0_f_1469_99428)'%3E%3Cpath d='M331.801 190.621L333.242 194.965L337.721 195.9L333.378 197.341L332.442 201.82L331.002 197.477L326.522 196.541L330.866 195.101L331.801 190.621Z' fill='white'/%3E%3C/g%3E%3Cpath d='M331.801 190.621L333.242 194.965L337.721 195.9L333.378 197.341L332.442 201.82L331.002 197.477L326.522 196.541L330.866 195.101L331.801 190.621Z' fill='white'/%3E%3Ccircle opacity='0.2' cx='319' cy='72.0001' r='9.5' stroke='white'/%3E%3Cg opacity='0.2'%3E%3Cg filter='url(%23filter1_f_1469_99428)'%3E%3Cpath d='M128.306 4.91848L131.687 15.1118L142.2 17.3064L132.006 20.6868L129.812 31.1994L126.431 21.0061L115.919 18.8116L126.112 15.4311L128.306 4.91848Z' fill='white'/%3E%3C/g%3E%3Cpath d='M128.306 4.91848L131.687 15.1118L142.2 17.3064L132.006 20.6868L129.812 31.1994L126.431 21.0061L115.919 18.8116L126.112 15.4311L128.306 4.91848Z' fill='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_1469_99428' x='322.521' y='186.621' width='19.2002' height='19.1995' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_1469_99428'/%3E%3C/filter%3E%3Cfilter id='filter1_f_1469_99428' x='111.919' y='0.918457' width='34.2803' height='34.281' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_1469_99428'/%3E%3C/filter%3E%3CclipPath id='clip0_1469_99428'%3E%3Crect width='485' height='307' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 100%;
  height: 307px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  background-size: cover;
  background-repeat: no-repeat;
}
.CX-widget-tele .box-widget-vector .box-vector-doctor {
  background-image: url("data:image/svg+xml,%3Csvg width='384' height='256' viewBox='0 0 384 256' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M303.712 2.42213C304.767 2.85121 305.786 3.33794 306.77 3.88234C310.164 5.76313 312.986 8.28161 315.239 11.4377C315.639 12.0008 316.003 12.6614 316.33 13.4195C315.872 13.4228 315.452 13.4127 315.071 13.3889C314.774 13.3703 314.473 13.3643 314.168 13.3711C313.879 13.3796 313.589 13.3423 313.295 13.2592C312.199 12.9539 311.013 12.8623 309.896 12.6486C309.227 12.5198 308.418 12.3875 307.472 12.2518C301.92 11.4615 296.483 11.1893 291.163 11.4352C286.993 11.6268 283.146 12.1975 279.624 13.1473C277.968 13.595 276.322 14.231 274.732 14.8949C269.316 17.1539 264.77 21.3819 262.486 26.836C260.789 30.891 260.794 35.4421 260.677 39.7413C260.673 39.8346 260.64 39.9143 260.575 39.9804L260.395 40.1661C260.31 40.2526 260.322 40.3213 260.433 40.3722L261.298 40.769C259.488 40.4994 257.707 40.1034 255.955 39.581C255.743 39.5183 255.632 39.5971 255.622 39.8176L255.08 51.802C254.658 51.244 254.389 50.8429 254.274 50.5987C253.387 48.7043 252.727 47.094 252.295 45.7678C250.385 39.8931 250.018 33.9556 251.193 27.9553C252.496 21.3183 255.958 15.1162 260.748 10.5169C266.055 5.4214 272.928 2.16774 280.214 0.877981C285.039 0.0232272 289.723 -0.207421 294.267 0.186037C297.426 0.459083 300.575 1.20445 303.712 2.42213Z' fill='%232B3378'/%3E%3Cpath d='M316.33 13.4195C316.425 13.7247 316.68 13.8213 317.096 13.7094C317.971 13.4736 318.862 13.3227 319.769 13.2566C326.326 12.7817 331.569 15.1399 335.498 20.3312C336.577 21.8779 337.474 23.4525 338.19 25.0552C339.665 28.3623 340.609 31.766 341.324 35.4115C341.628 36.9582 341.862 38.5142 342.026 40.0795C342.977 49.1435 342.57 58.1286 341.026 67.1391L341.075 66.0198C341.076 65.9774 341.086 65.9375 341.103 65.9002C341.137 65.8171 341.126 65.74 341.07 65.6687C341.062 65.6587 341.056 65.6469 341.054 65.6342C341.051 65.6216 341.052 65.6086 341.056 65.5963C341.059 65.584 341.066 65.5728 341.075 65.5637C341.084 65.5546 341.095 65.5479 341.108 65.5441C341.162 65.5254 341.184 65.4889 341.174 65.4347C341.154 65.3244 341.1 65.3049 341.014 65.3762C340.931 65.4457 340.84 65.4313 340.741 65.3329C340.667 65.2566 340.575 65.2218 340.467 65.2286L339.322 65.2973C339.224 65.3024 339.133 65.2795 339.05 65.2286C338.958 65.171 338.87 65.1837 338.785 65.2668C338.694 65.3567 338.664 65.3397 338.696 65.2159C338.718 65.1243 338.727 65.0336 338.724 64.9437C338.717 64.7758 338.669 64.7631 338.579 64.9055C338.547 64.9547 338.538 65.0115 338.551 65.076C338.568 65.1472 338.551 65.21 338.5 65.2642C338.41 65.3592 338.333 65.5084 338.269 65.712C338.696 63.6667 338.691 61.5773 338.253 59.4438C337.763 57.0542 337.021 54.9461 336.028 53.1196C335.695 52.5057 335.286 51.9206 334.799 51.3643C332.817 49.1002 330.113 49.5073 327.879 51.1074C326.694 51.957 325.631 53.0272 324.692 54.3178C324.631 54.4026 324.506 54.4399 324.318 54.4297C324.17 54.2822 324.086 54.0871 324.066 53.8446C323.98 52.8949 323.823 51.9664 323.595 51.059C322.971 47.679 321.951 44.4296 320.535 41.3108C319.202 38.3828 317.449 35.7142 314.926 33.7732C313.089 32.3588 310.914 31.7287 308.401 31.8831C307.772 31.9221 307.185 32.056 306.64 32.285C301.932 34.2574 297.007 35.9872 291.863 37.4746C285.98 39.1756 280.131 40.3331 274.317 40.947C270.861 41.3116 267.171 41.3337 263.246 41.0131C262.605 40.9623 261.949 40.8275 261.298 40.769L260.433 40.3722C260.322 40.3213 260.31 40.2526 260.395 40.1661L260.575 39.9804C260.64 39.9143 260.673 39.8346 260.677 39.7413C260.794 35.4421 260.789 30.891 262.486 26.836C264.77 21.3819 269.316 17.1539 274.732 14.8949C276.322 14.231 277.968 13.595 279.624 13.1473C283.146 12.1975 286.993 11.6268 291.163 11.4352C296.483 11.1893 301.92 11.4615 307.472 12.2518C308.418 12.3875 309.227 12.5198 309.896 12.6486C311.013 12.8623 312.199 12.9539 313.295 13.2592C313.589 13.3423 313.879 13.3796 314.168 13.3711C314.473 13.3643 314.774 13.3703 315.071 13.3889C315.452 13.4127 315.872 13.4228 316.33 13.4195Z' fill='%23292E6B'/%3E%3Cpath d='M212.371 56.7754C221.603 68.7674 226.77 82.2273 227.871 97.1549C228.361 103.811 227.915 110.682 226.533 117.766C223.651 131.255 217.613 143.022 208.417 153.065C206.677 154.964 204.526 157.054 201.964 159.333C201.774 159.503 201.601 159.793 201.445 160.203C200.681 160.449 200.002 160.821 199.407 161.32C198.935 161.713 198.695 161.914 198.684 161.92C187.973 170.112 175.867 175.062 162.368 176.772C160.066 177.063 157.861 177.196 155.753 177.171C152.221 177.303 149.486 177.29 147.549 177.13C132.249 175.863 118.604 170.501 106.615 161.043C105.93 160.503 105.267 159.94 104.626 159.354L100.2 155.52L98.8691 153.93C95.8825 150.731 93.1147 147.239 90.5657 143.454L89.0903 141.022C85.0709 134.291 82.1386 127.097 80.2934 119.44L79.7592 117.254C79.7185 116.318 79.5311 115.361 79.197 114.382C79.2275 113.706 79.2157 113.178 79.1614 112.8C78.1947 106 78.2659 99.0272 79.1614 92.146C79.426 90.1057 79.8228 88.124 80.2756 86.094C81.4102 80.9884 83.0968 76.1804 85.2134 71.4411C85.7187 70.3099 86.247 69.2211 86.7982 68.1747C92.5559 57.2342 100.51 48.2093 110.66 41.0999C112.081 40.1044 113.505 39.186 114.931 38.3448C123.691 33.179 132.96 29.916 142.739 28.5559C148.452 27.7622 154.429 27.6392 160.668 28.187C162.396 28.3379 164.097 28.5601 165.771 28.8535C178.784 31.1294 190.354 36.3792 200.48 44.6028C204.802 48.1117 208.765 52.1693 212.371 56.7754ZM224.213 102.571C224.213 93.2517 222.377 84.0237 218.811 75.4138C215.244 66.804 210.017 58.9808 203.427 52.3911C196.838 45.8014 189.015 40.5742 180.405 37.0079C171.795 33.4416 162.567 31.606 153.248 31.606C134.427 31.606 116.376 39.0826 103.068 52.3911C89.7594 65.6996 82.2828 83.7498 82.2828 102.571C82.2828 121.392 89.7594 139.442 103.068 152.751C116.376 166.059 134.427 173.536 153.248 173.536C162.567 173.536 171.795 171.7 180.405 168.134C189.015 164.568 196.838 159.34 203.427 152.751C210.017 146.161 215.244 138.338 218.811 129.728C222.377 121.118 224.213 111.89 224.213 102.571Z' fill='white'/%3E%3Cpath d='M323.595 51.059C323.475 50.9742 323.356 50.9319 323.239 50.9319C323.139 50.9302 323.089 50.9802 323.089 51.082C323.093 51.5145 323.132 51.9249 323.206 52.3133C323.397 53.2977 323.41 54.7401 322.972 55.6763C321.97 57.8268 320.94 59.9492 319.881 62.0437C319.156 63.481 318.541 65.0124 317.811 66.4396C316.554 68.8919 315.366 71.4239 314.247 74.0357C314.102 74.3689 313.977 74.5216 313.595 74.5241C310.144 74.5428 306.837 74.324 303.674 73.8678C297.111 72.9198 290.733 71.2145 284.541 68.752C283.282 68.2508 281.827 67.475 280.593 67.2943C279.728 67.1671 278.817 67.3808 277.859 67.9354C277.409 68.1966 276.89 68.7045 276.302 69.4592C273.539 73.0071 270.214 76.0988 266.327 78.7343C263.627 80.5659 260.707 82.2373 257.566 83.7483C257.323 83.8654 256.914 83.9179 256.337 83.9061C255.913 80.3751 255.613 77.0112 255.436 73.8144C255.265 70.6921 255.129 67.2876 255.027 63.6006C254.971 61.5629 255.045 58.6221 254.91 56.124L255.08 51.802L255.622 39.8176C255.632 39.5971 255.743 39.5183 255.955 39.581C257.707 40.1034 259.488 40.4994 261.298 40.769C261.949 40.8275 262.605 40.9623 263.246 41.0131C267.171 41.3337 270.861 41.3116 274.317 40.947C280.131 40.3331 285.98 39.1756 291.863 37.4746C297.007 35.9872 301.932 34.2574 306.64 32.285C307.185 32.056 307.772 31.9221 308.401 31.8831C310.914 31.7287 313.089 32.3588 314.926 33.7732C317.449 35.7142 319.202 38.3828 320.535 41.3108C321.951 44.4296 322.971 47.679 323.595 51.059ZM300.321 48.3702C301.822 48.7162 303.235 49.2521 304.559 49.9779C306.455 51.0133 307.655 48.4872 306.073 47.5587C302.522 45.4778 297.235 44.1982 293.432 46.4088C291.904 47.2992 290.684 48.6085 289.772 50.3366C289.36 51.1176 288.919 52.1377 289.67 52.8933C290.303 53.5318 291.351 53.3715 291.807 52.6338C292.257 51.9011 292.621 51.0744 293.163 50.418C295.004 48.1921 297.584 47.7393 300.321 48.3702ZM265.79 52.644C267.598 52.8543 269.362 53.4377 271.082 54.3942C271.822 54.8063 272.702 54.9767 273.226 54.15C273.787 53.2681 273.605 52.5524 272.679 52.0029C271.6 51.3601 270.303 50.8056 268.787 50.3392C267.824 50.0424 266.653 49.8541 265.276 49.7744C262.059 49.5862 259.469 50.7437 257.505 53.2469C256.911 54.0049 256.459 54.7902 256.149 55.6025C255.803 56.498 256.022 57.6758 257.21 57.7572C258.677 57.8564 258.947 56.1825 259.609 55.2591C261.072 53.207 263.133 52.3353 265.79 52.644ZM299.911 67.5356C300.886 67.3899 301.712 66.5226 302.208 65.1243C302.704 63.7261 302.828 61.9116 302.555 60.0799C302.419 59.173 302.19 58.2891 301.88 57.4788C301.57 56.6685 301.185 55.9476 300.748 55.3573C300.311 54.767 299.83 54.3189 299.332 54.0384C298.834 53.758 298.329 53.6508 297.847 53.723C296.872 53.8687 296.046 54.736 295.55 56.1342C295.054 57.5325 294.929 59.347 295.203 61.1786C295.339 62.0856 295.568 62.9695 295.878 63.7798C296.188 64.5901 296.572 65.311 297.009 65.9013C297.447 66.4916 297.928 66.9397 298.426 67.2201C298.924 67.5006 299.428 67.6078 299.911 67.5356ZM266.696 72.5223C267.183 72.4487 267.637 72.197 268.034 71.7815C268.431 71.3661 268.763 70.795 269.01 70.1009C269.257 69.4067 269.414 68.6032 269.473 67.7361C269.533 66.8691 269.493 65.9554 269.355 65.0474C269.078 63.2135 268.422 61.5138 267.531 60.3222C266.64 59.1305 265.587 58.5445 264.605 58.6931C264.118 58.7667 263.663 59.0184 263.266 59.4339C262.869 59.8494 262.538 60.4205 262.291 61.1146C262.044 61.8087 261.886 62.6122 261.827 63.4793C261.768 64.3464 261.808 65.26 261.945 66.1681C262.223 68.0019 262.879 69.7016 263.77 70.8933C264.661 72.0849 265.713 72.6709 266.696 72.5223Z' fill='%23FABCA3'/%3E%3Cpath d='M300.321 48.3702C297.584 47.7393 295.004 48.1921 293.163 50.418C292.621 51.0744 292.257 51.9011 291.807 52.6338C291.351 53.3715 290.303 53.5318 289.67 52.8933C288.919 52.1377 289.36 51.1176 289.772 50.3366C290.684 48.6085 291.904 47.2992 293.432 46.4088C297.235 44.1982 302.522 45.4778 306.073 47.5587C307.655 48.4872 306.455 51.0133 304.559 49.9779C303.235 49.2521 301.822 48.7162 300.321 48.3702Z' fill='%23251616'/%3E%3Cpath d='M265.79 52.644C263.133 52.3353 261.072 53.207 259.609 55.2591C258.947 56.1825 258.677 57.8564 257.21 57.7572C256.022 57.6758 255.803 56.498 256.149 55.6025C256.459 54.7902 256.911 54.0049 257.505 53.2469C259.469 50.7437 262.059 49.5862 265.276 49.7744C266.653 49.8541 267.824 50.0424 268.787 50.3392C270.303 50.8056 271.6 51.3601 272.679 52.0029C273.605 52.5524 273.787 53.2681 273.226 54.15C272.702 54.9767 271.822 54.8063 271.082 54.3942C269.362 53.4377 267.598 52.8543 265.79 52.644Z' fill='%23251616'/%3E%3Cpath d='M338.269 65.712C337.555 68.2169 336.175 70.0657 334.13 71.258C331.794 72.6181 329.251 73.3295 326.501 73.3923C326.462 73.3932 326.424 73.4032 326.39 73.4217C326.356 73.4402 326.327 73.4665 326.306 73.4985C326.284 73.5305 326.27 73.5673 326.265 73.6059C326.26 73.6444 326.264 73.6837 326.277 73.7205L329.207 81.8584C328.551 81.4056 328.501 81.7999 329.057 83.0413C329.41 83.8316 329.273 84.4659 328.645 84.9442C327.458 85.8498 326.255 86.7978 325.035 87.7883C324.974 87.838 324.904 87.8747 324.828 87.8961C324.752 87.9175 324.673 87.9232 324.595 87.9127C324.517 87.9022 324.442 87.8758 324.375 87.8351C324.307 87.7945 324.249 87.7404 324.203 87.6763C321.244 83.545 318.281 79.4595 315.315 75.4198C315.145 75.1874 315.13 74.9466 315.269 74.6973C316.623 72.2857 317.704 69.7291 318.938 67.2767C320.227 64.7125 321.387 62.1177 322.695 59.5153C323.3 58.3078 323.862 57.146 324.379 56.0301C324.55 55.6604 324.685 55.2695 324.783 54.8574C324.802 54.7743 324.772 54.7158 324.694 54.6818C324.537 54.6123 324.411 54.5281 324.318 54.4297C324.506 54.4399 324.631 54.4026 324.692 54.3178C325.631 53.0272 326.694 51.957 327.879 51.1074C330.113 49.5073 332.817 49.1002 334.799 51.3643C335.286 51.9206 335.695 52.5057 336.028 53.1196C337.021 54.9461 337.763 57.0542 338.253 59.4438C338.691 61.5773 338.696 63.6667 338.269 65.712ZM325.648 69.1745C325.66 69.4001 325.683 69.6019 325.717 69.7799C325.726 69.8313 325.748 69.8798 325.779 69.9217C325.81 69.9637 325.85 69.9979 325.897 70.0217C325.943 70.0456 325.994 70.0584 326.047 70.0593C326.099 70.0601 326.151 70.049 326.198 70.0267C328.202 69.0829 330.225 67.8466 331.637 66.1014C333.726 63.5151 334.171 60.5048 332.972 57.0706C332.433 55.534 331.085 54.491 329.401 55.0736C327.986 55.5637 326.706 56.3608 325.559 57.4649C325.122 57.8872 325 58.4163 325.043 58.9989C325.19 60.9865 325.392 64.3784 325.648 69.1745Z' fill='%23FABCA3'/%3E%3Cpath d='M323.595 51.059C323.823 51.9664 323.98 52.8949 324.066 53.8446C324.086 54.0871 324.17 54.2822 324.318 54.4297C324.411 54.5281 324.537 54.6123 324.694 54.6818C324.772 54.7158 324.802 54.7743 324.783 54.8574C324.685 55.2695 324.55 55.6604 324.379 56.0301C323.862 57.146 323.3 58.3078 322.695 59.5153C321.387 62.1177 320.227 64.7125 318.938 67.2767C317.704 69.7291 316.623 72.2857 315.269 74.6973C315.13 74.9466 315.145 75.1874 315.315 75.4198C318.281 79.4595 321.244 83.545 324.203 87.6763C324.249 87.7404 324.307 87.7945 324.375 87.8351C324.442 87.8758 324.517 87.9022 324.595 87.9127C324.673 87.9232 324.752 87.9175 324.828 87.8961C324.904 87.8747 324.974 87.838 325.035 87.7883C326.255 86.7978 327.458 85.8498 328.645 84.9442C329.273 84.4659 329.41 83.8316 329.057 83.0413C328.501 81.7999 328.551 81.4056 329.207 81.8584L330.642 85.4911C329.923 85.7438 329.27 86.1152 328.683 86.6053C327.532 87.5686 326.34 88.4649 325.109 89.2942C325.021 89.3553 324.958 89.4358 324.921 89.5359C324.568 90.4873 324.332 91.5184 324.214 92.6293C323.891 93.6596 323.634 94.8399 323.318 95.7659C321.405 101.385 318.39 106.321 314.272 110.577C307.907 117.155 299.067 121.134 290.257 122.907C287.415 123.48 284.553 123.892 281.672 124.143C280.269 124.113 279.274 124.061 278.685 123.988C274.742 123.5 271.511 121.648 268.639 118.956C266.813 116.975 265.265 114.799 263.997 112.426C263.091 110.73 262.49 109.524 262.193 108.809C260.904 105.703 259.848 102.519 259.023 99.2562C257.75 94.2158 256.854 89.099 256.337 83.9061C256.914 83.9179 257.323 83.8654 257.566 83.7483C260.707 82.2373 263.627 80.5659 266.327 78.7343C270.214 76.0988 273.539 73.0071 276.302 69.4592C276.89 68.7045 277.409 68.1966 277.859 67.9354C278.817 67.3808 279.728 67.1671 280.593 67.2943C281.827 67.475 283.282 68.2508 284.541 68.752C290.733 71.2145 297.111 72.9198 303.674 73.8678C306.837 74.324 310.144 74.5428 313.595 74.5241C313.977 74.5216 314.102 74.3689 314.247 74.0357C315.366 71.4239 316.554 68.8919 317.811 66.4396C318.541 65.0124 319.156 63.481 319.881 62.0437C320.94 59.9492 321.97 57.8268 322.972 55.6763C323.41 54.7401 323.397 53.2977 323.206 52.3133C323.132 51.9249 323.093 51.5145 323.089 51.082C323.089 50.9802 323.139 50.9302 323.239 50.9319C323.356 50.9319 323.475 50.9742 323.595 51.059ZM303.811 79.5892C302.997 79.4807 302.208 79.4052 301.443 79.3628C299.656 79.261 297.624 79.2661 295.348 79.378C294.056 79.4416 292.794 79.6604 291.517 79.7266C289.878 79.8114 288.213 79.8953 286.521 79.9784C285.654 80.0208 284.793 80.12 283.938 80.276C283.06 80.4372 282.178 80.5677 281.293 80.6678C280.196 80.7899 279.128 81.0596 278.037 81.258C273.778 82.0364 269.693 83.5526 265.541 85.7836C264.038 86.5892 262.794 87.4507 261.809 88.3682C261.685 88.4835 261.587 88.6184 261.514 88.7727C261.399 89.0169 261.399 89.1611 261.516 89.2052C261.783 89.3052 262.037 89.2654 262.28 89.0856C265.71 86.5604 269.448 84.6507 273.493 83.3567C275.65 82.6648 277.653 82.1484 279.502 81.8075C280.602 81.604 281.714 81.3826 282.837 81.1435C284.331 80.8247 285.45 80.6407 286.192 80.5915C286.64 80.5627 287.078 80.527 287.508 80.4846C288.264 80.41 288.702 80.3702 288.823 80.3651C289.665 80.3295 290.492 80.3218 291.328 80.2175C293.202 79.9852 294.419 79.8588 294.979 79.8385C297.057 79.7571 299.304 79.7486 301.72 79.813C303.126 79.8504 304.504 79.9538 305.854 80.1234C307.309 80.3049 308.799 80.4261 310.324 80.4872C310.388 80.4902 310.45 80.4729 310.504 80.4377C310.557 80.4025 310.599 80.3513 310.621 80.2913C310.647 80.2252 310.657 80.1565 310.652 80.0853C310.642 79.9852 310.587 79.936 310.487 79.9377C309.047 79.9428 307.608 79.9029 306.17 79.8181C305.406 79.7741 304.62 79.6977 303.811 79.5892ZM271.689 98.5897C271.216 98.7389 270.769 98.9093 270.346 99.101C268.75 99.8217 267.225 100.576 265.77 101.365C265.707 101.399 265.644 101.435 265.582 101.474C265.382 101.596 265.192 101.722 265.014 101.851C264.623 102.134 264.524 102.419 264.719 102.706C264.831 102.87 264.968 102.893 265.129 102.774C265.371 102.596 265.628 102.43 265.9 102.276C267.884 101.145 269.761 100.222 271.532 99.508C273.206 98.8313 275.08 98.1614 277.154 97.4983C278.395 97.1015 279.665 96.8573 280.914 96.496C281.911 96.2077 282.828 95.9737 283.666 95.7939C285.486 95.4021 287.24 95.0341 288.927 94.6898C290.937 94.2803 293.051 94.1175 295.114 93.8275C297.508 93.49 299.728 93.172 301.774 92.8735C302.469 92.7717 303.337 92.7141 304.376 92.7005C305.579 92.6852 306.811 92.5301 308.05 92.5402C309.818 92.5555 311.569 92.447 313.303 92.2146C314.244 92.0874 315.127 92.2197 316.065 91.9908C316.077 91.9878 316.087 91.9822 316.096 91.9744C316.105 91.9666 316.112 91.9569 316.116 91.9459C316.12 91.935 316.122 91.9232 316.12 91.9115C316.119 91.8998 316.115 91.8886 316.109 91.8788L316.073 91.8229C316 91.7092 315.897 91.655 315.763 91.66C313.918 91.7109 312.224 91.9628 310.421 92.0086C307.475 92.0815 304.971 92.1875 302.911 92.3265C301.1 92.4487 299.248 92.8404 297.469 92.9193C296.15 92.9803 294.948 93.1058 293.862 93.2958C292.499 93.5332 291.321 93.6969 290.329 93.7868C289.441 93.8682 288.609 94.1225 287.754 94.2701C284.668 94.8009 281.849 95.3962 279.298 96.0559C277.005 96.6478 274.502 97.4585 271.789 98.4879C271.767 98.4947 271.752 98.5099 271.745 98.5337C271.744 98.5439 271.74 98.5532 271.733 98.5617C271.721 98.5752 271.706 98.5846 271.689 98.5897ZM270.914 112.83C270.713 112.833 270.519 112.726 270.318 112.719C270.152 112.713 270.069 112.795 270.069 112.963V113.067C270.069 113.187 270.129 113.242 270.25 113.23C271.194 113.131 272.184 113.106 273.218 113.154C276.875 113.323 280.531 113.338 284.188 113.197C285.131 113.159 286.083 113.081 287.045 112.96C288.785 112.739 290.479 112.685 292.221 112.243C292.973 112.053 293.768 111.884 294.608 111.737C296.977 111.316 299.341 110.741 301.7 110.012C303.472 109.464 305.267 108.883 307.085 108.269C307.845 108.013 308.599 107.71 309.347 107.361C309.564 107.259 309.595 107.118 309.441 106.936L309.337 106.814C309.267 106.732 309.172 106.674 309.067 106.651C308.962 106.627 308.852 106.638 308.754 106.682C308.322 106.877 307.87 107.061 307.398 107.234C303.767 108.572 299.989 109.738 296.063 110.732C294.684 111.08 293.297 111.279 291.919 111.559C290.888 111.765 289.863 111.933 288.846 112.062C286.523 112.355 284.104 112.769 281.802 112.764C278.14 112.759 274.511 112.781 270.914 112.83Z' fill='white'/%3E%3Cpath d='M0 51.0769C0.084797 51.5755 0.084797 52.0741 0 52.5728V51.0769Z' fill='%23E3DBE2'/%3E%3Cpath d='M299.911 67.5356C299.428 67.6078 298.924 67.5006 298.426 67.2201C297.928 66.9397 297.447 66.4916 297.009 65.9013C296.572 65.311 296.188 64.5901 295.878 63.7798C295.568 62.9695 295.339 62.0856 295.203 61.1786C294.929 59.347 295.054 57.5325 295.55 56.1342C296.046 54.736 296.872 53.8687 297.847 53.723C298.329 53.6508 298.834 53.758 299.332 54.0384C299.83 54.3189 300.311 54.767 300.748 55.3573C301.185 55.9476 301.57 56.6685 301.88 57.4788C302.19 58.2891 302.419 59.173 302.555 60.0799C302.828 61.9116 302.704 63.7261 302.208 65.1243C301.712 66.5226 300.886 67.3899 299.911 67.5356ZM297.046 61.1717C297.157 61.1552 297.26 61.0985 297.351 61.005C297.441 60.9114 297.517 60.7828 297.574 60.6265C297.63 60.4702 297.667 60.2892 297.681 60.0939C297.695 59.8987 297.687 59.6929 297.656 59.4884C297.594 59.0753 297.446 58.6925 297.245 58.424C297.043 58.1556 296.804 58.0236 296.58 58.057C296.47 58.0735 296.366 58.1301 296.276 58.2237C296.185 58.3172 296.109 58.4459 296.053 58.6022C295.996 58.7585 295.959 58.9394 295.945 59.1347C295.931 59.33 295.94 59.5358 295.97 59.7403C296.032 60.1533 296.18 60.5362 296.382 60.8046C296.583 61.0731 296.822 61.2051 297.046 61.1717Z' fill='%23090606'/%3E%3Cpath d='M325.648 69.1745C325.392 64.3784 325.19 60.9865 325.043 58.9989C325 58.4163 325.122 57.8872 325.559 57.4649C326.706 56.3608 327.986 55.5637 329.401 55.0736C331.085 54.491 332.433 55.534 332.972 57.0706C334.171 60.5048 333.726 63.5151 331.637 66.1014C330.225 67.8466 328.202 69.0829 326.198 70.0267C326.151 70.049 326.099 70.0601 326.047 70.0593C325.994 70.0584 325.943 70.0456 325.897 70.0217C325.85 69.9979 325.81 69.9637 325.779 69.9217C325.748 69.8798 325.726 69.8313 325.717 69.7799C325.683 69.6019 325.66 69.4001 325.648 69.1745Z' fill='%23EEABA3'/%3E%3Cpath d='M295.97 59.7403C296.099 60.6004 296.58 61.2413 297.046 61.1717C297.511 61.1021 297.785 60.3485 297.656 59.4884C297.527 58.6282 297.046 57.9874 296.58 58.057C296.115 58.1265 295.842 58.8802 295.97 59.7403Z' fill='white'/%3E%3Cpath d='M266.696 72.5223C265.713 72.6709 264.661 72.0849 263.77 70.8933C262.879 69.7016 262.223 68.0019 261.945 66.1681C261.808 65.26 261.768 64.3464 261.827 63.4793C261.886 62.6122 262.044 61.8087 262.291 61.1146C262.538 60.4205 262.869 59.8494 263.266 59.4339C263.663 59.0184 264.118 58.7667 264.605 58.6931C265.587 58.5445 266.64 59.1305 267.531 60.3222C268.422 61.5138 269.078 63.2135 269.355 65.0474C269.493 65.9554 269.533 66.8691 269.473 67.7361C269.414 68.6032 269.257 69.4067 269.01 70.1009C268.763 70.795 268.431 71.3661 268.034 71.7815C267.637 72.197 267.183 72.4487 266.696 72.5223ZM263.943 65.7799C264.159 65.7469 264.341 65.5488 264.449 65.2292C264.556 64.9097 264.58 64.4949 264.516 64.0761C264.452 63.6573 264.305 63.2687 264.107 62.9959C263.909 62.7232 263.676 62.5885 263.46 62.6216C263.244 62.6546 263.062 62.8527 262.955 63.1723C262.847 63.4918 262.823 63.9066 262.887 64.3254C262.951 64.7443 263.098 65.1328 263.296 65.4056C263.494 65.6783 263.727 65.813 263.943 65.7799Z' fill='%23090606'/%3E%3Cpath d='M262.887 64.3254C263.02 65.1976 263.493 65.8488 263.943 65.7799C264.393 65.7111 264.65 64.9482 264.516 64.0761C264.383 63.2039 263.91 62.5527 263.46 62.6216C263.01 62.6904 262.753 63.4533 262.887 64.3254Z' fill='white'/%3E%3Cpath d='M341.026 67.1391C340.613 70.7752 339.995 74.3783 339.174 77.9482C338.71 79.9732 338.146 81.9693 337.483 83.9366C336.789 85.987 335.855 87.9212 334.679 89.7392C334.486 90.0377 333.919 90.7169 332.977 91.7769L330.642 85.4911L329.207 81.8584L326.277 73.7205C326.264 73.6837 326.26 73.6444 326.265 73.6059C326.27 73.5673 326.284 73.5305 326.306 73.4985C326.327 73.4665 326.356 73.4402 326.39 73.4217C326.424 73.4032 326.462 73.3932 326.501 73.3923C329.251 73.3295 331.794 72.6181 334.13 71.258C336.175 70.0657 337.555 68.2169 338.269 65.712C338.333 65.5084 338.41 65.3592 338.5 65.2642C338.551 65.21 338.568 65.1472 338.551 65.076C338.538 65.0115 338.547 64.9547 338.579 64.9055C338.669 64.7631 338.717 64.7758 338.724 64.9437C338.727 65.0336 338.718 65.1243 338.696 65.2159C338.664 65.3397 338.694 65.3567 338.785 65.2668C338.87 65.1837 338.958 65.171 339.05 65.2286C339.133 65.2795 339.224 65.3024 339.322 65.2973L340.467 65.2286C340.575 65.2218 340.667 65.2566 340.741 65.3329C340.84 65.4313 340.931 65.4457 341.014 65.3762C341.1 65.3049 341.154 65.3244 341.174 65.4347C341.184 65.4889 341.162 65.5254 341.108 65.5441C341.095 65.5479 341.084 65.5546 341.075 65.5637C341.066 65.5728 341.059 65.584 341.056 65.5963C341.052 65.6086 341.051 65.6216 341.054 65.6342C341.056 65.6469 341.062 65.6587 341.07 65.6687C341.126 65.74 341.137 65.8171 341.103 65.9002C341.086 65.9375 341.076 65.9774 341.075 66.0198L341.026 67.1391Z' fill='%231A1F4C'/%3E%3Cpath d='M306.17 79.8181C307.608 79.9029 309.047 79.9428 310.487 79.9377C310.587 79.936 310.642 79.9852 310.652 80.0853C310.657 80.1565 310.647 80.2252 310.621 80.2913C310.599 80.3513 310.557 80.4025 310.504 80.4377C310.45 80.4729 310.388 80.4902 310.324 80.4872C308.799 80.4261 307.309 80.3049 305.854 80.1234C304.504 79.9538 303.126 79.8504 301.72 79.813C299.304 79.7486 297.057 79.7571 294.979 79.8385C294.419 79.8588 293.202 79.9852 291.328 80.2175C290.492 80.3218 289.665 80.3295 288.823 80.3651C288.702 80.3702 288.264 80.41 287.508 80.4846C287.078 80.527 286.64 80.5627 286.192 80.5915C285.45 80.6407 284.331 80.8247 282.837 81.1435C281.714 81.3826 280.602 81.604 279.502 81.8075C277.653 82.1484 275.65 82.6648 273.493 83.3567C269.448 84.6507 265.71 86.5604 262.28 89.0856C262.037 89.2654 261.783 89.3052 261.516 89.2052C261.399 89.1611 261.399 89.0169 261.514 88.7727C261.587 88.6184 261.685 88.4835 261.809 88.3682C262.794 87.4507 264.038 86.5892 265.541 85.7836C269.693 83.5526 273.778 82.0364 278.037 81.258C279.128 81.0596 280.196 80.7899 281.293 80.6678C282.178 80.5677 283.06 80.4372 283.938 80.276C284.793 80.12 285.654 80.0208 286.521 79.9784C288.213 79.8953 289.878 79.8114 291.517 79.7266C292.794 79.6604 294.056 79.4416 295.348 79.378C297.624 79.2661 299.656 79.261 301.443 79.3628C302.208 79.4052 302.997 79.4807 303.811 79.5892C304.62 79.6977 305.406 79.7741 306.17 79.8181Z' fill='%23E3DBE2'/%3E%3Cpath d='M330.642 85.4911L332.977 91.7769L337.07 102.749C337.13 103.1 337.168 103.41 337.185 103.68C337.274 105.046 337.523 106.387 337.61 107.798C338.025 114.628 337.604 121.373 336.345 128.033C335.547 132.254 334.629 136.065 333.593 139.468C329.577 152.65 323.798 165.129 316.256 176.904L315.956 176.98C315.763 176.831 315.563 176.693 315.356 176.565C312.067 174.534 308.895 172.254 305.839 169.727C304.023 168.229 302.094 166.527 300.423 164.868C292.118 156.621 285.423 147.194 280.339 136.588C280.123 136.14 279.972 135.646 279.883 135.105C280.872 135.022 281.829 134.861 282.753 134.624C292.494 132.131 301.909 128.231 309.657 121.808C311.275 120.467 312.802 118.915 314.201 117.412C319.036 112.209 322.264 106.041 323.885 98.9074C324.119 97.8797 324.335 96.8231 324.532 95.7377C324.674 94.9517 324.712 94.0944 324.766 93.2778C324.784 92.9895 324.749 92.6978 324.659 92.4027C324.653 92.3846 324.644 92.3681 324.631 92.3541C324.618 92.3402 324.602 92.3292 324.585 92.3219C324.567 92.3147 324.549 92.3113 324.53 92.312C324.511 92.3128 324.492 92.3177 324.476 92.3263C324.394 92.3687 324.307 92.4699 324.214 92.6293C324.332 91.5184 324.568 90.4873 324.921 89.5359C324.958 89.4358 325.021 89.3553 325.109 89.2942C326.34 88.4649 327.532 87.5686 328.683 86.6053C329.27 86.1152 329.923 85.7438 330.642 85.4911Z' fill='%23FABCA3'/%3E%3Cpath d='M271.733 98.5617C271.74 98.5532 271.744 98.5439 271.745 98.5337C271.752 98.5099 271.767 98.4947 271.789 98.4879C274.502 97.4585 277.005 96.6478 279.298 96.0559C281.849 95.3962 284.668 94.8009 287.754 94.2701C288.609 94.1225 289.441 93.8682 290.329 93.7868C291.321 93.6969 292.499 93.5332 293.862 93.2958C294.948 93.1058 296.15 92.9803 297.469 92.9193C299.248 92.8404 301.1 92.4487 302.911 92.3265C304.971 92.1875 307.475 92.0815 310.421 92.0086C312.224 91.9628 313.918 91.7109 315.763 91.66C315.897 91.655 316 91.7092 316.073 91.8229L316.109 91.8788C316.115 91.8886 316.119 91.8998 316.12 91.9115C316.122 91.9232 316.12 91.935 316.116 91.9459C316.112 91.9569 316.105 91.9666 316.096 91.9744C316.087 91.9822 316.077 91.9878 316.065 91.9908C315.127 92.2197 314.244 92.0874 313.303 92.2146C311.569 92.447 309.818 92.5555 308.05 92.5402C306.811 92.5301 305.579 92.6852 304.376 92.7005C303.337 92.7141 302.469 92.7717 301.774 92.8735C299.728 93.172 297.508 93.49 295.114 93.8275C293.051 94.1175 290.937 94.2803 288.927 94.6898C287.24 95.0341 285.486 95.4021 283.666 95.7939C282.828 95.9737 281.911 96.2077 280.914 96.496C279.665 96.8573 278.395 97.1015 277.154 97.4983C275.08 98.1614 273.206 98.8313 271.532 99.508C269.761 100.222 267.884 101.145 265.9 102.276C265.628 102.43 265.371 102.596 265.129 102.774C264.968 102.893 264.831 102.87 264.719 102.706C264.524 102.419 264.623 102.134 265.014 101.851C265.192 101.722 265.382 101.596 265.582 101.474C265.644 101.435 265.707 101.399 265.77 101.365C267.225 100.576 268.75 99.8217 270.346 99.101C270.769 98.9093 271.216 98.7389 271.689 98.5897C271.706 98.5846 271.721 98.5752 271.733 98.5617Z' fill='%23E3DBE2'/%3E%3Cpath d='M279.883 135.105C279.938 134.654 280 134.237 280.069 133.853C280.563 131.145 281.089 128.444 281.649 125.751C281.733 125.346 281.702 124.972 281.712 124.56C281.816 124.489 281.879 124.414 281.901 124.334C281.921 124.256 281.892 124.206 281.814 124.184L281.672 124.143C284.553 123.892 287.415 123.48 290.257 122.907C299.067 121.134 307.907 117.155 314.272 110.577C318.39 106.321 321.405 101.385 323.318 95.7659C323.634 94.8399 323.891 93.6596 324.214 92.6293C324.307 92.4699 324.394 92.3687 324.476 92.3263C324.492 92.3177 324.511 92.3128 324.53 92.312C324.549 92.3113 324.567 92.3147 324.585 92.3219C324.602 92.3292 324.618 92.3402 324.631 92.3541C324.644 92.3681 324.653 92.3846 324.659 92.4027C324.749 92.6978 324.784 92.9895 324.766 93.2778C324.712 94.0944 324.674 94.9517 324.532 95.7377C324.335 96.8231 324.119 97.8797 323.885 98.9074C322.264 106.041 319.036 112.209 314.201 117.412C312.802 118.915 311.275 120.467 309.657 121.808C301.909 128.231 292.494 132.131 282.753 134.624C281.829 134.861 280.872 135.022 279.883 135.105Z' fill='%23EEABA3'/%3E%3Cpath d='M363.749 110.027C364.023 110.637 364.178 111.074 364.211 111.337C364.573 114.129 364.873 116.927 365.112 119.732C366.501 136.089 366.302 152.447 364.514 168.804C364.247 171.241 363.802 174.105 363.469 176.777C363.107 179.666 362.281 184.079 360.988 190.015C359.771 195.412 358.301 200.739 356.58 205.998C356.208 207.136 355.827 208.29 355.435 209.461C354.984 209.189 354.37 208.729 353.593 208.079C344.942 200.873 336.295 193.662 327.65 186.446C327.498 186.316 327.332 186.298 327.147 186.227L327.116 186.115C327.098 186.037 327.058 185.973 326.997 185.922L316.256 176.904C323.798 165.129 329.577 152.65 333.593 139.468C334.629 136.065 335.547 132.254 336.345 128.033C337.604 121.373 338.025 114.628 337.61 107.798C337.523 106.387 337.274 105.046 337.185 103.68C337.168 103.41 337.13 103.1 337.07 102.749C340.015 102.628 342.664 102.711 345.018 102.996C351.489 103.776 357.844 105.855 363.029 109.862C363.171 109.973 363.411 110.029 363.749 110.027Z' fill='%23E43767'/%3E%3Cpath d='M270.914 112.83C274.511 112.781 278.14 112.759 281.802 112.764C284.104 112.769 286.523 112.355 288.846 112.062C289.863 111.933 290.888 111.765 291.919 111.559C293.297 111.279 294.684 111.08 296.063 110.732C299.989 109.738 303.767 108.572 307.398 107.234C307.87 107.061 308.322 106.877 308.754 106.682C308.852 106.638 308.962 106.627 309.067 106.651C309.172 106.674 309.267 106.732 309.337 106.814L309.441 106.936C309.595 107.118 309.564 107.259 309.347 107.361C308.599 107.71 307.845 108.013 307.085 108.269C305.267 108.883 303.472 109.464 301.7 110.012C299.341 110.741 296.977 111.316 294.608 111.737C293.768 111.884 292.973 112.053 292.221 112.243C290.479 112.685 288.785 112.739 287.045 112.96C286.083 113.081 285.131 113.159 284.188 113.197C280.531 113.338 276.875 113.323 273.218 113.154C272.184 113.106 271.194 113.131 270.25 113.23C270.129 113.242 270.069 113.187 270.069 113.067V112.963C270.069 112.795 270.152 112.713 270.318 112.719C270.519 112.726 270.713 112.833 270.914 112.83Z' fill='%23E3DBE2'/%3E%3Cpath d='M79.197 114.382C79.5311 115.361 79.7185 116.318 79.7592 117.254C77.8496 119.961 76.3885 122.824 75.376 125.842C74.7723 127.643 74.2329 129.465 73.7581 131.307C73.6131 131.861 73.6004 132.594 73.4375 133.248C73.1849 134.26 73.0331 135.287 72.9822 136.328C72.9703 136.544 72.799 136.931 72.4683 137.491C70.3704 133.916 69.1002 131.628 68.6575 130.627C68.0555 129.264 67.4526 127.9 66.8488 126.537C66.1755 125.014 65.4683 122.978 64.7272 120.429C63.864 117.453 63.5112 114.581 63.6689 111.815C63.7029 111.206 63.8428 110.535 64.0887 109.8C65.7931 104.692 71.4177 107.318 74.1422 109.516C74.9953 110.204 75.8373 110.912 76.6683 111.64C77.0041 111.933 77.4238 112.39 77.9275 113.011C78.3125 113.487 78.7357 113.945 79.197 114.382Z' fill='%23F6D3CA'/%3E%3Cpath d='M363.749 110.027C366.048 110.363 368.327 110.697 370.584 111.029C373.391 111.441 378.664 112.436 386.405 114.013C388.243 114.388 389.907 114.742 391.396 115.074C399.007 116.775 406.21 118.659 413.004 120.727C413.126 120.764 413.25 120.814 413.378 120.877C413.459 120.916 413.513 120.893 413.54 120.808L413.64 120.495V121.826C412.977 122.134 412.195 122.132 411.294 121.818C410.729 121.62 410.244 121.475 409.836 121.386C409.34 121.277 408.857 121.124 408.389 120.925C407.839 120.691 407.285 120.635 406.705 120.536C405.736 120.373 404.927 119.93 403.952 119.76C403.507 119.684 403.11 119.546 402.678 119.417C401.79 119.147 400.902 119.104 400.03 118.77C398.959 118.361 397.829 118.277 396.733 117.949C396.178 117.784 395.632 117.659 395.095 117.572C394.387 117.459 393.635 117.27 392.838 117.005C391.882 116.684 390.823 116.74 389.846 116.402C389.272 116.202 388.667 116.049 388.033 115.944C387.976 115.935 387.917 115.941 387.863 115.962C387.81 115.983 387.762 116.018 387.727 116.064C387.692 116.109 387.669 116.164 387.662 116.221C387.655 116.278 387.663 116.336 387.687 116.389C388.524 118.323 389.244 120.421 389.846 122.685C390.053 123.467 390.267 124.228 390.488 124.967C390.71 125.714 390.934 126.471 391.162 127.239C391.472 128.292 391.832 129.419 392.243 130.62C392.775 132.172 393.274 133.732 393.739 135.301C393.46 135.167 393.373 134.932 393.477 134.596C393.485 134.567 393.474 134.549 393.444 134.543H393.441C393.41 134.538 393.393 134.55 393.388 134.581C393.347 134.828 393.353 135.068 393.405 135.301C393.806 137.088 394.334 139.244 394.99 141.767C395.051 141.996 395.178 142.136 395.222 142.373C395.471 143.728 395.75 145.091 396.059 146.461C396.313 147.587 396.557 148.81 396.791 150.129C397.007 151.349 397.237 152.576 397.483 153.813C398.243 157.62 398.924 161.457 399.526 165.324C400.405 170.978 401.106 176.009 401.63 180.417C402.317 186.19 402.779 190.554 403.016 193.508C403.812 203.399 404.232 213.255 404.278 223.078C404.281 223.862 404.265 224.626 404.23 225.37C404.228 225.418 404.214 225.464 404.191 225.505C404.168 225.546 404.135 225.581 404.095 225.606C404.056 225.632 404.011 225.648 403.964 225.653C403.917 225.658 403.869 225.652 403.825 225.635C396.911 222.976 390.003 220.323 383.103 217.678C382.431 217.42 381.79 217.136 381.179 216.825C381.1 216.785 381.039 216.803 380.996 216.881C380.857 217.134 380.844 217.355 380.958 217.545C382.567 220.213 384.132 222.908 385.652 225.63C385.726 225.766 385.976 225.997 386.402 226.324C386.19 226.577 386.229 226.905 386.519 227.309C387.206 228.27 387.921 229.417 388.664 230.748C389.513 232.269 390.397 233.818 391.314 235.393C392.533 237.492 393.749 239.553 394.861 241.545C395.563 242.796 396.346 243.954 397.008 245.203C397.248 245.659 397.331 246.083 397.257 246.475C397.046 247.589 396.064 248.746 395.311 249.593C395.253 249.658 395.182 249.695 395.097 249.705C394.822 249.743 394.613 249.824 394.469 249.95C394.118 250.258 393.873 250.703 393.734 251.285C388.447 254.19 382.479 255.658 376.443 255.846C374.864 255.896 373.377 255.918 371.983 255.915C368.718 255.908 365.449 255.896 362.174 255.879L363.395 255.757C363.415 255.756 363.429 255.747 363.436 255.732C363.444 255.71 363.442 255.688 363.43 255.666C363.417 255.639 363.396 255.628 363.367 255.635C363.336 255.644 363.304 255.645 363.27 255.64C363.201 255.634 363.193 255.609 363.247 255.567C363.337 255.495 363.437 255.445 363.547 255.417C363.68 255.381 363.698 255.313 363.603 255.213C363.563 255.169 363.571 255.128 363.629 255.091C363.736 255.023 363.753 254.937 363.68 254.834L363.362 254.374C363.316 254.307 363.256 254.289 363.181 254.318C363.047 254.367 362.923 254.336 362.807 254.226C362.796 254.215 362.789 254.201 362.787 254.186C362.785 254.17 362.789 254.155 362.797 254.142C362.814 254.115 362.835 254.092 362.861 254.073C362.971 253.999 362.964 253.938 362.84 253.89C362.764 253.86 362.691 253.821 362.622 253.776C362.552 253.73 362.516 253.665 362.515 253.582C362.51 253.25 362.51 252.929 362.517 252.618C362.533 251.714 362.551 250.835 362.573 249.98C362.577 249.85 362.619 249.726 362.7 249.609C362.782 249.492 362.888 249.438 363.018 249.449C363.043 249.451 363.068 249.448 363.092 249.439C363.116 249.431 363.138 249.418 363.156 249.401C363.174 249.384 363.189 249.364 363.199 249.341C363.209 249.318 363.214 249.293 363.214 249.268L363.252 245.864C363.254 245.773 363.21 245.717 363.12 245.699C362.91 245.655 362.743 245.548 362.619 245.378C362.566 245.305 362.568 245.235 362.624 245.167C362.748 245.016 362.902 244.901 363.087 244.821C363.191 244.775 363.242 244.696 363.242 244.585V243.61C363.242 243.498 363.188 243.428 363.079 243.399C362.893 243.352 362.73 243.238 362.591 243.058C362.575 243.038 362.566 243.012 362.566 242.986C362.566 242.96 362.575 242.934 362.591 242.913C362.73 242.732 362.901 242.61 363.105 242.547C363.196 242.52 363.242 242.459 363.242 242.364V237.757C363.242 237.66 363.205 237.582 363.13 237.523C362.779 237.234 362.585 237.002 362.548 236.826C362.414 236.195 362.603 235.817 363.115 235.691C363.152 235.682 363.186 235.663 363.213 235.637C363.241 235.61 363.261 235.577 363.272 235.541C363.282 235.504 363.283 235.466 363.275 235.429C363.266 235.392 363.248 235.358 363.222 235.33L362.619 234.694C362.565 234.636 362.556 234.573 362.594 234.506C362.724 234.268 362.898 234.154 363.115 234.162C363.232 234.167 363.281 234.112 363.263 233.997C363.208 233.68 363.02 233.548 362.698 233.602C362.583 233.623 362.524 233.574 362.522 233.455C362.514 232.098 362.516 230.726 362.53 229.339C362.53 229.281 362.549 229.23 362.586 229.186C362.644 229.118 362.728 229.083 362.84 229.079C362.948 229.076 363.05 229.031 363.125 228.954C363.2 228.876 363.242 228.773 363.242 228.665V227.879C363.242 227.792 363.213 227.718 363.153 227.655L362.604 227.057C362.548 226.998 362.517 226.92 362.517 226.838C362.517 225.912 362.524 224.965 362.538 223.997C362.539 223.939 362.555 223.887 362.586 223.841C362.618 223.792 362.668 223.763 362.736 223.752C362.873 223.734 362.998 223.675 363.089 223.588C363.18 223.5 363.231 223.388 363.232 223.274C363.242 222.072 363.246 220.798 363.242 219.453C363.242 219.375 363.218 219.305 363.171 219.242L362.708 218.637C362.639 218.548 362.66 218.498 362.772 218.487L363.583 218.398C363.671 218.389 363.755 218.354 363.823 218.298C363.892 218.242 363.943 218.167 363.969 218.083C363.996 217.998 363.997 217.908 363.973 217.823C363.948 217.738 363.9 217.662 363.832 217.604C363.661 217.458 363.507 217.302 363.369 217.136C363.301 217.054 363.252 216.957 363.228 216.853C363.203 216.749 363.203 216.642 363.227 216.54C363.252 216.439 363.3 216.346 363.368 216.269C363.436 216.192 363.522 216.135 363.619 216.1C363.741 216.058 363.844 215.981 363.929 215.869C363.98 215.801 364.005 215.726 364.005 215.642V214.126C364.005 214.035 364.041 213.961 364.112 213.905C364.178 213.856 364.252 213.824 364.334 213.808C364.418 213.793 364.498 213.756 364.565 213.702C364.632 213.649 364.683 213.58 364.714 213.503C364.744 213.427 364.753 213.345 364.738 213.268C364.724 213.19 364.687 213.119 364.631 213.063C364.221 212.642 363.793 212.212 363.349 211.771C363.285 211.707 363.249 211.622 363.247 211.534L363.184 208.769C363.182 208.687 363.157 208.614 363.11 208.548L362.675 207.965C362.592 207.855 362.62 207.794 362.759 207.782C362.876 207.77 362.97 207.707 363.041 207.594C363.14 207.438 363.187 207.281 363.184 207.125C363.179 206.912 363.177 206.696 363.179 206.479C363.179 206.388 363.151 206.306 363.095 206.235L362.642 205.66C362.593 205.597 362.568 205.527 362.568 205.449V204.938C362.568 204.892 362.583 204.847 362.609 204.81C362.636 204.773 362.673 204.746 362.716 204.732C362.828 204.694 362.927 204.629 363.013 204.536C363.105 204.439 363.156 204.299 363.166 204.116C363.244 202.885 363.268 201.651 363.237 200.415C363.235 200.338 363.21 200.27 363.161 200.209L362.66 199.58C362.612 199.521 362.588 199.453 362.588 199.377L362.586 197.998C362.586 197.891 362.638 197.827 362.741 197.805C362.873 197.776 362.984 197.7 363.072 197.578C363.16 197.454 363.201 197.317 363.194 197.166C363.172 196.718 363.146 196.281 363.115 195.853C363.098 195.621 363.058 195.617 362.995 195.841C362.985 195.878 362.958 195.903 362.914 195.914C362.839 195.936 362.838 195.964 362.909 195.998C362.943 196.014 362.975 196.032 363.006 196.054C363.118 196.129 363.112 196.193 362.988 196.245C362.876 196.291 362.769 196.271 362.667 196.187C362.637 196.161 362.612 196.129 362.594 196.093C362.576 196.057 362.565 196.018 362.563 195.978L362.474 194.576C362.457 194.324 362.397 194.081 362.293 193.849C362.149 193.53 362.003 193.428 361.853 193.544C361.832 193.56 361.816 193.581 361.807 193.606C361.798 193.631 361.796 193.658 361.802 193.683C361.821 193.772 361.812 193.856 361.774 193.935C361.708 194.074 361.608 194.107 361.474 194.032L361.334 193.956C361.266 193.92 361.239 193.865 361.253 193.79C361.319 193.422 361.385 193.062 361.451 192.709C361.467 192.628 361.445 192.615 361.385 192.671C361.344 192.71 361.305 192.683 361.266 192.59C361.261 192.578 361.26 192.565 361.262 192.553C361.264 192.54 361.27 192.528 361.278 192.518L361.558 192.185C361.612 192.121 361.649 192.13 361.668 192.213C361.686 192.298 361.736 192.361 361.818 192.401C361.955 192.469 362.016 192.427 362.001 192.274L361.963 191.903C361.956 191.842 361.924 191.797 361.869 191.768C361.752 191.707 361.696 191.608 361.703 191.47C361.705 191.404 361.673 191.377 361.609 191.389C361.575 191.396 361.544 191.391 361.515 191.374C361.452 191.336 361.438 191.285 361.472 191.221C361.672 190.843 361.652 190.481 361.413 190.135C361.384 190.092 361.35 190.089 361.311 190.125C361.252 190.179 361.199 190.174 361.151 190.109C361.132 190.086 361.13 190.063 361.144 190.041C361.206 189.939 361.194 189.929 361.105 190.01C361.08 190.034 361.041 190.035 360.988 190.015C362.281 184.079 363.107 179.666 363.469 176.777C363.802 174.105 364.247 171.241 364.514 168.804C366.302 152.447 366.501 136.089 365.112 119.732C364.873 116.927 364.573 114.129 364.211 111.337C364.178 111.074 364.023 110.637 363.749 110.027Z' fill='%23E9F0FE'/%3E%3Cpath d='M413.64 121.826L413.64 227.469C413.529 226.616 413.478 225.758 413.484 224.894C413.484 224.881 413.479 224.876 413.467 224.879C413.455 224.883 413.463 224.886 413.492 224.889C413.506 224.891 413.512 224.898 413.51 224.91C413.24 226.641 412.864 228.193 412.38 229.565C409.089 238.899 402.561 246.704 393.734 251.285C393.873 250.703 394.118 250.258 394.469 249.95C394.613 249.824 394.822 249.743 395.097 249.705C395.182 249.695 395.253 249.658 395.311 249.593C396.064 248.746 397.046 247.589 397.257 246.475C397.331 246.083 397.248 245.659 397.008 245.203C396.346 243.954 395.563 242.796 394.861 241.545C393.749 239.553 392.533 237.492 391.314 235.393C390.397 233.818 389.513 232.269 388.664 230.748C387.921 229.417 387.206 228.27 386.519 227.309C386.229 226.905 386.19 226.577 386.402 226.324L408.9 232.463C408.971 232.482 409.045 232.485 409.117 232.474C409.189 232.462 409.257 232.434 409.318 232.394C409.379 232.353 409.43 232.3 409.468 232.237C409.506 232.175 409.53 232.105 409.539 232.033C410.316 225.529 410.474 219.004 410.015 212.457C409.613 206.749 409.154 202.149 408.638 198.659C407.867 193.439 407.322 189.962 407.005 188.227C404.941 176.947 402.424 165.863 399.452 154.975C399.071 153.581 398.605 151.949 398.056 150.078C396.611 145.156 395.172 140.231 393.739 135.301C393.274 133.732 392.775 132.172 392.243 130.62C391.832 129.419 391.472 128.292 391.162 127.239C390.934 126.471 390.71 125.714 390.488 124.967C390.267 124.228 390.053 123.467 389.846 122.685C389.244 120.421 388.524 118.323 387.687 116.389C387.663 116.336 387.655 116.278 387.662 116.221C387.669 116.164 387.692 116.109 387.727 116.064C387.762 116.018 387.81 115.983 387.863 115.962C387.917 115.941 387.976 115.935 388.033 115.944C388.667 116.049 389.272 116.202 389.846 116.402C390.823 116.74 391.882 116.684 392.838 117.005C393.635 117.27 394.387 117.459 395.095 117.572C395.632 117.659 396.178 117.784 396.733 117.949C397.829 118.277 398.959 118.361 400.03 118.77C400.902 119.104 401.79 119.147 402.678 119.417C403.11 119.546 403.507 119.684 403.952 119.76C404.927 119.93 405.736 120.373 406.705 120.536C407.285 120.635 407.839 120.691 408.389 120.925C408.857 121.124 409.34 121.277 409.836 121.386C410.244 121.475 410.729 121.62 411.294 121.818C412.195 122.132 412.977 122.134 413.64 121.826Z' fill='white'/%3E%3Cpath d='M79.7592 117.254L80.2934 119.44C79.744 119.758 79.3233 120.208 79.0316 120.788C77.8513 123.132 76.916 125.3 76.2257 127.293C75.9637 128.048 75.8339 128.827 75.5745 129.577C75.1903 130.694 75.0682 131.833 74.7401 132.968C74.5891 133.492 74.4797 134.049 74.4119 134.639C74.2796 135.782 74.121 136.92 73.9362 138.051C73.87 138.463 73.6148 138.769 73.1705 138.969C72.8177 138.579 72.5836 138.086 72.4683 137.491C72.799 136.931 72.9703 136.544 72.9822 136.328C73.0331 135.287 73.1849 134.26 73.4375 133.248C73.6004 132.594 73.6131 131.861 73.7581 131.307C74.2329 129.465 74.7723 127.643 75.376 125.842C76.3885 122.824 77.8496 119.961 79.7592 117.254Z' fill='%23EEABA3'/%3E%3Cpath d='M80.2934 119.44C82.1386 127.097 85.0709 134.291 89.0903 141.022C89.0072 141.003 88.9317 141.001 88.8639 141.014C88.7757 141.031 88.7273 141.085 88.7189 141.175C88.6765 141.643 88.6892 142.133 88.757 142.645C88.7952 142.938 88.7341 143.342 88.5586 143.586C87.7717 144.68 87.1272 145.738 86.6252 146.758C85.3787 149.302 84.2526 152.186 83.2469 155.41C81.8851 159.777 80.4715 164.49 79.0062 169.547C78.7824 170.315 78.7645 170.966 78.0523 171.47C76.6819 170.554 75.6372 169.696 74.9182 168.896C71.7417 165.371 70.4545 161.259 71.0565 156.558C71.9333 149.711 72.5031 145.138 72.766 142.838C73.0425 141.543 73.1772 140.253 73.1705 138.969C73.6148 138.769 73.87 138.463 73.9362 138.051C74.121 136.92 74.2796 135.782 74.4119 134.639C74.4797 134.049 74.5891 133.492 74.7401 132.968C75.0682 131.833 75.1903 130.694 75.5745 129.577C75.8339 128.827 75.9637 128.048 76.2257 127.293C76.916 125.3 77.8513 123.132 79.0316 120.788C79.3233 120.208 79.744 119.758 80.2934 119.44Z' fill='%23F6D3CA'/%3E%3Cpath d='M281.712 124.56C281.702 124.972 281.733 125.346 281.649 125.751C281.089 128.444 280.563 131.145 280.069 133.853C280 134.237 279.938 134.654 279.883 135.105C279.972 135.646 280.123 136.14 280.339 136.588C285.423 147.194 292.118 156.621 300.423 164.868C302.094 166.527 304.023 168.229 305.839 169.727C308.895 172.254 312.067 174.534 315.356 176.565C315.563 176.693 315.763 176.831 315.956 176.98C316.01 177.206 315.997 177.429 315.915 177.649C315.105 179.835 314.228 181.994 313.285 184.126C313.28 184.138 313.098 184.491 312.738 185.184C312.487 185.669 312.338 186.153 312.29 186.637C312.126 186.633 312.001 186.732 311.916 186.932C311.401 188.151 310.842 189.349 310.24 190.526C306.183 198.482 301.686 206.255 296.75 213.846C296.334 213.417 295.944 212.984 295.579 212.546C293.902 210.533 292.369 208.419 290.98 206.202C288.139 201.552 285.733 196.683 283.76 191.597C281.545 185.887 279.71 180.111 278.255 174.268C275.326 162.52 273.407 150.475 272.498 138.132C272.47 137.728 272.469 137.32 272.496 136.906C272.521 136.499 272.548 136.076 272.575 135.636C272.617 135.577 272.679 135.495 272.76 135.39C272.84 135.286 272.905 135.173 272.954 135.049C273.425 133.857 273.976 132.787 274.605 131.841C276.241 129.385 278.209 127.185 280.507 125.239C280.764 125.021 281.166 124.794 281.712 124.56Z' fill='%23E43767'/%3E%3Cpath d='M393.739 135.301C395.172 140.231 396.611 145.156 398.056 150.078C398.605 151.949 399.071 153.581 399.452 154.975C402.424 165.863 404.941 176.947 407.005 188.227C407.322 189.962 407.867 193.439 408.638 198.659C409.154 202.149 409.613 206.749 410.015 212.457C410.474 219.004 410.316 225.529 409.539 232.033C409.53 232.105 409.506 232.175 409.468 232.237C409.43 232.3 409.379 232.353 409.318 232.394C409.257 232.434 409.189 232.462 409.117 232.474C409.045 232.485 408.971 232.482 408.9 232.463L386.402 226.324C385.976 225.997 385.726 225.766 385.652 225.63C384.132 222.908 382.567 220.213 380.958 217.545C380.844 217.355 380.857 217.134 380.996 216.881C381.039 216.803 381.1 216.785 381.179 216.825C381.79 217.136 382.431 217.42 383.103 217.678C390.003 220.323 396.911 222.976 403.825 225.635C403.869 225.652 403.917 225.658 403.964 225.653C404.011 225.648 404.056 225.632 404.095 225.606C404.135 225.581 404.168 225.546 404.191 225.505C404.214 225.464 404.228 225.418 404.23 225.37C404.265 224.626 404.281 223.862 404.278 223.078C404.232 213.255 403.812 203.399 403.016 193.508C402.779 190.554 402.317 186.19 401.63 180.417C401.106 176.009 400.405 170.978 399.526 165.324C398.924 161.457 398.243 157.62 397.483 153.813C397.237 152.576 397.007 151.349 396.791 150.129C396.557 148.81 396.313 147.587 396.059 146.461C395.75 145.091 395.471 143.728 395.222 142.373C395.178 142.136 395.051 141.996 394.99 141.767C394.334 139.244 393.806 137.088 393.405 135.301C393.353 135.068 393.347 134.828 393.388 134.581C393.393 134.55 393.41 134.538 393.441 134.543H393.444C393.474 134.549 393.485 134.567 393.477 134.596C393.373 134.932 393.46 135.167 393.739 135.301Z' fill='%23E3DBE2'/%3E%3Cpath d='M272.575 135.636C272.548 136.076 272.521 136.499 272.496 136.906C272.469 137.32 272.47 137.728 272.498 138.132C273.407 150.475 275.326 162.52 278.255 174.268C279.71 180.111 281.545 185.887 283.76 191.597C285.733 196.683 288.139 201.552 290.98 206.202C290.887 206.129 290.81 206.091 290.751 206.088C290.671 206.084 290.644 206.119 290.67 206.192C290.683 206.234 290.673 206.261 290.639 206.271C290.529 206.306 290.516 206.363 290.601 206.441C290.708 206.54 290.753 206.663 290.736 206.813C290.732 206.843 290.737 206.872 290.749 206.899C290.76 206.923 290.779 206.937 290.804 206.942C290.888 206.954 290.93 207.003 290.932 207.087C290.933 207.113 290.929 207.137 290.919 207.161C290.9 207.21 290.872 207.216 290.835 207.179C290.504 206.845 290.404 206.451 290.535 205.999C290.559 205.917 290.532 205.857 290.456 205.818C290.414 205.796 290.374 205.801 290.336 205.833C290.325 205.843 290.315 205.856 290.308 205.871C290.298 205.893 290.293 205.916 290.293 205.94C290.293 205.989 290.269 206.015 290.222 206.019C290.132 206.027 290.056 206.015 289.993 205.981C289.779 205.864 289.697 205.93 289.746 206.179C289.777 206.339 289.804 206.495 289.828 206.647C289.837 206.716 289.87 206.78 289.919 206.828L290.458 207.339C290.528 207.405 290.569 207.487 290.581 207.583L290.631 208.034C290.643 208.146 290.691 208.239 290.774 208.313C291.061 208.571 291.245 208.877 291.328 209.229C291.351 209.323 291.394 209.404 291.458 209.474C291.71 209.746 291.964 210.102 291.954 210.486C291.948 210.7 291.943 210.913 291.942 211.127C291.942 211.236 291.995 211.288 292.102 211.285C292.204 211.28 292.28 211.232 292.331 211.142C292.37 211.074 292.418 211.067 292.476 211.119C292.518 211.158 292.539 211.208 292.539 211.27C292.539 211.358 292.505 211.428 292.435 211.481C292.303 211.581 292.246 211.714 292.265 211.88C292.277 211.98 292.232 212.035 292.13 212.045C291.935 212.064 291.769 212.164 291.631 212.346C291.543 212.464 291.499 212.637 291.499 212.865C291.502 214.562 291.502 216.264 291.499 217.97C291.499 218.08 291.445 218.147 291.336 218.169C291.165 218.203 291.012 218.304 290.878 218.474C290.836 218.528 290.838 218.582 290.886 218.634L291.402 219.199C291.468 219.27 291.501 219.354 291.501 219.451V220.283C291.501 220.325 291.486 220.366 291.458 220.399C291.43 220.431 291.391 220.452 291.349 220.458C291.205 220.478 291.077 220.542 290.965 220.649C290.921 220.691 290.89 220.744 290.876 220.803C290.861 220.863 290.865 220.924 290.885 220.982C290.906 221.039 290.943 221.089 290.991 221.126C291.039 221.162 291.097 221.184 291.158 221.188L291.837 221.237C291.902 221.242 291.942 221.276 291.957 221.341C291.984 221.456 292.053 221.53 292.163 221.562C292.215 221.579 292.243 221.616 292.244 221.672L292.318 223.62C292.323 223.75 292.292 223.878 292.229 223.992C292.166 224.105 292.074 224.199 291.962 224.264C291.708 224.41 291.551 224.623 291.494 224.905C291.48 224.969 291.441 225.005 291.377 225.012C291.182 225.035 291.016 225.141 290.878 225.327C290.827 225.398 290.832 225.465 290.891 225.528L291.4 226.055C291.468 226.126 291.501 226.211 291.501 226.309V232.486C291.501 232.591 291.449 232.647 291.344 232.654C291.167 232.664 291.009 232.766 290.868 232.959C290.81 233.037 290.816 233.111 290.886 233.18L291.397 233.692C291.467 233.761 291.501 233.844 291.501 233.941V239.354C291.501 239.459 291.449 239.515 291.344 239.522C291.169 239.532 291.011 239.634 290.868 239.827C290.81 239.905 290.816 239.979 290.886 240.049L291.397 240.56C291.467 240.63 291.501 240.713 291.501 240.809V246.22C291.501 246.305 291.459 246.356 291.374 246.373C291.164 246.412 290.997 246.518 290.873 246.691C290.827 246.755 290.831 246.818 290.883 246.879L291.418 247.502C291.474 247.567 291.501 247.641 291.501 247.726V253.476C291.501 253.574 291.547 253.64 291.639 253.674C291.854 253.754 292.055 253.883 292.242 254.061C292.306 254.123 292.383 254.159 292.473 254.167C292.639 254.186 292.751 254.274 292.809 254.432C292.838 254.513 292.892 254.573 292.972 254.61C293.272 254.747 293.576 254.836 293.885 254.875C293.953 254.881 293.982 254.919 293.972 254.987L293.941 255.185C293.929 255.255 293.959 255.289 294.03 255.289H294.218C294.305 255.289 294.312 255.313 294.239 255.361C293.945 255.55 293.625 255.634 293.277 255.61C293.186 255.605 293.153 255.646 293.18 255.734C293.199 255.799 293.244 255.832 293.315 255.834C293.524 255.84 293.732 255.857 293.939 255.885L283.847 255.872L284.045 255.818C284.084 255.808 284.117 255.784 284.139 255.751C284.162 255.719 284.172 255.679 284.167 255.64C284.154 255.51 284.114 255.391 284.048 255.284C284.004 255.215 283.94 255.176 283.857 255.167C283.357 255.125 282.897 254.937 282.478 254.605C276.96 250.211 271.307 245.806 265.521 241.392C265.305 241.229 265.108 241.056 264.93 240.873C264.871 240.812 264.836 240.733 264.831 240.649C264.826 240.565 264.851 240.482 264.902 240.415L276.452 225.444C276.468 225.423 276.478 225.398 276.482 225.372C276.486 225.346 276.484 225.319 276.475 225.294C276.466 225.269 276.451 225.247 276.432 225.229C276.412 225.211 276.388 225.199 276.363 225.192C276.096 225.13 275.832 225.1 275.569 225.103C267.507 225.213 259.173 225.421 251.018 225.493C250.928 225.493 250.842 225.461 250.775 225.402C250.708 225.343 250.665 225.261 250.654 225.172C250.62 224.887 250.623 224.614 250.662 224.353C251.041 221.745 251.208 219.181 251.506 216.721C251.647 215.566 251.769 214.435 251.872 213.328C252.134 210.478 252.572 207.586 252.755 204.816C252.834 203.62 253.022 202.45 253.18 201.241C253.488 198.901 253.62 196.464 253.923 194.09C254.165 192.193 254.259 190.328 254.528 188.428C254.735 186.966 254.898 185.552 255.017 184.187C255.208 181.992 255.505 179.753 255.691 177.53C255.907 174.912 256.365 172.289 256.576 169.644C256.691 168.195 256.869 166.506 257.108 164.576C257.24 163.492 257.286 162.315 257.444 161.185C257.627 159.877 257.781 158.566 257.907 157.252C257.974 156.567 258.119 155.256 258.339 153.319C258.512 151.812 258.623 150.272 258.672 148.7C258.644 148.486 258.764 148.175 259.034 147.766C259.264 147.418 259.505 147.077 259.756 146.743C259.787 146.703 259.797 146.658 259.787 146.608C259.781 146.586 259.778 146.563 259.776 146.54C259.77 146.474 259.792 146.419 259.843 146.377C259.921 146.314 259.987 146.231 260.041 146.128C260.104 146.007 260.07 145.967 259.939 146.008C259.707 146.081 259.614 146.049 259.662 145.911C260.183 145.423 260.717 144.945 261.265 144.477C264.858 141.4 268.628 138.453 272.575 135.636Z' fill='%23E4E9FD'/%3E%3Cpath d='M89.0903 141.022L90.5657 143.454C90.5216 143.642 90.3309 143.801 89.9934 143.93C89.9052 143.964 89.834 144.018 89.7797 144.092C88.6426 145.644 87.7064 147.504 86.9509 149.246C86.3352 150.663 85.6798 152.385 84.9844 154.413C84.6792 155.307 84.3383 156.395 83.9618 157.677C83.6531 158.723 83.3199 159.816 82.962 160.956C82.5838 162.155 82.2005 163.376 81.8122 164.619C81.5679 165.399 81.3661 166.111 81.2067 166.754C81.021 167.507 80.7106 168.127 80.5224 168.85C80.4054 169.296 80.2646 169.758 80.1001 170.236C79.9763 170.599 79.833 171.064 79.6702 171.63C79.5583 172.02 79.2454 172.205 78.7315 172.185L78.0523 171.47C78.7645 170.966 78.7824 170.315 79.0062 169.547C80.4715 164.49 81.8851 159.777 83.2469 155.41C84.2526 152.186 85.3787 149.302 86.6252 146.758C87.1272 145.738 87.7717 144.68 88.5586 143.586C88.7341 143.342 88.7952 142.938 88.757 142.645C88.6892 142.133 88.6765 141.643 88.7189 141.175C88.7273 141.085 88.7757 141.031 88.8639 141.014C88.9317 141.001 89.0072 141.003 89.0903 141.022Z' fill='%23EEABA3'/%3E%3Cpath d='M90.5657 143.454C93.1147 147.239 95.8825 150.731 98.8691 153.93C98.7944 155.426 98.6587 156.842 98.462 158.178C98.2754 159.448 98.1398 160.577 98.055 161.564C97.9295 163.048 97.7972 164.18 97.6581 164.96C97.4393 166.176 97.2604 167.289 97.1213 168.298C96.9916 169.229 96.6431 170.068 96.5541 171.015C96.476 171.849 96.3599 172.7 96.2055 173.569C95.7239 176.257 95.556 179.034 95.7019 181.9C95.8002 183.847 96.0894 185.598 96.5693 187.153C97.7429 190.954 100.16 193.78 103.819 195.632C106.084 196.777 108.191 197.832 110.141 198.797C111.243 199.344 112.415 199.809 113.519 200.361C114.335 200.77 115.17 201.165 116.023 201.547C117.898 202.388 119.851 203.409 121.881 204.61C124.247 206.011 126.262 207.538 127.717 209.781C127.953 210.148 128.244 210.199 128.59 209.936L128.658 209.886C129.021 209.611 129.069 209.29 128.801 208.924C127.286 206.846 125.421 205.134 123.204 203.785C121.176 202.551 119.298 201.536 117.572 200.743C112.767 198.533 108.426 196.441 104.547 194.467C102.917 193.638 101.66 192.754 100.774 191.816C99.1073 190.047 97.9981 187.917 97.447 185.426C97.1926 184.281 97.017 182.843 96.9204 181.111C96.783 178.636 97.1646 176.247 97.3656 173.816C97.4495 172.798 97.7904 171.783 97.8998 170.781C98.0957 169.005 98.6248 167.326 98.7774 165.563C98.8554 164.654 98.9826 163.72 99.159 162.76C99.5126 160.854 99.6118 158.923 99.7797 156.975C99.8255 156.443 99.9986 156.011 100.2 155.52L104.626 159.354C104.502 159.311 104.416 159.302 104.366 159.325C104.333 159.341 104.307 159.37 104.294 159.405C104.281 159.44 104.283 159.479 104.298 159.514C105.063 161.266 106.254 162.922 107.422 164.403C112.125 170.366 117.389 175.347 123.369 180.295C129.931 185.724 136.996 190.889 144.565 195.79C144.911 196.015 145.248 196.268 145.575 196.548C145.6 196.569 145.629 196.584 145.661 196.592C145.692 196.6 145.725 196.601 145.757 196.595C145.789 196.589 145.819 196.576 145.845 196.557C145.871 196.538 145.893 196.513 145.908 196.484C145.969 196.369 145.993 196.245 145.98 196.113C145.893 195.319 145.809 194.637 145.901 193.813C146.099 192.061 146.495 190.469 147.089 189.036C148.564 185.469 151.408 182.129 154.364 179.458C155.089 178.802 155.858 178.486 156.366 177.611C156.402 177.55 156.396 177.492 156.349 177.438C156.228 177.299 156.03 177.21 155.753 177.171C157.861 177.196 160.066 177.063 162.368 176.772C175.867 175.062 187.973 170.112 198.684 161.92C198.695 161.914 198.935 161.713 199.407 161.32C200.002 160.821 200.681 160.449 201.445 160.203C200.878 162.506 199.865 164.339 198.405 165.7C197.334 166.698 196.272 167.712 195.217 168.743C191.594 172.281 188.755 176.367 186.7 181.002C186.135 182.272 185.617 183.553 185.146 184.843C184.947 185.05 184.816 185.127 184.751 185.075C184.724 185.054 184.693 185.038 184.66 185.029C184.626 185.019 184.592 185.017 184.557 185.021C184.523 185.025 184.49 185.036 184.46 185.053C184.43 185.07 184.404 185.093 184.383 185.121C182.43 187.644 180.952 190.292 179.948 193.065C178.665 196.615 178.023 200.242 178.023 203.948C178.023 205.965 178.039 207.932 178.071 209.85C178.086 210.778 178.002 211.796 177.819 212.905C176.742 219.391 173.474 224.322 168.015 227.701C167.554 227.987 166.93 228.526 166.145 229.316C165.625 229.84 164.979 230.429 164.209 231.084C156.071 238.006 145.646 242.468 134.949 244.32C131.615 244.897 128.266 245.235 124.901 245.335C119.197 241.716 113.718 237.786 108.462 233.547C107.484 232.756 106.51 231.958 105.542 231.153C105.038 230.735 104.672 230.272 104.293 229.764C104.093 229.496 103.809 229.342 103.443 229.303C97.268 223.944 91.5858 218.213 86.3962 212.109C83.7726 209.022 81.2931 205.947 78.9578 202.882C77.73 201.271 76.8786 199.384 76.4037 197.219C75.8322 194.616 75.5965 191.993 75.6965 189.351C75.861 185.052 76.4996 180.715 77.6121 176.342C77.9598 174.978 78.3329 173.592 78.7315 172.185C79.2454 172.205 79.5583 172.02 79.6702 171.63C79.833 171.064 79.9763 170.599 80.1001 170.236C80.2646 169.758 80.4054 169.296 80.5224 168.85C80.7106 168.127 81.021 167.507 81.2067 166.754C81.3661 166.111 81.5679 165.399 81.8122 164.619C82.2005 163.376 82.5838 162.155 82.962 160.956C83.3199 159.816 83.6531 158.723 83.9618 157.677C84.3383 156.395 84.6792 155.307 84.9844 154.413C85.6798 152.385 86.3352 150.663 86.9509 149.246C87.7064 147.504 88.6426 145.644 89.7797 144.092C89.834 144.018 89.9052 143.964 89.9934 143.93C90.3309 143.801 90.5216 143.642 90.5657 143.454Z' fill='%23F6D3CA'/%3E%3Cpath d='M259.662 145.911C259.614 146.049 259.707 146.081 259.939 146.008C260.07 145.967 260.104 146.007 260.041 146.128C259.987 146.231 259.921 146.314 259.843 146.377C259.792 146.419 259.77 146.474 259.776 146.54C259.778 146.563 259.781 146.586 259.787 146.608C259.797 146.658 259.787 146.703 259.756 146.743C259.505 147.077 259.264 147.418 259.034 147.766C258.764 148.175 258.644 148.486 258.672 148.7C256.108 151.196 253.637 153.657 251.259 156.082C250.422 156.937 249.524 157.916 248.565 159.02C247.717 159.999 246.84 161 245.932 162.024C244.493 163.649 242.35 166.355 239.504 170.142C239.054 170.742 238.667 171.378 238.217 171.966C237.889 172.392 237.567 172.844 237.25 173.322C236.287 174.767 235.362 176.163 234.477 177.509C232.93 179.86 231.134 182.923 229.087 186.698C228.452 187.87 227.74 189.265 226.95 190.885C226.487 191.834 225.958 192.706 225.556 193.696C225.034 194.978 224.411 196.217 223.856 197.494C222.693 200.17 221.619 202.888 220.633 205.647C220.311 206.55 219.979 207.506 219.639 208.517C219.306 209.499 218.996 210.473 218.707 211.44C218.321 212.735 217.837 214.019 217.492 215.35C216.783 218.089 216.311 219.944 216.077 220.916C215.836 221.915 215.569 222.933 215.276 223.971C215.06 224.742 215.09 225.602 214.881 226.426C214.327 228.636 213.948 230.449 213.744 231.865C213.505 233.529 213.286 235.143 213.085 236.708C213.048 237.007 213.024 237.292 213.014 237.563C213.006 237.853 212.974 238.139 212.92 238.42C212.806 239.007 212.741 239.428 212.724 239.682C212.65 240.825 212.533 241.971 212.373 243.119C212.349 243.285 212.288 243.525 212.19 243.839C212.119 244.061 212.073 244.299 212.053 244.551C211.98 245.416 211.903 246.273 211.824 247.121C211.761 247.791 211.785 248.513 211.895 249.288C211.97 249.812 211.978 250.381 211.92 250.995C211.868 251.541 211.874 252.102 211.938 252.677C211.992 253.153 212.018 253.652 212.014 254.172C212.012 254.597 211.707 254.892 211.269 254.775C211.178 254.75 211.11 254.779 211.066 254.864C211.023 254.946 210.964 255.004 210.888 255.04C210.885 255.041 210.882 255.042 210.879 255.041C210.876 255.041 210.873 255.04 210.87 255.039C210.867 255.038 210.865 255.035 210.863 255.033C210.861 255.03 210.86 255.028 210.86 255.025C210.858 254.996 210.846 254.971 210.824 254.951C210.783 254.912 210.747 254.915 210.715 254.961L210.587 255.144C210.574 250.857 210.692 246.931 210.941 243.366C211.392 236.925 212.381 230.245 213.907 223.327C216.642 210.944 220.941 199.043 226.749 187.855C227.551 186.31 228.355 184.817 229.16 183.375C234.431 173.956 240.852 165.147 248.423 156.949C249.098 156.218 249.772 155.492 250.445 154.769C253.356 151.652 256.428 148.7 259.662 145.911Z' fill='%23E3DBE2'/%3E%3Cpath d='M258.672 148.7C258.623 150.272 258.512 151.812 258.339 153.319C258.119 155.256 257.974 156.567 257.907 157.252C257.781 158.566 257.627 159.877 257.444 161.185C257.286 162.315 257.24 163.492 257.108 164.576C256.869 166.506 256.691 168.195 256.576 169.644C256.365 172.289 255.907 174.912 255.691 177.53C255.505 179.753 255.208 181.992 255.017 184.187C254.898 185.552 254.735 186.966 254.528 188.428C254.259 190.328 254.165 192.193 253.923 194.09C253.62 196.464 253.488 198.901 253.18 201.241C253.022 202.45 252.834 203.62 252.755 204.816C252.572 207.586 252.134 210.478 251.872 213.328C251.769 214.435 251.647 215.566 251.506 216.721C251.208 219.181 251.041 221.745 250.662 224.353C250.623 224.614 250.62 224.887 250.654 225.172C250.665 225.261 250.708 225.343 250.775 225.402C250.842 225.461 250.928 225.493 251.018 225.493C259.173 225.421 267.507 225.213 275.569 225.103C275.832 225.1 276.096 225.13 276.363 225.192C276.388 225.199 276.412 225.211 276.432 225.229C276.451 225.247 276.466 225.269 276.475 225.294C276.484 225.319 276.486 225.346 276.482 225.372C276.478 225.398 276.468 225.423 276.452 225.444L264.902 240.415C264.851 240.482 264.826 240.565 264.831 240.649C264.836 240.733 264.871 240.812 264.93 240.873C265.108 241.056 265.305 241.229 265.521 241.392C271.307 245.806 276.96 250.211 282.478 254.605C282.897 254.937 283.357 255.125 283.857 255.167C283.94 255.176 284.004 255.215 284.048 255.284C284.114 255.391 284.154 255.51 284.167 255.64C284.172 255.679 284.162 255.719 284.139 255.751C284.117 255.784 284.084 255.808 284.045 255.818L283.847 255.872L211.073 255.862C210.936 255.877 210.82 255.871 210.725 255.844C210.611 255.81 210.543 255.73 210.521 255.605C210.496 255.462 210.518 255.309 210.587 255.144L210.715 254.961C210.747 254.915 210.783 254.912 210.824 254.951C210.846 254.971 210.858 254.996 210.86 255.025C210.86 255.028 210.861 255.03 210.863 255.033C210.865 255.035 210.867 255.038 210.87 255.039C210.873 255.04 210.876 255.041 210.879 255.041C210.882 255.042 210.885 255.041 210.888 255.04C210.964 255.004 211.023 254.946 211.066 254.864C211.11 254.779 211.178 254.75 211.269 254.775C211.707 254.892 212.012 254.597 212.014 254.172C212.018 253.652 211.992 253.153 211.938 252.677C211.874 252.102 211.868 251.541 211.92 250.995C211.978 250.381 211.97 249.812 211.895 249.288C211.785 248.513 211.761 247.791 211.824 247.121C211.903 246.273 211.98 245.416 212.053 244.551C212.073 244.299 212.119 244.061 212.19 243.839C212.288 243.525 212.349 243.285 212.373 243.119C212.533 241.971 212.65 240.825 212.724 239.682C212.741 239.428 212.806 239.007 212.92 238.42C212.974 238.139 213.006 237.853 213.014 237.563C213.024 237.292 213.048 237.007 213.085 236.708C213.286 235.143 213.505 233.529 213.744 231.865C213.948 230.449 214.327 228.636 214.881 226.426C215.09 225.602 215.06 224.742 215.276 223.971C215.569 222.933 215.836 221.915 216.077 220.916C216.311 219.944 216.783 218.089 217.492 215.35C217.837 214.019 218.321 212.735 218.707 211.44C218.996 210.473 219.306 209.499 219.639 208.517C219.979 207.506 220.311 206.55 220.633 205.647C221.619 202.888 222.693 200.17 223.856 197.494C224.411 196.217 225.034 194.978 225.556 193.696C225.958 192.706 226.487 191.834 226.95 190.885C227.74 189.265 228.452 187.87 229.087 186.698C231.134 182.923 232.93 179.86 234.477 177.509C235.362 176.163 236.287 174.767 237.25 173.322C237.567 172.844 237.889 172.392 238.217 171.966C238.667 171.378 239.054 170.742 239.504 170.142C242.35 166.355 244.493 163.649 245.932 162.024C246.84 161 247.717 159.999 248.565 159.02C249.524 157.916 250.422 156.937 251.259 156.082C253.637 153.657 256.108 151.196 258.672 148.7Z' fill='white'/%3E%3Cpath d='M98.8691 153.93L100.2 155.52C99.9986 156.011 99.8255 156.443 99.7797 156.975C99.6118 158.923 99.5126 160.854 99.159 162.76C98.9826 163.72 98.8554 164.654 98.7774 165.563C98.6248 167.326 98.0957 169.005 97.8998 170.781C97.7904 171.783 97.4495 172.798 97.3656 173.816C97.1646 176.247 96.783 178.636 96.9204 181.111C97.017 182.843 97.1926 184.281 97.447 185.426C97.9981 187.917 99.1073 190.047 100.774 191.816C101.66 192.754 102.917 193.638 104.547 194.467C108.426 196.441 112.767 198.533 117.572 200.743C119.298 201.536 121.176 202.551 123.204 203.785C125.421 205.134 127.286 206.846 128.801 208.924C129.069 209.29 129.021 209.611 128.658 209.886L128.59 209.936C128.244 210.199 127.953 210.148 127.717 209.781C126.262 207.538 124.247 206.011 121.881 204.61C119.851 203.409 117.898 202.388 116.023 201.547C115.17 201.165 114.335 200.77 113.519 200.361C112.415 199.809 111.243 199.344 110.141 198.797C108.191 197.832 106.084 196.777 103.819 195.632C100.16 193.78 97.7429 190.954 96.5693 187.153C96.0894 185.598 95.8002 183.847 95.7019 181.9C95.556 179.034 95.7239 176.257 96.2055 173.569C96.3599 172.7 96.476 171.849 96.5541 171.015C96.6431 170.068 96.9916 169.229 97.1213 168.298C97.2604 167.289 97.4393 166.176 97.6581 164.96C97.7972 164.18 97.9295 163.048 98.055 161.564C98.1398 160.577 98.2754 159.448 98.462 158.178C98.6587 156.842 98.7944 155.426 98.8691 153.93Z' fill='%23EEABA3'/%3E%3Cpath d='M104.626 159.354C105.267 159.94 105.93 160.503 106.615 161.043C118.604 170.501 132.249 175.863 147.549 177.13C149.486 177.29 152.221 177.303 155.753 177.171C156.03 177.21 156.228 177.299 156.349 177.438C156.396 177.492 156.402 177.55 156.366 177.611C155.858 178.486 155.089 178.802 154.364 179.458C151.408 182.129 148.564 185.469 147.089 189.036C146.495 190.469 146.099 192.061 145.901 193.813C145.809 194.637 145.893 195.319 145.98 196.113C145.993 196.245 145.969 196.369 145.908 196.484C145.893 196.513 145.871 196.538 145.845 196.557C145.819 196.576 145.789 196.589 145.757 196.595C145.725 196.601 145.692 196.6 145.661 196.592C145.629 196.584 145.6 196.569 145.575 196.548C145.248 196.268 144.911 196.015 144.565 195.79C136.996 190.889 129.931 185.724 123.369 180.295C117.389 175.347 112.125 170.366 107.422 164.403C106.254 162.922 105.063 161.266 104.298 159.514C104.283 159.479 104.281 159.44 104.294 159.405C104.307 159.37 104.333 159.341 104.366 159.325C104.416 159.302 104.502 159.311 104.626 159.354Z' fill='%23EEABA3'/%3E%3Cpath d='M316.256 176.904L326.997 185.922C327.058 185.973 327.098 186.037 327.116 186.115L327.147 186.227L324.885 186.833C322.457 187.314 319.905 187.492 317.231 187.367L312.29 186.637C312.338 186.153 312.487 185.669 312.738 185.184C313.098 184.491 313.28 184.138 313.285 184.126C314.228 181.994 315.105 179.835 315.915 177.649C315.997 177.429 316.01 177.206 315.956 176.98L316.256 176.904Z' fill='white'/%3E%3Cpath d='M185.146 184.843C184.813 185.997 184.505 187.149 184.22 188.3C183.355 191.804 182.958 195.362 183.029 198.975C183.061 200.693 183.118 202.41 183.2 204.126C183.206 204.267 183.256 204.369 183.35 204.431C183.204 204.742 183.133 205 183.139 205.205C183.249 209.153 182.806 212.947 181.811 216.586C181.246 218.65 180.462 220.485 179.46 222.091C179.173 222.552 179.025 222.992 179.025 223.536C179 230.534 179.005 237.061 179.04 243.119C179.042 243.431 178.945 243.653 178.748 243.786C173.531 247.278 167.932 249.958 161.95 251.827C160.994 252.125 159.355 252.563 157.033 253.14C155.325 253.564 153.618 254.007 151.912 254.47C149.407 254.738 147.083 254.875 144.939 254.88C142.151 254.885 136.194 254.87 127.068 254.836C126.683 254.835 126.154 254.867 125.481 254.933L124.901 245.335C128.266 245.235 131.615 244.897 134.949 244.32C145.646 242.468 156.071 238.006 164.209 231.084C164.979 230.429 165.625 229.84 166.145 229.316C166.93 228.526 167.554 227.987 168.015 227.701C173.474 224.322 176.742 219.391 177.819 212.905C178.002 211.796 178.086 210.778 178.071 209.85C178.039 207.932 178.023 205.965 178.023 203.948C178.023 200.242 178.665 196.615 179.948 193.065C180.952 190.292 182.43 187.644 184.383 185.121C184.404 185.093 184.43 185.07 184.46 185.053C184.49 185.036 184.523 185.025 184.557 185.021C184.592 185.017 184.626 185.019 184.66 185.029C184.693 185.038 184.724 185.054 184.751 185.075C184.816 185.127 184.947 185.05 185.146 184.843Z' fill='%23EEABA3'/%3E%3Cpath d='M327.147 186.227C327.332 186.298 327.498 186.316 327.65 186.446C336.295 193.662 344.942 200.873 353.593 208.079C354.37 208.729 354.984 209.189 355.435 209.461L352.153 218.558C351.921 218.639 351.809 218.471 351.818 218.052C351.819 217.965 351.787 217.893 351.721 217.835C350.948 217.174 350.39 216.37 349.726 215.607C342.948 207.816 336.117 199.945 329.235 191.994C329.227 191.986 328.6 191.294 327.355 189.919C326.482 188.954 325.659 187.925 324.885 186.833L327.147 186.227Z' fill='%2381102F'/%3E%3Cpath d='M312.29 186.637L317.231 187.367C317.253 187.715 317.255 188.076 317.238 188.451C317.223 188.814 317.218 189.173 317.223 189.529C317.35 198.162 316.764 206.733 315.465 215.243C315.365 215.903 315.252 216.55 315.127 217.184C314.806 218.805 314.58 220.458 314.239 222.056C313.498 225.551 312.63 229.085 311.634 232.656C306.261 226.466 301.3 220.196 296.75 213.846C301.686 206.255 306.183 198.482 310.24 190.526C310.842 189.349 311.401 188.151 311.916 186.932C312.001 186.732 312.126 186.633 312.29 186.637Z' fill='%2381102F'/%3E%3Cpath d='M324.885 186.833C325.659 187.925 326.482 188.954 327.355 189.919C328.6 191.294 329.227 191.986 329.235 191.994C336.117 199.945 342.948 207.816 349.726 215.607C350.39 216.37 350.948 217.174 351.721 217.835C351.787 217.893 351.819 217.965 351.818 218.052C351.809 218.471 351.921 218.639 352.153 218.558C347.339 231.057 341.644 243.139 335.068 254.803C334.914 255.08 334.728 255.319 334.511 255.521C334.486 255.545 334.469 255.576 334.46 255.609C334.452 255.643 334.453 255.678 334.463 255.711C334.474 255.744 334.494 255.773 334.52 255.794C334.547 255.816 334.579 255.83 334.613 255.834L334.959 255.874L332.408 255.877C332.024 255.445 331.625 255.032 331.209 254.638C330.699 254.155 330.295 253.747 329.998 253.414C329.239 252.568 328.227 251.464 326.964 250.102C323.134 245.973 318.387 240.608 312.723 234.007C312.128 233.313 311.765 232.863 311.634 232.656C312.63 229.085 313.498 225.551 314.239 222.056C314.58 220.458 314.806 218.805 315.127 217.184C315.252 216.55 315.365 215.903 315.465 215.243C316.764 206.733 317.35 198.162 317.223 189.529C317.218 189.173 317.223 188.814 317.238 188.451C317.255 188.076 317.253 187.715 317.231 187.367C319.905 187.492 322.457 187.314 324.885 186.833Z' fill='%23DE1B51'/%3E%3Cpath d='M362.174 255.879L334.959 255.874L334.613 255.834C334.579 255.83 334.547 255.816 334.52 255.794C334.494 255.773 334.474 255.744 334.463 255.711C334.453 255.678 334.452 255.643 334.46 255.609C334.469 255.576 334.486 255.545 334.511 255.521C334.728 255.319 334.914 255.08 335.068 254.803C341.644 243.139 347.339 231.057 352.153 218.558L355.435 209.461C355.827 208.29 356.208 207.136 356.58 205.998C358.301 200.739 359.771 195.412 360.988 190.015C361.041 190.035 361.08 190.034 361.105 190.01C361.194 189.929 361.206 189.939 361.144 190.041C361.13 190.063 361.132 190.086 361.151 190.109C361.199 190.174 361.252 190.179 361.311 190.125C361.35 190.089 361.384 190.092 361.413 190.135C361.652 190.481 361.672 190.843 361.472 191.221C361.438 191.285 361.452 191.336 361.515 191.374C361.544 191.391 361.575 191.396 361.609 191.389C361.673 191.377 361.705 191.404 361.703 191.47C361.696 191.608 361.752 191.707 361.869 191.768C361.924 191.797 361.956 191.842 361.963 191.903L362.001 192.274C362.016 192.427 361.955 192.469 361.818 192.401C361.736 192.361 361.686 192.298 361.668 192.213C361.649 192.13 361.612 192.121 361.558 192.185L361.278 192.518C361.27 192.528 361.264 192.54 361.262 192.553C361.26 192.565 361.261 192.578 361.266 192.59C361.305 192.683 361.344 192.71 361.385 192.671C361.445 192.615 361.467 192.628 361.451 192.709C361.385 193.062 361.319 193.422 361.253 193.79C361.239 193.865 361.266 193.92 361.334 193.956L361.474 194.032C361.608 194.107 361.708 194.074 361.774 193.935C361.812 193.856 361.821 193.772 361.802 193.683C361.796 193.658 361.798 193.631 361.807 193.606C361.816 193.581 361.832 193.56 361.853 193.544C362.003 193.428 362.149 193.53 362.293 193.849C362.397 194.081 362.457 194.324 362.474 194.576L362.563 195.978C362.565 196.018 362.576 196.057 362.594 196.093C362.612 196.129 362.637 196.161 362.667 196.187C362.769 196.271 362.876 196.291 362.988 196.245C363.112 196.193 363.118 196.129 363.006 196.054C362.975 196.032 362.943 196.014 362.909 195.998C362.838 195.964 362.839 195.936 362.914 195.914C362.958 195.903 362.985 195.878 362.995 195.841C363.058 195.617 363.098 195.621 363.115 195.853C363.146 196.281 363.172 196.718 363.194 197.166C363.201 197.317 363.16 197.454 363.072 197.578C362.984 197.7 362.873 197.776 362.741 197.805C362.638 197.827 362.586 197.891 362.586 197.998L362.588 199.377C362.588 199.453 362.612 199.521 362.66 199.58L363.161 200.209C363.21 200.27 363.235 200.338 363.237 200.415C363.268 201.651 363.244 202.885 363.166 204.116C363.156 204.299 363.105 204.439 363.013 204.536C362.927 204.629 362.828 204.694 362.716 204.732C362.673 204.746 362.636 204.773 362.609 204.81C362.583 204.847 362.568 204.892 362.568 204.938V205.449C362.568 205.527 362.593 205.597 362.642 205.66L363.095 206.235C363.151 206.306 363.179 206.388 363.179 206.479C363.177 206.696 363.179 206.912 363.184 207.125C363.187 207.281 363.14 207.438 363.041 207.594C362.97 207.707 362.876 207.77 362.759 207.782C362.62 207.794 362.592 207.855 362.675 207.965L363.11 208.548C363.157 208.614 363.182 208.687 363.184 208.769L363.247 211.534C363.249 211.622 363.285 211.707 363.349 211.771C363.793 212.212 364.221 212.642 364.631 213.063C364.687 213.119 364.724 213.19 364.738 213.268C364.753 213.345 364.744 213.427 364.714 213.503C364.683 213.58 364.632 213.649 364.565 213.702C364.498 213.756 364.418 213.793 364.334 213.808C364.252 213.824 364.178 213.856 364.112 213.905C364.041 213.961 364.005 214.035 364.005 214.126V215.642C364.005 215.726 363.98 215.801 363.929 215.869C363.844 215.981 363.741 216.058 363.619 216.1C363.522 216.135 363.436 216.192 363.368 216.269C363.3 216.346 363.252 216.439 363.227 216.54C363.203 216.642 363.203 216.749 363.228 216.853C363.252 216.957 363.301 217.054 363.369 217.136C363.507 217.302 363.661 217.458 363.832 217.604C363.9 217.662 363.948 217.738 363.973 217.823C363.997 217.908 363.996 217.998 363.969 218.083C363.943 218.167 363.892 218.242 363.823 218.298C363.755 218.354 363.671 218.389 363.583 218.398L362.772 218.487C362.66 218.498 362.639 218.548 362.708 218.637L363.171 219.242C363.218 219.305 363.242 219.375 363.242 219.453C363.246 220.798 363.242 222.072 363.232 223.274C363.231 223.388 363.18 223.5 363.089 223.588C362.998 223.675 362.873 223.734 362.736 223.752C362.668 223.763 362.618 223.792 362.586 223.841C362.555 223.887 362.539 223.939 362.538 223.997C362.524 224.965 362.517 225.912 362.517 226.838C362.517 226.92 362.548 226.998 362.604 227.057L363.153 227.655C363.213 227.718 363.242 227.792 363.242 227.879V228.665C363.242 228.773 363.2 228.876 363.125 228.954C363.05 229.031 362.948 229.076 362.84 229.079C362.728 229.083 362.644 229.118 362.586 229.186C362.549 229.23 362.53 229.281 362.53 229.339C362.516 230.726 362.514 232.098 362.522 233.455C362.524 233.574 362.583 233.623 362.698 233.602C363.02 233.548 363.208 233.68 363.263 233.997C363.281 234.112 363.232 234.167 363.115 234.162C362.898 234.154 362.724 234.268 362.594 234.506C362.556 234.573 362.565 234.636 362.619 234.694L363.222 235.33C363.248 235.358 363.266 235.392 363.275 235.429C363.283 235.466 363.282 235.504 363.272 235.541C363.261 235.577 363.241 235.61 363.213 235.637C363.186 235.663 363.152 235.682 363.115 235.691C362.603 235.817 362.414 236.195 362.548 236.826C362.585 237.002 362.779 237.234 363.13 237.523C363.205 237.582 363.242 237.66 363.242 237.757V242.364C363.242 242.459 363.196 242.52 363.105 242.547C362.901 242.61 362.73 242.732 362.591 242.913C362.575 242.934 362.566 242.96 362.566 242.986C362.566 243.012 362.575 243.038 362.591 243.058C362.73 243.238 362.893 243.352 363.079 243.399C363.188 243.428 363.242 243.498 363.242 243.61V244.585C363.242 244.696 363.191 244.775 363.087 244.821C362.902 244.901 362.748 245.016 362.624 245.167C362.568 245.235 362.566 245.305 362.619 245.378C362.743 245.548 362.91 245.655 363.12 245.699C363.21 245.717 363.254 245.773 363.252 245.864L363.214 249.268C363.214 249.293 363.209 249.318 363.199 249.341C363.189 249.364 363.174 249.384 363.156 249.401C363.138 249.418 363.116 249.431 363.092 249.439C363.068 249.448 363.043 249.451 363.018 249.449C362.888 249.438 362.782 249.492 362.7 249.609C362.619 249.726 362.577 249.85 362.573 249.98C362.551 250.835 362.533 251.714 362.517 252.618C362.51 252.929 362.51 253.25 362.515 253.582C362.516 253.665 362.552 253.73 362.622 253.776C362.691 253.821 362.764 253.86 362.84 253.89C362.964 253.938 362.971 253.999 362.861 254.073C362.835 254.092 362.814 254.115 362.797 254.142C362.789 254.155 362.785 254.17 362.787 254.186C362.789 254.201 362.796 254.215 362.807 254.226C362.923 254.336 363.047 254.367 363.181 254.318C363.256 254.289 363.316 254.307 363.362 254.374L363.68 254.834C363.753 254.937 363.736 255.023 363.629 255.091C363.571 255.128 363.563 255.169 363.603 255.213C363.698 255.313 363.68 255.381 363.547 255.417C363.437 255.445 363.337 255.495 363.247 255.567C363.193 255.609 363.201 255.634 363.27 255.64C363.304 255.645 363.336 255.644 363.367 255.635C363.396 255.628 363.417 255.639 363.43 255.666C363.442 255.688 363.444 255.71 363.436 255.732C363.429 255.747 363.415 255.756 363.395 255.757L362.174 255.879Z' fill='%23E4E9FD'/%3E%3Cpath d='M183.35 204.431C187.761 205.062 192.5 206.304 196.609 208.591C198.493 209.639 200.072 210.98 201.345 212.615C201.9 213.33 202.203 214.065 202.516 214.92C202.705 215.444 202.995 215.934 203.386 216.39C203.504 216.529 203.572 216.751 203.589 217.054C203.8 220.893 204.215 224.772 204.357 228.672C204.535 233.447 204.932 238.227 205.176 242.666C205.417 247.059 205.685 251.473 205.98 255.91L205.624 255.869C205.889 255.744 205.943 255.538 205.787 255.251C205.746 255.176 205.684 255.135 205.599 255.126C205.302 255.098 205.035 254.947 204.797 254.676C204.667 254.529 204.585 254.353 204.553 254.15C204.321 252.723 204.103 251.306 203.899 249.899C203.742 248.805 203.701 247.559 203.777 246.162C203.823 245.326 203.823 244.456 203.777 243.554C203.75 243.008 203.682 242.483 203.574 241.979C203.319 240.811 203.191 239.481 203.19 237.991C203.183 234.745 203.09 231.605 202.91 228.573C202.895 228.302 202.859 228.033 202.803 227.767C202.635 226.981 202.447 226.294 202.454 225.459C202.468 223.824 202.49 222.201 202.521 220.588C202.522 220.551 202.514 220.515 202.498 220.482C202.481 220.45 202.457 220.422 202.428 220.401C202.398 220.379 202.364 220.366 202.327 220.361C202.291 220.357 202.254 220.361 202.22 220.374C202.034 220.444 201.898 220.567 201.813 220.743C201.123 222.193 200.299 223.647 199.341 225.106C196.795 228.979 193.882 232.548 190.602 235.813C184.563 241.822 177.822 246.821 170.119 250.26C167.826 251.284 165.349 252.253 162.688 253.165C161.733 253.492 160.851 253.744 160.04 253.921C159.545 254.029 158.894 254.215 158.089 254.478C156.415 255.025 154.929 254.77 153.304 254.717C153.081 254.71 152.849 254.678 152.607 254.62C152.381 254.566 152.149 254.516 151.912 254.47C153.618 254.007 155.325 253.564 157.033 253.14C159.355 252.563 160.994 252.125 161.95 251.827C167.932 249.958 173.531 247.278 178.748 243.786C178.945 243.653 179.042 243.431 179.04 243.119C179.005 237.061 179 230.534 179.025 223.536C179.025 222.992 179.173 222.552 179.46 222.091C180.462 220.485 181.246 218.65 181.811 216.586C182.806 212.947 183.249 209.153 183.139 205.205C183.133 205 183.204 204.742 183.35 204.431Z' fill='%23E3DBE2'/%3E%3Cpath d='M290.98 206.202C292.369 208.419 293.902 210.533 295.579 212.546C295.944 212.984 296.334 213.417 296.75 213.846C301.3 220.196 306.261 226.466 311.634 232.656C311.765 232.863 312.128 233.313 312.723 234.007C318.387 240.608 323.134 245.973 326.964 250.102C328.227 251.464 329.239 252.568 329.998 253.414C330.295 253.747 330.699 254.155 331.209 254.638C331.625 255.032 332.024 255.445 332.408 255.877L293.939 255.885C293.732 255.857 293.524 255.84 293.315 255.834C293.244 255.832 293.199 255.799 293.18 255.734C293.153 255.646 293.186 255.605 293.277 255.61C293.625 255.634 293.945 255.55 294.239 255.361C294.312 255.313 294.305 255.289 294.218 255.289H294.03C293.959 255.289 293.929 255.255 293.941 255.185L293.972 254.987C293.982 254.919 293.953 254.881 293.885 254.875C293.576 254.836 293.272 254.747 292.972 254.61C292.892 254.573 292.838 254.513 292.809 254.432C292.751 254.274 292.639 254.186 292.473 254.167C292.383 254.159 292.306 254.123 292.242 254.061C292.055 253.883 291.854 253.754 291.639 253.674C291.547 253.64 291.501 253.574 291.501 253.476V247.726C291.501 247.641 291.474 247.567 291.418 247.502L290.883 246.879C290.831 246.818 290.827 246.755 290.873 246.691C290.997 246.518 291.164 246.412 291.374 246.373C291.459 246.356 291.501 246.305 291.501 246.22V240.809C291.501 240.713 291.467 240.63 291.397 240.56L290.886 240.049C290.816 239.979 290.81 239.905 290.868 239.827C291.011 239.634 291.169 239.532 291.344 239.522C291.449 239.515 291.501 239.459 291.501 239.354V233.941C291.501 233.844 291.467 233.761 291.397 233.692L290.886 233.18C290.816 233.111 290.81 233.037 290.868 232.959C291.009 232.766 291.167 232.664 291.344 232.654C291.449 232.647 291.501 232.591 291.501 232.486V226.309C291.501 226.211 291.468 226.126 291.4 226.055L290.891 225.528C290.832 225.465 290.827 225.398 290.878 225.327C291.016 225.141 291.182 225.035 291.377 225.012C291.441 225.005 291.48 224.969 291.494 224.905C291.551 224.623 291.708 224.41 291.962 224.264C292.074 224.199 292.166 224.105 292.229 223.992C292.292 223.878 292.323 223.75 292.318 223.62L292.244 221.672C292.243 221.616 292.215 221.579 292.163 221.562C292.053 221.53 291.984 221.456 291.957 221.341C291.942 221.276 291.902 221.242 291.837 221.237L291.158 221.188C291.097 221.184 291.039 221.162 290.991 221.126C290.943 221.089 290.906 221.039 290.885 220.982C290.865 220.924 290.861 220.863 290.876 220.803C290.89 220.744 290.921 220.691 290.965 220.649C291.077 220.542 291.205 220.478 291.349 220.458C291.391 220.452 291.43 220.431 291.458 220.399C291.486 220.366 291.501 220.325 291.501 220.283V219.451C291.501 219.354 291.468 219.27 291.402 219.199L290.886 218.634C290.838 218.582 290.836 218.528 290.878 218.474C291.012 218.304 291.165 218.203 291.336 218.169C291.445 218.147 291.499 218.08 291.499 217.97C291.502 216.264 291.502 214.562 291.499 212.865C291.499 212.637 291.543 212.464 291.631 212.346C291.769 212.164 291.935 212.064 292.13 212.045C292.232 212.035 292.277 211.98 292.265 211.88C292.246 211.714 292.303 211.581 292.435 211.481C292.505 211.428 292.539 211.358 292.539 211.27C292.539 211.208 292.518 211.158 292.476 211.119C292.418 211.067 292.37 211.074 292.331 211.142C292.28 211.232 292.204 211.28 292.102 211.285C291.995 211.288 291.942 211.236 291.942 211.127C291.943 210.913 291.948 210.7 291.954 210.486C291.964 210.102 291.71 209.746 291.458 209.474C291.394 209.404 291.351 209.323 291.328 209.229C291.245 208.877 291.061 208.571 290.774 208.313C290.691 208.239 290.643 208.146 290.631 208.034L290.581 207.583C290.569 207.487 290.528 207.405 290.458 207.339L289.919 206.828C289.87 206.78 289.837 206.716 289.828 206.647C289.804 206.495 289.777 206.339 289.746 206.179C289.697 205.93 289.779 205.864 289.993 205.981C290.056 206.015 290.132 206.027 290.222 206.019C290.269 206.015 290.293 205.989 290.293 205.94C290.293 205.916 290.298 205.893 290.308 205.871C290.315 205.856 290.325 205.843 290.336 205.833C290.374 205.801 290.414 205.796 290.456 205.818C290.532 205.857 290.559 205.917 290.535 205.999C290.404 206.451 290.504 206.845 290.835 207.179C290.872 207.216 290.9 207.21 290.919 207.161C290.929 207.137 290.933 207.113 290.932 207.087C290.93 207.003 290.888 206.954 290.804 206.942C290.779 206.937 290.76 206.923 290.749 206.899C290.737 206.872 290.732 206.843 290.736 206.813C290.753 206.663 290.708 206.54 290.601 206.441C290.516 206.363 290.529 206.306 290.639 206.271C290.673 206.261 290.683 206.234 290.67 206.192C290.644 206.119 290.671 206.084 290.751 206.088C290.81 206.091 290.887 206.129 290.98 206.202Z' fill='%23E9F0FE'/%3E%3Cpath d='M205.624 255.869L171.518 255.864C168.562 255.672 165.603 255.608 162.642 255.671C161.347 255.7 159.847 255.721 158.142 255.734C156.64 255.746 155.138 255.796 153.637 255.884L95.0684 255.846C94.6868 255.875 94.4409 255.862 94.3307 255.808C94.173 255.732 94.1001 255.606 94.1119 255.432C94.1153 255.359 94.1526 255.311 94.2239 255.289C94.346 255.252 94.4392 255.176 94.5037 255.063C94.6275 254.842 94.781 254.649 94.9641 254.483C95.0252 254.425 95.0583 254.355 95.0634 254.272C95.1431 252.971 95.1804 251.669 95.1753 250.367C95.1719 249.512 95.2024 248.745 95.2669 248.067C95.3347 247.341 95.4627 246.596 95.651 245.831C96.0411 244.255 96.5202 242.699 97.0883 241.163C97.7243 239.445 98.6511 237.607 99.8688 235.65C99.9231 235.564 99.9901 235.491 100.07 235.431C100.314 235.252 100.403 235.31 100.337 235.607C99.9528 237.342 99.6297 239.041 99.7645 240.738C100.097 244.963 101.684 248.499 104.527 251.349C105.831 252.656 107.345 253.789 109.07 254.747C109.403 254.932 109.763 255.056 110.151 255.119C112.502 255.505 114.947 255.462 117.335 255.515C119.48 255.566 121.634 255.414 123.822 255.274C124.563 255.226 125.116 255.113 125.481 254.933C126.154 254.867 126.683 254.835 127.068 254.836C136.194 254.87 142.151 254.885 144.939 254.88C147.083 254.875 149.407 254.738 151.912 254.47C152.149 254.516 152.381 254.566 152.607 254.62C152.849 254.678 153.081 254.71 153.304 254.717C154.929 254.77 156.415 255.025 158.089 254.478C158.894 254.215 159.545 254.029 160.04 253.921C160.851 253.744 161.733 253.492 162.688 253.165C165.349 252.253 167.826 251.284 170.119 250.26C177.822 246.821 184.563 241.822 190.602 235.813C193.882 232.548 196.795 228.979 199.341 225.106C200.299 223.647 201.123 222.193 201.813 220.743C201.898 220.567 202.034 220.444 202.22 220.374C202.254 220.361 202.291 220.357 202.327 220.361C202.364 220.366 202.398 220.379 202.428 220.401C202.457 220.422 202.481 220.45 202.498 220.482C202.514 220.515 202.522 220.551 202.521 220.588C202.49 222.201 202.468 223.824 202.454 225.459C202.447 226.294 202.635 226.981 202.803 227.767C202.859 228.033 202.895 228.302 202.91 228.573C203.09 231.605 203.183 234.745 203.19 237.991C203.191 239.481 203.319 240.811 203.574 241.979C203.682 242.483 203.75 243.008 203.777 243.554C203.823 244.456 203.823 245.326 203.777 246.162C203.701 247.559 203.742 248.805 203.899 249.899C204.103 251.306 204.321 252.723 204.553 254.15C204.585 254.353 204.667 254.529 204.797 254.676C205.035 254.947 205.302 255.098 205.599 255.126C205.684 255.135 205.746 255.176 205.787 255.251C205.943 255.538 205.889 255.744 205.624 255.869Z' fill='white'/%3E%3Cpath d='M103.443 229.303C103.809 229.342 104.093 229.496 104.293 229.764C104.672 230.272 105.038 230.735 105.542 231.153C106.51 231.958 107.484 232.756 108.462 233.547C113.718 237.786 119.197 241.716 124.901 245.335L125.481 254.933C125.116 255.113 124.563 255.226 123.822 255.274C121.634 255.414 119.48 255.566 117.335 255.515C114.947 255.462 112.502 255.505 110.151 255.119C109.763 255.056 109.403 254.932 109.07 254.747C107.345 253.789 105.831 252.656 104.527 251.349C101.684 248.499 100.097 244.963 99.7645 240.738C99.6297 239.041 99.9528 237.342 100.337 235.607C100.403 235.31 100.314 235.252 100.07 235.431C99.9901 235.491 99.9231 235.564 99.8688 235.65C98.6511 237.607 97.7243 239.445 97.0883 241.163C96.5202 242.699 96.0411 244.255 95.651 245.831C95.4627 246.596 95.3347 247.341 95.2669 248.067C95.2024 248.745 95.1719 249.512 95.1753 250.367C95.1804 251.669 95.1431 252.971 95.0634 254.272C95.0583 254.355 95.0252 254.425 94.9641 254.483C94.781 254.649 94.6275 254.842 94.5037 255.063C94.4392 255.176 94.346 255.252 94.2239 255.289C94.1526 255.311 94.1153 255.359 94.1119 255.432C94.1001 255.606 94.173 255.732 94.3307 255.808C94.4409 255.862 94.6868 255.875 95.0684 255.846L94.0229 255.92C93.9059 254.116 93.7202 252.178 93.7405 250.545C93.8084 244.59 95.5323 239.23 98.9123 234.465C100.064 232.842 101.574 231.121 103.443 229.303Z' fill='%23E3DBE2'/%3E%3Cpath d='M171.518 255.864L153.637 255.884C155.138 255.796 156.64 255.746 158.142 255.734C159.847 255.721 161.347 255.7 162.642 255.671C165.603 255.608 168.562 255.672 171.518 255.864Z' fill='%23E3DBE2'/%3E%3C/svg%3E%0A");
  width: 384px;
  height: 256px;
  position: absolute;
  bottom: -2px;
  right: -2px;
}
.CX-widget-tele .box-widget-tele {
  padding: 32px 25px;
  text-align: center;
  color: #fff;
  position: relative;
}
.CX-widget-tele .box-widget-tele .inner .box-title h3 {
  margin-bottom: 10px;
  font-size: 22px;
  font-family: "SourceSans-Bold";
  line-height: auto;
  margin-bottom: 5px;
}
.CX-widget-tele .box-widget-tele .inner .box-title p {
  font-size: 13px;
  line-height: 25px;
}
.CX-widget-tele .box-widget-tele .inner .box-action-group {
  text-align: left;
}
.CX-widget-tele .box-widget-tele .inner .box-action-group .box-action-group-inner {
  display: grid;
  grid-row-gap: 20px;
}
.CX-widget-tele .box-widget-tele .inner .box-action-group .box-action-group-inner .box-action-item .box-action-item-inner a {
  display: inline-block;
  width: 54px;
  height: 54px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: relative;
}
.CX-widget-tele .box-widget-tele .inner .box-action-group .box-action-group-inner .box-action-item .box-action-item-inner a:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='54' height='54' viewBox='0 0 54 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1468_99293)'%3E%3Cg filter='url(%23filter0_bd_1468_99293)'%3E%3Ccircle cx='27' cy='27' r='27' fill='url(%23paint0_radial_1468_99293)' shape-rendering='crispEdges'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_bd_1468_99293' x='-40' y='-20' width='134' height='134' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeGaussianBlur in='BackgroundImageFix' stdDeviation='5'/%3E%3CfeComposite in2='SourceAlpha' operator='in' result='effect1_backgroundBlur_1468_99293'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0' result='hardAlpha'/%3E%3CfeOffset dy='20'/%3E%3CfeGaussianBlur stdDeviation='20'/%3E%3CfeComposite in2='hardAlpha' operator='out'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0.05 0'/%3E%3CfeBlend mode='normal' in2='effect1_backgroundBlur_1468_99293' result='effect2_dropShadow_1468_99293'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect2_dropShadow_1468_99293' result='shape'/%3E%3C/filter%3E%3CradialGradient id='paint0_radial_1468_99293' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='rotate(45) scale(76.3675 175.331)'%3E%3Cstop offset='0.0137029' stop-color='white' stop-opacity='0.27'/%3E%3Cstop offset='0.836918' stop-color='white' stop-opacity='0.17'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_1468_99293'%3E%3Crect width='54' height='54' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  background-size: cover;
}

.CX-widget-tele .box-widget-vector .box-vector-doctor .box-circle-lottie {
  position: relative;
  top: 28px;
  left: 79px;
  display: inline-block;
  width: 150px;
  height: 150px;
}

:root {
  --zindex-confetti:1047;
  --zindex-confetti2:1048;
  --zindex-confetti-header:1049;
  --zindex-confetti-modal:1050;
}

body.has-confetti .cadmin.lfr-product-menu-panel.sidenav-menu-slider {
  z-index: var(--zindex-confetti-modal) !important;
}
body.has-confetti .box-back-to-top,
body.has-confetti .CX-pop-up-modal {
  z-index: var(--zindex-confetti-modal);
}
body.has-confetti .CX-footer,
body.has-confetti #CX-header,
body.has-confetti #CX-header-mobile {
  z-index: var(--zindex-confetti-header);
}
body.has-confetti #CX-utama .box-utama .box-sidenav {
  z-index: var(--zindex-confetti);
}
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-title-back-simple {
  z-index: var(--zindex-confetti);
}
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-leaderboard .box-leaderboard .box-search {
  z-index: var(--zindex-confetti2);
}
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-leaderboard .box-leaderboard .box-ranking-info,
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-leaderboard .box-leaderboard .box-podium .box-podium-inner {
  position: relative;
  z-index: var(--zindex-confetti);
}
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-leaderboard .box-leaderboard .box-search .box-dropdow-list {
  z-index: var(--zindex-confetti2);
}
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-leaderboard .box-leaderboard .box-podium-top-board .box-podium-top-board-inner .box-podium-number {
  z-index: var(--zindex-confetti);
}
body.has-confetti #CX-utama .box-utama .box-content-utama .box-inner-content .CX-leaderboard .box-leaderboard .box-podium-top-board .box-podium-top-board-inner .box-top-leader {
  z-index: var(--zindex-confetti);
}

html:not(#__):not(#___) .cadmin.affix, html:not(#__):not(#___) .cadmin.control-menu-container {
  z-index: 1049;
}

html:not(#__):not(#___) .cadmin.lfr-product-menu-panel.sidenav-menu-slider {
  z-index: 1050;
}

.CX-banner-leads-form .box-banner-leads-form {
  overflow: hidden;
}
@media (min-width: 768px) {
  .CX-banner-leads-form .box-banner-leads-form {
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    -ms-border-radius: 15px;
    -o-border-radius: 15px;
    border-radius: 15px;
  }
}
.CX-banner-leads-form .box-banner-leads-form .box-img .box-img-dekstop {
  width: 535px;
  height: 303px;
}
.CX-banner-leads-form .box-banner-leads-form .box-img .box-img-dekstop img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  object-position: center center;
}

.box-info-referral-share-from {
  margin: 10px 0;
}
.box-info-referral-share-from .inner {
  display: flex;
  align-items: center;
  column-gap: 10px;
  padding: 5px 10px 5px 5px;
  position: relative;
}
.box-info-referral-share-from .inner:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background: linear-gradient(104.4deg, #e19662 17.85%, #e82646 114.49%);
  -webkit-box-shadow: 0px 4px 7px 0px rgba(230, 85, 83, 0.25);
  -moz-box-shadow: 0px 4px 7px 0px rgba(230, 85, 83, 0.25);
  -ms-box-shadow: 0px 4px 7px 0px rgba(230, 85, 83, 0.25);
  -o-box-shadow: 0px 4px 7px 0px rgba(230, 85, 83, 0.25);
  box-shadow: 0px 4px 7px 0px rgba(230, 85, 83, 0.25);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 42px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.box-info-referral-share-from .inner .box-vector {
  position: relative;
  background: linear-gradient(104.4deg, #e19662 17.85%, #e82646 114.49%);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.box-info-referral-share-from .inner .box-text {
  position: relative;
  font-family: "SourceSans-Semibold";
  font-size: 15px;
  line-height: 19px;
  letter-spacing: 0;
  text-align: left;
  color: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.box-info-referral-share-from.animated-show .inner:before {
  width: 100%;
}
.box-info-referral-share-from.animated-show .inner .box-text {
  opacity: 1;
  visibility: visible;
}

body.v2 .box-new-alert {
  background-color: #00aed6;
  color: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
}
body.v2 .box-new-alert .inner .box-title {
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
body.v2 .box-new-alert .inner .box-message {
  font-family: "SourceSans-Semibold";
  font-size: 13px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
}
body.v2 .box-new-alert .inner .box-message p {
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  body.v2 .box-new-alert .inner .box-message p br {
    display: none;
  }
}

body.v2 .box-new-alert.primary {
  background: rgba(73, 77, 244, 0.08);
  color: #494df4;
}
body.v2 .box-new-alert.primary .inner .box-title {
  border-bottom-color: rgba(73, 77, 244, 0.2);
}

.box-info-referral-share-from.animated-show .inner .box-text .text-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

@media (max-width: 600px) {
  .CX-banner-leads-form .box-banner-leads-form .box-img .box-img-dekstop {
    display: none;
  }
  .CX-banner-leads-form .box-banner-leads-form .box-img .box-img-dekstop img {
    display: none;
  }
}
@media (max-width: 600px) {
  .CX-banner-leads-form .box-banner-leads-form .box-img .box-img-mobile.hide {
    display: block !important;
    height: 310px;
    width: 100%;
    text-align: center;
  }
}

.CX-simple-form .box-simple-form .box-agree {
  background-color: #f5f5f5;
  padding: 16px 16px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.CX-simple-form .box-simple-form .box-agree .box-agree-inner {
  display: flex;
  grid-column-gap: 30px;
}
.CX-simple-form .box-simple-form .box-agree .box-agree-inner .box-text a {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: justified;
  color: #333333;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group {
  margin-bottom: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #5f5f5f;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label .reference-mark.text-warning {
  color: #bd0a0a !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
  background-color: #f8f9fc;
  border: 1px solid #d2d9ef;
  color: #333333;
  height: 52px;
  line-height: 52px;
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(18, 59, 113, 0.3);
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control::-moz-placeholder {
  color: rgba(18, 59, 113, 0.3);
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control:-moz-placeholder {
  color: rgba(18, 59, 113, 0.3);
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control:-ms-input-placeholder {
  color: rgba(18, 59, 113, 0.3);
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  background-color: #f8f9fc;
  border: 1px solid #d2d9ef;
  color: #333333;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--default .select2-selection.select2-selection--single .select2-selection__arrow:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='11' viewBox='0 0 19 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18 1L9.5 9L1 1' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 19px;
  height: 11px;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .select2.select2-container.select2-container--default .select2-selection__rendered .select2-selection__placeholder {
  color: rgba(18, 59, 113, 0.3);
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M8 0C6.93913 0 5.92172 0.421427 5.17157 1.17157C4.42143 1.92172 4 2.93913 4 4C4 5.06087 4.42143 6.07828 5.17157 6.82843C5.92172 7.57857 6.93913 8 8 8C9.06087 8 10.0783 7.57857 10.8284 6.82843C11.5786 6.07828 12 5.06087 12 4C12 2.93913 11.5786 1.92172 10.8284 1.17157C10.0783 0.421427 9.06087 0 8 0M8 10C3.58 10 0 11.79 0 14V16H16V14C16 11.79 12.42 10 8 10Z' fill='%23123B71'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-position: left 16px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 45px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.nama-lengkap .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M8 0C6.93913 0 5.92172 0.421427 5.17157 1.17157C4.42143 1.92172 4 2.93913 4 4C4 5.06087 4.42143 6.07828 5.17157 6.82843C5.92172 7.57857 6.93913 8 8 8C9.06087 8 10.0783 7.57857 10.8284 6.82843C11.5786 6.07828 12 5.06087 12 4C12 2.93913 11.5786 1.92172 10.8284 1.17157C10.0783 0.421427 9.06087 0 8 0M8 10C3.58 10 0 11.79 0 14V16H16V14C16 11.79 12.42 10 8 10Z' fill='%23123B71'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.no-telp .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M3.24997 0.668954C2.11065 0.661356 1.08325 1.13998 0.564006 1.92625C0.234949 2.42373 0.085159 2.99514 0.106267 3.69647C0.120857 4.21161 0.369983 5.57263 0.633935 6.56876C1.71768 10.6967 4.02394 14.175 7.61003 17.087C8.38322 17.718 8.81401 17.9305 9.35244 17.9518C9.98011 17.9744 10.6167 17.8149 11.2483 17.4762C11.7831 17.1891 12.1433 16.8974 12.4245 16.5165C12.8687 15.9237 12.9073 15.371 12.5491 14.7638C12.2526 14.2605 10.9021 12.614 10.4717 12.2269C10.158 11.9487 9.90894 11.8011 9.59628 11.7173C9.00353 11.552 8.496 11.6878 7.87054 12.1771C7.48543 12.4751 7.19304 12.5262 6.85189 12.3506C6.76468 12.3046 6.54682 12.1395 6.36301 11.9834C5.70784 11.4196 5.2403 10.8737 4.83165 10.1947C4.42152 9.50887 4.20557 8.95271 4.05325 8.18387C3.95613 7.69191 3.95095 7.5255 4.02295 7.25682C4.11355 6.9187 4.32428 6.73896 4.88071 6.53213C5.44884 6.31873 5.74966 6.06283 5.90449 5.67073C5.95314 5.55111 5.99682 5.38808 6.00156 5.30846C6.05018 4.61935 5.46805 2.90377 4.79818 1.76329C4.49256 1.24458 4.34013 1.05813 4.1127 0.916302C3.88528 0.774471 3.52161 0.670555 3.24997 0.668954Z' fill='%23123B71'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.email .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M5.01067 7.98384L0.910001 4.42117V11.5058L5.01067 7.98384ZM10.2947 8.58717L8.85467 9.83717C8.62867 10.0292 8.334 10.1452 8.012 10.1452H8.00067H8.00133H7.992C7.66933 10.1452 7.37467 10.0285 7.146 9.83517L7.148 9.8365L5.708 8.5865L1.33067 12.3458H14.67L10.2947 8.58717ZM14.676 3.5765H1.32267L7.73667 9.14717C7.80878 9.20421 7.89805 9.23522 7.99 9.23517H7.99933H7.99867H8.008C8.10027 9.23529 8.18984 9.20402 8.262 9.1465L8.26133 9.14717L14.676 3.5765ZM15.09 4.4205L10.99 7.98317L15.09 11.5032V4.4205ZM0.690001 2.79317C0.850001 2.71317 1.038 2.6665 1.23733 2.6665H14.7607C14.9539 2.66655 15.1445 2.71151 15.3173 2.79784L15.31 2.7945C15.517 2.89658 15.6912 3.05449 15.8132 3.2504C15.9351 3.44631 15.9998 3.67242 16 3.90317V12.0178C15.9996 12.3462 15.869 12.6611 15.6368 12.8933C15.4046 13.1255 15.0897 13.2562 14.7613 13.2565H1.23933C0.910927 13.2562 0.596073 13.1255 0.363854 12.8933C0.131636 12.6611 0.00102019 12.3462 0.000667254 12.0178V3.90317C0.000667254 3.4185 0.280001 2.9985 0.686668 2.7965L0.694001 2.79317H0.690001Z' fill='%23123B71'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.tanggal-lahir .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M10.1375 0.0693257C10.3094 0.200867 10.3437 0.303966 10.3437 0.702144V1.06833H11.6156C12.8125 1.06833 12.8969 1.07188 12.9813 1.13587C13.0281 1.17142 13.0969 1.24964 13.1281 1.30297C13.1844 1.39896 13.1875 1.4985 13.1875 2.95256C13.1906 5.75403 13.2594 6.72814 13.5625 8.11465C13.9781 10.006 14.8312 11.8511 15.7219 12.7826C15.9625 13.035 16 13.1061 16 13.3336C16 13.554 15.9375 13.6891 15.7938 13.7994C15.7094 13.8633 15.625 13.8669 14.4438 13.8669H13.1875V14.7628C13.1875 15.7547 13.1813 15.7796 12.9813 15.9325C12.8938 15.9964 12.7094 16 6.59375 16C0.478125 16 0.29375 15.9964 0.20625 15.9325C0.159375 15.8969 0.0906249 15.8187 0.0593749 15.7654C0.00312487 15.6658 -5.96046e-07 15.4561 -5.96046e-07 8.53416C-5.96046e-07 1.61227 0.00312487 1.40251 0.0593749 1.30297C0.0906249 1.24964 0.159375 1.17142 0.20625 1.13587C0.290625 1.07188 0.375 1.06833 1.55312 1.06833H2.8125V0.702144C2.8125 0.407065 2.825 0.321742 2.87187 0.236418C2.96875 0.0728803 3.0875 0.00177779 3.28125 0.00177779C3.475 0.00177779 3.59375 0.0728803 3.69063 0.236418C3.7375 0.321742 3.75 0.407065 3.75 0.702144V1.06833H4.9375H6.125V0.702144C6.125 0.303966 6.15937 0.200867 6.33125 0.0693257C6.45312 -0.0231085 6.73438 -0.0231085 6.85625 0.0693257C7.02813 0.200867 7.0625 0.303966 7.0625 0.702144V1.06833H8.23437H9.40625V0.702144C9.40625 0.407065 9.41875 0.321742 9.46563 0.236418C9.5625 0.0728803 9.68125 0.00177779 9.875 0.00177779C9.99062 0.00177779 10.075 0.0231086 10.1375 0.0693257ZM10.3437 2.4975C10.3437 2.79613 10.3312 2.88146 10.2844 2.96678C10.1875 3.13032 10.0687 3.20142 9.875 3.20142C9.68125 3.20142 9.5625 3.13032 9.46563 2.96678C9.41875 2.88146 9.40625 2.79613 9.40625 2.4975V2.13487H8.23437H7.0625V2.4975C7.0625 2.89923 7.02813 3.00233 6.85625 3.13387C6.73438 3.22631 6.45312 3.22631 6.33125 3.13387C6.15937 3.00233 6.125 2.89923 6.125 2.4975V2.13487H4.9375H3.75V2.4975C3.75 2.89923 3.71563 3.00233 3.54375 3.13387C3.42188 3.22631 3.14063 3.22631 3.01875 3.13387C2.84688 3.00233 2.8125 2.89923 2.8125 2.4975V2.13487H1.875H0.937499V3.20142V4.26797H6.59375H12.25V3.20142V2.13487H11.2969H10.3437V2.4975ZM0.98125 5.71492C1.125 8.38129 1.9625 10.8699 3.27812 12.5408L3.47813 12.8004H8.95937H14.4375L14.2656 12.5373C13.1281 10.7846 12.3875 8.28175 12.2625 5.76825L12.2406 5.33452H6.6H0.959375L0.98125 5.71492ZM0.937499 12.6759V14.9335H6.59375H12.25V14.4002V13.8669H7.67812H3.10313L2.98125 13.7674C2.45625 13.3301 1.50313 11.8049 1.08125 10.7241C1.01563 10.557 0.95625 10.4184 0.95 10.4184C0.94375 10.4184 0.937499 11.4352 0.937499 12.6759Z' fill='%23123B71'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.search-ico .new-box-item-inner .input .form-group .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.3' d='M5.91594 0.032011C4.47708 0.217851 3.15725 0.838485 2.11049 1.82729C0.388059 3.45777 -0.354127 5.8772 0.160502 8.19493C0.958702 11.782 4.47708 14.0752 8.06898 13.3494C8.88119 13.1846 9.75291 12.8199 10.4566 12.35C10.6701 12.2063 10.8592 12.073 10.8732 12.052C10.8872 12.0309 11.4998 12.6165 12.3366 13.451C13.3098 14.4258 13.8174 14.9097 13.9049 14.9448C14.0765 15.0184 14.4301 15.0184 14.5736 14.9448C14.9202 14.7695 15.0742 14.4083 14.9657 14.0261C14.9097 13.8297 14.8712 13.7912 13.4533 12.3676C12.6271 11.5365 12.018 10.8984 12.039 10.8844C12.1125 10.8353 12.5781 10.1059 12.7497 9.7623C13.9119 7.44456 13.6529 4.69554 12.0845 2.63377C10.9852 1.18913 9.31179 0.235383 7.50884 0.0285043C7.14475 -0.0100662 6.24503 -0.010066 5.91594 0.032011ZM7.58936 1.58886C9.45183 1.89041 11.0622 3.25791 11.6609 5.04267C11.8709 5.67733 11.9164 5.97538 11.9164 6.72575C11.9164 7.3008 11.9059 7.4656 11.8394 7.76715C11.5909 8.91725 11.0342 9.8745 10.166 10.6494C9.50084 11.242 8.68164 11.6523 7.76091 11.8521C7.27779 11.9573 6.26953 11.9643 5.79341 11.8697C3.70339 11.4454 2.1455 9.94463 1.65538 7.88286C1.52584 7.33937 1.50484 6.44874 1.60286 5.86668C1.78491 4.81475 2.24002 3.90309 2.97171 3.1422C3.52134 2.56715 4.08499 2.18495 4.79566 1.89742C5.69189 1.53626 6.62662 1.43457 7.58936 1.58886Z' fill='%23123B71'/%3E%3C/svg%3E%0A") !important;
  background-position: left 16px center;
  background-size: 16px 16px;
  background-repeat: no-repeat;
  padding-left: 45px;
}

.border-hr-mobile {
  border-top: 8px solid #f0f3fc;
  margin: 1.5rem 0 0;
  display: none;
}
@media (max-width: 1024px) {
  .border-hr-mobile {
    display: block;
  }
}

@media (max-width: 1024px) {
  .CX-simple-form .box-simple-form .new-box-form {
    padding: 1rem 0;
  }
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-title {
  margin-bottom: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-title h1 {
  font-family: "SourceSans-Bold";
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: center;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.nama-lengkap.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C6.93913 0 5.92172 0.421427 5.17157 1.17157C4.42143 1.92172 4 2.93913 4 4C4 5.06087 4.42143 6.07828 5.17157 6.82843C5.92172 7.57857 6.93913 8 8 8C9.06087 8 10.0783 7.57857 10.8284 6.82843C11.5786 6.07828 12 5.06087 12 4C12 2.93913 11.5786 1.92172 10.8284 1.17157C10.0783 0.421427 9.06087 0 8 0ZM8 10C3.58 10 0 11.79 0 14V16H16V14C16 11.79 12.42 10 8 10Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.no-telp.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='18' viewBox='0 0 13 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3.24997 0.668952C2.11065 0.661354 1.08325 1.13998 0.564006 1.92625C0.234949 2.42373 0.0851594 2.99514 0.106267 3.69646C0.120858 4.21161 0.369984 5.57263 0.633936 6.56876C1.71768 10.6967 4.02394 14.175 7.61003 17.087C8.38322 17.718 8.81401 17.9305 9.35244 17.9518C9.98011 17.9744 10.6167 17.8149 11.2483 17.4762C11.7831 17.1891 12.1433 16.8974 12.4245 16.5165C12.8687 15.9237 12.9073 15.371 12.5491 14.7638C12.2526 14.2605 10.9021 12.614 10.4717 12.2269C10.158 11.9487 9.90894 11.8011 9.59628 11.7173C9.00353 11.552 8.496 11.6878 7.87054 12.1771C7.48543 12.4751 7.19304 12.5262 6.85189 12.3506C6.76468 12.3046 6.54682 12.1395 6.36301 11.9834C5.70784 11.4196 5.2403 10.8737 4.83165 10.1947C4.42152 9.50887 4.20557 8.95271 4.05325 8.18387C3.95613 7.69191 3.95095 7.5255 4.02295 7.25682C4.11355 6.9187 4.32428 6.73896 4.88071 6.53213C5.44884 6.31873 5.74967 6.06283 5.90449 5.67073C5.95314 5.5511 5.99682 5.38808 6.00156 5.30846C6.05018 4.61935 5.46805 2.90377 4.79818 1.76329C4.49257 1.24458 4.34013 1.05813 4.1127 0.9163C3.88528 0.774469 3.52161 0.670553 3.24997 0.668952Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.email.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.01067 7.98384L0.910001 4.42117V11.5058L5.01067 7.98384ZM10.2947 8.58717L8.85467 9.83717C8.62867 10.0292 8.334 10.1452 8.012 10.1452H8.00067H8.00133H7.992C7.66933 10.1452 7.37467 10.0285 7.146 9.83517L7.148 9.8365L5.708 8.5865L1.33067 12.3458H14.67L10.2947 8.58717ZM14.676 3.5765H1.32267L7.73667 9.14717C7.80878 9.20421 7.89805 9.23522 7.99 9.23517H7.99933H7.99867H8.008C8.10027 9.23529 8.18985 9.20402 8.262 9.1465L8.26133 9.14717L14.676 3.5765ZM15.09 4.4205L10.99 7.98317L15.09 11.5032V4.4205ZM0.690001 2.79317C0.85 2.71317 1.038 2.6665 1.23734 2.6665H14.7607C14.9539 2.66655 15.1445 2.71151 15.3173 2.79784L15.31 2.7945C15.517 2.89658 15.6912 3.05449 15.8132 3.2504C15.9351 3.44631 15.9998 3.67242 16 3.90317V12.0178C15.9996 12.3462 15.869 12.6611 15.6368 12.8933C15.4046 13.1255 15.0897 13.2562 14.7613 13.2565H1.23933C0.910927 13.2562 0.596073 13.1255 0.363854 12.8933C0.131636 12.6611 0.00102043 12.3462 0.000667572 12.0178V3.90317C0.000667572 3.4185 0.280002 2.9985 0.686668 2.7965L0.694001 2.79317H0.690001Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.tanggal-lahir.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.1375 0.0693254C10.3094 0.200867 10.3438 0.303966 10.3438 0.702144V1.06833H11.6156C12.8125 1.06833 12.8969 1.07188 12.9813 1.13587C13.0281 1.17142 13.0969 1.24964 13.1281 1.30297C13.1844 1.39896 13.1875 1.4985 13.1875 2.95256C13.1906 5.75403 13.2594 6.72814 13.5625 8.11465C13.9781 10.006 14.8312 11.8511 15.7219 12.7826C15.9625 13.035 16 13.1061 16 13.3336C16 13.554 15.9375 13.6891 15.7938 13.7994C15.7094 13.8633 15.625 13.8669 14.4438 13.8669H13.1875V14.7628C13.1875 15.7547 13.1813 15.7796 12.9813 15.9325C12.8937 15.9964 12.7094 16 6.59375 16C0.478126 16 0.29375 15.9964 0.20625 15.9325C0.159375 15.8969 0.0906248 15.8187 0.0593748 15.7654C0.00312519 15.6658 0 15.4561 0 8.53416C0 1.61227 0.00312519 1.40251 0.0593748 1.30297C0.0906248 1.24964 0.159375 1.17142 0.20625 1.13587C0.290626 1.07188 0.375 1.06833 1.55312 1.06833H2.8125V0.702144C2.8125 0.407065 2.825 0.321741 2.87187 0.236418C2.96875 0.0728807 3.0875 0.00177765 3.28125 0.00177765C3.475 0.00177765 3.59375 0.0728807 3.69063 0.236418C3.7375 0.321741 3.75 0.407065 3.75 0.702144V1.06833H4.9375H6.125V0.702144C6.125 0.303966 6.15938 0.200867 6.33125 0.0693254C6.45312 -0.0231094 6.73438 -0.0231094 6.85625 0.0693254C7.02812 0.200867 7.0625 0.303966 7.0625 0.702144V1.06833H8.23437H9.40625V0.702144C9.40625 0.407065 9.41875 0.321741 9.46563 0.236418C9.5625 0.0728807 9.68125 0.00177765 9.875 0.00177765C9.99062 0.00177765 10.075 0.0231085 10.1375 0.0693254ZM10.3438 2.4975C10.3438 2.79613 10.3312 2.88146 10.2844 2.96678C10.1875 3.13032 10.0687 3.20142 9.875 3.20142C9.68125 3.20142 9.5625 3.13032 9.46563 2.96678C9.41875 2.88146 9.40625 2.79613 9.40625 2.4975V2.13487H8.23437H7.0625V2.4975C7.0625 2.89923 7.02812 3.00233 6.85625 3.13387C6.73438 3.22631 6.45312 3.22631 6.33125 3.13387C6.15938 3.00233 6.125 2.89923 6.125 2.4975V2.13487H4.9375H3.75V2.4975C3.75 2.89923 3.71562 3.00233 3.54375 3.13387C3.42188 3.22631 3.14062 3.22631 3.01875 3.13387C2.84688 3.00233 2.8125 2.89923 2.8125 2.4975V2.13487H1.875H0.937499V3.20142V4.26797H6.59375H12.25V3.20142V2.13487H11.2969H10.3438V2.4975ZM0.98125 5.71492C1.125 8.38129 1.9625 10.8699 3.27812 12.5408L3.47813 12.8004H8.95937H14.4375L14.2656 12.5373C13.1281 10.7846 12.3875 8.28175 12.2625 5.76825L12.2406 5.33452H6.6H0.959374L0.98125 5.71492ZM0.937499 12.6759V14.9335H6.59375H12.25V14.4002V13.8669H7.67813H3.10313L2.98125 13.7674C2.45625 13.3301 1.50313 11.8049 1.08125 10.7241C1.01562 10.557 0.95625 10.4184 0.95 10.4184C0.94375 10.4184 0.937499 11.4352 0.937499 12.6759Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.search-ico.has-value .new-box-item-inner .input .form-group .select2.select2-container.select2-container--default .select2-selection.select2-selection--single {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.91594 0.032011C4.47708 0.217851 3.15725 0.838485 2.11049 1.82729C0.388059 3.45777 -0.354127 5.8772 0.160502 8.19493C0.958702 11.782 4.47708 14.0752 8.06898 13.3494C8.88119 13.1846 9.75291 12.8199 10.4566 12.35C10.6701 12.2063 10.8592 12.073 10.8732 12.052C10.8872 12.0309 11.4998 12.6165 12.3366 13.451C13.3098 14.4258 13.8174 14.9097 13.9049 14.9448C14.0765 15.0184 14.4301 15.0184 14.5736 14.9448C14.9202 14.7695 15.0742 14.4083 14.9657 14.0261C14.9097 13.8297 14.8712 13.7912 13.4533 12.3676C12.6271 11.5365 12.018 10.8984 12.039 10.8844C12.1125 10.8353 12.5781 10.1059 12.7497 9.7623C13.9119 7.44456 13.6529 4.69554 12.0845 2.63377C10.9852 1.18913 9.31179 0.235383 7.50884 0.0285043C7.14475 -0.0100662 6.24503 -0.010066 5.91594 0.032011ZM7.58936 1.58886C9.45183 1.89041 11.0622 3.25791 11.6609 5.04267C11.8709 5.67733 11.9164 5.97538 11.9164 6.72575C11.9164 7.3008 11.9059 7.4656 11.8394 7.76715C11.5909 8.91725 11.0342 9.8745 10.166 10.6494C9.50084 11.242 8.68164 11.6523 7.76091 11.8521C7.27779 11.9573 6.26953 11.9643 5.79341 11.8697C3.70339 11.4454 2.1455 9.94463 1.65538 7.88286C1.52584 7.33937 1.50484 6.44874 1.60286 5.86668C1.78491 4.81475 2.24002 3.90309 2.97171 3.1422C3.52134 2.56715 4.08499 2.18495 4.79566 1.89742C5.69189 1.53626 6.62662 1.43457 7.58936 1.58886Z' fill='black'/%3E%3C/svg%3E%0A") !important;
}

.CX-simple-form .box-simple-form .box-agree {
  padding: 16px 16px;
}
.CX-simple-form .box-simple-form .box-agree .box-agree-inner .box-agree-text {
  flex: 1 1 auto;
}
.CX-simple-form .box-simple-form .box-agree .box-agree-inner .box-agree-text .box-name h3 {
  margin-bottom: 0;
  font-size: 14px;
  color: #333333;
}
.CX-simple-form .box-simple-form .box-agree .box-agree-inner .box-agree-text .box-name p {
  color: #333333;
  font-size: 11px;
  margin-bottom: 0;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.no-border .new-box-item-inner .input .form-control {
  border-color: transparent;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-grey .new-box-item-inner .input .control-label {
  color: #333333;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-grey .new-box-item-inner .input .form-control {
  background-color: #f5f5f5;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-grey.with-char-limit.new-textarea .new-box-item-inner .input .box-char-limit {
  background-color: #f5f5f5;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.font-size-15 .new-box-item-inner .input .control-label {
  font-size: 15px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.font-size-15 .new-box-item-inner .input .form-control {
  background-color: #f5f5f5;
  font-size: 14px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.font-size-15 .new-box-item-inner .input .form-control::-webkit-input-placeholder {
  font-size: 14px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.font-size-15 .new-box-item-inner .input .form-control::-moz-placeholder {
  font-size: 14px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.font-size-15 .new-box-item-inner .input .form-control:-moz-placeholder {
  font-size: 14px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.font-size-15 .new-box-item-inner .input .form-control:-ms-input-placeholder {
  font-size: 14px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit.new-textarea {
  margin-bottom: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit.new-textarea .new-box-item-inner .input > .form-group {
  margin-bottom: 0px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit.new-textarea .new-box-item-inner .input > .form-group .form-control {
  font-family: "SourceSans-Semibold" !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit.new-textarea .new-box-item-inner .input .box-char-limit {
  right: 10px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple {
  margin-bottom: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .form-group {
  margin-bottom: 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .form-group .control-label {
  cursor: default;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .form-group .form-control {
  opacity: 0;
  visibility: hidden;
  height: 0;
  visibility: hidden;
  position: absolute;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-display-dropdown-multiple .inner {
  background-color: #f5f5f5;
  text-align: left;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0;
  color: #7f7f7f;
  padding: 9px 40px 9px 14px;
  background-color: #f8f9fc;
  border: 1px solid #d2d9ef;
  position: relative;
  cursor: pointer;
  position: relative;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-display-dropdown-multiple .inner span {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-display-dropdown-multiple .inner:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.2' cx='9' cy='9' r='9' fill='%23494DF4'/%3E%3Cpath d='M7.6094 5.03437C7.58128 5.05469 7.54534 5.09531 7.52971 5.125C7.50159 5.17656 7.50003 5.24062 7.50003 6.33905V7.49998L6.32505 7.5031L5.14851 7.50779L5.09695 7.54373C4.99382 7.61716 5.00007 7.53591 5.00007 8.99996C5.00007 10.464 4.99382 10.3828 5.09695 10.4562L5.14851 10.4921L6.32349 10.4968L7.50003 10.4999L7.50315 11.6765L7.50784 12.8515L7.54378 12.9031C7.61721 13.0062 7.53596 12.9999 9 12.9999C10.464 12.9999 10.3828 13.0062 10.4562 12.9031L10.4922 12.8515L10.4968 11.6765L10.5 10.4999L11.6765 10.4968L12.8515 10.4921L12.9031 10.4562C13.0062 10.3828 12.9999 10.464 12.9999 8.99996C12.9999 7.53591 13.0062 7.61716 12.9031 7.54373L12.8515 7.50779L11.6765 7.5031L10.5 7.49998V6.33905C10.5 5.24062 10.4984 5.17656 10.4703 5.125C10.4547 5.09531 10.4187 5.05469 10.3906 5.03437L10.339 5H9H7.66096L7.6094 5.03437Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-display-dropdown-multiple:hover .inner {
  background-color: #ededfe;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  position: absolute;
  width: 100%;
  left: 0;
  margin-top: 8px;
  background: #fff;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  max-height: 310px;
  overflow-y: auto;
  z-index: 2;
  -webkit-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.21);
  -moz-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.21);
  -ms-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.21);
  -o-box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.21);
  box-shadow: 0px 2px 14px 0px rgba(0, 0, 0, 0.21);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list::-webkit-scrollbar:vertical {
  width: 8px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list::-webkit-scrollbar:horizontal {
  height: 8px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list::-webkit-scrollbar-thumb {
  background-color: #999999;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  border: 2px solid #ffffff;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list::-webkit-scrollbar-track {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #ffffff;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list.open {
  opacity: 1;
  visibility: visible;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list .empty-results {
  color: #999999;
  font-size: 12px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
  padding: 0 20px 16px;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul {
  list-style: none;
  padding: 8px 20px;
  margin: 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li {
  border-bottom: 1px solid #f5f5f5;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li input[type=checkbox] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li:last-child {
  border-bottom: 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li > .text {
  padding-right: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li .text {
  font-size: 12px;
  color: #999999;
  font-family: "SourceSans-Semibold";
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li .ico-circle {
  position: absolute;
  width: 18px;
  height: 18px;
  right: 0;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  top: 10px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li:hover .text {
  color: #333;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li:hover .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='%23D3D3F5'/%3E%3C/svg%3E%0A");
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li.selected .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM12.6273 6.2727C12.8909 6.53631 12.8909 6.96369 12.6273 7.2273L8.1273 11.7273C7.86369 11.9909 7.43631 11.9909 7.1727 11.7273L5.3727 9.9273C5.1091 9.66369 5.1091 9.23631 5.3727 8.9727C5.63631 8.7091 6.06369 8.7091 6.3273 8.9727L7.65 10.2954L9.66135 8.28405L11.6727 6.2727C11.9363 6.0091 12.3637 6.0091 12.6273 6.2727Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.bg-grey .new-box-item-inner .input .box-display-dropdown-multiple .inner {
  background-color: #f5f5f5;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.no-border .new-box-item-inner .input .box-display-dropdown-multiple .inner {
  border-color: transparent;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.has-selected .new-box-item-inner .input .box-display-dropdown-multiple .inner {
  background-color: #ededfe;
  color: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.has-selected .new-box-item-inner .input .box-display-dropdown-multiple .inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18 9C18 13.9706 13.9706 18 9 18C4.02944 18 0 13.9706 0 9C0 4.02944 4.02944 0 9 0C13.9706 0 18 4.02944 18 9ZM12.6273 6.2727C12.8909 6.53631 12.8909 6.96369 12.6273 7.2273L8.1273 11.7273C7.86369 11.9909 7.43631 11.9909 7.1727 11.7273L5.3727 9.9273C5.1091 9.66369 5.1091 9.23631 5.3727 8.9727C5.63631 8.7091 6.06369 8.7091 6.3273 8.9727L7.65 10.2954L9.66135 8.28405L11.6727 6.2727C11.9363 6.0091 12.3637 6.0091 12.6273 6.2727Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple:hover .new-box-item-inner .input .box-display-dropdown-multiple .inner:hover {
  background-color: #ededfe;
  color: #494df4;
}

.CX-simple-form.testimony .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label {
  margin-bottom: 12px;
  font-size: 15px;
  font-family: "SourceSans-Semibold";
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload {
  margin-bottom: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .form-group {
  margin-bottom: 0px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .form-group .form-control {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .title {
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .title h3 {
  font-family: "SourceSans-Semibold";
  font-size: 15px;
  line-height: 19px;
  color: #333;
  margin-bottom: 8px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .title p {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 15px;
  color: #cccccc;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item {
  width: 50px;
  height: 50px;
  line-height: 50px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #f5f5f5;
  position: relative;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item .close-file {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.75 7.5C13.75 10.9518 10.9518 13.75 7.5 13.75C4.04822 13.75 1.25 10.9518 1.25 7.5C1.25 4.04822 4.04822 1.25 7.5 1.25C10.9518 1.25 13.75 4.04822 13.75 7.5ZM5.60602 5.60603C5.78908 5.42297 6.08587 5.42297 6.26893 5.60603L7.49998 6.83708L8.73102 5.60604C8.91408 5.42299 9.21087 5.42299 9.39393 5.60604C9.57699 5.7891 9.57699 6.0859 9.39393 6.26896L8.16289 7.49999L9.39392 8.73102C9.57698 8.91408 9.57698 9.21087 9.39392 9.39393C9.21086 9.57699 8.91406 9.57699 8.731 9.39393L7.49998 8.16291L6.26894 9.39394C6.08589 9.577 5.78909 9.577 5.60603 9.39394C5.42297 9.21089 5.42297 8.91409 5.60603 8.73103L6.83707 7.49999L5.60602 6.26894C5.42296 6.08589 5.42296 5.78909 5.60602 5.60603Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  top: -5px;
  right: -5px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item .img {
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change {
  border: 1px dashed #999999;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
  cursor: pointer;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 16.2H11C13.8089 16.2 15.2134 16.2 16.2223 15.5381C16.659 15.2516 17.034 14.8834 17.3259 14.4546C18 13.4641 18 12.0851 18 9.32727C18 6.56942 18 5.19049 17.3259 4.19994C17.034 3.77112 16.659 3.40294 16.2223 3.11641C15.574 2.69112 14.7624 2.53911 13.5198 2.48477C12.9268 2.48477 12.4163 2.04361 12.3 1.47273C12.1256 0.616399 11.3598 0 10.4703 0H7.52971C6.64025 0 5.87444 0.616399 5.7 1.47273C5.58371 2.04361 5.07317 2.48477 4.4802 2.48477C3.2376 2.53911 2.426 2.69112 1.77772 3.11641C1.34096 3.40294 0.965956 3.77112 0.674122 4.19994C0 5.19049 0 6.56942 0 9.32727C0 12.0851 0 13.4641 0.674122 14.4546C0.965956 14.8834 1.34096 15.2516 1.77772 15.5381C2.78661 16.2 4.19108 16.2 7 16.2ZM9 5.64545C6.92893 5.64545 5.25 7.29386 5.25 9.32727C5.25 11.3607 6.92893 13.0091 9 13.0091C11.0711 13.0091 12.75 11.3607 12.75 9.32727C12.75 7.29386 11.0711 5.64545 9 5.64545ZM9 7.11818C7.75736 7.11818 6.75 8.10723 6.75 9.32727C6.75 10.5473 7.75736 11.5364 9 11.5364C10.2426 11.5364 11.25 10.5473 11.25 9.32727C11.25 8.10723 10.2426 7.11818 9 7.11818ZM13.25 6.38182C13.25 5.97514 13.5858 5.64545 14 5.64545H15C15.4142 5.64545 15.75 5.97514 15.75 6.38182C15.75 6.7885 15.4142 7.11818 15 7.11818H14C13.5858 7.11818 13.25 6.7885 13.25 6.38182Z' fill='%235F5F5F'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 17px;
  display: inline-block;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change .text {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: center;
  color: #999999;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change:hover {
  background-color: #ededfe;
  border-color: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change:hover:before {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='17' viewBox='0 0 18 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 16.2H11C13.8089 16.2 15.2134 16.2 16.2223 15.5381C16.659 15.2516 17.034 14.8834 17.3259 14.4546C18 13.4641 18 12.0851 18 9.32727C18 6.56942 18 5.19049 17.3259 4.19994C17.034 3.77112 16.659 3.40294 16.2223 3.11641C15.574 2.69112 14.7624 2.53911 13.5198 2.48477C12.9268 2.48477 12.4163 2.04361 12.3 1.47273C12.1256 0.616399 11.3598 0 10.4703 0H7.52971C6.64025 0 5.87444 0.616399 5.7 1.47273C5.58371 2.04361 5.07317 2.48477 4.4802 2.48477C3.2376 2.53911 2.426 2.69112 1.77772 3.11641C1.34096 3.40294 0.965956 3.77112 0.674122 4.19994C0 5.19049 0 6.56942 0 9.32727C0 12.0851 0 13.4641 0.674122 14.4546C0.965956 14.8834 1.34096 15.2516 1.77772 15.5381C2.78661 16.2 4.19108 16.2 7 16.2ZM9 5.64545C6.92893 5.64545 5.25 7.29386 5.25 9.32727C5.25 11.3607 6.92893 13.0091 9 13.0091C11.0711 13.0091 12.75 11.3607 12.75 9.32727C12.75 7.29386 11.0711 5.64545 9 5.64545ZM9 7.11818C7.75736 7.11818 6.75 8.10723 6.75 9.32727C6.75 10.5473 7.75736 11.5364 9 11.5364C10.2426 11.5364 11.25 10.5473 11.25 9.32727C11.25 8.10723 10.2426 7.11818 9 7.11818ZM13.25 6.38182C13.25 5.97514 13.5858 5.64545 14 5.64545H15C15.4142 5.64545 15.75 5.97514 15.75 6.38182C15.75 6.7885 15.4142 7.11818 15 7.11818H14C13.5858 7.11818 13.25 6.7885 13.25 6.38182Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change:hover .text {
  color: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload:not(.has-file) .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item {
  width: 100%;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item {
  flex: 0 0 50px;
  max-width: 50px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change .text {
  display: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .upload__img-wrap {
  display: flex;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .upload__img-wrap .box-area-upload-item .img {
  background-position: center center;
}

@media (max-width: 1024px) {
  .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding: 10px 0;
  }
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li .text {
  display: block;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li .text .text-inner {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  padding-right: 30px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-error .form-group.input-text-wrapper input {
  background-position: left 16px center !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-clear-text {
  position: absolute;
  top: 42px;
  right: 15px;
  cursor: pointer;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-clear-text a {
  display: block;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-clear-text a:hover svg path,
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-clear-text a:hover svg circle {
  stroke: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .simple-info-text {
  font-family: "SourceSans-Semibold";
  font-size: 15px;
  font-weight: 600;
  line-height: 18.86px;
  text-align: left;
  color: #494df4;
  position: relative;
  top: -15px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .simple-info-text p {
  margin-bottom: 0px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .simple-info-text.error {
  color: #bd0a0a;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.has-error ~ .simple-info-text {
  display: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block {
  padding-left: 0px;
  font-family: "SourceSans-Semibold";
  font-size: 15px;
  font-weight: 600;
  line-height: 18.86px;
  text-align: left;
  position: relative;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block:before {
  display: none;
}

.new-box-form .new-box-item:not(.dynamic-label).has-success.bg-ico-left .new-box-item-inner .input:after {
  top: 38px;
  right: 45px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default:not(.dynamic-label).has-success.bg-ico-left .new-box-item-inner .input:after {
  display: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-title h1 {
  text-align: left;
}
@media (max-width: 1024px) {
  .CX-simple-form .box-simple-form .new-box-form .new-box-form-title h1 {
    text-align: center;
  }
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error {
  margin-bottom: 40px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error .form-feedback-item.form-validator-stack.help-block {
  position: absolute;
  top: 100%;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group.input-select-wrapper.has-select2.has-error .select2.select2-container.select2-container--default .select2-selection {
  border-color: #c91432 !important;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password.has-success .new-box-item-inner .input:after {
  display: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.multiple-false .new-box-item-inner .input .box-display-dropdown-multiple .inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8775 0L8.42915 6.43425L1.98085 0L0 1.98085L8.42915 10.41L16.8583 1.98085L14.8775 0Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 11px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.multiple-false .new-box-item-inner .input .box-display-dropdown-multiple.active .inner:after {
  transform: translateY(-50%) rotate(-180deg);
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.multiple-false .new-box-item-inner .input .box-display-dropdown-multiple .inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='11' viewBox='0 0 17 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.8775 0L8.42915 6.43425L1.98085 0L0 1.98085L8.42915 10.41L16.8583 1.98085L14.8775 0Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 17px;
  height: 11px;
  background-repeat: no-repeat;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.multiple-false .new-box-item-inner .input .box-display-dropdown-multiple.active .inner:after {
  transform: translateY(-50%) rotate(-180deg);
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload input {
  z-index: 2;
  height: 130px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change {
  display: block;
  text-align: center;
  height: initial;
  line-height: initial;
  padding: 10px 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M32.6136 10C33.0252 7.65142 31.218 5.5 28.8336 5.5H9.17071C6.78635 5.5 4.97913 7.65142 5.39066 10M28.9024 5.5C28.9535 5.03366 28.979 4.80043 28.9795 4.60782C28.9835 2.7653 27.5956 1.21716 25.7636 1.02055C25.5721 1 25.3375 1 24.8683 1H13.1363C12.6672 1 12.4326 1 12.2411 1.02055C10.4091 1.21716 9.0212 2.7653 9.0252 4.60782C9.02562 4.80044 9.05116 5.03362 9.10223 5.5' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M24.3996 29.7998H13.5996' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.69032 22.2274C0.887469 16.533 0.486043 13.6858 2.19217 11.8429C3.8983 10 6.93564 10 13.0103 10H24.9897C31.0644 10 34.1017 10 35.8078 11.8429C37.514 13.6858 37.1125 16.533 36.3097 22.2274L35.5483 27.6274C34.9187 32.093 34.6039 34.3257 32.989 35.6629C31.3741 37 28.9921 37 24.2283 37H13.7717C9.00785 37 6.62595 37 5.01101 35.6629C3.39607 34.3257 3.08127 32.093 2.45167 27.6274L1.69032 22.2274Z' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M19.0005 19.0001V25.353M19.0005 19.0001L21.1181 21.1177M19.0005 19.0001L16.8828 21.1177' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 38px;
  height: 38px;
  display: block;
  margin: 0 auto;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .text {
  margin-top: 10px;
  color: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .text .text-upload {
  font-size: 11px;
  font-style: normal;
  line-height: 16px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .text .info-upload {
  font-size: 13px;
  font-style: normal;
  line-height: 16px;
  font-family: "SourceSans-Semibold";
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change {
  background-color: #ededfe;
  border-color: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change:before {
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='26' viewBox='0 0 26 26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M22.0754 7C22.3498 5.43428 21.145 4 19.5554 4H6.44682C4.85724 4 3.65243 5.43428 3.92678 7M19.6013 4C19.6353 3.68911 19.6524 3.53362 19.6526 3.40521C19.6553 2.17687 18.7301 1.14477 17.5087 1.0137C17.3811 1 17.2247 1 16.9119 1H9.09056C8.77778 1 8.62139 1 8.49372 1.0137C7.27238 1.14477 6.34714 2.17687 6.34981 3.40521C6.35009 3.53362 6.36711 3.68908 6.40116 4' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M16.5994 20.2H9.39941' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.46021 15.1516C0.924979 11.3553 0.657362 9.45718 1.79478 8.22859C2.9322 7 4.95709 7 9.00687 7H16.9931C21.0429 7 23.0678 7 24.2052 8.22859C25.3426 9.45718 25.075 11.3553 24.5398 15.1516L24.0322 18.7516C23.6125 21.7286 23.4026 23.2172 22.326 24.1086C21.2494 25 19.6614 25 16.4856 25H9.51444C6.33857 25 4.75063 25 3.67401 24.1086C2.59738 23.2172 2.38751 21.7286 1.96778 18.7516L1.46021 15.1516Z' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M13.0006 13.0001V17.2354M13.0006 13.0001L14.4124 14.4118M13.0006 13.0001L11.5889 14.4118' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 26px;
  background-size: cover;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload-item .close-file {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7.5' cy='7.5' r='7.5' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.75 7.5C13.75 10.9518 10.9518 13.75 7.5 13.75C4.04822 13.75 1.25 10.9518 1.25 7.5C1.25 4.04822 4.04822 1.25 7.5 1.25C10.9518 1.25 13.75 4.04822 13.75 7.5ZM5.60602 5.60603C5.78908 5.42297 6.08587 5.42297 6.26893 5.60603L7.49998 6.83708L8.73102 5.60604C8.91408 5.42299 9.21087 5.42299 9.39393 5.60604C9.57699 5.7891 9.57699 6.0859 9.39393 6.26896L8.16289 7.49999L9.39392 8.73102C9.57698 8.91408 9.57698 9.21087 9.39392 9.39393C9.21086 9.57699 8.91406 9.57699 8.731 9.39393L7.49998 8.16291L6.26894 9.39394C6.08589 9.577 5.78909 9.577 5.60603 9.39394C5.42297 9.21089 5.42297 8.91409 5.60603 8.73103L6.83707 7.49999L5.60602 6.26894C5.42296 6.08589 5.42296 5.78909 5.60602 5.60603Z' fill='%23C91432'/%3E%3C/svg%3E%0A");
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li .text {
  color: #333;
  font-size: 13px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list ul li .text {
  color: #333;
  font-size: 13px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-display-dropdown-multiple .inner {
  border: 1px solid #e5e5e5;
  background-color: #f5f5f5;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-display-dropdown-multiple.active .inner {
  border: 1px solid #494df4;
  background: rgba(73, 77, 244, 0.04);
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit.new-textarea .new-box-item-inner .input > .form-group .form-control:focus {
  border: 1px solid #494df4;
  background: rgba(73, 77, 244, 0.04);
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list .box-search {
  margin: 15px 20px 0;
  position: relative;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list .box-search:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='5.5' cy='5.5' r='4.5' stroke='%23999999' stroke-width='1.5'/%3E%3Cpath d='M9 9L11 11' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list .box-search .form-control {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  height: 30px;
  padding-left: 30px;
  background: #f8f8ff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple .new-box-item-inner .input .box-dropdow-list .box-search .form-control:focus {
  border: 1px solid #494df4;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.no-telp-new .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22688 0.760625C3.3334 -0.404336 5.16369 -0.186074 6.07837 1.10761L7.2163 2.71705C7.94791 3.75181 7.88611 5.19041 7.01296 6.10967L6.792 6.3423C6.79139 6.34391 6.79074 6.34565 6.79007 6.34753C6.7784 6.38035 6.74887 6.48483 6.77793 6.68314C6.83816 7.09422 7.1555 7.92957 8.44383 9.28595C9.73622 10.6466 10.5201 10.9673 10.8834 11.0263C11.0401 11.0517 11.1221 11.0296 11.1482 11.0204L11.517 10.6322C12.3055 9.80202 13.5349 9.63848 14.5261 10.209L16.2502 11.2014C17.7238 12.0496 18.0667 14.1244 16.8891 15.3642L15.6072 16.7138C15.2071 17.135 14.6615 17.4946 13.9874 17.5611C12.3415 17.7236 8.52869 17.512 4.53156 13.3038C0.80174 9.37697 0.0931842 5.96143 0.00361425 4.29267L0.604713 4.26041L0.0036142 4.29267C-0.0406399 3.46817 0.326894 2.76095 0.810452 2.25186L2.22688 0.760625ZM4.9731 1.88907C4.51075 1.23513 3.68014 1.19612 3.20833 1.69284L1.7919 3.18408C1.49285 3.49892 1.33595 3.85979 1.35529 4.22012C1.42842 5.5826 2.01515 8.68896 5.51301 12.3715C9.18058 16.2328 12.5594 16.3419 13.8544 16.2141C14.1105 16.1888 14.3739 16.0467 14.6257 15.7816L15.9076 14.432C16.4606 13.8498 16.3157 12.8009 15.5749 12.3746L13.8509 11.3822C13.3882 11.1159 12.8462 11.1982 12.4984 11.5644L12.0874 11.9971L11.6117 11.5452C12.0874 11.9971 12.0868 11.9978 12.0861 11.9984L12.0849 11.9998L12.0822 12.0025L12.0765 12.0083L12.0635 12.0211C12.0542 12.0301 12.0435 12.04 12.0314 12.0506C12.0071 12.0719 11.9771 12.0962 11.941 12.1217C11.8687 12.173 11.7725 12.2294 11.6507 12.2774C11.4016 12.3757 11.0727 12.4284 10.6664 12.3624C9.87451 12.2338 8.83662 11.665 7.46238 10.2182C6.08408 8.76708 5.55657 7.68443 5.43861 6.87938C5.37857 6.46962 5.42662 6.14151 5.51479 5.89373C5.55815 5.77188 5.60934 5.67473 5.65656 5.60095C5.6801 5.56416 5.70254 5.53335 5.72237 5.50828C5.73229 5.49575 5.74157 5.48465 5.75001 5.47494L5.76203 5.46142L5.76754 5.45543L5.77016 5.45262L5.77143 5.45127C5.77206 5.45061 5.77268 5.44996 6.25246 5.90566L5.77269 5.44995L6.03151 5.17745C6.43357 4.75417 6.49198 4.0373 6.11103 3.4985L4.9731 1.88907Z' fill='%23CCCCCC'/%3E%3C/svg%3E%0A") !important;
  background-size: 18px 18px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.no-telp-new.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22688 0.760625C3.3334 -0.404336 5.16369 -0.186074 6.07837 1.10761L7.2163 2.71705C7.94791 3.75181 7.88611 5.19041 7.01296 6.10967L6.792 6.3423C6.79139 6.34391 6.79074 6.34565 6.79007 6.34753C6.7784 6.38035 6.74887 6.48483 6.77793 6.68314C6.83816 7.09422 7.1555 7.92957 8.44383 9.28595C9.73622 10.6466 10.5201 10.9673 10.8834 11.0263C11.0401 11.0517 11.1221 11.0296 11.1482 11.0204L11.517 10.6322C12.3055 9.80202 13.5349 9.63848 14.5261 10.209L16.2502 11.2014C17.7238 12.0496 18.0667 14.1244 16.8891 15.3642L15.6072 16.7138C15.2071 17.135 14.6615 17.4946 13.9874 17.5611C12.3415 17.7236 8.52869 17.512 4.53156 13.3038C0.80174 9.37697 0.0931842 5.96143 0.00361425 4.29267L0.604713 4.26041L0.0036142 4.29267C-0.0406399 3.46817 0.326894 2.76095 0.810452 2.25186L2.22688 0.760625ZM4.9731 1.88907C4.51075 1.23513 3.68014 1.19612 3.20833 1.69284L1.7919 3.18408C1.49285 3.49892 1.33595 3.85979 1.35529 4.22012C1.42842 5.5826 2.01515 8.68896 5.51301 12.3715C9.18058 16.2328 12.5594 16.3419 13.8544 16.2141C14.1105 16.1888 14.3739 16.0467 14.6257 15.7816L15.9076 14.432C16.4606 13.8498 16.3157 12.8009 15.5749 12.3746L13.8509 11.3822C13.3882 11.1159 12.8462 11.1982 12.4984 11.5644L12.0874 11.9971L11.6117 11.5452C12.0874 11.9971 12.0868 11.9978 12.0861 11.9984L12.0849 11.9998L12.0822 12.0025L12.0765 12.0083L12.0635 12.0211C12.0542 12.0301 12.0435 12.04 12.0314 12.0506C12.0071 12.0719 11.9771 12.0962 11.941 12.1217C11.8687 12.173 11.7725 12.2294 11.6507 12.2774C11.4016 12.3757 11.0727 12.4284 10.6664 12.3624C9.87451 12.2338 8.83662 11.665 7.46238 10.2182C6.08408 8.76708 5.55657 7.68443 5.43861 6.87938C5.37857 6.46962 5.42662 6.14151 5.51479 5.89373C5.55815 5.77188 5.60934 5.67473 5.65656 5.60095C5.6801 5.56416 5.70254 5.53335 5.72237 5.50828C5.73229 5.49575 5.74157 5.48465 5.75001 5.47494L5.76203 5.46142L5.76754 5.45543L5.77016 5.45262L5.77143 5.45127C5.77206 5.45061 5.77268 5.44996 6.25246 5.90566L5.77269 5.44995L6.03151 5.17745C6.43357 4.75417 6.49198 4.0373 6.11103 3.4985L4.9731 1.88907Z' fill='%23494DF4'/%3E%3C/svg%3E%0A") !important;
}

.CX-pop-up-modal .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label {
  font-size: 15px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .box-info-alert {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: rgba(201, 21, 51, 0.08);
  color: #c91432;
  font-size: 14px;
  font-style: normal;
  line-height: 19px;
  font-family: "SourceSans-Semibold";
  padding: 8px;
  display: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .box-info-alert .box-info-alert-inner {
  position: relative;
  display: flex;
  grid-column-gap: 12px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .box-info-alert .box-info-alert-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='23' viewBox='0 0 23 23' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11.1797' cy='11.1797' r='11.1797' fill='white'/%3E%3Cpath d='M4.34766 10.6554C4.34766 8.33843 4.34766 7.17993 4.62121 6.79018C4.89476 6.40044 5.98406 6.02757 8.16266 5.28182L8.57773 5.13975C9.71338 4.75101 10.2812 4.55664 10.8691 4.55664C11.4571 4.55664 12.0249 4.75101 13.1606 5.13975L13.5756 5.28182C15.7542 6.02757 16.8435 6.40044 17.1171 6.79018C17.3906 7.17993 17.3906 8.33843 17.3906 10.6554C17.3906 11.0054 17.3906 11.3849 17.3906 11.7965C17.3906 15.8819 14.319 17.8644 12.3919 18.7063C11.8691 18.9346 11.6077 19.0488 10.8691 19.0488C10.1306 19.0488 9.86919 18.9346 9.34642 18.7063C7.41925 17.8644 4.34766 15.8819 4.34766 11.7965C4.34766 11.3849 4.34766 11.0054 4.34766 10.6554Z' stroke='%23C91432' stroke-width='1.5'/%3E%3Cpath d='M10.8691 8.90576V11.8042' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='10.8672' cy='13.9761' r='0.724609' fill='%23C91432'/%3E%3C/svg%3E%0A");
  width: 23px;
  height: 23px;
  display: inline-block;
  flex: 0 0 auto;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .box-info-alert .box-info-alert-inner .text {
  flex: 1 1 auto;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-error {
  margin-bottom: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-error .new-box-item-inner .input .form-group {
  margin-bottom: 8px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-error .new-box-item-inner .input .form-group .form-control {
  background: rgba(201, 20, 50, 0.05);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-error .box-info-alert {
  display: block;
  margin-top: 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-error.bg-ico-left.no-telp-new .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22688 0.760625C3.3334 -0.404336 5.16369 -0.186074 6.07837 1.10761L7.2163 2.71705C7.94791 3.75181 7.88611 5.19041 7.01296 6.10967L6.792 6.3423C6.79139 6.34391 6.79074 6.34565 6.79007 6.34753C6.7784 6.38035 6.74887 6.48483 6.77793 6.68314C6.83816 7.09422 7.1555 7.92957 8.44383 9.28595C9.73622 10.6466 10.5201 10.9673 10.8834 11.0263C11.0401 11.0517 11.1221 11.0296 11.1482 11.0204L11.517 10.6322C12.3055 9.80202 13.5349 9.63848 14.5261 10.209L16.2502 11.2014C17.7238 12.0496 18.0667 14.1244 16.8891 15.3642L15.6072 16.7138C15.2071 17.135 14.6615 17.4946 13.9874 17.5611C12.3415 17.7236 8.52869 17.512 4.53156 13.3038C0.80174 9.37697 0.0931842 5.96143 0.00361425 4.29267L0.604713 4.26041L0.0036142 4.29267C-0.0406399 3.46817 0.326894 2.76095 0.810452 2.25186L2.22688 0.760625ZM4.9731 1.88907C4.51075 1.23513 3.68014 1.19612 3.20833 1.69284L1.7919 3.18408C1.49285 3.49892 1.33595 3.85979 1.35529 4.22012C1.42842 5.5826 2.01515 8.68896 5.51301 12.3715C9.18058 16.2328 12.5594 16.3419 13.8544 16.2141C14.1105 16.1888 14.3739 16.0467 14.6257 15.7816L15.9076 14.432C16.4606 13.8498 16.3157 12.8009 15.5749 12.3746L13.8509 11.3822C13.3882 11.1159 12.8462 11.1982 12.4984 11.5644L12.0874 11.9971L11.6117 11.5452C12.0874 11.9971 12.0868 11.9978 12.0861 11.9984L12.0849 11.9998L12.0822 12.0025L12.0765 12.0083L12.0635 12.0211C12.0542 12.0301 12.0435 12.04 12.0314 12.0506C12.0071 12.0719 11.9771 12.0962 11.941 12.1217C11.8687 12.173 11.7725 12.2294 11.6507 12.2774C11.4016 12.3757 11.0727 12.4284 10.6664 12.3624C9.87451 12.2338 8.83662 11.665 7.46238 10.2182C6.08408 8.76708 5.55657 7.68443 5.43861 6.87938C5.37857 6.46962 5.42662 6.14151 5.51479 5.89373C5.55815 5.77188 5.60934 5.67473 5.65656 5.60095C5.6801 5.56416 5.70254 5.53335 5.72237 5.50828C5.73229 5.49575 5.74157 5.48465 5.75001 5.47494L5.76203 5.46142L5.76754 5.45543L5.77016 5.45262L5.77143 5.45127C5.77206 5.45061 5.77268 5.44996 6.25246 5.90566L5.77269 5.44995L6.03151 5.17745C6.43357 4.75417 6.49198 4.0373 6.11103 3.4985L4.9731 1.88907Z' fill='%23C91432'/%3E%3C/svg%3E%0A") !important;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.dokumen .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 9C1 5.22876 1 3.34315 2.17157 2.17157C3.34315 1 5.22876 1 9 1H13C16.7712 1 18.6569 1 19.8284 2.17157C21 3.34315 21 5.22876 21 9C21 12.7712 21 14.6569 19.8284 15.8284C18.6569 17 16.7712 17 13 17H9C5.22876 17 3.34315 17 2.17157 15.8284C1 14.6569 1 12.7712 1 9Z' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M9 13H5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 13H11.5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L21 7' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A") !important;
  background-size: 22px 18px;
  padding-left: 50px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-value .new-box-item-inner .input .form-group .form-control {
  border: 1px solid #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-value.dokumen .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9C1 5.22876 1 3.34315 2.17157 2.17157C3.34315 1 5.22876 1 9 1H13C16.7712 1 18.6569 1 19.8284 2.17157C21 3.34315 21 5.22876 21 9C21 12.7712 21 14.6569 19.8284 15.8284C18.6569 17 16.7712 17 13 17H9C5.22876 17 3.34315 17 2.17157 15.8284C1 14.6569 1 12.7712 1 9Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M9 13H5' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 13H11.5' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L21 7' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-error.dokumen .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9C1 5.22876 1 3.34315 2.17157 2.17157C3.34315 1 5.22876 1 9 1H13C16.7712 1 18.6569 1 19.8284 2.17157C21 3.34315 21 5.22876 21 9C21 12.7712 21 14.6569 19.8284 15.8284C18.6569 17 16.7712 17 13 17H9C5.22876 17 3.34315 17 2.17157 15.8284C1 14.6569 1 12.7712 1 9Z' stroke='%23C91432' stroke-width='1.5'/%3E%3Cpath d='M9 13H5' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 13H11.5' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L21 7' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.with-error-info .new-box-item-inner > .box-info-alert.info {
  display: block;
  text-align: left;
  margin-top: -13px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.with-error-info.has-error .new-box-item-inner .input .form-group {
  margin-bottom: 20px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-value .new-box-item-inner .input .form-group .form-control {
  padding-right: 40px;
}

body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 > .portlet-layout.row #column-1 {
  flex: 0 0 100%;
  max-width: 100%;
}
body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row {
  justify-content: center;
}
body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-2 .portlet {
  position: relative;
  top: initial;
}
@media (min-width: 1025px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-3 .portlet {
    position: fixed;
    top: 83px;
  }
}
body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-2, body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-3 {
  flex: 0 0 535px;
  max-width: 535px;
}
@media (max-width: 540px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-2, body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-3 {
    flex: 1;
    padding: 0 0;
  }
}
@media (max-width: 1024px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row {
    display: grid;
  }
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-3 {
    order: 1;
  }
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content.columns-1-2-1 .portlet-layout.row > #column-2 {
    order: 2;
  }
}

@media (min-width: 768px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama {
    padding: 20px 0;
  }
}
body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row {
  justify-content: center;
}
body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-1, body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-2 {
  flex: 0 0 535px;
  max-width: 535px;
}
@media (max-width: 540px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-1, body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-2 {
    flex: 1;
    padding: 0;
  }
}
@media (max-width: 1279px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row {
    display: grid;
  }
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-2 {
    order: 1;
  }
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-1 {
    order: 2;
  }
}
@media (max-width: 600px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content .CX-banner-leads-form {
    margin-bottom: 10px;
  }
}
@media (max-width: 600px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content .box-new-alert,
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content .box-info-referral-share-from {
    margin: 0 26px 10px;
  }
}
@media (max-width: 600px) {
  body.v2.is-page-leads-form #CX-utama .box-utama .box-content-utama #main-content .CX-simple-form {
    padding: 0 26px;
  }
}

body.v2.is-page-leads-form .CX-section-no-sidebar #CX-utama .box-utama .box-content-utama .box-inner-content #main-content > .portlet-layout.row > #column-2 {
  flex: 0 0 561px;
  max-width: 561px;
}

body.v2.is-page-leads-form .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .box-clear-text {
  height: 52px;
  width: 52px;
  text-align: center;
  line-height: 52px;
  top: 0px;
  right: 0;
}
body.v2.is-page-leads-form .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control:focus {
  border-color: #494df4;
  background-color: rgba(73, 77, 244, 0.05);
}

body.v2.is-page-leads-form.is-page-otp #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-1, body.v2.is-page-leads-form.is-page-otp #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-2 {
  flex: 1 1 auto;
  max-width: initial;
}

@media (min-width: 1281px) {
  body.v2.is-page-leads-form.sticky-banner-leads #CX-utama .box-utama .box-content-utama #main-content > .portlet-layout.row > #column-2 .portlet {
    position: fixed;
    z-index: 9;
  }
}

.box-product-card {
  padding: 18px 23px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  -moz-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  -ms-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  -o-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
}
@media (max-width: 1024px) {
  .box-product-card {
    margin: 0 26px 24px;
    padding: 18px 16px;
  }
}
.box-product-card.with-border {
  border: 1px solid #494df4;
  box-shadow: none;
}
.box-product-card .name-category {
  font-family: "SourceSans-Bold";
  font-size: 13px;
  line-height: normal;
  color: #494df4;
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
}
.box-product-card .name-category:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #494df4;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-product-card h1 {
  font-family: "SourceSans-Bold";
  font-size: 19px;
  line-height: normal;
  color: #333;
}
.box-product-card .box-keunggulan .keunggulan-title {
  font-size: 16px;
  line-height: normal;
  color: #5f5f5f;
  margin-bottom: 17px;
}
.box-product-card .box-keunggulan ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
.box-product-card .box-keunggulan ul.one-column {
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .box-product-card .box-keunggulan ul {
    grid-template-columns: 1fr;
  }
}
.box-product-card .box-keunggulan ul li {
  position: relative;
  display: flex;
}
.box-product-card .box-keunggulan ul li p {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-bottom: 0;
  text-transform: lowercase;
  font-family: "SourceSans-Semibold";
}
.box-product-card .box-keunggulan ul li p:first-letter {
  text-transform: uppercase;
}
.box-product-card .box-keunggulan ul li:before {
  flex: 0 0 auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14C7.91925 14 8.8295 13.8189 9.67878 13.4672C10.5281 13.1154 11.2997 12.5998 11.9497 11.9497C12.5998 11.2997 13.1154 10.5281 13.4672 9.67878C13.8189 8.8295 14 7.91925 14 7C14 6.08075 13.8189 5.1705 13.4672 4.32122C13.1154 3.47194 12.5998 2.70026 11.9497 2.05025C11.2997 1.40024 10.5281 0.884626 9.67878 0.532843C8.8295 0.18106 7.91925 -1.36979e-08 7 0C5.14348 2.76642e-08 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 8.85652 0.737498 10.637 2.05025 11.9497C3.36301 13.2625 5.14348 14 7 14ZM6.81956 9.83111L10.7084 5.16444L9.51378 4.16889L6.16933 8.18144L4.43878 6.45011L3.339 7.54989L5.67233 9.88322L6.27433 10.4852L6.81956 9.83111Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 9px;
  background-size: cover;
}

.box-form-otp {
  margin-bottom: 4rem;
}
.box-form-otp .box-form-otp-inner .box-info-verifikasi {
  display: inline-block;
  color: #fff;
  background: #027180;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  padding: 6px 11px;
}
.box-form-otp .box-form-otp-inner .box-info-verifikasi .names,
.box-form-otp .box-form-otp-inner .box-info-verifikasi .ico {
  display: inline-block;
}
.box-form-otp .box-form-otp-inner .box-info-verifikasi .ico {
  margin-right: 5px;
  position: relative;
  top: 1px;
}
.box-form-otp .box-form-otp-inner .box-input-list {
  padding: 20px 0;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  max-width: 340px;
  margin: 0 auto;
  grid-column-gap: 8px;
}
.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-outer-spin-button,
.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-form-otp .box-form-otp-inner .box-input-list input[type=number] {
  -moz-appearance: textfield;
}
.box-form-otp .box-form-otp-inner .box-input-list input {
  text-align: center;
  width: 50px;
  height: 50px;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  color: #333333;
  border: 1px solid #999999;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (max-width: 767px) {
  .box-form-otp .box-form-otp-inner .box-input-list input {
    width: 100%;
    display: block;
  }
}
.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-input-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.box-form-otp .box-form-otp-inner .box-input-list input::-moz-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.box-form-otp .box-form-otp-inner .box-input-list input:-moz-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.box-form-otp .box-form-otp-inner .box-input-list input:-ms-input-placeholder {
  color: #cccccc;
  font-size: 50px;
  line-height: 63px;
  font-family: "SourceSans-Bold";
  text-align: center;
}
.box-form-otp .box-form-otp-inner .box-input-list input:focus::-webkit-input-placeholder {
  opacity: 0;
}
.box-form-otp .box-form-otp-inner .box-input-list input:focus::-moz-placeholder {
  opacity: 0;
}
.box-form-otp .box-form-otp-inner .box-input-list input:focus:-moz-placeholder {
  opacity: 0;
}
.box-form-otp .box-form-otp-inner .box-input-list input:focus:-ms-input-placeholder {
  opacity: 0;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #494df4;
  text-decoration: none;
  padding: 8px 13px;
  border: 1px solid #494df4;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner:hover {
  background-color: #395e97;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner .ico,
.box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner .text {
  display: inline-block;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-resend-otp-inner .ico {
  position: relative;
  top: 3px;
}

.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-outer-spin-button,
.box-form-otp .box-form-otp-inner .box-input-list input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.box-form-otp .box-form-otp-inner .box-input-list input[type=number] {
  -moz-appearance: textfield;
}

.box-resend-otp .box-resend-otp-inner {
  display: inline-block;
  background: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  color: #494df4;
  text-decoration: none;
  padding: 8px 13px;
  border: 1px solid #494df4;
}
.box-resend-otp .box-resend-otp-inner.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.box-resend-otp .box-resend-otp-inner:hover {
  background-color: #395e97;
}
.box-resend-otp .box-resend-otp-inner .ico,
.box-resend-otp .box-resend-otp-inner .text {
  display: inline-block;
}
.box-resend-otp .box-resend-otp-inner .ico {
  position: relative;
  top: 3px;
}

.box-form-otp .box-form-otp-inner .box-resend-otp .box-timer > .text {
  font-family: "SourceSans-Semibold";
  font-size: 11px;
  line-height: 13px;
  text-align: center;
  color: #000000;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner {
  background: #fff;
  border: 1px solid #5f5f5f;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 2px 12px;
  color: #5f5f5f;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner .ico-and-text {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner span.ico {
  position: relative;
  top: 0px;
}
.box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner span.text {
  font-size: 12px;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}

.box-form-otp .box-resend-otp .new-btn-blue.with-ico {
  position: relative;
  padding: 2px 8px 6px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico .ico {
  top: 0px;
  width: 15px;
  height: 15px;
}
.box-form-otp .box-resend-otp .new-btn-blue.with-ico:hover .ico svg path {
  fill: #fff;
}

.box-form-otp .box-form-otp-inner .box-input-list.has-error {
  padding-bottom: 5px;
}
.box-form-otp .box-form-otp-inner .box-input-list.has-error input {
  border-color: #c91432 !important;
  color: #c91432 !important;
}
.box-form-otp .box-form-otp-inner .box-info-alert {
  margin-bottom: 10px;
}
.box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner {
  max-width: 340px;
  margin: 0 auto;
  text-align: left;
  font-size: 11px;
  line-height: 14px;
  color: #bd0a0a;
}
.box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner .ico {
  position: relative;
  top: 2px;
  margin-right: 7px;
}

.CX-simple-vector-form .box-simple-vector-form {
  padding: 30px 0;
}
.CX-simple-vector-form .box-simple-vector-form .inner {
  display: grid;
  justify-content: center;
  grid-row-gap: 50px;
}
@media (min-width: 769px) {
  .CX-simple-vector-form .box-simple-vector-form .inner {
    display: flex;
    justify-content: center;
    grid-column-gap: 100px;
  }
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-vector-img {
  flex: 0 0 255px;
  max-width: 255px;
}
@media (max-width: 768px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-vector-img {
    margin: 0 auto;
  }
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form {
  flex: 0 0 388px;
  max-width: 388px;
}
@media (max-width: 767px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form {
    max-width: 366px;
  }
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-title-form h3 {
  font-family: "SourceSans-Bold";
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
}
@media (max-width: 767px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-title-form h3 {
    text-align: center;
    margin-bottom: 15px;
  }
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-title-form p {
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0em;
  text-align: left;
  color: #5f5f5f;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-title-form p strong,
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-title-form p b {
  font-family: "SourceSans-Bold";
  color: #333333;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group {
  max-width: initial;
  padding: 10px 0;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group .otp {
  height: 58px;
  width: 58px;
  border-color: #e5e5e5;
}
@media (max-width: 768px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group .otp {
    width: 54px;
    height: 54px;
  }
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group .otp:focus {
  border-color: #7f7f7f;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group .otp.filled[disabled] {
  border: 1px solid #494df4;
  background-color: #fff;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner {
  background-color: rgba(201, 21, 51, 0.2);
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 0 12px 0 6px;
  max-width: initial;
  width: max-content;
  position: relative;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='7' cy='7' r='7' fill='white'/%3E%3Cpath d='M2.72168 6.67023C2.72168 5.21947 2.72168 4.4941 2.89296 4.25006C3.06424 4.00603 3.74629 3.77256 5.11039 3.30563L5.37028 3.21667C6.08135 2.97326 6.43688 2.85156 6.80501 2.85156C7.17314 2.85156 7.52868 2.97326 8.23975 3.21667L8.49964 3.30563C9.86374 3.77256 10.5458 4.00603 10.7171 4.25006C10.8883 4.4941 10.8883 5.21947 10.8883 6.67023C10.8883 6.88937 10.8883 7.127 10.8883 7.38468C10.8883 9.9427 8.96511 11.1841 7.75844 11.7112C7.43112 11.8541 7.26746 11.9256 6.80501 11.9256C6.34257 11.9256 6.17891 11.8541 5.85158 11.7112C4.64491 11.1841 2.72168 9.94269 2.72168 7.38468C2.72168 7.127 2.72168 6.88937 2.72168 6.67023Z' stroke='%23C91432' stroke-width='1.5'/%3E%3Cpath d='M6.80469 5.57422V7.38903' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Ccircle cx='6.80624' cy='8.75058' r='0.453704' fill='%23C91432'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  margin-right: 12px;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner .text {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: center;
  color: #c91432;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp {
  text-align: center;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .new-btn-blue {
  padding: 6px 8px;
  background-color: #494df4;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .new-btn-blue:hover {
  background-color: #fcb501;
  border-color: #fcb501;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer {
  margin: 0 auto;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count {
  text-align: center;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner {
  margin: 0 auto;
  padding: 2px 10px;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner.blue {
  border: 0px;
  background-color: #4976ba;
  color: #fff;
  font-family: "SourceSans-Bold";
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-resend-otp .box-timer .timer-count .timer-count-inner .ico-and-text {
  column-gap: 5px;
}

.box-new-password .box-new-password-inner .box-password-checker-status {
  padding: 13px;
}
@media (max-width: 767px) {
  .box-new-password .box-new-password-inner .box-password-checker-status {
    background: rgba(73, 77, 244, 0.06);
    position: relative;
  }
  .box-new-password .box-new-password-inner .box-password-checker-status:before, .box-new-password .box-new-password-inner .box-password-checker-status:after {
    content: "";
    position: absolute;
    background: rgba(73, 77, 244, 0.06);
    width: 40px;
    height: 100%;
    top: 0px;
  }
  .box-new-password .box-new-password-inner .box-password-checker-status:before {
    left: -40px;
  }
  .box-new-password .box-new-password-inner .box-password-checker-status:after {
    right: -40px;
  }
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner {
  display: flex;
  justify-content: center;
  grid-column-gap: 0px;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item {
  flex: 0 0 100px;
  max-width: 100px;
}
@media (max-width: 767px) {
  .box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item {
    flex: 0 0 80px;
    max-width: 80px;
  }
  .box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item:last-child {
    flex: 0 0 100px;
    max-width: 100px;
  }
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-circle {
  width: 42px;
  height: 42px;
  line-height: 42px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(73, 77, 244, 0.2);
  font-family: "SourceSans-Black";
  font-size: 21px;
  letter-spacing: 0;
  text-align: center;
  color: #494df4;
  margin: 0 auto 5px;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-circle .box-circle-inner {
  position: relative;
  overflow: hidden;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-circle .box-circle-inner:before, .box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-circle .box-circle-inner:after {
  content: "";
  position: absolute;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-circle .box-circle-inner:before {
  left: 0;
  top: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #1cc542;
  width: 42px;
  height: 42px;
  line-height: 42px;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-circle .box-circle-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='17' viewBox='0 0 22 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.99147 13.4124L1.77601 8.12603L0 9.9135L6.99147 17L22 1.78747L20.2365 0L6.99147 13.4124Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 17px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item .box-item-inner .box-label {
  font-family: "SourceSans-Semibold";
  font-size: 10px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: center;
  color: #5f5f5f;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item.success .box-item-inner .box-circle {
  overflow: hidden;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item.success .box-item-inner .box-circle .box-circle-inner:before {
  opacity: 1;
  visibility: visible;
}
.box-new-password .box-new-password-inner .box-password-checker-status .inner .box-item.success .box-item-inner .box-circle .box-circle-inner:after {
  opacity: 1;
  visibility: visible;
}

.CX-simple-vector-form .box-simple-vector-form .box-content-form .CX-simple-form .box-simple-form .new-box-form {
  padding: 11px 0 1.5rem;
}
.CX-simple-vector-form .box-simple-vector-form .box-content-form .CX-simple-form .box-simple-form .new-box-form .control-label {
  color: #333 !important;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner {
  position: relative;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .input .form-control {
  padding-right: 50px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .input .form-group.has-error {
  margin-bottom: 30px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .input .form-group.has-error .form-control {
  background: rgba(201, 21, 51, 0.05);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .input .form-group.has-error .form-validator-stack.help-block {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 17px;
  letter-spacing: 0;
  text-align: left;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .box-show-pass {
  position: absolute;
  right: 20px;
  top: 50%;
  width: 22px;
  height: 22px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .box-show-pass a {
  display: block;
  position: relative;
  right: 0;
  height: 22px;
  width: 22px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .box-show-pass a .hide-eye,
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.type-password .new-box-item-inner .box-show-pass a .show-eye {
  position: absolute;
}

@media (min-width: 769px) {
  .show-on-mobile {
    display: none;
  }
}

@media (max-width: 768px) {
  .hide-on-mobile {
    display: none;
  }
}

.CX-simple-vector-form .box-simple-vector-form .inner .box-vector-img p {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  font-style: normal;
  line-height: 23px;
  text-align: center;
  margin-top: 22px;
  margin-bottom: 0;
}

.box-choose-otp .box-choose-otp-inner {
  display: grid;
  grid-row-gap: 10px;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(73, 77, 244, 0.3);
  padding: 16px 14px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  text-decoration: none;
  color: #333;
  cursor: pointer;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item .box-choose-item-inner {
  display: flex;
  grid-column-gap: 13px;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item .box-choose-item-inner .box-ico {
  flex: 0 0 auto;
  width: 36px;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item .box-choose-item-inner .box-text {
  flex: 1 1 auto;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item .box-choose-item-inner .box-text .title {
  font-family: "SourceSans-Bold";
  font-size: 15px;
  font-style: normal;
  line-height: 20px;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item .box-choose-item-inner .box-text .text {
  font-size: 13px;
  font-style: normal;
  line-height: 20px;
  color: #5f5f5f;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-choose-otp .box-choose-otp-inner .box-choose-item:hover {
  border-color: #494df4;
  background-color: rgba(73, 77, 244, 0.03);
}
.box-choose-otp .box-choose-otp-inner .box-choose-item:hover .box-choose-item-inner .box-text .title {
  color: #494df4;
}

@media (max-width: 400px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-vector-img {
    text-align: center;
  }
  .CX-simple-vector-form .box-simple-vector-form .inner .box-vector-img img {
    width: 200px;
    height: auto;
    margin: 0 auto;
  }
}

@media (max-width: 366px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form {
    max-width: initial;
  }
}

@media (max-width: 360px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-title-form p br {
    display: none;
  }
}

@media (max-width: 366px) {
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group .otp {
    width: 42px;
    height: 42px;
    font-size: 40px;
  }
}

.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-info-alert .box-info-alert-inner .text {
  flex: 1 1 auto;
  max-width: 300px;
  line-height: 18px;
}

@media (max-width: 400px) {
  .box-form-otp .box-form-otp-inner .box-input-list {
    grid-column-gap: 4px;
  }
  .CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-input-list.digit-group .otp {
    width: 50px;
    height: 50px;
  }
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-change-number {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #f2f6fe;
  padding: 13px 16px;
  margin-top: 20px;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-change-number .box-change-number-inner {
  display: flex;
  justify-content: space-between;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-change-number .box-change-number-inner .label-change {
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
}
.CX-simple-vector-form .box-simple-vector-form .inner .box-content-form .box-form-otp .box-form-otp-inner .box-change-number .box-change-number-inner a {
  font-size: 14px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: 20px;
  text-decoration-line: underline;
  color: #494df4;
}

.box-fixed-salin-tautan {
  position: fixed;
  width: 100%;
  top: 0px;
  z-index: 1090;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-fixed-salin-tautan .inner {
  background-color: #1cc542;
  color: #fff;
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: left;
  padding: 7px 14px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto;
  display: inline-block;
  -moz-transition: all 0.9s ease-in-out;
  -o-transition: all 0.9s ease-in-out;
  -webkit-transition: all 0.9s ease-in-out;
  transition: all 0.9s ease-in-out;
  position: relative;
  opacity: 0;
  visibility: hidden;
}
@media (max-width: 1024px) {
  .box-fixed-salin-tautan .inner {
    font-size: 13px;
  }
}
.box-fixed-salin-tautan.show {
  top: 30px;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.box-fixed-salin-tautan.show .inner {
  opacity: 1;
  visibility: visible;
}

.box-fixed-top-info {
  position: fixed;
  width: 100%;
  left: 0;
  top: 10px;
  z-index: 1090;
  text-align: center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
}
@media (max-width: 1024px) {
  .box-fixed-top-info {
    margin: 10px 20px;
    width: auto;
  }
}
.box-fixed-top-info.top-after-header {
  top: 90px;
}
@media (max-width: 1024px) {
  .box-fixed-top-info.top-after-header {
    top: 51px;
  }
}
.box-fixed-top-info > div {
  display: inline-block;
  margin: 0 auto;
  pointer-events: auto;
}
@media (min-width: 1025px) {
  .box-fixed-top-info.feed-referral {
    width: calc(100% - 447px);
  }
}

@media (min-width: 1025px) {
  body.show-sidebar .box-fixed-salin-tautan.rs-after-filter {
    width: 390px;
    left: var(--width-sidenav);
    text-align: right;
  }
  body.show-sidebar .box-fixed-salin-tautan.rs-after-filter > .inner {
    position: relative;
    right: -30%;
  }
}
body.show-sidebar .box-fixed-salin-tautan.rs-after-filter.show {
  top: 200px;
}
@media (min-width: 1025px) {
  body.show-sidebar .box-fixed-salin-tautan.rs-after-filter.show {
    top: 125px;
  }
}
@media (max-width: 1024px) {
  body.show-sidebar .box-fixed-salin-tautan.rs-after-filter.show {
    top: 8px;
  }
}

@media (min-width: 1025px) {
  body.show-sidebar .box-fixed-top-info {
    left: var(--width-sidenav);
    width: calc(100% - var(--width-sidenav));
  }
}

.box-fixed-top-info.has-back-on-top {
  top: 145px;
}
@media (max-width: 1024px) {
  .box-fixed-top-info.has-back-on-top {
    top: 121px;
  }
}

.box-fixed-salin-tautan.style-disabled .inner {
  background: #333333;
}

@media (min-width: 1025px) {
  body.show-sidebar .box-fixed-salin-tautan {
    width: calc(100% - var(--width-sidenav));
    left: var(--width-sidenav);
  }
}

body.show-sidebar .box-fixed-top-info.feed-referral {
  left: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  body.show-sidebar .box-fixed-top-info.feed-referral {
    width: calc(100% - 447px);
  }
}

@media (min-width: 1025px) {
  body.v2 .box-fixed-salin-tautan.center {
    left: 0px !important;
    width: 100% !important;
  }
}

.box-fixed-salin-tautan.full-center {
  width: 100% !important;
  left: 0px !important;
}
.box-fixed-salin-tautan.primary .inner {
  background-color: #494df4;
}
.box-fixed-salin-tautan.radius .inner {
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}

.box-fixed-salin-tautan.danger .inner {
  background-color: #c91432;
}

body.v2 .shepherd-element {
  -webkit-border-radius: 16px;
  -moz-border-radius: 16px;
  -ms-border-radius: 16px;
  -o-border-radius: 16px;
  border-radius: 16px;
  max-width: 364px;
}

.shepherd-content .shepherd-text {
  padding: 20px;
}
.shepherd-content .shepherd-text h3 {
  font-family: "SourceSans-Bold";
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
}
.shepherd-content .shepherd-text p {
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 0em;
  text-align: left;
  color: #333;
}

.shepherd-element.pop-bottom-center {
  margin-top: 20px !important;
}

.shepherd-element.pop-bottom-end {
  margin-top: 20px !important;
}
@media (min-width: 1025px) {
  .shepherd-element.pop-bottom-end {
    right: 20px !important;
  }
}
.shepherd-element.pop-bottom-end .shepherd-arrow {
  left: initial !important;
  right: 30px;
}
@media (max-width: 1024px) {
  .shepherd-element.pop-bottom-end .shepherd-arrow {
    transform: none !important;
  }
}

.shepherd-element.pop-top-end {
  margin-bottom: 20px !important;
}
@media (min-width: 1025px) {
  .shepherd-element.pop-top-end {
    right: 20px !important;
  }
}
.shepherd-element.pop-top-end .shepherd-arrow {
  left: initial !important;
  right: 30px;
}
@media (max-width: 1024px) {
  .shepherd-element.pop-top-end .shepherd-arrow {
    transform: none !important;
  }
}

.cx-my-tour-shepherd-target.cx-my-tour-shepherd-enabled {
  pointer-events: none;
}

.cx-my-tour-shepherd-enabled.cx-my-tour-shepherd-target.box-feeds.referral, .cx-my-tour-shepherd-enabled.cx-my-tour-shepherd-target.CX-list-icon-referral {
  padding: 10px;
}

.CX-give-testimony {
  position: fixed;
  z-index: 9;
  margin-left: 16px;
  bottom: 20px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-give-testimony.reach-bottom {
  bottom: 52px;
}
@media (max-width: 767px) {
  .CX-give-testimony {
    bottom: 100px;
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    margin-left: 10px;
  }
}
.CX-give-testimony .give-testimony {
  text-align: center;
  position: relative;
}
.CX-give-testimony .give-testimony .box-stars {
  position: absolute;
  top: -5px;
  left: 50%;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-give-testimony .give-testimony .stars {
  background-image: url("/o/axa-emma-theme/images/testimoni/stars-testimoni.gif");
  width: 58px;
  height: 58px;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
}
.CX-give-testimony .give-testimony .stars.stars-1 {
  bottom: calc(100% - 45px);
  left: -30px;
  -webkit-transform: rotate(-42.46deg);
  -moz-transform: rotate(-42.46deg);
  -ms-transform: rotate(-42.46deg);
  -o-transform: rotate(-42.46deg);
  transform: rotate(-42.46deg);
}
.CX-give-testimony .give-testimony .stars.stars-5 {
  bottom: calc(100% - 45px);
  right: -30px;
  -webkit-transform: rotate(42.46deg);
  -moz-transform: rotate(42.46deg);
  -ms-transform: rotate(42.46deg);
  -o-transform: rotate(42.46deg);
  transform: rotate(42.46deg);
}
.CX-give-testimony .give-testimony .stars.stars-2 {
  bottom: calc(100% - 28px);
  left: -10px;
  -webkit-transform: rotate(-21.34deg);
  -moz-transform: rotate(-21.34deg);
  -ms-transform: rotate(-21.34deg);
  -o-transform: rotate(-21.34deg);
  transform: rotate(-21.34deg);
}
.CX-give-testimony .give-testimony .stars.stars-4 {
  bottom: calc(100% - 28px);
  right: -10px;
  -webkit-transform: rotate(21.34deg);
  -moz-transform: rotate(21.34deg);
  -ms-transform: rotate(21.34deg);
  -o-transform: rotate(21.34deg);
  transform: rotate(21.34deg);
}
.CX-give-testimony .give-testimony .stars.stars-3 {
  bottom: calc(100% - 20px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-give-testimony .give-testimony .box-emma {
  position: relative;
  -webkit-filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.19));
  -moz-filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.19));
  -ms-filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.19));
  -o-filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.19));
  filter: drop-shadow(0px 7px 13px rgba(0, 0, 0, 0.19));
  text-align: center;
}
.CX-give-testimony .give-testimony .box-emma .box-circle {
  background-color: #fff;
  width: 95px;
  height: 95px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}
.CX-give-testimony .give-testimony .box-emma .box-circle .box-circle-inner {
  width: 87px;
  height: 87px;
  background: linear-gradient(0deg, #494df4 38.34%, #0d11d4 114.98%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CX-give-testimony .give-testimony .box-emma .box-title {
  background: #494df4;
  color: #fff;
  border: 2px solid #fff;
  -webkit-border-radius: 18px;
  -moz-border-radius: 18px;
  -ms-border-radius: 18px;
  -o-border-radius: 18px;
  border-radius: 18px;
  font-family: "SourceSans-Bold";
  font-size: 11px;
  line-height: 20px;
  letter-spacing: -0.01em;
  text-align: center;
  text-shadow: 0px 3px 4px rgba(0, 0, 0, 0.25);
  padding: 0px 6px;
  text-align: center;
  position: relative;
  top: -14px;
}

.CX-testimony {
  margin-top: 3rem;
}
.CX-testimony .box-testimony {
  padding: 33px 23px 10px;
  background: linear-gradient(92.81deg, #2b30f2 3.58%, #4a37f4 48.23%, #6f49f4 100%);
  color: #fff;
  position: relative;
}
@media (max-width: 1024px) {
  .CX-testimony .box-testimony {
    padding: 33px 0px;
  }
}
.CX-testimony .box-testimony .box-bg-stars > div {
  position: absolute;
  display: inline-block;
  background-size: cover;
  background-repeat: no-repeat;
}
.CX-testimony .box-testimony .box-bg-stars > div.bg-stars-1 {
  background-image: url("data:image/svg+xml,%3Csvg width='248' height='85' viewBox='0 0 248 85' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter0_f_41_53579)'%3E%3Cpath d='M9.80094 4.5223L11.2415 8.86614L15.7214 9.80134L11.3776 11.2419L10.4424 15.7218L9.0018 11.378L4.52189 10.4428L8.86573 9.00221L9.80094 4.5223Z' fill='white'/%3E%3C/g%3E%3Cpath d='M9.80094 4.5223L11.2415 8.86614L15.7214 9.80134L11.3776 11.2419L10.4424 15.7218L9.0018 11.378L4.52189 10.4428L8.86573 9.00221L9.80094 4.5223Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter1_f_41_53579)'%3E%3Cpath d='M118.095 26.3137L114.321 31.9844L117.331 38.095L111.66 34.3214L105.549 37.3308L109.323 31.6601L106.314 25.5495L111.984 29.3231L118.095 26.3137Z' fill='white'/%3E%3C/g%3E%3Cpath d='M118.095 26.3137L114.321 31.9844L117.331 38.095L111.66 34.3214L105.549 37.3308L109.323 31.6601L106.314 25.5495L111.984 29.3231L118.095 26.3137Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter2_f_41_53579)'%3E%3Cpath d='M243.822 74.6864L241.684 77.0894L242.689 80.1444L240.286 78.0069L237.231 79.0119L239.369 76.6089L238.364 73.5539L240.767 75.6913L243.822 74.6864Z' fill='white'/%3E%3C/g%3E%3Cpath d='M243.822 74.6864L241.684 77.0894L242.689 80.1444L240.286 78.0069L237.231 79.0119L239.369 76.6089L238.364 73.5539L240.767 75.6913L243.822 74.6864Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter3_f_41_53579)'%3E%3Cpath d='M237.109 10.6678L236.834 14.1316L239.691 16.1092L236.227 15.8335L234.249 18.6905L234.525 15.2268L231.668 13.2491L235.132 13.5249L237.109 10.6678Z' fill='white'/%3E%3C/g%3E%3Cpath d='M237.109 10.6678L236.834 14.1316L239.691 16.1092L236.227 15.8335L234.249 18.6905L234.525 15.2268L231.668 13.2491L235.132 13.5249L237.109 10.6678Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_41_53579' x='0.521973' y='0.522339' width='19.1992' height='19.1995' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53579'/%3E%3C/filter%3E%3Cfilter id='filter1_f_41_53579' x='101.55' y='21.5496' width='20.5454' height='20.5454' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53579'/%3E%3C/filter%3E%3Cfilter id='filter2_f_41_53579' x='233.231' y='69.5538' width='14.5906' height='14.5906' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53579'/%3E%3C/filter%3E%3Cfilter id='filter3_f_41_53579' x='227.668' y='6.66785' width='16.0227' height='16.0227' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53579'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 248px;
  height: 85px;
  top: 20px;
  left: 20px;
}
.CX-testimony .box-testimony .box-bg-stars > div.bg-stars-2 {
  background-image: url("data:image/svg+xml,%3Csvg width='284' height='89' viewBox='0 0 284 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter0_f_41_53580)'%3E%3Cpath d='M9.80118 4.52218L11.2418 8.86602L15.7217 9.80122L11.3778 11.2418L10.4426 15.7217L9.00204 11.3779L4.52213 10.4427L8.86597 9.00209L9.80118 4.52218Z' fill='white'/%3E%3C/g%3E%3Cpath d='M9.80118 4.52218L11.2418 8.86602L15.7217 9.80122L11.3778 11.2418L10.4426 15.7217L9.00204 11.3779L4.52213 10.4427L8.86597 9.00209L9.80118 4.52218Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter1_f_41_53580)'%3E%3Cpath d='M137.095 34.3137L133.321 39.9844L136.331 46.095L130.66 42.3214L124.549 45.3308L128.323 39.6601L125.314 33.5495L130.984 37.3231L137.095 34.3137Z' fill='white'/%3E%3C/g%3E%3Cpath d='M137.095 34.3137L133.321 39.9844L136.331 46.095L130.66 42.3214L124.549 45.3308L128.323 39.6601L125.314 33.5495L130.984 37.3231L137.095 34.3137Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter2_f_41_53580)'%3E%3Cpath d='M237.109 10.6678L236.834 14.1316L239.691 16.1092L236.227 15.8335L234.249 18.6905L234.525 15.2268L231.668 13.2491L235.132 13.5249L237.109 10.6678Z' fill='white'/%3E%3C/g%3E%3Cpath d='M237.109 10.6678L236.834 14.1316L239.691 16.1092L236.227 15.8335L234.249 18.6905L234.525 15.2268L231.668 13.2491L235.132 13.5249L237.109 10.6678Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter3_f_41_53580)'%3E%3Cpath d='M279.922 28.522L277.785 29.2307L277.325 31.4346L276.616 29.2976L274.412 28.8375L276.549 28.1288L277.009 25.9249L277.718 28.0619L279.922 28.522Z' fill='white'/%3E%3C/g%3E%3Cpath d='M279.922 28.522L277.785 29.2307L277.325 31.4346L276.616 29.2976L274.412 28.8375L276.549 28.1288L277.009 25.9249L277.718 28.0619L279.922 28.522Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter4_f_41_53580)'%3E%3Cpath d='M192.699 71.8124L194.305 76.656L199.3 77.6988L194.457 79.3052L193.414 84.3005L191.808 79.4569L186.812 78.4141L191.656 76.8078L192.699 71.8124Z' fill='white'/%3E%3C/g%3E%3Cpath d='M192.699 71.8124L194.305 76.656L199.3 77.6988L194.457 79.3052L193.414 84.3005L191.808 79.4569L186.812 78.4141L191.656 76.8078L192.699 71.8124Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_41_53580' x='0.522217' y='0.522217' width='19.1995' height='19.1995' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53580'/%3E%3C/filter%3E%3Cfilter id='filter1_f_41_53580' x='120.55' y='29.5496' width='20.5454' height='20.5454' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53580'/%3E%3C/filter%3E%3Cfilter id='filter2_f_41_53580' x='227.668' y='6.66785' width='16.0227' height='16.0227' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53580'/%3E%3C/filter%3E%3Cfilter id='filter3_f_41_53580' x='270.412' y='21.9249' width='13.5098' height='13.5096' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53580'/%3E%3C/filter%3E%3Cfilter id='filter4_f_41_53580' x='182.812' y='67.8124' width='20.488' height='20.4882' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53580'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 284px;
  height: 89px;
  top: 20px;
  right: 20px;
}
.CX-testimony .box-testimony .box-bg-stars > div.bg-stars-3 {
  background-image: url("data:image/svg+xml,%3Csvg width='284' height='55' viewBox='0 0 284 55' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter0_f_41_53581)'%3E%3Cpath d='M274.361 50.1224L272.921 45.7785L268.441 44.8433L272.785 43.4027L273.72 38.9228L275.16 43.2667L279.64 44.2019L275.296 45.6424L274.361 50.1224Z' fill='white'/%3E%3C/g%3E%3Cpath d='M274.361 50.1224L272.921 45.7785L268.441 44.8433L272.785 43.4027L273.72 38.9228L275.16 43.2667L279.64 44.2019L275.296 45.6424L274.361 50.1224Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter1_f_41_53581)'%3E%3Cpath d='M147.068 20.3308L150.841 14.6602L147.832 8.54954L153.503 12.3231L159.613 9.31377L155.84 14.9844L158.849 21.095L153.178 17.3215L147.068 20.3308Z' fill='white'/%3E%3C/g%3E%3Cpath d='M147.068 20.3308L150.841 14.6602L147.832 8.54954L153.503 12.3231L159.613 9.31377L155.84 14.9844L158.849 21.095L153.178 17.3215L147.068 20.3308Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter2_f_41_53581)'%3E%3Cpath d='M47.0533 43.9766L47.3291 40.5128L44.472 38.5352L47.9358 38.8109L49.9134 35.9539L49.6377 39.4177L52.4947 41.3953L49.0309 41.1195L47.0533 43.9766Z' fill='white'/%3E%3C/g%3E%3Cpath d='M47.0533 43.9766L47.3291 40.5128L44.472 38.5352L47.9358 38.8109L49.9134 35.9539L49.6377 39.4177L52.4947 41.3953L49.0309 41.1195L47.0533 43.9766Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter3_f_41_53581)'%3E%3Cpath d='M4.24114 26.1224L6.37815 25.4137L6.83823 23.2098L7.54694 25.3468L9.75088 25.8069L7.61388 26.5156L7.1538 28.7195L6.44509 26.5825L4.24114 26.1224Z' fill='white'/%3E%3C/g%3E%3Cpath d='M4.24114 26.1224L6.37815 25.4137L6.83823 23.2098L7.54694 25.3468L9.75088 25.8069L7.61388 26.5156L7.1538 28.7195L6.44509 26.5825L4.24114 26.1224Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter4_f_41_53581)'%3E%3Cpath d='M91.4637 16.8321L89.8574 11.9885L84.8621 10.9457L89.7057 9.33937L90.7485 4.34403L92.3548 9.18765L97.3501 10.2305L92.5065 11.8368L91.4637 16.8321Z' fill='white'/%3E%3C/g%3E%3Cpath d='M91.4637 16.8321L89.8574 11.9885L84.8621 10.9457L89.7057 9.33937L90.7485 4.34403L92.3548 9.18765L97.3501 10.2305L92.5065 11.8368L91.4637 16.8321Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_41_53581' x='264.441' y='34.9229' width='19.1995' height='19.1995' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53581'/%3E%3C/filter%3E%3Cfilter id='filter1_f_41_53581' x='143.068' y='4.54956' width='20.5454' height='20.5454' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53581'/%3E%3C/filter%3E%3Cfilter id='filter2_f_41_53581' x='40.4719' y='31.9539' width='16.0227' height='16.0227' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53581'/%3E%3C/filter%3E%3Cfilter id='filter3_f_41_53581' x='0.241211' y='19.2098' width='13.5098' height='13.5096' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53581'/%3E%3C/filter%3E%3Cfilter id='filter4_f_41_53581' x='80.8621' y='0.343994' width='20.488' height='20.4882' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53581'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 284px;
  height: 55;
  bottom: 20px;
  left: 20px;
}
.CX-testimony .box-testimony .box-bg-stars > div.bg-stars-4 {
  background-image: url("data:image/svg+xml,%3Csvg width='248' height='54' viewBox='0 0 248 54' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter0_f_41_53582)'%3E%3Cpath d='M238.361 49.1224L236.921 44.7785L232.441 43.8433L236.785 42.4027L237.72 37.9228L239.161 42.2667L243.64 43.2019L239.297 44.6424L238.361 49.1224Z' fill='white'/%3E%3C/g%3E%3Cpath d='M238.361 49.1224L236.921 44.7785L232.441 43.8433L236.785 42.4027L237.72 37.9228L239.161 42.2667L243.64 43.2019L239.297 44.6424L238.361 49.1224Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter1_f_41_53582)'%3E%3Cpath d='M164.587 32.9176L165.789 25.0556L159.593 20.0686L167.455 21.2705L172.442 15.0748L171.24 22.9369L177.436 27.9238L169.574 26.7219L164.587 32.9176Z' fill='white'/%3E%3C/g%3E%3Cpath d='M164.587 32.9176L165.789 25.0556L159.593 20.0686L167.455 21.2705L172.442 15.0748L171.24 22.9369L177.436 27.9238L169.574 26.7219L164.587 32.9176Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter2_f_41_53582)'%3E%3Cpath d='M104.068 19.3308L107.841 13.6602L104.832 7.54954L110.503 11.3231L116.613 8.31377L112.84 13.9844L115.849 20.095L110.178 16.3215L104.068 19.3308Z' fill='white'/%3E%3C/g%3E%3Cpath d='M104.068 19.3308L107.841 13.6602L104.832 7.54954L110.503 11.3231L116.613 8.31377L112.84 13.9844L115.849 20.095L110.178 16.3215L104.068 19.3308Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter3_f_41_53582)'%3E%3Cpath d='M4.34115 12.9582L6.47858 10.5552L5.47364 7.50016L7.87663 9.63759L10.9316 8.63265L8.79422 11.0356L9.79916 14.0907L7.39616 11.9532L4.34115 12.9582Z' fill='white'/%3E%3C/g%3E%3Cpath d='M4.34115 12.9582L6.47858 10.5552L5.47364 7.50016L7.87663 9.63759L10.9316 8.63265L8.79422 11.0356L9.79916 14.0907L7.39616 11.9532L4.34115 12.9582Z' fill='white'/%3E%3C/g%3E%3Cg opacity='0.3'%3E%3Cg filter='url(%23filter4_f_41_53582)'%3E%3Cpath d='M11.0533 42.9767L11.3291 39.5129L8.47201 37.5353L11.9358 37.8111L13.9134 34.954L13.6377 38.4178L16.4947 40.3954L13.0309 40.1197L11.0533 42.9767Z' fill='white'/%3E%3C/g%3E%3Cpath d='M11.0533 42.9767L11.3291 39.5129L8.47201 37.5353L11.9358 37.8111L13.9134 34.954L13.6377 38.4178L16.4947 40.3954L13.0309 40.1197L11.0533 42.9767Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_f_41_53582' x='228.441' y='33.9229' width='19.1995' height='19.1995' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53582'/%3E%3C/filter%3E%3Cfilter id='filter1_f_41_53582' x='155.593' y='11.0748' width='25.8428' height='25.8428' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53582'/%3E%3C/filter%3E%3Cfilter id='filter2_f_41_53582' x='100.068' y='3.54956' width='20.5454' height='20.5454' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53582'/%3E%3C/filter%3E%3Cfilter id='filter3_f_41_53582' x='0.341064' y='3.50012' width='14.5906' height='14.5906' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53582'/%3E%3C/filter%3E%3Cfilter id='filter4_f_41_53582' x='4.47192' y='30.954' width='16.0227' height='16.0227' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='BackgroundImageFix' result='shape'/%3E%3CfeGaussianBlur stdDeviation='2' result='effect1_foregroundBlur_41_53582'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 248;
  height: 54;
  bottom: 20px;
  right: 20px;
}
@media (max-width: 1024px) {
  .CX-testimony .box-testimony .box-act-mobile.hide {
    display: block !important;
    text-align: center;
  }
}
.CX-testimony .box-testimony .box-title-testimony .inner {
  display: flex;
  align-items: center;
}
.CX-testimony .box-testimony .box-title-testimony .inner > .text {
  flex: 1 1 auto;
}
@media (max-width: 1024px) {
  .CX-testimony .box-testimony .box-title-testimony .inner > .text {
    text-align: center;
  }
}
.CX-testimony .box-testimony .box-title-testimony .inner > .text h3 {
  font-family: "SourceSans-Bold";
  font-size: 20px;
  line-height: 25px;
  letter-spacing: 0;
}
@media (max-width: 1024px) {
  .CX-testimony .box-testimony .box-title-testimony .inner > .text h3 {
    font-size: 18px;
  }
}
.CX-testimony .box-testimony .box-title-testimony .inner > .text p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
}
.CX-testimony .box-testimony .box-title-testimony .inner > .box-act {
  flex: 0 0 auto;
}
@media (max-width: 1024px) {
  .CX-testimony .box-testimony .box-title-testimony .inner > .box-act {
    display: none;
  }
}
.CX-testimony .box-testimony .box-content-testimony {
  padding: 30px 0 0;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-dots li {
  width: 7px;
  padding: 0 0;
  margin: 0 2px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-dots li button {
  width: 100%;
  height: 3px;
  padding: 0px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-dots li button:before {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='3' viewBox='0 0 7 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.15' y='0.150244' width='6.7' height='2.7' rx='1.35' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");
  background-color: transparent;
  width: 100%;
  height: 3px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-dots li.slick-active {
  width: 20px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-dots li.slick-active button:before {
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='3' viewBox='0 0 20 3' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='0.000244141' width='20' height='3' rx='1.5' fill='white'/%3E%3C/svg%3E%0A");
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow {
  z-index: 2;
  width: 24px;
  height: 24px;
  top: 40%;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  display: inline-block;
  opacity: 1;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow.slick-prev {
  left: -12px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='11.9966' rx='12' ry='12' transform='rotate(90 12 11.9966)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1332 16.611L8.44531 11.9231L13.1332 7.23521L14.3052 8.40718L10.7892 11.9231L14.3052 15.439L13.1332 16.611Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow.slick-next {
  right: -12px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='12' cy='11.9966' rx='12' ry='12' transform='rotate(-90 12 11.9966)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.8668 7.3822L15.5547 12.0701L10.8668 16.7579L9.69485 15.586L13.2108 12.0701L9.69485 8.55417L10.8668 7.3822Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow.slick-disabled:before {
  opacity: 0.2;
  cursor: not-allowed;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-slide {
  margin: 0 10px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list {
  margin: 0 -10px;
  overflow: inherit;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item {
  padding: 0 0 10px;
  cursor: pointer;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner {
  position: relative;
  padding: 15px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner:before {
  content: "";
  background: radial-gradient(372.84% 141.42% at 0% 0%, rgba(255, 255, 255, 0.23) 0%, rgba(255, 255, 255, 0.2) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 2px solid rgba(211, 191, 254, 0.2);
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner:after {
  content: "";
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > div {
  position: relative;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-img {
  height: 71px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 8px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 13px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-img img {
  width: 100% !important;
  object-fit: cover;
  height: 100%;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-text {
  margin-bottom: 9px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-text h3 {
  font-family: "SourceSans-Semibold";
  font-size: 13px;
  line-height: 16px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 11px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-text p {
  margin-bottom: 0px;
  font-family: "SourceSans-Bold";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0em;
  text-align: left;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (min-width: 1025px) {
  .CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-text p {
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-top {
  display: flex;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-top .title {
  flex: 1 1 auto;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-top .link-more {
  flex: 0 0 auto;
  text-align: right;
  padding-right: 0px;
  text-transform: none;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-top .link-more:before {
  display: none;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-top .title,
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-top .link-more {
  text-decoration: none;
  font-size: 10px;
  line-height: 13px;
  letter-spacing: 0em;
  text-align: left;
  color: rgba(255, 255, 255, 0.6);
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list {
  display: flex;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  margin: 5px 0;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list .box-item {
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  overflow: hidden;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list .box-item.is-video {
  position: relative;
  background-color: #494df4;
  border: 1px solid #fff;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list .box-item.is-video:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='19' viewBox='0 0 20 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='9.66211' cy='9.5' r='9.5' fill='black'/%3E%3Cpath d='M13.5904 9.57146C13.5906 9.66847 13.5658 9.76388 13.5182 9.84843C13.4706 9.93297 13.402 10.0038 13.319 10.0539L8.17326 13.2016C8.0865 13.2548 7.98714 13.2838 7.88543 13.2857C7.78372 13.2875 7.68335 13.2622 7.59469 13.2124C7.50687 13.1633 7.43371 13.0917 7.38275 13.0049C7.33178 12.9182 7.30483 12.8194 7.30469 12.7188V6.42411C7.30483 6.32351 7.33178 6.22475 7.38275 6.13801C7.43371 6.05127 7.50687 5.97967 7.59469 5.93057C7.68335 5.88069 7.78372 5.85539 7.88543 5.85728C7.98714 5.85916 8.0865 5.88816 8.17326 5.94128L13.319 9.08899C13.402 9.13915 13.4706 9.20995 13.5182 9.2945C13.5658 9.37904 13.5906 9.47446 13.5904 9.57146Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 19px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-line-quote {
  display: flex;
  grid-column-gap: 5px;
  margin: 9px 0;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-line-quote .line {
  position: relative;
  flex: 1 1 auto;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-line-quote .line:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 1px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-line-quote .quote-ico {
  flex: 0 0 auto;
  position: relative;
  width: 56px;
  display: inline-block;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-line-quote .quote-ico:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='43' viewBox='0 0 56 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_46_53895)'%3E%3Cpath opacity='0.1' d='M48.2693 4.25781L48.2693 14.4434C48.2693 17.4056 47.6996 20.459 46.5603 23.6035C45.421 26.748 43.9171 29.7103 42.0486 32.4902C40.1801 35.3158 38.1293 37.7083 35.8962 39.668L26.7361 34.3359C28.3767 31.6016 29.7895 28.6621 30.9744 25.5176C32.1593 22.373 32.7517 18.6816 32.7517 14.4434L32.7517 4.25781L48.2693 4.25781ZM25.0271 4.25782L25.0271 14.4434C25.0271 17.4056 24.4574 20.459 23.3181 23.6035C22.1788 26.7481 20.6749 29.7103 18.8064 32.4902C16.9379 35.3158 14.8871 37.7083 12.6541 39.668L3.49389 34.3359C5.13452 31.6016 6.54728 28.6621 7.73217 25.5176C8.91707 22.3731 9.50952 18.6816 9.50952 14.4434L9.50952 4.25782L25.0271 4.25782Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_53895'%3E%3Crect width='56' height='43' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 56px;
  height: 43px;
  display: inline-block;
  position: absolute;
  top: -15px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-info-user-testi .box-info-user-testi-inner {
  display: flex;
  grid-column-gap: 10px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-info-user-testi .box-info-user-testi-inner .box-img {
  width: 24px;
  height: 24px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-info-user-testi .box-info-user-testi-inner .box-img img {
  height: 24px;
  width: 24px;
  object-fit: cover;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-info-user-testi .box-info-user-testi-inner .box-text h3 {
  margin-bottom: 0px;
  font-family: "SourceSans-Semibold";
  font-weight: normal;
  font-size: 10px;
  line-height: normal;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 1px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-info-user-testi .box-info-user-testi-inner .box-text .date {
  font-size: 8px;
  line-height: 10px;
  letter-spacing: 0em;
  text-align: left;
  display: block;
}

@media (min-width: 1280px) and (max-height: 650px) {
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner {
    overflow-y: auto;
    max-height: calc(100vh - 100px);
  }
}

@media (max-width: 1366px) {
  .new-box-form .new-box-item.style-default.new-textarea.long-desc .new-box-item-inner .input .form-control {
    min-height: 150px;
  }
}

.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list {
  overflow-x: auto;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list::-webkit-scrollbar {
  -webkit-appearance: none;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list::-webkit-scrollbar:vertical {
  width: 3px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list::-webkit-scrollbar:horizontal {
  height: 3px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}

.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list .box-item .box-item-inner {
  height: 100%;
  width: 100%;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media .box-list-media-inner .box-list .box-item .box-item-inner img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner .box-list-media {
  min-height: 48px;
}

@media (max-width: 767px) {
  #modal-testimony .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: calc(100vh - 150px);
  }
  #modal-testimony .box-pop-up-modal .box-pop-up-modal-inner section.CX-simple-form.testimony .box-simple-form .new-box-form {
    padding-bottom: 80px !important;
  }
  #modal-testimony .box-pop-up-modal .box-pop-up-modal-inner section.CX-simple-form.testimony .box-simple-form .new-box-form .box-act {
    z-index: 2;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 24px;
    background-color: #fff;
  }
}

.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .close-modal-testimoni {
  position: absolute;
  left: 23px;
  top: 12px;
  z-index: 2;
  background-color: transparent;
  width: 31px;
  height: 31px;
  line-height: 35px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  transform-origin: center center;
}

.box-pilih-kategori-testimoni .inner a.disabled, .box-pilih-kategori-testimoni .inner a:disabled {
  opacity: 0.5;
}
.box-pilih-kategori-testimoni .inner a.disabled .box-item-inner .box-ico, .box-pilih-kategori-testimoni .inner a:disabled .box-item-inner .box-ico {
  background-color: #ddd;
}
.box-pilih-kategori-testimoni .inner a.disabled .box-item-inner .box-ico img, .box-pilih-kategori-testimoni .inner a:disabled .box-item-inner .box-ico img {
  filter: grayscale(100%);
}

@media (min-width: 1280px) and (max-height: 650px) {
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: initial;
  }
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .CX-simple-form.testimony .box-simple-form .new-box-form {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: calc(100vh - 150px);
    position: relative;
    padding-bottom: 80px !important;
  }
  .CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .CX-simple-form.testimony .box-simple-form .new-box-form #box-action-testimony {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    z-index: 2;
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    -ms-border-bottom-left-radius: 8px;
    -o-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    -ms-border-bottom-right-radius: 8px;
    -o-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    -webkit-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -5px 10px 0px rgba(0, 0, 0, 0.05);
  }
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner section.CX-simple-form.testimony .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default {
  text-align: left;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner section.CX-simple-form.testimony .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit .new-box-item-inner .input .form-control:focus {
  box-shadow: none !important;
}
.CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner section.CX-simple-form.testimony .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  right: 20px;
  margin-top: -30px;
  text-align: right;
  background-color: transparent;
}

.new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  position: absolute;
  right: 16px;
  margin-top: -16px;
  color: #999999;
  font-size: 13px;
  line-height: 20px;
}

.CX-pop-up-modal.modal-default.down-center.simple-down-to-top#modal-testimony .box-pop-up-modal .box-pop-up-modal-inner section.CX-simple-form.testimony .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  right: 20px;
  margin-top: -30px !important;
  text-align: right;
  background-color: transparent;
  transform: none !important;
  top: initial !important;
}

@media (max-width: 767px) {
  .CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-arrow {
    display: none;
  }
}
@media (max-width: 767px) {
  .CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list {
    margin: 0 -8px;
    padding-left: 20px;
  }
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track {
  display: flex !important;
}
@media (max-width: 767px) {
  .CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track {
    padding-left: 16px;
  }
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item {
  width: 321px;
  height: 100%;
  height: inherit !important;
}
@media (max-width: 767px) {
  .CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item {
    margin: 0 8px;
  }
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item .inner {
  height: 100% !important;
  min-height: 232px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item .inner .box-line-quote {
  display: none;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item .inner .box-info-user-testi {
  padding-top: 9px;
  margin-top: 9px;
  position: relative;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item .inner .box-info-user-testi:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background: linear-gradient(112deg, rgba(255, 255, 255, 0.6) 3%, rgba(255, 255, 255, 0) 100%);
  background-blend-mode: overlay;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 80%;
  height: 1px;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .slick-list .slick-track .box-testimony-item .inner .box-info-user-testi:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='56' height='43' viewBox='0 0 56 43' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_46_53895)'%3E%3Cpath opacity='0.1' d='M48.2693 4.25781L48.2693 14.4434C48.2693 17.4056 47.6996 20.459 46.5603 23.6035C45.421 26.748 43.9171 29.7103 42.0486 32.4902C40.1801 35.3158 38.1293 37.7083 35.8962 39.668L26.7361 34.3359C28.3767 31.6016 29.7895 28.6621 30.9744 25.5176C32.1593 22.373 32.7517 18.6816 32.7517 14.4434L32.7517 4.25781L48.2693 4.25781ZM25.0271 4.25782L25.0271 14.4434C25.0271 17.4056 24.4574 20.459 23.3181 23.6035C22.1788 26.7481 20.6749 29.7103 18.8064 32.4902C16.9379 35.3158 14.8871 37.7083 12.6541 39.668L3.49389 34.3359C5.13452 31.6016 6.54728 28.6621 7.73217 25.5176C8.91707 22.3731 9.50952 18.6816 9.50952 14.4434L9.50952 4.25782L25.0271 4.25782Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_46_53895'%3E%3Crect width='56' height='43' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 56px;
  height: 43px;
  display: inline-block;
  position: absolute;
  right: 0px;
  top: -15px;
  background-color: transparent;
}

.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-text h3.product-name {
  border: 1px solid #fff;
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 5px 12px;
  font-weight: normal;
}
.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item.is-product .inner > .box-text:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 11 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.16211 10L10.1621 1M10.1621 1H3.41211M10.1621 1V7.75' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 11px;
  position: absolute;
  background-size: cover;
  top: 12px;
  right: 0px;
}

.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .box-testimony-slider-inner .box-testimony-item .inner > .box-text h3.product-name {
  max-width: 90%;
}

.CX-pop-up-modal.modal-default.modal-full-screen .box-pop-up-modal {
  max-width: initial;
  width: 100%;
}
.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal {
  background-color: transparent;
}
.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .close-pop-up {
  left: 23px;
  top: 12px;
  right: initial;
  z-index: 2;
  background-color: transparent;
}
.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner {
  max-height: initial !important;
  padding: 0 !important;
}

.box-view-testimony {
  height: 100vh;
}
.box-view-testimony .box-view-testimony-inner {
  display: flex;
  align-items: center;
  position: relative;
}
.box-view-testimony .box-view-testimony-inner .box-media {
  flex: 1 1 auto;
  overflow: hidden;
  align-items: center;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-bg-blur {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% - 360px);
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-filter: blur(25px);
  -moz-filter: blur(25px);
  -ms-filter: blur(25px);
  -o-filter: blur(25px);
  filter: blur(25px);
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner {
  text-align: center;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
  margin: 0 auto;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-arrow {
  z-index: 2;
  width: 30px;
  height: 30px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-arrow:before {
  content: "";
  width: 30px;
  height: 30px;
  opacity: 1;
  display: inline-block;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-arrow.slick-prev {
  left: 10px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-arrow.slick-prev:before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 30C6.71573 30 -3.62117e-07 23.2843 0 15C3.62117e-07 6.71573 6.71573 -3.62117e-07 15 0C23.2843 3.62117e-07 30 6.71573 30 15C30 23.2843 23.2843 30 15 30Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.4163 20.7679L10.5565 14.9081L16.4163 9.04826L17.8813 10.5132L13.4864 14.9081L17.8813 19.303L16.4163 20.7679Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-arrow.slick-next {
  right: 10px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-arrow.slick-next:before {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 0C23.2843 -3.62117e-07 30 6.71573 30 15C30 23.2843 23.2843 30 15 30C6.71573 30 3.62117e-07 23.2843 0 15C-3.62117e-07 6.71573 6.71573 3.62117e-07 15 0Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.5834 9.23229L19.4433 15.0921L13.5834 20.952L12.1185 19.487L16.5133 15.0921L12.1185 10.6972L13.5834 9.23229Z' fill='%23333333'/%3E%3C/svg%3E%0A");
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb {
  margin-top: 10px;
  position: relative;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner {
  display: flex;
  justify-content: center;
  grid-column-gap: 8px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item {
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  border: 2px solid transparent;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  overflow: hidden;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  display: inline-block;
  opacity: 0.3;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item .media-item-inner {
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item .media-item-inner img {
  object-fit: cover;
  width: 50px;
  height: 50px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item.selected {
  opacity: 1;
  border: 2px solid #fff;
}
.box-view-testimony .box-view-testimony-inner .box-caption {
  height: 100vh;
  flex: 0 0 auto;
  max-width: 360px;
  width: 360px;
  background-color: #fff;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav {
  background: #494df4;
  display: flex;
  padding: 15px 23px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-action a,
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-page-nav {
  color: #fff;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-page-nav {
  flex: 0 0 auto;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 21px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-action {
  flex: 1 1 auto;
  text-align: right;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-action a {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 21px;
  color: #fff;
  position: relative;
  text-decoration: none;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-action a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.5 6H14M14 6L9 1M14 6L9 11' stroke='white'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 12px;
  display: inline-block;
  margin-left: 11px;
  position: relative;
  background-repeat: no-repeat;
  top: 2px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-action a:hover {
  color: #494df4;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content {
  overflow-y: auto;
  max-height: calc(100vh - 51px);
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content::-webkit-scrollbar:vertical {
  width: 10px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content::-webkit-scrollbar:horizontal {
  height: 10px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #ffffff;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner {
  padding: 30px 24px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-info-name {
  display: flex;
  grid-column-gap: 19px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 19px;
  padding-bottom: 19px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-info-name .box-img {
  flex: 0 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  width: 42px;
  height: 42px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-info-name .box-name .name {
  font-size: 16px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333;
  margin-bottom: 3px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-info-name .box-name .date {
  font-size: 12px;
  color: #333;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-content-testimony {
  text-align: left;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-content-testimony .box-content-testimony-inner .box-img-testimony {
  margin-bottom: 16px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-content-testimony .box-content-testimony-inner .box-title-testimony {
  margin-bottom: 12px;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-content-testimony .box-content-testimony-inner .box-title-testimony h3 {
  margin-bottom: 0;
  font-size: 19px;
  font-family: "SourceSans-Black";
  font-weight: normal;
}
.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-content-testimony .box-content-testimony-inner .box-text-testimony {
  font-size: 14px;
  line-height: 21px;
}

.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner {
  overflow: hidden !important;
}
.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner {
  flex: 1 1 auto;
  height: 100%;
}
.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media {
  flex: 0 0 auto;
  width: calc(100% - 360px);
}
.CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-caption {
  position: absolute;
  top: 0px;
  right: 0px;
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .slick-track {
  display: flex;
  align-items: center;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  max-width: 886px;
  max-height: 653px;
}
@media (max-width: 1280px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
    max-width: 600px;
  }
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item.is-video .media-item-inner {
  width: 100%;
  height: 100%;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item.is-video .media-item-inner .box-video {
  background-color: #494df4;
  width: 100%;
  height: 100%;
  position: relative;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item.is-video .media-item-inner .box-video:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='16.8335' cy='16.8335' r='16.8335' transform='matrix(1 0 0 -1 0 34)' fill='%2324277A'/%3E%3Cpath d='M23.7944 17.0404C23.7949 16.8685 23.7508 16.6995 23.6665 16.5497C23.5822 16.3999 23.4606 16.2744 23.3135 16.1855L14.1956 10.6079C14.0418 10.5138 13.8658 10.4624 13.6855 10.4591C13.5053 10.4558 13.3275 10.5006 13.1704 10.589C13.0148 10.676 12.8851 10.8028 12.7948 10.9565C12.7045 11.1102 12.6568 11.2852 12.6565 11.4635V22.6174C12.6568 22.7956 12.7045 22.9706 12.7948 23.1243C12.8851 23.278 13.0148 23.4049 13.1704 23.4919C13.3275 23.5803 13.5053 23.6251 13.6855 23.6218C13.8658 23.6184 14.0418 23.5671 14.1956 23.4729L23.3135 17.8954C23.4606 17.8065 23.5822 17.681 23.6665 17.5312C23.7508 17.3814 23.7949 17.2123 23.7944 17.0404Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 34px;
  height: 34px;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner {
  display: flex;
  justify-content: center;
  width: auto;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video {
  flex: 0 0 auto;
  position: relative;
  cursor: pointer;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video:before, .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video:before {
  width: 87px;
  height: 87px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video:after {
  content: "\f04b";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  font-weight: bold;
  font-size: 30px;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video.play-video .media-item-inner .box-video:after {
  content: "\f04c";
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video.play-video .media-item-inner .box-video:before, .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video.play-video .media-item-inner .box-video:after {
  opacity: 0;
  visibility: hidden;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video.play-video .media-item-inner .box-video:hover:before, .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video.play-video .media-item-inner .box-video:hover:after {
  opacity: 1;
  visibility: visible;
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-bg-blur.emma-marked {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-media-bg-blur.emma-marked:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url("/o/axa-emma-theme/images/bg-emma-mark.png");
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
  max-width: 1200px;
}
@media (max-width: 1440px) and (max-height: 800px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
    max-width: 800px;
  }
}
@media (max-width: 1440px) and (max-height: 700px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
    max-width: 700px;
  }
}
@media (max-width: 1440px) and (max-height: 600px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
    max-width: 600px;
  }
}
@media (max-width: 1280px) and (max-height: 650px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
    max-width: 550px;
  }
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
  max-width: 1200px;
}
@media (max-width: 1440px) and (max-height: 800px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
    max-width: 800px;
  }
}
@media (max-width: 1440px) and (max-height: 700px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
    max-width: 700px;
  }
}
@media (max-width: 1440px) and (max-height: 600px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
    max-width: 600px;
  }
}
@media (max-width: 1280px) and (max-height: 650px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
    max-width: 550px;
  }
}

.box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media {
  display: none;
  position: absolute;
  z-index: 2;
  width: calc(100% - 360px);
  text-align: center;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media .box-icon:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='446' height='167' viewBox='0 0 446 167' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M417.843 64.9903C419.902 69.6442 420.769 75.1549 420.561 81.0571L445.587 81.0527C445.587 81.0527 441.499 91.6696 434.197 95.9583H417.994C415.31 104.73 411.002 112.914 405.298 120.08C397.745 129.536 388.565 135.347 378.718 136.882C372.507 137.848 366.435 137.339 361.154 135.403C354.965 133.137 350.338 129.101 347.773 123.734C343.003 113.769 345.71 101.33 354.502 92.7831C359.269 88.1554 365.825 83.9712 374.207 82.6664C384.246 81.0377 393.275 81.0448 402.182 81.0518C402.765 81.0523 403.348 81.0527 403.931 81.0527H405.805C406.017 77.3514 405.585 73.911 404.321 71.0491C402.458 66.8345 396.95 62.385 387.574 63.716C382.3 64.4815 376.106 68.3959 370.621 74.4851L359.632 64.4815C367.503 55.713 376.693 50.1979 385.492 48.9496C387.259 48.6969 389.042 48.569 390.829 48.5669C403.004 48.5669 413.285 54.6778 417.843 64.9903ZM376.417 122.155C382.645 121.198 388.463 117.353 393.718 110.759C397.234 106.26 400.092 101.277 402.205 95.9625C401.508 95.9606 400.819 95.9579 400.134 95.9553C391.62 95.9219 384.057 95.8921 376.452 97.3935C372.086 98.3449 368.053 100.457 364.775 103.509C359.935 108.211 359.442 113.8 361.098 117.279C363.01 121.259 369.303 123.264 376.417 122.155Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M85.0575 50.5405C91.2465 52.8065 95.874 56.8383 98.4387 62.2054C103.209 72.1568 100.502 84.596 91.7091 93.1467C86.9435 97.7743 80.4603 100.928 72.4334 102.515C61.9758 104.59 51.7604 104.873 42.2802 104.873H40.4075C40.1959 108.574 40.6282 112.014 41.891 114.876C43.7551 119.091 49.2608 123.54 58.6369 122.214C63.9132 121.444 70.1064 117.529 75.5906 111.44L86.5801 121.444C78.6913 130.217 69.5011 135.731 60.7042 136.975C58.9363 137.228 57.153 137.356 55.3673 137.358C43.1929 137.358 32.9083 131.251 28.3498 120.935C26.2912 116.285 25.4262 110.775 25.6338 104.868H0.623047C0.623047 104.868 4.71438 94.2559 12.0148 89.963H28.2158C30.9038 81.193 35.2116 73.0111 40.9136 65.8459C48.4647 56.3903 57.6466 50.5796 67.4944 49.0443C73.7137 48.0743 79.7683 48.5876 85.0575 50.5405ZM69.5655 87.8886C73.1292 87.2057 78.0728 85.6617 81.4071 82.4214C86.2553 77.7197 86.7398 72.1178 85.0961 68.6513C83.1848 64.6673 76.8962 62.6623 69.7775 63.7713C63.5498 64.7326 57.7329 68.5774 52.4782 75.171C48.9682 79.6702 46.1139 84.6496 44.0011 89.9588C53.3473 89.9197 61.3701 89.5111 69.5655 87.8886Z' fill='%23494DF4'/%3E%3Cpath d='M115.954 136.3L129.109 80.237C131.238 71.156 138.014 63.6394 148.47 63.6394C159.245 63.6394 159.573 75.3131 158.146 81.4092L145.268 136.313H160.448L172.516 84.8691C175.624 71.4959 173.947 63.7919 168.728 57.1162C165.711 53.2773 159.525 48.5669 149.444 48.5669C133.695 48.5669 118.45 60.9683 114.734 76.8033L100.773 136.3H115.954Z' fill='url(%23paint0_linear_431_45448)'/%3E%3Cpath d='M58.3954 122.262C49.0287 123.584 43.5291 119.15 41.667 114.949C40.4052 112.097 39.9733 108.667 40.1849 104.978H25.4265C25.2191 110.865 26.0832 116.358 28.1397 120.992C32.6934 131.274 42.9673 137.361 55.1292 137.361C56.9133 137.359 58.6948 137.232 60.4608 136.979C69.2486 135.74 78.4294 130.243 86.3098 121.499L75.3316 111.529C69.8532 117.593 63.6793 121.504 58.3954 122.262Z' fill='url(%23paint1_linear_431_45448)'/%3E%3Cpath d='M387.826 63.6655C397.196 62.3386 402.696 66.7745 404.559 70.9763C405.819 73.8295 406.251 77.2594 406.039 80.9495H420.802C421.011 75.0653 420.148 69.5714 418.088 64.9317C413.534 54.6592 403.256 48.5669 391.093 48.5669C389.307 48.569 387.524 48.6965 385.759 48.9485C376.969 50.193 367.785 55.6913 359.92 64.433L370.901 74.4062C376.364 68.3269 382.538 64.4113 387.826 63.6655Z' fill='url(%23paint2_linear_431_45448)'/%3E%3Cpath d='M160.355 136.3L173.511 80.2453C175.641 71.1657 182.417 63.6502 192.874 63.6502C203.651 63.6502 203.978 75.3222 202.552 81.4173L189.672 136.313H204.853L216.923 84.8768C220.018 71.4925 218.354 63.7896 213.121 57.115C210.104 53.2766 203.918 48.5669 193.835 48.5669C178.085 48.5669 162.838 60.9664 159.123 76.7991L145.174 136.3H160.355Z' fill='%23494DF4'/%3E%3Cpath d='M237.773 136.3L250.923 80.237C253.053 71.156 259.829 63.6394 270.285 63.6394C281.061 63.6394 281.393 75.3131 279.962 81.4092L267.087 136.313H282.268L294.337 84.8691C297.44 71.4959 295.768 63.7919 290.544 57.1162C287.527 53.2773 281.341 48.5669 271.264 48.5669C255.514 48.5669 240.264 60.9683 236.553 76.8033L222.592 136.3H237.773Z' fill='url(%23paint3_linear_431_45448)'/%3E%3Cpath d='M282.171 136.287L295.322 80.2239C297.451 71.1429 304.227 63.6263 314.684 63.6263C325.447 63.6263 325.792 75.3087 324.36 81.4092L311.485 136.313H326.666L338.735 84.8691C341.839 71.4959 340.166 63.7919 334.942 57.1162C331.925 53.2773 325.74 48.5669 315.662 48.5669C299.912 48.5669 284.662 60.9683 280.951 76.8033L266.99 136.287H282.171Z' fill='%23494DF4'/%3E%3Cpath d='M60.5052 50.6611C53.3807 53.3376 46.7711 58.3551 41.1011 65.4422C35.4417 72.5337 31.1666 80.6316 28.5 89.3112H44.1659C46.2624 84.0586 49.0947 79.1322 52.5778 74.6809C54.8272 71.7875 57.4998 69.2516 60.5052 67.1591V50.6611Z' fill='url(%23paint4_linear_431_45448)'/%3E%3Cpath d='M404.753 95.5732H403.031C400.926 100.94 398.083 105.972 394.581 110.517C390.872 115.268 386.863 118.6 382.615 120.468V136.312C391.292 134.115 399.363 128.524 406.101 119.949C411.783 112.707 416.076 104.437 418.752 95.5732H404.753Z' fill='url(%23paint5_linear_431_45448)'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0_431_45448)'%3E%3Cpath d='M307 83.5C306.511 111.42 301.586 133.894 287.528 147.528C273.894 161.586 251.42 166.511 223.5 167C195.58 166.511 173.106 161.586 159.472 147.528C145.414 133.894 140.489 111.42 140 83.5C140.489 55.5797 145.414 33.1064 159.472 19.4725C173.106 5.41445 195.58 0.489258 223.5 0C251.42 0.489258 273.894 5.41445 287.528 19.4725C301.586 33.1064 306.511 55.5797 307 83.5Z' fill='%23494DF4'/%3E%3Cpath d='M307 83.5C306.511 111.42 301.586 133.894 287.528 147.528C273.894 161.586 251.42 166.511 223.5 167C195.58 166.511 173.106 161.586 159.472 147.528C145.414 133.894 140.489 111.42 140 83.5C140.489 55.5797 145.414 33.1064 159.472 19.4725C173.106 5.41445 195.58 0.489258 223.5 0C251.42 0.489258 273.894 5.41445 287.528 19.4725C301.586 33.1064 306.511 55.5797 307 83.5Z' fill='url(%23paint6_radial_431_45448)'/%3E%3Cpath d='M240.234 115.987H187.785C181.294 115.987 176.043 110.735 176.043 104.245V62.7555C176.043 56.2647 181.294 51.0133 187.785 51.0133H240.266C246.757 51.0133 252.008 56.2647 252.008 62.7555V104.212C251.976 110.735 246.724 115.987 240.234 115.987Z' fill='white'/%3E%3Cpath d='M267.698 114.095L251.977 104.995V62.0053L267.698 52.9051C269.166 52.0571 270.96 53.1008 270.96 54.7969V112.203C270.96 113.867 269.133 114.91 267.698 114.095Z' fill='white'/%3E%3Cpath d='M267.698 114.095L251.977 104.995V62.0053L267.698 52.9051C269.166 52.0571 270.96 53.1008 270.96 54.7969V112.203C270.96 113.867 269.133 114.91 267.698 114.095Z' fill='url(%23paint7_radial_431_45448)'/%3E%3Cpath d='M191.013 72.8995C195.048 72.8995 198.32 69.6284 198.32 65.5932C198.32 61.5581 195.048 58.287 191.013 58.287C186.978 58.287 183.707 61.5581 183.707 65.5932C183.707 69.6284 186.978 72.8995 191.013 72.8995Z' fill='url(%23paint8_radial_431_45448)'/%3E%3Cpath d='M189.285 69.4093C192.365 69.4093 194.862 66.9122 194.862 63.8318C194.862 60.7514 192.365 58.2543 189.285 58.2543C186.204 58.2543 183.707 60.7514 183.707 63.8318C183.707 66.9122 186.204 69.4093 189.285 69.4093Z' fill='%237370F7'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_431_45448' x1='118.156' y1='108.026' x2='148.305' y2='116.301' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_431_45448' x1='86.0467' y1='127.687' x2='84.2483' y2='98.315' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_431_45448' x1='359.043' y1='53.9032' x2='360.413' y2='84.4029' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_431_45448' x1='222.592' y1='136.301' x2='295.893' y2='136.301' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_431_45448' x1='41.7965' y1='35.2836' x2='13.2635' y2='72.6661' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_431_45448' x1='406.885' y1='137.716' x2='426.776' y2='104.947' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3CradialGradient id='paint6_radial_431_45448' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(152.079 14.7061) scale(104.431)'%3E%3Cstop stop-color='%23E9E0FF'/%3E%3Cstop offset='0.5565' stop-color='%23DCCAFF' stop-opacity='0.444'/%3E%3Cstop offset='1' stop-color='%23D4BDFF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint7_radial_431_45448' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(233.828 83.3334) scale(35.3163 35.3163)'%3E%3Cstop stop-color='%23CBBAFF'/%3E%3Cstop offset='0.2336' stop-color='%23CEBEFF' stop-opacity='0.766'/%3E%3Cstop offset='0.4799' stop-color='%23D8CBFF' stop-opacity='0.52'/%3E%3Cstop offset='0.7321' stop-color='%23E8E0FF' stop-opacity='0.268'/%3E%3Cstop offset='0.9869' stop-color='%23FEFDFF' stop-opacity='0.013'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint8_radial_431_45448' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(191.008 65.5815) scale(7.31473)'%3E%3Cstop stop-color='%23CBBAFF'/%3E%3Cstop offset='0.2336' stop-color='%23CEBEFF' stop-opacity='0.766'/%3E%3Cstop offset='0.4799' stop-color='%23D8CBFF' stop-opacity='0.52'/%3E%3Cstop offset='0.7321' stop-color='%23E8E0FF' stop-opacity='0.268'/%3E%3Cstop offset='0.9869' stop-color='%23FEFDFF' stop-opacity='0.013'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_431_45448'%3E%3Crect width='167' height='167' fill='white' transform='translate(140)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 446px;
  height: 167px;
  display: inline-block;
}
.box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media .box-text {
  font-size: 16px;
  font-style: italic;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333333;
  position: relative;
  top: -20px;
}
.box-view-testimony .box-view-testimony-inner .box-media.empty-media {
  display: flex;
  align-items: center;
}
.box-view-testimony .box-view-testimony-inner .box-media.empty-media .box-media-large,
.box-view-testimony .box-view-testimony-inner .box-media.empty-media .box-media-thumb {
  display: none !important;
}
.box-view-testimony .box-view-testimony-inner .box-media.empty-media .box-media-bg-blur {
  background-image: none !important;
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.box-view-testimony .box-view-testimony-inner .box-media.empty-media .box-media-bg-blur:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("/o/axa-emma-theme/images/bg-emma-mark.png");
  width: 100%;
  height: 100%;
  display: inline-block;
  background-size: cover;
}
.box-view-testimony .box-view-testimony-inner .box-media.empty-media .box-icon-empty-media {
  display: block;
}

.box-view-testimony .box-view-testimony-inner .box-caption .box-top-nav .box-action a:hover {
  color: #fff;
}

.box-view-testimony .box-view-testimony-slider {
  height: 100%;
}
.box-view-testimony .box-view-testimony-slider > .slick-list {
  height: 100%;
}
.box-view-testimony .box-view-testimony-slider > .slick-list > .slick-track {
  height: 100%;
}

#modal-testimony .box-act {
  padding: 0;
}
#modal-testimony .box-act .new-btn-blue {
  padding: 6px 16px;
}
#modal-testimony .box-act .new-btn-blue#kirim-testimoni {
  min-width: 204px;
  padding: 7px 16px;
}

@media (min-width: 1025px) {
  .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-multiple.kategori-testimoni .new-box-item-inner .input .box-dropdow-list {
    width: 655px;
    right: 0px;
    left: initial;
  }
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.is-video .img {
  background-color: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.is-video .img:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='39' height='39' viewBox='0 0 39 39' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='19.5' cy='19.5' r='19.5' fill='black'/%3E%3Cpath d='M27.5644 19.6473C27.5648 19.8464 27.5138 20.0422 27.4162 20.2158C27.3185 20.3893 27.1776 20.5346 27.0072 20.6376L16.445 27.0987C16.2669 27.2077 16.0629 27.2672 15.8542 27.2711C15.6454 27.275 15.4394 27.223 15.2574 27.1207C15.0771 27.0199 14.927 26.8729 14.8223 26.6949C14.7177 26.5168 14.6624 26.3141 14.6621 26.1076V13.1869C14.6624 12.9804 14.7177 12.7777 14.8223 12.5996C14.927 12.4216 15.0771 12.2746 15.2574 12.1738C15.4394 12.0715 15.6454 12.0195 15.8542 12.0234C16.0629 12.0273 16.2669 12.0868 16.445 12.1958L27.0072 18.6569C27.1776 18.7599 27.3185 18.9052 27.4162 19.0787C27.5138 19.2523 27.5648 19.4481 27.5644 19.6473Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 39px;
  height: 39px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .info-alert-danger {
  text-align: left;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #c91432;
  margin-top: 5px;
}

.box-pilih-kategori-testimoni {
  margin-top: 12px;
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .box-pilih-kategori-testimoni {
    margin-top: 12px;
    margin-bottom: 100px;
  }
}
.box-pilih-kategori-testimoni .box-title-kategori {
  text-align: left;
}
.box-pilih-kategori-testimoni .box-title-kategori h3 {
  font-size: 15px;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  margin-bottom: 0;
  color: #333333;
}
@media (max-width: 767px) {
  .box-pilih-kategori-testimoni .box-title-kategori h3 {
    font-size: 16px;
  }
}
.box-pilih-kategori-testimoni .box-title-kategori p {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #7f7f7f;
}
@media (max-width: 767px) {
  .box-pilih-kategori-testimoni .box-title-kategori p {
    font-size: 14px;
  }
}
.box-pilih-kategori-testimoni .inner {
  display: grid;
  grid-row-gap: 16px;
}
@media (min-width: 768px) {
  .box-pilih-kategori-testimoni .inner {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 16px;
  }
}
.box-pilih-kategori-testimoni .inner a {
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #e5e5e5;
  background: #f7f7f7;
  text-decoration: none;
  padding: 13px 12px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-pilih-kategori-testimoni .inner a .box-item-inner .box-ico {
  width: 52px;
  height: 52px;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(38, 190, 238, 0.07);
  text-align: center;
  line-height: 52px;
  margin-bottom: 11px;
}
@media (max-width: 767px) {
  .box-pilih-kategori-testimoni .inner a .box-item-inner .box-ico svg {
    height: initial;
  }
}
.box-pilih-kategori-testimoni .inner a .box-item-inner .box-text-item .title-item {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  margin-bottom: 3px;
}
.box-pilih-kategori-testimoni .inner a .box-item-inner .box-text-item p {
  font-size: 10px;
  font-style: normal;
  line-height: 14px;
  color: #7f7f7f;
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .box-pilih-kategori-testimoni .inner a .box-item-inner {
    display: flex;
    text-align: left;
    grid-column-gap: 17px;
  }
  .box-pilih-kategori-testimoni .inner a .box-item-inner .box-ico {
    margin-left: 0px;
    margin-right: 0px;
    flex: 0 0 auto;
  }
  .box-pilih-kategori-testimoni .inner a .box-item-inner .box-text-item {
    flex: 1 1 auto;
  }
  .box-pilih-kategori-testimoni .inner a .box-item-inner .box-text-item .title-item {
    font-size: 18px;
  }
  .box-pilih-kategori-testimoni .inner a .box-item-inner .box-text-item p {
    font-size: 12px;
  }
}
.box-pilih-kategori-testimoni .inner a.selected, .box-pilih-kategori-testimoni .inner a:hover {
  background-color: #494df4;
}
.box-pilih-kategori-testimoni .inner a.selected .box-item-inner .box-ico, .box-pilih-kategori-testimoni .inner a:hover .box-item-inner .box-ico {
  background-color: #fff;
}
.box-pilih-kategori-testimoni .inner a.selected .box-item-inner .box-text-item p,
.box-pilih-kategori-testimoni .inner a.selected .box-item-inner .box-text-item .title-item, .box-pilih-kategori-testimoni .inner a:hover .box-item-inner .box-text-item p,
.box-pilih-kategori-testimoni .inner a:hover .box-item-inner .box-text-item .title-item {
  color: #fff;
}

.CX-pop-up-modal.modal-default#modal-testimony .box-pop-up-modal {
  max-width: 695px;
}

@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner {
    overflow: auto !important;
    max-height: 100vh !important;
  }
}

@media (max-width: 1024px) {
  .box-view-testimony {
    height: initial;
  }
}

@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal {
    top: initial !important;
    transform: none;
    bottom: initial !important;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .close-pop-up {
    display: block;
    left: initial;
    right: 15px;
  }
}

@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner {
    display: block;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media {
    width: 100%;
    height: 450px;
    position: relative;
    display: flex;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media {
    width: 100%;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media .box-icon:before {
    background-image: url("data:image/svg+xml,%3Csvg width='410' height='154' viewBox='0 0 410 154' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.15'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M384.495 59.7429C386.388 64.021 387.185 69.0868 386.994 74.5124L410 74.5084C410 74.5084 406.241 84.2681 399.529 88.2105H384.635C382.167 96.2742 378.207 103.797 372.963 110.385C366.021 119.077 357.582 124.419 348.529 125.83C342.82 126.718 337.238 126.25 332.384 124.471C326.695 122.388 322.441 118.677 320.083 113.743C315.698 104.583 318.187 93.1483 326.269 85.2916C330.65 81.0376 336.678 77.1912 344.382 75.9918C353.611 74.4945 361.911 74.5011 370.099 74.5076C370.635 74.508 371.171 74.5084 371.707 74.5084H373.429C373.624 71.1059 373.227 67.9433 372.065 65.3124C370.353 61.4381 365.29 57.348 356.67 58.5714C351.822 59.2751 346.128 62.8735 341.087 68.4711L330.984 59.2751C338.22 51.2146 346.668 46.1449 354.756 44.9974C356.381 44.765 358.02 44.6474 359.663 44.6455C370.854 44.6455 380.306 50.263 384.495 59.7429ZM346.414 112.292C352.139 111.412 357.488 107.878 362.318 101.816C365.551 97.6801 368.178 93.0997 370.12 88.2144C369.48 88.2126 368.846 88.2101 368.216 88.2077C360.39 88.1771 353.437 88.1496 346.446 89.5298C342.433 90.4044 338.725 92.3459 335.712 95.1513C331.263 99.4737 330.81 104.611 332.332 107.81C334.09 111.468 339.874 113.312 346.414 112.292Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M78.58 46.4596C84.2694 48.5427 88.5232 52.249 90.8808 57.1828C95.2662 66.3306 92.7774 77.7654 84.6946 85.6258C80.3137 89.8798 74.354 92.7786 66.9752 94.238C57.3619 96.1449 47.9714 96.4051 39.2566 96.4051H37.5351C37.3406 99.8074 37.738 102.97 38.8989 105.601C40.6124 109.475 45.6736 113.565 54.2926 112.346C59.1429 111.638 64.8361 108.04 69.8774 102.442L79.9797 111.638C72.7278 119.703 64.2797 124.772 56.193 125.916C54.5679 126.148 52.9285 126.266 51.287 126.267C40.0956 126.267 30.6414 120.654 26.451 111.17C24.5586 106.896 23.7634 101.831 23.9543 96.4009H0.962891C0.962891 96.4009 4.72388 86.6454 11.4348 82.6992H26.3277C28.7988 74.6372 32.7588 67.1159 38.0004 60.5292C44.9417 51.8371 53.3823 46.4956 62.435 45.0842C68.1521 44.1926 73.7179 44.6644 78.58 46.4596ZM64.3388 80.7922C67.6148 80.1644 72.1592 78.7451 75.2243 75.7665C79.6811 71.4444 80.1265 66.2948 78.6155 63.1082C76.8585 59.4459 71.0777 57.6027 64.5337 58.6222C58.8089 59.5058 53.4616 63.0402 48.6312 69.1015C45.4046 73.2374 42.7807 77.8147 40.8386 82.6953C49.4301 82.6594 56.8051 82.2837 64.3388 80.7922Z' fill='%23494DF4'/%3E%3Cpath d='M106.982 125.295L119.075 73.7585C121.032 65.4108 127.261 58.501 136.873 58.501C146.778 58.501 147.08 69.2322 145.768 74.8361L133.929 125.307H147.884L158.978 78.0167C161.834 65.7232 160.293 58.6412 155.495 52.5046C152.722 48.9756 147.036 44.6455 137.768 44.6455C123.29 44.6455 109.276 56.0456 105.861 70.6021L93.0273 125.295H106.982Z' fill='url(%23paint0_linear_463_42168)'/%3E%3Cpath d='M54.0709 112.39C45.4605 113.606 40.4049 109.529 38.6931 105.668C37.5332 103.046 37.1362 99.8933 37.3307 96.502H23.7639C23.5733 101.914 24.3676 106.963 26.2581 111.223C30.4441 120.675 39.8885 126.27 51.0684 126.27C52.7085 126.268 54.3461 126.151 55.9695 125.919C64.0478 124.78 72.4873 119.727 79.7314 111.689L69.6397 102.523C64.6035 108.099 58.9281 111.693 54.0709 112.39Z' fill='url(%23paint1_linear_463_42168)'/%3E%3Cpath d='M356.903 58.525C365.516 57.3053 370.572 61.383 372.285 65.2455C373.443 67.8684 373.84 71.0214 373.645 74.4135H387.217C387.408 69.0044 386.615 63.9541 384.722 59.689C380.535 50.246 371.087 44.6455 359.906 44.6455C358.264 44.6474 356.625 44.7646 355.003 44.9963C346.922 46.1403 338.48 51.1946 331.25 59.2305L341.345 68.3985C346.366 62.81 352.042 59.2106 356.903 58.525Z' fill='url(%23paint2_linear_463_42168)'/%3E%3Cpath d='M147.8 125.295L159.893 73.7662C161.851 65.4197 168.08 58.511 177.693 58.511C187.599 58.511 187.9 69.2405 186.589 74.8436L174.749 125.307H188.705L199.8 78.0237C202.645 65.7201 201.115 58.6392 196.305 52.5034C193.531 48.975 187.845 44.6455 178.576 44.6455C164.097 44.6455 150.082 56.0439 146.667 70.5982L133.844 125.295H147.8Z' fill='%23494DF4'/%3E%3Cpath d='M218.965 125.295L231.054 73.7585C233.011 65.4108 239.24 58.501 248.853 58.501C258.758 58.501 259.063 69.2322 257.748 74.8361L245.912 125.307H259.868L270.962 78.0167C273.815 65.7232 272.278 58.6412 267.475 52.5046C264.702 48.9756 259.016 44.6455 249.752 44.6455C235.274 44.6455 221.255 56.0456 217.844 70.6021L205.01 125.295H218.965Z' fill='url(%23paint3_linear_463_42168)'/%3E%3Cpath d='M259.777 125.283L271.866 73.7465C273.824 65.3987 280.052 58.489 289.665 58.489C299.559 58.489 299.876 69.2282 298.56 74.8361L286.725 125.307H300.68L311.774 78.0167C314.627 65.7232 313.09 58.6412 308.288 52.5046C305.514 48.9756 299.828 44.6455 290.564 44.6455C276.086 44.6455 262.068 56.0456 258.656 70.6021L245.822 125.283H259.777Z' fill='%23494DF4'/%3E%3Cpath d='M56.0089 46.5708C49.4597 49.0312 43.3838 53.6435 38.1716 60.1584C32.9691 66.6774 29.0392 74.1214 26.5879 82.1002H40.9889C42.9161 77.2717 45.5198 72.7431 48.7216 68.6512C50.7894 65.9914 53.2462 63.6603 56.0089 61.7367V46.5708Z' fill='url(%23paint4_linear_463_42168)'/%3E%3Cpath d='M372.462 87.8569H370.879C368.944 92.7901 366.33 97.416 363.111 101.594C359.701 105.962 356.016 109.024 352.111 110.741V125.307C360.087 123.287 367.506 118.147 373.701 110.265C378.924 103.608 382.87 96.0055 385.331 87.8569H372.462Z' fill='url(%23paint5_linear_463_42168)'/%3E%3C/g%3E%3Cg clip-path='url(%23clip0_463_42168)'%3E%3Cpath d='M282.602 76.7581C282.152 102.424 277.625 123.083 264.702 135.616C252.169 148.539 231.51 153.066 205.844 153.516C180.178 153.066 159.519 148.539 146.986 135.616C134.063 123.083 129.536 102.424 129.086 76.7581C129.536 51.0921 134.063 30.4334 146.986 17.9002C159.519 4.97728 180.178 0.449755 205.844 0C231.51 0.449755 252.169 4.97728 264.702 17.9002C277.625 30.4334 282.152 51.0921 282.602 76.7581Z' fill='%23494DF4'/%3E%3Cpath d='M282.602 76.7581C282.152 102.424 277.625 123.083 264.702 135.616C252.169 148.539 231.51 153.066 205.844 153.516C180.178 153.066 159.519 148.539 146.986 135.616C134.063 123.083 129.536 102.424 129.086 76.7581C129.536 51.0921 134.063 30.4334 146.986 17.9002C159.519 4.97728 180.178 0.449755 205.844 0C231.51 0.449755 252.169 4.97728 264.702 17.9002C277.625 30.4334 282.152 51.0921 282.602 76.7581Z' fill='url(%23paint6_radial_463_42168)'/%3E%3Cpath d='M221.227 106.622H173.013C167.046 106.622 162.219 101.795 162.219 95.8278V57.6886C162.219 51.7219 167.046 46.8945 173.013 46.8945H221.257C227.223 46.8945 232.051 51.7219 232.051 57.6886V95.7978C232.021 101.795 227.193 106.622 221.227 106.622Z' fill='white'/%3E%3Cpath d='M246.474 104.883L232.021 96.5174V56.999L246.474 48.6335C247.823 47.854 249.472 48.8134 249.472 50.3726V103.144C249.472 104.673 247.793 105.632 246.474 104.883Z' fill='white'/%3E%3Cpath d='M246.474 104.883L232.021 96.5174V56.999L246.474 48.6335C247.823 47.854 249.472 48.8134 249.472 50.3726V103.144C249.472 104.673 247.793 105.632 246.474 104.883Z' fill='url(%23paint7_radial_463_42168)'/%3E%3Cpath d='M175.982 67.0137C179.691 67.0137 182.698 64.0067 182.698 60.2974C182.698 56.5881 179.691 53.5811 175.982 53.5811C172.273 53.5811 169.266 56.5881 169.266 60.2974C169.266 64.0067 172.273 67.0137 175.982 67.0137Z' fill='url(%23paint8_radial_463_42168)'/%3E%3Cpath d='M174.393 63.8052C177.225 63.8052 179.52 61.5097 179.52 58.678C179.52 55.8463 177.225 53.5508 174.393 53.5508C171.561 53.5508 169.266 55.8463 169.266 58.678C169.266 61.5097 171.561 63.8052 174.393 63.8052Z' fill='%237370F7'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_463_42168' x1='109.006' y1='99.3036' x2='136.721' y2='106.91' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_463_42168' x1='79.4896' y1='117.378' x2='77.8364' y2='90.3768' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_463_42168' x1='330.444' y1='49.551' x2='331.703' y2='77.5881' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_463_42168' x1='205.01' y1='125.296' x2='272.392' y2='125.296' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_463_42168' x1='38.8108' y1='32.4349' x2='12.5816' y2='66.799' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_463_42168' x1='374.421' y1='126.597' x2='392.706' y2='96.4734' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3CradialGradient id='paint6_radial_463_42168' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(140.19 13.5187) scale(95.9992)'%3E%3Cstop stop-color='%23E9E0FF'/%3E%3Cstop offset='0.5565' stop-color='%23DCCAFF' stop-opacity='0.444'/%3E%3Cstop offset='1' stop-color='%23D4BDFF' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint7_radial_463_42168' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(215.339 76.605) scale(32.4648 32.4648)'%3E%3Cstop stop-color='%23CBBAFF'/%3E%3Cstop offset='0.2336' stop-color='%23CEBEFF' stop-opacity='0.766'/%3E%3Cstop offset='0.4799' stop-color='%23D8CBFF' stop-opacity='0.52'/%3E%3Cstop offset='0.7321' stop-color='%23E8E0FF' stop-opacity='0.268'/%3E%3Cstop offset='0.9869' stop-color='%23FEFDFF' stop-opacity='0.013'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CradialGradient id='paint8_radial_463_42168' cx='0' cy='0' r='1' gradientUnits='userSpaceOnUse' gradientTransform='translate(175.977 60.2866) scale(6.72413)'%3E%3Cstop stop-color='%23CBBAFF'/%3E%3Cstop offset='0.2336' stop-color='%23CEBEFF' stop-opacity='0.766'/%3E%3Cstop offset='0.4799' stop-color='%23D8CBFF' stop-opacity='0.52'/%3E%3Cstop offset='0.7321' stop-color='%23E8E0FF' stop-opacity='0.268'/%3E%3Cstop offset='0.9869' stop-color='%23FEFDFF' stop-opacity='0.013'/%3E%3Cstop offset='1' stop-color='white' stop-opacity='0'/%3E%3C/radialGradient%3E%3CclipPath id='clip0_463_42168'%3E%3Crect width='153.516' height='153.516' fill='white' transform='translate(129.086)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 410px;
    height: 154px;
    background-size: cover;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-media-bg-blur {
    width: 100%;
    height: 100%;
  }
}
@media (max-width: 1024px) and (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb {
    position: absolute;
    left: 0px;
    width: 100%;
    left: 0px;
    bottom: 20px;
  }
}
@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-media-large {
    flex: 1 1 auto;
    width: 100%;
    display: block;
    border: 1px solid;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner {
    display: inline-block;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item.is-video .media-item-inner .box-video .feedvideo {
    width: 100%;
    max-width: initial;
    max-height: 285px;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
    max-height: 450px;
    width: auto;
    max-width: 100%;
    background-position: center;
    border-radius: 0px;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-caption {
    position: relative;
    height: initial;
    top: initial;
    right: initial;
    width: 100%;
    max-width: initial;
  }
}

@media (max-width: 400px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media .box-icon:before {
    height: 135px;
    width: 361px;
  }
}

.box-view-testimony .box-view-testimony-inner .box-media .box-media-large .box-media-large-inner .media-item .media-item-inner img {
  max-height: calc(100vh - 80px);
}

@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media {
    flex: 0 0 auto;
  }
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-caption {
    flex: 1 1 auto;
    height: calc(100vh - 450px);
  }
}

@media (max-width: 400px) and (max-height: 670px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media {
    height: 300px;
  }
}
@media (max-width: 400px) and (max-height: 670px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-caption {
    height: calc(100vh - 300px);
  }
}
@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content {
    max-height: calc(100vh - 450px - 50px);
  }
}
@media (max-width: 400px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content {
    max-height: calc(100vh - 400px - 50px);
  }
}

@media (max-width: 390px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .box-pop-up-modal-inner .box-view-testimony .box-view-testimony-inner .box-media .box-icon-empty-media .box-icon::before {
    height: 136px;
    width: 362px;
  }
}

@media (max-width: 1024px) {
  .CX-pop-up-modal.modal-default.modal-full-screen#view-modal-testimony .box-pop-up-modal .close-modal-testimoni {
    left: initial;
    right: 16px;
  }
}

@media (max-width: 1024px) {
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner {
    overflow-x: scroll;
    justify-content: flex-start;
    padding-left: 16px;
    padding-right: 16px;
  }
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item:first-child {
    margin-left: auto;
  }
  .box-view-testimony .box-view-testimony-inner .box-media .box-media-thumb .box-media-thumb-inner .media-item:last-child {
    margin-right: auto;
  }
}

.box-view-testimony .box-view-testimony-inner .box-caption .box-caption-content .inner .box-content-testimony .box-content-testimony-inner .box-img-testimony img {
  width: 100%;
  height: auto;
}

.CX-product-web .container.CX-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.CX-product-web .box-product-web .box-product-web-inner .product-banner {
  position: absolute;
  height: 342px;
  width: 100%;
  overflow: hidden;
}
.CX-product-web .box-product-web .box-product-web-inner .product-banner:before {
  content: "";
  width: 100%;
  height: 342px;
  background: linear-gradient(180deg, rgba(73, 77, 244, 0.05) 31.22%, rgba(73, 77, 244, 0.8) 78.62%);
  position: absolute;
  top: 0px;
  left: 0px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-banner .box-img {
  height: 374px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details {
  position: relative;
  top: 200px;
  padding-bottom: 70px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner {
  padding: 0px 40px;
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner {
    padding: 0px 0px;
  }
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title {
  padding: 18px 23px;
  background-color: #fff;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  -webkit-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  -moz-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  -ms-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  -o-box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  box-shadow: 0px 13px 13px 0px rgba(229, 235, 250, 0.63);
  margin-bottom: 24px;
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title {
    margin: 0 16px 24px;
    padding: 18px 16px;
  }
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .name-category {
  font-family: "SourceSans-Bold";
  font-size: 13px;
  line-height: normal;
  color: #494DF4;
  position: relative;
  padding-left: 30px;
  margin-bottom: 3px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .name-category:before {
  content: "";
  width: 24px;
  height: 2px;
  background-color: #494DF4;
  position: absolute;
  top: 50%;
  left: 0px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title h1 {
  font-family: "SourceSans-Bold";
  font-size: 19px;
  line-height: normal;
  color: #333;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan .keunggulan-title {
  font-size: 16px;
  line-height: normal;
  color: #333;
  margin-bottom: 17px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan ul {
  list-style: none;
  padding: 0px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-row-gap: 12px;
  grid-column-gap: 12px;
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan ul {
    grid-template-columns: 1fr;
  }
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan ul li {
  position: relative;
  display: flex;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan ul li p {
  font-size: 16px;
  line-height: 21px;
  color: #333;
  margin-bottom: 0px;
  text-transform: lowercase;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan ul li p:first-letter {
  text-transform: uppercase;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title .box-keunggulan ul li:before {
  flex: 0 0 auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7 14C7.91925 14 8.8295 13.8189 9.67878 13.4672C10.5281 13.1154 11.2997 12.5998 11.9497 11.9497C12.5998 11.2997 13.1154 10.5281 13.4672 9.67878C13.8189 8.8295 14 7.91925 14 7C14 6.08075 13.8189 5.1705 13.4672 4.32122C13.1154 3.47194 12.5998 2.70026 11.9497 2.05025C11.2997 1.40024 10.5281 0.884626 9.67878 0.532843C8.8295 0.18106 7.91925 -1.36979e-08 7 0C5.14348 2.76642e-08 3.36301 0.737498 2.05025 2.05025C0.737498 3.36301 0 5.14348 0 7C0 8.85652 0.737498 10.637 2.05025 11.9497C3.36301 13.2625 5.14348 14 7 14ZM6.81956 9.83111L10.7084 5.16444L9.51378 4.16889L6.16933 8.18144L4.43878 6.45011L3.339 7.54989L5.67233 9.88322L6.27433 10.4852L6.81956 9.83111Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  display: inline-block;
  top: 3px;
  position: relative;
  margin-right: 9px;
  background-size: cover;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple {
  position: relative;
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple {
    padding-top: 15px;
  }
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple:before {
    content: "";
    height: 10px;
    background: #F0F3FC;
    width: 100%;
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
  }
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple .tab-menu-simple li a {
    font-size: 14px;
    font-family: "SourceSans-Semibold";
  }
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple .tab-menu-simple li.selected a {
    background-color: transparent;
  }
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple .tab-content-simple {
  padding: 10px 0;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon {
  list-style: none;
  padding: 0px;
  display: grid;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item {
  border-bottom: 1px solid #F0F3FC;
  padding: 13px 0;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item:last-child {
  border-bottom: 0px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 16px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .icon {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background: rgba(73, 77, 244, 0.1);
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .icon img {
  max-width: 20px;
  margin: 0 auto;
  max-height: 20px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .text h3 {
  margin-bottom: 0px;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .text p {
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
  color: #5F5F5F;
}
.CX-product-web .box-product-web .box-product-web-inner .product-footer {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0px;
  z-index: 2;
  background-color: #fff;
  -webkit-box-shadow: 0px -5px 10px 0px #E5EBFA;
  -moz-box-shadow: 0px -5px 10px 0px #E5EBFA;
  -ms-box-shadow: 0px -5px 10px 0px #E5EBFA;
  -o-box-shadow: 0px -5px 10px 0px #E5EBFA;
  box-shadow: 0px -5px 10px 0px #E5EBFA;
  padding: 12px;
  text-align: center;
}
@media (min-width: 1025px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-footer {
    width: calc(100% - var(--width-sidenav));
    left: var(--width-sidenav);
  }
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-footer {
    padding: 12px 23px;
  }
}
@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-footer .new-btn-blue.lg {
    font-size: 16px;
    padding: 9px 14px;
    display: block;
    width: 100%;
  }
}

body.no-sidebar .CX-product-web .container.CX-wrapper {
  max-width: 1030px !important;
}
body.no-sidebar .CX-product-web .box-product-web .box-product-web-inner .product-footer {
  left: 0px;
  width: 100%;
}

.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .icon {
  flex: 0 0 auto;
}

.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .text ul {
  list-style-type: initial;
  padding-left: 25px;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .text ul li {
  color: #5F5F5F;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .list-with-icon .item .item-inner .text a {
  font-family: "SourceSans-Semibold";
  text-decoration: underline;
}

.CX-product-web .box-product-web .box-product-web-inner .product-banner:before {
  z-index: 1;
}
.CX-product-web .box-product-web .box-product-web-inner .product-banner > .product-banner-container {
  position: relative;
}
.CX-product-web .box-product-web .box-product-web-inner .product-banner > .product-banner-container .close-prouct {
  z-index: 2;
  position: absolute;
  right: 10px;
  top: 10px;
  display: block;
  cursor: pointer;
}
.CX-product-web .box-product-web .box-product-web-inner .product-details,
.CX-product-web .box-product-web .box-product-web-inner .product-footer {
  z-index: 2;
}

@media (max-width: 1024px) {
  .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .CX-tab-simple .tab-content-simple {
    padding: 10px 16px;
  }
}

.CX-emma-success {
  background: rgba(73, 78, 244, 0.1);
  padding: 20px 0;
}
.CX-emma-success .box-emma-success {
  text-align: center;
  position: relative;
}
.CX-emma-success .box-emma-success:before, .CX-emma-success .box-emma-success:after {
  content: "";
  background-image: url("/o/axa-emma-theme/images/referral/confetti.gif");
  background-size: cover;
  background-repeat: no-repeat;
  width: 231px;
  height: 233px;
  display: inline-block;
  position: absolute;
  z-index: 1;
}
.CX-emma-success .box-emma-success:before {
  -webkit-transform: translateX(-50%) rotate(-15deg);
  -moz-transform: translateX(-50%) rotate(-15deg);
  -ms-transform: translateX(-50%) rotate(-15deg);
  -o-transform: translateX(-50%) rotate(-15deg);
  transform: translateX(-50%) rotate(-15deg);
  left: 45%;
}
@media (max-width: 500px) {
  .CX-emma-success .box-emma-success:before {
    left: 30%;
  }
}
.CX-emma-success .box-emma-success:after {
  -webkit-transform: translateX(-50%) rotate(-30deg);
  -moz-transform: translateX(-50%) rotate(-30deg);
  -ms-transform: translateX(-50%) rotate(-30deg);
  -o-transform: translateX(-50%) rotate(-30deg);
  transform: translateX(-50%) rotate(-30deg);
  left: 55%;
}
@media (max-width: 500px) {
  .CX-emma-success .box-emma-success:after {
    left: 60%;
  }
}
.CX-emma-success .box-emma-success img {
  position: relative;
  z-index: 2;
}

.box-thank-you-page .box-thank-you-page-wrapper {
  max-width: 870px;
  margin: 0 auto;
}

.CX-text-success {
  padding: 37px 0;
}
.CX-text-success .box-text-success {
  text-align: center;
}
.CX-text-success .box-text-success h1 {
  font-family: "SourceSans-Bold";
  font-size: 20px;
  line-height: 25px;
  color: #333;
}
.CX-text-success .box-text-success p {
  font-size: 16px;
  line-height: 22px;
  color: #5F5F5F;
}

.CX-text-button-info {
  background: rgba(73, 77, 244, 0.1);
  padding: 33px 0;
}
@media (min-width: 1025px) {
  .CX-text-button-info {
    margin-bottom: 16px;
  }
}
.CX-text-button-info .box-text-button-info {
  display: flex;
  justify-content: center;
  align-items: center;
}
.CX-text-button-info .box-text-button-info .text {
  flex: 1 1 auto;
  font-family: "SourceSans-Bold";
  font-size: 20px;
  font-style: normal;
  line-height: 25px;
  color: #494DF4;
}
.CX-text-button-info .box-text-button-info .new-btn-blue {
  flex: 0 0 auto;
}

.box-thank-you-page .box-thank-you-page-wrapper hr {
  border-bottom: 8px solid #F0F3FC;
  margin: 0px 0px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web {
  position: relative;
  padding-bottom: 200px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details {
  padding-bottom: 0px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner {
  padding: 0 0;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title {
  margin: 0 40px 24px;
}

.box-thank-you-page .box-thank-you-page-wrapper hr {
  border-bottom: 8px solid #F0F3FC;
  margin: 0px 0px 30px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web {
  position: relative;
  padding-bottom: 200px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details {
  padding-bottom: 0px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner {
  padding: 0 0;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title {
  margin: 0 40px 24px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-title {
  margin-bottom: 24px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-title .box-link a {
  font-size: 12px;
  padding: 8px 12px;
}
@media (max-width: 767px) {
  .box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-title .box-link {
    display: none;
  }
}
@media (max-width: 767px) {
  .box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-link-mobile.hide {
    display: block !important;
  }
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-link-mobile .new-btn-blue {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 15px;
  padding: 8px 12px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-inner.grid-3 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-img {
  height: 90px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-text .title-category {
  font-size: 10px;
  color: #494DF4;
  font-family: "SourceSans-Semibold";
  line-height: 15px;
  margin-bottom: 2px;
}
.box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-text .title {
  font-family: "SourceSans-Bold";
  font-size: 14px;
  line-height: 18px;
  text-align: left;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .box-thank-you-page .box-thank-you-page-wrapper .CX-referral-product .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text-outer .box-text .title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}

.CX-referral-product .box-referral-product .box-referral-product-title .title p {
  margin-bottom: 0px;
}

section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-title {
  margin-bottom: 17px;
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-title p {
  margin-bottom: 0px;
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 500px) {
  section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner {
  width: 122px;
  height: 118px;
  background: linear-gradient(146.06deg, #494DF4 10.9%, #7827F2 94.56%);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  text-align: center;
  padding: 17px 8px;
  position: relative;
  -webkit-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 6px 6px 0px rgba(0, 0, 0, 0.25);
}
@media (max-width: 500px) {
  section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner {
    width: 100%;
  }
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='122' height='117' viewBox='0 0 122 117' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cg clip-path='url(%23clip0_121_24467)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M79.3171 -16.5103C91.9626 -22.2983 107.007 -31.6528 119.279 -25.1102C131.989 -18.3341 129.047 1.17795 136.076 13.7498C141.562 23.5616 154.868 29.0428 155.819 40.2439C156.769 51.439 143.247 58.6946 140.82 69.6648C137.118 86.4067 152.558 110.649 138.182 119.993C124.142 129.118 109.405 103.295 92.8394 100.85C79.0377 98.8132 62.9084 116.44 52.3477 107.324C41.3233 97.8076 54.6779 78.5797 50.7833 64.5464C47.5938 53.0535 32.0179 46.7315 32.2223 34.8059C32.4264 22.8978 43.7375 14.5547 51.7904 5.77997C59.9385 -3.09855 68.3596 -11.4949 79.3171 -16.5103Z' stroke='white'/%3E%3Cpath opacity='0.95875' fill-rule='evenodd' clip-rule='evenodd' d='M79.6455 -14.4873C92.4853 -19.8304 107.847 -28.6542 119.883 -21.6873C132.348 -14.4718 128.728 4.92576 135.314 17.7352C140.454 27.7326 153.561 33.6748 154.12 44.9023C154.679 56.1237 140.911 62.9029 138.104 73.7818C133.819 90.3842 148.404 115.151 133.71 123.987C119.36 132.617 105.534 106.295 89.0637 103.274C75.3415 100.756 58.6069 117.81 48.3707 108.331C37.6852 98.435 51.7027 79.685 48.3002 65.5242C45.5137 53.927 30.168 47.0653 30.7885 35.1541C31.408 23.2604 43.0034 15.3171 51.3576 6.82877C59.8107 -1.75998 68.5197 -9.85736 79.6455 -14.4873Z' stroke='white'/%3E%3Cpath opacity='0.9175' fill-rule='evenodd' clip-rule='evenodd' d='M79.9031 -12.454C92.9215 -17.3458 108.581 -25.6281 120.367 -18.2454C132.573 -10.5992 128.278 8.66016 134.413 21.6917C139.201 31.8623 152.093 38.2583 152.26 49.4985C152.426 60.7326 138.431 67.0272 135.245 77.8015C130.384 94.2442 144.096 119.504 129.102 127.823C114.46 135.947 101.56 109.159 85.2058 105.564C71.5798 102.569 54.2602 119.028 44.3611 109.198C34.0274 98.9351 48.6907 80.6857 45.7846 66.4148C43.4045 54.7274 28.3076 47.3343 29.3434 35.4521C30.3776 23.5872 42.2432 16.0534 50.8885 7.86182C59.6362 -0.426688 68.6225 -8.2152 79.9031 -12.454Z' stroke='white'/%3E%3Cpath opacity='0.87625' fill-rule='evenodd' clip-rule='evenodd' d='M80.0896 -10.413C93.2708 -14.8474 109.21 -22.5782 120.731 -14.7887C132.663 -6.72115 127.698 12.3766 133.375 25.6143C137.805 35.9458 150.465 42.7878 150.24 54.027C150.014 65.26 135.808 71.0624 132.248 81.7189C126.816 97.982 139.638 123.705 124.363 131.496C109.446 139.103 97.4895 111.881 81.2703 107.718C67.7571 104.25 49.8736 120.094 40.3237 109.924C30.3544 99.3072 45.6457 81.5807 43.2393 67.2171C41.2686 55.4537 26.439 47.5383 27.8888 35.6994C29.3365 23.8779 41.4577 16.7628 50.3837 8.87788C59.4153 0.899704 68.6679 -6.57044 80.0896 -10.413Z' stroke='white'/%3E%3Cpath opacity='0.835' fill-rule='evenodd' clip-rule='evenodd' d='M80.2047 -8.36669C93.5326 -12.3384 109.732 -19.5082 120.974 -11.3214C132.617 -2.84232 126.989 16.0705 132.2 29.4982C136.267 39.9781 148.681 47.2578 148.063 58.4822C147.446 69.7006 133.046 75.0036 129.116 85.5294C123.12 101.593 135.036 127.748 119.499 135.001C104.325 142.083 93.326 114.46 77.262 109.734C63.8781 105.796 45.4525 121.007 36.2633 110.509C26.6706 99.5509 42.5713 82.3688 40.6677 67.93C39.1087 56.1051 24.5643 47.6769 26.4264 35.8958C28.2858 24.132 40.648 17.4443 49.8437 9.87569C59.1482 2.21758 68.6559 -4.92511 80.2047 -8.36669Z' stroke='white'/%3E%3Cpath opacity='0.79375' fill-rule='evenodd' clip-rule='evenodd' d='M80.2484 -6.31763C93.7068 -9.82182 110.147 -16.4219 121.096 -7.84766C132.436 1.03255 126.151 19.7374 130.89 33.3388C134.589 43.9543 146.742 51.6628 145.733 62.8588C144.724 74.0488 130.147 78.846 125.853 89.2283C119.3 105.073 130.296 131.628 114.515 138.334C99.1038 144.882 89.0751 116.893 73.1858 111.608C59.9475 107.205 41.0023 121.764 32.185 110.952C22.9806 99.666 39.4712 83.0492 38.0727 68.5528C36.9273 56.6806 22.686 47.75 24.9581 36.0411C27.2269 24.3493 39.8149 18.0971 49.2692 10.8541C58.8353 3.52533 68.5865 -3.28119 80.2484 -6.31763Z' stroke='white'/%3E%3Cpath opacity='0.7525' fill-rule='evenodd' clip-rule='evenodd' d='M80.2205 -4.2683C93.793 -7.30066 110.453 -13.323 121.097 -4.37183C132.12 4.89874 125.186 23.3729 129.448 37.1314C132.774 47.8695 144.65 55.9974 143.251 67.1513C141.852 78.2993 127.117 82.5849 122.463 92.811C115.361 108.417 125.423 135.34 109.418 141.491C93.7876 147.498 84.7418 119.175 69.0466 113.339C55.9701 108.477 36.5283 122.366 28.0938 111.253C19.2889 99.6521 36.3493 83.621 35.4576 69.0846C34.7272 57.1797 20.8062 47.7575 23.4856 36.135C26.161 24.5296 38.9596 18.7205 48.6609 11.8118C58.4769 4.82136 68.4597 -1.6407 80.2205 -4.2683Z' stroke='white'/%3E%3Cpath opacity='0.71125' fill-rule='evenodd' clip-rule='evenodd' d='M80.1211 -2.22118C93.7912 -4.77802 110.651 -10.2152 120.976 -0.89809C131.669 8.75153 124.095 26.9724 127.874 40.8713C130.823 51.7189 142.408 60.2563 140.62 71.3547C138.834 82.447 123.958 86.2157 118.95 96.2732C111.307 111.622 120.424 138.879 104.214 144.468C88.3834 149.926 80.3316 121.305 64.8496 114.925C51.9507 109.609 32.0361 122.811 23.9945 111.41C15.5998 99.5094 33.2094 84.0835 32.8255 69.5248C32.5111 57.6017 18.9273 47.6994 22.0107 36.1775C25.0895 24.6725 38.083 19.3136 48.0195 12.7477C58.0736 6.1041 68.2758 -0.00563187 80.1211 -2.22118Z' stroke='white'/%3E%3Cpath opacity='0.67' fill-rule='evenodd' clip-rule='evenodd' d='M79.9503 -0.178782C93.7013 -2.25699 110.741 -7.10246 120.734 2.56932C131.084 12.5862 122.878 30.5317 126.17 44.554C128.739 55.4979 140.019 64.4344 137.845 75.4636C135.672 86.4869 120.674 89.7341 115.318 99.6107C107.144 114.683 115.304 142.242 98.9092 147.262C82.8978 152.164 75.8497 123.279 60.5998 116.363C47.8943 110.6 27.5311 123.099 19.8922 111.425C11.918 99.2381 30.0552 84.4361 30.1796 69.8729C30.2815 57.9461 17.0516 47.5757 20.5352 36.1685C24.0137 24.7779 37.1863 19.8758 47.3459 13.6606C57.6257 7.37198 68.0349 1.62202 79.9503 -0.178782Z' stroke='white'/%3E%3Cpath opacity='0.62875' fill-rule='evenodd' clip-rule='evenodd' d='M79.7084 1.85641C93.5235 0.259373 110.722 -3.98847 120.371 6.02617C130.365 16.3982 121.538 34.0464 124.339 48.175C126.524 59.2019 137.485 68.5266 134.928 79.4732C132.372 90.414 117.269 93.1358 111.572 102.819C102.877 117.598 110.071 145.425 93.5101 149.869C77.3373 154.209 71.3016 125.096 56.3024 117.652C43.8057 111.449 23.0187 123.23 15.792 111.296C8.2479 98.8384 26.8906 84.6785 27.5232 70.1285C28.0413 58.2124 15.1814 47.3867 19.061 36.108C22.9349 24.8457 36.2705 20.4063 46.6408 14.5495C57.1338 8.62345 67.7374 3.24028 79.7084 1.85641Z' stroke='white'/%3E%3Cpath opacity='0.5875' fill-rule='evenodd' clip-rule='evenodd' d='M79.3956 3.88192C93.258 2.768 110.594 -0.877042 119.888 9.46827C129.514 20.1828 120.077 37.5121 122.382 51.7298C124.181 62.8263 134.811 72.5279 131.873 83.3786C128.936 94.2234 113.748 96.4166 107.716 105.895C98.5108 120.361 104.729 148.422 88.0233 152.286C71.7089 156.059 66.6929 126.753 51.9626 118.79C39.69 112.155 18.5046 123.203 11.6987 111.024C4.59398 98.3109 23.7195 84.8102 24.8595 70.2912C25.7931 58.4005 13.3189 47.1325 17.5897 35.9961C21.8543 24.8759 35.3368 20.9046 45.9052 15.4133C56.5986 9.857 67.3835 4.84716 79.3956 3.88192Z' stroke='white'/%3E%3Cpath opacity='0.54625' fill-rule='evenodd' clip-rule='evenodd' d='M79.0122 5.89528C92.9051 5.26583 110.358 2.22803 119.285 12.8914C128.531 23.9353 118.495 40.9247 120.303 55.2142C121.714 66.3667 131.998 76.4334 128.683 87.1749C125.37 97.9107 110.114 99.5724 103.755 108.835C94.0508 122.971 99.2856 151.232 82.4555 154.51C66.0194 157.711 62.0292 128.248 47.5858 119.776C35.5522 112.717 13.9941 123.018 7.61739 110.61C0.960693 97.6562 20.5457 84.8312 22.1917 70.3608C23.5398 58.5099 11.4664 46.8135 16.1233 35.8329C20.7733 24.8683 34.3862 21.3699 45.1398 16.2508C56.0206 11.0711 66.9738 6.44072 79.0122 5.89528Z' stroke='white'/%3E%3Cpath opacity='0.505' fill-rule='evenodd' clip-rule='evenodd' d='M78.5589 7.89404C92.4652 7.74982 110.013 5.32297 118.563 16.2914C127.418 27.6513 116.795 44.2801 118.103 58.624C119.124 69.8189 129.05 80.2384 125.363 90.8577C121.677 101.471 106.373 102.6 99.6944 111.635C89.5024 125.423 93.7477 153.85 76.8135 156.538C60.2756 159.164 57.3161 129.58 43.1772 120.608C31.3973 113.134 9.49282 122.677 3.55304 110.053C-2.64753 96.8751 17.3732 84.7414 19.5232 70.3373C21.284 58.5407 9.62616 46.43 14.6634 35.6186C19.6933 24.823 33.42 21.8018 44.3457 17.0611C55.4006 12.2643 66.5088 8.01901 78.5589 7.89404Z' stroke='white'/%3E%3Cpath opacity='0.46375' fill-rule='evenodd' clip-rule='evenodd' d='M78.036 9.87576C91.939 10.2169 109.561 8.404 117.723 19.6641C126.176 31.3261 114.979 47.574 115.786 61.9548C116.415 73.1786 125.972 83.9381 121.916 94.4223C117.862 104.901 102.528 105.494 95.5382 114.291C84.8712 127.715 88.1218 156.272 71.1041 158.369C54.4847 160.416 52.5594 130.746 38.7423 121.287C27.2304 113.405 5.0062 122.178 -0.489404 109.355C-6.2263 95.9686 14.2057 84.541 16.8571 70.2206C19.0285 58.4927 7.80042 45.9825 13.2119 35.3535C18.6155 24.74 32.4393 22.1997 43.5237 17.8432C54.7393 13.4352 65.9889 9.58011 78.036 9.87576Z' stroke='white'/%3E%3Cpath opacity='0.4225' fill-rule='evenodd' clip-rule='evenodd' d='M77.4444 11.838C91.3269 12.6642 109.002 11.4674 116.766 23.0055C124.807 34.9554 113.049 50.8026 113.353 65.2028C113.591 76.4417 122.766 87.5282 118.347 97.8644C113.93 108.195 98.5842 108.253 91.2918 116.8C80.1628 129.844 82.4148 158.498 65.3343 159.999C48.6536 161.464 47.765 131.746 34.2863 121.81C23.0565 113.532 0.539715 121.523 -4.50502 108.516C-9.77124 94.9377 11.0471 84.2301 14.1967 70.011C16.7761 58.366 5.99142 45.4716 11.7706 35.0379C17.5413 24.6195 31.4453 22.5632 42.675 18.5962C54.0376 14.5822 65.4149 11.1221 77.4444 11.838Z' stroke='white'/%3E%3Cpath opacity='0.38125' fill-rule='evenodd' clip-rule='evenodd' d='M76.7846 13.7784C90.6298 15.0886 108.336 14.5093 115.692 26.3114C123.311 38.5346 111.008 53.9619 110.809 68.3639C110.654 79.6042 119.437 91.0042 114.66 101.18C109.885 111.35 94.5467 110.873 86.9604 119.16C75.383 131.808 76.6337 160.522 59.5111 161.426C42.7894 162.309 42.9385 132.577 29.8149 122.177C18.8808 113.512 -3.9012 120.713 -8.48891 107.538C-13.2781 93.7837 7.90128 83.8092 11.5452 69.7087C14.5294 58.1607 4.20135 44.8978 10.3411 34.6722C16.4719 24.4615 30.4392 22.8917 41.8006 19.319C53.2963 15.7041 64.7874 12.6431 76.7846 13.7784Z' stroke='white'/%3E%3Cpath opacity='0.34' fill-rule='evenodd' clip-rule='evenodd' d='M76.0574 15.6946C89.8485 17.4872 107.564 17.5262 114.504 29.5778C121.692 42.0595 108.857 57.048 108.156 71.4343C107.609 82.6624 115.989 94.362 110.859 104.365C105.732 114.362 90.4202 113.349 82.5493 121.367C70.5375 133.603 70.7853 162.344 53.6417 162.649C36.8994 162.948 38.086 133.24 25.3333 122.388C14.7083 113.347 -8.31112 119.748 -12.4362 106.421C-16.7425 92.508 4.77209 83.2788 8.90586 69.314C12.2913 57.8772 2.4324 44.262 8.92528 34.2568C15.4087 24.2663 29.4222 23.1849 40.9014 20.0109C52.5163 16.7994 64.1072 14.1413 76.0574 15.6946Z' stroke='white'/%3E%3Cpath opacity='0.29875' fill-rule='evenodd' clip-rule='evenodd' d='M75.2639 17.5843C88.984 19.8571 106.687 20.5143 113.202 32.8008C119.95 45.5258 106.601 60.0572 105.398 74.4103C104.459 85.6124 112.426 97.5973 106.95 107.415C101.477 117.227 86.2098 115.681 78.0639 123.419C65.6324 135.228 64.877 163.96 47.7332 163.667C30.9906 163.382 33.2133 133.733 20.8471 122.442C10.5441 113.036 -12.6847 118.63 -16.3422 105.167C-20.1602 91.1122 1.66331 82.6394 6.28193 68.8274C10.0644 57.5158 0.686709 43.5648 7.52481 33.7923C14.3529 24.0342 28.3957 23.4425 39.9786 20.671C51.6985 17.8668 63.3752 15.6149 75.2639 17.5843Z' stroke='white'/%3E%3Cpath opacity='0.2575' fill-rule='evenodd' clip-rule='evenodd' d='M74.4049 19.4451C88.0373 22.1954 105.707 23.47 111.789 35.9764C118.089 48.9291 104.24 62.9858 102.537 77.2881C101.208 88.4507 108.752 100.706 102.937 110.327C97.1249 119.942 81.9206 117.864 73.5096 125.313C60.6736 136.681 58.9159 165.369 41.7927 164.478C25.0703 163.608 28.3264 134.055 16.3618 122.34C6.39332 112.58 -17.0166 117.36 -20.202 103.777C-23.5272 89.598 -1.42126 81.892 3.67658 68.2496C7.85156 57.0769 -1.03358 42.807 6.14141 33.2792C13.3059 23.7653 27.3608 23.6641 39.0334 21.2985C50.844 18.905 62.5921 17.062 74.4049 19.4451Z' stroke='white'/%3E%3Cpath opacity='0.21625' fill-rule='evenodd' clip-rule='evenodd' d='M73.4814 21.2748C87.0096 24.4992 104.624 26.3897 110.266 39.1007C116.11 52.2654 101.779 65.8302 99.5782 80.0644C97.8603 91.1738 104.971 103.685 98.8242 113.097C92.6804 122.504 77.5578 119.896 68.892 127.047C55.667 137.96 52.9092 166.569 35.8275 165.082C19.1457 163.629 23.4312 134.207 11.8827 122.081C2.26096 111.979 -21.3015 115.939 -24.0109 102.254C-26.8393 87.9672 -4.47787 81.0374 1.09298 67.5812C5.65533 56.561 -2.72638 41.9898 4.77676 32.7181C12.2689 23.46 26.3188 23.8494 38.0668 21.8927C49.9538 19.9128 61.759 18.4809 73.4814 21.2748Z' stroke='white'/%3E%3Cpath opacity='0.175' fill-rule='evenodd' clip-rule='evenodd' d='M72.4947 23.0712C85.9021 26.7657 103.439 29.2698 108.635 42.17C114.016 55.5306 99.2202 68.587 96.5238 82.7357C94.4193 93.7784 101.089 106.53 94.6175 115.722C88.1491 124.908 73.1268 121.775 64.2167 128.619C50.6189 139.064 46.8643 167.559 29.845 165.476C13.224 163.442 18.5337 134.188 7.41539 121.667C-1.84791 111.235 -25.5342 114.37 -27.7644 100.598C-30.0924 86.2218 -7.50279 80.0766 -1.46572 66.823C3.47846 55.9688 -4.38962 41.1139 3.43252 32.1098C11.2432 23.1188 25.2709 23.9982 37.0801 22.4527C49.0289 20.8889 60.877 19.8699 72.4947 23.0712Z' stroke='white'/%3E%3Cpath opacity='0.13375' fill-rule='evenodd' clip-rule='evenodd' d='M71.4459 24.832C84.7162 28.9922 102.155 32.1068 106.897 45.1805C111.809 58.7207 96.5667 71.2528 93.3781 85.2988C90.8895 96.2613 97.1105 109.238 90.3218 118.198C83.5367 127.153 68.6329 123.497 59.4893 130.026C45.5353 139.99 40.7886 168.338 23.8523 165.662C7.31242 163.049 13.6398 133.998 2.96528 121.096C-5.9283 110.347 -29.7096 112.654 -31.4578 98.8129C-33.2827 84.3639 -10.4923 79.0108 -3.9964 65.976C1.32357 55.3009 -6.02129 40.1805 2.11033 31.4549C10.2301 22.742 24.2185 24.1104 36.0744 22.978C48.0706 21.8321 59.9469 21.2272 71.4459 24.832Z' stroke='white'/%3E%3Cpath opacity='0.0925' fill-rule='evenodd' clip-rule='evenodd' d='M70.3363 26.5552C83.4533 31.1759 100.773 34.8973 105.056 48.1285C109.492 61.8318 93.8217 73.8244 90.1448 87.7506C87.2752 98.6195 93.0395 111.806 85.9422 120.523C78.8487 129.236 64.0816 125.062 54.7157 131.268C40.4225 140.739 34.6893 168.903 17.8567 165.638C1.41816 162.449 8.75559 133.637 -1.4622 120.371C-9.97523 109.318 -33.8226 110.794 -35.0866 96.8997C-36.4061 82.3958 -13.4429 77.8414 -6.49598 65.0412C-0.806695 54.5583 -7.61939 39.1907 0.811797 30.7542C9.23067 22.33 23.1628 24.1858 35.051 23.4678C47.0799 22.7413 58.9701 22.5512 70.3363 26.5552Z' stroke='white'/%3E%3Cpath opacity='0.05125' fill-rule='evenodd' clip-rule='evenodd' d='M69.1672 28.2386C82.1149 33.3143 99.2945 37.6378 103.113 51.0104C107.068 64.8603 90.9886 76.2986 86.828 90.088C83.5808 100.85 88.8814 114.229 81.4842 122.694C74.0909 131.154 59.4784 126.467 49.9017 132.343C35.2866 141.309 28.5741 169.256 11.8657 165.405C-4.45159 161.645 3.88691 133.106 -5.86167 119.491C-13.9838 108.148 -37.8681 108.791 -38.6465 94.861C-39.459 80.3199 -16.3508 76.5697 -8.96142 64.0198C-2.90974 53.7417 -9.18197 38.1458 -0.461488 30.0087C8.24626 21.8834 22.1052 24.2243 34.0112 23.9216C46.058 23.6154 57.9477 23.8404 69.1672 28.2386Z' stroke='white'/%3E%3Cpath opacity='0.01' fill-rule='evenodd' clip-rule='evenodd' d='M67.94 29.8801C80.7028 35.4046 97.721 40.3251 101.07 53.8228C104.539 67.8022 88.0709 78.6724 83.4316 92.3082C79.8107 102.951 84.6412 116.507 76.9531 124.708C69.2691 132.905 54.8291 127.711 45.0532 133.248C30.134 141.699 22.4502 169.395 5.8864 164.964C-10.2897 160.636 -0.960273 132.405 -10.2278 118.459C-17.9491 106.839 -41.8412 106.648 -42.133 92.6994C-42.4376 78.1388 -19.2126 75.1972 -11.3897 62.9129C-4.98302 52.8523 -10.7071 37.047 -1.70798 29.2191C7.27803 21.4027 21.0468 24.2259 32.9561 24.3389C45.0063 24.4533 56.8809 25.0931 67.94 29.8801Z' stroke='white'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_121_24467'%3E%3Crect width='122' height='117' rx='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 122px;
  height: 117px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text {
  position: absolute;
  left: 8px;
  right: 8px;
  bottom: 8px;
  padding: 3px 10px;
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0px;
  right: 0px;
  border-radius: 100px;
  border: 1px solid rgba(183, 163, 249, 0.5);
  background: radial-gradient(372.84% 141.42% at 0% 0%, rgba(255, 255, 255, 0.35) 0%, rgba(255, 255, 255, 0.2) 100%);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(15px);
}
section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text span {
  color: #fff;
  position: relative;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  line-height: 16px;
  top: 4px;
}

@media (max-width: 767px) {
  .CX-text-success {
    padding: 37px 0;
  }
}
.CX-text-success .box-text-success p {
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .box-thank-you-page .box-thank-you-page-wrapper .CX-product-web .box-product-web .box-product-web-inner .product-details .product-details-inner .product-title {
    margin: 0 20px 24px;
  }
}

@media (max-width: 767px) {
  .CX-text-button-info {
    padding: 16px 0;
  }
}
@media (max-width: 767px) {
  .CX-text-button-info .box-text-button-info {
    display: grid;
    text-align: center;
    grid-row-gap: 9px;
  }
  .CX-text-button-info .box-text-button-info .text {
    font-size: 16px;
  }
}

section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-ico svg {
  -webkit-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.19));
  -moz-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.19));
  -ms-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.19));
  -o-filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.19));
  filter: drop-shadow(8px 8px 5px rgba(0, 0, 0, 0.19));
}

.layout-thank-you-page .box-thank-you-page .CX-tab-simple .tab-content-simple .tab-content-dynamic {
  padding: 0 0;
}
.layout-thank-you-page .box-thank-you-page .CX-referral-product > .container.CX-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.CX-product-web .box-product-web .box-product-web-inner .product-details .CX-tab-simple .tab-content-simple .tab-content-dynamic {
  padding: 0 0;
}

@media (max-width: 900px) {
  .box-thank-you-page .box-thank-you-page-wrapper {
    max-width: initial;
  }
}

@media (max-width: 900px) {
  .layout-thank-you-page .box-thank-you-page .CX-referral-product > .container.CX-wrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}

@media (max-width: 400px) {
  section.CX-referral-product.fitur-unggulan .box-referral-product .box-referral-product-inner .box-product-item .product-item-inner .box-text span {
    font-size: 12px;
    line-height: 14px;
  }
}

.CX-step-animate {
  background: rgba(229, 229, 229, 0.2);
  padding: 10px 0;
}
.CX-step-animate .box-step-animate {
  width: 361px;
  margin: 0 auto;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .CX-step-animate .box-step-animate {
    width: 600px;
  }
}
.CX-step-animate .box-step-animate .box-step-number {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
  margin-bottom: 2px;
}
@media (max-width: 1024px) {
  .CX-step-animate .box-step-animate .box-step-number {
    grid-template-columns: 60px 1fr 82px;
  }
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item {
  position: relative;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item .line-animate {
  background-color: #fafafa;
  z-index: 1;
}
@media (max-width: 1024px) {
  .CX-step-animate .box-step-animate .box-step-number .box-step-number-item .line-animate {
    max-width: 130px;
    overflow: hidden;
  }
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:not(.active) .line-animate {
  display: none;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:before {
  content: "";
  width: 100%;
  position: absolute;
  border-top: 2px solid #CCCCCC;
  left: 0;
  top: 10px;
  z-index: 1;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:first-child:before {
  width: 50%;
  left: initial;
  right: 0px;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:first-child.done:before {
  width: 50%;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:first-child.active .line-animate {
  display: none;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:last-child:before {
  width: 50%;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item:last-child.done:before {
  width: 50%;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.done:before {
  border-color: #1CC542;
  width: 100%;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.done .line-animate {
  display: none;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.active:before {
  width: 50%;
  right: 0px;
  left: initial;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.active .line-animate {
  position: absolute;
  top: 3px;
  left: -100px;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.active:last-child:before {
  display: none;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item .inner {
  width: 38px;
  margin: 0 auto;
  position: relative;
  background: #fafafa;
  z-index: 2;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item .inner .numb {
  width: 22px;
  height: 22px;
  line-height: 20px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #CCCCCC;
  border: 1px solid #CCCCCC;
  color: #fff;
  margin: 0 auto;
  font-family: "SourceSans-Bold";
  font-size: 16px;
  position: relative;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.done .inner .numb {
  background-color: #1CC542;
  border-color: #1CC542;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.done .inner .label-step {
  color: #1CC542;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.done:not(:first-child):before {
  width: 100%;
}
.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.active .inner .numb {
  background-color: #fff;
  border-color: #494DF4;
  color: #494DF4;
}
.CX-step-animate .box-step-animate .box-step-label {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
}
@media (max-width: 1024px) {
  .CX-step-animate .box-step-animate .box-step-label {
    grid-template-columns: 60px 1fr 82px;
  }
}
.CX-step-animate .box-step-animate .box-step-label .box-step-label-item {
  text-align: center;
}
.CX-step-animate .box-step-animate .box-step-label .box-step-label-item .inner .label-step {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 22px;
  color: #CCCCCC;
}
.CX-step-animate .box-step-animate .box-step-label .box-step-label-item.active .inner .label-step {
  color: #494DF4;
}
.CX-step-animate .box-step-animate .box-step-label .box-step-label-item.done .inner .label-step {
  color: #1CC542;
}

.CX-step-animate .box-step-animate .box-step-number .box-step-number-item.done:last-child:before {
  width: 50%;
}

@media (max-width: 1024px) {
  .CX-step-animate .box-step-animate .box-step-number .box-step-number-item.active .line-animate {
    left: -20px;
  }
  .CX-step-animate .box-step-animate .box-step-number .box-step-number-item.active:last-child .line-animate {
    left: -100px;
  }
}

.CX-accordion-flexible .box-accordion-flexible {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item {
  border: 1px solid #a9b8ef;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #f1f3fa;
  overflow: hidden;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.default {
  background-color: #fafafa;
  border-color: #f5f5f5;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header {
  display: flex;
  align-items: center;
  padding: 15px 16px;
  grid-column-gap: 13px;
}
@media (max-width: 767px) {
  .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header {
    padding: 15px 10px;
  }
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
  margin-bottom: 0;
  color: #333;
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Bold";
}
@media (max-width: 375px) {
  .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
    font-size: 15px;
  }
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  display: inline-block;
  background: linear-gradient(92.81deg, #494df4 3.58%, #4a37f4 48.23%, #6f49f4 100%);
  color: #fff;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 1px 15px 1px 11px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner {
  display: flex;
  grid-column-gap: 10px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .ico {
  position: relative;
  top: -1px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  color: #fff;
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner {
  padding: 0 17px 16px;
}
@media (max-width: 767px) {
  .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner {
    padding: 0 10px 16px;
  }
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner ol {
  margin: 0;
  padding: 0;
  counter-reset: numb;
  display: grid;
  grid-row-gap: 4px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner ol li {
  border-radius: 8px;
  background: #f1f3fa;
  list-style: none;
  counter-increment: numb;
  padding: 6px 12px 6px 12px;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 24px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner ol li:before {
  content: "" counter(numb) ". ";
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse .accordion-flexible-item-inner .accordion-flexible-item-header {
  position: relative;
  cursor: pointer;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M17 1L9 9L0.999999 0.999999' stroke='%23494DF4' stroke-width='2.5'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 11px;
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse .accordion-flexible-item-inner .accordion-flexible-item-content {
  opacity: 0;
  height: 0;
  visibility: hidden;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse.active {
  background-color: #fafafa;
  border-color: #f5f5f5;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse.active .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse.active .accordion-flexible-item-inner .accordion-flexible-item-content {
  opacity: 1;
  height: auto;
  visibility: visible;
}

.box-list-view .inner {
  display: grid;
}
.box-list-view .inner .list-view-item {
  border-bottom: 1px solid rgba(51, 51, 51, 0.1);
  padding: 12px 0;
}
.box-list-view .inner .list-view-item:last-child {
  border-bottom: 0px;
}
.box-list-view .inner .list-view-item label {
  font-size: 14px;
  font-style: normal;
  line-height: 22px;
  color: #7f7f7f;
  font-weight: normal;
}
.box-list-view .inner .list-view-item .value {
  font-family: "SourceSans-Bold";
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  color: #333;
}

.box-list-radio .list-radio-row {
  display: grid;
  grid-row-gap: 8px;
  margin-bottom: 8px;
}
@media (min-width: 1281px) {
  .box-list-radio .list-radio-row:first-child {
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 8px;
  }
}
.box-list-radio .list-radio-row:last-child {
  margin-bottom: 0px;
}
.box-list-radio .list-radio-row .list-radio-item {
  position: relative;
}
.box-list-radio .list-radio-row .list-radio-item .inner {
  display: block;
}
.box-list-radio .list-radio-row .list-radio-item .inner a {
  position: relative;
  text-decoration: none;
  display: block;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid rgba(73, 77, 244, 0.3);
  background: #fff;
  font-family: "SourceSans-Semibold";
  font-size: 15px;
  font-style: normal;
  line-height: 22px; /* 146.667% */
  text-transform: capitalize;
  color: #333;
  padding: 12px 19px;
}
.box-list-radio .list-radio-row .list-radio-item .inner a:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 16px;
  right: 16px;
}
.box-list-radio .list-radio-row .list-radio-item .inner input[type=radio] {
  opacity: 0;
  position: absolute;
}
.box-list-radio .list-radio-row .list-radio-item .inner input[type=radio]:checked + a {
  background-color: #494df4;
  color: #fff;
}
.box-list-radio .list-radio-row .list-radio-item .inner input[type=radio]:checked + a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.0021 1.81812C5.48353 1.81812 1.82031 5.48134 1.82031 9.99993C1.82031 14.5185 5.48353 18.1817 10.0021 18.1817C14.5207 18.1817 18.1839 14.5185 18.1839 9.99993C18.1839 5.48134 14.5207 1.81812 10.0021 1.81812ZM13.5486 8.61646C13.6139 8.54181 13.6636 8.45486 13.6948 8.36072C13.726 8.26657 13.7381 8.16714 13.7303 8.06827C13.7225 7.96939 13.695 7.87308 13.6494 7.78499C13.6038 7.69689 13.5411 7.6188 13.4649 7.55531C13.3887 7.49182 13.3006 7.4442 13.2058 7.41527C13.1109 7.38633 13.0112 7.37666 12.9125 7.38683C12.8139 7.39699 12.7183 7.42679 12.6313 7.47445C12.5443 7.52212 12.4677 7.5867 12.4061 7.66439L9.20775 11.5017L7.55279 9.84596C7.41251 9.71048 7.22462 9.6355 7.0296 9.6372C6.83458 9.63889 6.64802 9.71712 6.51012 9.85503C6.37221 9.99293 6.29398 10.1795 6.29229 10.3745C6.29059 10.5695 6.36557 10.7574 6.50106 10.8977L8.73246 13.1291C8.80554 13.2021 8.89304 13.2592 8.98938 13.2965C9.08572 13.3339 9.18878 13.3507 9.292 13.346C9.39522 13.3413 9.49633 13.3152 9.58888 13.2693C9.68144 13.2233 9.76341 13.1586 9.82957 13.0793L13.5486 8.61646Z' fill='white'/%3E%3Ccircle cx='9.99858' cy='10' r='4.54545' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
}
.box-list-radio .list-radio-row .list-radio-item .box-others .inner .ico {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
.box-list-radio .list-radio-row .list-radio-item .box-others .inner .input .form-group {
  margin-bottom: 0px;
}
.box-list-radio .list-radio-row .list-radio-item .box-others .inner .input .form-group .form-control {
  background-color: transparent;
  border: 1px solid #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background-color: #fff;
  padding-left: 40px;
  font-size: 14px;
  font-family: "SourceSans-Semibold";
  font-style: normal;
  line-height: 22px;
  color: #5f5f5f;
}
.box-list-radio .list-radio-row .list-radio-item .box-others .inner .input .form-group .form-control:focus {
  border-color: #494df4;
}
.box-list-radio .list-radio-row .list-radio-item.active .inner a {
  -webkit-box-shadow: 0px 4px 8px 0px rgba(108, 99, 255, 0.15);
  -moz-box-shadow: 0px 4px 8px 0px rgba(108, 99, 255, 0.15);
  -ms-box-shadow: 0px 4px 8px 0px rgba(108, 99, 255, 0.15);
  -o-box-shadow: 0px 4px 8px 0px rgba(108, 99, 255, 0.15);
  box-shadow: 0px 4px 8px 0px rgba(108, 99, 255, 0.15);
}

.CX-pop-up-modal.modal-default.new-pilih-polis .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 0 16px;
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.new-pilih-polis .box-pop-up-modal .box-pop-up-modal-inner {
    padding: 0 10px;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.new-pilih-polis .box-pop-up-modal .box-pop-up-modal-inner .box-action.shadow-mobile {
    box-shadow: 0px -2px 8px 3px rgba(0, 0, 0, 0.06);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 14px 18px;
    background-color: #fff;
  }
}

.box-pilih-polis {
  text-align: left;
  padding: 20px 0;
}
.box-pilih-polis .box-pilih-polis-title h3 {
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  font-style: normal;
  line-height: 25px;
  margin-bottom: 0px;
}
.box-pilih-polis .box-pilih-polis-content {
  margin-top: 0.5rem;
  max-height: 366px;
  overflow-y: auto;
}
@media (max-width: 767px) {
  .box-pilih-polis .box-pilih-polis-content {
    max-height: calc(100vh - 200px);
  }
}
.box-pilih-polis .box-pilih-polis-content::-webkit-scrollbar {
  -webkit-appearance: none;
}
.box-pilih-polis .box-pilih-polis-content::-webkit-scrollbar:vertical {
  width: 10px;
}
.box-pilih-polis .box-pilih-polis-content::-webkit-scrollbar:horizontal {
  height: 10px;
}
.box-pilih-polis .box-pilih-polis-content::-webkit-scrollbar-thumb {
  background-color: #d9d9d9;
  border-radius: 10px;
  border: 2px solid #ffffff;
}
.box-pilih-polis .box-pilih-polis-content::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f5f5f5;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  border: 1px solid rgba(73, 77, 244, 0.3);
  padding-right: 18px;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb {
  font-size: 17px;
  font-family: "SourceSans-Bold";
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .desc {
  font-family: "SourceSans-Semibold";
  color: #7f7f7f;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb-with-price {
  display: flex;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb-with-price .polis-numb {
  flex: 1 1 auto;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb-with-price .polis-price span {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  border: 1px solid #494df4;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 1px 8px;
  color: #494df4;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico {
  width: 28px;
  height: 28px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint0_linear_244_13219)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9979 6.53345C14.2856 6.53345 14.5188 6.76668 14.5188 7.05438V7.22901C14.5961 7.23018 14.662 7.23271 14.7235 7.23814C15.9807 7.34932 16.9774 8.34596 17.0885 9.60323C17.0987 9.71814 17.0987 9.84833 17.0987 10.0395L17.0987 10.8891C17.0987 13.5766 15.0538 15.7865 12.4351 16.0478V17.473C12.4351 19.1033 13.7567 20.4249 15.387 20.4249H15.9999C16.8682 20.4249 17.6268 19.9515 18.0304 19.2481C16.9986 18.9017 16.2553 17.9269 16.2553 16.7784C16.2553 15.3399 17.4214 14.1737 18.8599 14.1737C20.2984 14.1737 21.4645 15.3399 21.4645 16.7784C21.4645 18.1262 20.4408 19.2349 19.1285 19.3693C18.6232 20.5998 17.4134 21.4668 15.9999 21.4668H15.387C13.1813 21.4668 11.3933 19.6787 11.3933 17.473V16.0487C8.66477 15.7867 6.53125 13.4878 6.53125 10.6907L6.53125 10.0396C6.53123 9.84835 6.53122 9.71815 6.54138 9.60323C6.65256 8.34596 7.64919 7.34932 8.90647 7.23814C9.0146 7.22858 9.13625 7.22803 9.30954 7.22802V7.05438C9.30954 6.76668 9.54277 6.53345 9.83047 6.53345C10.1182 6.53345 10.3514 6.76668 10.3514 7.05438V8.44352C10.3514 8.73122 10.1182 8.96445 9.83047 8.96445C9.54277 8.96445 9.30954 8.73122 9.30954 8.44352V8.26989C9.12659 8.27002 9.05527 8.27091 8.99824 8.27595C8.24387 8.34266 7.64589 8.94064 7.57919 9.69501C7.57362 9.75793 7.57311 9.83823 7.57311 10.0667V10.6907C7.57311 13.0882 9.51668 15.0317 11.9142 15.0317C14.2021 15.0317 16.0568 13.177 16.0568 10.8891V10.0667C16.0568 9.83823 16.0563 9.75793 16.0507 9.69501C15.984 8.94064 15.386 8.34266 14.6317 8.27595C14.6023 8.27335 14.5691 8.27186 14.5188 8.271V8.44352C14.5188 8.73122 14.2856 8.96445 13.9979 8.96445C13.7102 8.96445 13.477 8.73122 13.477 8.44352V7.05438C13.477 6.76668 13.7102 6.53345 13.9979 6.53345ZM17.2971 16.7784C17.2971 15.9153 17.9968 15.2156 18.8599 15.2156C19.723 15.2156 20.4227 15.9153 20.4227 16.7784C20.4227 17.6415 19.723 18.3412 18.8599 18.3412C17.9968 18.3412 17.2971 17.6415 17.2971 16.7784Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_244_13219' x1='0.93475' y1='2.37999' x2='29.1885' y2='3.76565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23494DF4'/%3E%3Cstop offset='0.463039' stop-color='%234A37F4'/%3E%3Cstop offset='1' stop-color='%236F49F4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  margin-left: 10px !important;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  border-color: transparent;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9979 6.53345C14.2856 6.53345 14.5188 6.76668 14.5188 7.05438V7.22901C14.5961 7.23018 14.662 7.23271 14.7235 7.23814C15.9807 7.34932 16.9774 8.34596 17.0885 9.60323C17.0987 9.71814 17.0987 9.84833 17.0987 10.0395L17.0987 10.8891C17.0987 13.5766 15.0538 15.7865 12.4351 16.0478V17.473C12.4351 19.1033 13.7567 20.4249 15.387 20.4249H15.9999C16.8682 20.4249 17.6268 19.9515 18.0304 19.2481C16.9986 18.9017 16.2553 17.9269 16.2553 16.7784C16.2553 15.3399 17.4214 14.1737 18.8599 14.1737C20.2984 14.1737 21.4645 15.3399 21.4645 16.7784C21.4645 18.1262 20.4408 19.2349 19.1285 19.3693C18.6232 20.5998 17.4134 21.4668 15.9999 21.4668H15.387C13.1813 21.4668 11.3933 19.6787 11.3933 17.473V16.0487C8.66477 15.7867 6.53125 13.4878 6.53125 10.6907L6.53125 10.0396C6.53123 9.84835 6.53122 9.71815 6.54138 9.60323C6.65256 8.34596 7.64919 7.34932 8.90647 7.23814C9.0146 7.22858 9.13625 7.22803 9.30954 7.22802V7.05438C9.30954 6.76668 9.54277 6.53345 9.83047 6.53345C10.1182 6.53345 10.3514 6.76668 10.3514 7.05438V8.44352C10.3514 8.73122 10.1182 8.96445 9.83047 8.96445C9.54277 8.96445 9.30954 8.73122 9.30954 8.44352V8.26989C9.12659 8.27002 9.05527 8.27091 8.99824 8.27595C8.24387 8.34266 7.64589 8.94064 7.57919 9.69501C7.57362 9.75793 7.57311 9.83823 7.57311 10.0667V10.6907C7.57311 13.0882 9.51668 15.0317 11.9142 15.0317C14.2021 15.0317 16.0568 13.177 16.0568 10.8891V10.0667C16.0568 9.83823 16.0563 9.75793 16.0507 9.69501C15.984 8.94064 15.386 8.34266 14.6317 8.27595C14.6023 8.27335 14.5691 8.27186 14.5188 8.271V8.44352C14.5188 8.73122 14.2856 8.96445 13.9979 8.96445C13.7102 8.96445 13.477 8.73122 13.477 8.44352V7.05438C13.477 6.76668 13.7102 6.53345 13.9979 6.53345ZM17.2971 16.7784C17.2971 15.9153 17.9968 15.2156 18.8599 15.2156C19.723 15.2156 20.4227 15.9153 20.4227 16.7784C20.4227 17.6415 19.723 18.3412 18.8599 18.3412C17.9968 18.3412 17.2971 17.6415 17.2971 16.7784Z' fill='%23494DF4' stroke='%23494DF4' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .desc {
  color: #ffffff;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .polis-numb-with-price .polis-price span {
  border-color: #fff;
  color: #fff;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner {
  background-color: #dddddd;
  border-color: #dddddd;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23CCCCCC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9979 6.53345C14.2856 6.53345 14.5188 6.76668 14.5188 7.05438V7.22901C14.5961 7.23018 14.662 7.23271 14.7235 7.23814C15.9807 7.34932 16.9774 8.34596 17.0885 9.60323C17.0987 9.71814 17.0987 9.84833 17.0987 10.0395L17.0987 10.8891C17.0987 13.5766 15.0538 15.7865 12.4351 16.0478V17.473C12.4351 19.1033 13.7567 20.4249 15.387 20.4249H15.9999C16.8682 20.4249 17.6268 19.9515 18.0304 19.2481C16.9986 18.9017 16.2553 17.9269 16.2553 16.7784C16.2553 15.3399 17.4214 14.1737 18.8599 14.1737C20.2984 14.1737 21.4645 15.3399 21.4645 16.7784C21.4645 18.1262 20.4408 19.2349 19.1285 19.3693C18.6232 20.5998 17.4134 21.4668 15.9999 21.4668H15.387C13.1813 21.4668 11.3933 19.6787 11.3933 17.473V16.0487C8.66477 15.7867 6.53125 13.4878 6.53125 10.6907L6.53125 10.0396C6.53123 9.84835 6.53122 9.71815 6.54138 9.60323C6.65256 8.34596 7.64919 7.34932 8.90647 7.23814C9.0146 7.22858 9.13625 7.22803 9.30954 7.22802V7.05438C9.30954 6.76668 9.54277 6.53345 9.83047 6.53345C10.1182 6.53345 10.3514 6.76668 10.3514 7.05438V8.44352C10.3514 8.73122 10.1182 8.96445 9.83047 8.96445C9.54277 8.96445 9.30954 8.73122 9.30954 8.44352V8.26989C9.12659 8.27002 9.05527 8.27091 8.99824 8.27595C8.24387 8.34266 7.64589 8.94064 7.57919 9.69501C7.57362 9.75793 7.57311 9.83823 7.57311 10.0667V10.6907C7.57311 13.0882 9.51668 15.0317 11.9142 15.0317C14.2021 15.0317 16.0568 13.177 16.0568 10.8891V10.0667C16.0568 9.83823 16.0563 9.75793 16.0507 9.69501C15.984 8.94064 15.386 8.34266 14.6317 8.27595C14.6023 8.27335 14.5691 8.27186 14.5188 8.271V8.44352C14.5188 8.73122 14.2856 8.96445 13.9979 8.96445C13.7102 8.96445 13.477 8.73122 13.477 8.44352V7.05438C13.477 6.76668 13.7102 6.53345 13.9979 6.53345ZM17.2971 16.7784C17.2971 15.9153 17.9968 15.2156 18.8599 15.2156C19.723 15.2156 20.4227 15.9153 20.4227 16.7784C20.4227 17.6415 19.723 18.3412 18.8599 18.3412C17.9968 18.3412 17.2971 17.6415 17.2971 16.7784Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-check {
  display: none;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-text .polis-numb-with-price .polis-price span {
  background-color: #999999;
  border-color: #999999;
  color: #fff;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-multiple .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='3' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  border-radius: 0;
  border: 0;
  border-color: transparent;
  background-size: cover;
  background-repeat: no-repeat;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row.type-multiple .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='3' fill='white'/%3E%3Cpath d='M15.0776 3.47852L7.28899 11.2202L4.77595 8.72232L2.60938 10.8775L7.41372 15.6524L9.56182 13.5197L9.5803 13.5378L17.392 5.77803L15.0776 3.47852Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
}

.CX-informasi-pajak {
  padding: 30px 0;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-title h3 {
  font-family: "SourceSans-Bold";
  font-size: 20px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 0px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item {
  padding: 20px 0;
  border-bottom: 1px solid #d9dff2;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item:last-child {
  border-bottom: 0px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text {
  flex: 1 1 auto;
  line-height: normal;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text {
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle {
  flex: 0 0 auto;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .box-check.with-svg .toggle-switch .toggle-switch-check-bar .toggle-switch-bar {
  height: 30px;
  line-height: 30px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .box-check.with-svg .toggle-switch-check:checked ~ .toggle-switch-bar:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .box-check.with-svg label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #494df4;
  border-color: #494df4;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .toggle-switch-check:empty ~ .toggle-switch-bar:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar:before {
  background-color: #e5e5e5;
  border-color: #cccccc;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-icon,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle label:not(.toggle-switch) .toggle-switch:empty ~ .toggle-switch-bar .toggle-switch-icon {
  top: 2px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.term-and-condition-pajak, .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.terms-and-condition {
  cursor: pointer;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.term-and-condition-pajak .inner .box-toggle, .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.terms-and-condition .inner .box-toggle {
  pointer-events: none;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.term-and-condition-pajak:hover .inner .box-text .text, .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item.terms-and-condition:hover .inner .box-text .text {
  color: #494df4;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin {
  border-top: 1px solid #d9dff2;
  margin-top: 20px;
  padding-top: 20px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-title h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner {
  display: grid;
  grid-row-gap: 8px;
  margin: 16px 0;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 6px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner {
    flex-wrap: wrap;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country-and-tin {
  flex: 0 0 425px;
  max-width: 450px;
  display: flex;
  gap: 10px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country-and-tin {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country {
  flex: 0 0 auto;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: rgba(73, 77, 244, 0.05);
  padding: 0px 14px;
  height: 50px;
  position: relative;
  display: flex;
  align-items: center;
  grid-column-gap: 17px;
  cursor: pointer;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='9' viewBox='0 0 14 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 9px;
  display: inline-block;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason {
  flex: 1;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input {
  position: relative;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input {
  position: relative;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input.disable .form-control,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input.disable .form-control {
  background-color: #e5e5e5;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.2008 7.46912V8.54912C15.2008 11.9432 15.2008 13.6403 14.1464 14.6947C13.0919 15.7491 11.3949 15.7491 8.00078 15.7491C4.60667 15.7491 2.90961 15.7491 1.8552 14.6947C0.800781 13.6403 0.800781 11.9432 0.800781 8.54912C0.800781 5.15501 0.800781 3.45795 1.8552 2.40354C2.90961 1.34912 4.60667 1.34912 8.00078 1.34912H9.08078' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M11.3506 2.39676L11.8177 1.92962C12.5917 1.15562 13.8466 1.15562 14.6206 1.92962C15.3946 2.70361 15.3946 3.95851 14.6206 4.7325L14.1535 5.19965M11.3506 2.39676C11.3506 2.39676 11.409 3.38945 12.2849 4.26535C13.1608 5.14125 14.1535 5.19965 14.1535 5.19965M11.3506 2.39676L7.05586 6.69147C6.76497 6.98236 6.61953 7.1278 6.49444 7.28817C6.34689 7.47735 6.22039 7.68204 6.11717 7.89861C6.02967 8.08221 5.96463 8.27734 5.83454 8.66762L5.41803 9.91712M14.1535 5.19965L9.85875 9.49435C9.56786 9.78524 9.42241 9.93069 9.26204 10.0558C9.07287 10.2033 8.86818 10.3298 8.6516 10.433C8.468 10.5205 8.27287 10.5856 7.8826 10.7157L6.63309 11.1322M6.63309 11.1322L5.8246 11.4017C5.63254 11.4657 5.4208 11.4157 5.27765 11.2726C5.1345 11.1294 5.08452 10.9177 5.14854 10.7256L5.41803 9.91712M6.63309 11.1322L5.41803 9.91712' stroke='%23333333' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 17px;
  position: absolute;
  top: 50%;
  z-index: 9;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 16px;
  opacity: 0.5;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control {
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: rgba(73, 77, 244, 0.05);
  border-color: transparent;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
  padding-left: 40px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control::-webkit-input-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control::-moz-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control:-moz-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control:-ms-input-placeholder,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input .form-control:focus,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control:focus {
  border-color: #494df4;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .box-clear,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .box-clear {
  position: absolute;
  top: 50%;
  right: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin.has-value .box-input .input:before,
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason.has-value .box-input .input:before {
  opacity: 1;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason {
  flex: 0 0 420px;
  max-width: 420px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
    margin-top: 1rem;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input.disable .form-control {
  background-color: #e5e5e5;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input:before {
  display: none;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-reason .box-input .input .form-control {
  padding-left: 1rem;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan {
  border-top: 1px solid #d9dff2;
  margin-top: 20px;
  padding-top: 20px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__title h3 {
  margin-bottom: 0px;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-container-input {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 1rem;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-container-input {
    flex-direction: column;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input {
  flex: 0 0 420px;
  max-width: 420px;
}
@media (max-width: 820px) {
  .CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input {
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group {
  margin-bottom: 0;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control {
  height: 50px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: rgba(73, 77, 244, 0.05);
  border-color: transparent;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-kewarganegaraan__box-form-input .form-group .form-control:focus {
  border-color: #494df4;
}

.box-input-country-and-tin .box-input-country-and-tin-inner .lfr-form-row {
  border: 0;
  border-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .lfr-form-row .lfr-autorow-controls.toolbar {
  opacity: 0;
  visibility: visible;
  pointer-events: none;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group {
  margin-bottom: 0;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error .form-control {
  border-color: #da1414 !important;
  box-shadow: none;
  background-color: rgba(218, 21, 21, 0.1) !important;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error .form-validator-stack.help-block {
  position: absolute;
  left: 0;
  background-color: #da1414;
  color: #fff;
  font-weight: normal;
  padding: 2px 12px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  border-radius: 100px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error .form-validator-stack.help-block:before {
  content: "";
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #da1414;
  position: absolute;
  top: -5px;
  left: 15px;
}
.box-input-country-and-tin .box-input-country-and-tin-inner .form-group.has-error:hover .form-validator-stack.help-block {
  opacity: 1;
  visibility: visible;
}

.CX-pop-up-modal.modal-default.pilih-negara .box-pop-up-modal {
  min-width: 362px;
}
@media (max-width: 500px) {
  .CX-pop-up-modal.modal-default.pilih-negara .box-pop-up-modal {
    min-width: initial;
  }
}
.CX-pop-up-modal.modal-default.pilih-negara .box-pop-up-modal .box-pilih-polis .box-pilih-polis-content {
  max-height: 400px;
}

.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 18px 0;
}
.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  border: 0 !important;
  padding-top: 0px;
  padding-bottom: 0px;
}
.box-list-polis-row .box-list-polis-row-inner-others {
  margin-top: 12px;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico {
  position: relative;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-ico {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-ico svg {
  display: inline-block;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group {
  margin-bottom: 0px;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control {
  background-color: rgba(73, 78, 244, 0.05);
  border-color: rgba(73, 78, 244, 0.05);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding-left: 42px;
  color: #333;
  font-size: 16px;
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control:focus {
  border-color: rgb(73, 78, 244);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control::-webkit-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control::-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control:-moz-placeholder {
  color: rgba(51, 51, 51, 0.5);
}
.box-list-polis-row .box-list-polis-row-inner-others .box-input-ico .box-input .form-group .form-control:-ms-input-placeholder {
  color: rgba(51, 51, 51, 0.5);
}

.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag {
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-usa {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50486)'%3E%3Cmask id='mask0_294_50486' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50486)'%3E%3Cpath d='M256 0H512V64L480 96L512 128V192L480 224L512 256V320L480 352L512 384V448L256 480L0 448V384L32 352L0 320V256L256 0Z' fill='%23EEEEEE'/%3E%3Cpath d='M224 64H512V128H224V64ZM224 192H512V256H256L224 192ZM0 320H512V384H0V320ZM0 448H512V512H0V448Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M187 243L244 202H174L231 243L209 176L187 243ZM106 243L163 202H93L150 243L128 176L106 243ZM25 243L82 202H12L69 243L47 176L25 243ZM187 162L244 121H174L231 162L209 95L187 162ZM106 162L163 121H93L150 162L128 95L106 162ZM25 162L82 121H12L69 162L47 95L25 162ZM187 80L244 39H174L231 80L209 13L187 80ZM106 80L163 39H93L150 80L128 13L106 80ZM25 80L82 39H12L69 80L47 13L25 80Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50486'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-england {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50449)'%3E%3Cmask id='mask0_294_50449' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50449)'%3E%3Cpath d='M0 0H208L256 32L304 0H512V208L480 256L512 304V512H304L256 480L208 512H0V304L32 256L0 208V0Z' fill='%23EEEEEE'/%3E%3Cpath d='M208 0V208H0V304H208V512H304V304H512V208H304V0H208Z' fill='%23D80027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50449'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-malaysia {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50475)'%3E%3Cmask id='mask0_294_50475' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50475)'%3E%3Cpath d='M0 256L256 0H512V55.7L492.5 88.7L512 122.4V189.2L489.9 226.9L512 256V322.8L491.8 361.3L512 389.6V456.3L257.5 484.5L0 456.3V389.6L26 354.5L0 322.8V256Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 256H512V189.2H222.9L256 256ZM222.9 122.4H512V55.7002H222.9V122.4ZM512 512V456.3H0V512H512ZM0 389.6H512V322.8H0V389.6Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M170.199 219.1C160.566 219.096 151.062 216.894 142.41 212.661C133.758 208.429 126.185 202.277 120.27 194.676C114.354 187.074 110.251 178.223 108.274 168.796C106.296 159.369 106.496 149.615 108.858 140.278C111.22 130.94 115.682 122.264 121.904 114.911C128.126 107.558 135.943 101.722 144.762 97.8473C153.58 93.9726 163.166 92.1615 172.791 92.5519C182.415 92.9422 191.823 95.5237 200.299 100.1C189.329 89.3466 175.429 82.0716 160.341 79.1872C145.254 76.3029 129.65 77.9377 115.488 83.8865C101.326 89.8354 89.2354 99.8334 80.7332 112.627C72.2309 125.42 67.6953 140.439 67.6953 155.8C67.6953 171.161 72.2309 186.18 80.7332 198.973C89.2354 211.766 101.326 221.764 115.488 227.713C129.65 233.662 145.254 235.297 160.341 232.412C175.429 229.528 189.329 222.253 200.299 211.5C191.086 216.488 180.775 219.1 170.299 219.1H170.199Z' fill='%23FFDA44'/%3E%3Cpath d='M187.998 111.3L199.298 134.8L224.698 128.9L213.298 152.4L233.698 168.6L208.298 174.3L208.398 200.3L188.098 184.1L167.698 200.3L167.798 174.3L142.398 168.6L162.798 152.4L151.398 128.9L176.798 134.9L187.998 111.3Z' fill='%23FFDA44'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50475'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-india {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50511)'%3E%3Cmask id='mask0_294_50511' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50511)'%3E%3Cpath d='M0 160L256 128L512 160V352L256 384L0 352V160Z' fill='%23EEEEEE'/%3E%3Cpath d='M0 0H512V160H0V0Z' fill='%23FF9811'/%3E%3Cpath d='M0 352H512V512H0V352Z' fill='%236DA544'/%3E%3Cpath d='M256 328C295.765 328 328 295.765 328 256C328 216.235 295.765 184 256 184C216.235 184 184 216.235 184 256C184 295.765 216.235 328 256 328Z' fill='%230052B4'/%3E%3Cpath d='M256 304C282.51 304 304 282.51 304 256C304 229.49 282.51 208 256 208C229.49 208 208 229.49 208 256C208 282.51 229.49 304 256 304Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 280C269.255 280 280 269.255 280 256C280 242.745 269.255 232 256 232C242.745 232 232 242.745 232 256C232 269.255 242.745 280 256 280Z' fill='%230052B4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50511'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-germany {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50456)'%3E%3Cmask id='mask0_294_50456' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50456)'%3E%3Cpath d='M0 345L256.7 319.5L512 345V512H0V345Z' fill='%23FFDA44'/%3E%3Cpath d='M0 167L255 144L512 167V345H0V167Z' fill='%23D80027'/%3E%3Cpath d='M0 0H512V167H0V0Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50456'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico.flag.flag-other {
  background-image: url("/o/axa-emma-theme/images/withdrawal/flag-other.png");
}
.box-pilih-polis .box-pilih-polis-content .box-list-polis-row .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .name {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20.11px;
  text-align: left;
  color: #333;
}

.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: transparent;
}
.box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  width: 20px;
  height: 20px;
  background-image: none;
  border: 5px solid #494df4;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag {
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-usa {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50486)'%3E%3Cmask id='mask0_294_50486' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50486)'%3E%3Cpath d='M256 0H512V64L480 96L512 128V192L480 224L512 256V320L480 352L512 384V448L256 480L0 448V384L32 352L0 320V256L256 0Z' fill='%23EEEEEE'/%3E%3Cpath d='M224 64H512V128H224V64ZM224 192H512V256H256L224 192ZM0 320H512V384H0V320ZM0 448H512V512H0V448Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M187 243L244 202H174L231 243L209 176L187 243ZM106 243L163 202H93L150 243L128 176L106 243ZM25 243L82 202H12L69 243L47 176L25 243ZM187 162L244 121H174L231 162L209 95L187 162ZM106 162L163 121H93L150 162L128 95L106 162ZM25 162L82 121H12L69 162L47 95L25 162ZM187 80L244 39H174L231 80L209 13L187 80ZM106 80L163 39H93L150 80L128 13L106 80ZM25 80L82 39H12L69 80L47 13L25 80Z' fill='%23EEEEEE'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50486'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-england {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50449)'%3E%3Cmask id='mask0_294_50449' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50449)'%3E%3Cpath d='M0 0H208L256 32L304 0H512V208L480 256L512 304V512H304L256 480L208 512H0V304L32 256L0 208V0Z' fill='%23EEEEEE'/%3E%3Cpath d='M208 0V208H0V304H208V512H304V304H512V208H304V0H208Z' fill='%23D80027'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50449'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-malaysia {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50475)'%3E%3Cmask id='mask0_294_50475' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50475)'%3E%3Cpath d='M0 256L256 0H512V55.7L492.5 88.7L512 122.4V189.2L489.9 226.9L512 256V322.8L491.8 361.3L512 389.6V456.3L257.5 484.5L0 456.3V389.6L26 354.5L0 322.8V256Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 256H512V189.2H222.9L256 256ZM222.9 122.4H512V55.7002H222.9V122.4ZM512 512V456.3H0V512H512ZM0 389.6H512V322.8H0V389.6Z' fill='%23D80027'/%3E%3Cpath d='M0 0H256V256H0V0Z' fill='%230052B4'/%3E%3Cpath d='M170.199 219.1C160.566 219.096 151.062 216.894 142.41 212.661C133.758 208.429 126.185 202.277 120.27 194.676C114.354 187.074 110.251 178.223 108.274 168.796C106.296 159.369 106.496 149.615 108.858 140.278C111.22 130.94 115.682 122.264 121.904 114.911C128.126 107.558 135.943 101.722 144.762 97.8473C153.58 93.9726 163.166 92.1615 172.791 92.5519C182.415 92.9422 191.823 95.5237 200.299 100.1C189.329 89.3466 175.429 82.0716 160.341 79.1872C145.254 76.3029 129.65 77.9377 115.488 83.8865C101.326 89.8354 89.2354 99.8334 80.7332 112.627C72.2309 125.42 67.6953 140.439 67.6953 155.8C67.6953 171.161 72.2309 186.18 80.7332 198.973C89.2354 211.766 101.326 221.764 115.488 227.713C129.65 233.662 145.254 235.297 160.341 232.412C175.429 229.528 189.329 222.253 200.299 211.5C191.086 216.488 180.775 219.1 170.299 219.1H170.199Z' fill='%23FFDA44'/%3E%3Cpath d='M187.998 111.3L199.298 134.8L224.698 128.9L213.298 152.4L233.698 168.6L208.298 174.3L208.398 200.3L188.098 184.1L167.698 200.3L167.798 174.3L142.398 168.6L162.798 152.4L151.398 128.9L176.798 134.9L187.998 111.3Z' fill='%23FFDA44'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50475'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-india {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50511)'%3E%3Cmask id='mask0_294_50511' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50511)'%3E%3Cpath d='M0 160L256 128L512 160V352L256 384L0 352V160Z' fill='%23EEEEEE'/%3E%3Cpath d='M0 0H512V160H0V0Z' fill='%23FF9811'/%3E%3Cpath d='M0 352H512V512H0V352Z' fill='%236DA544'/%3E%3Cpath d='M256 328C295.765 328 328 295.765 328 256C328 216.235 295.765 184 256 184C216.235 184 184 216.235 184 256C184 295.765 216.235 328 256 328Z' fill='%230052B4'/%3E%3Cpath d='M256 304C282.51 304 304 282.51 304 256C304 229.49 282.51 208 256 208C229.49 208 208 229.49 208 256C208 282.51 229.49 304 256 304Z' fill='%23EEEEEE'/%3E%3Cpath d='M256 280C269.255 280 280 269.255 280 256C280 242.745 269.255 232 256 232C242.745 232 232 242.745 232 256C232 269.255 242.745 280 256 280Z' fill='%230052B4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50511'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-germany {
  background-image: url("data:image/svg+xml,%3Csvg width='512' height='512' viewBox='0 0 512 512' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_294_50456)'%3E%3Cmask id='mask0_294_50456' style='mask-type:luminance' maskUnits='userSpaceOnUse' x='0' y='0' width='512' height='512'%3E%3Cpath d='M256 512C397.385 512 512 397.385 512 256C512 114.615 397.385 0 256 0C114.615 0 0 114.615 0 256C0 397.385 114.615 512 256 512Z' fill='white'/%3E%3C/mask%3E%3Cg mask='url(%23mask0_294_50456)'%3E%3Cpath d='M0 345L256.7 319.5L512 345V512H0V345Z' fill='%23FFDA44'/%3E%3Cpath d='M0 167L255 144L512 167V345H0V167Z' fill='%23D80027'/%3E%3Cpath d='M0 0H512V167H0V0Z' fill='%23333333'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_294_50456'%3E%3Crect width='512' height='512' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-country .box-ico.flag.flag-other {
  background-image: url("/o/axa-emma-theme/images/withdrawal/flag-other.png");
}

.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item {
  padding: 0;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  padding: 10px;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23999999'/%3E%3C/svg%3E%0A");
  border: 0;
  background-size: cover;
  width: 22px;
  height: 22px;
  background-repeat: no-repeat;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: #494df4;
  color: #fff;
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  border: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='8' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.0007 5.27246C7.83769 5.27246 5.27344 7.83672 5.27344 10.9997C5.27344 14.1627 7.83769 16.727 11.0007 16.727C14.1637 16.727 16.728 14.1627 16.728 10.9997C16.728 7.83672 14.1637 5.27246 11.0007 5.27246ZM13.4832 10.0313C13.5289 9.97905 13.5637 9.91818 13.5856 9.85228C13.6074 9.78638 13.6159 9.71678 13.6104 9.64757C13.6049 9.57836 13.5857 9.51093 13.5538 9.44927C13.5219 9.38761 13.478 9.33294 13.4247 9.2885C13.3713 9.24405 13.3097 9.21072 13.2432 9.19047C13.1768 9.17021 13.1071 9.16345 13.038 9.17056C12.9689 9.17768 12.902 9.19853 12.8411 9.2319C12.7802 9.26526 12.7266 9.31047 12.6835 9.36486L10.4446 12.0509L9.28617 10.892C9.18797 10.7971 9.05645 10.7446 8.91994 10.7458C8.78342 10.747 8.65283 10.8018 8.5563 10.8983C8.45976 10.9948 8.40501 11.1254 8.40382 11.2619C8.40263 11.3985 8.45511 11.53 8.54996 11.6282L10.1119 13.1902C10.1631 13.2413 10.2243 13.2812 10.2918 13.3073C10.3592 13.3335 10.4314 13.3453 10.5036 13.342C10.5759 13.3387 10.6466 13.3204 10.7114 13.2883C10.7762 13.2561 10.8336 13.2108 10.8799 13.1553L13.4832 10.0313Z' fill='%23494DF4'/%3E%3Ccircle cx='10.9982' cy='11.0002' r='3.18182' fill='white'/%3E%3C/svg%3E%0A");
}
.CX-pop-up-modal.pilih-negara .box-list-polis-row.border-bottom-only .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .name {
  color: #fff;
}

.CX-pop-up-modal.modal-alert.modal-syarat-ketentuan .box-pop-up-modal {
  max-width: 488px !important;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text {
  color: #333333;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text .required {
  color: #c91432;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-text .text span.toggle_bool_val {
  font-size: 17px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Bold";
  color: #494df4;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-title h3 .required {
  color: #c91432;
}

.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input.no-ico:before {
  display: none;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-tin .box-input .input.no-ico .form-control {
  padding-left: 14px;
  padding-right: 14px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .form-control {
  padding-right: 35px;
}
.CX-informasi-pajak .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-input-country-and-tin .box-input-country-and-tin-inner .country-and-tin-item .country-and-tin-item-inner .box-clear {
  background-color: transparent;
}

body.auto-generate-pdf #CX-header,
body.auto-generate-pdf #CX-header-mobile {
  display: none !important;
}
body.auto-generate-pdf #CX-utama {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
body.auto-generate-pdf #CX-utama .box-content-utama {
  margin-top: 0px !important;
}

.box-auto-generate-pdf {
  display: flex;
}
.box-auto-generate-pdf .box-pdf {
  flex: 1 1 auto;
  overflow: hidden;
}
.box-auto-generate-pdf .box-pdf .pdfobject-container {
  height: calc(100vh - 48px);
}
.box-auto-generate-pdf .box-detail-dokumen {
  flex: 0 0 auto;
  width: 448px;
  background-color: #26262d;
  color: #fff;
  overflow-y: auto;
  max-height: calc(100% - 48px);
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner {
  padding: 10px 20px;
  font-size: 14px;
  position: relative;
  height: calc(100vh - 48px);
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-title {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  padding: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-ico-pdf {
  text-align: center;
  padding: 24px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail {
  padding: 20px 0;
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail .row {
  margin-bottom: 16px;
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail label {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  color: rgba(255, 255, 255, 0.3);
  display: block;
  margin-bottom: 5px;
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail .value {
  font-size: 14px;
  color: #fff;
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-action {
  padding: 20px 0px;
}
@media (min-width: 1366px) and (min-height: 700px) {
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-action {
    position: absolute;
    width: 100%;
    left: 0px;
    bottom: 0px;
    padding: 20px 20px;
  }
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-action.float {
  display: flex;
  grid-column-gap: 15px;
}

@media (max-width: 1024px) {
  .box-auto-generate-pdf {
    display: block;
  }
  .box-auto-generate-pdf .box-pdf {
    z-index: 1;
  }
  .box-auto-generate-pdf .box-pdf .pdfobject-container {
    height: calc(100vh - 289px);
    padding-bottom: 0px;
  }
  .box-auto-generate-pdf .box-detail-dokumen {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 2;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner {
    height: initial;
    padding: 0 0;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-title,
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-ico-pdf,
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail {
    display: none;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-action.float {
    background-color: #000;
    padding-left: 15px;
    padding-right: 15px;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile {
    padding: 20px 15px;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile.hide {
    display: block !important;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner {
    display: flex;
    align-items: center;
    grid-column-gap: 7px;
    -webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    -ms-border-radius: 7px;
    -o-border-radius: 7px;
    border-radius: 7px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    padding: 13px;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner .box-ico {
    flex: 0 0 auto;
    width: 25px;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner .box-ico img {
    height: auto;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner .box-text {
    flex: 1 1 auto;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner .box-text h3 {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 0px;
    font-size: 14px;
    font-family: "SourceSans-Semibold";
    line-height: 14px;
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner .box-text .size {
    font-size: 11px;
    color: rgba(255, 255, 255, 0.8);
  }
  .box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-detail-mobile .inner .box-download {
    flex: 0 0 auto;
  }
}

@media (max-width: 1024px) {
  .box-auto-generate-pdf .box-pdf {
    background-color: #1d1b22;
    height: calc(100vh - 134px);
  }
  .box-auto-generate-pdf .box-pdf .pdfobject-container {
    display: none;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile {
    color: #fff;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile.hide {
    display: block !important;
    height: 100%;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner {
    padding: 0px 16px;
    display: grid;
    grid-row-gap: 160px;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .title {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    opacity: 0.7;
    display: flex;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .title .ico {
    flex: 0 0 auto;
    margin-right: 6px;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .title .text {
    flex: 1 1 auto;
    font-size: 14px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .box-info-download {
    background-color: #332f3c;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
    padding: 31px 16px 23px;
    max-width: 328px;
    margin: 0 auto;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .box-info-download .box-info-download-inner {
    text-align: center;
    display: grid;
    grid-row-gap: 37px;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .box-info-download .box-info-download-inner .box-text {
    text-align: left;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .box-info-download .box-info-download-inner .box-text h3 {
    font-family: "SourceSans";
    font-size: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .box-auto-generate-pdf .box-pdf .pdf-info-download-mobile .inner .box-info-download .box-info-download-inner .box-text .size {
    font-size: 13px;
    opacity: 0.8;
  }
}

.box-auto-generate-pdf {
  position: relative;
}
.box-auto-generate-pdf .box-detail-dokumen .box-detail-dokumen-inner .box-info-alert {
  margin-top: 10px;
}
.box-auto-generate-pdf .progressBarContainer {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
}
.box-auto-generate-pdf .progressBarContainer .inner {
  display: flex;
  grid-column-gap: 16px;
}
@media (max-width: 1024px) {
  .box-auto-generate-pdf .progressBarContainer .inner {
    grid-column-gap: 10px;
  }
}
.box-auto-generate-pdf .progressBarContainer .inner .item {
  flex: 1 1 auto;
  display: block;
  padding: 0;
  cursor: pointer;
  color: white;
}
.box-auto-generate-pdf .progressBarContainer .inner .item:last-child {
  margin-right: 0;
}
.box-auto-generate-pdf .progressBarContainer .inner .item span.progressBar {
  width: 100%;
  height: 7px;
  background-color: rgba(255, 255, 255, 0.5);
  display: block;
}
@media (max-width: 1024px) {
  .box-auto-generate-pdf .progressBarContainer .inner .item span.progressBar {
    height: 5px;
  }
}
.box-auto-generate-pdf .progressBarContainer .inner .item span.progressBar .inProgress {
  background-color: rgb(255, 255, 255);
  width: 0;
  height: 7px;
}
@media (max-width: 1024px) {
  .box-auto-generate-pdf .progressBarContainer .inner .item span.progressBar .inProgress {
    height: 5px;
  }
}

.CX-withdrawal-landing {
  height: calc(100vh - 165px);
}
@media (min-width: 1025px) {
  .CX-withdrawal-landing {
    height: calc(100vh - 118px);
  }
}
.CX-withdrawal-landing .box-withdrawal-landing {
  height: 100%;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider {
  height: 100%;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .slick-list,
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .slick-track {
  height: 100%;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item {
  background: linear-gradient(218deg, #494DF4 14.08%, #3576F3 78.19%);
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner {
  height: 100%;
  position: relative;
  display: grid;
  align-items: center;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner {
    align-items: flex-start;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image {
  color: #fff;
  text-align: center;
  display: grid;
  grid-template-columns: 1fr;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image {
    padding: 40px 24px;
    display: block;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text {
  width: 614px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text {
    width: initial;
    text-align: left;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text h3 {
  font-family: "SourceSans-Bold";
  font-size: 20px;
  font-style: normal;
  line-height: 29px;
  margin-bottom: 8px;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text p {
  font-family: "SourceSans-Semibold";
  text-align: justify;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}
@media (max-width: 767px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text p {
    text-align: left;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text ul.list {
  margin: 0px;
  padding: 0px;
  list-style: none;
}
@media (max-width: 767px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text ul.list {
    max-height: 250px;
    overflow-y: auto;
  }
}
@media (max-width: 1024px) and (max-height: 700px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text ul.list {
    max-height: 100px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text ul.list li {
  font-family: "SourceSans-Semibold";
  position: relative;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  display: flex;
  grid-column-gap: 9px;
  margin-bottom: 8px;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text ul.list li:last-child {
  margin-bottom: 0px;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-text ul.list li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 0.625C3.70313 0.625 0.625 3.70313 0.625 7.5C0.625 11.2969 3.70313 14.375 7.5 14.375C11.2969 14.375 14.375 11.2969 14.375 7.5C14.375 3.70313 11.2969 0.625 7.5 0.625ZM10.48 6.3375C10.5349 6.27478 10.5766 6.20171 10.6029 6.12261C10.6291 6.0435 10.6392 5.95995 10.6327 5.87687C10.6261 5.79379 10.603 5.71285 10.5647 5.63883C10.5264 5.56481 10.4737 5.49919 10.4097 5.44584C10.3457 5.39249 10.2717 5.35248 10.1919 5.32816C10.1122 5.30385 10.0285 5.29573 9.94555 5.30427C9.86265 5.31281 9.7823 5.33784 9.70922 5.3779C9.63614 5.41795 9.5718 5.47222 9.52 5.5375L6.8325 8.76188L5.44188 7.37063C5.324 7.25678 5.16612 7.19378 5.00225 7.19521C4.83838 7.19663 4.68162 7.26236 4.56574 7.37824C4.44986 7.49412 4.38413 7.65088 4.3827 7.81475C4.38128 7.97862 4.44428 8.1365 4.55813 8.25438L6.43313 10.1294C6.49454 10.1908 6.56806 10.2387 6.64901 10.27C6.72996 10.3014 6.81656 10.3156 6.90329 10.3117C6.99003 10.3077 7.07499 10.2858 7.15276 10.2472C7.23053 10.2086 7.29941 10.1542 7.355 10.0875L10.48 6.3375Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  display: inline-block;
  flex: 0 0 auto;
  position: relative;
  top: 3px;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-img {
  margin: 0 auto;
  text-align: center;
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-img img {
  margin: 0 auto;
}
@media (max-width: 1024px) and (max-height: 700px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-img img {
    height: 200px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex {
  display: flex;
  text-align: left;
  padding-right: 47px;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex {
    padding-right: 24px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex .box-img {
  flex: 0 0 auto;
  margin: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex .box-img {
    margin-top: 30px;
  }
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex .box-img img {
    width: 200px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex .box-text {
  flex: 1 1 auto;
  width: initial;
  margin: 20px 0px 0px;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex {
    display: grid;
  }
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex .box-text {
    order: 1;
  }
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image.flex .box-img {
    order: 2;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-action {
  text-align: right;
  padding: 20px 32px;
  place-items: end;
  position: absolute;
  bottom: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-action {
    padding: 20px 20px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-action .new-btn-blue {
  font-family: "SourceSans-Bold";
  min-width: 138px;
}
@media (max-width: 767px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-action .new-btn-blue {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media (min-width: 1025px) and (max-height: 700px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item .withdrawal-slider-item-inner .box-text-and-image .box-img img {
    width: 200px;
  }
}
@media (min-width: 1025px) and (max-height: 700px) {
  .CX-withdrawal-landing .box-withdrawal-landing .box-withdrawal-landing-slider .withdrawal-slider-item.landing-utama .withdrawal-slider-item-inner .box-text-and-image .box-img img {
    width: 250px;
  }
}

.CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer {
  position: absolute;
  top: 10px;
  left: 8px;
  right: 8px;
}
.CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner {
  display: flex;
  grid-column-gap: 16px;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner {
    grid-column-gap: 10px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner .item {
  flex: 1 1 auto;
  display: block;
  padding: 0;
  cursor: pointer;
  color: white;
}
.CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner .item:last-child {
  margin-right: 0;
}
.CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner .item span.progressBar {
  width: 100%;
  height: 5px;
  background-color: rgba(255, 255, 255, 0.2);
  display: block;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner .item span.progressBar {
    height: 4px;
  }
}
.CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner .item span.progressBar .inProgress {
  background-color: rgb(255, 255, 255);
  width: 0;
  height: 5px;
}
@media (max-width: 1024px) {
  .CX-withdrawal-landing .box-withdrawal-landing .progressBarContainer .inner .item span.progressBar .inProgress {
    height: 4px;
  }
}

.CX-pilih-polis .box-pilih-polis-outer {
  padding: 60px 0;
}
.CX-pilih-polis .box-pilih-polis-outer .inner {
  display: flex;
  justify-content: center;
  grid-column-gap: 60px;
}
.CX-pilih-polis .box-pilih-polis-outer .inner .box-vector {
  flex: 0 0 auto;
  width: 383px;
}
.CX-pilih-polis .box-pilih-polis-outer .inner .box-form {
  flex: 0 0 auto;
  width: 394px;
}
.box-select-dropdown {
  position: relative;
}
.box-select-dropdown .box-select-dropdown-inner .label-dropdown {
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  font-style: normal;
  line-height: normal;
}
.box-select-dropdown .box-select-dropdown-inner .label-dropdown .required {
  font-size: 18px;
  color: #ff1721;
}
.box-select-dropdown .box-select-dropdown-inner .input {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 14px 16px;
  border: 1px solid #999;
  cursor: pointer;
  background-color: #fafafa;
  position: relative;
}
.box-select-dropdown .box-select-dropdown-inner .input:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5625 1L8.78 8.7825L0.997494 0.999999' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 11px;
  position: absolute;
  top: 50%;
  right: 23px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-select-dropdown .box-select-dropdown-inner .input .text-dropdown {
  font-size: 18px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: 25px;
  opacity: 0.5;
}
.box-select-dropdown .box-dropdown-list {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  border: 1px solid #f5f5f5;
  background: #fff;
  padding: 0px 10px;
  -webkit-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  -ms-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  -o-box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 6px 15px 3px rgba(0, 0, 0, 0.06);
  position: absolute;
  top: calc(100% + 6px);
  z-index: 1;
  width: 100%;
}
.box-select-dropdown .box-dropdown-list.open {
  opacity: 1;
  visibility: visible;
}
.box-select-dropdown .box-dropdown-list .box-pilih-polis {
  padding: 14px 0;
}
.box-select-dropdown.active .box-select-dropdown-inner .input {
  border-color: #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}
.box-select-dropdown.has-selected .box-select-dropdown-inner .input {
  border-color: #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}
.box-select-dropdown.has-selected .box-select-dropdown-inner .input .text-dropdown {
  opacity: 1;
}

section.CX-newest-offer.default.small {
  margin: 12px 0;
}
section.CX-newest-offer.default.small > .container.CX-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer {
  height: initial;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner {
  padding-left: 0px;
  padding: 16px;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-text {
  width: initial;
  flex: 1 1 auto;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-text .caption {
  margin-bottom: 0px;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-text .caption h3 {
  font-family: "SourceSans-Bold";
  font-size: 17px;
  font-style: normal;
  line-height: normal;
  margin-bottom: 9px;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-text .caption p {
  font-size: 14px;
  line-height: 20px;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-text .caption p strong {
  font-weight: normal;
  font-family: "SourceSans-Bold";
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-text .caption p .underline {
  text-decoration: underline;
}
section.CX-newest-offer.default.small > .container.CX-wrapper .newest-offer .newest-offer-inner .box-vector {
  width: 114px;
}

.box-select-dropdown.has-loader .box-select-dropdown-inner .input:before {
  content: "";
  background-image: url("/o/axa-emma-theme/images/loader-2.gif");
  background-repeat: no-repeat;
  background-size: cover;
  width: 64px;
  height: 50px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 35px;
}

.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner .box-text a.link {
  font-family: "SourceSans-Bold";
  text-decoration: underline;
  color: #3032c1;
}

@media (max-width: 1024px) {
  .CX-pilih-polis .box-pilih-polis-outer .inner {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px;
    justify-content: center;
    padding: 0 0px;
  }
  .CX-pilih-polis .box-pilih-polis-outer .inner .box-vector,
  .CX-pilih-polis .box-pilih-polis-outer .inner .box-form {
    margin: 0 auto;
  }
  .CX-pilih-polis .box-pilih-polis-outer .inner .box-vector {
    width: 100%;
    max-width: 359px;
  }
  .CX-pilih-polis .box-pilih-polis-outer .inner .box-form {
    width: 100%;
    max-width: 361px;
  }
}

@media (min-width: 1025px) {
  .CX-pilih-polis {
    height: calc(100vh - 166px);
  }
}
.CX-pilih-polis > .container.CX-wrapper {
  height: 100%;
}
@media (min-width: 1025px) {
  .CX-pilih-polis .box-pilih-polis-outer {
    height: 100%;
    position: relative;
    display: grid;
  }
  .CX-pilih-polis .box-pilih-polis-outer .box-action {
    position: absolute;
    bottom: 0px;
    width: 100%;
    padding: 20px 0;
  }
}
@media (max-width: 1024px) {
  .CX-pilih-polis .box-pilih-polis-outer .box-action {
    margin-top: 60px;
  }
}

@media (min-width: 1280px) and (max-height: 700px) {
  .box-pilih-polis .box-pilih-polis-content {
    max-height: 250px;
  }
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.modal-alert.modal-alert-primary .box-pop-up-modal .box-ico svg {
    height: initial;
  }
}

.CX-upload-dokumen-pending {
  padding: 30px 0;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending:last-child {
  padding-bottom: 10px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending:last-child:after {
  display: none;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner {
  max-width: 447px;
  padding: 0px 24px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner .box-select-dropdown .box-select-dropdown-inner .label-dropdown {
  margin-bottom: 14px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner .box-select-dropdown .box-select-dropdown-inner .input {
  padding: 11px 16px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner .box-select-dropdown .box-select-dropdown-inner .input .text-dropdown {
  font-size: 16px;
  opacity: 1;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner .box-select-dropdown .box-select-dropdown-inner .input:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.4375 1.00024L7.22 7.21774L1.00251 1.00024' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 9px;
  background-size: cover;
}
@media (max-width: 1024px) {
  .CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner {
    padding: 0px 16px;
  }
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner section.CX-simple-form.rekening .box-simple-form .new-box-form > .small-title {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  margin-bottom: 13px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner section.CX-simple-form.rekening .box-simple-form .new-box-form .new-box-form-inner > .row {
  margin-bottom: 24px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner section.CX-simple-form.rekening .box-simple-form .new-box-form .new-box-form-inner > .row:last-child {
  margin-bottom: 0px;
}
.CX-upload-dokumen-pending > .box-action {
  padding: 0 24px;
}

.CX-upload-dokumen-pending > .inner .upload-dokumen-pending {
  margin-bottom: 20px;
  padding-top: 30px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending:first-child {
  padding-top: 0px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending:first-child:before {
  display: none;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending:before {
  content: "";
  background: #f0f3fc;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1) inset;
  height: 8px;
  position: absolute;
  top: 0px;
  width: 100%;
}

.box-list-polis-row.type-multiple.type-simple .box-list-polis-row-inner {
  grid-row-gap: 4px;
}
.box-list-polis-row.type-multiple.type-simple .box-list-polis-row-inner .list-polis-item {
  padding: 13px 0;
}
.box-list-polis-row.type-multiple.type-simple .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .text-inner {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333333;
}
.box-list-polis-row.type-multiple.type-simple .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  border: 0px;
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2.36719' y='0.5' width='21' height='21' rx='3.5' fill='%23F5F5F5' stroke='%237F7F7F'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 22px;
  border-radius: 0px;
  display: inline-block;
}
.box-list-polis-row.type-multiple.type-simple .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .text-inner {
  color: #333333;
}
.box-list-polis-row.type-multiple.type-simple .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='22' viewBox='0 0 25 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_607_227004)'%3E%3Crect x='2' width='22' height='22' rx='4' fill='%23494DF4'/%3E%3Cpath d='M6 11.4L10 15L20 6' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_607_227004'%3E%3Crect width='25' height='22' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner .box-select-dropdown .box-select-dropdown-inner .input {
  padding-right: 40px;
}
.CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner .box-select-dropdown .box-select-dropdown-inner .input .text-dropdown {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.box-list-polis-row.new.pilih-polis.type-checkbox .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check:before {
  background-color: #f5f5f5;
  border-color: #7f7f7f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}
.box-list-polis-row.new.pilih-polis.type-checkbox .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='4' fill='white'/%3E%3Cpath d='M4 11.4L8 15L18 6' stroke='%23494DF4' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
}
.box-list-polis-row.new.pilih-polis.type-checkbox .box-list-polis-row-inner .list-polis-item.syariah .list-polis-item-inner .box-check:before {
  background-color: #f5f5f5;
  border-color: #7f7f7f;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  width: 22px;
  height: 22px;
}
.box-list-polis-row.new.pilih-polis.type-checkbox .box-list-polis-row-inner .list-polis-item.syariah .list-polis-item-inner .box-check:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='22' height='22' rx='4' fill='white'/%3E%3Cpath d='M4 11.4L8 15L18 6' stroke='%23027180' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A") !important;
  width: 22px !important;
  height: 22px !important;
}

.cx-simple-error-page {
  padding: 51px 0 51px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1024px) {
  .cx-simple-error-page {
    padding: 0px 0 61px;
  }
}
.cx-simple-error-page .container.CX-wrapper {
  position: relative;
  z-index: 2;
}
@media (min-width: 1280px) {
  .cx-simple-error-page .container.CX-wrapper {
    max-width: 1185px;
  }
}
.cx-simple-error-page:before {
  content: "";
  width: 292px;
  height: 292px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F7F8;
  position: absolute;
  bottom: -120px;
  left: -120px;
}
.cx-simple-error-page:after {
  content: "";
  width: 317px;
  height: 317px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #F5F7F8;
  position: absolute;
  top: -120px;
  right: -120px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page:after {
    width: 145px;
    height: 145px;
    top: -70px;
    right: -70px;
  }
}
@media (min-width: 1025px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner {
    display: flex;
    align-items: center;
    grid-column-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner {
    display: grid;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text {
  flex: 1 1 auto;
  color: #333;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text {
    order: 2;
    text-align: center;
  }
}
@media (max-width: 500px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner {
    max-width: 304px;
    margin: 0 auto;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .title {
  font-size: 50px;
  line-height: normal;
  font-family: "SourceSans-Bold";
  height: 63px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .title {
    font-size: 28px;
    height: 36px;
    margin-bottom: 10px;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .typed-cursor {
  display: none;
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .text {
  font-size: 18px;
  line-height: normal;
  color: #5F5F5F;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-text-inner .text {
    font-size: 16px;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-action {
  margin-top: 34px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-text .box-action .new-btn-blue {
    display: block;
    width: 100%;
  }
}
.cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector {
  flex: 0 0 auto;
  max-width: 685px;
}
@media (max-width: 1024px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector {
    max-width: initial;
    text-align: center;
  }
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector svg {
    margin: 0 auto;
    width: 387px;
    height: 305px;
  }
}
@media (max-width: 1024px) and (max-width: 400px) {
  .cx-simple-error-page .box-simple-error-page .box-simple-error-page-inner .box-vector svg {
    width: 100%;
    height: auto;
  }
}

:root {
  --background: 28, 197, 67;
  --size: 8px;
  --duration: 3s;
  --scale: 3;
  --opacity: 0.4;
}

body.v2 .CX-utama .box-utama .box-content-utama .box-inner-content {
  position: relative;
}
body.v2 .CX-utama .box-utama .box-content-utama .box-inner-content > .bg-emma-marked {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
body.v2 .CX-utama .box-utama .box-content-utama .box-inner-content > .bg-emma-marked:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='1033' height='676' viewBox='0 0 1033 676' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_468_99419)'%3E%3Cg opacity='0.04' clip-path='url(%23clip1_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M829.513 -13.4733C831.631 -12.6554 833.643 -11.1911 835.438 -9.26392L843.335 -17.1636C843.335 -17.1636 845.393 -12.525 844.441 -8.86777L839.328 -3.75433C841.247 -0.140769 842.469 3.79978 842.928 7.86035C843.527 13.226 842.462 17.9558 839.839 21.548C838.183 23.8126 836.106 25.5684 833.829 26.6246C831.161 27.8632 828.428 28.0506 825.926 27.1673C821.278 25.5303 818.209 20.7527 818.288 15.2823C818.333 12.3187 819.083 8.92979 821.316 5.87303C823.971 2.19094 826.823 -0.656219 829.636 -3.4652C829.82 -3.64904 830.005 -3.83288 830.189 -4.01687L830.78 -4.60826C829.679 -5.84251 828.458 -6.79134 827.157 -7.2949C825.24 -8.0363 822.098 -7.70125 819.558 -4.32216C818.136 -2.41648 817.415 0.773121 817.605 4.42435L810.981 4.73766C810.7 -0.511937 811.861 -5.15173 814.244 -8.32208C814.723 -8.95974 815.245 -9.56279 815.808 -10.1274C819.65 -13.9696 824.823 -15.2872 829.513 -13.4733ZM834.468 17.6294C836.132 15.3622 836.755 12.3132 836.334 8.57541C836.025 6.04638 835.355 3.57292 834.346 1.23019C834.126 1.44942 833.907 1.66601 833.69 1.88141C830.993 4.55784 828.596 6.93549 826.67 9.8091C825.592 11.4872 824.985 13.426 824.913 15.4231C824.869 18.4334 826.476 20.3517 828.096 20.9262C829.954 21.5781 832.573 20.2245 834.468 17.6294Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M719.928 86.996C722.596 85.7574 725.328 85.5685 727.83 86.4518C732.474 88.0847 735.543 92.8622 735.465 98.3339C735.42 101.297 734.368 104.338 732.336 107.372C729.69 111.327 726.555 114.64 723.563 117.632L722.972 118.223C724.072 119.457 725.294 120.406 726.595 120.91C728.512 121.65 731.653 121.316 734.194 117.939C735.617 116.031 736.337 112.842 736.147 109.19L742.77 108.877C743.047 114.133 741.886 118.773 739.502 121.942C739.024 122.579 738.501 123.183 737.938 123.747C734.096 127.589 728.925 128.909 724.232 127.094C722.116 126.277 720.105 124.812 718.308 122.884L710.415 130.777C710.415 130.777 708.359 126.139 709.309 122.481L714.422 117.368C712.504 113.754 711.284 109.814 710.823 105.755C710.224 100.39 711.29 95.6592 713.913 92.067C715.57 89.7983 717.643 88.0493 719.928 86.996ZM726.818 103.664C727.727 102.324 728.8 100.277 728.831 98.2027C728.878 95.1898 727.264 93.2701 725.652 92.6956C723.792 92.0424 721.175 93.3947 719.278 95.9911C717.616 98.2597 716.993 101.308 717.414 105.046C717.725 107.573 718.395 110.044 719.403 112.385C722.34 109.423 724.743 106.762 726.818 103.664Z' fill='%23494DF4'/%3E%3Cpath d='M756.728 104.292L743.198 82.4586C741.006 78.9227 740.774 74.4137 744.074 71.1136C747.475 67.7129 751.26 71.2911 752.732 73.664L765.983 95.0443L770.774 90.2534L758.359 70.22C755.122 65.0216 752.163 63.1211 748.41 62.663C746.247 62.4045 742.81 62.8709 739.628 66.0526C734.658 71.0231 733.757 79.7456 737.579 85.9123L751.937 109.083L756.728 104.292Z' fill='%23494DF4'/%3E%3Cpath d='M734.133 118.03C731.594 121.404 728.46 121.741 726.547 121.004C725.249 120.502 724.032 119.557 722.935 118.327L718.277 122.984C720.068 124.907 722.073 126.366 724.184 127.179C728.864 128.984 734.026 127.661 737.864 123.823C738.427 123.26 738.949 122.657 739.427 122.02C741.809 118.856 742.973 114.225 742.702 108.98L736.093 109.3C736.277 112.942 735.561 116.124 734.133 118.03Z' fill='%23494DF4'/%3E%3Cpath d='M819.622 -4.41864C822.16 -7.79405 825.295 -8.13099 827.208 -7.39364C828.506 -6.89164 829.724 -5.94609 830.821 -4.7154L835.48 -9.37483C833.69 -11.2963 831.685 -12.7566 829.572 -13.5699C824.895 -15.3724 819.73 -14.0501 815.891 -10.2115C815.328 -9.64693 814.805 -9.04401 814.328 -8.40778C811.946 -5.2409 810.782 -0.608559 811.057 4.63069L817.668 4.31041C817.474 0.669111 818.188 -2.51439 819.622 -4.41864Z' fill='%23494DF4'/%3E%3Cpath d='M770.74 90.2795L757.213 68.4488C755.022 64.9132 754.79 60.4044 758.091 57.1041C761.492 53.7031 765.276 57.2807 766.748 59.6533L779.996 81.0314L784.788 76.2401L772.375 56.2088C769.13 51.0109 766.176 49.1066 762.419 48.6531C760.256 48.3949 756.819 48.8617 753.637 52.0438C748.666 57.0147 747.765 65.737 751.586 71.903L765.949 95.0708L770.74 90.2795Z' fill='%23494DF4'/%3E%3Cpath d='M795.173 65.8459L781.642 44.0142C779.451 40.4782 779.218 35.9692 782.519 32.669C785.919 29.2682 789.706 32.8451 791.177 35.2193L804.429 56.5984L809.22 51.8073L796.805 31.7738C793.567 26.5767 790.609 24.6748 786.855 24.2181C784.692 23.9596 781.254 24.4262 778.074 27.6066C773.103 32.5772 772.201 41.3014 776.024 47.4666L790.382 70.637L795.173 65.8459Z' fill='%23494DF4'/%3E%3Cpath d='M809.181 51.83L795.65 29.9983C793.458 26.4623 793.226 21.9532 796.526 18.653C799.923 15.2563 803.716 18.8319 805.188 21.2076L818.441 42.5866L823.232 37.7955L810.816 17.762C807.578 12.565 804.621 10.6631 800.866 10.2064C798.704 9.94789 795.266 10.4144 792.085 13.5949C787.115 18.5655 786.213 27.2895 790.036 33.4548L804.39 56.6211L809.181 51.83Z' fill='%23494DF4'/%3E%3Cpath d='M712.216 94.7812C710.812 97.8738 710.308 101.542 710.754 105.567C711.204 109.589 712.409 113.493 714.305 117.072L719.249 112.127C718.254 109.809 717.594 107.362 717.29 104.859C717.087 103.236 717.131 101.593 717.419 99.9844L712.216 94.7812Z' fill='%23494DF4'/%3E%3Cpath d='M835.028 0.302062L834.484 0.845664C835.512 3.20242 836.202 5.6867 836.53 8.22521C836.858 10.8945 836.644 13.2104 835.892 15.14L840.889 20.1372C842.935 16.7059 843.719 12.3954 843.141 7.56441C842.65 3.48721 841.397 -0.475746 839.446 -4.11603L835.028 0.302062Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip2_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M969.513 160.527C971.631 161.345 973.643 162.809 975.438 164.736L983.335 156.837C983.335 156.837 985.393 161.475 984.441 165.132L979.328 170.246C981.247 173.859 982.469 177.8 982.928 181.861C983.527 187.226 982.462 191.956 979.839 195.548C978.183 197.813 976.106 199.569 973.829 200.625C971.161 201.863 968.428 202.051 965.926 201.168C961.278 199.531 958.209 194.753 958.288 189.283C958.333 186.319 959.083 182.93 961.316 179.873C963.971 176.191 966.823 173.344 969.636 170.535C969.82 170.351 970.005 170.167 970.189 169.983L970.78 169.392C969.679 168.158 968.458 167.209 967.157 166.705C965.24 165.964 962.098 166.299 959.558 169.678C958.136 171.584 957.415 174.773 957.605 178.425L950.981 178.738C950.7 173.488 951.861 168.849 954.244 165.678C954.723 165.041 955.245 164.437 955.808 163.873C959.65 160.031 964.823 158.713 969.513 160.527ZM974.468 191.63C976.132 189.362 976.755 186.313 976.334 182.576C976.025 180.047 975.355 177.573 974.346 175.23C974.126 175.45 973.907 175.666 973.69 175.882C970.993 178.558 968.596 180.936 966.67 183.809C965.592 185.487 964.985 187.426 964.913 189.423C964.869 192.434 966.476 194.352 968.096 194.926C969.954 195.578 972.573 194.225 974.468 191.63Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M859.928 260.996C862.596 259.758 865.328 259.569 867.83 260.452C872.474 262.085 875.543 266.862 875.465 272.334C875.42 275.298 874.368 278.338 872.336 281.372C869.69 285.327 866.555 288.64 863.563 291.632L862.972 292.223C864.072 293.457 865.294 294.406 866.595 294.91C868.512 295.651 871.653 295.316 874.194 291.939C875.617 290.031 876.337 286.842 876.147 283.191L882.77 282.877C883.047 288.134 881.886 292.773 879.502 295.942C879.024 296.58 878.501 297.183 877.938 297.747C874.096 301.589 868.925 302.909 864.232 301.094C862.116 300.278 860.105 298.813 858.308 296.884L850.415 304.778C850.415 304.778 848.359 300.14 849.309 296.482L854.422 291.369C852.504 287.754 851.284 283.814 850.823 279.755C850.224 274.39 851.29 269.659 853.913 266.067C855.57 263.799 857.643 262.05 859.928 260.996ZM866.818 277.664C867.727 276.324 868.8 274.277 868.831 272.203C868.878 269.19 867.264 267.27 865.652 266.696C863.792 266.043 861.175 267.395 859.278 269.991C857.616 272.26 856.993 275.308 857.414 279.046C857.725 281.573 858.395 284.044 859.403 286.385C862.34 283.423 864.743 280.763 866.818 277.664Z' fill='%23494DF4'/%3E%3Cpath d='M896.728 278.292L883.198 256.459C881.006 252.923 880.774 248.414 884.074 245.114C887.475 241.713 891.26 245.291 892.732 247.664L905.983 269.045L910.774 264.254L898.359 244.22C895.122 239.022 892.163 237.121 888.41 236.663C886.247 236.405 882.81 236.871 879.628 240.053C874.658 245.023 873.757 253.746 877.579 259.913L891.937 283.083L896.728 278.292Z' fill='%23494DF4'/%3E%3Cpath d='M874.133 292.031C871.594 295.404 868.46 295.741 866.547 295.004C865.249 294.502 864.032 293.557 862.935 292.327L858.277 296.985C860.068 298.907 862.073 300.366 864.184 301.179C868.864 302.985 874.026 301.662 877.864 297.823C878.427 297.26 878.949 296.657 879.427 296.02C881.809 292.856 882.973 288.225 882.702 282.98L876.093 283.3C876.277 286.942 875.561 290.124 874.133 292.031Z' fill='%23494DF4'/%3E%3Cpath d='M959.622 169.582C962.16 166.206 965.295 165.869 967.208 166.607C968.506 167.109 969.724 168.054 970.821 169.285L975.48 164.625C973.69 162.704 971.685 161.244 969.572 160.43C964.895 158.628 959.73 159.95 955.891 163.789C955.328 164.353 954.805 164.956 954.328 165.592C951.946 168.759 950.782 173.392 951.057 178.631L957.668 178.311C957.474 174.669 958.188 171.486 959.622 169.582Z' fill='%23494DF4'/%3E%3Cpath d='M910.74 264.28L897.213 242.449C895.022 238.913 894.79 234.405 898.091 231.104C901.492 227.703 905.276 231.281 906.748 233.654L919.996 255.032L924.788 250.24L912.375 230.209C909.13 225.011 906.176 223.107 902.419 222.653C900.256 222.395 896.819 222.862 893.637 226.044C888.666 231.015 887.765 239.737 891.586 245.903L905.949 269.071L910.74 264.28Z' fill='%23494DF4'/%3E%3Cpath d='M935.173 239.846L921.642 218.014C919.451 214.478 919.218 209.969 922.519 206.669C925.919 203.268 929.706 206.845 931.177 209.22L944.429 230.599L949.22 225.808L936.805 205.774C933.567 200.577 930.609 198.675 926.855 198.218C924.692 197.96 921.254 198.426 918.074 201.607C913.103 206.577 912.201 215.302 916.024 221.467L930.382 244.637L935.173 239.846Z' fill='%23494DF4'/%3E%3Cpath d='M949.181 225.83L935.65 203.999C933.458 200.463 933.226 195.953 936.526 192.653C939.923 189.257 943.716 192.832 945.188 195.208L958.441 216.587L963.232 211.796L950.816 191.762C947.578 186.565 944.621 184.663 940.866 184.207C938.704 183.948 935.266 184.415 932.085 187.595C927.115 192.566 926.213 201.29 930.036 207.455L944.39 230.621L949.181 225.83Z' fill='%23494DF4'/%3E%3Cpath d='M852.216 268.781C850.812 271.874 850.308 275.542 850.754 279.567C851.204 283.59 852.409 287.493 854.305 291.072L859.249 286.128C858.254 283.809 857.594 281.362 857.29 278.859C857.087 277.236 857.131 275.593 857.419 273.985L852.216 268.781Z' fill='%23494DF4'/%3E%3Cpath d='M975.028 174.302L974.484 174.846C975.512 177.203 976.202 179.687 976.53 182.225C976.858 184.895 976.644 187.211 975.892 189.14L980.889 194.137C982.935 190.706 983.719 186.396 983.141 181.565C982.65 177.487 981.397 173.524 979.446 169.884L975.028 174.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip3_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M384.513 1.52673C386.631 2.34455 388.643 3.80893 390.438 5.73608L398.335 -2.16363C398.335 -2.16363 400.393 2.47504 399.441 6.13223L394.328 11.2457C396.247 14.8592 397.469 18.7998 397.928 22.8604C398.527 28.226 397.462 32.9558 394.839 36.548C393.183 38.8126 391.106 40.5684 388.829 41.6246C386.161 42.8632 383.428 43.0506 380.926 42.1673C376.278 40.5303 373.209 35.7527 373.288 30.2823C373.333 27.3187 374.083 23.9298 376.316 20.873C378.971 17.1909 381.823 14.3438 384.636 11.5348C384.82 11.351 385.005 11.1671 385.189 10.9831L385.78 10.3917C384.679 9.15749 383.458 8.20866 382.157 7.7051C380.24 6.9637 377.098 7.29875 374.558 10.6778C373.136 12.5835 372.415 15.7731 372.605 19.4243L365.981 19.7377C365.7 14.4881 366.861 9.84827 369.244 6.67792C369.723 6.04026 370.245 5.43721 370.808 4.87264C374.65 1.0304 379.823 -0.28719 384.513 1.52673ZM389.468 32.6294C391.132 30.3622 391.755 27.3132 391.334 23.5754C391.025 21.0464 390.355 18.5729 389.346 16.2302C389.126 16.4494 388.907 16.666 388.69 16.8814C385.993 19.5578 383.596 21.9355 381.67 24.8091C380.592 26.4872 379.985 28.426 379.913 30.4231C379.869 33.4334 381.476 35.3517 383.096 35.9262C384.954 36.5781 387.573 35.2245 389.468 32.6294Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M274.928 101.996C277.596 100.757 280.328 100.569 282.83 101.452C287.474 103.085 290.543 107.862 290.465 113.334C290.42 116.297 289.368 119.338 287.336 122.372C284.69 126.327 281.555 129.64 278.563 132.632L277.972 133.223C279.072 134.457 280.294 135.406 281.595 135.91C283.512 136.65 286.653 136.316 289.194 132.939C290.617 131.031 291.337 127.842 291.147 124.19L297.77 123.877C298.047 129.133 296.886 133.773 294.502 136.942C294.024 137.579 293.501 138.183 292.938 138.747C289.096 142.589 283.925 143.909 279.232 142.094C277.116 141.277 275.105 139.812 273.308 137.884L265.415 145.777C265.415 145.777 263.359 141.139 264.309 137.481L269.422 132.368C267.504 128.754 266.284 124.814 265.823 120.755C265.224 115.39 266.29 110.659 268.913 107.067C270.57 104.798 272.643 103.049 274.928 101.996ZM281.818 118.664C282.727 117.324 283.8 115.277 283.831 113.203C283.878 110.19 282.264 108.27 280.652 107.696C278.792 107.042 276.175 108.395 274.278 110.991C272.616 113.26 271.993 116.308 272.414 120.046C272.725 122.573 273.395 125.044 274.403 127.385C277.34 124.423 279.743 121.762 281.818 118.664Z' fill='%23494DF4'/%3E%3Cpath d='M311.728 119.292L298.198 97.4586C296.006 93.9227 295.774 89.4137 299.074 86.1136C302.475 82.7129 306.26 86.2911 307.732 88.664L320.983 110.044L325.774 105.253L313.359 85.22C310.122 80.0216 307.163 78.1211 303.41 77.663C301.247 77.4045 297.81 77.8709 294.628 81.0526C289.658 86.0231 288.757 94.7456 292.579 100.912L306.937 124.083L311.728 119.292Z' fill='%23494DF4'/%3E%3Cpath d='M289.133 133.03C286.594 136.404 283.46 136.741 281.547 136.004C280.249 135.502 279.032 134.557 277.935 133.327L273.277 137.984C275.068 139.907 277.073 141.366 279.184 142.179C283.864 143.984 289.026 142.661 292.864 138.823C293.427 138.26 293.949 137.657 294.427 137.02C296.809 133.856 297.973 129.225 297.702 123.98L291.093 124.3C291.277 127.942 290.561 131.124 289.133 133.03Z' fill='%23494DF4'/%3E%3Cpath d='M374.622 10.5814C377.16 7.20595 380.295 6.86901 382.208 7.60636C383.506 8.10836 384.724 9.05391 385.821 10.2846L390.48 5.62517C388.69 3.70369 386.685 2.2434 384.572 1.43005C379.895 -0.372419 374.73 0.949852 370.891 4.78851C370.328 5.35307 369.805 5.95599 369.328 6.59222C366.946 9.7591 365.782 14.3914 366.057 19.6307L372.668 19.3104C372.474 15.6691 373.188 12.4856 374.622 10.5814Z' fill='%23494DF4'/%3E%3Cpath d='M325.74 105.28L312.213 83.4488C310.022 79.9132 309.79 75.4044 313.091 72.1041C316.492 68.7031 320.276 72.2807 321.748 74.6533L334.996 96.0314L339.788 91.2401L327.375 71.2088C324.13 66.0109 321.176 64.1066 317.419 63.6531C315.256 63.3949 311.819 63.8617 308.637 67.0438C303.666 72.0147 302.765 80.737 306.586 86.903L320.949 110.071L325.74 105.28Z' fill='%23494DF4'/%3E%3Cpath d='M350.173 80.8459L336.642 59.0142C334.451 55.4782 334.218 50.9692 337.519 47.669C340.919 44.2682 344.706 47.8451 346.177 50.2193L359.429 71.5984L364.22 66.8073L351.805 46.7738C348.567 41.5767 345.609 39.6748 341.855 39.2181C339.692 38.9596 336.254 39.4262 333.074 42.6066C328.103 47.5772 327.201 56.3014 331.024 62.4666L345.382 85.637L350.173 80.8459Z' fill='%23494DF4'/%3E%3Cpath d='M364.181 66.83L350.65 44.9983C348.458 41.4623 348.226 36.9532 351.526 33.653C354.923 30.2563 358.716 33.8319 360.188 36.2076L373.441 57.5866L378.232 52.7955L365.816 32.762C362.578 27.565 359.621 25.6631 355.866 25.2064C353.704 24.9479 350.266 25.4144 347.085 28.5949C342.115 33.5655 341.213 42.2895 345.036 48.4548L359.39 71.6211L364.181 66.83Z' fill='%23494DF4'/%3E%3Cpath d='M267.216 109.781C265.812 112.874 265.308 116.542 265.754 120.567C266.204 124.589 267.409 128.493 269.305 132.072L274.249 127.127C273.254 124.809 272.594 122.362 272.29 119.859C272.087 118.236 272.131 116.593 272.419 114.984L267.216 109.781Z' fill='%23494DF4'/%3E%3Cpath d='M390.028 15.3021L389.484 15.8457C390.512 18.2024 391.202 20.6867 391.53 23.2252C391.858 25.8945 391.644 28.2104 390.892 30.14L395.889 35.1372C397.935 31.7059 398.719 27.3954 398.141 22.5644C397.65 18.4872 396.397 14.5243 394.446 10.884L390.028 15.3021Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip4_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M999.928 434.996C1002.6 433.758 1005.33 433.569 1007.83 434.452C1012.47 436.085 1015.54 440.862 1015.46 446.334C1015.42 449.298 1014.37 452.338 1012.34 455.372C1009.69 459.327 1006.55 462.64 1003.56 465.632L1002.97 466.223C1004.07 467.457 1005.29 468.406 1006.6 468.91C1008.51 469.651 1011.65 469.316 1014.19 465.939C1015.62 464.031 1016.34 460.842 1016.15 457.191L1022.77 456.877C1023.05 462.134 1021.89 466.773 1019.5 469.942C1019.02 470.58 1018.5 471.183 1017.94 471.747C1014.1 475.589 1008.92 476.909 1004.23 475.094C1002.12 474.278 1000.11 472.813 998.308 470.884L990.415 478.778C990.415 478.778 988.359 474.14 989.309 470.482L994.422 465.369C992.504 461.754 991.284 457.814 990.823 453.755C990.224 448.39 991.29 443.659 993.913 440.067C995.57 437.799 997.643 436.05 999.928 434.996ZM1006.82 451.664C1007.73 450.324 1008.8 448.277 1008.83 446.203C1008.88 443.19 1007.26 441.27 1005.65 440.696C1003.79 440.043 1001.18 441.395 999.278 443.991C997.616 446.26 996.993 449.308 997.414 453.046C997.725 455.573 998.395 458.044 999.403 460.385C1002.34 457.423 1004.74 454.763 1006.82 451.664Z' fill='%23494DF4'/%3E%3Cpath d='M1036.73 452.292L1023.2 430.459C1021.01 426.923 1020.77 422.414 1024.07 419.114C1027.47 415.713 1031.26 419.291 1032.73 421.664L1045.98 443.045L1050.77 438.254L1038.36 418.22C1035.12 413.022 1032.16 411.121 1028.41 410.663C1026.25 410.405 1022.81 410.871 1019.63 414.053C1014.66 419.023 1013.76 427.746 1017.58 433.913L1031.94 457.083L1036.73 452.292Z' fill='%23494DF4'/%3E%3Cpath d='M1014.13 466.031C1011.59 469.404 1008.46 469.741 1006.55 469.004C1005.25 468.502 1004.03 467.557 1002.93 466.327L998.277 470.985C1000.07 472.907 1002.07 474.366 1004.18 475.179C1008.86 476.985 1014.03 475.662 1017.86 471.823C1018.43 471.26 1018.95 470.657 1019.43 470.02C1021.81 466.856 1022.97 462.225 1022.7 456.98L1016.09 457.3C1016.28 460.942 1015.56 464.124 1014.13 466.031Z' fill='%23494DF4'/%3E%3Cpath d='M1050.74 438.28L1037.21 416.449C1035.02 412.913 1034.79 408.405 1038.09 405.104C1041.49 401.703 1045.28 405.281 1046.75 407.654L1060 429.032L1064.79 424.24L1052.37 404.209C1049.13 399.011 1046.18 397.107 1042.42 396.653C1040.26 396.395 1036.82 396.862 1033.64 400.044C1028.67 405.015 1027.76 413.737 1031.59 419.903L1045.95 443.071L1050.74 438.28Z' fill='%23494DF4'/%3E%3Cpath d='M992.216 442.781C990.812 445.874 990.308 449.542 990.754 453.567C991.204 457.59 992.409 461.493 994.305 465.072L999.249 460.128C998.254 457.809 997.594 455.362 997.29 452.859C997.087 451.236 997.131 449.593 997.419 447.985L992.216 442.781Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip5_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M90.5133 298.527C92.631 299.345 94.6426 300.809 96.4383 302.736L104.335 294.837C104.335 294.837 106.393 299.475 105.441 303.132L100.328 308.246C102.247 311.859 103.469 315.8 103.928 319.861C104.527 325.226 103.462 329.956 100.839 333.548C99.1832 335.813 97.1063 337.569 94.8294 338.625C92.1615 339.863 89.4281 340.051 86.9259 339.168C82.2777 337.531 79.209 332.753 79.2884 327.283C79.3331 324.319 80.0827 320.93 82.3165 317.873C84.9712 314.191 87.8229 311.344 90.6363 308.535C90.8204 308.351 91.0045 308.167 91.1885 307.983L91.7799 307.392C90.6795 306.158 89.4582 305.209 88.1566 304.705C86.2396 303.964 83.098 304.299 80.5584 307.678C79.1356 309.584 78.4151 312.773 78.6047 316.425L71.9814 316.738C71.7002 311.488 72.8613 306.849 75.2443 303.678C75.7225 303.041 76.2449 302.437 76.8081 301.873C80.6504 298.031 85.8225 296.713 90.5133 298.527ZM95.468 329.63C97.1317 327.362 97.7553 324.313 97.3341 320.576C97.0248 318.047 96.3554 315.573 95.346 313.23C95.1256 313.45 94.9073 313.666 94.6902 313.882C91.9927 316.558 89.5962 318.936 87.6697 321.809C86.5918 323.487 85.9851 325.426 85.913 327.423C85.8685 330.434 87.4756 332.352 89.0957 332.926C90.9542 333.578 93.5726 332.225 95.468 329.63Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M-19.0719 398.996C-16.404 397.758 -13.672 397.569 -11.1699 398.452C-6.5258 400.085 -3.45718 404.862 -3.53542 410.334C-3.57999 413.298 -4.63155 416.338 -6.66414 419.372C-9.31034 423.327 -12.445 426.64 -15.437 429.632L-16.028 430.223C-14.9275 431.457 -13.7061 432.406 -12.4049 432.91C-10.4875 433.651 -7.34661 433.316 -4.80583 429.939C-3.38343 428.031 -2.6634 424.842 -2.85304 421.191L3.77023 420.877C4.04729 426.134 2.88609 430.773 0.50214 433.942C0.0239292 434.58 -0.498561 435.183 -1.06151 435.747C-4.90375 439.589 -10.0755 440.909 -14.7678 439.094C-16.8838 438.278 -18.8947 436.813 -20.692 434.884L-28.5854 442.778C-28.5854 442.778 -30.6411 438.14 -29.691 434.482L-24.578 429.369C-26.4956 425.754 -27.7164 421.814 -28.1767 417.755C-28.7756 412.39 -27.7104 407.659 -25.0867 404.067C-23.4298 401.799 -21.3571 400.05 -19.0719 398.996ZM-12.1823 415.664C-11.2729 414.324 -10.1997 412.277 -10.1693 410.203C-10.122 407.19 -11.7359 405.27 -13.3479 404.696C-15.2076 404.043 -17.8246 405.395 -19.7215 407.991C-21.3838 410.26 -22.007 413.308 -21.5859 417.046C-21.2747 419.573 -20.6051 422.044 -19.5975 424.385C-16.6601 421.423 -14.257 418.763 -12.1823 415.664Z' fill='%23494DF4'/%3E%3Cpath d='M17.728 416.292L4.19838 394.459C2.00633 390.923 1.77416 386.414 5.07423 383.114C8.4749 379.713 12.26 383.291 13.7323 385.664L26.9835 407.045L31.7745 402.254L19.3587 382.22C16.1218 377.022 13.163 375.121 9.41029 374.663C7.24737 374.405 3.80973 374.871 0.628053 378.053C-4.34249 383.023 -5.2426 391.746 -1.42115 397.913L12.9371 421.083L17.728 416.292Z' fill='%23494DF4'/%3E%3Cpath d='M-4.86698 430.031C-7.4061 433.404 -10.5404 433.741 -12.4529 433.004C-13.7506 432.502 -14.9685 431.557 -16.0652 430.327L-20.723 434.985C-18.9317 436.907 -16.9268 438.366 -14.8162 439.179C-10.1362 440.985 -4.97413 439.662 -1.13583 435.823C-0.573364 435.26 -0.051354 434.657 0.426501 434.02C2.80892 430.856 3.97281 426.225 3.70218 420.98L-2.907 421.3C-2.7233 424.942 -3.43856 428.124 -4.86698 430.031Z' fill='%23494DF4'/%3E%3Cpath d='M80.6218 307.582C83.1603 304.206 86.2952 303.869 88.2082 304.607C89.5059 305.109 90.7238 306.054 91.8207 307.285L96.4801 302.625C94.6901 300.704 92.685 299.244 90.5718 298.43C85.8948 296.628 80.7297 297.95 76.8911 301.789C76.3278 302.353 75.8053 302.956 75.328 303.592C72.9461 306.759 71.7819 311.392 72.0566 316.631L78.6676 316.311C78.4743 312.669 79.188 309.486 80.6218 307.582Z' fill='%23494DF4'/%3E%3Cpath d='M31.7401 402.28L18.2134 380.449C16.0219 376.913 15.7902 372.405 19.0906 369.104C22.4916 365.703 26.2762 369.281 27.7482 371.654L40.9964 393.032L45.7877 388.24L33.3748 368.209C30.1304 363.011 27.176 361.107 23.4193 360.653C21.2565 360.395 17.8189 360.862 14.6369 364.044C9.666 369.015 8.76482 377.737 12.5855 383.903L26.9488 407.071L31.7401 402.28Z' fill='%23494DF4'/%3E%3Cpath d='M56.1735 377.846L42.6425 356.014C40.4506 352.478 40.2184 347.969 43.5186 344.669C46.9194 341.268 50.7058 344.845 52.1768 347.22L65.4292 368.599L70.2203 363.808L57.8047 343.774C54.5665 338.577 51.609 336.675 47.8549 336.218C45.692 335.96 42.2542 336.426 39.0738 339.607C34.1032 344.577 33.2014 353.302 37.0243 359.467L51.3824 382.637L56.1735 377.846Z' fill='%23494DF4'/%3E%3Cpath d='M70.1811 363.83L56.6501 341.999C54.4582 338.463 54.226 333.953 57.5262 330.653C60.9229 327.257 64.7162 330.832 66.1884 333.208L79.4409 354.587L84.232 349.796L71.8163 329.762C68.5781 324.565 65.6206 322.663 61.8665 322.207C59.7036 321.948 56.2659 322.415 53.0854 325.595C48.1148 330.566 47.2131 339.29 51.036 345.455L65.39 368.621L70.1811 363.83Z' fill='%23494DF4'/%3E%3Cpath d='M96.0278 312.302L95.4842 312.846C96.5124 315.203 97.2022 317.687 97.5304 320.225C97.8581 322.895 97.6436 325.211 96.8922 327.14L101.889 332.137C103.935 328.706 104.719 324.396 104.141 319.565C103.65 315.487 102.397 311.524 100.446 307.884L96.0278 312.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip6_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M524.513 175.527C526.631 176.345 528.643 177.809 530.438 179.736L538.335 171.837C538.335 171.837 540.393 176.475 539.441 180.132L534.328 185.246C536.247 188.859 537.469 192.8 537.928 196.861C538.527 202.226 537.462 206.956 534.839 210.548C533.183 212.813 531.106 214.569 528.829 215.625C526.161 216.863 523.428 217.051 520.926 216.168C516.278 214.531 513.209 209.753 513.288 204.283C513.333 201.319 514.083 197.93 516.316 194.873C518.971 191.191 521.823 188.344 524.636 185.535C524.82 185.351 525.005 185.167 525.189 184.983L525.78 184.392C524.679 183.158 523.458 182.209 522.157 181.705C520.24 180.964 517.098 181.299 514.558 184.678C513.136 186.584 512.415 189.773 512.605 193.425L505.981 193.738C505.7 188.488 506.861 183.849 509.244 180.678C509.723 180.041 510.245 179.437 510.808 178.873C514.65 175.031 519.823 173.713 524.513 175.527ZM529.468 206.63C531.132 204.362 531.755 201.313 531.334 197.576C531.025 195.047 530.355 192.573 529.346 190.23C529.126 190.45 528.907 190.666 528.69 190.882C525.993 193.558 523.596 195.936 521.67 198.809C520.592 200.487 519.985 202.426 519.913 204.423C519.869 207.434 521.476 209.352 523.096 209.926C524.954 210.578 527.573 209.225 529.468 206.63Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M414.928 275.996C417.596 274.758 420.328 274.569 422.83 275.452C427.474 277.085 430.543 281.862 430.465 287.334C430.42 290.298 429.368 293.338 427.336 296.372C424.69 300.327 421.555 303.64 418.563 306.632L417.972 307.223C419.072 308.457 420.294 309.406 421.595 309.91C423.512 310.651 426.653 310.316 429.194 306.939C430.617 305.031 431.337 301.842 431.147 298.191L437.77 297.877C438.047 303.134 436.886 307.773 434.502 310.942C434.024 311.58 433.501 312.183 432.938 312.747C429.096 316.589 423.925 317.909 419.232 316.094C417.116 315.278 415.105 313.813 413.308 311.884L405.415 319.778C405.415 319.778 403.359 315.14 404.309 311.482L409.422 306.369C407.504 302.754 406.284 298.814 405.823 294.755C405.224 289.39 406.29 284.659 408.913 281.067C410.57 278.799 412.643 277.05 414.928 275.996ZM421.818 292.664C422.727 291.324 423.8 289.277 423.831 287.203C423.878 284.19 422.264 282.27 420.652 281.696C418.792 281.043 416.175 282.395 414.278 284.991C412.616 287.26 411.993 290.308 412.414 294.046C412.725 296.573 413.395 299.044 414.403 301.385C417.34 298.423 419.743 295.763 421.818 292.664Z' fill='%23494DF4'/%3E%3Cpath d='M451.728 293.292L438.198 271.459C436.006 267.923 435.774 263.414 439.074 260.114C442.475 256.713 446.26 260.291 447.732 262.664L460.983 284.045L465.774 279.254L453.359 259.22C450.122 254.022 447.163 252.121 443.41 251.663C441.247 251.405 437.81 251.871 434.628 255.053C429.658 260.023 428.757 268.746 432.579 274.913L446.937 298.083L451.728 293.292Z' fill='%23494DF4'/%3E%3Cpath d='M429.133 307.031C426.594 310.404 423.46 310.741 421.547 310.004C420.249 309.502 419.032 308.557 417.935 307.327L413.277 311.985C415.068 313.907 417.073 315.366 419.184 316.179C423.864 317.985 429.026 316.662 432.864 312.823C433.427 312.26 433.949 311.657 434.427 311.02C436.809 307.856 437.973 303.225 437.702 297.98L431.093 298.3C431.277 301.942 430.561 305.124 429.133 307.031Z' fill='%23494DF4'/%3E%3Cpath d='M514.622 184.582C517.16 181.206 520.295 180.869 522.208 181.607C523.506 182.109 524.724 183.054 525.821 184.285L530.48 179.625C528.69 177.704 526.685 176.244 524.572 175.43C519.895 173.628 514.73 174.95 510.891 178.789C510.328 179.353 509.805 179.956 509.328 180.592C506.946 183.759 505.782 188.392 506.057 193.631L512.668 193.311C512.474 189.669 513.188 186.486 514.622 184.582Z' fill='%23494DF4'/%3E%3Cpath d='M465.74 279.28L452.213 257.449C450.022 253.913 449.79 249.405 453.091 246.104C456.492 242.703 460.276 246.281 461.748 248.654L474.996 270.032L479.788 265.24L467.375 245.209C464.13 240.011 461.176 238.107 457.419 237.653C455.256 237.395 451.819 237.862 448.637 241.044C443.666 246.015 442.765 254.737 446.586 260.903L460.949 284.071L465.74 279.28Z' fill='%23494DF4'/%3E%3Cpath d='M490.173 254.846L476.642 233.014C474.451 229.478 474.218 224.969 477.519 221.669C480.919 218.268 484.706 221.845 486.177 224.22L499.429 245.599L504.22 240.808L491.805 220.774C488.567 215.577 485.609 213.675 481.855 213.218C479.692 212.96 476.254 213.426 473.074 216.607C468.103 221.577 467.201 230.302 471.024 236.467L485.382 259.637L490.173 254.846Z' fill='%23494DF4'/%3E%3Cpath d='M504.181 240.83L490.65 218.999C488.458 215.463 488.226 210.953 491.526 207.653C494.923 204.257 498.716 207.832 500.188 210.208L513.441 231.587L518.232 226.796L505.816 206.762C502.578 201.565 499.621 199.663 495.866 199.207C493.704 198.948 490.266 199.415 487.085 202.595C482.115 207.566 481.213 216.29 485.036 222.455L499.39 245.621L504.181 240.83Z' fill='%23494DF4'/%3E%3Cpath d='M407.216 283.781C405.812 286.874 405.308 290.542 405.754 294.567C406.204 298.59 407.409 302.493 409.305 306.072L414.249 301.128C413.254 298.809 412.594 296.362 412.29 293.859C412.087 292.236 412.131 290.593 412.419 288.985L407.216 283.781Z' fill='%23494DF4'/%3E%3Cpath d='M530.028 189.302L529.484 189.846C530.512 192.203 531.202 194.687 531.53 197.225C531.858 199.895 531.644 202.211 530.892 204.14L535.889 209.137C537.935 205.706 538.719 201.396 538.141 196.565C537.65 192.487 536.397 188.524 534.446 184.884L530.028 189.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip7_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M230.513 472.527C232.631 473.345 234.643 474.809 236.438 476.736L244.335 468.836C244.335 468.836 246.393 473.475 245.441 477.132L240.328 482.246C242.247 485.859 243.469 489.8 243.928 493.86C244.527 499.226 243.462 503.956 240.839 507.548C239.183 509.813 237.106 511.568 234.829 512.625C232.161 513.863 229.428 514.051 226.926 513.167C222.278 511.53 219.209 506.753 219.288 501.282C219.333 498.319 220.083 494.93 222.316 491.873C224.971 488.191 227.823 485.344 230.636 482.535C230.82 482.351 231.005 482.167 231.189 481.983L231.78 481.392C230.679 480.157 229.458 479.209 228.157 478.705C226.24 477.964 223.098 478.299 220.558 481.678C219.136 483.584 218.415 486.773 218.605 490.424L211.981 490.738C211.7 485.488 212.861 480.848 215.244 477.678C215.723 477.04 216.245 476.437 216.808 475.873C220.65 472.03 225.823 470.713 230.513 472.527ZM235.468 503.629C237.132 501.362 237.755 498.313 237.334 494.575C237.025 492.046 236.355 489.573 235.346 487.23C235.126 487.449 234.907 487.666 234.69 487.881C231.993 490.558 229.596 492.935 227.67 495.809C226.592 497.487 225.985 499.426 225.913 501.423C225.869 504.433 227.476 506.352 229.096 506.926C230.954 507.578 233.573 506.224 235.468 503.629Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M120.928 572.996C123.596 571.757 126.328 571.569 128.83 572.452C133.474 574.085 136.543 578.862 136.465 584.334C136.42 587.297 135.368 590.338 133.336 593.372C130.69 597.327 127.555 600.64 124.563 603.632L123.972 604.223C125.072 605.457 126.294 606.406 127.595 606.91C129.512 607.65 132.653 607.316 135.194 603.939C136.617 602.031 137.337 598.842 137.147 595.19L143.77 594.877C144.047 600.133 142.886 604.773 140.502 607.942C140.024 608.579 139.501 609.183 138.938 609.747C135.096 613.589 129.925 614.909 125.232 613.094C123.116 612.277 121.105 610.812 119.308 608.884L111.415 616.777C111.415 616.777 109.359 612.139 110.309 608.481L115.422 603.368C113.504 599.754 112.284 595.814 111.823 591.755C111.224 586.39 112.29 581.659 114.913 578.067C116.57 575.798 118.643 574.049 120.928 572.996ZM127.818 589.664C128.727 588.324 129.8 586.277 129.831 584.203C129.878 581.19 128.264 579.27 126.652 578.696C124.792 578.042 122.175 579.395 120.278 581.991C118.616 584.26 117.993 587.308 118.414 591.046C118.725 593.573 119.395 596.044 120.403 598.385C123.34 595.423 125.743 592.762 127.818 589.664Z' fill='%23494DF4'/%3E%3Cpath d='M157.728 590.292L144.198 568.459C142.006 564.923 141.774 560.414 145.074 557.114C148.475 553.713 152.26 557.291 153.732 559.664L166.983 581.044L171.774 576.253L159.359 556.22C156.122 551.022 153.163 549.121 149.41 548.663C147.247 548.404 143.81 548.871 140.628 552.053C135.658 557.023 134.757 565.746 138.579 571.912L152.937 595.083L157.728 590.292Z' fill='%23494DF4'/%3E%3Cpath d='M135.133 604.03C132.594 607.404 129.46 607.741 127.547 607.004C126.249 606.502 125.032 605.557 123.935 604.327L119.277 608.984C121.068 610.907 123.073 612.366 125.184 613.179C129.864 614.984 135.026 613.662 138.864 609.823C139.427 609.26 139.949 608.657 140.427 608.02C142.809 604.856 143.973 600.225 143.702 594.98L137.093 595.3C137.277 598.942 136.561 602.124 135.133 604.03Z' fill='%23494DF4'/%3E%3Cpath d='M220.622 481.581C223.16 478.206 226.295 477.869 228.208 478.606C229.506 479.108 230.724 480.054 231.821 481.285L236.48 476.625C234.69 474.704 232.685 473.243 230.572 472.43C225.895 470.628 220.73 471.95 216.891 475.789C216.328 476.353 215.805 476.956 215.328 477.592C212.946 480.759 211.782 485.391 212.057 490.631L218.668 490.31C218.474 486.669 219.188 483.486 220.622 481.581Z' fill='%23494DF4'/%3E%3Cpath d='M171.74 576.28L158.213 554.449C156.022 550.913 155.79 546.404 159.091 543.104C162.492 539.703 166.276 543.281 167.748 545.653L180.996 567.031L185.788 562.24L173.375 542.209C170.13 537.011 167.176 535.107 163.419 534.653C161.256 534.395 157.819 534.862 154.637 538.044C149.666 543.015 148.765 551.737 152.586 557.903L166.949 581.071L171.74 576.28Z' fill='%23494DF4'/%3E%3Cpath d='M196.173 551.846L182.642 530.014C180.451 526.478 180.218 521.969 183.519 518.669C186.919 515.268 190.706 518.845 192.177 521.219L205.429 542.598L210.22 537.807L197.805 517.774C194.567 512.577 191.609 510.675 187.855 510.218C185.692 509.96 182.254 510.426 179.074 513.607C174.103 518.577 173.201 527.301 177.024 533.467L191.382 556.637L196.173 551.846Z' fill='%23494DF4'/%3E%3Cpath d='M210.181 537.83L196.65 515.998C194.458 512.462 194.226 507.953 197.526 504.653C200.923 501.256 204.716 504.832 206.188 507.208L219.441 528.587L224.232 523.795L211.816 503.762C208.578 498.565 205.621 496.663 201.866 496.206C199.704 495.948 196.266 496.414 193.085 499.595C188.115 504.566 187.213 513.29 191.036 519.455L205.39 542.621L210.181 537.83Z' fill='%23494DF4'/%3E%3Cpath d='M113.216 580.781C111.812 583.874 111.308 587.542 111.754 591.567C112.204 595.589 113.409 599.493 115.305 603.072L120.249 598.127C119.254 595.809 118.594 593.362 118.29 590.859C118.087 589.236 118.131 587.593 118.419 585.984L113.216 580.781Z' fill='%23494DF4'/%3E%3Cpath d='M236.028 486.302L235.484 486.846C236.512 489.202 237.202 491.687 237.53 494.225C237.858 496.895 237.644 499.21 236.892 501.14L241.889 506.137C243.935 502.706 244.719 498.395 244.141 493.564C243.65 489.487 242.397 485.524 240.446 481.884L236.028 486.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip8_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M664.513 349.527C666.631 350.345 668.643 351.809 670.438 353.736L678.335 345.837C678.335 345.837 680.393 350.475 679.441 354.132L674.328 359.246C676.247 362.859 677.469 366.8 677.928 370.861C678.527 376.226 677.462 380.956 674.839 384.548C673.183 386.813 671.106 388.569 668.829 389.625C666.161 390.863 663.428 391.051 660.926 390.168C656.278 388.531 653.209 383.753 653.288 378.283C653.333 375.319 654.083 371.93 656.316 368.873C658.971 365.191 661.823 362.344 664.636 359.535C664.82 359.351 665.005 359.167 665.189 358.983L665.78 358.392C664.679 357.158 663.458 356.209 662.157 355.705C660.24 354.964 657.098 355.299 654.558 358.678C653.136 360.584 652.415 363.773 652.605 367.425L645.981 367.738C645.7 362.488 646.861 357.849 649.244 354.678C649.723 354.041 650.245 353.437 650.808 352.873C654.65 349.031 659.823 347.713 664.513 349.527ZM669.468 380.63C671.132 378.362 671.755 375.313 671.334 371.576C671.025 369.047 670.355 366.573 669.346 364.23C669.126 364.45 668.907 364.666 668.69 364.882C665.993 367.558 663.596 369.936 661.67 372.809C660.592 374.487 659.985 376.426 659.913 378.423C659.869 381.434 661.476 383.352 663.096 383.926C664.954 384.578 667.573 383.225 669.468 380.63Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M554.928 449.996C557.596 448.758 560.328 448.569 562.83 449.452C567.474 451.085 570.543 455.862 570.465 461.334C570.42 464.298 569.368 467.338 567.336 470.372C564.69 474.327 561.555 477.64 558.563 480.632L557.972 481.223C559.072 482.457 560.294 483.406 561.595 483.91C563.512 484.651 566.653 484.316 569.194 480.939C570.617 479.031 571.337 475.842 571.147 472.191L577.77 471.877C578.047 477.134 576.886 481.773 574.502 484.942C574.024 485.58 573.501 486.183 572.938 486.747C569.096 490.589 563.925 491.909 559.232 490.094C557.116 489.278 555.105 487.813 553.308 485.884L545.415 493.778C545.415 493.778 543.359 489.14 544.309 485.482L549.422 480.369C547.504 476.754 546.284 472.814 545.823 468.755C545.224 463.39 546.29 458.659 548.913 455.067C550.57 452.799 552.643 451.05 554.928 449.996ZM561.818 466.664C562.727 465.324 563.8 463.277 563.831 461.203C563.878 458.19 562.264 456.27 560.652 455.696C558.792 455.043 556.175 456.395 554.278 458.991C552.616 461.26 551.993 464.308 552.414 468.046C552.725 470.573 553.395 473.044 554.403 475.385C557.34 472.423 559.743 469.763 561.818 466.664Z' fill='%23494DF4'/%3E%3Cpath d='M591.728 467.292L578.198 445.459C576.006 441.923 575.774 437.414 579.074 434.114C582.475 430.713 586.26 434.291 587.732 436.664L600.983 458.045L605.774 453.254L593.359 433.22C590.122 428.022 587.163 426.121 583.41 425.663C581.247 425.405 577.81 425.871 574.628 429.053C569.658 434.023 568.757 442.746 572.579 448.913L586.937 472.083L591.728 467.292Z' fill='%23494DF4'/%3E%3Cpath d='M569.133 481.031C566.594 484.404 563.46 484.741 561.547 484.004C560.249 483.502 559.032 482.557 557.935 481.327L553.277 485.985C555.068 487.907 557.073 489.366 559.184 490.179C563.864 491.985 569.026 490.662 572.864 486.823C573.427 486.26 573.949 485.657 574.427 485.02C576.809 481.856 577.973 477.225 577.702 471.98L571.093 472.3C571.277 475.942 570.561 479.124 569.133 481.031Z' fill='%23494DF4'/%3E%3Cpath d='M654.622 358.582C657.16 355.206 660.295 354.869 662.208 355.607C663.506 356.109 664.724 357.054 665.821 358.285L670.48 353.625C668.69 351.704 666.685 350.244 664.572 349.43C659.895 347.628 654.73 348.95 650.891 352.789C650.328 353.353 649.805 353.956 649.328 354.592C646.946 357.759 645.782 362.392 646.057 367.631L652.668 367.311C652.474 363.669 653.188 360.486 654.622 358.582Z' fill='%23494DF4'/%3E%3Cpath d='M605.74 453.28L592.213 431.449C590.022 427.913 589.79 423.405 593.091 420.104C596.492 416.703 600.276 420.281 601.748 422.654L614.996 444.032L619.788 439.24L607.375 419.209C604.13 414.011 601.176 412.107 597.419 411.653C595.256 411.395 591.819 411.862 588.637 415.044C583.666 420.015 582.765 428.737 586.586 434.903L600.949 458.071L605.74 453.28Z' fill='%23494DF4'/%3E%3Cpath d='M630.173 428.846L616.642 407.014C614.451 403.478 614.218 398.969 617.519 395.669C620.919 392.268 624.706 395.845 626.177 398.22L639.429 419.599L644.22 414.808L631.805 394.774C628.567 389.577 625.609 387.675 621.855 387.218C619.692 386.96 616.254 387.426 613.074 390.607C608.103 395.577 607.201 404.302 611.024 410.467L625.382 433.637L630.173 428.846Z' fill='%23494DF4'/%3E%3Cpath d='M644.181 414.83L630.65 392.999C628.458 389.463 628.226 384.953 631.526 381.653C634.923 378.257 638.716 381.832 640.188 384.208L653.441 405.587L658.232 400.796L645.816 380.762C642.578 375.565 639.621 373.663 635.866 373.207C633.704 372.948 630.266 373.415 627.085 376.595C622.115 381.566 621.213 390.29 625.036 396.455L639.39 419.621L644.181 414.83Z' fill='%23494DF4'/%3E%3Cpath d='M547.216 457.781C545.812 460.874 545.308 464.542 545.754 468.567C546.204 472.59 547.409 476.493 549.305 480.072L554.249 475.128C553.254 472.809 552.594 470.362 552.29 467.859C552.087 466.236 552.131 464.593 552.419 462.985L547.216 457.781Z' fill='%23494DF4'/%3E%3Cpath d='M670.028 363.302L669.484 363.846C670.512 366.203 671.202 368.687 671.53 371.225C671.858 373.895 671.644 376.211 670.892 378.14L675.889 383.137C677.935 379.706 678.719 375.396 678.141 370.565C677.65 366.487 676.397 362.524 674.446 358.884L670.028 363.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip9_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M168.513 58.5267C170.631 59.3446 172.643 60.8089 174.438 62.7361L182.335 54.8364C182.335 54.8364 184.393 59.475 183.441 63.1322L178.328 68.2457C180.247 71.8592 181.469 75.7998 181.928 79.8604C182.527 85.226 181.462 89.9558 178.839 93.548C177.183 95.8126 175.106 97.5684 172.829 98.6246C170.161 99.8632 167.428 100.051 164.926 99.1673C160.278 97.5303 157.209 92.7527 157.288 87.2823C157.333 84.3187 158.083 80.9298 160.316 77.873C162.971 74.1909 165.823 71.3438 168.636 68.5348C168.82 68.351 169.005 68.1671 169.189 67.9831L169.78 67.3917C168.679 66.1575 167.458 65.2087 166.157 64.7051C164.24 63.9637 161.098 64.2988 158.558 67.6778C157.136 69.5835 156.415 72.7731 156.605 76.4243L149.981 76.7377C149.7 71.4881 150.861 66.8483 153.244 63.6779C153.723 63.0403 154.245 62.4372 154.808 61.8726C158.65 58.0304 163.823 56.7128 168.513 58.5267ZM173.468 89.6294C175.132 87.3622 175.755 84.3132 175.334 80.5754C175.025 78.0464 174.355 75.5729 173.346 73.2302C173.126 73.4494 172.907 73.666 172.69 73.8814C169.993 76.5578 167.596 78.9355 165.67 81.8091C164.592 83.4872 163.985 85.426 163.913 87.4231C163.869 90.4334 165.476 92.3517 167.096 92.9262C168.954 93.5781 171.573 92.2245 173.468 89.6294Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M58.9281 158.996C61.596 157.757 64.328 157.569 66.8301 158.452C71.4742 160.085 74.5428 164.862 74.4646 170.334C74.42 173.297 73.3684 176.338 71.3359 179.372C68.6897 183.327 65.555 186.64 62.563 189.632L61.972 190.223C63.0725 191.457 64.2939 192.406 65.5951 192.91C67.5125 193.65 70.6534 193.316 73.1942 189.939C74.6166 188.031 75.3366 184.842 75.147 181.19L81.7702 180.877C82.0473 186.133 80.8861 190.773 78.5021 193.942C78.0239 194.579 77.5014 195.183 76.9385 195.747C73.0963 199.589 67.9245 200.909 63.2322 199.094C61.1162 198.277 59.1053 196.812 57.308 194.884L49.4146 202.777C49.4146 202.777 47.3589 198.139 48.309 194.481L53.422 189.368C51.5044 185.754 50.2836 181.814 49.8233 177.755C49.2244 172.39 50.2896 167.659 52.9133 164.067C54.5702 161.798 56.6429 160.049 58.9281 158.996ZM65.8177 175.664C66.7271 174.324 67.8003 172.277 67.8307 170.203C67.878 167.19 66.2641 165.27 64.6521 164.696C62.7924 164.042 60.1754 165.395 58.2785 167.991C56.6162 170.26 55.993 173.308 56.4141 177.046C56.7253 179.573 57.3949 182.044 58.4025 184.385C61.3399 181.423 63.743 178.762 65.8177 175.664Z' fill='%23494DF4'/%3E%3Cpath d='M95.728 176.292L82.1984 154.459C80.0063 150.923 79.7742 146.414 83.0742 143.114C86.4749 139.713 90.26 143.291 91.7323 145.664L104.983 167.044L109.774 162.253L97.3587 142.22C94.1218 137.022 91.163 135.121 87.4103 134.663C85.2474 134.404 81.8097 134.871 78.6281 138.053C73.6575 143.023 72.7574 151.746 76.5789 157.912L90.9371 181.083L95.728 176.292Z' fill='%23494DF4'/%3E%3Cpath d='M73.133 190.03C70.5939 193.404 67.4596 193.741 65.5471 193.004C64.2494 192.502 63.0315 191.557 61.9348 190.327L57.277 194.984C59.0683 196.907 61.0732 198.366 63.1838 199.179C67.8638 200.984 73.0259 199.661 76.8642 195.823C77.4266 195.26 77.9486 194.657 78.4265 194.02C80.8089 190.856 81.9728 186.225 81.7022 180.98L75.093 181.3C75.2767 184.942 74.5614 188.124 73.133 190.03Z' fill='%23494DF4'/%3E%3Cpath d='M158.622 67.5814C161.16 64.206 164.295 63.869 166.208 64.6064C167.506 65.1084 168.724 66.0539 169.821 67.2846L174.48 62.6252C172.69 60.7037 170.685 59.2434 168.572 58.4301C163.895 56.6276 158.73 57.9499 154.891 61.7885C154.328 62.3531 153.805 62.956 153.328 63.5922C150.946 66.7591 149.782 71.3914 150.057 76.6307L156.668 76.3104C156.474 72.6691 157.188 69.4856 158.622 67.5814Z' fill='%23494DF4'/%3E%3Cpath d='M109.74 162.28L96.2134 140.449C94.0219 136.913 93.7902 132.404 97.0906 129.104C100.492 125.703 104.276 129.281 105.748 131.653L118.996 153.031L123.788 148.24L111.375 128.209C108.13 123.011 105.176 121.107 101.419 120.653C99.2565 120.395 95.8189 120.862 92.6369 124.044C87.666 129.015 86.7648 137.737 90.5855 143.903L104.949 167.071L109.74 162.28Z' fill='%23494DF4'/%3E%3Cpath d='M134.173 137.846L120.642 116.014C118.451 112.478 118.218 107.969 121.519 104.669C124.919 101.268 128.706 104.845 130.177 107.219L143.429 128.598L148.22 123.807L135.805 103.774C132.567 98.5767 129.609 96.6748 125.855 96.2181C123.692 95.9596 120.254 96.4262 117.074 99.6066C112.103 104.577 111.201 113.301 115.024 119.467L129.382 142.637L134.173 137.846Z' fill='%23494DF4'/%3E%3Cpath d='M148.181 123.83L134.65 101.998C132.458 98.4623 132.226 93.9532 135.526 90.653C138.923 87.2563 142.716 90.8319 144.188 93.2076L157.441 114.587L162.232 109.795L149.816 89.762C146.578 84.565 143.621 82.6631 139.866 82.2064C137.704 81.9479 134.266 82.4144 131.085 85.5949C126.115 90.5655 125.213 99.2895 129.036 105.455L143.39 128.621L148.181 123.83Z' fill='%23494DF4'/%3E%3Cpath d='M51.2161 166.781C49.8117 169.874 49.3081 173.542 49.7538 177.567C50.2042 181.589 51.4089 185.493 53.3048 189.072L58.2489 184.127C57.254 181.809 56.5942 179.362 56.2896 176.859C56.087 175.236 56.1307 173.593 56.4192 171.984L51.2161 166.781Z' fill='%23494DF4'/%3E%3Cpath d='M174.028 72.3021L173.484 72.8457C174.512 75.2024 175.202 77.6867 175.53 80.2252C175.858 82.8945 175.644 85.2104 174.892 87.14L179.889 92.1372C181.935 88.7059 182.719 84.3954 182.141 79.5644C181.65 75.4872 180.397 71.5243 178.446 67.884L174.028 72.3021Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip10_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M651.513 22.5267C653.631 23.3446 655.643 24.8089 657.438 26.7361L665.335 18.8364C665.335 18.8364 667.393 23.475 666.441 27.1322L661.328 32.2457C663.247 35.8592 664.469 39.7998 664.928 43.8604C665.527 49.226 664.462 53.9558 661.839 57.548C660.183 59.8126 658.106 61.5684 655.829 62.6246C653.161 63.8632 650.428 64.0506 647.926 63.1673C643.278 61.5303 640.209 56.7527 640.288 51.2823C640.333 48.3187 641.083 44.9298 643.316 41.873C645.971 38.1909 648.823 35.3438 651.636 32.5348C651.82 32.351 652.005 32.1671 652.189 31.9831L652.78 31.3917C651.679 30.1575 650.458 29.2087 649.157 28.7051C647.24 27.9637 644.098 28.2988 641.558 31.6778C640.136 33.5835 639.415 36.7731 639.605 40.4243L632.981 40.7377C632.7 35.4881 633.861 30.8483 636.244 27.6779C636.723 27.0403 637.245 26.4372 637.808 25.8726C641.65 22.0304 646.823 20.7128 651.513 22.5267ZM656.468 53.6294C658.132 51.3622 658.755 48.3132 658.334 44.5754C658.025 42.0464 657.355 39.5729 656.346 37.2302C656.126 37.4494 655.907 37.666 655.69 37.8814C652.993 40.5578 650.596 42.9355 648.67 45.8091C647.592 47.4872 646.985 49.426 646.913 51.4231C646.869 54.4334 648.476 56.3517 650.096 56.9262C651.954 57.5781 654.573 56.2245 656.468 53.6294Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M541.928 122.996C544.596 121.757 547.328 121.569 549.83 122.452C554.474 124.085 557.543 128.862 557.465 134.334C557.42 137.297 556.368 140.338 554.336 143.372C551.69 147.327 548.555 150.64 545.563 153.632L544.972 154.223C546.072 155.457 547.294 156.406 548.595 156.91C550.512 157.65 553.653 157.316 556.194 153.939C557.617 152.031 558.337 148.842 558.147 145.19L564.77 144.877C565.047 150.133 563.886 154.773 561.502 157.942C561.024 158.579 560.501 159.183 559.938 159.747C556.096 163.589 550.925 164.909 546.232 163.094C544.116 162.277 542.105 160.812 540.308 158.884L532.415 166.777C532.415 166.777 530.359 162.139 531.309 158.481L536.422 153.368C534.504 149.754 533.284 145.814 532.823 141.755C532.224 136.39 533.29 131.659 535.913 128.067C537.57 125.798 539.643 124.049 541.928 122.996ZM548.818 139.664C549.727 138.324 550.8 136.277 550.831 134.203C550.878 131.19 549.264 129.27 547.652 128.696C545.792 128.042 543.175 129.395 541.278 131.991C539.616 134.26 538.993 137.308 539.414 141.046C539.725 143.573 540.395 146.044 541.403 148.385C544.34 145.423 546.743 142.762 548.818 139.664Z' fill='%23494DF4'/%3E%3Cpath d='M578.728 140.292L565.198 118.459C563.006 114.923 562.774 110.414 566.074 107.114C569.475 103.713 573.26 107.291 574.732 109.664L587.983 131.044L592.774 126.253L580.359 106.22C577.122 101.022 574.163 99.1211 570.41 98.663C568.247 98.4045 564.81 98.8709 561.628 102.053C556.658 107.023 555.757 115.746 559.579 121.912L573.937 145.083L578.728 140.292Z' fill='%23494DF4'/%3E%3Cpath d='M556.133 154.03C553.594 157.404 550.46 157.741 548.547 157.004C547.249 156.502 546.032 155.557 544.935 154.327L540.277 158.984C542.068 160.907 544.073 162.366 546.184 163.179C550.864 164.984 556.026 163.661 559.864 159.823C560.427 159.26 560.949 158.657 561.427 158.02C563.809 154.856 564.973 150.225 564.702 144.98L558.093 145.3C558.277 148.942 557.561 152.124 556.133 154.03Z' fill='%23494DF4'/%3E%3Cpath d='M641.622 31.5814C644.16 28.206 647.295 27.869 649.208 28.6064C650.506 29.1084 651.724 30.0539 652.821 31.2846L657.48 26.6252C655.69 24.7037 653.685 23.2434 651.572 22.4301C646.895 20.6276 641.73 21.9499 637.891 25.7885C637.328 26.3531 636.805 26.956 636.328 27.5922C633.946 30.7591 632.782 35.3914 633.057 40.6307L639.668 40.3104C639.474 36.6691 640.188 33.4856 641.622 31.5814Z' fill='%23494DF4'/%3E%3Cpath d='M592.74 126.28L579.213 104.449C577.022 100.913 576.79 96.4044 580.091 93.1041C583.492 89.7031 587.276 93.2807 588.748 95.6533L601.996 117.031L606.788 112.24L594.375 92.2088C591.13 87.0109 588.176 85.1066 584.419 84.6531C582.256 84.3949 578.819 84.8617 575.637 88.0438C570.666 93.0147 569.765 101.737 573.586 107.903L587.949 131.071L592.74 126.28Z' fill='%23494DF4'/%3E%3Cpath d='M617.173 101.846L603.642 80.0142C601.451 76.4782 601.218 71.9692 604.519 68.669C607.919 65.2682 611.706 68.8451 613.177 71.2193L626.429 92.5984L631.22 87.8073L618.805 67.7738C615.567 62.5767 612.609 60.6748 608.855 60.2181C606.692 59.9596 603.254 60.4262 600.074 63.6066C595.103 68.5772 594.201 77.3014 598.024 83.4666L612.382 106.637L617.173 101.846Z' fill='%23494DF4'/%3E%3Cpath d='M631.181 87.83L617.65 65.9983C615.458 62.4623 615.226 57.9532 618.526 54.653C621.923 51.2563 625.716 54.8319 627.188 57.2076L640.441 78.5866L645.232 73.7955L632.816 53.762C629.578 48.565 626.621 46.6631 622.866 46.2064C620.704 45.9479 617.266 46.4144 614.085 49.5949C609.115 54.5655 608.213 63.2895 612.036 69.4548L626.39 92.6211L631.181 87.83Z' fill='%23494DF4'/%3E%3Cpath d='M534.216 130.781C532.812 133.874 532.308 137.542 532.754 141.567C533.204 145.589 534.409 149.493 536.305 153.072L541.249 148.127C540.254 145.809 539.594 143.362 539.29 140.859C539.087 139.236 539.131 137.593 539.419 135.984L534.216 130.781Z' fill='%23494DF4'/%3E%3Cpath d='M657.028 36.3021L656.484 36.8457C657.512 39.2024 658.202 41.6867 658.53 44.2252C658.858 46.8945 658.644 49.2104 657.892 51.14L662.889 56.1372C664.935 52.7059 665.719 48.3954 665.141 43.5644C664.65 39.4872 663.397 35.5243 661.446 31.884L657.028 36.3021Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip11_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M308.513 232.527C310.631 233.345 312.643 234.809 314.438 236.736L322.335 228.837C322.335 228.837 324.393 233.475 323.441 237.132L318.328 242.246C320.247 245.859 321.469 249.8 321.928 253.861C322.527 259.226 321.462 263.956 318.839 267.548C317.183 269.813 315.106 271.569 312.829 272.625C310.161 273.863 307.428 274.051 304.926 273.168C300.278 271.531 297.209 266.753 297.288 261.283C297.333 258.319 298.083 254.93 300.316 251.873C302.971 248.191 305.823 245.344 308.636 242.535C308.82 242.351 309.005 242.167 309.189 241.983L309.78 241.392C308.679 240.158 307.458 239.209 306.157 238.705C304.24 237.964 301.098 238.299 298.558 241.678C297.136 243.584 296.415 246.773 296.605 250.425L289.981 250.738C289.7 245.488 290.861 240.849 293.244 237.678C293.723 237.041 294.245 236.437 294.808 235.873C298.65 232.031 303.823 230.713 308.513 232.527ZM313.468 263.63C315.132 261.362 315.755 258.313 315.334 254.576C315.025 252.047 314.355 249.573 313.346 247.23C313.126 247.45 312.907 247.666 312.69 247.882C309.993 250.558 307.596 252.936 305.67 255.809C304.592 257.487 303.985 259.426 303.913 261.423C303.869 264.434 305.476 266.352 307.096 266.926C308.954 267.578 311.573 266.225 313.468 263.63Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M198.928 332.996C201.596 331.758 204.328 331.569 206.83 332.452C211.474 334.085 214.543 338.862 214.465 344.334C214.42 347.298 213.368 350.338 211.336 353.372C208.69 357.327 205.555 360.64 202.563 363.632L201.972 364.223C203.072 365.457 204.294 366.406 205.595 366.91C207.512 367.651 210.653 367.316 213.194 363.939C214.617 362.031 215.337 358.842 215.147 355.191L221.77 354.877C222.047 360.134 220.886 364.773 218.502 367.942C218.024 368.58 217.501 369.183 216.938 369.747C213.096 373.589 207.925 374.909 203.232 373.094C201.116 372.278 199.105 370.813 197.308 368.884L189.415 376.778C189.415 376.778 187.359 372.14 188.309 368.482L193.422 363.369C191.504 359.754 190.284 355.814 189.823 351.755C189.224 346.39 190.29 341.659 192.913 338.067C194.57 335.799 196.643 334.05 198.928 332.996ZM205.818 349.664C206.727 348.324 207.8 346.277 207.831 344.203C207.878 341.19 206.264 339.27 204.652 338.696C202.792 338.043 200.175 339.395 198.278 341.991C196.616 344.26 195.993 347.308 196.414 351.046C196.725 353.573 197.395 356.044 198.403 358.385C201.34 355.423 203.743 352.763 205.818 349.664Z' fill='%23494DF4'/%3E%3Cpath d='M235.728 350.292L222.198 328.459C220.006 324.923 219.774 320.414 223.074 317.114C226.475 313.713 230.26 317.291 231.732 319.664L244.983 341.045L249.774 336.254L237.359 316.22C234.122 311.022 231.163 309.121 227.41 308.663C225.247 308.405 221.81 308.871 218.628 312.053C213.658 317.023 212.757 325.746 216.579 331.913L230.937 355.083L235.728 350.292Z' fill='%23494DF4'/%3E%3Cpath d='M213.133 364.031C210.594 367.404 207.46 367.741 205.547 367.004C204.249 366.502 203.032 365.557 201.935 364.327L197.277 368.985C199.068 370.907 201.073 372.366 203.184 373.179C207.864 374.985 213.026 373.662 216.864 369.823C217.427 369.26 217.949 368.657 218.427 368.02C220.809 364.856 221.973 360.225 221.702 354.98L215.093 355.3C215.277 358.942 214.561 362.124 213.133 364.031Z' fill='%23494DF4'/%3E%3Cpath d='M298.622 241.582C301.16 238.206 304.295 237.869 306.208 238.607C307.506 239.109 308.724 240.054 309.821 241.285L314.48 236.625C312.69 234.704 310.685 233.244 308.572 232.43C303.895 230.628 298.73 231.95 294.891 235.789C294.328 236.353 293.805 236.956 293.328 237.592C290.946 240.759 289.782 245.392 290.057 250.631L296.668 250.311C296.474 246.669 297.188 243.486 298.622 241.582Z' fill='%23494DF4'/%3E%3Cpath d='M249.74 336.28L236.213 314.449C234.022 310.913 233.79 306.405 237.091 303.104C240.492 299.703 244.276 303.281 245.748 305.654L258.996 327.032L263.788 322.24L251.375 302.209C248.13 297.011 245.176 295.107 241.419 294.653C239.256 294.395 235.819 294.862 232.637 298.044C227.666 303.015 226.765 311.737 230.586 317.903L244.949 341.071L249.74 336.28Z' fill='%23494DF4'/%3E%3Cpath d='M274.173 311.846L260.642 290.014C258.451 286.478 258.218 281.969 261.519 278.669C264.919 275.268 268.706 278.845 270.177 281.22L283.429 302.599L288.22 297.808L275.805 277.774C272.567 272.577 269.609 270.675 265.855 270.218C263.692 269.96 260.254 270.426 257.074 273.607C252.103 278.577 251.201 287.302 255.024 293.467L269.382 316.637L274.173 311.846Z' fill='%23494DF4'/%3E%3Cpath d='M288.181 297.83L274.65 275.999C272.458 272.463 272.226 267.953 275.526 264.653C278.923 261.257 282.716 264.832 284.188 267.208L297.441 288.587L302.232 283.796L289.816 263.762C286.578 258.565 283.621 256.663 279.866 256.207C277.704 255.948 274.266 256.415 271.085 259.595C266.115 264.566 265.213 273.29 269.036 279.455L283.39 302.621L288.181 297.83Z' fill='%23494DF4'/%3E%3Cpath d='M191.216 340.781C189.812 343.874 189.308 347.542 189.754 351.567C190.204 355.59 191.409 359.493 193.305 363.072L198.249 358.128C197.254 355.809 196.594 353.362 196.29 350.859C196.087 349.236 196.131 347.593 196.419 345.985L191.216 340.781Z' fill='%23494DF4'/%3E%3Cpath d='M314.028 246.302L313.484 246.846C314.512 249.203 315.202 251.687 315.53 254.225C315.858 256.895 315.644 259.211 314.892 261.14L319.889 266.137C321.935 262.706 322.719 258.396 322.141 253.565C321.65 249.487 320.397 245.524 318.446 241.884L314.028 246.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip12_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M791.513 196.527C793.631 197.345 795.643 198.809 797.438 200.736L805.335 192.837C805.335 192.837 807.393 197.475 806.441 201.132L801.328 206.246C803.247 209.859 804.469 213.8 804.928 217.861C805.527 223.226 804.462 227.956 801.839 231.548C800.183 233.813 798.106 235.569 795.829 236.625C793.161 237.863 790.428 238.051 787.926 237.168C783.278 235.531 780.209 230.753 780.288 225.283C780.333 222.319 781.083 218.93 783.316 215.873C785.971 212.191 788.823 209.344 791.636 206.535C791.82 206.351 792.005 206.167 792.189 205.983L792.78 205.392C791.679 204.158 790.458 203.209 789.157 202.705C787.24 201.964 784.098 202.299 781.558 205.678C780.136 207.584 779.415 210.773 779.605 214.425L772.981 214.738C772.7 209.488 773.861 204.849 776.244 201.678C776.723 201.041 777.245 200.437 777.808 199.873C781.65 196.031 786.823 194.713 791.513 196.527ZM796.468 227.63C798.132 225.362 798.755 222.313 798.334 218.576C798.025 216.047 797.355 213.573 796.346 211.23C796.126 211.45 795.907 211.666 795.69 211.882C792.993 214.558 790.596 216.936 788.67 219.809C787.592 221.487 786.985 223.426 786.913 225.423C786.869 228.434 788.476 230.352 790.096 230.926C791.954 231.578 794.573 230.225 796.468 227.63Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M681.928 296.996C684.596 295.758 687.328 295.569 689.83 296.452C694.474 298.085 697.543 302.862 697.465 308.334C697.42 311.298 696.368 314.338 694.336 317.372C691.69 321.327 688.555 324.64 685.563 327.632L684.972 328.223C686.072 329.457 687.294 330.406 688.595 330.91C690.512 331.651 693.653 331.316 696.194 327.939C697.617 326.031 698.337 322.842 698.147 319.191L704.77 318.877C705.047 324.134 703.886 328.773 701.502 331.942C701.024 332.58 700.501 333.183 699.938 333.747C696.096 337.589 690.925 338.909 686.232 337.094C684.116 336.278 682.105 334.813 680.308 332.884L672.415 340.778C672.415 340.778 670.359 336.14 671.309 332.482L676.422 327.369C674.504 323.754 673.284 319.814 672.823 315.755C672.224 310.39 673.29 305.659 675.913 302.067C677.57 299.799 679.643 298.05 681.928 296.996ZM688.818 313.664C689.727 312.324 690.8 310.277 690.831 308.203C690.878 305.19 689.264 303.27 687.652 302.696C685.792 302.043 683.175 303.395 681.278 305.991C679.616 308.26 678.993 311.308 679.414 315.046C679.725 317.573 680.395 320.044 681.403 322.385C684.34 319.423 686.743 316.763 688.818 313.664Z' fill='%23494DF4'/%3E%3Cpath d='M718.728 314.292L705.198 292.459C703.006 288.923 702.774 284.414 706.074 281.114C709.475 277.713 713.26 281.291 714.732 283.664L727.983 305.045L732.774 300.254L720.359 280.22C717.122 275.022 714.163 273.121 710.41 272.663C708.247 272.405 704.81 272.871 701.628 276.053C696.658 281.023 695.757 289.746 699.579 295.913L713.937 319.083L718.728 314.292Z' fill='%23494DF4'/%3E%3Cpath d='M696.133 328.031C693.594 331.404 690.46 331.741 688.547 331.004C687.249 330.502 686.032 329.557 684.935 328.327L680.277 332.985C682.068 334.907 684.073 336.366 686.184 337.179C690.864 338.985 696.026 337.662 699.864 333.823C700.427 333.26 700.949 332.657 701.427 332.02C703.809 328.856 704.973 324.225 704.702 318.98L698.093 319.3C698.277 322.942 697.561 326.124 696.133 328.031Z' fill='%23494DF4'/%3E%3Cpath d='M781.622 205.582C784.16 202.206 787.295 201.869 789.208 202.607C790.506 203.109 791.724 204.054 792.821 205.285L797.48 200.625C795.69 198.704 793.685 197.244 791.572 196.43C786.895 194.628 781.73 195.95 777.891 199.789C777.328 200.353 776.805 200.956 776.328 201.592C773.946 204.759 772.782 209.392 773.057 214.631L779.668 214.311C779.474 210.669 780.188 207.486 781.622 205.582Z' fill='%23494DF4'/%3E%3Cpath d='M732.74 300.28L719.213 278.449C717.022 274.913 716.79 270.405 720.091 267.104C723.492 263.703 727.276 267.281 728.748 269.654L741.996 291.032L746.788 286.24L734.375 266.209C731.13 261.011 728.176 259.107 724.419 258.653C722.256 258.395 718.819 258.862 715.637 262.044C710.666 267.015 709.765 275.737 713.586 281.903L727.949 305.071L732.74 300.28Z' fill='%23494DF4'/%3E%3Cpath d='M757.173 275.846L743.642 254.014C741.451 250.478 741.218 245.969 744.519 242.669C747.919 239.268 751.706 242.845 753.177 245.22L766.429 266.599L771.22 261.808L758.805 241.774C755.567 236.577 752.609 234.675 748.855 234.218C746.692 233.96 743.254 234.426 740.074 237.607C735.103 242.577 734.201 251.302 738.024 257.467L752.382 280.637L757.173 275.846Z' fill='%23494DF4'/%3E%3Cpath d='M771.181 261.83L757.65 239.999C755.458 236.463 755.226 231.953 758.526 228.653C761.923 225.257 765.716 228.832 767.188 231.208L780.441 252.587L785.232 247.796L772.816 227.762C769.578 222.565 766.621 220.663 762.866 220.207C760.704 219.948 757.266 220.415 754.085 223.595C749.115 228.566 748.213 237.29 752.036 243.455L766.39 266.621L771.181 261.83Z' fill='%23494DF4'/%3E%3Cpath d='M674.216 304.781C672.812 307.874 672.308 311.542 672.754 315.567C673.204 319.59 674.409 323.493 676.305 327.072L681.249 322.128C680.254 319.809 679.594 317.362 679.29 314.859C679.087 313.236 679.131 311.593 679.419 309.985L674.216 304.781Z' fill='%23494DF4'/%3E%3Cpath d='M797.028 210.302L796.484 210.846C797.512 213.203 798.202 215.687 798.53 218.225C798.858 220.895 798.644 223.211 797.892 225.14L802.889 230.137C804.935 226.706 805.719 222.396 805.141 217.565C804.65 213.487 803.397 209.524 801.446 205.884L797.028 210.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip13_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M448.513 406.527C450.631 407.345 452.643 408.809 454.438 410.736L462.335 402.836C462.335 402.836 464.393 407.475 463.441 411.132L458.328 416.246C460.247 419.859 461.469 423.8 461.928 427.86C462.527 433.226 461.462 437.956 458.839 441.548C457.183 443.813 455.106 445.568 452.829 446.625C450.161 447.863 447.428 448.051 444.926 447.167C440.278 445.53 437.209 440.753 437.288 435.282C437.333 432.319 438.083 428.93 440.316 425.873C442.971 422.191 445.823 419.344 448.636 416.535C448.82 416.351 449.005 416.167 449.189 415.983L449.78 415.392C448.679 414.157 447.458 413.209 446.157 412.705C444.24 411.964 441.098 412.299 438.558 415.678C437.136 417.584 436.415 420.773 436.605 424.424L429.981 424.738C429.7 419.488 430.861 414.848 433.244 411.678C433.723 411.04 434.245 410.437 434.808 409.873C438.65 406.03 443.823 404.713 448.513 406.527ZM453.468 437.629C455.132 435.362 455.755 432.313 455.334 428.575C455.025 426.046 454.355 423.573 453.346 421.23C453.126 421.449 452.907 421.666 452.69 421.881C449.993 424.558 447.596 426.935 445.67 429.809C444.592 431.487 443.985 433.426 443.913 435.423C443.869 438.433 445.476 440.352 447.096 440.926C448.954 441.578 451.573 440.224 453.468 437.629Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M338.928 506.996C341.596 505.757 344.328 505.569 346.83 506.452C351.474 508.085 354.543 512.862 354.465 518.334C354.42 521.297 353.368 524.338 351.336 527.372C348.69 531.327 345.555 534.64 342.563 537.632L341.972 538.223C343.072 539.457 344.294 540.406 345.595 540.91C347.512 541.65 350.653 541.316 353.194 537.939C354.617 536.031 355.337 532.842 355.147 529.19L361.77 528.877C362.047 534.133 360.886 538.773 358.502 541.942C358.024 542.579 357.501 543.183 356.938 543.747C353.096 547.589 347.925 548.909 343.232 547.094C341.116 546.277 339.105 544.812 337.308 542.884L329.415 550.777C329.415 550.777 327.359 546.139 328.309 542.481L333.422 537.368C331.504 533.754 330.284 529.814 329.823 525.755C329.224 520.39 330.29 515.659 332.913 512.067C334.57 509.798 336.643 508.049 338.928 506.996ZM345.818 523.664C346.727 522.324 347.8 520.277 347.831 518.203C347.878 515.19 346.264 513.27 344.652 512.696C342.792 512.042 340.175 513.395 338.278 515.991C336.616 518.26 335.993 521.308 336.414 525.046C336.725 527.573 337.395 530.044 338.403 532.385C341.34 529.423 343.743 526.762 345.818 523.664Z' fill='%23494DF4'/%3E%3Cpath d='M375.728 524.292L362.198 502.459C360.006 498.923 359.774 494.414 363.074 491.114C366.475 487.713 370.26 491.291 371.732 493.664L384.983 515.044L389.774 510.253L377.359 490.22C374.122 485.022 371.163 483.121 367.41 482.663C365.247 482.404 361.81 482.871 358.628 486.053C353.658 491.023 352.757 499.746 356.579 505.912L370.937 529.083L375.728 524.292Z' fill='%23494DF4'/%3E%3Cpath d='M353.133 538.03C350.594 541.404 347.46 541.741 345.547 541.004C344.249 540.502 343.032 539.557 341.935 538.327L337.277 542.984C339.068 544.907 341.073 546.366 343.184 547.179C347.864 548.984 353.026 547.662 356.864 543.823C357.427 543.26 357.949 542.657 358.427 542.02C360.809 538.856 361.973 534.225 361.702 528.98L355.093 529.3C355.277 532.942 354.561 536.124 353.133 538.03Z' fill='%23494DF4'/%3E%3Cpath d='M438.622 415.581C441.16 412.206 444.295 411.869 446.208 412.606C447.506 413.108 448.724 414.054 449.821 415.285L454.48 410.625C452.69 408.704 450.685 407.243 448.572 406.43C443.895 404.628 438.73 405.95 434.891 409.789C434.328 410.353 433.805 410.956 433.328 411.592C430.946 414.759 429.782 419.391 430.057 424.631L436.668 424.31C436.474 420.669 437.188 417.486 438.622 415.581Z' fill='%23494DF4'/%3E%3Cpath d='M389.74 510.28L376.213 488.449C374.022 484.913 373.79 480.404 377.091 477.104C380.492 473.703 384.276 477.281 385.748 479.653L398.996 501.031L403.788 496.24L391.375 476.209C388.13 471.011 385.176 469.107 381.419 468.653C379.256 468.395 375.819 468.862 372.637 472.044C367.666 477.015 366.765 485.737 370.586 491.903L384.949 515.071L389.74 510.28Z' fill='%23494DF4'/%3E%3Cpath d='M414.173 485.846L400.642 464.014C398.451 460.478 398.218 455.969 401.519 452.669C404.919 449.268 408.706 452.845 410.177 455.219L423.429 476.598L428.22 471.807L415.805 451.774C412.567 446.577 409.609 444.675 405.855 444.218C403.692 443.96 400.254 444.426 397.074 447.607C392.103 452.577 391.201 461.301 395.024 467.467L409.382 490.637L414.173 485.846Z' fill='%23494DF4'/%3E%3Cpath d='M428.181 471.83L414.65 449.998C412.458 446.462 412.226 441.953 415.526 438.653C418.923 435.256 422.716 438.832 424.188 441.208L437.441 462.587L442.232 457.795L429.816 437.762C426.578 432.565 423.621 430.663 419.866 430.206C417.704 429.948 414.266 430.414 411.085 433.595C406.115 438.566 405.213 447.29 409.036 453.455L423.39 476.621L428.181 471.83Z' fill='%23494DF4'/%3E%3Cpath d='M331.216 514.781C329.812 517.874 329.308 521.542 329.754 525.567C330.204 529.589 331.409 533.493 333.305 537.072L338.249 532.127C337.254 529.809 336.594 527.362 336.29 524.859C336.087 523.236 336.131 521.593 336.419 519.984L331.216 514.781Z' fill='%23494DF4'/%3E%3Cpath d='M454.028 420.302L453.484 420.846C454.512 423.202 455.202 425.687 455.53 428.225C455.858 430.895 455.644 433.21 454.892 435.14L459.889 440.137C461.935 436.706 462.719 432.395 462.141 427.564C461.65 423.487 460.397 419.524 458.446 415.884L454.028 420.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip14_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M931.513 370.527C933.631 371.345 935.643 372.809 937.438 374.736L945.335 366.836C945.335 366.836 947.393 371.475 946.441 375.132L941.328 380.246C943.247 383.859 944.469 387.8 944.928 391.86C945.527 397.226 944.462 401.956 941.839 405.548C940.183 407.813 938.106 409.568 935.829 410.625C933.161 411.863 930.428 412.051 927.926 411.167C923.278 409.53 920.209 404.753 920.288 399.282C920.333 396.319 921.083 392.93 923.316 389.873C925.971 386.191 928.823 383.344 931.636 380.535C931.82 380.351 932.005 380.167 932.189 379.983L932.78 379.392C931.679 378.157 930.458 377.209 929.157 376.705C927.24 375.964 924.098 376.299 921.558 379.678C920.136 381.584 919.415 384.773 919.605 388.424L912.981 388.738C912.7 383.488 913.861 378.848 916.244 375.678C916.723 375.04 917.245 374.437 917.808 373.873C921.65 370.03 926.823 368.713 931.513 370.527ZM936.468 401.629C938.132 399.362 938.755 396.313 938.334 392.575C938.025 390.046 937.355 387.573 936.346 385.23C936.126 385.449 935.907 385.666 935.69 385.881C932.993 388.558 930.596 390.935 928.67 393.809C927.592 395.487 926.985 397.426 926.913 399.423C926.869 402.433 928.476 404.352 930.096 404.926C931.954 405.578 934.573 404.224 936.468 401.629Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M821.928 470.996C824.596 469.757 827.328 469.569 829.83 470.452C834.474 472.085 837.543 476.862 837.465 482.334C837.42 485.297 836.368 488.338 834.336 491.372C831.69 495.327 828.555 498.64 825.563 501.632L824.972 502.223C826.072 503.457 827.294 504.406 828.595 504.91C830.512 505.65 833.653 505.316 836.194 501.939C837.617 500.031 838.337 496.842 838.147 493.19L844.77 492.877C845.047 498.133 843.886 502.773 841.502 505.942C841.024 506.579 840.501 507.183 839.938 507.747C836.096 511.589 830.925 512.909 826.232 511.094C824.116 510.277 822.105 508.812 820.308 506.884L812.415 514.777C812.415 514.777 810.359 510.139 811.309 506.481L816.422 501.368C814.504 497.754 813.284 493.814 812.823 489.755C812.224 484.39 813.29 479.659 815.913 476.067C817.57 473.798 819.643 472.049 821.928 470.996ZM828.818 487.664C829.727 486.324 830.8 484.277 830.831 482.203C830.878 479.19 829.264 477.27 827.652 476.696C825.792 476.042 823.175 477.395 821.278 479.991C819.616 482.26 818.993 485.308 819.414 489.046C819.725 491.573 820.395 494.044 821.403 496.385C824.34 493.423 826.743 490.762 828.818 487.664Z' fill='%23494DF4'/%3E%3Cpath d='M858.728 488.292L845.198 466.459C843.006 462.923 842.774 458.414 846.074 455.114C849.475 451.713 853.26 455.291 854.732 457.664L867.983 479.044L872.774 474.253L860.359 454.22C857.122 449.022 854.163 447.121 850.41 446.663C848.247 446.404 844.81 446.871 841.628 450.053C836.658 455.023 835.757 463.746 839.579 469.912L853.937 493.083L858.728 488.292Z' fill='%23494DF4'/%3E%3Cpath d='M836.133 502.03C833.594 505.404 830.46 505.741 828.547 505.004C827.249 504.502 826.032 503.557 824.935 502.327L820.277 506.984C822.068 508.907 824.073 510.366 826.184 511.179C830.864 512.984 836.026 511.661 839.864 507.823C840.427 507.26 840.949 506.657 841.427 506.02C843.809 502.856 844.973 498.225 844.702 492.98L838.093 493.3C838.277 496.942 837.561 500.124 836.133 502.03Z' fill='%23494DF4'/%3E%3Cpath d='M921.622 379.581C924.16 376.206 927.295 375.869 929.208 376.606C930.506 377.108 931.724 378.054 932.821 379.285L937.48 374.625C935.69 372.704 933.685 371.243 931.572 370.43C926.895 368.628 921.73 369.95 917.891 373.789C917.328 374.353 916.805 374.956 916.328 375.592C913.946 378.759 912.782 383.391 913.057 388.631L919.668 388.31C919.474 384.669 920.188 381.486 921.622 379.581Z' fill='%23494DF4'/%3E%3Cpath d='M872.74 474.28L859.213 452.449C857.022 448.913 856.79 444.404 860.091 441.104C863.492 437.703 867.276 441.281 868.748 443.653L881.996 465.031L886.788 460.24L874.375 440.209C871.13 435.011 868.176 433.107 864.419 432.653C862.256 432.395 858.819 432.862 855.637 436.044C850.666 441.015 849.765 449.737 853.586 455.903L867.949 479.071L872.74 474.28Z' fill='%23494DF4'/%3E%3Cpath d='M897.173 449.846L883.642 428.014C881.451 424.478 881.218 419.969 884.519 416.669C887.919 413.268 891.706 416.845 893.177 419.219L906.429 440.598L911.22 435.807L898.805 415.774C895.567 410.577 892.609 408.675 888.855 408.218C886.692 407.96 883.254 408.426 880.074 411.607C875.103 416.577 874.201 425.301 878.024 431.467L892.382 454.637L897.173 449.846Z' fill='%23494DF4'/%3E%3Cpath d='M911.181 435.83L897.65 413.998C895.458 410.462 895.226 405.953 898.526 402.653C901.923 399.256 905.716 402.832 907.188 405.208L920.441 426.587L925.232 421.795L912.816 401.762C909.578 396.565 906.621 394.663 902.866 394.206C900.704 393.948 897.266 394.414 894.085 397.595C889.115 402.566 888.213 411.29 892.036 417.455L906.39 440.621L911.181 435.83Z' fill='%23494DF4'/%3E%3Cpath d='M814.216 478.781C812.812 481.874 812.308 485.542 812.754 489.567C813.204 493.589 814.409 497.493 816.305 501.072L821.249 496.127C820.254 493.809 819.594 491.362 819.29 488.859C819.087 487.236 819.131 485.593 819.419 483.984L814.216 478.781Z' fill='%23494DF4'/%3E%3Cpath d='M937.028 384.302L936.484 384.846C937.512 387.202 938.202 389.687 938.53 392.225C938.858 394.895 938.644 397.21 937.892 399.14L942.889 404.137C944.935 400.706 945.719 396.395 945.141 391.564C944.65 387.487 943.397 383.524 941.446 379.884L937.028 384.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip15_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M588.513 580.527C590.631 581.345 592.643 582.809 594.438 584.736L602.335 576.836C602.335 576.836 604.393 581.475 603.441 585.132L598.328 590.246C600.247 593.859 601.469 597.8 601.928 601.86C602.527 607.226 601.462 611.956 598.839 615.548C597.183 617.813 595.106 619.568 592.829 620.625C590.161 621.863 587.428 622.051 584.926 621.167C580.278 619.53 577.209 614.753 577.288 609.282C577.333 606.319 578.083 602.93 580.316 599.873C582.971 596.191 585.823 593.344 588.636 590.535C588.82 590.351 589.005 590.167 589.189 589.983L589.78 589.392C588.679 588.157 587.458 587.209 586.157 586.705C584.24 585.964 581.098 586.299 578.558 589.678C577.136 591.584 576.415 594.773 576.605 598.424L569.981 598.738C569.7 593.488 570.861 588.848 573.244 585.678C573.723 585.04 574.245 584.437 574.808 583.873C578.65 580.03 583.823 578.713 588.513 580.527ZM593.468 611.629C595.132 609.362 595.755 606.313 595.334 602.575C595.025 600.046 594.355 597.573 593.346 595.23C593.126 595.449 592.907 595.666 592.69 595.881C589.993 598.558 587.596 600.935 585.67 603.809C584.592 605.487 583.985 607.426 583.913 609.423C583.869 612.433 585.476 614.352 587.096 614.926C588.954 615.578 591.573 614.224 593.468 611.629Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M478.928 680.996C481.596 679.757 484.328 679.569 486.83 680.452C491.474 682.085 494.543 686.862 494.465 692.334C494.42 695.297 493.368 698.338 491.336 701.372C488.69 705.327 485.555 708.64 482.563 711.632L481.972 712.223C483.072 713.457 484.294 714.406 485.595 714.91C487.512 715.65 490.653 715.316 493.194 711.939C494.617 710.031 495.337 706.842 495.147 703.19L501.77 702.877C502.047 708.133 500.886 712.773 498.502 715.942C498.024 716.579 497.501 717.183 496.938 717.747C493.096 721.589 487.925 722.909 483.232 721.094C481.116 720.277 479.105 718.812 477.308 716.884L469.415 724.777C469.415 724.777 467.359 720.139 468.309 716.481L473.422 711.368C471.504 707.754 470.284 703.814 469.823 699.755C469.224 694.39 470.29 689.659 472.913 686.067C474.57 683.798 476.643 682.049 478.928 680.996ZM485.818 697.664C486.727 696.324 487.8 694.277 487.831 692.203C487.878 689.19 486.264 687.27 484.652 686.696C482.792 686.042 480.175 687.395 478.278 689.991C476.616 692.26 475.993 695.308 476.414 699.046C476.725 701.573 477.395 704.044 478.403 706.385C481.34 703.423 483.743 700.762 485.818 697.664Z' fill='%23494DF4'/%3E%3Cpath d='M515.728 698.292L502.198 676.459C500.006 672.923 499.774 668.414 503.074 665.114C506.475 661.713 510.26 665.291 511.732 667.664L524.983 689.044L529.774 684.253L517.359 664.22C514.122 659.022 511.163 657.121 507.41 656.663C505.247 656.404 501.81 656.871 498.628 660.053C493.658 665.023 492.757 673.746 496.579 679.912L510.937 703.083L515.728 698.292Z' fill='%23494DF4'/%3E%3Cpath d='M578.622 589.581C581.16 586.206 584.295 585.869 586.208 586.606C587.506 587.108 588.724 588.054 589.821 589.285L594.48 584.625C592.69 582.704 590.685 581.243 588.572 580.43C583.895 578.628 578.73 579.95 574.891 583.789C574.328 584.353 573.805 584.956 573.328 585.592C570.946 588.759 569.782 593.392 570.057 598.631L576.668 598.31C576.474 594.669 577.188 591.486 578.622 589.581Z' fill='%23494DF4'/%3E%3Cpath d='M529.74 684.28L516.213 662.449C514.022 658.913 513.79 654.404 517.091 651.104C520.492 647.703 524.276 651.281 525.748 653.653L538.996 675.031L543.788 670.24L531.375 650.209C528.13 645.011 525.176 643.107 521.419 642.653C519.256 642.395 515.819 642.862 512.637 646.044C507.666 651.015 506.765 659.737 510.586 665.903L524.949 689.071L529.74 684.28Z' fill='%23494DF4'/%3E%3Cpath d='M554.173 659.846L540.642 638.014C538.451 634.478 538.218 629.969 541.519 626.669C544.919 623.268 548.706 626.845 550.177 629.219L563.429 650.598L568.22 645.807L555.805 625.774C552.567 620.577 549.609 618.675 545.855 618.218C543.692 617.96 540.254 618.426 537.074 621.607C532.103 626.577 531.201 635.301 535.024 641.467L549.382 664.637L554.173 659.846Z' fill='%23494DF4'/%3E%3Cpath d='M568.181 645.83L554.65 623.998C552.458 620.462 552.226 615.953 555.526 612.653C558.923 609.256 562.716 612.832 564.188 615.208L577.441 636.587L582.232 631.795L569.816 611.762C566.578 606.565 563.621 604.663 559.866 604.206C557.704 603.948 554.266 604.414 551.085 607.595C546.115 612.565 545.213 621.289 549.036 627.455L563.39 650.621L568.181 645.83Z' fill='%23494DF4'/%3E%3Cpath d='M594.028 594.302L593.484 594.846C594.512 597.202 595.202 599.687 595.53 602.225C595.858 604.894 595.644 607.21 594.892 609.14L599.889 614.137C601.935 610.706 602.719 606.395 602.141 601.564C601.65 597.487 600.397 593.524 598.446 589.884L594.028 594.302Z' fill='%23494DF4'/%3E%3C/g%3E%3Cg opacity='0.04' clip-path='url(%23clip16_468_99419)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M961.928 644.996C964.596 643.757 967.328 643.569 969.83 644.452C974.474 646.085 977.543 650.862 977.465 656.334C977.42 659.297 976.368 662.338 974.336 665.372C971.69 669.327 968.555 672.64 965.563 675.632L964.972 676.223C966.072 677.457 967.294 678.406 968.595 678.91C970.512 679.65 973.653 679.316 976.194 675.939C977.617 674.031 978.337 670.842 978.147 667.19L984.77 666.877C985.047 672.133 983.886 676.773 981.502 679.942C981.024 680.579 980.501 681.183 979.938 681.747C976.096 685.589 970.925 686.909 966.232 685.094C964.116 684.277 962.105 682.812 960.308 680.884L952.415 688.777C952.415 688.777 950.359 684.139 951.309 680.481L956.422 675.368C954.504 671.754 953.284 667.814 952.823 663.755C952.224 658.39 953.29 653.659 955.913 650.067C957.57 647.798 959.643 646.049 961.928 644.996ZM968.818 661.664C969.727 660.324 970.8 658.277 970.831 656.203C970.878 653.19 969.264 651.27 967.652 650.696C965.792 650.042 963.175 651.395 961.278 653.991C959.616 656.26 958.993 659.308 959.414 663.046C959.725 665.573 960.395 668.044 961.403 670.385C964.34 667.423 966.743 664.762 968.818 661.664Z' fill='%23494DF4'/%3E%3Cpath d='M998.728 662.292L985.198 640.459C983.006 636.923 982.774 632.414 986.074 629.114C989.475 625.713 993.26 629.291 994.732 631.664L1007.98 653.044L1012.77 648.253L1000.36 628.22C997.122 623.022 994.163 621.121 990.41 620.663C988.247 620.404 984.81 620.871 981.628 624.053C976.658 629.023 975.757 637.746 979.579 643.912L993.937 667.083L998.728 662.292Z' fill='%23494DF4'/%3E%3Cpath d='M976.133 676.03C973.594 679.404 970.46 679.741 968.547 679.004C967.249 678.502 966.032 677.557 964.935 676.327L960.277 680.984C962.068 682.907 964.073 684.366 966.184 685.179C970.864 686.984 976.026 685.662 979.864 681.823C980.427 681.26 980.949 680.657 981.427 680.02C983.809 676.856 984.973 672.225 984.702 666.98L978.093 667.3C978.277 670.942 977.561 674.124 976.133 676.03Z' fill='%23494DF4'/%3E%3Cpath d='M1012.74 648.28L999.213 626.449C997.022 622.913 996.79 618.404 1000.09 615.104C1003.49 611.703 1007.28 615.281 1008.75 617.653L1022 639.031L1026.79 634.24L1014.37 614.209C1011.13 609.011 1008.18 607.107 1004.42 606.653C1002.26 606.395 998.819 606.862 995.637 610.044C990.666 615.015 989.765 623.737 993.586 629.903L1007.95 653.071L1012.74 648.28Z' fill='%23494DF4'/%3E%3Cpath d='M1037.17 623.846L1023.64 602.014C1021.45 598.478 1021.22 593.969 1024.52 590.669C1027.92 587.268 1031.71 590.845 1033.18 593.219L1046.43 614.598L1051.22 609.807L1038.8 589.774C1035.57 584.577 1032.61 582.675 1028.85 582.218C1026.69 581.96 1023.25 582.426 1020.07 585.607C1015.1 590.577 1014.2 599.301 1018.02 605.467L1032.38 628.637L1037.17 623.846Z' fill='%23494DF4'/%3E%3Cpath d='M1051.18 609.83L1037.65 587.998C1035.46 584.462 1035.23 579.953 1038.53 576.653C1041.92 573.256 1045.72 576.832 1047.19 579.208L1060.44 600.587L1065.23 595.795L1052.82 575.762C1049.58 570.565 1046.62 568.663 1042.87 568.206C1040.7 567.948 1037.27 568.414 1034.09 571.595C1029.11 576.565 1028.21 585.289 1032.04 591.455L1046.39 614.621L1051.18 609.83Z' fill='%23494DF4'/%3E%3Cpath d='M954.216 652.781C952.812 655.874 952.308 659.542 952.754 663.567C953.204 667.589 954.409 671.493 956.305 675.072L961.249 670.127C960.254 667.809 959.594 665.362 959.29 662.859C959.087 661.236 959.131 659.593 959.419 657.984L954.216 652.781Z' fill='%23494DF4'/%3E%3C/g%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_468_99419'%3E%3Crect width='1033' height='676' fill='white'/%3E%3C/clipPath%3E%3CclipPath id='clip1_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(692 112.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip2_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(832 286.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip3_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(247 127.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip4_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(972 460.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip5_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(-47 424.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip6_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(387 301.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip7_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(93 598.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip8_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(527 475.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip9_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(31 184.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip10_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(514 148.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip11_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(171 358.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip12_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(654 322.363) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip13_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(311 532.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip14_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(794 496.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip15_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(451 706.362) rotate(-45)'/%3E%3C/clipPath%3E%3CclipPath id='clip16_468_99419'%3E%3Crect width='199.373' height='41' fill='white' transform='translate(934 670.362) rotate(-45)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.CX-title-back-simple .title-back-simple .title.text-left {
  padding-left: 33px;
}
.CX-title-back-simple.sm .title h1 {
  font-size: 16px;
}
.CX-title-back-simple.sm .title-back-simple a.go-back:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='14' viewBox='0 0 16 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 5.99979H3.14L6.77 1.63979C6.93974 1.43557 7.0214 1.17229 6.99702 0.907864C6.97264 0.643437 6.84422 0.399526 6.64 0.229787C6.43578 0.0600488 6.1725 -0.0216131 5.90808 0.00276666C5.64365 0.0271464 5.39974 0.155571 5.23 0.359787L0.23 6.35979C0.196361 6.40751 0.166279 6.45765 0.14 6.50979C0.14 6.55979 0.14 6.58979 0.0700002 6.63979C0.0246737 6.75445 0.000941121 6.8765 0 6.99979C0.000941121 7.12308 0.0246737 7.24513 0.0700002 7.35979C0.0700002 7.40979 0.0699999 7.43979 0.14 7.48979C0.166279 7.54193 0.196361 7.59206 0.23 7.63979L5.23 13.6398C5.32402 13.7527 5.44176 13.8434 5.57485 13.9057C5.70793 13.9679 5.85309 14 6 13.9998C6.23365 14.0002 6.46009 13.9189 6.64 13.7698C6.74126 13.6858 6.82496 13.5827 6.88631 13.4664C6.94766 13.35 6.98546 13.2227 6.99754 13.0918C7.00961 12.9608 6.99573 12.8287 6.95669 12.7031C6.91764 12.5775 6.8542 12.4608 6.77 12.3598L3.14 7.99979H15C15.2652 7.99979 15.5196 7.89443 15.7071 7.70689C15.8946 7.51936 16 7.265 16 6.99979C16 6.73457 15.8946 6.48022 15.7071 6.29268C15.5196 6.10514 15.2652 5.99979 15 5.99979Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 14px;
}
.CX-title-back-simple.transparent {
  background-color: transparent;
}

body.has-emma-marked .CX-utama .box-utama .box-content-utama .box-inner-content #main-content {
  position: relative;
}

.CX-landing-emma-marked .box-header {
  height: 250px;
  background-color: #494df4;
  padding-top: 15px;
  position: relative;
  -webkit-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  -moz-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  -ms-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  -o-box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.17);
}
.CX-landing-emma-marked .box-header:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='239' height='249' viewBox='0 0 239 249' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 238.438L185.144 0H238.318L44.9737 249H0V238.438Z' fill='url(%23paint0_linear_470_99601)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_470_99601' x1='119.159' y1='-2.68579e-06' x2='25' y2='256' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 239px;
  height: 249px;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header:before {
    display: none;
  }
}
.CX-landing-emma-marked .box-header:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='197' height='249' viewBox='0 0 197 249' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 238.438L227.144 0H280.318L86.9737 249H42V238.438Z' fill='url(%23paint0_linear_470_99600)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M214.049 0L20.704 249L-0.000823975 249L193.344 -1.81008e-06L214.049 0Z' fill='url(%23paint1_linear_470_99600)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_470_99600' x1='161.159' y1='-2.68579e-06' x2='67' y2='256' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_470_99600' x1='-19.7695' y1='279' x2='213.317' y2='-6.99999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 197px;
  height: 249px;
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header:after {
    display: none;
  }
}
.CX-landing-emma-marked .box-header .inner {
  position: relative;
  height: 100%;
  z-index: 2;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header .inner .CX-title-back-simple {
    display: none;
  }
}
.CX-landing-emma-marked .box-header .inner .box-emma:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='546' height='113' viewBox='0 0 546 113' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M509.969 22.7574C512.486 28.4782 513.546 35.2523 513.291 42.5077L543.881 42.5023C543.881 42.5023 538.884 55.5533 529.958 60.8252H510.154C506.873 71.6083 501.608 81.6681 494.635 90.4774C485.404 102.101 474.183 109.244 462.146 111.131C454.555 112.318 447.133 111.693 440.678 109.314C433.113 106.528 427.457 101.566 424.322 94.9687C418.491 82.7195 421.801 67.4282 432.548 56.922C438.373 51.2334 446.387 46.0899 456.632 44.486C468.903 42.4838 479.939 42.4926 490.827 42.5012C491.539 42.5018 492.252 42.5023 492.964 42.5023H495.255C495.514 37.9524 494.986 33.7232 493.441 30.2052C491.164 25.0243 484.432 19.5548 472.971 21.1908C466.525 22.1318 458.953 26.9437 452.25 34.429L438.817 22.1318C448.439 11.3531 459.672 4.57358 470.426 3.0391C472.587 2.72837 474.766 2.57115 476.95 2.5686C491.831 2.5686 504.398 10.0806 509.969 22.7574ZM459.334 93.0279C466.946 91.8517 474.058 87.125 480.48 79.0197C484.779 73.4883 488.272 67.3632 490.854 60.8304C490.003 60.8281 489.161 60.8248 488.323 60.8215C477.917 60.7805 468.672 60.7438 459.377 62.5894C454.04 63.759 449.11 66.3552 445.103 70.1068C439.188 75.8867 438.585 82.7571 440.61 87.0342C442.947 91.9266 450.638 94.3914 459.334 93.0279Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M103.205 4.99374C110.77 7.77929 116.426 12.7355 119.561 19.3331C125.392 31.5659 122.082 46.857 111.335 57.3681C105.51 63.0567 97.5855 66.9331 87.7741 68.8847C74.9917 71.4347 62.5054 71.7827 50.9177 71.7827H48.6287C48.37 76.3323 48.8985 80.5614 50.4421 84.0794C52.7205 89.26 59.4501 94.7297 70.9106 93.0992C77.3599 92.1528 84.9298 87.3409 91.6331 79.8556L105.066 92.1528C95.4232 102.937 84.19 109.716 73.4375 111.245C71.2766 111.556 69.0968 111.713 66.9141 111.715C52.0333 111.715 39.4624 104.209 33.8906 91.5271C31.3743 85.8116 30.317 79.0377 30.5708 71.777H0C0 71.777 5.00085 58.7316 13.9242 53.4545H33.7267C37.0123 42.6738 42.2778 32.6161 49.2473 23.8081C58.4771 12.1848 69.7001 5.04186 81.7371 3.15453C89.339 1.96225 96.7396 2.59314 103.205 4.99374ZM84.2686 50.9045C88.6246 50.065 94.6671 48.1671 98.7427 44.1839C104.669 38.4043 105.261 31.518 103.252 27.2568C100.916 22.3594 93.229 19.8947 84.5277 21.258C76.9157 22.4396 69.8056 27.1659 63.3827 35.2712C59.0925 40.802 55.6036 46.9229 53.0212 53.4494C64.4451 53.4013 74.2514 52.899 84.2686 50.9045Z' fill='white'/%3E%3Cpath d='M140.971 110.416L157.05 41.4993C159.653 30.3364 167.935 21.0965 180.716 21.0965C193.886 21.0965 194.287 35.4465 192.543 42.9402L176.801 110.432H195.357L210.108 47.1934C213.906 30.7542 211.857 21.2839 205.477 13.0778C201.789 8.35872 194.229 2.56836 181.906 2.56836C162.656 2.56836 144.022 17.813 139.48 37.2784L122.416 110.416H140.971Z' fill='white'/%3E%3Cpath d='M70.612 93.157C59.1632 94.7823 52.4409 89.331 50.1648 84.1674C48.6226 80.6611 48.0946 76.4457 48.3533 71.9106H30.314C30.0605 79.1474 31.1167 85.8991 33.6304 91.5957C39.1964 104.236 51.7542 111.718 66.6198 111.718C68.8005 111.715 70.9781 111.559 73.1366 111.249C83.878 109.725 95.0997 102.968 104.732 92.2191L91.3133 79.9628C84.617 87.418 77.0706 92.2248 70.612 93.157Z' fill='white'/%3E%3Cpath d='M473.282 21.1285C484.734 19.4975 491.457 24.9504 493.734 30.1155C495.275 33.6228 495.802 37.8391 495.543 42.3752H513.589C513.843 35.1419 512.788 28.3884 510.271 22.685C504.705 10.0575 492.142 2.56836 477.275 2.56836C475.091 2.5709 472.912 2.72764 470.756 3.03743C460.011 4.56723 448.786 11.3261 439.172 22.072L452.594 34.3317C459.271 26.8586 466.818 22.0453 473.282 21.1285Z' fill='white'/%3E%3Cpath d='M195.24 110.416L211.321 41.5096C213.924 30.3483 222.206 21.1098 234.988 21.1098C248.16 21.1098 248.561 35.4577 246.817 42.9503L231.074 110.432H249.63L264.383 47.2028C268.166 30.75 266.132 21.2812 259.736 13.0762C256.047 8.35787 248.487 2.56836 236.163 2.56836C216.911 2.56836 198.275 17.8106 193.734 37.2733L176.684 110.416H195.24Z' fill='white'/%3E%3Cpath d='M289.87 110.416L305.944 41.4993C308.547 30.3364 316.829 21.0965 329.611 21.0965C342.782 21.0965 343.187 35.4465 341.438 42.9402L325.701 110.432H344.257L359.009 47.1934C362.802 30.7542 360.758 21.2839 354.373 13.0778C350.685 8.35872 343.124 2.56836 330.807 2.56836C311.556 2.56836 292.915 17.813 288.379 37.2784L271.314 110.416H289.87Z' fill='white'/%3E%3Cpath d='M344.138 110.4L360.212 41.4833C362.815 30.3203 371.097 21.0804 383.878 21.0804C397.034 21.0804 397.455 35.4411 395.706 42.9402L379.969 110.432H398.524L413.276 47.1934C417.069 30.7542 415.025 21.2839 408.64 13.0778C404.952 8.35872 397.392 2.56836 385.074 2.56836C365.823 2.56836 347.183 17.813 342.647 37.2784L325.582 110.4H344.138Z' fill='white'/%3E%3Cpath d='M73.1943 5.13696C64.486 8.4271 56.4071 14.5948 49.4766 23.3068C42.5591 32.0242 37.3336 41.9786 34.0742 52.6482H53.2227C55.7852 46.1913 59.2472 40.1355 63.5046 34.6636C66.2541 31.1069 69.5208 27.9896 73.1943 25.4174V5.13696Z' fill='white'/%3E%3Cpath d='M493.971 60.3513H491.866C489.293 66.9482 485.818 73.134 481.538 78.7209C477.004 84.5616 472.104 88.6569 466.912 90.9531V110.431C477.517 107.729 487.382 100.857 495.619 90.3156C502.564 81.4136 507.811 71.2478 511.083 60.3513H493.971Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 546px;
  height: 113px;
  display: inline-block;
  position: absolute;
  left: 50%;
  top: calc(50% - 20px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-size: cover;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header .inner .box-emma:before {
    width: 378px;
    height: 79px;
  }
}
.CX-landing-emma-marked .box-header .inner .box-emma:after {
  content: "";
  background-image: url("/o/axa-emma-theme/images/emma.png");
  width: 200px;
  height: 200px;
  background-size: cover;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: 18px;
  z-index: 2;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header .inner .box-emma:after {
    display: none;
  }
}
.CX-landing-emma-marked .box-header .inner .box-emma .box-ico {
  position: absolute;
  left: 50%;
  top: calc(50% - 25px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header .inner .box-emma .box-ico {
    top: calc(50% - 20px);
  }
}
.CX-landing-emma-marked .box-header .inner:before {
  content: "";
  z-index: 1;
  width: 283px;
  height: 283px;
  display: inline-block;
  position: absolute;
  left: calc(50% - 100px);
  top: calc(100% - 150px);
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.5;
  background: linear-gradient(104deg, #e19662 41.88%, #c91432 114.49%);
  -webkit-filter: blur(150px);
  -moz-filter: blur(150px);
  -ms-filter: blur(150px);
  -o-filter: blur(150px);
  filter: blur(150px);
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header .inner:before {
    left: calc(50% - 20px);
  }
}
.CX-landing-emma-marked .box-header .inner:after {
  content: "";
  z-index: 1;
  width: 129px;
  height: 129px;
  display: inline-block;
  position: absolute;
  right: 31px;
  top: 21px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  opacity: 0.5;
  background: linear-gradient(104deg, #e19662 41.88%, #c91432 114.49%);
  -webkit-filter: blur(100px);
  -moz-filter: blur(100px);
  -ms-filter: blur(100px);
  -o-filter: blur(100px);
  filter: blur(100px);
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-header .inner:after {
    display: none;
  }
}
.CX-landing-emma-marked .box-content {
  background-color: #fff;
  -webkit-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -moz-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -ms-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -o-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  margin: 0 auto;
  position: relative;
  transform: translateY(-40px);
  z-index: 2;
}
@media (min-width: 768px) {
  .CX-landing-emma-marked .box-content {
    max-width: 462px;
  }
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content {
    transform: translateY(-30px);
    border-radius: 0px;
    -webkit-border-top-left-radius: 14px;
    -moz-border-top-left-radius: 14px;
    -ms-border-top-left-radius: 14px;
    -o-border-top-left-radius: 14px;
    border-top-left-radius: 14px;
    -webkit-border-top-right-radius: 14px;
    -moz-border-top-right-radius: 14px;
    -ms-border-top-right-radius: 14px;
    -o-border-top-right-radius: 14px;
    border-top-right-radius: 14px;
  }
}
.CX-landing-emma-marked .box-content .inner {
  padding: 24px 27px;
}
.CX-landing-emma-marked .box-content .inner h3 {
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Bold";
  margin-bottom: 24px;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content .inner h3 {
    font-size: 17px;
  }
}
.CX-landing-emma-marked .box-content .inner ul {
  margin: 0;
  padding: 0;
}
@media (min-width: 768px) {
  .CX-landing-emma-marked .box-content .inner ul {
    max-width: 353px;
  }
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content .inner ul {
    padding-bottom: 50px;
  }
}
.CX-landing-emma-marked .box-content .inner ul li {
  list-style: none;
  position: relative;
  display: flex;
  align-items: flex-start;
  grid-column-gap: 11px;
  margin-bottom: 14px;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content .inner ul li {
    margin-bottom: 16px;
  }
}
.CX-landing-emma-marked .box-content .inner ul li:last-child {
  margin-bottom: 0;
}
.CX-landing-emma-marked .box-content .inner ul li:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 0.625C3.70313 0.625 0.625 3.70313 0.625 7.5C0.625 11.2969 3.70313 14.375 7.5 14.375C11.2969 14.375 14.375 11.2969 14.375 7.5C14.375 3.70313 11.2969 0.625 7.5 0.625ZM10.48 6.3375C10.5349 6.27478 10.5766 6.20171 10.6029 6.12261C10.6291 6.0435 10.6392 5.95995 10.6327 5.87687C10.6261 5.79379 10.603 5.71285 10.5647 5.63883C10.5264 5.56481 10.4737 5.49919 10.4097 5.44584C10.3457 5.39249 10.2717 5.35248 10.1919 5.32817C10.1122 5.30385 10.0285 5.29573 9.94555 5.30427C9.86265 5.31281 9.7823 5.33784 9.70922 5.3779C9.63614 5.41795 9.5718 5.47222 9.52 5.5375L6.8325 8.76188L5.44188 7.37063C5.324 7.25678 5.16612 7.19378 5.00225 7.19521C4.83838 7.19663 4.68162 7.26236 4.56574 7.37824C4.44986 7.49412 4.38413 7.65088 4.3827 7.81475C4.38128 7.97862 4.44428 8.1365 4.55813 8.25438L6.43313 10.1294C6.49454 10.1908 6.56806 10.2387 6.64901 10.27C6.72996 10.3014 6.81656 10.3156 6.90329 10.3117C6.99003 10.3077 7.07499 10.2858 7.15276 10.2472C7.23053 10.2086 7.29941 10.1542 7.355 10.0875L10.48 6.3375Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  background-size: cover;
  flex: 0 0 auto;
  top: 3px;
  position: relative;
}
.CX-landing-emma-marked .box-content .inner ul li span {
  flex: 1 1 auto;
  font-size: 15px;
  font-style: normal;
  line-height: 21px;
  font-family: "SourceSans-Semibold";
  color: #5f5f5f;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content .inner ul li span {
    font-size: 16px;
  }
}
.CX-landing-emma-marked .box-content .inner .box-act {
  text-align: center;
  margin-top: 38px;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content .inner .box-act {
    position: fixed;
    background-color: #fff;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 16px;
    -webkit-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
    -o-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
    box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    display: flex;
    justify-content: center;
    grid-column-gap: 20px;
  }
}
.CX-landing-emma-marked .box-content .inner .box-act .back-to {
  min-width: initial !important;
}
@media (min-width: 769px) {
  .CX-landing-emma-marked .box-content .inner .box-act .back-to {
    display: none;
  }
}
.CX-landing-emma-marked .box-content .inner .box-act .new-btn-blue {
  min-width: 206px;
}
@media (max-width: 768px) {
  .CX-landing-emma-marked .box-content .inner .box-act .new-btn-blue.sm {
    font-size: 16px;
    min-width: 285px;
  }
}

.new-btn-blue.back-to {
  padding: 0 0 !important;
  width: 48px;
  text-align: center;
}
.new-btn-blue.back-to:after {
  margin-left: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  -moz-transform: translate(-50%, -50%) rotate(180deg);
  -ms-transform: translate(-50%, -50%) rotate(180deg);
  -o-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
}

body.v2.has-emma-marked footer.CX-footer {
  display: none;
}

@media (max-width: 1024px) {
  body.v2 .CX-utama .box-utama .box-content-utama .box-inner-content > .bg-emma-marked {
    display: none;
  }
}

@media (min-width: 1025px) {
  .CX-perubahan-metode-bayar {
    margin-top: 20px;
  }
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar {
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
@media (min-width: 1025px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar {
    -webkit-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
    -moz-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
    -ms-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
    -o-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
    box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  }
}
@media (min-width: 1025px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar > .inner {
    padding: 16px 0 0;
  }
}
@media (min-width: 769px) {
  .CX-perubahan-metode-bayar.pilih-polis .box-perubahan-metode-bayar {
    max-width: 537px;
    margin: 0 auto;
  }
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis {
  max-width: 361px;
  margin: 0 auto;
}
@media (max-width: 1024px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis {
    padding-top: 0;
    padding-bottom: 40px;
  }
}
@media (max-width: 375px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis {
    max-width: initial;
    margin: 0 16px;
  }
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-img {
  margin-bottom: 30px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-img img {
  margin: 0 auto;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .label-action {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  text-transform: capitalize;
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .label-action .required {
  font-size: 18px;
  color: #ff1721;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner {
  display: block;
  border: 1px solid #e5e5e5;
  background-color: #fafafa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 13px 14px;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  font-family: "SourceSans-Semibold";
  color: rgba(51, 51, 51, 0.5);
  display: flex;
  align-items: center;
  grid-column-gap: 12px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='19' viewBox='0 0 23 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.5'%3E%3Ccircle cx='8.675' cy='6.12495' r='2.05' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M12.7752 12.2751C12.7752 13.4073 12.7752 14.3251 8.6752 14.3251C4.5752 14.3251 4.5752 13.4073 4.5752 12.2751C4.5752 11.1429 6.41083 10.2251 8.6752 10.2251C10.9396 10.2251 12.7752 11.1429 12.7752 12.2751Z' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M1.5 9.2C1.5 5.33448 1.5 3.40172 2.70086 2.20086C3.90172 1 5.83448 1 9.7 1H13.8C17.6655 1 19.5983 1 20.7991 2.20086C22 3.40172 22 5.33448 22 9.2C22 13.0655 22 14.9983 20.7991 16.1991C19.5983 17.4 17.6655 17.4 13.8 17.4H9.7C5.83448 17.4 3.90172 17.4 2.70086 16.1991C1.5 14.9983 1.5 13.0655 1.5 9.2Z' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M18.9248 9.19995H14.8248' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.9248 6.125H13.7998' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.9248 12.2749H15.8498' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 23px;
  height: 19px;
  display: inline-block;
  flex: 0 0 auto;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='11' viewBox='0 0 18 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.5645 1L8.78195 8.7825L0.999447 0.999999' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 11px;
  display: inline-block;
  flex: 0 0 auto;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner .text {
  flex: 1 1 auto;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner .currency {
  font-size: 15px;
  font-family: "SourceSans-Bold";
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner:hover {
  border: 1px solid #494df4;
  background: rgba(73, 77, 244, 0.04);
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .box-action-choose-inner.selected:after {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner > .box-act.box-process {
  padding: 10px;
  margin-top: 97px;
  text-align: center;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -moz-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -ms-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -o-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
}
@media (max-width: 1024px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner > .box-act.box-process {
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 2;
    background-color: #fff;
    -webkit-box-shadow: 0px -5px 10px 0px #e5ebfa;
    -moz-box-shadow: 0px -5px 10px 0px #e5ebfa;
    -ms-box-shadow: 0px -5px 10px 0px #e5ebfa;
    -o-box-shadow: 0px -5px 10px 0px #e5ebfa;
    box-shadow: 0px -5px 10px 0px #e5ebfa;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    opacity: var(--opacity);
  }
  100% {
    transform: scale(var(--scale));
    opacity: 0;
  }
}
@keyframes pulse-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(var(--background), var(--opacity));
  }
  100% {
    box-shadow: 0 0 0 calc((var(--scale) - 1) * var(--size) / 2) rgba(var(--background), 0);
  }
}
#modal-choose-polis .box-pop-up-modal {
  max-width: 400px;
}
@media (min-width: 769px) {
  #modal-choose-polis .box-pop-up-modal {
    padding-top: 42px;
  }
}

@media (min-width: 769px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal {
    top: 0;
    transform: none;
    position: absolute;
    right: 0;
    height: 100vh;
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal {
    position: absolute;
    top: initial;
    left: 50%;
    transform: none;
    -webkit-transform: translate(-50%, 100%);
    -moz-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    -o-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
    bottom: 0px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
}
.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 15px;
}
.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .close-pop-up {
  background-color: transparent;
  right: initial;
  top: 15px;
  left: 15px;
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .close-pop-up {
    display: none;
  }
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .info-for-mobile {
    display: block;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: initial;
    top: -30px;
  }
}
.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .box-pop-heading {
  position: relative;
}
.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .box-pop-heading > .close-pop-up {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal .box-pop-heading .box-pop-heading-inner h3 {
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  margin-bottom: 0;
}
.CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop.open {
  opacity: 1;
  visibility: visible;
}
@media (min-width: 769px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop.open .box-pop-up-modal {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    -ms-transform: translateX(0%);
    -o-transform: translateX(0%);
    transform: translateX(0%);
  }
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop.open .box-pop-up-modal {
    -webkit-transform: translate(-50%, 0%);
    -moz-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    -o-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%);
  }
}
@media (min-width: 769px) {
  .CX-pop-up-modal.modal-default.no-radius-dekstop .box-pop-up-modal {
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    -ms-border-radius: 0px;
    -o-border-radius: 0px;
    border-radius: 0px;
  }
}

.box-switch-pill {
  margin: 11px 0;
}
.box-switch-pill .box-switch-pill-inner {
  display: flex;
  background-color: #e8f4ff;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  padding: 5px;
}
.box-switch-pill .box-switch-pill-inner .switch-pill-item {
  flex: 1;
  display: block;
  text-decoration: none;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  padding: 8px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #999999;
  font-family: "SourceSans-Semibold";
}
.box-switch-pill .box-switch-pill-inner .switch-pill-item.selected {
  font-family: "SourceSans-Bold";
  background-color: #494df4;
  color: #fff;
}

.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  column-gap: 10px;
  border-color: #e5e5e5;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-ico {
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint0_linear_45180_67282)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.53345C14.2876 6.53345 14.5208 6.76668 14.5208 7.05438V7.22901C14.598 7.23018 14.6639 7.23271 14.7254 7.23814C15.9827 7.34932 16.9793 8.34596 17.0905 9.60323C17.1007 9.71814 17.1006 9.84833 17.1006 10.0395L17.1006 10.8891C17.1006 13.5766 15.0558 15.7865 12.4371 16.0478V17.473C12.4371 19.1033 13.7587 20.4249 15.389 20.4249H16.0019C16.8702 20.4249 17.6288 19.9515 18.0323 19.2481C17.0005 18.9017 16.2572 17.9269 16.2572 16.7784C16.2572 15.3399 17.4234 14.1737 18.8619 14.1737C20.3004 14.1737 21.4665 15.3399 21.4665 16.7784C21.4665 18.1262 20.4428 19.2349 19.1305 19.3693C18.6251 20.5998 17.4153 21.4668 16.0019 21.4668H15.389C13.1833 21.4668 11.3952 19.6787 11.3952 17.473V16.0487C8.66672 15.7867 6.53321 13.4878 6.53321 10.6907L6.53321 10.0396C6.53318 9.84835 6.53317 9.71815 6.54333 9.60323C6.65451 8.34596 7.65114 7.34932 8.90842 7.23814C9.01655 7.22858 9.1382 7.22803 9.31149 7.22802V7.05438C9.31149 6.76668 9.54472 6.53345 9.83242 6.53345C10.1201 6.53345 10.3534 6.76668 10.3534 7.05438V8.44352C10.3534 8.73122 10.1201 8.96445 9.83242 8.96445C9.54472 8.96445 9.31149 8.73122 9.31149 8.44352V8.26989C9.12854 8.27002 9.05723 8.27091 9.00019 8.27595C8.24583 8.34266 7.64785 8.94064 7.58114 9.69501C7.57558 9.75793 7.57506 9.83823 7.57506 10.0667V10.6907C7.57506 13.0882 9.51863 15.0317 11.9161 15.0317C14.204 15.0317 16.0588 13.177 16.0588 10.8891V10.0667C16.0588 9.83823 16.0583 9.75793 16.0527 9.69501C15.986 8.94064 15.388 8.34266 14.6336 8.27595C14.6042 8.27335 14.5711 8.27186 14.5208 8.271V8.44352C14.5208 8.73122 14.2876 8.96445 13.9999 8.96445C13.7122 8.96445 13.4789 8.73122 13.4789 8.44352V7.05438C13.4789 6.76668 13.7122 6.53345 13.9999 6.53345ZM17.2991 16.7784C17.2991 15.9153 17.9988 15.2156 18.8619 15.2156C19.725 15.2156 20.4246 15.9153 20.4246 16.7784C20.4246 17.6415 19.725 18.3412 18.8619 18.3412C17.9988 18.3412 17.2991 17.6415 17.2991 16.7784Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_45180_67282' x1='0.93475' y1='2.37999' x2='29.1885' y2='3.76565' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%23494DF4'/%3E%3Cstop offset='0.463039' stop-color='%234A37F4'/%3E%3Cstop offset='1' stop-color='%236F49F4'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb {
  position: relative;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb .numb {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb .status {
  position: absolute;
  background-color: #494df4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  padding: 0 10px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .desc {
  color: #7f7f7f;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  background-image: none;
  width: 22px;
  height: 22px;
  border: 0;
  position: relative;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check:before, .box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check:after {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 1px solid #999999;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 16px;
  height: 16px;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.syariah .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='url(%23paint0_linear_45180_61336)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.53345C14.2876 6.53345 14.5208 6.76668 14.5208 7.05438V7.22901C14.598 7.23018 14.6639 7.23271 14.7254 7.23814C15.9827 7.34932 16.9793 8.34596 17.0905 9.60323C17.1007 9.71814 17.1006 9.84833 17.1006 10.0395L17.1006 10.8891C17.1006 13.5766 15.0558 15.7865 12.4371 16.0478V17.473C12.4371 19.1033 13.7587 20.4249 15.389 20.4249H16.0019C16.8702 20.4249 17.6288 19.9515 18.0323 19.2481C17.0005 18.9017 16.2572 17.9269 16.2572 16.7784C16.2572 15.3399 17.4234 14.1737 18.8619 14.1737C20.3004 14.1737 21.4665 15.3399 21.4665 16.7784C21.4665 18.1262 20.4428 19.2349 19.1305 19.3693C18.6251 20.5998 17.4153 21.4668 16.0019 21.4668H15.389C13.1833 21.4668 11.3952 19.6787 11.3952 17.473V16.0487C8.66672 15.7867 6.53321 13.4878 6.53321 10.6907L6.53321 10.0396C6.53318 9.84835 6.53317 9.71815 6.54333 9.60323C6.65451 8.34596 7.65114 7.34932 8.90842 7.23814C9.01655 7.22858 9.1382 7.22803 9.31149 7.22802V7.05438C9.31149 6.76668 9.54472 6.53345 9.83242 6.53345C10.1201 6.53345 10.3534 6.76668 10.3534 7.05438V8.44352C10.3534 8.73122 10.1201 8.96445 9.83242 8.96445C9.54472 8.96445 9.31149 8.73122 9.31149 8.44352V8.26989C9.12854 8.27002 9.05723 8.27091 9.00019 8.27595C8.24583 8.34266 7.64785 8.94064 7.58114 9.69501C7.57558 9.75793 7.57506 9.83823 7.57506 10.0667V10.6907C7.57506 13.0882 9.51863 15.0317 11.9161 15.0317C14.204 15.0317 16.0588 13.177 16.0588 10.8891V10.0667C16.0588 9.83823 16.0583 9.75793 16.0527 9.69501C15.986 8.94064 15.388 8.34266 14.6336 8.27595C14.6042 8.27335 14.5711 8.27186 14.5208 8.271V8.44352C14.5208 8.73122 14.2876 8.96445 13.9999 8.96445C13.7122 8.96445 13.4789 8.73122 13.4789 8.44352V7.05438C13.4789 6.76668 13.7122 6.53345 13.9999 6.53345ZM17.2991 16.7784C17.2991 15.9153 17.9988 15.2156 18.8619 15.2156C19.725 15.2156 20.4246 15.9153 20.4246 16.7784C20.4246 17.6415 19.725 18.3412 18.8619 18.3412C17.9988 18.3412 17.2991 17.6415 17.2991 16.7784Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_45180_61336' x1='-2.43968' y1='-4.79452' x2='35.4009' y2='5.28195' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%239FD9B4'/%3E%3Cstop offset='0.851324' stop-color='%23027180'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.syariah .list-polis-item-inner .box-text .polis-numb .status {
  background-color: #027180;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner {
  background-color: #ddd;
  border-color: #ddd;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='%23CCCCCC'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.53345C14.2876 6.53345 14.5208 6.76668 14.5208 7.05438V7.22901C14.598 7.23018 14.6639 7.23271 14.7254 7.23814C15.9827 7.34932 16.9793 8.34596 17.0905 9.60323C17.1007 9.71814 17.1006 9.84833 17.1006 10.0395L17.1006 10.8891C17.1006 13.5766 15.0558 15.7865 12.4371 16.0478V17.473C12.4371 19.1033 13.7587 20.4249 15.389 20.4249H16.0019C16.8702 20.4249 17.6288 19.9515 18.0323 19.2481C17.0005 18.9017 16.2572 17.9269 16.2572 16.7784C16.2572 15.3399 17.4234 14.1737 18.8619 14.1737C20.3004 14.1737 21.4665 15.3399 21.4665 16.7784C21.4665 18.1262 20.4428 19.2349 19.1305 19.3693C18.6251 20.5998 17.4153 21.4668 16.0019 21.4668H15.389C13.1833 21.4668 11.3952 19.6787 11.3952 17.473V16.0487C8.66672 15.7867 6.53321 13.4878 6.53321 10.6907L6.53321 10.0396C6.53318 9.84835 6.53317 9.71815 6.54333 9.60323C6.65451 8.34596 7.65114 7.34932 8.90842 7.23814C9.01655 7.22858 9.1382 7.22803 9.31149 7.22802V7.05438C9.31149 6.76668 9.54472 6.53345 9.83242 6.53345C10.1201 6.53345 10.3534 6.76668 10.3534 7.05438V8.44352C10.3534 8.73122 10.1201 8.96445 9.83242 8.96445C9.54472 8.96445 9.31149 8.73122 9.31149 8.44352V8.26989C9.12854 8.27002 9.05723 8.27091 9.00019 8.27595C8.24583 8.34266 7.64785 8.94064 7.58114 9.69501C7.57558 9.75793 7.57506 9.83823 7.57506 10.0667V10.6907C7.57506 13.0882 9.51863 15.0317 11.9161 15.0317C14.204 15.0317 16.0588 13.177 16.0588 10.8891V10.0667C16.0588 9.83823 16.0583 9.75793 16.0527 9.69501C15.986 8.94064 15.388 8.34266 14.6336 8.27595C14.6042 8.27335 14.5711 8.27186 14.5208 8.271V8.44352C14.5208 8.73122 14.2876 8.96445 13.9999 8.96445C13.7122 8.96445 13.4789 8.73122 13.4789 8.44352V7.05438C13.4789 6.76668 13.7122 6.53345 13.9999 6.53345ZM17.2991 16.7784C17.2991 15.9153 17.9988 15.2156 18.8619 15.2156C19.725 15.2156 20.4246 15.9153 20.4246 16.7784C20.4246 17.6415 19.725 18.3412 18.8619 18.3412C17.9988 18.3412 17.2991 17.6415 17.2991 16.7784Z' fill='white' stroke='white' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-text .polis-numb {
  color: #808080;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-text .polis-numb .status {
  background-color: #999999;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-text .polis-numb .numb {
  color: #808080;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-text .desc {
  color: #808080;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.disabled .list-polis-item-inner .box-check {
  display: none;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background: #494df4;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.9999 6.53345C14.2876 6.53345 14.5208 6.76668 14.5208 7.05438V7.22901C14.598 7.23018 14.6639 7.23271 14.7254 7.23814C15.9827 7.34932 16.9793 8.34596 17.0905 9.60323C17.1007 9.71814 17.1006 9.84833 17.1006 10.0395L17.1006 10.8891C17.1006 13.5766 15.0558 15.7865 12.4371 16.0478V17.473C12.4371 19.1033 13.7587 20.4249 15.389 20.4249H16.0019C16.8702 20.4249 17.6288 19.9515 18.0323 19.2481C17.0005 18.9017 16.2572 17.9269 16.2572 16.7784C16.2572 15.3399 17.4234 14.1737 18.8619 14.1737C20.3004 14.1737 21.4665 15.3399 21.4665 16.7784C21.4665 18.1262 20.4428 19.2349 19.1305 19.3693C18.6251 20.5998 17.4153 21.4668 16.0019 21.4668H15.389C13.1833 21.4668 11.3952 19.6787 11.3952 17.473V16.0487C8.66672 15.7867 6.53321 13.4878 6.53321 10.6907L6.53321 10.0396C6.53318 9.84835 6.53317 9.71815 6.54333 9.60323C6.65451 8.34596 7.65114 7.34932 8.90842 7.23814C9.01655 7.22858 9.1382 7.22803 9.31149 7.22802V7.05438C9.31149 6.76668 9.54472 6.53345 9.83242 6.53345C10.1201 6.53345 10.3534 6.76668 10.3534 7.05438V8.44352C10.3534 8.73122 10.1201 8.96445 9.83242 8.96445C9.54472 8.96445 9.31149 8.73122 9.31149 8.44352V8.26989C9.12854 8.27002 9.05723 8.27091 9.00019 8.27595C8.24583 8.34266 7.64785 8.94064 7.58114 9.69501C7.57558 9.75793 7.57506 9.83823 7.57506 10.0667V10.6907C7.57506 13.0882 9.51863 15.0317 11.9161 15.0317C14.204 15.0317 16.0588 13.177 16.0588 10.8891V10.0667C16.0588 9.83823 16.0583 9.75793 16.0527 9.69501C15.986 8.94064 15.388 8.34266 14.6336 8.27595C14.6042 8.27335 14.5711 8.27186 14.5208 8.271V8.44352C14.5208 8.73122 14.2876 8.96445 13.9999 8.96445C13.7122 8.96445 13.4789 8.73122 13.4789 8.44352V7.05438C13.4789 6.76668 13.7122 6.53345 13.9999 6.53345ZM17.2991 16.7784C17.2991 15.9153 17.9988 15.2156 18.8619 15.2156C19.725 15.2156 20.4246 15.9153 20.4246 16.7784C20.4246 17.6415 19.725 18.3412 18.8619 18.3412C17.9988 18.3412 17.2991 17.6415 17.2991 16.7784Z' fill='%23494DF4' stroke='%23494DF4' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .polis-numb .numb {
  color: #fff;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .polis-numb .status {
  border: 1px solid #fff;
  background-color: transparent;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .desc {
  color: #fff;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check:before {
  border-color: #fff;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00004 1.4541C4.38517 1.4541 1.45459 4.38468 1.45459 7.99955C1.45459 11.6144 4.38517 14.545 8.00004 14.545C11.6149 14.545 14.5455 11.6144 14.5455 7.99955C14.5455 4.38468 11.6149 1.4541 8.00004 1.4541ZM10.8372 6.89278C10.8894 6.83306 10.9292 6.7635 10.9542 6.68818C10.9791 6.61287 10.9888 6.53332 10.9826 6.45422C10.9763 6.37513 10.9543 6.29807 10.9179 6.2276C10.8814 6.15712 10.8312 6.09465 10.7703 6.04386C10.7093 5.99306 10.6388 5.95497 10.5629 5.93182C10.4871 5.90868 10.4073 5.90094 10.3284 5.90907C10.2494 5.9172 10.1729 5.94104 10.1034 5.97917C10.0338 6.01731 9.97253 6.06897 9.92322 6.13113L7.36454 9.20094L6.04057 7.87638C5.92835 7.76799 5.77804 7.70801 5.62202 7.70937C5.466 7.71072 5.31676 7.7733 5.20643 7.88363C5.09611 7.99396 5.03353 8.1432 5.03217 8.29922C5.03082 8.45524 5.09079 8.60554 5.19918 8.71777L6.98431 10.5029C7.04277 10.5613 7.11277 10.6069 7.18984 10.6368C7.26691 10.6667 7.34936 10.6802 7.43194 10.6764C7.51451 10.6727 7.5954 10.6518 7.66945 10.615C7.74349 10.5783 7.80906 10.5265 7.86199 10.463L10.8372 6.89278Z' fill='%23494DF4'/%3E%3Ccircle cx='7.99989' cy='7.99964' r='3.63636' fill='%23494DF4'/%3E%3Ccircle cx='7.99991' cy='7.99991' r='2.90909' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner {
  background: #027180;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner .box-ico {
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='14' cy='14' r='14' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.0001 6.5332C14.2878 6.5332 14.521 6.76643 14.521 7.05413V7.22877C14.5983 7.22994 14.6642 7.23246 14.7257 7.2379C15.9829 7.34908 16.9796 8.34571 17.0907 9.60299C17.1009 9.7179 17.1009 9.84809 17.1009 10.0393L17.1009 10.8889C17.1009 13.5764 15.056 15.7862 12.4373 16.0475V17.4728C12.4373 19.1031 13.7589 20.4247 15.3892 20.4247H16.0021C16.8704 20.4247 17.629 19.9513 18.0326 19.2479C17.0008 18.9015 16.2575 17.9266 16.2575 16.7781C16.2575 15.3396 17.4236 14.1735 18.8621 14.1735C20.3006 14.1735 21.4667 15.3396 21.4667 16.7781C21.4667 18.1259 20.443 19.2346 19.1307 19.3691C18.6254 20.5995 17.4156 21.4665 16.0021 21.4665H15.3892C13.1835 21.4665 11.3955 19.6785 11.3955 17.4728V16.0485C8.66697 15.7865 6.53345 13.4876 6.53345 10.6904L6.53345 10.0393C6.53343 9.84811 6.53341 9.71791 6.54358 9.60299C6.65476 8.34571 7.65139 7.34908 8.90866 7.2379C9.01679 7.22834 9.13845 7.22779 9.31174 7.22777V7.05413C9.31174 6.76643 9.54497 6.5332 9.83267 6.5332C10.1204 6.5332 10.3536 6.76643 10.3536 7.05413V8.44328C10.3536 8.73098 10.1204 8.9642 9.83267 8.9642C9.54497 8.9642 9.31174 8.73098 9.31174 8.44328V8.26965C9.12878 8.26977 9.05747 8.27066 9.00044 8.27571C8.24607 8.34242 7.64809 8.94039 7.58138 9.69476C7.57582 9.75768 7.57531 9.83799 7.57531 10.0664V10.6904C7.57531 13.0879 9.51887 15.0315 11.9164 15.0315C14.2043 15.0315 16.059 13.1768 16.059 10.8889V10.0664C16.059 9.83799 16.0585 9.75768 16.0529 9.69476C15.9862 8.94039 15.3882 8.34242 14.6339 8.27571C14.6045 8.27311 14.5713 8.27161 14.521 8.27076V8.44328C14.521 8.73098 14.2878 8.9642 14.0001 8.9642C13.7124 8.9642 13.4792 8.73098 13.4792 8.44328V7.05413C13.4792 6.76643 13.7124 6.5332 14.0001 6.5332ZM17.2993 16.7781C17.2993 15.915 17.999 15.2154 18.8621 15.2154C19.7252 15.2154 20.4249 15.915 20.4249 16.7781C20.4249 17.6412 19.7252 18.3409 18.8621 18.3409C17.999 18.3409 17.2993 17.6412 17.2993 16.7781Z' fill='%23027180' stroke='%23027180' stroke-width='0.4' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner .box-text .polis-numb .numb {
  color: #fff;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner .box-text .polis-numb .status {
  border: 1px solid #fff;
  background-color: transparent;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner .box-text .desc {
  color: #fff;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner .box-check:before {
  border-color: #fff;
  background-color: #fff;
  width: 20px;
  height: 20px;
}
.box-list-polis-row.new .box-list-polis-row-inner .list-polis-item.selected.syariah .list-polis-item-inner .box-check:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00004 1.4541C4.38517 1.4541 1.45459 4.38468 1.45459 7.99955C1.45459 11.6144 4.38517 14.545 8.00004 14.545C11.6149 14.545 14.5455 11.6144 14.5455 7.99955C14.5455 4.38468 11.6149 1.4541 8.00004 1.4541ZM10.8372 6.89278C10.8894 6.83306 10.9292 6.7635 10.9542 6.68818C10.9791 6.61287 10.9888 6.53332 10.9826 6.45422C10.9763 6.37513 10.9543 6.29807 10.9179 6.2276C10.8814 6.15712 10.8312 6.09465 10.7703 6.04386C10.7093 5.99306 10.6388 5.95497 10.5629 5.93182C10.4871 5.90868 10.4073 5.90094 10.3284 5.90907C10.2494 5.9172 10.1729 5.94104 10.1034 5.97917C10.0338 6.01731 9.97253 6.06897 9.92322 6.13113L7.36454 9.20094L6.04057 7.87638C5.92835 7.76799 5.77804 7.70801 5.62202 7.70937C5.466 7.71072 5.31676 7.7733 5.20643 7.88363C5.09611 7.99396 5.03353 8.1432 5.03217 8.29922C5.03082 8.45524 5.09079 8.60554 5.19918 8.71777L6.98431 10.5029C7.04277 10.5613 7.11277 10.6069 7.18984 10.6368C7.26691 10.6667 7.34936 10.6802 7.43194 10.6764C7.51451 10.6727 7.5954 10.6518 7.66945 10.615C7.74349 10.5783 7.80906 10.5265 7.86199 10.463L10.8372 6.89278Z' fill='%23027180'/%3E%3Ccircle cx='7.99989' cy='7.99964' r='3.63636' fill='%23494DF4'/%3E%3Ccircle cx='7.99991' cy='7.99991' r='2.90909' fill='white'/%3E%3C/svg%3E%0A");
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
}

#modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner {
  height: 100%;
}
@media (min-width: 280px) and (max-height: 850px) {
  #modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: initial;
  }
}
#modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner .box-list-polis-row.new {
  height: 100%;
}
#modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner .box-list-polis-row.new .box-list-polis-row-inner {
  max-height: calc(100% - 120px);
  overflow-y: auto;
}
@media (max-width: 768px) {
  #modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner .box-list-polis-row.new .box-list-polis-row-inner {
    height: 100%;
    max-height: calc(100vh - 250px);
  }
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected .box-action-choose-inner {
  color: #333;
  border: 1px solid #494df4;
  background: rgba(73, 77, 244, 0.04);
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected .box-action-choose-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='20' viewBox='0 0 23 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8.675' cy='6.55262' rx='2.05' ry='2.22083' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M12.7752 13.2155C12.7752 14.442 12.7752 15.4363 8.6752 15.4363C4.5752 15.4363 4.5752 14.442 4.5752 13.2155C4.5752 11.9889 6.41083 10.9946 8.6752 10.9946C10.9396 10.9946 12.7752 11.9889 12.7752 13.2155Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M1.5 9.88333C1.5 5.69569 1.5 3.60187 2.70086 2.30093C3.90172 1 5.83448 1 9.7 1H13.8C17.6655 1 19.5983 1 20.7991 2.30093C22 3.60187 22 5.69569 22 9.88333C22 14.071 22 16.1648 20.7991 17.4657C19.5983 18.7667 17.6655 18.7667 13.8 18.7667H9.7C5.83448 18.7667 3.90172 18.7667 2.70086 17.4657C1.5 16.1648 1.5 14.071 1.5 9.88333Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M18.9248 9.88354H14.8248' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.9248 6.55273H13.7998' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M18.9248 13.2144H15.8498' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected .box-action-choose-inner .text .text-inner {
  font-family: "SourceSans-Bold";
}

.CX-perubahan-metode-bayar:not(.pilih-polis) {
  max-width: 773px;
  margin: 0 auto;
}

.box-payment-method-current .box-payment-method-current-inner {
  padding: 24px 25px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner {
    padding: 24px 16px;
  }
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title {
    margin-bottom: 8px;
  }
}
@media (min-width: 769px) {
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner {
    display: flex;
    align-items: center;
  }
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-text {
  flex: 1 1 auto;
  display: none;
}
@media (min-width: 769px) {
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-text {
    display: block;
  }
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-text h3 {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #5f5f5f;
  margin-bottom: 2px;
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-text p {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #999999;
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current {
  background-color: #e4e5fe;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  padding: 7px 16px;
  padding-right: 36px;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current {
    padding-right: 30px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='7' viewBox='0 0 11 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.7075 0L5.5 4.32659L1.2925 0L0 1.33198L5.5 7L11 1.33198L9.7075 0Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 7px;
  display: inline-block;
  transform-origin: center center;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 12px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current.active:after, .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current.selected:after {
  -webkit-transform: translateY(-50%) rotate(-180deg);
  -moz-transform: translateY(-50%) rotate(-180deg);
  -ms-transform: translateY(-50%) rotate(-180deg);
  -o-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current .box-polis-current-inner .label-polis {
  display: none;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #494df4;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current .box-polis-current-inner .label-polis {
    display: block;
  }
}
.box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current .box-polis-current-inner .polis-numb {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #494df4;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current .box-polis-current-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .box-payment-method-current .box-payment-method-current-inner .box-polis-and-title .box-polis-and-title-inner .box-polis-current .box-polis-current-inner .polis-numb {
    text-align: right;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method {
  background: linear-gradient(108deg, #00008f 15.46%, #113179 98.4%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  -webkit-box-shadow: 0px 9px 13px 5px rgba(12, 33, 129, 0.25);
  -moz-box-shadow: 0px 9px 13px 5px rgba(12, 33, 129, 0.25);
  -ms-box-shadow: 0px 9px 13px 5px rgba(12, 33, 129, 0.25);
  -o-box-shadow: 0px 9px 13px 5px rgba(12, 33, 129, 0.25);
  box-shadow: 0px 9px 13px 5px rgba(12, 33, 129, 0.25);
  position: relative;
  overflow: hidden;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method:before {
  content: "";
  position: absolute;
  top: -25px;
  right: -44px;
  display: inline-block;
  width: 184px;
  height: 184px;
  background-color: #ffffff;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: blur(45px);
  -moz-filter: blur(45px);
  -ms-filter: blur(45px);
  -o-filter: blur(45px);
  filter: blur(45px);
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method:after {
  content: "";
  position: absolute;
  bottom: -55px;
  left: -25px;
  display: inline-block;
  width: 109px;
  height: 109px;
  background-color: #ffffff;
  opacity: 0.3;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  -webkit-filter: blur(45px);
  -moz-filter: blur(45px);
  -ms-filter: blur(45px);
  -o-filter: blur(45px);
  filter: blur(45px);
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner {
  position: relative;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-info-label {
  position: absolute;
  right: -1px;
  top: -1px;
  background: #1cc542;
  -webkit-border-radius: 0px 8px 0px 14px;
  -moz-border-radius: 0px 8px 0px 14px;
  -ms-border-radius: 0px 8px 0px 14px;
  -o-border-radius: 0px 8px 0px 14px;
  border-radius: 0px 8px 0px 14px;
  -webkit-box-shadow: -1px 5px 7px 1px rgba(0, 0, 0, 0.12);
  -moz-box-shadow: -1px 5px 7px 1px rgba(0, 0, 0, 0.12);
  -m-box-shadow: -1px 5px 7px 1px rgba(0, 0, 0, 0.12);
  -s-box-shadow: -1px 5px 7px 1px rgba(0, 0, 0, 0.12);
  -o-box-shadow: -1px 5px 7px 1px rgba(0, 0, 0, 0.12);
  box-shadow: -1px 5px 7px 1px rgba(0, 0, 0, 0.12);
  padding: 2px 13px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-info-label {
    padding: 0px 10px;
    line-height: normal;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-info-label span {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-info-label span {
    font-size: 10px;
    line-height: normal;
    position: relative;
    top: -2px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner {
  padding: 15px 20px 11px;
  color: #fff;
  position: relative;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner {
    padding: 15px 11px 11px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -5px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening {
    right: 0px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening .box-name-inner {
  font-size: 43px;
  font-style: normal;
  font-family: "SourceSans-Black";
  line-height: 22px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening .box-name-inner {
    font-size: 54px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening .box-name-inner span {
  display: inline-block;
  margin-right: 10px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening .box-name-inner span.hide-on-mobile {
    display: none;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-rekening .box-name-inner span:last-child {
  margin-right: 0px;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-logo {
  margin-bottom: 22px;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-product {
  margin-bottom: 16px;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-product .name {
  font-size: 18px;
  font-style: normal;
  line-height: 23px;
  font-family: "SourceSans-Bold";
  margin-bottom: 0px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-product .name {
    font-size: 20px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-product .name-product {
  color: rgba(255, 255, 255, 0.8);
  font-size: 13px;
  font-style: normal;
  line-height: 23px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-name-product .name-product {
    font-size: 14px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-norek-currency .box-norek-currency-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-norek-currency .box-norek-currency-inner .box-item:last-child {
  text-align: right;
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-norek-currency .box-norek-currency-inner .box-item .label-item {
  font-size: 12px;
  font-style: normal;
  line-height: 23px;
  color: rgba(255, 255, 255, 0.4);
  margin-bottom: -3px;
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-norek-currency .box-norek-currency-inner .box-item .label-item {
    font-size: 13px;
  }
}
.box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-norek-currency .box-norek-currency-inner .box-item .value-item {
  font-size: 15px;
  font-style: normal;
  line-height: 23px;
  letter-spacing: 0.3px;
  font-family: "SourceSans-Black";
}
@media (max-width: 768px) {
  .box-payment-method-current .box-payment-method-current-inner .current-payment-method .current-payment-method-inner .box-inner .box-norek-currency .box-norek-currency-inner .box-item .value-item {
    font-size: 16px;
  }
}

.CX-perubahan-metode-bayar .divider {
  padding: 0px 0 0px;
  position: relative;
  background-color: #fff;
}
.CX-perubahan-metode-bayar .divider:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #f7f7ff;
  height: 5px;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .box-title h3 {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  margin-bottom: 2px;
}
@media (max-width: 768px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .box-title h3 {
    font-size: 17px;
  }
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .box-title p {
  color: #999;
  font-size: 12px;
  font-style: normal;
  line-height: normal;
}
@media (max-width: 768px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .box-title p {
    font-size: 13px;
  }
}

.box-new-payment-method .box-new-payment-method-inner {
  padding: 24px 25px;
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 8px;
}
@media (max-width: 767px) {
  .box-new-payment-method .box-new-payment-method-inner .box-new-payment-list {
    grid-template-columns: 1fr;
    grid-row-gap: 17px;
  }
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item {
  flex: 1;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: linear-gradient(105deg, #71ba8c -10.48%, #027685 86.82%);
  color: #fff;
  text-decoration: none;
  position: relative;
  padding: 20px 21px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item:hover {
  -webkit-transform: translateY(-8px);
  -moz-transform: translateY(-8px);
  -ms-transform: translateY(-8px);
  -o-transform: translateY(-8px);
  transform: translateY(-8px);
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item:nth-of-type(even) {
  background: linear-gradient(265deg, #6849f4 24.04%, #4980f4 89.25%);
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item .img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item .item-inner {
  position: relative;
  max-width: 80%;
}
@media (min-width: 768px) {
  .box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item .item-inner {
    max-width: 65%;
  }
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item .item-inner .title {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
}
@media (max-width: 768px) {
  .box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item .item-inner .title {
    font-size: 18px;
    line-height: 25px;
  }
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item .item-inner .desc {
  font-size: 12px;
  font-style: normal;
  line-height: 14px;
  color: rgba(255, 255, 255, 0.9);
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item.disabled {
  pointer-events: none;
}
.box-new-payment-method .box-new-payment-method-inner .box-new-payment-list .item.disabled:before {
  content: "";
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  z-index: 1;
}

.cx-my-tour-shepherd-enabled.cx-my-tour-shepherd-target {
  pointer-events: none;
}

@media (min-width: 1025px) {
  .cx-tour-guide.shepherd-element.pop-top-end, .cx-tour-guide.shepherd-element.pop-bottom-end {
    right: 0px !important;
  }
}
.cx-tour-guide .shepherd-content .shepherd-text h3 {
  font-size: 16px;
  line-height: normal;
}
.cx-tour-guide .shepherd-content .shepherd-text p {
  font-size: 15px;
  line-height: 23px;
}
.cx-tour-guide.two-buttons .shepherd-content .shepherd-footer {
  justify-content: space-between;
}
.cx-tour-guide.two-buttons .shepherd-content .shepherd-footer .new-btn-blue:last-child {
  place-items: flex-end;
}

.box-change-payment-info {
  position: relative;
  padding: 0px 25px 16px;
}
@media (max-width: 767px) {
  .box-change-payment-info {
    padding: 0px 0px 16px;
  }
}
.box-change-payment-info .box-change-payment-info-indicator {
  position: absolute;
  width: 100%;
  left: 50%;
  top: calc(50% - 12px);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 60%;
  text-align: center;
}
@media (max-width: 767px) {
  .box-change-payment-info .box-change-payment-info-indicator {
    max-width: 31%;
  }
}
.box-change-payment-info .box-change-payment-info-indicator:before {
  content: "";
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='480' height='1' viewBox='0 0 480 1' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='480' y2='0.5' stroke='%23494DF4' stroke-dasharray='3 3'/%3E%3C/svg%3E%0A");
  height: 1px;
}
.box-change-payment-info .box-change-payment-info-indicator .ico {
  position: relative;
}
.box-change-payment-info .box-change-payment-info-indicator .ico:before, .box-change-payment-info .box-change-payment-info-indicator .ico:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='2.5' fill='white' stroke='%23494DF4' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 8px;
  height: 8px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-change-payment-info .box-change-payment-info-indicator .ico:before {
  left: 0px;
}
.box-change-payment-info .box-change-payment-info-indicator .ico:after {
  right: 0px;
}
.box-change-payment-info .box-change-payment-info-inner {
  display: flex;
  justify-content: space-between;
  background: #f7f7ff;
  padding: 8px 16px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -0-border-radius: 8px;
  border-radius: 8px;
}
@media (max-width: 767px) {
  .box-change-payment-info .box-change-payment-info-inner {
    padding: 18px 16px;
  }
}
.box-change-payment-info .box-change-payment-info-inner .item:last-child {
  text-align: right;
}
.box-change-payment-info .box-change-payment-info-inner .item .label-item {
  font-size: 12px;
  font-style: normal;
  line-height: normal;
  color: #7f7f7f;
}
.box-change-payment-info .box-change-payment-info-inner .item .value-item {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333333;
  text-transform: uppercase;
}

.CX-perubahan-metode-bayar.syariah .box-payment-method-current .box-payment-method-current-inner .current-payment-method {
  background: linear-gradient(107deg, #077b57 13.24%, #05836c 80.71%);
}

.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner ol.bg-transparent li {
  background-color: transparent;
}

.box-list-view .inner.two-column .list-view-item-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 769px) {
  .box-list-view .inner.two-column .list-view-item-group {
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  }
}
@media (max-width: 768px) {
  .box-list-view .inner.two-column .list-view-item-group {
    grid-template-columns: 1fr;
  }
}
.box-list-view .inner.two-column .list-view-item-group .list-view-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
}
@media (min-width: 769px) {
  .box-list-view .inner.two-column .list-view-item-group .list-view-item {
    border-bottom: 0px;
  }
}
.box-list-view .inner.two-column .list-view-item-group:last-child {
  border-bottom: 0px;
}
.box-list-view .inner.two-column .list-view-item-group:last-child .list-view-item {
  border-bottom: 0px;
}

.CX-perubahan-metode-bayar .CX-accordion-flexible {
  padding: 0 25px 16px;
}
@media (max-width: 768px) {
  .CX-perubahan-metode-bayar .CX-accordion-flexible {
    padding: 0 16px 16px;
  }
}
.CX-perubahan-metode-bayar .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item {
  border: 1px solid #d9dff2;
  background-color: #fafafa;
}
.CX-perubahan-metode-bayar .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header {
  column-gap: 8px;
}
@media (min-width: 769px) {
  .CX-perubahan-metode-bayar .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header {
    padding-right: 60px;
  }
}
@media (min-width: 769px) {
  .CX-perubahan-metode-bayar .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-title {
    flex: 1 1 auto;
  }
}
.CX-perubahan-metode-bayar .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
  font-size: 16px;
}
.CX-perubahan-metode-bayar .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-content .item-content-inner .box-list-view .inner {
  padding: 0 0 0;
}

.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) {
  background-color: #494df4;
  border-color: #494df4;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-ico svg circle,
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-ico svg path {
  stroke: #fff;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
  color: #fff;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #fff;
  -webkit-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
  -moz-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
  -ms-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
  -o-box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.18);
  color: #494df4;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .ico.ico-note.ico-note-active {
  display: none;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  color: #494df4;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L0.999999 0.999999' stroke='white' stroke-width='2.5'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 10px;
}
.CX-accordion-flexible.header-primary .box-accordion-flexible .accordion-flexible-item.can-collapse.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .ico.ico-note.ico-note-nonactive {
  display: none;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis.full {
  padding: 24px 25px;
  margin-left: 0px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis.rekening {
  max-width: 366px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis.rekening .box-choose-polis-inner .box-action-choose a:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 9C1 5.22876 1 3.34315 2.17157 2.17157C3.34315 1 5.22876 1 9 1H13C16.7712 1 18.6569 1 19.8284 2.17157C21 3.34315 21 5.22876 21 9C21 12.7712 21 14.6569 19.8284 15.8284C18.6569 17 16.7712 17 13 17H9C5.22876 17 3.34315 17 2.17157 15.8284C1 14.6569 1 12.7712 1 9Z' stroke='%23333333' stroke-width='1.5'/%3E%3Cpath d='M9 13H5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 13H11.5' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L21 7' stroke='%23333333' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 22px;
  height: 18px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis.rekening .box-choose-polis-inner .box-action-choose a:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='7' fill='%23999999' stroke='%23E5E5E5' stroke-width='6'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
}

@media (min-width: 769px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop .box-pop-up-modal {
    width: 400px;
    padding-top: 42px;
  }
}

.box-list-polis-row .box-search {
  margin-bottom: 16px;
  position: relative;
}
.box-list-polis-row .box-search:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.67442 1.97674C4.52768 1.97674 1.97674 4.52768 1.97674 7.67442C1.97674 10.8212 4.52768 13.3721 7.67442 13.3721C10.8212 13.3721 13.3721 10.8212 13.3721 7.67442C13.3721 4.52768 10.8212 1.97674 7.67442 1.97674ZM1 7.67442C1 3.98824 3.98824 1 7.67442 1C11.3606 1 14.3488 3.98824 14.3488 7.67442C14.3488 9.34173 13.7375 10.8663 12.7267 12.036L14.857 14.1663C15.0477 14.357 15.0477 14.6662 14.857 14.857C14.6662 15.0477 14.357 15.0477 14.1663 14.857L12.036 12.7267C10.8663 13.7375 9.34173 14.3488 7.67442 14.3488C3.98824 14.3488 1 11.3606 1 7.67442Z' fill='%23333333' stroke='%23333333' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.box-list-polis-row .box-search .form-control {
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #f2f3fe;
  height: 50px;
  border-color: transparent;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  padding-left: 44px;
}
.box-list-polis-row .box-search .form-control:focus {
  border-color: #494df4;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner {
  grid-row-gap: 5px;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item {
  padding-bottom: 5px;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item:after {
  content: "";
  width: 100%;
  display: block;
  border-bottom: 1px solid #f5f5f5;
  position: absolute;
  bottom: 0;
  left: 0;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item:last-child:after {
  display: none;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item .list-polis-item-inner {
  border: 0;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-img {
  flex: 0 0 auto;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .polis-numb .numb {
  color: #333;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-text .desc {
  color: rgba(51, 51, 51, 0.8);
  font-family: "SourceSans-Semibold";
  display: block;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item .list-polis-item-inner .box-check {
  position: relative;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  background-color: #f2f3fe;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .polis-numb .numb {
  color: #494df4;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .desc {
  color: rgba(73, 78, 244, 0.8);
  font-size: 13px;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2C6.02955 2 2 6.02955 2 11C2 15.9705 6.02955 20 11 20C15.9705 20 20 15.9705 20 11C20 6.02955 15.9705 2 11 2ZM14.9011 9.47818C14.9729 9.39607 15.0276 9.30042 15.0619 9.19687C15.0963 9.09331 15.1095 8.98393 15.1009 8.87517C15.0924 8.76641 15.0621 8.66046 15.012 8.56356C14.9619 8.46666 14.8929 8.38076 14.8091 8.31092C14.7253 8.24107 14.6283 8.1887 14.524 8.15687C14.4196 8.12504 14.31 8.11441 14.2015 8.12559C14.0929 8.13677 13.9877 8.16954 13.8921 8.22197C13.7964 8.27441 13.7122 8.34545 13.6444 8.43091L10.1262 12.6519L8.30573 10.8306C8.15142 10.6816 7.94474 10.5991 7.73022 10.601C7.51569 10.6029 7.31048 10.6889 7.15878 10.8406C7.00709 10.9923 6.92104 11.1975 6.91918 11.412C6.91731 11.6266 6.99978 11.8332 7.14882 11.9875L9.60336 14.4421C9.68376 14.5224 9.78 14.5851 9.88598 14.6262C9.99195 14.6673 10.1053 14.6859 10.2189 14.6807C10.3324 14.6756 10.4436 14.6468 10.5454 14.5963C10.6472 14.5458 10.7374 14.4746 10.8102 14.3873L14.9011 9.47818Z' fill='%23494DF4'/%3E%3Ccircle cx='11' cy='11' r='5' fill='%23494DF4'/%3E%3Ccircle cx='11' cy='11' r='4' fill='white'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  background-color: transparent;
  border: 0;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-check:after {
  display: none;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.new-rekening .list-polis-item-inner {
  align-items: flex-start;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.new-rekening .list-polis-item-inner .box-text .text-inner {
  font-size: 15px;
  line-height: normal;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.new-rekening .list-polis-item-inner .box-text .account-type {
  font-size: 13px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.new-rekening .list-polis-item-inner .box-check {
  position: relative;
  top: 0px;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.new-rekening.selected .list-polis-item-inner {
  background-color: transparent;
}
.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.new-rekening.selected .list-polis-item-inner .box-text .text-inner {
  font-family: "SourceSans-Bold";
  color: #494df4;
}

@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop .box-pop-up-modal .box-pop-up-modal-inner {
    margin-bottom: 80px;
  }
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop .box-pop-up-modal .box-pop-up-modal-inner .box-act.box-process {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -moz-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -ms-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -o-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  padding: 10px 16px;
  background-color: #fff;
  z-index: 1;
}

.choose-rekening-type {
  text-align: left;
}
.choose-rekening-type > .title {
  font-size: 17px;
  font-style: normal;
  font-family: "SourceSans-Bold";
  line-height: normal;
  margin-bottom: 27px;
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item {
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  padding: 16px 0;
  display: block;
  border-bottom: 1px solid #f5f5f5;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: relative;
  padding-right: 40px;
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 15L9 8L1 1' stroke='%23333333' stroke-width='2'/%3E%3C/svg%3E%0A");
  width: 11px;
  height: 16px;
  display: inline-block;
  position: absolute;
  right: 16px;
  top: 20px;
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item:last-child {
  border-bottom: 0;
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item:hover {
  color: #494df4;
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item:hover:after {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='16' viewBox='0 0 11 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 15L9 8L1 1' stroke='%23494DF4' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item.selected, .choose-rekening-type .choose-rekening-type-inner .rekening-type-item.active {
  font-family: "SourceSans-Bold";
  color: #494df4;
}
.choose-rekening-type .choose-rekening-type-inner .rekening-type-item.selected:after, .choose-rekening-type .choose-rekening-type-inner .rekening-type-item.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.999999 16L9 9L1 2' stroke='%23494DF4' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 18px;
}

.box-list-polis-row.new.type-default .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .desc .account-type:before {
  content: "- ";
}

@media (min-width: 769px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.rekening {
    width: 366px;
  }
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner {
  border: 1px solid #494df4;
  background: rgba(73, 77, 244, 0.04);
  padding: 4px 14px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 9C1 5.22876 1 3.34315 2.17157 2.17157C3.34315 1 5.22876 1 9 1H13C16.7712 1 18.6569 1 19.8284 2.17157C21 3.34315 21 5.22876 21 9C21 12.7712 21 14.6569 19.8284 15.8284C18.6569 17 16.7712 17 13 17H9C5.22876 17 3.34315 17 2.17157 15.8284C1 14.6569 1 12.7712 1 9Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M9 13H5' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 13H11.5' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L21 7' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 18px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='4' fill='%23494DF4'/%3E%3Ccircle cx='10' cy='10' r='7' stroke='%23494DF4' stroke-opacity='0.2' stroke-width='6'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner .text .text-inner {
  color: #494df4;
  font-family: "SourceSans-Bold";
  font-size: 17px;
  line-height: 25px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner .text .sub-text-inner {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #333333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose {
  position: relative;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .cx-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.2));
  -moz-filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.2));
  -ms-filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.2));
  -o-filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(0px 4px 7px rgba(0, 0, 0, 0.2));
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 21px;
  -moz-border-radius: 21px;
  -ms-border-radius: 21px;
  -o-border-radius: 21px;
  border-radius: 21px;
  background: #3032c1;
  padding: 4px 8px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #3032c1;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .cx-tooltip.place-top {
  bottom: initial;
  top: -40px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose .cx-tooltip.place-top:after {
  top: initial;
  bottom: -8px;
  border-bottom: 0;
  border-top: 14px solid #3032c1;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.new .cx-tooltip .cx-tooltip-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.new .cx-tooltip .cx-tooltip-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='9' cy='9' r='9' fill='white'/%3E%3Cpath d='M8.02512 13.3075V9.99552H4.85712V8.12352H8.02512V4.81152H9.96912V8.12352H13.1371V9.99552H9.96912V13.3075H8.02512Z' fill='%233032C1'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  display: inline-block;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose:hover .cx-tooltip {
  opacity: 1;
  visibility: visible;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .CX-simple-form {
  padding: 24px 25px 24px;
}
@media (max-width: 768px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .CX-simple-form {
    padding-bottom: 100px;
  }
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .row + .row {
  margin-top: 24px;
}
@media (min-width: 769px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload {
    width: 363px;
    position: relative;
  }
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results {
  margin: 8px 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item {
  padding-bottom: 0px;
  margin-bottom: 7px;
  border-bottom: 0px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
  grid-template-columns: 1fr;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress {
  display: block;
  border-color: transparent;
  background: #f2f5fe;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  padding: 7px 13px 5px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
  grid-column-gap: 8px;
  align-items: center;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
  left: initial;
  width: 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico .box-ico-loader {
  position: absolute;
  top: 50%;
  left: -15px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text {
  flex: 1 1 auto;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .file_name {
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  font-family: "SourceSans-Semibold";
  color: #333;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .file_size {
  font-size: 12px;
  font-style: normal;
  line-height: 16px;
  font-family: "SourceSans-Semibold";
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-bottom: 0px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .progress-bar-status {
  position: relative;
  left: initial;
  bottom: initial;
  height: 5px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .progress-bar-status:before {
  background-color: rgba(73, 78, 244, 0.3);
  left: 0px;
  right: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .progress-bar-status .progress-bar-status-inner {
  background-color: #494df4;
  left: 0px;
  right: 0px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file {
  position: relative;
  right: initial;
  top: initial;
  transform: none;
  pointer-events: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file a.close_file {
  opacity: 0;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file a.close_file span {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.44231 13.7543C1.67822 13.0163 1.06877 12.1336 0.649494 11.1575C0.230222 10.1815 0.00953258 9.13175 0.000302054 8.06952C-0.00892848 7.00728 0.193485 5.95384 0.595732 4.97067C0.997979 3.9875 1.592 3.09429 2.34315 2.34315C3.09429 1.592 3.9875 0.997979 4.97067 0.595732C5.95384 0.193485 7.00728 -0.00892848 8.06952 0.000302054C9.13175 0.00953258 10.1815 0.230222 11.1575 0.649494C12.1336 1.06877 13.0163 1.67822 13.7543 2.44231C15.2116 3.95112 16.0179 5.97194 15.9997 8.06952C15.9815 10.1671 15.1401 12.1736 13.6569 13.6569C12.1736 15.1401 10.1671 15.9815 8.06952 15.9997C5.97194 16.0179 3.95112 15.2116 2.44231 13.7543ZM9.21831 8.09831L11.4823 5.83431L10.3543 4.70631L8.09831 6.97031L5.83431 4.70631L4.70631 5.83431L6.97031 8.09831L4.70631 10.3623L5.83431 11.4903L8.09831 9.22631L10.3623 11.4903L11.4903 10.3623L9.22631 8.09831H9.21831Z' fill='%23C91432'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
  display: inline-block;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file:before {
  content: "";
  background-image: url("/o/axa-emma-theme/images/loader-2.gif");
  background-size: cover;
  width: 50px;
  height: 38px;
  display: inline-block;
  position: absolute;
  top: 50%;
  right: -15px;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress {
  padding: 7px 13px 5px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
  width: initial;
  margin-right: 2px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico {
  background-color: transparent;
  width: initial;
  height: initial;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico:after {
  display: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico .box-ico-loader {
  display: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico .box-ico-display {
  display: block;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico .box-ico-display img {
  display: block;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .progress-bar-status:before {
  background-color: rgba(28, 197, 67, 0.3);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .progress-bar-status .progress-bar-status-inner {
  background-color: #1cc542;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file {
  display: block;
  pointer-events: visible;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file:before {
  display: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-close-file a.close_file {
  opacity: 1;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-selected-file .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change {
  background: linear-gradient(102deg, rgba(73, 77, 244, 0.07) 16.77%, rgba(72, 126, 244, 0.07) 88.69%);
  border-color: #494df4;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-selected-file.just-once .new-box-item-inner .input .box-multiple-upload .box-area-upload .inner .box-area-upload-item.area-change {
  display: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-error .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.has-error .box-file-upload-item-inner .box-file-progress {
  background-color: #f2f5fe;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-error .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.has-error .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text {
  color: #c91432;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-error .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.has-error .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .file_name {
  color: #c91432;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.has-error .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.has-error .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .progress-bar-status {
  display: none;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.disabled .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change {
  border-color: #999 !important;
  background: #f5f5f5 !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.disabled .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change:before {
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M32.6136 10C33.0252 7.65142 31.218 5.5 28.8336 5.5H9.17071C6.78635 5.5 4.97913 7.65142 5.39066 10M28.9024 5.5C28.9535 5.03366 28.979 4.80043 28.9795 4.60782C28.9835 2.7653 27.5956 1.21716 25.7636 1.02055C25.5721 1 25.3375 1 24.8683 1H13.1363C12.6672 1 12.4326 1 12.2411 1.02055C10.4091 1.21716 9.0212 2.7653 9.0252 4.60782C9.02562 4.80044 9.05116 5.03362 9.10223 5.5' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M24.3996 29.7998H13.5996' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.69032 22.2274C0.887469 16.533 0.486043 13.6858 2.19217 11.8429C3.8983 10 6.93564 10 13.0103 10H24.9897C31.0644 10 34.1017 10 35.8078 11.8429C37.514 13.6858 37.1125 16.533 36.3097 22.2274L35.5483 27.6274C34.9187 32.093 34.6039 34.3257 32.989 35.6629C31.3741 37 28.9921 37 24.2283 37H13.7717C9.00785 37 6.62595 37 5.01101 35.6629C3.39607 34.3257 3.08127 32.093 2.45167 27.6274L1.69032 22.2274Z' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M19.0005 19.0006V25.3535M19.0005 19.0006L21.1181 21.1182M19.0005 19.0006L16.8828 21.1182' stroke='%23999999' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.disabled .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .text {
  color: #999999;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.rekening.has-selected.has-img .box-action-choose-inner:before {
  display: none;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.rekening.has-selected.has-img .box-action-choose-inner .box-img {
  flex: 0 0 auto;
  margin-bottom: 0px;
}
.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.rekening.has-selected.has-img .box-action-choose-inner .box-img img {
  width: 72px;
  position: relative;
  top: -2px;
}

.box-form-new-rekening {
  text-align: left;
}
.box-form-new-rekening > .inner {
  display: grid;
  grid-template-columns: 1fr;
  grid-row-gap: 16px;
}
.box-form-new-rekening > .inner .box-input.has-error .form-control {
  border-color: #c91432 !important;
}
.box-form-new-rekening > .inner .box-input.has-error .form-control:focus, .box-form-new-rekening > .inner .box-input.has-error .form-control:focus-visible {
  border-color: #c91432 !important;
}
.box-form-new-rekening > .inner .box-input .box-input-inner {
  position: relative;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-group {
  margin-bottom: 0px;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-control {
  border-radius: 8px;
  border: 1px solid #ccc;
  background: #fafafa;
  padding: 12px 16px;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  height: 52px;
  padding-right: 35px;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-control::-webkit-input-placeholder {
  color: #999999;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-control::-moz-placeholder {
  color: #999999;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-control:-moz-placeholder {
  color: #999999;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-control:-ms-input-placeholder {
  color: #999999;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .form-control:focus {
  border-color: #494df4;
  background: rgba(73, 77, 244, 0.04);
}
.box-form-new-rekening > .inner .box-input .box-input-inner .box-char-limit {
  position: absolute;
  font-size: 12px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: normal;
  color: #333;
  top: 50%;
  right: 40px;
  text-align: center;
  width: auto;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .box-clear {
  position: absolute;
  top: 50%;
  right: 16px;
  width: 16px;
  height: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .box-clear.show {
  opacity: 1;
  visibility: visible;
  pointer-events: inherit;
}
.box-form-new-rekening > .inner .box-input .box-input-inner .box-clear .clear_text {
  display: inline-block;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_579_99639)'%3E%3Cpath d='M2.44231 13.7543C1.67822 13.0163 1.06877 12.1336 0.649494 11.1575C0.230222 10.1815 0.00953258 9.13175 0.000302054 8.06952C-0.00892848 7.00728 0.193485 5.95384 0.595732 4.97067C0.997979 3.9875 1.592 3.09429 2.34315 2.34315C3.09429 1.592 3.9875 0.997979 4.97067 0.595732C5.95384 0.193485 7.00728 -0.00892848 8.06952 0.000302054C9.13175 0.00953258 10.1815 0.230222 11.1575 0.649494C12.1336 1.06877 13.0163 1.67822 13.7543 2.44231C15.2116 3.95112 16.0179 5.97194 15.9997 8.06952C15.9815 10.1671 15.1401 12.1736 13.6569 13.6569C12.1736 15.1401 10.1671 15.9815 8.06952 15.9997C5.97194 16.0179 3.95112 15.2116 2.44231 13.7543ZM9.21831 8.09831L11.4823 5.83431L10.3543 4.70631L8.09831 6.97031L5.83431 4.70631L4.70631 5.83431L6.97031 8.09831L4.70631 10.3623L5.83431 11.4903L8.09831 9.22631L10.3623 11.4903L11.4903 10.3623L9.22631 8.09831H9.21831Z' fill='%23C91432'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_579_99639'%3E%3Crect width='16' height='16' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}
.box-form-new-rekening > .inner .box-input .hint {
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  margin-top: 5px;
}
.box-form-new-rekening > .inner .box-input .hint strong {
  font-family: "SourceSans-Bold";
  font-weight: normal;
}
.box-form-new-rekening > .inner .box-input .hint ul {
  padding-left: 25px;
}
.box-form-new-rekening > .inner .box-input.with-img .box-input-inner .box-img {
  position: absolute;
  top: 50%;
  left: 16px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 72px;
  display: inline-block;
  z-index: 1;
}
.box-form-new-rekening > .inner .box-input.with-img .box-input-inner .box-img img {
  position: relative;
  top: -2px;
}
.box-form-new-rekening > .inner .box-input.with-img .box-input-inner .form-control {
  padding-left: 92px;
}

.box-form-new-rekening > .inner .box-input.with-char-limit:not(.has-clear) .box-input-inner .box-char-limit {
  right: 16px;
}

.box-account-relations {
  padding: 24px 25px;
}
.box-account-relations .box-account-relations-inner > h3 {
  font-size: 17px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333;
}
.box-account-relations .box-account-relations-inner > p {
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  color: #5f5f5f;
}
.box-account-relations .box-account-relations-inner .box-name-polis .box-name-polis-inner .box-item {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background: rgba(73, 77, 244, 0.13);
  color: #494df4;
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  display: inline-block;
  padding: 5px 8px;
}
.box-account-relations .box-account-relations-inner .box-name-polis .box-name-polis-inner .box-item .box-item-inner {
  display: flex;
  grid-column-gap: 5px;
  align-items: center;
}
.box-account-relations .box-account-relations-inner .box-name-polis .box-name-polis-inner .box-item .box-item-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='11' viewBox='0 0 13 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.25658 0.5H7.74341C8.85462 0.499991 9.73477 0.499984 10.4236 0.587506C11.1325 0.677579 11.7063 0.86736 12.1588 1.295C12.6113 1.72263 12.8121 2.26489 12.9074 2.93484C12.9621 3.31934 12.9845 3.76691 12.9937 4.2853C12.9978 4.30866 13 4.33266 13 4.35714C13 4.37729 12.9985 4.39711 12.9957 4.41651C13 4.73979 13 5.08962 13 5.46777V5.53224C13 6.58239 13 7.41418 12.9074 8.06516C12.8121 8.73511 12.6113 9.27737 12.1588 9.705C11.7063 10.1326 11.1325 10.3224 10.4236 10.4125C9.73477 10.5 8.85462 10.5 7.74341 10.5H5.25659C4.14538 10.5 3.26523 10.5 2.5764 10.4125C1.8675 10.3224 1.29372 10.1326 0.841217 9.705C0.388718 9.27737 0.187903 8.73511 0.0925934 8.06516C-1.70289e-05 7.41418 -9.3916e-06 6.58239 1.95039e-07 5.53224V5.46776C-3.2648e-06 5.08961 -6.43624e-06 4.73978 0.00431498 4.4165C0.00147056 4.3971 4.11279e-07 4.37728 4.11279e-07 4.35714C4.11279e-07 4.33266 0.00217182 4.30867 0.00634248 4.28531C0.0155044 3.76692 0.0378934 3.31934 0.0925934 2.93484C0.187903 2.26489 0.388718 1.72263 0.841217 1.295C1.29372 0.86736 1.8675 0.677579 2.5764 0.587506C3.26523 0.499984 4.14538 0.499991 5.25658 0.5ZM0.908179 4.78571C0.90703 5.00765 0.906977 5.2452 0.906977 5.5C0.906977 6.58961 0.90794 7.36371 0.991482 7.95094C1.07327 8.52585 1.22665 8.85708 1.48255 9.09891C1.73844 9.34075 2.08892 9.4857 2.69726 9.56299C3.31864 9.64195 4.13774 9.64286 5.2907 9.64286H7.7093C8.86226 9.64286 9.68136 9.64195 10.3027 9.56299C10.9111 9.4857 11.2616 9.34075 11.5175 9.09891C11.7733 8.85708 11.9267 8.52585 12.0085 7.95094C12.0921 7.36371 12.093 6.58961 12.093 5.5C12.093 5.2452 12.093 5.00765 12.0918 4.78571H0.908179ZM12.0773 3.92857H0.922743C0.93457 3.5933 0.955267 3.30362 0.991482 3.04906C1.07327 2.47415 1.22665 2.14292 1.48255 1.90109C1.73844 1.65925 2.08892 1.5143 2.69726 1.43701C3.31864 1.35805 4.13774 1.35714 5.2907 1.35714H7.7093C8.86226 1.35714 9.68136 1.35805 10.3027 1.43701C10.9111 1.5143 11.2616 1.65925 11.5175 1.90109C11.7733 2.14292 11.9267 2.47415 12.0085 3.04906C12.0447 3.30362 12.0654 3.5933 12.0773 3.92857ZM8.89155 5.64286H8.94566C9.20736 5.64283 9.44731 5.6428 9.6425 5.6676C9.85744 5.69491 10.0846 5.75917 10.2715 5.93575C10.4583 6.11234 10.5263 6.32704 10.5552 6.53017C10.5815 6.71463 10.5814 6.94139 10.5814 7.18872V7.23985C10.5814 7.48718 10.5815 7.71394 10.5552 7.8984C10.5263 8.10154 10.4583 8.31624 10.2715 8.49282C10.0846 8.66941 9.85744 8.73366 9.6425 8.76097C9.44731 8.78577 9.20736 8.78575 8.94566 8.78572H8.89155C8.62985 8.78575 8.3899 8.78577 8.19471 8.76097C7.97977 8.73366 7.75259 8.66941 7.56574 8.49282C7.37888 8.31624 7.31089 8.10154 7.28199 7.8984C7.25575 7.71394 7.25578 7.48718 7.25581 7.23985V7.18872C7.25578 6.94139 7.25575 6.71463 7.28199 6.53017C7.31089 6.32704 7.37888 6.11234 7.56574 5.93575C7.75259 5.75917 7.97977 5.69491 8.19471 5.6676C8.3899 5.6428 8.62985 5.64283 8.89155 5.64286ZM8.20854 6.54106L8.20707 6.54185L8.20624 6.54324C8.20563 6.54435 8.20465 6.54624 8.2034 6.54912C8.19798 6.56157 8.18873 6.5892 8.18088 6.64438C8.16375 6.76479 8.16279 6.9328 8.16279 7.21429C8.16279 7.49578 8.16375 7.66378 8.18088 7.78419C8.18873 7.83937 8.19798 7.867 8.2034 7.87945C8.20391 7.88062 8.20437 7.88163 8.20479 7.88249C8.20539 7.88374 8.20588 7.88468 8.20624 7.88533L8.20707 7.88672L8.20854 7.88751C8.20971 7.88808 8.21172 7.88901 8.21477 7.8902C8.22794 7.89532 8.25718 7.90405 8.31556 7.91147C8.44298 7.92766 8.62075 7.92857 8.9186 7.92857C9.21646 7.92857 9.39423 7.92766 9.52164 7.91147C9.58003 7.90405 9.60927 7.89532 9.62244 7.8902C9.62549 7.88901 9.62749 7.88808 9.62866 7.88751L9.63013 7.88672L9.63097 7.88533C9.63158 7.88423 9.63256 7.88233 9.63381 7.87945C9.63923 7.867 9.64847 7.83937 9.65632 7.78419C9.67346 7.66378 9.67442 7.49578 9.67442 7.21429C9.67442 6.9328 9.67346 6.76479 9.65632 6.64438C9.64847 6.5892 9.63923 6.56157 9.63381 6.54912C9.63308 6.54744 9.63244 6.54609 9.63191 6.54505C9.63154 6.5443 9.63122 6.5437 9.63097 6.54324L9.63013 6.54185L9.62866 6.54106C9.62749 6.54049 9.62549 6.53956 9.62244 6.53838C9.60927 6.53326 9.58003 6.52452 9.52164 6.5171C9.39423 6.50091 9.21646 6.5 8.9186 6.5C8.62075 6.5 8.44298 6.50091 8.31556 6.5171C8.25718 6.52452 8.22794 6.53326 8.21477 6.53838C8.21172 6.53956 8.20971 6.54049 8.20854 6.54106ZM2.4186 6.35714C2.4186 6.12045 2.62164 5.92857 2.87209 5.92857H4.0814C4.33185 5.92857 4.53488 6.12045 4.53488 6.35714C4.53488 6.59384 4.33185 6.78571 4.0814 6.78571H2.87209C2.62164 6.78571 2.4186 6.59384 2.4186 6.35714ZM8.20707 7.88672C8.20683 7.88649 8.20691 7.88653 8.20707 7.88672C8.20728 7.88688 8.20735 7.88698 8.20707 7.88672ZM9.63013 7.88672C9.63001 7.88687 9.63011 7.88675 9.63013 7.88672V7.88672ZM2.4186 8.07143C2.4186 7.83474 2.62164 7.64286 2.87209 7.64286H5.2907C5.54115 7.64286 5.74419 7.83474 5.74419 8.07143C5.74419 8.30812 5.54115 8.5 5.2907 8.5H2.87209C2.62164 8.5 2.4186 8.30812 2.4186 8.07143Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 13px;
  height: 11px;
  flex: 0 0 auto;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload.disabled .new-box-item-inner .input .box-multiple-upload .box-area-upload {
  pointer-events: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload .box-document-download {
  margin-bottom: 16px;
}

.box-document-download .box-document-download-inner .box-item {
  background: linear-gradient(102deg, #494df4 16.77%, #487ef4 88.69%);
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  padding: 7px 10px;
}
.box-document-download .box-document-download-inner .box-item .box-item-inner {
  display: flex;
  grid-column-gap: 8px;
  align-items: center;
}
.box-document-download .box-document-download-inner .box-item .box-item-inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.874 2.54301e-07H8.54461C9.99772 -1.22821e-05 11.1487 -2.22686e-05 12.0495 0.121084C12.9765 0.24572 13.7268 0.508324 14.3186 1.10005C14.9103 1.69178 15.1729 2.44211 15.2975 3.36914C15.4186 4.26992 15.4186 5.42089 15.4186 6.874V10.126C15.4186 11.5791 15.4186 12.7301 15.2975 13.6309C15.1729 14.5579 14.9103 15.3082 14.3186 15.8999C13.7268 16.4917 12.9765 16.7543 12.0495 16.8789C11.1487 17 9.99772 17 8.5446 17H6.874C5.42089 17 4.26992 17 3.36914 16.8789C2.44211 16.7543 1.69178 16.4917 1.10005 15.8999C0.508324 15.3082 0.24572 14.5579 0.121084 13.6309C-2.22686e-05 12.7301 -1.22821e-05 11.5791 2.54301e-07 10.126V6.87399C-1.22821e-05 5.42088 -2.22686e-05 4.26992 0.121084 3.36914C0.24572 2.44211 0.508324 1.69178 1.10005 1.10005C1.69178 0.508324 2.44211 0.24572 3.36914 0.121084C4.26992 -2.22686e-05 5.42088 -1.22821e-05 6.874 2.54301e-07ZM3.52718 1.29655C2.73167 1.40351 2.27335 1.60408 1.93871 1.93871C1.60408 2.27335 1.40351 2.73167 1.29655 3.52718C1.18731 4.33975 1.18605 5.41089 1.18605 6.9186V10.0814C1.18605 11.5891 1.18731 12.6602 1.29655 13.4728C1.40351 14.2683 1.60408 14.7267 1.93871 15.0613C2.27335 15.3959 2.73167 15.5965 3.52718 15.7034C4.33975 15.8127 5.41089 15.814 6.9186 15.814H8.5C10.0077 15.814 11.0789 15.8127 11.8914 15.7034C12.6869 15.5965 13.1453 15.3959 13.4799 15.0613C13.8145 14.7267 14.0151 14.2683 14.1221 13.4728C14.2313 12.6602 14.2326 11.5891 14.2326 10.0814V6.9186C14.2326 5.41089 14.2313 4.33975 14.1221 3.52718C14.0151 2.73167 13.8145 2.27335 13.4799 1.93871C13.1453 1.60408 12.6869 1.40351 11.8914 1.29655C11.0789 1.18731 10.0077 1.18605 8.5 1.18605H6.9186C5.41089 1.18605 4.33975 1.18731 3.52718 1.29655ZM3.95349 5.33721C3.95349 5.00969 4.21899 4.74419 4.54651 4.74419H10.8721C11.1996 4.74419 11.4651 5.00969 11.4651 5.33721C11.4651 5.66473 11.1996 5.93023 10.8721 5.93023H4.54651C4.21899 5.93023 3.95349 5.66473 3.95349 5.33721ZM3.95349 8.5C3.95349 8.17248 4.21899 7.90698 4.54651 7.90698H10.8721C11.1996 7.90698 11.4651 8.17248 11.4651 8.5C11.4651 8.82752 11.1996 9.09302 10.8721 9.09302H4.54651C4.21899 9.09302 3.95349 8.82752 3.95349 8.5ZM3.95349 11.6628C3.95349 11.3353 4.21899 11.0698 4.54651 11.0698H8.5C8.82752 11.0698 9.09302 11.3353 9.09302 11.6628C9.09302 11.9903 8.82752 12.2558 8.5 12.2558H4.54651C4.21899 12.2558 3.95349 11.9903 3.95349 11.6628Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 17px;
  display: inline-block;
}
.box-document-download .box-document-download-inner .box-item .box-item-inner .box-name {
  flex: 1 1 auto;
  font-size: 14px;
  font-style: normal;
  line-height: 16px;
  font-family: "SourceSans-Semibold";
  color: #fff;
}

.cx-tour-guide.tour-guide-skdr-doc.shepherd-element {
  margin-bottom: 30px !important;
}

.box-account-relations .box-account-relations-inner {
  display: flex;
  grid-column-gap: 20px;
}
.box-account-relations .box-account-relations-inner .box-text {
  flex: 1 1 auto;
}
.box-account-relations .box-account-relations-inner .box-toggle {
  flex: 0 0 auto;
}
.box-account-relations .box-account-relations-inner .box-toggle label.toggle-switch .toggle-switch-check-bar .toggle-switch-bar:after {
  display: none;
}
.box-account-relations .box-account-relations-inner .box-toggle label.toggle-switch .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  background-color: #e5e5e5;
  border-color: #cccccc;
}
.box-account-relations .box-account-relations-inner .box-toggle label.toggle-switch .toggle-switch-check:checked ~ .toggle-switch-bar:before {
  background-color: #494df4;
  border-color: #494df4;
}

@media (min-width: 769px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar {
    max-width: 537px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar > .inner .box-act.box-process {
    position: relative;
  }
}
@media (min-width: 768px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang {
    padding: 16px;
  }
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang > .inner {
  display: grid;
  grid-row-gap: 16px;
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-header {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
@mdia (max-width:767px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-header {
    border-radius: 0px;
  }
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-header img {
  object-fit: cover;
  width: 100%;
  height: 279px;
}
@media (max-width: 767px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-header img {
    height: 241px;
  }
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-text {
  font-size: 15px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  text-align: justify;
}
@media (max-width: 767px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-text {
    padding: 0 24px;
  }
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-maps {
  position: relative;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  overflow: hidden;
}
@media (max-width: 767px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-maps {
    margin: 0 24px;
    margin-bottom: 40px;
  }
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-maps .box-img img {
  object-fit: cover;
  width: 100%;
  height: 189px;
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-maps .box-action {
  position: absolute;
  padding: 12px;
  bottom: 0px;
  width: 100%;
  left: 0px;
  -webkit-border-radius: 0px 0px 12px 12px;
  -moz-border-radius: 0px 0px 12px 12px;
  -ms-border-radius: 0px 0px 12px 12px;
  -o-border-radius: 0px 0px 12px 12px;
  border-radius: 0px 0px 12px 12px;
  background: linear-gradient(180deg, rgba(85, 144, 246, 0) 0%, rgba(85, 144, 246, 0.5) 100%);
  text-align: center;
}
section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-maps .box-action .new-btn-blue {
  -webkit-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 4px 9px 0px rgba(0, 0, 0, 0.3);
}
@media (min-width: 768px) {
  section.CX-perubahan-metode-bayar.default .box-perubahan-metode-bayar .box-lihat-cabang .box-img-maps .box-action .new-btn-blue {
    min-width: 206px;
  }
}

.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) {
  background-color: #077b57;
  border-color: #077b57;
}
.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .box-info-ico {
  color: #077b57;
}
.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.can-collapse:not(.active) .box-info-ico .box-info-ico-inner .text {
  color: #077b57 !important;
}
.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-ico svg path {
  stroke: #077b57;
}
.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item .accordion-flexible-item-inner .accordion-flexible-item-header .box-ico svg circle {
  stroke: #077b57;
}
.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #077b57;
}
.CX-perubahan-metode-bayar.syariah .CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.active .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15 1L8 8L0.999999 0.999999' stroke='%23077B57' stroke-width='2.5'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 10px;
}

.CX-perubahan-metode-bayar.syariah .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner {
  border: 1px solid #0ca49d;
  background: rgba(12, 164, 157, 0.04);
}
.CX-perubahan-metode-bayar.syariah .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner .text .text-inner {
  color: #0a857f;
}
.CX-perubahan-metode-bayar.syariah .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening .box-action-choose-inner:after {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='4' fill='%230CA49D'/%3E%3Ccircle cx='10' cy='10' r='7' stroke='%230CA49D' stroke-opacity='0.2' stroke-width='6'/%3E%3C/svg%3E%0A");
}
.CX-perubahan-metode-bayar.syariah .box-perubahan-metode-bayar .inner .box-choose-polis .box-choose-polis-inner .box-action-choose.has-selected.rekening.new .box-action-choose-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='18' viewBox='0 0 22 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 9C1 5.22876 1 3.34315 2.17157 2.17157C3.34315 1 5.22876 1 9 1H13C16.7712 1 18.6569 1 19.8284 2.17157C21 3.34315 21 5.22876 21 9C21 12.7712 21 14.6569 19.8284 15.8284C18.6569 17 16.7712 17 13 17H9C5.22876 17 3.34315 17 2.17157 15.8284C1 14.6569 1 12.7712 1 9Z' stroke='%230A857F' stroke-width='1.5'/%3E%3Cpath d='M9 13H5' stroke='%230A857F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13 13H11.5' stroke='%230A857F' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1 7L21 7' stroke='%230A857F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.CX-animation-info {
  height: calc(100vh - 57px);
}
.CX-animation-info > .inner {
  height: calc(100vh - 57px);
}
@media (min-width: 1025px) {
  .CX-animation-info > .inner {
    display: flex;
  }
}
.CX-animation-info > .inner .box-animation {
  background: rgba(0, 0, 0, 0.8);
  flex: 1 1 auto;
  text-align: center;
}
@media (min-width: 1025px) {
  .CX-animation-info > .inner .box-animation {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-animation {
    height: calc(100vh - 57px);
  }
}
.CX-animation-info > .inner .box-animation .box-animation-inner {
  margin: 0 auto;
  display: inline-block;
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-animation .box-animation-inner {
    margin-top: 20px;
  }
}
@media (max-width: 1366px) and (max-height: 650px) {
  .CX-animation-info > .inner .box-animation .box-animation-inner img,
  .CX-animation-info > .inner .box-animation .box-animation-inner dotlottie-player {
    width: 300px !important;
    height: initial !important;
  }
}
@media (max-width: 767px) {
  .CX-animation-info > .inner .box-animation .box-animation-inner img,
  .CX-animation-info > .inner .box-animation .box-animation-inner dotlottie-player {
    height: initial !important;
    width: 330px !important;
  }
}
.CX-animation-info > .inner .box-text {
  flex: 0 0 auto;
  position: relative;
}
@media (min-width: 1025px) {
  .CX-animation-info > .inner .box-text {
    width: 400px;
  }
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-text {
    -webkit-border-radius: 16px 16px 0px 0px;
    -moz-border-radius: 16px 16px 0px 0px;
    -ms-border-radius: 16px 16px 0px 0px;
    -o-border-radius: 16px 16px 0px 0px;
    border-radius: 16px 16px 0px 0px;
    overflow: hidden;
    -webkit-box-shadow: 0px -3px 14px 5px rgba(0, 0, 0, 0.27);
    -moz-box-shadow: 0px -3px 14px 5px rgba(0, 0, 0, 0.27);
    -ms-box-shadow: 0px -3px 14px 5px rgba(0, 0, 0, 0.27);
    -o-box-shadow: 0px -3px 14px 5px rgba(0, 0, 0, 0.27);
    box-shadow: 0px -3px 14px 5px rgba(0, 0, 0, 0.27);
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #fff;
    padding-bottom: 60px;
  }
}
.CX-animation-info > .inner .box-text .box-text-inner {
  padding: 38px 20px;
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-text .box-text-inner {
    padding: 20px;
  }
}
.CX-animation-info > .inner .box-text .box-text-inner .box-info-alert {
  margin-bottom: 16px;
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-text .box-text-inner .box-info-alert {
    margin-bottom: 10px;
  }
}
.CX-animation-info > .inner .box-text .box-text-inner .box-emma {
  margin-bottom: 40px;
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-text .box-text-inner .box-emma {
    display: none;
  }
}
.CX-animation-info > .inner .box-text .box-text-inner .box-text-info h3 {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  margin-bottom: 10px;
}
@media (max-width: 1024px) {
  .CX-animation-info > .inner .box-text .box-text-inner .box-text-info h3 {
    font-size: 21px;
    margin-bottom: 12px;
  }
}
.CX-animation-info > .inner .box-text .box-text-inner .box-text-info p {
  text-align: justify;
  font-size: 15px;
  font-style: normal;
  line-height: 23px;
}
.CX-animation-info > .inner .box-act {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  background: #fff;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -moz-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -ms-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -o-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  padding: 10px 18px;
}
.CX-animation-info > .inner .box-act .new-btn-blue {
  margin: 0px;
}

.box-draft {
  background: rgba(73, 78, 244, 0.07);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  padding: 4px 14px;
}
@media (min-width: 1025px) {
  .box-draft {
    margin: 0 16px;
    padding: 13px 25px;
  }
}
.box-draft .box-draft-inner {
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
}
.box-draft .box-draft-inner .box-ico {
  position: relative;
  flex: 0 0 auto;
}
.box-draft .box-draft-inner .box-ico .ico-draft {
  background-image: url("data:image/svg+xml,%3Csvg width='34' height='34' viewBox='0 0 34 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_443_65891)'%3E%3Cpath d='M28.6802 2.5813L26.8164 5.24306L28.5232 7.69949L31.8104 3.63211L28.6802 2.5813Z' fill='%23ADE9F7'/%3E%3Cpath d='M32.126 3.63208L30.5727 3.90634L28.709 6.5681L29.0049 8.1145L30.6014 7.89317L32.4651 5.23141L32.126 3.63208Z' fill='%23E8F8FC'/%3E%3Cpath d='M16.2703 1.46118C10.236 1.46118 4.96894 4.7465 2.16016 9.62596L11.9889 20.0903L28.6525 28.2829C31.076 25.4419 32.5397 21.7574 32.5397 17.7305C32.5397 8.74522 25.2557 1.46118 16.2703 1.46118Z' fill='%23494DF4'/%3E%3Cpath d='M16.9184 21.9955L4.60315 9.62598H2.15927C1.53578 10.7092 1.03381 11.8712 0.671102 13.093L1.4626 14.224L0.163758 15.4173C0.0561797 16.173 0 16.9452 0 17.7306C0 26.716 7.28403 34 16.2694 34C17.3923 34 18.4882 33.8851 19.547 33.6684L16.9184 21.9955Z' fill='%23ADE9F7'/%3E%3Cpath d='M17.5907 10.5668C17.2253 9.98158 16.5841 9.62598 15.8942 9.62598H4.60338C4.28317 10.4001 3.6466 12.6761 6.54298 13.9197C10.0697 15.4339 8.99456 18.1709 8.54347 20.5831C8.09243 22.9952 11.4376 24.2543 13.9362 24.7661C13.9362 24.7661 11.8577 31.4975 19.5472 33.6685C23.1639 32.9284 26.3435 30.989 28.6518 28.283L17.5907 10.5668Z' fill='%23E8F8FC'/%3E%3Cpath d='M17.0039 19.2582L26.8172 5.24341L28.7095 6.56848L28.7841 7.08426L18.8962 22.1986L17.0039 19.2582Z' fill='%23FFC242'/%3E%3Cpath d='M20.7869 21.908L30.6002 7.89319L28.7078 6.56812L18.8945 20.5829L19.172 21.9953L20.7869 21.908Z' fill='%23FEF156'/%3E%3Cpath d='M18.6118 18.9744C18.0892 18.6085 17.369 18.7355 17.0031 19.258C16.5653 19.8833 16.2502 20.5861 16.0748 21.3289L15.9023 22.0591L17.8318 23.4047L18.8955 20.583C19.2613 20.0605 19.1343 19.3403 18.6118 18.9744Z' fill='%23FFC7AB'/%3E%3Cpath d='M20.5046 20.2996C19.9821 19.9337 19.2618 20.0607 18.8959 20.5832L18.896 20.5831L17.4387 22.6643L17.3496 23.582L18.5326 23.9007L19.1598 23.4889C19.7978 23.0699 20.3505 22.5335 20.7883 21.9082C21.1542 21.3857 21.0272 20.6655 20.5046 20.2996Z' fill='%23FFE5D9'/%3E%3Cpath d='M11.3766 23.0755C10.6144 23.0755 9.95088 22.6711 9.60165 21.9938C9.25229 21.3164 9.3076 20.5413 9.74954 19.9203C10.6916 18.5968 10.8143 16.8777 10.0697 15.4338C9.3252 13.99 7.85351 13.093 6.22901 13.093H0.671406C0.44775 13.8464 0.277219 14.6226 0.164062 15.4172H6.22901C6.99122 15.4172 7.65475 15.8217 8.00398 16.4991C8.35328 17.1764 8.29796 17.9515 7.85596 18.5725C6.91386 19.896 6.79121 21.6151 7.53582 23.059C8.28037 24.5028 9.75206 25.3998 11.3766 25.3998H16.0288L16.9228 23.0755H11.3766Z' fill='%23494DF4'/%3E%3Cpath d='M15.9022 22.0591L15.3254 24.5012C15.174 25.1423 15.8837 25.6392 16.4344 25.2777C16.8477 25.0063 17.9892 24.2567 18.532 23.9004C18.0019 22.9022 17.0228 22.2159 15.9022 22.0591Z' fill='%233F57A0'/%3E%3Cpath d='M33.869 1.54498C33.7147 1.10431 33.4264 0.706003 33.0148 0.417733C31.9697 -0.314063 30.5291 -0.0600595 29.7973 0.985042L28.6797 2.58118L30.5721 3.90625L32.6566 2.98453L33.869 1.54498Z' fill='%23494DF4'/%3E%3Cpath d='M33.8691 1.54521C33.1128 1.27553 32.238 1.52754 31.753 2.22016L30.5723 3.90648L32.4646 5.23155L33.5823 3.63541C34.0258 3.00189 34.1065 2.22335 33.8691 1.54521Z' fill='%2300008F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_443_65891'%3E%3Crect width='34' height='34' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 34px;
  height: 34px;
  display: inline-block;
}
.box-draft .box-draft-inner .box-ico .ico-pulse {
  width: 8px;
  height: 8px;
  background-color: #1cc542;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  animation: pulse-shadow var(--duration) calc(2 * var(--duration) / 3) linear infinite;
}
.box-draft .box-draft-inner .box-ico .ico-pulse:before, .box-draft .box-draft-inner .box-ico .ico-pulse:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgb(28, 197, 67);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
}
.box-draft .box-draft-inner .box-ico .ico-pulse:after {
  animation: pulse var(--duration) linear infinite;
}
.box-draft .box-draft-inner .box-ico .ico-pulse:before {
  animation: pulse var(--duration) calc(var(--duration) / 3) linear infinite;
}
.box-draft .box-draft-inner .box-text {
  flex: 1 1 auto;
}
.box-draft .box-draft-inner .box-text h3 {
  margin-bottom: 0;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333;
}
@media (max-width: 1024px) {
  .box-draft .box-draft-inner .box-text h3 {
    font-size: 14px;
  }
}
.box-draft .box-draft-inner .box-text p {
  font-size: 11px;
  font-style: normal;
  line-height: normal;
  color: #333;
  margin-bottom: 0;
}
.box-draft .box-draft-inner .box-act {
  flex: 0 0 auto;
}
.box-draft .box-draft-inner .box-act .new-btn-blue {
  text-transform: capitalize;
  font-size: 13px;
  padding: 6px 13px;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner > .box-act.box-process:not(.with-draft-btn) .new-btn-blue {
  min-width: 361px;
}
@media (min-width: 768px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner > .box-act.box-process.with-draft-btn .new-btn-blue:last-child {
    min-width: 361px;
    margin-left: 24px;
  }
}
@media (max-width: 767px) {
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner > .box-act.box-process.with-draft-btn {
    display: flex;
    justify-content: center;
    grid-column-gap: 10px;
  }
  .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner > .box-act.box-process.with-draft-btn .new-btn-blue:last-child {
    flex: 1 1 auto;
  }
}

.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-up-modal-inner {
  overflow-y: auto;
  padding-bottom: 20px;
}
@media (min-width: 1280px) and (max-height: 650px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: calc(100vh - 204px - 66px - 0px);
  }
}

body.signed-out section.CX-landing-emma-marked.with-tick .box-header:before {
  left: 8%;
}
body.signed-out section.CX-landing-emma-marked.with-tick .box-header:after {
  right: 8%;
  background-image: url("data:image/svg+xml,%3Csvg width='281' height='249' viewBox='0 0 281 249' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 238.441L227.146 0H280.32L86.9756 249H42V238.441Z' fill='url(%23paint0_linear_623_297196)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M214.055 0L20.7099 249L0.00503006 249L193.35 -1.81008e-06L214.055 0Z' fill='url(%23paint1_linear_623_297196)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_623_297196' x1='161.16' y1='-2.68579e-06' x2='67.0016' y2='256' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_623_297196' x1='-19.7637' y1='279' x2='213.323' y2='-6.99999' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 281px;
  height: 249px;
}
body.signed-out section.CX-landing-emma-marked.with-tick .box-header .inner .box-emma:after {
  right: 15.5%;
  width: 178px;
  height: 178px;
}
section.CX-landing-emma-marked.with-tick.small .box-header {
  height: 188px;
  padding-top: 0;
  overflow: hidden;
}
section.CX-landing-emma-marked.with-tick.small .box-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='281' height='188' viewBox='0 0 281 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_619_337301)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M42 227.44L227.146 -11.0005H280.32L86.9756 238H42V227.44Z' fill='url(%23paint0_linear_619_337301)'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M214.055 -11.0005L20.7099 237.999L0.00503006 237.999L193.35 -11.0005L214.055 -11.0005Z' fill='url(%23paint1_linear_619_337301)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_619_337301' x1='161.16' y1='-11.0005' x2='67.0016' y2='245' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_619_337301' x1='-19.7637' y1='268' x2='213.323' y2='-18.0005' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%234D4FF0'/%3E%3C/linearGradient%3E%3CclipPath id='clip0_619_337301'%3E%3Crect width='280.315' height='249' fill='white' transform='translate(0.0078125 -11.0005)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 281px;
  height: 188px;
}
section.CX-landing-emma-marked.with-tick.small .box-header .CX-title-back-simple {
  z-index: 3;
}
section.CX-landing-emma-marked.with-tick.small .box-header .CX-title-back-simple .title-back-simple .title {
  text-align: center !important;
  padding-left: 0;
}
section.CX-landing-emma-marked.with-tick.small .box-header .inner .box-emma:before {
  background-image: url("data:image/svg+xml,%3Csvg width='360' height='75' viewBox='0 0 360 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M336.239 15.1047C337.898 18.9017 338.597 23.3978 338.429 28.2133L358.598 28.2098C358.598 28.2098 355.303 36.8719 349.418 40.371H336.361C334.198 47.5279 330.726 54.2047 326.128 60.0516C320.042 67.7663 312.643 72.5072 304.707 73.76C299.702 74.5479 294.808 74.1325 290.552 72.5535C285.565 70.7047 281.835 67.4116 279.768 63.0325C275.924 54.9025 278.106 44.7535 285.192 37.7804C289.033 34.0047 294.317 30.5909 301.071 29.5263C309.162 28.1975 316.439 28.2033 323.617 28.209C324.087 28.2094 324.557 28.2098 325.027 28.2098H326.537C326.708 25.1899 326.36 22.3829 325.341 20.0479C323.84 16.6093 319.401 12.9791 311.844 14.065C307.594 14.6895 302.602 17.8833 298.182 22.8514L289.325 14.6895C295.669 7.53548 303.076 3.03581 310.166 2.01736C311.591 1.81112 313.028 1.70677 314.468 1.70508C324.279 1.70508 332.565 6.69089 336.239 15.1047ZM302.853 61.7444C307.872 60.9638 312.561 57.8266 316.796 52.4469C319.63 48.7757 321.933 44.7104 323.636 40.3744C323.074 40.3729 322.519 40.3707 321.967 40.3685C315.105 40.3413 309.01 40.3169 302.881 41.5419C299.362 42.3182 296.112 44.0413 293.47 46.5313C289.57 50.3675 289.172 54.9276 290.507 57.7663C292.048 61.0135 297.119 62.6494 302.853 61.7444Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M68.047 3.31517C73.0349 5.16398 76.7642 8.45348 78.8312 12.8325C82.6758 20.9516 80.4939 31.1005 73.4077 38.0769C69.5669 41.8525 64.3421 44.4254 57.8731 45.7207C49.4451 47.4132 41.2124 47.6441 33.5721 47.6441H32.0629C31.8923 50.6638 32.2407 53.4707 33.2585 55.8057C34.7607 59.2441 39.1979 62.8744 46.7542 61.7922C51.0065 61.1641 55.9977 57.9704 60.4175 53.0022L69.2741 61.1641C62.9164 68.3216 55.5099 72.821 48.4203 73.836C46.9956 74.0422 45.5583 74.1466 44.1192 74.1482C34.3077 74.1482 26.0192 69.166 22.3454 60.7488C20.6864 56.9554 19.9892 52.4594 20.1566 47.6404H0C0 47.6404 3.29726 38.9819 9.18076 35.4794H22.2374C24.4037 28.3241 27.8755 21.6486 32.4708 15.8026C38.5563 8.08798 45.9561 3.34711 53.8926 2.09445C58.9049 1.30312 63.7844 1.72185 68.047 3.31517ZM55.5617 33.7869C58.4338 33.2297 62.4179 31.97 65.1051 29.3264C69.0123 25.4903 69.4028 20.9198 68.0781 18.0915C66.5378 14.8411 61.4697 13.2052 55.7326 14.11C50.7136 14.8943 46.0257 18.0312 41.7908 23.4109C38.9621 27.0817 36.6617 31.1443 34.9591 35.476C42.4913 35.4441 48.957 35.1107 55.5617 33.7869Z' fill='white'/%3E%3Cpath d='M92.953 73.2854L103.555 27.5442C105.27 20.1352 110.731 14.0025 119.158 14.0025C127.842 14.0025 128.106 23.5269 126.956 28.5006L116.577 73.296H128.811L138.538 31.3235C141.042 20.4125 139.691 14.1269 135.484 8.68036C133.053 5.54823 128.068 1.70508 119.943 1.70508C107.25 1.70508 94.9644 11.8232 91.97 24.7427L80.7188 73.2854H92.953Z' fill='white'/%3E%3Cpath d='M46.5552 61.8267C39.0065 62.9054 34.5743 59.2873 33.0736 55.8601C32.0567 53.5329 31.7086 50.7351 31.8791 47.7251H19.9851C19.818 52.5282 20.5143 57.0095 22.1717 60.7904C25.8416 69.1798 34.1215 74.1457 43.923 74.1457C45.3608 74.1442 46.7966 74.0401 48.2198 73.8345C55.302 72.8229 62.7009 68.3382 69.0519 61.2042L60.2044 53.0695C55.7892 58.0176 50.8136 61.2079 46.5552 61.8267Z' fill='white'/%3E%3Cpath d='M312.053 14.0238C319.604 12.9412 324.036 16.5604 325.537 19.9885C326.553 22.3164 326.901 25.1149 326.73 28.1255H338.629C338.796 23.3247 338.101 18.8423 336.441 15.0568C332.771 6.67573 324.488 1.70508 314.686 1.70508C313.246 1.70676 311.809 1.81079 310.387 2.01641C303.302 3.03176 295.901 7.51773 289.562 14.65L298.412 22.787C302.815 17.8269 307.791 14.6323 312.053 14.0238Z' fill='white'/%3E%3Cpath d='M128.727 73.2854L139.33 27.551C141.046 20.1431 146.507 14.0113 154.935 14.0113C163.62 14.0113 163.884 23.5343 162.734 28.5072L152.354 73.296H164.589L174.316 31.3297C176.81 20.4097 175.469 14.1251 171.252 8.67933C168.82 5.54767 163.835 1.70508 155.709 1.70508C143.016 1.70508 130.728 11.8216 127.734 24.7393L116.492 73.2854H128.727Z' fill='white'/%3E%3Cpath d='M191.125 73.2854L201.723 27.5442C203.44 20.1352 208.9 14.0025 217.328 14.0025C226.012 14.0025 226.279 23.5269 225.126 28.5006L214.75 73.296H226.984L236.711 31.3235C239.212 20.4125 237.864 14.1269 233.654 8.68036C231.223 5.54823 226.238 1.70508 218.116 1.70508C205.423 1.70508 193.133 11.8232 190.142 24.7427L178.891 73.2854H191.125Z' fill='white'/%3E%3Cpath d='M226.906 73.2747L237.505 27.5335C239.221 20.1245 244.682 13.9918 253.109 13.9918C261.783 13.9918 262.061 23.5233 260.907 28.5006L250.531 73.296H262.766L272.492 31.3235C274.993 20.4125 273.645 14.1269 269.435 8.68036C267.004 5.54823 262.019 1.70508 253.897 1.70508C241.204 1.70508 228.914 11.8232 225.923 24.7427L214.672 73.2747H226.906Z' fill='white'/%3E%3Cpath d='M48.2622 3.41016C42.5205 5.59387 37.1937 9.6875 32.6242 15.4698C28.0632 21.2557 24.6178 27.8626 22.4688 34.9442H35.0941C36.7837 30.6586 39.0663 26.6392 41.8734 23.0075C43.6862 20.6468 45.8401 18.5778 48.2622 16.8706V3.41016Z' fill='white'/%3E%3Cpath d='M325.701 40.0552H324.313C322.616 44.4336 320.325 48.5392 317.503 52.2474C314.513 56.1239 311.282 58.8421 307.859 60.3661V73.2936C314.852 71.5008 321.356 66.9392 326.787 59.943C331.366 54.0346 334.826 47.2874 336.983 40.0552H325.701Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 360px;
  height: 75px;
  top: 60%;
}
section.CX-landing-emma-marked.with-tick.small .box-header .inner .box-emma:after {
  display: none;
}
section.CX-landing-emma-marked.with-tick.small .box-header .inner .box-emma .box-ico {
  top: 60%;
}
section.CX-landing-emma-marked.with-tick.small .box-header .inner .box-emma .box-ico img {
  width: 156px;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner h3 {
  margin-bottom: 6px;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner .sub-title {
  margin-bottom: 26px;
  font-size: 13px;
  font-style: normal;
  line-height: 21px;
  color: #5f5f5f;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul {
  max-width: initial;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul li {
  position: relative;
  cursor: pointer;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul li:before {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='17' viewBox='0 0 15 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.835938 7.2035C0.835938 4.58459 0.835938 3.27513 1.64953 2.46154C2.46312 1.64795 3.77258 1.64795 6.39149 1.64795H7.78038C10.3993 1.64795 11.7088 1.64795 12.5223 2.46154C13.3359 3.27513 13.3359 4.58459 13.3359 7.2035V9.98128C13.3359 12.6002 13.3359 13.9097 12.5223 14.7232C11.7088 15.5368 10.3993 15.5368 7.78038 15.5368H6.39149C3.77258 15.5368 2.46312 15.5368 1.64953 14.7232C0.835938 13.9097 0.835938 12.6002 0.835938 9.98128V7.2035Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M4.30469 8.59277H9.86024' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.30469 5.81494H9.86024' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M4.30469 11.3701H7.77691' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 17px;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul li span {
  font-size: 16px;
  color: #333;
  max-width: 85%;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul li:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%23D9D9D9'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul li.selected:after, section.CX-landing-emma-marked.with-tick .box-content > .inner ul li.active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='11' fill='%231CC542'/%3E%3Cpath d='M6.25626 10.6263L6.0801 10.4502L5.90333 10.6257L4.95666 11.5657L4.77863 11.7425L4.95604 11.9199L8.6827 15.6466L8.85948 15.8233L9.03626 15.6466L17.0363 7.64656L17.213 7.46979L17.0363 7.29301L16.0963 6.35301L15.9196 6.17632L15.7428 6.35292L8.85956 13.2296L6.25626 10.6263Z' fill='white' stroke='white' stroke-width='0.5'/%3E%3C/svg%3E%0A");
}

section.CX-landing-emma-marked.with-tick .box-content > .inner ul li.cx-my-tour-shepherd-enabled.cx-my-tour-shepherd-target {
  position: relative;
}
section.CX-landing-emma-marked.with-tick .box-content > .inner ul li.cx-my-tour-shepherd-enabled.cx-my-tour-shepherd-target span.tick-animate {
  background-image: url("/o/axa-emma-theme/images/form-assets/tick-check.gif");
  width: 50px;
  height: 50px;
  background-size: cover;
  display: inline-block;
  z-index: 2;
  right: -14px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

.shepherd-element.cx-tour-guide.tour-guide-landing-death-claim-tick {
  margin-bottom: 40px !important;
}

.container-death-claim {
  max-width: 583px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .CX-landing-emma-marked.small .box-header {
    height: 281px !important;
  }
}
@media (max-width: 767px) {
  .CX-landing-emma-marked.small .box-header .inner .box-emma:before {
    width: 338px !important;
    height: 70px !important;
    background-size: cover !important;
    top: 70% !important;
  }
}
@media (max-width: 767px) {
  .CX-landing-emma-marked.small .box-header .inner .box-emma .box-ico {
    top: 70% !important;
  }
  .CX-landing-emma-marked.small .box-header .inner .box-emma .box-ico img {
    width: 176px !important;
  }
}
@media (max-width: 767px) {
  .CX-landing-emma-marked.small .box-header .inner .CX-title-back-simple {
    display: block;
    position: absolute;
    width: 100%;
    top: 0;
    padding: 19px 17px;
  }
  .CX-landing-emma-marked.small .box-header .inner .CX-title-back-simple .title-back-simple .go-back {
    height: 60px;
  }
  .CX-landing-emma-marked.small .box-header .inner .CX-title-back-simple .title-back-simple .title h1 {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  .CX-new-tab.death-claim {
    position: absolute;
    top: -231px;
    z-index: 5;
    width: 100%;
  }
}
.CX-new-tab .box-new-tab {
  display: flex;
  justify-content: center;
}
.CX-new-tab .box-new-tab .box-item {
  flex: 1;
  background-color: #e5e5e5;
  text-align: center;
  position: relative;
  padding: 12px 10px;
  width: 117px;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .CX-new-tab .box-new-tab .box-item {
    width: 79px;
    padding: 15px 10px;
  }
}
.CX-new-tab .box-new-tab .box-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 3px;
  background-color: #999999;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-new-tab .box-new-tab .box-item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
}
.CX-new-tab .box-new-tab .box-item .inner .ico {
  flex: 0 0 auto;
  height: 28px;
}
@media (max-width: 767px) {
  .CX-new-tab .box-new-tab .box-item .inner .ico {
    height: 21px;
  }
  .CX-new-tab .box-new-tab .box-item .inner .ico span {
    height: 21px !important;
    width: 21px !important;
    background-size: cover;
  }
}
.CX-new-tab .box-new-tab .box-item .inner .name {
  flex: 0 0 auto;
  font-size: 15px;
  font-style: normal;
  font-family: "SourceSans-Bold";
  text-transform: capitalize;
  text-indent: -999px;
}
@media (max-width: 767px) {
  .CX-new-tab .box-new-tab .box-item .inner .name .text-dekstop {
    display: none;
  }
  .CX-new-tab .box-new-tab .box-item .inner .name .text-mobile.hide {
    display: block !important;
  }
}
.CX-new-tab .box-new-tab .box-item.selected {
  background-color: #fff;
  flex: 1 1 auto;
}
.CX-new-tab .box-new-tab .box-item.selected:after {
  background-color: #494df4;
}
.CX-new-tab .box-new-tab .box-item.selected .inner .name {
  color: #494df4;
  text-indent: 0;
}
.CX-new-tab .box-new-tab .box-item.done {
  background-color: #deeaf2;
  flex: 0 0 auto;
}
.CX-new-tab .box-new-tab .box-item.done:after {
  background-color: #027180;
}
.CX-new-tab .box-new-tab .box-item.done .inner .name {
  text-indent: -999px;
}

.CX-new-tab:not(.text-only) .box-new-tab .box-item .inner .name {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.CX-new-tab .box-new-tab .box-item .inner .ico span {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='27' viewBox='0 0 27 27' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6174 14.4091V13.197C25.6174 8.62577 25.6174 6.34018 24.1973 4.92009C22.7772 3.5 20.4917 3.5 15.9205 3.5H11.072C6.50077 3.5 4.21518 3.5 2.79509 4.92009C1.375 6.34018 1.375 8.62577 1.375 13.197C1.375 17.7682 1.375 20.0538 2.79509 21.4739C4.21518 22.8939 6.50077 22.8939 11.072 22.8939H14.7083' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.075 18.0454H6.22656' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.375 10.7727L25.6174 10.7727' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='20.7692' cy='19.2576' r='3.63636' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M23.7969 22.2878L25.009 23.5' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
  width: 27px;
  height: 27px;
  display: inline-block;
  background-size: cover;
}
.CX-new-tab .box-new-tab .box-item .inner .ico .ico-tab-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6174 14.9091V13.697C25.6174 9.12577 25.6174 6.84018 24.1973 5.42009C22.7772 4 20.4917 4 15.9205 4H11.072C6.50077 4 4.21518 4 2.79509 5.42009C1.375 6.84018 1.375 9.12577 1.375 13.697C1.375 18.2682 1.375 20.5538 2.79509 21.9739C4.21518 23.3939 6.50077 23.3939 11.072 23.3939H14.7083' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.075 18.5454H6.22656' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.375 11.2727L25.6174 11.2727' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='20.7692' cy='19.7576' r='3.63636' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M23.7969 22.7878L25.009 24' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item .inner .ico .ico-tab-rekening {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.86719 11.2386H11.2881' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2597 12.342H20.3832C18.4112 12.342 16.8125 13.8265 16.8125 15.6577C16.8125 17.4889 18.4112 18.9734 20.3832 18.9734H23.2597C23.3518 18.9734 23.3978 18.9734 23.4367 18.9711C24.0327 18.9348 24.5075 18.4939 24.5466 17.9405C24.5491 17.9044 24.5491 17.8616 24.5491 17.7761V13.5394C24.5491 13.4539 24.5491 13.4111 24.5466 13.375C24.5075 12.8215 24.0327 12.3807 23.4367 12.3444C23.3978 12.342 23.3518 12.342 23.2597 12.342Z' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M23.4061 12.3433C23.3201 10.274 23.0431 9.00521 22.1498 8.112C20.855 6.81714 18.7709 6.81714 14.6029 6.81714H11.2872C7.11907 6.81714 5.03503 6.81714 3.74017 8.112C2.44531 9.40686 2.44531 11.4909 2.44531 15.659C2.44531 19.8271 2.44531 21.9111 3.74017 23.206C5.03503 24.5008 7.11907 24.5008 11.2872 24.5008H14.6029C18.7709 24.5008 20.855 24.5008 22.1498 23.206C23.0431 22.3128 23.3201 21.044 23.4061 18.9747' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M6.86719 6.81472L10.9958 4.07721C12.1584 3.3063 13.7335 3.3063 14.8962 4.07721L19.0247 6.81472' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20.1172 15.656H20.1262' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item .inner .ico .ico-tab-death {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5033 6.49249C8.21803 1.00127 1.75781 5.05194 1.75781 10.7637C1.75781 16.4755 6.47883 19.5192 9.93472 22.2435C11.1542 23.2049 12.3288 24.11 13.5033 24.11M13.5033 6.49249C18.7886 1.00127 25.2488 5.05194 25.2488 10.7637C25.2488 16.4755 20.5278 19.5192 17.0719 22.2435C15.8524 23.2049 14.6779 24.11 13.5033 24.11M13.5033 6.49249L11.7415 10.0154L15.8524 12.9518L12.3288 17.0627L14.6779 19.4118L13.5033 24.11' stroke='%23999999' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item .inner .ico .ico-tab-dokumen {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4656 9.8413L19.9522 9.35468C20.7585 8.54844 22.0656 8.54844 22.8719 9.35468C23.6781 10.1609 23.6781 11.4681 22.8719 12.2744L22.3853 12.761M19.4656 9.8413C19.4656 9.8413 19.5264 10.8753 20.4388 11.7877C21.3512 12.7001 22.3853 12.761 22.3853 12.761M19.4656 9.8413L14.9919 14.3149C14.6889 14.618 14.5374 14.7695 14.4071 14.9365C14.2534 15.1336 14.1217 15.3468 14.0141 15.5724C13.923 15.7636 13.8552 15.9669 13.7197 16.3734L13.2859 17.675L13.1455 18.0961M22.3853 12.761L17.9116 17.2346C17.6086 17.5376 17.4571 17.6891 17.29 17.8194C17.093 17.9731 16.8798 18.1049 16.6542 18.2124C16.4629 18.3036 16.2597 18.3713 15.8531 18.5068L14.5516 18.9407L14.1305 19.0811M14.1305 19.0811L13.7094 19.2214C13.5093 19.2881 13.2888 19.236 13.1396 19.0869C12.9905 18.9378 12.9385 18.7172 13.0051 18.5172L13.1455 18.0961M14.1305 19.0811L13.1455 18.0961' stroke='%23999999' stroke-width='2'/%3E%3Cpath d='M8.77344 15.05H11.3984' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.77344 10.85H15.5984' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.77344 19.25H10.3484' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.1933 4.73015C19.9631 3.5 17.9832 3.5 14.0234 3.5H11.9234C7.96364 3.5 5.98374 3.5 4.75359 4.73015C3.52344 5.9603 3.52344 7.9402 3.52344 11.9V16.1C3.52344 20.0598 3.52344 22.0397 4.75359 23.2698C5.98374 24.5 7.96364 24.5 11.9234 24.5H14.0234C17.9832 24.5 19.9631 24.5 21.1933 23.2698C22.1835 22.2796 22.3767 20.8035 22.4143 18.2' stroke='%23999999' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.CX-new-tab .box-new-tab .box-item.selected .inner .ico .ico-tab-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6174 15.224V14.0119C25.6174 9.44072 25.6174 7.15512 24.1973 5.73503C22.7772 4.31494 20.4917 4.31494 15.9205 4.31494H11.072C6.50077 4.31494 4.21518 4.31494 2.79509 5.73503C1.375 7.15512 1.375 9.44072 1.375 14.0119C1.375 18.5831 1.375 20.8687 2.79509 22.2888C4.21518 23.7089 6.50077 23.7089 11.072 23.7089H14.7083' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.075 18.8604H6.22656' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.375 11.5876L25.6174 11.5876' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='20.7692' cy='20.0725' r='3.63636' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M23.7969 23.1028L25.009 24.3149' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item.selected .inner .ico .ico-tab-rekening {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.86719 11.5536H11.2881' stroke='%23494DF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2597 12.657H20.3832C18.4112 12.657 16.8125 14.1415 16.8125 15.9727C16.8125 17.8039 18.4112 19.2884 20.3832 19.2884H23.2597C23.3518 19.2884 23.3978 19.2884 23.4367 19.286C24.0327 19.2497 24.5075 18.8089 24.5466 18.2554C24.5491 18.2193 24.5491 18.1766 24.5491 18.091V13.8543C24.5491 13.7688 24.5491 13.726 24.5466 13.6899C24.5075 13.1365 24.0327 12.6956 23.4367 12.6593C23.3978 12.657 23.3518 12.657 23.2597 12.657Z' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M23.4061 12.6582C23.3201 10.5889 23.0431 9.32016 22.1498 8.42694C20.855 7.13208 18.7709 7.13208 14.6029 7.13208H11.2872C7.11907 7.13208 5.03503 7.13208 3.74017 8.42694C2.44531 9.7218 2.44531 11.8058 2.44531 15.9739C2.44531 20.142 2.44531 22.2261 3.74017 23.5209C5.03503 24.8158 7.11907 24.8158 11.2872 24.8158H14.6029C18.7709 24.8158 20.855 24.8158 22.1498 23.5209C23.0431 22.6277 23.3201 21.3589 23.4061 19.2896' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M6.86719 7.12966L10.9958 4.39215C12.1584 3.62124 13.7335 3.62124 14.8962 4.39215L19.0247 7.12966' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20.1172 15.9709H20.1262' stroke='%23494DF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item.selected .inner .ico .ico-tab-death {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5033 6.80743C8.21803 1.31621 1.75781 5.36688 1.75781 11.0786C1.75781 16.7904 6.47883 19.8341 9.93472 22.5585C11.1542 23.5198 12.3288 24.425 13.5033 24.425M13.5033 6.80743C18.7886 1.31621 25.2488 5.36688 25.2488 11.0786C25.2488 16.7904 20.5278 19.8341 17.0719 22.5585C15.8524 23.5198 14.6779 24.425 13.5033 24.425M13.5033 6.80743L11.7415 10.3303L15.8524 13.2667L12.3288 17.3776L14.6779 19.7268L13.5033 24.425' stroke='%23494DF4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item.selected .inner .ico .ico-tab-dokumen {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4656 10.1562L19.9522 9.66962C20.7585 8.86338 22.0656 8.86338 22.8719 9.66962C23.6781 10.4759 23.6781 11.7831 22.8719 12.5893L22.3853 13.0759M19.4656 10.1562C19.4656 10.1562 19.5264 11.1903 20.4388 12.1027C21.3512 13.0151 22.3853 13.0759 22.3853 13.0759M19.4656 10.1562L14.9919 14.6299C14.6889 14.9329 14.5374 15.0844 14.4071 15.2515C14.2534 15.4485 14.1217 15.6617 14.0141 15.8873C13.923 16.0786 13.8552 16.2818 13.7197 16.6884L13.2859 17.9899L13.1455 18.411M22.3853 13.0759L17.9116 17.5496C17.6086 17.8526 17.4571 18.0041 17.29 18.1344C17.093 18.2881 16.8798 18.4198 16.6542 18.5274C16.4629 18.6185 16.2597 18.6863 15.8531 18.8218L14.5516 19.2556L14.1305 19.396M14.1305 19.396L13.7094 19.5364C13.5093 19.603 13.2888 19.551 13.1396 19.4019C12.9905 19.2527 12.9385 19.0322 13.0051 18.8321L13.1455 18.411M14.1305 19.396L13.1455 18.411' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M8.77344 15.365H11.3984' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.77344 11.1649H15.5984' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.77344 19.5649H10.3484' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.1933 5.04509C19.9631 3.81494 17.9832 3.81494 14.0234 3.81494H11.9234C7.96364 3.81494 5.98374 3.81494 4.75359 5.04509C3.52344 6.27524 3.52344 8.25514 3.52344 12.2149V16.4149C3.52344 20.3747 3.52344 22.3546 4.75359 23.5848C5.98374 24.8149 7.96364 24.8149 11.9234 24.8149H14.0234C17.9832 24.8149 19.9631 24.8149 21.1933 23.5848C22.1835 22.5945 22.3767 21.1185 22.4143 18.5149' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.CX-new-tab .box-new-tab .box-item.done .inner .ico .ico-tab-polis {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M25.6174 14.61V13.3979C25.6174 8.8267 25.6174 6.5411 24.1973 5.12102C22.7772 3.70093 20.4917 3.70093 15.9205 3.70093H11.072C6.50077 3.70093 4.21518 3.70093 2.79509 5.12102C1.375 6.5411 1.375 8.8267 1.375 13.3979C1.375 17.9691 1.375 20.2547 2.79509 21.6748C4.21518 23.0949 6.50077 23.0949 11.072 23.0949H14.7083' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M11.075 18.2463H6.22656' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M1.375 10.9736L25.6174 10.9736' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='20.7692' cy='19.4585' r='3.63636' stroke='%23027180' stroke-width='2'/%3E%3Cpath d='M23.7969 22.4888L25.009 23.7009' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item.done .inner .ico .ico-tab-rekening {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.86719 10.9396H11.2881' stroke='%23027180' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M23.2597 12.043H20.3832C18.4112 12.043 16.8125 13.5275 16.8125 15.3587C16.8125 17.1899 18.4112 18.6744 20.3832 18.6744H23.2597C23.3518 18.6744 23.3978 18.6744 23.4367 18.672C24.0327 18.6357 24.5075 18.1949 24.5466 17.6414C24.5491 17.6053 24.5491 17.5625 24.5491 17.477V13.2403C24.5491 13.1548 24.5491 13.112 24.5466 13.0759C24.5075 12.5225 24.0327 12.0816 23.4367 12.0453C23.3978 12.043 23.3518 12.043 23.2597 12.043Z' stroke='%23027180' stroke-width='2'/%3E%3Cpath d='M23.4061 12.0442C23.3201 9.97489 23.0431 8.70614 22.1498 7.81292C20.855 6.51807 18.7709 6.51807 14.6029 6.51807H11.2872C7.11907 6.51807 5.03503 6.51807 3.74017 7.81293C2.44531 9.10778 2.44531 11.1918 2.44531 15.3599C2.44531 19.528 2.44531 21.612 3.74017 22.9069C5.03503 24.2018 7.11907 24.2018 11.2872 24.2018H14.6029C18.7709 24.2018 20.855 24.2018 22.1498 22.9069C23.0431 22.0137 23.3201 20.7449 23.4061 18.6756' stroke='%23027180' stroke-width='2'/%3E%3Cpath d='M6.86719 6.51564L10.9958 3.77813C12.1584 3.00722 13.7335 3.00722 14.8962 3.77813L19.0247 6.51564' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M20.1172 15.3569H20.1262' stroke='%23027180' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item.done .inner .ico .ico-tab-death {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.5033 6.19342C8.21803 0.702195 1.75781 4.75287 1.75781 10.4646C1.75781 16.1764 6.47883 19.2201 9.93472 21.9444C11.1542 22.9058 12.3288 23.8109 13.5033 23.8109M13.5033 6.19342C18.7886 0.702195 25.2488 4.75287 25.2488 10.4646C25.2488 16.1764 20.5278 19.2201 17.0719 21.9444C15.8524 22.9058 14.6779 23.8109 13.5033 23.8109M13.5033 6.19342L11.7415 9.71633L15.8524 12.6527L12.3288 16.7636L14.6779 19.1127L13.5033 23.8109' stroke='%23027180' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
.CX-new-tab .box-new-tab .box-item.done .inner .ico .ico-tab-dokumen {
  background-image: url("data:image/svg+xml,%3Csvg width='27' height='28' viewBox='0 0 27 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M19.4656 9.54222L19.9522 9.05561C20.7585 8.24937 22.0656 8.24937 22.8719 9.05561C23.6781 9.86186 23.6781 11.169 22.8719 11.9753L22.3853 12.4619M19.4656 9.54222C19.4656 9.54222 19.5264 10.5763 20.4388 11.4887C21.3512 12.4011 22.3853 12.4619 22.3853 12.4619M19.4656 9.54222L14.9919 14.0159C14.6889 14.3189 14.5374 14.4704 14.4071 14.6374C14.2534 14.8345 14.1217 15.0477 14.0141 15.2733C13.923 15.4646 13.8552 15.6678 13.7197 16.0744L13.2859 17.3759L13.1455 17.797M22.3853 12.4619L17.9116 16.9355C17.6086 17.2386 17.4571 17.3901 17.29 17.5204C17.093 17.6741 16.8798 17.8058 16.6542 17.9133C16.4629 18.0045 16.2597 18.0722 15.8531 18.2078L14.5516 18.6416L14.1305 18.782M14.1305 18.782L13.7094 18.9223C13.5093 18.989 13.2888 18.937 13.1396 18.7878C12.9905 18.6387 12.9385 18.4182 13.0051 18.2181L13.1455 17.797M14.1305 18.782L13.1455 17.797' stroke='%23027180' stroke-width='2'/%3E%3Cpath d='M8.77344 14.751H11.3984' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.77344 10.5509H15.5984' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M8.77344 18.9509H10.3484' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M21.1933 4.43108C19.9631 3.20093 17.9832 3.20093 14.0234 3.20093H11.9234C7.96364 3.20093 5.98374 3.20093 4.75359 4.43108C3.52344 5.66123 3.52344 7.64113 3.52344 11.6009V15.8009C3.52344 19.7607 3.52344 21.7406 4.75359 22.9708C5.98374 24.2009 7.96364 24.2009 11.9234 24.2009H14.0234C17.9832 24.2009 19.9631 24.2009 21.1933 22.9708C22.1835 21.9805 22.3767 20.5045 22.4143 17.9009' stroke='%23027180' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
}

.CX-simple-form .box-simple-form .new-box-item.style-default.new-dropdown-search:not(.no-label) .new-box-item-inner .ico-box-search {
  margin-top: 13px;
}
.CX-simple-form .box-simple-form .new-box-item.style-default.new-dropdown-search:not(.no-label) .new-box-item-inner .ico-flexible {
  background-color: transparent;
  margin-top: 13px;
}

.CX-form-death-claim section.CX-new-polis-karyawan {
  background-color: transparent;
  padding: 0 0;
}
.CX-form-death-claim section.CX-new-polis-karyawan > .container.CX-wrapper {
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list {
  display: grid;
  grid-template-columns: 1fr;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item {
  background: transparent;
  -webkit-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #494df4;
  -webkit-backdrop-filter: blur(15px);
  -moz-backdrop-filter: blur(15px);
  -ms-backdrop-filter: blur(15px);
  -o-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item:after {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='242' height='50' viewBox='0 0 242 50' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.06'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M226.027 10.0698C227.143 12.6012 227.613 15.5986 227.5 18.8089L241.058 18.8065C241.058 18.8065 238.843 24.5813 234.887 26.914H226.11C224.655 31.6852 222.322 36.1365 219.231 40.0344C215.14 45.1775 210.166 48.3382 204.831 49.1734C201.467 49.6986 198.177 49.4217 195.316 48.369C191.963 47.1365 189.456 44.9411 188.067 42.0217C185.482 36.6017 186.949 29.8357 191.713 25.1869C194.295 22.6698 197.847 20.3939 202.387 19.6842C207.826 18.7983 212.717 18.8022 217.543 18.806C217.859 18.8063 218.175 18.8065 218.491 18.8065H219.506C219.621 16.7933 219.387 14.9219 218.702 13.3653C217.693 11.0729 214.709 8.65272 209.629 9.37663C206.772 9.79301 203.416 11.9222 200.445 15.2342L194.491 9.79301C198.756 5.02366 203.735 2.02387 208.501 1.3449C209.459 1.20741 210.425 1.13785 211.393 1.13672C217.988 1.13672 223.558 4.46059 226.027 10.0698ZM203.585 41.1629C206.959 40.6425 210.111 38.5511 212.957 34.9646C214.863 32.5171 216.411 29.8069 217.555 26.9163C217.178 26.9152 216.805 26.9138 216.434 26.9123C211.821 26.8942 207.724 26.8779 203.604 27.6946C201.238 28.2121 199.054 29.3609 197.277 31.0209C194.656 33.5784 194.388 36.6184 195.286 38.5109C196.322 40.6757 199.731 41.7663 203.585 41.1629Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M45.7427 2.21011C49.0956 3.44266 51.6026 5.63566 52.9921 8.55497C55.5765 13.9677 54.1098 20.7337 49.3463 25.3846C46.7645 27.9017 43.2522 29.6169 38.9036 30.4804C33.2381 31.6088 27.7039 31.7627 22.5679 31.7627H21.5534C21.4387 33.7759 21.6729 35.6471 22.3571 37.2038C23.3669 39.4961 26.3497 41.9163 31.4292 41.1948C34.2877 40.7761 37.6429 38.6469 40.614 35.3348L46.5676 40.7761C42.2938 45.5477 37.315 48.5473 32.5492 49.224C31.5915 49.3615 30.6253 49.4311 29.6579 49.4321C23.0624 49.4321 17.4907 46.1107 15.0211 40.4992C13.9058 37.9702 13.4372 34.9729 13.5497 31.7602H0C0 31.7602 2.21649 25.9879 6.17151 23.6529H14.9485C16.4047 18.8827 18.7385 14.4324 21.8276 10.5351C25.9184 5.39199 30.8927 2.23141 36.2278 1.3963C39.5971 0.868745 42.8773 1.1479 45.7427 2.21011ZM37.3498 22.5246C39.2805 22.1532 41.9587 21.3134 43.7651 19.5509C46.3916 16.9936 46.6541 13.9465 45.7636 12.061C44.7282 9.89405 41.3213 8.80345 37.4647 9.4067C34.0908 9.92953 30.9395 12.0208 28.0927 15.6072C26.1912 18.0545 24.6448 20.7628 23.5003 23.6507C28.5636 23.6294 32.91 23.4071 37.3498 22.5246Z' fill='white'/%3E%3Cpath d='M62.4819 48.8569L69.6086 18.3628C70.762 13.4235 74.4328 9.33499 80.0977 9.33499C85.9352 9.33499 86.1128 15.6846 85.3398 19.0004L78.3627 48.864H86.5868L93.1249 20.8823C94.8084 13.6083 93.9001 9.41795 91.0724 5.78691C89.4378 3.69882 86.087 1.13672 80.6254 1.13672C72.093 1.13672 63.834 7.88211 61.8211 16.4952L54.2578 48.8569H62.4819Z' fill='white'/%3E%3Cpath d='M31.2953 41.2179C26.2208 41.9371 23.2414 39.525 22.2326 37.2402C21.549 35.6888 21.315 33.8236 21.4297 31.8169H13.4342C13.3219 35.019 13.79 38.0065 14.9041 40.5271C17.3711 46.12 22.937 49.4307 29.5258 49.4307C30.4923 49.4296 31.4575 49.3602 32.4142 49.2231C37.175 48.5488 42.1488 45.559 46.418 40.8029L40.4705 35.3798C37.5026 38.6786 34.1578 40.8054 31.2953 41.2179Z' fill='white'/%3E%3Cpath d='M209.767 9.34918C214.843 8.62747 217.823 11.0403 218.832 13.3257C219.515 14.8776 219.748 16.7432 219.634 18.7504H227.632C227.745 15.5498 227.277 12.5615 226.161 10.0379C223.694 4.45049 218.126 1.13672 211.537 1.13672C210.569 1.13784 209.603 1.2072 208.647 1.34427C203.885 2.02118 198.909 5.01182 194.648 9.76663L200.598 15.1913C203.557 11.8846 206.902 9.75484 209.767 9.34918Z' fill='white'/%3E%3Cpath d='M86.5333 48.8569L93.6606 18.3673C94.8142 13.4287 98.4852 9.34089 104.15 9.34089C109.989 9.34089 110.166 15.6895 109.393 19.0048L102.415 48.864H110.64L117.179 20.8865C118.856 13.6065 117.954 9.41672 115.119 5.78622C113.485 3.69845 110.133 1.13672 104.671 1.13672C96.1383 1.13672 87.8785 7.88109 85.8656 16.4929L78.3086 48.8569H86.5333Z' fill='white'/%3E%3Cpath d='M128.478 48.8569L135.603 18.3628C136.756 13.4235 140.427 9.33499 146.092 9.33499C151.93 9.33499 152.11 15.6846 151.335 19.0004L144.359 48.864H152.584L159.122 20.8823C160.803 13.6083 159.897 9.41795 157.067 5.78691C155.433 3.69882 152.082 1.13672 146.622 1.13672C138.09 1.13672 129.828 7.88211 127.817 16.4952L120.254 48.8569H128.478Z' fill='white'/%3E%3Cpath d='M152.529 48.8498L159.653 18.3557C160.807 13.4163 164.478 9.32789 170.143 9.32789C175.974 9.32789 176.161 15.6822 175.385 19.0004L168.41 48.864H176.634L183.173 20.8823C184.854 13.6083 183.948 9.41795 181.118 5.78691C179.483 3.69882 176.132 1.13672 170.673 1.13672C162.14 1.13672 153.879 7.88211 151.868 16.4952L144.305 48.8498H152.529Z' fill='white'/%3E%3Cpath d='M32.4405 2.27344C28.5808 3.72925 25 6.45833 21.9283 10.3132C18.8622 14.1704 16.5462 18.575 15.1016 23.2961H23.5886C24.7244 20.4391 26.2588 17.7595 28.1458 15.3383C29.3644 13.7646 30.8123 12.3852 32.4405 11.2471V2.27344Z' fill='white'/%3E%3Cpath d='M218.943 26.7036H218.009C216.869 29.6226 215.329 32.3597 213.432 34.8317C211.422 37.4161 209.25 39.2282 206.949 40.2442V48.8626C211.65 47.6674 216.022 44.6263 219.673 39.9622C222.751 36.0232 225.077 31.5251 226.527 26.7036H218.943Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 242px;
  height: 50px;
  position: absolute;
  bottom: 9px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner {
  position: relative;
  padding: 20px 21px 20px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-status {
  display: flex;
  grid-column-gap: 16px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-status > span {
  display: flex;
  grid-column-gap: 2px;
  align-items: center;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-status > span:first-child {
  margin-right: 0px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-status > span:last-child {
  padding-left: 0px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-status > span:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_639_45275)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.00106 0.90918C2.74177 0.90918 0.910156 2.74079 0.910156 5.00009C0.910156 7.25938 2.74177 9.091 5.00106 9.091C7.26036 9.091 9.09197 7.25938 9.09197 5.00009C9.09197 2.74079 7.26036 0.90918 5.00106 0.90918ZM6.77429 4.30835C6.80694 4.27103 6.8318 4.22755 6.8474 4.18048C6.863 4.13341 6.86903 4.08369 6.86513 4.03426C6.86124 3.98482 6.84749 3.93666 6.82471 3.89262C6.80192 3.84857 6.77056 3.80952 6.73247 3.77778C6.69437 3.74603 6.65031 3.72222 6.60288 3.70776C6.55544 3.69329 6.5056 3.68845 6.45627 3.69354C6.40694 3.69862 6.35913 3.71351 6.31564 3.73735C6.27215 3.76118 6.23387 3.79347 6.20305 3.83232L4.60387 5.75096L3.7764 4.9231C3.70625 4.85536 3.61231 4.81787 3.5148 4.81872C3.41729 4.81957 3.32401 4.85868 3.25506 4.92763C3.1861 4.99659 3.14699 5.08987 3.14614 5.18738C3.1453 5.28489 3.18278 5.37883 3.25053 5.44897L4.36623 6.56467C4.40277 6.60119 4.44652 6.6297 4.49469 6.64837C4.54286 6.66705 4.59439 6.67548 4.646 6.67314C4.69761 6.67079 4.74816 6.65772 4.79444 6.63476C4.84072 6.61179 4.8817 6.57944 4.91478 6.53976L6.77429 4.30835Z' fill='white'/%3E%3Ccircle cx='4.99929' cy='4.99978' r='2.27273' fill='%231CC542'/%3E%3Ccircle cx='5.00178' cy='4.99982' r='1.81818' fill='%231CC542'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_639_45275'%3E%3Crect width='10' height='10' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 10px;
  height: 10px;
  position: relative;
  top: initial;
  left: 0px;
  display: inline-block;
  transform: none;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-info-polis {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-info-polis > h3 {
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  margin-bottom: 0px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-info-polis .info-contact {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  font-style: normal;
  line-height: 20px;
  font-family: "SourceSans-Semibold";
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail {
  grid-template-columns: 1fr;
  grid-row-gap: 5px;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no {
  width: 100%;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner {
  border: 0px;
  width: 100%;
  padding: 0 0;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .icon {
  display: none;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text {
  display: flex;
  width: 100%;
  justify-content: space-between;
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text .label {
  border: 0px;
  text-transform: none;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: rgba(255, 255, 255, 0.6);
  font-weight: normal;
  font-family: "SourceSans";
  padding: 0px;
  margin: 0px;
}
@media (max-width: 767px) {
  .CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text .label {
    font-size: 14px !important;
  }
}
.CX-form-death-claim section.CX-new-polis-karyawan .box-new-polis-karyawan .box-new-polis-karyawan-inner .box-new-polis-list .box-list-item .list-item .list-item-inner .box-content .box-detail .box-no .box-no-inner .text .value span {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
}

@media (max-width: 1024px) {
  body.is-death-claim .CX-footer {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .CX-form-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .CX-simple-form {
    padding: 24px 16px;
  }
}

.CX-form-death-claim .container-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar {
  margin-bottom: 40px;
}
.CX-form-death-claim .container-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar > .inner {
  padding: 0 0;
}
@media (max-width: 767px) {
  .CX-form-death-claim .box-act.box-process {
    -webkit-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05) !important;
    -moz-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05) !important;
    -ms-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05) !important;
    -o-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05) !important;
    box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05) !important;
  }
}
.CX-form-death-claim section.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .row + .row {
  margin-top: 12px !important;
}
@media (min-width: 768px) {
  .CX-form-death-claim section.CX-simple-form.with-title {
    padding: 0px 0 0;
  }
}
@media (max-width: 767px) {
  .CX-form-death-claim section.CX-simple-form.with-title {
    padding: 0 0 !important;
  }
}
.CX-form-death-claim section.CX-simple-form.with-title .box-simple-form {
  padding: 24px 25px 24px;
}
@media (max-width: 767px) {
  .CX-form-death-claim section.CX-simple-form.with-title .box-simple-form {
    padding: 16px 16px;
  }
}
.CX-form-death-claim section.CX-simple-form.with-title > .box-title {
  border-bottom: 5px solid #f7f7ff;
}
.CX-form-death-claim section.CX-simple-form.with-title > .box-title h3 {
  font-size: 16px;
  font-style: normal;
  line-height: 25px;
  font-family: "SourceSans-Bold";
  color: #333;
  text-align: center;
  margin-bottom: 0px;
  padding: 14px 0;
}

.CX-simple-form .new-box-item.style-default.new-dropdown-search .box-dropdow-list {
  width: initial;
  min-width: 329px;
  margin-top: -15px;
}

.box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  position: relative;
}
.box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-close {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20 10C20 15.5228 15.5228 20 10 20C4.47715 20 0 15.5228 0 10C0 4.47715 4.47715 0 10 0C15.5228 0 20 4.47715 20 10ZM6.96963 6.96965C7.26252 6.67676 7.73739 6.67676 8.03029 6.96965L9.99997 8.93933L11.9696 6.96967C12.2625 6.67678 12.7374 6.67678 13.0303 6.96967C13.3232 7.26256 13.3232 7.73744 13.0303 8.03033L11.0606 9.99999L13.0303 11.9696C13.3232 12.2625 13.3232 12.7374 13.0303 13.0303C12.7374 13.3232 12.2625 13.3232 11.9696 13.0303L9.99997 11.0607L8.03031 13.0303C7.73742 13.3232 7.26254 13.3232 6.96965 13.0303C6.67676 12.7374 6.67676 12.2625 6.96965 11.9697L8.93931 9.99999L6.96963 8.03031C6.67673 7.73742 6.67673 7.26254 6.96963 6.96965Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 16px;
}

.CX-simple-form .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner {
  padding: 4px 10px;
  background: #494df4;
}
.CX-simple-form .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .polis-numb {
  line-height: normal;
}
.CX-simple-form .box-list-polis-row .box-list-polis-row-inner .list-polis-item.selected .list-polis-item-inner .box-text .desc {
  font-size: 13px;
  font-family: "SourceSans";
  font-weight: normal;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-selected .new-box-item-inner .ico-box-search span.ico.ico-search-dropdown svg circle {
  stroke: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-selected .new-box-item-inner .ico-box-search span.ico.ico-search-dropdown svg path {
  stroke: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.has-selected .new-box-item-inner .input .form-group .form-control {
  border: 1px solid #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-search.focus .new-box-item-inner .ico-box-search span.ico.ico-search-dropdown svg circle {
  stroke: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-search.focus .new-box-item-inner .ico-box-search span.ico.ico-search-dropdown svg path {
  stroke: #494df4;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-search.focus .new-box-item-inner .ico-flexible .open-box-dropdown {
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-search.focus .new-box-item-inner .input .form-group .form-control {
  border: 1px solid #494df4;
  background-color: rgba(73, 77, 244, 0.04);
}

.CX-simple-form .new-box-item.style-default.new-dropdown-search .box-dropdow-list ul li.selected .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 2C6.02955 2 2 6.02955 2 11C2 15.9705 6.02955 20 11 20C15.9705 20 20 15.9705 20 11C20 6.02955 15.9705 2 11 2ZM14.9011 9.47818C14.9729 9.39607 15.0276 9.30042 15.0619 9.19687C15.0963 9.09331 15.1095 8.98393 15.1009 8.87517C15.0924 8.76641 15.0621 8.66046 15.012 8.56356C14.9619 8.46666 14.8929 8.38076 14.8091 8.31092C14.7253 8.24107 14.6283 8.1887 14.524 8.15687C14.4196 8.12504 14.31 8.11441 14.2015 8.12559C14.0929 8.13677 13.9877 8.16954 13.8921 8.22197C13.7964 8.27441 13.7122 8.34545 13.6444 8.43091L10.1262 12.6519L8.30573 10.8306C8.15142 10.6816 7.94474 10.5991 7.73022 10.601C7.51569 10.6029 7.31048 10.6889 7.15878 10.8406C7.00709 10.9923 6.92104 11.1975 6.91918 11.412C6.91731 11.6266 6.99978 11.8332 7.14882 11.9875L9.60336 14.4421C9.68376 14.5224 9.78 14.5851 9.88598 14.6262C9.99195 14.6673 10.1053 14.6859 10.2189 14.6807C10.3324 14.6756 10.4436 14.6468 10.5454 14.5963C10.6472 14.5458 10.7374 14.4746 10.8102 14.3873L14.9011 9.47818Z' fill='%23494DF4'/%3E%3Ccircle cx='11' cy='11' r='5' fill='%23494DF4'/%3E%3Ccircle cx='11' cy='11' r='4' fill='white'/%3E%3C/svg%3E%0A");
}

@media (max-width: 767px) {
  .CX-form-death-claim section.CX-simple-form.with-title .box-simple-form {
    padding-bottom: 40px;
  }
}

#modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner .box-list-polis-row.new.with-info-add-polis .box-list-polis-row-inner {
  max-height: calc(100% - 220px);
}
@media (max-width: 1024px) {
  #modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner .box-list-polis-row.new.with-info-add-polis .box-list-polis-row-inner {
    max-height: 450px;
  }
}

.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active {
  background: #fff;
  background-color: #fff;
  border-color: #027180;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #027180;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
}

.box-penerima-manfaat {
  display: grid;
}
.box-penerima-manfaat .box-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 7px 0;
}
.box-penerima-manfaat .box-item:last-child {
  border-bottom: 0px;
}
.box-penerima-manfaat .box-item .box-item-inner .label {
  border: 0px;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  color: #7f7f7f;
  font-family: "SourceSans";
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
}
.box-penerima-manfaat .box-item .box-item-inner .value {
  font-size: 17px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333333;
}
.box-penerima-manfaat .box-item .box-item-inner .box-info-alert {
  margin-bottom: 17px;
}

.box-tambah-norek {
  background-color: #f5f5f5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.box-tambah-norek .box-tambah-norek-inner {
  padding: 12px 14px;
  display: flex;
}
.box-tambah-norek .box-tambah-norek-inner .info-norek {
  flex: 1 1 auto;
}
.box-tambah-norek .box-tambah-norek-inner .info-norek .info-norek-inner {
  font-size: 15px;
  line-height: 20px;
  font-family: "SourceSans-Bold";
  color: #333;
}
.box-tambah-norek .box-tambah-norek-inner .info-norek .desc {
  font-size: 12px;
  line-height: 20px;
  color: #5f5f5f;
}
.box-tambah-norek .box-tambah-norek-inner .box-action {
  flex: 0 0 auto;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .new-btn-blue {
  font-size: 15px;
  padding: 5px 6px;
  text-transform: none;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .new-btn-blue.right-icon .text {
  margin-right: 0px;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .new-btn-blue.right-icon .ico {
  top: 0px;
  margin-left: 3px;
}

.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup:not(.active) {
  background-color: #027180;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
  color: #fff;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #fff;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
  color: #027180;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.50195L11 10.502L2 1.50195' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 13px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active {
  background: #fff;
  background-color: #fff;
  border-color: #027180;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #027180;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.hidup.active .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.50195L11 10.502L2 1.50195' stroke='%23494DF4' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 13px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati:not(.active) {
  background-color: #333;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
  color: #fff;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #fff;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
  color: #333;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.50195L11 10.502L2 1.50195' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 13px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati.active {
  background: #fff;
  background-color: #fff;
  border-color: #333333;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #333333;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.mati.active .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.50195L11 10.502L2 1.50195' stroke='%23494DF4' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 13px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak:not(.active) {
  background-color: #914146;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-title h3 {
  color: #fff;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #fff;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
  color: #914146;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak:not(.active) .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.50195L11 10.502L2 1.50195' stroke='white' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 13px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak.active {
  background: #fff;
  background-color: #fff;
  border-color: #914146;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico {
  background: #914146;
  padding: 4px 9px;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak.active .accordion-flexible-item-inner .accordion-flexible-item-header .box-info-ico .box-info-ico-inner .text {
  font-size: 13px;
  line-height: normal;
}
.CX-accordion-flexible .box-accordion-flexible .accordion-flexible-item.anak-anak.active .accordion-flexible-item-inner .accordion-flexible-item-header:after {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='13' viewBox='0 0 22 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M20 1.50195L11 10.502L2 1.50195' stroke='%23494DF4' stroke-width='3'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 13px;
}

.box-penerima-manfaat {
  display: grid;
}
.box-penerima-manfaat .box-item {
  border-bottom: 1px solid #f0f0f0;
  padding: 7px 0;
}
.box-penerima-manfaat .box-item:last-child {
  border-bottom: 0px;
}
.box-penerima-manfaat .box-item .box-item-inner .label {
  border: 0px;
  font-weight: normal;
  text-transform: none;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  color: #7f7f7f;
  font-family: "SourceSans";
  padding: 0px;
  margin: 0px;
  margin-bottom: 2px;
}
.box-penerima-manfaat .box-item .box-item-inner .label.bold {
  font-family: "SourceSans-Semibold";
  color: #333;
}
.box-penerima-manfaat .box-item .box-item-inner .label.large {
  font-family: "SourceSans-Bold";
  color: #333;
  font-size: 17px;
}
.box-penerima-manfaat .box-item .box-item-inner .value {
  font-size: 17px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333333;
}
.box-penerima-manfaat .box-item .box-item-inner .box-info-alert {
  margin-bottom: 17px;
}

.box-tambah-norek {
  background-color: #f5f5f5;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.box-tambah-norek .box-tambah-norek-inner {
  padding: 12px 14px;
  display: flex;
}
.box-tambah-norek .box-tambah-norek-inner .info-norek {
  flex: 1 1 auto;
}
.box-tambah-norek .box-tambah-norek-inner .info-norek .info-norek-inner {
  font-size: 15px;
  line-height: 20px;
  font-family: "SourceSans-Bold";
  color: #333;
}
.box-tambah-norek .box-tambah-norek-inner .info-norek .desc {
  font-size: 12px;
  line-height: 20px;
  color: #5f5f5f;
}
.box-tambah-norek .box-tambah-norek-inner .box-action {
  flex: 0 0 auto;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .new-btn-blue {
  font-size: 15px;
  padding: 5px 6px;
  text-transform: none;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .new-btn-blue.right-icon .text {
  margin-right: 0px;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .new-btn-blue.right-icon .ico {
  top: 0px;
  margin-left: 3px;
}

.box-tambah-norek .box-tambah-norek-inner {
  align-items: center;
}
.box-tambah-norek .box-tambah-norek-inner .box-action .close-bank {
  display: none;
}

.box-tambah-norek.has-selected {
  background-color: #f2f5fe;
}
.box-tambah-norek.has-selected .box-tambah-norek-inner .info-norek .info-norek-inner {
  display: flex;
  grid-column-gap: 5px;
}
.box-tambah-norek.has-selected .box-tambah-norek-inner .info-norek .info-norek-inner .nama-bank {
  flex: 0 0 auto;
  max-width: 189px;
  color: #494df4;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-tambah-norek.has-selected .box-tambah-norek-inner .info-norek .info-norek-inner .norek {
  flex: 1 1 auto;
}
.box-tambah-norek.has-selected .box-tambah-norek-inner .info-norek .desc {
  color: #333;
  font-size: 13px;
  line-height: normal;
}
.box-tambah-norek.has-selected .box-tambah-norek-inner .box-action .new-btn-blue {
  display: none;
}
.box-tambah-norek.has-selected .box-tambah-norek-inner .box-action .close-bank {
  display: block;
  flex: 0 0 auto;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .act-sample {
  position: absolute;
  right: 12px;
  top: 12px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .act-sample .new-btn-blue {
  text-transform: none;
  font-size: 10px;
  color: #fff !important;
  padding: 2px 15px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .act-sample .new-btn-blue .text {
  color: #fff !important;
  font-size: 10px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .inner .box-area-upload-item.area-change .act-sample .new-btn-blue .ico {
  top: 0;
}

.CX-pop-up-modal.modal-default.sample-modal .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 0 0 !important;
  max-height: initial !important;
}

.box-view-sample > .inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
}
.box-view-sample > .inner .box-image-sample {
  background-color: #e5e5e5;
  padding: 28px 20px;
}
@media (min-width: 1025px) {
  .box-view-sample > .inner .box-image-sample {
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-bottom-left-radius: 12px;
    -moz-border-bottom-left-radius: 12px;
    -ms-border-bottom-left-radius: 12px;
    -o-border-bottom-left-radius: 12px;
    border-bottom-left-radius: 12px;
  }
}
@media (min-width: 1025px) and (max-width: 1366px) {
  .box-view-sample > .inner .box-image-sample img {
    height: 450px;
  }
}
.box-view-sample > .inner .box-text-sample {
  padding: 32px 25px;
  position: relative;
}
.box-view-sample > .inner .box-text-sample .title-sample {
  font-size: 19px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  color: #333;
  margin-bottom: 9px;
  text-align: left;
}
.box-view-sample > .inner .box-text-sample .content-sample {
  text-align: left;
  font-size: 14px;
  font-family: "SourceSans-Semibold";
  color: #333;
  overflow-y: auto;
  max-height: 400px;
}
.box-view-sample > .inner .box-text-sample .content-sample ol,
.box-view-sample > .inner .box-text-sample .content-sample ul {
  margin-left: 0px;
  padding-left: 15px;
}
.box-view-sample > .inner .box-text-sample .box-act {
  background-color: #fff;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -moz-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -ms-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -o-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
}
.box-view-sample > .inner .box-text-sample .box-act .new-btn-blue {
  min-width: 365px;
}

.CX-simple-form.new-rekening .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-control {
  border: 1px solid #ccc;
  background: #fafafa;
  font-size: 16px;
}
.CX-simple-form.new-rekening .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .ico-flexible {
  right: 8px;
}
.CX-simple-form.new-rekening .box-simple-form .new-box-form .new-box-form-inner .box-form-new-rekening > .inner .form-group .control-label {
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: #5f5f5f;
  font-family: "SourceSans-Semibold";
}
.CX-simple-form.new-rekening .box-simple-form .new-box-form .new-box-form-inner .box-form-new-rekening > .inner .form-group .form-control {
  font-size: 16px;
}
.CX-simple-form.new-rekening .box-simple-form .new-box-form .new-box-form-inner .box-form-new-rekening > .inner .box-input.with-label .box-input-inner .box-clear,
.CX-simple-form.new-rekening .box-simple-form .new-box-form .new-box-form-inner .box-form-new-rekening > .inner .box-input.with-label .box-input-inner .box-char-limit {
  margin-top: 12px;
}

.CX-simple-form .box-simple-form .box-agree.new {
  padding: 12px 15px;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
}
.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner {
  grid-column-gap: 10px;
}
.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner .box-text {
  flex: 1 1 auto;
  margin-top: 0px;
  text-align: left;
}
.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner .box-text a {
  text-decoration: none;
}
.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner .box-check.with-svg {
  flex: 0 0 auto;
}

.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-bar {
  height: 30px;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-bar:before {
  width: 73px;
}
@media (max-width: 1024px) {
  .box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-bar:before {
    width: 73px !important;
  }
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-bar .toggle-switch-handle {
  line-height: 30px;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-bar .toggle-switch-handle .toggle-switch-icon {
  top: 2px;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-check:empty ~ .toggle-switch-bar:before {
  background-color: #c91432 !important;
  border-color: #c91432 !important;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle .button-icon-off {
  left: 0px;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  text-align: right;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-check:checked ~ .toggle-switch-bar:before {
  background-color: #027180 !important;
  border-color: #027180 !important;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle .button-icon-on {
  left: 43px !important;
}
.box-check.with-svg .toggle-switch.new .toggle-switch-check-bar .toggle-switch-check:checked ~ .toggle-switch-bar .toggle-switch-handle:after {
  text-align: left;
}
.box-check.with-svg .toggle-switch.with-label {
  width: 80px;
  text-align: left;
}
.box-check.with-svg .toggle-switch.with-label .toggle-switch-check-bar .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle {
  position: relative;
}
.box-check.with-svg .toggle-switch.with-label .toggle-switch-check-bar .toggle-switch-check:empty ~ .toggle-switch-bar .toggle-switch-handle:after {
  position: absolute;
  left: 8px;
  right: 8px;
  width: 57px;
  font-size: 13px;
  font-style: normal;
  line-height: 17px;
  font-family: "SourceSans-Semibold";
  color: #fff;
  text-transform: uppercase;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-left: 0px;
}

.CX-pop-up-modal.modal-default .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label {
  color: #333;
}

.new-box-item.style-default.no-ico-search .new-box-item-inner .input .form-control {
  padding-left: 16px !important;
}

.box-pilih-penerima-manfaat {
  text-align: left;
}
.box-pilih-penerima-manfaat > .inner {
  display: grid;
  grid-row-gap: 10px;
}
.box-pilih-penerima-manfaat > .inner .item {
  border: 1px solid #fafafa;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  background: #fafafa;
  padding: 9px 19px;
  position: relative;
  cursor: pointer;
}
.box-pilih-penerima-manfaat > .inner .item:after {
  content: "";
  background: #f5f5f5;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: -5px;
  left: 0px;
  display: inline-block;
}
.box-pilih-penerima-manfaat > .inner .item > input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 10px;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .text {
  flex: 1 1 auto;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .title {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  margin-bottom: 5px;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .bank {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Bold";
  display: flex;
  grid-column-gap: 10px;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .bank .bank-name {
  color: #494df4;
  max-width: 164px;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .bank .bank-no {
  color: #333;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .name {
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  color: #333333;
}
.box-pilih-penerima-manfaat > .inner .item .item-inner .box-check {
  flex: 0 0 auto;
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10.5' fill='%23E5E5E5' stroke='%23999999'/%3E%3C/svg%3E%0A");
  width: 22px;
  height: 22px;
  background-size: cover;
}
.box-pilih-penerima-manfaat > .inner .item.selected {
  border-color: #494df4;
  background: rgba(73, 77, 244, 0.07);
}
.box-pilih-penerima-manfaat > .inner .item.selected .item-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='7.5' fill='white' stroke='%23494DF4' stroke-width='7'/%3E%3C/svg%3E%0A");
}

.box-pilih-penerima-manfaat.no-check .item .item-inner .box-check {
  display: none;
}

.box-upload-kk > .title-info {
  font-size: 16px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Bold";
  text-align: left;
  margin-bottom: 10px;
}
.box-upload-kk > .inner {
  display: grid;
  grid-row-gap: 17px;
}
.box-upload-kk > .inner .item .item-inner {
  text-align: left;
}
.box-upload-kk > .inner .item .item-inner > .label {
  border: 0px;
  text-transform: none;
  font-weight: normal;
  padding: 0px;
  margin: 0px;
  text-align: left;
  font-size: 12px;
  font-style: normal;
  line-height: 22px;
  font-family: "SourceSans-Semibold";
  color: #333;
  margin-bottom: 4px;
}
.box-upload-kk > .inner .item .item-inner .new-box-item .box-text {
  margin-top: 0px;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox {
  position: relative;
  cursor: pointer;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox:after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0px;
  width: 100%;
  height: 1px;
  background-color: #f5f5f5;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox:last-child:after {
  display: none;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox .item-checkbox-inner {
  padding: 11px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox .item-checkbox-inner > input {
  position: absolute;
  opacity: 0;
  visibility: hidden;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox .item-checkbox-inner .name {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox .item-checkbox-inner .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='2' width='21' height='21' rx='3.5' fill='%23F5F5F5' stroke='%237F7F7F'/%3E%3C/svg%3E%0A");
  width: 25px;
  height: 25px;
}
.box-upload-kk > .inner .item .item-inner .box-list-checkbox-penerima .box-list-checkbox-penerima-inner .item-checkbox input:checked ~ .box-check {
  background-image: url("data:image/svg+xml,%3Csvg width='25' height='25' viewBox='0 0 25 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='2' y='1.5' width='22' height='22' rx='4' fill='%23494DF4'/%3E%3Cpath d='M6 12.9L10 16.5L20 7.5' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

body:not(.signed-out) section.CX-landing-emma-marked.small .box-header:before, body:not(.signed-out) section.CX-landing-emma-marked.small .box-header:after {
  display: none;
}

.box-total-penerima-terdaftar .inner {
  display: flex;
  grid-column-gap: 12px;
  align-items: center;
}
.box-total-penerima-terdaftar .inner .ico {
  flex: 0 0 auto;
}
.box-total-penerima-terdaftar .inner .text {
  flex: 1 1 auto;
}
.box-total-penerima-terdaftar .inner .text .title {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
}
.box-total-penerima-terdaftar .inner .text .total {
  font-size: 13px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #494df4;
}

.box-info-alert.info.info-fill.info-ico.has-error {
  background: rgba(201, 21, 51, 0.08) !important;
}
.box-info-alert.info.info-fill.info-ico.has-error .box-info-alert-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C16.299 21 21 16.299 21 10.5ZM10.5 4.4625C10.9349 4.4625 11.2875 4.81508 11.2875 5.25V11.55C11.2875 11.9849 10.9349 12.3375 10.5 12.3375C10.0651 12.3375 9.7125 11.9849 9.7125 11.55V5.25C9.7125 4.81508 10.0651 4.4625 10.5 4.4625ZM10.5 15.75C11.0799 15.75 11.55 15.2799 11.55 14.7C11.55 14.1201 11.0799 13.65 10.5 13.65C9.9201 13.65 9.45 14.1201 9.45 14.7C9.45 15.2799 9.9201 15.75 10.5 15.75Z' fill='%23C91432'/%3E%3Crect x='7' y='3' width='7' height='15' fill='%23C91432'/%3E%3Cpath d='M9.318 12.611L8.919 6.797L8.824 4.27H11.636L11.541 6.797L11.142 12.611H9.318ZM10.23 17.228C9.74867 17.228 9.34333 17.057 9.014 16.715C8.69733 16.373 8.539 15.9613 8.539 15.48C8.539 14.9733 8.69733 14.5553 9.014 14.226C9.34333 13.884 9.74867 13.713 10.23 13.713C10.724 13.713 11.1293 13.884 11.446 14.226C11.7627 14.5553 11.921 14.9733 11.921 15.48C11.921 15.9613 11.7627 16.373 11.446 16.715C11.1293 17.057 10.724 17.228 10.23 17.228Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}
.box-info-alert.info.info-fill.info-ico.has-error .box-info-alert-inner .text {
  color: #c91432 !important;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-error .box-info-alert.info.info-fill.info-ico {
  background: rgba(201, 21, 51, 0.08) !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-error .box-info-alert.info.info-fill.info-ico .box-info-alert-inner:before {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21 10.5C21 4.70101 16.299 0 10.5 0C4.70101 0 0 4.70101 0 10.5C0 16.299 4.70101 21 10.5 21C16.299 21 21 16.299 21 10.5ZM10.5 4.4625C10.9349 4.4625 11.2875 4.81508 11.2875 5.25V11.55C11.2875 11.9849 10.9349 12.3375 10.5 12.3375C10.0651 12.3375 9.7125 11.9849 9.7125 11.55V5.25C9.7125 4.81508 10.0651 4.4625 10.5 4.4625ZM10.5 15.75C11.0799 15.75 11.55 15.2799 11.55 14.7C11.55 14.1201 11.0799 13.65 10.5 13.65C9.9201 13.65 9.45 14.1201 9.45 14.7C9.45 15.2799 9.9201 15.75 10.5 15.75Z' fill='%23C91432'/%3E%3Crect x='7' y='3' width='7' height='15' fill='%23C91432'/%3E%3Cpath d='M9.318 12.611L8.919 6.797L8.824 4.27H11.636L11.541 6.797L11.142 12.611H9.318ZM10.23 17.228C9.74867 17.228 9.34333 17.057 9.014 16.715C8.69733 16.373 8.539 15.9613 8.539 15.48C8.539 14.9733 8.69733 14.5553 9.014 14.226C9.34333 13.884 9.74867 13.713 10.23 13.713C10.724 13.713 11.1293 13.884 11.446 14.226C11.7627 14.5553 11.921 14.9733 11.921 15.48C11.921 15.9613 11.7627 16.373 11.446 16.715C11.1293 17.057 10.724 17.228 10.23 17.228Z' fill='white'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-error .box-info-alert.info.info-fill.info-ico .box-info-alert-inner .text {
  color: #c91432 !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.date .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.79506C1 5.70071 1 4.15354 1.96129 3.19225C2.92258 2.23096 4.46976 2.23096 7.5641 2.23096H10.8462C13.9405 2.23096 15.4877 2.23096 16.449 3.19225C17.4103 4.15354 17.4103 5.70071 17.4103 8.79506V10.4361C17.4103 13.5304 17.4103 15.0776 16.449 16.0389C15.4877 17.0002 13.9405 17.0002 10.8462 17.0002H7.5641C4.46976 17.0002 2.92258 17.0002 1.96129 16.0389C1 15.0776 1 13.5304 1 10.4361V8.79506Z' stroke='%23999999' stroke-width='1.5'/%3E%3Cpath d='M5.10156 2.23077V1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13.3086 2.23077V1' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.41016 6.3335H16.9999' stroke='%23999999' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.1293 12.8975C14.1293 13.3506 13.762 13.718 13.3088 13.718C12.8556 13.718 12.4883 13.3506 12.4883 12.8975C12.4883 12.4443 12.8556 12.077 13.3088 12.077C13.762 12.077 14.1293 12.4443 14.1293 12.8975Z' fill='%23999999'/%3E%3Cpath d='M14.1293 9.61543C14.1293 10.0686 13.762 10.4359 13.3088 10.4359C12.8556 10.4359 12.4883 10.0686 12.4883 9.61543C12.4883 9.16228 12.8556 8.79492 13.3088 8.79492C13.762 8.79492 14.1293 9.16228 14.1293 9.61543Z' fill='%23999999'/%3E%3Cpath d='M10.0238 12.8975C10.0238 13.3506 9.65648 13.718 9.20333 13.718C8.75017 13.718 8.38281 13.3506 8.38281 12.8975C8.38281 12.4443 8.75017 12.077 9.20333 12.077C9.65648 12.077 10.0238 12.4443 10.0238 12.8975Z' fill='%23999999'/%3E%3Cpath d='M10.0238 9.61543C10.0238 10.0686 9.65648 10.4359 9.20333 10.4359C8.75017 10.4359 8.38281 10.0686 8.38281 9.61543C8.38281 9.16228 8.75017 8.79492 9.20333 8.79492C9.65648 8.79492 10.0238 9.16228 10.0238 9.61543Z' fill='%23999999'/%3E%3Cpath d='M5.92228 12.8975C5.92228 13.3506 5.55492 13.718 5.10176 13.718C4.64861 13.718 4.28125 13.3506 4.28125 12.8975C4.28125 12.4443 4.64861 12.077 5.10176 12.077C5.55492 12.077 5.92228 12.4443 5.92228 12.8975Z' fill='%23999999'/%3E%3Cpath d='M5.92228 9.61543C5.92228 10.0686 5.55492 10.4359 5.10176 10.4359C4.64861 10.4359 4.28125 10.0686 4.28125 9.61543C4.28125 9.16228 4.64861 8.79492 5.10176 8.79492C5.55492 8.79492 5.92228 9.16228 5.92228 9.61543Z' fill='%23999999'/%3E%3C/svg%3E%0A") !important;
  background-size: 19px 18px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.date.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.79506C1 5.70071 1 4.15354 1.96129 3.19225C2.92258 2.23096 4.46976 2.23096 7.5641 2.23096H10.8462C13.9405 2.23096 15.4877 2.23096 16.449 3.19225C17.4103 4.15354 17.4103 5.70071 17.4103 8.79506V10.4361C17.4103 13.5304 17.4103 15.0776 16.449 16.0389C15.4877 17.0002 13.9405 17.0002 10.8462 17.0002H7.5641C4.46976 17.0002 2.92258 17.0002 1.96129 16.0389C1 15.0776 1 13.5304 1 10.4361V8.79506Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M5.10156 2.23077V1' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13.3086 2.23077V1' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.41016 6.3335H16.9999' stroke='%23494DF4' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.1293 12.8975C14.1293 13.3506 13.762 13.718 13.3088 13.718C12.8556 13.718 12.4883 13.3506 12.4883 12.8975C12.4883 12.4443 12.8556 12.077 13.3088 12.077C13.762 12.077 14.1293 12.4443 14.1293 12.8975Z' fill='%23494DF4'/%3E%3Cpath d='M14.1293 9.61543C14.1293 10.0686 13.762 10.4359 13.3088 10.4359C12.8556 10.4359 12.4883 10.0686 12.4883 9.61543C12.4883 9.16228 12.8556 8.79492 13.3088 8.79492C13.762 8.79492 14.1293 9.16228 14.1293 9.61543Z' fill='%23494DF4'/%3E%3Cpath d='M10.0238 12.8975C10.0238 13.3506 9.65648 13.718 9.20333 13.718C8.75017 13.718 8.38281 13.3506 8.38281 12.8975C8.38281 12.4443 8.75017 12.077 9.20333 12.077C9.65648 12.077 10.0238 12.4443 10.0238 12.8975Z' fill='%23494DF4'/%3E%3Cpath d='M10.0238 9.61543C10.0238 10.0686 9.65648 10.4359 9.20333 10.4359C8.75017 10.4359 8.38281 10.0686 8.38281 9.61543C8.38281 9.16228 8.75017 8.79492 9.20333 8.79492C9.65648 8.79492 10.0238 9.16228 10.0238 9.61543Z' fill='%23494DF4'/%3E%3Cpath d='M5.92228 12.8975C5.92228 13.3506 5.55492 13.718 5.10176 13.718C4.64861 13.718 4.28125 13.3506 4.28125 12.8975C4.28125 12.4443 4.64861 12.077 5.10176 12.077C5.55492 12.077 5.92228 12.4443 5.92228 12.8975Z' fill='%23494DF4'/%3E%3Cpath d='M5.92228 9.61543C5.92228 10.0686 5.55492 10.4359 5.10176 10.4359C4.64861 10.4359 4.28125 10.0686 4.28125 9.61543C4.28125 9.16228 4.64861 8.79492 5.10176 8.79492C5.55492 8.79492 5.92228 9.16228 5.92228 9.61543Z' fill='%23494DF4'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.date.has-error .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='18' viewBox='0 0 19 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 8.79506C1 5.70071 1 4.15354 1.96129 3.19225C2.92258 2.23096 4.46976 2.23096 7.5641 2.23096H10.8462C13.9405 2.23096 15.4877 2.23096 16.449 3.19225C17.4103 4.15354 17.4103 5.70071 17.4103 8.79506V10.4361C17.4103 13.5304 17.4103 15.0776 16.449 16.0389C15.4877 17.0002 13.9405 17.0002 10.8462 17.0002H7.5641C4.46976 17.0002 2.92258 17.0002 1.96129 16.0389C1 15.0776 1 13.5304 1 10.4361V8.79506Z' stroke='%23C91432' stroke-width='1.5'/%3E%3Cpath d='M5.10352 2.23077V1' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M13.3086 2.23077V1' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M1.41016 6.3335H16.9999' stroke='%23C91432' stroke-width='1.5' stroke-linecap='round'/%3E%3Cpath d='M14.1274 12.8975C14.1274 13.3506 13.76 13.718 13.3068 13.718C12.8537 13.718 12.4863 13.3506 12.4863 12.8975C12.4863 12.4443 12.8537 12.077 13.3068 12.077C13.76 12.077 14.1274 12.4443 14.1274 12.8975Z' fill='%23C91432'/%3E%3Cpath d='M14.1274 9.61543C14.1274 10.0686 13.76 10.4359 13.3068 10.4359C12.8537 10.4359 12.4863 10.0686 12.4863 9.61543C12.4863 9.16228 12.8537 8.79492 13.3068 8.79492C13.76 8.79492 14.1274 9.16228 14.1274 9.61543Z' fill='%23C91432'/%3E%3Cpath d='M10.0258 12.8975C10.0258 13.3506 9.65844 13.718 9.20528 13.718C8.75212 13.718 8.38477 13.3506 8.38477 12.8975C8.38477 12.4443 8.75212 12.077 9.20528 12.077C9.65844 12.077 10.0258 12.4443 10.0258 12.8975Z' fill='%23C91432'/%3E%3Cpath d='M10.0258 9.61543C10.0258 10.0686 9.65844 10.4359 9.20528 10.4359C8.75212 10.4359 8.38477 10.0686 8.38477 9.61543C8.38477 9.16228 8.75212 8.79492 9.20528 8.79492C9.65844 8.79492 10.0258 9.16228 10.0258 9.61543Z' fill='%23C91432'/%3E%3Cpath d='M5.92228 12.8975C5.92228 13.3506 5.55492 13.718 5.10176 13.718C4.64861 13.718 4.28125 13.3506 4.28125 12.8975C4.28125 12.4443 4.64861 12.077 5.10176 12.077C5.55492 12.077 5.92228 12.4443 5.92228 12.8975Z' fill='%23C91432'/%3E%3Cpath d='M5.92228 9.61543C5.92228 10.0686 5.55492 10.4359 5.10176 10.4359C4.64861 10.4359 4.28125 10.0686 4.28125 9.61543C4.28125 9.16228 4.64861 8.79492 5.10176 8.79492C5.55492 8.79492 5.92228 9.16228 5.92228 9.61543Z' fill='%23C91432'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.default .new-box-item-inner .input .form-group .form-control {
  background-color: #fafafa;
  border-color: #e5e5e5;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.default .new-box-item-inner .ico-flexible {
  position: absolute;
  right: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 13px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.default .new-box-item-inner .ico-flexible button {
  border: 0;
  outline: none;
  background-color: transparent;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.default.no-label .new-box-item-inner .ico-flexible {
  margin-top: initial;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.focus .new-box-item-inner .input .form-group .form-control {
  background-color: rgba(73, 77, 244, 0.04);
  border-color: #494df4;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.no-typing .form-control {
  pointer-events: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.date .new-box-item-inner .box-total-days {
  padding: 2px 13px;
  text-transform: none;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 14px;
  margin-left: 170px;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.default.has-error .new-box-item-inner .input .form-group {
  margin-bottom: 20px;
}

.new-box-item.style-default.default.has-error .new-box-item-inner .input .form-group .form-control {
  background-color: rgba(201, 20, 50, 0.05) !important;
}
.new-box-item.style-default.default.new-textarea.with-char-limit .new-box-item-inner .input .form-group .form-control {
  background-color: #fafafa !important;
  border-color: #e5e5e5 !important;
}
.new-box-item.style-default.default.new-textarea.with-char-limit .new-box-item-inner .input .form-group .form-control:focus {
  background-color: rgba(73, 77, 244, 0.04) !important;
  border-color: #494df4 !important;
}
.new-box-item.style-default.default.new-textarea.with-char-limit.has-error .new-box-item-inner .input .form-group {
  margin-bottom: 0px !important;
}
.new-box-item.style-default.default.new-textarea.with-char-limit.has-error .new-box-item-inner .input .form-group .form-control {
  border-color: #c91432 !important;
  background-color: rgba(201, 20, 50, 0.05) !important;
}

@media (max-width: 1366px) {
  .new-box-form .new-box-item.style-default.new-textarea.long-desc.height-100 .new-box-item-inner .input .form-control {
    min-height: 100px;
  }
}
.new-box-item.style-default.border-grey .new-box-item-inner .input .form-group .form-control {
  border: 1px solid #e5e5e5 !important;
  background-color: #fafafa !important;
}

.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner .box-text a {
  font-size: 15px;
}
.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner .box-text a strong,
.CX-simple-form .box-simple-form .box-agree.new .box-agree-inner .box-text a b {
  font-family: "SourceSans-Bold";
}

.box-asuransi-lain-outer > .box-title {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
}

.box-asuransi-lain .lfr-autorow-controls.toolbar.toolbar-horizontal {
  position: absolute;
  right: -100px;
  opacity: 0;
  visibility: hidden;
}
.box-asuransi-lain .lfr-form-row {
  border-bottom: 0;
  padding: 0;
  border: 0;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner {
  display: flex;
  align-items: center;
  flex-grow: 1;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .new-box-item {
  flex: 1 1 auto;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .new-box-item .form-group {
  margin-bottom: 0 !important;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove {
  flex: 0 0 auto;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button {
  height: 52px;
  width: 32px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button.add-new-row {
  display: none;
  border: 1px solid #1cc542;
  background: rgba(28, 197, 66, 0.12);
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button.remove-new-row {
  border: 1px solid #c91432;
  background: rgba(201, 20, 50, 0.12);
}
.box-asuransi-lain .lfr-form-row.lfr-form-row-inline:nth-child(2) .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button.add-new-row {
  display: block;
}
.box-asuransi-lain .lfr-form-row.lfr-form-row-inline:nth-child(2) .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button.remove-new-row {
  display: none;
}

.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button:disabled {
  border-color: #ccc !important;
  pointer-events: none;
}
.box-asuransi-lain .box-asuransi-lain-item .box-asuransi-lain-item-inner .box-add-remove button:disabled svg path {
  stroke: #fff;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.default.new-textarea.font-size-15 .new-box-item-inner .form-control {
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.default.new-textarea.font-size-15 .new-box-item-inner .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.default.new-textarea.font-size-15 .new-box-item-inner .form-control::-moz-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.default.new-textarea.font-size-15 .new-box-item-inner .form-control:-moz-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.default.new-textarea.font-size-15 .new-box-item-inner .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey.font-size-15 .new-box-item-inner .form-control {
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey.font-size-15 .new-box-item-inner .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey.font-size-15 .new-box-item-inner .form-control::-moz-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey.font-size-15 .new-box-item-inner .form-control:-moz-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey.font-size-15 .new-box-item-inner .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 15px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey .new-box-item-inner .form-control {
  font-size: 16px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey .new-box-item-inner .form-control::-webkit-input-placeholder {
  color: #999;
  font-size: 16px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey .new-box-item-inner .form-control::-moz-placeholder {
  color: #999;
  font-size: 16px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey .new-box-item-inner .form-control:-moz-placeholder {
  color: #999;
  font-size: 16px !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.border-grey .new-box-item-inner .form-control:-ms-input-placeholder {
  color: #999;
  font-size: 16px !important;
}

.CX-simple-form .box-simple-form .box-agree .box-agree-inner .box-text .desc {
  font-size: 14px;
  font-style: normal;
  line-height: 18px;
  color: #5f5f5f;
  margin-top: 5px;
}

.box-upload-buku-rekening-inner .box-label .small-label {
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  color: #999999;
}
.box-upload-buku-rekening-inner .box-label .large-label {
  font-size: 16px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333333;
}
.box-upload-buku-rekening-inner .box-label .large-label .bank-name {
  font-size: 19px;
  font-family: "SourceSans-Bold";
  color: #494df4;
}

.CX-perubahan-metode-bayar .box-perubahan-metode-bayar .box-title h3 .required {
  color: #c91432;
}

section.CX-landing-emma-marked.with-tick .box-header .inner .box-emma:after {
  display: none !important;
}

body:not(.signed-out) section.CX-landing-emma-marked.with-tick .box-header:before, body:not(.signed-out) section.CX-landing-emma-marked.with-tick .box-header:after {
  display: none;
}

.cx-tour-guide.with-dotted.kelengkapan-dokumen.tour-1, .cx-tour-guide.with-dotted.kelengkapan-dokumen.tour-2 {
  margin-bottom: 30px !important;
}
.cx-tour-guide.with-dotted.two-buttons .shepherd-content {
  position: relative;
}
.cx-tour-guide.with-dotted.two-buttons .shepherd-content .shepherd-text ul.dotted {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  grid-column-gap: 2px;
  position: absolute;
  bottom: 25px;
}
.cx-tour-guide.with-dotted.two-buttons .shepherd-content .shepherd-text ul.dotted li {
  width: 6px;
  height: 4px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #d9d9d9;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-tour-guide.with-dotted.two-buttons .shepherd-content .shepherd-text ul.dotted li.active {
  background-color: #999;
  width: 19px;
}
.cx-tour-guide.with-dotted.two-buttons .shepherd-content .shepherd-footer {
  justify-content: flex-end;
  grid-column-gap: 10px;
}

.cx-tour-guide.penerima-manfaat.tour-1 {
  margin-bottom: 30px !important;
}
.cx-tour-guide.penerima-manfaat.tour-2, .cx-tour-guide.penerima-manfaat.tour-3, .cx-tour-guide.penerima-manfaat.tour-4 {
  margin-left: 30px !important;
}
.cx-tour-guide.penerima-manfaat.two-buttons .shepherd-content {
  position: relative;
}
.cx-tour-guide.penerima-manfaat.two-buttons .shepherd-content .shepherd-text ul.dotted {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  grid-column-gap: 2px;
  position: absolute;
  bottom: 25px;
}
.cx-tour-guide.penerima-manfaat.two-buttons .shepherd-content .shepherd-text ul.dotted li {
  width: 6px;
  height: 4px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background: #d9d9d9;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.cx-tour-guide.penerima-manfaat.two-buttons .shepherd-content .shepherd-text ul.dotted li.active {
  background-color: #999;
  width: 19px;
}
.cx-tour-guide.penerima-manfaat.two-buttons .shepherd-content .shepherd-footer {
  justify-content: flex-end;
  grid-column-gap: 10px;
}

.box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-view-file {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 1;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-view-file {
  position: relative;
  right: initial;
  top: initial;
  transform: none;
  pointer-events: none;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.multiple-file-upload .new-box-item-inner .input .box-multiple-upload.new-icon .box-area-upload .box-file-upload-results .box-file-upload-results-inner .box-file-upload-item.done .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-view-file {
  display: block;
  pointer-events: visible;
}

.CX-form-death-claim .new-box-form .new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  margin-top: -25px;
}

body.show-sidebar .floating-dokumen-wajib-upload {
  width: 100%;
  left: 0;
}
@media (min-width: 1025px) {
  body.show-sidebar .floating-dokumen-wajib-upload {
    width: calc(100% - var(--width-sidenav));
    left: var(--width-sidenav);
  }
}
body:not(.show-sidebar) .floating-dokumen-wajib-upload {
  width: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

.floating-dokumen-wajib-upload {
  position: fixed;
  bottom: 20px;
  z-index: 987;
  pointer-events: none;
  display: flex;
  justify-content: center;
}
@media (max-width: 1024px) {
  .floating-dokumen-wajib-upload {
    bottom: 80px;
  }
}
.floating-dokumen-wajib-upload .inner {
  pointer-events: all;
  width: initial;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  background-color: #494df4;
  -webkit-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  -ms-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  -o-box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 8px 10px 0px rgba(0, 0, 0, 0.25);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  line-height: 24px;
  font-family: "SourceSans-Semibold";
  padding: 6px 14px;
}
.floating-dokumen-wajib-upload .inner:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.5438 12.3999H1' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M6.77325 1.60019V7.95312M6.77325 1.60019L9.03674 3.71783M6.77325 1.60019L4.50977 3.71783' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 2px;
  margin-right: 5px;
}
.floating-dokumen-wajib-upload.done .inner {
  background-color: #1cc542;
}

@media (max-width: 767px) {
  .CX-form-death-claim.mt-3 {
    margin-top: 0px !important;
  }
}

.CX-new-tab.text-only .box-new-tab .box-item {
  background-color: transparent;
  flex: 1;
}
.CX-new-tab.text-only .box-new-tab .box-item:after {
  height: 5px;
}
.CX-new-tab.text-only .box-new-tab .box-item.selected {
  flex: 1;
}
.CX-new-tab.text-only .box-new-tab .box-item .inner .name {
  text-indent: 0px;
  font-size: 16px;
}
.CX-new-tab.text-only .box-new-tab .box-item:not(.selected) .inner .name {
  color: #999999;
}
.CX-new-tab.text-only .box-new-tab .box-item:not(.selected):after {
  background-color: #cccccc;
}

.CX-new-tab.text-only .box-new-tab .box-item {
  padding: 15px 10px;
}
@media (max-width: 767px) {
  .CX-new-tab.text-only .box-new-tab .box-item {
    padding: 15px 20px;
  }
}
.CX-new-tab.text-only .box-new-tab .box-item .inner {
  display: block;
}
@media (max-width: 767px) {
  .CX-new-tab.text-only .box-new-tab .box-item {
    width: auto;
  }
  .CX-new-tab.text-only .box-new-tab .box-item .inner .name {
    line-height: 19px;
  }
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.user-light .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8.14062' cy='4.57031' rx='3.57031' ry='3.57031' stroke='%237F7F7F' stroke-width='1.5'/%3E%3Cpath d='M15.2812 15.2837C15.2812 17.2555 15.2812 18.854 8.14062 18.854C1 18.854 1 17.2555 1 15.2837C1 13.3119 4.19697 11.7134 8.14062 11.7134C12.0843 11.7134 15.2812 13.3119 15.2812 15.2837Z' stroke='%237F7F7F' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
  background-size: 17px 20px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.user-light.focus .new-box-item-inner .input .form-group .form-control, .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.user-light.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8.14062' cy='4.57031' rx='3.57031' ry='3.57031' stroke='%23494DF4' stroke-width='1.5'/%3E%3Cpath d='M15.2812 15.2837C15.2812 17.2555 15.2812 18.854 8.14062 18.854C1 18.854 1 17.2555 1 15.2837C1 13.3119 4.19697 11.7134 8.14062 11.7134C12.0843 11.7134 15.2812 13.3119 15.2812 15.2837Z' stroke='%23494DF4' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.user-light.has-error .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='17' height='20' viewBox='0 0 17 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='8.14062' cy='4.57031' rx='3.57031' ry='3.57031' stroke='%23C91432' stroke-width='1.5'/%3E%3Cpath d='M15.2812 15.2837C15.2812 17.2555 15.2812 18.854 8.14062 18.854C1 18.854 1 17.2555 1 15.2837C1 13.3119 4.19697 11.7134 8.14062 11.7134C12.0843 11.7134 15.2812 13.3119 15.2812 15.2837Z' stroke='%23C91432' stroke-width='1.5'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.telp-light .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22688 1.66297C3.3334 0.498008 5.16369 0.716269 6.07837 2.00995L7.2163 3.61939C7.94791 4.65416 7.88611 6.09275 7.01296 7.01202L6.792 7.24465C6.79139 7.24625 6.79074 7.248 6.79007 7.24988C6.7784 7.28269 6.74887 7.38718 6.77793 7.58548C6.83816 7.99656 7.1555 8.83192 8.44383 10.1883C9.73622 11.5489 10.5201 11.8696 10.8834 11.9286C11.0401 11.9541 11.1221 11.9319 11.1482 11.9227L11.517 11.5345C12.3055 10.7044 13.5349 10.5408 14.5261 11.1114L16.2502 12.1037C17.7238 12.9519 18.0667 15.0267 16.8891 16.2665L15.6072 17.6162C15.2071 18.0374 14.6615 18.3969 13.9874 18.4635C12.3415 18.6259 8.52869 18.4143 4.53156 14.2061C0.80174 10.2793 0.0931842 6.86378 0.00361425 5.19502L0.604713 5.16275L0.0036142 5.19502C-0.0406399 4.37051 0.326894 3.6633 0.810452 3.1542L2.22688 1.66297ZM4.9731 2.79141C4.51075 2.13748 3.68014 2.09846 3.20833 2.59519L1.7919 4.08642C1.49285 4.40126 1.33595 4.76213 1.35529 5.12247C1.42842 6.48494 2.01515 9.5913 5.51301 13.2739C9.18058 17.1351 12.5594 17.2442 13.8544 17.1164C14.1105 17.0911 14.3739 16.9491 14.6257 16.6839L15.9076 15.3343C16.4606 14.7521 16.3157 13.7033 15.5749 13.2769L13.8509 12.2845C13.3882 12.0182 12.8462 12.1005 12.4984 12.4667L12.0874 12.8994L11.6117 12.4476C12.0874 12.8995 12.0868 12.9001 12.0861 12.9008L12.0849 12.9021L12.0822 12.9049L12.0765 12.9107L12.0635 12.9235C12.0542 12.9324 12.0435 12.9423 12.0314 12.953C12.0071 12.9743 11.9771 12.9985 11.941 13.0241C11.8687 13.0754 11.7725 13.1318 11.6507 13.1798C11.4016 13.278 11.0727 13.3307 10.6664 13.2647C9.87451 13.1361 8.83662 12.5673 7.46238 11.1205C6.08408 9.66942 5.55657 8.58677 5.43861 7.78172C5.37857 7.37196 5.42662 7.04385 5.51479 6.79608C5.55815 6.67423 5.60934 6.57707 5.65656 6.50329C5.6801 6.4665 5.70254 6.43569 5.72237 6.41063C5.73229 6.39809 5.74157 6.38699 5.75001 6.37728L5.76203 6.36376L5.76754 6.35777L5.77016 6.35497L5.77143 6.35361C5.77206 6.35296 5.77268 6.3523 6.25246 6.808L5.77269 6.35229L6.03151 6.0798C6.43357 5.65651 6.49198 4.93965 6.11103 4.40085L4.9731 2.79141Z' fill='%237F7F7F'/%3E%3Cpath d='M9.93825 0.568367C9.99799 0.19938 10.3468 -0.0509258 10.7158 0.00881161C10.7386 0.0131836 10.8121 0.0269187 10.8506 0.035494C10.9276 0.0526426 11.035 0.0790453 11.169 0.118053C11.4368 0.19606 11.8109 0.324568 12.26 0.530441C13.159 0.942621 14.3555 1.66365 15.597 2.90519C16.8385 4.14673 17.5596 5.34316 17.9717 6.24221C18.1776 6.69127 18.3061 7.06541 18.3841 7.33323C18.4231 7.46715 18.4495 7.57456 18.4667 7.65157C18.4753 7.69007 18.4815 7.72099 18.4859 7.74383L18.4911 7.77198C18.5508 8.14096 18.3028 8.5042 17.9338 8.56394C17.5659 8.62351 17.2193 8.37441 17.1581 8.00715C17.1562 7.9973 17.151 7.9708 17.1454 7.94582C17.1343 7.89584 17.1151 7.81658 17.0845 7.71177C17.0235 7.5021 16.9174 7.19047 16.7413 6.80633C16.3895 6.03901 15.7569 4.97941 14.6398 3.86235C13.5228 2.74528 12.4632 2.1127 11.6959 1.76091C11.3117 1.5848 11.0001 1.47873 10.7904 1.41767C10.6856 1.38714 10.5539 1.35689 10.5039 1.34576C10.1366 1.28456 9.87868 0.936301 9.93825 0.568367Z' fill='%237F7F7F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1356 3.68246C10.2383 3.32305 10.6129 3.11493 10.9723 3.21762L10.7864 3.86839C10.9723 3.21762 10.9726 3.21771 10.9729 3.2178L10.9736 3.21799L10.975 3.21839L10.978 3.21927L10.985 3.22136L11.0028 3.22692C11.0164 3.23127 11.0334 3.23694 11.0537 3.24413C11.0942 3.25851 11.1478 3.27897 11.2135 3.30712C11.345 3.36347 11.5246 3.45048 11.7452 3.58107C12.1869 3.84248 12.7899 4.2767 13.4983 4.98507C14.2067 5.69344 14.6409 6.29642 14.9023 6.73811C15.0329 6.95876 15.1199 7.1384 15.1762 7.26987C15.2044 7.33557 15.2248 7.38914 15.2392 7.42967C15.2464 7.44993 15.2521 7.46692 15.2564 7.48053L15.262 7.49838L15.2641 7.50538L15.265 7.50838L15.2654 7.50977L15.2656 7.51043C15.2656 7.51075 15.2657 7.51107 14.615 7.697L15.2657 7.51107C15.3684 7.87048 15.1603 8.24508 14.8009 8.34777C14.4445 8.44958 14.0733 8.24585 13.9669 7.89206L13.9635 7.88233C13.9587 7.86877 13.9488 7.84207 13.9321 7.80309C13.8987 7.72518 13.8381 7.59773 13.7374 7.42754C13.5362 7.08756 13.1728 6.57387 12.5411 5.94222C11.9095 5.31057 11.3958 4.94717 11.0558 4.74596C10.8856 4.64523 10.7582 4.58468 10.6803 4.55129C10.6413 4.53459 10.6146 4.52463 10.601 4.51982L10.5913 4.51648C10.2375 4.41011 10.0338 4.03881 10.1356 3.68246Z' fill='%237F7F7F'/%3E%3C/svg%3E%0A") !important;
  background-size: 19px 19px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.telp-light.focus .new-box-item-inner .input .form-group .form-control, .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.telp-light.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22688 1.66297C3.3334 0.498008 5.16369 0.716269 6.07837 2.00995L7.2163 3.61939C7.94791 4.65416 7.88611 6.09275 7.01296 7.01202L6.792 7.24465C6.79139 7.24625 6.79074 7.248 6.79007 7.24988C6.7784 7.28269 6.74887 7.38718 6.77793 7.58548C6.83816 7.99656 7.1555 8.83192 8.44383 10.1883C9.73622 11.5489 10.5201 11.8696 10.8834 11.9286C11.0401 11.9541 11.1221 11.9319 11.1482 11.9227L11.517 11.5345C12.3055 10.7044 13.5349 10.5408 14.5261 11.1114L16.2502 12.1037C17.7238 12.9519 18.0667 15.0267 16.8891 16.2665L15.6072 17.6162C15.2071 18.0374 14.6615 18.3969 13.9874 18.4635C12.3415 18.6259 8.52869 18.4143 4.53156 14.2061C0.80174 10.2793 0.0931842 6.86378 0.00361425 5.19502L0.604713 5.16275L0.0036142 5.19502C-0.0406399 4.37051 0.326894 3.6633 0.810452 3.1542L2.22688 1.66297ZM4.9731 2.79141C4.51075 2.13748 3.68014 2.09846 3.20833 2.59519L1.7919 4.08642C1.49285 4.40126 1.33595 4.76213 1.35529 5.12247C1.42842 6.48494 2.01515 9.5913 5.51301 13.2739C9.18058 17.1351 12.5594 17.2442 13.8544 17.1164C14.1105 17.0911 14.3739 16.9491 14.6257 16.6839L15.9076 15.3343C16.4606 14.7521 16.3157 13.7033 15.5749 13.2769L13.8509 12.2845C13.3882 12.0182 12.8462 12.1005 12.4984 12.4667L12.0874 12.8994L11.6117 12.4476C12.0874 12.8995 12.0868 12.9001 12.0861 12.9008L12.0849 12.9021L12.0822 12.9049L12.0765 12.9107L12.0635 12.9235C12.0542 12.9324 12.0435 12.9423 12.0314 12.953C12.0071 12.9743 11.9771 12.9985 11.941 13.0241C11.8687 13.0754 11.7725 13.1318 11.6507 13.1798C11.4016 13.278 11.0727 13.3307 10.6664 13.2647C9.87451 13.1361 8.83662 12.5673 7.46238 11.1205C6.08408 9.66942 5.55657 8.58677 5.43861 7.78172C5.37857 7.37196 5.42662 7.04385 5.51479 6.79608C5.55815 6.67423 5.60934 6.57707 5.65656 6.50329C5.6801 6.4665 5.70254 6.43569 5.72237 6.41063C5.73229 6.39809 5.74157 6.38699 5.75001 6.37728L5.76203 6.36376L5.76754 6.35777L5.77016 6.35497L5.77143 6.35361C5.77206 6.35296 5.77268 6.3523 6.25246 6.808L5.77269 6.35229L6.03151 6.0798C6.43357 5.65651 6.49198 4.93965 6.11103 4.40085L4.9731 2.79141Z' fill='%23494DF4'/%3E%3Cpath d='M9.93825 0.568367C9.99799 0.19938 10.3468 -0.0509258 10.7158 0.00881161C10.7386 0.0131836 10.8121 0.0269187 10.8506 0.035494C10.9276 0.0526426 11.035 0.0790453 11.169 0.118053C11.4368 0.19606 11.8109 0.324568 12.26 0.530441C13.159 0.942621 14.3555 1.66365 15.597 2.90519C16.8385 4.14673 17.5596 5.34316 17.9717 6.24221C18.1776 6.69127 18.3061 7.06541 18.3841 7.33323C18.4231 7.46715 18.4495 7.57456 18.4667 7.65157C18.4753 7.69007 18.4815 7.72099 18.4859 7.74383L18.4911 7.77198C18.5508 8.14096 18.3028 8.5042 17.9338 8.56394C17.5659 8.62351 17.2193 8.37441 17.1581 8.00715C17.1562 7.9973 17.151 7.9708 17.1454 7.94582C17.1343 7.89584 17.1151 7.81658 17.0845 7.71177C17.0235 7.5021 16.9174 7.19047 16.7413 6.80633C16.3895 6.03901 15.7569 4.97941 14.6398 3.86235C13.5228 2.74528 12.4632 2.1127 11.6959 1.76091C11.3117 1.5848 11.0001 1.47873 10.7904 1.41767C10.6856 1.38714 10.5539 1.35689 10.5039 1.34576C10.1366 1.28456 9.87868 0.936301 9.93825 0.568367Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1356 3.68246C10.2383 3.32305 10.6129 3.11493 10.9723 3.21762L10.7864 3.86839C10.9723 3.21762 10.9726 3.21771 10.9729 3.2178L10.9736 3.21799L10.975 3.21839L10.978 3.21927L10.985 3.22136L11.0028 3.22692C11.0164 3.23127 11.0334 3.23694 11.0537 3.24413C11.0942 3.25851 11.1478 3.27897 11.2135 3.30712C11.345 3.36347 11.5246 3.45048 11.7452 3.58107C12.1869 3.84248 12.7899 4.2767 13.4983 4.98507C14.2067 5.69344 14.6409 6.29642 14.9023 6.73811C15.0329 6.95876 15.1199 7.1384 15.1762 7.26987C15.2044 7.33557 15.2248 7.38914 15.2392 7.42967C15.2464 7.44993 15.2521 7.46692 15.2564 7.48053L15.262 7.49838L15.2641 7.50538L15.265 7.50838L15.2654 7.50977L15.2656 7.51043C15.2656 7.51075 15.2657 7.51107 14.615 7.697L15.2657 7.51107C15.3684 7.87048 15.1603 8.24508 14.8009 8.34777C14.4445 8.44958 14.0733 8.24585 13.9669 7.89206L13.9635 7.88233C13.9587 7.86877 13.9488 7.84207 13.9321 7.80309C13.8987 7.72518 13.8381 7.59773 13.7374 7.42754C13.5362 7.08756 13.1728 6.57387 12.5411 5.94222C11.9095 5.31057 11.3958 4.94717 11.0558 4.74596C10.8856 4.64523 10.7582 4.58468 10.6803 4.55129C10.6413 4.53459 10.6146 4.52463 10.601 4.51982L10.5913 4.51648C10.2375 4.41011 10.0338 4.03881 10.1356 3.68246Z' fill='%23494DF4'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.telp-light.has-error .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.22688 1.66297C3.3334 0.498008 5.16369 0.716269 6.07837 2.00995L7.2163 3.61939C7.94791 4.65416 7.88611 6.09275 7.01296 7.01202L6.792 7.24465C6.79139 7.24625 6.79074 7.248 6.79007 7.24988C6.7784 7.28269 6.74887 7.38718 6.77793 7.58548C6.83816 7.99656 7.1555 8.83192 8.44383 10.1883C9.73622 11.5489 10.5201 11.8696 10.8834 11.9286C11.0401 11.9541 11.1221 11.9319 11.1482 11.9227L11.517 11.5345C12.3055 10.7044 13.5349 10.5408 14.5261 11.1114L16.2502 12.1037C17.7238 12.9519 18.0667 15.0267 16.8891 16.2665L15.6072 17.6162C15.2071 18.0374 14.6615 18.3969 13.9874 18.4635C12.3415 18.6259 8.52869 18.4143 4.53156 14.2061C0.80174 10.2793 0.0931842 6.86378 0.00361425 5.19502L0.604714 5.16275L0.0036142 5.19502C-0.0406399 4.37051 0.326894 3.6633 0.810452 3.1542L2.22688 1.66297ZM4.97311 2.79141C4.51075 2.13748 3.68014 2.09846 3.20833 2.59519L1.7919 4.08642C1.49285 4.40126 1.33595 4.76213 1.35529 5.12247C1.42842 6.48494 2.01515 9.5913 5.51301 13.2739C9.18058 17.1351 12.5594 17.2442 13.8544 17.1164C14.1105 17.0911 14.3739 16.9491 14.6257 16.6839L15.9076 15.3343C16.4606 14.7521 16.3157 13.7033 15.5749 13.2769L13.8509 12.2845C13.3882 12.0182 12.8462 12.1005 12.4984 12.4667L12.0874 12.8994L11.6117 12.4476C12.0874 12.8995 12.0868 12.9001 12.0861 12.9008L12.0849 12.9021L12.0822 12.9049L12.0765 12.9107L12.0635 12.9235C12.0542 12.9324 12.0435 12.9423 12.0314 12.953C12.0071 12.9743 11.9771 12.9985 11.941 13.0241C11.8687 13.0754 11.7725 13.1318 11.6507 13.1798C11.4016 13.278 11.0727 13.3307 10.6664 13.2647C9.87451 13.1361 8.83662 12.5673 7.46238 11.1205C6.08408 9.66942 5.55657 8.58677 5.43861 7.78172C5.37857 7.37196 5.42662 7.04385 5.51479 6.79608C5.55815 6.67423 5.60934 6.57707 5.65656 6.50329C5.6801 6.4665 5.70254 6.43569 5.72238 6.41063C5.73229 6.39809 5.74157 6.38699 5.75001 6.37728L5.76203 6.36376L5.76754 6.35777L5.77016 6.35497L5.77143 6.35361C5.77206 6.35296 5.77268 6.3523 6.25246 6.808L5.77269 6.35229L6.03151 6.0798C6.43357 5.65651 6.49198 4.93965 6.11103 4.40085L4.97311 2.79141Z' fill='%23C91432'/%3E%3Cpath d='M9.93825 0.568367C9.99799 0.19938 10.3468 -0.0509258 10.7158 0.00881161C10.7386 0.0131836 10.8121 0.0269187 10.8506 0.035494C10.9276 0.0526426 11.035 0.0790453 11.169 0.118053C11.4368 0.19606 11.8109 0.324568 12.26 0.530441C13.159 0.942621 14.3555 1.66365 15.597 2.90519C16.8385 4.14673 17.5596 5.34316 17.9717 6.24221C18.1776 6.69127 18.3061 7.06541 18.3841 7.33323C18.4231 7.46715 18.4495 7.57456 18.4667 7.65157C18.4753 7.69007 18.4815 7.72099 18.4859 7.74383L18.4911 7.77198C18.5508 8.14096 18.3028 8.5042 17.9338 8.56394C17.5659 8.62351 17.2193 8.37441 17.1581 8.00715C17.1562 7.9973 17.151 7.9708 17.1454 7.94582C17.1343 7.89584 17.1151 7.81658 17.0845 7.71177C17.0235 7.5021 16.9174 7.19047 16.7413 6.80633C16.3895 6.03901 15.7569 4.97941 14.6398 3.86235C13.5228 2.74528 12.4632 2.1127 11.6959 1.76091C11.3117 1.5848 11.0001 1.47873 10.7904 1.41767C10.6856 1.38714 10.5539 1.35689 10.5039 1.34576C10.1366 1.28456 9.87868 0.936301 9.93825 0.568367Z' fill='%23C91432'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1356 3.68246C10.2383 3.32305 10.6129 3.11493 10.9723 3.21762L10.7864 3.86839C10.9723 3.21762 10.9726 3.21771 10.9729 3.2178L10.9736 3.21799L10.975 3.21839L10.978 3.21927L10.985 3.22136L11.0028 3.22692C11.0164 3.23127 11.0334 3.23694 11.0537 3.24413C11.0942 3.25851 11.1478 3.27897 11.2135 3.30712C11.345 3.36347 11.5246 3.45048 11.7452 3.58107C12.1869 3.84248 12.7899 4.2767 13.4983 4.98507C14.2067 5.69344 14.6409 6.29642 14.9023 6.73811C15.0329 6.95876 15.1199 7.1384 15.1762 7.26987C15.2044 7.33557 15.2248 7.38914 15.2392 7.42967C15.2464 7.44993 15.2521 7.46692 15.2564 7.48052L15.262 7.49838L15.2641 7.50538L15.265 7.50838L15.2654 7.50977L15.2656 7.51043C15.2656 7.51075 15.2657 7.51107 14.615 7.697L15.2657 7.51107C15.3684 7.87048 15.1603 8.24508 14.8009 8.34777C14.4445 8.44959 14.0732 8.24585 13.9669 7.89206L13.9635 7.88233C13.9587 7.86877 13.9488 7.84207 13.9321 7.80309C13.8987 7.72518 13.8381 7.59773 13.7374 7.42754C13.5362 7.08756 13.1728 6.57387 12.5411 5.94222C11.9095 5.31057 11.3958 4.94717 11.0558 4.74596C10.8856 4.64523 10.7582 4.58468 10.6803 4.55129C10.6413 4.53459 10.6146 4.52463 10.601 4.51982L10.5913 4.51648C10.2375 4.41011 10.0338 4.03881 10.1356 3.68246Z' fill='%23C91432'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.email-light .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.19681 3.03237e-07H12.0746C13.8074 -1.46456e-05 15.1798 -2.65539e-05 16.2539 0.144385C17.3594 0.293005 18.2541 0.606144 18.9597 1.31174C19.6653 2.01734 19.9784 2.91207 20.127 4.01749C20.2715 5.09161 20.2714 6.46407 20.2714 8.19681V8.30319C20.2714 10.0359 20.2715 11.4084 20.127 12.4825C19.9784 13.5879 19.6653 14.4827 18.9597 15.1883C18.2541 15.8939 17.3594 16.207 16.2539 16.3556C15.1798 16.5 13.8074 16.5 12.0746 16.5H8.19681C6.46407 16.5 5.09161 16.5 4.01749 16.3556C2.91207 16.207 2.01734 15.8939 1.31174 15.1883C0.606144 14.4827 0.293005 13.5879 0.144385 12.4825C-2.65539e-05 11.4084 -1.46456e-05 10.0359 3.03237e-07 8.30319V8.19681C-1.46456e-05 6.46406 -2.65539e-05 5.09161 0.144385 4.01749C0.293005 2.91207 0.606144 2.01734 1.31174 1.31174C2.01734 0.606144 2.91207 0.293005 4.01749 0.144385C5.09161 -2.65539e-05 6.46406 -1.46456e-05 8.19681 3.03237e-07ZM4.20594 1.54606C3.25734 1.67359 2.71082 1.91277 2.31179 2.31179C1.91277 2.71082 1.67359 3.25734 1.54606 4.20594C1.41579 5.17488 1.41429 6.45214 1.41429 8.25C1.41429 10.0479 1.41579 11.3251 1.54606 12.2941C1.67359 13.2427 1.91277 13.7892 2.31179 14.1882C2.71082 14.5872 3.25734 14.8264 4.20594 14.9539C5.17488 15.0842 6.45214 15.0857 8.25 15.0857H12.0214C13.8193 15.0857 15.0965 15.0842 16.0655 14.9539C17.0141 14.8264 17.5606 14.5872 17.9596 14.1882C18.3587 13.7892 18.5978 13.2427 18.7254 12.2941C18.8556 11.3251 18.8571 10.0479 18.8571 8.25C18.8571 6.45214 18.8556 5.17488 18.7254 4.20594C18.5978 3.25734 18.3587 2.71082 17.9596 2.31179C17.5606 1.91277 17.0141 1.67359 16.0655 1.54606C15.0965 1.41579 13.8193 1.41429 12.0214 1.41429H8.25C6.45214 1.41429 5.17488 1.41579 4.20594 1.54606ZM3.93533 4.02587C4.18535 3.72585 4.63125 3.68531 4.93127 3.93533L6.9668 5.6316C7.84645 6.36464 8.45717 6.87193 8.97278 7.20355C9.47189 7.52456 9.81036 7.63231 10.1357 7.63231C10.4611 7.63231 10.7995 7.52456 11.2987 7.20355C11.8143 6.87193 12.425 6.36464 13.3046 5.6316L15.3402 3.93533C15.6402 3.68531 16.0861 3.72585 16.3361 4.02587C16.5861 4.32589 16.5456 4.77179 16.2456 5.02181L14.1746 6.74763C13.3389 7.44407 12.6615 8.00855 12.0637 8.39305C11.4409 8.79358 10.8344 9.0466 10.1357 9.0466C9.43698 9.0466 8.83049 8.79358 8.20774 8.39305C7.60991 8.00856 6.93256 7.44408 6.09685 6.74763L4.02587 5.02181C3.72585 4.77179 3.68531 4.32589 3.93533 4.02587Z' fill='%237F7F7F'/%3E%3C/svg%3E%0A") !important;
  background-size: 21px 17px;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.email-light.focus .new-box-item-inner .input .form-group .form-control, .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.email-light.has-value .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.19681 3.03237e-07H12.0746C13.8074 -1.46456e-05 15.1798 -2.65539e-05 16.2539 0.144385C17.3594 0.293005 18.2541 0.606144 18.9597 1.31174C19.6653 2.01734 19.9784 2.91207 20.127 4.01749C20.2715 5.09161 20.2714 6.46407 20.2714 8.19681V8.30319C20.2714 10.0359 20.2715 11.4084 20.127 12.4825C19.9784 13.5879 19.6653 14.4827 18.9597 15.1883C18.2541 15.8939 17.3594 16.207 16.2539 16.3556C15.1798 16.5 13.8074 16.5 12.0746 16.5H8.19681C6.46407 16.5 5.09161 16.5 4.01749 16.3556C2.91207 16.207 2.01734 15.8939 1.31174 15.1883C0.606144 14.4827 0.293005 13.5879 0.144385 12.4825C-2.65539e-05 11.4084 -1.46456e-05 10.0359 3.03237e-07 8.30319V8.19681C-1.46456e-05 6.46406 -2.65539e-05 5.09161 0.144385 4.01749C0.293005 2.91207 0.606144 2.01734 1.31174 1.31174C2.01734 0.606144 2.91207 0.293005 4.01749 0.144385C5.09161 -2.65539e-05 6.46406 -1.46456e-05 8.19681 3.03237e-07ZM4.20594 1.54606C3.25734 1.67359 2.71082 1.91277 2.31179 2.31179C1.91277 2.71082 1.67359 3.25734 1.54606 4.20594C1.41579 5.17488 1.41429 6.45214 1.41429 8.25C1.41429 10.0479 1.41579 11.3251 1.54606 12.2941C1.67359 13.2427 1.91277 13.7892 2.31179 14.1882C2.71082 14.5872 3.25734 14.8264 4.20594 14.9539C5.17488 15.0842 6.45214 15.0857 8.25 15.0857H12.0214C13.8193 15.0857 15.0965 15.0842 16.0655 14.9539C17.0141 14.8264 17.5606 14.5872 17.9596 14.1882C18.3587 13.7892 18.5978 13.2427 18.7254 12.2941C18.8556 11.3251 18.8571 10.0479 18.8571 8.25C18.8571 6.45214 18.8556 5.17488 18.7254 4.20594C18.5978 3.25734 18.3587 2.71082 17.9596 2.31179C17.5606 1.91277 17.0141 1.67359 16.0655 1.54606C15.0965 1.41579 13.8193 1.41429 12.0214 1.41429H8.25C6.45214 1.41429 5.17488 1.41579 4.20594 1.54606ZM3.93533 4.02587C4.18535 3.72585 4.63125 3.68531 4.93127 3.93533L6.9668 5.6316C7.84645 6.36464 8.45717 6.87193 8.97278 7.20355C9.47189 7.52456 9.81036 7.63231 10.1357 7.63231C10.4611 7.63231 10.7995 7.52456 11.2987 7.20355C11.8143 6.87193 12.425 6.36464 13.3046 5.6316L15.3402 3.93533C15.6402 3.68531 16.0861 3.72585 16.3361 4.02587C16.5861 4.32589 16.5456 4.77179 16.2456 5.02181L14.1746 6.74763C13.3389 7.44407 12.6615 8.00855 12.0637 8.39305C11.4409 8.79358 10.8344 9.0466 10.1357 9.0466C9.43698 9.0466 8.83049 8.79358 8.20774 8.39305C7.60991 8.00856 6.93256 7.44408 6.09685 6.74763L4.02587 5.02181C3.72585 4.77179 3.68531 4.32589 3.93533 4.02587Z' fill='%23494DF4'/%3E%3C/svg%3E%0A") !important;
}
.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.email-light.has-error .new-box-item-inner .input .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='21' height='17' viewBox='0 0 21 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.19681 3.03237e-07H12.0746C13.8074 -1.46456e-05 15.1798 -2.65539e-05 16.2539 0.144385C17.3594 0.293005 18.2541 0.606144 18.9597 1.31174C19.6653 2.01734 19.9784 2.91207 20.127 4.01749C20.2715 5.09161 20.2714 6.46407 20.2714 8.19681V8.30319C20.2714 10.0359 20.2715 11.4084 20.127 12.4825C19.9784 13.5879 19.6653 14.4827 18.9597 15.1883C18.2541 15.8939 17.3594 16.207 16.2539 16.3556C15.1798 16.5 13.8074 16.5 12.0746 16.5H8.19681C6.46407 16.5 5.09161 16.5 4.01749 16.3556C2.91207 16.207 2.01734 15.8939 1.31174 15.1883C0.606144 14.4827 0.293005 13.5879 0.144385 12.4825C-2.65539e-05 11.4084 -1.46456e-05 10.0359 3.03237e-07 8.30319V8.19681C-1.46456e-05 6.46406 -2.65539e-05 5.09161 0.144385 4.01749C0.293005 2.91207 0.606144 2.01734 1.31174 1.31174C2.01734 0.606144 2.91207 0.293005 4.01749 0.144385C5.09161 -2.65539e-05 6.46406 -1.46456e-05 8.19681 3.03237e-07ZM4.20594 1.54606C3.25734 1.67359 2.71082 1.91277 2.31179 2.31179C1.91277 2.71082 1.67359 3.25734 1.54606 4.20594C1.41579 5.17488 1.41429 6.45214 1.41429 8.25C1.41429 10.0479 1.41579 11.3251 1.54606 12.2941C1.67359 13.2427 1.91277 13.7892 2.31179 14.1882C2.71082 14.5872 3.25734 14.8264 4.20594 14.9539C5.17488 15.0842 6.45214 15.0857 8.25 15.0857H12.0214C13.8193 15.0857 15.0965 15.0842 16.0655 14.9539C17.0141 14.8264 17.5606 14.5872 17.9596 14.1882C18.3587 13.7892 18.5978 13.2427 18.7254 12.2941C18.8556 11.3251 18.8571 10.0479 18.8571 8.25C18.8571 6.45214 18.8556 5.17488 18.7254 4.20594C18.5978 3.25734 18.3587 2.71082 17.9596 2.31179C17.5606 1.91277 17.0141 1.67359 16.0655 1.54606C15.0965 1.41579 13.8193 1.41429 12.0214 1.41429H8.25C6.45214 1.41429 5.17488 1.41579 4.20594 1.54606ZM3.93533 4.02587C4.18535 3.72585 4.63125 3.68531 4.93127 3.93533L6.9668 5.6316C7.84645 6.36464 8.45717 6.87193 8.97278 7.20355C9.47189 7.52456 9.81036 7.63231 10.1357 7.63231C10.4611 7.63231 10.7995 7.52456 11.2987 7.20355C11.8143 6.87193 12.425 6.36464 13.3046 5.6316L15.3402 3.93533C15.6402 3.68531 16.0861 3.72585 16.3361 4.02587C16.5861 4.32589 16.5456 4.77179 16.2456 5.02181L14.1746 6.74763C13.3389 7.44407 12.6615 8.00855 12.0637 8.39305C11.4409 8.79358 10.8344 9.0466 10.1357 9.0466C9.43698 9.0466 8.83049 8.79358 8.20774 8.39305C7.60991 8.00856 6.93256 7.44408 6.09685 6.74763L4.02587 5.02181C3.72585 4.77179 3.68531 4.32589 3.93533 4.02587Z' fill='%23C91432'/%3E%3C/svg%3E%0A") !important;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.bg-ico-left.has-value.active-icon-only .new-box-item-inner .input .form-group .form-control {
  border-color: #e5e5e5;
  background-color: #fafafa;
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .control-label {
  min-height: 23px;
}

.CX-new-tab.with-action .box-new-tab .box-item {
  cursor: pointer;
}

.new-box-item.style-default.new-dropdown-search:not(.bg-ico-left).has-error .new-box-item-inner .ico-box-search svg ellipse,
.new-box-item.style-default.new-dropdown-search:not(.bg-ico-left).has-error .new-box-item-inner .ico-box-search svg circle,
.new-box-item.style-default.new-dropdown-search:not(.bg-ico-left).has-error .new-box-item-inner .ico-box-search svg path {
  stroke: #c91432;
}

.new-box-item.style-default.new-dropdown-search.border-grey .new-box-item-inner .ico-flexible {
  background-color: transparent;
}

.new-box-item.style-default:not(.no-label) > .box-title {
  display: none;
}
.new-box-item.style-default.no-label > .box-title {
  margin-bottom: 6px;
}
.new-box-item.style-default.no-label > .box-title .text {
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  color: #333;
  margin-bottom: 6px;
}
.new-box-item.style-default.no-label > .box-title .ico {
  position: relative;
}
.new-box-item.style-default.no-label > .box-title .ico.ico-blue-info {
  margin-left: 5px;
  display: inline-block;
}
.new-box-item.style-default.no-label > .box-title .ico.ico-blue-info:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.2953 7.85223C14.2953 3.9047 11.0952 0.70459 7.14764 0.70459C3.20011 0.70459 0 3.9047 0 7.85223C0 11.7998 3.20011 14.9999 7.14764 14.9999C11.0952 14.9999 14.2953 11.7998 14.2953 7.85223ZM7.14764 3.74234C7.44371 3.74234 7.68371 3.98235 7.68371 4.27841V8.56699C7.68371 8.86306 7.44371 9.10307 7.14764 9.10307C6.85158 9.10307 6.61157 8.86306 6.61157 8.56699V4.27841C6.61157 3.98235 6.85158 3.74234 7.14764 3.74234ZM7.14764 11.4261C7.54239 11.4261 7.8624 11.106 7.8624 10.7113C7.8624 10.3165 7.54239 9.99652 7.14764 9.99652C6.75289 9.99652 6.43288 10.3165 6.43288 10.7113C6.43288 11.106 6.75289 11.4261 7.14764 11.4261Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  display: inline-block;
  top: 3px;
  position: relative;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip {
  position: absolute;
  bottom: -35px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: max-content;
  height: auto;
  color: #fff;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  text-align: center;
  display: block;
  padding: 0;
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -ms-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -o-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.22);
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip.show {
  opacity: 1;
  visibility: visible;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip .cx-tooltip-inner {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background: #494df4;
  padding: 2px 13px;
  width: 100%;
  height: auto;
  font-size: 12px;
  line-height: 20px;
  text-transform: none;
  position: relative;
  z-index: 3;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip:after {
  content: "";
  position: absolute;
  z-index: 1;
  left: 50%;
  top: -8px;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 14px solid #494df4;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -mz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip.place-top {
  bottom: initial;
  top: -35px;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip.place-top:after {
  top: initial;
  bottom: -8px;
  border-bottom: 0;
  border-top: 14px solid #494df4;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip.dark:after {
  border-bottom-color: #3032c1;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip.dark .cx-tooltip-inner {
  background-color: #3032c1;
}
.new-box-item.style-default.no-label > .box-title .cx-tooltip.dark.place-top:after {
  border-top-color: #3032c1;
}
.new-box-item.style-default.no-label > .box-title:hover .ico:hover .cx-tooltip {
  opacity: 1;
  visibility: visible;
}

.new-box-item.style-default.new-dropdown-search.no-label.with-box-title .new-box-item-inner .ico-flexible {
  margin-top: -3px;
}

.box-change-klaim-kematian {
  cursor: pointer;
  -webkit-border-radius: 900px;
  -moz-border-radius: 900px;
  -ms-border-radius: 900px;
  -o-border-radius: 900px;
  border-radius: 900px;
  background: #494df4;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  padding: 2px 8px 2px 3px;
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -moz-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -ms-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  -o-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.19);
}
@media (min-width: 768px) {
  .box-change-klaim-kematian {
    max-width: 361px;
    margin: 0 auto;
  }
}
.box-change-klaim-kematian .inner {
  display: flex;
  align-items: center;
  grid-column-gap: 13px;
  position: relative;
}
.box-change-klaim-kematian .inner .img {
  flex: 0 0 auto;
}
.box-change-klaim-kematian .inner .text {
  flex: 1 1 auto;
}
.box-change-klaim-kematian .inner:after {
  flex: 0 0 auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='23' height='22' viewBox='0 0 23 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_681_150562)'%3E%3Ccircle cx='11.418' cy='11' r='11' fill='white'/%3E%3Cpath d='M8.29188 10.7491L7.54188 10.7491L7.54188 10.7491L8.29188 10.7491ZM8.29188 11.3759L7.7304 11.8732C7.86569 12.0259 8.05738 12.117 8.26127 12.1253C8.46516 12.1336 8.66364 12.0585 8.81093 11.9173L8.29188 11.3759ZM9.9092 10.8643C10.2082 10.5776 10.2182 10.1029 9.93151 9.80387C9.64485 9.50488 9.17008 9.49489 8.87109 9.78156L9.9092 10.8643ZM7.92085 9.82569C7.64624 9.5156 7.17224 9.48683 6.86214 9.76145C6.55205 10.0361 6.52328 10.5101 6.7979 10.8202L7.92085 9.82569ZM13.2276 9.13992C13.5088 9.44399 13.9834 9.46245 14.2874 9.18117C14.5915 8.89989 14.61 8.42538 14.3287 8.12132L13.2276 9.13992ZM11.4505 6.86523C9.29739 6.86523 7.54188 8.59857 7.54188 10.7491H9.04188C9.04188 9.43809 10.1147 8.36523 11.4505 8.36523V6.86523ZM7.54188 10.7491L7.54188 11.3759L9.04188 11.3759L9.04188 10.7491L7.54188 10.7491ZM8.81093 11.9173L9.9092 10.8643L8.87109 9.78156L7.77283 10.8345L8.81093 11.9173ZM8.85336 10.8787L7.92085 9.82569L6.7979 10.8202L7.7304 11.8732L8.85336 10.8787ZM14.3287 8.12132C13.6146 7.34941 12.5883 6.86523 11.4505 6.86523V8.36523C12.155 8.36523 12.7869 8.66355 13.2276 9.13992L14.3287 8.12132Z' fill='%23494DF4'/%3E%3Cpath d='M14.5466 10.625L15.1073 10.1269C14.9718 9.97439 14.7801 9.88366 14.5763 9.87559C14.3725 9.86751 14.1742 9.94279 14.0271 10.0841L14.5466 10.625ZM12.9313 11.1365C12.6325 11.4234 12.6229 11.8982 12.9099 12.1969C13.1968 12.4957 13.6715 12.5053 13.9703 12.2183L12.9313 11.1365ZM14.9209 12.1755C15.196 12.4852 15.67 12.5132 15.9797 12.2381C16.2893 11.963 16.3173 11.4889 16.0422 11.1793L14.9209 12.1755ZM9.59766 12.8693C9.3142 12.5673 8.83957 12.5522 8.53753 12.8357C8.2355 13.1191 8.22044 13.5937 8.5039 13.8958L9.59766 12.8693ZM11.3759 15.1357C13.5329 15.1357 15.2966 13.405 15.2966 11.2518H13.7966C13.7966 12.5601 12.7211 13.6357 11.3759 13.6357V15.1357ZM15.2966 11.2518V10.625H13.7966V11.2518H15.2966ZM14.0271 10.0841L12.9313 11.1365L13.9703 12.2183L15.0661 11.1659L14.0271 10.0841ZM13.9859 11.1231L14.9209 12.1755L16.0422 11.1793L15.1073 10.1269L13.9859 11.1231ZM8.5039 13.8958C9.21983 14.6586 10.243 15.1357 11.3759 15.1357V13.6357C10.6715 13.6357 10.0399 13.3405 9.59766 12.8693L8.5039 13.8958Z' fill='%23494DF4'/%3E%3Ccircle cx='11.4177' cy='10.9997' r='6.76923' stroke='%23494DF4' stroke-width='1.5'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_681_150562'%3E%3Crect width='22' height='22' fill='white' transform='translate(0.417969)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 23px;
  height: 22px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  -moz-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  -ms-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  -o-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.14);
}
.box-change-klaim-kematian .inner .img {
  width: 30px;
  height: 30px;
}

.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal {
  padding-top: 0 !important;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading {
  background-color: #494df4;
  text-align: left;
  padding: 24px 20px 0px;
  position: relative;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .close-pop-up {
  position: absolute;
  top: 26px;
  top: initial;
  transform: none;
  left: 20px;
  margin-top: initial !important;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .close-pop-up svg path {
  stroke: #fff;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  display: flex;
  text-align: left;
  margin-top: 35px;
  align-items: center;
  grid-column-gap: 20px;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text {
  text-align: left;
  flex: 1 1 auto;
  position: relative;
  top: 5px;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text h3 {
  text-align: left;
  color: #fff;
  font-size: 20px;
  line-height: 17px;
  margin-bottom: 18px;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text p {
  text-align: left;
  font-size: 13px;
  line-height: 19px;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0px;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .img {
  flex: 0 0 auto;
  position: relative;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .img:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='158' height='158' viewBox='0 0 158 158' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle opacity='0.5' cx='78.7031' cy='79.167' r='78.5' fill='url(%23paint0_linear_623_181818)'/%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_623_181818' x1='18.0837' y1='-18.958' x2='217.973' y2='32.3607' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.327521' stop-color='%23E19662'/%3E%3Cstop offset='1' stop-color='%23C91432'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 158px;
  height: 158px;
  position: absolute;
  top: -28px;
  right: -25px;
  -webkit-filter: blur(75px);
  -moz-filter: blur(75px);
  -ms-filter: blur(75px);
  -o-filter: blur(75px);
  filter: blur(75px);
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .img img {
  position: relative;
}

.box-list-choose-with-circle-img .inner {
  display: grid;
  text-align: left;
  grid-row-gap: 14px;
}
.box-list-choose-with-circle-img .inner .item {
  text-decoration: none;
  padding: 10px 19px;
  background-color: #f5f5f5;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  -ms-border-radius: 9px;
  -o-border-radius: 9px;
  border-radius: 9px;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.box-list-choose-with-circle-img .inner .item .item-inner {
  display: flex;
  align-items: center;
  grid-column-gap: 19px;
}
.box-list-choose-with-circle-img .inner .item .item-inner .img {
  flex: 0 0 auto;
  width: 60px;
  height: 60px;
}
.box-list-choose-with-circle-img .inner .item .item-inner .text {
  flex: 1 1 auto;
}
.box-list-choose-with-circle-img .inner .item .item-inner .text h3 {
  font-size: 16px;
  color: #333;
}
.box-list-choose-with-circle-img .inner .item .item-inner .text p {
  margin-bottom: 0px;
  font-size: 12px;
  font-style: normal;
  line-height: 15px;
  color: #7f7f7f;
}
.box-list-choose-with-circle-img .inner .item.selected {
  background-color: #494df4;
}
.box-list-choose-with-circle-img .inner .item.selected .item-inner .text h3,
.box-list-choose-with-circle-img .inner .item.selected .item-inner .text p {
  color: #fff;
}

.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner > .box-ico.with-emma-text {
  position: relative;
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner > .box-ico.with-emma-text:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='330' height='69' viewBox='0 0 330 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.1'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M308.22 13.896C309.741 17.3893 310.382 21.5257 310.228 25.9559L328.716 25.9527C328.716 25.9527 325.696 33.9219 320.301 37.141H308.332C306.349 43.7253 303.167 49.868 298.952 55.2472C293.373 62.3447 286.591 66.7063 279.316 67.8589C274.728 68.5837 270.242 68.2016 266.341 66.7489C261.769 65.048 258.35 62.0184 256.456 57.9896C252.931 50.51 254.931 41.1729 261.427 34.7576C264.948 31.284 269.792 28.1433 275.983 27.1639C283.4 25.9413 290.07 25.9467 296.65 25.952C297.081 25.9523 297.512 25.9527 297.942 25.9527H299.327C299.483 23.1744 299.165 20.592 298.231 18.4438C296.855 15.2802 292.786 11.9404 285.858 12.9394C281.963 13.514 277.386 16.4523 273.335 21.0229L265.216 13.514C271.031 6.93233 277.821 2.79264 284.32 1.85566C285.626 1.66592 286.943 1.56991 288.263 1.56836C297.257 1.56836 304.853 6.15531 308.22 13.896ZM277.616 56.8046C282.217 56.0864 286.516 53.2002 290.397 48.2509C292.995 44.8733 295.107 41.1332 296.667 37.1442C296.153 37.1427 295.644 37.1407 295.137 37.1387C288.848 37.1137 283.26 37.0913 277.642 38.2183C274.417 38.9324 271.437 40.5177 269.015 42.8085C265.44 46.3378 265.076 50.533 266.3 53.1447C267.712 56.1321 272.361 57.6372 277.616 56.8046Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M62.3764 3.04964C66.9486 4.75055 70.3672 7.77689 72.2619 11.8055C75.7862 19.2751 73.786 28.6122 67.2903 35.0305C63.7697 38.504 58.9802 40.871 53.0503 42.0627C45.3247 43.6198 37.778 43.8323 30.7745 43.8323H29.391C29.2346 46.6104 29.554 49.1927 30.487 51.3409C31.864 54.5043 35.9314 57.8442 42.858 56.8485C46.756 56.2707 51.3312 53.3324 55.3827 48.7617L63.5012 56.2707C57.6734 62.8556 50.884 66.995 44.3853 67.9288C43.0793 68.1185 41.7618 68.2146 40.4426 68.216C31.4487 68.216 23.8509 63.6324 20.4833 55.8886C18.9625 52.3986 18.3235 48.2624 18.4768 43.8288H0C0 43.8288 3.02249 35.8631 8.4157 32.6408H20.3843C22.3701 26.0578 25.5525 19.9164 29.7649 14.5381C35.3433 7.44063 42.1265 3.07903 49.4016 1.92658C53.9961 1.19856 58.469 1.58379 62.3764 3.04964ZM50.9316 31.0837C53.5643 30.571 57.2164 29.4121 59.6797 26.9799C63.2613 23.4508 63.6192 19.2459 62.405 16.6439C60.9929 13.6535 56.3472 12.1484 51.0882 12.9809C46.4875 13.7024 42.1902 16.5884 38.3082 21.5377C35.7152 24.9149 33.6066 28.6524 32.0458 32.6376C38.9503 32.6083 44.8772 32.3015 50.9316 31.0837Z' fill='white'/%3E%3Cpath d='M85.1991 67.4222L94.9173 25.3404C96.4901 18.5241 101.496 12.882 109.221 12.882C117.181 12.882 117.423 21.6444 116.369 26.2202L106.855 67.432H118.069L126.985 28.8173C129.281 18.7792 128.042 12.9965 124.186 7.98562C121.957 5.10406 117.388 1.56836 109.94 1.56836C98.3051 1.56836 87.0429 10.877 84.298 22.763L73.9844 67.4222H85.1991Z' fill='white'/%3E%3Cpath d='M42.675 56.8836C35.7553 57.876 31.6924 54.5474 30.3168 51.3944C29.3847 49.2533 29.0656 46.6794 29.2219 43.9102H18.319C18.1658 48.329 18.8042 52.4518 20.3234 55.9302C23.6875 63.6485 31.2774 68.2171 40.2621 68.2171C41.5801 68.2157 42.8962 68.12 44.2008 67.9308C50.6929 67.0001 57.4752 62.8742 63.2969 56.3109L55.1868 48.827C51.1395 53.3793 46.5785 56.3143 42.675 56.8836Z' fill='white'/%3E%3Cpath d='M286.054 12.9016C292.975 11.9056 297.039 15.2352 298.415 18.3892C299.346 20.5308 299.665 23.1054 299.508 25.8752H310.415C310.569 21.4584 309.931 17.3346 308.41 13.852C305.045 6.14136 297.453 1.56836 288.467 1.56836C287.147 1.56991 285.83 1.66562 284.527 1.85478C278.032 2.78891 271.248 6.916 265.438 13.4776L273.55 20.9637C277.585 16.4005 282.147 13.4614 286.054 12.9016Z' fill='white'/%3E%3Cpath d='M118.005 67.4222L127.724 25.3466C129.297 18.5313 134.303 12.8901 142.028 12.8901C149.989 12.8901 150.231 21.6512 149.177 26.2263L139.662 67.432H150.878L159.794 28.823C162.081 18.7766 160.851 12.9948 156.985 7.98467C154.756 5.10355 150.187 1.56836 142.738 1.56836C131.102 1.56836 119.839 10.8756 117.094 22.7598L106.789 67.4222H118.005Z' fill='white'/%3E%3Cpath d='M175.199 67.4222L184.914 25.3404C186.488 18.5241 191.493 12.882 199.218 12.882C207.179 12.882 207.424 21.6444 206.367 26.2202L196.855 67.432H208.07L216.987 28.8173C219.279 18.7792 218.044 12.9965 214.184 7.98562C211.955 5.10406 207.386 1.56836 199.941 1.56836C188.306 1.56836 177.04 10.877 174.298 22.763L163.984 67.4222H175.199Z' fill='white'/%3E%3Cpath d='M207.996 67.4124L217.711 25.3306C219.284 18.5142 224.29 12.8722 232.015 12.8722C239.966 12.8722 240.221 21.6411 239.164 26.2202L229.652 67.432H240.867L249.783 28.8173C252.076 18.7792 250.84 12.9965 246.981 7.98562C244.752 5.10406 240.183 1.56836 232.738 1.56836C221.103 1.56836 209.837 10.877 207.095 22.763L196.781 67.4124H207.996Z' fill='white'/%3E%3Cpath d='M44.2377 3.13672C38.9745 5.14574 34.0916 8.91188 29.9029 14.2316C25.722 19.5546 22.5637 25.6329 20.5938 32.148H32.167C33.7158 28.2053 35.8082 24.5075 38.3814 21.1663C40.0431 18.9945 42.0175 17.091 44.2377 15.5203V3.13672Z' fill='white'/%3E%3Cpath d='M298.558 36.8516H297.285C295.73 40.8797 293.63 44.6569 291.043 48.0684C288.303 51.6348 285.341 54.1355 282.203 55.5376V67.4309C288.613 65.7815 294.575 61.5849 299.553 55.1484C303.751 49.7126 306.922 43.5052 308.9 36.8516H298.558Z' fill='white'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 330px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.CX-pop-up-modal.modal-default.modal-alert .box-pop-up-modal .box-pop-up-modal-inner > .box-ico.with-emma-text img {
  position: relative;
}

@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal {
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -ms-border-top-right-radius: 12px;
    -o-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
    background-color: transparent;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading {
    padding: 13px 20px 0;
    -webkit-border-top-left-radius: 12px;
    -moz-border-top-left-radius: 12px;
    -ms-border-top-left-radius: 12px;
    -o-border-top-left-radius: 12px;
    border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
    -moz-border-top-right-radius: 12px;
    -ms-border-top-right-radius: 12px;
    -o-border-top-right-radius: 12px;
    border-top-right-radius: 12px;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
    margin-top: 0;
    position: relative;
  }
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner:before {
    content: "";
    width: 49px;
    height: 5px;
    background: rgba(255, 255, 255, 0.5);
    position: absolute;
    left: 50%;
    top: 0px;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    -ms-border-radius: 11px;
    -o-border-radius: 11px;
    border-radius: 11px;
  }
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text h3 {
    font-size: 18px;
    line-height: 17px;
    margin-bottom: 14px;
  }
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text p {
    font-size: 13px;
    line-height: 19px;
  }
}
@media (max-width: 767px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-up-modal-inner {
    background-color: #fff;
    margin-bottom: 0px;
    padding-bottom: 120px;
  }
}

@media (max-width: 1024px) {
  .CX-informasi-pajak.death-claim {
    padding: 0 0;
  }
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper {
  padding: 0px 0px;
  max-width: 1095px;
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -moz-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -ms-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -o-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
}
@media (max-width: 767px) {
  .CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak {
    padding-bottom: 100px;
  }
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-title {
  padding: 23px 50px 0;
}
@media (max-width: 767px) {
  .CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-title {
    padding: 23px 16px 0;
  }
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-inner {
  padding: 0px 50px 0;
}
@media (max-width: 767px) {
  .CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-inner {
    padding: 0px 16px 0;
  }
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item {
  padding: 16px 0;
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .inner .box-toggle {
  height: 33px;
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-informasi-pajak-inner .informasi-pajak-item .box-check.with-svg .toggle-switch.with-label {
  margin-bottom: 0px;
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-action {
  padding: 10px;
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  background: #fff;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -moz-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -ms-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -o-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  text-align: center;
}
.CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-action .new-btn-blue {
  min-width: 365px;
  padding: 7px 16px;
}

@media (max-width: 767px) {
  .CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-action {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    padding: 16px 25px;
  }
  .CX-informasi-pajak.death-claim > .container.CX-wrapper .box-informasi-pajak .box-action .new-btn-blue {
    width: 100%;
    min-width: initial;
  }
}

.CX-new-tab-slider .box-new-tab .box-item {
  flex: 1;
  background-color: rgba(204, 204, 204, 0.1);
  text-align: center;
  position: relative;
  padding: 12px 10px;
  width: 195px;
  cursor: pointer;
}
.CX-new-tab-slider .box-new-tab .box-item:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  background-color: #cccccc;
  width: 100%;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.CX-new-tab-slider .box-new-tab .box-item .inner {
  display: flex;
  justify-content: center;
  align-items: center;
  grid-column-gap: 10px;
}
.CX-new-tab-slider .box-new-tab .box-item .inner .name {
  font-size: 17px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  text-transform: capitalize;
  color: #999999;
}
@media (max-width: 767px) {
  .CX-new-tab-slider .box-new-tab .box-item .inner .name .text-dekstop {
    display: none;
  }
  .CX-new-tab-slider .box-new-tab .box-item .inner .name .text-mobile.hide {
    display: block !important;
  }
}
.CX-new-tab-slider .box-new-tab .box-item.selected {
  background-color: rgba(73, 77, 244, 0.1);
  flex: 1 1 auto;
}
.CX-new-tab-slider .box-new-tab .box-item.selected:after {
  background-color: #494df4;
}
.CX-new-tab-slider .box-new-tab .box-item.selected .inner .name {
  color: #333333;
}
.CX-new-tab-slider .box-new-tab .slick-arrow {
  z-index: 2;
}
.CX-new-tab-slider .box-new-tab .slick-arrow:before {
  -webkit-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.27));
  -moz-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.27));
  -ms-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.27));
  -o-filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.27));
  filter: drop-shadow(0px 4px 8px rgba(0, 0, 0, 0.27));
}
.CX-new-tab-slider .box-new-tab .slick-arrow.slick-prev {
  left: 8px;
}
.CX-new-tab-slider .box-new-tab .slick-arrow.slick-prev:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' transform='rotate(-180 10 10)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 -8.74228e-07C4.47715 -1.35705e-06 1.35705e-06 4.47715 8.74228e-07 10C3.91405e-07 15.5228 4.47715 20 10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 -3.91405e-07 10 -8.74228e-07ZM12.0303 13.5303C11.7374 13.8232 11.2626 13.8232 10.9697 13.5303L7.96967 10.5303C7.67678 10.2374 7.67678 9.76256 7.96967 9.46967L10.9697 6.46967C11.2626 6.17678 11.7374 6.17678 12.0303 6.46967C12.3232 6.76256 12.3232 7.23744 12.0303 7.53033L9.56066 10L12.0303 12.4697C12.3232 12.7626 12.3232 13.2374 12.0303 13.5303Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 1;
}
.CX-new-tab-slider .box-new-tab .slick-arrow.slick-next {
  right: 8px;
  z-index: 2;
}
.CX-new-tab-slider .box-new-tab .slick-arrow.slick-next:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='10' cy='10' r='10' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 20C15.5228 20 20 15.5228 20 10C20 4.47715 15.5228 0 10 0C4.47715 0 0 4.47715 0 10C0 15.5228 4.47715 20 10 20ZM7.96967 6.46967C8.26256 6.17678 8.73744 6.17678 9.03033 6.46967L12.0303 9.46967C12.3232 9.76256 12.3232 10.2374 12.0303 10.5303L9.03033 13.5303C8.73744 13.8232 8.26256 13.8232 7.96967 13.5303C7.67678 13.2374 7.67678 12.7626 7.96967 12.4697L10.4393 10L7.96967 7.53033C7.67678 7.23744 7.67678 6.76256 7.96967 6.46967Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  width: 20px;
  height: 20px;
  display: inline-block;
  opacity: 1;
}
.CX-new-tab-slider .box-new-tab .slick-arrow.slick-disabled:before {
  opacity: 0.3;
}

.box-polis-preview {
  position: relative;
  padding: 22px 27px;
}
.box-polis-preview:before {
  content: "";
  opacity: 0.5;
  background: linear-gradient(180deg, #edeef4 0%, #c9ccde 100%);
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0px;
  right: 0px;
}

.box-informasi-edit-ringkasan .text h3 {
  font-size: 18px;
  line-height: normal;
  margin-bottom: 0px;
}
.box-informasi-edit-ringkasan .text p {
  margin-bottom: 0px;
  font-size: 13px;
  line-height: normal;
  color: #494df4;
}
.box-informasi-edit-ringkasan .box-action .new-btn-blue {
  text-transform: none;
  padding: 4px 12px;
}

.box-ringkasan-view {
  display: grid;
  grid-row-gap: 16px;
}
.box-ringkasan-view .box-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 2px 0;
}
.box-ringkasan-view .box-item.with-border-bottom {
  border-bottom: 1px solid #f5f5f5 !important;
}
.box-ringkasan-view .box-item:last-child {
  border-bottom: 0px;
}
.box-ringkasan-view .box-item .inner .label-view {
  font-size: 14px;
  line-height: normal;
  color: #7f7f7f;
  font-weight: normal;
}
.box-ringkasan-view .box-item .inner .value-view {
  font-size: 16px;
  font-family: "SourceSans-Bold";
  color: #333;
}
.box-ringkasan-view .box-item .inner .box-total-days {
  padding: 1px 13px;
  text-transform: none;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -ms-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -o-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
}

.box-ringkasan-view-pajak {
  border: 1px solid #494df4;
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  -ms-border-radius: 7px;
  -o-border-radius: 7px;
  border-radius: 7px;
  margin-bottom: 12px;
  padding: 16px;
  background-color: #fff;
}
.box-ringkasan-view-pajak > .inner {
  display: grid;
  grid-row-gap: 16px;
}
.box-ringkasan-view-pajak > .box-title {
  margin-bottom: 12px;
}
.box-ringkasan-view-pajak > .box-title h3 {
  font-size: 17px;
}
.box-ringkasan-view-pajak .box-item {
  border-bottom: 1px solid #f5f5f5;
  padding: 2px 0;
}
.box-ringkasan-view-pajak .box-item.with-border-bottom {
  border-bottom: 1px solid #f5f5f5;
}
.box-ringkasan-view-pajak .box-item:last-child {
  border-bottom: 0;
}
.box-ringkasan-view-pajak .box-item .inner .label-view {
  font-size: 14px;
  line-height: normal;
  color: #7f7f7f;
  font-weight: normal;
}
.box-ringkasan-view-pajak .box-item .inner .value-view {
  font-size: 16px;
  font-family: "SourceSans-Bold";
  color: #333;
}
.box-ringkasan-view-pajak .box-item .inner .box-total-days {
  padding: 1px 13px;
  text-transform: none;
  border-radius: 12px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -moz-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -ms-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  -o-box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
  box-shadow: 0px 4px 4px 0px rgba(73, 77, 244, 0.2);
}

@media (max-width: 767px) {
  section.CX-landing-emma-marked.small .box-header .CX-title-back-simple {
    display: block;
  }
}

@media (max-width: 767px) {
  body.ringkasan-pengajuan-klaim .CX-form-death-claim .container-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner .CX-simple-form.with-title .box-title {
    display: none;
  }
}
@media (max-width: 767px) {
  body.ringkasan-pengajuan-klaim .CX-form-death-claim .container-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner section.CX-new-tab-slider.mt-1 {
    margin-top: 0px !important;
  }
}
@media (max-width: 767px) {
  body.ringkasan-pengajuan-klaim section.CX-landing-emma-marked.small .box-header {
    height: initial !important;
  }
}
@media (max-width: 767px) {
  body.ringkasan-pengajuan-klaim section.CX-landing-emma-marked.small .box-header .box-emma {
    display: none;
  }
}
@media (max-width: 767px) {
  body.ringkasan-pengajuan-klaim section.CX-landing-emma-marked.small .box-header .CX-title-back-simple {
    padding: 18px 16px !important;
    position: relative !important;
  }
}

body:not(.signed-out) section.CX-landing-emma-marked.small .box-header > .inner:before, body:not(.signed-out) section.CX-landing-emma-marked.small .box-header > .inner:after {
  display: none;
}
body:not(.signed-out) section.CX-landing-emma-marked.small .box-header > .inner .CX-title-back-simple.transparent {
  -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px rgba(0, 0, 0, 0.1);
}
@media (min-width: 768px) {
  body:not(.signed-out) section.CX-landing-emma-marked.small .box-header > .inner .CX-title-back-simple.transparent {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  body.ringkasan-pengajuan-klaim.scrolled .CX-form-death-claim .container-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner section.CX-new-tab-slider {
    z-index: 3;
    background-color: #fff;
    position: fixed;
    top: 55px;
    width: 100%;
  }
}

.box-penerima-manfaat .box-item.no-border-bottom {
  border-bottom: 0px;
}

body.is-death-claim .box-alert-auto-save {
  top: 65px;
}
body.is-death-claim.signed-out .box-alert-auto-save {
  left: 0px;
  width: 100%;
}

.CX-pengajuan-sukses {
  position: relative;
  padding: 30px 0;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses {
    padding-bottom: 100px;
  }
}
.CX-pengajuan-sukses:before {
  content: "";
  background: linear-gradient(180deg, rgba(73, 77, 244, 0.3) 0%, rgba(73, 77, 244, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 303px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses:before {
    height: 322px;
  }
}
.CX-pengajuan-sukses .box-act-mobile.hide {
  text-align: center;
  padding: 16px;
  background: #fff;
  -webkit-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
  -ms-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
  box-shadow: 0px -1px 5px 7px rgba(0, 0, 0, 0.05);
  margin-top: 40px;
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-act-mobile.hide {
    display: block !important;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses {
  max-width: 583px;
  margin: auto;
  position: relative;
  padding-top: 134px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses {
    padding-top: 100px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma {
  z-index: 2;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0px;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma {
  position: relative;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='513' height='103' viewBox='0 0 513 103' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M480.808 18.9263C483.181 24.2894 484.18 30.6399 483.94 37.4415L512.78 37.4365C512.78 37.4365 508.069 49.6713 499.654 54.6136H480.982C477.889 64.7223 472.925 74.153 466.351 82.4114C457.648 93.308 447.069 100.004 435.72 101.774C428.563 102.887 421.566 102.3 415.48 100.07C408.348 97.4584 403.016 92.8071 400.06 86.6219C394.562 75.1387 397.682 60.8036 407.815 50.9545C413.307 45.6216 420.863 40.7997 430.522 39.2961C442.091 37.4191 452.495 37.4274 462.76 37.4354C463.432 37.436 464.104 37.4365 464.776 37.4365H466.935C467.18 33.1711 466.682 29.2064 465.225 25.9083C463.079 21.0514 456.731 15.9239 445.926 17.4577C439.849 18.3398 432.71 22.8509 426.39 29.868L413.726 18.3398C422.797 8.23515 433.387 1.87959 443.526 0.441077C445.564 0.149777 447.618 0.00238792 449.677 0C463.707 0 475.555 7.0422 480.808 18.9263ZM433.069 84.8025C440.246 83.6999 446.951 79.2688 453.006 71.6702C457.059 66.4848 460.352 60.7427 462.787 54.6184C461.984 54.6162 461.19 54.6131 460.4 54.6101C450.589 54.5717 441.873 54.5372 433.109 56.2675C428.077 57.3639 423.43 59.7977 419.652 63.3147C414.075 68.7332 413.507 75.174 415.416 79.1836C417.619 83.7701 424.871 86.0807 433.069 84.8025Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M97.3096 2.27417C104.442 4.88552 109.774 9.53177 112.73 15.7168C118.228 27.1847 115.108 41.5195 104.975 51.3733C99.4829 56.7062 92.0118 60.3402 82.7616 62.1697C70.7103 64.5603 58.9382 64.8865 48.0133 64.8865H45.8551C45.6113 69.1516 46.1095 73.1162 47.5648 76.4143C49.7129 81.2709 56.0576 86.3985 66.8626 84.87C72.943 83.9828 80.08 79.4718 86.3999 72.4546L99.0641 83.9828C89.9732 94.0924 79.3824 100.448 69.2449 101.881C67.2077 102.172 65.1525 102.32 63.0947 102.322C49.065 102.322 37.2131 95.285 31.96 83.3962C29.5876 78.0381 28.5908 71.6879 28.8301 64.8812H0.0078125C0.0078125 64.8812 4.72263 52.6516 13.1356 47.7045H31.8055C34.9032 37.5979 39.8675 28.1692 46.4384 19.912C55.1402 9.01552 65.7214 2.31928 77.0699 0.549971C84.237 -0.567748 91.2143 0.0236927 97.3096 2.27417ZM79.4566 45.3139C83.5634 44.5269 89.2604 42.7477 93.1028 39.0136C98.6898 33.5954 99.2482 27.1397 97.3541 23.145C95.1515 18.5539 87.9045 16.2433 79.7009 17.5214C72.5242 18.6291 65.8208 23.0598 59.7653 30.6583C55.7204 35.8432 52.4311 41.5813 49.9964 47.6996C60.7669 47.6546 70.0123 47.1837 79.4566 45.3139Z' fill='%23494DF4'/%3E%3Cpath d='M132.912 101.103L148.071 36.4964C150.525 26.0316 158.333 17.3694 170.383 17.3694C182.801 17.3694 183.178 30.8221 181.534 37.8473L166.693 101.118H184.187L198.094 41.8345C201.675 26.4233 199.743 17.5452 193.728 9.85222C190.251 5.42826 183.123 0 171.506 0C153.356 0 135.788 14.2913 131.506 32.5395L115.418 101.103H132.912Z' fill='url(%23paint0_linear_623_174492)'/%3E%3Cpath d='M66.5863 84.9294C55.7923 86.4531 49.4545 81.3427 47.3086 76.502C45.8546 73.215 45.3568 69.2632 45.6007 65.0117H28.5932C28.3542 71.7959 29.3499 78.1254 31.7199 83.4658C36.9675 95.3153 48.8071 102.329 62.8224 102.329C64.8784 102.327 66.9314 102.18 68.9665 101.89C79.0935 100.461 89.6734 94.1267 98.7547 84.0502L86.1036 72.5604C79.7902 79.5493 72.6754 84.0555 66.5863 84.9294Z' fill='url(%23paint1_linear_623_174492)'/%3E%3Cpath d='M446.218 17.3995C457.015 15.8704 463.354 20.9824 465.5 25.8244C466.953 29.1124 467.45 33.0651 467.206 37.3175H484.219C484.459 30.5366 483.465 24.2054 481.091 18.8587C475.843 7.02079 463.999 0 449.983 0C447.924 0.00237909 445.869 0.149318 443.836 0.439735C433.705 1.87387 423.122 8.21007 414.059 18.284L426.713 29.7771C433.008 22.7713 440.123 18.259 446.218 17.3995Z' fill='url(%23paint2_linear_623_174492)'/%3E%3Cpath d='M184.085 101.103L199.246 36.506C201.7 26.0428 209.509 17.3819 221.56 17.3819C233.978 17.3819 234.356 30.8326 232.712 37.8567L217.869 101.118H235.364L249.273 41.8433C252.84 26.4193 250.922 17.5426 244.892 9.85077C241.414 5.42746 234.286 0 222.667 0C204.516 0 186.946 14.2891 182.665 32.5346L166.59 101.103H184.085Z' fill='%23494DF4'/%3E%3Cpath d='M273.295 101.103L288.45 36.4964C290.904 26.0316 298.712 17.3694 310.763 17.3694C323.18 17.3694 323.563 30.8221 321.914 37.8473L307.077 101.118H324.571L338.48 41.8345C342.056 26.4233 340.129 17.5452 334.108 9.85222C330.631 5.42826 323.503 0 311.89 0C293.74 0 276.166 14.2913 271.89 32.5395L255.801 101.103H273.295Z' fill='url(%23paint3_linear_623_174492)'/%3E%3Cpath d='M324.463 101.088L339.618 36.4814C342.072 26.0165 349.88 17.3544 361.931 17.3544C374.334 17.3544 374.731 30.8171 373.082 37.8473L358.245 101.118H375.739L389.647 41.8345C393.223 26.4233 391.296 17.5452 385.276 9.85222C381.799 5.42826 374.671 0 363.058 0C344.908 0 327.334 14.2913 323.058 32.5395L306.969 101.088H324.463Z' fill='%23494DF4'/%3E%3Cpath d='M69.0154 2.41016C60.8052 5.49455 53.1883 11.2766 46.6542 19.4438C40.1324 27.616 35.2058 36.9479 32.1328 46.9503H50.1861C52.602 40.8972 55.866 35.22 59.8799 30.0904C62.4721 26.7561 65.552 23.8337 69.0154 21.4223V2.41016Z' fill='url(%23paint4_linear_623_174492)'/%3E%3Cpath d='M465.727 54.168H463.742C461.316 60.3523 458.04 66.1513 454.005 71.3888C449.729 76.8642 445.11 80.7035 440.215 82.8561V101.116C450.214 98.5833 459.514 92.1403 467.28 82.2585C473.828 73.9131 478.775 64.3831 481.859 54.168H465.727Z' fill='url(%23paint5_linear_623_174492)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_623_174492' x1='135.449' y1='68.52' x2='170.193' y2='78.0559' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_623_174492' x1='98.4515' y1='91.1817' x2='96.3791' y2='57.3331' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_623_174492' x1='413.048' y1='6.14953' x2='414.626' y2='41.2972' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_623_174492' x1='255.801' y1='101.105' x2='340.273' y2='101.105' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_623_174492' x1='47.4556' y1='-15.3108' x2='14.5743' y2='27.7685' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_623_174492' x1='468.183' y1='102.733' x2='491.105' y2='64.9697' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
  width: 513px;
  height: 103px;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-size: cover;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma:before {
    background-image: url("data:image/svg+xml,%3Csvg width='344' height='69' viewBox='0 0 344 69' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M321.737 12.6371C323.321 16.218 323.989 20.4582 323.828 24.9997L343.085 24.9963C343.085 24.9963 339.939 33.1655 334.32 36.4655H321.853C319.788 43.2151 316.473 49.512 312.084 55.0261C306.273 62.3018 299.209 66.7729 291.632 67.9544C286.853 68.6974 282.181 68.3057 278.118 66.8165C273.356 65.073 269.795 61.9673 267.822 57.8374C264.151 50.1701 266.234 40.5986 272.999 34.0223C276.667 30.4615 281.712 27.242 288.161 26.238C295.886 24.9847 302.833 24.9902 309.687 24.9956C310.135 24.996 310.584 24.9963 311.032 24.9963H312.474C312.637 22.1483 312.305 19.5011 311.332 17.299C309.899 14.056 305.661 10.6324 298.446 11.6565C294.388 12.2455 289.622 15.2575 285.402 19.9429L276.946 12.2455C283.003 5.4986 290.074 1.255 296.844 0.294507C298.204 0.100006 299.576 0.00159441 300.951 0C310.319 0 318.23 4.70208 321.737 12.6371ZM289.862 56.6226C294.654 55.8864 299.131 52.9277 303.174 47.8542C305.88 44.3919 308.079 40.5579 309.704 36.4687C309.168 36.4672 308.638 36.4652 308.111 36.4631C301.56 36.4375 295.74 36.4145 289.888 37.5698C286.529 38.3018 283.426 39.9269 280.903 42.2752C277.18 45.8931 276.8 50.1936 278.075 52.8708C279.546 55.9332 284.388 57.4761 289.862 56.6226Z' fill='%23494DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M65.6754 1.51846C70.4375 3.26206 73.9982 6.36436 75.9716 10.4941C79.6423 18.1512 77.5591 27.7226 70.7935 34.302C67.1265 37.8627 62.1381 40.2891 55.9617 41.5107C47.9151 43.1069 40.0548 43.3247 32.7603 43.3247H31.3193C31.1565 46.1725 31.4891 48.8197 32.4608 51.0218C33.8951 54.2645 38.1315 57.6883 45.346 56.6677C49.4058 56.0753 54.1712 53.0633 58.391 48.3779L66.8469 56.0753C60.7769 62.8255 53.7055 67.0688 46.9366 68.026C45.5764 68.2205 44.2041 68.319 42.8302 68.3204C33.4625 68.3204 25.549 63.6218 22.0415 55.6836C20.4575 52.106 19.7919 47.866 19.9516 43.3212H0.707031C0.707031 43.3212 3.85512 35.1555 9.47243 31.8523H21.9383C24.0067 25.1041 27.3213 18.8085 31.7087 13.2953C37.5189 6.01966 44.584 1.54858 52.1614 0.367215C56.9468 -0.379085 61.6056 0.0158196 65.6754 1.51846ZM53.755 30.2561C56.4971 29.7306 60.3009 28.5426 62.8666 26.0494C66.597 22.4317 66.9698 18.1212 65.7051 15.4539C64.2344 12.3884 59.3956 10.8456 53.9181 11.699C49.1262 12.4386 44.6504 15.3971 40.6071 20.4705C37.9063 23.9325 35.7101 27.7638 34.0844 31.849C41.2759 31.819 47.449 31.5045 53.755 30.2561Z' fill='%23494DF4'/%3E%3Cpath d='M89.4478 67.5067L99.5698 24.3687C101.208 17.3813 106.422 11.5976 114.467 11.5976C122.758 11.5976 123.011 20.5799 121.913 25.2706L112.003 67.5168H123.684L132.97 27.9329C135.361 17.6428 134.071 11.7149 130.055 6.57833C127.733 3.62445 122.974 0 115.217 0C103.098 0 91.3682 9.54228 88.5093 21.7266L77.7671 67.5067H89.4478Z' fill='url(%23paint0_linear_44330_39105)'/%3E%3Cpath d='M45.1597 56.7053C37.9525 57.7227 33.7207 54.3104 32.2879 51.0783C31.3171 48.8835 30.9847 46.245 31.1475 43.4062H19.7916C19.6321 47.936 20.2969 52.1623 21.8793 55.728C25.3832 63.64 33.2885 68.3233 42.6465 68.3233C44.0193 68.3218 45.3901 68.2237 46.7489 68.0298C53.5107 67.0758 60.5749 62.8463 66.6385 56.1182L58.1913 48.4465C53.9759 53.113 49.2254 56.1218 45.1597 56.7053Z' fill='url(%23paint1_linear_44330_39105)'/%3E%3Cpath d='M298.642 11.6176C305.851 10.5967 310.084 14.0099 311.517 17.243C312.487 19.4384 312.819 22.0776 312.656 24.9169H324.016C324.176 20.3893 323.512 16.162 321.927 12.5919C318.423 4.68778 310.515 0 301.156 0C299.781 0.00158852 298.409 0.0996996 297.052 0.293611C290.288 1.25118 283.221 5.48186 277.169 12.2082L285.619 19.8821C289.822 15.2044 294.573 12.1915 298.642 11.6176Z' fill='url(%23paint2_linear_44330_39105)'/%3E%3Cpath d='M123.614 67.5067L133.737 24.3751C135.376 17.3887 140.589 11.6059 148.636 11.6059C156.928 11.6059 157.18 20.5869 156.082 25.2769L146.172 67.5168H157.853L167.14 27.9388C169.522 17.6402 168.241 11.7132 164.215 6.57735C161.893 3.62392 157.133 0 149.375 0C137.256 0 125.525 9.54084 122.666 21.7234L111.933 67.5067H123.614Z' fill='%23494DF4'/%3E%3Cpath d='M183.183 67.5067L193.302 24.3687C194.94 17.3813 200.154 11.5976 208.2 11.5976C216.491 11.5976 216.747 20.5799 215.646 25.2706L205.739 67.5168H217.42L226.707 27.9329C229.094 17.6428 227.808 11.7149 223.788 6.57833C221.466 3.62445 216.707 0 208.953 0C196.834 0 185.1 9.54228 182.244 21.7266L171.502 67.5067H183.183Z' fill='url(%23paint3_linear_44330_39105)'/%3E%3Cpath d='M217.345 67.4967L227.464 24.3586C229.102 17.3712 234.316 11.5875 242.362 11.5875C250.644 11.5875 250.909 20.5766 249.808 25.2706L239.901 67.5168H251.582L260.868 27.9329C263.256 17.6428 261.969 11.7149 257.95 6.57833C255.628 3.62445 250.869 0 243.115 0C230.996 0 219.262 9.54228 216.407 21.7266L205.664 67.4967H217.345Z' fill='%23494DF4'/%3E%3Cpath d='M46.7822 1.61133C41.3003 3.67077 36.2145 7.53144 31.8517 12.9847C27.4971 18.4413 24.2076 24.6722 22.1558 31.3508H34.2099C35.8231 27.3091 38.0024 23.5185 40.6825 20.0934C42.4133 17.8671 44.4698 15.9158 46.7822 14.3057V1.61133Z' fill='url(%23paint4_linear_44330_39105)'/%3E%3Cpath d='M311.666 36.1699H310.341C308.721 40.2992 306.534 44.1712 303.839 47.6683C300.985 51.3242 297.9 53.8877 294.632 55.325V67.5168C301.308 65.826 307.518 61.524 312.703 54.9259C317.075 49.3537 320.378 42.9905 322.438 36.1699H311.666Z' fill='url(%23paint5_linear_44330_39105)'/%3E%3C/g%3E%3Cdefs%3E%3ClinearGradient id='paint0_linear_44330_39105' x1='91.1419' y1='45.7508' x2='114.34' y2='52.1179' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint1_linear_44330_39105' x1='66.436' y1='60.88' x2='65.0523' y2='38.2793' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint2_linear_44330_39105' x1='276.495' y1='4.10604' x2='277.549' y2='27.5741' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint3_linear_44330_39105' x1='171.502' y1='67.5076' x2='227.904' y2='67.5076' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.46' stop-color='%23494DF4'/%3E%3Cstop offset='0.55' stop-color='%234549EC'/%3E%3Cstop offset='0.69' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint4_linear_44330_39105' x1='32.3868' y1='-10.221' x2='10.432' y2='18.5431' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.65' stop-color='%23494DF4'/%3E%3Cstop offset='0.75' stop-color='%234549EC'/%3E%3Cstop offset='0.89' stop-color='%233A3DD6'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3ClinearGradient id='paint5_linear_44330_39105' x1='313.306' y1='68.5969' x2='328.611' y2='43.3822' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='0.53' stop-color='%23494DF4'/%3E%3Cstop offset='0.6' stop-color='%234549EC'/%3E%3Cstop offset='0.71' stop-color='%233A3DD6'/%3E%3Cstop offset='0.8' stop-color='%233032C1'/%3E%3Cstop offset='1' stop-color='%233032C1'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E%0A");
    width: 344px;
    height: 69px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma .box-circle {
  position: relative;
  margin: 0 auto;
  width: 182px;
  top: 10px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma .box-circle {
    width: 128px;
  }
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma .box-circle .emma-vector-img svg {
    width: 128px;
    height: 128px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-top-emma .box-emma .box-circle .vector-success {
  width: 69px;
  position: absolute;
  bottom: 20px;
  right: -10px;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content {
  z-index: 1;
  background-color: #fff;
  position: relative;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  -webkit-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  -ms-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  -o-box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.07);
  margin-bottom: 12px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content {
    margin: 16px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top {
  padding: 80px 16px 20px;
  text-align: center;
  border-bottom: 2px solid #f0f3fc;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top {
    padding: 60px 16px 20px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .status-info {
  display: inline-block;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  -ms-border-radius: 100px;
  -o-border-radius: 100px;
  border-radius: 100px;
  background-color: #494df4;
  color: #fff;
  font-size: 15px;
  font-family: "SourceSans-Semibold";
  line-height: 24px;
  padding: 2px 18px;
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .status-info {
    font-size: 12px;
    padding: 0px 18px;
    margin-bottom: 12px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .title-info {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .title-info {
    max-width: 270px;
    margin: 0 auto 23px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .title-info h1 {
  font-family: "SourceSans-Bold";
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 3px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .title-info h1 {
    font-size: 18px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .title-info p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 24px;
  color: #999999;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .title-info p {
    font-size: 13px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim {
  max-width: 420px;
  margin: 0 auto;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .inner {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  grid-row-gap: 14px;
  grid-column-gap: 14px;
  justify-content: space-between;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .box-item {
  display: flex;
  grid-column-gap: 10px;
  align-items: center;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .box-item .ico {
  flex: 0 0 auto;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .box-item .text {
  flex: 1 1 auto;
  text-align: left;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .box-item .text .label-text {
  font-size: 13px;
  line-height: normal;
  color: #999999;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .box-item .text .value-text {
  font-size: 18px;
  font-family: "SourceSans-Bold";
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .box-item .text .value-text .btn-copy {
  margin-left: 9px;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail {
  padding: 16px 0;
  max-width: 420px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail {
    padding: 16px 20px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail .box-detail {
  display: grid;
  grid-template-columns: repeat(2, 160px);
  grid-row-gap: 14px;
  grid-column-gap: 14px;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail .box-detail {
    grid-template-columns: repeat(2, 150px);
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail .box-detail .box-item .label {
  border: 0;
  text-transform: none;
  font-weight: normal;
  padding: 0;
  margin: 0;
  font-size: 13px;
  line-height: 24px;
  color: #999;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail .box-detail .box-item .value {
  font-size: 16px;
  font-family: "SourceSans-Bold";
  line-height: 24px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-content .box-content-detail .box-detail .box-item .value {
    font-size: 15px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-info-email {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  -ms-border-radius: 10px;
  -o-border-radius: 10px;
  border-radius: 10px;
  border: 1px solid #fd384f;
  background: #fff;
  padding: 16px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-info-email {
    margin: 0 16px;
  }
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-info-email .inner {
  display: flex;
  grid-column-gap: 15px;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-info-email .inner .ico-email {
  flex: 0 0 auto;
}
.CX-pengajuan-sukses .box-pengajuan-sukses .box-info-email .inner .text {
  flex: 1 1 auto;
  font-size: 16px;
  font-family: "SourceSans-Semibold";
  line-height: 22px;
}
@media (max-width: 767px) {
  .CX-pengajuan-sukses .box-pengajuan-sukses .box-info-email .inner .text {
    font-size: 13px;
    line-height: 18px;
  }
}

.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading {
  height: 204px;
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading {
    height: 155px;
  }
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner {
  height: 100%;
  align-items: center;
  margin-top: 0px;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text {
  max-width: 280px;
  position: relative;
  top: 30px;
  z-index: 2;
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text {
    top: 10px;
  }
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .text p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .img {
  position: absolute;
  bottom: 0px;
  right: 20px;
}
@media (max-width: 768px) {
  .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal .box-pop-heading .box-pop-heading-inner .img {
    right: -10px;
  }
}

.new-box-item.style-default.new-dropdown-search.has-value .new-box-item-inner .ico-box-search svg ellipse,
.new-box-item.style-default.new-dropdown-search.has-value .new-box-item-inner .ico-box-search svg path {
  stroke: #494df4;
}

.new-box-item.style-default.new-dropdown-search.has-value .new-box-item-inner .ico-box-search svg ellipse,
.new-box-item.style-default.new-dropdown-search.has-value .new-box-item-inner .ico-box-search svg path {
  stroke: #494df4;
}
.new-box-item.style-default.new-dropdown-search.has-value .new-box-item-inner .ico-flexible {
  right: 8px;
}
.new-box-item.style-default.with-char-limit .new-box-item-inner .input {
  position: relative;
}
.new-box-item.style-default.with-char-limit .new-box-item-inner .input .box-char-limit {
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  top: 50%;
  margin-top: 14px !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.with-char-limit.no-label .new-box-item-inner .input .box-char-limit {
  top: 50%;
  margin-top: 0px !important;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.new-box-item.style-default.with-char-limit.has-value .new-box-item-inner .input .box-char-limit {
  right: 40px;
}

@media (max-width: 767px) {
  body.hide-banner-death-claim-mobile .CX-landing-emma-marked.small .box-header {
    height: initial !important;
  }
  body.hide-banner-death-claim-mobile .CX-landing-emma-marked.small .box-header .inner .box-emma {
    display: none;
  }
  body.hide-banner-death-claim-mobile .CX-landing-emma-marked.small .box-header .inner .CX-title-back-simple {
    position: relative;
  }
}

.box-status-lacak {
  color: #494df4;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  font-family: "SourceSans-Semibold";
  -webkit-border-radius: 90px;
  -moz-border-radius: 90px;
  -ms-border-radius: 90px;
  -o-border-radius: 90px;
  border-radius: 90px;
  background: rgba(73, 77, 244, 0.14);
  padding: 3px 12px;
  display: flex;
  align-items: center;
  grid-column-gap: 4px;
}
.box-status-lacak:before {
  content: "";
  width: 6px;
  height: 6px;
  display: inline-block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border-radius: 50%;
  background-color: #494df4;
}
.box-status-lacak.success {
  color: #1cc542;
  background: rgba(28, 197, 66, 0.14);
}
.box-status-lacak.success:before {
  background-color: #1cc542;
}
.box-status-lacak.reject {
  color: #c91432;
  background: rgba(201, 20, 50, 0.14);
}
.box-status-lacak.reject:before {
  background-color: #c91432;
}
.box-status-lacak.pending {
  color: #da7301;
  background: rgba(218, 115, 1, 0.14);
}
.box-status-lacak.pending:before {
  background-color: #da7301;
}

@media (max-width: 767px) {
  section.CX-pengajuan-sukses.lacak-klaim {
    padding: 16px 0 100px;
  }
}
section.CX-pengajuan-sukses.lacak-klaim:before {
  display: none;
}
section.CX-pengajuan-sukses.lacak-klaim .box-act-mobile.hide {
  z-index: 2;
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses {
  padding-top: 0;
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content {
  -webkit-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -moz-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -ms-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -o-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  margin-bottom: 16px;
}
@media (max-width: 767px) {
  section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content {
    margin: 0 16px 16px;
  }
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content:last-child {
  margin-bottom: 0;
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-top {
  padding: 20px 32px;
}
@media (max-width: 767px) {
  section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-top {
    padding: 20px 16px;
  }
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim {
  max-width: initial;
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-top .box-polis-and-klaim .inner {
  display: flex;
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-detail {
  max-width: initial;
  padding: 20px 32px;
}
@media (max-width: 767px) {
  section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-detail {
    padding: 12px 16px;
  }
}
section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-detail .box-detail {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 767px) {
  section.CX-pengajuan-sukses.lacak-klaim .box-pengajuan-sukses .box-content .box-content-detail .box-detail {
    grid-column-gap: 0px;
    justify-content: center;
  }
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top .label {
  font-size: 15px;
  font-style: normal;
  font-family: "SourceSans-Semibold";
  line-height: 24px;
  text-transform: none;
  color: #5f5f5f;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-top .value {
  color: #494df4;
  font-size: 15px;
  font-family: "SourceSans-Semibold";
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .ico .ico-circle {
  width: 24px !important;
  height: 24px !important;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-text {
  color: #999;
  font-family: "SourceSans-Semibold";
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-date {
  color: #999;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .status-date:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%23999999'/%3E%3Cpath d='M6 4V6L7.25 7.25' stroke='%23999999' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .ico .ico-circle {
  background-size: cover;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico {
  left: -2px;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='56' viewBox='0 0 2 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1' y2='56' stroke='%23CCCCCC' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.default .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15Z' fill='%23999999'/%3E%3Cpath d='M8.33464 15.0007C8.33464 18.6825 11.3194 21.6673 15.0013 21.6673C18.6832 21.6673 21.668 18.6825 21.668 15.0007C21.668 11.3188 18.6832 8.33398 15.0013 8.33398' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M15.0039 13V15.6667H17.6706' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15.0026' cy='15.0007' r='6.66667' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='62' viewBox='0 0 2 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999997' y2='62' stroke='%23C91432' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%23C91432'/%3E%3Cpath d='M20.2031 9.80078L9.80314 20.2006' stroke='white' stroke-width='2' stroke-linecap='round'/%3E%3Ccircle cx='15' cy='15' r='8' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='188' viewBox='0 0 2 188' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999992' y2='188' stroke='%23DA7301' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='62' viewBox='0 0 2 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999997' y2='62' stroke='%231CC542' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%231CC542'/%3E%3Ccircle cx='15' cy='15' r='8' stroke='white' stroke-width='2'/%3E%3Cpath d='M12.2031 15.4L13.8031 17L17.8031 13' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='62' viewBox='0 0 2 62' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='4.37114e-08' x2='0.999997' y2='62' stroke='%231CC542' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='15' cy='15' r='15' fill='%231CC542'/%3E%3Cpath d='M9.16797 15.4167L13.2513 20L20.8346 10.8333' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.current .box-details-item-inner .ico:before {
  background-image: url("data:image/svg+xml,%3Csvg width='2' height='56' viewBox='0 0 2 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline x1='1' y1='-4.37114e-08' x2='1' y2='56' stroke='%23494DF4' stroke-width='2' stroke-dasharray='5 5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.current .box-details-item-inner .ico .ico-circle {
  background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 15C30 23.2843 23.2843 30 15 30C6.71573 30 0 23.2843 0 15C0 6.71573 6.71573 0 15 0C23.2843 0 30 6.71573 30 15Z' fill='%23494DF4'/%3E%3Cpath d='M8.33464 15.0007C8.33464 18.6825 11.3194 21.6673 15.0013 21.6673C18.6832 21.6673 21.668 18.6825 21.668 15.0007C21.668 11.3188 18.6832 8.33398 15.0013 8.33398' stroke='white' stroke-width='2.4' stroke-linecap='round'/%3E%3Cpath d='M15.0039 13V15.6667H17.6706' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'/%3E%3Ccircle cx='15.0026' cy='15.0007' r='6.66667' stroke='white' stroke-width='2.4' stroke-linecap='round' stroke-dasharray='0.5 3.5'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.current .box-details-item-inner .ico .ico-circle:before {
  display: none;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .ico .ico-circle, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .ico .ico-circle, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .ico .ico-circle, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .ico .ico-circle {
  width: 30px !important;
  height: 30px !important;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .box-text .status-text, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .box-text .status-text, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .box-text .status-text, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .box-text .status-text {
  color: #333333;
  font-family: "SourceSans-Bold";
  line-height: 24px;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .box-text .status-date, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .box-text .status-date, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .box-text .status-date, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .box-text .status-date {
  color: #5f5f5f;
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.reject .box-details-item-inner .box-text .status-date:before, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.pending .box-details-item-inner .box-text .status-date:before, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.approve .box-details-item-inner .box-text .status-date:before, section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item.submit .box-details-item-inner .box-text .status-date:before {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6' r='5' stroke='%235F5F5F'/%3E%3Cpath d='M6 4V6L7.25 7.25' stroke='%235F5F5F' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}
section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .box-desc.light-blue {
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
  padding: 16px;
}

body.public-page .CX-upload-dokumen-pending {
  max-width: 583px;
  padding: 20px 0 0;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  background: #fff;
  -webkit-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -moz-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -ms-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  -o-box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  box-shadow: 0px 14px 16px -2px rgba(229, 229, 255, 0.79);
  margin: 20px auto;
}
body.public-page .CX-upload-dokumen-pending > .inner .upload-dokumen-pending .upload-dokumen-pending-inner {
  max-width: 100%;
}
body.public-page .CX-upload-dokumen-pending > .box-action {
  -webkit-border-radius: 0px 0px 6px 6px;
  -moz-border-radius: 0px 0px 6px 6px;
  -ms-border-radius: 0px 0px 6px 6px;
  -o-border-radius: 0px 0px 6px 6px;
  border-radius: 0px 0px 6px 6px;
  background: #fff;
  -webkit-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -moz-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -ms-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  -o-box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  box-shadow: 0px -5px 10px 0px rgba(187, 201, 241, 0.36);
  padding: 10px;
  text-align: center;
}
@media (max-width: 767px) {
  body.public-page .CX-upload-dokumen-pending > .box-action {
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    z-index: 4;
  }
}
body.public-page .CX-upload-dokumen-pending > .box-action .new-btn-blue {
  width: 361px;
  margin: 0 auto;
}

section.CX-pengajuan-sukses.lacak-klaim .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .box-desc.light-blue ul {
  margin-left: 0px;
  padding-left: 25px;
  margin-top: 5px;
}

.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item {
  background-color: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  border: 0px;
  padding-bottom: 0px;
}
.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner {
  grid-template-columns: 1fr;
}
.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress {
  border: 0px;
}
.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner {
  grid-column-gap: 6px;
}
.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status {
  width: 16px;
  left: initial;
}
.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .file_name {
  color: #333333;
  font-size: 11px;
  font-family: "SourceSans-Semibold";
  margin-bottom: 0px;
  line-height: normal;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 95%;
}
.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-text .file_size {
  font-size: 9px;
  color: #999;
  line-height: normal;
}

.CX-pop-up-modal .box-lacak-status-klaim .box-lacak-status-klaim-inner .box-details .box-details-inner .box-details-item .box-details-item-inner .box-text .box-desc.light-blue {
  padding: 16px;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  -o-border-radius: 12px;
  border-radius: 12px;
}
.CX-pop-up-modal .box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item {
  max-width: 274px;
}

.box-file-upload-results.preview .box-file-upload-results-inner .box-file-upload-item .box-file-upload-item-inner .box-file-progress .box-file-progress-inner .box-ico-status .box-ico {
  padding: 0;
}

.is-death-claim .CX-simple-form .box-simple-form .new-box-form .new-box-item:not(.dynamic-label).has-success .new-box-item-inner .input:after {
  display: none;
}

.is-death-claim .CX-simple-form .box-simple-form .new-box-form .new-box-item.style-default.new-dropdown-search:not(.dynamic-label) .new-box-item-inner .input .form-group.has-error .form-feedback-item.form-validator-stack.help-block {
  position: absolute;
}

@media (min-width: 1280px) and (max-height: 600px) {
  #modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner .box-list-polis-row.new.with-info-add-polis .box-list-polis-row-inner {
    max-height: calc(100% - 270px);
  }
}

@media (max-width: 1023px) {
  .CX-pop-up-modal.modal-default.simple-down-to-top.show-from-right-dekstop.open .box-pop-up-modal {
    -webkit-transform: translate(-50%, 0px) !important;
    -moz-transform: translate(-50%, 0px) !important;
    -ms-transform: translate(-50%, 0px) !important;
    -o-transform: translate(-50%, 0px) !important;
    transform: translate(-50%, 0px) !important;
  }
}

@media (max-width: 768px) {
  #modal-choose-polis.CX-pop-up-modal.modal-default.show-from-right-dekstop .box-pop-up-modal .box-pop-up-modal-inner {
    margin-bottom: 0px;
  }
}

.CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default.new-dropdown-search.no-label .new-box-item-inner .ico-box-search {
  margin-top: 0px !important;
}
@media (max-width: 768px) {
  .CX-simple-form .box-simple-form .new-box-form .new-box-form-inner .new-box-item.style-default .new-box-item-inner .input .form-group .form-control {
    pointer-events: all !important;
  }
}

@media (max-width: 768px) {
  body.public-page.ringkasan-pengajuan-klaim.scrolled .CX-form-death-claim .container-death-claim .CX-perubahan-metode-bayar .box-perubahan-metode-bayar .inner section.CX-new-tab-slider {
    top: 0px;
  }
}

@media (max-width: 1024px) {
  #modal-choose-polis .box-pop-up-modal .box-pop-up-modal-inner {
    max-height: calc(100vh - 200px) !important;
    padding-bottom: 100px !important;
  }
}
@media (max-width: 768px) {
  .CX-informasi-pajak .box-informasi-pajak .box-action {
    position: fixed;
    left: 0px;
    bottom: 0px;
    background-color: #fff;
    z-index: 2;
    width: 100%;
    padding: 16px 25px;
    -webkit-box-shadow: 0px -5px 10px 0px #e5ebfa;
    -moz-box-shadow: 0px -5px 10px 0px #e5ebfa;
    -ms-box-shadow: 0px -5px 10px 0px #e5ebfa;
    -o-box-shadow: 0px -5px 10px 0px #e5ebfa;
    box-shadow: 0px -5px 10px 0px #e5ebfa;
  }
  .CX-informasi-pajak .box-informasi-pajak .box-action .new-btn-blue {
    display: block;
    width: 100%;
  }
}

@media (max-width: 768px) {
  body.has-informasi-pajak .CX-footer {
    display: none !important;
  }
  body.has-informasi-pajak .CX-informasi-pajak {
    padding-bottom: 100px;
  }
}

body.v2 .mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label-text {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
}
body.v2 .mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-label:before {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  background-color: rgba(31, 71, 128, 0.2);
  border: 0;
}
body.v2 .mdl-custom-emma .mdl-body .box-content .box-form .box-checkbox-mdl .custom-control-input:checked ~ .custom-control-label:after {
  top: -1px;
  font-size: 10px;
  left: 3px;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .title-form {
  font-family: "SourceSans-Bold";
  font-size: 22px;
  line-height: 28px;
  letter-spacing: 0;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl {
  margin-bottom: 30px;
  position: relative;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .box-forgot {
  position: absolute;
  bottom: -20px;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .box-forgot a {
  font-family: "SourceSans-Semibold";
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: right;
  text-decoration: none;
  position: relative;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .box-forgot a:after {
  content: "";
  border-bottom: 1px solid rgba(73, 78, 244, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl.input-name .form-group:before {
  content: "";
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl.input-name .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C6.93913 0 5.92172 0.421427 5.17157 1.17157C4.42143 1.92172 4 2.93913 4 4C4 5.06087 4.42143 6.07828 5.17157 6.82843C5.92172 7.57857 6.93913 8 8 8C9.06087 8 10.0783 7.57857 10.8284 6.82843C11.5786 6.07828 12 5.06087 12 4C12 2.93913 11.5786 1.92172 10.8284 1.17157C10.0783 0.421427 9.06087 0 8 0ZM8 10C3.58 10 0 11.79 0 14V16H16V14C16 11.79 12.42 10 8 10Z' fill='%231E4780'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 15px center;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .form-group:before {
  content: "";
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.04944 0.057478C4.26164 0.213263 3.60514 0.566628 3.01242 1.14797C2.49472 1.65332 2.14584 2.24986 1.92451 2.97939C1.82322 3.32135 1.82322 3.32895 1.80821 4.69682L1.79321 6.07608H1.6319C1.12545 6.07608 0.510222 6.47124 0.217611 6.98799C-0.00747353 7.37555 2.93079e-05 7.27676 2.93079e-05 10.8028C2.93079e-05 13.8995 0.00378072 14.0515 0.0750576 14.3517C0.367668 15.5903 1.28301 16.5554 2.49472 16.9126L2.79483 17H6.0023H9.20976L9.50987 16.9126C10.6503 16.5782 11.5431 15.6777 11.8995 14.5112L11.9858 14.2263L11.9971 10.9054C12.0046 7.9455 12.0008 7.56174 11.9483 7.37175C11.787 6.80561 11.3181 6.32306 10.7628 6.14828C10.5453 6.07988 10.3614 6.07608 6.76759 6.07608H3.00116V5.13378C3.00491 4.01289 3.04243 3.56833 3.16623 3.19217C3.32378 2.72861 3.5076 2.43984 3.87899 2.06748C4.16785 1.77491 4.27664 1.69512 4.57676 1.54693C5.09445 1.29236 5.3458 1.23916 6.02105 1.23916C6.51999 1.24296 6.62128 1.25436 6.92139 1.34555C7.44284 1.50134 7.7317 1.67612 8.1256 2.06748C8.6508 2.59563 8.89089 3.10478 8.96967 3.8799C9.01468 4.33965 9.03719 4.39665 9.20601 4.54863C9.4536 4.76901 9.77622 4.75761 10.0313 4.51824L10.1851 4.37005L10.2001 4.03948C10.2414 3.01359 9.79123 1.93069 8.99218 1.14797C8.39195 0.559029 7.73545 0.209463 6.9289 0.0536785C6.55 -0.0185146 5.41708 -0.0185146 5.04944 0.057478ZM10.2939 7.32996C10.4777 7.37175 10.6128 7.47054 10.7103 7.63773C10.7854 7.76311 10.7854 7.83531 10.7854 10.8066C10.7854 13.6411 10.7816 13.8615 10.7178 14.0933C10.4927 14.8912 9.90377 15.4877 9.11597 15.7157C8.89089 15.7803 8.67331 15.7841 6.0023 15.7841C3.33129 15.7841 3.11371 15.7803 2.88862 15.7157C2.10082 15.4877 1.51185 14.8912 1.28677 14.0933C1.22299 13.8615 1.21924 13.6411 1.21924 10.8066C1.21924 7.83531 1.21924 7.76311 1.29427 7.63773C1.38805 7.47814 1.52686 7.36795 1.69192 7.32996C1.87199 7.28816 10.1138 7.28436 10.2939 7.32996Z' fill='%231E4780'/%3E%3Cpath d='M5.69944 9.12713C5.15173 9.28291 4.84037 9.67048 4.81036 10.2404C4.78785 10.6888 4.86287 10.8902 5.16674 11.1979L5.40308 11.4411V12.5088C5.40308 13.5119 5.40683 13.5879 5.47811 13.7057C5.59065 13.8881 5.75946 13.9792 6.00331 13.9792C6.24715 13.9792 6.41596 13.8881 6.5285 13.7057C6.59978 13.5879 6.60353 13.5119 6.60353 12.5088V11.4411L6.83987 11.1979C7.14374 10.8902 7.21877 10.6888 7.19626 10.2404C7.17 9.74647 6.94866 9.4083 6.50975 9.20692C6.26966 9.09293 5.92828 9.06254 5.69944 9.12713Z' fill='%231E4780'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px 17px;
  background-position: left 15px center;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl.input-password .box-show-pass {
  top: 16px;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control {
  color: #1f4984;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #1f4984;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control::-moz-placeholder {
  color: #1f4984;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control:-moz-placeholder {
  color: #1f4984;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-control:-ms-input-placeholder {
  color: #1f4984;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group.has-error .form-validator-stack.help-block {
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  position: absolute;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(32, 73, 132, 0.6);
  margin-bottom: 8px;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-input-mdl .form-group .form-control {
  background-color: #eceff8;
  border: 1px solid #d2d9ef;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #1f4984;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .btn-holder {
  border-bottom: 0;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .box-small-info {
  position: relative;
  top: initial;
  left: initial;
  transform: none;
  margin-top: 0;
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .box-small-info:before {
  content: "";
  border-top: 1px solid #999999;
  width: 92%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.v2 .mdl-custom-emma.meet-emma .mdl-body .box-content .box-form .box-action-bottom .box-small-info span {
  position: relative;
  background-color: #fff;
  padding: 0 0.5rem;
  font-size: 15px;
}

html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box {
  margin-top: 20px;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body {
  padding: 0;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.form-inline.input-checkbox-wrapper label {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #5f5f5f;
  padding-left: 0px;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.form-inline.input-checkbox-wrapper label .field {
  top: 0px;
  left: 0px;
  margin-right: 5px;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .check-content label .text {
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0em;
  text-align: left;
  color: #5f5f5f;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .check-content label .text a {
  text-decoration: underline;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.has-error .form-control {
  color: #1f4984;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.has-error .form-control::-webkit-input-placeholder {
  color: #1f4984;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.has-error .form-control::-moz-placeholder {
  color: #1f4984;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.has-error .form-control:-moz-placeholder {
  color: #1f4984;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.has-error .form-control:-ms-input-placeholder {
  color: #1f4984;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.has-error .form-validator-stack.help-block {
  font-weight: normal;
  font-family: "SourceSans-Semibold";
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  position: absolute;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group .control-label {
  font-family: "SourceSans-Semibold";
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0;
  text-align: left;
  color: rgba(32, 73, 132, 0.6);
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group .form-control {
  background-color: transparent;
  border: 1px solid #d2d9ef;
  font-family: "SourceSans-Semibold";
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0;
  text-align: left;
  color: #1f4984;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group:before {
  content: "";
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0C6.93913 0 5.92172 0.421427 5.17157 1.17157C4.42143 1.92172 4 2.93913 4 4C4 5.06087 4.42143 6.07828 5.17157 6.82843C5.92172 7.57857 6.93913 8 8 8C9.06087 8 10.0783 7.57857 10.8284 6.82843C11.5786 6.07828 12 5.06087 12 4C12 2.93913 11.5786 1.92172 10.8284 1.17157C10.0783 0.421427 9.06087 0 8 0ZM8 10C3.58 10 0 11.79 0 14V16H16V14C16 11.79 12.42 10 8 10Z' fill='%231E4780'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: left 15px center;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group:before {
  content: "";
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group .form-control {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.04944 0.057478C4.26164 0.213263 3.60514 0.566628 3.01242 1.14797C2.49472 1.65332 2.14584 2.24986 1.92451 2.97939C1.82322 3.32135 1.82322 3.32895 1.80821 4.69682L1.79321 6.07608H1.6319C1.12545 6.07608 0.510222 6.47124 0.217611 6.98799C-0.00747353 7.37555 2.93079e-05 7.27676 2.93079e-05 10.8028C2.93079e-05 13.8995 0.00378072 14.0515 0.0750576 14.3517C0.367668 15.5903 1.28301 16.5554 2.49472 16.9126L2.79483 17H6.0023H9.20976L9.50987 16.9126C10.6503 16.5782 11.5431 15.6777 11.8995 14.5112L11.9858 14.2263L11.9971 10.9054C12.0046 7.9455 12.0008 7.56174 11.9483 7.37175C11.787 6.80561 11.3181 6.32306 10.7628 6.14828C10.5453 6.07988 10.3614 6.07608 6.76759 6.07608H3.00116V5.13378C3.00491 4.01289 3.04243 3.56833 3.16623 3.19217C3.32378 2.72861 3.5076 2.43984 3.87899 2.06748C4.16785 1.77491 4.27664 1.69512 4.57676 1.54693C5.09445 1.29236 5.3458 1.23916 6.02105 1.23916C6.51999 1.24296 6.62128 1.25436 6.92139 1.34555C7.44284 1.50134 7.7317 1.67612 8.1256 2.06748C8.6508 2.59563 8.89089 3.10478 8.96967 3.8799C9.01468 4.33965 9.03719 4.39665 9.20601 4.54863C9.4536 4.76901 9.77622 4.75761 10.0313 4.51824L10.1851 4.37005L10.2001 4.03948C10.2414 3.01359 9.79123 1.93069 8.99218 1.14797C8.39195 0.559029 7.73545 0.209463 6.9289 0.0536785C6.55 -0.0185146 5.41708 -0.0185146 5.04944 0.057478ZM10.2939 7.32996C10.4777 7.37175 10.6128 7.47054 10.7103 7.63773C10.7854 7.76311 10.7854 7.83531 10.7854 10.8066C10.7854 13.6411 10.7816 13.8615 10.7178 14.0933C10.4927 14.8912 9.90377 15.4877 9.11597 15.7157C8.89089 15.7803 8.67331 15.7841 6.0023 15.7841C3.33129 15.7841 3.11371 15.7803 2.88862 15.7157C2.10082 15.4877 1.51185 14.8912 1.28677 14.0933C1.22299 13.8615 1.21924 13.6411 1.21924 10.8066C1.21924 7.83531 1.21924 7.76311 1.29427 7.63773C1.38805 7.47814 1.52686 7.36795 1.69192 7.32996C1.87199 7.28816 10.1138 7.28436 10.2939 7.32996Z' fill='%231E4780'/%3E%3Cpath d='M5.69944 9.12713C5.15173 9.28291 4.84037 9.67048 4.81036 10.2404C4.78785 10.6888 4.86287 10.8902 5.16674 11.1979L5.40308 11.4411V12.5088C5.40308 13.5119 5.40683 13.5879 5.47811 13.7057C5.59065 13.8881 5.75946 13.9792 6.00331 13.9792C6.24715 13.9792 6.41596 13.8881 6.5285 13.7057C6.59978 13.5879 6.60353 13.5119 6.60353 12.5088V11.4411L6.83987 11.1979C7.14374 10.8902 7.21877 10.6888 7.19626 10.2404C7.17 9.74647 6.94866 9.4083 6.50975 9.20692C6.26966 9.09293 5.92828 9.06254 5.69944 9.12713Z' fill='%231E4780'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: 12px 17px;
  background-position: left 15px center;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-forgot-password,
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-forgot-id {
  text-decoration: none !important;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-forgot-password a,
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-forgot-id a {
  font-family: "SourceSans-Semibold";
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 0;
  text-align: right;
  text-decoration: none !important;
  position: relative;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-forgot-password a:after,
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-forgot-id a:after {
  content: "";
  border-bottom: 1px solid rgba(73, 78, 244, 0.4);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
@media (max-width: 767px) {
  .section-fit-challange-activity,
  .section-article,
  .landing-product-emma,
  .section-feature-emma {
    padding: 3rem 0;
  }
  .section-fit-challange-activity.fit-challange .box-feature-wrapper,
  .section-article.fit-challange .box-feature-wrapper,
  .landing-product-emma.fit-challange .box-feature-wrapper,
  .section-feature-emma.fit-challange .box-feature-wrapper {
    margin-top: 0;
  }
}

@media (max-width: 767px) {
  body.v2 .CX-login .box-inner-login .box-graphic.img .welcome-text {
    margin-top: 2rem;
    font-size: 22px !important;
  }
  body.v2 .CX-login .box-inner-login .box-graphic.img .welcome-text span {
    display: inline-block;
  }
}
body.v2 .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider.emma-vector .img-slider img {
  width: 250px;
  height: 250px !important;
}
@media (max-width: 767px) {
  body.v2 .CX-login .box-inner-login .box-graphic.img .emma-slider .item-slider.emma-vector .img-slider img {
    width: 162px;
    height: 162px !important;
  }
}

@media (max-width: 767px) {
  html.login-page body.v2 .CX-utama .box-utama .box-content-utama .CX-login .box-inner-login .box-login .box-caption h1 {
    text-align: left;
  }
}

html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .form-group.form-inline.input-checkbox-wrapper label .field {
  top: 3px;
}

@media (max-width: 767px) {
  .section-article .box-outer-carousel-article .box-head .title,
  .landing-product-emma .box-product-slider .box-header .title,
  .section-feature-emma .box-head .head-title,
  .section-fit-challange-activity .box-head .head-title,
  .section-feature-emma.fit-challange .box-head .head-title {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .landing-product-emma .box-product-slider .box-header .subtitle,
  .section-article .box-outer-carousel-article .box-head .subtitle,
  .section-feature-emma .box-head .sub-head-title {
    font-size: 16px;
  }
}

.landing-product-emma .box-product-slider .box-product-slider-inner .box-item .box-item-inner .box-item-content .item-list .box-item-list .box-item-list-inner .ico {
  position: relative;
  top: -3px;
}

html.login-page body .CX-utama,
body.signed-in .CX-utama {
  margin-top: 55px;
}

body:not(.is-admin) .portlet .autofit-float.autofit-row.portlet-header {
  display: none !important;
}

.box-agree .toggle-switch-check:checked ~ .toggle-switch-bar:before,
.box-agree label:not(.toggle-switch) .toggle-switch:checked ~ .toggle-switch-bar:before {
  background-color: #494df4;
}
.box-agree .toggle-switch-check ~ .toggle-switch-bar::after {
  display: none !important;
}

.CX-pop-up-modal.modal-default.down-center.simple-down-to-top.modal-alert .box-pop-up-modal .box-pop-up-modal-inner {
  padding: 0 0 20px;
}

button:disabled,
button[disabled],
button.disabled {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}

@media (max-width: 767px) {
  html body.v2.is-death-claim .CX-utama {
    margin-top: 0px !important;
  }
}

.CX-pop-up-modal.modal-default.modal-syarat-ketentuan .box-pop-up-modal .progress-wrap,
.CX-pop-up-modal.modal-default#modal-syarat-ketentuan .box-pop-up-modal .progress-wrap {
  margin-right: 30px;
}

h3 {
  font-family: "SourceSans-Bold";
}

.box-loader-form {
  display: none;
  position: fixed;
  z-index: 1046;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.box-loader-form .loader img {
  width: 231px;
  max-width: initial;
}

.box-loader-form .loader-text {
  position: relative;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0em;
  text-align: center;
  top: -40px;
}

body.has-loader:before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1046;
}
body.has-loader .box-loader-form {
  display: block;
}

.CX-testimony .box-testimony .box-content-testimony .box-testimony-slider .slick-dots li button:before {
  content: "";
}

@media (min-width: 768px) and (max-width: 1080px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login {
    max-width: 425px;
    margin: 0 auto;
    padding: 0 0;
  }
}
.CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn.btn-primary {
  padding: 8px 12px;
  font-size: 20px;
}
@media (max-width: 767px) {
  .CX-utama .portlet-login .CX-login .box-inner-login .box-login .login-box .button-holder .btn.btn-primary {
    font-size: 20px;
    padding: 8px 12px;
  }
}

@media (max-width: 767px) {
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .button-holder,
  html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-bottom-action {
    max-width: 310px;
  }
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .button-holder #btn-login[disabled], html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .button-holder #btn-login.disabled,
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-bottom-action #btn-login[disabled],
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .login-box .box-bottom-action #btn-login.disabled {
  color: #fff !important;
  background-color: #ccc !important;
  border-color: #ccc !important;
}

html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action {
  padding: 20px 0;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn {
  font-size: 16px;
  line-height: normal;
}
html.login-page body .CX-utama .CX-login .box-inner-login .box-login .box-bottom-action .btn span {
  position: relative;
  top: 0px;
}

html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group .control-label {
  font-size: 13px !important;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group .form-control {
  height: 48px !important;
  font-size: 14px !important;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group .form-control:not(:focus) {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M8 0C6.93913 0 5.92172 0.421427 5.17157 1.17157C4.42143 1.92172 4 2.93913 4 4C4 5.06087 4.42143 6.07828 5.17157 6.82843C5.92172 7.57857 6.93913 8 8 8C9.06087 8 10.0783 7.57857 10.8284 6.82843C11.5786 6.07828 12 5.06087 12 4C12 2.93913 11.5786 1.92172 10.8284 1.17157C10.0783 0.421427 9.06087 0 8 0M8 10C3.58 10 0 11.79 0 14V16H16V14C16 11.79 12.42 10 8 10Z' fill='%231E4780'/%3E%3C/g%3E%3C/svg%3E%0A");
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group .form-control:focus {
  border-color: #1e4780;
}
@media (max-width: 767px) {
  html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-email .form-group .form-control {
    background-color: #eceff8;
  }
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group .control-label {
  font-size: 13px !important;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group .form-control {
  height: 48px !important;
  font-size: 14px !important;
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group .form-control:not(:focus) {
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='17' viewBox='0 0 12 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.3'%3E%3Cpath d='M5.04944 0.0574785C4.26164 0.213263 3.60514 0.566628 3.01242 1.14797C2.49472 1.65332 2.14584 2.24986 1.92451 2.97939C1.82322 3.32136 1.82322 3.32895 1.80821 4.69682L1.79321 6.07608H1.6319C1.12545 6.07608 0.510222 6.47124 0.217611 6.98799C-0.00747353 7.37555 2.93079e-05 7.27676 2.93079e-05 10.8028C2.93079e-05 13.8995 0.00378072 14.0515 0.0750576 14.3517C0.367668 15.5903 1.28301 16.5554 2.49472 16.9126L2.79483 17H6.0023H9.20976L9.50987 16.9126C10.6503 16.5782 11.5431 15.6777 11.8995 14.5112L11.9858 14.2263L11.9971 10.9054C12.0046 7.9455 12.0008 7.56174 11.9483 7.37175C11.787 6.80561 11.3181 6.32306 10.7628 6.14828C10.5453 6.07988 10.3614 6.07608 6.76759 6.07608H3.00116V5.13378C3.00491 4.01289 3.04243 3.56833 3.16623 3.19217C3.32378 2.72861 3.5076 2.43984 3.87899 2.06748C4.16785 1.77491 4.27664 1.69512 4.57676 1.54693C5.09445 1.29236 5.3458 1.23916 6.02105 1.23916C6.51999 1.24296 6.62128 1.25436 6.92139 1.34555C7.44284 1.50134 7.7317 1.67612 8.1256 2.06748C8.6508 2.59563 8.89089 3.10478 8.96967 3.8799C9.01468 4.33965 9.03719 4.39665 9.20601 4.54863C9.4536 4.76901 9.77622 4.75761 10.0313 4.51824L10.1851 4.37005L10.2001 4.03948C10.2414 3.01359 9.79123 1.93069 8.99218 1.14797C8.39195 0.559029 7.73545 0.209463 6.9289 0.0536788C6.55 -0.018514 5.41708 -0.018514 5.04944 0.0574785ZM10.2939 7.32996C10.4777 7.37175 10.6128 7.47054 10.7103 7.63773C10.7854 7.76312 10.7854 7.83531 10.7854 10.8066C10.7854 13.6411 10.7816 13.8615 10.7178 14.0933C10.4927 14.8912 9.90377 15.4877 9.11597 15.7157C8.89089 15.7803 8.67331 15.7841 6.0023 15.7841C3.33129 15.7841 3.11371 15.7803 2.88862 15.7157C2.10082 15.4877 1.51185 14.8912 1.28677 14.0933C1.22299 13.8615 1.21924 13.6411 1.21924 10.8066C1.21924 7.83531 1.21924 7.76312 1.29427 7.63773C1.38805 7.47814 1.52686 7.36795 1.69192 7.32996C1.87199 7.28816 10.1138 7.28436 10.2939 7.32996Z' fill='%231E4780'/%3E%3Cpath d='M5.69944 9.12713C5.15173 9.28291 4.84037 9.67048 4.81036 10.2404C4.78785 10.6888 4.86287 10.8902 5.16674 11.1979L5.40308 11.4411V12.5088C5.40308 13.5119 5.40683 13.5879 5.47811 13.7057C5.59065 13.8881 5.75946 13.9792 6.00331 13.9792C6.24715 13.9792 6.41596 13.8881 6.5285 13.7057C6.59978 13.5879 6.60353 13.5119 6.60353 12.5088V11.4411L6.83987 11.1979C7.14374 10.8902 7.21877 10.6888 7.19626 10.2404C7.17 9.74647 6.94866 9.4083 6.50975 9.20692C6.26966 9.09293 5.92828 9.06254 5.69944 9.12713Z' fill='%231E4780'/%3E%3C/g%3E%3C/svg%3E%0A");
}
html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group .form-control:focus {
  border-color: #1e4780;
}
@media (max-width: 767px) {
  html.login-page body.v2 .CX-login .box-inner-login .box-login .login-box .input-container fieldset #Content .panel-body .box-password .form-group .form-control {
    background-color: #eceff8;
  }
}

.CX-leads-form .product-name {
  background-color: #494df4;
}
.CX-leads-form .product-name .sheet {
  display: flex;
  justify-content: space-between;
  color: #fff;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.CX-leads-form .product-name .sheet:after {
  display: none;
}
@media (max-width: 767px) {
  .CX-leads-form .product-name .sheet {
    display: block;
    grid-row-gap: 10px;
    padding-bottom: 16px;
    padding-top: 16px;
  }
}
.CX-leads-form .product-name .sheet h3 {
  font-size: 20px;
  font-family: "SourceSans-Bold";
  margin-bottom: 0;
  flex: 1 1 auto;
}
@media (max-width: 767px) {
  .CX-leads-form .product-name .sheet h3 {
    font-size: 17px;
    font-family: "SourceSans-Semibold";
  }
}
.CX-leads-form .product-name .sheet .price {
  display: inline-flex;
  grid-column-gap: 4px;
}
.CX-leads-form .product-name .sheet .price span:first-child {
  font-size: 16px;
  font-family: "SourceSans-Bold";
  position: relative;
  top: -10px;
}
.CX-leads-form .product-name .sheet .price span:nth-child(2) {
  font-size: 30px;
  font-family: "SourceSans-Black";
}
.CX-leads-form .product-name .sheet .price span:last-child {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.77);
  position: relative;
  top: 2px;
}
.CX-leads-form .sheet {
  background-color: transparent;
  border: 0;
}
.CX-leads-form .sheet .sheet-header .sheet-title {
  display: flex;
  align-items: center;
  grid-column-gap: 8px;
}
.CX-leads-form .sheet .sheet-section {
  margin-bottom: 40px;
}
.CX-leads-form .sheet + .sheet {
  margin-top: 0;
  padding-top: 0;
}
.CX-leads-form .sheet .sheet-header {
  margin-bottom: 24px;
}
.CX-leads-form .sheet .sheet-header .sheet-title {
  font-size: 18px;
  color: #1f1f1f;
  font-family: "SourceSans-Bold";
}
.CX-leads-form .sheet .control-label {
  font-size: 15px;
  color: #000;
}
.CX-leads-form .sheet .form-control {
  background-color: #fff;
  border: 1px solid #d9d9d9;
  height: 56px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
  font-size: 16px;
}
.CX-leads-form .sheet .form-control::-webkit-input-placeholder {
  color: rgb(217, 217, 217);
}
.CX-leads-form .sheet .form-control::-moz-placeholder {
  color: rgb(217, 217, 217);
}
.CX-leads-form .sheet .form-control:-moz-placeholder {
  color: rgb(217, 217, 217);
}
.CX-leads-form .sheet .form-control:-ms-input-placeholder {
  color: rgb(217, 217, 217);
}
.CX-leads-form .sheet .form-control.simpledate {
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.66602 9.99992C1.66602 6.85722 1.66602 5.28587 2.64233 4.30956C3.61864 3.33325 5.18999 3.33325 8.33268 3.33325H11.666C14.8087 3.33325 16.3801 3.33325 17.3564 4.30956C18.3327 5.28587 18.3327 6.85722 18.3327 9.99992V11.6666C18.3327 14.8093 18.3327 16.3806 17.3564 17.3569C16.3801 18.3333 14.8087 18.3333 11.666 18.3333H8.33268C5.18999 18.3333 3.61864 18.3333 2.64233 17.3569C1.66602 16.3806 1.66602 14.8093 1.66602 11.6666V9.99992Z' stroke='%23494DF4' stroke-width='2'/%3E%3Cpath d='M5.83398 3.33325V2.08325' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M14.166 3.33325V2.08325' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M2.08398 7.5H17.9173' stroke='%23494DF4' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M15.0007 14.1667C15.0007 14.6269 14.6276 15 14.1673 15C13.7071 15 13.334 14.6269 13.334 14.1667C13.334 13.7064 13.7071 13.3333 14.1673 13.3333C14.6276 13.3333 15.0007 13.7064 15.0007 14.1667Z' fill='%23494DF4'/%3E%3Cpath d='M15.0007 10.8333C15.0007 11.2936 14.6276 11.6667 14.1673 11.6667C13.7071 11.6667 13.334 11.2936 13.334 10.8333C13.334 10.3731 13.7071 10 14.1673 10C14.6276 10 15.0007 10.3731 15.0007 10.8333Z' fill='%23494DF4'/%3E%3Cpath d='M10.8327 14.1667C10.8327 14.6269 10.4596 15 9.99935 15C9.53911 15 9.16602 14.6269 9.16602 14.1667C9.16602 13.7064 9.53911 13.3333 9.99935 13.3333C10.4596 13.3333 10.8327 13.7064 10.8327 14.1667Z' fill='%23494DF4'/%3E%3Cpath d='M10.8327 10.8333C10.8327 11.2936 10.4596 11.6667 9.99935 11.6667C9.53911 11.6667 9.16602 11.2936 9.16602 10.8333C9.16602 10.3731 9.53911 10 9.99935 10C10.4596 10 10.8327 10.3731 10.8327 10.8333Z' fill='%23494DF4'/%3E%3Cpath d='M6.66667 14.1667C6.66667 14.6269 6.29357 15 5.83333 15C5.3731 15 5 14.6269 5 14.1667C5 13.7064 5.3731 13.3333 5.83333 13.3333C6.29357 13.3333 6.66667 13.7064 6.66667 14.1667Z' fill='%23494DF4'/%3E%3Cpath d='M6.66667 10.8333C6.66667 11.2936 6.29357 11.6667 5.83333 11.6667C5.3731 11.6667 5 11.2936 5 10.8333C5 10.3731 5.3731 10 5.83333 10C6.29357 10 6.66667 10.3731 6.66667 10.8333Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 20px 20px;
}
.CX-leads-form .sheet .form-check {
  position: relative;
  border-radius: 6px;
  border: 1px solid #d9d9d9;
}
.CX-leads-form .sheet .form-check-label {
  flex: 1 1 auto;
  position: relative;
  top: 0;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.125rem;
  display: inline-flex;
  grid-column-gap: 0.563rem;
  cursor: default;
  align-items: center;
  padding: 12px;
}
.CX-leads-form .sheet .form-check-label span {
  position: relative;
  top: 2px;
}
@media (max-width: 400px) {
  .CX-leads-form .sheet .form-check-label {
    font-size: 14px;
  }
}
.CX-leads-form .sheet .form-check-label:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.2'%3E%3Cpath opacity='0.5' d='M12 22C7.28595 22 4.92893 22 3.46447 20.5355C2 19.0711 2 16.714 2 12C2 7.28595 2 4.92893 3.46447 3.46447C4.92893 2 7.28595 2 12 2C16.714 2 19.0711 2 20.5355 3.46447C22 4.92893 22 7.28595 22 12C22 16.714 22 19.0711 20.5355 20.5355C19.0711 22 16.714 22 12 22Z' fill='black'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 24px;
  height: 24px;
  display: inline-block;
  flex: 0 0 auto;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 3px;
}
.CX-leads-form .sheet .form-check-label a {
  color: #000;
  text-decoration: underline;
}
.CX-leads-form .sheet .form-check-input {
  position: absolute;
  opacity: 0;
}
.CX-leads-form .sheet .form-check-input:checked ~ .form-check-label:before {
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 23C6.81455 23 4.22183 23 2.61091 21.3891C1 19.7782 1 17.1854 1 12C1 6.81455 1 4.22183 2.61091 2.61091C4.22183 1 6.81455 1 12 1C17.1854 1 19.7782 1 21.3891 2.61091C23 4.22183 23 6.81455 23 12C23 17.1854 23 19.7782 21.3891 21.3891C19.7782 23 17.1854 23 12 23ZM16.4334 8.66664C16.7555 8.98882 16.7555 9.51118 16.4334 9.83336L10.9334 15.3334C10.6112 15.6555 10.0888 15.6555 9.76664 15.3334L7.56664 13.1334C7.24445 12.8112 7.24445 12.2888 7.56664 11.9666C7.88882 11.6445 8.41118 11.6445 8.73336 11.9666L10.35 13.5833L15.2666 8.66664C15.5888 8.34445 16.1112 8.34445 16.4334 8.66664Z' fill='%23494DF4'/%3E%3C/svg%3E%0A");
}

.CX-footer.fixed-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0px;
}

.CX-notif-password {
  padding: 6rem 0;
}

.portlet-decorate .portlet-content {
  border-color: transparent;
}

@media (min-width: 1025px) {
  body .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
  body .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    min-height: 0;
  }
  body .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-heading {
    flex: 0 0 auto;
  }
  body .CX-pop-up-modal.modal-default.show-from-right-dekstop.death-claim .box-pop-up-modal-inner {
    flex: 1 1 auto;
    min-height: 0;
    overflow: auto;
    padding-bottom: 50px !important;
    box-sizing: border-box;
  }
}
.box-captcha .label-captcha,
.box-captcha .control-label {
  text-align: left;
  font-size: 16px !important;
  color: #333 !important;
  font-family: "SourceSans-Semibold" !important;
  margin-bottom: 0.25rem;
  display: block;
}
.box-captcha .label-captcha span,
.box-captcha .control-label span {
  margin-left: 3px;
}
.box-captcha .taglib-captcha {
  display: flex;
  align-items: center;
  column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  padding-top: 0px;
  margin-top: 0px;
  width: 100%;
}
.box-captcha .taglib-captcha > img {
  margin-bottom: 0 !important;
}
.box-captcha .taglib-captcha > span.refresh a {
  display: block;
  height: 52px;
  width: 52px;
  background-color: #494df4;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  text-align: center;
  line-height: 52px;
}
.box-captcha .taglib-captcha > span.refresh a svg {
  color: #fff;
  font-size: 18px;
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper {
  margin-bottom: 0;
  flex: 1 1 auto;
  width: 100%;
  max-width: 100%;
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper .control-label {
  display: none;
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper .form-control {
  background-color: #f8f9fc;
  border: 1px solid #d2d9ef;
  color: #333333;
  height: 52px;
  line-height: 52px;
  font-family: "SourceSans-Semibold";
  font-size: 17px;
  line-height: 21px;
  letter-spacing: 0;
  text-align: left;
  padding: 11px 16px !important;
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper .form-control::-webkit-input-placeholder {
  color: #b7c3d7;
  font-family: "SourceSans";
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper .form-control::-moz-placeholder {
  color: #b7c3d7;
  font-family: "SourceSans";
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper .form-control:-moz-placeholder {
  color: #b7c3d7;
  font-family: "SourceSans";
}
.box-captcha .taglib-captcha > .form-group.input-text-wrapper .form-control:-ms-input-placeholder {
  color: #b7c3d7;
  font-family: "SourceSans";
}

.blur-up {
  filter: blur(10px);
  transition: filter 0.5s;
}

.blur-up.lazyloaded {
  filter: blur(0);
}

.skeleton-bg {
  background-color: #e0e0e0; /* warna placeholder */
}

/*# sourceMappingURL=main.css.map */
/*# sourceMappingURL=main.css.map */