@font-face {
  font-family: PingFang SC;
  src: url("../fonts/LucidaHandwritingEF.otf");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: PingFang SC2;
  src: url("../fonts/Agency FB.ttf")format("truetype");;
  font-weight: 400;
  font-style: normal;
}
.logo_cc{
    text-align: center;
}
.logo_text{
   transition: all 0.6s;
   font-family: PingFang SC;
   font-size: 60px;
   color: #4271c3;
}
.logo2_text{
    display: inline-block;
    margin: -15px auto;
    justify-content:  center;
   transition: all 0.6s;
   font-family: PingFang SC2;
   font-size: 24px;
   color: #8c9eb4; 
}
.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
  }
}
/*
Copyright (c) 2011 by Brian J. Bonislawsky DBA Astigmatic (AOETI) (astigma@astigmatic.com), with Reserved Font Name "Righteous"

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
—————————————————————————————-
*/

/*
Copyright 2010 The Josefin Sans Project Authors (https://github.com/ThomasJockin/JosefinSansFont-master), with Reserved Font Name "Josefin Sans".

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
—————————————————————————————-
*/
.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: 'Josefin Sans', 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 {
  padding: 0px !important
}

.x .c1-n {
  display: none
}

.x .c1-p .sticky-animate {
  background-color: rgb(255, 255, 255)
}

.x .c1-q {
  position: relative
}

.x .c1-r {
  padding-top: 8px
}

.x .c1-s {
  padding-bottom: 8px
}

.x .c1-t {
  padding-left: 24px
}

.x .c1-u {
  padding-right: 24px
}

.x .c1-v {
  z-index: auto
}

.x .c1-10 {
  align-items: center
}

.x .c1-11 {
  flex-wrap: nowrap
}

.x .c1-12 {
  display: flex
}

.x .c1-13 {
  margin-top: 0px
}

.x .c1-14 {
  margin-right: 0px
}

.x .c1-15 {
  margin-bottom: 0px
}

.x .c1-16 {
  margin-left: 0px
}

.x .c1-17 {
  [object -object]: 0px
}

.x .c1-19 {
  width: 70%
}

.x .c1-1a {
  text-align: left
}

.x .c1-1b {
  justify-content: flex-start
}

.x .c1-1c {
  overflow-wrap: break-word
}

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

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

.x .c1-1f {
  letter-spacing: 4px
}

.x .c1-1g {
  text-transform: uppercase
}

.x .c1-1h {
  display: inline-block
}

.x .c1-1i {
  font-family: 'Righteous', serif, system-ui
}

.x .c1-1j {
  font-size: 14px
}

.x .c1-1r {
  letter-spacing: inherit
}

.x .c1-1s {
  text-transform: inherit
}

.x .c1-1t {
  text-decoration: none
}

.x .c1-1u {
  word-wrap: break-word
}

.x .c1-1v {
  display: inline
}

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

.x .c1-1x {
  border-top: 0px
}

.x .c1-1y {
  border-right: 0px
}

.x .c1-1z {
  border-bottom: 0px
}

.x .c1-20 {
  border-left: 0px
}

.x .c1-21 {
  max-width: 100%
}

.x .c1-22 {
  width: auto
}

.x .c1-23 {
  color: rgb(133, 114, 114)
}

.x .c1-24 {
  font-weight: inherit
}

.x .c1-25:hover {
  color: rgb(71, 71, 71)
}

.x .c1-26:active {
  color: rgb(48, 48, 48)
}

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

.x .c1-28 {
  padding-right: 0px
}

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

.x .c1-2a {
  padding-left: 0px
}

.x .c1-2c {
  margin-left: auto
}

.x .c1-2d {
  margin-right: auto
}

.x .c1-2e {
  vertical-align: middle
}

.x .c1-2f {
  aspect-ratio: 1.905149051490515 / 1
}

.x .c1-2g {
  object-fit: contain
}

.x .c1-2h {
  height: 80px
}

.x .c1-2i {
  background-color: transparent
}

.x .c1-2j {
  transition: max-height .5s
}

.x .c1-2k {
  border-radius: 0px
}

.x .c1-33 {
  width: 30%
}

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

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

.x .c1-36:hover {
  color: rgb(133, 114, 114)
}

.x .c1-37 {
  color: inherit
}

.x .c1-38 {
  vertical-align: top
}

.x .c1-39 {
  padding-top: 6px
}

.x .c1-3a {
  padding-right: 6px
}

.x .c1-3b {
  padding-bottom: 6px
}

.x .c1-3c {
  padding-left: 6px
}

.x .c1-3e {
  width: 35%
}

.x .c1-3f {
  min-width: 35%
}

.x .c1-3g {
  flex-shrink: 0
}

.x .c1-3l {
  min-width: 65%
}

.x .c1-3m {
  flex-basis: auto
}

.x .c1-3n {
  padding-top: 5px
}

.x .c1-3o {
  line-height: 24px
}

.x .c1-3p {
  -webkit-margin-before: 0
}

.x .c1-3q {
  -webkit-margin-after: 0
}

.x .c1-3r {
  -webkit-padding-start: 0
}

.x .c1-3s {
  color: rgb(94, 94, 94)
}

.x .c1-3t {
  margin-bottom: none
}

.x .c1-3u {
  list-style: none
}

.x .c1-3v {
  padding-left: 32px
}

.x .c1-3w {
  white-space: nowrap
}

.x .c1-3x {
  visibility: hidden
}

.x .c1-3y:first-child {
  margin-left: 0
}

.x .c1-3z:first-child {
  padding-left: 0
}

.x .c1-40 {
  letter-spacing: 0.063em
}

.x .c1-41 {
  display: block
}

.x .c1-42 {
  margin-bottom: -1px
}

.x .c1-43 {
  font-weight: 600
}

.x .c1-44 {
  border-bottom: 1px solid
}

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

.x .c1-46:active {
  color: rgb(133, 114, 114)
}

.x .c1-47 {
  margin-left: -6px
}

.x .c1-48 {
  margin-right: -6px
}

.x .c1-49 {
  margin-top: -6px
}

.x .c1-4a {
  margin-bottom: -6px
}

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

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

.x .c1-4d {
  border-radius: 4px
}

.x .c1-4e {
  box-shadow: 0 3px 6px 3px rgba(0, 0, 0, 0.24)
}

.x .c1-4f {
  padding-top: 16px
}

.x .c1-4g {
  padding-bottom: 16px
}

.x .c1-4h {
  padding-left: 16px
}

.x .c1-4i {
  padding-right: 16px
}

.x .c1-4j {
  position: absolute
}

.x .c1-4k {
  top: 32px
}

.x .c1-4l {
  max-height: 45vh
}

.x .c1-4m {
  overflow-y: auto
}

.x .c1-4n {
  z-index: 1003
}

.x .c1-4q:last-child {
  margin-bottom: 0
}

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

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

.x .c1-4t {
  font-weight: 400
}

.x .c1-4u {
  right: 0px
}

.x .c1-4v {
  margin-bottom: 8px
}

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

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

.x .c1-4y {
  cursor: default
}

.x .c1-4z {
  margin-left: 24px
}

.x .c1-50 {
  position: fixed
}

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

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

.x .c1-53 {
  z-index: 10002
}

.x .c1-54 {
  -webkit-overflow-scrolling: touch
}

.x .c1-55 {
  transform: translateX(-249vw)
}

.x .c1-56 {
  overscroll-behavior: contain
}

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

.x .c1-58 {
  transition: transform .3s ease-in-out
}

.x .c1-59 {
  overflow: hidden
}

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

.x .c1-5b {
  color: rgb(247, 247, 247)
}

.x .c1-5c {
  line-height: 1.3em
}

.x .c1-5d {
  font-style: normal
}

.x .c1-5e {
  top: 15px
}

.x .c1-5f {
  right: 15px
}

.x .c1-5g {
  font-size: 28px
}

.x .c1-5h:hover {
  color: rgb(220, 220, 220)
}

.x .c1-5m {
  overflow-x: hidden
}

.x .c1-5n {
  overscroll-behavior: none
}

.x .c1-5s {
  color: rgb(164, 164, 164)
}

.x .c1-5t {
  border-color: rgba(76, 76, 76, 0.5)
}

.x .c1-5u {
  border-bottom-width: 1px
}

.x .c1-5v {
  border-bottom-style: solid
}

.x .c1-5w:last-child {
  border-bottom: 0
}

.x .c1-5x {
  min-width: 200px
}

.x .c1-5y {
  justify-content: space-between
}

.x .c1-5z {
  font-size: 22px
}

.x .c1-60:active {
  color: rgb(220, 220, 220)
}

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

.x .c1-67 {
  pointer-events: none
}

.x .c1-68 {
  border-bottom-width: 0
}

.x .c1-69:last-child {
  padding-bottom: 24px
}

.x .c1-6a {
  padding-left: 40px
}

.x .c1-6b {
  min-height: 350px
}

.x .c1-6f {
  align-self: stretch
}

.x .c1-6g {
  flex-grow: 1
}

.x .c1-6h {
  align-items: stretch
}

.x .c1-6i {
  justify-content: stretch
}

.x .c1-6k {
  min-height: 300px
}

.x .c1-6l {
  background-position: center
}

.x .c1-6m {
  background-size: auto, cover
}

.x .c1-6n {
  background-blend-mode: normal
}

.x .c1-6o {
  background-repeat: no-repeat
}

.x .c1-6p {
  text-shadow: none
}

.x .c1-7c {
  box-sizing: border-box
}

.x .c1-7d {
  flex-direction: row
}

.x .c1-7e {
  flex-wrap: wrap
}

.x .c1-7i {
  flex-shrink: 1
}

.x .c1-7j {
  flex-basis: 100%
}

.x .c1-7k alignItems {
  align-items: flex-start
}

.x .c1-7l {
  justify-content: center
}

.x .c1-7p {
  padding-top: 32px
}

.x .c1-7q {
  padding-bottom: 32px
}

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

.x .c1-7s> :last-child {
  margin-bottom: 0 !important
}

.x .c1-7v {
  text-align: center
}

.x .c1-7x {
  width: inherit
}

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

.x .c1-7z {
  white-space: pre-line
}

.x .c1-84 {
  word-wrap: normal !important
}

.x .c1-85 {
  overflow-wrap: normal !important
}

.x .c1-86 {
  overflow: visible
}

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

.x .c1-88 {
  font-size: 25px
}

.x .c1-8d {
  font-size: 19px
}

.x .c1-8i {
  margin-top: 16px
}

.x .c1-8j {
  text-wrap: pretty
}

.x .c1-8k>p {
  margin-top: 0
}

.x .c1-8l>p {
  margin-right: 0
}

.x .c1-8m>p {
  margin-bottom: 0
}

.x .c1-8n>p {
  margin-left: 0
}

.x .c1-8o {
  color: rgb(169, 169, 169)
}

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

.x .c1-8q {
  line-height: inherit
}

.x .c1-8r {
  font-style: italic
}

.x .c1-8s {
  text-decoration: line-through
}

.x .c1-8t {
  text-decoration: underline
}

.x .c1-8u {
  margin-top: 24px
}

.x .c1-8v {
  column-gap: 24px
}

.x .c1-8w {
  row-gap: 24px
}

.x .c1-8x {
  justify-content: left
}

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

.x .c1-8z {
  display: inline-flex
}

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

.x .c1-91 {
  min-height: 56px
}

.x .c1-92 {
  color: rgb(23, 23, 23)
}

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

.x .c1-94:hover {
  background-color: rgb(249, 249, 249)
}

.x .c1-96 {
  margin-top: 32px
}

.x .c1-97 a {
  text-decoration: none
}

.x .c1-98 a {
  font-weight: inherit
}

.x .c1-9a:hover {
  color: currentColor
}

.x .c1-9b:active {
  color: currentColor
}

.x .c1-9c {
  line-height: 1.4
}

.x .c1-9d {
  margin-bottom: 40px
}

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

.x .c1-9g {
  font-size: unset
}

.x .c1-9h {
  font-family: unset
}

.x .c1-9i {
  letter-spacing: unset
}

.x .c1-9j {
  text-transform: unset
}

.x .c1-9k {
  margin-right: -12px
}

.x .c1-9l {
  margin-bottom: -24px
}

.x .c1-9m {
  margin-left: -12px
}

.x .c1-9r {
  padding-right: 12px
}

.x .c1-9s {
  padding-left: 12px
}

.x .c1-9z {
  align-items: flex-start
}

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

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

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

.x .c1-a5 {
  z-index: 1
}

.x .c1-a6 {
  border-width: 0 !important
}

.x .c1-a7 {
  aspect-ratio: 2
}

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

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

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

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

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

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

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

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

.x .c1-ag>p>ol {
  text-wrap: pretty
}

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

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

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

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

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

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

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

.x .c1-ao>p>ul {
  text-wrap: pretty
}

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

.x .c1-aq>ul {
  display: block
}

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

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

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

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

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

.x .c1-aw>ul {
  text-wrap: pretty
}

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

.x .c1-ay>ol {
  display: block
}

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

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

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

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

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

.x .c1-b4>ol {
  text-wrap: pretty
}

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

.x .c1-b6 {
  color: rgb(158, 138, 138)
}

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

.x .c1-b8 {
  color: white
}

.x .c1-b9 {
  height: 70px
}

.x .c1-ba {
  width: 50px
}

.x .c1-bb {
  background: rgba(0, 0, 0, 0.5)
}

.x .c1-bc {
  outline: none
}

.x .c1-bd {
  right: 0px
}

.x .c1-be {
  opacity: 0
}

.x .c1-bf {
  transition: opacity 0.5s
}

.x .c1-bg:hover {
  opacity: 1
}

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

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

.x .c1-bj {
  background-color: rgba(22, 22, 22, 0.25)
}

.x .c1-bk {
  margin-top: 300px
}

.x .c1-bl:hover {
  background-color: rgba(22, 22, 22, 0.5)
}

.x .c1-bm:active {
  background-color: rgba(22, 22, 22, 0.5)
}

.x .c1-bt {
  flex-basis: 0%
}

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

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

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

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

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

.x .c1-c2 {
  margin-top: 40px
}

.x .c1-c3:hover {
  background-color: rgb(212, 212, 212)
}

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

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

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

.x .c1-c9 {
  border-bottom-width: 4px
}

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

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

.x .c1-cc {
  padding-bottom: 7px
}

.x .c1-cd {
  border-style: solid
}

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

.x .c1-cf::placeholder {
  color: inherit
}

.x .c1-cg:focus {
  outline: none
}

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

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

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

.x .c1-ck:focus+label {
  color: rgb(130, 108, 108)
}

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

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

.x .c1-cn:not([value=""])+label {
  color: rgb(130, 108, 108)
}

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

.x .c1-cq {
  top: 30%
}

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

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

.x .c1-ct {
  padding-bottom: 11px
}

.x .c1-cu {
  resize: vertical
}

.x .c1-cv {
  margin-bottom: 16px
}

.x .c1-cw> :nth-child(2) {
  margin-left: .25em
}

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

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

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

.x .c1-d4 {
  width: fit-content
}

.x .c1-d5:hover {
  cursor: pointer
}

.x .c1-d8 {
  padding-bottom: 30%
}

.x .c1-db {
  bottom: 0px
}

.x .c1-dc {
  position: absolute !important
}

.x .c1-dd {
  transform: translate3d(0, 0, 0)
}

.x .c1-de {
  left: 56px
}

.x .c1-df {
  top: 8px
}

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

.x .c1-dk {
  margin-left: -4px
}

.x .c1-dl {
  width: 18px
}

.x .c1-dm {
  height: 18px
}

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

.x .c1-do {
  right: auto
}

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

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

.x .c1-dr {
  margin-left: calc(18px + 8px)
}

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

.x .c1-dt {
  margin-bottom: 32px
}

.x .c1-du {
  color: rgb(21, 21, 21)
}

.x .c1-dw {
  color: rgb(87, 87, 87)
}

.x .c1-e2 {
  border-color: rgb(226, 226, 226)
}

.x .c1-e3:focus+label {
  color: rgb(133, 114, 114)
}

.x .c1-e4:not([value=""])+label {
  color: rgb(133, 114, 114)
}

.x .c1-e5 {
  background-color: rgb(218, 218, 218)
}

.x .c1-e6:hover {
  background-color: rgb(204, 204, 204)
}

.x .c1-e8 {
  flex-grow: 3
}

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

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

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

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

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

.x .c1-eg {
  color: rgb(220, 220, 220)
}

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

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

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

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

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

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


@media (max-width: 450px) {
  .x .c1-6q {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/7240ed33efed464f8d21af6001c3b0c8.gif")
  }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 450px) and (min-resolution: 192dpi) {
  .x .c1-6r {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/35c660dd382e4de39832e035f8655e0a.gif")
  }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
(max-width: 450px) and (min-resolution: 288dpi) {
  .x .c1-6s {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/54e606524fc0420891215700fbd9752a.gif")
  }
}

@media (min-width: 451px) and (max-width: 767px) {
  .x .c1-6t {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/590183af6862445da4f539162751bf44.gif")
  }
}

@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-6u {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/2df709fae3f84ac5bd14a0f61f41d51e.gif")
  }
}

@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-6v {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/bc63b2eaa38941e08b4132caffc02730.gif")
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-6w {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/9b27b941608f4db1baf6fb6969063fda.gif")
  }
}

@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-6x {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/22dab7aff1e441238833a22172dde437.gif")
  }
}

@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-6y {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/15ba9ab0e30b4f7a9d293e48873b9b21.gif")
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .x .c1-6z {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/122beb1d56564450bf44e13a6f6390ca.gif")
  }
}

@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-70 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/e0c01ed0047943df8083a0e4ef890d74.gif")
  }
}

@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-71 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/b148c2b55ac24312ae8bae7484ca77fd.gif")
  }
}

@media (min-width: 1280px) and (max-width: 1535px) {
  .x .c1-72 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/c97e73c954134f919b4e31327544d542.gif")
  }
}

@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-73 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/1b57c213426f4ff2822a38c423d0d76d.gif")
  }
}

@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-74 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/179e40ba449a455e9fa7c6995e36460e.gif")
  }
}

@media (min-width: 1536px) and (max-width: 1920px) {
  .x .c1-75 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/9ede04879ce94af0a01b01def818eeac.gif")
  }
}

@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-76 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/08b9c7d495664e37974ef900cb9f3cb7.gif")
  }
}

@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-77 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/ce6cc53056b645ee8d55b4c8a4126ee3.gif")
  }
}

@media (min-width: 1921px) {
  .x .c1-78 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/2e6990dd69d34b7bb123686b81bb220d.gif")
  }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1921px) and (min-resolution: 192dpi) {
  .x .c1-79 {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/2e6990dd69d34b7bb123686b81bb220d.gif")
  }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
(min-width: 1921px) and (min-resolution: 288dpi) {
  .x .c1-7a {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("static/images/2e6990dd69d34b7bb123686b81bb220d.gif")
  }
}
@media (max-width: 767px) {
  .x .c1-l {
    padding-top: 40px
  }
}

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

@media (max-width: 767px) {
  .x .c1-1k {
    justify-content: flex-start
  }
}

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

@media (max-width: 767px) {
  .x .c1-2l {
    max-width: 224px
  }
}

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

@media (max-width: 767px) {
  .x .c1-2n {
    max-height: 80px
  }
}

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

@media (max-width: 767px) {
  .x .c1-2p {
    margin-right: auto
  }
}

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

@media (max-width: 767px) {
  .x .c1-2r {
    margin-left: auto
  }
}

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

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

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

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

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

@media (max-width: 767px) {
  .x .c1-6c {
    min-height: auto
  }
}

@media (max-width: 767px) {
  .x .c1-6d {
    flex-direction: column
  }
}

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

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

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

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

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

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

@media (max-width: 767px) {
  .x .c1-dh {
    font-size: 12px
  }
}

@media (max-width: 767px) {
  .x .c1-di {
    left: 8px
  }
}

@media (max-width: 767px) {
  .x .c1-dj {
    max-width: 90%
  }
}
@media (min-width: 768px) {
  .x .c1-d {
    font-size: 16px
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-1m {
    width: auto
  }
}

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

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

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-2v {
    max-height: 80px
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-2w {
    margin-top: 0
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-2x {
    margin-right: auto
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-2z {
    margin-left: auto
  }
}

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

@media (min-width: 768px) and (max-width: 1023px) {
  .x .c1-4p {
    right: 0px
  }
}

@media (min-width: 768px) {
  .x .c1-5i {
    font-size: 30px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .x .c1-e7 {
    max-width: 30%
  }
}
@media (min-width: 1024px) {
  .x .c1-e {
    font-size: 16px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) and (max-width: 1279px) {
  .x .c1-4o {
    right: 0px
  }
}

@media (min-width: 1024px) {
  .x .c1-5j {
    font-size: 30px
  }
}

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

@media (min-width: 1024px) {
  .x .c1-62 {
    min-width: 300px
  }
}

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

@media (min-width: 1024px) {
  .x .c1-6e {
    flex-direction: row-reverse
  }
}

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

@media (min-width: 1024px) {
  .x .c1-7b {
    min-height: 60vh
  }
}

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

@media (min-width: 1024px) {
  .x .c1-7g {
    flex-grow: 1
  }
}

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

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

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

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

@media (min-width: 1024px) {
  .x .c1-7t {
    padding-top: 72px
  }
}

@media (min-width: 1024px) {
  .x .c1-7u {
    padding-bottom: 72px
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
  .x .c1-eo {
    z-index: 9999
  }
}

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

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

@media (min-width: 1280px) {
  .x .c1-5k {
    font-size: 32px
  }
}

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

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

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

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

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

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

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

@media (min-width: 1536px) {
  .x .c1-5l {
    font-size: 36px
  }
}

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

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

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

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

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

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

@keyframes opacity-bounce {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }

  60% {
    transform: translateY(-20%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.gd-ad-flex-parent {
  animation-name: opacity-bounce;
  animation-duration: 800ms;
  animation-delay: 400ms;
  animation-fill-mode: forwards;
  animation-timing-function: ease;
  opacity: 0;
}

.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-top-arrow {
  top: 75px;
}

.carousel .carousel-bottom-arrow {
  bottom: 75px;
}

.carousel .carousel-top-arrow.carousel-arrow-default:before {
  content: '\1431';
  padding-bottom: 2px;
}

.carousel .carousel-bottom-arrow.carousel-arrow-default:before {
  content: '\142F';
  padding-top: 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;
}

.grecaptcha-badge {
  visibility: hidden;
}

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