#gtgfEditor .h-8 {
    height: 2rem
}
#gtgfEditor .w-28 {
    width: 7rem
}
#gtgfEditor .w-8 {
    width: 2rem
}
#gtgfEditor .w-full {
    width: 100%
}
#gtgfEditor .flex-none {
    flex: none
}
#gtgfEditor .transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
}
#gtgfEditor .rounded-2xl {
    border-radius: 1rem
}
#gtgfEditor .rounded-full {
    border-radius: 9999px
}
#gtgfEditor .rounded-xl {
    border-radius: 0.75rem
}
#gtgfEditor .border {
    border-width: 1px
}
#gtgfEditor .border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity))
}
#gtgfEditor .bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-red-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 242 242 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-yellow-100 {
    --tw-bg-opacity: 1;
    background-color: rgb(254 249 195 / var(--tw-bg-opacity))
}
#gtgfEditor .bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops))
}
#gtgfEditor .from-red-100 {
    --tw-gradient-from: #fee2e2 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(254 226 226 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
#gtgfEditor .from-sky-500 {
    --tw-gradient-from: #0ea5e9 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(14 165 233 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
#gtgfEditor .to-indigo-400 {
    --tw-gradient-to: #818cf8 var(--tw-gradient-to-position)
}
#gtgfEditor .to-red-100 {
    --tw-gradient-to: #fee2e2 var(--tw-gradient-to-position)
}
#gtgfEditor .stroke-current {
    stroke: currentColor
}
#gtgfEditor .text-left {
    text-align: left
}
#gtgfEditor .text-center {
    text-align: center
}
#gtgfEditor .text-2xl {
    font-size: 1.8462rem;
    line-height: 2.4615rem
}
#gtgfEditor .text-base {
    font-size: 1.2308rem;
    line-height: 1.8462rem
}
#gtgfEditor .text-sm {
    font-size: 1.0769rem;
    line-height: 1.5385rem
}
#gtgfEditor .text-xl {
    font-size: 1.5385rem;
    line-height: 2.1538rem
}
#gtgfEditor .text-xs {
    font-size: 0.9231rem;
    line-height: 1.2308rem
}
#gtgfEditor .font-bold {
    font-weight: 700
}
#gtgfEditor .font-medium {
    font-weight: 500
}
#gtgfEditor .font-normal {
    font-weight: 400
}
#gtgfEditor .font-semibold {
    font-weight: 600
}
#gtgfEditor .tracking-tight {
    letter-spacing: -0.025em
}
#gtgfEditor .text-gray-500 {
    --tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-600 {
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-700 {
    --tw-text-opacity: 1;
    color: rgb(55 65 81 / var(--tw-text-opacity))
}
#gtgfEditor .text-gray-900 {
    --tw-text-opacity: 1;
    color: rgb(17 24 39 / var(--tw-text-opacity))
}
#gtgfEditor .text-red-600 {
    --tw-text-opacity: 1;
    color: rgb(220 38 38 / var(--tw-text-opacity))
}
#gtgfEditor .text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
#gtgfEditor .transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms
}
#gtgfEditor .duration-300 {
    transition-duration: 300ms
}
#gtgfEditor .ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1)
}
#gtgfEditor .hover\:bg-black:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity))
}
#gtgfEditor .hover\:from-sky-600:hover {
    --tw-gradient-from: #0284c7 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(2 132 199 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to)
}
#gtgfEditor .hover\:to-indigo-500:hover {
    --tw-gradient-to: #6366f1 var(--tw-gradient-to-position)
}
#gtgfEditor .hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity))
}
@media (min-width: 1024px) {
    #gtgfEditor .lg\:w-1\/2 {
        width: 50%
    }
    #gtgfEditor .lg\:w-60 {
        width: 15rem
    }
    #gtgfEditor .lg\:text-left {
        text-align: left
    }
    #gtgfEditor .lg\:text-3xl {
        font-size: 2.3077rem;
        line-height: 2.7692rem
    }
    #gtgfEditor .lg\:text-5xl {
        font-size: 3.6923rem;
        line-height: 1
    }
    #gtgfEditor .lg\:text-base {
        font-size: 1.2308rem;
        line-height: 1.8462rem
    }
    #gtgfEditor .lg\:text-lg {
        font-size: 1.3846rem;
        line-height: 2.1538rem
    }
    #gtgfEditor .lg\:text-sm {
        font-size: 1.0769rem;
        line-height: 1.5385rem
    }
    #gtgfEditor .lg\:text-xl {
        font-size: 1.5385rem;
        line-height: 2.1538rem
    }
    #gtgfEditor .lg\:font-medium {
        font-weight: 500
    }
    #gtgfEditor .lg\:leading-snug {
        line-height: 1.375
    }
    #gtgfEditor .lg\:leading-tight {
        line-height: 1.25
    }
    #gtgfEditor .lg\:hover\:-translate-y-2:hover {
        --tw-translate-y: -0.5rem;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))
    }
    #gtgfEditor .lg\:hover\:shadow-2xl:hover {
        --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
        --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
        box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
    }
}