*,::before,::after{box-sizing:border-box}
body{margin:0;padding:0;min-height:100vh;font-family:'Noto Sans',sans-serif}
.brand__bar{background:#5F0355;padding:12px 48px;display:flex;align-items:center;justify-content:space-between;gap:24px;max-width:100%}
.brand__identity{display:flex;align-items:center;gap:24px;margin-left:12px}
.brand__logowrap{border:2px dashed #fdfdfd99;border-radius:4px;padding:4px;background:#fdfdfd14;box-shadow:0 1px 2px 0 #5f035514 0 5px 14px 0 #5f03551a;flex-shrink:0;width:80px;height:80px;display:flex;align-items:center;justify-content:center}
.brand__logowrap img{width:65px;height:65px;object-fit:contain;display:block;opacity:0;transition:opacity .55s ease-in-out}
.brand__logowrap img.loaded{opacity:1}
.brand__text{display:flex;flex-direction:column;gap:4px}
.brand__name{font-size:21px;font-weight:700;color:#FDFDFD;line-height:1.1;letter-spacing:-.02em;text-decoration:none}
.brand__tagline{font-size:13px;color:#fdfdfdbf;line-height:1.6;font-weight:400}
.brand__credential{display:flex;align-items:center;gap:12px;border:1.5px solid #bd5a0999;border-radius:4px;padding:4px 12px;background:#bd5a091f}
.brand__credential-mark{width:8px;height:8px;border-radius:50%;background:#BD5A09;flex-shrink:0}
.brand__credential-text{font-size:13px;color:#fdfdfdd9;line-height:1.1;font-weight:700;letter-spacing:.04em;text-transform:uppercase}
.menu__strip{background:linear-gradient(135deg,#3d0236 0%,#5F0355 60%,#7a0469 100%);border-top:1.5px solid #bd5a0959;border-bottom:2px solid #BD5A09;padding:0 48px;max-width:100%}
.menu__list{display:flex;align-items:stretch;list-style:none;margin:0;padding:0;gap:4px;max-width:1400px;margin-left:auto;margin-right:auto;flex-wrap:wrap}
.menu__item{display:flex;align-items:stretch}
.menu__link{display:flex;align-items:center;gap:12px;padding:12px 24px;font-size:17px;font-weight:700;color:#fdfdfde0;text-decoration:none;line-height:1.1;letter-spacing:-.01em;border-bottom:3px solid transparent;transition:color .5s ease-in-out,border-color .5s ease-in-out,background .5s ease-in-out;min-height:44px;position:relative}
.menu__link:hover{color:#FDFDFD;border-bottom-color:#BD5A09;background:#bd5a0926}
.menu__link:focus{outline:none;filter:invert(1)}
.menu__icon{width:16px;height:16px;flex-shrink:0;fill:currentColor}
.menu__link .icon-default{display:block}
.menu__link .icon-hover{display:none}
.menu__link:hover .icon-default{display:none}
.menu__link:hover .icon-hover{display:block}
@media (max-width: 1024px) {
.brand__bar{padding:12px 24px}
.menu__strip{padding:0 24px}
.menu__link{padding:12px;font-size:13px}
}
@media (max-width: 640px) {
.brand__bar{padding:12px;flex-wrap:wrap}
.brand__credential{display:none}
.menu__strip{padding:0 12px}
.menu__link{padding:12px 4px;font-size:13px;gap:4px}
}
@media (max-width: 360px) {
.brand__logowrap{width:52px;height:52px}
.brand__logowrap img{width:44px;height:44px}
.brand__name{font-size:17px}
}
.foot__wrap{background:#FDFDFD;border-top:2px solid #5F0355}
.foot__upper{background:#5F0355;padding:48px 48px 24px}
.foot__upper-grid{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:auto 1fr;gap:48px;align-items:start}
.foot__logoblock{display:flex;flex-direction:column;align-items:flex-end;gap:12px}
.foot__logowrap{border:2px dashed #fdfdfd80;border-radius:4px;padding:4px;background:#fdfdfd0f;box-shadow:0 5px 14px 0 #5f03551a;width:80px;height:80px;display:flex;align-items:center;justify-content:center}
.foot__logowrap img{width:65px;height:65px;object-fit:contain;display:block;opacity:0;transition:opacity .6s cubic-bezier(0.25,0.46,0.45,0.94)}
.foot__logowrap img.loaded{opacity:1}
.foot__brand-name{font-size:13px;font-weight:700;color:#fdfdfdb3;line-height:1.1;text-align:right}
.foot__links-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.foot__col-head{font-size:13px;font-weight:700;color:#BD5A09;line-height:1.1;letter-spacing:.06em;text-transform:uppercase;margin-bottom:12px;padding-bottom:4px;border-bottom:1px solid #bd5a0966}
.foot__col-link{display:flex;align-items:center;gap:4px;font-size:17px;color:#fdfdfdd9;text-decoration:none;line-height:1.6;padding:4px 0;transition:color .5s ease-in-out;min-height:44px}
.foot__col-link:hover{color:#BD5A09}
.foot__col-link:focus{filter:invert(1);outline:none}
.foot__col-link .icon-default{display:inline-block}
.foot__col-link .icon-hover{display:none}
.foot__col-link:hover .icon-default{display:none}
.foot__col-link:hover .icon-hover{display:inline-block}
.foot__lower{background:#FDFDFD;padding:24px 48px}
.foot__lower-inner{max-width:1400px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.foot__legal-links{display:flex;align-items:center;gap:24px;flex-wrap:wrap;list-style:none;margin:0;padding:0}
.foot__legal-link{font-size:13px;color:#5F0355;text-decoration:none;line-height:1.6;font-weight:700;transition:color .45s ease-in-out;min-height:44px;display:flex;align-items:center}
.foot__legal-link:hover{color:#BD5A09}
.foot__legal-link:focus{filter:invert(1);outline:none}
.foot__copy{font-size:13px;color:#5F0355;line-height:1.6}
.foot__contact-row{display:flex;align-items:center;gap:24px;flex-wrap:wrap;padding-top:12px;border-top:1px solid #5f035526;max-width:1400px;margin:0 auto}
.foot__contact-item{font-size:13px;color:#5F0355;line-height:1.6;display:flex;align-items:center;gap:4px}
.foot__contact-link{color:#5F0355;text-decoration:none;font-weight:700;transition:color .45s ease-in-out}
.foot__contact-link:hover{color:#BD5A09}
.foot__contact-link:focus{filter:invert(1);outline:none}
@media (max-width: 1024px) {
.foot__upper{padding:48px 24px 24px}
.foot__lower{padding:24px}
.foot__links-grid{grid-template-columns:repeat(2,1fr)}
.foot__contact-row{padding-left:24px;padding-right:24px}
}
@media (max-width: 640px) {
.foot__upper{padding:24px 12px}
.foot__upper-grid{grid-template-columns:1fr;gap:24px}
.foot__logoblock{align-items:flex-start}
.foot__brand-name{text-align:left}
.foot__links-grid{grid-template-columns:1fr}
.foot__lower{padding:12px}
.foot__lower-inner{flex-direction:column;align-items:flex-start;gap:12px}
.foot__contact-row{padding-left:12px;padding-right:12px;gap:12px}
}
.consent__bar{display:none;position:fixed;top:24px;left:24px;z-index:2000;max-width:480px;width:calc(100vw - 48px);background:#FDFDFD;border:2px solid #5F0355;border-radius:4px;box-shadow:0 8px 48px 0 #5f035524;padding:24px}
.consent__description{font-size:13px;color:#5F0355;line-height:1.6;margin-bottom:4px}
.consent__headline{font-size:17px;font-weight:700;color:#5F0355;line-height:1.1;letter-spacing:-.01em;margin-bottom:12px}
.consent__actions{display:flex;align-items:center;gap:12px;flex-wrap:wrap}
.consent__accept{font-size:17px;font-weight:700;color:#FDFDFD;background:linear-gradient(135deg,#5F0355 0%,#BD5A09 100%);border:2.5px solid #5F0355;border-radius:4px;padding:12px 24px;cursor:pointer;min-height:44px;line-height:1.1;transition:border-color .5s ease-in-out,background .5s ease-in-out;box-shadow:0 5px 14px 0 #5f03551a}
.consent__accept:hover{background:linear-gradient(315deg,#5F0355 0%,#BD5A09 100%);border-color:#BD5A09}
.consent__accept:active{box-shadow:inset 0 1px 2px 0 #5f035514}
.consent__accept:focus{filter:invert(1);outline:none}
.consent__decline{font-size:13px;font-weight:400;color:#5F0355;background:transparent;border:1.5px solid #5F0355;border-radius:4px;padding:4px 12px;cursor:pointer;min-height:44px;line-height:1.1;transition:color .5s ease-in-out,border-color .5s ease-in-out}
.consent__decline:hover{color:#BD5A09;border-color:#BD5A09}
.consent__decline:active{box-shadow:inset 0 1px 2px 0 #5f035514}
.consent__decline:focus{filter:invert(1);outline:none}
.legal-text-p{max-width:1400px;margin:0 auto;padding:48px 24px}
.legal-text-p h1{font-size:50px;line-height:1.1;letter-spacing:-.02em;color:#5F0355;margin-bottom:24px;margin-top:0}
.legal-text-p h2{font-size:21px;line-height:1.1;letter-spacing:-.01em;color:#5F0355;margin-top:48px;margin-bottom:12px;padding-bottom:12px;border-bottom:2px solid #BD5A09}
.legal-text-p h3{font-size:17px;line-height:1.1;letter-spacing:-.01em;color:#3a0233;margin-top:24px;margin-bottom:12px}
.legal-text-p h4{font-size:17px;line-height:1.6;letter-spacing:0;color:#3a0233;margin-top:24px;margin-bottom:12px}
.legal-text-p h5{font-size:13px;line-height:1.6;letter-spacing:.02em;color:#5F0355;text-transform:uppercase;margin-top:24px;margin-bottom:12px}
.legal-text-p h6{font-size:13px;line-height:1.6;letter-spacing:0;color:#5F0355;margin-top:12px;margin-bottom:12px}
.legal-text-p p{font-size:17px;line-height:1.6;color:#1e0018;margin-top:0;margin-bottom:24px}
.legal-text-p ul{margin-top:0;margin-bottom:24px;padding-left:24px;list-style:none}
.legal-text-p ol{margin-top:0;margin-bottom:24px;padding-left:24px;list-style:none;counter-reset:policy-counter}
.legal-text-p ul li{font-size:17px;line-height:1.6;color:#1e0018;margin-bottom:12px;padding-left:12px;position:relative}
.legal-text-p ul li::before{content:"";display:block;position:absolute;left:-4px;top:10px;width:6px;height:6px;background-color:#BD5A09;border-radius:4px}
.legal-text-p ol li{font-size:17px;line-height:1.6;color:#1e0018;margin-bottom:12px;padding-left:12px;position:relative;counter-increment:policy-counter}
.legal-text-p ol li::before{content:counter(policy-counter) ".";position:absolute;left:-16px;color:#BD5A09;font-size:13px;font-weight:700;line-height:1.6}
.legal-text-p strong,.legal-text-p b{font-weight:700;color:#5F0355}
.legal-text-p em,.legal-text-p i{font-style:italic;color:#3a0233}
.legal-text-p table{width:100%;border-collapse:collapse;margin-bottom:48px;font-size:13px;line-height:1.6;box-shadow:0 5px 14px 0 #5f03551a;border-radius:4px;overflow:hidden}
.legal-text-p thead{background-color:#5F0355}
.legal-text-p thead tr{border-bottom:none}
.legal-text-p thead th{color:#FDFDFD;font-size:13px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;padding:12px 24px;text-align:left;border:none}
.legal-text-p tbody tr{border-bottom:1px solid #5f03551f;transition:background-color .45s ease-in-out}
.legal-text-p tbody tr:last-child{border-bottom:none}
.legal-text-p tbody tr:hover{background-color:#5f03550a}
.legal-text-p tbody td{font-size:13px;line-height:1.6;color:#1e0018;padding:12px 24px;vertical-align:top;border:none}
.legal-text-p div{margin-bottom:24px}
@media (max-width: 1024px) {
.legal-text-p{padding:48px 24px}
.legal-text-p h1{font-size:50px}
}
@media (max-width: 640px) {
.legal-text-p{padding:24px 12px}
.legal-text-p h1{font-size:21px;line-height:1.1}
.legal-text-p h2{font-size:17px;margin-top:24px}
.legal-text-p table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}
.legal-text-p thead th,.legal-text-p tbody td{padding:12px;white-space:nowrap}
}
@media (max-width: 360px) {
.legal-text-p{padding:12px 4px}
.legal-text-p p,.legal-text-p ul li,.legal-text-p ol li{font-size:13px}
.legal-text-p h1{font-size:21px}
}
.mcd{max-width:1400px;margin:0 auto;overflow-x:clip}
.mcd .div-top{id:top}
.mcd .tag-pill{display:inline-block;border:2px solid #5F0355;border-radius:4px;padding:4px 12px;font-size:13px;color:#5F0355;letter-spacing:.06em;line-height:1.1}
.mcd .hero-grid{display:grid;grid-template-columns:1fr 1fr;min-height:520px}
.mcd .hero-img-zone{position:relative;overflow:hidden}
.mcd .hero-img-zone img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .55s ease-in-out}
.mcd .hero-img-zone img.loaded{opacity:1}
.mcd .hero-img-overlay{position:absolute;inset:0;background:linear-gradient(160deg,#5f0355b8 0%,#bd5a0961 100%);pointer-events:none}
.mcd .hero-pattern{position:absolute;inset:0;pointer-events:none;overflow:hidden}
.mcd .hero-pattern::before{content:'';position:absolute;width:200%;height:200%;top:-50%;left:-50%;background-image:repeating-linear-gradient(45deg,#fdfdfd0f 0px,#fdfdfd0f 1px,transparent 1px,transparent 18px),repeating-linear-gradient(-45deg,#fdfdfd0f 0px,#fdfdfd0f 1px,transparent 1px,transparent 18px)}
.mcd .hero-txt-zone{background:linear-gradient(135deg,#FDFDFD 0%,#f5eef4 60%,#fdf4ec 100%);padding:96px 48px 48px;display:flex;flex-direction:column;justify-content:center;gap:24px;position:relative}
.mcd .hero-txt-zone::before{content:'';position:absolute;top:48px;right:48px;width:120px;height:120px;border-radius:50%;border:1px solid #5f03551a;pointer-events:none}
.mcd .hero-txt-zone::after{content:'';position:absolute;top:24px;right:24px;width:168px;height:168px;border-radius:50%;border:1px solid #5f03550f;pointer-events:none}
.mcd .hero-overline{display:flex;flex-direction:row;align-items:center;gap:12px;flex-wrap:wrap}
.mcd .hero-overline-line{width:32px;height:2px;background:#BD5A09}
.mcd .hero-h1{font-size:50px;line-height:1.1;letter-spacing:-.03em;color:#1e0a1c;margin:0}
.mcd .hero-desc{font-size:17px;line-height:1.6;color:#3a1436;margin:0;max-width:480px}
.mcd .hero-actions{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;margin-top:12px}
.mcd .btn-primary{border:3px solid #5F0355;border-radius:4px;background:linear-gradient(100deg,#5F0355 0%,#BD5A09 100%);color:#FDFDFD;font-size:17px;padding:12px 24px;cursor:pointer;transition:background .5s cubic-bezier(0.25,0.46,0.45,0.94),border-color .5s cubic-bezier(0.25,0.46,0.45,0.94);line-height:1.1;text-decoration:none;display:inline-block}
.mcd .btn-primary:hover{background:linear-gradient(260deg,#5F0355 0%,#BD5A09 100%);border-color:#BD5A09;box-shadow:0 5px 14px 0 #5f03551a}
.mcd .btn-primary:active{box-shadow:inset 0 2px 6px 0 #5f03552e}
.mcd .btn-ghost{border:3px solid #BD5A09;border-radius:4px;background:transparent;color:#BD5A09;font-size:17px;padding:12px 24px;cursor:pointer;transition:background .55s ease-in-out,color .55s ease-in-out;line-height:1.1;text-decoration:none;display:inline-block}
.mcd .btn-ghost:hover{background:linear-gradient(280deg,#BD5A09 0%,#5F0355 100%);color:#FDFDFD;box-shadow:0 5px 14px 0 #bd5a091a}
.mcd .btn-ghost:active{box-shadow:inset 0 2px 6px 0 #bd5a092e}
.mcd .divider-num{display:flex;flex-direction:row;align-items:center;gap:12px;padding:24px 48px}
.mcd .divider-num-line{flex:1;height:1px;background:#5f03552e}
.mcd .divider-num-label{font-size:13px;color:#5f035580;letter-spacing:.12em;line-height:1.1}
.mcd .meta-bar{display:flex;flex-direction:row;flex-wrap:wrap;gap:24px;padding:24px 48px;background:#FDFDFD;border-top:1px solid #5f03551a;border-bottom:1px solid #5f03551a;align-items:center}
.mcd .meta-item{display:flex;flex-direction:row;align-items:center;gap:12px}
.mcd .meta-icon{width:20px;height:20px;flex-shrink:0}
.mcd .meta-label{font-size:13px;color:#5F0355;line-height:1.1;letter-spacing:.04em}
.mcd .meta-val{font-size:13px;color:#3a1436;line-height:1.1}
.mcd .body-grid{display:grid;grid-template-columns:1fr 360px;gap:48px;padding:48px;align-items:start}
.mcd .desc-col{display:flex;flex-direction:column;gap:24px}
.mcd .desc-col h2{font-size:21px;line-height:1.1;color:#1e0a1c;margin:0;letter-spacing:-.01em}
.mcd .desc-col p{font-size:17px;line-height:1.6;color:#3a1436;margin:0}
.mcd .desc-col ul{margin:0;padding:0 0 0 12px;display:flex;flex-direction:column;gap:12px}
.mcd .desc-col li{font-size:17px;line-height:1.6;color:#3a1436;padding-left:12px}
.mcd .desc-col abbr{border-bottom:1px dotted #BD5A09;cursor:help;color:#BD5A09;text-decoration:none}
.mcd .desc-col figure{margin:0;border-radius:4px;overflow:hidden}
.mcd .desc-col figcaption{font-size:13px;color:#5f035599;padding:4px 0;line-height:1.6}
.mcd .desc-col details{border:1px solid #5f03552e;border-radius:4px;padding:12px}
.mcd .desc-col summary{font-size:17px;color:#5F0355;cursor:pointer;line-height:1.6;list-style:none}
.mcd .desc-col summary::-webkit-details-marker{display:none}
.mcd .sidebar{display:flex;flex-direction:column;gap:24px;position:sticky;top:24px}
.mcd .price-card{border:2px solid #5f035538;border-radius:4px;background:#FDFDFD;padding:24px;display:flex;flex-direction:column;gap:12px;box-shadow:0 5px 14px 0 #5f03551a}
.mcd .price-amount{font-size:50px;line-height:1.1;color:#5F0355;letter-spacing:-.03em}
.mcd .price-note{font-size:13px;color:#5f0355a6;line-height:1.6}
.mcd .price-des{font-size:17px;line-height:1.6;color:#3a1436}
.mcd .price-meta{display:flex;flex-direction:column;gap:4px;border-top:1px solid #5f03551f;padding-top:12px}
.mcd .price-meta-row{display:flex;flex-direction:row;justify-content:space-between;gap:12px}
.mcd .price-meta-key{font-size:13px;color:#5f035599;line-height:1.6}
.mcd .price-meta-value{font-size:13px;color:#1e0a1c;line-height:1.6;font-weight:600}
.mcd .seats-bar{height:6px;border-radius:4px;background:#5f03551f;overflow:hidden}
.mcd .seats-fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#5F0355,#BD5A09);width:68%;transition:width .6s cubic-bezier(0.25,0.46,0.45,0.94)}
.mcd .like-row{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 0 0}
.mcd .like-icon{width:22px;height:22px}
.mcd .like-count{font-size:17px;color:#BD5A09;line-height:1.1}
.mcd .loyalty-strip{background:linear-gradient(100deg,#5F0355 0%,#BD5A09 100%);padding:48px;display:flex;flex-direction:row;align-items:center;gap:48px;flex-wrap:wrap;position:relative;overflow:hidden}
.mcd .loyalty-strip::before{content:'';position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:300px;height:300px;border-radius:50%;background:#fdfdfd0a;animation:spot-breathe 4s ease-in-out infinite;pointer-events:none}
@keyframes spot-breathe {
0%,100%{transform:translate(-50%,-50%) scale(1)}
50%{transform:translate(-50%,-50%) scale(1.08)}
}
.mcd .loyalty-txt{flex:1;min-width:220px;display:flex;flex-direction:column;gap:12px}
.mcd .loyalty-overline{display:flex;flex-direction:row;align-items:center;gap:12px}
.mcd .loyalty-overline-line{width:24px;height:2px;background:#fdfdfd99}
.mcd .loyalty-overline-text{font-size:13px;color:#fdfdfdbf;letter-spacing:.1em;line-height:1.1}
.mcd .loyalty-h2{font-size:21px;line-height:1.1;color:#FDFDFD;margin:0}
.mcd .loyalty-body{font-size:17px;line-height:1.6;color:#fdfdfde0;margin:0}
.mcd .loyalty-action{flex-shrink:0;display:flex;flex-direction:column;gap:12px;align-items:flex-start}
.mcd .btn-light{border:3px solid #FDFDFD;border-radius:4px;background:transparent;color:#FDFDFD;font-size:17px;padding:12px 24px;cursor:pointer;transition:background .5s cubic-bezier(0.25,0.46,0.45,0.94),color .5s cubic-bezier(0.25,0.46,0.45,0.94);line-height:1.1;text-decoration:none;display:inline-block}
.mcd .btn-light:hover{background:linear-gradient(260deg,#FDFDFD 0%,#fdfdfdd9 100%);color:#5F0355;box-shadow:0 5px 14px 0 #5f035524}
.mcd .btn-light:active{box-shadow:inset 0 2px 6px 0 #5f03552e}
.mcd .program-grid{padding:48px;background:#f9f2f8;display:flex;flex-direction:column;gap:48px}
.mcd .prog-header{display:flex;flex-direction:column;gap:12px;max-width:600px}
.mcd .prog-overline{display:flex;flex-direction:row;align-items:center;gap:12px}
.mcd .prog-overline-line{width:24px;height:2px;background:#BD5A09}
.mcd .prog-overline-text{font-size:13px;color:#BD5A09;letter-spacing:.1em;line-height:1.1}
.mcd .prog-h2{font-size:21px;line-height:1.1;color:#1e0a1c;margin:0}
.mcd .step-list{display:flex;flex-direction:row;gap:24px;flex-wrap:nowrap;overflow-x:auto;padding-bottom:12px}
.mcd .step-item{flex:0 0 260px;border:2px solid #5f03552e;border-radius:4px;padding:24px;background:#FDFDFD;display:flex;flex-direction:column;gap:12px;box-shadow:0 1px 2px 0 #5f035514;transition:box-shadow .5s ease-in-out,border-color .5s ease-in-out}
.mcd .step-item:hover{box-shadow:0 8px 48px 0 #5f035524;border-color:#5F0355}
.mcd .step-num{font-size:50px;line-height:1.1;color:#5f03551f;letter-spacing:-.04em}
.mcd .step-title{font-size:17px;line-height:1.1;color:#1e0a1c;font-weight:600;margin:0}
.mcd .step-desc{font-size:13px;line-height:1.6;color:#3a1436;margin:0}
.mcd .prog-content h2{font-size:21px;line-height:1.1;color:#1e0a1c;margin:0 0 12px}
.mcd .prog-content p{font-size:17px;line-height:1.6;color:#3a1436;margin:0 0 12px}
.mcd .prog-content ul,.mcd .prog-content ol{margin:0 0 12px;padding-left:24px;display:flex;flex-direction:column;gap:4px}
.mcd .prog-content li{font-size:17px;line-height:1.6;color:#3a1436}
.mcd .prog-content strong{color:#5F0355}
.mcd .prog-content dl{margin:0 0 12px}
.mcd .prog-content dt{font-size:17px;line-height:1.1;color:#5F0355;font-weight:600;margin-top:12px}
.mcd .prog-content dd{font-size:17px;line-height:1.6;color:#3a1436;margin-left:24px}
.mcd .back-top-row{display:flex;flex-direction:row;justify-content:center;padding:24px 48px;border-top:1px solid #5f03551a}
.mcd .back-top-link{display:flex;flex-direction:row;align-items:center;gap:12px;text-decoration:none;color:#5F0355;font-size:17px;line-height:1.1;border:2px solid #5f03554d;border-radius:4px;padding:12px 24px;transition:background .5s ease-in-out,color .5s ease-in-out,border-color .5s ease-in-out}
.mcd .back-top-link:hover{background:linear-gradient(100deg,#5F0355 0%,#BD5A09 100%);color:#FDFDFD;border-color:transparent;box-shadow:0 5px 14px 0 #5f03551a}
.mcd .back-top-link svg{transition:transform .5s ease-in-out}
.mcd .back-top-link:hover svg{transform:translateY(-3px)}
@media (max-width: 1024px) {
.mcd .hero-grid{grid-template-columns:1fr}
.mcd .hero-img-zone{min-height:320px}
.mcd .body-grid{grid-template-columns:1fr}
.mcd .sidebar{position:static}
}
@media (max-width: 640px) {
.mcd .hero-txt-zone{padding:48px 24px}
.mcd .hero-h1{font-size:21px}
.mcd .body-grid{padding:24px;gap:24px}
.mcd .program-grid{padding:24px}
.mcd .loyalty-strip{padding:48px 24px;flex-direction:column;gap:24px}
.mcd .meta-bar{padding:24px;gap:12px}
.mcd .divider-num{padding:24px}
.mcd .back-top-row{padding:24px}
.mcd .step-list{flex-direction:column;overflow-x:visible}
.mcd .step-item{flex:1 1 auto}
}
@media (max-width: 360px) {
.mcd .hero-h1{font-size:21px}
.mcd .price-amount{font-size:21px}
.mcd .hero-actions{flex-direction:column}
}
.mstr{max-width:1400px;margin:0 auto;overflow:hidden}
.mstr .title-row{display:flex;flex-direction:row;align-items:stretch;min-height:320px;background:#fff;position:relative}
.mstr .title-row__text{flex:1 1 50%;padding:48px;display:flex;flex-direction:column;justify-content:center;position:relative}
.mstr .title-row__overline{font-size:13px;letter-spacing:.12em;color:#BD5A09;text-transform:uppercase;margin-bottom:12px;line-height:1.1;border-bottom:2px solid #BD5A09;display:inline-block;padding-bottom:4px;width:fit-content}
.mstr .title-row__h1{font-size:50px;line-height:1.1;letter-spacing:-.03em;color:#1b0019;margin:0 0 24px}
.mstr .title-row__h1 span{display:inline;background:linear-gradient(135deg,#bd5a0938 0%,#bd5a0938 100%);padding:0 4px;border-radius:4px}
.mstr .title-row__desc{font-size:17px;line-height:1.6;color:#2a0226;margin:0;max-width:480px}
.mstr .title-row__bracket{position:absolute;top:24px;left:24px;width:32px;height:32px;border-top:3px solid #5F0355;border-left:3px solid #5F0355;border-radius:4px 0 0 0;pointer-events:none}
.mstr .title-row__bracket--br{top:auto;left:auto;bottom:24px;right:24px;border-top:none;border-left:none;border-bottom:3px solid #5F0355;border-right:3px solid #5F0355;border-radius:0 0 4px 0}
.mstr .title-row__img-wrap{flex:1 1 50%;position:relative;overflow:hidden;min-height:280px}
.mstr .title-row__img-wrap img{width:100%;height:100%;object-fit:cover;display:block;opacity:0;transition:opacity .55s ease-in-out}
.mstr .title-row__img-wrap img.loaded{opacity:1}
.mstr .title-row__img-overlay{position:absolute;inset:0;background:linear-gradient(270deg,#fdfdfd00 0%,#5f035561 100%);pointer-events:none}
.mstr .cards-grid{padding:48px;background:#FDFDFD}
.mstr .cards-grid__label{font-size:13px;color:#5F0355;letter-spacing:.1em;text-transform:uppercase;margin-bottom:4px;line-height:1.1}
.mstr .cards-grid__heading{font-size:21px;line-height:1.1;color:#1b0019;margin:0 0 24px;letter-spacing:-.01em}
.mstr .card-list{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.mstr .mcard{background:#fff;border-radius:4px;box-shadow:0 1px 2px 0 #5f035514;display:flex;flex-direction:column;transition:box-shadow .5s cubic-bezier(0.25,0.46,0.45,0.94);position:relative;overflow:hidden}
.mstr .mcard:hover{box-shadow:0 8px 48px 0 #5f035524}
.mstr .mcard__img-box{width:100%;height:180px;overflow:hidden;position:relative;background:#e8d6e6}
.mstr .mcard__img-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5F0355 0%,#BD5A09 100%)}
.mstr .mcard__img-placeholder svg{opacity:.18}
.mstr .mcard__tag-row{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px 12px 0}
.mstr .mcard__tag{font-size:13px;color:#5F0355;border:1.5px solid #5F0355;border-radius:4px;padding:2px 8px;line-height:1.6;background:transparent}
.mstr .mcard__format{font-size:13px;color:#BD5A09;border:1.5px solid #BD5A09;border-radius:4px;padding:2px 8px;line-height:1.6}
.mstr .mcard__body{padding:12px 12px 0;flex:1 1 auto;display:flex;flex-direction:column;gap:4px}
.mstr .mcard__title{font-size:17px;line-height:1.1;color:#1b0019;margin:0 0 4px;letter-spacing:-.01em}
.mstr .mcard__desc{font-size:13px;line-height:1.6;color:#3a0035;margin:0}
.mstr .mcard__meta{display:flex;flex-direction:row;gap:12px;align-items:center;padding:12px 12px 0;flex-wrap:wrap}
.mstr .mcard__meta-item{font-size:13px;color:#5F0355;display:flex;flex-direction:row;align-items:center;gap:4px;line-height:1.6}
.mstr .mcard__meta-item svg{flex-shrink:0}
.mstr .mcard__footer{padding:12px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;border-top:1px solid #5f03551a;margin-top:12px;gap:12px;flex-wrap:wrap}
.mstr .mcard__price-block{display:flex;flex-direction:column;gap:4px}
.mstr .mcard__price{font-size:21px;line-height:1.1;color:#5F0355;font-weight:700;letter-spacing:-.02em}
.mstr .mcard__price-note{font-size:13px;color:#BD5A09;line-height:1.1}
.mstr .mcard__price-terms{font-size:13px;color:#3a0035;line-height:1.6}
.mstr .mcard__cta{display:inline-block;font-size:13px;color:#5F0355;border:2.5px solid #5F0355;border-radius:4px;padding:8px 16px;text-decoration:none;line-height:1.1;background:transparent;transition:background .5s ease-in-out,color .5s ease-in-out,border-color .5s ease-in-out;white-space:nowrap;position:relative}
.mstr .mcard__cta:hover{background:linear-gradient(160deg,#5F0355 0%,#BD5A09 100%);color:#FDFDFD;border-color:transparent}
.mstr .mcard__seats{font-size:13px;color:#BD5A09;line-height:1.6;padding:0 12px 12px}
.mstr .mcard__likes{font-size:13px;color:#5F0355;display:flex;flex-direction:row;align-items:center;gap:4px;line-height:1.6}
.mstr .loyalty-strip{background:#5F0355;padding:48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap;position:relative;overflow:hidden}
.mstr .loyalty-strip__deco{position:absolute;top:0;right:0;width:160px;height:160px;pointer-events:none;overflow:hidden}
.mstr .loyalty-strip__deco svg{width:160px;height:160px}
.mstr .loyalty-strip__text{flex:1 1 320px;display:flex;flex-direction:column;gap:12px}
.mstr .loyalty-strip__overline{font-size:13px;color:#BD5A09;letter-spacing:.12em;text-transform:uppercase;line-height:1.1}
.mstr .loyalty-strip__h{font-size:21px;line-height:1.1;color:#FDFDFD;margin:0;letter-spacing:-.01em}
.mstr .loyalty-strip__p{font-size:17px;line-height:1.6;color:#fdfdfdd1;margin:0;max-width:520px}
.mstr .loyalty-strip__btn{display:inline-block;font-size:17px;color:#FDFDFD;border:2.5px solid #BD5A09;border-radius:4px;padding:12px 24px;text-decoration:none;line-height:1.1;background:transparent;transition:background .6s cubic-bezier(0.25,0.46,0.45,0.94),color .6s cubic-bezier(0.25,0.46,0.45,0.94);white-space:nowrap;flex-shrink:0}
.mstr .loyalty-strip__btn:hover{background:#BD5A09;color:#FDFDFD}
.mstr .how-it-works{padding:48px;background:#fff;display:flex;flex-direction:row;gap:48px;align-items:flex-start;flex-wrap:wrap}
.mstr .how-it-works__left{flex:0 0 260px;display:flex;flex-direction:column;gap:12px}
.mstr .how-it-works__overline{font-size:13px;color:#BD5A09;letter-spacing:.1em;text-transform:uppercase;line-height:1.1}
.mstr .how-it-works__h{font-size:21px;line-height:1.1;color:#1b0019;margin:0;letter-spacing:-.01em}
.mstr .how-it-works__p{font-size:13px;line-height:1.6;color:#3a0035;margin:0}
.mstr .how-it-works__steps{flex:1 1 320px;display:flex;flex-direction:column;gap:24px}
.mstr .step-item{display:flex;flex-direction:row;gap:12px;align-items:flex-start;border-radius:4px;padding:12px;border:1.5px solid #5f03551a;transition:border-color .5s ease-in-out,box-shadow .5s ease-in-out}
.mstr .step-item:hover{border-color:#5F0355;box-shadow:0 5px 14px 0 #5f03551a}
.mstr .step-item__num{font-size:50px;line-height:1.1;color:#5f03551f;font-weight:700;letter-spacing:-.04em;flex-shrink:0;width:48px;text-align:center}
.mstr .step-item__content{display:flex;flex-direction:column;gap:4px}
.mstr .step-item__h{font-size:17px;line-height:1.1;color:#1b0019;margin:0;letter-spacing:-.01em}
.mstr .step-item__p{font-size:13px;line-height:1.6;color:#3a0035;margin:0}
.mstr .format-compare{padding:48px;background:linear-gradient(170deg,#fdfdfdff 0%,#bd5a090f 100%);display:flex;flex-direction:column;gap:24px}
.mstr .format-compare__head{display:flex;flex-direction:column;gap:4px}
.mstr .format-compare__overline{font-size:13px;color:#5F0355;letter-spacing:.1em;text-transform:uppercase;line-height:1.1}
.mstr .format-compare__h{font-size:21px;line-height:1.1;color:#1b0019;margin:0;letter-spacing:-.01em}
.mstr .compare-table{width:100%;border-collapse:collapse;font-size:13px;line-height:1.6}
.mstr .compare-table th{background:#5F0355;color:#FDFDFD;padding:12px;text-align:left;font-size:13px;line-height:1.1;font-weight:600}
.mstr .compare-table th:first-child{border-radius:4px 0 0 0}
.mstr .compare-table th:last-child{border-radius:0 4px 0 0}
.mstr .compare-table td{padding:12px;color:#2a0226;border-bottom:1px solid #5f035514;vertical-align:top}
.mstr .compare-table tr:last-child td{border-bottom:none}
.mstr .compare-table tr:nth-child(even) td{background:#5f035508}
.mstr .compare-table .check-yes{color:#5F0355;font-weight:600}
.mstr .compare-table .check-no{color:#5f035559}
.mstr .contact-row{padding:48px;background:#fff;display:flex;flex-direction:row;gap:48px;align-items:flex-start;flex-wrap:wrap;border-top:2px solid #5f03551f}
.mstr .contact-row__info{flex:1 1 280px;display:flex;flex-direction:column;gap:12px}
.mstr .contact-row__overline{font-size:13px;color:#BD5A09;letter-spacing:.1em;text-transform:uppercase;line-height:1.1}
.mstr .contact-row__h{font-size:21px;line-height:1.1;color:#1b0019;margin:0;letter-spacing:-.01em}
.mstr .contact-row__p{font-size:13px;line-height:1.6;color:#3a0035;margin:0}
.mstr .contact-row__details{display:flex;flex-direction:column;gap:12px}
.mstr .contact-row__detail{display:flex;flex-direction:row;align-items:center;gap:12px;font-size:13px;color:#2a0226;line-height:1.6}
.mstr .contact-row__detail a{color:#5F0355;text-decoration:none;border-bottom:1px solid #5f03554d;transition:border-color .5s ease-in-out}
.mstr .contact-row__detail a:hover{border-color:#5F0355}
.mstr .contact-row__form{flex:1 1 320px;display:flex;flex-direction:column;gap:12px}
.mstr .form-field{display:flex;flex-direction:column;gap:4px}
.mstr .form-field label{font-size:13px;color:#5F0355;line-height:1.1}
.mstr .form-field input,.mstr .form-field textarea{border:1.5px solid #5f035540;border-radius:4px;padding:12px;font-size:13px;color:#1b0019;background:#fff;line-height:1.6;transition:border-color .5s ease-in-out,box-shadow .5s ease-in-out;outline:none;width:100%;box-sizing:border-box}
.mstr .form-field input::placeholder,.mstr .form-field textarea::placeholder{color:#5f035559}
.mstr .form-field input:focus,.mstr .form-field textarea:focus{border-color:#5F0355;box-shadow:0 1px 2px 0 #5f035514}
.mstr .form-field textarea{min-height:96px;resize:vertical}
.mstr .form-submit{display:inline-block;font-size:17px;color:#FDFDFD;background:linear-gradient(160deg,#5F0355 0%,#BD5A09 100%);border:2.5px solid transparent;border-radius:4px;padding:12px 24px;cursor:pointer;line-height:1.1;transition:background .6s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .5s ease-in-out;box-shadow:0 1px 2px 0 #5f035514;width:100%}
.mstr .form-submit:hover{background:linear-gradient(340deg,#5F0355 0%,#BD5A09 100%);box-shadow:0 5px 14px 0 #5f03551a}
.mstr .form-submit:active{box-shadow:inset 0 2px 6px 0 #5f03552e}
@media (max-width: 1024px) {
.mstr .card-list{grid-template-columns:repeat(2,1fr)}
.mstr .title-row__h1{font-size:50px}
}
@media (max-width: 640px) {
.mstr .title-row{flex-direction:column}
.mstr .title-row__img-wrap{min-height:200px;flex:0 0 200px}
.mstr .title-row__text{padding:24px}
.mstr .title-row__h1{font-size:50px}
.mstr .card-list{grid-template-columns:1fr}
.mstr .cards-grid{padding:24px}
.mstr .loyalty-strip{padding:24px;flex-direction:column}
.mstr .how-it-works{padding:24px;flex-direction:column}
.mstr .format-compare{padding:24px}
.mstr .contact-row{padding:24px;flex-direction:column}
}
@media (max-width: 360px) {
.mstr .title-row__h1{font-size:21px}
.mstr .title-row__text{padding:12px}
.mstr .cards-grid{padding:12px}
.mstr .loyalty-strip{padding:12px}
.mstr .how-it-works{padding:12px}
.mstr .format-compare{padding:12px}
.mstr .contact-row{padding:12px}
}
.rt{max-width:100%;overflow-x:hidden}
.rt *{box-sizing:border-box}
.rt .pg-wrap{max-width:1400px;margin:0 auto;padding:0 24px}
.rt .title-band{background:linear-gradient(170deg,#5F0355 0%,#7a0470 40%,#5f03552e 80%,transparent 100%);position:relative;padding:48px 0 24px}
.rt .title-band__inner{max-width:1400px;margin:0 auto;padding:0 24px;display:flex;flex-direction:row;align-items:center;gap:48px}
.rt .title-band__text{flex:1 1 0;min-width:0}
.rt .title-band__pre{font-size:13px;letter-spacing:.12em;color:#BD5A09;text-transform:uppercase;margin-bottom:12px;display:block}
.rt .title-band__h1{font-size:50px;line-height:1.1;letter-spacing:-.03em;color:#FDFDFD;margin:0 0 12px}
.rt .title-band__desc{font-size:17px;line-height:1.6;color:#fdfdfdd1;margin:0 0 24px;max-width:520px}
.rt .title-band__cta{display:inline-block;border:2.5px solid #BD5A09;color:#BD5A09;background:transparent;padding:12px 24px;border-radius:4px;font-size:17px;text-decoration:none;cursor:pointer;transition:background .5s ease-in-out,color .5s ease-in-out}
.rt .title-band__cta:hover{background:linear-gradient(120deg,#BD5A09 0%,#5F0355 100%);color:#FDFDFD}
.rt .title-band__img-col{flex:0 0 420px;position:relative}
.rt .title-band__img-wrap{border-radius:4px;overflow:hidden;box-shadow:0 8px 48px 0 #5f035524}
.rt .title-band__img-wrap img{width:100%;height:320px;object-fit:cover;display:block;opacity:0;transition:opacity .55s ease-in-out}
.rt .title-band__img-wrap img.loaded{opacity:1}
.rt .title-band__img-grad{position:absolute;bottom:0;left:0;right:0;height:120px;background:linear-gradient(to top,#5F0355 0%,transparent 100%);border-radius:0 0 4px 4px;pointer-events:none}
.rt .title-band__shape{position:absolute;top:-24px;right:-24px;width:160px;height:160px;border:2px solid #bd5a092e;border-radius:40px;pointer-events:none;z-index:0}
.rt .title-band__shape2{position:absolute;bottom:24px;left:-12px;width:80px;height:80px;border:1.5px solid #fdfdfd1f;border-radius:40px;pointer-events:none;z-index:0}
.rt .divider-a{display:flex;flex-direction:row;align-items:center;gap:4px;padding:12px 24px;max-width:1400px;margin:0 auto}
.rt .divider-a__seg{height:2px;border-radius:4px;background:#BD5A09}
.rt .divider-a__seg--long{flex:3}
.rt .divider-a__seg--short{flex:1}
.rt .offer{background:#FDFDFD;padding:48px 0}
.rt .offer__inner{max-width:1400px;margin:0 auto;padding:0 24px}
.rt .offer__over{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#BD5A09;display:block;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:fit-content}
.rt .offer__h2{font-size:21px;line-height:1.1;color:#5F0355;margin:0 0 24px;letter-spacing:-.01em}
.rt .offer__grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px}
.rt .offer__card{border:2px solid #5f03551f;border-radius:4px;padding:24px;background:#FDFDFD;box-shadow:0 1px 2px 0 #5f035514;transition:box-shadow .5s ease-in-out,border-color .5s ease-in-out;position:relative}
.rt .offer__card:hover{box-shadow:0 5px 14px 0 #5f03551a;border-color:#BD5A09}
.rt .offer__card-icon{width:36px;height:36px;margin-bottom:12px;display:flex;align-items:center;justify-content:center}
.rt .offer__card-icon svg{width:28px;height:28px}
.rt .offer__card-h{font-size:17px;line-height:1.1;color:#5F0355;margin:0 0 12px}
.rt .offer__card-p{font-size:13px;line-height:1.6;color:#2a0a26;margin:0}
.rt .offer__card-tag{display:inline-block;border:1px solid #BD5A09;border-radius:4px;padding:4px 12px;font-size:13px;color:#BD5A09;margin-top:12px}
.rt .offer__img-row{margin-top:24px;display:grid;grid-template-columns:2fr 1fr;gap:24px;align-items:center}
.rt .offer__img-wrap{border-radius:4px;overflow:hidden;box-shadow:0 5px 14px 0 #5f03551a}
.rt .offer__img-wrap img{width:100%;height:220px;object-fit:cover;display:block;opacity:0;transition:opacity .6s cubic-bezier(0.25,0.46,0.45,0.94)}
.rt .offer__img-wrap img.loaded{opacity:1}
.rt .offer__img-text{font-size:17px;line-height:1.6;color:#2a0a26}
.rt .offer__img-text a{color:#5F0355;text-decoration:underline;text-underline-offset:3px}
.rt .divider-b{height:2px;background:repeating-linear-gradient(90deg,#5F0355 0px,#5F0355 18px,transparent 18px,transparent 24px,#BD5A09 24px,#BD5A09 30px,transparent 30px,transparent 36px);margin:0}
.rt .scale{background:linear-gradient(155deg,#2a0a26 0%,#5F0355 55%,#7a1a05 100%);padding:96px 0}
.rt .scale__inner{max-width:1400px;margin:0 auto;padding:0 24px}
.rt .scale__over{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#BD5A09;display:block;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:fit-content}
.rt .scale__h2{font-size:21px;line-height:1.1;color:#FDFDFD;margin:0 0 48px}
.rt .scale__row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:48px}
.rt .scale__stat{text-align:left}
.rt .scale__num{font-size:50px;line-height:1.1;letter-spacing:-.04em;color:#BD5A09;display:block;margin-bottom:4px}
.rt .scale__label{font-size:17px;line-height:1.6;color:#fdfdfdd9;display:block;margin-bottom:4px}
.rt .scale__sub{font-size:13px;line-height:1.6;color:#fdfdfd8c}
.rt .scale__deco{width:100%;height:1px;background:#fdfdfd1f;margin:48px 0}
.rt .scale__bottom{display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center}
.rt .scale__img-wrap{border-radius:4px;overflow:hidden;box-shadow:0 8px 48px 0 #5f035524}
.rt .scale__img-wrap img{width:100%;height:240px;object-fit:cover;display:block;opacity:0;transition:opacity .55s ease-in-out}
.rt .scale__img-wrap img.loaded{opacity:1}
.rt .scale__bottom-text{color:#fdfdfdd1;font-size:17px;line-height:1.6}
.rt .scale__keyword{border:1px solid #BD5A09;border-radius:4px;padding:0 4px;color:#BD5A09;display:inline}
.rt .divider-c{height:3px;background:repeating-linear-gradient(90deg,#BD5A09 0px,#BD5A09 6px,transparent 6px,transparent 12px,#5F0355 12px,#5F0355 30px,transparent 30px,transparent 36px)}
.rt .approach{background:#FDFDFD;padding:48px 0}
.rt .approach__inner{max-width:1400px;margin:0 auto;padding:0 24px;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:start}
.rt .approach__over{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#BD5A09;display:block;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:fit-content}
.rt .approach__h2{font-size:21px;line-height:1.1;color:#5F0355;margin:0 0 24px}
.rt .approach__list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:12px}
.rt .approach__item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;border-radius:4px;border:1.5px solid #5f03551a;transition:border-color .5s ease-in-out}
.rt .approach__item:hover{border-color:#BD5A09}
.rt .approach__item-icon{flex:0 0 28px;width:28px;height:28px;display:flex;align-items:center;justify-content:center}
.rt .approach__item-icon svg{width:22px;height:22px}
.rt .approach__item-body{flex:1;min-width:0}
.rt .approach__item-h{font-size:17px;line-height:1.1;color:#5F0355;margin:0 0 4px}
.rt .approach__item-p{font-size:13px;line-height:1.6;color:#2a0a26;margin:0}
.rt .approach__right{display:flex;flex-direction:column;gap:24px}
.rt .approach__img-wrap{border-radius:4px;overflow:hidden;box-shadow:0 5px 14px 0 #5f03551a}
.rt .approach__img-wrap img{width:100%;height:260px;object-fit:cover;display:block;opacity:0;transition:opacity .6s cubic-bezier(0.25,0.46,0.45,0.94)}
.rt .approach__img-wrap img.loaded{opacity:1}
.rt .approach__note{background:#5f03550d;border-radius:4px;padding:24px;font-size:13px;line-height:1.6;color:#2a0a26}
.rt .divider-d{display:flex;flex-direction:row;align-items:center;gap:4px;padding:0 24px;max-width:1400px;margin:0 auto}
.rt .divider-d__dot{width:6px;height:6px;border-radius:40px;background:#BD5A09;flex:0 0 6px}
.rt .divider-d__line{height:1.5px;background:#5f03552e;flex:1}
.rt .divider-d__dot2{width:3px;height:3px;border-radius:40px;background:#5f03554d;flex:0 0 3px}
.rt .support{background:#5f03550a;padding:96px 0}
.rt .support__inner{max-width:1400px;margin:0 auto;padding:0 24px}
.rt .support__over{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#BD5A09;display:block;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:fit-content}
.rt .support__h2{font-size:21px;line-height:1.1;color:#5F0355;margin:0 0 24px}
.rt .support__cols{display:grid;grid-template-columns:1fr 1fr 1fr;gap:24px}
.rt .support__col{padding:24px;border-radius:4px;background:#FDFDFD;box-shadow:0 1px 2px 0 #5f035514}
.rt .support__col-h{font-size:17px;line-height:1.1;color:#5F0355;margin:0 0 12px;display:flex;flex-direction:row;align-items:center;gap:12px}
.rt .support__col-h svg{width:20px;height:20px;flex:0 0 20px}
.rt .support__col-p{font-size:13px;line-height:1.6;color:#2a0a26;margin:0}
.rt .support__faq{margin-top:48px}
.rt .support__faq-h{font-size:17px;line-height:1.1;color:#5F0355;margin:0 0 24px}
.rt .support__faq-list{display:flex;flex-direction:column;gap:12px}
.rt .support__faq-item{border:1.5px solid #5f03551f;border-radius:4px}
.rt .support__faq-q{width:100%;background:none;border:none;text-align:left;padding:12px 24px;font-size:17px;line-height:1.6;color:#5F0355;cursor:pointer;display:flex;flex-direction:row;justify-content:space-between;align-items:center;gap:12px}
.rt .support__faq-q:focus{outline:2px solid #BD5A09;outline-offset:2px}
.rt .support__faq-q svg{flex:0 0 18px;width:18px;height:18px;transition:transform .5s ease-in-out}
.rt .support__faq-a{font-size:13px;line-height:1.6;color:#2a0a26;padding:0 24px 12px;margin:0;display:none}
.rt .support__faq-item--open .support__faq-a{display:block}
.rt .support__faq-item--open .support__faq-q svg{transform:rotate(180deg)}
.rt .divider-e{height:2px;background:linear-gradient(90deg,transparent 0%,#5F0355 30%,#BD5A09 60%,transparent 100%)}
.rt .community{background:#FDFDFD;padding:48px 0}
.rt .community__inner{max-width:1400px;margin:0 auto;padding:0 24px}
.rt .community__over{font-size:13px;letter-spacing:.1em;text-transform:uppercase;color:#BD5A09;display:block;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:fit-content}
.rt .community__h2{font-size:21px;line-height:1.1;color:#5F0355;margin:0 0 24px}
.rt .community__layout{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:24px}
.rt .community__card{border-radius:4px;padding:24px;border:1.5px solid #5f03551a;background:#FDFDFD;transition:box-shadow .55s cubic-bezier(0.25,0.46,0.45,0.94)}
.rt .community__card:hover{box-shadow:0 5px 14px 0 #5f03551a}
.rt .community__card:hover .community__card-h{text-shadow:0 2px 8px #5f03552e;color:#BD5A09}
.rt .community__card-h{font-size:17px;line-height:1.1;color:#5F0355;margin:0 0 12px;transition:color .5s ease-in-out,text-shadow .5s ease-in-out}
.rt .community__card-p{font-size:13px;line-height:1.6;color:#2a0a26;margin:0}
.rt .community__card--accent{background:linear-gradient(155deg,#5F0355 0%,#BD5A09 100%);border-color:transparent}
.rt .community__card--accent .community__card-h{color:#FDFDFD}
.rt .community__card--accent .community__card-p{color:#fdfdfdd1}
.rt .community__card--accent:hover .community__card-h{color:#FDFDFD;text-shadow:0 2px 8px #0003}
.rt .community__bottom{margin-top:48px;display:grid;grid-template-columns:2fr 1fr;gap:48px;align-items:center}
.rt .community__loyalty{background:#5f03550d;border-radius:4px;padding:24px}
.rt .community__loyalty-h{font-size:17px;line-height:1.1;color:#5F0355;margin:0 0 12px}
.rt .community__loyalty-p{font-size:13px;line-height:1.6;color:#2a0a26;margin:0 0 12px}
.rt .community__loyalty-link{display:inline-block;border:2.5px solid #5F0355;color:#5F0355;background:transparent;padding:12px 24px;border-radius:4px;font-size:17px;text-decoration:none;transition:background .5s cubic-bezier(0.25,0.46,0.45,0.94),color .5s cubic-bezier(0.25,0.46,0.45,0.94)}
.rt .community__loyalty-link:hover{background:linear-gradient(110deg,#5F0355 0%,#BD5A09 100%);color:#FDFDFD;border-color:transparent}
.rt .community__profiles{display:flex;flex-direction:column;gap:12px}
.rt .community__profile{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;border-radius:4px;border:1px solid #5f03551a}
.rt .community__avatar{width:40px;height:40px;border-radius:40px;background:linear-gradient(135deg,#5F0355,#BD5A09);display:flex;align-items:center;justify-content:center;flex:0 0 40px}
.rt .community__avatar span{font-size:17px;color:#FDFDFD;font-weight:700}
.rt .community__profile-info{flex:1;min-width:0}
.rt .community__profile-name{font-size:13px;line-height:1.1;color:#5F0355;display:block;margin-bottom:4px}
.rt .community__profile-role{font-size:13px;line-height:1.1;color:#BD5A09;display:block}
@keyframes slideInLeft {
from{opacity:0;transform:translateX(-32px)}
to{opacity:1;transform:translateX(0)}
}
@keyframes slideInRight {
from{opacity:0;transform:translateX(32px)}
to{opacity:1;transform:translateX(0)}
}
@keyframes slideInUp {
from{opacity:0;transform:translateY(24px)}
to{opacity:1;transform:translateY(0)}
}
.rt .title-band__text{animation:slideInLeft .6s cubic-bezier(0.25,0.46,0.45,0.94) both}
.rt .title-band__img-col{animation:slideInRight .65s cubic-bezier(0.25,0.46,0.45,0.94) .1s both}
.rt .offer__card:nth-child(1){animation:slideInUp .5s ease-in-out .1s both}
.rt .offer__card:nth-child(2){animation:slideInUp .5s ease-in-out .2s both}
.rt .offer__card:nth-child(3){animation:slideInUp .5s ease-in-out .3s both}
.rt .offer__card:nth-child(4){animation:slideInUp .5s ease-in-out .4s both}
.rt .scale__stat:nth-child(1){animation:slideInLeft .55s ease-in-out .05s both}
.rt .scale__stat:nth-child(2){animation:slideInUp .55s ease-in-out .15s both}
.rt .scale__stat:nth-child(3){animation:slideInRight .55s ease-in-out .25s both}
@media (max-width: 1024px) {
.rt .title-band__img-col{flex:0 0 300px}
.rt .offer__grid{grid-template-columns:1fr 1fr}
.rt .offer__img-row{grid-template-columns:1fr}
.rt .scale__row{grid-template-columns:1fr 1fr}
.rt .scale__bottom{grid-template-columns:1fr}
.rt .approach__inner{grid-template-columns:1fr}
.rt .support__cols{grid-template-columns:1fr 1fr}
.rt .community__layout{grid-template-columns:1fr 1fr}
.rt .community__bottom{grid-template-columns:1fr}
}
@media (max-width: 640px) {
.rt .title-band__inner{flex-direction:column;gap:24px}
.rt .title-band__img-col{flex:0 0 auto;width:100%}
.rt .title-band__h1{font-size:21px}
.rt .offer__grid{grid-template-columns:1fr}
.rt .scale__row{grid-template-columns:1fr}
.rt .scale__num{font-size:21px}
.rt .support__cols{grid-template-columns:1fr}
.rt .community__layout{grid-template-columns:1fr}
}
@media (max-width: 360px) {
.rt .pg-wrap{padding:0 12px}
.rt .title-band__inner{padding:0 12px}
.rt .title-band__h1{font-size:21px}
}
.ctus{max-width:1400px;margin:0 auto;padding:0;overflow:hidden}
.ctus .pg-divider{height:2px;background:linear-gradient(135deg,#5F0355 0%,#BD5A09 100%);border:none;margin:0}
.ctus .reach-blk{display:grid;grid-template-columns:1fr 1.6fr;gap:48px;padding:96px 48px;background:#FDFDFD;position:relative}
.ctus .reach-blk::before{content:'';position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(170deg,#5f03550a 0%,#bd5a0905 60%,transparent 100%);pointer-events:none}
.ctus .info-col{display:flex;flex-direction:column;gap:48px;padding-right:24px}
.ctus .info-col__overline{display:block;font-size:13px;letter-spacing:.08em;color:#BD5A09;text-transform:uppercase;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:48px}
.ctus .info-col__heading{font-size:50px;line-height:1.1;letter-spacing:-.02em;color:#5F0355;margin:0 0 12px}
.ctus .info-col__sub{font-size:17px;line-height:1.6;color:#3a3a3a;margin:0}
.ctus .contact-details{display:flex;flex-direction:column;gap:24px}
.ctus .detail-item{display:flex;flex-direction:row;align-items:flex-start;gap:12px;padding:12px;border:1.5px solid #5f03551f;border-radius:4px;background:#fff;box-shadow:0 1px 2px 0 #5f035514;transition:box-shadow .5s ease-in-out,border-color .5s ease-in-out}
.ctus .detail-item:hover{box-shadow:0 5px 14px 0 #5f03551a;border-color:#5f03554d}
.ctus .detail-item__icon{width:36px;height:36px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#5F0355 0%,#BD5A09 100%);border-radius:4px}
.ctus .detail-item__icon svg{width:18px;height:18px;fill:#FDFDFD}
.ctus .detail-item__body{display:flex;flex-direction:column;gap:4px}
.ctus .detail-item__label{font-size:13px;color:#BD5A09;letter-spacing:.06em;text-transform:uppercase}
.ctus .detail-item__val{font-size:17px;line-height:1.6;color:#2a1a29}
.ctus .detail-item__val a{color:#5F0355;text-decoration:none;border-bottom:1px solid #5f03554d;transition:border-color .5s ease-in-out,color .5s ease-in-out}
.ctus .detail-item__val a:hover{color:#BD5A09;border-color:#BD5A09}
.ctus .form-col{display:flex;flex-direction:column;gap:24px;position:relative}
.ctus .form-col__frame{border:1.5px dashed #5f035540;border-radius:4px;padding:48px;background:#fff;box-shadow:0 8px 48px 0 #5f035524;position:relative}
.ctus .form-col__frame::before,.ctus .form-col__frame::after{content:'';position:absolute;width:20px;height:20px;border-color:#5F0355;border-style:solid}
.ctus .form-col__frame::before{top:-2px;left:-2px;border-width:3px 0 0 3px}
.ctus .form-col__frame::after{bottom:-2px;right:-2px;border-width:0 3px 3px 0}
.ctus .form-col__overline{display:block;font-size:13px;letter-spacing:.08em;color:#BD5A09;text-transform:uppercase;margin-bottom:12px;border-top:2px solid #BD5A09;padding-top:12px;width:48px}
.ctus .form-col__heading{font-size:21px;line-height:1.1;letter-spacing:-.01em;color:#5F0355;margin:0 0 24px}
.ctus .contact-form{display:flex;flex-direction:column;gap:24px}
.ctus .field-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.ctus .field-grp{display:flex;flex-direction:column;gap:4px}
.ctus .field-grp--full{grid-column:1 / -1}
.ctus .field-grp label{font-size:13px;color:#5F0355;letter-spacing:.05em;text-transform:uppercase}
.ctus .field-grp input,.ctus .field-grp select,.ctus .field-grp textarea{padding:12px;border:1.5px solid #5f035533;border-radius:4px;font-size:17px;line-height:1.6;color:#2a1a29;background:#FDFDFD;outline:none;transition:border-color .5s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .5s cubic-bezier(0.25,0.46,0.45,0.94);width:100%;box-sizing:border-box}
.ctus .field-grp input::placeholder,.ctus .field-grp textarea::placeholder{color:#5f035559}
.ctus .field-grp input:focus,.ctus .field-grp select:focus,.ctus .field-grp textarea:focus{border-color:#5F0355;box-shadow:0 5px 14px 0 #5f03551a}
.ctus .field-grp select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235F0355' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px;cursor:pointer}
.ctus .field-grp textarea{resize:vertical;min-height:96px}
.ctus .privacy-row{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.ctus .privacy-row input[type="checkbox"]{width:18px;height:18px;flex-shrink:0;margin-top:4px;accent-color:#5F0355;cursor:pointer}
.ctus .privacy-row input[type="checkbox"]:active{box-shadow:inset 0 2px 4px #5f03554d}
.ctus .privacy-row label{font-size:13px;line-height:1.6;color:#3a3a3a;cursor:pointer}
.ctus .privacy-row label a{color:#5F0355;text-decoration:none;border-bottom:1px solid #5f035566;transition:color .5s ease-in-out,border-color .5s ease-in-out}
.ctus .privacy-row label a:hover{color:#BD5A09;border-color:#BD5A09}
.ctus .submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:12px;padding:12px 48px;background:linear-gradient(135deg,#5F0355 0%,#BD5A09 100%);color:#FDFDFD;font-size:17px;letter-spacing:.04em;border:2.5px solid #5F0355;border-radius:4px;cursor:pointer;align-self:flex-start;transition:background .55s cubic-bezier(0.25,0.46,0.45,0.94),border-color .55s cubic-bezier(0.25,0.46,0.45,0.94),box-shadow .55s cubic-bezier(0.25,0.46,0.45,0.94)}
.ctus .submit-btn:hover{background:linear-gradient(315deg,#5F0355 0%,#BD5A09 100%);border-color:#BD5A09;box-shadow:0 8px 48px 0 #bd5a0924}
.ctus .submit-btn:active{box-shadow:inset 0 2px 6px #5f03554d}
.ctus .submit-btn:focus-visible{outline:2px solid #BD5A09;outline-offset:3px}
.ctus .loyalty-strip{padding:48px;background:#5F0355;position:relative;overflow:hidden}
.ctus .loyalty-strip__bg{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(170deg,#5F0355 0%,#3a0232 40%,#BD5A09 100%);animation:bgbreathe 8s ease-in-out infinite;pointer-events:none}
@keyframes bgbreathe {
0%,100%{opacity:1}
50%{opacity:.82}
}
.ctus .loyalty-strip__inner{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:48px;align-items:center;max-width:1400px}
.ctus .loyalty-strip__text{display:flex;flex-direction:column;gap:12px}
.ctus .loyalty-strip__overline{display:block;font-size:13px;letter-spacing:.08em;color:#fdfdfd99;text-transform:uppercase;border-top:2px solid #fdfdfd4d;padding-top:12px;width:48px}
.ctus .loyalty-strip__heading{font-size:50px;line-height:1.1;letter-spacing:-.02em;color:#FDFDFD;margin:0}
.ctus .loyalty-strip__heading span{display:inline-block;border:1.5px solid #bd5a09b3;border-radius:4px;padding:0 4px;color:#BD5A09}
.ctus .loyalty-strip__body{font-size:17px;line-height:1.6;color:#fdfdfdd1;margin:0}
.ctus .loyalty-strip__metrics{display:flex;flex-direction:column;gap:24px}
.ctus .metric-item{display:flex;flex-direction:row;align-items:center;gap:12px;padding:12px;border:1.5px solid #fdfdfd1f;border-radius:4px;background:#fdfdfd0f;position:relative;transition:background .55s cubic-bezier(0.25,0.46,0.45,0.94),border-color .55s cubic-bezier(0.25,0.46,0.45,0.94)}
.ctus .metric-item:hover{background:#fdfdfd1c;border-color:#bd5a0980}
.ctus .metric-item__badge{position:absolute;top:-10px;right:-10px;width:22px;height:22px;background:#BD5A09;border-radius:40px;display:flex;align-items:center;justify-content:center;font-size:13px;color:#FDFDFD;font-weight:700;line-height:1.1}
.ctus .metric-item__icon{width:40px;height:40px;flex-shrink:0;display:flex;align-items:center;justify-content:center;background:#bd5a0933;border-radius:4px}
.ctus .metric-item__icon svg{width:20px;height:20px;fill:#BD5A09}
.ctus .metric-item__txt{display:flex;flex-direction:column;gap:4px}
.ctus .metric-item__label{font-size:13px;color:#fdfdfd8c;letter-spacing:.05em;text-transform:uppercase}
.ctus .metric-item__val{font-size:17px;line-height:1.1;color:#FDFDFD}
@media (max-width: 1024px) {
.ctus .reach-blk{grid-template-columns:1fr;gap:48px;padding:48px 24px}
.ctus .info-col{padding-right:0}
.ctus .form-col__frame{padding:24px}
.ctus .loyalty-strip{padding:48px 24px}
.ctus .loyalty-strip__inner{grid-template-columns:1fr;gap:48px}
.ctus .loyalty-strip__heading{font-size:50px}
}
@media (max-width: 640px) {
.ctus .reach-blk{padding:48px 12px}
.ctus .info-col__heading{font-size:50px}
.ctus .field-row{grid-template-columns:1fr}
.ctus .form-col__frame{padding:24px 12px}
.ctus .loyalty-strip{padding:48px 12px}
.ctus .loyalty-strip__heading{font-size:21px}
.ctus .submit-btn{width:100%;justify-content:center}
}
@media (max-width: 360px) {
.ctus .reach-blk{padding:24px 12px}
.ctus .loyalty-strip{padding:24px 12px}
}
.evt-pg{max-width:1400px;margin:0 auto;overflow-x:clip}
.evt-pg .drop-anim{opacity:0;transform:translateY(-32px);animation:dropIn .55s cubic-bezier(0.25,0.46,0.45,0.94) forwards}
.evt-pg .drop-anim:nth-child(1){animation-delay:.05s}
.evt-pg .drop-anim:nth-child(2){animation-delay:.18s}
.evt-pg .drop-anim:nth-child(3){animation-delay:.31s}
.evt-pg .drop-anim:nth-child(4){animation-delay:.44s}
.evt-pg .drop-anim:nth-child(5){animation-delay:.57s}
@keyframes dropIn {
to{opacity:1;transform:translateY(0)}
}
.evt-pg .img-fade{opacity:0;transition:opacity .65s ease-in-out}
.evt-pg .img-fade.loaded{opacity:1}
::selection{background:#BD5A09;color:#FDFDFD}
.evt-pg input::placeholder,.evt-pg textarea::placeholder{color:#5f035559}
.evt-pg .blob-layer{position:absolute;border-radius:40px;filter:blur(48px);pointer-events:none;z-index:0}
.evt-pg .title-block{position:relative;padding:96px 48px;text-align:center;background:#FDFDFD;overflow:hidden}
.evt-pg .title-block .blob-a{width:320px;height:200px;background:#5f03551a;top:-48px;left:-96px}
.evt-pg .title-block .blob-b{width:280px;height:180px;background:#bd5a0917;bottom:-24px;right:-48px}
.evt-pg .title-block__img-wrap{position:relative;z-index:1;display:inline-block;margin-bottom:48px;border-radius:4px;box-shadow:0 8px 48px 0 #5f035524}
.evt-pg .title-block__img-wrap img{width:480px;max-width:100%;height:300px;object-fit:cover;display:block;border-radius:4px;filter:saturate(0.6) sepia(0.3)}
.evt-pg .title-block__overline{position:relative;z-index:1;display:inline-block;font-size:13px;letter-spacing:.08em;color:#BD5A09;border:1.5px solid #BD5A09;border-radius:40px;padding:4px 12px;margin-bottom:24px}
.evt-pg .title-block__h1{position:relative;z-index:1;font-size:50px;line-height:1.1;letter-spacing:-.02em;color:#5F0355;margin:0 auto 24px;max-width:720px}
.evt-pg .title-block__desc{position:relative;z-index:1;font-size:17px;line-height:1.6;color:#3a2038;max-width:560px;margin:0 auto}
.evt-pg .wavy-divider{width:100%;height:24px;display:block;overflow:hidden}
.evt-pg .events-grid{padding:96px 48px;background:linear-gradient(170deg,#f5eef4 0%,#fdf8f2 60%,#FDFDFD 100%)}
.evt-pg .events-grid__top{display:flex;flex-direction:row;align-items:flex-end;justify-content:space-between;margin-bottom:48px;gap:24px;flex-wrap:wrap}
.evt-pg .events-grid__label{font-size:13px;letter-spacing:.08em;color:#BD5A09;display:block;margin-bottom:12px;text-transform:uppercase}
.evt-pg .events-grid__h2{font-size:21px;line-height:1.1;color:#5F0355;margin:0;letter-spacing:-.01em}
.evt-pg .events-grid__trust{display:flex;flex-direction:row;gap:24px;align-items:center;flex-wrap:wrap}
.evt-pg .trust-pill{display:flex;flex-direction:row;align-items:center;gap:4px;background:#fff;border:1.5px solid #5f03552e;border-radius:40px;padding:4px 12px;font-size:13px;color:#5F0355;box-shadow:0 1px 2px 0 #5f035514}
.evt-pg .trust-pill svg{flex-shrink:0}
.evt-pg .cards-wrap{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.evt-pg .ev-card{background:#fff;border-radius:4px;box-shadow:0 5px 14px 0 #5f03551a;display:flex;flex-direction:column;transition:box-shadow .55s cubic-bezier(0.25,0.46,0.45,0.94),transform .55s cubic-bezier(0.25,0.46,0.45,0.94);overflow:hidden}
.evt-pg .ev-card:hover{box-shadow:0 8px 48px 0 #5f035524;transform:translateY(-4px)}
.evt-pg .ev-card--featured{grid-column:span 2}
.evt-pg .ev-card__img-wrap{position:relative;overflow:hidden}
.evt-pg .ev-card__img-wrap img{width:100%;height:220px;object-fit:cover;display:block;filter:saturate(0.7);transition:transform .65s ease-in-out}
.evt-pg .ev-card:hover .ev-card__img-wrap img{transform:scale(1.04)}
.evt-pg .ev-card__badge{position:absolute;top:12px;left:12px;background:#5F0355;color:#FDFDFD;font-size:13px;border-radius:40px;padding:4px 12px;letter-spacing:.04em}
.evt-pg .ev-card__body{padding:24px;display:flex;flex-direction:column;flex:1;gap:12px}
.evt-pg .ev-card__meta{display:flex;flex-direction:row;gap:12px;flex-wrap:wrap;align-items:center}
.evt-pg .ev-card__meta-item{display:flex;flex-direction:row;align-items:center;gap:4px;font-size:13px;color:#7a4a74}
.evt-pg .ev-card__title{font-size:17px;line-height:1.1;color:#5F0355;margin:0;letter-spacing:-.01em}
.evt-pg .ev-card__desc{font-size:13px;line-height:1.6;color:#3a2038;margin:0;flex:1}
.evt-pg .ev-card__footer{display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}
.evt-pg .ev-card__price{font-size:17px;color:#BD5A09;font-weight:700;letter-spacing:-.01em}
.evt-pg .ev-card__price span{font-size:13px;font-weight:400;color:#7a4a74}
.evt-pg .ev-card__btn{border:2px solid #5F0355;background:transparent;color:#5F0355;border-radius:4px;padding:4px 24px;font-size:13px;cursor:pointer;transition:background .5s cubic-bezier(0.25,0.46,0.45,0.94),color .5s cubic-bezier(0.25,0.46,0.45,0.94),border-color .5s cubic-bezier(0.25,0.46,0.45,0.94);background-image:linear-gradient(160deg,transparent 0%,transparent 100%)}
.evt-pg .ev-card__btn:hover{background-image:linear-gradient(20deg,#5F0355 0%,#BD5A09 100%);background-color:#5F0355;color:#FDFDFD;border-color:transparent}
.evt-pg .ev-card__btn:active{box-shadow:inset 0 2px 6px 0 #5f035538}
.evt-pg .loyalty-strip{background:#5F0355;padding:48px;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:24px;flex-wrap:wrap}
.evt-pg .loyalty-strip__text{flex:1;min-width:200px}
.evt-pg .loyalty-strip__overline{font-size:13px;color:#fdfdfda6;letter-spacing:.08em;display:block;margin-bottom:12px;text-transform:uppercase}
.evt-pg .loyalty-strip__h3{font-size:21px;line-height:1.1;color:#FDFDFD;margin:0 0 12px;letter-spacing:-.01em}
.evt-pg .loyalty-strip__p{font-size:13px;line-height:1.6;color:#fdfdfdcc;margin:0;max-width:420px}
.evt-pg .loyalty-strip__cta{display:flex;flex-direction:column;align-items:center;gap:12px;flex-shrink:0}
.evt-pg .loyalty-strip__btn{border:2.5px solid #FDFDFD;background:transparent;color:#FDFDFD;border-radius:4px;padding:12px 48px;font-size:17px;cursor:pointer;background-image:linear-gradient(160deg,transparent 0%,transparent 100%);transition:background-image .5s ease-in-out,color .5s ease-in-out,border-color .5s ease-in-out}
.evt-pg .loyalty-strip__btn:hover{background-image:linear-gradient(20deg,#BD5A09 0%,#bd5a0999 100%);border-color:#BD5A09}
.evt-pg .loyalty-strip__btn:active{box-shadow:inset 0 2px 6px 0 #bd5a094d}
.evt-pg .loyalty-strip__note{font-size:13px;color:#fdfdfd8c}
.evt-pg .arrow-deco{position:absolute;pointer-events:none;opacity:.13}
@media (max-width: 1024px) {
.evt-pg .cards-wrap{grid-template-columns:repeat(2,1fr)}
.evt-pg .ev-card--featured{grid-column:span 2}
.evt-pg .title-block__h1{font-size:38px}
}
@media (max-width: 640px) {
.evt-pg .title-block{padding:48px 24px}
.evt-pg .title-block__h1{font-size:21px}
.evt-pg .events-grid{padding:48px 24px}
.evt-pg .cards-wrap{grid-template-columns:1fr}
.evt-pg .ev-card--featured{grid-column:span 1}
.evt-pg .loyalty-strip{padding:48px 24px;flex-direction:column}
.evt-pg .events-grid__top{flex-direction:column;align-items:flex-start}
}
@media (max-width: 360px) {
.evt-pg .title-block__img-wrap img{height:180px}
.evt-pg .loyalty-strip__btn{padding:12px 24px;font-size:13px}
}
.abt-us{max-width:1400px;margin:0 auto;overflow-x:clip}
.abt-us .pg-reveal{opacity:0;transform:scale(0.97);animation:revealIn .55s cubic-bezier(0.25,0.46,0.45,0.94) forwards}
@keyframes revealIn {
to{opacity:1;transform:scale(1)}
}
.abt-us .img-load{opacity:0;transition:opacity .55s ease-in-out}
.abt-us .img-load.loaded{opacity:1}
::selection{background:#BD5A09;color:#FDFDFD}
.abt-us .strip-layout{display:grid;grid-template-columns:220px 1fr;min-height:480px;padding-top:96px;padding-bottom:48px;background:#FDFDFD;position:relative}
.abt-us .strip-layout__img-col{position:relative;overflow:hidden;border-radius:4px 0 0 4px}
.abt-us .strip-layout__img-col img{width:100%;height:100%;object-fit:cover;display:block;filter:saturate(0.7);transition:filter .55s ease-in-out}
.abt-us .strip-layout__img-col:hover img{filter:saturate(1)}
.abt-us .strip-layout__img-col::after{content:'';position:absolute;top:0;right:0;width:80px;height:100%;background:linear-gradient(90deg,transparent 0%,#FDFDFD 100%);pointer-events:none}
.abt-us .strip-layout__text{padding:48px 48px 24px;position:relative}
.abt-us .strip-layout__text::before{content:'';display:block;width:48px;height:2px;background:#BD5A09;margin-bottom:12px}
.abt-us .strip-layout__deco{position:absolute;top:24px;right:48px;width:180px;height:180px;border:2px solid #5f03551f;border-radius:4px;pointer-events:none;transform:rotate(12deg)}
.abt-us .overline-label{font-size:13px;letter-spacing:.08em;color:#BD5A09;text-transform:uppercase;line-height:1.1;margin-bottom:12px}
.abt-us .strip-layout__text h1{font-size:50px;line-height:1.1;letter-spacing:-.02em;color:#1a0018;margin-bottom:24px;color:#2a0026}
.abt-us .accentword{display:inline;border:1.5px solid #5F0355;border-radius:4px;padding:0 4px;color:#5F0355}
.abt-us .strip-layout__text p{font-size:17px;line-height:1.6;color:#2e2e2e;max-width:560px;margin-bottom:24px}
.abt-us .stat-row{display:flex;flex-direction:row;gap:48px;margin-top:24px}
.abt-us .stat-item__num{font-size:50px;line-height:1.1;color:#5F0355;letter-spacing:-.03em;font-weight:700}
.abt-us .stat-item__label{font-size:13px;line-height:1.6;color:#666}
.abt-us .divider-dash{border:none;border-top:2px dashed #BD5A09;margin:0 48px;opacity:.5}
.abt-us .mesh-bg{background:linear-gradient(160deg,#f5edf4 0%,#fff8f2 40%,#edf0f5 100%);padding:96px 48px}
.abt-us .four-col{display:grid;grid-template-columns:120px 1fr 120px 1fr;gap:24px;max-width:1100px;margin:0 auto}
.abt-us .four-col__label{font-size:13px;line-height:1.6;color:#5F0355;text-transform:uppercase;letter-spacing:.07em;padding-top:4px}
.abt-us .four-col__label svg{display:block;margin-bottom:12px}
.abt-us .four-col__body{font-size:17px;line-height:1.6;color:#2e2e2e}
.abt-us .four-col__body h4{font-size:21px;line-height:1.1;color:#2a0026;margin-bottom:12px;letter-spacing:-.01em}
.abt-us .mesh-bg .section-head{text-align:center;margin-bottom:48px}
.abt-us .mesh-bg .section-head h2{font-size:50px;line-height:1.1;color:#2a0026;letter-spacing:-.02em;margin-bottom:12px}
.abt-us .mesh-bg .section-head p{font-size:17px;line-height:1.6;color:#444;max-width:560px;margin:0 auto}
.abt-us .progress-narrative{background:#2a0026;padding:96px 48px}
.abt-us .prog-grid{display:grid;grid-template-columns:1fr 1fr;gap:48px;max-width:1100px;margin:0 auto;align-items:start}
.abt-us .prog-grid__text h2{font-size:50px;line-height:1.1;color:#FDFDFD;letter-spacing:-.02em;margin-bottom:24px}
.abt-us .prog-grid__text p{font-size:17px;line-height:1.6;color:#fdfdfdc7;margin-bottom:24px}
.abt-us .prog-grid__text .overline-label{color:#BD5A09}
.abt-us .prog-track{margin-bottom:24px}
.abt-us .prog-track__header{display:flex;flex-direction:row;justify-content:space-between;margin-bottom:4px}
.abt-us .prog-track__name{font-size:13px;color:#fdfdfdd9;letter-spacing:.04em}
.abt-us .prog-track__pct{font-size:13px;color:#BD5A09}
.abt-us .prog-track__bar{height:4px;background:#fdfdfd1f;border-radius:4px;overflow:hidden}
.abt-us .prog-track__fill{height:100%;border-radius:4px;background:linear-gradient(90deg,#5F0355 0%,#BD5A09 100%);transition:width .65s cubic-bezier(0.25,0.46,0.45,0.94)}
.abt-us .prog-grid__imgs{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.abt-us .prog-img-wrap{border-radius:4px;overflow:hidden;box-shadow:0 5px 14px 0 #5f03551a}
.abt-us .prog-img-wrap img{width:100%;height:180px;object-fit:cover;display:block;filter:saturate(0.7);transition:filter .55s ease-in-out}
.abt-us .prog-img-wrap:hover img{filter:saturate(1)}
.abt-us .prog-img-wrap--tall{grid-row:span 2}
.abt-us .prog-img-wrap--tall img{height:100%;min-height:200px}
.abt-us .loyalty-strip{background:#BD5A09;padding:24px 48px;display:flex;flex-direction:row;align-items:center;gap:24px;flex-wrap:wrap}
.abt-us .loyalty-strip__text{font-size:17px;color:#FDFDFD;line-height:1.6;flex:1}
.abt-us .loyalty-strip__text strong{font-size:21px}
.abt-us .btn-outline-light{border:2.5px solid #FDFDFD;background:transparent;color:#FDFDFD;font-size:17px;padding:12px 24px;border-radius:4px;cursor:pointer;transition:background .55s ease-in-out,color .45s ease-in-out;white-space:nowrap}
.abt-us .btn-outline-light:hover{background:linear-gradient(135deg,#FDFDFD 0%,#fdfdfdd9 100%);color:#BD5A09}
.abt-us .btn-outline-light:focus{outline:3px solid #FDFDFD;outline-offset:2px}
.abt-us .btn-outline-light:active{box-shadow:inset 0 1px 2px 0 #5f035514}
.abt-us .contact-band{background:#FDFDFD;padding:96px 48px}
.abt-us .contact-band__inner{max-width:720px;margin:0 auto}
.abt-us .contact-band__inner .overline-label{margin-bottom:12px}
.abt-us .contact-band__inner h2{font-size:50px;line-height:1.1;color:#2a0026;letter-spacing:-.02em;margin-bottom:12px}
.abt-us .contact-band__inner > p{font-size:17px;line-height:1.6;color:#444;margin-bottom:48px}
.abt-us .cf-form{display:flex;flex-direction:column;gap:24px}
.abt-us .cf-field{display:flex;flex-direction:column;gap:4px}
.abt-us .cf-field label{font-size:13px;color:#2a0026;letter-spacing:.05em;text-transform:uppercase}
.abt-us .cf-field input,.abt-us .cf-field select{border:2px solid #5f035540;border-radius:4px;padding:12px;font-size:17px;color:#2a0026;background:#FDFDFD;transition:border-color .45s ease-in-out,box-shadow .45s ease-in-out;width:100%;box-sizing:border-box}
.abt-us .cf-field input::placeholder{color:#5f035559}
.abt-us .cf-field input:focus,.abt-us .cf-field select:focus{outline:none;border-color:#5F0355;box-shadow:0 1px 2px 0 #5f035514}
.abt-us .cf-field select{appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%235F0355' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:36px}
.abt-us .cf-row{display:grid;grid-template-columns:1fr 1fr;gap:24px}
.abt-us .cf-privacy{display:flex;flex-direction:row;align-items:flex-start;gap:12px}
.abt-us .cf-privacy input[type="checkbox"]{width:18px;height:18px;min-width:18px;margin-top:2px;accent-color:#5F0355;cursor:pointer}
.abt-us .cf-privacy input[type="checkbox"]:active{box-shadow:inset 0 1px 2px 0 #5f035514}
.abt-us .cf-privacy label{font-size:13px;line-height:1.6;color:#444;text-transform:none;letter-spacing:normal}
.abt-us .cf-privacy a{color:#5F0355;text-decoration:underline}
.abt-us .btn-submit{border:2.5px solid #5F0355;background:transparent;color:#5F0355;font-size:17px;padding:12px 48px;border-radius:4px;cursor:pointer;align-self:flex-start;transition:background .55s cubic-bezier(0.25,0.46,0.45,0.94),color .45s ease-in-out;box-shadow:0 1px 2px 0 #5f035514}
.abt-us .btn-submit:hover{background:linear-gradient(160deg,#5F0355 0%,#8a0578 100%);color:#FDFDFD}
.abt-us .btn-submit:focus{outline:3px solid #5F0355;outline-offset:2px}
.abt-us .btn-submit:active{box-shadow:inset 0 1px 2px 0 #5f035514}
@media (max-width: 1024px) {
.abt-us .strip-layout{grid-template-columns:160px 1fr}
.abt-us .four-col{grid-template-columns:100px 1fr 100px 1fr}
.abt-us .prog-grid{grid-template-columns:1fr}
.abt-us .prog-grid__imgs{display:none}
}
@media (max-width: 640px) {
.abt-us .strip-layout{grid-template-columns:1fr}
.abt-us .strip-layout__img-col{height:200px;border-radius:4px 4px 0 0}
.abt-us .strip-layout__text{padding:24px}
.abt-us .strip-layout__text h1{font-size:21px}
.abt-us .stat-row{gap:24px;flex-wrap:wrap}
.abt-us .stat-item__num{font-size:21px}
.abt-us .four-col{grid-template-columns:1fr}
.abt-us .mesh-bg{padding:48px 24px}
.abt-us .mesh-bg .section-head h2{font-size:21px}
.abt-us .progress-narrative{padding:48px 24px}
.abt-us .prog-grid__text h2{font-size:21px}
.abt-us .contact-band{padding:48px 24px}
.abt-us .contact-band__inner h2{font-size:21px}
.abt-us .cf-row{grid-template-columns:1fr}
.abt-us .loyalty-strip{padding:24px;flex-direction:column;align-items:flex-start}
.abt-us .divider-dash{margin:0 24px}
.abt-us .strip-layout__deco{display:none}
}
@media (max-width: 360px) {
.abt-us .strip-layout__text h1{font-size:17px}
.abt-us .btn-submit{padding:12px 24px}
}
.success-page{min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:96px 24px;background:#FDFDFD}
.success-page .success-card{max-width:560px;width:100%;background:#fff;border:2px solid #5F0355;border-radius:4px;padding:48px;box-shadow:0 5px 14px 0 #5f03551a;text-align:center}
.success-page .success-card .success-icon{width:56px;height:56px;margin:0 auto 24px;display:block}
.success-page .success-card .success-overline{display:block;font-size:13px;letter-spacing:.08em;color:#BD5A09;text-transform:uppercase;margin-bottom:12px;line-height:1.1}
.success-page .success-card .success-heading{font-size:50px;line-height:1.1;letter-spacing:-.02em;color:#5F0355;margin:0 0 24px}
.success-page .success-card .success-body{font-size:17px;line-height:1.6;color:#2a1228;margin:0 0 48px}
.success-page .success-card .success-divider{width:48px;height:2px;background:linear-gradient(105deg,#5F0355 0%,#BD5A09 100%);margin:0 auto 48px;border-radius:4px}
.success-page .success-card .success-btn{display:inline-block;font-size:17px;line-height:1.1;color:#5F0355;background:transparent;border:2px solid #5F0355;border-radius:4px;padding:12px 48px;text-decoration:none;cursor:pointer;transition:color .5s ease-in-out,background .55s cubic-bezier(0.25,0.46,0.45,0.94),border-color .5s ease-in-out}
.success-page .success-card .success-btn:hover{background:linear-gradient(105deg,#5F0355 0%,#BD5A09 100%);color:#FDFDFD;border-color:#BD5A09}
.success-page .success-card .success-btn:focus{outline:2px solid #BD5A09;outline-offset:4px}
.success-page .success-card .success-btn:active{box-shadow:inset 0 1px 2px 0 #5f035514}
@media (max-width: 640px) {
.success-page{padding:48px 12px}
.success-page .success-card{padding:24px}
.success-page .success-card .success-heading{font-size:21px}
.success-page .success-card .success-btn{padding:12px 24px;font-size:13px}
}