   
         .swal2-popup.swal2-toast {
         box-sizing: border-box;
         grid-column: 1/4 !important;
         grid-row: 1/4 !important;
         grid-template-columns: min-content auto min-content;
         padding: 1em;
         overflow-y: hidden;
         background: #fff;
         box-shadow: 0 0 1px rgba(0, 0, 0, .075), 0 1px 2px rgba(0, 0, 0, .075), 1px 2px 4px rgba(0, 0, 0, .075), 1px 3px 8px rgba(0, 0, 0, .075), 2px 4px 16px rgba(0, 0, 0, .075);
         pointer-events: all
         }
         .swal2-popup.swal2-toast>* {
         grid-column: 2
         }
         .swal2-popup.swal2-toast .swal2-title {
         margin: .5em 1em;
         padding: 0;
         font-size: 1em;
         text-align: initial
         }
         .swal2-popup.swal2-toast .swal2-loading {
         justify-content: center
         }
         .swal2-popup.swal2-toast .swal2-input {
         height: 2em;
         margin: .5em;
         font-size: 1em
         }
         .swal2-popup.swal2-toast .swal2-validation-message {
         font-size: 1em
         }
         .swal2-popup.swal2-toast .swal2-footer {
         margin: .5em 0 0;
         padding: .5em 0 0;
         font-size: .8em
         }
         .swal2-popup.swal2-toast .swal2-close {
         grid-column: 3/3;
         grid-row: 1/99;
         align-self: center;
         width: .8em;
         height: .8em;
         margin: 0;
         font-size: 2em
         }
         .swal2-popup.swal2-toast .swal2-html-container {
         margin: .5em 1em;
         padding: 0;
         overflow: initial;
         font-size: 1em;
         text-align: initial
         }
         .swal2-popup.swal2-toast .swal2-html-container:empty {
         padding: 0
         }
         .swal2-popup.swal2-toast .swal2-loader {
         grid-column: 1;
         grid-row: 1/99;
         align-self: center;
         width: 2em;
         height: 2em;
         margin: .25em
         }
         .swal2-popup.swal2-toast .swal2-icon {
         grid-column: 1;
         grid-row: 1/99;
         align-self: center;
         width: 2em;
         min-width: 2em;
         height: 2em;
         margin: 0 .5em 0 0
         }
         .swal2-popup.swal2-toast .swal2-icon .swal2-icon-content {
         display: flex;
         align-items: center;
         font-size: 1.8em;
         font-weight: bold
         }
         .swal2-popup.swal2-toast .swal2-icon.swal2-success .swal2-success-ring {
         width: 2em;
         height: 2em
         }
         .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line] {
         top: .875em;
         width: 1.375em
         }
         .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=left] {
         left: .3125em
         }
         .swal2-popup.swal2-toast .swal2-icon.swal2-error [class^=swal2-x-mark-line][class$=right] {
         right: .3125em
         }
         .swal2-popup.swal2-toast .swal2-actions {
         justify-content: flex-start;
         height: auto;
         margin: 0;
         margin-top: .5em;
         padding: 0 .5em
         }
         .swal2-popup.swal2-toast .swal2-styled {
         margin: .25em .5em;
         padding: .4em .6em;
         font-size: 1em
         }
         .swal2-popup.swal2-toast .swal2-success {
         border-color: #a5dc86
         }
         .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line] {
         position: absolute;
         width: 1.6em;
         height: 3em;
         border-radius: 50%
         }
         .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=left] {
         top: -0.8em;
         left: -0.5em;
         transform: rotate(-45deg);
         transform-origin: 2em 2em;
         border-radius: 4em 0 0 4em
         }
         .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-circular-line][class$=right] {
         top: -0.25em;
         left: .9375em;
         transform-origin: 0 1.5em;
         border-radius: 0 4em 4em 0
         }
         .swal2-popup.swal2-toast .swal2-success .swal2-success-ring {
         width: 2em;
         height: 2em
         }
         .swal2-popup.swal2-toast .swal2-success .swal2-success-fix {
         top: 0;
         left: .4375em;
         width: .4375em;
         height: 2.6875em
         }
         .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line] {
         height: .3125em
         }
         .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=tip] {
         top: 1.125em;
         left: .1875em;
         width: .75em
         }
         .swal2-popup.swal2-toast .swal2-success [class^=swal2-success-line][class$=long] {
         top: .9375em;
         right: .1875em;
         width: 1.375em
         }
         .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-tip {
         animation: swal2-toast-animate-success-line-tip .75s
         }
         .swal2-popup.swal2-toast .swal2-success.swal2-icon-show .swal2-success-line-long {
         animation: swal2-toast-animate-success-line-long .75s
         }
         .swal2-popup.swal2-toast.swal2-show {
         animation: swal2-toast-show .5s
         }
         .swal2-popup.swal2-toast.swal2-hide {
         animation: swal2-toast-hide .1s forwards
         }
         div:where(.swal2-container) {
         display: grid;
         position: fixed;
         z-index: 1060;
         inset: 0;
         box-sizing: border-box;
         grid-template-areas: "top-start     top            top-end""center-start  center         center-end""bottom-start  bottom-center  bottom-end";
         grid-template-rows: minmax(min-content, auto) minmax(min-content, auto) minmax(min-content, auto);
         height: 100%;
         padding: .625em;
         overflow-x: hidden;
         transition: background-color .1s;
         -webkit-overflow-scrolling: touch
         }
         div:where(.swal2-container).swal2-backdrop-show,
         div:where(.swal2-container).swal2-noanimation {
         background: rgba(0, 0, 0, .4)
         }
         div:where(.swal2-container).swal2-backdrop-hide {
         background: rgba(0, 0, 0, 0) !important
         }
         div:where(.swal2-container).swal2-top-start,
         div:where(.swal2-container).swal2-center-start,
         div:where(.swal2-container).swal2-bottom-start {
         grid-template-columns: minmax(0, 1fr) auto auto
         }
         div:where(.swal2-container).swal2-top,
         div:where(.swal2-container).swal2-center,
         div:where(.swal2-container).swal2-bottom {
         grid-template-columns: auto minmax(0, 1fr) auto
         }
         div:where(.swal2-container).swal2-top-end,
         div:where(.swal2-container).swal2-center-end,
         div:where(.swal2-container).swal2-bottom-end {
         grid-template-columns: auto auto minmax(0, 1fr)
         }
         div:where(.swal2-container).swal2-top-start>.swal2-popup {
         align-self: start
         }
         div:where(.swal2-container).swal2-top>.swal2-popup {
         grid-column: 2;
         place-self: start center
         }
         div:where(.swal2-container).swal2-top-end>.swal2-popup,
         div:where(.swal2-container).swal2-top-right>.swal2-popup {
         grid-column: 3;
         place-self: start end
         }
         div:where(.swal2-container).swal2-center-start>.swal2-popup,
         div:where(.swal2-container).swal2-center-left>.swal2-popup {
         grid-row: 2;
         align-self: center
         }
         div:where(.swal2-container).swal2-center>.swal2-popup {
         grid-column: 2;
         grid-row: 2;
         place-self: center center
         }
         div:where(.swal2-container).swal2-center-end>.swal2-popup,
         div:where(.swal2-container).swal2-center-right>.swal2-popup {
         grid-column: 3;
         grid-row: 2;
         place-self: center end
         }
         div:where(.swal2-container).swal2-bottom-start>.swal2-popup,
         div:where(.swal2-container).swal2-bottom-left>.swal2-popup {
         grid-column: 1;
         grid-row: 3;
         align-self: end
         }
         div:where(.swal2-container).swal2-bottom>.swal2-popup {
         grid-column: 2;
         grid-row: 3;
         place-self: end center
         }
         div:where(.swal2-container).swal2-bottom-end>.swal2-popup,
         div:where(.swal2-container).swal2-bottom-right>.swal2-popup {
         grid-column: 3;
         grid-row: 3;
         place-self: end end
         }
         div:where(.swal2-container).swal2-grow-row>.swal2-popup,
         div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
         grid-column: 1/4;
         width: 100%
         }
         div:where(.swal2-container).swal2-grow-column>.swal2-popup,
         div:where(.swal2-container).swal2-grow-fullscreen>.swal2-popup {
         grid-row: 1/4;
         align-self: stretch
         }
         div:where(.swal2-container).swal2-no-transition {
         transition: none !important
         }
         div:where(.swal2-container) div:where(.swal2-popup) {
         display: none;
         position: relative;
         box-sizing: border-box;
         grid-template-columns: minmax(0, 100%);
         width: 32em;
         max-width: 100%;
         padding: 0 0 1.25em;
         border: none;
         border-radius: 5px;
         background: #fff;
         color: #545454;
         font-family: inherit;
         font-size: 1rem
         }
         div:where(.swal2-container) div:where(.swal2-popup):focus {
         outline: none
         }
         div:where(.swal2-container) div:where(.swal2-popup).swal2-loading {
         overflow-y: hidden
         }
         div:where(.swal2-container) h2:where(.swal2-title) {
         position: relative;
         max-width: 100%;
         margin: 0;
         padding: .8em 1em 0;
         color: inherit;
         font-size: 1.875em;
         font-weight: 600;
         text-align: center;
         text-transform: none;
         word-wrap: break-word
         }
         div:where(.swal2-container) div:where(.swal2-actions) {
         display: flex;
         z-index: 1;
         box-sizing: border-box;
         flex-wrap: wrap;
         align-items: center;
         justify-content: center;
         width: auto;
         margin: 1.25em auto 0;
         padding: 0
         }
         div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled[disabled] {
         opacity: .4
         }
         div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:hover {
         background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1))
         }
         div:where(.swal2-container) div:where(.swal2-actions):not(.swal2-loading) .swal2-styled:active {
         background-image: linear-gradient(rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2))
         }
         div:where(.swal2-container) div:where(.swal2-loader) {
         display: none;
         align-items: center;
         justify-content: center;
         width: 2.2em;
         height: 2.2em;
         margin: 0 1.875em;
         animation: swal2-rotate-loading 1.5s linear 0s infinite normal;
         border-width: .25em;
         border-style: solid;
         border-radius: 100%;
         border-color: #2778c4 rgba(0, 0, 0, 0) #2778c4 rgba(0, 0, 0, 0)
         }
         div:where(.swal2-container) button:where(.swal2-styled) {
         margin: .3125em;
         padding: .625em 1.1em;
         transition: box-shadow .1s;
         box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
         font-weight: 500
         }
         div:where(.swal2-container) button:where(.swal2-styled):not([disabled]) {
         cursor: pointer
         }
         div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
         border: 0;
         border-radius: .25em;
         background: initial;
         background-color: #7066e0;
         color: #fff;
         font-size: 1em
         }
         div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm):focus-visible {
         box-shadow: 0 0 0 3px rgba(112, 102, 224, .5)
         }
         div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny) {
         border: 0;
         border-radius: .25em;
         background: initial;
         background-color: #dc3741;
         color: #fff;
         font-size: 1em
         }
         div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-deny):focus-visible {
         box-shadow: 0 0 0 3px rgba(220, 55, 65, .5)
         }
         div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
         border: 0;
         border-radius: .25em;
         background: initial;
         background-color: #6e7881;
         color: #fff;
         font-size: 1em
         }
         div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel):focus-visible {
         box-shadow: 0 0 0 3px rgba(110, 120, 129, .5)
         }
         div:where(.swal2-container) button:where(.swal2-styled).swal2-default-outline:focus-visible {
         box-shadow: 0 0 0 3px rgba(100, 150, 200, .5)
         }
         div:where(.swal2-container) button:where(.swal2-styled):focus-visible {
         outline: none
         }
         div:where(.swal2-container) button:where(.swal2-styled)::-moz-focus-inner {
         border: 0
         }
         div:where(.swal2-container) div:where(.swal2-footer) {
         margin: 1em 0 0;
         padding: 1em 1em 0;
         border-top: 1px solid #eee;
         color: inherit;
         font-size: 1em;
         text-align: center
         }
         div:where(.swal2-container) .swal2-timer-progress-bar-container {
         position: absolute;
         right: 0;
         bottom: 0;
         left: 0;
         grid-column: auto !important;
         overflow: hidden;
         border-bottom-right-radius: 5px;
         border-bottom-left-radius: 5px
         }
         div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
         width: 100%;
         height: .25em;
         background: rgba(0, 0, 0, .2)
         }
         div:where(.swal2-container) img:where(.swal2-image) {
         max-width: 100%;
         margin: 2em auto 1em
         }
         div:where(.swal2-container) button:where(.swal2-close) {
         z-index: 2;
         align-items: center;
         justify-content: center;
         width: 1.2em;
         height: 1.2em;
         margin-top: 0;
         margin-right: 0;
         margin-bottom: -1.2em;
         padding: 0;
         overflow: hidden;
         transition: color .1s, box-shadow .1s;
         border: none;
         border-radius: 5px;
         background: rgba(0, 0, 0, 0);
         color: #ccc;
         font-family: monospace;
         font-size: 2.5em;
         cursor: pointer;
         justify-self: end
         }
         div:where(.swal2-container) button:where(.swal2-close):hover {
         transform: none;
         background: rgba(0, 0, 0, 0);
         color: #f27474
         }
         div:where(.swal2-container) button:where(.swal2-close):focus-visible {
         outline: none;
         box-shadow: inset 0 0 0 3px rgba(100, 150, 200, .5)
         }
         div:where(.swal2-container) button:where(.swal2-close)::-moz-focus-inner {
         border: 0
         }
         div:where(.swal2-container) .swal2-html-container {
         z-index: 1;
         justify-content: center;
         margin: 0;
         padding: 1em 1.6em .3em;
         overflow: auto;
         color: inherit;
         font-size: 1.125em;
         font-weight: normal;
         line-height: normal;
         text-align: center;
         word-wrap: break-word;
         word-break: break-word
         }
         div:where(.swal2-container) input:where(.swal2-input),
         div:where(.swal2-container) input:where(.swal2-file),
         div:where(.swal2-container) textarea:where(.swal2-textarea),
         div:where(.swal2-container) select:where(.swal2-select),
         div:where(.swal2-container) div:where(.swal2-radio),
         div:where(.swal2-container) label:where(.swal2-checkbox) {
         margin: 1em 2em 3px
         }
         div:where(.swal2-container) input:where(.swal2-input),
         div:where(.swal2-container) input:where(.swal2-file),
         div:where(.swal2-container) textarea:where(.swal2-textarea) {
         box-sizing: border-box;
         width: auto;
         transition: border-color .1s, box-shadow .1s;
         border: 1px solid #d9d9d9;
         border-radius: .1875em;
         background: rgba(0, 0, 0, 0);
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(0, 0, 0, 0);
         color: inherit;
         font-size: 1.125em
         }
         div:where(.swal2-container) input:where(.swal2-input).swal2-inputerror,
         div:where(.swal2-container) input:where(.swal2-file).swal2-inputerror,
         div:where(.swal2-container) textarea:where(.swal2-textarea).swal2-inputerror {
         border-color: #f27474 !important;
         box-shadow: 0 0 2px #f27474 !important
         }
         div:where(.swal2-container) input:where(.swal2-input):focus,
         div:where(.swal2-container) input:where(.swal2-file):focus,
         div:where(.swal2-container) textarea:where(.swal2-textarea):focus {
         border: 1px solid #b4dbed;
         outline: none;
         box-shadow: inset 0 1px 1px rgba(0, 0, 0, .06), 0 0 0 3px rgba(100, 150, 200, .5)
         }
         div:where(.swal2-container) input:where(.swal2-input)::placeholder,
         div:where(.swal2-container) input:where(.swal2-file)::placeholder,
         div:where(.swal2-container) textarea:where(.swal2-textarea)::placeholder {
         color: #ccc
         }
         div:where(.swal2-container) .swal2-range {
         margin: 1em 2em 3px;
         background: #fff
         }
         div:where(.swal2-container) .swal2-range input {
         width: 80%
         }
         div:where(.swal2-container) .swal2-range output {
         width: 20%;
         color: inherit;
         font-weight: 600;
         text-align: center
         }
         div:where(.swal2-container) .swal2-range input,
         div:where(.swal2-container) .swal2-range output {
         height: 2.625em;
         padding: 0;
         font-size: 1.125em;
         line-height: 2.625em
         }
         div:where(.swal2-container) .swal2-input {
         height: 2.625em;
         padding: 0 .75em
         }
         div:where(.swal2-container) .swal2-file {
         width: 75%;
         margin-right: auto;
         margin-left: auto;
         background: rgba(0, 0, 0, 0);
         font-size: 1.125em
         }
         div:where(.swal2-container) .swal2-textarea {
         height: 6.75em;
         padding: .75em
         }
         div:where(.swal2-container) .swal2-select {
         min-width: 50%;
         max-width: 100%;
         padding: .375em .625em;
         background: rgba(0, 0, 0, 0);
         color: inherit;
         font-size: 1.125em
         }
         div:where(.swal2-container) .swal2-radio,
         div:where(.swal2-container) .swal2-checkbox {
         align-items: center;
         justify-content: center;
         background: #fff;
         color: inherit
         }
         div:where(.swal2-container) .swal2-radio label,
         div:where(.swal2-container) .swal2-checkbox label {
         margin: 0 .6em;
         font-size: 1.125em
         }
         div:where(.swal2-container) .swal2-radio input,
         div:where(.swal2-container) .swal2-checkbox input {
         flex-shrink: 0;
         margin: 0 .4em
         }
         div:where(.swal2-container) label:where(.swal2-input-label) {
         display: flex;
         justify-content: center;
         margin: 1em auto 0
         }
         div:where(.swal2-container) div:where(.swal2-validation-message) {
         align-items: center;
         justify-content: center;
         margin: 1em 0 0;
         padding: .625em;
         overflow: hidden;
         background: #f0f0f0;
         color: #666;
         font-size: 1em;
         font-weight: 300
         }
         div:where(.swal2-container) div:where(.swal2-validation-message)::before {
         content: "!";
         display: inline-block;
         width: 1.5em;
         min-width: 1.5em;
         height: 1.5em;
         margin: 0 .625em;
         border-radius: 50%;
         background-color: #f27474;
         color: #fff;
         font-weight: 600;
         line-height: 1.5em;
         text-align: center
         }
         div:where(.swal2-container) .swal2-progress-steps {
         flex-wrap: wrap;
         align-items: center;
         max-width: 100%;
         margin: 1.25em auto;
         padding: 0;
         background: rgba(0, 0, 0, 0);
         font-weight: 600
         }
         div:where(.swal2-container) .swal2-progress-steps li {
         display: inline-block;
         position: relative
         }
         div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step {
         z-index: 20;
         flex-shrink: 0;
         width: 2em;
         height: 2em;
         border-radius: 2em;
         background: #2778c4;
         color: #fff;
         line-height: 2em;
         text-align: center
         }
         div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step {
         background: #2778c4
         }
         div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step {
         background: #add8e6;
         color: #fff
         }
         div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step.swal2-active-progress-step~.swal2-progress-step-line {
         background: #add8e6
         }
         div:where(.swal2-container) .swal2-progress-steps .swal2-progress-step-line {
         z-index: 10;
         flex-shrink: 0;
         width: 2.5em;
         height: .4em;
         margin: 0 -1px;
         background: #2778c4
         }
         div:where(.swal2-icon) {
         position: relative;
         box-sizing: content-box;
         justify-content: center;
         width: 5em;
         height: 5em;
         margin: 2.5em auto .6em;
         border: 0.25em solid rgba(0, 0, 0, 0);
         border-radius: 50%;
         border-color: #000;
         font-family: inherit;
         line-height: 5em;
         cursor: default;
         user-select: none
         }
         div:where(.swal2-icon) .swal2-icon-content {
         display: flex;
         align-items: center;
         font-size: 3.75em
         }
         div:where(.swal2-icon).swal2-error {
         border-color: #f27474;
         color: #f27474
         }
         div:where(.swal2-icon).swal2-error .swal2-x-mark {
         position: relative;
         flex-grow: 1
         }
         div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line] {
         display: block;
         position: absolute;
         top: 2.3125em;
         width: 2.9375em;
         height: .3125em;
         border-radius: .125em;
         background-color: #f27474
         }
         div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=left] {
         left: 1.0625em;
         transform: rotate(45deg)
         }
         div:where(.swal2-icon).swal2-error [class^=swal2-x-mark-line][class$=right] {
         right: 1em;
         transform: rotate(-45deg)
         }
         div:where(.swal2-icon).swal2-error.swal2-icon-show {
         animation: swal2-animate-error-icon .5s
         }
         div:where(.swal2-icon).swal2-error.swal2-icon-show .swal2-x-mark {
         animation: swal2-animate-error-x-mark .5s
         }
         div:where(.swal2-icon).swal2-warning {
         border-color: #facea8;
         color: #f8bb86
         }
         div:where(.swal2-icon).swal2-warning.swal2-icon-show {
         animation: swal2-animate-error-icon .5s
         }
         div:where(.swal2-icon).swal2-warning.swal2-icon-show .swal2-icon-content {
         animation: swal2-animate-i-mark .5s
         }
         div:where(.swal2-icon).swal2-info {
         border-color: #9de0f6;
         color: #3fc3ee
         }
         div:where(.swal2-icon).swal2-info.swal2-icon-show {
         animation: swal2-animate-error-icon .5s
         }
         div:where(.swal2-icon).swal2-info.swal2-icon-show .swal2-icon-content {
         animation: swal2-animate-i-mark .8s
         }
         div:where(.swal2-icon).swal2-question {
         border-color: #c9dae1;
         color: #87adbd
         }
         div:where(.swal2-icon).swal2-question.swal2-icon-show {
         animation: swal2-animate-error-icon .5s
         }
         div:where(.swal2-icon).swal2-question.swal2-icon-show .swal2-icon-content {
         animation: swal2-animate-question-mark .8s
         }
         div:where(.swal2-icon).swal2-success {
         border-color: #a5dc86;
         color: #a5dc86
         }
         div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line] {
         position: absolute;
         width: 3.75em;
         height: 7.5em;
         border-radius: 50%
         }
         div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=left] {
         top: -0.4375em;
         left: -2.0635em;
         transform: rotate(-45deg);
         transform-origin: 3.75em 3.75em;
         border-radius: 7.5em 0 0 7.5em
         }
         div:where(.swal2-icon).swal2-success [class^=swal2-success-circular-line][class$=right] {
         top: -0.6875em;
         left: 1.875em;
         transform: rotate(-45deg);
         transform-origin: 0 3.75em;
         border-radius: 0 7.5em 7.5em 0
         }
         div:where(.swal2-icon).swal2-success .swal2-success-ring {
         position: absolute;
         z-index: 2;
         top: -0.25em;
         left: -0.25em;
         box-sizing: content-box;
         width: 100%;
         height: 100%;
         border: .25em solid rgba(165, 220, 134, .3);
         border-radius: 50%
         }
         div:where(.swal2-icon).swal2-success .swal2-success-fix {
         position: absolute;
         z-index: 1;
         top: .5em;
         left: 1.625em;
         width: .4375em;
         height: 5.625em;
         transform: rotate(-45deg)
         }
         div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
         display: block;
         position: absolute;
         z-index: 2;
         height: .3125em;
         border-radius: .125em;
         background-color: #a5dc86
         }
         div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=tip] {
         top: 2.875em;
         left: .8125em;
         width: 1.5625em;
         transform: rotate(45deg)
         }
         div:where(.swal2-icon).swal2-success [class^=swal2-success-line][class$=long] {
         top: 2.375em;
         right: .5em;
         width: 2.9375em;
         transform: rotate(-45deg)
         }
         div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-tip {
         animation: swal2-animate-success-line-tip .75s
         }
         div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-line-long {
         animation: swal2-animate-success-line-long .75s
         }
         div:where(.swal2-icon).swal2-success.swal2-icon-show .swal2-success-circular-line-right {
         animation: swal2-rotate-success-circular-line 4.25s ease-in
         }
         [class^=swal2] {
         -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
         }
         .swal2-show {
         animation: swal2-show .3s
         }
         .swal2-hide {
         animation: swal2-hide .15s forwards
         }
         .swal2-noanimation {
         transition: none
         }
         .swal2-scrollbar-measure {
         position: absolute;
         top: -9999px;
         width: 50px;
         height: 50px;
         overflow: scroll
         }
         .swal2-rtl .swal2-close {
         margin-right: initial;
         margin-left: 0
         }
         .swal2-rtl .swal2-timer-progress-bar {
         right: 0;
         left: auto
         }
         @keyframes swal2-toast-show {
         0% {
         transform: translateY(-0.625em) rotateZ(2deg)
         }
         33% {
         transform: translateY(0) rotateZ(-2deg)
         }
         66% {
         transform: translateY(0.3125em) rotateZ(2deg)
         }
         100% {
         transform: translateY(0) rotateZ(0deg)
         }
         }
         @keyframes swal2-toast-hide {
         100% {
         transform: rotateZ(1deg);
         opacity: 0
         }
         }
         @keyframes swal2-toast-animate-success-line-tip {
         0% {
         top: .5625em;
         left: .0625em;
         width: 0
         }
         54% {
         top: .125em;
         left: .125em;
         width: 0
         }
         70% {
         top: .625em;
         left: -0.25em;
         width: 1.625em
         }
         84% {
         top: 1.0625em;
         left: .75em;
         width: .5em
         }
         100% {
         top: 1.125em;
         left: .1875em;
         width: .75em
         }
         }
         @keyframes swal2-toast-animate-success-line-long {
         0% {
         top: 1.625em;
         right: 1.375em;
         width: 0
         }
         65% {
         top: 1.25em;
         right: .9375em;
         width: 0
         }
         84% {
         top: .9375em;
         right: 0;
         width: 1.125em
         }
         100% {
         top: .9375em;
         right: .1875em;
         width: 1.375em
         }
         }
         @keyframes swal2-show {
         0% {
         transform: scale(0.7)
         }
         45% {
         transform: scale(1.05)
         }
         80% {
         transform: scale(0.95)
         }
         100% {
         transform: scale(1)
         }
         }
         @keyframes swal2-hide {
         0% {
         transform: scale(1);
         opacity: 1
         }
         100% {
         transform: scale(0.5);
         opacity: 0
         }
         }
         @keyframes swal2-animate-success-line-tip {
         0% {
         top: 1.1875em;
         left: .0625em;
         width: 0
         }
         54% {
         top: 1.0625em;
         left: .125em;
         width: 0
         }
         70% {
         top: 2.1875em;
         left: -0.375em;
         width: 3.125em
         }
         84% {
         top: 3em;
         left: 1.3125em;
         width: 1.0625em
         }
         100% {
         top: 2.8125em;
         left: .8125em;
         width: 1.5625em
         }
         }
         @keyframes swal2-animate-success-line-long {
         0% {
         top: 3.375em;
         right: 2.875em;
         width: 0
         }
         65% {
         top: 3.375em;
         right: 2.875em;
         width: 0
         }
         84% {
         top: 2.1875em;
         right: 0;
         width: 3.4375em
         }
         100% {
         top: 2.375em;
         right: .5em;
         width: 2.9375em
         }
         }
         @keyframes swal2-rotate-success-circular-line {
         0% {
         transform: rotate(-45deg)
         }
         5% {
         transform: rotate(-45deg)
         }
         12% {
         transform: rotate(-405deg)
         }
         100% {
         transform: rotate(-405deg)
         }
         }
         @keyframes swal2-animate-error-x-mark {
         0% {
         margin-top: 1.625em;
         transform: scale(0.4);
         opacity: 0
         }
         50% {
         margin-top: 1.625em;
         transform: scale(0.4);
         opacity: 0
         }
         80% {
         margin-top: -0.375em;
         transform: scale(1.15)
         }
         100% {
         margin-top: 0;
         transform: scale(1);
         opacity: 1
         }
         }
         @keyframes swal2-animate-error-icon {
         0% {
         transform: rotateX(100deg);
         opacity: 0
         }
         100% {
         transform: rotateX(0deg);
         opacity: 1
         }
         }
         @keyframes swal2-rotate-loading {
         0% {
         transform: rotate(0deg)
         }
         100% {
         transform: rotate(360deg)
         }
         }
         @keyframes swal2-animate-question-mark {
         0% {
         transform: rotateY(-360deg)
         }
         100% {
         transform: rotateY(0)
         }
         }
         @keyframes swal2-animate-i-mark {
         0% {
         transform: rotateZ(45deg);
         opacity: 0
         }
         25% {
         transform: rotateZ(-25deg);
         opacity: .4
         }
         50% {
         transform: rotateZ(15deg);
         opacity: .8
         }
         75% {
         transform: rotateZ(-5deg);
         opacity: 1
         }
         100% {
         transform: rotateX(0);
         opacity: 1
         }
         }
         body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
         overflow: hidden
         }
         body.swal2-height-auto {
         height: auto !important
         }
         body.swal2-no-backdrop .swal2-container {
         background-color: rgba(0, 0, 0, 0) !important;
         pointer-events: none
         }
         body.swal2-no-backdrop .swal2-container .swal2-popup {
         pointer-events: all
         }
         body.swal2-no-backdrop .swal2-container .swal2-modal {
         box-shadow: 0 0 10px rgba(0, 0, 0, .4)
         }
         @media print {
         body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) {
         overflow-y: scroll !important
         }
         body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown)>[aria-hidden=true] {
         display: none
         }
         body.swal2-shown:not(.swal2-no-backdrop):not(.swal2-toast-shown) .swal2-container {
         position: static !important
         }
         }
         body.swal2-toast-shown .swal2-container {
         box-sizing: border-box;
         width: 360px;
         max-width: 100%;
         background-color: rgba(0, 0, 0, 0);
         pointer-events: none
         }
         body.swal2-toast-shown .swal2-container.swal2-top {
         inset: 0 auto auto 50%;
         transform: translateX(-50%)
         }
         body.swal2-toast-shown .swal2-container.swal2-top-end,
         body.swal2-toast-shown .swal2-container.swal2-top-right {
         inset: 0 0 auto auto
         }
         body.swal2-toast-shown .swal2-container.swal2-top-start,
         body.swal2-toast-shown .swal2-container.swal2-top-left {
         inset: 0 auto auto 0
         }
         body.swal2-toast-shown .swal2-container.swal2-center-start,
         body.swal2-toast-shown .swal2-container.swal2-center-left {
         inset: 50% auto auto 0;
         transform: translateY(-50%)
         }
         body.swal2-toast-shown .swal2-container.swal2-center {
         inset: 50% auto auto 50%;
         transform: translate(-50%, -50%)
         }
         body.swal2-toast-shown .swal2-container.swal2-center-end,
         body.swal2-toast-shown .swal2-container.swal2-center-right {
         inset: 50% 0 auto auto;
         transform: translateY(-50%)
         }
         body.swal2-toast-shown .swal2-container.swal2-bottom-start,
         body.swal2-toast-shown .swal2-container.swal2-bottom-left {
         inset: auto auto 0 0
         }
         body.swal2-toast-shown .swal2-container.swal2-bottom {
         inset: auto auto 0 50%;
         transform: translateX(-50%)
         }
         body.swal2-toast-shown .swal2-container.swal2-bottom-end,
         body.swal2-toast-shown .swal2-container.swal2-bottom-right {
         inset: auto 0 0 auto
         }
    



         @import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f2f2f2;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Top Header */
.top-header {
    background-color: #c06f00;
    padding: 8px 0;
    font-size: 14px;
}

.top-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.social-icons {
    display: flex;
    gap: 15px;
}

.social-icon {
    color: white;
    text-decoration: none;
    font-size: 16px;
    transition: opacity 0.3s ease;
}

.social-icon:hover {
    opacity: 0.8;
}

.auth-links {
    display: flex;
    gap: 20px;
}

.login-link, .signup-link {
    color: white;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.login-link:hover, .signup-link:hover {
    opacity: 0.8;
}

/* Main Header */
.main-header {
    background-color: white;
    border-bottom: 1px solid #e0e0e0;
    padding: 15px 0;
    /* position: sticky; */
    top: 0;
    z-index: 100;
}

.main-header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.logo {
    font-size: 32px;
    font-weight: 700;
}

.logo-text {
    color: #333;
}

.logo-accent {
    color: #0168a6;
}

.main-nav {
    display: flex;
    gap: 35px;
}

.nav-link {
    color: #666;
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    transition: color 0.3s ease;
}

.nav-link:hover {
    color: #4A90E2;
}

/* Main Content */
.main-content {
    padding: 20px 0;
    background-color: #ffffff;
}

.content-grid {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: 40px;
}

/* Article Content */
.article-content {
    /* background: white; */
    /* padding: 40px; */
    padding-top: 0px;
    border-radius: 8px;
    /* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
}

.article-title {
    font-size: 42px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #000000;
}

.article-meta {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 30px;
    font-size: 14px;
    color: #666;
}

.author-link, .category-link, .comments-link {
    color: #0368a6;
    text-decoration: none;
}

.author-link:hover, .category-link:hover, .comments-link:hover {
    text-decoration: underline;
}

.meta-divider {
    color: #ccc;
}

/* Hero Image */
.article-hero {
    margin-bottom: 30px;
}

.hero-image-container {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
}

.hero-image {
    width: 100%;
    /* height: 400px; */
    object-fit: cover;
}

.unmute-btn {
    position: absolute;
    top: 20px;
    right: 20px;
    background: rgba(0,0,0,0.7);
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.unmute-btn:hover {
    background: rgba(0,0,0,0.9);
}

/* Article Body */
.article-body {
    font-size: 16px;
    line-height: 1.7;
}

.article-body p {
    margin-bottom: 20px;
}

.inline-link {
    color: #4A90E2;
    text-decoration: none;
}

.inline-link:hover {
    text-decoration: underline;
}

.article-image {
    margin: 30px 0;
    text-align: center;
}

.content-image {
    width: 100%;
    /* max-width: 600px; */
    height: 300px;
    object-fit: cover;
    /* border-radius: 8px; */
}

.section-title {
    font-size: 28px;
    font-weight: 600;
    margin: 40px 0 20px 0;
    color: #1a1a1a;
}

.section-subtitle {
    font-size: 24px;
    font-weight: 600;
    margin: 30px 0 20px 0;
    color: #0368a6;
    text-align: center;
}

.info-box {
    background: #e8f4f8;
    padding: 25px;
    border-radius: 8px;
    margin: 30px 0;
    border-left: 4px solid #4A90E2;
}

.info-box p {
    margin-bottom: 15px;
}

.info-box p:last-child {
    margin-bottom: 0;
}

/* CTA Sections */
.cta-section, .final-cta {
    text-align: center;
    margin: 40px 0;
}

.register-btn, .start-btn {
    background: #0168a6;
    color: white;
    border: none;
    padding: 15px 40px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    width: 100%;
    cursor: pointer;
    transition: background 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.register-btn:hover, .start-btn:hover {
    background: #357abd;
}

/* Process Sections */
.process-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin: 40px 0;
    align-items: center;
}

.process-title {
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.step-title {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.step-image {
    width: 100%;
    height: 300px;
    object-fit: contain;
    border-radius: 8px;
}

/* Share Section */
.share-section {
    margin: 50px 0;
    text-align: center;
    padding: 30px 0;
    border-top: 1px solid #e0e0e0;
}

.share-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.share-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.share-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    color: #666;
    text-decoration: none;
    border-radius: 6px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.share-btn:hover {
    background: #4A90E2;
    color: white;
    transform: translateY(-2px);
}

/* Comments Section */
.comments-section {
    margin-top: 50px;
    padding-top: 40px;
    border-top: 2px solid #e0e0e0;
}

.comments-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.comment-form {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.form-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #1a1a1a;
}

.comment-form-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 15px;
}

.form-input {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    transition: border-color 0.3s ease;
}

.form-input:focus {
    outline: none;
    border-color: #4A90E2;
}

.form-textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    font-family: inherit;
    resize: vertical;
    min-height: 100px;
    transition: border-color 0.3s ease;
}

.form-textarea:focus {
    outline: none;
    border-color: #4A90E2;
}

.submit-comment-btn {
    background: #4A90E2;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    align-self: flex-start;
    transition: background 0.3s ease;
}

.submit-comment-btn:hover {
    background: #357abd;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.comment {
    display: flex;
    gap: 15px;
    padding: 25px 0;
    border-bottom: 1px solid #e0e0e0;
}

.comment:last-child {
    border-bottom: none;
}

.comment-avatar {
    flex-shrink: 0;
}

.avatar-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.comment-content {
    flex: 1;
}

.comment-header {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
}

.comment-author {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

.comment-date {
    font-size: 14px;
    color: #666;
}

.comment-text {
    font-size: 15px;
    line-height: 1.6;
    color: #333;
    margin-bottom: 15px;
}

.comment-actions {
    display: flex;
    gap: 15px;
}

.reply-btn, .like-btn {
    background: none;
    border: none;
    color: #666;
    font-size: 14px;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.reply-btn:hover {
    background: #f0f0f0;
    color: #4A90E2;
}

.like-btn:hover {
    background: #f0f0f0;
}

.load-more-comments {
    text-align: center;
    margin-top: 30px;
}

.load-more-btn {
    background: #f8f9fa;
    color: #4A90E2;
    border: 2px solid #4A90E2;
    padding: 12px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.load-more-btn:hover {
    background: #4A90E2;
    color: white;
}

/* Sidebar */
.sidebar {
    display: flex;
    flex-direction: column;
    gap: 30px;
    margin-top: 50px;
}

.share-widget {
    background: white;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    text-align: center;
}

.widget-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #1a1a1a;
}

.share-icons {
    display: flex;
    justify-content: center;
    gap: 10px;
}

.share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    background: #f0f0f0;
    color: #666;
    text-decoration: none;
    border-radius: 4px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.share-icon:hover {
    background: #4A90E2;
    color: white;
}

.related-article {
    background: white;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    position: relative;
}

.article-badge {
    position: absolute;
    top: 15px;
    left: 15px;
    background: rgba(255,165,0,0.9);
    color: white;
    padding: 4px 8px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    text-transform: uppercase;
}

.article-unmute {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(0,0,0,0.7);
    color: white;
    border: none;
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 11px;
    cursor: pointer;
}

.related-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.related-text {
    padding: 20px;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

/* Footer */
.main-footer {
    background: #f2f2f2;
    padding: 60px 0 30px 0;
    border-top: 1px solid #e0e0e0;
}

.footer-logo {
    text-align: center;
    margin-bottom: 40px;
}

.footer-logo .logo-text {
    font-size: 36px;
    font-weight: 700;
    color: #333;
}

.footer-logo .logo-accent {
    color: #0168a6;
}

.footer-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 30px;
    color: #1a1a1a;
}

.footer-sections {
    /* display: grid; */
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-bottom: 40px;
}

.section-header {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #333;
    text-transform: uppercase;
}

.footer-text {
    font-size: 12px;
    line-height: 1.6;
    color: #666;
    text-align: justify;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #e0e0e0;
}

.copyright {
    font-size: 14px;
    color: #666;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding: 0 15px;
    }
    
    .main-header .container {
        flex-direction: column;
        gap: 20px;
    }
    
    .main-nav {
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
        display: none;
    }
    
    .content-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .article-content {
        /* padding: 25px; */
    }
    
    .article-title {
        font-size: 28px;
    }
    
    .process-section {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .footer-sections {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .share-buttons {
        gap: 10px;
    }
    
    .auth-links {
        gap: 15px;
    }
    
    .social-icons {
        gap: 12px;
    }
    
    .form-row {
        grid-template-columns: 1fr;
    }
    
    .comment {
        flex-direction: column;
        gap: 10px;
    }
    
    .comment-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

@media (max-width: 480px) {
    .article-title {
        font-size: 24px;
    }
    
    .section-title {
        font-size: 22px;
    }
    
    .article-meta {
        flex-wrap: wrap;
        gap: 8px;
    }
    
    .hero-image {
        height: 250px;
    }
    
    .content-image, .step-image, .related-image {
        height: 250px;
        object-fit: cover;
    }
    
    .comment-form {
        padding: 20px;
    }
    
    .avatar-image {
        width: 40px;
        height: 40px;
    }
}


/* Header Styles */
         :root {
         /* Color system */
         --primary: #E13C3C;
         --primary-dark: #C53333;
         --primary-light: #E85C5C;
         --secondary: #181818;
         --secondary-light: #2C2C2C;
         --neutral-100: #F5F5F7;
         --neutral-200: #E5E5E5;
         --neutral-300: #D1D1D6;
         --neutral-400: #86868B;
         --neutral-500: #6E6E73;
         --neutral-600: #3D3D3D;
         --white: #FFFFFF;
         /* Spacing system (multiples of 8) */
         --space-1: 0.5rem;   /* 8px */
         --space-2: 1rem;     /* 16px */
         --space-3: 1.5rem;   /* 24px */
         --space-4: 2rem;     /* 32px */
         --space-5: 2.5rem;   /* 40px */
         --space-6: 3rem;     /* 48px */
         /* Other variables */
         --header-height: 4.5rem;
         --header-bg: rgba(255, 255, 255, 0.95);
         --header-bg-scrolled: rgba(255, 255, 255, 0.98);
         --shadow: 0 1px 10px rgba(0, 0, 0, 0.05);
         --transition: 0.3s ease;
         --border-radius: 0.5rem;
         }
         /* Main header styles */
         .site-header {
         top: 0;
         left: 0;
         width: 100%;
         height: var(--header-height);
         background-color: var(--header-bg);
         backdrop-filter: blur(10px);
         -webkit-backdrop-filter: blur(10px);
         z-index: 1000;
         transition: background-color var(--transition), box-shadow var(--transition);
         }
         .site-header.scrolled {
         background-color: var(--header-bg-scrolled);
         box-shadow: var(--shadow);
         }
         .header-container {
         max-width: 1200px;
         height: 100%;
         margin: 0 auto;
         padding: 0 var(--space-2);
         display: flex;
         align-items: center;
         justify-content: space-between;
         }
         /* Logo styles */
         .logo-container {
         display: flex;
         align-items: center;
         }
         .logo {
         display: flex;
         align-items: center;
         font-size: 1.5rem;
         font-weight: 600;
         color: var(--secondary);
         letter-spacing: -0.02em;
         }
         .logo-dot {
         display: inline-block;
         width: 12px;
         height: 12px;
         background-color: var(--primary);
         border-radius: 50%;
         margin-right: 0.25rem;
         }
         .logo-text {
         transform: translateY(1px);
         }
         /* Navigation styles */
         .main-nav {
         display: none;
         }
         .nav-list {
         display: flex;
         gap: var(--space-3);
         }
         .nav-item {
         position: relative;
         }
         .nav-link {
         color: var(--secondary);
         font-size: 1rem;
         font-weight: 500;
         padding: var(--space-1) 0;
         transition: color var(--transition);
         }
         .nav-link:hover {
         color: var(--primary);
         }
         .nav-link::after {
         content: '';
         position: absolute;
         bottom: -2px;
         left: 0;
         width: 100%;
         height: 2px;
         background-color: var(--primary);
         transform: scaleX(0);
         transform-origin: right;
         transition: transform 0.3s ease;
         }
         .nav-link:hover::after {
         transform: scaleX(1);
         transform-origin: left;
         }
         /* CTA button styles */
         .cta-container {
         display: none;
         }
         .cta-button {
         display: inline-block;
         background-color: #0154c5;
         color: var(--white);
         font-weight: 600;
         font-size: 0.95rem;
         padding: 0.7rem 1.2rem;
         border-radius: var(--border-radius);
         transition: background-color var(--transition), transform var(--transition);
         }
         .cta-button:hover {
         background-color: #0154c5;
         transform: translateY(-1px);
         }
         .cta-button:active {
         transform: translateY(0);
         }
         /* Mobile menu toggle */
         .mobile-menu-toggle {
         display: flex;
         flex-direction: column;
         justify-content: space-between;
         width: 30px;
         height: 20px;
         cursor: pointer;
         background-color: #fff;
         z-index: 1001;
         border: 1px #fff;
         }
         .bar {
         display: block;
         width: 100%;
         height: 2px;
         background-color: var(--secondary);
         transition: var(--transition);
         }
         .mobile-menu-toggle.active .bar:nth-child(1) {
         transform: translateY(8px) rotate(45deg);
         }
         .mobile-menu-toggle.active .bar:nth-child(2) {
         opacity: 0;
         }
         .mobile-menu-toggle.active .bar:nth-child(3) {
         transform: translateY(-8px) rotate(-45deg);
         }
         /* Mobile menu */
         .mobile-menu {
         position: fixed;
         top: var(--header-height);
         left: 0;
         width: 100%;
         height: 0;
         background-color: var(--white);
         overflow: hidden;
         transition: height var(--transition);
         z-index: 999;
         box-shadow: 0 10px 10px rgba(0, 0, 0, 0.05);
         }
         .mobile-menu.active {
         height: calc(100vh - var(--header-height));
         overflow-y: auto;
         }
         .mobile-nav-list {
         padding: var(--space-3) var(--space-2);
         display: flex;
         flex-direction: column;
         gap: var(--space-3);
         }
         .mobile-nav-link {
         display: block;
         font-size: 1.2rem;
         font-weight: 500;
         color: var(--secondary);
         padding: var(--space-1) 0;
         transition: color var(--transition);
         }
         .mobile-nav-link:active {
         color: var(--primary);
         }
         .mobile-nav-cta {
         margin-top: var(--space-2);
         }
         .mobile-cta-button {
         display: inline-block;
         background-color: var(--primary);
         color: var(--white);
         font-weight: 600;
         font-size: 1rem;
         padding: 0.8rem 1.5rem;
         border-radius: var(--border-radius);
         transition: background-color var(--transition);
         }
         .mobile-cta-button:active {
         background-color: var(--primary-dark);
         }
         /* Media Queries */
         @media (min-width: 768px) {
         .main-nav {
         display: block;
         }
         .cta-container {
         display: block;
         }
         .mobile-menu-toggle {
         display: none;
         }
         .mobile-menu {
         display: none;
         }
         }
         @media (min-width: 992px) {
         .header-container {
         padding: 0 var(--space-4);
         }
         .nav-list {
         gap: var(--space-4);
         }
         .nav-link {
         font-size: 1.1rem;
         }
         .cta-button {
         padding: 0.75rem 1.5rem;
         font-size: 1rem;
         }
         }
         @media (min-width: 1200px) {
         .header-container {
         padding: 0 var(--space-2);
         }
         }
         html {
         scroll-behavior: smooth;
         }
         #signupForm {
         scroll-behavior: smooth;
         }
         .form-container {
         width: 100%;
         max-width: 550px;
         margin: 0 auto;
         box-shadow: 0px 1px 10px 1px #ebebeb !important;
         padding-bottom: 10px;
         }
         .form-header {
         margin-bottom: 1.5rem;
         }
         .footer-risk-disclaimer {
         text-align: center;
         font-size: 11px;
         color: #777;
         padding: 10px;
         background: #f8f8f8;
         }
         .footer-risk-disclaimer a {
         color: #555;
         text-decoration: underline;
         }
         .form-header h1 {
         font-size: 1.5rem;
         font-weight: bold;
         color: #000;
         line-height: 1.3;
         }
         .signup-form {
         background: white;
         border-radius: 14px;
         padding: 1rem;
         }
         .input-group {
         position: relative;
         margin-bottom: 1rem;
         display: flex !important;
         margin-right: 15px;
         margin-left: 15px;
         }
         .input-field {
         width: 100%;
         padding: 1rem;
         font-size: 1rem;
         border: none;
         background: #f0f0f0;
         border-radius: 5px;
         transition: background 0.2s;
         }
         .input-field:focus {
         outline: none;
         background: #e8e8e8;
         }
         .phone-group {
         display: flex;
         gap: 0.5rem;
         margin-right: 15px;
         margin-left: 15px;
         }
         .country-select-container {
         position: relative;
         }
         .selected-country {
         display: flex;
         align-items: center;
         padding: 1rem;
         background: #f0f0f0;
         border-radius: 5px;
         cursor: pointer;
         font-weight: bold;
         height: 100%;
         }
         .country-dropdown {
         display: none;
         position: absolute;
         top: 100%;
         left: 0;
         width: 300px;
         max-height: 300px;
         background: white;
         border-radius: 5px;
         box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
         z-index: 100;
         overflow: hidden;
         }
         .country-dropdown.show {
         display: block;
         }
         .search-container {
         padding: 10px;
         border-bottom: 1px solid #eee;
         }
         #countrySearch {
         width: 100%;
         padding: 10px;
         border: 1px solid #ddd;
         border-radius: 5px;
         font-size: 14px;
         }
         .country-list {
         max-height: 250px;
         overflow-y: auto;
         }
         .country-item {
         display: flex;
         align-items: center;
         padding: 10px 15px;
         cursor: pointer;
         transition: background 0.2s;
         }
         .country-item:hover {
         background: #f5f5f5;
         }
         .country-flag {
         margin-right: 10px;
         font-size: 1.2rem;
         margin-bottom: -5px;
         }
         .cta-section {
         background: linear-gradient(135deg, #46a24e 0%, #35841e 100%);
         padding: 2rem 0rem;
         text-align: center;
         color: white;
         }
         .cta-section h2 {
         font-size: 2.5rem;
         margin-bottom: 1.5rem;
         }
         .cta-section p {
         font-size: 1.2rem;
         margin-bottom: 2rem;
         max-width: 800px;
         margin-left: auto;
         margin-right: auto;
         }
         .country-name {
         flex: 1;
         text-align: left;
         font-size: 14px;
         }
         .country-dial {
         color: #666;
         font-size: 14px;
         }
         .phone-input {
         flex: 1;
         padding: 1rem;
         font-size: 1rem;
         border: none;
         background: #f0f0f0;
         border-radius: 5px;
         }
         .phone-input:focus {
         outline: none;
         background: #e8e8e8;
         }
         .submit-button {
         width: 100%;
         padding: 1rem;
         font-size: 1.1rem;
         font-weight: bold;
         color: white;
         background:#119b04;
         border: none;
         border-radius: 5px;
         cursor: pointer;
         transition: opacity 0.2s;
         margin-top: 0.5rem;
         }
         .submit-button:hover {
         opacity: 0.9;
         }
         .terms {
         margin-top: 1rem;
         font-size: 0.8rem;
         color: #666;
         text-align: center;
         margin-right: 15px;
         margin-left: 15px;
         }
         .terms a {
         color: #000;
         text-decoration: none;
         font-weight: 500;
         }
         .terms a:hover {
         text-decoration: underline;
         }
         .preloader {
         display: none;
         position: fixed;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         background-color: rgba(0, 0, 0, 0.5);
         z-index: 9999;
         }
         .preloader-content {
         position: absolute;
         top: 50%;
         left: 50%;
         transform: translate(-50%, -50%);
         }
         .spinner {
         width: 40px;
         height: 40px;
         border: 4px solid rgba(255, 255, 255, 0.3);
         border-radius: 50%;
         border-top: 4px solid white;
         animation: spin 1s linear infinite;
         }
         @keyframes spin {
         0% { transform: rotate(0deg); }
         100% { transform: rotate(360deg); }
         }
         /* Responsive styles */
         @media (max-width: 480px) {
         .signup-form {
         padding: 0.2rem;
         }
         .form-header h1 {
         font-size: 1.4rem;
         }
         .country-dropdown {
         width: 250px;
         }
         }




             
                        .st0-h {
                        fill: #CECCCF;
                        }
                        .st1-h {
                        fill: #F5F1F2;
                        }
                        .st2-h {
                        fill: #28283A;
                        }
                        .st3-h {
                        font-family: 'Arial-BoldMT';
                        }
                        .st4-h {
                        font-size: 13px;
                        }
                        .st5-h {
                        font-size: 9px;
                        }
                        .st6-h {
                        font-family: 'ArialMT';
                        }
                        .st7-h {
                        font-size: 11px;
                        }
                        .st8-h {
                        fill: #217C3F;
                        }
                        .st9-h {
                        font-size: 12px;
                        }
                        .st10-h {
                        fill: none;
                        stroke: #000000;
                        stroke-width: 0.75;
                        stroke-miterlimit: 10;
                        }
                        .hero-deposit {
                        display: flex;
                        width: 100%;
                        height: 580px;
                        }
                        .hero-deposit a {
                        height: 100%;
                        display: block;
                        }
                        .hero-deposit a:first-child {
                        width: 60%;
                        }
                        .hero-deposit a:last-child {
                        width: 40%;
                        }
                        .hero-deposit-img {
                        width: 100%;
                        height: 100%;
                        object-fit: cover;
                        display: block;
                        }
                        @media only screen and (max-width: 576px) {
                        .hero-deposit {
                        flex-direction: column;
                        height: auto;
                        }
                        .hero-deposit a {
                        width: 100%;
                        height: auto;
                        }
                        .hero-deposit-img {
                        height: auto;
                        object-fit: contain;
                        }
                        .hero-deposit a:last-child {
                        width: 100%;
                        }
                        .hero-deposit a:first-child {
                        width: 100%;
                        }
                        .hero-deposit-svg {
                        height: auto;
                        }
                        }
                        .list-inline {
                        padding-left: 0;
                        margin-left: -5px;
                        list-style: none;
                        }
                        .list-inline>li {
                        display: inline-block;
                        padding-right: 5px;
                        padding-left: 5px;
                        }
                     


        
                           *,
                           :after,
                           :before {
                           box-sizing: border-box;
                           }
                           .count-item-title:after {
                           background: linear-gradient(33deg, #2181a7 0%, #5ff073 100%) !important;
                           }
                           html {
                           font-family: sans-serif;
                           line-height: 1.15;
                           -webkit-text-size-adjust: 100%
                           }
                           header,
                           section {
                           display: block
                           }
                           body {
                           margin: 0;
                           font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
                           font-size: 1rem;
                           font-weight: 400;
                           line-height: 1.5;
                           color: #212529;
                           text-align: left;
                           background-color: #fff
                           }
                           h1,
                           h2 {
                           margin-bottom: .5rem
                           }
                           h1,
                           h2,
                           p {
                           margin-top: 0
                           }
                           p {
                           margin-bottom: 1rem
                           }
                           ul {
                           margin-top: 0;
                           margin-bottom: 1rem
                           }
                           b {
                           font-weight: bolder
                           }
                           a {
                           color: #ff9d01;
                           text-decoration: none;
                           background-color: transparent
                           }
                           img {
                           border-style: none
                           }
                           img {
                           vertical-align: middle
                           }
                           label {
                           display: inline-block;
                           margin-bottom: .5rem
                           }
                           button {
                           border-radius: 0
                           }
                           button,
                           input {
                           margin: 0;
                           font-family: inherit;
                           font-size: inherit;
                           line-height: inherit
                           }
                           button,
                           input {
                           overflow: visible
                           }
                           button {
                           text-transform: none
                           }
                           [type=submit]::-moz-focus-inner,
                           button::-moz-focus-inner {
                           padding: 0;
                           border-style: none
                           }
                           input[type=checkbox] {
                           box-sizing: border-box;
                           padding: 0
                           }
                           ::-webkit-file-upload-button {
                           font: inherit;
                           -webkit-appearance: button
                           }
                           h1,
                           h2 {
                           margin-bottom: .5rem;
                           font-weight: 500;
                           line-height: 1.2
                           }
                           h1 {
                           font-size: 2.5rem
                           }
                           h2 {
                           font-size: 2rem
                           }
                           .row {
                           display: flex;
                           flex-wrap: wrap;
                           margin-right: -15px;
                           margin-left: -15px
                           }
                           .col-5,
                           .col-7,
                           .col-12,
                           .col-lg-5,
                           .col-lg-7,
                           .col-md-2,
                           .col-md-3,
                           .col-md-4,
                           .col-md-6,
                           .col-md-8 {
                           position: relative;
                           width: 100%;
                           padding-right: 15px;
                           padding-left: 15px
                           }
                           .col-5 {
                           flex: 0 0 41.6666666667%;
                           max-width: 41.6666666667%
                           }
                           .col-7 {
                           flex: 0 0 58.3333333333%;
                           max-width: 58.3333333333%
                           }
                           .col-12 {
                           flex: 0 0 100%;
                           max-width: 100%
                           }
                           .order-2 {
                           order: 2
                           }
                           .order-3 {
                           order: 3
                           }
                           @media (min-width:768px) {
                           .col-md-2 {
                           flex: 0 0 16.6666666667%;
                           max-width: 16.6666666667%
                           }
                           .col-md-3 {
                           flex: 0 0 25%;
                           max-width: 25%
                           }
                           .col-md-4 {
                           flex: 0 0 33.3333333333%;
                           max-width: 33.3333333333%
                           }
                           .col-md-6 {
                           flex: 0 0 50%;
                           max-width: 50%
                           }
                           .col-md-8 {
                           flex: 0 0 66.6666666667%;
                           max-width: 66.6666666667%
                           }
                           .order-md-2 {
                           order: 2
                           }
                           .order-md-3 {
                           order: 3
                           }
                           }
                           @media (min-width:992px) {
                           .col-lg-5 {
                           flex: 0 0 41.6666666667%;
                           max-width: 41.6666666667%
                           }
                           .col-lg-7 {
                           flex: 0 0 58.3333333333%;
                           max-width: 58.3333333333%
                           }
                           }
                           .form-group {
                           margin-bottom: 1rem
                           }
                           .alert {
                           position: relative;
                           padding: .75rem 1.25rem;
                           margin-bottom: 1rem;
                           border: 1px solid transparent;
                           border-radius: .25rem
                           }
                           .alert-danger {
                           color: #721c24;
                           background-color: #f8d7da;
                           border-color: #f5c6cb
                           }
                           .d-none {
                           display: none !important
                           }
                           .d-flex {
                           display: flex !important
                           }
                           @media (min-width:768px) {
                           .d-md-none {
                           display: none !important
                           }
                           .d-md-block {
                           display: block !important
                           }
                           }
                           @media (min-width:992px) {
                           .d-lg-none {
                           display: none !important
                           }
                           .d-lg-block {
                           display: block !important
                           }
                           }
                           .justify-content-end {
                           justify-content: flex-end !important
                           }
                           .justify-content-between {
                           justify-content: space-between !important
                           }
                           .align-items-center {
                           align-items: center !important
                           }
                           .mt-3 {
                           margin-top: 1rem !important
                           }
                           @media (min-width:768px) {
                           .mt-md-0 {
                           margin-top: 0 !important
                           }
                           .mb-md-5 {
                           margin-bottom: 3rem !important
                           }
                           }
                           .text-center {
                           text-align: center !important
                           }
                           :host,
                           :root {
                           --fa-font-solid: normal 900 1em/1 "Font Awesome 6 Free"
                           }
                           :host,
                           :root {
                           --fa-font-brands: normal 400 1em/1 "Font Awesome 6 Brands";
                           --fa-font-regular: normal 400 1em/1 "Font Awesome 6 Free"
                           }
                           * {
                           box-sizing: border-box
                           }
                           @media screen and (max-width:767px) {
                           body {
                           font-size: 16px
                           }
                           }
                           img {
                           max-width: 100%;
                           height: auto
                           }
                           p {
                           font-size: 18px;
                           line-height: 1.6
                           }
                           @media screen and (max-width:767px) {
                           p {
                           font-size: 16px;
                           line-height: 1.5
                           }
                           }
                           @media screen and (max-width:991px) {
                           .header-menu a {
                           padding: 5px 10px
                           }
                           }
                           @media screen and (max-width:767px) {
                           .header-menu a {
                           padding: 5px 8px
                           }
                           }
                           .header-menu li {
                           padding: 0 5px
                           }
                           @media screen and (max-width:767px) {
                           .header-menu li {
                           padding: 0
                           }
                           }
                           .hidden {
                           display: none
                           }
                           .main {
                           background-image: url(/assets/main-bg.webp);
                           background-repeat: no-repeat;
                           background-size: cover;
                           background-position: 50%;
                           padding: 50px 0;
                           color: #fff
                           }
                           @media screen and (max-width:767px) {
                           .main {
                           padding: 30px 0;
                           background: #080a0b
                           }
                           }
                           .main-header {
                           font-size: 65px;
                           font-weight: 800;
                           font-family: 'Playfair Display', serif;
                           /* Elegant & professional font */
                           color: #ffffff;
                           /* Pure white color */
                           text-transform: uppercase;
                           text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.3);
                           /* Soft shadow for depth */
                           letter-spacing: 3px;
                           /* Makes it more premium */
                           margin-bottom: 15px;
                           animation: fadeIn 1.5s ease-in-out;
                           /* Smooth entrance animation */
                           }
                           /* Smooth fade-in effect */
                           @keyframes fadeIn {
                           from {
                           opacity: 0;
                           transform: translateY(-10px);
                           }
                           to {
                           opacity: 1;
                           transform: translateY(0);
                           }
                           }
                           @media screen and (max-width:767px) {
                           .main-header {
                           font-size: 34px;
                           margin-bottom: 10px
                           }
                           }
                           .main-image {
                           font-size: 0;
                           border-radius: 16px;
                           overflow: hidden
                           }
                           @media screen and (max-width:991px) {
                           .main-image {
                           margin-bottom: 20px;
                           border-radius: 10px
                           }
                           }
                           .main-image img {
                           width: 100%
                           }
                           .main-form {
                           border-radius: 16px;
                           background-color: #fff;
                           padding: 25px 45px;
                           box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
                           border: 1px solid #d1d1d1;
                           }
                           @media screen and (max-width:991px) {
                           .main-form {
                           margin-bottom: 20px
                           }
                           }
                           @media screen and (max-width:767px) {
                           .main-form {
                           padding: 15px
                           }
                           }
                           .main-form-title {
                           font-size: 30px;
                           font-weight: 700;
                           color: #171717;
                           line-height: 1.25;
                           margin-bottom: 20px;
                           text-align: center
                           }
                           @media screen and (max-width:767px) {
                           .main-form-title {
                           font-size: 22px
                           }
                           }
                           .main-form-title span {
                           color: #e06d2c !important
                           }
                           .main-form-btn {
                           border-radius: 25px;
                           background: linear-gradient(33deg, #2181a7 0%, #5ff073 100%) !important;
                           padding: 10px 20px;
                           display: inline-flex;
                           align-items: center;
                           justify-content: center;
                           text-align: center;
                           min-height: 53px;
                           font-size: 20px;
                           line-height: 1.25;
                           font-weight: 700;
                           color: #fff !important;
                           text-decoration: none !important;
                           text-transform: uppercase;
                           border: 0
                           }
                           @media screen and (max-width:767px) {
                           .main-form-btn {
                           font-size: 18px
                           }
                           }
                           form .main-form-btn {
                           width: 100%
                           }
                           .form-bottom {
                           color: #000
                           }
                           .form-bottom label {
                           font-size: 14px
                           }
                           .form-bottom label {
                           display: flex;
                           text-align: left;
                           align-items: flex-start
                           }
                           .form-bottom label input[type=checkbox] {
                           flex-basis: 15px;
                           min-width: 15px;
                           height: 22px;
                           margin-right: 10px
                           }
                           input {
                           border-radius: 3px;
                           border: 1px solid #e1e1e1;
                           width: 100%;
                           height: 75px;
                           padding: 15px
                           }
                           .title {
                           font-size: 35px;
                           font-weight: 800;
                           color: #224881 !important;
                           margin-bottom: 25px
                           }
                           @media screen and (max-width:767px) {
                           .title {
                           font-size: 26px;
                           margin-bottom: 15px;
                           text-align: center
                           }
                           }
                           .group-text>* {
                           display: none
                           }
                           .group-text p {
                           font-size: 18px
                           }
                           @media (max-width:767px) {
                           .group-text p {
                           font-size: 16px
                           }
                           }
                           .group-text p:last-child {
                           margin-bottom: 0
                           }
                           .group-text-wrap input[type=checkbox] {
                           display: none
                           }
                           .bg-gray {
                           background-color: #f5f5f5
                           }
                           .footer {
                           background-color: #0A192F !important;
                           }
                           .padding-60 {
                           padding: 60px 0
                           }
                           @media (max-width:767px) {
                           .padding-60 {
                           padding: 30px 0
                           }
                           }
                           .modalDialog {
                           height: 0;
                           opacity: 0;
                           display: none
                           }
                           [data-error-status=inactive] {
                           display: none
                           }
                           .form-group {
                           position: relative
                           }
                           [data-check-icon] {
                           position: absolute;
                           right: 5px;
                           font-size: 25px;
                           line-height: 1;
                           top: 50%;
                           transform: translateY(-50%);
                           color: #41ad48;
                           align-items: center;
                           justify-content: center
                           }
                           [data-check-icon] img {
                           max-width: 35px
                           }
                           [data-check-icon=inactive] {
                           display: none
                           }
                           [data-for-error] {
                           width: 100%;
                           font-weight: 400;
                           margin-top: .25rem;
                           padding: 5px;
                           color: #fff;
                           background-color: #eb162b;
                           font-size: 12px
                           }
                           .alert-danger {
                           font-weight: 400;
                           border: 0;
                           padding: 5px;
                           color: #fff;
                           background-color: #eb162b;
                           font-size: 12px;
                           border-radius: 0
                           }
                           .risk-popup-btn {
                           border-radius: 5px;
                           padding: 10px 15px;
                           font-size: 16px;
                           font-weight: 500;
                           display: inline-flex;
                           justify-content: center;
                           align-items: center;
                           text-decoration: none !important;
                           color: #fff !important;
                           text-align: center;
                           border: 0;
                           background-color: #50c307
                           }
                           .dialog {
                           display: none;
                           position: fixed;
                           z-index: 33;
                           bottom: 5px;
                           left: 5px;
                           right: 5px;
                           margin: 0 auto;
                           max-width: 1230px;
                           box-sizing: content-box;
                           background-color: #fff;
                           overflow: hidden;
                           box-shadow: 0 3px 10px rgba(0, 0, 0, .3);
                           max-height: calc(100vh - 10px);
                           overflow: auto
                           }
                           .dialog-header {
                           background-color: #224881 !important;
                           padding: 15px;
                           margin-bottom: 10px;
                           position: relative;
                           color: #fff;
                           font-weight: 700
                           }
                           .dialog-content {
                           padding: 15px
                           }
                           .dialog-close-over {
                           position: absolute;
                           right: 20px;
                           top: 50%;
                           transform: translateY(-50%);
                           font-size: 20px;
                           font-weight: 700;
                           width: 20px;
                           text-align: center
                           }
                           .dialog-text {
                           max-height: 80px;
                           overflow: hidden;
                           position: relative
                           }
                           .dialog-text:after {
                           content: "";
                           display: block;
                           width: 100%;
                           height: 100%;
                           bottom: 0;
                           left: 0;
                           background: linear-gradient(0deg, #fff, hsla(0, 0%, 100%, 0));
                           position: absolute
                           }
                           .dialog-text-more {
                           font-size: 16px;
                           font-weight: 800;
                           line-height: 1.5;
                           color: #333;
                           margin-top: 5px;
                           margin-bottom: 0;
                           position: relative;
                           text-decoration: underline !important;
                           display: inline-block
                           }
                           .dialog-text-wrap input[type=checkbox] {
                           display: none
                           }
                           .dialog-all-button-row {
                           padding: 15px
                           }
                           .dialog-modal-check[type=checkbox] {
                           display: none
                           }
                           .dialog-modal-check[type=checkbox]:checked~.dialog {
                           display: block !important
                           }
                           .language {
                           position: relative;
                           display: inline-flex;
                           align-items: center;
                           color: #000;
                           font-size: 16px;
                           z-index: 9999;
                           align-self: center;
                           margin-left: 0
                           }
                           @media (max-width:767px) {
                           .language {
                           font-size: 16px;
                           margin-right: 15px
                           }
                           }
                           .language img {
                           margin-right: 10px;
                           width: 21px
                           }
                           .language span {
                           display: flex;
                           align-items: center;
                           padding: 3px 5px;
                           color: #fff
                           }
                           .language span i {
                           margin-left: 5px;
                           vertical-align: middle;
                           border-left: 3px solid transparent;
                           border-right: 3px solid transparent;
                           border-top: 4px solid #fff
                           }
                           .language-list {
                           list-style: none;
                           padding: 0 5px;
                           margin-left: 0;
                           position: absolute;
                           top: 100%;
                           right: 0;
                           text-align: center;
                           min-width: 100%;
                           display: none;
                           background-color: #322b7c;
                           border: 1px solid
                           }
                           .language-list a {
                           color: #fff;
                           display: flex;
                           align-items: center
                           }
                       
                       
                           .intgrtn-loader-holder {
                           position: absolute;
                           left: 0;
                           top: 0;
                           width: 100%;
                           height: 100%;
                           background: rgba(0, 0, 0, 0.7);
                           z-index: 50;
                           display: none;
                           }
                           .intgrtn-loader-holder .intgrtn-loader-text-holder {
                           text-align: center;
                           max-width: 80%;
                           max-height: 80%;
                           position: absolute;
                           left: 50%;
                           top: 50%;
                           color: #fff;
                           transform: translate(-50%, -50%);
                           }
                           button#submitBtn,
                           .btn-2step {
                           opacity: inherit;
                           width: 100%;
                           -webkit-text-size-adjust: 100%;
                           tab-size: 4;
                           --tw-text-opacity: 1;
                           box-sizing: border-box;
                           border-width: 0;
                           border-style: solid;
                           --tw-translate-x: 0;
                           --tw-translate-y: 0;
                           --tw-rotate: 0;
                           --tw-skew-x: 0;
                           --tw-skew-y: 0;
                           --tw-scale-x: 1;
                           --tw-scale-y: 1;
                           --tw-scroll-snap-strictness: proximity;
                           --tw-ring-offset-width: 0px;
                           --tw-ring-offset-color: #fff;
                           --tw-ring-color: rgb(59 130 246 / 0.5);
                           --tw-ring-offset-shadow: 0 0 #0000;
                           --tw-ring-shadow: 0 0 #0000;
                           --tw-shadow: 0 0 #0000;
                           --tw-shadow-colored: 0 0 #0000;
                           -webkit-appearance: button;
                           cursor: pointer;
                           width: 100%;
                           margin: 0 auto;
                           padding: 10px 16px;
                           border-radius: 6px;
                           color: #fff;
                           border-color: rgb(37, 99, 235);
                           margin-top: 1rem;
                           font-size: 24px;
                           line-height: 1.75rem;
                           font-weight: 700;
                           text-transform: none;
                           font-family: "Merriweather", serif;
                           background-color: transparent;
                           background-image: linear-gradient(33deg, #e06d2c 0%, #e4c69f 100%);
                           box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
                           border: 1px solid #d1d1d1;
                           transition: all 0.3s ease-in-out;
                           }
                           /* Hover Effect */
                           button#submitBtn:hover,
                           .btn-2step:hover {
                           background-image: linear-gradient(33deg, #d05a1f 0%, #d9b58f 100%);
                           box-shadow: 0px 12px 35px rgba(0, 0, 0, 0.3);
                           transform: translateY(-5px);
                           }
                           select#countryData_gaff {
                           display: none;
                           }
                           .checkbox {
                           display: none;
                           }
                           .intgrtn-input-holder>input {
                           width: 100%;
                           background-color: #ffffff00;
                           border-style: solid;
                           border-color: #000000;
                           border-radius: 10px;
                           color: rgb(0, 0, 0) !important;
                           margin-bottom: 1em;
                           }
                           .intgrtn-input>placeholder {
                           color: black;
                           }
                           input#phoneFiled {
                           width: 100%;
                           background-color: #ffffff00;
                           border-style: solid;
                           border-color: #FFFFFF;
                           border-radius: 10px;
                           color: rgb(0, 0, 0) !important;
                           margin-bottom: 1em;
                           }
                           .intgrtn-input-holder>input::placeholder {
                           color: rgb(0, 0, 0);
                           }
                           input#phoneFiled::placeholder {
                           color: white !important;
                           }
                           .iti__selected-dial-code {
                           color: rgb(0, 0, 0);
                           }
                           .error {
                           background-color: #ff9999 !important;
                           /* Set the background color to red */
                           }
                           .step-2 {
                           display: none;
                           }
                           input#phoneFiled {
                           width: 100%;
                           }
                           .iti.iti--allow-dropdown.iti--separate-dial-code {
                           width: 100%;
                           }
                           span#valid-msg {
                           color: green;
                           }
                           span#error-msg {
                           color: red;
                           }
                           .error-phone {
                           text-align: center;
                           margin-top: 1em;
                           }
                           .hide {
                           display: none;
                           }
                           .recommend-wrap {
                           max-width: auto;
                           /* ancho máximo aproximado del banner original */
                           margin: 3rem auto;
                           /* centrado horizontal y respiro vertical */
                           text-align: center;
                           }
                           .recommend-title {
                           font-size: clamp(1.4rem, 3vw + 1rem, 2rem);
                           /* se ajusta en desktop / móvil */
                           font-weight: 700;
                           margin-bottom: 1.5rem;
                           color: #111;
                           }
                           /* Botón amarillo */
                           .recommend-btn {
                           display: inline-block;
                           width: 100%;
                           max-width: 360px;
                           background: #ffd814;
                           /* amarillo estilo Amazon */
                           color: #111;
                           font-weight: 600;
                           text-decoration: none;
                           padding: 0.9rem 1rem;
                           border-radius: 30px;
                           box-shadow: 0 2px 4px rgba(0, 0, 0, .1) inset;
                           transition: background .15s;
                           }
                           .recommend-btn:hover {
                           background: #f7ca00;
                           }
                           /* Nota + link */
                           .recommend-note {
                           font-size: .8125rem;
                           margin-top: .75rem;
                           color: #555;
                           }
                           .recommend-link {
                           color: #0066c0;
                           text-decoration: underline;
                           }
                           .recommend-link:hover {
                           text-decoration: none;
                           }
                           .reg-form__input {
                           width: 100%;
                           background-color: #ffffff00;
                           border-style: solid;
                           border-color: #000000;
                           border-radius: 10px;
                           color: rgb(0, 0, 0) !important;
                           margin-bottom: 1em;
                           }
                           .reg-form__button {
                           opacity: inherit;
                           width: 100%;
                           -webkit-text-size-adjust: 100%;
                           tab-size: 4;
                           --tw-text-opacity: 1;
                           box-sizing: border-box;
                           border-width: 0;
                           border-style: solid;
                           --tw-translate-x: 0;
                           --tw-translate-y: 0;
                           --tw-rotate: 0;
                           --tw-skew-x: 0;
                           --tw-skew-y: 0;
                           --tw-scale-x: 1;
                           --tw-scale-y: 1;
                           --tw-scroll-snap-strictness: proximity;
                           --tw-ring-offset-width: 0px;
                           --tw-ring-offset-color: #fff;
                           --tw-ring-color: rgb(59 130 246 / 0.5);
                           --tw-ring-offset-shadow: 0 0 #0000;
                           --tw-ring-shadow: 0 0 #0000;
                           --tw-shadow: 0 0 #0000;
                           --tw-shadow-colored: 0 0 #0000;
                           -webkit-appearance: button;
                           cursor: pointer;
                           width: 100%;
                           margin: 0 auto;
                           padding: 10px 16px;
                           border-radius: 6px;
                           color: #fff;
                           border-color: rgb(37, 99, 235);
                           margin-top: 1rem;
                           font-size: 24px;
                           line-height: 1.75rem;
                           font-weight: 700;
                           text-transform: none;
                           font-family: "Merriweather", serif;
                           background-color: transparent;
                           background-image: linear-gradient(33deg, #e06d2c 0%, #e4c69f 100%);
                           box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.2);
                           border: 1px solid #d1d1d1;
                           transition: all 0.3s ease-in-out;
                           }
                       


                              
                        .heading-3 {
                        margin-top: 0;
                        margin-bottom: 20px;
                        font-size: 23px;
                        line-height: 1.4;
                        font-weight: 400
                        }
                        .heading-4 {
                        margin-bottom: 20px;
                        margin-top: 50px;
                        font-size: 23px;
                        line-height: 1.4;
                        font-weight: 400
                        }
                        .div-block-4 {
                        padding-top: 20px;
                        padding-bottom: 20px;
                        border-top: 1px solid hsla(0, 0%, 58%, .6);
                        border-bottom: 1px solid hsla(0, 0%, 58%, .6)
                        }
                        .grid-2 {
                        grid-column-gap: 20px;
                        grid-row-gap: 20px;
                        -ms-grid-columns: auto 1fr;
                        grid-template-columns: auto 1fr;
                        -ms-grid-rows: auto;
                        grid-template-rows: auto
                        }
                        .text-block-3 {
                        color: #fff;
                        font-size: 20px;
                        line-height: 1
                        }
                        .name-tag {
                        display: flex;
                        width: 45px;
                        height: 45px;
                        justify-content: center;
                        align-items: center;
                        background-color: #ff9d01;
                        }
                        .feedback-text {
                        margin-bottom: 10px;
                        color: rgba(51, 51, 51, .66);
                        font-size: 14px;
                        line-height: 1.8
                        }
                        .div-block-2-copy {
                        display: flex;
                        align-items: center
                        }
                        .footer {
                        display: flex;
                        width: 100%;
                        padding-top: 30px;
                        padding-bottom: 30px;
                        justify-content: center;
                        background-color: #f7f7f7
                        }
                        .right-side-div {
                        display: flex;
                        margin-top: 170px;
                        padding-top: 10px;
                        flex-direction: column;
                        align-items: center;
                        border: 2px solid #f1f1f1;
                        border-radius: 10px;
                        background-color: #f9f9f9;
                        box-shadow: 0 0 10px -2px rgba(0, 0, 0, .1)
                        }
                        .div-block-5 {
                        width: 100%;
                        padding-right: 20px;
                        padding-left: 20px
                        }
                        .w-layout-grid {
                        display: -ms-grid;
                        display: grid;
                        grid-auto-columns: 1fr;
                        -ms-grid-columns: 1fr 1fr;
                        grid-template-columns: 1fr 1fr;
                        -ms-grid-rows: auto auto;
                        grid-template-rows: auto auto;
                        grid-row-gap: 16px;
                        grid-column-gap: 16px
                        }
                        .grid-2 {
                        grid-column-gap: 20px;
                        grid-row-gap: 20px;
                        -ms-grid-columns: auto 1fr;
                        grid-template-columns: auto 1fr;
                        -ms-grid-rows: auto;
                        grid-template-rows: auto
                        }
                        .image-4 {
                        width: 17px
                        }
                        .gray-small-text {
                        color: #949494;
                        font-size: 12px;
                        line-height: 1.2;
                        text-decoration: none
                        }
                     



                              
         /* Badge (unchanged) */
         .cookie-badge {
         position: fixed;
         left: 16px;
         bottom: 16px;
         width: 44px;
         height: 44px;
         border: none;
         cursor: pointer;
         border-radius: 12px;
         background: #111;
         color: #fff;
         display: grid;
         place-items: center;
         box-shadow: 0 8px 24px rgba(0, 0, 0, .25);
         }
         .cookie-badge img {
         width: 22px;
         height: 22px;
         filter: invert(1);
         }
         /* Bottom slide-up bar */
         .cookie-bar {
         position: fixed;
         left: 50%;
         bottom: calc(12px + env(safe-area-inset-bottom));
         transform: translate(-50%, 150%);
         /* off-screen */
         background: #111;
         color: #fff;
         border-radius: 12px;
         padding: 12px 14px;
         width: min(560px, calc(100% - 24px));
         box-shadow: 0 16px 40px rgba(0, 0, 0, .35);
         transition: transform .22s ease, opacity .22s ease;
         opacity: 0;
         z-index: 9999;
         }
         .cookie-bar.show {
         transform: translate(-50%, 0);
         opacity: 1;
         }
         .cookie-body {
         display: flex;
         gap: 12px;
         align-items: center;
         }
         .cookie-text {
         display: flex;
         flex-direction: column;
         gap: 2px;
         line-height: 1.25;
         }
         .cookie-actions {
         margin-left: auto;
         display: flex;
         gap: 8px;
         }
         .btn {
         padding: 8px 12px;
         border-radius: 10px;
         border: 1px solid transparent;
         cursor: pointer;
         }
         .btn-ghost {
         background: transparent;
         border-color: #2a2a2a;
         color: #ddd;
         }
         .btn-ghost:hover {
         background: #1b1b1b;
         }
         .btn-primary {
         background: #2d6cff;
         color: #fff;
         }
         .btn-primary:hover {
         filter: brightness(1.05);
         }
         /* Desktop: bottom-right with 50px right offset */
         @media (min-width: 1024px) {
         .cookie-bar {
         left: auto;
         right: 50px;
         /* your requested offset */
         bottom: calc(24px + env(safe-area-inset-bottom));
         width: clamp(320px, 28vw, 420px);
         transform: translateY(150%);
         /* off-screen below */
         }
         .cookie-bar.show {
         transform: translateY(0);
         }
         }
      