@font-face {
  font-family:__inter_9c5a94;
  src:url("fonts/index.data-font01.ttf")format("truetype");
  font-display:swap
}
@font-face {
  font-family:__inter_Fallback_9c5a94;
  src:local("Arial");
  ascent-override:90.00%;
  descent-override:22.43%;
  line-gap-override:0.00%;
  size-adjust:107.64%
}
.__variable_9c5a94 {
  --font-inter:"__inter_9c5a94","__inter_Fallback_9c5a94"
}
@font-face {
  font-family:__wixMadeforDisplay_49b18b;
  src:url("fonts/index.data-font02.ttf")format("truetype");
  font-display:swap
}
@font-face {
  font-family:__wixMadeforDisplay_Fallback_49b18b;
  src:local("Arial");
  ascent-override:96.09%;
  descent-override:24.02%;
  line-gap-override:0.00%;
  size-adjust:104.90%
}


.__variable_49b18b {
  --font-wix-madefor-display:"__wixMadeforDisplay_49b18b","__wixMadeforDisplay_Fallback_49b18b"
}

.sf-hidden {
  display:none!important
}

.pyt {
  padding:40px 20px!important;
}

@media only screen and (max-width:530px) {
.myt {
  display:none!important
}

    footer {
        width: 90% !important;
        margin-bottom: 20px;
    }  

	.imlory {
        width: 140px !important
         
    }   
    main {
        text-align: center!important;
        
    }   

	.btnclk {
        width: 100% !important;
        
    }
	
}

obf {
  position: absolute;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 0px !important;
  line-height: 0px !important;
  gap: 0 !important;
}
.obf {
  position: absolute;
  width: 0px !important;
  height: 0px !important;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0px !important;
  padding: 0px !important;
  margin: 0px !important;
  font-size: 0px !important;
  line-height: 0px !important;
  gap: 0 !important;
}
.gap-1\.5, .gap-2, .gap-4, .gap-3 {
  gap: 0 !important;
}


@media (min-width: 992px) {
    .desktop\:grid {
        display: flex!important;
    }
}


@media (min-width: 768px) {
    .tablet\:leading-desktopBodyMedium {
        line-height: 1.375rem;
        margin: 3px 0px;
    }
}


@media (min-width: 992px) {
    .desktop\:max-w-none {
        max-width: none;
        width: 140px!important;
    }
}

#btmenu .menu-toggle-fill path,
#btclose .menu-toggle-fill path {
    fill: #0500ff;
}
html.dark #btmenu .menu-toggle-fill path,
html.dark #btclose .menu-toggle-fill path {
    fill: #48ff91;
}


@media (min-width: 768px) {
    .md\:scwtw-w-\[360px\] {
        width: 424px!important;
    }
}

.trust-float-field {
    position: relative;
}

.trust-float-field .trust-float-input {
    height: 50px;
    padding: 20px 12px 6px;
    width: 100%;
}

.trust-float-field .trust-float-input[data-invalid="true"] {
    border-color: #eb4b6d !important;
    color: #eb4b6d;
}

.trust-float-field--geo .trust-float-input {
    padding-right: 42px;
}

.trust-float-field--geo .trust-float-input[data-geo-locked="true"] {
    cursor: default;
}

.trust-float-edit-btn {
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    padding: 0;
    border: none;
    border-radius: 4px;
    background: transparent;
    color: #848e9c;
    cursor: pointer;
    transition: color 0.18s ease, background 0.18s ease;
}

.trust-float-edit-btn:hover {
    color: #0500ff;
    background: rgba(5, 0, 255, 0.06);
}

.trust-float-edit-btn.is-editing {
    color: #0500ff;
}

.trust-modal.dark .trust-float-edit-btn:hover,
[data-theme="dark"] .trust-float-edit-btn:hover {
    color: #48ff91;
    background: rgba(72, 255, 145, 0.08);
}

.trust-modal.dark .trust-float-edit-btn.is-editing,
[data-theme="dark"] .trust-float-edit-btn.is-editing {
    color: #48ff91;
}

.trust-float-field--geo-loading .trust-float-input {
    opacity: 0.65;
}

.trust-float-field--geo-loading .trust-float-edit-btn {
    pointer-events: none;
    opacity: 0.45;
}

.trust-float-field label {
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #848e9c;
    transition: top 0.18s ease, transform 0.18s ease, font-size 0.18s ease, color 0.18s ease;
    line-height: 1.2;
    max-width: calc(100% - 24px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.trust-float-field .trust-float-input:focus + label,
.trust-float-field .trust-float-input:not(:placeholder-shown) + label,
.trust-float-field .trust-float-input.trust-float-filled + label,
.trust-float-field .trust-float-input:-webkit-autofill + label {
    top: 7px;
    transform: translateY(0);
    font-size: 11px;
    font-weight: 500;
    color: #616670;
}

.trust-float-field .trust-float-input:focus + label {
    color: #0500ff;
}

.trust-modal.dark .trust-float-field label,
[data-theme="dark"] .trust-float-field label {
    color: #848e9c;
}

.trust-modal.dark .trust-float-field .trust-float-input:focus + label,
.trust-modal.dark .trust-float-field .trust-float-input:not(:placeholder-shown) + label,
.trust-modal.dark .trust-float-field .trust-float-input.trust-float-filled + label,
[data-theme="dark"] .trust-float-field .trust-float-input:focus + label,
[data-theme="dark"] .trust-float-field .trust-float-input:not(:placeholder-shown) + label,
[data-theme="dark"] .trust-float-field .trust-float-input.trust-float-filled + label {
    color: #b7bdc6;
}

.trust-modal.dark .trust-float-field .trust-float-input:focus + label,
[data-theme="dark"] .trust-float-field .trust-float-input:focus + label {
    color: #48ff91;
}

@keyframes trust-card-processing-pulse {
    0%, 100% { transform: scale(1); opacity: 1; }
    50% { transform: scale(1.05); opacity: 0.85; }
}

.trust-card-processing-pulse {
    animation: trust-card-processing-pulse 1.6s ease-in-out infinite;
}