body,html{min-height:100%}article,aside,details,figcaption,figure,footer,header,hgroup,hr,menu,nav,section{display:block}a,ins{text-decoration:none}a,abbr,acronym,address,applet,b,big,blockquote,body,caption,center,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,font,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,s,samp,small,span,strike,strong,table,tbody,td,tfoot,th,thead,tr,tt,u,ul,var{font-size:100%;margin:0;padding:0;border:0;outline:0;vertical-align:baseline;background:0 0;min-width:0}html{font-weight:400;touch-action:manipulation;-ms-touch-action:manipulation}body{line-height:1}body.ov-hidden{overflow:hidden}blockquote,q{quotes:none}:focus{outline:0}del{text-decoration:line-through}table{border-collapse:collapse;border-spacing:0}h1,h2,h3,h4,h5{font-weight:inherit}b,strong{font-weight:700}button,input,textarea{border:0;padding:0;font-weight:inherit;background:0 0;line-height:1}hr{width:100%;height:1px;background:#ada29c;margin:0;padding:0;border:0}.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:-moz-placeholder,:-ms-input-placeholder,::-moz-placeholder,::-webkit-input-placeholder{color:inherit}input::placeholder{color:inherit;opacity:.7}input[type=text]::-ms-clear,input[type=text]::-ms-reveal{display:none;width:0;height:0}input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration{display:none}a{color:inherit}select:disabled{opacity:.6}

/** {
    overscroll-behavior-y: none !important;
}*/

* {
    box-sizing: border-box;
}

html {
    font-size: 10px;
}

body {
    font-size: 1.6rem;
}

:disabled,
.disabled {
    pointer-events: none;
    opacity: 0.2;
}

img,
picture,
svg,
video,
canvas {
    display: block;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    overflow: hidden;
}

li {
    display: block;
}

b,
strong {
    font-weight: 700;
}

a[href*="tel"] {
    position: relative;
}

.copylink-hint {
    width: max-content;
    padding: 1rem;
    border: 0.1rem solid #ababab;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.5;
    position: fixed;
    top: 50%;
    left: 50%;
    z-index: 100;
    translate: -50% -50%;
    transition: 2s ease-out;
    pointer-events: none;
}

.copylink-hint.active {
    opacity: 0;
    margin-top: -5rem;
}

.wp-caption {
    max-width: 100%;
}

.no-select,
.swiper {
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.swiper-pagination-lock {
    display: none !important;
}

.swiper-slide.w-auto {
    width: auto;
}



/* slider-pagination START */
.slider-pagination {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 2.4rem;
    padding-top: 2.4rem;
    pointer-events: none;
    display: none;
}

.slider-pagination__item {
    width: 1rem;
    aspect-ratio: 1/1;
    border-radius: 100%;
    background: var(--color-default);
    pointer-events: auto;
}

.slider-pagination__item.active {
    opacity: 0.5;
}

@media screen and (max-width: 1024.9px) {
    .slider-pagination {
        display: flex;
    }
}
/* slider-pagination END */




/* slider START */
.no-overflow-slider {
    overflow: hidden;
}

.no-overflow-slider .swiper {
    overflow: visible;
}
/* slider END */




/* slider-controls START */
.slider-controls {
    display: flex;
    align-items: center;
    gap: 3rem;
    padding-top: 2rem;
}


.slider-nav {
    --nav-color: #2C2C2C;

    display: flex;
    align-items: center;
    gap: 1rem;
    pointer-events: none;
}

.slider-nav__item {
    flex-shrink: 0;
    aspect-ratio: 1/1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.4rem;
    border: 0.1rem solid rgba(0, 0, 0, 0.2);
    border-radius: 100%;
    cursor: pointer;
    pointer-events: auto;
    transition: 0.3s;
}

.slider-nav__item.disabled {
    opacity: 0.2;
    pointer-events: none;
}

.slider-nav__item path {
    stroke: currentColor;
}

[dir="rtl"] .slider-nav__item {
    rotate: 180deg;
}

.slider-scrollbar {
    flex: 1;
    height: 0.4rem;
    background: #D9D9D9;
    margin-top: 2.4rem;
    display: none;
}

.slider-scrollbar .swiper-scrollbar-drag {
    background: var(--color-black);
    border-radius: 0.2rem;
}

@media (hover: hover) and (pointer: fine) {
    .slider-nav__item:hover {
        background: #000;
        border-color: #000;
        color: #fff;
    }

}

@media (hover: none) {
    .item:active {
        
    }
}

@media screen and (max-width: 1024.9px) {
    .slider-nav {
        display: none;
    }

    .slider-scrollbar {
        display: block;
    }
}
/* slider-controls END */





/* pagination START */
.pagination {
    padding-top: 5rem;
}

.pagination__list {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center;
    gap: 1.6rem;
}

.pagination__list .page-numbers {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4.6rem;
    aspect-ratio: 1/1;
    border: 0.1rem solid var(--color-default);
    border-radius: 0.5rem;
    font-weight: bold;
    font-size: 1.6rem;
    transition: 0.3s;
    cursor: pointer;
}

.pagination__list a.page-numbers:hover {
    background: var(--color-default);
    color: #fff;
}

.pagination__list span.page-numbers {
    background: var(--color-orange);
    border-color: var(--color-orange);
    color: #fff;
    cursor: default;
}

.pagination__list path {
    fill: currentColor;
}

[dir="rtl"] .pagination__list .prev,
[dir="rtl"] .pagination__list .next {
    rotate: 180deg;
}
/* pagination END */




.ofc,
.ofcn {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.ofcn {
    object-fit: contain;
}

.fs0 {
    flex-shrink: 0;
}

.bg {
    position: absolute;
    inset: 0;
    z-index: -1;
}

section:has(.bg) {
    position: relative;
    z-index: 1;
}

.wrapper {
    box-sizing: border-box;
    max-width: 100%;
    padding: 0 var(--gutter);
    margin: 0 auto;
    width: calc(var(--wrapper) + var(--gutter)*2);
}

.shifted-wrapper {
    width: var(--sidewrap);
    padding-left: var(--wrapper-padding);
    overflow: hidden;
}

.shifted-wrapper .swiper {
    overflow: visible;
}

section:has(.slider-wrapper) {
    overflow-x: clip;
}

.slider-wrapper .swiper {
    overflow: visible;
}

.inner-wrap {
    max-width: 100%;
    width: 64rem;
    margin: 0 auto;
}


.limit-width,
.limit-width-centered {
    width: 89rem;
    max-width: 100%;
}

.limit-width-centered {
    margin-inline: auto;
}



/* table START */
table {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    font-size: 1.6rem;
    line-height: 1.5;
    background-color: #fff;
    border: 0.1rem solid #e8e8e8;
    border-radius: 1.2rem;
    overflow: hidden;
    box-shadow: 0 0.4rem 1.2rem rgba(0, 0, 0, 0.05);
}

thead {
    background-color: #f4f6f8;
}

th,
td {
    padding: 1.4rem 1.8rem;
    text-align: left;
    border-bottom: 0.1rem solid #e8e8e8;
}

th {
    font-weight: 600;
    color: #333;
}

thead th {
    background-color: #f7f7f7;
    font-size: 110%;
}

tbody tr:nth-child(even) {
    background-color: #fcfcfc;
}

td {
    color: #444;
}

table a {
    display: inline;
    color: var(--color-orange);
    text-decoration: underline;
}

table a:hover {
    text-decoration: none;
}
/* table END */



/* global START */
.br-block {
    border-radius: 2rem;
    overflow: hidden;
}

.flex-column {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.flex-column.centered {
    align-items: center;
}

.grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    align-items: start;
    gap: 4rem;
    width: 100%;
}

.header-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
}
/* global END */



.ellipsis {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    max-width: 100%;
    overflow: hidden;
}

.icon-item {
    flex: 0 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 0;
}

.close-btn {
    aspect-ratio: 1;
    display: flex;
    padding: 6px;
    font-family: monospace;
    font-weight: 400;
    font-style: normal;
    line-height: 1;
    color: #000;
    cursor: pointer;
}

.bottomline {
    display: inline;
    background-repeat: no-repeat;
    background-image: linear-gradient(currentColor, currentColor);
    background-position: 100% 100%;
    background-size: 100% 1px;
    cursor: pointer;
}

.bottomline:hover {
    animation: underline 1s;  
}

.underline {
    position: relative;
}

.underline::after {
    content: '';
    display: block;
    width: 0;
    height: 0.1rem;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.underline:hover::after,
.underline-parent:hover .underline::after {
    width: 100%;
}

.centered {
    text-align: center;
}

.requirements-message {
    background: #000;
    font-family: monospace;
    color: chartreuse;
    padding: 1rem 2rem;
}

#shadow-host-companion {
    display: none !important;
}

.gradient-border {
    position: relative;
    z-index: 1;
}

.gradient-border::after {
    content: '';
    display: block;
    padding: 0.1rem;
    border-radius: inherit;
    background: transparent;
    background: linear-gradient(141.8deg, cyan 14.44%, #01c4e5 86.47%);
    background-repeat: no-repeat;
    position: absolute;
    transition: inherit;
    pointer-events: none;
    z-index: -1;

    -webkit-mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    -webkit-mask-composite: xor;
    -webkit-mask-origin: content-box;
    -webkit-mask-clip: content-box;

    mask-image: linear-gradient(#fff, #fff), linear-gradient(#fff, #fff);
    mask-composite: exclude;
    mask-origin: content-box;
    mask-clip: content-box;
}


.pressed-in {
    box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.3),
        inset 0 0 0 rgba(255, 255, 255, 0.3);
    transition: 0.3s ease-out;
    cursor: pointer;
}

.pressed-in:hover {
    scale: 0.9;
    box-shadow: inset 3px 3px 5px rgba(0, 0, 0, 0.3),
        inset -3px -3px 5px rgba(255, 255, 255, 0.3);
}

.map {
    width: 100%;
    aspect-ratio: 610/216;
}

@keyframes underline {
    0% {
        background-position: 100% 100%;
        background-size: 100% 1px;
    }

    50% {
        background-position: 100% 100%;
        background-size: 0% 1px;
    }

    51% {
        background-position: 0% 100%;
        background-size: 0% 1px;
    }

    100% {
        background-position: 0% 100%;
        background-size: 100% 1px;
    }
}



/* show more START */
.showmore__content {
    -webkit-line-clamp: 12;
}

.showmore__btn {
    display: inline;
    text-decoration: underline;
    cursor: pointer;
}

.showmore__btn:hover {
    text-decoration: none;
}

.showmore__btn:not(.visible) {
    display: none;
}

.showmore__btn::before {
    content: attr(data-more);
}

.showmore__btn.active::before {
    content: attr(data-less);
}

@media screen and (max-width: 575.9px) {
    .showmore__content {
        -webkit-line-clamp: 3;
    }
}
/* show more END */




/* breadcrumbs START */
.breadcrumbs {
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    white-space: nowrap;
    font-weight: 500;
    font-size: 1.4rem;
    color: #353535;
}

.breadcrumbs__item {
    flex: 0 0 auto;
    position: relative;
}

.breadcrumbs__item_current {
    flex: 1;
    font-weight: 600;
    color: #252525;
    text-overflow: ellipsis;
    overflow: hidden;
}

.breadcrumbs__item::after {
    content: '';
    display: block;
    width: 0;
    height: 0.1rem;
    background: currentColor;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: 0.3s;
}

.breadcrumbs__sep {
    scale: 0.8 1;
    font-family: monospace;
}

@media (hover: hover) and (pointer: fine) {
    a.breadcrumbs__item:hover::after {
        width: 100%;
    }
}

@media (hover: none) {
    a.breadcrumbs__item:active::after {
        width: 100%;
    }
}
/* breadcrumbs END */


/* chirkashi START */
.chirkashi {
    max-width: 1080px;
    padding: 20px;
    background-color: #1e1e1e;
    border-radius: 8px;
    font-family: monospace;
    font-size: 13px;
    line-height: 1.6;
    color: #6ce08c;
    margin: 100px auto;
    overflow: auto;
}
/* chirkashi END */



/* message START */
.message {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 70rem;
    min-height: 10rem;
    padding: 1.8rem 3rem;
    margin: 3rem auto;
    background-color: #fafafa;
    border: 0.1rem solid #ddd;
    border-radius: 1rem;
    font-weight: 400;
    font-size: 2rem;
    line-height: 1.3;
    text-align: center;
    color: #777;
    box-shadow: none;
    transition: background-color 0.3s ease;
}
/* message END */



/* data-ajax-list START */
[data-ajax-list] {
    position: relative;
}

[data-ajax-list]::before {
    content: "";
    display: block;
    background: #fff;
    opacity: 0.6;
    position: absolute;
    inset: calc(var(--gutter) * -1);
    z-index: 2;
    cursor: wait;
}

[data-ajax-list]:not(.loading)::before {
    opacity: 0;
    pointer-events: none;
}
/* data-ajax-list END */



.map button {
    min-height: revert-layer;
}