/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

        html {
            line-height: 1.15;
            -webkit-text-size-adjust: 100%
        }

        body {
            margin: 0;
            overflow-x:hidden;
        }

        main {
            display: block
        }

        h1 {
            font-size: 2em;
            margin: .67em 0
        }

        hr {
            box-sizing: content-box;
            height: 0;
            overflow: visible
        }

        pre {
            font-family: monospace, monospace;
            font-size: 1em
        }

        a {
            background-color: rgba(0, 0, 0, 0)
        }

        abbr[title] {
            border-bottom: none;
            text-decoration: underline;
            -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted
        }

        b,
        strong {
            font-weight: bolder
        }

        code,
        kbd,
        samp {
            font-family: monospace, monospace;
            font-size: 1em
        }

        small {
            font-size: 80%
        }

        sub,
        sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }

        sub {
            bottom: -0.25em
        }

        sup {
            top: -0.5em
        }

        img {
            border-style: none
        }

        button,
        input,
        optgroup,
        select,
        textarea {
            font-family: inherit;
            font-size: 100%;
            line-height: 1.15;
            margin: 0
        }

        button,
        input {
            overflow: visible
        }

        button,
        select {
            text-transform: none
        }

        button,
        [type=button],
        [type=reset],
        [type=submit] {
            -webkit-appearance: button
        }

        button::-moz-focus-inner,
        [type=button]::-moz-focus-inner,
        [type=reset]::-moz-focus-inner,
        [type=submit]::-moz-focus-inner {
            border-style: none;
            padding: 0
        }

        button:-moz-focusring,
        [type=button]:-moz-focusring,
        [type=reset]:-moz-focusring,
        [type=submit]:-moz-focusring {
            outline: 1px dotted ButtonText
        }

        fieldset {
            padding: .35em .75em .625em
        }

        legend {
            box-sizing: border-box;
            color: inherit;
            display: table;
            max-width: 100%;
            padding: 0;
            white-space: normal
        }

        progress {
            vertical-align: baseline
        }

        textarea {
            overflow: auto
        }

        [type=checkbox],
        [type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        [type=number]::-webkit-inner-spin-button,
        [type=number]::-webkit-outer-spin-button {
            height: auto
        }

        [type=search] {
            -webkit-appearance: textfield;
            outline-offset: -2px
        }

        [type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

        ::-webkit-file-upload-button {
            -webkit-appearance: button;
            font: inherit
        }

        details {
            display: block
        }

        summary {
            display: list-item
        }

        template {
            display: none
        }

        [hidden] {
            display: none
        }

        body {
            font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
            height: 100%
        }

        html {
            height: 100%;
            scroll-behavior: smooth
        }

        * {
            box-sizing: border-box;
            animation-duration: 1s;
            animation-fill-mode: both
        }

        h1,
        h2,
        h3,
        h4,
        h5,
        h6,
        p {
            margin: 0
        }

        #root {
            position: relative;
            z-index: 1;
            height: 100%
        }

        #portalForBuilder {
            position: relative;
            z-index: 2
        }

        .material-icons {
            opacity: 0
        }

        * {
            scrollbar-color: rgba(0, 0, 0, .2)
        }

        *::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, .2);
            border-radius: 4px
        }

        *::-webkit-scrollbar {
            width: 7px;
            height: 7px
        }

        [alt=lf-f-img] {
            position: fixed;
            left: 0;
            bottom: 0
        }

        @keyframes bounce {
            from,
            20%,
            53%,
            to {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transform: translate3d(0, 0, 0)
            }
            40%,
            43% {
                animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transform: translate3d(0, -30px, 0) scaleY(1.1)
            }
            70% {
                animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
                transform: translate3d(0, -15px, 0) scaleY(1.05)
            }
            80% {
                transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
                transform: translate3d(0, 0, 0) scaleY(0.95)
            }
            90% {
                transform: translate3d(0, -4px, 0) scaleY(1.02)
            }
        }

        @keyframes flash {
            from,
            50%,
            to {
                opacity: 1
            }
            25%,
            75% {
                opacity: 0
            }
        }

        @keyframes pulse {
            from {
                transform: scale3d(1, 1, 1)
            }
            50% {
                transform: scale3d(1.05, 1.05, 1.05)
            }
            to {
                transform: scale3d(1, 1, 1)
            }
        }

        @keyframes rubberBand {
            from {
                transform: scale3d(1, 1, 1)
            }
            30% {
                transform: scale3d(1.25, 0.75, 1)
            }
            40% {
                transform: scale3d(0.75, 1.25, 1)
            }
            50% {
                transform: scale3d(1.15, 0.85, 1)
            }
            65% {
                transform: scale3d(0.95, 1.05, 1)
            }
            75% {
                transform: scale3d(1.05, 0.95, 1)
            }
            to {
                transform: scale3d(1, 1, 1)
            }
        }

        @keyframes shakeX {
            from,
            to {
                transform: translate3d(0, 0, 0)
            }
            10%,
            30%,
            50%,
            70%,
            90% {
                transform: translate3d(-10px, 0, 0)
            }
            20%,
            40%,
            60%,
            80% {
                transform: translate3d(10px, 0, 0)
            }
        }

        @keyframes shakeY {
            from,
            to {
                transform: translate3d(0, 0, 0)
            }
            10%,
            30%,
            50%,
            70%,
            90% {
                transform: translate3d(0, -10px, 0)
            }
            20%,
            40%,
            60%,
            80% {
                transform: translate3d(0, 10px, 0)
            }
        }

        @keyframes headShake {
            0% {
                transform: translateX(0)
            }
            6.5% {
                transform: translateX(-6px) rotateY(-9deg)
            }
            18.5% {
                transform: translateX(5px) rotateY(7deg)
            }
            31.5% {
                transform: translateX(-3px) rotateY(-5deg)
            }
            43.5% {
                transform: translateX(2px) rotateY(3deg)
            }
            50% {
                transform: translateX(0)
            }
        }

        @keyframes swing {
            20% {
                transform: rotate3d(0, 0, 1, 15deg)
            }
            40% {
                transform: rotate3d(0, 0, 1, -10deg)
            }
            60% {
                transform: rotate3d(0, 0, 1, 5deg)
            }
            80% {
                transform: rotate3d(0, 0, 1, -5deg)
            }
            to {
                transform: rotate3d(0, 0, 1, 0deg)
            }
        }

        @keyframes tada {
            from {
                transform: scale3d(1, 1, 1)
            }
            10%,
            20% {
                transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg)
            }
            30%,
            50%,
            70%,
            90% {
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
            }
            40%,
            60%,
            80% {
                transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
            }
            to {
                transform: scale3d(1, 1, 1)
            }
        }

        @keyframes wobble {
            from {
                transform: translate3d(0, 0, 0)
            }
            15% {
                transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
            }
            30% {
                transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
            }
            45% {
                transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
            }
            60% {
                transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
            }
            75% {
                transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes jello {
            from,
            11.1%,
            to {
                transform: translate3d(0, 0, 0)
            }
            22.2% {
                transform: skewX(-12.5deg) skewY(-12.5deg)
            }
            33.3% {
                transform: skewX(6.25deg) skewY(6.25deg)
            }
            44.4% {
                transform: skewX(-3.125deg) skewY(-3.125deg)
            }
            55.5% {
                transform: skewX(1.5625deg) skewY(1.5625deg)
            }
            66.6% {
                transform: skewX(-0.78125deg) skewY(-0.78125deg)
            }
            77.7% {
                transform: skewX(0.390625deg) skewY(0.390625deg)
            }
            88.8% {
                transform: skewX(-0.1953125deg) skewY(-0.1953125deg)
            }
        }

        @keyframes heartBeat {
            0% {
                transform: scale(1)
            }
            14% {
                transform: scale(1.3)
            }
            28% {
                transform: scale(1)
            }
            42% {
                transform: scale(1.3)
            }
            70% {
                transform: scale(1)
            }
        }

        @keyframes backInDown {
            0% {
                transform: translateY(-1200px) scale(0.7);
                opacity: .7
            }
            80% {
                transform: translateY(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes backInLeft {
            0% {
                transform: translateX(-2000px) scale(0.7);
                opacity: .7
            }
            80% {
                transform: translateX(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes backInRight {
            0% {
                transform: translateX(2000px) scale(0.7);
                opacity: .7
            }
            80% {
                transform: translateX(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes backInUp {
            0% {
                transform: translateY(1200px) scale(0.7);
                opacity: .7
            }
            80% {
                transform: translateY(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes backOutDown {
            0% {
                transform: scale(1);
                opacity: 1
            }
            20% {
                transform: translateY(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: translateY(700px) scale(0.7);
                opacity: .7
            }
        }

        @keyframes backOutLeft {
            0% {
                transform: scale(1);
                opacity: 1
            }
            20% {
                transform: translateX(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: translateX(-2000px) scale(0.7);
                opacity: .7
            }
        }

        @keyframes backOutRight {
            0% {
                transform: scale(1);
                opacity: 1
            }
            20% {
                transform: translateX(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: translateX(2000px) scale(0.7);
                opacity: .7
            }
        }

        @keyframes backOutUp {
            0% {
                transform: scale(1);
                opacity: 1
            }
            20% {
                transform: translateY(0px) scale(0.7);
                opacity: .7
            }
            100% {
                transform: translateY(-700px) scale(0.7);
                opacity: .7
            }
        }

        @keyframes bounceIn {
            from,
            20%,
            40%,
            60%,
            80%,
            to {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }
            0% {
                opacity: 0;
                transform: scale3d(0.3, 0.3, 0.3)
            }
            20% {
                transform: scale3d(1.1, 1.1, 1.1)
            }
            40% {
                transform: scale3d(0.9, 0.9, 0.9)
            }
            60% {
                opacity: 1;
                transform: scale3d(1.03, 1.03, 1.03)
            }
            80% {
                transform: scale3d(0.97, 0.97, 0.97)
            }
            to {
                opacity: 1;
                transform: scale3d(1, 1, 1)
            }
        }

        @keyframes bounceInDown {
            from,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }
            0% {
                opacity: 0;
                transform: translate3d(0, -3000px, 0) scaleY(3)
            }
            60% {
                opacity: 1;
                transform: translate3d(0, 25px, 0) scaleY(0.9)
            }
            75% {
                transform: translate3d(0, -10px, 0) scaleY(0.95)
            }
            90% {
                transform: translate3d(0, 5px, 0) scaleY(0.985)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes bounceInLeft {
            from,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }
            0% {
                opacity: 0;
                transform: translate3d(-3000px, 0, 0) scaleX(3)
            }
            60% {
                opacity: 1;
                transform: translate3d(25px, 0, 0) scaleX(1)
            }
            75% {
                transform: translate3d(-10px, 0, 0) scaleX(0.98)
            }
            90% {
                transform: translate3d(5px, 0, 0) scaleX(0.995)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes bounceInRight {
            from,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }
            from {
                opacity: 0;
                transform: translate3d(3000px, 0, 0) scaleX(3)
            }
            60% {
                opacity: 1;
                transform: translate3d(-25px, 0, 0) scaleX(1)
            }
            75% {
                transform: translate3d(10px, 0, 0) scaleX(0.98)
            }
            90% {
                transform: translate3d(-5px, 0, 0) scaleX(0.995)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes bounceInUp {
            from,
            60%,
            75%,
            90%,
            to {
                animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
            }
            from {
                opacity: 0;
                transform: translate3d(0, 3000px, 0) scaleY(5)
            }
            60% {
                opacity: 1;
                transform: translate3d(0, -20px, 0) scaleY(0.9)
            }
            75% {
                transform: translate3d(0, 10px, 0) scaleY(0.95)
            }
            90% {
                transform: translate3d(0, -5px, 0) scaleY(0.985)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes bounceOut {
            20% {
                transform: scale3d(0.9, 0.9, 0.9)
            }
            50%,
            55% {
                opacity: 1;
                transform: scale3d(1.1, 1.1, 1.1)
            }
            to {
                opacity: 0;
                transform: scale3d(0.3, 0.3, 0.3)
            }
        }

        @keyframes bounceOutDown {
            20% {
                transform: translate3d(0, 10px, 0) scaleY(0.985)
            }
            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, -20px, 0) scaleY(0.9)
            }
            to {
                opacity: 0;
                transform: translate3d(0, 2000px, 0) scaleY(3)
            }
        }

        @keyframes bounceOutLeft {
            20% {
                opacity: 1;
                transform: translate3d(20px, 0, 0) scaleX(0.9)
            }
            to {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0) scaleX(2)
            }
        }

        @keyframes bounceOutRight {
            20% {
                opacity: 1;
                transform: translate3d(-20px, 0, 0) scaleX(0.9)
            }
            to {
                opacity: 0;
                transform: translate3d(2000px, 0, 0) scaleX(2)
            }
        }

        @keyframes bounceOutUp {
            20% {
                transform: translate3d(0, -10px, 0) scaleY(0.985)
            }
            40%,
            45% {
                opacity: 1;
                transform: translate3d(0, 20px, 0) scaleY(0.9)
            }
            to {
                opacity: 0;
                transform: translate3d(0, -2000px, 0) scaleY(3)
            }
        }

        @keyframes fadeIn {
            from {
                opacity: 0
            }
            to {
                opacity: 1
            }
        }

        @keyframes fadeInDown {
            from {
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInDownBig {
            from {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInLeft {
            from {
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInLeftBig {
            from {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInRight {
            from {
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInRightBig {
            from {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInUp {
            from {
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInUpBig {
            from {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInTopLeft {
            from {
                opacity: 0;
                transform: translate3d(-100%, -100%, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInTopRight {
            from {
                opacity: 0;
                transform: translate3d(100%, -100%, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInBottomLeft {
            from {
                opacity: 0;
                transform: translate3d(-100%, 100%, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeInBottomRight {
            from {
                opacity: 0;
                transform: translate3d(100%, 100%, 0)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes fadeOut {
            from {
                opacity: 1
            }
            to {
                opacity: 0
            }
        }

        @keyframes fadeOutDown {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(0, 100%, 0)
            }
        }

        @keyframes fadeOutDownBig {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(0, 2000px, 0)
            }
        }

        @keyframes fadeOutLeft {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(-100%, 0, 0)
            }
        }

        @keyframes fadeOutLeftBig {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(-2000px, 0, 0)
            }
        }

        @keyframes fadeOutRight {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(100%, 0, 0)
            }
        }

        @keyframes fadeOutRightBig {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(2000px, 0, 0)
            }
        }

        @keyframes fadeOutUp {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(0, -100%, 0)
            }
        }

        @keyframes fadeOutUpBig {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(0, -2000px, 0)
            }
        }

        @keyframes fadeOutTopLeft {
            from {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(-100%, -100%, 0)
            }
        }

        @keyframes fadeOutTopRight {
            from {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(100%, -100%, 0)
            }
        }

        @keyframes fadeOutBottomRight {
            from {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(100%, 100%, 0)
            }
        }

        @keyframes fadeOutBottomLeft {
            from {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
            to {
                opacity: 0;
                transform: translate3d(-100%, 100%, 0)
            }
        }

        @keyframes flip {
            from {
                transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, -360deg);
                animation-timing-function: ease-out
            }
            40% {
                transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
                animation-timing-function: ease-out
            }
            50% {
                transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
                animation-timing-function: ease-in
            }
            80% {
                transform: perspective(400px) scale3d(0.95, 0.95, 0.95) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
                animation-timing-function: ease-in
            }
            to {
                transform: perspective(400px) scale3d(1, 1, 1) translate3d(0, 0, 0) rotate3d(0, 1, 0, 0deg);
                animation-timing-function: ease-in
            }
        }

        @keyframes flipInX {
            from {
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                animation-timing-function: ease-in;
                opacity: 0
            }
            40% {
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                animation-timing-function: ease-in
            }
            60% {
                transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
                opacity: 1
            }
            80% {
                transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
            }
            to {
                transform: perspective(400px)
            }
        }

        @keyframes flipInY {
            from {
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                animation-timing-function: ease-in;
                opacity: 0
            }
            40% {
                transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
                animation-timing-function: ease-in
            }
            60% {
                transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
                opacity: 1
            }
            80% {
                transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
            }
            to {
                transform: perspective(400px)
            }
        }

        @keyframes flipOutX {
            from {
                transform: perspective(400px)
            }
            30% {
                transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
                opacity: 1
            }
            to {
                transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
                opacity: 0
            }
        }

        @keyframes flipOutY {
            from {
                transform: perspective(400px)
            }
            30% {
                transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
                opacity: 1
            }
            to {
                transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
                opacity: 0
            }
        }

        @keyframes lightSpeedInRight {
            from {
                transform: translate3d(100%, 0, 0) skewX(-30deg);
                opacity: 0
            }
            60% {
                transform: skewX(20deg);
                opacity: 1
            }
            80% {
                transform: skewX(-5deg)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes lightSpeedInLeft {
            from {
                transform: translate3d(-100%, 0, 0) skewX(30deg);
                opacity: 0
            }
            60% {
                transform: skewX(-20deg);
                opacity: 1
            }
            80% {
                transform: skewX(5deg)
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes lightSpeedOutRight {
            from {
                opacity: 1
            }
            to {
                transform: translate3d(100%, 0, 0) skewX(30deg);
                opacity: 0
            }
        }

        @keyframes lightSpeedOutLeft {
            from {
                opacity: 1
            }
            to {
                transform: translate3d(-100%, 0, 0) skewX(-30deg);
                opacity: 0
            }
        }

        @keyframes rotateIn {
            from {
                transform: rotate3d(0, 0, 1, -200deg);
                opacity: 0
            }
            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @keyframes rotateInDownLeft {
            from {
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0
            }
            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @keyframes rotateInDownRight {
            from {
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0
            }
            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @keyframes rotateInUpLeft {
            from {
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0
            }
            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @keyframes rotateInUpRight {
            from {
                transform: rotate3d(0, 0, 1, -90deg);
                opacity: 0
            }
            to {
                transform: translate3d(0, 0, 0);
                opacity: 1
            }
        }

        @keyframes rotateOut {
            from {
                opacity: 1
            }
            to {
                transform: rotate3d(0, 0, 1, 200deg);
                opacity: 0
            }
        }

        @keyframes rotateOutDownLeft {
            from {
                opacity: 1
            }
            to {
                transform: rotate3d(0, 0, 1, 45deg);
                opacity: 0
            }
        }

        @keyframes rotateOutDownRight {
            from {
                opacity: 1
            }
            to {
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0
            }
        }

        @keyframes rotateOutUpLeft {
            from {
                opacity: 1
            }
            to {
                transform: rotate3d(0, 0, 1, -45deg);
                opacity: 0
            }
        }

        @keyframes rotateOutUpRight {
            from {
                opacity: 1
            }
            to {
                transform: rotate3d(0, 0, 1, 90deg);
                opacity: 0
            }
        }

        @keyframes hinge {
            0% {
                animation-timing-function: ease-in-out
            }
            20%,
            60% {
                transform: rotate3d(0, 0, 1, 80deg);
                animation-timing-function: ease-in-out
            }
            40%,
            80% {
                transform: rotate3d(0, 0, 1, 60deg);
                animation-timing-function: ease-in-out;
                opacity: 1
            }
            to {
                transform: translate3d(0, 700px, 0);
                opacity: 0
            }
        }

        @keyframes jackInTheBox {
            from {
                opacity: 0;
                transform: scale(0.1) rotate(30deg);
                transform-origin: center bottom
            }
            50% {
                transform: rotate(-10deg)
            }
            70% {
                transform: rotate(3deg)
            }
            to {
                opacity: 1;
                transform: scale(1)
            }
        }

        @keyframes rollIn {
            from {
                opacity: 0;
                transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
            }
            to {
                opacity: 1;
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes rollOut {
            from {
                opacity: 1
            }
            to {
                opacity: 0;
                transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
            }
        }

        @keyframes zoomIn {
            from {
                opacity: 0;
                transform: scale3d(0.3, 0.3, 0.3)
            }
            50% {
                opacity: 1
            }
        }

        @keyframes zoomInDown {
            from {
                opacity: 0;
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
            }
            60% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
            }
        }

        @keyframes zoomInLeft {
            from {
                opacity: 0;
                transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
            }
            60% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
            }
        }

        @keyframes zoomInRight {
            from {
                opacity: 0;
                transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
            }
            60% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
            }
        }

        @keyframes zoomInUp {
            from {
                opacity: 0;
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
            }
            60% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
            }
        }

        @keyframes zoomOut {
            from {
                opacity: 1
            }
            50% {
                opacity: 0;
                transform: scale3d(0.3, 0.3, 0.3)
            }
            to {
                opacity: 0
            }
        }

        @keyframes zoomOutDown {
            40% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
            }
            to {
                opacity: 0;
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
            }
        }

        @keyframes zoomOutLeft {
            40% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0)
            }
            to {
                opacity: 0;
                transform: scale(0.1) translate3d(-2000px, 0, 0)
            }
        }

        @keyframes zoomOutRight {
            40% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0)
            }
            to {
                opacity: 0;
                transform: scale(0.1) translate3d(2000px, 0, 0)
            }
        }

        @keyframes zoomOutUp {
            40% {
                opacity: 1;
                transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
                animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
            }
            to {
                opacity: 0;
                transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
                animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1)
            }
        }

        @keyframes slideInDown {
            from {
                transform: translate3d(0, -100%, 0);
                visibility: visible
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes slideInLeft {
            from {
                transform: translate3d(-100%, 0, 0);
                visibility: visible
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes slideInRight {
            from {
                transform: translate3d(100%, 0, 0);
                visibility: visible
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes slideInUp {
            from {
                transform: translate3d(0, 100%, 0);
                visibility: visible
            }
            to {
                transform: translate3d(0, 0, 0)
            }
        }

        @keyframes slideOutDown {
            from {
                transform: translate3d(0, 0, 0)
            }
            to {
                visibility: hidden;
                transform: translate3d(0, 100%, 0)
            }
        }

        @keyframes slideOutLeft {
            from {
                transform: translate3d(0, 0, 0)
            }
            to {
                visibility: hidden;
                transform: translate3d(-100%, 0, 0)
            }
        }

        @keyframes slideOutRight {
            from {
                transform: translate3d(0, 0, 0)
            }
            to {
                visibility: hidden;
                transform: translate3d(100%, 0, 0)
            }
        }

        @keyframes slideOutUp {
            from {
                transform: translate3d(0, 0, 0)
            }
            to {
                visibility: hidden;
                transform: translate3d(0, -100%, 0)
            }
        }

        @keyframes moveBanner {
            0% {
                transform: translateX(0)
            }
            100% {
                transform: translateX(-100%)
            }
        }

        ._sObaPr {
            position: relative
        }

        ._sObaPr .XmmNq {
            position: absolute;
            left: 0;
            top: 0;
            min-width: 100%;
            min-height: 100%;
            overflow: hidden;
            pointer-events: none
        }

        ._sObaPr .XmmNq .k00De {
            position: absolute;
            min-width: 100%;
            min-height: 100%
        }

        ._sObaPr .XmmNq .k00De.stretch {
            padding-top: 56.25%
        }

        ._sObaPr .XmmNq .k00De.top {
            top: 0
        }

        ._sObaPr .XmmNq .k00De.center {
            top: 50%;
            transform: translateY(-50%)
        }

        ._sObaPr .XmmNq .k00De.bottom {
            bottom: 0
        }

        ._sObaPr .XmmNq .k00De .C03d_ {
            pointer-events: none;
            position: absolute;
            border: none;
            inset: 0 0 0 0;
            height: 100%;
            width: 100%
        }

        ._sObaPr .YMYuZ {
            position: absolute;
            inset: 0 0 0 0;
            width: 100%;
            height: 100%;
            z-index: 1;
            background-color: inherit;
            background-image: inherit
        }

        ._sObaPr .UJmEj {
            margin: 0 auto;
            max-width: 100%;
            position: relative;
            z-index: 1
        }

        ._sObaPr .TZLH7 {
            position: absolute;
            left: 0;
            right: 0;
            overflow: hidden;
            pointer-events: none
        }

        ._sObaPr .TZLH7 .nR5Hd {
            fill: #153139
        }

        .Fyd6f {
            display: flex;
            justify-content: center;
            align-items: center;
            max-width: 100%;
            overflow: hidden
        }

        .x5VXm {
            width: 100%
        }

        .yrNuP {
            display: block;
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            border: none
        }

        .P57nM {
            position: relative;
            width: 100%
        }

        .tS4FX {
            cursor: pointer;
            margin-right: auto
        }

        .tS4FX.w4JkL {
            margin-left: auto;
            margin-right: unset
        }

        .c5J77 {
            margin-right: 0;
            justify-self: flex-end;
            display: none;
            position: relative;
            width: 25px;
            z-index: 12;
            cursor: pointer
        }

        .c5J77.HyMuY {
            display: unset
        }

        .c5J77.w0SaX {
            position: fixed;
            top: 25px;
            right: 20px
        }

        .c5J77.w4JkL {
            left: 20px;
            right: unset
        }

        .Ch9GF {
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0 24px;
            z-index: 12
        }

        .Ch9GF.fXYcb { }

        .Ch9GF.SsXMI {
            position: fixed;
            top: 0;
            right: 0;
            background-color: #fff;
            min-height: 100vh;
            min-width: 30%;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
            gap: 0;
            animation: cartAnim 500ms forwards
        }

        @media(max-width: 991px) {
            .Ch9GF.SsXMI {
                min-width: 40%
            }
        }

        @media(max-width: 767px) {
            .Ch9GF.SsXMI {
                min-width: 50%
            }
        }

        @media(max-width: 479px) {
            .Ch9GF.SsXMI {
                min-width: 60%
            }
        }

        .Ch9GF.vd2jV {
            position: fixed;
            top: 0;
            left: 0;
            background-color: #fff;
            min-height: 100vh;
            min-width: 30%;
            flex-direction: column;
            align-items: stretch;
            justify-content: flex-start;
            gap: 0;
            animation: leftCartAnim 500ms forwards
        }

        @media(max-width: 991px) {
            .Ch9GF.vd2jV {
                min-width: 40%
            }
        }

        @media(max-width: 767px) {
            .Ch9GF.vd2jV {
                min-width: 50%
            }
        }

        @media(max-width: 479px) {
            .Ch9GF.vd2jV {
                min-width: 60%
            }
        }

        .Ch9GF.VlXZA>div {
            position: absolute;
            right: 15px;
            top: 45px;
            flex-direction: column;
            justify-content: flex-start;
            align-items: stretch;
            border: 1px solid #d6dce9;
            background-color: #fff;
            border-radius: 6px;
            padding: 10px 0 10px;
            min-width: 260px;
            gap: 0
        }

        .g8h5U {
            position: fixed;
            inset: 0 0 0 0;
            background-color: rgba(25, 30, 36, .5);
            z-index: 11
        }

        .TBaHs {
            stroke: #000;
            pointer-events: none
        }

        .CQWHS {
            stroke: #000
        }

        .wFc2Y {
            all: inherit;
            animation: none !important;
            transform: translate(0) !important;
            width: 100% !important
        }

        ._kXZi {
            margin: 0 auto;
            width: 100%;
            max-width: 100%;
            position: relative;
            display: flex;
            align-items: center
        }

        .yw_AT {
            justify-self: flex-end;
            margin-left: auto
        }

        .yw_AT.w4JkL {
            margin-left: unset;
            margin-right: auto
        }

        @keyframes cartAnim {
            from {
                transform: translateX(100%)
            }
            to {
                transform: translateX(0)
            }
        }

        @keyframes leftCartAnim {
            from {
                transform: translateX(-100%)
            }
            to {
                transform: translateX(0)
            }
        }

        .yUB4I {
            display: inherit;
            grid-template-columns: inherit;
            grid-column: 1/13
        }

        ._sObaFw {
            min-height: 100%;
            z-index: 0
        }

        ._sObaFw .wys a {
            color: var(--static_primary_color_buttons_links)
        }

        ._sObaFw .wys.disabled {
            pointer-events: none
        }

        .QcGDT {
            margin: 0
        }

        ._sObaP {
            position: relative
        }

        h1 {
            font-size: 44px
        }

        h2 {
            font-size: 34px
        }

        h3 {
            font-size: 24px
        }

        h4 {
            font-size: 18px
        }

        h5 {
            font-size: 14px
        }

        h6 {
            font-size: 12px
        }

        .bvOhf {
            display: block;
            height: auto;
            width: auto;
            -o-object-fit: cover;
            object-fit: cover
        }

        .bvOhf.a0IWg {
            cursor: pointer
        }

        .bvOhf.a0IWg:not(:hover) {
            background: rgba(0, 0, 0, 0) !important
        }

        .bvOhf.a0IWg:hover {
            -o-object-position: 100vw 100vh;
            object-position: 100vw 100vh
        }

        .FwGul {
            cursor: pointer;
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(45, 48, 50, .4);
            display: flex;
            align-items: center;
            justify-content: center
        }

        .JUEyN {
            width: 24px
        }

        .SoCBG {
            position: fixed;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(45, 48, 50, .6);
            display: flex;
            padding: 24px;
            flex-direction: column
        }

        .SoCBG .list {
            height: 100px;
            margin-top: 24px;
            justify-content: center;
            display: flex
        }

        .SoCBG .list .img {
            height: 100px;
            width: 100px;
            border-radius: 4px;
            overflow: hidden;
            position: relative
        }

        .SoCBG .list .img:not(:last-child) {
            margin-right: 14px
        }

        .SoCBG .list .img:not(.active):after {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            background: rgba(45, 48, 50, .6)
        }

        .SoCBG .list .img img {
            height: 100%;
            width: 100%;
            cursor: pointer
        }

        .SoCBG .preview {
            height: 0;
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: space-between
        }
        .elementor-widget-td_features, .elementor-widget-td_comparison, .elementor-widget-td_rcustomer{
            width: 100%;
        }
        .SoCBG .preview .content {
            flex-grow: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            width: 100%;
            height: 100%;
            margin: 0 14px
        }

        .SoCBG .preview .content img {
            display: block;
            max-width: 100%;
            max-height: 100%
        }

        .kpf99 {
            background: #2d3032;
            width: 50px;
            height: 50px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            flex-shrink: 0;
            cursor: pointer
        }

        .kpf99 .icon {
            width: 30px
        }

        .kpf99.reversed .icon {
            transform: rotateZ(180deg)
        }

        @media screen and (max-width: 478px) {
            .kpf99 {
                width: 40px;
                height: 40px
            }
            .kpf99 .icon {
                width: 20px
            }
        }

        .z_6SL {
            width: 30px;
            height: 30px;
            position: fixed;
            right: 10px;
            top: 10px;
            cursor: pointer;
            z-index: 1;
            border-radius: 50%;
            background-color: rgba(45, 48, 50, .6);
            padding: 3px
        }

        .S2qXw {
            display: flex;
            max-width: 100%;
            min-height: 300px
        }

        .cj7XK {
            height: 100%;
            position: relative;
            max-width: 100%;
            overflow: hidden;
            -ms-overflow-style: none
        }

        .cj7XK.nmWve {
            overflow-x: scroll;
            scroll-behavior: smooth
        }

        .cj7XK::-webkit-scrollbar {
            display: none
        }

        .cj7XK .ZpZEc {
            display: flex;
            gap: 0 10px
        }

        .kisBy {
            position: absolute;
            bottom: 27px;
            width: 100%;
            height: 2px;
            right: 0;
            left: 0;
            background-color: rgba(213, 217, 222, .6)
        }

        .kisBy .E1r1v {
            position: absolute;
            height: 100%;
            background-color: #fff;
            border-radius: 20px;
            transition: all .3s
        }

        .AgG2O {
            display: flex;
            justify-content: center;
            min-height: 100%;
            position: relative
        }

        .AgG2O.u6KSA {
            cursor: zoom-in
        }

        .AgG2O>img {
            max-width: 100%;
            max-height: 100%
        }

        .B4mgo {
            flex-basis: 20px;
            flex-shrink: 0
        }

        .gDzCY {
            position: absolute;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            scrollbar-color: rgba(89, 107, 129, .4);
            overflow-x: auto;
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .gDzCY>* {
            flex-shrink: 0
        }

        .gDzCY::-webkit-scrollbar {
            width: 6px;
            height: 6px
        }

        .gDzCY::-webkit-scrollbar-thumb {
            background-color: rgba(89, 107, 129, .3);
            border-radius: 3px
        }

        .C5Smt {
            position: relative;
            flex-basis: 100px;
            flex-shrink: 0;
            min-height: 0;
            min-width: 0;
            max-height: none !important
        }

        @media screen and (max-width: 479px) {
            .C5Smt.uus9v {
                display: none
            }
        }

        .huglQ {
            max-width: 100%;
            max-height: 100%
        }

        .Jc2tx {
            cursor: pointer;
            max-height: 100%;
            max-width: 100%
        }

        .pdZHw {
            max-width: 100%;
            max-height: 100%
        }

        .cjSLA {
            position: fixed;
            inset: 0 0 0 0;
            margin: 0;
            width: 100%;
            height: 100vh;
            z-index: 5;
            overflow-x: auto;
            overflow-y: hidden
        }

        .cjSLA .dIv2Z {
            min-width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover;
            background-color: #fff
        }

        .cjSLA::-webkit-scrollbar {
            display: none
        }

        .M6ND6 {
            position: absolute !important;
            min-width: 100% !important;
            min-height: 100% !important;
            background-size: 200%;
            background-repeat: no-repeat;
            pointer-events: none;
            z-index: 2
        }

        .iQ50t {
            position: fixed;
            z-index: 11
        }

        .JUtfA {
            display: flex;
            align-items: center;
            justify-content: center
        }

        .bbhwf,
        .JUtfA {
            position: absolute
        }

        .bbhwf,
        .JUtfA,
        .iQ50t {
            left: 0;
            top: 0;
            height: 100%;
            width: 100%
        }

        .CC9AB {
            padding: 25px 15px 0
        }

        .p8W5s {
            position: relative;
            max-height: 100%;
            width: 100%;
            overflow: auto;
            z-index: 1
        }

        .bLTIb {
            height: 100%;
            overflow-x: hidden
        }

        .EJThC>* {
            cursor: pointer
        }

        .aS4JS {
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: center;
            width: 100%;
            position: absolute;
            top: 50%;
            transform: translateY(-50%);
            padding: 40px 0
        }

        .aS4JS .CsvyO {
            background-color: var(--static_section_background);
            padding: 18px;
            border-radius: 50%;
            margin-bottom: 14px
        }

        .aS4JS .AM593 {
            fill: var(--static_outline)
        }

        .aS4JS .NTgvg {
            color: var(--static_body_text)
        }

        .U4eie {
            display: flex !important;
            flex-direction: column;
            align-items: stretch;
            row-gap: 20px;
            width: 100%;
            font-family: var(--static_body_text_font)
        }

        .Y3eUK {
            display: flex;
            align-items: center;
            gap: 10px;
            width: 100%
        }

        .Y3eUK.block {
            flex-direction: column;
            align-items: flex-start
        }

        .Y3eUK.block .ZT91Y {
            min-width: 100%
        }

        .Y3eUK .D0I_i {
            flex: 1;
            color: var(--static_title_text)
        }

        .Y3eUK.grid {
            justify-content: end;
            align-items: flex-start
        }

        .Y3eUK.grid .D0I_i {
            height: 35px;
            display: flex;
            align-items: center
        }

        .ZT91Y {
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
            font-size: var(--static_body_text_size);
            border: 1px solid var(--static_outline);
            border-radius: 6px;
            padding: 10px;
            color: var(--static_title_text);
            font-weight: 500;
            line-height: 18px;
            outline: 0;
            cursor: pointer;
            flex: 1;
            max-width: 50%;
            min-width: 120px;
            background-color: var(--static_page_background);
            background-repeat: no-repeat;
            background-position: right 10px center;
            background-size: 18px;
            background-image: url("data:image/svg+xml;utf8,<svg version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" width=\"1024\" height=\"1024\" viewBox=\"0 0 1024 1024\"><path fill=\"%23545556\" d=\"M793.643 358.354c-14.161-14.163-37.124-14.163-51.29 0l-230.353 230.356-230.356-230.356c-14.163-14.163-37.126-14.163-51.289 0s-14.163 37.126 0 51.289l255.999 255.999c14.165 14.165 37.129 14.165 51.29 0l256-255.999c14.165-14.163 14.165-37.126 0-51.289z\"></path></svg>")
        }

        .bCJIP {
            display: flex;
            align-items: center;
            gap: 10px;
            flex-wrap: wrap;
            justify-content: end
        }

        .bCJIP .YLwSq {
            color: var(--static_title_text);
            height: 35px;
            padding: 0 14px;
            display: flex;
            align-items: center;
            border-radius: 6px;
            border: 1px solid var(--static_outline);
            cursor: pointer;
            transition: .1s
        }

        .bCJIP .YLwSq:not(.active):hover {
            border-color: var(--static_title_text)
        }

        .bCJIP .YLwSq.active {
            background-color: var(--static_primary_color_buttons_links);
            color: var(--static_buttons_text)
        }

        .bCJIP .YLwSq.outline-style.active {
            background-color: rgba(0, 0, 0, 0);
            border-color: var(--static_primary_color_buttons_links);
            color: var(--static_primary_color_buttons_links)
        }

        ._8SgZ1 {
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: flex-end;
            flex-wrap: wrap;
            max-width: 100%;
            gap: 12px 0
        }

        ._8SgZ1.XlDFZ {
            gap: 12px 14px
        }

        ._8SgZ1 .L8HKY {
            flex-shrink: 0;
            width: 60px;
            height: 60px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-radius: 10px;
            cursor: pointer;
            border: 2px solid var(--static_outline);
            position: relative
        }

        ._8SgZ1 .L8HKY.active:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 2px solid var(--static_primary_color_buttons_links);
            z-index: 200;
            border-radius: 14px;
            transform: scale(1.2)
        }

        ._8SgZ1 .L8HKY:not(.active):hover:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 2px solid var(--static_outline);
            z-index: 200;
            border-radius: 14px;
            transform: scale(1.2)
        }

        ._8SgZ1 .L8HKY .Dx_iN {
            overflow: hidden;
            border-radius: 8px;
            width: 100%;
            height: 100%
        }

        ._8SgZ1 .L8HKY .Dx_iN .gX2RQ {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        ._8SgZ1 .UbrAl {
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 2px solid #d6dce9;
            height: 36px;
            width: 36px;
            border-radius: 46px;
            margin-right: 8px;
            position: relative
        }

        ._8SgZ1 .UbrAl.active:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 2px solid var(--static_primary_color_buttons_links);
            z-index: 200;
            border-radius: 100%;
            transform: scale(1.2)
        }

        ._8SgZ1 .UbrAl:not(.active):hover:before {
            content: "";
            position: absolute;
            width: 100%;
            height: 100%;
            border: 2px solid var(--static_outline);
            z-index: 200;
            border-radius: 100%;
            transform: scale(1.2)
        }

        ._8SgZ1::-webkit-scrollbar {
            height: 4px
        }

        .nn7xv {
            display: flex;
            width: 126px;
            height: 40px;
            border: 1px solid #d8dce5;
            border-radius: 4px;
            font-size: 16px;
            align-items: center;
            padding: 0 1px;
            overflow: hidden
        }

        .nn7xv.small {
            font-size: 16px;
            width: 100px;
            height: 26px;
            margin-right: 10px
        }

        .nn7xv.small .SYvMQ {
            padding: 0 2px
        }

        .nn7xv .SYvMQ {
            flex-grow: 1;
            min-width: 0;
            border: none;
            outline: 0;
            padding: 0 5px;
            text-align: center;
            outline: none;
            -moz-appearance: textfield;
            height: 100%;
            flex: 1;
            background: rgba(0, 0, 0, 0)
        }

        .nn7xv .SYvMQ::-webkit-inner-spin-button {
            -webkit-appearance: none
        }

        .nn7xv .FcHXx {
            flex: 1;
            flex-shrink: 0;
            height: 36px;
            display: flex;
            justify-content: center;
            align-items: center;
            cursor: pointer;
            line-height: 1;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            border-radius: 3px;
            background: rgba(232, 233, 235, .5607843137);
            max-width: 33.33%
        }

        .nn7xv .Q2wZY {
            pointer-events: none
        }

        .wqvSs {
            display: none
        }

        .cGChn {
            max-width: 50%;
            border: 1px solid var(--static_divider_color);
            line-height: 18px;
            color: var(--static_title_text);
            padding: 10px;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 8px;
            outline: 0;
            flex: 1;
            background-color: var(--static_page_background)
        }

        .cGChn::-moz-placeholder {
            font-size: var(--static_body_text_size);
            color: var(--static_title_text)
        }

        .cGChn::placeholder {
            font-size: var(--static_body_text_size);
            color: var(--static_title_text)
        }

        .V3iA0 {
            padding: 1.5rem 0 .5rem 0;
            display: flex;
            flex-direction: column;
            gap: 10px;
            flex: 1
        }

        .V3iA0 .jR4Ni {
            overflow: hidden;
            position: relative;
            flex: 1;
            display: flex;
            flex-direction: column
        }

        .V3iA0 .jR4Ni .MqNY3 {
            background: #f4f4f4;
            border: 1px solid #cdcdcd;
            border-radius: 4px;
            height: 40px;
            width: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
            gap: 0 6px;
            cursor: pointer
        }

        .V3iA0 .jR4Ni .k60Wb {
            opacity: 0;
            width: .1px;
            height: .1px;
            position: absolute;
            overflow: hidden;
            z-index: -1
        }

        .V3iA0 .qZozo {
            display: flex;
            align-items: center;
            gap: 12px
        }

        .V3iA0 .fXiWR {
            position: relative
        }

        .V3iA0 .fXiWR:hover .ie3hp {
            display: flex
        }

        .V3iA0 .LfLXz {
            width: 60px;
            height: 60px;
            border-radius: 4px;
            overflow: hidden;
            position: relative;
            border: 1px solid var(--static_divider_color)
        }

        .V3iA0 .LfLXz.O8sow::before {
            content: "";
            position: absolute;
            inset: 0 0 0 0;
            background-color: rgba(255, 255, 255, .5)
        }

        .V3iA0 .LfLXz .e4z1E {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        .ie3hp {
            display: none;
            position: absolute;
            top: 0;
            right: 0;
            width: 18px;
            height: 18px;
            border-radius: 50%;
            transform: translate(50%, -50%);
            background: rgba(0, 0, 0, .6);
            align-items: center;
            justify-content: center;
            cursor: pointer
        }

        .LqJGF {
            display: flex;
            gap: 8px;
            align-items: center;
            color: #0085ff
        }

        .LqJGF .mm4Yr {
            max-width: 25px;
            animation: 500ms spinning infinite linear
        }

        @keyframes spinning {
            from {
                transform: rotateZ(0)
            }
            to {
                transform: rotateZ(360deg)
            }
        }

        .fULW8 {
            display: flex;
            flex-direction: column;
            gap: 6px
        }

        .fULW8 .D0I_i {
            display: none
        }

        .dhZ9H .ZT91Y {
            width: -moz-fit-content;
            width: fit-content;
            padding: 6px;
            font-size: 15px;
            min-width: 90px
        }

        @media screen and (max-width: 478px) {
            .dhZ9H .h9HqS {
                max-width: 200px
            }
        }

        .Gke2e {
            width: 100%
        }

        .Nting {
            width: 100%;
            display: flex;
            flex-direction: column;
            gap: 6px
        }

        .Nting .D0I_i {
            color: var(--static_title_text)
        }

        .Nting .cGChn {
            max-width: 100%;
            width: 100%;
            background-color: #fff
        }

        .Nting .V3iA0 {
            padding: 0;
            gap: 0
        }

        .Nting .V3iA0 .MqNY3 {
            background: #fff
        }

        .Qsx7X::-moz-placeholder {
            color: #bdbdbd
        }

        .Qsx7X::placeholder {
            color: #bdbdbd
        }

        .NWzSL {
            padding-top: 2px;
            color: #ff4949;
            animation-timing-function: ease-in-out;
            animation: headShake .5s;
            font-family: var(--static_body_text_font)
        }

        .Gh94d {
            display: none
        }

        @keyframes headShake {
            0% {
                transform: translateX(0)
            }
            6.5% {
                transform: translateX(-6px) rotateY(-9deg)
            }
            18.5% {
                transform: translateX(5px) rotateY(7deg)
            }
            31.5% {
                transform: translateX(-3px) rotateY(-5deg)
            }
            43.5% {
                transform: translateX(2px) rotateY(3deg)
            }
            50% {
                transform: translateX(0)
            }
        }

        .PbjKC {
            width: 100%;
            min-width: 100%;
            outline: none;
            height: inherit;
            min-height: inherit;
            max-height: inherit
        }

        .yySko {
            border: 1px solid #ff4949 !important
        }

        .yySko:focus {
            box-shadow: none !important
        }

        .xitAe {
            position: relative
        }

        .xitAe .FqiN6 {
            position: absolute;
            z-index: 10;
            width: 100%;
            background-color: #fff;
            box-shadow: 0px 0px 15px rgba(32, 32, 35, .08);
            border: 1px solid rgba(32, 32, 35, .1);
            border-radius: 8px;
            margin-top: 8px;
            height: 220px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .xitAe .FqiN6 .qHnuX {
            max-width: 25px;
            animation: 500ms spinning infinite linear
        }

        .xitAe .YqPyd {
            position: absolute;
            z-index: 10;
            width: 100%;
            background-color: #fff;
            box-shadow: 0px 0px 15px rgba(32, 32, 35, .08);
            border: 1px solid rgba(32, 32, 35, .1);
            border-radius: 8px;
            margin-top: 8px;
            max-height: 220px;
            overflow-y: auto;
            overflow-x: hidden
        }

        .xitAe .YqPyd::-webkit-scrollbar-track {
            background: #fff
        }

        .xitAe .YqPyd::-webkit-scrollbar {
            width: 7px
        }

        .xitAe .YqPyd::-webkit-scrollbar-thumb {
            background-color: rgba(0, 0, 0, .2);
            border-radius: 5px
        }

        .xitAe .YqPyd ._hNlf {
            display: flex;
            align-items: center;
            gap: 0 10px;
            border-bottom: 1px solid #eaedf0;
            padding: 10px;
            overflow: hidden;
            line-height: 140%;
            cursor: pointer
        }

        .xitAe .YqPyd ._hNlf:hover {
            background-color: #f4f4f4
        }

        .xitAe .YqPyd ._hNlf .SVjiw {
            position: relative;
            top: 1.8px
        }

        .xitAe .YqPyd ._hNlf .Ih5rs {
            font-size: 16px;
            color: rgba(25, 30, 36, .7);
            font-weight: 400
        }

        .xitAe .YqPyd ._hNlf .Ih5rs .FrNma {
            color: #191e24;
            font-weight: 500
        }

        .xitAe .YqPyd .LbjFw {
            position: sticky;
            top: 0;
            background-color: #fff;
            padding: 8px 10px;
            width: 100%;
            margin-bottom: 8px;
            border-bottom: 1px solid #d3dae4;
            display: flex;
            align-items: center;
            gap: 8px
        }

        .xitAe .YqPyd .LbjFw .nYKbk {
            width: 20px;
            height: 20px;
            position: relative;
            top: 1px
        }

        .xitAe .YqPyd .LbjFw .Klp51 {
            display: block;
            outline: 0;
            border: none;
            padding: 2px 0;
            color: #191e24;
            line-height: 100%;
            font-size: 14px
        }

        .xitAe .YqPyd .LbjFw .Klp51::-moz-placeholder {
            color: rgba(25, 30, 36, .8)
        }

        .xitAe .YqPyd .LbjFw .Klp51::placeholder {
            color: rgba(25, 30, 36, .8)
        }

        @keyframes spinning {
            from {
                transform: rotateZ(0)
            }
            to {
                transform: rotateZ(360deg)
            }
        }

        .Z36Ai {}

        .HLZ5F {
            outline: none;
            border: none;
            cursor: pointer;
            position: relative;
            width: 100%
        }

        .HLZ5F[disabled] {
            opacity: .7;
            cursor: not-allowed
        }

        .d2dRZ {
            color: rgba(0, 0, 0, 0) !important;
            pointer-events: none
        }

        .d2dRZ:after {
            content: "";
            width: 20px;
            height: 20px;
            border: 3px solid #fff;
            border-radius: 50%;
            border-top-color: rgba(0, 0, 0, 0) !important;
            border-left-color: rgba(0, 0, 0, 0) !important;
            position: absolute;
            left: 50%;
            top: 50%;
            box-sizing: border-box;
            margin-left: -10px;
            margin-top: -10px;
            animation: 1s linear loading infinite
        }

        @keyframes loading {
            from {
                transform: rotateZ(0)
            }
            to {
                transform: rotateZ(360deg)
            }
        }

        .g3OsK:before {
            content: "W";
            color: rgba(0, 0, 0, 0)
        }

        .LDxuD {
            position: absolute;
            height: 80%;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%)
        }

        .Vo7Zz {
            position: fixed;
            inset: 0;
            background-color: rgba(0, 0, 0, .3);
            display: flex;
            align-items: center;
            justify-content: center;
            height: 100vh;
            z-index: 10;
            font-family: var(--static_body_text_font)
        }

        .Vo7Zz .HF60P {
            max-width: 576px;
            width: 576px;
            display: flex;
            flex-direction: column;
            gap: 16px;
            background-color: #fff;
            padding: 24px;
            border-radius: 12px;
            position: relative
        }

        @media screen and (max-width: 576px) {
            .Vo7Zz .HF60P {
                max-width: 90%;
                width: 90%
            }
        }

        .Vo7Zz .HF60P .PfN2E {
            font-size: 22px;
            font-weight: 500
        }

        .Vo7Zz .HF60P .y19FE {
            padding: 14px 20px;
            line-height: 18px;
            background-color: var(--static_primary_color_buttons_links);
            color: var(--static_buttons_text);
            border-radius: 8px;
            font-weight: 500;
            text-align: center;
            cursor: pointer;
            margin-top: 12px;
            position: relative
        }

        .Vo7Zz .HF60P .KYjEd {
            cursor: pointer;
            position: absolute;
            right: 16px;
            top: 16px
        }

        .eEMd4 {
            border: 1px solid;
            padding: 10px;
            background: #fff;
            border: 1px solid #dee2e5;
            border-radius: 4px;
            padding: 17px
        }

        .eEMd4 .empty {
            letter-spacing: .01em;
            font-size: 14px;
            line-height: 20px;
            color: #81878e;
            margin-bottom: 30px
        }

        .eEMd4 .R9_47 {
            margin-bottom: 24px
        }

        .eEMd4 .R9_47 .label {
            margin-bottom: 20px;
            font-size: 14px;
            line-height: 18px;
            letter-spacing: .01em;
            color: #3e4850;
            margin-bottom: 10px
        }

        .eEMd4 .R9_47 .list:after {
            content: "";
            display: block;
            clear: both
        }

        .eEMd4 .error {
            margin-top: 14px
        }

        .syuX6 {
            display: flex;
            align-items: center
        }

        .syuX6 .YE6Tl {
            overflow: hidden;
            position: relative;
            background: #f4f4f4;
            border: 1px solid #cdcdcd;
            border-radius: 4px;
            margin-right: 14px;
            height: 40px;
            width: 160px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .syuX6 .YE6Tl .Vkdxa {
            cursor: pointer;
            opacity: 0;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1
        }

        .syuX6 .YE6Tl .label {
            margin-left: 10px;
            font-weight: 500;
            font-size: 15px;
            line-height: 18px;
            letter-spacing: .01em;
            color: #3e4850
        }

        .syuX6 .note {
            letter-spacing: .01em;
            color: #81878e;
            font-size: 13px;
            line-height: 20px
        }

        .wERmt {
            width: 60px;
            height: 60px;
            border-radius: 4px;
            overflow: hidden;
            position: relative;
            float: left;
            margin-right: 10px;
            border: 1px solid #e5e5e5
        }

        .wERmt .f4XII {
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        .wERmt .del {
            display: none;
            position: absolute;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            background: rgba(45, 48, 50, .4);
            justify-content: center;
            align-items: center;
            cursor: pointer
        }

        .wERmt .del .trash-icon {
            color: #fff
        }

        .wERmt.loaded:hover .del {
            display: flex
        }

        .PAI7F {
            cursor: pointer;
            outline: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            padding: 10px;
            display: inline-block;
            font-size: 24px;
            max-width: -moz-max-content;
            max-width: max-content;
            position: relative
        }

        .PAI7F .f9oF3 {
            font-size: inherit
        }

        .NeQcu {
            position: absolute;
            right: 20%;
            bottom: 20%;
            width: 17px;
            height: 17px;
            border-radius: 50%;
            background-color: #007cf9;
            color: #fff;
            font-size: 9px;
            font-weight: 600;
            display: flex;
            align-items: center;
            justify-content: center;
            font-family: inherit
        }

        .U3mk0 {
            animation: cartAnim 500ms forwards ease
        }

        .ygVv7 {
            animation: arCartAnim 500ms forwards ease
        }

        @keyframes cartAnim {
            from {
                transform: translateX(100%)
            }
            to {
                transform: translateX(0)
            }
        }

        @keyframes arCartAnim {
            from {
                transform: translateX(-100%)
            }
            to {
                transform: translateX(0)
            }
        }

        .K99Ea {
            display: flex
        }

        .LePfk {
            flex-grow: 1
        }

        .Ip1Z1 {
            width: 100px;
            flex-shrink: 0;
            margin-right: 15px
        }

        [dir=rtl] .UN3mK {
            float: right
        }

        [dir=ltr] .UN3mK {
            float: left
        }

        .UN3mK {
            min-height: 1px
        }

        .P5eKV {
            display: flex;
            flex-wrap: wrap
        }

        .P5eKV:after {
            content: "";
            display: block;
            clear: both
        }

        .R6ykx {
            height: 5px;
            background: #000;
            margin: 10px auto;
            width: 80%
        }

        .xbJPp {
            display: inline-block;
            vertical-align: middle;
            width: 30px;
            height: 30px;
            fill: #e4cf4b
        }

        .xbJPp:not(:last-child) {
            margin-right: 4px
        }

        .DcNF7 {
            white-space: nowrap;
            font-size: 0px
        }

        .E1DT0 {
            display: inline-block;
            vertical-align: middle
        }

        .cWv5m {
            position: fixed;
            left: 0;
            top: 0;
            right: 0;
            bottom: 0;
            z-index: 1000;
            background: rgba(0, 0, 0, 0)
        }

        .euDn4 {
            background: rgba(22, 24, 27, .68);
            position: fixed;
            left: 0;
            top: 0;
            height: 100vh;
            width: 100vw
        }

        .euDn4 .AJHsr {
            overflow: auto;
            width: 480px;
            max-width: calc(100% - 30px);
            max-height: calc(100% - 30px);
            position: absolute;
            left: 50%;
            top: 50%;
            transform: translate(-50%, -50%);
            padding: 60px 32px 40px 32px;
            border-radius: 8px;
            background: #fff;
            box-shadow: 0px 1px 4px 0px rgba(9, 39, 83, .1215686275)
        }

        .euDn4 .AJHsr .RD3Kp {
            color: #191e24;
            font-size: 32px;
            font-weight: 600;
            line-height: 42px;
            text-align: center;
            margin-bottom: 12px
        }

        .euDn4 .AJHsr .iVTdx {
            color: #596b81;
            font-size: 16px;
            font-weight: 400;
            line-height: 24px;
            text-align: center;
            margin-bottom: 32px
        }

        .euDn4 .AJHsr .gz9km {
            background: #e6eaef;
            border-radius: 8px;
            border: 1px solid #e6eaef;
            height: 98px;
            margin-bottom: 32px;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .euDn4 .AJHsr .j3OHD {
            display: block;
            font-size: 14px;
            font-weight: 400;
            line-height: 16px;
            margin-bottom: 6px;
            color: #191e24
        }

        .euDn4 .AJHsr .GG9Qi {
            height: 36px;
            display: block;
            width: 100%;
            outline: none;
            box-shadow: 0 0 0 2px #0085ff;
            border-radius: 8px;
            padding: 0 10px;
            border: none
        }

        .euDn4 .AJHsr .Vyj9B {
            position: relative;
            cursor: pointer;
            margin-top: 12px;
            background: #0075ff;
            color: #fff;
            height: 36px;
            border-radius: 8px;
            width: 100%;
            border: none;
            font-size: 15px
        }

        ._soBao {
            display: block
        }

        ._soba {}

        .wszYD {
            display: block;
            text-decoration: none
        }

        :root {
            --sicker-color: --static_primary_color_buttons_links
        }

        .jupTd {
            width: 100%;
            display: flex;
            flex-direction: column;
            border-radius: 8px;
            box-shadow: 0 0 0 2px var(--static_outline);
            position: relative;
            font-family: var(--static_body_text_font)
        }

        .jupTd.active {
            box-shadow: 0 0 0 2px var(--static_primary_color_buttons_links);
            background: rgba(0, 0, 0, .01)
        }

        .jupTd .ZmvyX {
            padding: 14px 16px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            border-radius: 8px;
            cursor: pointer
        }

        .jupTd .ZmvyX.hasSticker {
            padding: 22px 16px
        }

        .jupTd .ZmvyX .YQXpO {
            display: flex;
            gap: 16px;
            align-items: center;
            flex-wrap: wrap;
            color: var(--static_title_text)
        }

        .jupTd .ZmvyX .YQXpO .tHIdP {
            width: 13px;
            height: 13px;
            border-radius: 50%;
            position: relative;
            flex-shrink: 0
        }

        .jupTd .ZmvyX .YQXpO .tHIdP span {
            position: absolute;
            width: 13px;
            height: 13px;
            box-shadow: 0 0 0 1px var(--static_outline);
            border-radius: 50%;
            transform: scale(1.3);
            transform-origin: center
        }

        .jupTd .ZmvyX .YQXpO .tHIdP.active {
            background-color: var(--static_primary_color_buttons_links)
        }

        .jupTd .ZmvyX .YQXpO .tHIdP.active span {
            box-shadow: 0 0 0 1px var(--static_primary_color_buttons_links)
        }

        .jupTd .ZmvyX .n0NQf,
        .jupTd .ZmvyX .LyYxP {
            font-size: var(--static_subheading_size);
            line-height: 18px;
            font-weight: 500
        }

        @media screen and (max-width: 490px) {
            .jupTd .ZmvyX .n0NQf,
            .jupTd .ZmvyX .LyYxP {
                font-size: 16px
            }
        }

        .jupTd .ZmvyX .dKL7m {
            display: flex;
            flex-direction: column;
            align-items: flex-end;
            gap: 4px;
            text-align: right
        }

        .jupTd .ZmvyX .LyYxP {
            color: var(--static_body_text)
        }

        .jupTd .ZmvyX .hYUmS {
            color: var(--static_body_text);
            text-decoration: line-through;
            opacity: .8;
            font-size: 16px
        }

        .jupTd .FBaTT {
            padding: 18px;
            padding-bottom: 20px;
            border-radius: 0 0 12px 12px;
            display: flex;
            flex-direction: column;
            gap: 32px
        }

        .jupTd .FBaTT .ogb7q {
            font-size: 15px;
            font-weight: 500
        }

        .MmOxa {
            display: flex;
            gap: 12px;
            align-items: flex-start
        }

        .MmOxa.block {
            flex-direction: column;
            align-items: flex-start
        }

        .MmOxa .yM5zI {
            font-size: 16px;
            flex-shrink: 0;
            font-weight: 500;
            position: relative;
            top: 6px
        }

        .MmOxa .nj13U {
            display: flex;
            gap: 12px;
            flex-wrap: wrap;
            flex-grow: 1
        }

        .rPyoc {
            position: absolute;
            right: 20px;
            top: -8px;
            background-color: var(--static_primary_color_buttons_links);
            padding: 6px 12px;
            border-bottom-left-radius: 5px;
            border-bottom-right-radius: 5px;
            font-size: 12px;
            font-weight: 600;
            color: var(--static_buttons_text);
            text-transform: uppercase
        }

        .rPyoc>p>span {
            position: absolute;
            width: 0;
            height: 0;
            border-bottom-color: var(--static_primary_color_buttons_links);
            border-bottom-width: 8px;
            border-bottom-style: solid;
            display: block;
            top: 0;
            filter: brightness(0.7)
        }

        .rPyoc>p .qC_pa {
            left: 0;
            transform: translateX(-100%);
            border-left: 8px solid rgba(0, 0, 0, 0)
        }

        .rPyoc>p .oy8sJ {
            right: 0;
            transform: translateX(100%);
            border-right: 8px solid rgba(0, 0, 0, 0)
        }

        .vZwaK {
            position: absolute;
            right: 15px;
            padding: 14px;
            background: var(--static_primary_color_buttons_links);
            color: var(--static_buttons_text);
            border-radius: 4px;
            box-shadow: inset 0 0 0 1px rgba(0, 0, 0, .1);
            transform: translateY(-50%);
            line-height: 0;
            font-size: 14px;
            text-transform: uppercase;
            font-weight: 500
        }

        .vZwaK>p {
            display: none
        }

        .VuXtB {
            padding: 6px 8px;
            background-color: #eee;
            color: var(--static_body_text);
            font-size: 12px;
            text-transform: uppercase;
            font-weight: 500
        }

        .YaDmW {
            display: grid;
            row-gap: 14px;
            align-items: flex-end;
            grid-template-columns: repeat(1, 1fr)
        }

        .YaDmW .tebYR {
            background-color: var(--static_page_background);
            border: 1px solid var(--static_divider_color);
            border-radius: 8px;
            box-shadow: 0px 2px 4px 0px rgba(124, 124, 124, .08);
            min-width: 0
        }

        .YaDmW .tebYR .SK2Ly {
            flex-grow: 1;
            padding: 20px;
            display: flex;
            cursor: pointer;
            align-items: center
        }

        .YaDmW .tebYR .SK2Ly .RTpMI {
            flex-grow: 1;
            display: flex;
            justify-content: space-between;
            align-items: center
        }

        .YaDmW .tebYR .SK2Ly .RTpMI .b56om {
            color: var(--static_title_text);
            font-weight: 600;
            font-size: 16px
        }

        .YaDmW .tebYR .SK2Ly .RTpMI .y7wTi {
            display: block;
            max-height: 90px
        }

        .YaDmW .tebYR .SK2Ly .RTpMI .y7wTi[data-pm=zip],
        .YaDmW .tebYR .SK2Ly .RTpMI .y7wTi[data-pm=p24] {
            height: 30px
        }

        .YaDmW .tebYR .TRKYT {
            padding: 0 20px 20px
        }

        .YaDmW .tebYR .TRKYT .F5GhV .iyFW5 {
            display: block;
            margin: 0 auto 14px;
            width: 80px
        }

        .YaDmW .tebYR .TRKYT .F5GhV .JDHaH {
            color: var(--static_body_text);
            font-size: 16px;
            width: 480px;
            max-width: 100%;
            margin: auto;
            line-height: 1.5;
            text-align: center
        }

        .YaDmW .tebYR .m2HIX {
            margin: 18px 0;
            border: none;
            border-top: 1px solid var(--static_divider_color)
        }

        @media(max-width: 650px) {
            .YaDmW .QVWzt .zsy6s {
                align-self: flex-start
            }
            .YaDmW .QVWzt .RTpMI {
                flex-direction: column;
                align-items: flex-start !important;
                gap: 15px 0
            }
        }

        .zsy6s {
            display: inline-block;
            width: 18px;
            height: 18px;
            border: 5px solid #f1f1f1;
            border-radius: 50%;
            box-sizing: border-box;
            align-self: center;
            flex-shrink: 0
        }

        .zsy6s.active {
            border-color: #0085ff
        }

        .IFc6X .GJCC1 {
            width: 50%;
            border: 1px solid #acb9d2;
            border-radius: 8px;
            color: var(--static_title_text);
            background-color: var(--static_page_background);
            padding: 12px;
            font-weight: 400;
            font-size: 14px
        }

        .IFc6X .b56om {
            color: var(--static_title_text);
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 8px
        }

        .JI3yJ {
            display: flex
        }

        .oyyTR {
            flex-grow: 1
        }

        .qw1Du {
            width: 10px;
            min-height: 1px;
            flex-shrink: 0
        }

        .WsVUS {
            display: flex;
            flex-direction: column;
            font-size: 16px;
            gap: 20px 5px;
            max-width: 100%
        }

        .WsVUS .U7V97 {
            max-width: 35px
        }

        .WsVUS .d88FW,
        .WsVUS .SJDn5,
        .WsVUS .qoxYh {
            border: 1px solid var(--static_divider_color);
            line-height: 18px;
            color: var(--static_title_text);
            padding: 12px;
            background-color: rgba(0, 0, 0, 0);
            border-radius: 8px;
            outline: 0
        }

        .WsVUS .d88FW::-moz-placeholder,
        .WsVUS .SJDn5::-moz-placeholder,
        .WsVUS .qoxYh::-moz-placeholder {
            font-size: 16px
        }

        .WsVUS .d88FW::placeholder,
        .WsVUS .SJDn5::placeholder,
        .WsVUS .qoxYh::placeholder {
            font-size: 16px
        }

        .WsVUS .d88FW {
            outline: 0;
            border: 0
        }

        .WsVUS .NF7a4 {
            display: flex;
            align-items: center;
            flex-grow: 1;
            border: 1px solid var(--static_divider_color);
            border-radius: 8px;
            padding: 0 0 0 10px
        }

        .WsVUS .NF7a4 .d88FW {
            padding-right: 10px
        }

        .WsVUS .GOJf0 {
            display: flex;
            align-items: center;
            gap: 0 20px;
            justify-content: space-between;
            max-width: 100%
        }

        .WsVUS .GOJf0 .vHoW4,
        .WsVUS .GOJf0 .gPVfz {
            width: 50%
        }

        .WsVUS .GOJf0 .eA7U6 {
            color: #ff4949
        }

        .ni5o5 {
            width: 100%
        }

        .f64gk {
            font-size: 14px;
            font-weight: 400 !important;
            margin-left: 6px
        }

        .wAWXC {
            background: red
        }

        .AgeAj {
            display: flex
        }

        .ffzbl {
            color: rgba(79, 79, 79, .8) !important
        }

        .kGy1b {
            position: relative
        }

        .GlGkY {
            cursor: pointer;
            display: block;
            width: 100%;
            -webkit-appearance: none !important;
            -moz-appearance: none !important;
            appearance: none !important;
            background-color: rgba(0, 0, 0, 0)
        }

        .zPtcT {
            position: absolute;
            top: 55%;
            transform: translateY(-50%);
            right: 8px;
            pointer-events: none
        }

        .FQ8EX {
            left: 8px;
            right: unset
        }

        .mIqRl {
            display: flex;
            align-items: center;
            gap: 5px
        }

        .aRFhV {
            width: 15px;
            height: 15px;
            border-radius: 20%;
            border: 2px solid #000;
            display: block;
            background: #000;
            pointer-events: none
        }

        .aRFhV:after {
            content: "";
            position: absolute;
            width: 60%;
            height: 30%;
            border: 2px solid #fff;
            border-top-width: 0px;
            border-right-width: 0px;
            left: 50%;
            top: 50%;
            transform: rotateZ(-45deg) translate(-10%, -105%)
        }

        .VcxP_ {
            display: none
        }

        .VcxP_:not(:checked)+.aRFhV {
            background: rgba(0, 0, 0, 0)
        }

        .VcxP_:not(:checked)+.aRFhV:after {
            display: none
        }

        .BprW6 {
            position: relative;
            display: inline-block;
            vertical-align: middle
        }

        .B20ri {
            width: 100%;
            resize: vertical;
            outline: none
        }

        .AxhkF .soon-separator+.soon-group-sub {
            margin-left: 0px
        }

        .WiDZV:not(.a7xwC) {
            display: none
        }

        .a7xwC {
            position: fixed;
            left: 0;
            width: 100vw;
            z-index: 10;
            bottom: 0
        }

        .iGQm7 {
            overflow: hidden;
            position: relative;
            height: 100%;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none
        }

        .iGQm7 .thaO1 {
            min-height: 60px;
            height: 100%;
            align-items: center;
            display: flex;
            height: 100%;
            display: flex;
            transition: transform .6s ease 0s
        }

        .iGQm7 .thaO1 .HGEme {
            max-height: 100%;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center
        }

        .iGQm7 .thaO1 .zqekA {
            width: 100%
        }

        .iGQm7 .NyINf {
            position: absolute;
            top: 50%;
            right: 10px;
            transform: translateY(-50%);
            transition: opacity .2s;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
            z-index: 9999;
        }

        .iGQm7 .NyINf:not(:hover) {
            opacity: .3
        }

        .iGQm7 .NyINf.reversed {
            left: 10px;
            right: auto
        }

        .ksBcm {
            position: relative
        }

        .ksBcm>* {
            position: absolute
        }

        .Wxz9i {
            display: block;
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            overflow: hidden;
            pointer-events: none;
            opacity: 0;
            z-index: -1
        }

        .r1BQ1 {
            display: flex;
            justify-content: center;
            align-items: center
        }

        .PYZTb {
            position: sticky;
            width: 100%;
            top: 0;
            background-color: #191e24;
            padding: 12px 12px 12px 18px;
            align-items: center;
            display: flex;
            align-items: center;
            justify-content: space-between;
            flex-wrap: wrap;
            color: #fff;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            z-index: 1
        }

        .PYZTb .MbQxI {
            display: flex;
            align-items: center
        }

        .PYZTb .MbQxI .ZMz1h {
            flex: 1
        }

        .PYZTb .MbQxI .opODy {
            padding: 8px 12px;
            background-color: rgba(255, 255, 255, .2);
            display: flex;
            align-items: center;
            gap: 10px;
            border-radius: 4px;
            overflow: hidden;
            color: #fff;
            font-size: 14px;
            text-shadow: 0px 0px 2px rgba(32, 32, 35, .25), 0px 0px 4px rgba(32, 32, 35, .4);
            position: relative;
            animation: bounce-scale 1.5s ease-in-out 6 forwards
        }

        .PYZTb .MbQxI .opODy svg {
            flex-shrink: 0
        }

        .PYZTb .MbQxI .opODy::before {
            position: absolute;
            content: "";
            height: 100%;
            width: 4px;
            left: 0;
            top: 0;
            background-color: #fff
        }

        @media screen and (max-width: 721px) {
            .PYZTb .MbQxI {
                flex-direction: column;
                align-items: flex-start;
                gap: 12px;
                width: 100%
            }
            .PYZTb .MbQxI .previewText {
                min-width: 100%
            }
        }

        .PYZTb .lDBsu {
            display: flex;
            align-items: center
        }

        @media screen and (max-width: 992px) {
            .PYZTb .lDBsu {
                display: none
            }
        }

        .PYZTb .lDBsu .Fbh1P {
            display: flex;
            align-items: center;
            gap: 30px
        }

        .PYZTb .lDBsu .Fbh1P .XvVbU {
            cursor: pointer;
            display: flex;
            align-items: center;
            gap: 8px;
            transition: .1s
        }

        .PYZTb .lDBsu .Fbh1P .XvVbU span {
            color: rgba(255, 255, 255, .7);
            font-size: 14px
        }

        .PYZTb .lDBsu .Fbh1P .XvVbU svg path {
            fill: rgba(255, 255, 255, .7)
        }

        .PYZTb .lDBsu .Fbh1P .XvVbU:hover span {
            color: #fff
        }

        .PYZTb .lDBsu .Fbh1P .XvVbU:hover svg path {
            fill: #fff
        }

        .PYZTb .lDBsu .YnQyX {
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            padding: 0 8px;
            width: 38px;
            height: 36px;
            border: 1px solid rgba(255, 255, 255, .2);
            border-radius: 8px;
            box-shadow: 0px 1px 4px -1px rgba(9, 39, 83, .12);
            background-color: rgba(255, 255, 255, .3);
            transition: .1s
        }

        .PYZTb .lDBsu .YnQyX:hover {
            background-color: rgba(255, 255, 255, .4)
        }

        .PYZTb .lDBsu .YnQyX svg path {
            fill: #fff
        }

        .PYZTb .HqnyA {
            width: 1px;
            height: 24px;
            background-color: rgba(255, 255, 255, .3);
            margin: 0 24px
        }

        @media screen and (max-width: 721px) {
            .PYZTb .HqnyA {
                display: none
            }
        }

        .PYZTb .p_B0m {
            padding: 7px 8px 7px 12px;
            border: 1px solid rgba(255, 255, 255, .2);
            box-shadow: 0px 1px 4px -1px rgba(9, 39, 83, .12);
            background: rgba(255, 255, 255, .3);
            border-radius: 8px;
            gap: 8px;
            cursor: pointer;
            align-items: center;
            display: none;
            position: absolute;
            top: 12px;
            right: 12px
        }

        @media screen and (max-width: 992px) {
            .PYZTb .p_B0m {
                display: flex !important
            }
        }

        .PYZTb .p_B0m .p7BT6 {
            font-weight: 500;
            font-size: 15px
        }

        .PYZTb .p_B0m .UaG5U {
            display: none;
            position: relative;
            top: 2px
        }

        .PYZTb .p_B0m .UaG5U.rDbpW {
            display: block
        }

        .PYZTb .p_B0m .gnHek {
            width: 128px;
            border-radius: 4px;
            border: 1px solid #d9dfe8;
            background: #fff;
            box-shadow: 0px 2px 20px 0px rgba(32, 32, 35, .13);
            display: flex;
            flex-direction: column;
            position: absolute;
            bottom: 0;
            right: 0;
            transform: translateY(calc(100% + 4px));
            gap: 4px;
            padding: 4px 0
        }

        .PYZTb .p_B0m .gnHek .OZH2d {
            padding: 8px 10px;
            font-size: 13px;
            color: #191e24;
            transition: .1s
        }

        .PYZTb .p_B0m .gnHek .OZH2d:hover {
            background: rgba(0, 0, 0, .05)
        }

        @keyframes vibrate {
            0% {
                transform: translateY(0)
            }
            25% {
                transform: translateY(-2px)
            }
            50% {
                transform: translateY(2px)
            }
            75% {
                transform: translateY(-2px)
            }
            100% {
                transform: translateY(0)
            }
        }

        @keyframes bounce-scale {
            0%,
            100% {
                transform: translateY(0) rotate(0deg) scale(1)
            }
            30% {
                transform: translateY(-8px) rotate(-5deg) scale(1.1)
            }
            50% {
                transform: translateY(0) rotate(5deg) scale(1)
            }
            70% {
                transform: translateY(-4px) rotate(-3deg) scale(1.05)
            }
        }

        .uRgxw {
            position: fixed;
            bottom: 15px;
            z-index: 1;
            animation: .4s animateToastList;
            width: 400px;
            left: 50%;
            transform: translateX(-50%);
            max-width: 100%
        }

        @keyframes animateToastList {
            from {
                margin-top: 50px;
                opacity: 0
            }
            to {
                margin-top: 0px;
                opacity: 1
            }
        }

        .BDYPv {
            min-width: 0;
            border-radius: 6px;
            box-shadow: 0px 2px 20px rgba(32, 32, 35, .13);
            background-color: #ff5b5b;
            color: #fff;
            margin: 14px 15px 0;
            display: flex
        }

        .E6xWl {
            padding: 12px;
            line-height: 1.2;
            flex-grow: 1
        }

        .VKYDo {
            width: 40px;
            flex-shrink: 0;
            border-left: 1px solid rgba(255, 255, 255, .2);
            justify-content: center;
            align-items: center;
            display: flex;
            cursor: pointer
        }

        .VKYDo:hover {
            background: rgba(233, 231, 231, .24)
        }

        .ByzY8 {
            position: fixed;
            left: 0;
            top: 0;
            bottom: 0;
            right: 0;
            padding: 15px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff
        }

        .ByzY8 .elm {
            width: 428px;
            max-width: 100;
            border-radius: 6px;
            background: #f7faff;
            border: 2px dashed rgba(0, 132, 255, .5);
            padding: 22px;
            display: flex;
            flex-direction: column;
            align-items: center
        }

        .ByzY8 .elm .icon {
            display: block;
            width: 24px;
            margin-bottom: 18px
        }

        .ByzY8 .elm .title {
            font-size: 16px;
            line-height: 19px;
            color: #2d3032;
            margin-bottom: 10px
        }

        .ByzY8 .elm .desc {
            color: #81878e;
            font-size: 14px;
            line-height: 160%;
            text-align: center
        }

        .g_5Sy {
            display: flex;
            gap: 14px;
            flex-wrap: wrap
        }

        .g_5Sy>* {
            min-width: 250px;
            max-width: 100% !important;
            flex-grow: 1;
            flex-basis: 0
        }

        .Cq73x {
            display: flex;
            align-items: center;
            flex-grow: 1
        }

        .zeuQ_ {
            flex-grow: 1;
            justify-content: space-between;
            display: flex
        }

        .XTDRG {
            display: flex;
            align-items: center;
            margin-right: 16px
        }

        .aC5NJ {
            text-decoration: line-through
        }

        .JGIqk {
            color: #2cc40b;
            font-weight: medium;
            text-transform: uppercase;
            margin-right: 10px
        }

        .btJdT {
            margin: 20px;
            padding: 16px 20px;
            color: var(--static_buttons_text);
            background: var(--static_primary_color_buttons_links);
            box-shadow: 0px 0px 0px 6px var(--static_light_primary_background);
            border-radius: 5px;
            display: flex;
            align-items: center
        }

        .k8XZB {
            flex-grow: 1
        }

        .BZJ91 {
            fill: var(--static_buttons_text);
            width: 30px;
            margin-right: 12px
        }

        .C9W8E {
            line-height: 17px;
            font-size: 14px;
            color: rgba(87, 99, 122, .86)
        }

        .Y3KcS {
            height: 100%;
            position: relative;
            overflow: hidden;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
            margin: 0 auto;
            max-width: 100%
        }

        .OsHpS {
            position: absolute;
            left: 50%;
            bottom: 10px;
            transform: translateX(-50%);
            display: flex;
            align-items: center;
            gap: 0 6px
        }

        .OsHpS .DYvUL {
            width: 15px;
            height: 15px;
            border-radius: 50%;
            display: block;
            cursor: pointer;
            box-shadow: 0 0 2px rgba(0, 0, 0, .7);
            background-color: rgba(255, 255, 255, .4);
            transition: background-color .4s
        }

        .OsHpS .DYvUL.MhJzo {
            background-color: rgba(0, 0, 0, .8);
            background-color: #fff
        }

        .yLnqs {
            position: absolute;
            inset: 0 0 0 0;
            display: flex;
            transition: transform .5s
        }

        .yLnqs .KnfLn {
            min-width: 100%
        }

        .yLnqs .KnfLn.FYsyH {
            cursor: pointer
        }

        .yLnqs .KnfLn .HM8hR {
            display: block;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
            object-fit: cover
        }

        .yJXSL {
            direction: ltr
        }

        .Zuaet {
            cursor: pointer;
            position: relative;
            z-index: 1;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important
        }

        .VeBRn {
            position: relative;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none
        }

        .qI7vc {
            position: absolute;
            width: 100%;
            height: 100%
        }

        .HPX8R {
            right: 0;
            width: 50%
        }

        .qXTIT {
            position: absolute;
            top: 0;
            left: 0;
            height: 100%;
            background-color: #000;
            cursor: pointer;
            z-index: 5
        }

        .qXTIT::before {
            content: "";
            width: 3px;
            height: 100%;
            position: absolute;
            top: 0;
            background-color: rgba(0, 0, 0, .2);
            box-shadow: 0 0 1px rgba(0, 0, 0, .25);
            border-radius: 2px
        }

        .MhcqM {
            position: absolute;
            top: 50%;
            left: 0;
            transform: translate(-46%, -50%)
        }

        .buW3J {
            width: 100%;
            height: 100%;
            max-width: 100%;
            min-height: 100%;
            -o-object-position: right;
            object-position: right;
            -o-object-fit: cover;
            object-fit: cover
        }

        .NVJjk {
            position: relative
        }

        body,
        #root {
            height: 100%
        }

        .y3kcy {
            font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", sans-serif;
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 15px;
            min-height: 100%
        }

        .y3kcy .block {
            width: 360px;
            max-width: 100%;
            text-align: center
        }

        .y3kcy .icon {
            width: 242.44px;
            display: block;
            margin: 0 auto 24px
        }

        .y3kcy .label {
            margin-bottom: 10px;
            font-weight: 500;
            font-size: 18px;
            line-height: 22px;
            color: #2d3032;
            text-align: center;
            max-width: 100%
        }

        .y3kcy .message {
            width: 347px;
            max-width: 100%;
            margin-bottom: 28px;
            color: #81878e;
            letter-spacing: .02em;
            font-weight: 400;
            font-size: 14px;
            line-height: 21px
        }

        .wys table {
            width: 100%;
            table-layout: fixed;
        }

        .wys td {
            outline: 1px dashed;
            padding: 10px;
        }

        .wys h1 {
            font-size: 30px;
            margin-top: 24px;
            margin-bottom: 24px;
        }

        .wys h2 {
            font-size: 24px;
            margin-top: 20px;
            margin-bottom: 20px;
        }

        .wys h3 {
            font-size: 18px;
            margin-top: 18px;
            margin-bottom: 18px;
        }

        .wys h4 {
            font-size: 14px;
            margin-top: 14px;
            margin-bottom: 14px;
        }

        .wys h5 {
            font-size: 12px;
            margin-top: 12px;
            margin-bottom: 12px;
        }

        .wys h6 {
            font-size: 10px;
            margin-top: 10px;
            margin-bottom: 10px;
        }

        .wys img {
            max-width: 100%;
            height: auto;
            display: block;
            pointer-events: none;
        }

        .wys .video {
            width: 100%;
            display: block;
            pointer-events: none;
        }
        @media all {
            ._1037 {
                max-width: 100%;
                margin-top: 0px;
            }
            ._1036 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 13px;
            }
            ._1035 {
                font-size: 15px;
                color: rgba(72, 59, 54, 1);
            }
            ._1034 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._1033 {
                max-width: 100%;
                margin-left: 6px;
            }
            ._1032 {
                font-family: Roboto;
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                font-weight: 700;
            }
            ._1031 {
                display: flex;
                justify-content: flex-start;
            }
            ._1030 {
                max-width: 100%;
            }
            ._1029 {
                max-width: 100%;
                margin-right: 10px;
            }
            ._1028 {
                border-style: solid;
                color: rgba(27, 215, 65, 1);
                border-color: rgba(255, 255, 255, 1);
                position: absolute;
                left: 38px;
                top: 40px;
                border-radius: 100px;
                border-width: 3px;
                font-size: 14px;
            }
            ._1027 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._1026 {
                border-style: solid;
                border-radius: 100px;
                border-width: 0px;
            }
            ._1025 {
                max-width: 100%;
                width: 60px;
            }
            ._1024 {
                max-width: 100%;
            }
            ._1022:hover {
                background-color: rgba(146, 86, 3, 0.13);
            }
            ._1023 {
                margin-top: 10px;
                width: 100%;
            }
            ._1022 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                display: flex;
                justify-content: flex-start;
                align-items: center;
                padding: 10px;
                border-style: solid;
                border-width: 0px;
                transition-duration: 300ms;
                border-radius: 10px;
                background-color: rgba(251, 184, 46, 0.12);
            }
            ._1021 {
                max-width: 100%;
            }
            ._1020 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                font-size: 14px;
                color: rgba(255, 255, 255, 1);
            }
            ._1019 {
                border-style: solid;
                border-radius: 8px;
                border-width: 0px;
                background-color: rgba(253, 175, 40, 1);
                padding-top: 11px;
                padding-bottom: 11px;
                padding-right: 10px;
                padding-left: 10px;
            }
            ._1018 {
                max-width: 100%;
            }
            ._1017 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                min-height: 80px;
                border-style: solid;
                padding: 13px;
                background-color: rgba(255, 255, 255, 1);
                border-top-left-radius: 22px;
                border-top-right-radius: 22px;
                border-bottom-left-radius: 22px;
                border-bottom-right-radius: 0px;
                border-width: 0px;
                box-shadow: 0px 2px 17px 0px rgba(33, 56, 71, 0.2);
            }
            ._1016 {
                max-width: 100%;
                margin-right: auto;
                margin-left: 0;
                width: 300px;
                margin-bottom: 10px;
                margin-left: 10px;
            }
            ._1014.animate:hover {
                animation-name: heartBeat;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
                animation-duration: 1400ms;
            }
            ._1015 {
                height: auto;
            }
            ._1014 {
                max-width: 100%;
                width: 70px;
            }
            ._1013 {
                cursor: pointer;
                border-width: 0px;
                border-style: solid;
                display: flex;
                flex-direction: column;
                padding-left: 10px;
            }
            ._1012 {
                max-width: 100%;
            }
            ._1011 {
                display: flex;
                border-width: 0px;
                flex-direction: column-reverse;
            }
            ._1010 {
                max-width: 100%;
            }
            ._1009 {
                max-width: 100%;
            }
            ._1008 {
                position: absolute;
                horizontal-position: right;
                vertical-position: bottom;
                right: 18px;
                z-index: 200;
                bottom: 172px;
            }
            ._1007 {
                max-width: 100%;
            }
            ._1006 {
                max-width: 100%;
            }
            ._1005 {
                padding-top: 40px;
                padding-bottom: 100px;
            }
            ._1004 {
                margin-top: 2px;
            }
            ._1003 {
                height: 26px;
            }
            @media (min-width: 992px) {
                ._1001 {
                    opacity: 80%;
                }
            }
            ._1001 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
            }
            ._1000:active {
                border-width: 1px;
            }
            ._1000:focus {
                padding: 12px;
            }
            ._1000 {
                border-style: solid;
                border-width: 1px;
                font-family: Roboto;
                font-weight: 400;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
                padding: 12px;
                border-radius: 8px;
                border-color: rgba(155, 97, 3, 0.12);
            }
            ._999 {
                max-width: 100%;
                width: 260px;
            }
            ._998 {
                width: 100%;
                margin-top: 26px;
                max-width: 1440px;
                margin-right: auto;
                margin-left: auto;
            }
            ._997 {
                display: flex;
                align-items: center;
                justify-content: space-between;
                flex-wrap: wrap;
            }
            ._996 {
                width: 100%;
                margin-top: 10px;
            }
            ._995 {
                font-family: Roboto;
                font-weight: 500;
                letter-spacing: 0px;
                line-height: 18px;
                color: rgba(255, 255, 255, 1);
                border-color: rgba(255, 255, 255, 1);
                background-color: rgba(72, 59, 54, 1);
                padding-top: 16px;
                padding-bottom: 16px;
                padding-right: 24px;
                padding-left: 24px;
                font-size: 15px;
                border-radius: 10px;
            }
            ._993:focus {
                border-style: solid;
                border-width: 1px;
                border-color: rgba(253, 175, 40, 1);
                box-shadow: 0px 0px 0px 1px rgba(253, 175, 40, 1);
            }
            ._994 {
                width: 100%;
            }
            ._993 {
                font-size: 14px;
                border-width: 1px;
                border-style: solid;
                color: rgba(72, 59, 54, 1);
                line-height: 18px;
                font-family: Roboto;
                padding-top: 14px;
                padding-bottom: 14px;
                padding-right: 16px;
                padding-left: 16px;
                border-color: rgba(214, 220, 233, 1);
                border-radius: 10px;
            }
            ._992 {
                width: 100%;
                margin-right: 0;
                margin-left: auto;
            }
            ._991 {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
                flex-direction: column;
            }
            @media (min-width: 992px) {}
            ._990 {
                max-width: 680px;
                margin-bottom: 12px;
            }
            ._989 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._988 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._986 {
                margin-bottom: 10px;
            }
            ._985 {
                font-family: Roboto;
                line-height: 160%;
                letter-spacing: 0px;
                color: rgba(72, 59, 54, 1);
                font-size: 18px;
                font-weight: 700;
            }
            ._984 {
                max-width: 100%;
            }
            ._945 {
                justify-content: flex-start;
                align-items: center;
                col-width: 5;
                border-color: rgba(214, 220, 233, 1);
                border-width: 1px;
                padding-top: 40px;
                padding-bottom: 40px;
                padding-left: 40px;
            }
            ._983 {
                margin-bottom: 12px;
            }
            @media (min-width: 992px) {}
            ._982 {
                font-family: Roboto;
                line-height: 20px;
                font-weight: 400;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
                text-decoration-line: none;
            }
            ._981 {
                margin-bottom: 12px;
            }
            @media (min-width: 992px) {}
            ._980 {
                font-family: Roboto;
                line-height: 20px;
                font-weight: 400;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
                text-decoration-line: none;
            }
            ._979 {
                margin-bottom: 12px;
            }
            @media (min-width: 992px) {}
            ._978 {
                font-family: Roboto;
                line-height: 20px;
                font-weight: 400;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
                text-decoration-line: none;
            }
            ._977 {
                margin-bottom: 12px;
            }
            @media (min-width: 992px) {}
            ._976 {
                font-family: Roboto;
                line-height: 20px;
                font-weight: 400;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
                text-decoration-line: none;
            }
            ._975 {
                margin-bottom: 14px;
            }
            ._974 {
                font-family: Roboto;
                line-height: 160%;
                letter-spacing: 0px;
                color: rgba(72, 59, 54, 1);
                font-size: 18px;
                font-weight: 700;
            }
            ._973 {
                padding-right: 20px;
            }
            ._972 {
                max-width: 100%;
            }
            ._944 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
                border-color: rgba(214, 220, 233, 1);
                padding-top: 40px;
                padding-bottom: 40px;
                border-width: 1px;
            }
            ._970 {
                height: auto;
            }
            ._971 {
                width: 20px;
            }
            @media (min-width: 992px) {
                ._970 {
                    opacity: 100%;
                }
            }
            ._969 {
                margin-bottom: NaNpx;
            }
            ._968 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
            }
            ._966 {
                height: auto;
            }
            ._967 {
                width: 20px;
            }
            @media (min-width: 992px) {
                ._966 {
                    opacity: 100%;
                }
            }
            ._965 {
                margin-bottom: NaNpx;
                margin-left: 20px;
            }
            ._964 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
            }
            ._962 {
                height: auto;
            }
            ._963 {
                width: 20px;
            }
            @media (min-width: 992px) {
                ._962 {
                    opacity: 100%;
                }
            }
            ._961 {
                margin-bottom: NaNpx;
                margin-left: 20px;
            }
            ._960 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
            }
            ._958 {
                height: auto;
            }
            ._959 {
                width: 20px;
            }
            @media (min-width: 992px) {
                ._958 {
                    opacity: 100%;
                }
            }
            ._957 {
                margin-left: 20px;
            }
            ._956 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
            }
            ._955 {
                margin-top: 20px;
            }
            ._954 {
                display: flex;
                align-items: center;
            }
            @media (min-width: 992px) {}
            ._952 {
                font-family: Roboto;
                line-height: 160%;
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._951 {
                margin-bottom: 10px;
            }
            ._950 {
                font-family: Roboto;
                line-height: 160%;
                letter-spacing: 0px;
                color: rgba(72, 59, 54, 1);
                font-size: 18px;
                font-weight: 700;
            }
            ._949 {
                padding-top: 0px;
            }
            ._948 {
                max-width: 100%;
            }
            ._943 {
                justify-content: flex-start;
                align-items: center;
                col-width: 4;
                border-color: rgba(214, 220, 233, 1);
                padding-top: 40px;
                padding-bottom: 40px;
                padding-right: 40px;
                padding-left: 40px;
                border-width: 1px;
            }
            ._947 {
                max-width: 1440px;
                margin-right: auto;
                margin-left: auto;
            }
            ._946+.resizeWrapper {}
            ._946 {
                columns-per-line: 3;
                border-style: solid;
                border-color: rgba(214, 220, 233, 1);
                border-width: 0px;
                border-radius: 24px;
                background-color: rgba(199, 163, 113, 0.12);
            }
            ._945 {
                width: calc(99.99% * (5 / 12) - (30px - 30px * (5 / 12)));
                margin-left: 0px;
            }
            ._944 {
                width: calc(99.99% * (3 / 12) - (30px - 30px * (3 / 12)));
                margin-left: 30px;
            }
            ._943 {
                width: calc(99.99% * (4 / 12) - (30px - 30px * (4 / 12)));
                margin-left: 30px;
            }
            ._942 {
                padding-bottom: 40px;
                padding-right: 40px;
                padding-left: 40px;
            }
            ._941 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            ._939.animate {
                animation-iteration-count: 1;
            }
            ._940 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                border-radius: 14px;
                padding: 6px;
                height: 44px;
            }
            @media (min-width: 992px) {
                ._940 {
                    opacity: 100%;
                }
            }
            ._939 {
                max-width: 100%;
                margin-left: 6px;
                width: auto;
            }
            ._926 {
                align-items: center;
                col-width: 3;
                display: flex;
                justify-content: center;
            }
            ._938 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            ._937 {
                margin-left: 6px;
                width: auto;
            }
            ._936 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                border-radius: 14px;
                padding: 6px;
                height: 44px;
            }
            @media (min-width: 992px) {
                ._936 {
                    opacity: 100%;
                }
            }
            ._925 {
                align-items: center;
                col-width: 3;
                display: flex;
                justify-content: center;
            }
            ._935 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            ._934 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                border-radius: 14px;
                padding: 6px;
                height: 44px;
            }
            @media (min-width: 992px) {
                ._934 {
                    opacity: 100%;
                }
            }
            ._933 {
                max-width: 100%;
                margin-left: 6px;
                width: auto;
            }
            ._924 {
                align-items: center;
                col-width: 3;
                display: flex;
                justify-content: center;
            }
            ._931 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            ._930 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                border-radius: 14px;
                padding: 6px;
                height: 44px;
            }
            @media (min-width: 992px) {
                ._930 {
                    opacity: 100%;
                }
            }
            ._929 {
                max-width: 100%;
                margin-left: 6px;
                width: auto;
            }
            ._923 {
                align-items: center;
                col-width: 3;
                display: flex;
                justify-content: center;
            }
            ._928 {
                max-width: 100%;
            }
            ._927 {
                columns-per-line: 4;
            }
            ._927+.resizeWrapper {}
            ._926 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            ._925 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._924 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._923 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._922 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1012px;
            }
            ._921 {
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 0px;
                border-top-left-radius: 32px;
                border-top-right-radius: 32px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                padding-top: 28px;
                padding-bottom: 28px;
                padding-right: 40px;
                padding-left: 40px;
                box-shadow: 0px 2px 22px 0px rgba(146, 86, 3, 0.13);
            }
            ._920 {
                padding-top: 40px;
                overflow: hidden;
            }
            ._919 {
                max-width: 100%;
                margin-bottom: 0px;
            }
            ._918 {
                font-family: Roboto;
                line-height: 130%;
                font-weight: 500;
                text-align: center;
                color: rgba(255, 255, 255, 1);
                font-size: 18px;
            }
            ._916.animate:hover {
                animation-name: pulse;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
            }
            ._917 {
                height: auto;
            }
            ._916 {
                max-width: 100%;
                margin-left: 10px;
                width: 36px;
            }
            ._915:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._915 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                border-style: solid;
                border-color: rgba(34, 25, 77, 0);
                border-width: 1px;
                display: flex;
                justify-content: center;
                align-items: center;
                padding-top: 10px;
                padding-bottom: 8px;
                padding-right: 20px;
                padding-left: 20px;
                background-image: linear-gradient(128deg, rgba(253, 175, 40, 1), rgba(253, 135, 35, 1));
                border-radius: 15px;
                box-shadow: 0px 5px 14px 3px rgba(146, 86, 3, 0.13), 0px -4px 0px 0px rgba(0, 0, 0, 0.03) inset;
            }
            body ._914 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-top: 16px;
                width: 230px;
            }
            body ._913 {
                max-width: 100%;
            }
            ._912 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 18px;
            }
            ._911 {
                margin-bottom: 6px;
            }
            body ._910 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                vertical-position: bottom;
                text-align: center;
                line-height: 130%;
                font-size: 25px;
                font-weight: 700;
            }
            body ._909 {
                border-style: solid;
                border-width: 0px;
                height: 70px;
                background-color: rgba(255, 255, 255, 1);
                padding: 17px;
                border-radius: 26px;
                box-shadow: 0px 6px 10px 0px rgba(146, 86, 3, 0.13), 0px 0px 0px 6px rgba(251, 184, 46, 0.12);
            }
            body ._908 {
                max-width: 100%;
                width: auto;
                margin-top: -34px;
                margin-bottom: 24px;
            }
            body ._907 {
                border-style: solid;
                border-width: 0px;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-top: 0px;
                padding-bottom: 41px;
                padding-right: 41px;
                padding-left: 41px;
                border-radius: 26px;
                background-repeat: no-repeat;
                background-size: cover;
                box-shadow: 0px 3px 25px 0px rgba(146, 86, 3, 0.13);
                background-position: top center;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/3384386a-55e3-400e-bbe5-225a7ee0401e.Asset%20jfjfjfj.svg), linear-gradient(120deg, rgba(255, 255, 255, 0.93), rgba(255, 255, 255, 0.76));
            }
            ._906 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-top: 118px;
            }
            ._905 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._904 {
                max-width: 100%;
            }
            ._903 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-top: 10px;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._902 {
                max-width: 100%;
            }
            ._901 {
                font-size: 30px;
            }
            ._900 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._899 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-size: 18px;
                font-weight: 500;
            }
            ._898 {
                margin-bottom: 0px;
            }
            body ._897 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                height: 30px;
                border-radius: 100px;
            }
            body ._896 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._895 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            body ._894 {
                max-width: 100%;
            }
            ._893:hover {
                background-image: linear-gradient(205deg, rgba(251, 184, 46, 0.12), transparent);
            }
            body ._893 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                transition-duration: 240ms;
                padding-top: 22px;
                padding-bottom: 22px;
                padding-right: 18px;
                padding-left: 18px;
            }
            body ._892 {
                max-width: 100%;
            }
            body ._891 {
                border-color: rgba(214, 220, 233, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                overflow: hidden;
                border-radius: 14px;
                box-shadow: 0px 3px 14px 0px rgba(146, 86, 3, 0.13);
            }
            body ._890 {
                max-width: 100%;
                margin-bottom: 14px;
            }
            body ._889 {
                max-width: 100%;
                margin-top: 18px;
                margin-right: auto;
                margin-left: auto;
            }
            body ._888 {
                max-width: 900px;
                margin-right: auto;
                margin-left: auto;
            }
            body ._887 {
                max-width: 100%;
                width: 600px;
                margin-right: auto;
                margin-left: auto;
            }
            body ._886 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-size: 18px;
                text-align: center;
                line-height: 160%;
                font-weight: 400;
            }
            ._885 {
                margin-bottom: 10px;
            }
            body ._884 {
                font-family: Roboto;
                font-size: 40px;
                color: rgba(72, 59, 54, 1);
                letter-spacing: 0.5px;
                vertical-position: bottom;
                text-align: center;
                line-height: 115%;
                font-weight: 700;
            }
            body ._883 {
                line-height: 160%;
                font-family: Roboto;
                font-size: 14px;
                font-weight: 700;
                color: rgba(82, 68, 58, 0.81);
            }
            @media (min-width: 992px) {}
            body ._882 {
                max-width: 100%;
            }
            body ._881 {
                font-size: 18px;
                color: rgba(253, 135, 35, 1);
            }
            ._880 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
                width: auto;
            }
            ._879 {
                display: flex;
                align-items: center;
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 8px;
                padding-bottom: 8px;
                padding-right: 16px;
                padding-left: 20px;
                border-radius: 10px;
            }
            ._878 {
                max-width: 100%;
                margin-bottom: 15px;
            }
            ._877 {
                margin-right: auto;
                margin-left: auto;
                width: 800px;
                margin-bottom: 54px;
            }
            ._876 {
                flex-direction: column;
                align-items: center;
                flex-wrap: wrap;
                display: flex;
            }
            ._875 {
                margin-right: auto;
                margin-left: auto;
            }
            ._874 {
                border-style: solid;
                border-width: 0px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                background-color: rgba(251, 184, 46, 0.12);
                background-attachment: scroll;
                padding-top: 80px;
                padding-bottom: 70px;
                padding-right: 40px;
                padding-left: 40px;
                border-radius: 40px;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/72ce6824-5d7a-4f52-b451-0c4b1d411047.Assetklkjhlk%2011.svg);
            }
            ._873 .top.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            ._873 .bottom.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            ._873 {
                background-repeat: repeat;
                background-position: center center;
                background-size: cover;
                padding: 40px;
            }
            ._872 {
                max-width: 100%;
                margin-top: 8px;
            }
            ._871 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-weight: 400;
                text-align: center;
                font-size: 15px;
            }
            ._870 {
                height: 14px;
            }
            ._869 {
                width: auto;
                margin-left: 3px;
            }
            ._868 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                line-height: 130%;
                font-size: 17px;
                font-weight: 700;
            }
            ._867 {
                width: 100%;
            }
            ._866 {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            ._865 .xbJPp {
                fill: rgba(72, 59, 54, 1);
                width: 16px;
                height: 16px;
            }
            ._865 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._865 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            ._863 {
                display: flex;
                align-items: center;
                padding-top: 9px;
                padding-bottom: 9px;
                padding-right: 12px;
                padding-left: 12px;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                box-shadow: 0px 5px 10px 0px rgba(146, 86, 3, 0.13);
            }
            ._862 {
                max-width: 100%;
                margin-top: -34px;
                margin-bottom: 20px;
            }
            ._861 {
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 12px;
                border-bottom-right-radius: 12px;
                flex-direction: column;
                align-items: center;
                flex-wrap: wrap;
                display: flex;
                padding: 18px;
            }
            ._860 {
                max-width: 100%;
            }
            ._859 {
                width: 100%;
            }
            ._858 {
                border-top-left-radius: 12px;
                border-top-right-radius: 12px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                height: 240px;
            }
            ._857 {
                overflow: hidden;
            }
            ._856 {
                display: flex;
                flex-direction: column;
                background-color: rgba(255, 255, 255, 1);
                min-height: 400px;
                border-radius: 20px;
                box-shadow: 0px 4px 12px 2px rgba(146, 86, 3, 0.13);
            }
            ._855 {
                max-width: 100%;
                margin-top: 10px;
                margin-bottom: 15px;
            }
            ._854 {
                padding-top: 20px;
                padding-bottom: 20px;
                min-height: 400px;
            }
            ._853 {
                max-width: 100%;
            }
            ._851:hover {
                border-color: rgba(253, 175, 40, 1);
                background-color: rgba(173, 192, 187, 0.52);
            }
            ._852 {
                margin-right: 0;
                margin-left: 0;
                display: inline-block;
                vertical-align: middle;
                max-width: 88px;
            }
            ._851 {
                letter-spacing: 0px;
                line-height: 18px;
                border-color: rgba(155, 97, 3, 0.12);
                color: rgba(82, 68, 58, 0.81);
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 20px;
                padding-left: 20px;
                border-radius: 8px;
                background-color: rgba(199, 163, 113, 0.12);
                font-weight: 500;
                font-size: 16px;
                font-family: Roboto;
            }
            ._849:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._849:active {
                box-shadow: 0px 0px 0px 3px rgba(251, 184, 46, 0.12);
            }
            ._850 {
                margin-right: 0;
                margin-left: 0;
                display: inline-block;
                vertical-align: middle;
                margin-left: 17px;
            }
            ._849 {
                line-height: 18px;
                color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 0px;
                font-weight: 500;
                background-color: rgba(253, 175, 40, 1);
                padding-top: 12px;
                padding-bottom: 12px;
                padding-right: 26px;
                padding-left: 26px;
                border-radius: 6px;
                font-family: Roboto;
                font-size: 16px;
            }
            ._848 {
                flex-direction: row;
                flex-wrap: wrap;
                display: flex;
                align-items: center;
                padding-top: 26px;
            }
            ._847 {
                border-radius: 8px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._846 {
                max-width: 100%;
            }
            ._845:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._845 {
                min-height: 100px;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                border-style: solid;
                border-width: 0px;
                padding-top: 7px;
                font-size: 15px;
                line-height: 170%;
            }
            ._844 {
                width: 100%;
            }
            ._843 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 37px;
            }
            ._842 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._841:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._841 {
                display: flex;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-radius: 8px;
                padding: 4px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._840 {
                max-width: 100%;
            }
            ._839 {
                flex-direction: column;
                flex-wrap: wrap;
            }
            ._837 .empty.xbJPp {
                fill: rgba(253, 175, 40, 1);
            }
            ._837 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 19px;
                height: 19px;
            }
            ._837 .xbJPp:not(:last-child) {
                margin-right: 4px;
            }
            ._838 {
                width: 100%;
            }
            ._837 {
                padding-top: 4px;
                padding-bottom: 4px;
            }
            ._836.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._836:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._836 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
            }
            ._835 {
                max-width: 100%;
                width: 100%;
            }
            ._834 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 36px;
            }
            ._833 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._832:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._832 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-radius: 8px;
                padding: 4px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._831 {
                max-width: 100%;
            }
            ._830.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._830:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._830 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
            }
            ._829 {
                max-width: 100%;
                width: 100%;
            }
            ._828 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 36px;
            }
            ._827 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._826:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._826 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-radius: 8px;
                padding: 4px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._825 {
                max-width: 100%;
            }
            ._824 {
                flex-direction: row;
                align-items: center;
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(2, 2fr);
                column-gap: 14px;
            }
            ._823 {
                margin-top: 10px;
            }
            ._822 {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 18px;
            }
            ._820:hover {
                border-color: rgba(253, 175, 40, 1);
                background-color: rgba(216, 228, 225, 0.78);
            }
            ._821 {
                margin-right: 0;
                margin-left: auto;
                width: 38px;
                margin-bottom: 12px;
            }
            ._820 {
                letter-spacing: 0px;
                line-height: 18px;
                font-family: Roboto;
                border-color: rgba(155, 97, 3, 0.12);
                color: rgba(82, 68, 58, 0.81);
                background-color: rgba(199, 163, 113, 0.12);
                z-index: 100;
                font-weight: 700;
                font-size: 16px;
                height: 38px;
                horizontal-position: right;
                border-radius: 6px;
                padding: 6px;
            }
            ._819 {
                width: 100%;
                margin-top: 60px;
            }
            ._818 {
                position: absolute;
                background-color: rgba(255, 255, 255, 1);
                z-index: 100;
                border-style: solid;
                border-width: 1px;
                border-color: rgba(68, 91, 89, 0.16);
                box-shadow: 0px 1px 19px 0px rgba(35, 49, 65, 0.16);
                border-radius: 18px;
                padding: 20px;
            }
            ._816 {
                flex-wrap: wrap;
                flex-direction: column;
            }
            ._814 {
                display: flex;
                flex-direction: column;
            }
            ._813 {
                width: 15%;
                margin-right: 10px;
            }
            ._812 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
            }
            ._811 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 100%;
            }
            ._810 {
                background-color: rgba(247, 196, 48, 0.35);
                height: 6px;
            }
            ._809 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 0%;
            }
            ._808 {
                background-color: rgba(251, 174, 42, 1);
                height: 8px;
            }
            ._807 {
                max-width: auto;
                min-width: 84%;
            }
            ._806 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                border-radius: 100px;
                overflow: hidden;
            }
            ._805 {
                display: flex;
                align-items: center;
            }
            ._804 {
                max-width: 100%;
                width: 68%;
            }
            ._803 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._803 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            ._803 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 14px;
                height: 14px;
            }
            ._802 {
                max-width: 100%;
                margin-right: 12px;
            }
            ._801 {
                line-height: 100%;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                font-weight: 600;
            }
            ._800 {
                max-width: 100%;
            }
            ._799 {
                display: flex;
                justify-content: flex-start;
                flex-direction: row;
                align-items: center;
            }
            ._798 {
                max-width: 100%;
                width: 26%;
            }
            ._797 {
                display: flex;
                justify-content: space-between;
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                align-items: center;
            }
            ._796 {
                max-width: 100%;
                margin-bottom: 10px;
            }
            ._795 {
                width: 15%;
                margin-right: 10px;
            }
            ._794 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
            }
            ._793 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 96%;
            }
            ._792 {
                background-color: rgba(247, 196, 48, 0.35);
                height: 6px;
            }
            ._791 {
                height: 6px;
                background-color: rgba(253, 175, 40, 1);
            }
            ._790 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 4%;
            }
            ._789 {
                max-width: auto;
                min-width: 84%;
            }
            ._788 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                border-radius: 100px;
                overflow: hidden;
            }
            ._787 {
                display: flex;
                align-items: center;
            }
            ._786 {
                max-width: 100%;
                width: 68%;
            }
            ._785 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._785 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            ._785 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 14px;
                height: 14px;
            }
            ._784 {
                max-width: 100%;
                margin-right: 12px;
            }
            ._783 {
                line-height: 100%;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                font-weight: 600;
            }
            ._782 {
                max-width: 100%;
            }
            ._781 {
                display: flex;
                justify-content: flex-start;
                flex-direction: row;
                align-items: center;
            }
            ._780 {
                max-width: 100%;
                width: 26%;
            }
            ._779 {
                display: flex;
                justify-content: space-between;
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                align-items: center;
            }
            ._778 {
                max-width: 100%;
                margin-bottom: 10px;
            }
            ._777 {
                width: 15%;
                margin-right: 10px;
            }
            ._776 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
            }
            ._775 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 94%;
            }
            ._774 {
                background-color: rgba(247, 196, 48, 0.35);
                height: 6px;
            }
            ._773 {
                height: 6px;
                background-color: rgba(253, 175, 40, 1);
            }
            ._772 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 6%;
            }
            ._771 {
                max-width: auto;
                min-width: 84%;
            }
            ._770 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                border-radius: 100px;
                overflow: hidden;
            }
            ._769 {
                display: flex;
                align-items: center;
            }
            ._768 {
                max-width: 100%;
                width: 68%;
            }
            ._767 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._767 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            ._767 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 14px;
                height: 14px;
            }
            ._766 {
                max-width: 100%;
                margin-right: 12px;
            }
            ._765 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 15px;
                color: rgba(35, 35, 35, 1);
                font-weight: 600;
            }
            ._764 {
                max-width: 100%;
            }
            ._763 {
                display: flex;
                justify-content: flex-start;
                flex-direction: row;
                align-items: center;
            }
            ._762 {
                max-width: 100%;
                width: 26%;
            }
            ._761 {
                display: flex;
                justify-content: space-between;
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                align-items: center;
            }
            ._760 {
                max-width: 100%;
                margin-bottom: 10px;
            }
            ._759 {
                width: 15%;
                margin-right: 10px;
            }
            ._758 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
            }
            ._757 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 66%;
            }
            ._756 {
                background-color: rgba(247, 196, 48, 0.35);
                height: 6px;
            }
            ._755 {
                height: 6px;
                background-color: rgba(253, 175, 40, 1);
            }
            ._754 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 34%;
            }
            ._753 {
                max-width: auto;
                min-width: 84%;
            }
            ._752 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                border-radius: 100px;
                overflow: hidden;
            }
            ._751 {
                display: flex;
                align-items: center;
            }
            ._750 {
                max-width: 100%;
                width: 68%;
            }
            ._749 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._749 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            ._749 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 14px;
                height: 14px;
            }
            ._748 {
                max-width: 100%;
                margin-right: 12px;
            }
            ._747 {
                line-height: 100%;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                font-weight: 600;
            }
            ._746 {
                max-width: 100%;
            }
            ._745 {
                display: flex;
                justify-content: flex-start;
                flex-direction: row;
                align-items: center;
            }
            ._744 {
                max-width: 100%;
                width: 26%;
            }
            ._743 {
                display: flex;
                justify-content: space-between;
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                align-items: center;
            }
            ._742 {
                max-width: 100%;
                margin-bottom: 10px;
            }
            ._741 {
                width: 15%;
                margin-right: 10px;
            }
            ._740 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 16px;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
            }
            ._739 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 20%;
            }
            ._738 {
                background-color: rgba(247, 196, 48, 0.35);
                height: 6px;
            }
            ._737 {
                height: 6px;
                background-color: rgba(253, 175, 40, 1);
            }
            ._736 {
                margin-top: 0px;
                margin-bottom: 0px;
                width: 80%;
            }
            ._735 {
                max-width: auto;
                min-width: 84%;
            }
            ._734 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                border-radius: 100px;
                overflow: hidden;
            }
            ._733 {
                display: flex;
                align-items: center;
            }
            ._732 {
                max-width: 100%;
                width: 68%;
            }
            ._731 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._731 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            ._731 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 14px;
                height: 14px;
            }
            ._730 {
                max-width: 100%;
                margin-right: 12px;
            }
            ._729 {
                line-height: 100%;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                font-weight: 600;
            }
            ._728 {
                max-width: 100%;
            }
            ._727 {
                display: flex;
                justify-content: flex-start;
                flex-direction: row;
                align-items: center;
            }
            ._726 {
                max-width: 100%;
                width: 26%;
            }
            ._725 {
                display: flex;
                justify-content: space-between;
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                align-items: center;
            }
            ._724 {
                max-width: 100%;
                margin-bottom: 10px;
            }
            ._662 {
                justify-content: flex-start;
                align-items: center;
                col-width: 6;
                padding-top: 20px;
            }
            ._722:hover {
                border-color: rgba(253, 175, 40, 1);
                background-color: rgba(251, 184, 46, 0.12);
            }
            ._723 {
                margin-right: 0;
                margin-left: 0;
                display: inline-block;
                vertical-align: middle;
                max-width: 88px;
            }
            ._722 {
                letter-spacing: 0px;
                line-height: 18px;
                border-color: rgba(155, 97, 3, 0.12);
                color: rgba(82, 68, 58, 0.81);
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 20px;
                padding-left: 20px;
                border-radius: 8px;
                background-color: rgba(199, 163, 113, 0.12);
                font-weight: 500;
                font-size: 16px;
                font-family: Roboto;
            }
            ._720:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._720:active {
                box-shadow: 0px 0px 0px 3px rgba(251, 184, 46, 0.12);
            }
            ._721 {
                margin-right: 0;
                margin-left: 0;
                display: inline-block;
                vertical-align: middle;
                margin-left: 17px;
            }
            ._720 {
                line-height: 18px;
                color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 0px;
                font-weight: 500;
                background-color: rgba(253, 175, 40, 1);
                padding-top: 12px;
                padding-bottom: 12px;
                padding-right: 26px;
                padding-left: 26px;
                border-radius: 6px;
                font-family: Roboto;
                font-size: 16px;
            }
            ._719 {
                flex-direction: row;
                flex-wrap: wrap;
                display: flex;
                align-items: center;
                padding-top: 26px;
            }
            ._718 {
                border-radius: 8px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._717 {
                max-width: 100%;
            }
            ._716.Qsx7X::placeholder {
                color: rgba(35, 28, 28, 0.57);
            }
            ._716:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._716 {
                min-height: 100px;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                border-style: solid;
                border-width: 0px;
                padding-top: 7px;
                font-size: 15px;
                line-height: 170%;
            }
            ._715 {
                width: 100%;
            }
            ._714 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 37px;
            }
            ._713 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._712:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._712 {
                display: flex;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-radius: 8px;
                padding: 4px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._711 {
                max-width: 100%;
            }
            ._710 {
                flex-direction: column;
                flex-wrap: wrap;
            }
            ._708 .empty.xbJPp {
                fill: rgba(253, 175, 40, 1);
            }
            ._708 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 19px;
                height: 19px;
            }
            ._708 .xbJPp:not(:last-child) {
                margin-right: 4px;
            }
            ._709 {
                width: 100%;
            }
            ._708 {
                padding-top: 4px;
                padding-bottom: 4px;
            }
            ._707.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._707:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._707 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
            }
            ._706 {
                max-width: 100%;
                width: 100%;
            }
            ._705 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 36px;
            }
            ._704 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._703:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._703 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-radius: 8px;
                padding: 4px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._702 {
                max-width: 100%;
            }
            ._701.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._701:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._701 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
            }
            ._700 {
                max-width: 100%;
                width: 100%;
            }
            ._699 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 36px;
            }
            ._698 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._697:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._697 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-radius: 8px;
                padding: 4px;
                border-color: rgba(68, 91, 89, 0.16);
            }
            ._696 {
                max-width: 100%;
            }
            ._695 {
                flex-direction: row;
                align-items: center;
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(2, 2fr);
                column-gap: 10px;
                row-gap: 4px;
            }
            ._694 {
                margin-top: 10px;
            }
            ._693 {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 18px;
            }
            ._691:hover {
                border-color: rgba(253, 175, 40, 1);
                background-color: rgba(146, 86, 3, 0.13);
            }
            ._692 {
                margin-right: 0;
                margin-left: auto;
                width: 32px;
                margin-bottom: 12px;
            }
            ._691 {
                letter-spacing: 0px;
                font-family: Roboto;
                border-color: rgba(155, 97, 3, 0.12);
                color: rgba(82, 68, 58, 0.81);
                background-color: rgba(199, 163, 113, 0.12);
                z-index: 100;
                font-weight: 700;
                font-size: 16px;
                horizontal-position: right;
                border-radius: 6px;
                padding: 5px;
                height: 32px;
                line-height: 100%;
            }
            ._690 {
                margin-top: 60px;
                width: 600px;
            }
            ._689 {
                position: absolute;
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 1px;
                border-color: rgba(68, 91, 89, 0.16);
                box-shadow: 0px 1px 19px 0px rgba(35, 49, 65, 0.16);
                border-radius: 18px;
                padding: 18px;
                top: 3px;
                z-index: 400;
            }
            ._688 {
                height: auto;
            }
            ._687 {
                max-width: 100%;
                width: 27px;
                margin-right: -42px;
            }
            ._685:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._686 {
                max-width: 100%;
                width: 165px;
            }
            ._685 {
                letter-spacing: 0px;
                line-height: 160%;
                font-family: Roboto;
                font-size: 15px;
                font-weight: 500;
                color: rgba(255, 255, 255, 1);
                padding: 12px;
                border-radius: 10px;
                background-image: linear-gradient(85deg, rgba(253, 175, 40, 1), rgba(253, 135, 35, 1));
                box-shadow: 0px 4px 12px 0px rgba(201, 107, 4, 0.35), 0px -5px 0px 0px rgba(34, 30, 25, 0.03) inset;
            }
            ._684 {
                display: flex;
                align-items: center;
            }
            ._683 {
                max-width: 100%;
            }
            ._682 {
                flex-wrap: wrap;
                flex-direction: column;
            }
            ._680 {
                display: flex;
                flex-direction: column;
            }
            @media (min-width: 992px) {}
            ._679 {
                line-height: 20px;
                font-family: Roboto;
                font-size: 15px;
                font-weight: 500;
                color: rgba(82, 68, 58, 0.81);
            }
            ._678 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-family: Roboto;
                font-weight: 700;
            }
            @media (min-width: 992px) {}
            body ._677 {
                line-height: 20px;
                font-family: Roboto;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._676 {
                display: flex;
                align-items: center;
            }
            ._675 {
                max-width: 100%;
            }
            ._674 {
                max-width: 100%;
            }
            body ._673 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                line-height: 100%;
                font-weight: 700;
            }
            body ._671 .xbJPp {
                fill: rgba(253, 175, 40, 1);
                width: 14px;
                height: 14px;
            }
            ._672 {
                margin-left: 6px;
            }
            ._671 .xbJPp:not(:last-child) {
                margin-right: 0px;
            }
            ._671 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            body ._670 {
                display: flex;
                align-items: center;
                border-color: rgba(247, 196, 48, 0.31);
                border-top-left-radius: 14px;
                border-top-right-radius: 14px;
                border-bottom-left-radius: 14px;
                border-bottom-right-radius: 0px;
                justify-content: center;
                padding-top: 7px;
                padding-bottom: 7px;
                padding-right: 12px;
                padding-left: 12px;
                background-color: rgba(251, 184, 46, 0.12);
            }
            body ._669 {
                max-width: 100%;
                margin-left: 10px;
            }
            @media (min-width: 992px) {}
            ._668 {
                display: flex;
                align-items: center;
            }
            body ._667 {
                max-width: 100%;
                margin-bottom: 16px;
            }
            ._666 {
                margin-bottom: 15px;
            }
            body ._665 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-weight: 700;
                line-height: 130%;
                font-size: 29px;
            }
            body ._661 {
                justify-content: flex-start;
                col-width: 6;
                flex-direction: column;
                align-items: center;
                align-self: center;
                border-radius: 14px;
            }
            body ._664 {
                max-width: 100%;
                margin-bottom: 40px;
            }
            body ._663 {
                columns-per-line: 2;
                padding-top: 28px;
                padding-bottom: 28px;
                padding-right: 40px;
                padding-left: 40px;
                background-repeat: no-repeat;
                background-size: cover;
                background-position: top center;
                border-radius: 24px;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/962a3f78-d1b8-4326-ac71-c182d7d0c647.Asssdfet%203.svg);
                background-color: rgba(251, 184, 46, 0.12);
            }
            ._663+.resizeWrapper {}
            body ._662 {
                width: calc(99.99% * (6 / 12) - (20px - 20px * (6 / 12)));
                margin-left: 0px;
            }
            body ._661 {
                width: calc(99.99% * (6 / 12) - (20px - 20px * (6 / 12)));
                margin-left: 20px;
            }
            body ._660 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1440px;
            }
            body ._659 {
                border-style: solid;
                border-width: 0px;
                border-radius: 26px;
                z-index: 200;
            }
            body ._658 {
                padding-top: 100px;
                padding-bottom: 80px;
                padding-right: 24px;
                padding-left: 24px;
            }
            body ._657 {
                height: 46px;
            }
            body ._656 {
                max-width: 100%;
                margin-right: 10px;
                margin-left: 10px;
            }
            @media (min-width: 992px) {
                ._655 {
                    opacity: 90%;
                }
            }
            body ._655 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._654 {
                margin-bottom: 6px;
            }
            body ._653 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-size: 18px;
                font-family: Roboto;
                font-weight: 700;
                line-height: 130%;
            }
            body ._651 {
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                height: 54px;
                border-radius: 100px;
                padding: 9px;
                background-color: rgba(251, 184, 46, 0.12);
            }
            body ._652 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 15px;
                width: auto;
            }
            @media (min-width: 992px) {
                ._651 {
                    opacity: 100%;
                }
            }
            ._650 {
                max-width: 100%;
            }
            ._635 {
                justify-content: flex-start;
                align-items: center;
                col-width: 4;
            }
            @media (min-width: 992px) {
                ._649 {
                    opacity: 90%;
                }
            }
            ._649 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._648 {
                margin-bottom: 6px;
            }
            body ._647 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-size: 18px;
                font-family: Roboto;
                font-weight: 700;
                line-height: 130%;
            }
            body ._646 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                height: 54px;
                border-radius: 100px;
                padding: 9px;
            }
            @media (min-width: 992px) {
                ._646 {
                    opacity: 100%;
                }
            }
            body ._645 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 15px;
                width: auto;
            }
            body ._644 {
                max-width: 100%;
            }
            body ._634 {
                justify-content: flex-start;
                align-items: center;
                col-width: 4;
            }
            @media (min-width: 992px) {
                ._643 {
                    opacity: 90%;
                }
            }
            ._643 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._642 {
                margin-bottom: 6px;
            }
            ._641 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-family: Roboto;
                font-size: 18px;
                font-weight: 700;
                line-height: 130%;
            }
            body ._640 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                height: 54px;
                border-radius: 100px;
                padding: 9px;
            }
            @media (min-width: 992px) {
                body ._640 {
                    opacity: 100%;
                }
            }
            body ._639 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 15px;
                width: auto;
            }
            body ._638 {
                max-width: 100%;
            }
            body ._633 {
                justify-content: flex-start;
                align-items: center;
                col-width: 4;
            }
            ._636+.resizeWrapper {}
            ._637 {
                margin-right: auto;
                margin-left: auto;
                max-width: 980px;
                margin-top: 40px;
                margin-bottom: 40px;
            }
            ._636 {
                columns-per-line: 4;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._635 {
                width: calc(99.99% * (4 / 12) - (40px - 40px * (4 / 12)));
                margin-left: 0px;
            }
            ._634 {
                width: calc(99.99% * (4 / 12) - (40px - 40px * (4 / 12)));
                margin-left: 40px;
            }
            ._633 {
                width: calc(99.99% * (4 / 12) - (40px - 40px * (4 / 12)));
                margin-left: 40px;
            }
            ._632 {
                border-radius: 16px;
            }
            ._631 {
                max-width: 100%;
            }
            ._630 {
                margin-right: auto;
                margin-left: auto;
                width: 91%;
            }
            ._629 {
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 0px;
                border-radius: 30px;
                padding: 20px;
                box-shadow: 0px 4px 18px 0px rgba(146, 86, 3, 0.13);
            }
            body ._628 {
                height: 46px;
            }
            body ._627 {
                max-width: 100%;
                margin-right: 10px;
                margin-left: 10px;
            }
            body ._626 {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
            }
            @media (min-width: 992px) {
                ._624 {
                    opacity: 80%;
                }
            }
            ._625 {
                max-width: 100%;
                width: 700px;
                margin-right: auto;
                margin-left: auto;
            }
            ._624 {
                font-family: Roboto;
                text-align: center;
                color: rgba(82, 68, 58, 0.81);
                font-size: 16px;
                font-weight: 500;
                line-height: 170%;
            }
            ._623 {
                max-width: 100%;
                margin-bottom: 10px;
            }
            ._622 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                text-align: center;
                line-height: 130%;
                font-size: 40px;
                font-weight: 700;
            }
            ._621 {
                line-height: 160%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 14px;
                color: rgba(82, 68, 58, 0.81);
            }
            @media (min-width: 992px) {}
            ._620 {
                max-width: 100%;
            }
            ._619 {
                color: rgba(253, 135, 35, 1);
                font-size: 18px;
            }
            ._618 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 5px;
            }
            ._617 {
                display: flex;
                align-items: center;
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 8px;
                padding-bottom: 8px;
                padding-right: 16px;
                padding-left: 20px;
                border-radius: 10px;
            }
            ._616 {
                max-width: 100%;
                margin-bottom: 15px;
            }
            ._615 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._614.animate {
                animation-duration: 1500ms;
            }
            ._614 {
                max-width: 100%;
                width: 800px;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 40px;
            }
            ._613 .bottom.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            ._613 {
                background-repeat: no-repeat;
                border-style: solid;
                border-width: 0px;
                padding-top: 100px;
                padding-bottom: 40px;
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/d247bec5-da7c-43b8-85ef-1d7d5447243e.Asseth%204.svg), linear-gradient(0deg, rgba(199, 163, 113, 0.12), transparent);
            }
            @media (min-width: 992px) {
                ._612 {
                    opacity: 90%;
                }
            }
            ._612 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._611 {
                max-width: 100%;
                width: auto;
            }
            ._610 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 16px;
            }
            ._609 {
                color: rgba(253, 135, 35, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(251, 184, 46, 0.12);
                border-radius: 10px;
                padding: 5px;
                font-size: 20px;
            }
            ._608 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 7px;
            }
            ._607 {
                display: flex;
                align-items: center;
            }
            ._606 {
                max-width: 100%;
                margin-bottom: 8px;
            }
            ._605 {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: column;
            }
            ._604 {
                max-width: 100%;
            }
            ._603.animate:hover {
                animation-iteration-count: infinite;
            }
            ._570 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
                border-color: rgba(255, 255, 255, 1);
                padding: 22px;
                background-color: rgba(255, 255, 255, 1);
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/ec8d5a55-5888-481c-9fcb-db12bd9642db.Asset%208wmmhite.svg);
                background-position: center left;
                border-radius: 22px;
                box-shadow: 0px 3px 16px 0px rgba(201, 107, 4, 0.35);
            }
            @media (min-width: 992px) {
                ._602 {
                    opacity: 90%;
                }
            }
            ._602 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._601 {
                max-width: 100%;
                width: auto;
            }
            ._600 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 16px;
            }
            ._599 {
                color: rgba(253, 135, 35, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(251, 184, 46, 0.12);
                border-radius: 10px;
                padding: 6px;
                font-size: 20px;
            }
            ._598 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 7px;
            }
            ._597 {
                display: flex;
                align-items: center;
            }
            ._596 {
                max-width: 100%;
                margin-bottom: 8px;
            }
            ._595 {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: column;
            }
            ._594 {
                max-width: 100%;
            }
            ._593.animate:hover {
                animation-iteration-count: infinite;
            }
            ._569 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
                border-color: rgba(255, 255, 255, 1);
                padding: 22px;
                background-color: rgba(255, 255, 255, 1);
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/ec8d5a55-5888-481c-9fcb-db12bd9642db.Asset%208wmmhite.svg);
                background-position: center left;
                border-radius: 22px;
                box-shadow: 0px 3px 16px 0px rgba(201, 107, 4, 0.35);
            }
            @media (min-width: 992px) {
                ._592 {
                    opacity: 90%;
                }
            }
            ._592 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._591 {
                max-width: 100%;
                width: auto;
            }
            ._590 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 16px;
            }
            ._589 {
                color: rgba(253, 135, 35, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(251, 184, 46, 0.12);
                border-radius: 10px;
                padding: 6px;
                font-size: 20px;
            }
            ._588 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 7px;
            }
            ._587 {
                display: flex;
                align-items: center;
            }
            ._586 {
                max-width: 100%;
                margin-bottom: 8px;
            }
            ._585 {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: column;
            }
            ._584 {
                max-width: 100%;
            }
            ._583.animate:hover {
                animation-iteration-count: infinite;
            }
            ._568 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
                border-color: rgba(255, 255, 255, 1);
                padding: 22px;
                background-color: rgba(255, 255, 255, 1);
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/ec8d5a55-5888-481c-9fcb-db12bd9642db.Asset%208wmmhite.svg);
                background-position: center left;
                border-radius: 22px;
                box-shadow: 0px 3px 16px 0px rgba(201, 107, 4, 0.35);
            }
            @media (min-width: 992px) {
                ._582 {
                    opacity: 90%;
                }
            }
            ._582 {
                font-family: Roboto;
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._581 {
                max-width: 100%;
                width: auto;
            }
            ._580 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 16px;
            }
            ._579 {
                color: rgba(253, 135, 35, 1);
                border-style: solid;
                border-width: 0px;
                padding: 6px;
                font-size: 20px;
                border-radius: 10px;
                background-color: rgba(251, 184, 46, 0.12);
            }
            ._578 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 7px;
            }
            ._577 {
                display: flex;
                align-items: center;
            }
            ._576 {
                max-width: 100%;
                margin-bottom: 8px;
            }
            ._575 {
                display: flex;
                justify-content: flex-start;
                flex-wrap: nowrap;
                flex-direction: column;
            }
            ._574 {
                max-width: 100%;
            }
            ._573.animate:hover {
                animation-iteration-count: infinite;
            }
            ._567 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
                border-color: rgba(255, 255, 255, 1);
                padding: 22px;
                background-color: rgba(255, 255, 255, 1);
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/ec8d5a55-5888-481c-9fcb-db12bd9642db.Asset%208wmmhite.svg);
                background-position: center left;
                box-shadow: 0px 3px 16px 0px rgba(201, 107, 4, 0.35);
                border-radius: 22px;
            }
            ._571+.resizeWrapper {}
            ._572 {
                margin-right: auto;
                margin-left: auto;
            }
            ._571 {
                columns-per-line: 4;
            }
            ._570 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            ._569 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._568 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._567 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._565.animate {
                animation-iteration-count: infinite;
                animation-name: pulse;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
                animation-duration: 900ms;
            }
            body ._566 {
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                height: 78px;
                border-radius: 24px;
                box-shadow: 0px 6px 18px 0px rgba(146, 86, 3, 0.13), 0px 0px 0px 5px rgba(251, 184, 46, 0.12) inset;
                padding: 13px;
            }
            body ._565 {
                max-width: 100%;
                width: auto;
                margin-right: auto;
                margin-left: auto;
                margin-top: -41px;
                margin-bottom: 30px;
            }
            body ._564 {
                max-width: 1440px;
                margin-right: auto;
                margin-left: auto;
            }
            ._563 {
                border-style: solid;
                border-width: 0px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                border-radius: 38px;
                padding-top: 1px;
                padding-bottom: 58px;
                padding-right: 46px;
                padding-left: 46px;
                box-shadow: 0px 0px 0px 12px rgba(255, 255, 255, 1) inset, 0px 3px 20px 1px rgba(146, 86, 3, 0.13);
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/a68ddbab-d37f-468b-9146-c0a49e3009b5.Assekljt%204.svg), linear-gradient(rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.11));
                background-color: rgba(253, 135, 35, 1);
            }
            ._562 .top.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            ._562 .bottom.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            ._562 {
                background-repeat: repeat;
                background-position: center center;
                background-size: cover;
                padding-top: 70px;
                padding-bottom: 40px;
                padding-right: 24px;
                padding-left: 24px;
            }
            body ._561 {
                height: 32px;
            }
            body ._560 {
                max-width: 100%;
                margin-right: 8px;
                margin-left: 10px;
            }
            ._558 .soon-group.soon-group-sub,
            ._558 .soon-text.soon-separator {
                color: rgba(255, 255, 255, 0.81);
            }
            body ._559 {
                width: 186px;
            }
            ._558 .soon-group.soon-group-sub:not(:first-child) {
                margin-left: -2px;
            }
            ._558 .soon-separator {
                width: -2px;
            }
            body ._558 {
                font-family: Yrsa;
                height: 30px;
            }
            body ._557 {
                height: auto;
            }
            body ._556 {
                max-width: 100%;
                width: 20px;
                margin-right: 9px;
            }
            ._555 {
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-family: Roboto;
                font-weight: 700;
                font-size: 17px;
                color: rgba(255, 255, 255, 1);
            }
            ._554 {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            ._553 {
                max-width: 100%;
                margin-bottom: 6px;
            }
            ._551:hover {
                margin-top: -10px;
                margin-bottom: 10px;
            }
            ._552:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._552:active {
                box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
            }
            @media (min-width: 992px) {
                ._552 {
                    opacity: 100%;
                }
            }
            body ._552 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                border-style: solid;
                border-width: 0px;
                transition-duration: 300ms;
                display: flex;
                flex-direction: column;
                align-items: center;
                background-image: linear-gradient(136deg, rgba(253, 175, 40, 1), rgba(253, 135, 35, 1));
                padding-top: 19px;
                padding-bottom: 15px;
                padding-right: 13px;
                padding-left: 13px;
                box-shadow: 0px 6px 14px 1px rgba(146, 86, 3, 0.13), 0px -7px 0px 0px rgba(0, 0, 0, 0.03) inset;
                border-radius: 16px;
            }
            body ._551 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 360px;
            }
            body ._550 {
                height: 32px;
            }
            body ._549 {
                max-width: 100%;
                margin-right: 10px;
                margin-left: 8px;
            }
            body ._548 {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
            }
            body ._547 {
                max-width: 100%;
            }
            body ._546 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            body ._545 {
                max-width: 100%;
                margin-top: 64px;
            }
            body ._544 {
                border-style: solid;
                border-radius: 12px;
                border-width: 0px;
                max-height: 320px;
                height: 320px;
            }
            body ._543 {
                max-width: 100%;
                width: 44%;
            }
            @media (min-width: 992px) {
                ._541 {
                    opacity: 90%;
                }
            }
            body ._542 {
                max-width: 100%;
            }
            ._541 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 16px;
            }
            ._540 {
                font-weight: 700;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 22px;
            }
            @media (min-width: 992px) {}
            ._539 {
                max-width: 100%;
                margin-bottom: 6px;
            }
            ._538 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 700;
                color: rgba(253, 135, 35, 1);
                font-size: 30px;
            }
            @media (min-width: 992px) {}
            ._537 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._536 {
                    opacity: 70%;
                }
            }
            ._536 {
                color: rgba(253, 175, 40, 1);
                font-size: 21px;
            }
            ._535 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 5px;
            }
            ._534 {
                margin-bottom: 6px;
            }
            ._533 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._532 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._531 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 400px;
            }
            ._529 {
                max-width: 100%;
                width: 60%;
            }
            ._527:hover {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: undefined undefined;
            }
            ._528 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 44px;
                max-width: 1000px;
            }
            ._527 {
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                align-items: center;
                flex-direction: row;
                flex-wrap: nowrap;
                border-radius: 28px;
                display: flex;
                justify-content: space-between;
                z-index: 100;
                padding: 18px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: 0px 0px;
                box-shadow: 0px 4px 22px 0px rgba(146, 86, 3, 0.13), 0px 0px 16px 0px rgba(22, 22, 36, 0.03);
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/117cc9f6-69bc-4fe5-b8db-b944cf8b72fa.Assetdfhdf.svg);
            }
            @media (min-width: 992px) {
                ._525 {
                    opacity: 90%;
                }
            }
            ._526 {
                max-width: 100%;
            }
            ._525 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 16px;
            }
            ._524 {
                font-weight: 700;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 22px;
            }
            @media (min-width: 992px) {}
            ._523 {
                max-width: 100%;
                margin-bottom: 8px;
            }
            ._522 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 700;
                color: rgba(253, 135, 35, 1);
                font-size: 30px;
            }
            @media (min-width: 992px) {}
            ._521 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._520 {
                    opacity: 70%;
                }
            }
            ._520 {
                color: rgba(253, 175, 40, 1);
                font-size: 20px;
            }
            ._519 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 5px;
            }
            ._518 {
                margin-bottom: 6px;
            }
            ._517 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._516 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._515 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 400px;
            }
            ._513 {
                max-width: 100%;
                width: 60%;
            }
            body ._512 {
                border-style: solid;
                border-radius: 12px;
                border-width: 0px;
                max-height: 320px;
                height: 320px;
            }
            body ._511 {
                max-width: 100%;
                width: 44%;
            }
            ._509:hover {
                background-size: cover;
                background-position: 0px undefined;
            }
            ._510 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1000px;
                margin-bottom: 44px;
            }
            ._509 {
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                align-items: center;
                flex-direction: row;
                flex-wrap: nowrap;
                border-radius: 28px;
                display: flex;
                justify-content: space-between;
                padding: 18px;
                background-size: cover;
                background-repeat: no-repeat;
                box-shadow: 0px 4px 22px 0px rgba(146, 86, 3, 0.13), 0px 0px 800px 140px rgba(249, 196, 75, 0.04);
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/3384386a-55e3-400e-bbe5-225a7ee0401e.Asset%20jfjfjfj.svg);
            }
            body ._508 {
                border-style: solid;
                border-radius: 12px;
                border-width: 0px;
                max-height: 320px;
                height: 320px;
            }
            body ._507 {
                max-width: 100%;
                width: 44%;
            }
            @media (min-width: 992px) {
                ._505 {
                    opacity: 90%;
                }
            }
            ._506 {
                max-width: 100%;
            }
            ._505 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 16px;
            }
            ._504 {
                font-weight: 700;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 22px;
            }
            @media (min-width: 992px) {}
            ._503 {
                max-width: 100%;
                margin-bottom: 6px;
            }
            ._502 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 700;
                color: rgba(253, 135, 35, 1);
                font-size: 30px;
            }
            @media (min-width: 992px) {}
            ._501 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._500 {
                    opacity: 80%;
                }
            }
            ._500 {
                color: rgba(253, 175, 40, 1);
                font-size: 20px;
            }
            ._499 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 5px;
            }
            ._498 {
                margin-bottom: 6px;
            }
            ._497 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._496 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._495 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 400px;
            }
            ._493 {
                max-width: 100%;
                width: 60%;
            }
            ._491:hover {
                background-size: cover;
                background-position: 0px undefined;
            }
            ._492 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 44px;
                max-width: 1000px;
            }
            ._491 {
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                align-items: center;
                flex-direction: row;
                flex-wrap: nowrap;
                border-radius: 28px;
                display: flex;
                justify-content: space-between;
                z-index: 100;
                padding: 18px;
                background-size: cover;
                background-repeat: no-repeat;
                background-position: top center;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/117cc9f6-69bc-4fe5-b8db-b944cf8b72fa.Assetdfhdf.svg);
                box-shadow: 0px 3px 20px 0px rgba(146, 86, 3, 0.13), 0px 0px 16px 0px rgba(22, 22, 36, 0.03);
            }
            @media (min-width: 992px) {
                ._489 {
                    opacity: 80%;
                }
            }
            ._490 {
                max-width: 100%;
                width: 700px;
                margin-right: auto;
                margin-left: auto;
            }
            ._489 {
                font-family: Roboto;
                font-weight: 400;
                text-align: center;
                font-size: 18px;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
            }
            ._488 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 8px;
                width: 621px;
            }
            ._487 {
                font-family: Roboto;
                font-size: 40px;
                text-align: center;
                color: rgba(72, 59, 54, 1);
                line-height: 130%;
                font-weight: 700;
            }
            ._486 {
                line-height: 160%;
                font-family: Roboto;
                font-size: 14px;
                font-weight: 700;
                color: rgba(82, 68, 58, 0.81);
            }
            @media (min-width: 992px) {}
            ._485 {
                max-width: 100%;
            }
            ._484 {
                color: rgba(253, 135, 35, 1);
                font-size: 19px;
            }
            ._483 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 5px;
            }
            ._482 {
                display: flex;
                align-items: center;
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 8px;
                padding-bottom: 8px;
                padding-right: 16px;
                padding-left: 20px;
                border-radius: 10px;
            }
            ._481 {
                max-width: 100%;
                margin-bottom: 15px;
            }
            ._480 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._479 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 80px;
            }
            ._478 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 1440px;
            }
            ._477 {
                background-repeat: no-repeat;
                background-position: center center;
                background-size: contain;
                padding-top: 140px;
                padding-bottom: 100px;
            }
            body ._476 {
                height: 40px;
            }
            body ._475 {
                max-width: 100%;
                margin-bottom: -120px;
                margin-right: 20px;
                margin-left: 10px;
            }
            @media (min-width: 992px) {
                ._474 {
                    opacity: 90%;
                }
            }
            ._474 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
                font-weight: 400;
                text-align: center;
            }
            ._473 {
                margin-bottom: 12px;
            }
            ._472 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                font-size: 18px;
                text-align: center;
                font-weight: 700;
            }
            body ._471 {
                border-style: solid;
                border-radius: 100px;
                border-width: 0px;
                height: 60px;
                box-shadow: 0px 0px 0px 6px rgba(251, 184, 46, 0.12);
            }
            body ._470 {
                margin-right: auto;
                margin-left: auto;
                width: 60px;
                margin-top: -52px;
                margin-bottom: 24px;
            }
            @media (min-width: 992px) {
                ._469 {
                    opacity: 100%;
                }
            }
            body ._469 {
                flex-direction: column;
                flex-wrap: wrap;
                background-size: cover;
                background-position: center center;
                background-repeat: no-repeat;
                border-style: solid;
                border-width: 0px;
                display: flex;
                background-image: linear-gradient(182deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0.95));
                background-color: rgba(255, 255, 255, 1);
                border-top-left-radius: 34px;
                border-top-right-radius: 34px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                box-shadow: 0px 8px 25px 0px rgba(146, 86, 3, 0.13);
                padding-top: 22px;
                padding-bottom: 48px;
                padding-right: 22px;
                padding-left: 22px;
                min-height: 220px;
            }
            body ._468 {
                max-width: 100%;
            }
            body ._467 {
                width: 100%;
                margin-right: auto;
                margin-left: auto;
                max-width: 1220px;
            }
            ._466 {
                display: grid;
                grid-template-columns: repeat(3, 3fr);
                column-gap: 30px;
                row-gap: 30px;
            }
            @media (min-width: 992px) {}
            ._465 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
            }
            ._464 {
                font-family: Roboto;
                text-align: center;
                line-height: 130%;
                font-size: 40px;
                color: rgba(72, 59, 54, 1);
                font-weight: 700;
            }
            ._463 {
                line-height: 160%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 14px;
                color: rgba(82, 68, 58, 0.81);
            }
            @media (min-width: 992px) {}
            ._462 {
                max-width: 100%;
            }
            ._461 {
                font-size: 18px;
                color: rgba(253, 135, 35, 1);
            }
            ._460 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
            }
            body ._459 {
                display: flex;
                align-items: center;
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 8px;
                padding-bottom: 8px;
                padding-right: 16px;
                padding-left: 20px;
                border-radius: 10px;
            }
            body ._458 {
                max-width: 100%;
                margin-bottom: 15px;
            }
            body ._457 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            body ._456 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 110px;
            }
            body ._455 {
                max-width: 100%;
            }
            body ._454 {
                height: 40px;
            }
            body ._453 {
                max-width: 100%;
                margin-bottom: -120px;
                margin-right: 20px;
                margin-left: 14px;
            }
            ._452 {
                display: flex;
                justify-content: center;
                align-items: center;
            }
            ._451 {
                max-width: 100%;
            }
            ._450 .bottom.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            ._450 {
                background-repeat: no-repeat;
                overflow: hidden;
                border-style: solid;
                border-width: 0px;
                background-size: cover;
                background-position: bottom center;
                background-attachment: scroll;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/d247bec5-da7c-43b8-85ef-1d7d5447243e.Asseth%204.svg), linear-gradient(0deg, rgba(251, 184, 46, 0.12), rgba(255, 255, 255, 1));
                padding-top: 150px;
                padding-bottom: 0px;
            }
            @media (min-width: 992px) {
                ._448 {
                    opacity: 90%;
                }
            }
            ._449 {
                max-width: 100%;
            }
            ._448 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 16px;
            }
            ._447 {
                font-weight: 700;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 20px;
            }
            @media (min-width: 992px) {}
            ._446 {
                max-width: 100%;
                margin-bottom: 4px;
            }
            ._445 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 700;
                color: rgba(253, 135, 35, 1);
                font-size: 20px;
            }
            @media (min-width: 992px) {}
            ._444 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._443 {
                    opacity: 90%;
                }
            }
            ._443 {
                color: rgba(253, 175, 40, 1);
                font-size: 20px;
            }
            ._442 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
            }
            ._441 {
                margin-bottom: 6px;
            }
            ._440 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.6em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._439 {
                margin-right: auto;
                margin-left: auto;
            }
            ._438 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._437 {
                color: rgba(255, 255, 255, 1);
                border-radius: 100px;
                padding: 8px;
                background-color: rgba(194, 190, 190, 0.7);
                border-style: solid;
                box-shadow: 0px 1px 9px 0px rgba(30, 30, 40, 0.15);
                border-width: 3px;
                border-color: rgba(255, 255, 255, 0.67);
            }
            ._436 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._435 {
                width: 450px;
                min-width: 450px;
                margin-top: -60px;
                margin-bottom: -60px;
                margin-right: 26px;
                margin-left: 26px;
            }
            .qXTIT::before {
                background: rgba(255, 255, 255, 0.69);
            }
            ._434 {
                display: flex;
                align-items: center;
                justify-content: center;
                border-style: solid;
                border-width: 0px;
                overflow: hidden;
                height: 500px;
                box-shadow: 0px -1px 0px 14px rgba(255, 255, 255, 1), 0px 3px 18px 14px rgba(146, 86, 3, 0.13);
                border-radius: 40px;
            }
            @media (min-width: 992px) {
                ._432 {
                    opacity: 90%;
                }
            }
            ._433 {
                max-width: 100%;
            }
            ._432 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
                text-align: center;
                font-size: 16px;
            }
            ._431 {
                font-weight: 700;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 20px;
            }
            @media (min-width: 992px) {}
            ._430 {
                max-width: 100%;
                margin-bottom: 4px;
            }
            ._429 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 700;
                color: rgba(253, 135, 35, 1);
                font-size: 20px;
            }
            @media (min-width: 992px) {}
            ._428 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._427 {
                    opacity: 90%;
                }
            }
            ._427 {
                color: rgba(253, 175, 40, 1);
                font-size: 20px;
            }
            ._426 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
            }
            ._425 {
                margin-bottom: 6px;
            }
            ._424 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.6em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._423 {
                margin-right: auto;
                margin-left: auto;
            }
            ._422 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._421 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1360px;
            }
            ._420 {
                display: flex;
                align-items: center;
                justify-content: space-around;
                border-style: solid;
                border-width: 0px;
                background-repeat: no-repeat;
                background-position: center center;
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/962a3f78-d1b8-4326-ac71-c182d7d0c647.Asssdfet%203.svg), linear-gradient(179deg, rgba(251, 184, 46, 0.12), rgba(199, 163, 113, 0.07));
                border-radius: 32px;
                padding-top: 12px;
                padding-bottom: 12px;
                padding-right: 26px;
                padding-left: 26px;
            }
            @media (min-width: 992px) {}
            ._419 {
                max-width: 100%;
                width: 700px;
                margin-right: auto;
                margin-left: auto;
            }
            ._418 {
                font-family: Roboto;
                font-size: 18px;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-weight: 400;
                text-align: center;
            }
            @media (min-width: 992px) {}
            ._417 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 8px;
            }
            ._416 {
                font-family: Roboto;
                text-align: center;
                line-height: 130%;
                font-size: 40px;
                color: rgba(72, 59, 54, 1);
                font-weight: 700;
            }
            ._415 {
                line-height: 160%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 14px;
                color: rgba(82, 68, 58, 0.81);
            }
            @media (min-width: 992px) {}
            ._414 {
                max-width: 100%;
            }
            ._413 {
                font-size: 18px;
                color: rgba(253, 135, 35, 1);
            }
            ._412 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
            }
            ._411 {
                margin-bottom: 14px;
            }
            ._410 {
                display: flex;
                align-items: center;
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 8px;
                padding-bottom: 8px;
                padding-right: 16px;
                padding-left: 20px;
                justify-content: center;
                background-image: linear-gradient(231deg, rgba(251, 184, 46, 0.12), transparent);
                border-radius: 10px;
            }
            ._409 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._408 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 620px;
                margin-bottom: 120px;
            }
            ._407 {
                padding-top: 60px;
                padding-bottom: 60px;
                padding-right: 8px;
                padding-left: 8px;
            }
            body ._406 {
                height: 30px;
            }
            body ._405 {
                max-width: 100%;
                margin-right: 8px;
            }
            @media (min-width: 992px) {
                ._403 {
                    opacity: 80%;
                }
            }
            ._404 {
                margin-top: 4px;
            }
            ._403 {
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 14px;
                color: rgba(255, 255, 255, 1);
                font-weight: 600;
            }
            @media (min-width: 992px) {
                ._402 {
                    opacity: 90%;
                }
            }
            body ._401 {
                max-width: 100%;
                margin-right: 7px;
                width: 18px;
            }
            ._400 {
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-family: Roboto;
                font-weight: 700;
                font-size: 17px;
                color: rgba(255, 255, 255, 1);
            }
            ._399 {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            body ._398 {
                max-width: 100%;
                margin-bottom: 6px;
            }
            ._396:hover {
                margin-top: -10px;
                margin-bottom: 10px;
            }
            ._397:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._397:active {
                box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
            }
            @media (min-width: 992px) {
                ._397 {
                    opacity: 100%;
                }
            }
            ._397 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                border-style: solid;
                border-width: 0px;
                transition-duration: 300ms;
                padding-top: 18px;
                padding-bottom: 17px;
                padding-right: 13px;
                padding-left: 13px;
                border-radius: 14px;
                background-image: linear-gradient(153deg, rgba(253, 175, 40, 1), rgba(253, 135, 35, 1));
                box-shadow: 0px 2px 15px 0px rgba(201, 107, 4, 0.35), 0px -6px 0px 0px rgba(3, 3, 3, 0.02) inset;
            }
            body ._396 {
                max-width: 100%;
                width: 390px;
            }
            body ._395 {
                height: 30px;
            }
            ._394 {
                max-width: 100%;
                margin-left: 8px;
            }
            ._393 {
                align-items: center;
                flex-wrap: wrap;
                display: flex;
            }
            ._392 {
                max-width: 100%;
            }
            ._391 {
                display: flex;
                align-items: center;
                flex-direction: column;
            }
            ._390 {
                max-width: 100%;
                margin-top: 60px;
            }
            ._389 {
                max-width: 100%;
                margin-right: 2px;
            }
            ._388 {
                font-family: Roboto;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                line-height: 160%;
            }
            ._387 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-top: 10px;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
                border-color: rgba(214, 220, 233, 1);
                border-top-width: 0px;
                border-bottom-width: 0px;
                border-left-width: 0px;
                border-right-width: 0px;
            }
            ._386 {
                max-width: 100%;
            }
            ._385:hover {
                color: rgba(255, 255, 255, 1);
                border-style: solid;
                background-color: rgba(253, 175, 40, 1);
            }
            ._384.animate:hover {
                animation-delay: 0ms;
                animation-duration: 1000ms;
            }
            ._385 {
                border-radius: 6px;
                padding: 2px;
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-width: 0px;
                font-size: 24px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._384 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._383 {
                color: rgba(72, 59, 54, 1);
                line-height: 20px;
                font-family: Roboto;
                font-weight: 700;
                font-size: 16px;
            }
            ._382 {
                max-width: 100%;
                margin-bottom: 0px;
            }
            body ._381 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-width: 0px;
                height: 40px;
                border-radius: 12px;
                padding: 4px;
            }
            body ._380 {
                max-width: 100%;
                width: auto;
                margin-left: 8px;
            }
            ._379 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._378 {
                max-width: 100%;
            }
            ._377:hover {
                background-image: linear-gradient(239deg, rgba(251, 184, 46, 0.12), transparent);
            }
            ._377.active {
                padding-bottom: 0px;
            }
            ._377 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                padding: 21px;
                background-color: rgba(255, 255, 255, 1);
            }
            ._376 {
                max-width: 100%;
            }
            ._375 {
                border-style: solid;
                overflow: hidden;
                background-color: rgba(255, 255, 255, 1);
                z-index: 100;
                border-width: 0px;
                border-radius: 16px;
                box-shadow: 0px 2px 18px 1px rgba(153, 82, 2, 0.14);
            }
            ._374 {
                max-width: 100%;
                width: 100%;
            }
            ._373 {
                border-style: solid;
                border-width: 0px;
                border-radius: 18px;
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(2, 2fr);
                align-items: flex-start;
                column-gap: 20px;
                row-gap: 20px;
            }
            ._372 {
                max-width: 100%;
                margin-bottom: 20px;
            }
            @media (min-width: 992px) {
                ._370 {
                    opacity: 80%;
                }
            }
            ._371 {
                max-width: 100%;
                width: 700px;
                margin-right: auto;
                margin-left: auto;
            }
            ._370 {
                font-family: Roboto;
                font-size: 18px;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-weight: 400;
                text-align: center;
            }
            @media (min-width: 992px) {}
            ._369 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 10px;
            }
            ._368 {
                font-family: Roboto;
                text-align: center;
                color: rgba(72, 59, 54, 1);
                line-height: 130%;
                font-size: 40px;
                font-weight: 700;
            }
            ._367 {
                line-height: 160%;
                font-family: Roboto;
                font-weight: 700;
                font-size: 14px;
                color: rgba(82, 68, 58, 0.81);
            }
            @media (min-width: 992px) {}
            ._366 {
                max-width: 100%;
            }
            ._365 {
                font-size: 18px;
                color: rgba(253, 135, 35, 1);
            }
            ._364 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
            }
            ._363 {
                display: flex;
                align-items: center;
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 8px;
                padding-bottom: 8px;
                padding-right: 16px;
                padding-left: 20px;
                border-radius: 10px;
            }
            ._362 {
                max-width: 100%;
                margin-bottom: 15px;
            }
            ._361 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._360 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 64px;
            }
            ._359 {
                padding-top: 100px;
                padding-bottom: 100px;
                background-repeat: no-repeat;
                background-size: contain;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/72ce6824-5d7a-4f52-b451-0c4b1d411047.Assetklkjhlk%2011.svg);
                background-position: 0px 40px;
            }
            @media (min-width: 992px) {
                ._357 {
                    opacity: 80%;
                }
            }
            ._358 {
                margin-top: 4px;
            }
            ._357 {
                font-family: Roboto;
                line-height: 160%;
                text-align: center;
                font-size: 14px;
                font-weight: 600;
                color: rgba(255, 255, 255, 1);
            }
            @media (min-width: 992px) {
                ._356 {
                    opacity: 94%;
                }
            }
            ._356 {
                color: rgba(255, 255, 255, 1);
                font-size: 19px;
            }
            ._355 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-right: 5px;
            }
            ._354 {
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-family: Roboto;
                font-weight: 700;
                font-size: 16px;
                color: rgba(255, 255, 255, 1);
            }
            ._353 {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            ._352 {
                max-width: 100%;
                margin-bottom: 4px;
            }
            ._351:hover {
                background-image: linear-gradient(rgba(253, 135, 35, 1), rgba(253, 135, 35, 1));
            }
            ._350.animate {
                animation-name: pulse;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
                animation-iteration-count: infinite;
                animation-duration: 1600ms;
            }
            ._351:active {
                box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
            }
            @media (min-width: 992px) {
                ._351 {
                    opacity: 100%;
                }
            }
            ._351 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                border-style: solid;
                border-width: 0px;
                border-radius: 16px;
                background-image: linear-gradient(223deg, rgba(253, 135, 35, 1), rgba(253, 175, 40, 1));
                transition-duration: 400ms;
                padding-top: 16px;
                padding-bottom: 16px;
                padding-right: 13px;
                padding-left: 13px;
                box-shadow: 0px 4px 12px 0px rgba(201, 107, 4, 0.35), 0px -5px 0px 0px rgba(0, 0, 0, 0.02) inset;
            }
            ._350 {
                max-width: 100%;
                width: 420px;
            }
            ._349 {
                margin-left: 6px;
            }
            ._348 {
                font-family: Roboto;
                border-style: solid;
                border-width: 0px;
                border-radius: 6px;
                color: rgba(253, 175, 40, 1);
                background-color: rgba(251, 184, 46, 0.12);
                font-weight: 500;
                padding-top: 4px;
                padding-bottom: 4px;
                padding-right: 7px;
                padding-left: 7px;
                font-size: 15px;
            }
            ._347 {
                margin-bottom: 0px;
                margin-left: 11px;
            }
            ._346 {
                text-decoration-line: line-through;
                font-family: Roboto;
                color: rgba(99, 102, 105, 0.67);
                font-size: 18px;
                font-weight: 500;
            }
            ._345 {
                margin-left: 8px;
            }
            ._344 {
                font-family: Roboto;
                font-weight: 700;
                font-size: 19px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._343 {
                display: flex;
                align-items: center;
            }
            ._342 {
                max-width: 100%;
            }
            ._341 {
                margin-bottom: 4px;
            }
            ._340 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                line-height: 160%;
                font-weight: 700;
                font-size: 19px;
            }
            ._339 {
                width: 100%;
            }
            ._338 {
                margin-left: 13px;
                width: 64px;
                min-width: 64px;
            }
            ._337 {
                border-style: solid;
                border-color: rgba(155, 97, 3, 0.12);
                border-width: 0px;
                border-radius: 8px;
                box-shadow: 0px 0px 0px 6px rgba(251, 184, 46, 0.12);
                height: 64px;
            }
            ._336 {
                display: flex;
                justify-content: space-between;
                align-items: center;
            }
            ._335 {
                width: 100%;
            }
            ._334 {
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-left: 20px;
            }
            ._333 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                border-style: solid;
                border-top-width: 1px;
                border-bottom-width: 0px;
                border-left-width: 1px;
                border-right-width: 1px;
                background-color: rgba(255, 255, 255, 1);
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center center;
                border-radius: 24px;
                z-index: 600;
                box-shadow: 0px 1px 16px 0px rgba(146, 86, 3, 0.13);
                padding: 18px;
                border-color: rgba(155, 97, 3, 0.12);
            }
            ._332 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1440px;
            }
            ._331 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
            }
            ._330 {
                padding-bottom: 18px;
                padding-right: 24px;
                padding-left: 24px;
                align-items: center;
                justify-content: center;
                grid-template-columns: repeat(3, 3fr);
                row-gap: 10px;
                column-gap: 10px;
                flex-wrap: nowrap;
            }
            @media (min-width: 992px) {
                ._329 {
                    opacity: 90%;
                }
            }
            ._329 {
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                line-height: 160%;
                font-size: 15px;
                text-align: center;
            }
            ._328 {
                margin-bottom: 5px;
            }
            ._327 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-size: 18px;
                font-family: Roboto;
                font-weight: 700;
            }
            ._325.animate {
                animation-iteration-count: 1;
            }
            body ._326 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                border-radius: 14px;
                height: 54px;
                padding: 8px;
            }
            @media (min-width: 992px) {
                ._326 {
                    opacity: 100%;
                }
            }
            body ._325 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 18px;
                width: auto;
            }
            ._324 {
                max-width: 100%;
            }
            ._303 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            @media (min-width: 992px) {
                ._323 {
                    opacity: 90%;
                }
            }
            ._323 {
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                line-height: 160%;
                text-align: center;
                font-size: 14px;
            }
            ._322 {
                margin-bottom: 5px;
            }
            ._321 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-size: 18px;
                font-family: Roboto;
                font-weight: 700;
            }
            body ._319 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 14px;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                height: 54px;
                padding: 8px;
            }
            ._320 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 18px;
                width: auto;
            }
            @media (min-width: 992px) {
                ._319 {
                    opacity: 100%;
                }
            }
            ._318 {
                max-width: 100%;
            }
            ._302 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            @media (min-width: 992px) {
                ._317 {
                    opacity: 90%;
                }
            }
            ._317 {
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                line-height: 160%;
                text-align: center;
                font-size: 14px;
            }
            ._316 {
                margin-bottom: 5px;
            }
            ._315 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-size: 18px;
                font-family: Roboto;
                font-weight: 700;
            }
            body ._314 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 14px;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                height: 54px;
                padding: 8px;
            }
            @media (min-width: 992px) {
                ._314 {
                    opacity: 100%;
                }
            }
            body ._313 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 18px;
                width: auto;
            }
            ._312 {
                max-width: 100%;
            }
            ._301 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            @media (min-width: 992px) {
                ._311 {
                    opacity: 90%;
                }
            }
            ._311 {
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                line-height: 160%;
                text-align: center;
                font-size: 14px;
            }
            ._310 {
                margin-bottom: 5px;
            }
            ._309 {
                color: rgba(72, 59, 54, 1);
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-family: Roboto;
                font-size: 18px;
                font-weight: 700;
            }
            body ._308 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 14px;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                height: 54px;
                padding: 8px;
            }
            @media (min-width: 992px) {
                ._308 {
                    opacity: 100%;
                }
            }
            body ._307 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 18px;
                width: auto;
            }
            ._306 {
                max-width: 100%;
            }
            ._300 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            ._304+.resizeWrapper {}
            ._305 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1240px;
            }
            ._304 {
                columns-per-line: 4;
            }
            ._303 {
                width: calc(99.99% * (3 / 12) - (22px - 22px * (3 / 12)));
                margin-left: 0px;
            }
            ._302 {
                width: calc(99.99% * (3 / 12) - (22px - 22px * (3 / 12)));
                margin-left: 22px;
            }
            ._301 {
                width: calc(99.99% * (3 / 12) - (22px - 22px * (3 / 12)));
                margin-left: 22px;
            }
            ._300 {
                width: calc(99.99% * (3 / 12) - (22px - 22px * (3 / 12)));
                margin-left: 22px;
            }
            ._299 {
                max-width: 1440px;
                margin-right: auto;
                margin-left: auto;
                margin-top: 150px;
            }
            ._298 {
                background-color: rgba(255, 255, 255, 1);
                border-style: solid;
                border-width: 0px;
                border-top-left-radius: 32px;
                border-top-right-radius: 32px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
                padding-top: 52px;
                padding-bottom: 60px;
                padding-right: 40px;
                padding-left: 40px;
                box-shadow: 0px 0px 23px 0px rgba(146, 86, 3, 0.13);
            }
            ._297 {
                overflow: hidden;
                padding-right: 40px;
                padding-left: 40px;
            }
            ._296 {
                max-width: 100%;
            }
            ._295 {
                max-width: 100%;
            }
            ._294 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 14px;
                font-weight: 500;
            }
            ._292 .soon-group.soon-group-sub,
            ._292 .soon-text.soon-separator {
                color: rgba(72, 59, 54, 1);
            }
            ._293 {
                width: 60px;
                margin-right: -2px;
                margin-left: -2px;
            }
            ._292 {
                border-radius: 6px;
                font-family: Yrsa;
            }
            ._292 .soon-group.soon-group-sub:not(:first-child) {
                margin-left: 0px;
            }
            ._292 .soon-separator {
                width: 0px;
            }
            ._291 {
                max-width: 100%;
            }
            ._290 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 14px;
                font-weight: 500;
            }
            ._289 {
                display: flex;
                align-items: center;
                flex-wrap: wrap;
            }
            ._288 {
                max-width: 100%;
            }
            ._287 {
                color: rgba(72, 59, 54, 1);
                letter-spacing: 0px;
                font-family: Roboto;
                line-height: 130%;
                font-size: 15px;
                font-weight: 700;
            }
            ._287.active {
                font-family: Roboto;
            }
            ._286 {
                max-width: 100%;
                margin-bottom: 2px;
            }
            ._285 {
                max-width: 100%;
            }
            ._284 {
                height: auto;
            }
            ._283 {
                max-width: 100%;
                margin-left: 12px;
                width: 47px;
            }
            ._282 {
                display: flex;
                align-items: flex-start;
                padding-top: 16px;
                padding-bottom: 13px;
                padding-right: 14px;
                padding-left: 14px;
                border-style: dashed;
                background-image: linear-gradient(248deg, rgba(251, 184, 46, 0.12), transparent);
                border-radius: 14px;
                border-width: 2px;
                border-color: rgba(253, 175, 40, 0.49);
                background-color: rgba(255, 255, 255, 0.5);
            }
            ._281 {
                max-width: 100%;
                margin-top: 24px;
            }
            ._280 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._279 {
                max-width: 100%;
            }
            ._278 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._277 {
                max-width: 100%;
            }
            ._276 {
                font-size: 26px;
            }
            ._275 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._274 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-weight: 600;
                font-size: 16px;
            }
            ._273 {
                margin-bottom: 0px;
            }
            body ._272 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
                padding: 4px;
                height: 36px;
            }
            ._271 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._270 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._269 {
                max-width: 100%;
            }
            ._268:hover {
                background-image: linear-gradient(222deg, rgba(251, 184, 46, 0.12), transparent);
            }
            ._268 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                transition-duration: 240ms;
                padding-top: 18px;
                padding-bottom: 18px;
                padding-right: 18px;
                padding-left: 18px;
            }
            ._267 {
                max-width: 100%;
            }
            ._266 {
                border-color: rgba(214, 220, 233, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                overflow: hidden;
                border-radius: 13px;
                box-shadow: 0px 2px 6px 0px rgba(146, 86, 3, 0.13);
            }
            ._265 {
                max-width: 100%;
                margin-bottom: 12px;
            }
            ._264 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._263 {
                max-width: 100%;
            }
            ._262 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._261 {
                max-width: 100%;
            }
            ._260 {
                font-size: 26px;
            }
            ._259 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._258 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-weight: 600;
                font-size: 16px;
            }
            ._257 {
                margin-bottom: 0px;
            }
            body ._256 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
                padding: 4px;
                height: 36px;
            }
            ._255 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._254 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._253 {
                max-width: 100%;
            }
            ._252:hover {
                background-image: linear-gradient(222deg, rgba(251, 184, 46, 0.12), transparent);
            }
            ._252 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                transition-duration: 240ms;
                padding-top: 18px;
                padding-bottom: 18px;
                padding-right: 18px;
                padding-left: 18px;
            }
            ._251 {
                max-width: 100%;
            }
            ._250 {
                border-color: rgba(214, 220, 233, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                overflow: hidden;
                border-radius: 14px;
                box-shadow: 0px 2px 6px 0px rgba(146, 86, 3, 0.13);
            }
            ._249 {
                max-width: 100%;
                margin-bottom: 14px;
            }
            ._248 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._247 {
                max-width: 100%;
            }
            ._246 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._245 {
                max-width: 100%;
            }
            ._244 {
                font-size: 26px;
            }
            ._243 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._242 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-weight: 600;
                font-size: 16px;
            }
            ._241 {
                margin-bottom: 0px;
            }
            body ._240 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
                padding: 4px;
                height: 36px;
            }
            body ._239 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._238 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._237 {
                max-width: 100%;
            }
            ._236:hover {
                background-image: linear-gradient(222deg, rgba(251, 184, 46, 0.12), transparent);
            }
            ._236 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                transition-duration: 240ms;
                padding-top: 18px;
                padding-bottom: 18px;
                padding-right: 18px;
                padding-left: 18px;
            }
            ._235 {
                max-width: 100%;
            }
            ._234 {
                border-color: rgba(214, 220, 233, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                overflow: hidden;
                border-radius: 14px;
                box-shadow: 0px 2px 6px 0px rgba(146, 86, 3, 0.13);
            }
            ._233 {
                max-width: 100%;
                margin-bottom: 14px;
            }
            ._232 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._231 {
                max-width: 100%;
            }
            ._230 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._229 {
                max-width: 100%;
            }
            ._228 {
                font-size: 26px;
            }
            ._227 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._226 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-weight: 600;
                font-size: 16px;
            }
            ._225 {
                margin-bottom: 0px;
            }
            body ._224 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
                padding: 4px;
                height: 36px;
            }
            body ._223 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._222 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._221 {
                max-width: 100%;
            }
            ._220:hover {
                background-image: linear-gradient(222deg, rgba(251, 184, 46, 0.12), transparent);
            }
            ._220 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                transition-duration: 240ms;
                padding-top: 18px;
                padding-bottom: 18px;
                padding-right: 18px;
                padding-left: 18px;
            }
            ._219 {
                max-width: 100%;
            }
            ._218 {
                border-color: rgba(214, 220, 233, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                overflow: hidden;
                border-radius: 14px;
                box-shadow: 0px 2px 6px 0px rgba(146, 86, 3, 0.13);
            }
            ._217 {
                max-width: 100%;
                margin-bottom: 14px;
            }
            ._216 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._215 {
                max-width: 100%;
            }
            ._214 {
                justify-content: center;
                align-items: center;
                flex-direction: column;
                flex-wrap: wrap;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._213 {
                max-width: 100%;
            }
            ._212 {
                font-size: 26px;
            }
            ._211 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
            }
            ._210 {
                line-height: 20px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-weight: 600;
                font-size: 16px;
            }
            ._209 {
                margin-bottom: 0px;
            }
            body ._208 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
                padding: 4px;
                height: 36px;
            }
            body ._207 {
                max-width: 100%;
                width: auto;
                margin-left: 10px;
            }
            ._206 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._205 {
                max-width: 100%;
            }
            ._204:hover {
                background-image: linear-gradient(222deg, rgba(251, 184, 46, 0.12), transparent);
            }
            ._204 {
                display: flex;
                justify-content: space-between;
                align-items: center;
                cursor: pointer;
                transition-duration: 240ms;
                padding-top: 18px;
                padding-bottom: 18px;
                padding-right: 18px;
                padding-left: 18px;
            }
            ._203 {
                max-width: 100%;
            }
            ._202 {
                border-color: rgba(214, 220, 233, 1);
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                overflow: hidden;
                border-radius: 14px;
                box-shadow: 0px 2px 6px 0px rgba(146, 86, 3, 0.13);
            }
            ._201 {
                max-width: 100%;
                margin-bottom: 14px;
            }
            ._200 {
                max-width: 100%;
                margin-top: 18px;
            }
            ._199 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            ._197.animate {
                animation-iteration-count: 1;
            }
            body ._198 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                padding: 8px;
                border-radius: 14px;
                height: 50px;
            }
            @media (min-width: 992px) {
                ._198 {
                    opacity: 100%;
                }
            }
            body ._197 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 12px;
                width: auto;
            }
            ._184 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            ._196 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            body ._194 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                padding: 8px;
                border-radius: 14px;
                height: 50px;
            }
            body ._195 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 12px;
                width: auto;
            }
            @media (min-width: 992px) {
                ._194 {
                    opacity: 100%;
                }
            }
            ._183 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            ._193 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            body ._192 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                padding: 8px;
                border-radius: 14px;
                height: 50px;
            }
            @media (min-width: 992px) {
                ._192 {
                    opacity: 100%;
                }
            }
            body ._191 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 12px;
                width: auto;
            }
            ._182 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            body ._189 {
                color: rgba(72, 59, 54, 1);
                text-align: center;
                text-transform: uppercase;
                font-weight: 700;
                font-family: Roboto;
                font-size: 14px;
                line-height: 130%;
            }
            body ._188 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-color: rgba(253, 175, 40, 1);
                border-width: 0px;
                padding: 8px;
                border-radius: 14px;
                height: 50px;
            }
            @media (min-width: 992px) {
                ._188 {
                    opacity: 100%;
                }
            }
            body ._187 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 12px;
                width: auto;
            }
            ._181 {
                justify-content: flex-start;
                align-items: center;
                col-width: 3;
            }
            ._186 {
                max-width: 100%;
                margin-top: 28px;
                margin-bottom: 14px;
            }
            ._185 {
                columns-per-line: 4;
            }
            ._185+.resizeWrapper {}
            ._184 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            ._183 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._182 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._181 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._180 {
                max-width: 100%;
                margin-top: 16px;
                margin-bottom: 20px;
            }
            ._179 {
                font-family: Roboto;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 400;
                font-size: 15px;
                line-height: 170%;
            }
            ._178 {
                background-color: rgba(247, 196, 48, 0.35);
                height: 3px;
            }
            ._177 {
                width: 74%;
            }
            ._176 {
                background-color: rgba(251, 174, 42, 1);
                height: 3px;
            }
            ._175 {
                width: 30%;
            }
            ._174 {
                width: 62%;
            }
            ._173 {
                display: flex;
                align-items: center;
                justify-content: flex-start;
                flex-wrap: nowrap;
                border-radius: 100px;
            }
            ._172 {
                line-height: 100%;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-size: 15px;
                font-weight: 600;
            }
            ._171 {
                max-width: 100%;
            }
            ._170 {
                font-size: 20px;
                color: rgba(253, 135, 35, 1);
            }
            ._169.animate {
                animation-iteration-count: infinite;
                animation-duration: 1400ms;
                animation-name: heartBeat;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
            }
            ._169 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 6px;
            }
            ._168 {
                display: flex;
                justify-content: flex-start;
                align-items: center;
            }
            ._167 {
                max-width: 100%;
                width: 37%;
            }
            ._166 {
                display: flex;
                justify-content: space-between;
                border-style: solid;
                border-width: 0px;
                align-items: center;
                border-radius: 14px;
                padding-top: 10px;
                padding-bottom: 9px;
                padding-right: 12px;
                padding-left: 10px;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/22614571-d436-4ff4-85a5-251090322327.Asfdhgfset%209.svg), linear-gradient(299deg, rgba(251, 174, 42, 0.15), rgba(251, 174, 42, 0.06));
            }
            ._165 {
                max-width: 100%;
                margin-top: 20px;
                margin-bottom: 20px;
            }
            ._164.animate:hover {
                animation-iteration-count: 1;
                animation-delay: 1000ms;
                animation-duration: 10000ms;
            }
            ._163:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._164.animate {
                animation-iteration-count: infinite;
                animation-name: pulse;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
                animation-duration: 1000ms;
            }
            ._163:active {
                box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.13);
            }
            ._164 {
                width: 100%;
                margin-top: 20px;
            }
            ._163 {
                letter-spacing: 0px;
                border-style: solid;
                border-width: 0px;
                font-family: Roboto;
                line-height: 170%;
                font-size: 17px;
                padding-top: 22px;
                padding-bottom: 24px;
                padding-right: 24px;
                padding-left: 24px;
                color: rgba(255, 255, 255, 1);
                background-image: linear-gradient(128deg, rgba(253, 175, 40, 1), rgba(253, 135, 35, 1));
                border-radius: 12px;
                font-weight: 600;
                box-shadow: 0px 3px 16px 0px rgba(201, 107, 4, 0.35), 0px -6px 0px 0px rgba(0, 0, 0, 0.02) inset;
            }
            ._162 {
                font-family: Roboto;
                line-height: 24px;
                color: rgba(82, 68, 58, 0.81);
                font-size: 16px;
                font-weight: 700;
            }
            ._161 {
                line-height: 20px;
                text-align: left;
                font-family: Roboto;
                font-weight: 700;
                color: rgba(72, 59, 54, 1);
                font-size: 14px;
            }
            body ._160 {
                border-style: solid;
                border-width: 0px;
                height: 32px;
            }
            body ._159 {
                max-width: 100%;
                width: auto;
                margin-left: 6px;
            }
            ._158 {
                display: flex;
                align-items: center;
            }
            ._157 {
                max-width: 100%;
            }
            ._156 {
                margin-top: 24px;
                margin-bottom: 16px;
            }
            ._155 {
                justify-content: space-between;
                display: flex;
                border-style: solid;
                border-color: rgba(155, 97, 3, 0.12);
                border-width: 0px;
                align-items: center;
                border-radius: 10px;
                padding-top: 7px;
                padding-bottom: 7px;
                padding-right: 11px;
                padding-left: 20px;
                background-color: rgba(251, 184, 46, 0.12);
            }
            ._154 {
                justify-content: space-between;
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 19px;
            }
            ._153 {
                max-width: 100%;
                margin-top: 1px;
            }
            ._152 {
                margin-right: 8px;
                width: 40%;
            }
            ._151 {
                margin-right: 6px;
            }
            ._150 {
                text-decoration-line: none;
                font-weight: 700;
                box-shadow: 0px -0.5em 0px 0px rgba(251, 184, 46, 0.12) inset;
                color: rgba(72, 59, 54, 1);
                line-height: 140%;
                font-family: Roboto;
                font-size: 18px;
            }
            ._149 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 900;
                font-size: 22px;
                color: rgba(253, 135, 35, 1);
            }
            @media (min-width: 992px) {}
            ._148 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._147 {
                    opacity: 86%;
                }
            }
            ._147 {
                color: rgba(253, 175, 40, 1);
                font-size: 18px;
            }
            ._146 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 3px;
            }
            ._145 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._144 {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
            }
            ._143 {
                max-width: 100%;
            }
            ._142 {
                flex-wrap: nowrap;
                grid-template-columns: repeat(3, 3fr);
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-right: 4px;
                padding-left: 12px;
            }
            ._141 {
                max-width: 100%;
                margin-bottom: 20px;
            }
            ._140 {
                margin-right: 20px;
            }
            ._139 {
                height: 1px;
                background-color: rgba(155, 97, 3, 0.12);
            }
            @media (min-width: 992px) {
                ._138 {
                    opacity: 100%;
                }
            }
            ._138 {
                text-decoration-line: none;
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-size: 18px;
                font-weight: 600;
                box-shadow: 0px -0.6em 0px 0px rgba(251, 184, 46, 0.12) inset;
                text-align: center;
                padding-right: 0px;
            }
            ._137 {
                max-width: 100%;
                margin-right: auto;
                margin-left: auto;
                width: 300px;
                margin-bottom: 0px;
            }
            ._136 {
                margin-left: 20px;
            }
            ._135 {
                height: 1px;
                background-color: rgba(155, 97, 3, 0.12);
            }
            ._134 {
                display: flex;
                flex-wrap: nowrap;
                align-items: flex-end;
            }
            ._133 {
                max-width: 100%;
                margin-bottom: 32px;
                display: none !important;
            }
            ._132 {
                border-radius: 12px;
            }
            ._131 {
                max-width: 100%;
                margin-top: 28px;
            }
            ._130:active {
                border-color: rgba(253, 175, 40, 1);
                box-shadow: 0px 0px 0px 1px rgba(253, 175, 40, 1);
            }
            ._130 {
                border-style: solid;
                border-width: 1px;
                color: rgba(72, 59, 54, 1);
                font-family: Roboto;
                font-size: 14px;
                line-height: 18px;
                font-weight: 400;
                background-color: rgba(255, 255, 255, 1);
                padding: 10px;
                border-radius: 6px;
                border-color: rgba(214, 220, 233, 1);
            }
            ._129 {
                line-height: 20px;
                font-size: 16px;
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-weight: 600;
            }
            ._128 {
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(2, 2fr);
                row-gap: 10px;
                align-items: center;
            }
            ._126 {
                flex-direction: column;
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(1, 1fr);
                align-items: stretch;
                row-gap: 20px;
                padding: 20px;
                border-style: solid;
                border-width: 0px;
                background-color: rgba(255, 255, 255, 1);
                border-radius: 12px;
                box-shadow: 0px 2px 13px 0px rgba(146, 86, 3, 0.13);
            }
            ._125 {
                margin-right: 8px;
                width: 44%;
            }
            ._124 {
                margin-right: 6px;
            }
            ._123 {
                text-decoration-line: none;
                font-weight: 700;
                box-shadow: 0px -0.5em 0px 0px rgba(251, 184, 46, 0.12) inset;
                color: rgba(72, 59, 54, 1);
                line-height: 140%;
                font-family: Roboto;
                font-size: 18px;
            }
            ._122 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 900;
                font-size: 22px;
                color: rgba(253, 135, 35, 1);
            }
            @media (min-width: 992px) {}
            ._121 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._120 {
                    opacity: 86%;
                }
            }
            ._120 {
                color: rgba(253, 175, 40, 1);
                font-size: 18px;
            }
            ._119 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 3px;
            }
            ._118 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._117 {
                display: flex;
                flex-wrap: nowrap;
                padding-right: 3px;
                align-items: center;
            }
            ._116 {
                max-width: 100%;
            }
            ._115 {
                flex-wrap: nowrap;
                grid-template-columns: repeat(3, 3fr);
                display: flex;
                align-items: center;
                justify-content: space-between;
                padding-left: 12px;
            }
            ._114 {
                max-width: 100%;
                margin-bottom: 22px;
            }
            ._113 {
                max-width: 100%;
                margin-top: 38px;
            }
            ._112.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._112:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._112 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
            }
            ._111 {
                max-width: 100%;
                width: 100%;
            }
            ._110 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                height: 36px;
            }
            ._109 {
                max-width: 100%;
                margin-left: 10px;
                width: 36px;
            }
            ._108:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._108 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                padding: 6px;
                border-style: solid;
                border-color: rgba(155, 97, 3, 0.12);
                border-width: 0px;
                border-radius: 10px;
                box-shadow: 0px 2px 10px 0px rgba(146, 86, 3, 0.13);
            }
            ._107 {
                max-width: 100%;
            }
            ._106.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._106:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._106 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
                text-align: right;
            }
            ._105 {
                max-width: 100%;
                width: 100%;
            }
            ._104 {
                background-color: rgba(251, 184, 46, 0.12);
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                height: 36px;
            }
            ._103 {
                max-width: 100%;
                margin-left: 10px;
                width: 36px;
            }
            ._102:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._102 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                padding: 6px;
                border-style: solid;
                border-color: rgba(155, 97, 3, 0.12);
                border-width: 0px;
                border-radius: 10px;
                box-shadow: 0px 2px 10px 0px rgba(146, 86, 3, 0.13);
            }
            ._101 {
                max-width: 100%;
                margin-bottom: 12px;
            }
            ._100.Qsx7X::placeholder {
                color: rgba(87, 99, 122, 0.76);
            }
            ._100:focus {
                border-color: rgba(253, 175, 40, 1);
            }
            ._100 {
                border-style: solid;
                font-family: Roboto;
                font-weight: 400;
                color: rgba(72, 59, 54, 1);
                border-color: rgba(155, 97, 3, 0.12);
                border-radius: 8px;
                border-width: 0px;
                height: 100%;
                font-size: 15px;
            }
            ._99 {
                max-width: 100%;
                width: 100%;
            }
            ._98 {
                border-style: solid;
                border-width: 0px;
                padding: 4px;
                border-radius: 6px;
                background-color: rgba(251, 184, 46, 0.12);
                height: 36px;
            }
            ._97 {
                max-width: 100%;
                margin-left: 10px;
                width: 36px;
            }
            ._96:hover {
                box-shadow: 0px 0px 0px 1.5px rgba(251, 184, 46, 0.12);
            }
            ._96 {
                display: flex;
                align-items: center;
                background-color: rgba(255, 255, 255, 1);
                padding: 6px;
                border-style: solid;
                border-color: rgba(155, 97, 3, 0.12);
                border-width: 0px;
                border-radius: 10px;
                box-shadow: 0px 2px 10px 0px rgba(146, 86, 3, 0.13);
            }
            ._95 {
                max-width: 100%;
                margin-bottom: 12px;
            }
            ._94 {
                margin-right: 6px;
            }
            ._93 {
                text-decoration-line: none;
                box-shadow: 0px -0.5em 0px 0px rgba(251, 184, 46, 0.12) inset;
                color: rgba(72, 59, 54, 1);
                line-height: 140%;
                font-family: Roboto;
                font-size: 18px;
                font-weight: 700;
            }
            ._92 {
                font-family: Roboto;
                text-align: center;
                line-height: 100%;
                letter-spacing: -1px;
                font-weight: 900;
                font-size: 22px;
                color: rgba(253, 135, 35, 1);
            }
            @media (min-width: 992px) {}
            ._91 {
                max-width: 100%;
            }
            @media (min-width: 992px) {
                ._90 {
                    opacity: 86%;
                }
            }
            ._90 {
                color: rgba(253, 175, 40, 1);
                font-size: 18px;
            }
            ._89 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 3px;
            }
            ._88 {
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                padding-top: 5px;
                padding-bottom: 6px;
                padding-right: 2px;
                padding-left: 2px;
                box-shadow: 0px -0.7em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._87 {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
            }
            ._86 {
                max-width: 100%;
                margin-bottom: 22px;
            }
            ._85 {
                max-width: 100%;
            }
            ._84 {
                border-style: solid;
                background-repeat: no-repeat;
                border-width: 0px;
                border-radius: 20px;
                background-color: rgba(251, 184, 46, 0.12);
                background-position: center center;
                padding-top: 22px;
                padding-bottom: 22px;
                padding-right: 18px;
                padding-left: 18px;
                background-size: cover;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/dd6683c3-9128-4b8e-bac8-edd4b268e66a.Asset%20DSGSD5.svg);
            }
            ._83 {
                max-width: 100%;
                margin-top: 22px;
            }
            ._82 {
                flex-direction: column;
                flex-wrap: wrap;
                grid-template-columns: repeat(1, 1fr);
                align-items: center;
                justify-content: flex-start;
                column-gap: 14px;
                row-gap: 14px;
            }
            ._81 {
                margin-top: 20px;
            }
            ._80 {
                font-family: Roboto;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-weight: 500;
                font-size: 16px;
            }
            ._79 {
                margin-left: 6px;
            }
            ._78 {
                font-size: 14px;
                font-family: Roboto;
                border-style: solid;
                border-width: 0px;
                border-radius: 6px;
                color: rgba(253, 175, 40, 1);
                background-color: rgba(251, 184, 46, 0.12);
                padding-top: 4px;
                padding-bottom: 4px;
                padding-right: 7px;
                padding-left: 7px;
                font-weight: 700;
                letter-spacing: 0.4px;
            }
            ._77 {
                margin-bottom: 0px;
                margin-left: 11px;
            }
            ._76 {
                text-decoration-line: line-through;
                font-family: Roboto;
                color: rgba(99, 102, 105, 0.67);
                font-size: 18px;
                font-weight: 500;
            }
            ._74 {
                font-family: Roboto;
                font-size: 23px;
                font-weight: 700;
                color: rgba(82, 68, 58, 0.81);
            }
            ._75 {
                margin-left: 10px;
            }
            ._73 {
                display: flex;
                align-items: center;
            }
            ._72 {
                max-width: 100%;
            }
            ._71 {
                margin-bottom: 25px;
            }
            ._70 {
                font-family: Roboto;
                color: rgba(72, 59, 54, 1);
                font-weight: 700;
                font-size: 23px;
            }
            ._69 {
                line-height: 100%;
                font-family: Roboto;
                font-size: 13px;
                font-weight: 600;
                color: rgba(82, 68, 58, 0.81);
            }
            ._68 {
                max-width: 100%;
                margin-bottom: 2px;
            }
            ._67 {
                margin-bottom: 4px;
            }
            @media (min-width: 992px) {
                ._66 {
                    opacity: 80%;
                }
            }
            ._66 .xbJPp {
                fill: rgba(253, 135, 35, 1);
                width: 12px;
                height: 12px;
            }
            ._66 .xbJPp:not(:last-child) {
                margin-right: 0px;
            }
            ._66 {
                border-style: solid;
                border-width: 0px;
            }
            ._66 .empty.xbJPp {
                fill: rgba(155, 97, 3, 0.12);
            }
            body ._65 {
                flex-direction: column;
                flex-wrap: wrap;
                display: flex;
                align-items: flex-start;
            }
            body ._64 {
                max-width: 100%;
            }
            ._62 {
                width: 34px;
                margin-right: -12px;
            }
            body ._63 {
                border-style: solid;
                border-width: 0px;
                border-radius: 140px;
                height: 34px;
                box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
            }
            body ._60 {
                width: 34px;
                margin-right: -12px;
            }
            body ._61 {
                border-style: solid;
                border-width: 0px;
                border-radius: 140px;
                height: 34px;
                box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
            }
            body ._58 {
                width: 34px;
                margin-right: -12px;
            }
            body ._59 {
                border-style: solid;
                border-width: 0px;
                border-radius: 140px;
                height: 34px;
                box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
            }
            body ._56 {
                width: 34px;
                margin-right: -9px;
            }
            body ._57 {
                border-style: solid;
                border-width: 0px;
                border-radius: 140px;
                height: 34px;
                box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
            }
            body ._54 {
                width: 34px;
            }
            body ._55 {
                border-style: solid;
                border-width: 0px;
                border-radius: 140px;
                height: 34px;
                box-shadow: 0px 0px 0px 2.5px rgba(255, 255, 255, 1);
            }
            ._52.animate {
                animation-name: zoomIn;
                animation-fill-mode: both;
                animation-iteration-count: 1;
                animation-duration: 1000ms;
            }
            ._53 {
                display: flex;
                align-items: center;
            }
            ._52 {
                max-width: 100%;
                margin-left: 10px;
            }
            ._51:hover {
                background-color: rgba(251, 184, 46, 0.12);
                background-image: linear-gradient(rgba(72, 59, 54, 0.04), rgba(72, 59, 54, 0.04));
            }
            ._51 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                border-style: solid;
                display: flex;
                align-items: center;
                border-radius: 100px;
                transition-duration: 400ms;
                background-image: linear-gradient(274deg, rgba(251, 184, 46, 0.12), transparent);
                border-color: rgba(155, 97, 3, 0.09);
                border-width: 1px;
                padding-top: 9px;
                padding-bottom: 8px;
                padding-right: 9px;
                padding-left: 9px;
            }
            body ._50 {
                max-width: 100%;
                margin-top: 0px;
                margin-bottom: 22px;
                width: 321px;
                gap: 20px;
            }
            ._49 {
                align-items: stretch;
                justify-content: space-around;
                background-color: rgba(255, 255, 255, 1);
                flex-wrap: wrap;
                border-style: solid;
                border-width: 0px;
                box-shadow: 0px 6px 16px 1px rgba(146, 86, 3, 0.13);
                border-radius: 24px;
                padding-top: 28px;
                padding-bottom: 28px;
                padding-right: 28px;
                padding-left: 30px;
            }
            ._37 {
                justify-content: flex-start;
                align-items: center;
                col-width: 6;
                padding-top: 0px;
                padding-bottom: 0px;
            }
            ._47 {
                width: 100%;
            }
            body ._46 {
                object-fit: cover;
                border-radius: 20px;
                border-style: solid;
                border-width: 1px;
                border-color: rgba(155, 97, 3, 0.12);
                height: 420px;
            }
            ._44:hover {
                background-color: rgba(72, 59, 54, 0.24);
            }
            body ._45 {
                max-width: 74px;
                width: 100%;
                margin-left: 20px;
            }
            body ._44 {
                border-style: solid;
                border-width: 1px;
                object-fit: cover;
                height: 100%;
                max-height: 74px;
                border-radius: 15px;
                border-color: rgba(199, 163, 113, 0.12);
            }
            body ._43 {
                margin-top: 0px;
                width: 100%;
            }
            body ._42 {
                padding-top: 0px;
                padding-bottom: 0px;
                padding-right: 0px;
                padding-left: 0px;
                max-height: 74px;
            }
            body ._41 .gDzCY {
                flex-direction: row;
            }
            body ._41 {
                flex-direction: column-reverse;
                justify-content: flex-end;
                flex-wrap: nowrap;
                align-items: center;
                position: sticky;
                left: 0px;
                top: 12px;
            }
            body ._36 {
                justify-content: flex-start;
                align-items: center;
                col-width: 6;
                padding-top: 0px;
                padding-bottom: 0px;
            }
            ._38+.resizeWrapper {}
            body ._39 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1360px;
            }
            body ._38 {
                border-width: 1px;
                border-color: rgba(220, 220, 220, 1);
                columns-per-line: 2;
            }
            body ._37 {
                width: calc(99.99% * (6 / 12) - (34px - 34px * (6 / 12)));
                margin-left: 0px;
            }
            ._36 {
                width: calc(99.99% * (6 / 12) - (34px - 34px * (6 / 12)));
                margin-left: 34px;
            }
            ._35 {
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-position: center center;
                background-size: cover;
                padding-top: 100px;
                padding-right: 24px;
                padding-left: 24px;
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/d247bec5-da7c-43b8-85ef-1d7d5447243e.Asseth%204.svg), linear-gradient(0deg, rgba(199, 163, 113, 0.12), rgba(255, 255, 255, 1));
            }
            ._35 .bottom.nR5Hd {
                fill: rgba(255, 255, 255, 1);
            }
            body ._34 {
                height: auto;
            }
            ._33 {
                max-width: 100%;
                margin-right: 10px;
                width: 17px;
            }
            ._32 {
                line-height: 100%;
                text-align: center;
                text-transform: uppercase;
                font-family: Roboto;
                font-weight: 700;
                color: rgba(255, 255, 255, 1);
                font-size: 16px;
            }
            ._31 {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            ._30 {
                max-width: 100%;
                margin-bottom: 2px;
            }
            ._28:hover {
                margin-top: -4px;
                margin-bottom: 4px;
            }
            ._29:hover {
                background-color: rgba(253, 135, 35, 1);
            }
            ._29:active {
                box-shadow: 0px 0px 0px 0px rgba(227, 227, 238, 0);
            }
            @media (min-width: 992px) {
                ._29 {
                    opacity: 100%;
                }
            }
            ._29 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                border-style: solid;
                border-width: 0px;
                transition-duration: 300ms;
                padding-top: 17px;
                padding-bottom: 16px;
                padding-right: 18px;
                padding-left: 18px;
                box-shadow: 0px 6px 12px 2px rgba(146, 86, 3, 0.13), 0px -4px 0px 0px rgba(28, 22, 15, 0.04) inset;
                background-image: linear-gradient(20deg, rgba(253, 175, 40, 1), rgba(253, 135, 35, 1));
                border-radius: 11px;
            }
            ._28 {
                max-width: 100%;
                margin-right: 29px;
                width: 223px;
            }
            ._27:hover {
                box-shadow: 0px -0.8em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._27 {
                font-family: Roboto;
                line-height: 18px;
                text-decoration-line: none;
                font-weight: 600;
                transition-duration: 300ms;
                font-size: 15px;
                padding-top: 10px;
                padding-bottom: 8px;
                padding-right: 4px;
                padding-left: 4px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._26 {
                max-width: 100%;
                margin-right: -14px;
            }
            ._25:hover {
                box-shadow: 0px -0.9em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._25 {
                font-family: Roboto;
                line-height: 18px;
                text-decoration-line: none;
                font-weight: 600;
                transition-duration: 300ms;
                font-size: 15px;
                padding-top: 10px;
                padding-bottom: 8px;
                padding-right: 4px;
                padding-left: 4px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._24 {
                max-width: 100%;
                margin-right: -14px;
            }
            ._23:hover {
                box-shadow: 0px -0.9em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._23 {
                font-family: Roboto;
                line-height: 18px;
                text-decoration-line: none;
                font-weight: 600;
                transition-duration: 300ms;
                font-size: 15px;
                padding-top: 10px;
                padding-bottom: 8px;
                padding-right: 4px;
                padding-left: 4px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._22 {
                max-width: 100%;
                margin-right: -14px;
            }
            ._21:hover {
                box-shadow: 0px -0.9em 0px 0px rgba(251, 184, 46, 0.12) inset;
            }
            ._21 {
                line-height: 18px;
                text-decoration-line: none;
                font-weight: 600;
                transition-duration: 300ms;
                font-family: Roboto;
                font-size: 15px;
                padding-top: 10px;
                padding-bottom: 8px;
                padding-right: 4px;
                padding-left: 4px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._20 {
                max-width: 100%;
            }
            ._18 {
                max-width: 100%;
            }
            ._17 {
                text-align: center;
                font-family: Roboto;
                font-weight: 700;
                color: rgba(35, 35, 35, 1);
                line-height: 100%;
                font-size: 21px;
            }
            ._16 {
                border-style: solid;
                border-width: 0px;
                height: auto;
            }
            ._15 {
                max-width: 100%;
                margin-left: 6px;
                width: 28px;
            }
            ._14 {
                font-size: 14px;
                font-family: Roboto;
                font-weight: normal;
                color: rgba(0, 117, 255, 1);
                display: flex;
                align-items: center;
            }
            ._13 {
                max-width: 100%;
                width: fit-content;
            }
            ._12 {
                margin-right: auto;
                margin-left: auto;
                max-width: 1440px;
                margin-top: -1px;
            }
            ._11 {
                display: flex;
                align-items: center;
                flex-direction: row;
                justify-content: space-between;
                background-size: cover;
                background-color: rgba(255, 255, 255, 0.98);
                z-index: 200;
                padding-top: 24px;
                padding-bottom: 22px;
                padding-right: 24px;
                padding-left: 24px;
                box-shadow: 0px 4px 18px 0px rgba(146, 86, 3, 0.13);
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 28px;
                border-bottom-right-radius: 28px;
            }
            ._9 .soon-group.soon-group-sub,
            ._9 .soon-text.soon-separator {
                color: rgba(255, 255, 255, 0.69);
            }
            ._9 .soon-group.soon-group-sub:not(:first-child) {
                margin-left: -4px;
            }
            ._9 .soon-separator {
                width: -4px;
            }
            ._10 {
                width: 186px;
                margin-right: 2px;
            }
            ._9 {
                font-family: Yrsa;
                height: 30px;
            }
            ._7 {
                text-decoration-line: none;
                line-height: 170%;
                text-align: center;
                font-family: Roboto;
                color: rgba(255, 255, 255, 1);
                font-weight: 700;
                font-size: 14px;
            }
            ._6 {
                color: rgba(253, 135, 35, 1);
                font-size: 20px;
            }
            ._5.animate {
                animation-name: heartBeat;
                animation-fill-mode: both;
                animation-timing-function: ease-in-out;
                animation-iteration-count: infinite;
                animation-duration: 2000ms;
            }
            ._5 {
                margin-right: 0;
                margin-left: 0;
                display: inline-flex;
                vertical-align: middle;
                max-width: 100%;
                margin-left: 2px;
            }
            ._4 {
                display: flex;
                align-items: center;
            }
            ._3 {
                max-width: 100%;
            }
            ._2 {
                display: flex;
                align-items: center;
                justify-content: center;
            }
            ._1 {
                max-width: 100%;
            }
            ._0 {
                padding-top: 11px;
                padding-bottom: 12px;
                border-style: solid;
                border-width: 0px;
                border-top-left-radius: 0px;
                border-top-right-radius: 0px;
                border-bottom-left-radius: 14px;
                border-bottom-right-radius: 14px;
                background-size: cover;
                background-position: center center;
                background-color: rgba(72, 59, 54, 1);
                background-image: url(https://assets.lightfunnels.com/account-1/images_library/bf7edeb2-2528-4190-9038-d96ffe787cd5.Asset%208ddwhite.svg);
            }
            .Y3KcS[data-boxed="true"] {
                width: 1210px;
            }
            ._kXZi[data-boxed="true"] {
                width: 1210px;
            }
            .UJmEj[data-boxed="true"] {
                width: 1210px;
            }
            body {
                --static_page_background: rgba(255, 255, 255, 1);
                --static_section_background: rgba(199, 163, 113, 0.12);
                --static_title_text: rgba(72, 59, 54, 1);
                --static_body_text: rgba(82, 68, 58, 0.81);
                --static_primary_color_buttons_links: rgba(253, 175, 40, 1);
                --static_light_primary_background: rgba(251, 184, 46, 0.12);
                --static_buttons_text: rgba(255, 255, 255, 1);
                --static_secondary_color: rgba(251, 174, 42, 1);
                --static_outline: rgba(155, 97, 3, 0.12);
                --static_primary_links_hover: rgba(253, 135, 35, 1);
                --static_secondary_links_hover: rgba(231, 233, 238, 0.4);
                --static_divider_color: rgba(214, 220, 233, 1);
                --static_heading_font: Roboto;
                --static_subheading_font: Roboto;
                --static_heading_size: 40px;
                --static_subheading_size: 18px;
                --static_body_text_font: 'Roboto', sans-serif;
                --static_body_text_size: 16px;
                --4c9lzAQxF: 400;
                --TGI4rOr_h: 500;
                --vwJL8juHI: 600;
                --RoI-oYT7u: 700;
                --bhftSTEUi: 170%;
                --OuRayWrk1: 130%;
                --d67HvU8Na: rgba(146, 86, 3, 0.13);
                --AMQ_nqGlq: rgba(201, 107, 4, 0.35);
            }
        }

        @media (max-width: 991px) {
            @media (min-width: 768px) {
                ._1001 {
                    opacity:80%;
                }
            }
            @media (min-width: 768px) {
                ._989 {
                    opacity: none;
                }
            }
            ._990 {
                margin-right: auto;
                margin-left: auto;
            }
            ._987 {
                margin-bottom: 30px;
                margin-left: 0px;
            }
            ._985 {
                font-weight: 600;
                line-height: 130%;
                font-size: 18px;
            }
            ._945 {
                col-width: 4;
                padding-left: 0px;
            }
            ._974 {
                font-weight: 600;
                line-height: 130%;
                font-size: 18px;
            }
            ._944 {
                col-width: 3;
            }
            @media (min-width: 768px) {
                ._952 {
                    opacity: none;
                }
            }
            ._953 {
                margin-right: auto;
                margin-left: auto;
            }
            ._950 {
                font-weight: 600;
                line-height: 130%;
                font-size: 18px;
            }
            ._945 {
                width: calc(99.99% * (4 / 12) - (30px - 30px * (4 / 12)));
                margin-left: 30px;
            }
            ._944 {
                width: calc(99.99% * (3 / 12) - (30px - 30px * (3 / 12)));
                margin-left: 30px;
            }
            ._943 {
                width: calc(99.99% * (4 / 12) - (30px - 30px * (4 / 12)));
                margin-left: 30px;
            }
            ._941 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._938 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._935 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._931 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._926 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            ._925 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._924 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._923 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._921 {
                padding-top: 36px;
                padding-bottom: 40px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._912 {
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 16px;
                font-weight: 400;
            }
            ._910 {
                color: rgba(72, 59, 54, 1);
                font-weight: 600;
                line-height: 130%;
            }
            ._906 {
                margin-top: 100px;
            }
            ._905 {
                font-weight: 400;
                line-height: 160%;
            }
            ._886 {
                line-height: 160%;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._884 {
                color: rgba(72, 59, 54, 1);
                font-weight: 600;
                line-height: 130%;
                font-size: 40px;
            }
            ._883 {
                font-family: Roboto;
            }
            ._877 {
                width: 100%;
                margin-bottom: 40px;
            }
            ._873 {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            ._824 {
                flex-direction: column;
                align-items: stretch;
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 14px;
            }
            ._812 {
                font-weight: 400;
                line-height: 160%;
            }
            ._801 {
                font-weight: 400;
                line-height: 160%;
            }
            ._794 {
                font-weight: 400;
                line-height: 160%;
            }
            ._783 {
                font-weight: 400;
                line-height: 160%;
            }
            ._778 {
                margin-bottom: 4px;
            }
            ._776 {
                font-weight: 400;
                line-height: 160%;
            }
            ._765 {
                font-weight: 400;
                line-height: 160%;
            }
            ._760 {
                margin-bottom: 4px;
            }
            ._758 {
                font-weight: 400;
                line-height: 160%;
            }
            ._747 {
                font-weight: 400;
                line-height: 160%;
            }
            ._742 {
                margin-bottom: 4px;
            }
            ._740 {
                font-weight: 400;
                line-height: 160%;
            }
            ._729 {
                font-weight: 400;
                line-height: 160%;
            }
            ._724 {
                margin-bottom: 4px;
            }
            body ._662 {
                col-width: 12;
            }
            body ._695 {
                flex-direction: column;
                align-items: stretch;
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 14px;
            }
            body ._690 {
                width: 400px;
            }
            ._666 {
                margin-bottom: 14px;
            }
            ._665 {
                line-height: 130%;
                font-weight: 600;
                font-size: 33px;
            }
            body ._661 {
                col-width: 12;
                display: flex;
            }
            body ._663 {
                columns-per-line: 1;
            }
            body ._662 {
                width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
                margin-left: 0px;
            }
            body ._661 {
                width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 0;
            }
            body ._658 {
                padding-top: 40px;
                padding-bottom: 60px;
            }
            body ._655 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            body ._653 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            body ._635 {
                col-width: 4;
            }
            body ._649 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            body ._647 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            body ._634 {
                col-width: 4;
            }
            body ._643 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            body ._641 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            body ._633 {
                col-width: 4;
            }
            body ._635 {
                width: calc(99.99% * (4 / 12) - (40px - 40px * (4 / 12)));
                margin-left: 0px;
            }
            body ._634 {
                width: calc(99.99% * (4 / 12) - (40px - 40px * (4 / 12)));
                margin-left: 40px;
            }
            body ._633 {
                width: calc(99.99% * (4 / 12) - (40px - 40px * (4 / 12)));
                margin-left: 40px;
            }
            body ._621 {
                font-family: Roboto;
            }
            body ._613 {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            body ._612 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            body ._610 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            body ._570 {
                col-width: 6;
            }
            body ._602 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            body ._600 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            body ._569 {
                col-width: 6;
            }
            body ._592 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            body ._590 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._568 {
                col-width: 6;
            }
            ._582 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            ._580 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._567 {
                col-width: 6;
            }
            ._571 {
                columns-per-line: 2;
            }
            ._571+.resizeWrapper {}
            ._572 {
                min-width: 100%;
            }
            ._570 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 0px;
            }
            ._569 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 10px;
            }
            ._568 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 0px;
                margin-bottom: 12px;
            }
            ._567 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 10px;
                margin-bottom: 12px;
            }
            ._562 {
                padding-top: 40px;
                padding-bottom: 40px;
            }
            ._555 {
                font-weight: 600;
                line-height: 130%;
            }
            ._486 {
                font-family: Roboto;
            }
            ._479 {
                margin-bottom: 60px;
            }
            ._477 {
                padding-top: 60px;
                padding-bottom: 60px;
            }
            ._474 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            ._472 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._469 {
                padding: 13px;
            }
            ._466 {
                display: grid;
                column-gap: 20px;
                row-gap: 20px;
                grid-template-columns: repeat(3, 3fr);
            }
            ._463 {
                font-family: Roboto;
            }
            ._456 {
                margin-bottom: 60px;
            }
            ._450 {
                padding-top: 60px;
            }
            ._435 {
                max-width: 100%;
                margin-top: 40px;
                margin-bottom: 34px;
            }
            ._420 {
                flex-wrap: wrap;
                display: flex;
                flex-direction: column;
                align-items: center;
                padding-top: 40px;
                padding-bottom: 40px;
            }
            ._415 {
                font-family: Roboto;
            }
            ._408 {
                margin-bottom: 60px;
            }
            ._407 {
                padding-right: 40px;
                padding-left: 40px;
            }
            ._403 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
            }
            ._400 {
                font-weight: 600;
                line-height: 130%;
            }
            ._388 {
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 16px;
                font-weight: 400;
            }
            ._367 {
                font-family: Roboto;
            }
            ._360 {
                margin-bottom: 60px;
            }
            ._359 {
                padding-top: 60px;
                padding-bottom: 40px;
            }
            ._357 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
            }
            ._354 {
                font-weight: 600;
                line-height: 130%;
            }
            ._334 {
                display: flex;
                padding-left: 20px;
                flex-direction: row;
                align-items: center;
            }
            ._329 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            ._327 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._303 {
                col-width: 6;
            }
            ._323 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            ._321 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._302 {
                col-width: 6;
            }
            ._317 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            ._315 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._301 {
                col-width: 6;
            }
            ._311 {
                font-weight: 400;
                color: rgba(82, 68, 58, 0.81);
                line-height: 160%;
                font-size: 16px;
            }
            ._309 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._300 {
                col-width: 6;
            }
            ._304+.resizeWrapper {}
            ._304 {
                columns-per-line: 2;
            }
            body ._303 {
                width: calc(99.99% * (6 / 12) - (20px - 20px * (6 / 12)));
                margin-left: 0px;
            }
            body ._302 {
                width: calc(99.99% * (6 / 12) - (20px - 20px * (6 / 12)));
                margin-left: 20px;
            }
            body ._301 {
                width: calc(99.99% * (6 / 12) - (20px - 20px * (6 / 12)));
                margin-left: 0px;
                margin-bottom: 36px;
            }
            body ._300 {
                width: calc(99.99% * (6 / 12) - (20px - 20px * (6 / 12)));
                margin-left: 20px;
                margin-bottom: 36px;
            }
            ._298 {
                padding-top: 36px;
                padding-bottom: 40px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._299 {
                margin-top: 60px;
            }
            ._294 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._290 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._287 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            ._280 {
                font-weight: 400;
                line-height: 160%;
            }
            ._264 {
                font-weight: 400;
                line-height: 160%;
            }
            ._248 {
                font-weight: 400;
                line-height: 160%;
            }
            ._232 {
                font-weight: 400;
                line-height: 160%;
            }
            ._216 {
                font-weight: 400;
                line-height: 160%;
            }
            ._199 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._196 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._193 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            ._189 {
                font-weight: 600;
                line-height: 130%;
                color: rgba(72, 59, 54, 1);
            }
            body ._184 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            body ._183 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            body ._182 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            body ._181 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._179 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._172 {
                font-weight: 400;
                line-height: 160%;
            }
            ._69 {
                font-weight: 400;
                line-height: 160%;
            }
            ._48 {
                margin-top: 0px;
                margin-bottom: 0px;
            }
            ._37 {
                col-width: 12;
                padding: 0px;
            }
            ._41 {
                padding: 0px;
            }
            ._40 {
                margin-bottom: 0px;
            }
            ._36 {
                col-width: 12;
                padding: 0px;
            }
            body ._37 {
                width: calc(99.99% * (12 / 12) - (34px - 34px * (12 / 12)));
                margin-left: 0px;
            }
            body ._36 {
                width: calc(99.99% * (12 / 12) - (34px - 34px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 40px;
            }
            ._35 {
                padding-top: 40px;
            }
            ._32 {
                font-weight: 600;
                line-height: 130%;
            }
        }

        @media (max-width: 767px) {
            @media (min-width: 480px) {
                ._1001 {
                    opacity:80%;
                }
            }
            @media (min-width: 480px) {
                ._989 {
                    opacity: none;
                }
            }
            ._945 {
                col-width: 4;
            }
            ._944 {
                col-width: 3;
            }
            @media (min-width: 480px) {
                ._952 {
                    opacity: none;
                }
            }
            ._945 {
                width: calc(99.99% * (4 / 12) - (30px - 30px * (4 / 12)));
                margin-left: 30px;
            }
            ._944 {
                width: calc(99.99% * (3 / 12) - (30px - 30px * (3 / 12)));
                margin-left: 30px;
            }
            ._943 {
                width: calc(99.99% * (4 / 12) - (30px - 30px * (4 / 12)));
                margin-left: 30px;
            }
            ._926 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            ._925 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._924 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._923 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._884 {
                font-size: 30px;
            }
            ._883 {
                font-family: Roboto;
            }
            ._877 {
                width: 100%;
            }
            ._865 .xbJPp {
                width: 20px;
                height: 20px;
            }
            ._864 {
                margin-right: 0;
                margin-left: 0;
                display: inline-block;
                vertical-align: middle;
            }
            ._824 {
                display: flex;
                flex-direction: column;
            }
            ._817 {
                margin-right: auto;
                margin-left: auto;
            }
            ._662 {
                col-width: 12;
            }
            ._695 {
                display: flex;
                flex-direction: column;
            }
            ._686 {
                width: 200px;
            }
            ._665 {
                font-size: 30px;
            }
            ._661 {
                col-width: 12;
            }
            ._663 {
                columns-per-line: 1;
            }
            ._662 {
                width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
                margin-left: 0px;
            }
            ._661 {
                width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 0;
            }
            ._635 {
                col-width: 12;
            }
            ._634 {
                col-width: 12;
            }
            ._633 {
                col-width: 12;
            }
            ._636+.resizeWrapper {}
            ._636 {
                columns-per-line: 1;
            }
            ._635 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
            }
            ._634 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 20px;
            }
            ._633 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 20px;
            }
            ._622 {
                font-size: 30px;
            }
            ._621 {
                font-family: Roboto;
            }
            ._614 {
                margin-bottom: 40px;
            }
            ._570 {
                col-width: 6;
            }
            ._569 {
                col-width: 6;
            }
            ._568 {
                col-width: 6;
            }
            ._567 {
                col-width: 6;
            }
            ._571 {
                columns-per-line: 2;
            }
            ._570 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 0px;
            }
            ._569 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 10px;
            }
            ._568 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 0px;
                margin-bottom: 12px;
            }
            ._567 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 10px;
                margin-bottom: 12px;
            }
            ._563 {
                padding: 20px;
            }
            ._562 {
                padding: 20px;
            }
            ._545 {
                margin-top: 20px;
            }
            ._541 {
                font-size: 16px;
            }
            ._540 {
                font-size: 24px;
            }
            ._538 {
                font-size: 24px;
            }
            ._529 {
                width: 56%;
            }
            ._528 {
                margin-bottom: 20px;
            }
            ._525 {
                font-size: 16px;
            }
            ._524 {
                font-size: 24px;
            }
            ._522 {
                font-size: 24px;
            }
            ._513 {
                width: 56%;
            }
            ._505 {
                font-size: 16px;
            }
            ._504 {
                font-size: 24px;
            }
            ._502 {
                font-size: 24px;
            }
            ._493 {
                width: 56%;
            }
            ._487 {
                font-size: 32px;
            }
            ._486 {
                font-family: Roboto;
            }
            ._477 {
                padding-bottom: 40px;
            }
            @media (min-width: 480px) {
                ._475 {
                    display: none !important;
                }
            }
            ._470 {
                margin-top: -40px;
            }
            ._469 {
                border-style: solid;
                border-width: 0px;
                border-radius: 16px;
                padding-top: 20px;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._466 {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 58px;
            }
            ._464 {
                font-size: 32px;
            }
            ._463 {
                font-family: Roboto;
            }
            @media (min-width: 480px) {
                ._453 {
                    display: none !important;
                }
            }
            ._450 {
                padding-bottom: 60px;
                padding-right: 24px;
                padding-left: 24px;
            }
            ._448 {
                font-size: 16px;
            }
            ._447 {
                font-size: 24px;
            }
            ._445 {
                font-size: 24px;
            }
            ._432 {
                font-size: 16px;
            }
            ._431 {
                font-size: 24px;
            }
            ._429 {
                font-size: 24px;
            }
            ._418 {
                font-size: 16px;
            }
            ._416 {
                font-size: 32px;
            }
            ._415 {
                font-family: Roboto;
            }
            ._411 {
                margin-bottom: 14px;
            }
            ._408 {
                margin-bottom: 20px;
            }
            ._407 {
                padding-right: 20px;
                padding-left: 20px;
            }
            ._373 {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 10px;
                column-gap: 10px;
            }
            ._370 {
                font-size: 16px;
            }
            ._368 {
                font-size: 26px;
            }
            ._367 {
                font-family: Roboto;
            }
            ._360 {
                margin-bottom: 20px;
            }
            ._359 {
                padding-top: 40px;
            }
            ._357 {
                font-size: 14px;
            }
            ._352 {
                margin-bottom: 2px;
            }
            ._347 {
                margin-left: 4px;
            }
            ._346 {
                font-size: 14px;
            }
            ._345 {
                margin-left: 4px;
            }
            ._344 {
                font-size: 16px;
            }
            ._340 {
                font-size: 16px;
            }
            ._335 {
                margin-right: auto;
                margin-left: auto;
            }
            ._334 {
                display: flex;
                flex-direction: row;
                align-items: center;
                padding-left: 10px;
            }
            ._333 {
                display: flex;
                flex-direction: row;
                padding: 14px;
            }
            ._330 {
                padding-right: 14px;
                padding-left: 14px;
            }
            ._303 {
                col-width: 6;
            }
            ._302 {
                col-width: 6;
            }
            ._301 {
                col-width: 6;
            }
            ._300 {
                col-width: 6;
            }
            ._304+.resizeWrapper {}
            ._304 {
                columns-per-line: 2;
            }
            ._303 {
                width: calc(99.99% * (6 / 12) - (24px - 24px * (6 / 12)));
                margin-left: 0px;
            }
            ._302 {
                width: calc(99.99% * (6 / 12) - (24px - 24px * (6 / 12)));
                margin-left: 24px;
            }
            ._301 {
                width: calc(99.99% * (6 / 12) - (24px - 24px * (6 / 12)));
                margin-left: 0px;
                margin-bottom: 24px;
            }
            ._300 {
                width: calc(99.99% * (6 / 12) - (24px - 24px * (6 / 12)));
                margin-left: 24px;
                margin-bottom: 24px;
            }
            ._299 {
                margin-top: 40px;
            }
            ._184 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 0px;
            }
            ._183 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._182 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._181 {
                width: calc(99.99% * (3 / 12) - (20px - 20px * (3 / 12)));
                margin-left: 20px;
            }
            ._150 {
                font-size: 16px;
            }
            ._149 {
                font-size: 24px;
            }
            ._123 {
                font-size: 16px;
            }
            ._122 {
                font-size: 24px;
            }
            ._93 {
                font-size: 16px;
            }
            ._92 {
                font-size: 24px;
            }
            ._70 {
                font-size: 24px;
            }
            ._37 {
                width: calc(99.99% * (12 / 12) - (34px - 34px * (12 / 12)));
                margin-left: 0px;
            }
            ._36 {
                width: calc(99.99% * (12 / 12) - (34px - 34px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 20px;
            }
            ._35 {
                padding-top: 20px;
                padding-right: 16px;
                padding-left: 16px;
            }
            ._7 {
                font-size: 16px;
            }
        }

        @media (max-width: 479px) {
            ._1014 {
                width: 56px;
            }
            ._1008 {
                position: absolute;
                horizontal-position: right;
                vertical-position: bottom;
                right: 8px;
                bottom: 122px;
            }
            ._1004 {
                margin-right: auto;
                margin-left: auto;
                margin-top: 20px;
            }
            ._1002 {
                margin-right: auto;
                margin-left: auto;
                margin-top: 20px;
            }
            ._1001 {
                opacity: 80%;
                text-align: center;
            }
            ._998 {
                margin-top: 24px;
            }
            ._997 {
                display: flex;
                flex-direction: column;
                align-items: center;
            }
            ._996 {
                width: 100%;
            }
            ._994 {
                min-width: 100%;
            }
            ._991 {
                display: flex;
                flex-direction: column;
                align-items: stretch;
            }
            ._989 {
                opacity: none;
            }
            ._987 {
                margin-bottom: 0px;
            }
            ._986 {
                margin-bottom: 8px;
            }
            ._985 {
                font-weight: 600;
                line-height: 160%;
            }
            ._945 {
                col-width: 12;
                padding-top: 10px;
                padding-bottom: 24px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._983 {
                margin-left: 0px;
            }
            ._981 {
                margin-left: 0px;
            }
            ._979 {
                margin-left: 0px;
            }
            ._977 {
                margin-left: 0px;
            }
            ._975 {
                margin-bottom: 8px;
            }
            ._974 {
                font-weight: 600;
                line-height: 160%;
            }
            ._973 {
                padding-right: 0px;
            }
            ._944 {
                col-width: 12;
                border-style: solid;
                border-color: rgba(214, 220, 233, 1);
                border-top-width: 0px;
                border-bottom-width: 0px;
                border-left-width: 0px;
                border-right-width: 0px;
                padding-top: 10px;
                padding-bottom: 10px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._955 {
                margin-top: 20px;
            }
            ._952 {
                opacity: 85%;
            }
            ._951 {
                margin-bottom: 8px;
            }
            ._950 {
                font-weight: 600;
                line-height: 160%;
            }
            ._949 {
                padding: 0px;
            }
            ._943 {
                col-width: 12;
                border-style: solid;
                border-color: rgba(214, 220, 233, 1);
                border-top-width: 0px;
                border-bottom-width: 0px;
                border-left-width: 0px;
                border-right-width: 0px;
                padding-top: 20px;
                padding-bottom: 10px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._946 {
                columns-per-line: 1;
            }
            ._945 {
                width: calc(99.99% * (12 / 12) - (30px - 30px * (12 / 12)));
                margin-left: 0px;
            }
            ._944 {
                width: calc(99.99% * (12 / 12) - (30px - 30px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 0;
            }
            ._943 {
                width: calc(99.99% * (12 / 12) - (30px - 30px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 0;
            }
            ._942 {
                padding-bottom: 20px;
                padding-right: 14px;
                padding-left: 14px;
            }
            ._941 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            ._940 {
                height: 44px;
            }
            ._939 {
                margin-bottom: 4px;
            }
            ._926 {
                col-width: 6;
            }
            ._938 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            ._936 {
                height: 44px;
            }
            ._937 {
                margin-bottom: 4px;
            }
            ._925 {
                col-width: 6;
            }
            ._935 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            ._934 {
                height: 44px;
            }
            ._933 {
                margin-bottom: 4px;
            }
            ._924 {
                col-width: 6;
            }
            ._932 {
                margin-bottom: 4px;
            }
            ._931 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            ._930 {
                height: 44px;
            }
            ._929 {
                margin-bottom: 4px;
            }
            ._923 {
                col-width: 6;
            }
            ._927+.resizeWrapper {}
            ._928 {
                margin-bottom: 0px;
            }
            ._927 {
                columns-per-line: 2;
            }
            ._926 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 0px;
            }
            ._925 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 10px;
            }
            ._924 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 0px;
                margin-bottom: 16px;
            }
            ._923 {
                width: calc(99.99% * (6 / 12) - (10px - 10px * (6 / 12)));
                margin-left: 10px;
                margin-bottom: 16px;
            }
            ._921 {
                padding-top: 32px;
                padding-bottom: 20px;
                padding-right: 20px;
                padding-left: 20px;
            }
            ._922 {
                max-width: 100%;
            }
            ._918 {
                font-size: 16px;
            }
            ._916 {
                width: 29px;
            }
            ._914 {
                margin-top: 10px;
            }
            ._912 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._911 {
                margin-bottom: 4px;
            }
            body ._910 {
                color: rgba(72, 59, 54, 1);
                line-height: 130%;
                text-align: center;
                font-size: 18px;
                font-weight: 700;
            }
            body ._909 {
                height: 63px;
            }
            body ._908 {
                margin-left: 10px;
            }
            body ._906 {
                margin-top: 54px;
            }
            body ._907 {
                padding-top: 20px;
                padding-bottom: 34px;
                padding-right: 20px;
                padding-left: 20px;
            }
            body ._901 {
                font-size: 22px;
            }
            body ._899 {
                font-size: 15px;
                font-weight: 700;
            }
            body ._897 {
                height: 28px;
            }
            body ._896 {
                margin-left: 7px;
            }
            body ._893 {
                padding-top: 16px;
                padding-bottom: 16px;
                padding-right: 12px;
                padding-left: 12px;
            }
            body ._890 {
                margin-bottom: 13px;
            }
            body ._886 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
                text-align: center;
            }
            body ._884 {
                color: rgba(72, 59, 54, 1);
                line-height: 130%;
                text-align: center;
                font-weight: 700;
                font-size: 28px;
            }
            ._883 {
                font-size: 14px;
            }
            ._882 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            body ._877 {
                width: 100%;
                margin-bottom: 40px;
            }
            body ._874 {
                border-style: solid;
                border-width: 0px;
                border-radius: 24px;
                padding-top: 36px;
                padding-bottom: 20px;
                padding-right: 16px;
                padding-left: 16px;
            }
            ._873 {
                padding: 14px;
            }
            ._871 {
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
            }
            ._870 {
                height: 16px;
            }
            ._869 {
                margin-left: 2px;
            }
            ._866 {
                display: flex;
                flex-wrap: wrap;
            }
            ._865 .xbJPp {
                width: 16px;
                height: 16px;
            }
            ._865 .xbJPp:not(:last-child) {
                margin-right: 1px;
            }
            ._863 {
                border-style: solid;
                border-width: 0px;
                border-radius: 10px;
                padding-top: 6px;
                padding-bottom: 6px;
            }
            ._861 {
                padding: 14px;
            }
            ._858 {
                max-height: 168px;
            }
            ._856 {
                border-radius: 22px;
                min-height: 100%;
            }
            ._854 {
                min-height: 100%;
                padding-top: 0px;
                padding-bottom: 0px;
            }
            ._843 {
                height: 25px;
                padding: 2px;
            }
            ._842 {
                margin-left: 10px;
            }
            ._840 {
                margin-bottom: 10px;
            }
            ._834 {
                height: 25px;
                padding: 2px;
            }
            ._833 {
                margin-left: 10px;
            }
            ._831 {
                margin-bottom: 10px;
            }
            ._828 {
                height: 25px;
                padding: 2px;
            }
            ._827 {
                margin-left: 10px;
            }
            ._825 {
                margin-bottom: 10px;
            }
            ._818 {
                padding-top: 20px;
            }
            ._815 {
                width: 100%;
            }
            ._813 {
                margin-right: 5px;
            }
            ._812 {
                font-weight: 400;
                font-size: 13px;
            }
            ._810 {
                height: 4px;
            }
            ._807 {
                width: 100%;
            }
            ._804 {
                width: 60%;
            }
            ._803 .xbJPp:not(:last-child) {
                margin-right: -1px;
            }
            ._803 .xbJPp {
                width: 12px;
                height: 12px;
            }
            ._802 {
                margin-right: 4px;
            }
            ._801 {
                font-size: 13px;
                font-weight: 600;
            }
            ._798 {
                margin-right: 0px;
                width: 35%;
            }
            ._796 {
                margin-bottom: 0px;
            }
            ._797 {
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            ._795 {
                margin-right: 5px;
            }
            ._794 {
                font-weight: 400;
                font-size: 13px;
            }
            ._792 {
                height: 4px;
            }
            ._791 {
                height: 4px;
            }
            ._789 {
                width: 100%;
            }
            ._786 {
                width: 60%;
            }
            ._785 .xbJPp:not(:last-child) {
                margin-right: -1px;
            }
            ._785 .xbJPp {
                width: 12px;
                height: 12px;
            }
            ._784 {
                margin-right: 4px;
            }
            ._783 {
                font-size: 13px;
                font-weight: 600;
            }
            ._780 {
                margin-right: 0px;
                width: 35%;
            }
            ._778 {
                margin-bottom: 4px;
            }
            ._779 {
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            ._777 {
                margin-right: 5px;
            }
            ._776 {
                font-weight: 400;
                font-size: 13px;
            }
            ._774 {
                height: 4px;
            }
            ._773 {
                height: 4px;
            }
            ._771 {
                width: 100%;
            }
            ._768 {
                width: 60%;
            }
            ._767 .xbJPp:not(:last-child) {
                margin-right: -1px;
            }
            ._767 .xbJPp {
                width: 12px;
                height: 12px;
            }
            ._766 {
                margin-right: 4px;
            }
            ._765 {
                font-size: 13px;
                font-weight: 600;
            }
            ._762 {
                margin-right: 0px;
                width: 35%;
            }
            ._760 {
                margin-bottom: 4px;
            }
            ._761 {
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            ._759 {
                margin-right: 5px;
            }
            ._758 {
                font-weight: 400;
                font-size: 13px;
            }
            ._756 {
                height: 4px;
            }
            ._755 {
                height: 4px;
            }
            ._753 {
                width: 100%;
            }
            ._750 {
                width: 60%;
            }
            ._749 .xbJPp:not(:last-child) {
                margin-right: -1px;
            }
            ._749 .xbJPp {
                width: 12px;
                height: 12px;
            }
            ._748 {
                margin-right: 4px;
            }
            ._747 {
                font-size: 13px;
                font-weight: 600;
            }
            ._744 {
                margin-right: 0px;
                width: 35%;
            }
            ._742 {
                margin-bottom: 4px;
            }
            ._743 {
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            ._741 {
                margin-right: 5px;
            }
            ._740 {
                font-weight: 400;
                font-size: 13px;
            }
            ._738 {
                height: 4px;
            }
            ._737 {
                height: 4px;
            }
            ._735 {
                width: 100%;
            }
            ._732 {
                width: 60%;
            }
            ._731 .xbJPp:not(:last-child) {
                margin-right: -1px;
            }
            ._731 .xbJPp {
                width: 12px;
                height: 12px;
            }
            ._730 {
                margin-right: 4px;
            }
            ._729 {
                font-size: 13px;
                font-weight: 600;
            }
            ._726 {
                margin-right: 0px;
                width: 35%;
            }
            ._724 {
                margin-bottom: 4px;
            }
            ._725 {
                display: flex;
                flex-direction: row;
                align-items: center;
            }
            ._662 {
                col-width: 12;
            }
            ._714 {
                padding: 2px;
                height: 28px;
            }
            ._713 {
                margin-left: 10px;
            }
            ._711 {
                margin-bottom: 10px;
            }
            ._705 {
                padding: 2px;
                height: 34px;
            }
            ._704 {
                margin-left: 10px;
            }
            ._702 {
                margin-bottom: 4px;
            }
            ._699 {
                padding: 2px;
                height: 34px;
            }
            ._698 {
                margin-left: 10px;
            }
            ._696 {
                margin-bottom: 4px;
            }
            ._690 {
                width: 100%;
            }
            ._689 {
                padding-top: 20px;
                position: absolute;
                top: 0px;
            }
            ._687 {
                margin-left: 20px;
            }
            ._686 {
                width: 160px;
                margin-right: auto;
                margin-left: auto;
            }
            ._684 {
                display: flex;
                align-items: center;
            }
            ._681 {
                width: 100%;
            }
            ._679 {
                font-size: 13px;
            }
            ._678 {
                font-size: 12px;
            }
            ._677 {
                opacity: 80%;
                font-size: 12px;
            }
            ._671 .xbJPp {
                width: 14px;
                height: 14px;
            }
            ._672 {
                margin-left: 5px;
            }
            ._671 .xbJPp:not(:last-child) {
                margin-right: 0px;
            }
            ._669 {
                margin-left: 6px;
            }
            ._670 {
                padding-top: 5px;
                padding-bottom: 5px;
                padding-right: 7px;
                padding-left: 8px;
            }
            ._668 {
                display: flex;
                flex-direction: row;
                align-items: center;
                flex-wrap: nowrap;
            }
            ._665 {
                line-height: 130%;
                font-weight: 700;
                font-size: 26px;
                text-align: center;
            }
            ._666 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 12px;
            }
            body ._661 {
                col-width: 12;
                flex-direction: column;
                display: flex;
                align-items: center;
            }
            ._664 {
                margin-bottom: 18px;
            }
            ._663 {
                padding-top: 22px;
                padding-bottom: 18px;
                padding-right: 14px;
                padding-left: 13px;
            }
            ._662 {
                width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
                margin-left: 0px;
            }
            body ._661 {
                width: calc(99.99% * (12 / 12) - (20px - 20px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 0;
            }
            body ._658 {
                padding-top: 34px;
                padding-bottom: 34px;
                padding-right: 14px;
                padding-left: 14px;
            }
            body ._656 {
                display: none !important;
            }
            body ._655 {
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
            }
            ._654 {
                margin-bottom: 4px;
            }
            ._653 {
                font-weight: 600;
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
            }
            body ._652 {
                margin-bottom: 8px;
            }
            ._635 {
                col-width: 12;
            }
            ._649 {
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
            }
            ._648 {
                margin-bottom: 4px;
            }
            ._647 {
                font-weight: 600;
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
            }
            ._645 {
                margin-bottom: 8px;
            }
            ._634 {
                col-width: 12;
            }
            ._643 {
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
            }
            ._642 {
                margin-bottom: 4px;
            }
            ._641 {
                font-weight: 600;
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
            }
            ._639 {
                margin-bottom: 8px;
            }
            ._633 {
                col-width: 12;
            }
            ._637 {
                margin-top: 20px;
                margin-bottom: 0px;
            }
            ._636 {
                columns-per-line: 1;
            }
            ._635 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
            }
            ._634 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 24px;
            }
            ._633 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 24px;
            }
            ._629 {
                padding-top: 13px;
                padding-bottom: 28px;
                padding-right: 13px;
                padding-left: 13px;
                border-radius: 18px;
                border-style: solid;
                border-width: 0px;
            }
            ._630 {
                width: 100%;
            }
            body ._627 {
                display: none !important;
            }
            ._624 {
                font-size: 16px;
            }
            ._623 {
                margin-bottom: 4px;
            }
            body ._622 {
                text-align: center;
                font-size: 24px;
            }
            ._621 {
                font-size: 13px;
            }
            ._620 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._614 {
                margin-bottom: 40px;
            }
            ._613 {
                padding-top: 30px;
                padding-bottom: 40px;
                padding-right: 16px;
                padding-left: 16px;
            }
            ._612 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._610 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            ._570 {
                col-width: 12;
                padding: 15px;
            }
            ._602 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._600 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            ._569 {
                col-width: 12;
                padding: 15px;
            }
            ._592 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._590 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            ._568 {
                col-width: 12;
                padding: 15px;
            }
            ._582 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._580 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            ._567 {
                col-width: 12;
                padding: 15px;
            }
            ._572 {
                min-width: 100%;
            }
            ._571 {
                columns-per-line: 1;
            }
            ._570 {
                width: calc(99.99% * (12 / 12) - (10px - 10px * (12 / 12)));
                margin-left: 0px;
            }
            ._569 {
                width: calc(99.99% * (12 / 12) - (10px - 10px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 16px;
            }
            ._568 {
                width: calc(99.99% * (12 / 12) - (10px - 10px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 16px;
            }
            ._567 {
                width: calc(99.99% * (12 / 12) - (10px - 10px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 16px;
            }
            ._565 {
                margin-bottom: 18px;
            }
            body ._566 {
                height: 62px;
                border-radius: 16px;
            }
            body ._563 {
                border-style: solid;
                border-width: 0px;
                border-radius: 29px;
                padding-top: 11px;
                padding-bottom: 36px;
                padding-right: 24px;
                padding-left: 24px;
            }
            ._562 {
                padding-top: 40px;
                padding-bottom: 30px;
                padding-right: 12px;
                padding-left: 12px;
            }
            ._561 {
                height: 30px;
            }
            ._558 {
                height: 30px;
            }
            ._559 {
                width: 180px;
            }
            ._556 {
                width: 20px;
            }
            ._555 {
                font-weight: 600;
                line-height: 160%;
                font-size: 16px;
            }
            ._553 {
                margin-bottom: 4px;
            }
            ._551 {
                width: 100%;
            }
            ._552 {
                padding-top: 14px;
                padding-bottom: 14px;
            }
            body ._550 {
                height: 30px;
            }
            ._547 {
                width: 100%;
            }
            ._545 {
                margin-top: 31px;
            }
            ._544 {
                max-height: 220px;
            }
            ._543 {
                min-width: 100%;
                width: 100%;
            }
            ._541 {
                font-size: 15px;
            }
            ._540 {
                font-size: 17px;
            }
            ._539 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._537 {
                margin-bottom: 2px;
            }
            ._535 {
                margin-left: 2px;
            }
            ._534 {
                margin-bottom: 10px;
            }
            ._533 {
                padding-bottom: 4px;
            }
            ._531 {
                width: 100%;
            }
            ._530 {
                padding-right: 10px;
                padding-left: 10px;
            }
            ._529 {
                width: 100%;
                margin-bottom: 26px;
            }
            ._528 {
                width: 100%;
                max-width: 100%;
                margin-bottom: 20px;
            }
            ._527 {
                border-style: solid;
                border-width: 0px;
                display: flex;
                flex-direction: column;
                border-radius: 23px;
                padding-top: 24px;
                padding-bottom: 14px;
                padding-right: 14px;
                padding-left: 14px;
            }
            ._525 {
                font-size: 15px;
            }
            ._524 {
                font-size: 17px;
            }
            ._523 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._521 {
                margin-bottom: 2px;
            }
            ._519 {
                margin-left: 2px;
            }
            ._518 {
                margin-bottom: 10px;
            }
            ._517 {
                padding-bottom: 4px;
            }
            ._515 {
                width: 100%;
            }
            ._514 {
                padding-right: 10px;
                padding-left: 10px;
            }
            ._513 {
                width: 100%;
                margin-bottom: 26px;
            }
            body ._512 {
                max-height: 220px;
            }
            body ._511 {
                min-width: 100%;
                width: 100%;
            }
            body ._510 {
                width: 100%;
                max-width: 100%;
                margin-bottom: 20px;
            }
            body ._509 {
                border-style: solid;
                border-width: 0px;
                display: flex;
                border-radius: 23px;
                flex-direction: column-reverse;
                padding-top: 24px;
                padding-bottom: 14px;
                padding-right: 14px;
                padding-left: 14px;
            }
            body ._508 {
                max-height: 220px;
            }
            body ._507 {
                min-width: 100%;
                width: 100%;
            }
            ._505 {
                font-size: 15px;
            }
            ._504 {
                font-size: 17px;
            }
            ._503 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._501 {
                margin-bottom: 2px;
            }
            ._499 {
                margin-left: 2px;
            }
            ._498 {
                margin-bottom: 10px;
            }
            ._497 {
                padding-bottom: 4px;
            }
            ._495 {
                width: 100%;
            }
            ._494 {
                padding-right: 10px;
                padding-left: 10px;
            }
            ._493 {
                width: 100%;
                margin-bottom: 26px;
            }
            ._492 {
                width: 100%;
                max-width: 100%;
                margin-bottom: 20px;
            }
            ._491 {
                border-style: solid;
                border-width: 0px;
                display: flex;
                flex-direction: column;
                border-radius: 23px;
                padding-top: 24px;
                padding-bottom: 14px;
                padding-right: 14px;
                padding-left: 14px;
            }
            ._489 {
                font-size: 16px;
            }
            ._487 {
                font-size: 26px;
            }
            ._488 {
                margin-bottom: 6px;
            }
            ._486 {
                font-size: 13px;
            }
            ._485 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._484 {
                font-size: 17px;
            }
            ._479 {
                margin-bottom: 25px;
            }
            ._477 {
                padding-top: 30px;
                padding-bottom: 40px;
                padding-right: 24px;
                padding-left: 24px;
            }
            ._475 {
                display: none !important;
            }
            ._474 {
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
            }
            ._473 {
                margin-bottom: 7px;
            }
            ._472 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 17px;
                font-weight: 700;
            }
            ._469 {
                flex-direction: column;
                flex-wrap: wrap;
                padding: 24px;
                border-style: solid;
                border-width: 0px;
                border-radius: 28px;
            }
            ._466 {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 42px;
            }
            ._464 {
                font-size: 26px;
            }
            ._463 {
                font-size: 13px;
            }
            ._462 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._461 {
                font-size: 15px;
            }
            ._458 {
                margin-bottom: 10px;
            }
            ._456 {
                margin-bottom: 40px;
            }
            ._453 {
                display: none !important;
            }
            ._452 {
                padding-top: 0px;
            }
            ._450 {
                padding-top: 34px;
                padding-bottom: 60px;
            }
            ._448 {
                font-size: 15px;
            }
            ._447 {
                font-size: 17px;
            }
            ._446 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._445 {
                font-size: 18px;
            }
            ._444 {
                margin-bottom: 2px;
            }
            ._443 {
                font-size: 16px;
            }
            ._442 {
                margin-left: 3px;
            }
            ._441 {
                margin-bottom: 10px;
            }
            ._440 {
                padding-bottom: 4px;
            }
            ._439 {
                width: 100%;
            }
            ._434 {
                height: 400px;
            }
            ._435 {
                width: 100%;
                min-width: 100%;
                margin-right: auto;
                margin-left: auto;
                margin-top: 40px;
                margin-bottom: 40px;
            }
            ._432 {
                font-size: 15px;
            }
            ._431 {
                font-size: 17px;
            }
            ._430 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._429 {
                font-size: 18px;
            }
            ._428 {
                margin-bottom: 2px;
            }
            ._427 {
                font-size: 16px;
            }
            ._426 {
                margin-left: 3px;
            }
            ._425 {
                margin-bottom: 10px;
            }
            ._424 {
                padding-bottom: 4px;
            }
            ._423 {
                width: 100%;
            }
            ._420 {
                display: block;
                padding-top: 30px;
                padding-bottom: 30px;
                padding-right: 6px;
                padding-left: 6px;
            }
            ._418 {
                font-size: 15px;
            }
            ._416 {
                font-size: 26px;
            }
            ._415 {
                font-size: 13px;
            }
            ._414 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._413 {
                font-size: 14px;
            }
            ._410 {
                padding-top: 5px;
                padding-bottom: 5px;
            }
            ._411 {
                margin-right: auto;
                margin-left: auto;
                margin-bottom: 10px;
            }
            ._408 {
                width: 100%;
                margin-bottom: 29px;
            }
            ._407 {
                padding-top: 32px;
                padding-bottom: 32px;
                padding-right: 16px;
                padding-left: 16px;
            }
            ._406 {
                height: 24px;
            }
            ._403 {
                font-weight: 400;
                line-height: 160%;
                font-size: 15px;
                opacity: 80%;
            }
            ._401 {
                margin-right: 4px;
                width: 25px;
            }
            ._400 {
                line-height: 160%;
                font-weight: 700;
            }
            ._395 {
                height: 24px;
            }
            ._393 {
                display: flex;
                align-items: center;
                flex-wrap: nowrap;
            }
            ._390 {
                margin-top: 40px;
            }
            ._388 {
                font-weight: 400;
                line-height: 160%;
                font-size: 16px;
                color: rgba(82, 68, 58, 0.81);
            }
            ._387 {
                padding: 15px;
            }
            ._385 {
                padding: 5px;
            }
            ._383 {
                font-size: 16px;
                font-weight: 700;
            }
            ._380 {
                margin-left: 10px;
            }
            ._377 {
                padding: 15px;
            }
            ._373 {
                display: grid;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 9px;
            }
            ._370 {
                font-size: 15px;
            }
            ._368 {
                font-size: 21px;
            }
            ._367 {
                font-size: 13px;
            }
            ._366 {
                margin-top: 1px;
                margin-bottom: 2px;
            }
            ._363 {
                padding-top: 4px;
                padding-bottom: 4px;
            }
            ._360 {
                margin-bottom: 20px;
            }
            ._359 {
                padding-top: 20px;
                padding-bottom: 20px;
                padding-right: 24px;
                padding-left: 24px;
            }
            ._358 {
                margin-top: 2px;
            }
            ._357 {
                font-weight: 400;
                line-height: 160%;
                font-size: 14px;
            }
            ._354 {
                font-weight: 600;
                line-height: 160%;
            }
            ._352 {
                margin-bottom: 1px;
            }
            ._351 {
                padding-top: 13px;
                padding-bottom: 13px;
                padding-right: 10px;
                padding-left: 10px;
            }
            ._350 {
                margin-top: 0px;
                width: 100%;
            }
            ._346 {
                padding: 0px;
            }
            ._345 {
                margin-left: 8px;
            }
            ._344 {
                padding: 0px;
                font-size: 20px;
            }
            ._340 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            ._341 {
                margin-bottom: 4px;
            }
            ._335 {
                display: none !important;
            }
            ._334 {
                display: flex;
                flex-wrap: wrap;
                justify-content: space-between;
                flex-direction: row;
                padding-left: 10px;
            }
            ._333 {
                padding: 16px;
                border-top-left-radius: 16px;
                border-top-right-radius: 16px;
                border-bottom-left-radius: 0px;
                border-bottom-right-radius: 0px;
            }
            ._332 {
                width: 100%;
            }
            ._330 {
                border-radius: 1px;
                padding-bottom: 0px;
                padding-right: 0px;
                padding-left: 0px;
            }
            ._329 {
                font-weight: 400;
                font-size: 16px;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
            }
            ._328 {
                margin-bottom: 2px;
            }
            ._327 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            body ._325 {
                margin-bottom: 7px;
            }
            body ._326 {
                height: 44px;
            }
            ._303 {
                col-width: 12;
            }
            ._323 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._322 {
                margin-bottom: 2px;
            }
            ._321 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            ._320 {
                margin-bottom: 7px;
            }
            body ._319 {
                height: 44px;
            }
            ._302 {
                col-width: 12;
            }
            ._317 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._316 {
                margin-bottom: 2px;
            }
            ._315 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            body ._313 {
                margin-bottom: 7px;
            }
            body ._314 {
                height: 44px;
            }
            ._301 {
                col-width: 12;
            }
            ._311 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 15px;
            }
            ._310 {
                margin-bottom: 2px;
            }
            ._309 {
                line-height: 160%;
                color: rgba(72, 59, 54, 1);
                font-size: 16px;
                font-weight: 700;
            }
            ._307 {
                margin-bottom: 7px;
            }
            body ._308 {
                height: 44px;
            }
            ._300 {
                col-width: 12;
            }
            ._304 {
                columns-per-line: 1;
            }
            ._303 {
                width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
                margin-left: 0px;
            }
            ._302 {
                width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 24px;
            }
            ._301 {
                width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 24px;
            }
            ._300 {
                width: calc(99.99% * (12 / 12) - (24px - 24px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 24px;
            }
            ._298 {
                border-style: solid;
                border-width: 0px;
                border-radius: 26px;
                padding: 27px;
            }
            ._299 {
                max-width: 100%;
                margin-top: 32px;
                margin-bottom: 31px;
            }
            ._297 {
                padding-right: 8px;
                padding-left: 9px;
            }
            ._294 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 12px;
            }
            ._293 {
                margin-right: -4px;
                margin-left: 0px;
                width: 60px;
            }
            ._290 {
                font-weight: 400;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 12px;
            }
            ._286 {
                margin-bottom: 0px;
            }
            ._287 {
                color: rgba(72, 59, 54, 1);
                font-size: 14px;
                font-weight: 700;
            }
            ._283 {
                margin-left: 5px;
                width: 38px;
            }
            ._281 {
                margin-top: 17px;
            }
            ._282 {
                padding-top: 14px;
                padding-bottom: 7px;
                padding-right: 5px;
                padding-left: 0px;
            }
            ._271 {
                margin-left: 10px;
            }
            ._255 {
                margin-left: 10px;
            }
            body ._239 {
                margin-left: 10px;
            }
            body ._223 {
                margin-left: 10px;
            }
            body ._207 {
                margin-left: 10px;
            }
            ._199 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            body ._198 {
                height: 44px;
            }
            ._197 {
                margin-bottom: 4px;
            }
            ._184 {
                col-width: 3;
            }
            ._196 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            body ._194 {
                height: 44px;
            }
            ._195 {
                margin-bottom: 4px;
            }
            ._183 {
                col-width: 3;
            }
            ._193 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            body ._192 {
                height: 44px;
            }
            ._191 {
                margin-bottom: 4px;
            }
            ._182 {
                col-width: 3;
            }
            ._190 {
                margin-bottom: 4px;
            }
            ._189 {
                font-weight: 600;
                color: rgba(72, 59, 54, 1);
            }
            body ._188 {
                height: 44px;
            }
            ._187 {
                margin-bottom: 4px;
            }
            ._181 {
                col-width: 3;
            }
            ._185+.resizeWrapper {}
            ._186 {
                margin-top: 10px;
                margin-bottom: 0px;
            }
            ._185 {
                columns-per-line: 4;
            }
            ._184 {
                width: calc(99.99% * (3 / 12) - (4px - 4px * (3 / 12)));
                margin-left: 0px;
            }
            ._183 {
                width: calc(99.99% * (3 / 12) - (4px - 4px * (3 / 12)));
                margin-left: 4px;
            }
            ._182 {
                width: calc(99.99% * (3 / 12) - (4px - 4px * (3 / 12)));
                margin-left: 4px;
            }
            ._181 {
                width: calc(99.99% * (3 / 12) - (4px - 4px * (3 / 12)));
                margin-left: 4px;
            }
            ._179 {
                font-weight: 400;
                line-height: 160%;
            }
            ._174 {
                width: 46%;
            }
            ._172 {
                font-size: 13px;
                font-weight: 600;
            }
            ._169 {
                margin-left: 3px;
            }
            ._170 {
                font-size: 16px;
            }
            ._167 {
                margin-bottom: 2px;
                width: 54%;
            }
            ._166 {
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                padding-top: 7px;
                padding-bottom: 7px;
            }
            ._165 {
                margin-top: 14px;
                margin-bottom: 14px;
            }
            ._164 {
                margin-top: 10px;
            }
            ._163 {
                padding-top: 20px;
                padding-bottom: 20px;
                font-size: 17px;
                font-weight: 700;
            }
            ._161 {
                font-weight: 600;
                font-size: 14px;
            }
            ._159 {
                margin-left: 6px;
            }
            ._160 {
                padding: 2px;
                height: 26px;
            }
            ._155 {
                padding-right: 7px;
                padding-left: 11px;
            }
            ._156 {
                margin-top: 18px;
                margin-bottom: 12px;
            }
            ._152 {
                width: 38%;
            }
            ._150 {
                font-size: 17px;
            }
            ._151 {
                margin-right: 4px;
            }
            ._149 {
                font-size: 19px;
            }
            ._148 {
                margin-bottom: 2px;
            }
            ._147 {
                font-size: 15px;
            }
            ._146 {
                margin-left: 2px;
            }
            ._145 {
                padding-bottom: 4px;
            }
            ._144 {
                display: flex;
                align-items: center;
                flex-direction: row;
            }
            ._141 {
                margin-top: 0px;
                margin-bottom: 15px;
            }
            ._138 {
                font-weight: 600;
                line-height: 160%;
                color: rgba(82, 68, 58, 0.81);
                font-size: 16px;
            }
            ._133 {
                margin-bottom: 24px;
            }
            ._131 {
                margin-top: 0px;
                margin-bottom: 0px;
            }
            ._129 {
                font-size: 15px;
            }
            ._127 {
                margin-top: 12px;
            }
            ._126 {
                padding: 10px;
            }
            ._125 {
                width: 43%;
            }
            ._123 {
                font-size: 17px;
            }
            ._124 {
                margin-right: 4px;
            }
            ._122 {
                font-size: 19px;
            }
            ._121 {
                margin-bottom: 2px;
            }
            ._120 {
                font-size: 15px;
            }
            ._119 {
                margin-left: 2px;
            }
            ._118 {
                padding-bottom: 4px;
            }
            ._117 {
                display: flex;
                align-items: center;
                flex-direction: row;
            }
            ._114 {
                margin-top: 0px;
                margin-bottom: 8px;
            }
            ._113 {
                margin-top: 21px;
            }
            ._110 {
                height: 34px;
                padding: 3px;
            }
            ._109 {
                margin-left: 10px;
            }
            ._108 {
                padding: 8px;
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
            }
            ._104 {
                height: 34px;
                padding: 3px;
            }
            ._103 {
                margin-left: 10px;
            }
            ._102 {
                padding: 8px;
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
            }
            ._101 {
                margin-bottom: 10px;
            }
            ._98 {
                padding: 3px;
                height: 34px;
            }
            ._97 {
                margin-left: 10px;
            }
            ._96 {
                padding: 8px;
                border-style: solid;
                border-radius: 10px;
                border-width: 0px;
            }
            ._95 {
                margin-bottom: 10px;
            }
            ._93 {
                font-size: 17px;
            }
            ._94 {
                margin-right: 3px;
            }
            ._92 {
                font-size: 19px;
            }
            ._91 {
                margin-bottom: 2px;
            }
            ._90 {
                font-size: 14px;
            }
            ._89 {
                margin-left: 1px;
            }
            ._88 {
                padding-bottom: 4px;
            }
            ._86 {
                margin-bottom: 15px;
            }
            ._87 {
                display: flex;
                flex-direction: row;
                align-items: center;
                flex-wrap: wrap;
            }
            ._84 {
                border-radius: 14px;
                padding-top: 14px;
                padding-bottom: 12px;
                padding-right: 8px;
                padding-left: 9px;
            }
            ._83 {
                margin-bottom: 10px;
            }
            ._82 {
                flex-direction: column;
                align-items: stretch;
                display: grid;
                flex-wrap: wrap;
                grid-template-columns: repeat(1, 1fr);
                row-gap: 18px;
            }
            ._80 {
                font-size: 15px;
            }
            ._81 {
                margin-top: 10px;
                margin-right: 4px;
            }
            ._76 {
                padding: 0px;
            }
            ._75 {
                margin-left: 8px;
            }
            ._74 {
                padding: 0px;
                font-size: 20px;
            }
            ._72 {
                margin-right: 4px;
            }
            ._71 {
                margin-bottom: 20px;
                margin-right: 4px;
            }
            ._70 {
                font-size: 20px;
            }
            ._69 {
                font-size: 13px;
                font-weight: 600;
            }
            ._67 {
                margin-bottom: 0px;
            }
            ._66 .xbJPp {
                width: 13px;
                height: 13px;
            }
            ._66 .xbJPp:not(:last-child) {
                margin-right: 0px;
            }
            ._63 {
                height: 30px;
            }
            ._62 {
                margin-left: 5px;
                width: 30px;
            }
            ._61 {
                height: 30px;
            }
            ._60 {
                margin-left: 5px;
                width: 30px;
            }
            ._59 {
                height: 30px;
            }
            ._58 {
                margin-left: 5px;
                width: 30px;
            }
            ._57 {
                height: 30px;
            }
            ._56 {
                margin-left: 5px;
                width: 30px;
            }
            ._55 {
                height: 30px;
            }
            ._54 {
                margin-left: 5px;
                width: 30px;
            }
            ._52 {
                margin-left: 4px;
            }
            ._51 {
                padding: 6px;
            }
            ._49 {
                padding-top: 22px;
                padding-bottom: 20px;
                padding-right: 11px;
                padding-left: 11px;
            }
            ._46 {
                height: 300px;
            }
            ._44 {
                height: 60px;
            }
            ._45 {
                width: 60px;
            }
            ._42 {
                max-height: 60px;
            }
            ._40 {
                margin-right: auto;
                margin-left: 0;
            }
            ._36 {
                flex-wrap: wrap;
                col-width: 12;
                align-self: flex-end;
            }
            ._38+.resizeWrapper {}
            ._37 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
            }
            ._36 {
                width: calc(99.99% * (12 / 12) - (0px - 0px * (12 / 12)));
                margin-left: 0px;
                margin-bottom: 0px;
            }
            ._35 {
                padding-bottom: 33px;
                padding-right: 9px;
                padding-left: 9px;
            }
            ._32 {
                font-weight: 600;
                line-height: 160%;
            }
            ._29 {
                padding-right: 16px;
                padding-left: 16px;
            }
            ._28 {
                margin-top: 20px;
                margin-right: 0px;
                width: auto;
            }
            ._26 {
                margin-right: 0px;
            }
            ._24 {
                margin-right: 0px;
            }
            ._22 {
                margin-right: 0px;
            }
            ._20 {
                margin-right: 0px;
            }
            ._19 {
                padding-top: 60px;
                padding-right: 20px;
                padding-left: 22px;
            }
            ._17 {
                font-size: 17px;
            }
            ._15 {
                margin-left: 8px;
                width: 22px;
            }
            ._14 {
                display: flex;
                align-items: center;
            }
            ._11 {
                padding-top: 14px;
                padding-bottom: 14px;
                padding-right: 16px;
                padding-left: 16px;
            }
            ._10 {
                width: 176px;
                margin-right: 4px;
            }
            ._9 {
                height: 30px;
            }
            ._7 {
                font-size: 14px;
            }
            ._8 {
                margin-right: auto;
                margin-left: auto;
            }
            ._5 {
                margin-left: 4px;
            }
            ._6 {
                font-size: 18px;
            }
            ._2 {
                display: flex;
                align-items: center;
                flex-direction: row;
                flex-wrap: wrap;
            }
            ._0 {
                padding-top: 10px;
                padding-bottom: 9px;
                padding-right: 4px;
                padding-left: 4px;
            }
        }