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

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

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

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

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

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

.x-el-template {
    display: none
}

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

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

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

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

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

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

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

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

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

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

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

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

.x-el-figure {
    margin: 0
}

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

.x-el-pre {
    overflow: auto
}

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

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

.x-el-button {
    overflow: visible
}

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

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

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

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

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

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

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

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

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

.x-el-textarea {
    border: 0
}

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

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

.x-el-textarea {
    overflow: auto
}

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

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

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

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

.x-el-hr {
    border: 0
}

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

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

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

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

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

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

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

.sideline-footer {
    margin-top: auto
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x-rt p {
    margin: 0
}

.x-rt br {
    clear: both
}

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

@media only screen and (min-device-width: 1025px) {
    :root select,_::-webkit-full-page-media,_:future {
        font-family: sans-serif !important
    }
}

.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: 'Lusitana', Georgia, serif
}

.x .c1-c {
    font-size: 20px;
}

.x .c1-h {
    background-color: #000
}

.x .c1-i {
    padding-top: 40px
}

.x .c1-j {
    padding-bottom: 40px
}

.x .c1-k {
    overflow: hidden
}

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

.x .c1-o {
    display: block
}

.x .c1-q {
    background-color: transparent
}

.x .c1-r {
    transition: background .3s
}

.x .c1-s {
    position: relative
}

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

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

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

.x .c1-y {
    margin-left: auto
}

.x .c1-z {
    margin-right: auto
}

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

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

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

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

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

.x .c1-1b {
    display: flex
}

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

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

.x .c1-1e {
    flex-wrap: nowrap
}

.x .c1-1f {
    margin-top: 0
}

.x .c1-1g {
    margin-right: -12px
}

.x .c1-1h {
    margin-bottom: 0
}

.x .c1-1i {
    margin-left: -12px
}

.x .c1-1j {
    align-items: center
}

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

.x .c1-1q {
    flex-shrink: 1
}

.x .c1-1r {
    flex-basis: 70%
}

.x .c1-1s {
    padding-top: 0
}

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

.x .c1-1u {
    padding-bottom: 0
}

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

.x .c1-1w {
    text-align: center
}

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

.x .c1-22 {
    letter-spacing: 1px
}

.x .c1-23 {
    text-transform: uppercase
}

.x .c1-24 {
    display: inline-block
}

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

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

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

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

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

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

.x .c1-2f {
    cursor: pointer
}

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

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

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

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

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

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

.x .c1-2m:hover {
    color: rgb(198, 198, 198)
}

.x .c1-2n:active {
    color: rgb(255, 255, 255)
}

.x .c1-2o {
    line-height: 1.2
}

.x .c1-2p {
    margin-left: 0
}

.x .c1-2q {
    margin-right: 0
}

.x .c1-2r {
    font-weight: 400
}

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

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

.x .c1-2v {
    display: none
}

.x .c1-2w {
    visibility: hidden
}

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

.x .c1-2y {
    width: auto
}

.x .c1-2z {
    overflow: visible
}

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

.x .c1-31 {
    font-size: 23px
}

.x .c1-36 {
    font-size: 20px
}

.x .c1-3b {
    flex-basis: 0%
}

.x .c1-3c {
    padding-right: 0px
}

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

.x .c1-3e {
    justify-content: flex-start
}

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

.x .c1-3i {
    justify-content: center
}

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

.x .c1-3k {
    justify-content: flex-end
}

.x .c1-3l {
    vertical-align: top
}

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

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

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

.x .c1-3p {
    letter-spacing: 0.063em
}

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

.x .c1-3r {
    color: inherit
}

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

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

.x .c1-3u {
    vertical-align: middle
}

.x .c1-3v {
    flex-direction: column
}

.x .c1-3w {
    min-height: 0px
}

.x .c1-3x {
    background-position: center
}

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

.x .c1-3z {
    background-blend-mode: normal
}

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

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

.x .c1-4s {
    aspect-ratio: auto
}

.x .c1-4t {
    z-index: -1
}

.x .c1-4u {
    opacity: 0
}

.x .c1-4v {
    min-height: 60px
}

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

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

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

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

.x .c1-50 {
    border-radius: 0px
}

.x .c1-55 {
    flex-wrap: wrap
}

.x .c1-5c>* {
    max-width: 100%;
}

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

.x .c1-5e> :last-child {
    margin-bottom: 0 !important
}

.x .c1-5h {
    line-height: 1.25
}

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

.x .c1-5l {
    /* line-height: 1.5; */
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.x .c1-6f {
    font-weight: 700
}

.x .c1-6g {
    line-height: inherit
}

.x .c1-6h {
    font-style: italic
}

.x .c1-6i {
    text-decoration: line-through
}

.x .c1-6j {
    text-decoration: underline
}

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

.x .c1-6l {
    display: inline-flex
}

.x .c1-6m {
    padding-left: 16px
}

.x .c1-6n {
    padding-right: 16px
}

.x .c1-6o {
    padding-top: 4px
}

.x .c1-6p {
    padding-bottom: 4px
}

.x .c1-6q {
    min-height: 40px
}

.x .c1-6r {
    color: rgb(48, 48, 48)
}

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

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

.x .c1-6z {
    line-height: 1.4
}

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

.x .c1-71 {
    text-align: left
}

.x .c1-72 {
    color: #000
}

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

.x .c1-74 {
    font-family: unset
}

.x .c1-75 {
    letter-spacing: unset
}

.x .c1-76 {
    text-transform: unset
}

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

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

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

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

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

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

.x .c1-7f {
    color: rgb(94, 94, 94)
}

.x .c1-7g:hover {
    background-color: rgb(255, 68, 83)
}

.x .c1-7h {
    border-color: rgb(255, 255, 255)
}

.x .c1-7i {
    margin-bottom: 0px !important
}

.x .c1-7l {
    min-height: 16em
}

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

.x .c1-7r {
    height: 100%
}

.x .c1-7s {
    background-size: cover
}

.x .c1-7t {
    padding-left: 40px
}

.x .c1-7u {
    padding-right: 40px
}

.x .c1-7v {
    padding-top: 72px
}

.x .c1-7w {
    padding-bottom: 72px
}

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

.x .c1-7y {
    border-bottom-style: solid
}

.x .c1-7z {
    border-color: transparent
}

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

.x .c1-88 {
    background-position: 50% 50%
}

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

.x .c1-8w {
    width: inherit
}

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

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

.x .c1-92 {
    flex-grow: 0
}

.x .c1-93 {
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3)
}

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

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

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

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

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

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

@media (max-width: 450px) {
    .x .c1-46 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 2),(max-width: 450px) and (min-resolution: 192dpi) {
    .x .c1-47 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (max-width: 450px) and (-webkit-min-device-pixel-ratio: 3),(max-width: 450px) and (min-resolution: 288dpi) {
    .x .c1-48 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 451px) and (max-width: 767px) {
    .x .c1-49 {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4a {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4b {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-4c {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4d {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4e {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-4f {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4g {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4h {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 1280px) and (max-width: 1535px) {
    .x .c1-4i {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4j {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4k {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 1536px) and (max-width: 1920px) {
    .x .c1-4l {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4m {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-4n {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 1921px) {
    .x .c1-4o {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 2),(min-width: 1921px) and (min-resolution: 192dpi) {
    .x .c1-4p {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@media (min-width: 1921px) and (-webkit-min-device-pixel-ratio: 3),(min-width: 1921px) and (min-resolution: 288dpi) {
    .x .c1-4q {
        background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.25) 0%, rgba(0, 0, 0, 0.25) 100%), url("../image/anna_banner.png");
        background-size: contain;
    }
}

@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-26 {
        width: 100%
    }
}

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

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

@media (max-width: 767px) {
    .x .c1-42 {
        background-position: top
    }
}

@media (max-width: 767px) {
    .x .c1-43 {
        background-size: contain;
        min-height: 400px;
    }
}

@media (max-width: 767px) {
    .x .c1-52 {
        height: calc(100vw/1.7543859649122806)
    }
}

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

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

</style><style data-glamor="cxs-sm-sheet">@media (min-width: 768px) {
    .x .c1-d {
        font-size: 16px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-44 {
        background-position: top
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-45 {
        background-size: contain;
        min-height: 400px;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    .x .c1-53 {
        height: calc(100vw/1.7543859649122806)
    }
}

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
    .x .c1-7k {
        margin-right: 0px
    }
}

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

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

@media (min-width: 768px) {
    .x .c1-7o {
        padding-right: 0px
    }
}

@media (min-width: 768px) {
    .x .c1-7p {
        padding-left: 0px
    }
}

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

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

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

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

</style><style data-glamor="cxs-md-sheet">@media (min-width: 1024px) {
    .x .c1-e {
        font-size: 16px
    }
}

@media (min-width: 1024px) {
    .x .c1-p {
        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-16 {
        width: 100%
    }
}

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

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

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

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

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

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

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

@media (min-width: 1024px) {
    .x .c1-4r {
        min-height: 50vw;
    }
}

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

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

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

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

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

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-80 {
        padding-left: 32px
    }
}

@media (min-width: 1024px) and (max-width: 1279px) {
    .x .c1-81 {
        padding-right: 32px
    }
}

@media (min-width: 1024px) {
    .x .c1-82 {
        border-color: transparent
    }
}

@media (min-width: 1024px) {
    .x .c1-83 {
        border-bottom-color: transparent !important
    }
}

@media (min-width: 1024px) {
    .x .c1-84 {
        border-right-style: none
    }
}

@media (min-width: 1024px) {
    .x .c1-85 {
        border-right-width: 1px
    }
}

@media (min-width: 1024px) {
    .x .c1-86 {
        margin-right: 1px
    }
}

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

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

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

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

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

</style><style data-glamor="cxs-lg-sheet">@media (min-width: 1280px) {
    .x .c1-f {
        font-size: 16px
    }
}

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

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

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

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

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

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

</style><style data-glamor="cxs-xl-sheet">@media (min-width: 1536px) {
    .x .c1-g {
        font-size: 18px
    }
}

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

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

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

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

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

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

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

</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
}

.page-inner {
    background-color: #000;
    min-height: 100vh
}

.whats {
    color: #3dde7a !important;
    background: white !important;
    border-radius: 25px !important;
    font-family: sans-serif !important;
    font-size: 18px !important;
    padding: 2px 5px !important;
    min-width: 200px;
    width: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px !important;
}

.whats span {
    width: 40px;
}

a {
    text-decoration: none;
}

* {
    font-family: system-ui;
}
