/* Estilos para la ventana modal */
dialog {
  max-width: 90%;
  width: 650px;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 0px 10px rgba(128, 128, 128, 0.5); /* Sombra gris */
  border: 8px solid #000000; /* Borde negro */
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #FFFFFF; /* Fondo blanco */
}

@media (max-width: 768px) {
  dialog {
    width: 100%;
    border-width: 4px;
    padding: 10px;
  }
}

/* Estilos para el botón de cerrar dentro de la ventana modal */
dialog button {
  background-color: #000000; /* Fondo negro */
  color: #FFFFFF; /* Texto blanco */
  padding: 10px 20px;
  border-radius: 20px;
  border: none;
  font-size: 1.2em;
  margin: 30px 0 20px 0;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: 500;
  transition: box-shadow 0.25s ease-in-out;
  box-shadow: 0px 0px 0 #fff; /* Sombra blanca */
}

dialog::backdrop {
  background: rgba(0, 0, 0, 0.8); /* Fondo de backdrop negro */
}

/* Estilos para el formulario */
form {
  margin: 0 auto;
  padding: 20px;
  background-color: #D3D3D3; /* Fondo gris claro */
}

input, select, textarea {
  width: 100%;
  padding: 10px;
  margin-bottom: 10px;
  border: 1px solid #000000; /* Borde negro */
  border-radius: 5px;
  background-color: #FFFFFF; /* Fondo blanco */
}

input[type="submit"] {
  background-color: #000000; /* Fondo negro */
  color: #FFFFFF; /* Texto blanco */
  cursor: pointer;
}

<style>
.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-input, .x-el-label {
    vertical-align: middle
}
.x-el-input {
    border-style: none;
    padding: .5em
}
.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
}
@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 {
    animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.24s infinite
}
.x-loader svg:nth-child(2) {
    animation: loaderscale .75s cubic-bezier(.2, .68, .18, 1.08) -.12s infinite
}
.x-loader svg:nth-child(3) {
    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 ol, .x-rt ul {
    text-align: left
}
.x-rt p {
    margin: 0
}
.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
}
}
</style>
<style>
            /*
This license can also be found at this permalink: https://www.fontsquirrel.com/license/league-spartan

Copyright (c) September 22 2014, Micah Rich micah@micahrich.com, with Reserved Font Name: "League Spartan".

This Font Software is licensed under the SIL Open Font License, Version 1.1.
This license is copied below, and is also available with a FAQ at: http://scripts.sil.org/OFL

—————————————————————————————-
SIL OPEN FONT LICENSE Version 1.1 - 26 February 2007
—————————————————————————————-
*/
            @import url('//img1.wsimg.com/blobby/go/font/LeagueSpartan/league-spartan.css'); @import url('');
</style>
<style data-glamor="cxs-default-sheet">
            .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-h {
                background-color: rgb(22, 22, 22)
            }

            .x .c1-i {
                padding-top: 56px
            }

            .x .c1-j {
                padding-bottom: 56px
            }

            .x .c1-k {
                overflow: hidden
            }

            .x .c1-l {
                padding: 0px !important
            }

            .x .c1-o {
                position: relative
            }

            .x .c1-p {
                flex-grow: 1
            }

            .x .c1-q {
                display: flex
            }

            .x .c1-r {
                align-items: center
            }

            .x .c1-s {
                justify-content: flex-start
            }

            .x .c1-t {
                flex-direction: column
            }

            .x .c1-u {
                min-height: 300px
            }

            .x .c1-v {
                background-position: center
            }

            .x .c1-w {
                background-size: auto, cover
            }

            .x .c1-x {
                background-blend-mode: normal
            }

            .x .c1-y {
                background-repeat: no-repeat
            }

            .x .c1-z {
                text-shadow: none
            }

            .x .c1-1q {
                position: absolute
            }

            .x .c1-1s {
                z-index: 3
            }

            .x .c1-1t {
                background-color: transparent
            }

            .x .c1-1u .sticky-animate {
                background-color: rgba(22, 22, 22, 0.9)
            }

            .x .c1-1v .sticky-animate hr {
                opacity: 0 !important
            }

            .x .c1-1w {
                transition: background .3s
            }

            .x .c1-1x {
                padding-top: 24px
            }

            .x .c1-1y {
                padding-bottom: 24px
            }

            .x .c1-1z {
                padding-left: 24px
            }

            .x .c1-20 {
                padding-right: 24px
            }

            .x .c1-21 {
                z-index: auto
            }

            .x .c1-26 {
                flex-wrap: nowrap
            }

            .x .c1-27 {
                margin-top: 0px
            }

            .x .c1-28 {
                margin-right: 0px
            }

            .x .c1-29 {
                margin-bottom: 0px
            }

            .x .c1-2a {
                margin-left: 0px
            }

            .x .c1-2b {
                [object -object]: 0px
            }

            .x .c1-2d {
                width: 70%
            }

            .x .c1-2e {
                text-align: left
            }

            .x .c1-2f {
                overflow-wrap: break-word
            }

            .x .c1-2g {
                padding-left: 8px
            }

            .x .c1-2h {
                padding-right: 8px
            }

            .x .c1-2i {
                display: inline-block
            }

            .x .c1-2j {
                font-family: 'League Spartan', arial, helvetica, sans-serif
            }

            .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 {
                display: inline
            }

            .x .c1-2s {
                cursor: pointer
            }

            .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 {
                max-width: 100%
            }

            .x .c1-2y {
                color: rgb(127, 128, 128)
            }

            .x .c1-2z {
                font-weight: inherit
            }

            .x .c1-30:hover {
                color: rgb(193, 190, 194)
            }

            .x .c1-31:active {
                color: rgb(220, 218, 221)
            }

            .x .c1-32 {
                line-height: 1.2
            }

            .x .c1-33 {
                color: rgb(247, 247, 247)
            }

            .x .c1-34 {
                font-size: 26px
            }

            .x .c1-35 {
                font-weight: 400
            }

            .x .c1-3a {
                word-wrap: normal !important
            }

            .x .c1-3b {
                overflow-wrap: normal !important
            }

            .x .c1-3c {
                white-space: pre-line
            }

            .x .c1-3d {
                display: none
            }

            .x .c1-3e {
                visibility: hidden
            }

            .x .c1-3f {
                width: auto
            }

            .x .c1-3g {
                overflow: visible
            }

            .x .c1-3h {
                left: 0px
            }

            .x .c1-3i {
                font-size: 38px
            }

            .x .c1-3n {
                font-size: 34px
            }

            .x .c1-3s {
                width: 30%
            }

            .x .c1-3t {
                padding-right: 0px
            }

            .x .c1-3u {
                padding-left: 0px
            }

            .x .c1-3v {
                justify-content: flex-end
            }

            .x .c1-3w {
                line-height: 0
            }

            .x .c1-3z {
                font-size: 12px
            }

            .x .c1-44 {
                letter-spacing: 0.071em
            }

            .x .c1-45 {
                text-transform: uppercase
            }

            .x .c1-46 {
                font-size: 14px
            }

            .x .c1-47:hover {
                color: rgb(247, 247, 247)
            }

            .x .c1-48:active {
                color: rgb(247, 247, 247)
            }

            .x .c1-4d {
                vertical-align: middle
            }

            .x .c1-4e {
                padding-top: 6px
            }

            .x .c1-4f {
                padding-right: 6px
            }

            .x .c1-4g {
                padding-bottom: 6px
            }

            .x .c1-4h {
                padding-left: 6px
            }

            .x .c1-4i:hover {
                color: rgb(127, 128, 128)
            }

            .x .c1-4j {
                color: inherit
            }

            .x .c1-4k {
                vertical-align: top
            }

            .x .c1-4l {
                margin-left: auto
            }

            .x .c1-4m {
                margin-right: auto
            }

            .x .c1-4n {
                padding-top: 0px
            }

            .x .c1-4o {
                padding-bottom: 0px
            }

            .x .c1-4q {
                width: 35%
            }

            .x .c1-4r {
                min-width: 35%
            }

            .x .c1-4s {
                flex-shrink: 0
            }

            .x .c1-4x {
                min-width: 65%
            }

            .x .c1-4y {
                flex-basis: auto
            }

            .x .c1-4z {
                padding-top: 5px
            }

            .x .c1-50 {
                line-height: 24px
            }

            .x .c1-51 {
                -webkit-margin-before: 0
            }

            .x .c1-52 {
                -webkit-margin-after: 0
            }

            .x .c1-53 {
                -webkit-padding-start: 0
            }

            .x .c1-54 {
                color: rgb(164, 164, 164)
            }

            .x .c1-55 {
                margin-bottom: none
            }

            .x .c1-56 {
                list-style: none
            }

            .x .c1-57 {
                padding-left: 32px
            }

            .x .c1-58 {
                white-space: nowrap
            }

            .x .c1-59:first-child {
                margin-left: 0
            }

            .x .c1-5a:first-child {
                padding-left: 0
            }

            .x .c1-5b {
                display: block
            }

            .x .c1-5c {
                font-weight: 700
            }

            .x .c1-5d {
                margin-left: -6px
            }

            .x .c1-5e {
                margin-right: -6px
            }

            .x .c1-5f {
                margin-top: -6px
            }

            .x .c1-5g {
                margin-bottom: -6px
            }

            .x .c1-5h {
                transition: transform .33s ease-in-out
            }

            .x .c1-5i {
                transform: rotate(0deg)
            }

            .x .c1-5j {
                border-radius: 4px
            }

            .x .c1-5k {
                box-shadow: 0 3px 6px 3px rgba(0,0,0,0.24)
            }

            .x .c1-5l {
                padding-top: 16px
            }

            .x .c1-5m {
                padding-bottom: 16px
            }

            .x .c1-5n {
                padding-left: 16px
            }

            .x .c1-5o {
                padding-right: 16px
            }

            .x .c1-5p {
                right: 0px
            }

            .x .c1-5q {
                top: 32px
            }

            .x .c1-5r {
                max-height: 45vh
            }

            .x .c1-5s {
                overflow-y: auto
            }

            .x .c1-5t {
                z-index: 1003
            }

            .x .c1-5w:last-child {
                margin-bottom: 0
            }

            .x .c1-5x {
                margin-top: 8px
            }

            .x .c1-5y {
                margin-bottom: 8px
            }

            .x .c1-5z {
                line-height: 1.5
            }

            .x .c1-60 {
                width: 1px
            }

            .x .c1-61 {
                background-color: rgb(247, 247, 247)
            }

            .x .c1-62 {
                height: 1em
            }

            .x .c1-63 {
                margin-right: 16px
            }

            .x .c1-64 {
                width: 40px
            }

            .x .c1-65 {
                transform: translateY(-50%)
            }

            .x .c1-66 {
                left: 0px
            }

            .x .c1-67 {
                top: calc(50%)
            }

            .x .c1-69 {
                transition:
            }

            .x .c1-6a {
                transform:
            }

            .x .c1-6b {
                top: initial
            }

            .x .c1-6c {
                max-height: none
            }

            .x .c1-6d {
                width: 240px
            }

            .x .c1-6e {
                color: inherit !important
            }

            .x .c1-6f {
                margin-bottom: 16px
            }

            .x .c1-6g {
                padding-top: 8px
            }

            .x .c1-6h {
                padding-bottom: 8px
            }

            .x .c1-6i {
                border-color: rgb(42, 42, 42)
            }

            .x .c1-6j {
                border-bottom-width: 1px
            }

            .x .c1-6k {
                border-style: solid
            }

            .x .c1-6l {
                margin-top: 16px
            }

            .x .c1-6m dropdown {
                position: absolute
            }

            .x .c1-6n dropdown {
                right: 0px
            }

            .x .c1-6o dropdown {
                top: initial
            }

            .x .c1-6p dropdown {
                white-space: nowrap
            }

            .x .c1-6q dropdown {
                max-height: none
            }

            .x .c1-6r dropdown {
                overflow-y: auto
            }

            .x .c1-6s dropdown {
                display: none
            }

            .x .c1-6t dropdown {
                z-index: 1003
            }

            .x .c1-6u dropdown {
                width: 240px
            }

            .x .c1-6x listItem {
                display: block
            }

            .x .c1-6y listItem {
                text-align: left
            }

            .x .c1-6z listItem {
                margin-bottom: 0
            }

            .x .c1-70 separator {
                margin-top: 16px
            }

            .x .c1-71 separator {
                margin-bottom: 16px
            }

            .x .c1-72 {
                position: fixed
            }

            .x .c1-73 {
                top: 0px
            }

            .x .c1-74 {
                height: 100%
            }

            .x .c1-75 {
                z-index: 10002
            }

            .x .c1-76 {
                -webkit-overflow-scrolling: touch
            }

            .x .c1-77 {
                transform: translateX(-249vw)
            }

            .x .c1-78 {
                overscroll-behavior: contain
            }

            .x .c1-79 {
                box-shadow: 0 2px 6px 0px rgba(0,0,0,0.2)
            }

            .x .c1-7a {
                transition: transform .3s ease-in-out
            }

            .x .c1-7b {
                padding-bottom: 32px
            }

            .x .c1-7g {
                line-height: 1.3em
            }

            .x .c1-7h {
                font-style: normal
            }

            .x .c1-7i {
                top: 15px
            }

            .x .c1-7j {
                right: 15px
            }

            .x .c1-7k {
                font-size: 28px
            }

            .x .c1-7p {
                overflow-x: hidden
            }

            .x .c1-7q {
                overscroll-behavior: none
            }

            .x .c1-7r {
                border-color: rgba(76, 76, 76, 0.5)
            }

            .x .c1-7s {
                border-bottom-width: 1px
            }

            .x .c1-7t {
                border-bottom-style: solid
            }

            .x .c1-7u:last-child {
                border-bottom: 0
            }

            .x .c1-7v {
                min-width: 200px
            }

            .x .c1-7w {
                justify-content: space-between
            }

            .x .c1-7x {
                font-size: 22px
            }

            .x .c1-7y:active {
                color: rgb(127, 128, 128)
            }

            .x .c1-84 {
                height: auto
            }

            .x .c1-8a {
                background-color: rgba(255, 255, 255, 0.15)
            }

            .x .c1-8b {
                border-color: rgb(255, 255, 255)
            }

            .x .c1-8c {
                border-top-width: 0
            }

            .x .c1-8d {
                border-right-width: 0
            }

            .x .c1-8e {
                border-bottom-width: 0
            }

            .x .c1-8f {
                border-left-width: 0
            }

            .x .c1-8g {
                border-radius: 0
            }

            .x .c1-8h {
                padding-left: 40px
            }

            .x .c1-8i {
                padding-right: 40px
            }

            .x .c1-8j {
                color: rgb(191, 191, 191)
            }

            .x .c1-8k::placeholder {
                color: inherit
            }

            .x .c1-8l:focus {
                outline: none
            }

            .x .c1-8m:focus {
                box-shadow: inset 0 0 0 1px currentColor
            }

            .x .c1-8n::-webkit-input-placeholder {
                color: inherit
            }

            .x .c1-8v {
                cursor: auto
            }

            .x .c1-8w {
                border-color: rgba(255, 255, 255, 0.3)
            }

            .x .c1-90 {
                aspect-ratio: auto
            }

            .x .c1-91 {
                border-color: white
            }

            .x .c1-92 {
                z-index: -1
            }

            .x .c1-93 {
                opacity: 0
            }

            .x .c1-94 {
                min-height: 60px
            }

            .x .c1-97 {
                justify-content: center
            }

            .x .c1-9n {
                text-align: center
            }

            .x .c1-9w {
                line-height: 1.25
            }

            .x .c1-9x {
                font-size: 40px
            }

            .x .c1-9y {
                color: rgb(255, 255, 255)
            }

            .x .c1-a5 {
                font-size: 32px
            }

            .x .c1-aa > p {
                margin-top: 0
            }

            .x .c1-ab > p {
                margin-right: 0
            }

            .x .c1-ac > p {
                margin-bottom: 0
            }

            .x .c1-ad > p {
                margin-left: 0
            }

            .x .c1-ai {
                font-size: inherit !important
            }

            .x .c1-aj {
                line-height: inherit
            }

            .x .c1-ak {
                font-style: italic
            }

            .x .c1-al {
                text-decoration: line-through
            }

            .x .c1-am {
                text-decoration: underline
            }

            .x .c1-an {
                margin-bottom: 40px
            }

            .x .c1-ao a {
                text-decoration: none
            }

            .x .c1-ar:hover {
                color: rgb(220, 218, 221)
            }

            .x .c1-as:active {
                color: rgb(255, 255, 255)
            }

            .x .c1-av {
                color: rgb(80, 76, 82)
            }

            .x .c1-aw {
                color: rgb(27, 27, 27)
            }

            .x .c1-ax:hover {
                color: rgb(73, 69, 75)
            }

            .x .c1-ay:active {
                color: rgb(50, 47, 51)
            }

            .x .c1-az {
                line-height: 1.4
            }

            .x .c1-b0 {
                font-size: unset
            }

            .x .c1-b1 {
                font-family: unset
            }

            .x .c1-b2 {
                letter-spacing: unset
            }

            .x .c1-b3 {
                text-transform: unset
            }

            .x .c1-b4 {
                line-height: 0px
            }

            .x .c1-b5 {
                border-color: rgb(226, 226, 226)
            }

            .x .c1-b6 {
                border-bottom-width: 2px
            }

            .x .c1-b7 {
                margin-top: 24px
            }

            .x .c1-b8 {
                width: 50px
            }

            .x .c1-b9 {
                background-color: rgb(246, 246, 246)
            }

            .x .c1-ba {
                border-color: rgb(218, 218, 218)
            }

            .x .c1-bb {
                box-sizing: border-box
            }

            .x .c1-bc {
                flex-direction: row
            }

            .x .c1-bd {
                flex-wrap: wrap
            }

            .x .c1-be {
                margin-right: -12px
            }

            .x .c1-bf {
                margin-bottom: -24px
            }

            .x .c1-bg {
                margin-left: -12px
            }

            .x .c1-bl {
                flex-shrink: 1
            }

            .x .c1-bm {
                flex-basis: 100%
            }

            .x .c1-bn {
                padding-right: 12px
            }

            .x .c1-bo {
                padding-left: 12px
            }

            .x .c1-bv {
                flex-basis: 0%
            }

            .x .c1-c3 {
                margin-bottom: 24px
            }

            .x .c1-c4 > p > ol {
                text-align: left
            }

            .x .c1-c5 > p > ol {
                display: block
            }

            .x .c1-c6 > p > ol {
                padding-left: 1.3em
            }

            .x .c1-c7 > p > ol {
                margin-left: 16px
            }

            .x .c1-c8 > p > ol {
                margin-right: 16px
            }

            .x .c1-c9 > p > ol {
                margin-top: auto
            }

            .x .c1-ca > p > ol {
                margin-bottom: auto
            }

            .x .c1-cb > p > ul {
                text-align: left
            }

            .x .c1-cc > p > ul {
                display: block
            }

            .x .c1-cd > p > ul {
                padding-left: 1.3em
            }

            .x .c1-ce > p > ul {
                margin-left: 16px
            }

            .x .c1-cf > p > ul {
                margin-right: 16px
            }

            .x .c1-cg > p > ul {
                margin-top: auto
            }

            .x .c1-ch > p > ul {
                margin-bottom: auto
            }

            .x .c1-ci > ul {
                text-align: left
            }

            .x .c1-cj > ul {
                display: block
            }

            .x .c1-ck > ul {
                padding-left: 1.3em
            }

            .x .c1-cl > ul {
                margin-left: 16px
            }

            .x .c1-cm > ul {
                margin-right: 16px
            }

            .x .c1-cn > ul {
                margin-top: auto
            }

            .x .c1-co > ul {
                margin-bottom: auto
            }

            .x .c1-cp > ol {
                text-align: left
            }

            .x .c1-cq > ol {
                display: block
            }

            .x .c1-cr > ol {
                padding-left: 1.3em
            }

            .x .c1-cs > ol {
                margin-left: 16px
            }

            .x .c1-ct > ol {
                margin-right: 16px
            }

            .x .c1-cu > ol {
                margin-top: auto
            }

            .x .c1-cv > ol {
                margin-bottom: auto
            }

            .x .c1-cw {
                color: rgb(94, 94, 94)
            }

            .x .c1-cx {
                font-size: 20px
            }

            .x .c1-d2 {
                font-family: Helvetica Neue, Helvetica, Arial, sans-serif
            }

            .x .c1-d3 {
                background-color: rgb(69, 90, 100)
            }

            .x .c1-d4 {
                display: inline-flex
            }

            .x .c1-d5 {
                max-width: 88%
            }

            .x .c1-d6 > span {
                color: rgb(255, 255, 255)
            }

            .x .c1-d7 {
                border-top-width: 0px
            }

            .x .c1-d8 {
                border-right-width: 0px
            }

            .x .c1-d9 {
                border-bottom-width: 0px
            }

            .x .c1-da {
                border-left-width: 0px
            }

            .x .c1-db {
                border-style: none
            }

            .x .c1-dc {
                padding-right: 32px
            }

            .x .c1-dd {
                min-height: 56px
            }

            .x .c1-de {
                border-radius: 4px
            }

            .x .c1-df:hover {
                background-color: rgb(79, 102, 114)
            }

            .x .c1-dg:hover:after {
                display: none
            }

            .x .c1-dh:after {
                display: none
            }

            .x .c1-di:active {
                background-color: rgb(69, 90, 100)
            }

            .x .c1-dq {
                margin-left: -8px
            }

            .x .c1-dr {
                width: 24px
            }

            .x .c1-ds {
                height: 24px
            }

            .x .c1-dt {
                top: 50%
            }

            .x .c1-du {
                right: auto
            }

            .x .c1-dv > img {
                display: block
            }

            .x .c1-dw {
                margin-left: calc(24px + 8px)
            }

            .x .c1-dx > :last-child {
                margin-bottom: 0
            }

            .x .c1-dy {
                padding-left: 4px
            }

            .x .c1-dz {
                margin-top: 4px
            }

            .x .c1-e0 {
                left: 4px
            }

            .x .c1-e1 {
                margin-top: 40px
            }


            .x .c1-e2 {
                padding-bottom: 30%
            }

            .x .c1-e5 {
                left: 56px
            }

            .x .c1-e6 {
                top: 8px
            }

            .x .c1-e7 {
                padding-top: 4px
            }

            .x .c1-e8 {
                padding-bottom: 4px
            }

            .x .c1-e9 {
                min-height: 40px
            }

            .x .c1-ea {
                background-color: rgb(0, 0, 0)
            }

            .x .c1-eb:hover {
                background-color: rgb(38, 38, 38)
            }

            .x .c1-ef {
                margin-left: -4px
            }

            .x .c1-eg {
                width: 18px
            }

            .x .c1-eh {
                height: 18px
            }

            .x .c1-ei {
                margin-left: calc(18px + 8px)
            }

            .x .c1-ej {
                min-height: 100vh
            }

            .x .c1-el {
                min-height: 250px
            }

            .x .c1-em {
                color: rgb(150, 150, 150)
            }

            .x .c1-en {
                list-style-type: none
            }

            .x .c1-ep {
                color: rgb(226, 226, 226)
            }

            .x .c1-eq:hover {
                color: rgb(226, 226, 226)
            }

            .x .c1-er:active {
                color: rgb(226, 226, 226)
            }

            .x .c1-eu {
                border-color: rgb(27, 27, 27)
            }

            .x .c1-ev {
                padding-top: 40px
            }

            .x .c1-ew {
                color: rgb(119, 116, 120)
            }

            .x .c1-ex:hover {
                color: rgb(174, 170, 176)
            }

            .x .c1-ey:active {
                color: rgb(200, 197, 202)
            }

            .x .c1-ez {
                right: 24px
            }

            .x .c1-f0 {
                bottom: 24px
            }

            .x .c1-f1 {
                z-index: 9999
            }

            .x .c1-f2 {
                width: 65px
            }

            .x .c1-f3 {
                height: 65px
            }

            .x .c1-f5 {
                border-radius: 50%
            }

            .x .c1-f6 {
                background-color: rgb(80, 76, 82)
            }

            .x .c1-f7 {
                box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.25)
            }

            .x .c1-f8 {
                transform: translateZ(0)
            }

            .x .c1-f9 {
                right: 0px
            }

            .x .c1-fa {
                z-index: 10000
            }

            .x .c1-fb {
                transition: all 1s ease-in
            }

            .x .c1-fc {
                box-shadow: 0 2px 6px 0px rgba(0,0,0,0.3)
            }

            .x .c1-fd {
                contain: content
            }

            .x .c1-fe {
                bottom: -500px
            }

            .x .c1-fm {
                max-height: 300px
            }

            .x .c1-fn {
                color: rgb(235, 234, 235)
            }

            .x .c1-fp {
                margin-bottom: 4px
            }

            .x .c1-fq {
                word-break: break-word
            }

            .x .c1-fr {
                flex-basis: 50%
            }

            .x .c1-fs {
                color: rgb(0, 0, 0)
            }

            .x .c1-ft:nth-child(2) {
                margin-left: 24px
            }

            .x .c1-fu:hover {
                background-color: rgb(255, 255, 255)
            }
        </style>
<style data-glamor="cxs-media-sheet">
            @media (max-width: 450px) {
                .x .c1-14 {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:450,m")
                }
            }

            @media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 450px) and (min-resolution: 192dpi) {
                .x .c1-15 {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:900,m")
                }
            }

            @media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3), (max-width: 450px) and (min-resolution: 288dpi) {
                .x .c1-16 {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:1350,m")
                }
            }

            @media (min-width: 451px) and (max-width: 767px) {
                .x .c1-17 {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-18 {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-19 {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:2301,m")
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-1a {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1b {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1c {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:3069,m")
                }
            }

            @media (min-width: 1024px) and (max-width: 1279px) {
                .x .c1-1d {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1e {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1f {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:3837,m")
                }
            }

            @media (min-width: 1280px) and (max-width: 1535px) {
                .x .c1-1g {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1h {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1i {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:4605,m")
                }
            }

            @media (min-width: 1536px) and (max-width: 1920px) {
                .x .c1-1j {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1k {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/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-1l {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:5760,m")
                }
            }

            @media (min-width: 1921px) {
                .x .c1-1m {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:100%25")
                }
            }

            @media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2), (min-width: 1921px) and (min-resolution: 192dpi) {
                .x .c1-1n {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:100%25")
                }
            }

            @media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3), (min-width: 1921px) and (min-resolution: 288dpi) {
                .x .c1-1o {
                    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/stock/u2JkP6zDD5u7KeWgJ/:/rs=w:100%25")
                }
            }
        </style>
<style data-glamor="cxs-xs-sheet">
            @media (max-width: 767px) {
                .x .c1-m {
                    padding-top:40px
                }
            }

            @media (max-width: 767px) {
                .x .c1-n {
                    padding-bottom:40px
                }
            }

            @media (max-width: 767px) {
                .x .c1-10 {
                    background-position:top
                }
            }

            @media (max-width: 767px) {
                .x .c1-11 {
                    background-size:contain
                }
            }

            @media (max-width: 767px) {
                .x .c1-2k {
                    justify-content:flex-start
                }
            }

            @media (max-width: 767px) {
                .x .c1-2l {
                    max-width:100%
                }
            }

            @media (max-width: 767px) {
                .x .c1-4t {
                    width:100%
                }
            }

            @media (max-width: 767px) {
                .x .c1-4u {
                    display:flex
                }
            }

            @media (max-width: 767px) {
                .x .c1-4v {
                    justify-content:center
                }
            }

            @media (max-width: 767px) {
                .x .c1-8o {
                    font-size:16px
                }
            }

            @media (max-width: 767px) {
                .x .c1-8p {
                    top:50%
                }
            }

            @media (max-width: 767px) {
                .x .c1-8q {
                    transform:translateY(-50%)
                }
            }

            @media (max-width: 767px) {
                .x .c1-8r {
                    left:8px
                }
            }

            @media (max-width: 767px) {
                .x .c1-95 {
                    height:calc(100vw/1.4979166666666666)
                }
            }

            @media (max-width: 767px) {
                .x .c1-98 {
                    background-color:rgba(22, 22, 22, 0.5)
                }
            }

            @media (max-width: 767px) {
                .x .c1-99 {
                    margin-top:0px
                }
            }

            @media (max-width: 767px) {
                .x .c1-9a {
                    margin-right:0px
                }
            }

            @media (max-width: 767px) {
                .x .c1-9b {
                    margin-bottom:0px
                }
            }

            @media (max-width: 767px) {
                .x .c1-9c {
                    margin-left:0px
                }
            }

            @media (max-width: 767px) {
                .x .c1-9z {
                    margin-right:auto
                }
            }

            @media (max-width: 767px) {
                .x .c1-a0 {
                    margin-left:auto
                }
            }

            @media (max-width: 767px) {
                .x .c1-at {
                    background-color:rgb(255, 255, 255)
                }
            }

            @media (max-width: 767px) {
                .x .c1-dj {
                    padding-left:16px
                }
            }

            @media (max-width: 767px) {
                .x .c1-dk {
                    padding-right:16px
                }
            }

            @media (max-width: 767px) {
                .x .c1-e3 {
                    margin-top:0px
                }
            }

            @media (max-width: 767px) {
                .x .c1-e4 {
                    min-height:200px
                }
            }

            @media (max-width: 767px) {
                .x .c1-ec {
                    font-size:12px
                }
            }

            @media (max-width: 767px) {
                .x .c1-ed {
                    left:8px
                }
            }

            @media (max-width: 767px) {
                .x .c1-ee {
                    max-width:90%
                }
            }

            @media (max-width: 767px) {
                .x .c1-eo {
                    flex-direction:column
                }
            }

            @media (max-width: 767px) {
                .x .c1-es {
                    padding-top:4px
                }
            }

            @media (max-width: 767px) {
                .x .c1-et {
                    padding-bottom:4px
                }
            }
        </style>
<style data-glamor="cxs-sm-sheet">
            @media (min-width: 768px) {
                .x .c1-d {
                    font-size:16px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-12 {
                    background-position:top
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-13 {
                    background-size:contain
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-2m {
                    width:auto
                }
            }

            @media (min-width: 768px) {
                .x .c1-36 {
                    font-size:26px
                }
            }

            @media (min-width: 768px) {
                .x .c1-3j {
                    font-size:46px
                }
            }

            @media (min-width: 768px) {
                .x .c1-3o {
                    font-size:36px
                }
            }

            @media (min-width: 768px) {
                .x .c1-40 {
                    font-size:12px
                }
            }

            @media (min-width: 768px) {
                .x .c1-49 {
                    font-size:14px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-4w {
                    width:100%
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-5v {
                    right:0px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-6w dropdown {
                    right:0px
                }
            }

            @media (min-width: 768px) {
                .x .c1-7c {
                    width:100%
                }
            }

            @media (min-width: 768px) {
                .x .c1-7l {
                    font-size:30px
                }
            }

            @media (min-width: 768px) {
                .x .c1-7z {
                    font-size:22px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-8s {
                    top:50%
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-8t {
                    transform:translateY(-50%)
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-8u {
                    left:8px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-96 {
                    height:calc(100vw/1.4979166666666666)
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-9d {
                    background-color:rgba(22, 22, 22, 0.5)
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-9e {
                    margin-top:0px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-9f {
                    margin-right:0px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-9g {
                    margin-bottom:0px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-9h {
                    margin-left:0px
                }
            }

            @media (min-width: 768px) {
                .x .c1-a1 {
                    font-size:48px
                }
            }

            @media (min-width: 768px) {
                .x .c1-a6 {
                    font-size:38px
                }
            }

            @media (min-width: 768px) {
                .x .c1-ae {
                    font-size:28px
                }
            }

            @media (min-width: 768px) and (max-width: 1023px) {
                .x .c1-au {
                    background-color:rgb(255, 255, 255)
                }
            }

            @media (min-width: 768px) {
                .x .c1-bh {
                    margin-top:0
                }
            }

            @media (min-width: 768px) {
                .x .c1-bi {
                    margin-right:-24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-bj {
                    margin-bottom:-48px
                }
            }

            @media (min-width: 768px) {
                .x .c1-bk {
                    margin-left:-24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-bp {
                    padding-top:0
                }
            }

            @media (min-width: 768px) {
                .x .c1-bq {
                    padding-right:24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-br {
                    padding-bottom:48px
                }
            }

            @media (min-width: 768px) {
                .x .c1-bs {
                    padding-left:24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-bt {
                    padding-bottom:0px
                }
            }

            @media (min-width: 768px) {
                .x .c1-bu {
                    margin-bottom:0
                }
            }

            @media (min-width: 768px) {
                .x .c1-bw {
                    margin-left:8.333333333333332%
                }
            }

            @media (min-width: 768px) {
                .x .c1-bx {
                    flex-basis:83.33333333333334%
                }
            }

            @media (min-width: 768px) {
                .x .c1-by {
                    max-width:83.33333333333334%
                }
            }

            @media (min-width: 768px) {
                .x .c1-c2 {
                    text-align:center
                }
            }

            @media (min-width: 768px) {
                .x .c1-cy {
                    font-size:20px
                }
            }

            @media (min-width: 768px) {
                .x .c1-dl {
                    width:auto
                }
            }

            @media (min-width: 768px) {
                .x .c1-ek {
                    text-align:left
                }
            }

            @media (min-width: 768px) {
                .x .c1-ff {
                    width:400px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fg {
                    max-height:500px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fh {
                    border-radius:7px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fi {
                    margin-top:24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fj {
                    margin-right:24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fk {
                    margin-bottom:24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fl {
                    margin-left:24px
                }
            }

            @media (min-width: 768px) {
                .x .c1-fo {
                    max-height:200px
                }
            }
        </style>
<style data-glamor="cxs-md-sheet">
            @media (min-width: 1024px) {
                .x .c1-e {
                    font-size:16px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-1p {
                    min-height:66.75938803894297vw
                }
            }

            @media (min-width: 1024px) {
                .x .c1-1r {
                    position:static
                }
            }

            @media (min-width: 1024px) {
                .x .c1-22 {
                    padding-top:16px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-23 {
                    padding-bottom:16px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-24 {
                    padding-left:24px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-25 {
                    padding-right:24px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-2c {
                    display:none
                }
            }

            @media (min-width: 1024px) {
                .x .c1-37 {
                    font-size:26px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-3k {
                    font-size:46px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-3p {
                    font-size:36px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-3x > :first-child {
                    margin-left:24px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-3y {
                    justify-content:inherit
                }
            }

            @media (min-width: 1024px) {
                .x .c1-41 {
                    font-size:12px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-4a {
                    font-size:14px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-4p {
                    display:flex
                }
            }

            @media (min-width: 1024px) and (max-width: 1279px) {
                .x .c1-5u {
                    right:0px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-68 {
                    left:0px
                }
            }

            @media (min-width: 1024px) and (max-width: 1279px) {
                .x .c1-6v dropdown {
                    right:0px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-7d {
                    width:984px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-7m {
                    font-size:30px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-80 {
                    min-width:300px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-81 {
                    font-size:22px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-85 {
                    position:relative
                }
            }

            @media (min-width: 1024px) {
                .x .c1-86 {
                    margin-top:0
                }
            }

            @media (min-width: 1024px) {
                .x .c1-87 {
                    margin-right:0
                }
            }

            @media (min-width: 1024px) {
                .x .c1-88 {
                    margin-bottom:0
                }
            }

            @media (min-width: 1024px) {
                .x .c1-89 {
                    margin-left:0
                }
            }

            @media (min-width: 1024px) {
                .x .c1-8x {
                    margin-left:24px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-8y {
                    margin-right:24px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-8z {
                    width:auto
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9i {
                    margin-top:15%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9j {
                    justify-content:center
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9k {
                    margin-left:auto
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9l {
                    margin-right:auto
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9m {
                    max-width:66%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9o {
                    flex-grow:1
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9p {
                    flex-shrink:0
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9q {
                    flex-basis:auto
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9r {
                    padding-top:56px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9s {
                    padding-bottom:56px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9t {
                    text-align:center
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9u {
                    max-width:100%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-9v {
                    align-items:center
                }
            }

            @media (min-width: 1024px) {
                .x .c1-a2 {
                    font-size:48px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-a7 {
                    font-size:38px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-af {
                    font-size:28px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-ap {
                    margin-bottom:56px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-aq {
                    max-width:50%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-bz {
                    margin-left:16.666666666666664%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-c0 {
                    flex-basis:66.66666666666666%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-c1 {
                    max-width:66.66666666666666%
                }
            }

            @media (min-width: 1024px) {
                .x .c1-cz {
                    font-size:20px
                }
            }

            @media (min-width: 1024px) {
                .x .c1-dm {
                    background-color:rgb(69, 90, 100)
                }
            }

            @media (min-width: 1024px) {
                .x .c1-dn {
                    color:rgb(255, 255, 255)
                }
            }

            @media (min-width: 1024px) {
                .x .c1-do:hover {
                    background-color:rgb(79, 102, 114)
                }
            }

            @media (min-width: 1024px) {
                .x .c1-dp:active {
                    background-color:rgb(69, 90, 100)
                }
            }

            @media (min-width: 1024px) {
                .x .c1-f4 {
                    z-index:9999
                }
            }
        </style>
<style data-glamor="cxs-lg-sheet">
            @media (min-width: 1280px) {
                .x .c1-f {
                    font-size:16px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-38 {
                    font-size:26px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-3l {
                    font-size:53px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-3q {
                    font-size:38px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-42 {
                    font-size:12px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-4b {
                    font-size:14px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-7e {
                    width:1160px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-7n {
                    font-size:32px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-82 {
                    font-size:22px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-a3 {
                    font-size:62px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-a8 {
                    font-size:44px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-ag {
                    font-size:28px
                }
            }

            @media (min-width: 1280px) {
                .x .c1-d0 {
                    font-size:20px
                }
            }
        </style>
<style data-glamor="cxs-xl-sheet">
            @media (min-width: 1536px) {
                .x .c1-g {
                    font-size:18px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-39 {
                    font-size:29px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-3m {
                    font-size:58px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-3r {
                    font-size:43px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-43 {
                    font-size:14px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-4c {
                    font-size:16px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-7f {
                    width:1280px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-7o {
                    font-size:36px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-83 {
                    font-size:24px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-a4 {
                    font-size:64px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-a9 {
                    font-size:48px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-ah {
                    font-size:30px
                }
            }

            @media (min-width: 1536px) {
                .x .c1-d1 {
                    font-size:23px
                }
            }
        </style>
<style>
            @keyframes opacity-bounce {
                0% {
                    opacity: 0;
                    transform: translateY(100%);
                }

                60% {
                    transform: translateY(-20%);
                }

                100% {
                    opacity: 1;
                    transform: translateY(0);
                }
            }
        </style>
<style>
            .gd-ad-flex-parent {
                animation-name: opacity-bounce;
                animation-duration: 800ms;
                animation-delay: 400ms;
                animation-fill-mode: forwards;
                animation-timing-function: ease;
                opacity: 0;
            </style>
<style id="carousel-stylesheet">
                .carousel {
                    text-align: center;
                    position: relative;
                    opacity: 0;
                    margin: 0 auto;
                    transition: opacity 0.5s;
                }

                .carousel .carousel-container-inner {
                    margin: 0 auto;
                    position: relative;
                }

                .carousel .carousel-viewport {
                    overflow: hidden;
                    white-space: nowrap;
                    text-align: left;
                }

                .carousel .carousel-arrow-default {
                    border: 3px solid !important;
                    border-radius: 50%;
                    color: rgba(255, 255, 255, 0.9);
                    height: 32px;
                    width: 32px;
                    font-weight: 900;
                    background: rgba(0, 0, 0, 0.15);
                }

                .carousel .carousel-arrow {
                    position: absolute;
                    z-index: 1;
                    bottom: 23px;
                    padding: 0;
                    cursor: pointer;
                    border: none;
                }

                .carousel .carousel-arrow:focus {
                    outline: none;
                }

                .carousel .carousel-arrow:before {
                    font-size: 19px;
                    display: block;
                    margin-top: -2px;
                }

                .carousel .carousel-arrow:disabled {
                    cursor: not-allowed;
                    opacity: 0.5;
                }

                .carousel .carousel-left-arrow {
                    left: 23px;
                }

                .carousel .carousel-right-arrow {
                    right: 23px;
                }

                .carousel .carousel-left-arrow.carousel-arrow-default:before {
                    content: '<';
                    padding-right: 2px;
                }

                .carousel .carousel-right-arrow.carousel-arrow-default:before {
                    content: '>';
                    padding-left: 2px;
                }

                .carousel .carousel-track {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    touch-action: pan-y pinch-zoom;
                }

                .carousel .carousel-track .carousel-slide {
                    display: inline-block;
                    opacity: 0.7;
                    transition: opacity 0.5s ease-in-out;
                }

                .carousel .carousel-track .carousel-slide > * {
                    display: block;
                    white-space: normal;
                }

                .carousel .carousel-track .carousel-slide.carousel-slide-loading {
                    background: rgba(204, 204, 204, 0.7);
                }

                .carousel .carousel-track .carousel-slide.carousel-slide-fade {
                    position: absolute;
                    left: 50%;
                    transform: translateX(-50%);
                    opacity: 0;
                }

                .carousel .carousel-track .carousel-slide.carousel-slide-selected {
                    opacity: 1;
                    z-index: 1;
                }

                .carousel.loaded {
                    opacity: 1;
                }

                .carousel .carousel-dots {
                    list-style: none;
                    padding: 0;
                    margin: 0;
                    position: absolute;
                    left: 0;
                    right: 0;
                    bottom: -30px;
                    text-align: center;
                }

                .carousel .carousel-dots li {
                    display: inline-block;
                }

                .carousel .carousel-dots button {
                    border: 0;
                    background: transparent;
                    font-size: 1.1em;
                    cursor: pointer;
                    color: #CCC;
                    padding-left: 6px;
                    padding-right: 6px;
                }

                .carousel .carousel-dots button.selected {
                    color: black;
                }

                .carousel .carousel-dots button:focus {
                    outline: none;
                }

                [dir="rtl"] .carousel .carousel-viewport {
                    text-align: right;
                }

                [dir="rtl"] .carousel .carousel-left-arrow {
                    left: unset;
                    right: 23px;
                }

                [dir="rtl"] .carousel .carousel-right-arrow {
                    right: unset;
                    left: 23px;
                }

                [dir="rtl"] .carousel .carousel-left-arrow.carousel-arrow-default:before {
                    padding-left: 2px;
                    padding-right: unset;
                }

                [dir="rtl"] .carousel .carousel-right-arrow.carousel-arrow-default:before {
                    padding-right: 2px;
                    padding-left: unset;
                }
            </style>
<style>
                .grecaptcha-badge {
                    visibility: hidden;
                }
            </style>
<style>
                .page-inner {
                    background-color: rgb(0, 0, 0);
                    min-height: 100vh;
                }
            </style>
<script>
                "use strict";

                if ('serviceWorker'in navigator) {
                    window.addEventListener('load', function() {
                        navigator.serviceWorker.register('/sw.js');
                    });
                }
            </script>