.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] {
    appearance: button;
    -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] {
    appearance: textfield;
    -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
    }
}

/* 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: Lato, arial, sans-serif
}

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

.x .c1-h {
    background-color: rgb(253, 253, 253)
}

.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 {
    height: 560px
}

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

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

.x .c1-t {
    display: flex
}

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

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

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

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

.x .c1-y {
    background-position: 54.34782608695652% 36.08695652173913%
}

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

.x .c1-10 {
    background-blend-mode: normal
}

.x .c1-11 {
    background-repeat: no-repeat
}

.x .c1-12 {
    text-shadow: none
}

.x .c1-1p {
    background-position: 60.43478260869565% 27.391304347826086%
}

.x .c1-2b {
    position: absolute
}

.x .c1-2c {
    top: 0px
}

.x .c1-2d {
    left: 0px
}

.x .c1-2e {
    right: 0px
}

.x .c1-2f {
    z-index: 3
}

.x .c1-2g {
    pointer-events: none
}

.x .c1-2h {
    bottom: 0px
}

.x .c1-2i {
    position: static
}

.x .c1-2j {
    pointer-events: auto
}

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

.x .c1-2m {
    transition: background .3s
}

.x .c1-2n {
    padding-top: 24px
}

.x .c1-2o {
    padding-bottom: 24px
}

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

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

.x .c1-2r {
    z-index: auto
}

.x .c1-2w {
    flex-wrap: nowrap
}

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

.x .c1-2y {
    margin-right: 0px
}

.x .c1-2z {
    margin-bottom: 0px
}

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

.x .c1-33 {
    width: 0px
}

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

.x .c1-35 {
    padding-left: 0px
}

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

.x .c1-37 {
    justify-content: center
}

.x .c1-38 {
    overflow-wrap: break-word
}

.x .c1-39 {
    padding-left: 8px
}

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

.x .c1-3b {
    display: inline-block
}

.x .c1-3c {
    font-family: 'Libre Franklin', sans-serif
}

.x .c1-3g {
    letter-spacing: inherit
}

.x .c1-3h {
    text-transform: inherit
}

.x .c1-3i {
    text-decoration: none
}

.x .c1-3j {
    word-wrap: break-word
}

.x .c1-3k {
    display: inline
}

.x .c1-3l {
    cursor: pointer
}

.x .c1-3m {
    border-top: 0px
}

.x .c1-3n {
    border-right: 0px
}

.x .c1-3o {
    border-bottom: 0px
}

.x .c1-3p {
    border-left: 0px
}

.x .c1-3q {
    max-width: 100%
}

.x .c1-3r {
    color: rgb(22, 22, 22)
}

.x .c1-3s {
    font-weight: inherit
}

.x .c1-3t:hover {
    color: rgb(64, 64, 64)
}

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

.x .c1-3v {
    letter-spacing: 2px
}

.x .c1-3w {
    text-transform: uppercase
}

.x .c1-3x {
    line-height: 1.2
}

.x .c1-3y {
    font-family: 'Lato', arial, sans-serif
}

.x .c1-3z {
    color: rgb(26, 26, 26)
}

.x .c1-40 {
    font-size: 17px
}

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

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

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

.x .c1-48 {
    display: none
}

.x .c1-49 {
    visibility: hidden
}

.x .c1-4a {
    width: auto
}

.x .c1-4b {
    overflow: visible
}

.x .c1-4c {
    font-size: 19px
}

.x .c1-4h {
    font-size: 13px
}

.x .c1-4m {
    justify-content: flex-end
}

.x .c1-4n {
    margin-left: auto
}

.x .c1-4o {
    margin-right: auto
}

.x .c1-4p {
    box-sizing: border-box
}

.x .c1-4q {
    flex-direction: row
}

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

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

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

.x .c1-4v {
    flex-shrink: 1
}

.x .c1-4w {
    flex-basis: 0%
}

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

.x .c1-50 {
    line-height: 24px
}

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

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

.x .c1-56 {
    padding-left: 32px
}

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

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

.x .c1-59 {
    letter-spacing: 0.071em
}

.x .c1-5a {
    font-size: 14px
}

.x .c1-5b {
    font-weight: 400
}

.x .c1-5c:hover {
    color: rgb(26, 26, 26)
}

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

.x .c1-5i {
    color: inherit
}

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

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

.x .c1-5l {
    vertical-align: middle
}

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

.x .c1-65 {
    display: block
}

.x .c1-66 {
    white-space: pre-line
}

.x .c1-67 {
    font-size: 48px
}

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

.x .c1-69 {
    font-weight: 500
}

.x .c1-6i {
    font-size: 40px
}

.x .c1-6n {
    font-size: 32px
}

.x .c1-6s {
    font-size: 28px
}

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

.x .c1-6y>p {
    margin-top: 0
}

.x .c1-6z>p {
    margin-right: 0
}

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

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

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

.x .c1-76 {
    line-height: inherit
}

.x .c1-77 {
    font-style: italic
}

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

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

.x .c1-7a {
    margin-top: 24px
}

.x .c1-7b {
    margin-bottom: 24px
}

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

.x .c1-7d {
    column-gap: 24px
}

.x .c1-7e {
    row-gap: 24px
}

.x .c1-7h {
    border-style: solid
}

.x .c1-7i {
    display: inline-flex
}

.x .c1-7j {
    padding-right: 32px
}

.x .c1-7k {
    padding-top: 8px
}

.x .c1-7l {
    padding-bottom: 8px
}

.x .c1-7m {
    min-height: 56px
}

.x .c1-7n {
    border-radius: 4px
}

.x .c1-7o {
    border-color: currentColor
}

.x .c1-7p {
    border-top-width: 1px
}

.x .c1-7q {
    border-right-width: 1px
}

.x .c1-7r {
    border-bottom-width: 1px
}

.x .c1-7s {
    border-left-width: 1px
}

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

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

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

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

.x .c1-7y {
    margin-right: -12px
}

.x .c1-7z {
    margin-left: -12px
}

.x .c1-84 {
    padding-right: 12px
}

.x .c1-85 {
    padding-left: 12px
}

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

.x .c1-8h {
    border-color: rgb(224, 224, 224)
}

.x .c1-8i {
    border-radius: 4px
}

.x .c1-8j {
    padding-top: 14px
}

.x .c1-8k {
    padding-bottom: 14px
}

.x .c1-8l {
    padding-left: 16px
}

.x .c1-8m {
    padding-right: 16px
}

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

.x .c1-8o::placeholder {
    color: inherit
}

.x .c1-8p:focus {
    outline: none
}

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

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

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

.x .c1-8t:focus+label {
    color: rgb(22, 22, 22)
}

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

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

.x .c1-8w:not([value=""])+label {
    color: rgb(22, 22, 22)
}

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

.x .c1-8z {
    top: 33%
}

.x .c1-90 {
    left: 16px
}

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

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

.x .c1-94 {
    padding-top: 32px
}

.x .c1-9d {
    color: rgb(93, 93, 93)
}

.x .c1-9e {
    padding-bottom: 32px
}

.x .c1-9f {
    flex-grow: 3
}

.x .c1-9g {
    flex-basis: 100%
}

.x .c1-9j {
    color: rgb(88, 88, 88)
}

.x .c1-9l {
    padding-left: none
}

.x .c1-9m {
    padding-right: none
}

.x .c1-9n {
    padding-top: 16px
}

.x .c1-9o {
    padding-bottom: 16px
}

.x .c1-9p {
    row-gap: 0px
}

.x .c1-9q {
    column-gap: 0px
}

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

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

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

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

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

/* media-sheet */
@media (max-width: 450px) {
    .x .c1-13 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-450.webp")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 450px) and (min-resolution: 192dpi) {
    .x .c1-14 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-900.webp")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
(max-width: 450px) and (min-resolution: 288dpi) {
    .x .c1-15 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-1350.webp")
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .x .c1-16 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-767.webp")
    }
}

@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-17 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-1534.webp")
    }
}

@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-18 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-2301.webp")
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-19 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-1023.webp")
    }
}

@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-1a {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-2046.webp")
    }
}

@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-1b {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-3069.webp")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-1c {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-1279.webp")
    }
}

@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-1d {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-2558.webp")
    }
}

@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-1e {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-3837.webp")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .x .c1-1f {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-1535.webp")
    }
}

@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-1g {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-3070.webp")
    }
}

@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-1h {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-4605.webp")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) {
    .x .c1-1i {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-1920.webp")
    }
}

@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-1j {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-3840.webp")
    }
}

@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-1k {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-5760.webp")
    }
}

@media (min-width: 1921px) {
    .x .c1-1l {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-100x25.webp")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1921px) and (min-resolution: 192dpi) {
    .x .c1-1m {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-100x25.webp")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
(min-width: 1921px) and (min-resolution: 288dpi) {
    .x .c1-1n {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/a-100x25.webp")
    }
}

@media (max-width: 450px) {
    .x .c1-1q {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-450.webp")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),
(max-width: 450px) and (min-resolution: 192dpi) {
    .x .c1-1r {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-900.webp")
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),
(max-width: 450px) and (min-resolution: 288dpi) {
    .x .c1-1s {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-1350.webp")
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .x .c1-1t {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-767.webp")
    }
}

@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-1u {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-1534.webp")
    }
}

@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-1v {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-2301.webp")
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-1w {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-1023.webp")
    }
}

@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-1x {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-2046.webp")
    }
}

@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-1y {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-3069.webp")
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-1z {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-1279.webp")
    }
}

@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-20 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-2558.webp")
    }
}

@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-21 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-3837.webp")
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .x .c1-22 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-1535.webp")
    }
}

@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-23 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-3070.webp")
    }
}

@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-24 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-4605.webp")
    }
}

@media (min-width: 1536px) and (max-width: 1920px) {
    .x .c1-25 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-1920.webp")
    }
}

@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-26 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-3840.webp")
    }
}

@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-27 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-5760.webp")
    }
}

@media (min-width: 1921px) {
    .x .c1-28 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-100x25.webp")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),
(min-width: 1921px) and (min-resolution: 192dpi) {
    .x .c1-29 {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-100x25.webp")
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),
(min-width: 1921px) and (min-resolution: 288dpi) {
    .x .c1-2a {
        background-image: linear-gradient(to bottom, rgba(253, 253, 253, 0.25) 0%, rgba(253, 253, 253, 0.25) 100%), url("../images/backgrounds/resolutions/b-100x25.webp")
    }
}

/* 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-3d {
        justify-content: center
    }
}

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

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

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

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

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

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

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

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

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

/* sm-sheet */
@media (min-width: 768px) {
    .x .c1-d {
        font-size: 16px
    }
}

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

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

@media (min-width: 768px) {
    .x .c1-4d {
        font-size: 23px
    }
}

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

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

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

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

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

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

@media (min-width: 768px) {
    .x .c1-6o {
        font-size: 38px
    }
}

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

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

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-7g {
        justify-content: center
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* md-sheet */
@media (min-width: 1024px) {
    .x .c1-e {
        font-size: 16px
    }
}

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

@media (min-width: 1024px) {
    .x .c1-1o {
        min-height: 85vh
    }
}

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

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

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

@media (min-width: 1024px) {
    .x .c1-2u {
        padding-left: 24px
    }
}

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

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

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

@media (min-width: 1024px) {
    .x .c1-4e {
        font-size: 23px
    }
}

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

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .x .c1-5q {
        justify-content: center
    }
}

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

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

@media (min-width: 1024px) {
    .x .c1-5t {
        max-width: 66%
    }
}

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

@media (min-width: 1024px) {
    .x .c1-5x {
        flex-shrink: 0
    }
}

@media (min-width: 1024px) {
    .x .c1-5y {
        flex-basis: auto
    }
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .x .c1-6p {
        font-size: 38px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 1280px) {
    .x .c1-6q {
        font-size: 44px
    }
}

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

/* xl-sheet */
@media (min-width: 1536px) {
    .x .c1-g {
        font-size: 18px
    }
}

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

@media (min-width: 1536px) {
    .x .c1-4g {
        font-size: 29px
    }
}

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

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

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

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

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

@media (min-width: 1536px) {
    .x .c1-6r {
        font-size: 48px
    }
}

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

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

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

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

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

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

.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-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;
}
