
        .x {
            -ms-text-size-adjust: 100%;
            -webkit-text-size-adjust: 100%;
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
            margin: 0;
            box-sizing: border-box
        }

        .x *,
        .x :after,
        .x :before {
            box-sizing: inherit
        }

        .x-el a[href^="mailto:"]:not(.x-el),
        .x-el a[href^="tel:"]:not(.x-el) {
            color: inherit;
            font-size: inherit;
            text-decoration: inherit
        }

        .x-el-article,
        .x-el-aside,
        .x-el-details,
        .x-el-figcaption,
        .x-el-figure,
        .x-el-footer,
        .x-el-header,
        .x-el-hgroup,
        .x-el-main,
        .x-el-menu,
        .x-el-nav,
        .x-el-section,
        .x-el-summary {
            display: block
        }

        .x-el-audio,
        .x-el-canvas,
        .x-el-progress,
        .x-el-video {
            display: inline-block;
            vertical-align: baseline
        }

        .x-el-audio:not([controls]) {
            display: none;
            height: 0
        }

        .x-el-template {
            display: none
        }

        .x-el-a {
            background-color: transparent;
            color: inherit
        }

        .x-el-a:active,
        .x-el-a:hover {
            outline: 0
        }

        .x-el-abbr[title] {
            border-bottom: 1px dotted
        }

        .x-el-b,
        .x-el-strong {
            font-weight: 700
        }

        .x-el-dfn {
            font-style: italic
        }

        .x-el-mark {
            background: #ff0;
            color: #000
        }

        .x-el-small {
            font-size: 80%
        }

        .x-el-sub,
        .x-el-sup {
            font-size: 75%;
            line-height: 0;
            position: relative;
            vertical-align: baseline
        }

        .x-el-sup {
            top: -.5em
        }

        .x-el-sub {
            bottom: -.25em
        }

        .x-el-img {
            vertical-align: middle;
            border: 0
        }

        .x-el-svg:not(:root) {
            overflow: hidden
        }

        .x-el-figure {
            margin: 0
        }

        .x-el-hr {
            box-sizing: content-box;
            height: 0
        }

        .x-el-pre {
            overflow: auto
        }

        .x-el-code,
        .x-el-kbd,
        .x-el-pre,
        .x-el-samp {
            font-family: monospace, monospace;
            font-size: 1em
        }

        .x-el-button,
        .x-el-input,
        .x-el-optgroup,
        .x-el-select,
        .x-el-textarea {
            color: inherit;
            font: inherit;
            margin: 0
        }

        .x-el-button {
            overflow: visible
        }

        .x-el-button,
        .x-el-select {
            text-transform: none
        }

        .x-el-button,
        .x-el-input[type=button],
        .x-el-input[type=reset],
        .x-el-input[type=submit] {
            /* -webkit-appearance: button; */
            cursor: pointer
        }

        .x-el-button[disabled],
        .x-el-input[disabled] {
            cursor: default
        }

        .x-el-button::-moz-focus-inner,
        .x-el-input::-moz-focus-inner {
            border: 0;
            padding: 0
        }

        .x-el-input {
            line-height: normal
        }

        .x-el-input[type=checkbox],
        .x-el-input[type=radio] {
            box-sizing: border-box;
            padding: 0
        }

        .x-el-input[type=number]::-webkit-inner-spin-button,
        .x-el-input[type=number]::-webkit-outer-spin-button {
            height: auto
        }

        /* .x-el-input[type=search] {
            -webkit-appearance: textfield;
            box-sizing: content-box
        } */

        .x-el-input[type=search]::-webkit-search-cancel-button,
        .x-el-input[type=search]::-webkit-search-decoration {
            -webkit-appearance: none
        }

        .x-el-textarea {
            border: 0
        }

        .x-el-fieldset {
            border: 1px solid silver;
            margin: 0 2px;
            padding: .35em .625em .75em
        }

        .x-el-legend {
            border: 0;
            padding: 0
        }

        .x-el-textarea {
            overflow: auto
        }

        .x-el-optgroup {
            font-weight: 700
        }

        .x-el-table {
            border-collapse: collapse;
            border-spacing: 0
        }

        .x-el-td,
        .x-el-th {
            padding: 0
        }

        .x {
            -webkit-font-smoothing: antialiased
        }

        .x-el-hr {
            border: 0
        }

        .x-el-fieldset,
        .x-el-input,
        .x-el-select,
        .x-el-textarea {
            margin-top: 0;
            margin-bottom: 0
        }

        .x-el-fieldset,
        .x-el-input[type=email],
        .x-el-input[type=text],
        .x-el-textarea {
            width: 100%
        }

        .x-el-label {
            vertical-align: middle
        }

        .x-el-input {
            border-style: none;
            padding: .5em;
            vertical-align: middle
        }

        .x-el-select:not([multiple]) {
            vertical-align: middle
        }

        .x-el-textarea {
            line-height: 1.75;
            padding: .5em
        }

        .x-el.d-none {
            display: none !important
        }

        .sideline-footer {
            margin-top: auto
        }

        .disable-scroll {
            touch-action: none;
            overflow: hidden;
            position: fixed;
            max-width: 100vw
        }

        @-webkit-keyframes loaderscale {
            0% {
                transform: scale(1);
                opacity: 1
            }

            45% {
                transform: scale(.1);
                opacity: .7
            }

            80% {
                transform: scale(1);
                opacity: 1
            }
        }

        @keyframes loaderscale {
            0% {
                transform: scale(1);
                opacity: 1
            }

            45% {
                transform: scale(.1);
                opacity: .7
            }

            80% {
                transform: scale(1);
                opacity: 1
            }
        }

        .x-loader svg {
            display: inline-block
        }

        .x-loader svg:first-child {
            -webkit-animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.24s infinite;
            animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.24s infinite
        }

        .x-loader svg:nth-child(2) {
            -webkit-animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.12s infinite;
            animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.12s infinite
        }

        .x-loader svg:nth-child(3) {
            -webkit-animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) 0s infinite;
            animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) 0s infinite
        }

        .x-icon>svg {
            transition: transform .33s ease-in-out
        }

        .x-icon>svg.rotate-90 {
            transform: rotate(-90deg)
        }

        .x-icon>svg.rotate90 {
            transform: rotate(90deg)
        }

        .x-icon>svg.rotate-180 {
            transform: rotate(-180deg)
        }

        .x-icon>svg.rotate180 {
            transform: rotate(180deg)
        }

        .x-rt:after {
            content: "";
            clear: both
        }

        .x-rt ol,
        .x-rt ul {
            text-align: left
        }

        .x-rt p {
            margin: 0
        }

        .x-rt br {
            clear: both
        }

        .mte-inline-block {
            display: inline-block
        }

        @media only screen and (min-device-width:1025px) {

            :root select,
            _::-webkit-full-page-media,
            _:future {
                font-family: sans-serif !important
            }
        }
    

        @import url('');
    
        .x .c1-1 {
            letter-spacing: normal
        }

        .x .c1-2 {
            text-transform: none
        }

        .x .c1-3 {
            background-color: rgb(255, 255, 255)
        }

        .x .c1-4 {
            width: 100%
        }

        .x .c1-5>div {
            position: relative
        }

        .x .c1-6>div {
            overflow: hidden
        }

        .x .c1-7>div {
            margin-top: auto
        }

        .x .c1-8>div {
            margin-right: auto
        }

        .x .c1-9>div {
            margin-bottom: auto
        }

        .x .c1-a>div {
            margin-left: auto
        }

        .x .c1-b {
            font-family: Helvetica, arial, sans-serif
        }

        .x .c1-c {
            font-size: 16px
        }

        .x .c1-j {
            background-color: rgb(0, 0, 0)
        }

        .x .c1-k {
            background-color: rgb(22, 22, 22)
        }

        .x .c1-l {
            padding-top: 72px
        }

        .x .c1-m {
            padding-bottom: 72px
        }

        .x .c1-n {
            position: relative
        }

        .x .c1-o {
            display: flex
        }

        .x .c1-p {
            padding: 0px !important
        }

        .x .c1-t {
            flex-direction: column
        }

        .x .c1-u {
            flex-grow: 1
        }

        .x .c1-v {
            min-width: 0px
        }

        .x .c1-w {
            pointer-events: auto
        }

        .x .c1-x {
            display: none
        }

        .x .c1-y {
            top: 0px
        }

        .x .c1-z {
            left: 0px
        }

        .x .c1-10 {
            height: 100%
        }

        .x .c1-11 {
            width: 320px
        }

        .x .c1-12 {
            z-index: 1001
        }

        .x .c1-13 {
            transition: transform 0.4s ease-in-out
        }

        .x .c1-14 {
            box-shadow: 0 0 4px 0px rgba(0, 0, 0, 0.2)
        }

        .x .c1-15 {
            position: fixed
        }

        .x .c1-1b {
            margin-left: auto
        }

        .x .c1-1c {
            margin-right: auto
        }

        .x .c1-1d {
            padding-left: 0px
        }

        .x .c1-1e {
            padding-right: 0px
        }

        .x .c1-1f {
            max-width: 100%
        }

        .x .c1-1g {
            justify-content: center
        }

        .x .c1-1h {
            width: inherit
        }

        .x .c1-1i {
            height: 100vh
        }

        .x .c1-1j {
            padding-top: 96px
        }

        .x .c1-1k {
            padding-bottom: 96px
        }

        .x .c1-1q {
            color: rgb(94, 94, 94)
        }

        .x .c1-1r {
            vertical-align: middle
        }

        .x .c1-1s {
            padding-top: 6px
        }

        .x .c1-1t {
            padding-right: 6px
        }

        .x .c1-1u {
            padding-bottom: 6px
        }

        .x .c1-1v {
            padding-left: 6px
        }

        .x .c1-1w {
            cursor: pointer
        }

        .x .c1-1x {
            line-height: 1.3em
        }

        .x .c1-1y {
            font-style: normal
        }

        .x .c1-1z {
            position: absolute
        }

        .x .c1-20 {
            top: 40px
        }

        .x .c1-21 {
            left: 40px
        }

        .x .c1-22 {
            height: 30px
        }

        .x .c1-23 {
            width: auto
        }

        .x .c1-24:hover {
            color: rgb(0, 0, 0)
        }

        .x .c1-26 {
            flex-basis: 0px
        }

        .x .c1-2c {
            display: inline-block
        }

        .x .c1-2d {
            font-family: 'Raleway', arial, Sans-Serif
        }

        .x .c1-2e {
            font-size: 14px
        }

        .x .c1-2n {
            letter-spacing: inherit
        }

        .x .c1-2o {
            text-transform: inherit
        }

        .x .c1-2p {
            text-decoration: none
        }

        .x .c1-2q {
            word-wrap: break-word
        }

        .x .c1-2r {
            overflow-wrap: break-word
        }

        .x .c1-2s {
            display: inline
        }

        .x .c1-2t {
            border-top: 0px
        }

        .x .c1-2u {
            border-right: 0px
        }

        .x .c1-2v {
            border-bottom: 0px
        }

        .x .c1-2w {
            border-left: 0px
        }

        .x .c1-2x {
            color: rgb(0, 0, 0)
        }

        .x .c1-2y {
            font-weight: inherit
        }

        .x .c1-2z:hover {
            color: rgb(48, 48, 48)
        }

        .x .c1-30:active {
            color: rgb(0, 0, 0)
        }

        .x .c1-31 {
            padding-top: 0px
        }

        .x .c1-32 {
            padding-bottom: 0px
        }

        /* .x .c1-33 {
            [object-object]: 0px
        } */

        .x .c1-35 {
            margin-top: 0
        }

        .x .c1-36 {
            margin-bottom: 0
        }

        .x .c1-37 {
            aspect-ratio: 0.8075313807531381 / 1
        }

        .x .c1-38 {
            z-index: 2
        }

        .x .c1-39 {
            height: 80px
        }

        .x .c1-3a {
            background-color: transparent
        }

        .x .c1-3b {
            transition: max-height .5s
        }

        .x .c1-3c {
            border-radius: 0px
        }

        .x .c1-3i {
            padding-top: 8px
        }

        .x .c1-3j {
            padding-bottom: 8px
        }

        .x .c1-3k {
            z-index: 1
        }

        .x .c1-3l {
            transition: all .5s
        }

        .x .c1-3p {
            padding-left: 24px
        }

        .x .c1-3q {
            padding-right: 24px
        }

        .x .c1-3r {
            align-items: center
        }

        .x .c1-3s {
            width: 30px
        }

        .x .c1-3t {
            height: 30px
        }

        .x .c1-3u {
            color: rgb(226, 226, 226)
        }

        .x .c1-3v {
            animation: spin 10s linear infinite
        }

        .x .c1-45 {
            line-height: 1.5
        }

        .x .c1-46 {
            text-align: center
        }

        .x .c1-47 {
            font-weight: 400
        }

        .x .c1-49 {
            height: auto
        }

        .x .c1-4a>div {
            display: flex
        }

        .x .c1-4b>div {
            flex-direction: column
        }

        .x .c1-4c>div {
            align-items: center
        }

        .x .c1-4d>div {
            flex: 1
        }

        .x .c1-4e {
            flex: 1
        }

        .x .c1-4f {
            background-position: center
        }

        .x .c1-4g {
            background-size: auto, cover
        }

        .x .c1-4h {
            background-blend-mode: normal
        }

        .x .c1-4i {
            background-repeat: no-repeat
        }

        .x .c1-4j {
            text-shadow: none
        }

        .x .c1-55 {
            min-height: 500px
        }

        .x .c1-59 {
            box-sizing: border-box
        }

        .x .c1-5a {
            flex-direction: row
        }

        .x .c1-5b {
            flex-wrap: nowrap
        }

        .x .c1-5c {
            margin-right: -12px
        }

        .x .c1-5d {
            margin-left: -12px
        }

        .x .c1-5e {
            padding-top: 16px
        }

        .x .c1-5f {
            padding-bottom: 16px
        }

        .x .c1-5l {
            flex-shrink: 1
        }

        .x .c1-5m {
            flex-basis: 10%
        }

        .x .c1-5n {
            max-width: 10%
        }

        .x .c1-5o {
            padding-right: 12px
        }

        .x .c1-5p {
            padding-left: 12px
        }

        .x .c1-5u {
            flex-basis: 80%
        }

        .x .c1-5x {
            justify-content: flex-end
        }

        .x .c1-5y {
            letter-spacing: 3px
        }

        .x .c1-5z {
            text-transform: uppercase
        }

        .x .c1-60 {
            line-height: 1.4
        }

        .x .c1-61 {
            margin-right: 0
        }

        .x .c1-62 {
            margin-bottom: 40px
        }

        .x .c1-63 {
            color: rgb(89, 89, 89)
        }

        .x .c1-64 {
            font-weight: 700
        }

        .x .c1-68 {
            font-size: unset
        }

        .x .c1-69 {
            color: inherit
        }

        .x .c1-6a {
            font-family: unset
        }

        .x .c1-6b {
            letter-spacing: unset
        }

        .x .c1-6c {
            text-transform: unset
        }

        .x .c1-6d {
            flex-wrap: wrap
        }

        .x .c1-6e {
            text-align: left
        }

        .x .c1-6f {
            flex-basis: 100%
        }

        .x .c1-6k {
            margin-bottom: 32px
        }

        .x .c1-6l {
            aspect-ratio: auto
        }

        .x .c1-6n> :nth-child(n) {
            margin-bottom: 32px
        }

        .x .c1-6o> :last-child {
            margin-bottom: 0 !important
        }

        .x .c1-6r>* {
            max-width: 100%
        }

        .x .c1-6s {
            align-items: flex-start
        }

        .x .c1-6t> :nth-child(n) {
            margin-bottom: 24px
        }

        .x .c1-6w {
            letter-spacing: 1.5px
        }

        .x .c1-6x {
            line-height: 1.25
        }

        .x .c1-6y {
            margin-left: 0
        }

        .x .c1-6z {
            color: rgb(27, 27, 27)
        }

        .x .c1-70 {
            font-size: 19px
        }

        .x .c1-75>p>ol {
            text-align: left
        }

        .x .c1-76>p>ol {
            display: block
        }

        .x .c1-77>p>ol {
            padding-left: 1.3em
        }

        .x .c1-78>p>ol {
            margin-left: 16px
        }

        .x .c1-79>p>ol {
            margin-right: 16px
        }

        .x .c1-7a>p>ol {
            margin-top: auto
        }

        .x .c1-7b>p>ol {
            margin-bottom: auto
        }

        .x .c1-7c>p>ul {
            text-align: left
        }

        .x .c1-7d>p>ul {
            display: block
        }

        .x .c1-7e>p>ul {
            padding-left: 1.3em
        }

        .x .c1-7f>p>ul {
            margin-left: 16px
        }

        .x .c1-7g>p>ul {
            margin-right: 16px
        }

        .x .c1-7h>p>ul {
            margin-top: auto
        }

        .x .c1-7i>p>ul {
            margin-bottom: auto
        }

        .x .c1-7j>ul {
            text-align: left
        }

        .x .c1-7k>ul {
            display: block
        }

        .x .c1-7l>ul {
            padding-left: 1.3em
        }

        .x .c1-7m>ul {
            margin-left: 16px
        }

        .x .c1-7n>ul {
            margin-right: 16px
        }

        .x .c1-7o>ul {
            margin-top: auto
        }

        .x .c1-7p>ul {
            margin-bottom: auto
        }

        .x .c1-7q>ol {
            text-align: left
        }

        .x .c1-7r>ol {
            display: block
        }

        .x .c1-7s>ol {
            padding-left: 1.3em
        }

        .x .c1-7t>ol {
            margin-left: 16px
        }

        .x .c1-7u>ol {
            margin-right: 16px
        }

        .x .c1-7v>ol {
            margin-top: auto
        }

        .x .c1-7w>ol {
            margin-bottom: auto
        }

        .x .c1-7x {
            font-size: inherit !important
        }

        .x .c1-7y {
            line-height: inherit
        }

        .x .c1-7z {
            font-style: italic
        }

        .x .c1-80 {
            text-decoration: line-through
        }

        .x .c1-81 {
            text-decoration: underline
        }

        .x .c1-82 {
            justify-content: flex-start
        }

        .x .c1-83 {
            margin-bottom: -24px
        }

        .x .c1-85 {
            padding-bottom: 24px
        }

        .x .c1-89 {
            order: -1
        }

        .x .c1-8a {
            aspect-ratio: 1 / 1
        }

        .x .c1-8b {
            object-fit: cover
        }

        .x .c1-8d> :nth-child(n) {
            margin-bottom: 0px
        }

        .x .c1-8f {
            text-align: inherit
        }

        .x .c1-8g {
            align-self: inherit
        }

        .x .c1-8i {
            margin-bottom: 24px
        }

        .x .c1-8j {
            visibility: hidden
        }

        .x .c1-8m {
            margin-top: -4px
        }

        .x .c1-8o {
            flex-basis: 0%
        }

        .x .c1-8p {
            display: block
        }

        .x .c1-8r {
            margin-bottom: 16px
        }

        .x .c1-8t {
            font-size: 25px
        }

        .x .c1-93 {
            background-color: rgb(246, 246, 246)
        }

        .x .c1-94 {
            border-color: rgb(218, 218, 218)
        }

        .x .c1-95 {
            border-top-width: 0px
        }

        .x .c1-96 {
            border-right-width: 0px
        }

        .x .c1-97 {
            border-bottom-width: 0px
        }

        .x .c1-98 {
            border-left-width: 0px
        }

        .x .c1-99 {
            padding-top: 23px
        }

        .x .c1-9a {
            padding-bottom: 7px
        }

        .x .c1-9b {
            padding-left: 16px
        }

        .x .c1-9c {
            padding-right: 16px
        }

        .x .c1-9d {
            border-style: solid
        }

        .x .c1-9e {
            color: rgb(71, 71, 71)
        }

        .x .c1-9f::placeholder {
            color: inherit
        }

        .x .c1-9g:focus {
            outline: none
        }

        .x .c1-9h:focus {
            box-shadow: inset 0 0 0 1px currentColor
        }

        .x .c1-9i:focus+label {
            font-size: 12px
        }

        .x .c1-9j:focus+label {
            top: 8px
        }

        .x .c1-9k:focus+label {
            color: rgb(0, 0, 0)
        }

        .x .c1-9l:not([value=""])+label {
            font-size: 12px
        }

        .x .c1-9m:not([value=""])+label {
            top: 8px
        }

        .x .c1-9n:not([value=""])+label {
            color: rgb(0, 0, 0)
        }

        .x .c1-9o::-webkit-input-placeholder {
            color: inherit
        }

        .x .c1-9q {
            top: 33%
        }

        .x .c1-9r {
            left: 16px
        }

        .x .c1-9s {
            transition: all .15s ease
        }

        .x .c1-9t {
            pointer-events: none
        }

        .x .c1-9u {
            transition: all .5s ease
        }

        .x .c1-9v {
            display: inline-flex
        }

        .x .c1-9w {
            padding-left: 32px
        }

        .x .c1-9x {
            padding-right: 32px
        }

        .x .c1-9y {
            min-height: 56px
        }

        .x .c1-9z {
            border-color: currentColor
        }

        .x .c1-a0 {
            border-top-width: 2px
        }

        .x .c1-a1 {
            border-right-width: 2px
        }

        .x .c1-a2 {
            border-bottom-width: 2px
        }

        .x .c1-a3 {
            border-left-width: 2px
        }

        .x .c1-a4 {
            font-size: 12px
        }

        .x .c1-a5:hover {
            color: rgb(255, 255, 255)
        }

        .x .c1-a6:hover {
            background-color: rgb(0, 0, 0)
        }

        .x .c1-a7:hover {
            border-color: rgb(0, 0, 0)
        }

        .x .c1-am {
            text-shadow: 0px 2px 30px rgba(0, 0, 0, 0.12)
        }

        .x .c1-an {
            bottom: 0
        }

        .x .c1-ao {
            right: 0
        }

        .x .c1-ap {
            max-height: 1000px
        }

        .x .c1-be {
            line-height: 1.125
        }

        .x .c1-bf {
            margin-bottom: 56px
        }

        .x .c1-bg {
            color: rgb(255, 255, 255)
        }

        .x .c1-bj {
            box-shadow: rgba(0, 0, 0, 0.18) 2px 6px 30px 0px
        }

        .x .c1-bt {
            font-family: Helvetica Neue, Helvetica, Arial, sans-serif
        }

        .x .c1-bu {
            background-color: rgb(69, 90, 100)
        }

        .x .c1-bv {
            max-width: 88%
        }

        .x .c1-bw>span {
            color: rgb(255, 255, 255)
        }

        .x .c1-bx {
            border-top-width: 0px
        }

        .x .c1-by {
            border-right-width: 0px
        }

        .x .c1-bz {
            border-bottom-width: 0px
        }

        .x .c1-c0 {
            border-left-width: 0px
        }

        .x .c1-c1 {
            border-style: none
        }

        .x .c1-c2:hover {
            background-color: rgb(79, 102, 114)
        }

        .x .c1-c3:hover:after {
            display: none
        }

        .x .c1-c4:after {
            display: none
        }

        .x .c1-c5:active {
            background-color: rgb(69, 90, 100)
        }

        .x .c1-cc {
            margin-left: -8px
        }

        .x .c1-cd {
            width: 24px
        }

        .x .c1-ce {
            height: 24px
        }

        .x .c1-cf {
            top: 50%
        }

        .x .c1-cg {
            right: auto
        }

        .x .c1-ch {
            line-height: 0
        }

        .x .c1-ci {
            transform: translateY(-50%)
        }

        .x .c1-cj>img {
            display: block
        }

        .x .c1-ck {
            margin-left: calc(24px + 8px)
        }

        .x .c1-cl> :last-child {
            margin-bottom: 0
        }

        .x .c1-cm {
            white-space: nowrap
        }

        .x .c1-cn {
            padding-left: 4px
        }

        .x .c1-co {
            margin-top: 4px
        }

        .x .c1-cp {
            transition: transform .33s ease-in-out
        }

        .x .c1-cq {
            transform: rotate(0deg)
        }

        .x .c1-cr {
            left: 4px
        }

        .x .c1-cs {
            padding-left: none
        }

        .x .c1-ct {
            padding-right: none
        }

        .x .c1-cu {
            row-gap: 0px
        }

        .x .c1-cv {
            column-gap: 0px
        }

        .x .c1-cw [data-typography] {
            color: inherit
        }

        .x .c1-cx {
            margin-left: 8px
        }

        .x .c1-cy {
            margin-right: 8px
        }

        .x .c1-cz {
            margin-bottom: 8px
        }

        .x .c1-dd {
            margin-top: 8px
        }

        .x .c1-df {
            z-index: 10000
        }

        .x .c1-dg {
            overflow-y: auto
        }

        .x .c1-dh {
            transition: all 1s ease-in
        }

        .x .c1-di {
            box-shadow: 0 2px 6px 0px rgba(0, 0, 0, 0.3)
        }

        .x .c1-dj {
            contain: content
        }

        .x .c1-dk {
            bottom: -500px
        }

        .x .c1-dl {
            padding-top: 24px
        }

        .x .c1-ds {
            max-height: 300px
        }

        .x .c1-dt {
            color: rgb(145, 145, 145)
        }

        .x .c1-dv {
            justify-content: space-between
        }

        .x .c1-dw {
            margin-top: 24px
        }

        .x .c1-dx {
            margin-bottom: 4px
        }

        .x .c1-dy {
            word-break: break-word
        }

        .x .c1-dz {
            flex-basis: 50%
        }

        .x .c1-e0 {
            padding-top: 4px
        }

        .x .c1-e1 {
            padding-bottom: 4px
        }

        .x .c1-e2 {
            min-height: 40px
        }

        .x .c1-e3:nth-child(2) {
            margin-left: 24px
        }

        .x .c1-e4:hover {
            background-color: rgb(255, 255, 255)
        }

        .x .c1-e5:hover {
            border-color: rgb(255, 255, 255)
        }

        .x .c1-e6 {
            right: 24px
        }

        .x .c1-e7 {
            bottom: 24px
        }

        .x .c1-e8 {
            z-index: 9999
        }

        .x .c1-e9 {
            width: 65px
        }

        .x .c1-ea {
            height: 65px
        }

        .x .c1-ec {
            border-radius: 50%
        }

        .x .c1-ed {
            box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.25)
        }

        .x .c1-ee {
            transform: translateZ(0)
        }

        .x .c1-ef {
            color: rgb(198, 198, 198)
        }
    
        @media (max-width: 450px) {
            .x .c1-4k {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:450,m")
            }
        }

        @media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
        (max-width: 450px) and (min-resolution: 192dpi) {
            .x .c1-4l {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:900,m")
            }
        }

        @media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
        (max-width: 450px) and (min-resolution: 288dpi) {
            .x .c1-4m {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:1350,m")
            }
        }

        @media (min-width: 451px) and (max-width: 767px) {
            .x .c1-4n {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:767,m")
            }
        }

        @media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
            .x .c1-4o {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:1534,m")
            }
        }

        @media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
            .x .c1-4p {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:2301,m")
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .x .c1-4q {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:1023,m")
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
            .x .c1-4r {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:2046,m")
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
            .x .c1-4s {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:3069,m")
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) {
            .x .c1-4t {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:1279,m")
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
            .x .c1-4u {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:2558,m")
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
            .x .c1-4v {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:3837,m")
            }
        }

        @media (min-width: 1280px) and (max-width: 1535px) {
            .x .c1-4w {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:1535,m")
            }
        }

        @media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
            .x .c1-4x {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:3070,m")
            }
        }

        @media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
            .x .c1-4y {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:4605,m")
            }
        }

        @media (min-width: 1536px) and (max-width: 1920px) {
            .x .c1-4z {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:1920,m")
            }
        }

        @media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
            .x .c1-50 {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:3840,m")
            }
        }

        @media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
            .x .c1-51 {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:5760,m")
            }
        }

        @media (min-width: 1921px) {
            .x .c1-52 {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:100%25")
            }
        }

        @media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1921px) and (min-resolution: 192dpi) {
            .x .c1-53 {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:100%25")
            }
        }

        @media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1921px) and (min-resolution: 288dpi) {
            .x .c1-54 {
                background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("//img1.wsimg.com/isteam/ip/f2323614-6950-4642-96c2-52b119ca0dc8/Captura%20de%20Pantalla%202022-12-05%20a%20la(s)%2020.02.5.png/:/rs=w:100%25")
            }
        }

        @media (max-width: 450px) {
            .x .c1-as {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:450,m")
            }
        }

        @media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
        (max-width: 450px) and (min-resolution: 192dpi) {
            .x .c1-at {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:900,m")
            }
        }

        @media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
        (max-width: 450px) and (min-resolution: 288dpi) {
            .x .c1-au {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:1350,m")
            }
        }

        @media (min-width: 451px) and (max-width: 767px) {
            .x .c1-av {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:767,m")
            }
        }

        @media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 451px) and (max-width: 767px) and (min-resolution: 192dpi) {
            .x .c1-aw {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:1534,m")
            }
        }

        @media (min-width: 451px) and (max-width: 767px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 451px) and (max-width: 767px) and (min-resolution: 288dpi) {
            .x .c1-ax {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:2301,m")
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .x .c1-ay {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:1023,m")
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 768px) and (max-width: 1023px) and (min-resolution: 192dpi) {
            .x .c1-az {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:2046,m")
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 768px) and (max-width: 1023px) and (min-resolution: 288dpi) {
            .x .c1-b0 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:3069,m")
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) {
            .x .c1-b1 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:1279,m")
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 192dpi) {
            .x .c1-b2 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:2558,m")
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1024px) and (max-width: 1279px) and (min-resolution: 288dpi) {
            .x .c1-b3 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:3837,m")
            }
        }

        @media (min-width: 1280px) and (max-width: 1535px) {
            .x .c1-b4 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:1535,m")
            }
        }

        @media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 192dpi) {
            .x .c1-b5 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:3070,m")
            }
        }

        @media (min-width: 1280px) and (max-width: 1535px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1280px) and (max-width: 1535px) and (min-resolution: 288dpi) {
            .x .c1-b6 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:4605,m")
            }
        }

        @media (min-width: 1536px) and (max-width: 1920px) {
            .x .c1-b7 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:1920,m")
            }
        }

        @media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 192dpi) {
            .x .c1-b8 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:3840,m")
            }
        }

        @media (min-width: 1536px) and (max-width: 1920px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1536px) and (max-width: 1920px) and (min-resolution: 288dpi) {
            .x .c1-b9 {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:5760,m")
            }
        }

        @media (min-width: 1921px) {
            .x .c1-ba {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:100%25")
            }
        }

        @media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
        (min-width: 1921px) and (min-resolution: 192dpi) {
            .x .c1-bb {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:100%25")
            }
        }

        @media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
        (min-width: 1921px) and (min-resolution: 288dpi) {
            .x .c1-bc {
                background-image: linear-gradient(to bottom, rgba(59, 59, 59, 0.24) 0%, rgba(59, 59, 59, 0.24) 100%), url("//img1.wsimg.com/isteam/stock/87437/:/rs=w:100%25")
            }
        }
    
        @media (max-width: 767px) {
            .x .c1-q {
                padding-top: 40px
            }
        }

        @media (max-width: 767px) {
            .x .c1-r {
                padding-bottom: 40px
            }
        }

        @media (max-width: 767px) {
            .x .c1-2f {
                width: 100%
            }
        }

        @media (max-width: 767px) {
            .x .c1-2g {
                display: flex
            }
        }

        @media (max-width: 767px) {
            .x .c1-2h {
                justify-content: center
            }
        }

        @media (max-width: 767px) {
            .x .c1-3d {
                height: 200px
            }
        }

        @media (max-width: 767px) {
            .x .c1-3e {
                max-height: 110px
            }
        }

        @media (max-width: 767px) {
            .x .c1-40 {
                max-width: 250px
            }
        }

        @media (max-width: 767px) {
            .x .c1-41 {
                padding-left: 4px
            }
        }

        @media (max-width: 767px) {
            .x .c1-42 {
                padding-right: 4px
            }
        }

        @media (max-width: 767px) {
            .x .c1-6u> :nth-child(n) {
                margin-bottom: 24px
            }
        }

        @media (max-width: 767px) {
            .x .c1-6v> :last-child {
                margin-bottom: 0 !important
            }
        }

        @media (max-width: 767px) {
            .x .c1-8c {
                height: calc((100vw - 48px)/1)
            }
        }

        @media (max-width: 767px) {
            .x .c1-9p {
                font-size: 16px
            }
        }

        @media (max-width: 767px) {
            .x .c1-a8 {
                width: auto
            }
        }

        @media (max-width: 767px) {
            .x .c1-a9 {
                margin-top: 0px
            }
        }

        @media (max-width: 767px) {
            .x .c1-aa {
                margin-bottom: 0px
            }
        }

        @media (max-width: 767px) {
            .x .c1-ah {
                padding-top: 0px
            }
        }

        @media (max-width: 767px) {
            .x .c1-ai {
                padding-bottom: 0px
            }
        }

        @media (max-width: 767px) {
            .x .c1-aq {
                position: relative
            }
        }

        @media (max-width: 767px) {
            .x .c1-ar {
                height: 250px
            }
        }

        @media (max-width: 767px) {
            .x .c1-bd {
                align-items: center
            }
        }

        @media (max-width: 767px) {
            .x .c1-bh {
                display: none
            }
        }

        @media (max-width: 767px) {
            .x .c1-bi {
                background-color: rgb(255, 255, 255)
            }
        }

        @media (max-width: 767px) {
            .x .c1-bk {
                box-shadow: none
            }
        }

        @media (max-width: 767px) {
            .x .c1-c6 {
                padding-left: 16px
            }
        }

        @media (max-width: 767px) {
            .x .c1-c7 {
                padding-right: 16px
            }
        }

        @media (max-width: 767px) {
            .x .c1-d9 {
                padding-bottom: 32px
            }
        }
    
        @media (min-width: 768px) {
            .x .c1-d {
                font-size: 16px
            }
        }

        @media (min-width: 768px) {
            .x .c1-1m {
                width: 100%
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .x .c1-2i {
                width: 100%
            }
        }

        @media (min-width: 768px) {
            .x .c1-2j {
                font-size: 14px
            }
        }

        @media (min-width: 768px) {
            .x .c1-5g {
                margin-top: 0
            }
        }

        @media (min-width: 768px) {
            .x .c1-5h {
                margin-right: -24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-5i {
                margin-bottom: 0
            }
        }

        @media (min-width: 768px) {
            .x .c1-5j {
                margin-left: -24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-5q {
                padding-top: 0
            }
        }

        @media (min-width: 768px) {
            .x .c1-5r {
                padding-right: 24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-5s {
                padding-bottom: 0
            }
        }

        @media (min-width: 768px) {
            .x .c1-5t {
                padding-left: 24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-6g {
                flex-basis: 83.33333333333334%
            }
        }

        @media (min-width: 768px) {
            .x .c1-6h {
                max-width: 83.33333333333334%
            }
        }

        @media (min-width: 768px) {
            .x .c1-71 {
                font-size: 19px
            }
        }

        @media (min-width: 768px) {
            .x .c1-84 {
                margin-bottom: -48px
            }
        }

        @media (min-width: 768px) {
            .x .c1-86 {
                flex-basis: 50%
            }
        }

        @media (min-width: 768px) {
            .x .c1-87 {
                max-width: 50%
            }
        }

        @media (min-width: 768px) {
            .x .c1-88 {
                padding-bottom: 48px
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .x .c1-8e {
                display: block
            }
        }

        @media (min-width: 768px) {
            .x .c1-8h {
                position: absolute
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .x .c1-8l {
                position: relative
            }
        }

        @media (min-width: 768px) {
            .x .c1-8u {
                font-size: 26px
            }
        }

        @media (min-width: 768px) {
            .x .c1-8y {
                flex-direction: row
            }
        }

        @media (min-width: 768px) {
            .x .c1-8z {
                margin-top: 4px
            }
        }

        @media (min-width: 768px) {
            .x .c1-90 {
                margin-bottom: 4px
            }
        }

        @media (min-width: 768px) {
            .x .c1-91 {
                margin-right: 24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-92 {
                height: 100%
            }
        }

        @media (min-width: 768px) {
            .x .c1-ab {
                max-width: 30%
            }
        }

        @media (min-width: 768px) {
            .x .c1-ac {
                width: auto
            }
        }

        @media (min-width: 768px) {
            .x .c1-ad {
                font-size: 12px
            }
        }

        @media (min-width: 768px) and (max-width: 1023px) {
            .x .c1-aj {
                padding-bottom: 0px
            }
        }

        @media (min-width: 768px) {
            .x .c1-bl {
                margin-left: 8.333333333333332%
            }
        }

        @media (min-width: 768px) {
            .x .c1-bm {
                padding-top: 56px
            }
        }

        @media (min-width: 768px) {
            .x .c1-bn {
                padding-bottom: 56px
            }
        }

        @media (min-width: 768px) {
            .x .c1-bo {
                transition: opacity 500ms
            }
        }

        @media (min-width: 768px) {
            .x .c1-bp {
                opacity: 1
            }
        }

        @media (min-width: 768px) {
            .x .c1-bq {
                pointer-events: auto
            }
        }

        @media (min-width: 768px) {
            .x .c1-br {
                position: relative
            }
        }

        @media (min-width: 768px) {
            .x .c1-d0 {
                margin-left: 16px
            }
        }

        @media (min-width: 768px) {
            .x .c1-d1 {
                margin-right: 16px
            }
        }

        @media (min-width: 768px) {
            .x .c1-dm {
                width: 400px
            }
        }

        @media (min-width: 768px) {
            .x .c1-dn {
                max-height: 500px
            }
        }

        @media (min-width: 768px) {
            .x .c1-do {
                border-radius: 7px
            }
        }

        @media (min-width: 768px) {
            .x .c1-dp {
                margin-top: 24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-dq {
                margin-bottom: 24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-dr {
                margin-left: 24px
            }
        }

        @media (min-width: 768px) {
            .x .c1-du {
                max-height: 200px
            }
        }
    
        @media (min-width: 1024px) {
            .x .c1-e {
                font-size: 16px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-s {
                min-height: 100vh
            }
        }

        @media (min-width: 1024px) {
            .x .c1-16 {
                display: block
            }
        }

        @media (min-width: 1024px) {
            .x .c1-17 {
                transform: translateX(-150vw)
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) {
            .x .c1-1l {
                padding-bottom: 96px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-1n {
                width: 984px
            }
        }

        @media (min-width: 1024px) and (max-width: 1279px) {
            .x .c1-25 {
                display: block
            }
        }

        @media (min-width: 1024px) {
            .x .c1-2k {
                font-size: 14px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-34 {
                display: inline-block
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3f {
                height: auto
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3g {
                width: auto
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3h {
                max-height: unset
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3m {
                box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.2)
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3n {
                padding-top: 4px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3o {
                padding-bottom: 4px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3w {
                padding-top: 3px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3x {
                padding-right: 3px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3y {
                padding-bottom: 3px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-3z {
                padding-left: 3px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-43 {
                padding-left: 8px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-44 {
                padding-right: 8px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-48 {
                font-weight: 400
            }
        }

        @media (min-width: 1024px) {
            .x .c1-56 {
                height: 100%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-57 {
                min-height: 0px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-58 {
                align-items: center
            }
        }

        @media (min-width: 1024px) {
            .x .c1-5v {
                height: 200px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-5w {
                max-height: 200px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-65 {
                text-align: center
            }
        }

        @media (min-width: 1024px) {
            .x .c1-66 {
                margin-left: auto
            }
        }

        @media (min-width: 1024px) {
            .x .c1-67 {
                line-height: 2
            }
        }

        @media (min-width: 1024px) {
            .x .c1-6i {
                flex-basis: 33.33333333333333%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-6j {
                max-width: 33.33333333333333%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-6m {
                margin-bottom: 0
            }
        }

        @media (min-width: 1024px) {
            .x .c1-6p {
                flex-basis: 66.66666666666666%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-6q {
                max-width: 66.66666666666666%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-72 {
                font-size: 19px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-8k {
                position: relative
            }
        }

        @media (min-width: 1024px) {
            .x .c1-8n {
                margin-top: 0
            }
        }

        @media (min-width: 1024px) {
            .x .c1-8q {
                display: flex
            }
        }

        @media (min-width: 1024px) {
            .x .c1-8s {
                margin-right: 24px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-8v {
                font-size: 26px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-ae {
                font-size: 12px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-ak {
                padding-top: 56px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-al {
                padding-bottom: 56px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-bs {
                margin-left: 16.666666666666664%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-c8 {
                background-color: rgb(69, 90, 100)
            }
        }

        @media (min-width: 1024px) {
            .x .c1-c9 {
                color: rgb(255, 255, 255)
            }
        }

        @media (min-width: 1024px) {
            .x .c1-ca:hover {
                background-color: rgb(79, 102, 114)
            }
        }

        @media (min-width: 1024px) {
            .x .c1-cb:active {
                background-color: rgb(69, 90, 100)
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d2 {
                width: 48px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d3 {
                height: 48px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d4 {
                margin-left: 24px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d5 {
                padding-top: 0px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d6 {
                padding-right: 0px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d7 {
                padding-bottom: 0px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-d8 {
                padding-left: 0px
            }
        }

        @media (min-width: 1024px) {
            .x .c1-da {
                flex-basis: 0%
            }
        }

        @media (min-width: 1024px) {
            .x .c1-db {
                max-width: none
            }
        }

        @media (min-width: 1024px) {
            .x .c1-dc {
                text-align: left
            }
        }

        @media (min-width: 1024px) {
            .x .c1-de {
                text-align: right
            }
        }

        @media (min-width: 1024px) {
            .x .c1-eb {
                z-index: 9999
            }
        }
    
        @media (min-width: 1280px) {
            .x .c1-f {
                padding-left: 320px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-g {
                min-height: 100vh
            }
        }

        @media (min-width: 1280px) {
            .x .c1-h {
                font-size: 16px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-18 {
                display: block
            }
        }

        @media (min-width: 1280px) {
            .x .c1-19 {
                transition: none
            }
        }

        @media (min-width: 1280px) {
            .x .c1-1a {
                transform: translateX(0) !important
            }
        }

        @media (min-width: 1280px) {
            .x .c1-1o {
                width: 1160px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-27 {
                display: unset
            }
        }

        @media (min-width: 1280px) {
            .x .c1-28 {
                padding-left: 48px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-29 {
                padding-right: 48px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-2a {
                flex-basis: 10%
            }
        }

        @media (min-width: 1280px) {
            .x .c1-2b {
                padding-bottom: 100px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-2l {
                font-size: 14px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-5k {
                display: none
            }
        }

        @media (min-width: 1280px) {
            .x .c1-73 {
                font-size: 19px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-8w {
                font-size: 28px
            }
        }

        @media (min-width: 1280px) {
            .x .c1-af {
                font-size: 12px
            }
        }
    
    
        @media (min-width: 1536px) {
            .x .c1-i {
                font-size: 18px
            }
        }

        @media (min-width: 1536px) {
            .x .c1-1p {
                width: 1280px
            }
        }

        @media (min-width: 1536px) {
            .x .c1-2m {
                font-size: 16px
            }
        }

        @media (min-width: 1536px) {
            .x .c1-74 {
                font-size: 21px
            }
        }

        @media (min-width: 1536px) {
            .x .c1-8x {
                font-size: 32px
            }
        }

        @media (min-width: 1536px) {
            .x .c1-ag {
                font-size: 14px
            }
        }
    

        @keyframes spin {
            from {
                transform: rotate(0deg);
            }

            to {
                transform: rotate(360deg);
            }
        }
    

        .grecaptcha-badge {
            visibility: hidden;
        }
    

        .page-inner {
            background-color: rgb(255, 255, 255);
            min-height: 100vh;
        }
    