body header{background-color:#000;width:100%;z-index:999}body header .desktop-header .header{align-items:center;display:flex;justify-content:space-between;padding:14px 0}body header .desktop-header .header .left-side .logo{display:inline-block}body header .desktop-header .header .left-side .logo img{height:42px;object-fit:contain;width:auto}body header .desktop-header .header .right-side{display:flex}body header .desktop-header .header .right-side form{grid-gap:10px;display:flex}body header .desktop-header .header .right-side form input{width:130px}body header .desktop-header .header .right-side form button{text-transform:uppercase;white-space:nowrap}body header .desktop-header .header .right-side .account-block{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-end;margin:0 0 6px 20px}body header .desktop-header .header .right-side .account-block p{display:flex}body header .desktop-header .header .right-side .account-block p b{display:block;max-width:250px;overflow:hidden;text-overflow:ellipsis}body header .desktop-header .header .right-side .sign-in-timer{color:#fff;display:flex;flex-basis:100%;font-size:calc(10px + var(--big-fs));justify-content:flex-end;line-height:14px;margin-bottom:6px}body header .mobile-header .header{grid-gap:24px;align-items:center;background-color:#000;background-repeat:no-repeat;display:flex;height:50px}body header .mobile-header .header>a{color:#fff;display:flex}body header .mobile-header .header .icon-btn{color:#fff;font-size:calc(24px + var(--big-fs));line-height:1}body header .mobile-header .header .link-black,body header .mobile-header .header .text-black{color:#fff}body header .mobile-header .header .logo-sm{margin-right:auto;z-index:11}body header .mobile-header .header .language-change{display:none;z-index:11}body header .mobile-header .header .hamburger-menu{cursor:pointer;display:flex;flex-direction:column;height:20px;justify-content:space-between;width:20px;z-index:11}body header .mobile-header .header .hamburger-menu .line{background:#fff;border-radius:2px;display:block;height:2px;width:20px}body header .mobile-header .header .hamburger-menu .line.line-1{transform-origin:0 0;transition:transform .4s ease-in-out}body header .mobile-header .header .hamburger-menu .line.line-2{transition:transform .2s ease-in-out}body header .mobile-header .header .hamburger-menu .line.line-3{transform-origin:0 100%;transition:transform .4s ease-in-out}body header .mobile-header .header .sidebar{background:#000;display:flex;flex-direction:column;height:100%;padding-top:70px;position:fixed;right:0;top:0;transform:translateX(100%);transition:transform .35s ease;width:250px;z-index:10}body header .mobile-header .header .sidebar,body header .mobile-header .header .sidebar button{font-size:calc(12px + var(--big-fs));line-height:16px}body header .mobile-header .header .sidebar .sidebar-body{display:flex;flex-direction:column;height:inherit;justify-content:flex-start;overflow:auto}body header .mobile-header .header .sidebar .sidebar-body ul{margin-bottom:70px;padding-left:0;width:100%}body header .mobile-header .header .sidebar .sidebar-body ul li{align-items:center;display:flex}body header .mobile-header .header .sidebar .sidebar-body ul li a{align-items:center;display:flex;font-size:16px;font-weight:700;line-height:19px;padding:10px 20px;width:100%}body header .mobile-header .header .sidebar .sidebar-body ul li a i{font-size:calc(24px + var(--big-fs));line-height:1;margin-right:20px}@media (max-width:1024px){body header .mobile-header .header .sidebar{width:100%}}@media (min-width:1025px){body header .mobile-header{display:none}}@media (max-width:1024px){body header{position:sticky;top:0}body header .desktop-header{display:none}}body .language-change>button{border-radius:10.5px;height:22px;width:46px}body .language-change button{align-items:center;background-color:#222221;border:1px solid transparent;display:flex;justify-content:space-between;text-transform:uppercase}body .language-change button img{height:20px;width:20px}body .language-change button span{color:#fff;font-size:calc(11px + var(--big-fs));font-weight:600;line-height:14px;padding:2px 2px 2px 5px}body .language-change .dropdown-menu{grid-gap:6px;background-color:#222221;border-radius:10.5px;min-width:unset;overflow:hidden;top:-1px!important}body .language-change .dropdown-menu button{padding:3px 6px;width:100px}body .language-change .dropdown-menu button:hover{background-color:#565653}body.sidebar-open header{z-index:9999}body.sidebar-open header .mobile-header .header .sidebar{transform:translateX(0)}body.sidebar-open header .mobile-header .header .sidebar-backdrop{display:block}body.sidebar-open header .mobile-header .header .language-change{display:block;margin-right:6px}body.sidebar-open header .mobile-header .header .language-change button{background-color:#222221}body.sidebar-open header .mobile-header .header .language-change button img{height:32px;width:32px}body.sidebar-open header .mobile-header .header .language-change button span{color:#fff;font-size:calc(14px + var(--big-fs));line-height:18px;padding:2px 4px 2px 10px}body.sidebar-open header .mobile-header .header .language-change .language-toggle{border:1px solid #222221;border-radius:17px;height:34px;width:71px}body.sidebar-open header .mobile-header .header .language-change .dropdown-menu{background-color:#222221;border:1px solid #222221;border-radius:17px;padding:0}body.sidebar-open header .mobile-header .header .language-change .dropdown-menu button{padding:6px}body.sidebar-open header .mobile-header .header .hamburger-menu .line{width:26px}body.sidebar-open header .mobile-header .header .hamburger-menu .line.line-1{transform:rotate(45deg)}body.sidebar-open header .mobile-header .header .hamburger-menu .line.line-2{transform:scaleY(0)}body.sidebar-open header .mobile-header .header .hamburger-menu .line.line-3{transform:rotate(-45deg)}body.sidebar-open header .icon-btn{display:none!important}body.overflow-hidden,body.splash-hidden{overflow:hidden}body nav{background-color:#d61f79;width:100%}body nav .sc-container{display:flex}body nav .sc-container a:not(.dropdown-item){padding:6px 0}body nav .sc-container a:not(.dropdown-item):not(:last-child){margin-right:24px}body nav .sc-container a:not(.dropdown-item):hover{text-decoration:underline}body nav .sc-container .right-side{grid-gap:10px;align-items:center;display:flex;margin-left:auto}body nav .sc-container .right-side .input-group{width:90px}body nav .sc-container .right-side .input-group img{filter:contrast(.4)}body{background-color:#fff;display:flex;flex-direction:column;min-height:100vh;overflow-x:hidden}body .sc-container-fluid{grid-column-gap:10px;display:grid;grid-template-columns:960px 206px;margin:0 auto;padding:0 16px;position:relative;width:fit-content}body .left-side-banner{height:100%;left:-300px;position:absolute}body .left-side-banner .sc-banners-list{height:600px;left:0;margin-top:20px;position:sticky;top:20px;width:300px}body .left-side-banner .sc-banners-list .ixsHitBtn,body .left-side-banner .sc-banners-list .ixsHitBtn img{border-radius:4px;height:100%;left:0;object-fit:cover;position:absolute;top:0;width:100%}@media (max-width:1829px){body .left-side-banner{display:none}}body .breadcrumb-container{align-items:center;border-bottom:1px solid #f0f0f0;display:flex;justify-content:space-between;min-height:40px;padding:12px 0}body .breadcrumb-container .breadcrumb{display:flex;flex-wrap:nowrap;overflow:hidden;text-overflow:ellipsis}body .breadcrumb-container .breadcrumb li{align-items:center;display:block;font-size:calc(12px + var(--big-fs));font-weight:700;line-height:16px;position:relative;white-space:nowrap}body .breadcrumb-container .breadcrumb li:last-child{overflow:hidden;text-overflow:ellipsis}body .breadcrumb-container #next-prev{grid-gap:30px;display:flex}body .breadcrumb-container #next-prev a{align-items:center;display:flex;text-transform:uppercase}body .breadcrumb-container #next-prev a i{font-size:calc(16px + var(--big-fs));line-height:22px}body .breadcrumb-container #overview-button-standalone{align-items:center;display:flex;justify-content:flex-start;padding:8px 16px}@media (min-width:1025px){body .breadcrumb-container.hide-breadcrumb{display:none}}@media (max-width:768px){body .breadcrumb-container{margin-left:-16px;margin-right:-16px;min-height:56px;padding:13px 16px}body .breadcrumb-container .breadcrumb.next-prev,body .breadcrumb-container .breadcrumb:not(.p-0){padding:20px 16px!important}body .breadcrumb-container #next-prev{padding:16px!important}}@media (max-width:375px){body .breadcrumb-container #next-prev #btn-overview{margin:0 auto}body .breadcrumb-container #next-prev #btn-overview span{font-size:calc(14px + var(--big-fs));line-height:18px}body .breadcrumb-container #next-prev #btn-next span,body .breadcrumb-container #next-prev #btn-previous span{display:none}body .breadcrumb-container #next-prev .sc-and6-chevron-left,body .breadcrumb-container #next-prev .sc-and6-chevron-right{font-size:calc(34px + var(--big-fs));line-height:normal}}body main{flex:1}@media (max-width:1207px){body .sc-container-fluid{grid-template-columns:minmax(0,960px)}body main .aside aside{display:none}}body main aside{grid-gap:20px;display:grid;margin-top:20px;position:sticky;top:20px}body main aside .title{grid-gap:10px;align-items:center;color:#000;display:grid;font-size:calc(12px + var(--big-fs));font-weight:700;grid-template-columns:auto 1fr;line-height:16px;margin-bottom:12px}body main aside .title .line{background-color:#f0f0f0;display:block;flex-grow:0;height:2px;width:100%}body main aside #available-for-chat .content{grid-gap:12px;background-color:#f0f0f0;border-radius:4px;display:flex;flex-direction:column;justify-content:center;padding:20px 16px}body main aside #available-for-chat .content .escort-item{grid-gap:10px;align-items:center;display:grid;grid-template-columns:auto 1fr}body main aside #available-for-chat .content .escort-item .avatar img{border-radius:50%;object-fit:cover}body main aside #available-for-chat .content .escort-item .info{grid-gap:4px;align-items:center;display:grid;grid-template-columns:1fr auto;height:fit-content}body main aside #available-for-chat .content .escort-item .info .online{background-color:#02b10e;border-radius:50%;display:block;height:10px;width:10px}body main aside #available-for-chat .content .btn{margin:0 auto;max-width:100%;min-width:130px;width:fit-content}body main aside #happy-hour-live .content{grid-gap:12px;background-color:#f0f0f0;border-radius:4px;display:flex;flex-direction:column;justify-content:center;padding:20px 16px}body main aside #happy-hour-live .content .escort-item{grid-gap:10px;align-items:center;display:grid;grid-template-columns:auto 1fr}body main aside #happy-hour-live .content .escort-item .avatar img{border-radius:2px;object-fit:cover}body main aside #happy-hour-live .content .escort-item .info{grid-gap:2px;align-items:center;display:grid;grid-template-columns:1fr;height:fit-content}body main aside #happy-hour-live .content .escort-item .info .online{background-color:#02b10e;border-radius:50%;display:block;height:10px;width:10px}body main aside #happy-hour-live .content .btn{margin:0 auto;max-width:100%;min-width:130px;width:fit-content}body main aside #latest-status-messages .content{grid-gap:10px;display:flex;flex-direction:column;justify-content:center}body main aside #latest-status-messages .content .status-message{background:#d61f79;border-radius:4px;color:#fff;display:grid;grid-template-columns:60px 1fr}body main aside #latest-status-messages .content .status-message .left-side{border-radius:4px;overflow:hidden}body main aside #latest-status-messages .content .status-message .left-side img{object-fit:cover}body main aside #latest-status-messages .content .status-message .right-side{padding:4px 6px;width:100%}body main aside #latest-status-messages .content .status-message .right-side .header{display:flex;justify-content:space-between;margin-bottom:2px}body main aside #available-for-chat:not(.open),body main aside #happy-hour-live:not(.open),body main aside #latest-status-messages:not(.open){display:none}body main #latest-status-messages-sm{grid-gap:8px;align-items:center;background-color:#d61f79;border-radius:4px;bottom:10px;color:#fff;display:grid;font-size:calc(14px + var(--big-fs));grid-template-columns:auto 1fr auto;left:10px;line-height:18px;padding:5px 8px;position:fixed;right:10px;width:auto;z-index:101}body main #latest-status-messages-sm #latestStatusMessagesCarousel{padding:0}body main #latest-status-messages-sm .sc{font-size:calc(24px + var(--big-fs));line-height:1}body main #latest-status-messages-sm .carousel-inner{margin:0 -6px;width:auto}body main #latest-status-messages-sm .carousel-inner .carousel-item{transition-duration:.4s}body main #latest-status-messages-sm .c-container{grid-gap:10px;align-items:center;display:grid;grid-template-columns:auto 1fr;padding:0 6px}body main #latest-status-messages-sm .c-container .image{border-radius:4px;height:75px;overflow:hidden;width:75px}body main #latest-status-messages-sm .c-container .image img{height:100%;object-fit:cover;width:100%}body main #latest-status-messages-sm .c-container .content{grid-gap:3px;display:grid}body main #latest-status-messages-sm .c-container .content div{grid-gap:10px;align-items:center;display:flex;justify-content:space-between}body main #latest-status-messages-sm .carousel-close,body main #latest-status-messages-sm .status-alert{align-items:center;background-color:#000;border-radius:50%;display:flex;height:24px;justify-content:center;position:absolute;top:-10px;width:24px}body main #latest-status-messages-sm .carousel-close .sc,body main #latest-status-messages-sm .status-alert .sc{font-size:calc(16px + var(--big-fs));line-height:1}body main #latest-status-messages-sm .carousel-close{right:0}body main #latest-status-messages-sm .status-alert{left:0}body footer{background-color:#000;color:#fff;width:100%}body footer .sc-container{grid-gap:31px;display:grid;padding:20px 0 25px}body footer .sc-container .top{align-items:center;display:flex;justify-content:space-between}body footer .sc-container .top .logo{margin-right:30px}body footer .sc-container .top .logo img{height:42px;object-fit:contain;width:118px}body footer .sc-container .top .footer-nav{grid-gap:16px;display:flex;flex-wrap:wrap;font-size:calc(11px + var(--big-fs));line-height:14px;margin-top:20px}body footer .sc-container .bottom{grid-gap:16px;display:grid}body footer .sc-container .bottom p{font-size:calc(10px + var(--big-fs));line-height:14px}@media (max-width:1024px){body footer .sc-container{padding-bottom:30px}body footer .sc-container .top{align-items:flex-start;flex-direction:column}body footer .sc-container .top .logo img{height:24px;width:100px}body footer .sc-container .top .footer-nav{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));margin-bottom:10px;margin-top:30px;width:100%}body footer .sc-container a{font-size:calc(14px + var(--big-fs));line-height:18px}body footer .sc-container .bottom{grid-gap:30px}body footer .sc-container .bottom p{font-size:calc(12px + var(--big-fs));line-height:16px}}.prices-page-container{font-size:calc(14px + var(--big-fs));font-weight:400;line-height:18px;padding:0!important}.prices-page-container .header-info br{display:block}.prices-page-container .banner-prices{display:grid}.prices-page-container .banner-prices header{all:unset;background-color:transparent}.prices-page-container .banner-prices header .header-title{grid-gap:20px;border-bottom:1px solid #f0f0f0;display:flex;margin-bottom:20px;padding-bottom:16px;padding-top:16px;position:relative}.prices-page-container .banner-prices header .header-title,.prices-page-container .banner-prices header .header-title h1{font-size:calc(18px + var(--big-fs));font-weight:700;line-height:24px}.prices-page-container .banner-prices header .header-title svg{display:none}.prices-page-container .banner-prices header .header-title:before{color:#000;content:"\e935";font-family:and6;left:0;position:relative}.prices-page-container .banner-prices header .header-info{grid-gap:10px;display:grid}.prices-page-container .banner-prices header .header-info br{display:none}.prices-page-container .banner-prices .content-wrapper{grid-gap:30px 20px;display:grid;grid-template-columns:repeat(2,1fr);margin-top:40px}.prices-page-container .banner-prices .content-wrapper h2{font-size:calc(16px + var(--big-fs));font-weight:700;line-height:22px}.prices-page-container .banner-prices .content-wrapper .banner-item{display:flex;flex-direction:column}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-title{display:flex;justify-content:center;margin-bottom:10px}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper{background-color:#f0f0f0;border-radius:8px;display:grid;grid-template-rows:auto 1fr;height:100%;padding:20px}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .coming-soon{font-size:calc(16px + var(--big-fs));line-height:22px;text-align:center}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image-nav{border-radius:8px;display:flex;justify-content:center;margin:0 auto 10px;overflow:hidden;position:relative;width:fit-content}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image-nav span{color:#d61f79;cursor:pointer;font-size:calc(11px + var(--big-fs));line-height:14px;padding:8px 14px;text-transform:uppercase}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image-nav span.disabled{opacity:.5;pointer-events:none}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image-nav span.active{background-color:#d61f79;color:#fff;pointer-events:none}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image-nav:before{border:1px solid #d61f79;border-radius:8px;content:"";height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:1}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image-nav.mobile-disabled:before{border-color:rgba(214,31,121,.5)}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image{background-color:#fff;border:1px solid #d4d4d4;border-radius:8px;height:250px;padding:4px;width:340px}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image img{display:none;height:100%;object-fit:contain;pointer-events:none;width:100%}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-section .banner-image img.active{display:block}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-btn,.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-mobile-btn{display:block;grid-column-start:2;width:100%}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-btn a,.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-mobile-btn a{align-items:center;background-color:#d61f79;border-radius:8px;color:#fff;display:flex;height:34px;justify-content:center;margin-top:20px;padding:4px 10px;text-decoration:none}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-info-section p{color:#000;font-size:calc(14px + var(--big-fs));font-weight:700;line-height:18px;margin-bottom:10px}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-info-section .banner-info-text{grid-gap:2px;display:grid}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-info-section .banner-info-text>div{grid-gap:10px;color:#000;display:flex;font-weight:400;justify-content:space-between}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-info-section .banner-info-text>div>div:first-child{font-weight:600}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-info-section .banner-info-text>div>div:first-child span{font-weight:400}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-info-section .banner-info-text:not(:last-child){margin-bottom:20px}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item{grid-column:1/-1}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-image-section{width:fit-content}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-image-section .banner-image-nav{margin:0 auto 38px}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-wrapper{grid-template-columns:repeat(2,420px);justify-content:space-around}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-info-section{display:flex;flex-direction:column}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-btn,.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-info-section{margin:0 auto;max-width:420px}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-btn .banner-info-text>div>div:first-child span.text-normal,.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-info-section .banner-info-text>div>div:first-child span.text-normal{font-style:italic}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-btn .banner-info-text>div>div:last-child,.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-info-section .banner-info-text>div>div:last-child{white-space:nowrap}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-btn{display:none}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-mobile-btn{display:block;margin-top:auto}.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-wrapper .banner-image-section,.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-wrapper .banner-info-section{margin:0 auto;width:340px}.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-info-section .banner-info-text{padding-top:20px}.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-info-section .banner-info-text>div:first-child{margin-bottom:0!important}.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-info-section .banner-info-text>div:last-child{margin-top:10px}.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-info-section .banner-info-text>div:last-child>div:first-child{display:none}@media screen and (max-width:900px){.prices-page-container .banner-prices header .header-title{margin-bottom:0;padding:20px 0}.prices-page-container .banner-prices header .header-info{margin-top:30px}.prices-page-container .banner-prices .content-wrapper{grid-template-columns:1fr}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-image{margin:0 auto;max-width:350px;width:100%!important}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper{border-radius:0;margin-left:-16px;margin-right:-16px;padding:20px 16px}.prices-page-container .banner-prices .content-wrapper .banner-item .banner-wrapper .banner-image-nav{margin-bottom:10px!important}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-image-section{width:unset}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-wrapper{grid-template-columns:1fr}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-wrapper .banner-image{margin:0 auto}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-wrapper .banner-info-section{margin-top:20px}.prices-page-container .banner-prices .content-wrapper .banner-item.sedcard-item .banner-wrapper .banner-mobile-btn{grid-column-start:unset}.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-wrapper .banner-image-section,.prices-page-container .banner-prices .content-wrapper .banner-item:not(.sedcard-item) .banner-wrapper .banner-info-section{margin:0 auto;max-width:340px;width:100%!important}}.prices-page-container.member .gotd-item .banner-btn,.prices-page-container.member .sedcard-item .banner-btn,.prices-page-container.member .votd-item .banner-btn{display:none!important}@media (max-width:768px){.prices-page-container header .header-title{margin-left:-16px;margin-right:-16px;padding:20px 16px!important}}.static-content{font-size:calc(14px + var(--big-fs));font-weight:400;line-height:18px}.static-content h1{border-bottom:1px solid #f0f0f0;font-size:calc(18px + var(--big-fs));font-weight:700;line-height:24px;margin-bottom:20px;padding-bottom:16px;padding-top:16px}.static-content h2{font-weight:700}.static-content a{color:#000;text-decoration:underline}.static-content a:active,.static-content a:hover{color:#000}.static-content li{padding:10px 0}.static-content h2,.static-content li,.static-content p,.static-content strong{font-size:calc(14px + var(--big-fs));line-height:18px;padding-left:0!important}@media (min-width:480px){.static-content,.static-content h1{padding-left:30px!important;padding-right:30px!important}.static-content h1{margin-left:-30px;margin-right:-30px}}@media (max-width:479px){.static-content h1{border-bottom:none;margin-bottom:0;padding:20px 0 30px}}
/*# sourceMappingURL=layout.9ad42fc563506af415a4.css.map*/