/*!
 * jquery-drawer v3.1.0
 * Flexible drawer menu using jQuery, iScroll and CSS.
 * http://git.blivesta.com/drawer
 * License : MIT
 * Author : blivesta <design@blivesta.com> (http://blivesta.com/)
 */
/*!------------------------------------*\
    Base
\*!------------------------------------*/
.drawer-nav{position:fixed;z-index:199;top:0;overflow:hidden;width:17.25rem;height:100%;color:#222;background-color:rgba(18,56,117,1);background:linear-gradient(to bottom,#9bd8ff,#0c44dd);background:linear-gradient(#9bd8ff,#0c44dd)}.drawer-brand{font-size:1.5rem;font-weight:700;line-height:3.75rem;display:block;padding-right:.75rem;padding-left:.75rem;text-decoration:none;color:#222}.drawer-menu{margin:0;padding:15% 10%;padding-top:3%;list-style:none}.drawer-menu li{border-bottom:dashed 1px #fff;margin-bottom:2%}.drawer-menu .subs{padding-left:15px}.drawer-menu li a{color:#fff;padding:10px 0}.drawer-menu-item{font-size:1rem;display:block;padding:.75rem;text-decoration:none;color:#222}.drawer-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}
/*! overlay */
.drawer-overlay{position:fixed;z-index:100;top:0;left:0;display:none;width:100%;height:100%;background-color:rgba(0,0,0,.2)}.drawer-open .drawer-overlay{display:block}
/*!------------------------------------*\
    Top
\*!------------------------------------*/
.drawer--top .drawer-nav{top:-100%;left:0;width:100%;height:auto;max-height:100%;-webkit-transition:top .6s cubic-bezier(.19,1.000,.22,1.000);transition:top .6s cubic-bezier(.19,1.000,.22,1.000)}.drawer--top.drawer-open .drawer-nav{top:0}.drawer--top .drawer-hamburger,.drawer--top.drawer-open .drawer-hamburger{right:0}
/*!------------------------------------*\
    Left
\*!------------------------------------*/
.drawer--left .drawer-nav{left:-16.25rem;-webkit-transition:left .6s cubic-bezier(.19,1.000,.22,1.000);transition:left .6s cubic-bezier(.19,1.000,.22,1.000)}.drawer--left.drawer-open .drawer-nav,.drawer--left .drawer-hamburger,.drawer--left.drawer-open .drawer-navbar .drawer-hamburger{left:0}.drawer--left.drawer-open .drawer-hamburger{left:16.25rem}
/*!------------------------------------*\
    Right
\*!------------------------------------*/
.drawer--right .drawer-nav{right:-17.25rem;-webkit-transition:right .6s cubic-bezier(.19,1.000,.22,1.000);transition:right .6s cubic-bezier(.19,1.000,.22,1.000)}.drawer--right.drawer-open .drawer-nav,.drawer--right .drawer-hamburger,.drawer--right.drawer-open .drawer-navbar .drawer-hamburger{right:0}
/*!------------------------------------*\
    Hamburger
\*!------------------------------------*/
.drawer-hamburger{position:absolute;z-index:200;top:62px;display:block;box-sizing:content-box;width:1.8rem;padding:0;padding-top:15px;padding-right:1.2rem;padding-bottom:30px;padding-left:.75rem;-webkit-transition:all .6s cubic-bezier(.19,1.000,.22,1.000);transition:all .6s cubic-bezier(.19,1.000,.22,1.000);-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);transform:translate(0,-50%);border:0;outline:0;background-color:transparent}.drawer-hamburger:hover{cursor:pointer;background-color:transparent}.drawer-hamburger-icon{position:relative;display:block;margin-top:10px}.drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{width:100%;height:2px;-webkit-transition:all .6s cubic-bezier(.19,1.000,.22,1.000);transition:all .6s cubic-bezier(.19,1.000,.22,1.000);background-color:#fff}.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{position:absolute;top:-10px;left:0;content:' '}.drawer-hamburger-icon:after{top:10px}.drawer-open .drawer-hamburger-icon{background-color:transparent}.drawer-open .drawer-hamburger-icon:before,.drawer-open .drawer-hamburger-icon:after{top:0}.drawer-open .drawer-hamburger-icon:before{-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.drawer-open .drawer-hamburger-icon:after{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}
/*!------------------------------------*\
    accessibility
\*!------------------------------------*/
/*!
 * Only display content to screen readers
 * See: http://a11yproject.com/posts/how-to-hide-content
 */
.sr-only{position:absolute;overflow:hidden;clip:rect(0,0,0,0);width:1px;height:1px;margin:-1px;padding:0;border:0}
/*!
 * Use in conjunction with .sr-only to only display content when it's focused.
 * Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
 * Credit: HTML5 Boilerplate
 */
.sr-only-focusable:active,.sr-only-focusable:focus{position:static;overflow:visible;clip:auto;width:auto;height:auto;margin:0}
/*!------------------------------------*\
    Sidebar
\*!------------------------------------*/
.drawer--sidebar{background-color:#fff}.drawer--sidebar .drawer-contents{background-color:#fff}@media (min-width:64em){.drawer--sidebar .drawer-hamburger{display:none;visibility:hidden}.drawer--sidebar .drawer-nav{display:block;-webkit-transform:none;-ms-transform:none;transform:none;position:fixed;width:12.5rem;height:100%}
/*! Left */
.drawer--sidebar.drawer--left .drawer-nav{left:0;border-right:1px solid #ddd}.drawer--sidebar.drawer--left .drawer-contents{margin-left:12.5rem}
/*! Right */
.drawer--sidebar.drawer--right .drawer-nav{right:0;border-left:1px solid #ddd}.drawer--sidebar.drawer--right .drawer-contents{margin-right:12.5rem}
/*! container */
.drawer--sidebar .drawer-container{max-width:48rem}}@media (min-width:75em){.drawer--sidebar .drawer-nav{width:16.25rem}.drawer--sidebar.drawer--left .drawer-contents{margin-left:16.25rem}.drawer--sidebar.drawer--right .drawer-contents{margin-right:16.25rem}
/*! container */
.drawer--sidebar .drawer-container{max-width:60rem}}
/*!------------------------------------*\
    Navbar
\*!------------------------------------*/
.drawer--navbarTopGutter{padding-top:3.75rem}.drawer-navbar .drawer-navbar-header{border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar{z-index:102;top:0;width:100%}
/*! .drawer-navbar modifier */
.drawer-navbar--fixed{position:fixed}.drawer-navbar-header{position:relative;z-index:102;box-sizing:border-box;width:100%;height:3.75rem;padding:0 .75rem;text-align:center}.drawer-navbar .drawer-brand{line-height:3.75rem;display:inline-block;padding-top:0;padding-bottom:0;text-decoration:none}.drawer-navbar .drawer-brand:hover{background-color:transparent}.drawer-navbar .drawer-nav{padding-top:3.75rem}.drawer-navbar .drawer-menu{padding-bottom:7.5rem}@media (min-width:64em){.drawer-navbar{height:3.75rem;border-bottom:1px solid #ddd;background-color:#fff}.drawer-navbar .drawer-navbar-header{position:relative;display:block;float:left;width:auto;padding:0;border:0}.drawer-navbar .drawer-menu--right{float:right}.drawer-navbar .drawer-menu li{float:left}.drawer-navbar .drawer-menu-item{line-height:3.75rem;padding-top:0;padding-bottom:0}.drawer-navbar .drawer-hamburger{display:none}.drawer-navbar .drawer-nav{position:relative;left:0;overflow:visible;width:auto;height:3.75rem;padding-top:0;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.drawer-navbar .drawer-menu{padding:0}
/*! dropdown */
.drawer-navbar .drawer-dropdown-menu{position:absolute;width:16.25rem;border:1px solid #ddd}.drawer-navbar .drawer-dropdown-menu-item{padding-left:.75rem}}
/*!------------------------------------*\
    Dropdown
\*!------------------------------------*/
.drawer-dropdown-menu{display:none;box-sizing:border-box;width:100%;margin:0;padding:0;background-color:#fff}.drawer-dropdown-menu>li{width:100%;list-style:none}.drawer-dropdown-menu-item{line-height:3.75rem;display:block;padding:0;padding-right:.75rem;padding-left:1.5rem;text-decoration:none;color:#222}.drawer-dropdown-menu-item:hover{text-decoration:underline;color:#555;background-color:transparent}
/*! open */
.drawer-dropdown.open>.drawer-dropdown-menu{display:block}
/*! drawer-caret */
.drawer-dropdown .drawer-caret{display:inline-block;width:0;height:0;margin-left:4px;-webkit-transition:opacity .2s ease,-webkit-transform .2s ease;transition:opacity .2s ease,-webkit-transform .2s ease;transition:transform .2s ease,opacity .2s ease;transition:transform .2s ease,opacity .2s ease,-webkit-transform .2s ease;-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0deg);vertical-align:middle;border-top:4px solid;border-right:4px solid transparent;border-left:4px solid transparent}
/*! open */
.drawer-dropdown.open .drawer-caret{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}
/*!------------------------------------*\
    Container
\*!------------------------------------*/
.drawer-container{margin-right:auto;margin-left:auto}@media (min-width:64em){.drawer-container{max-width:60rem}}@media (min-width:75em){.drawer-container{max-width:70rem}}
@charset "utf-8";html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,caption,article,aside,dialog,figure,footer,header,hgroup,menu,nav,section,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,dialog,figure,footer,header,hgroup,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}a{margin:0;padding:0;border:0;font-size:100%;vertical-align:baseline;background:0 0}ins{background-color:#ff9;color:#000;text-decoration:none}img{vertical-align:top}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}ul li,ol li{list-style-type:none}
@charset "utf-8";body,html{font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-weight:500}body{width:100%;color:#181818;font-size:14px;font-weight:400;line-height:1.45;letter-spacing:.1em}#luxy{z-index:101}@media screen and (max-width :767.9999px){body{font-size:12.5px;min-width:inherit}#wrapper{width:100%;overflow:hidden}#contents{width:100%;overflow:hidden}}table{width:100%}img{max-width:100%}.serif{font-family:"游明朝体","YuMincho","游明朝","Yu Mincho",Georgia,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN W3",HiraMinProN-W3,"ヒラギノ明朝 ProN","Hiragino Mincho ProN","ヒラギノ明朝 Pro","Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝","MS PMincho",serif}@font-face{font-family:'BanksMiles';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/BanksMiles.woff)}@font-face{font-family:'BebasKai';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/BebasKai.woff)}@font-face{font-family:'CocogoosePro';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/CocogoosePro.woff)}@font-face{font-family:'Pompadour';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/Pompadour.woff)}@font-face{font-family:'AntroVectra';src:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../font/AntroVectra.woff)}.BanksMiles{font-family:'BanksMiles',sans-serif}.BebasKai{font-family:'BebasKai',sans-serif}.CocogoosePro{font-family:'CocogoosePro',sans-serif}.Pompadour{font-family:'Pompadour',sans-serif}.AntroVectra{font-family:'AntroVectra',sans-serif}a{text-decoration:none;color:#212121;display:inline-block;transition:.5s}.over{transition:.3s}.ios .over:hover,.ios .over:active,.ios .over:link,.ios .over:visited,.ios .over::focus{opacity:1}@media screen and (min-width :768px){a:hover{color:#212121;text-decoration:none}.over:hover{opacity:.6}}.cf:after{content:"";clear:both;display:block;height:0}:root .cf:after{content:""\9;clear:both\9;display:block\9;height:0\9}.bold{font-weight:700}.nolink{pointer-events:none}.flex{display:flex}.ggmap,.youtube{position:relative;padding-bottom:56.16%;height:0;overflow:hidden}.ggmap iframe,.ggmap #ggmap object,.ggmap #ggmap embed,.youtube iframe,.youtube #ggmap object,.youtube #ggmap embed{position:absolute;top:0;left:0;width:100%;height:100%}.ios input[type=submit],.ios input[type=button]{border-radius:0;-webkit-box-sizing:content-box;-webkit-appearance:button;appearance:button;border:none;box-sizing:border-box;cursor:pointer}.ios input[type=submit]::-webkit-search-decoration,.ios input[type=button]::-webkit-search-decoration{display:none}.ios input[type=submit]::focus,.ios input[type=button]::focus{outline-offset:-2px}@media screen and (min-width :768px){.for_sp{display:none !important}}@media screen and (max-width :767.9999px){.for_pc{display:none !important}}.secInner{margin:0 auto}.btn_01{text-align:center}.btn_01 a{line-height:1;font-size:12px;font-family:'CocogoosePro',sans-serif;font-weight:700;letter-spacing:.34em;color:#fff;box-sizing:border-box;padding:10px;width:125px;border:1px solid #fff}@media screen and (max-width :767.9999px){.btn_01 a{font-size:10px;padding:7px 10px;width:52.5%}}#header{width:100%;background:#181818;position:absolute;z-index:110}#hdrInner{display:flex;align-items:center;justify-content:space-between}#hdrLogo a{padding:30px 55px;background:#efeeed;display:flex;align-items:center}#hdrLogo .symbol{margin:0 25px 0 0;width:105px;height:64px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/logo-black.svg) center center no-repeat;background-size:cover}#hdrLogo .type{font-size:16.66px;line-height:1.4;font-family:'BebasKai',sans-serif;letter-spacing:.16em}#gNavi{display:flex;align-items:center;flex-wrap:wrap;justify-content:flex-end}#gNavi .list_01{padding:0 30px;display:flex}#gNavi .list_01 li{margin:0 15px;transform:.5s}#gNavi .list_01 li a{font-size:18px;color:#fff;font-family:'BebasKai',sans-serif;letter-spacing:.17em}#gNavi .list_02{display:flex;padding:0 30px 0 0}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 12px}#gNavi .list_02 li a{width:100%;direction:block}#gNavi .list_02 li a i{font-size:24px;color:#fff}.header__cart{padding:0 30px 0 0;margin-left:20px;width:7.52em;font-size:18px}.header__cart a{color:#fff;font-family:'BebasKai',sans-serif;letter-spacing:.17em;padding-left:1.5em;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon__cart.svg) left .3em no-repeat;background-size:.88em;padding-bottom:.3em;border-bottom:2px solid #fff}#header--alt{transform:translate(0,-120%);transition:1s;position:fixed;top:0;left:0;z-index:120;width:100%;box-sizing:border-box;padding:10px 60px 10px;background:#fff;display:flex;justify-content:space-between;align-items:center}#header--alt.show{transform:translate(0,0)}@media screen and (max-width :1200px){#gNavi .list_01{padding:0 20px 0 30px}#gNavi .list_01 li{margin:0 12px}#gNavi .list_01 li a{font-size:17.5px}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 10px}#gNavi .list_02 li a i{font-size:22px}}@media screen and (max-width :1403px){.header__cart{margin-top:5px}}@media screen and (max-width :1130px){#gNavi .list_01{padding:0 15px 0 30px}#gNavi .list_01 li{margin:0 10px}#gNavi .list_01 li a{font-size:17px}}@media screen and (max-width :1080px){#gNavi .list_01 li{margin:0 8px}#gNavi .list_01 li a{font-size:16px}}@media screen and (max-width :1080px){#gNavi .list_01{margin:0 0 5px}}@media screen and (max-width :949.9999px){#gNavi .list_01{display:none}.header__cart{display:none}#gNavi .list_02{padding:0 120px 0 0}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 15px}#gNavi .list_02 li a i{font-size:28px}}@media screen and (max-width :767.9999px){#header{background:#fff}#top #header{background:0 0}#hdrLogo a{padding:13px 15px;background:0 0}#hdrLogo .symbol{margin:0 11px 0 0;width:55px;height:35px}#top #hdrLogo .symbol{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/logo-white.svg)}#hdrLogo .type{font-size:13px;line-height:1.25;letter-spacing:.17em;color:#181818}#top #hdrLogo .type{color:#efedec}#gNavi .list_02{padding:0 68px 0 0}#gNavi .list_02 li:nth-child(n+2){margin:0 0 0 9px}#gNavi .list_02 li a i{font-size:18px}}@media screen and (min-width :950px){#hbgNavi{display:none}}#hbgNavi .drawer-hamburger{padding-right:42px;padding-top:20px}@keyframes show-right{0%{opacity:0;transform:translate(300px,-50%)}100%{opacity:1;transform:translate(0,-50%)}}.drawer-hamburger-icon,.drawer-hamburger-icon:before,.drawer-hamburger-icon:after{background:#fff}.drawer-nav{width:100%;box-sizing:border-box;padding:0 0 0 30%;background:#212121;background:0 0}.drawer-nav .bg{display:block;height:100vh;width:100%;position:absolute;top:0;left:0;transform:skewX(-15deg) !important;transform-origin:bottom left;z-index:-1;background:#c0d739}.drawer-nav .bg .block{width:0;height:calc(100% / 3);transition:1.2s;position:absolute;right:0}.drawer-open .drawer-nav .bg .block{width:101%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/block_01.png) center center no-repeat #181818;background-size:930px}.drawer-nav .bg .block:nth-child(1){top:0}.drawer-nav .bg .block:nth-child(2){top:calc(100% / 3);transition-delay:.2s;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/block_02.png)}.drawer-nav .bg .block:nth-child(3){top:calc(100% / 1.5);transition-delay:.4s;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/block_03.png)}.drawer--right .drawer-nav{right:-100%;-webkit-transition:right 1.1s cubic-bezier(.19,1.000,.22,1.000);transition:right 1.1s cubic-bezier(.19,1.000,.22,1.000)}.drawer-menu{padding:22% 120px 22%;text-align:right}.drawer-menu li{margin:0;border:none}.drawer-menu li a{display:inline-block;padding:10px 15px;background:0 0;color:#fff;font-size:24px;font-family:'BebasKai',sans-serif}.drawer-menu li .drawer__cart{margin-top:1em}.drawer-menu li .drawer__cart a{padding-left:2.5em;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon__cart.svg) 1em .8em no-repeat;background-size:.88em;padding-bottom:.3em;border-bottom:2px solid #fff}@media screen and (max-width :767.9999px){.drawer-hamburger{top:31px;padding-top:16px}.under .drawer-hamburger-icon,.under .drawer-hamburger-icon:before,.under .drawer-hamburger-icon:after{background:#181818}.under .drawer-open .drawer-hamburger-icon,.under .drawer-open .drawer-hamburger-icon:before,.under .drawer-open .drawer-hamburger-icon:after{background:#fff}.drawer-open .drawer-nav .bg .block{background-size:768px}.drawer-menu{padding:73px 60px 22% 30px}.drawer-menu li a{font-size:18px}#hbgNavi .drawer-hamburger{padding-right:15px}}@media screen and (max-width :414px){.drawer-open .drawer-nav .bg .block{background-size:450px;background-position:left top}.drawer-menu{padding:73px 40px 22% 20px}}#luxy{transition:all .8s cubic-bezier(.19,1.000,.22,1.000)}.drawer-open #luxy{transform:translate(0,1.5em) scale(.9) !important;transform-origin:center top;-webkit-filter:blur(2px);filter:blur(2px);box-shadow:0px 0px 5px rgba(0,0,0,.2)}#sidebar{position:fixed;right:0;top:0;width:60px;height:100%;z-index:100;transform:translate(1000px,0);transition:1s}#sidebar.fixed{transform:translate(0,0)}#sec_sponsor .box_01{padding:240px 0;background:url(https://www.hideki-uda.com/wp-content/uploads/2025/06/bg_los.jpg) center center no-repeat;background-size:cover;text-align:center;color:#fff;font-family:'CocogoosePro',sans-serif;font-size:49px;letter-spacing:.11em;line-height:1}#sec_sponsor .box_02{padding:115px 0 170px}#sec_sponsor .box_02 .inner{max-width:1000px;padding:0 10px;margin:0 auto}#sec_sponsor .box_02 .countdown{margin:0 0 84px;display:flex;justify-content:center}#sec_sponsor .box_02 .countdown .cdBox{margin:0 30px;text-align:center}#sec_sponsor .box_02 .countdown .cdBox .label{font-family:'Pompadour',sans-serif;font-size:22px;letter-spacing:.06em;color:#c0d739;line-height:1}#sec_sponsor .box_02 .countdown .cdBox .value{font-family:'BebasKai',sans-serif;font-size:81px;letter-spacing:.06em;line-height:1}#sec_sponsor .box_02 .list_01{display:flex;justify-content:center;align-items:center;margin:0 0 90px}#sec_sponsor .box_02 .list_01 li{margin:0 25px}#sec_sponsor .box_02 .list_01 li img{max-height:50px;max-width:124px}#sec_sponsor .box_02 .textBox{text-align:center}#sec_sponsor .box_02 .textBox .lead{margin:0 0 24px;display:inline-block;padding:8px 90px;background:#f1f1f1;font-size:18.6px}#sec_sponsor .box_02 .textBox .plane{font-size:12px;line-height:2}@media screen and (max-width :767.9999px){#sec_sponsor .box_01{padding:120px 0;font-size:20.8px}#sec_sponsor .box_02{padding:48px 0 170px}#sec_sponsor .box_02 .inner{padding:0 10.6%}#sec_sponsor .box_02 .countdown{margin:0 0 52px}#sec_sponsor .box_02 .countdown .cdBox{margin:0 12px}#sec_sponsor .box_02 .countdown .cdBox .label{font-size:11.5px}#sec_sponsor .box_02 .countdown .cdBox .value{font-size:36.5px}#sec_sponsor .box_02 .list_01{margin:0 0 48px;flex-wrap:wrap;justify-content:space-between}#sec_sponsor .box_02 .list_01 li{margin:12px 0;max-width:calc(calc(100% - 48px) / 3);text-align:center}#sec_sponsor .box_02 .list_01 li img{max-height:38px;max-width:100%}#sec_sponsor .box_02 .textBox .lead{width:100vw;box-sizing:border-box;margin:0 0 20px;display:block;padding:8px 10px;font-size:12.5px;position:relative;left:50%;transform:translate(-50%,0)}#sec_sponsor .box_02 .textBox .plane{font-size:10px;line-height:1.86}}#footer{z-index:20;width:100%;background:#c0d739;position:relative}#footer .totop{position:absolute;right:10%;top:0}#footer .totop a{background:#181818;padding:12px 20px;font-family:'Pompadour',sans-serif;color:#fff;font-size:16.6px;letter-spacing:.17em;line-height:1}#footer .totop a:after{content:"";display:inline-block;width:22px;height:13px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_01.svg) center center no-repeat;margin:0 0 0 12px}#footer .box_01{padding:90px 0 30px;text-align:center}#footer .box_01 img{width:96px;height:auto}#footer .box_02{text-align:center;color:#c0d739;background:#181818;padding:12px 0;line-height:1;font-family:'Pompadour',sans-serif;font-size:15px;letter-spacing:.17em}#footer .box_03{padding:36px 0 112px}#footer .box_03 .list_01{max-width:1000px;padding:0 10px;margin:0 auto;display:flex;justify-content:center}#footer .box_03 .list_01 li{margin:0 12px}#footer .box_03 .list_01 li a{font-size:12px}#footer .box_03 .list_01 li a.blank{padding:0 15px 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon-new_window.svg) right 2px no-repeat;background-size:10px}@media screen and (max-width :767.9999px){#footer .totop{right:50%;top:-70px;transform:translate(50%,-100%)}#footer .totop a{padding:10px 14px;font-size:11.5px}#footer .totop a:after{width:15px;height:9px;margin:0 0 0 10px}#footer .box_01{padding:50px 0 20px}#footer .box_01 img{width:72px}#footer .box_02{padding:10px 0;font-size:10.6px}#footer .box_03{padding:30px 0 48px}#footer .box_03 .list_01{padding:0 5.3%;flex-wrap:wrap}#footer .box_03 .list_01 li a{font-size:10px;line-height:2}#footer .box_03 .list_01 li a.blank{padding:0 15px 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon-new_window.svg) right 2px no-repeat;background-size:10px}}
@charset "utf-8";.top__shop{position:fixed;bottom:5%;left:0;transform:translateX(20%);transition:transform .5s;z-index:102}.top__shop.is_close{transform:translateX(-85%)}.top__shop img{width:284px}.top__shop-controll{position:absolute;right:0;top:0;width:24px;height:24px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/icon__close.svg) center no-repeat #4a4a4a;background-size:6px;z-index:2;border-radius:50%;cursor:pointer;transition:background-image .5s}.top__shop.is_close .top__shop-controll{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/icon__open.svg);background-size:5px}#top #mainimage{width:100%;min-height:450px;box-sizing:border-box;padding:128px 0 0;position:relative}#top #mainimage .box_01{width:85%;margin:0 0 0 15%;height:100%;position:relative;z-index:15}#top #mainimage .box_01 #video--wrap{position:relative;z-index:16;height:100%;overflow:hidden}#top #mainimage .box_01 #video--wrap .img{width:100%;height:100%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/stripe.png) center center repeat;background-size:1000px;position:absolute;left:0;top:0;opacity:.2}#top #mainimage .box_01 #video--wrap .img2{width:100%;height:100%;background:#000;position:absolute;left:0;top:0;opacity:.6}#top #mainimage .box_01 video{width:auto;height:auto;min-width:100%;min-height:100%;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}#top #mainimage .box_01 .textBox{position:absolute;top:50%;right:10%;transform:translate(0,-50%);z-index:18}#top #mainimage .box_01 .textBox .main-copy{color:#fff;text-align:right}#top #mainimage .box_01 .textBox .main-copy .jpn{font-size:11px;margin:0 0 20px}#top #mainimage .box_01 .textBox .main-copy .eng{font-family:'BanksMiles',sans-serif;font-family:'BebasKai',sans-serif;font-size:54px;font-size:3.3vw;letter-spacing:.05em;margin:0 0 25px;text-align:left}@media screen and (max-width :1090px){#top #mainimage .box_01 .textBox .main-copy .eng{font-size:36px}}#top #mainimage .box_01 .textBox .main-copy .eng .span{display:block}#top #mainimage .box_01 .textBox .main-copy .name{font-size:11px}#top #mainimage .box_01 .logomark{position:absolute;top:50%;left:-3%;transform:translate(0,-50%);width:30%;z-index:18}#top #mainimage .play-btn{position:absolute;bottom:10%;right:10%;z-index:18}#top #mainimage .play-btn a{font-family:'BebasKai',sans-serif;font-size:20px;color:#fff;letter-spacing:.1em;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon_play.svg) 20px center no-repeat #adc132;background-size:20px 20px;border:1px solid #adc132;line-height:1;padding:20px 24px 20px 56px}@media screen and (min-width :768px){#top #mainimage .play-btn a:hover{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon_play_on.svg);background-color:#fff;color:#adc132}}#top #mainimage .bg_01{width:23%;height:calc(100% + 125px);position:absolute;left:0;top:0;z-index:14;background:#efeeed}#top #mainimage .sidebar{position:absolute;left:7.5%;top:calc(calc(50% - 64px) + 128px);transform:translate(-50%,-50%);z-index:15;width:25px}#top #mainimage .sidebar .dots{margin:0 0 50px}#top #mainimage .sidebar .dots span{display:block;width:10px;height:10px;border-radius:6px;margin:0 auto 12px}#top #mainimage .sidebar .dots span:nth-child(1){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(2){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(3){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(4){background:linear-gradient(to bottom,#8bb929,#94be3a);background:linear-gradient(180deg,#8bb929,#8bb929)}#top #mainimage .sidebar .dots span:nth-child(5){background:linear-gradient(to bottom,#8bb929,#8bb929);background:linear-gradient(180deg,#8bb929,#94be3a)}#top #mainimage .sidebar .dots span:nth-child(6){background:linear-gradient(to bottom,#a1c44e,#a9c95d);background:linear-gradient(180deg,#a1c44e,#a9c95d)}#top #mainimage .sidebar .dots span:nth-child(7){background:linear-gradient(to bottom,#b4cf70,#bdd480);background:linear-gradient(180deg,#b4cf70,#bdd480)}#top #mainimage .sidebar .dots span:nth-child(8){background:linear-gradient(to bottom,#c6da92,#cedea2);background:linear-gradient(180deg,#c6da92,#cedea2)}#top #mainimage .sidebar .dots span:nth-child(9){background:linear-gradient(to bottom,#d7e4b3,#dfe9c3);background:linear-gradient(180deg,#d7e4b3,#dfe9c3)}#top #mainimage .sidebar .dots span:nth-child(10){background:linear-gradient(to bottom,#e8efd4,#f0f4e3);background:linear-gradient(180deg,#e8efd4,#f0f4e3);margin:0 auto}#top #mainimage .sidebar .text{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-o-writing-mode:vertical-rl;writing-mode:vertical-rl;font-size:16px;font-family:'BebasKai',sans-serif;letter-spacing:.18em;font-weight:700;line-height:25px;padding:0 0 120px;position:relative;white-space:nowrap}#top #mainimage .sidebar .text:after{content:"";display:block;width:1px;height:90px;background:#222;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#top #mainimage .sidebar .list_01 li:nth-child(n+2){margin:10px 0 0}#top #mainimage .sidebar .list_01 li a{width:100%;direction:block}#top #mainimage .sidebar .list_01 li a i{font-size:24px;color:#222}#top #sec_01{display:flex}#top #sec_01 .leftBox{flex:1;box-sizing:border-box;position:relative}#top #sec_01 .leftBox .inner{padding:600px 0 80px 5%;display:inline-block;right:12.5%;position:absolute;transition:.5s}#top #sec_01 .leftBox .inner .lead{font-size:26px;font-weight:700;line-height:1.87;margin:0 0 25px;transition:.5s}#top #sec_01 .leftBox .inner .plane{line-height:2.22;transition:.5s;margin:0 0 40px}#top #sec_01 .leftBox .inner .btn_01{text-align:left}#top #sec_01 .leftBox .inner .btn_01 a{border-color:#181818;color:#181818;text-align:center}#top #sec_01 .leftBox .title{position:absolute;right:-67px;top:100px;font-size:100px;font-family:'CocogoosePro',sans-serif;font-weight:400;line-height:1.17;width:432px;display:flex;justify-content:space-between;flex-wrap:wrap;transition:.5s}#top #sec_01 .leftBox .title span{width:calc(100% / 3);display:inline-block;text-align:center}#top #sec_01 .leftBox .title span.red{position:relative;color:#fff}#top #sec_01 .leftBox .title span.red:after{content:"";display:block;width:90px;height:90px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/../Image/top/circle-red.svg) center center no-repeat;background-size:contain;position:absolute;left:50%;top:13px;transform:translate(-50%,0)}#top #sec_01 .leftBox .bg_01{position:absolute;left:0;top:0;width:37%;max-width:317px;height:100%;z-index:16;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_01.svg) left top no-repeat;background-size:contain;transition:.5s}#top #sec_01 .rightBox{width:48.5%;max-width:775px}#top #sec_01 .rightBox .inner{padding:141% 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_01.jpg) center center no-repeat;background-size:contain;height:0}@media screen and (max-width :1700px){#top #sec_01 .leftBox .inner{right:7%}}@media screen and (max-width :1600px){#top #sec_01 .leftBox .inner{right:5%}}@media screen and (max-width :1500px){#top #sec_01 .leftBox .inner{padding:500px 0 80px 4%;right:5%}#top #sec_01 .leftBox .inner .lead{font-size:24px;margin:0 0 20px}#top #sec_01 .leftBox .inner .plane{font-size:.95em}}@media screen and (max-width :1400px){#top #sec_01 .leftBox .title{top:80px;font-size:80px;width:354.5px}#top #sec_01 .leftBox .title span.red:after{width:72px;height:72px;top:10.4px}#top #sec_01 .leftBox .inner{padding:420px 0 80px 18%}#top #sec_01 .leftBox .inner .lead{font-size:23px;margin:0 0 18px}#top #sec_01 .leftBox .inner .plane{font-size:.92em}}@media screen and (max-width :1200px){#top #sec_01 .leftBox .title{top:70px;font-size:70px;width:310.2px}#top #sec_01 .leftBox .title span.red:after{width:63px;height:63px;top:13px}#top #sec_01 .leftBox .inner{padding:370px 0 80px 18%}#top #sec_01 .leftBox .inner .lead{font-size:21px;margin:0 0 18px}#top #sec_01 .leftBox .inner .plane{font-size:.9em;line-height:2}}@media screen and (max-width :1100px){#top #sec_01 .leftBox .title{top:50px}#top #sec_01 .leftBox .inner{padding:320px 0 80px 18%}#top #sec_01 .leftBox .inner .lead{font-size:20px;margin:0 0 15px;line-height:1.67}#top #sec_01 .leftBox .inner .plane{font-size:.89em}}@media screen and (max-width :1000px){#top #sec_01 .leftBox .inner{padding:320px 0 80px 11%}#top #sec_01 .leftBox .inner .plane{font-size:.88em;letter-spacing:.07em;line-height:1.7}}@media screen and (max-width :900px){#top #sec_01 .leftBox .title{top:56px;font-size:56px;width:248.16px}#top #sec_01 .leftBox .title span.red:after{width:50.4px;height:50.4px;top:10.4px}#top #sec_01 .leftBox .inner{padding:295px 0 80px 8%}#top #sec_01 .leftBox .inner .lead{font-size:17px}#top #sec_01 .leftBox .inner .plane{font-size:.87em;letter-spacing:.05em;line-height:1.6}}@media screen and (max-width :830px){#top #sec_01 .leftBox .inner{padding:270px 0 80px 8%}}#top #sec_02{padding:0 160px 0 0;margin:0 0 90px;position:relative}#top #sec_02 .leftBox{padding:160px 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_02.jpg) center center no-repeat;color:#fff}#top #sec_02 .leftBox .inner{max-width:1000px;padding:0 10px;margin:0 auto}#top #sec_02 .title{text-align:center;font-size:22px;margin:0 0 60px}#top #sec_02 .list_01{display:flex;justify-content:center;margin:0 0 55px}#top #sec_02 .list_01 li{margin:0 38px;width:164px;height:158px;position:relative}#top #sec_02 .list_01 li .corner{position:absolute;width:100%;height:100%}#top #sec_02 .list_01 li .corner>div{width:36%;height:35%;position:absolute;border:1px solid #fff}#top #sec_02 .list_01 li .corner .left-top{left:0;top:0;border-right:0;border-bottom:0}#top #sec_02 .list_01 li .corner .right-top{right:0;top:0;border-left:0;border-bottom:0}#top #sec_02 .list_01 li .corner .right-bottom{right:0;bottom:0;border-left:0;border-top:0}#top #sec_02 .list_01 li .corner .left-bottom{left:0;bottom:0;border-right:0;border-top:0}#top #sec_02 .list_01 li .text{position:absolute;left:0;top:50%;width:100%;transform:translate(0,-50%);text-align:center}#top #sec_02 .list_01 li .value .number{font-size:46px;font-family:'BebasKai',sans-serif;letter-spacing:.06em}#top #sec_02 .list_01 li .value .unit{font-size:26px;font-family:'Pompadour',sans-serif;letter-spacing:.06em}#top #sec_02 .list_01 li .event-name{font-size:25px;font-family:'BebasKai',sans-serif;letter-spacing:.08em}#top #sec_02 .plane{line-height:2.31;text-align:center;margin:0 0 40px}#top #sec_02 .rightBox{position:absolute;right:0;top:0}#top #sec_02 .rightBox{position:absolute;width:160px;height:100%}#top #sec_02 .rightBox .part{-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-o-writing-mode:vertical-rl;writing-mode:vertical-rl;font-size:20px;font-family:'BebasKai',sans-serif;letter-spacing:.22em;position:absolute;right:50%;top:60px;height:calc(100% - 60px);transform:translate(50%,0)}#top #sec_02 .rightBox .part:before{content:"";display:block;width:2px;height:28px;background:#858585;position:absolute;bottom:0;left:calc(50% + 5px);z-index:13;transform:rotate(20deg)}#top #sec_02 .rightBox .part:after{content:"";display:block;width:1px;height:100%;background:#202222;position:absolute;top:0;left:50%;z-index:13}#top #sec_02 .rightBox .part span{background:#fff;position:relative;z-index:15;display:inline-block;padding-bottom:20px}#top #sec_03{position:relative}#top #sec_03 .btnNavi{display:flex;justify-content:space-between;align-items:flex-end;background:#f1f1f1}#top #sec_03 .btnNavi li{width:calc(100% / 3);width:calc(100% / 2);cursor:pointer;background:#c0d739;font-size:30px;font-family:'BebasKai',sans-serif;letter-spacing:.06em;padding:40px 0;line-height:1;text-align:center;position:relative;transition:.5s;z-index:15}#top #sec_03 .btnNavi li:not(:last-child){border-right:3px solid #fff}#top #sec_03 .btnNavi li.select{background:0 0;position:relative}#top #sec_03 .btnNavi li span{position:relative}#top #sec_03 .ctsBox>li{background:#f1f1f1;padding:90px 0}#top #sec_03 .ctsBox>li.hide{display:none}#top #sec_03 .ctsBox>li .inner{max-width:800px;margin:0 auto;position:relative;z-index:15}#top #sec_03 .ctsBox li .inner .list_01{margin:0 0 60px}#top #sec_03 .ctsBox li .inner .list_01 li{font-size:13px;display:flex;margin:0 0 30px}#top #sec_03 .ctsBox li .inner .list_01 li .date{width:132px}#top #sec_03 .ctsBox li .inner .list_01 li .title{flex:1}#top #sec_03 .ctsBox li .inner .btn_01 a{border-color:#181818;color:#181818}#top #sec_03 .bg_01{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_03.svg) left top no-repeat;background-size:cover;width:100%;height:100%;position:absolute;left:0;top:0;z-index:14}.glitch{color:#fff;position:relative;margin:0 auto}@keyframes noise-anim{0%{clip:rect(77px,9999px,6px,0)}5%{clip:rect(65px,9999px,70px,0)}10%{clip:rect(82px,9999px,82px,0)}15%{clip:rect(32px,9999px,35px,0)}20%{clip:rect(31px,9999px,49px,0)}25%{clip:rect(18px,9999px,46px,0)}30%{clip:rect(94px,9999px,64px,0)}35%{clip:rect(69px,9999px,31px,0)}40%{clip:rect(6px,9999px,72px,0)}45%{clip:rect(25px,9999px,35px,0)}50%{clip:rect(82px,9999px,26px,0)}55%{clip:rect(7px,9999px,92px,0)}60%{clip:rect(54px,9999px,30px,0)}65%{clip:rect(86px,9999px,90px,0)}70%{clip:rect(38px,9999px,65px,0)}75%{clip:rect(41px,9999px,66px,0)}80%{clip:rect(31px,9999px,37px,0)}85%{clip:rect(8px,9999px,12px,0)}90%{clip:rect(50px,9999px,69px,0)}95%{clip:rect(7px,9999px,42px,0)}100%{clip:rect(14px,9999px,57px,0)}}.glitch:after{content:attr(data-text);position:absolute;left:2px;text-shadow:-1px 0 red;top:-10px;color:#fff;overflow:hidden;clip:rect(0,900px,0,0);animation:noise-anim 2s infinite linear alternate-reverse}@keyframes noise-anim-2{0%{clip:rect(18px,9999px,13px,0)}5%{clip:rect(74px,9999px,51px,0)}10%{clip:rect(33px,9999px,65px,0)}15%{clip:rect(64px,9999px,66px,0)}20%{clip:rect(75px,9999px,6px,0)}25%{clip:rect(40px,9999px,49px,0)}30%{clip:rect(71px,9999px,1px,0)}35%{clip:rect(42px,9999px,73px,0)}40%{clip:rect(92px,9999px,57px,0)}45%{clip:rect(4px,9999px,33px,0)}50%{clip:rect(4px,9999px,34px,0)}55%{clip:rect(49px,9999px,25px,0)}60%{clip:rect(24px,9999px,44px,0)}65%{clip:rect(31px,9999px,99px,0)}70%{clip:rect(54px,9999px,83px,0)}75%{clip:rect(57px,9999px,97px,0)}80%{clip:rect(3px,9999px,15px,0)}85%{clip:rect(84px,9999px,34px,0)}90%{clip:rect(100px,9999px,88px,0)}95%{clip:rect(91px,9999px,59px,0)}100%{clip:rect(10px,9999px,87px,0)}}.glitch:before{content:attr(data-text);position:absolute;left:-2px;text-shadow:1px 0 blue;top:-10px;color:#fff;overflow:hidden;clip:rect(0,900px,0,0);animation:noise-anim-2 3s infinite linear alternate-reverse}#profile #mainimage{min-height:800px;box-sizing:border-box;padding:124px 0 0;display:flex;background:#181818}#profile #mainimage .leftBox{height:100%;width:84%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/mainimage.jpg) center center no-repeat #efeeed;background-size:cover}#profile #mainimage .rightBox{height:100%;width:16%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_00.svg) left center no-repeat #181818;background-size:cover;position:relative}#profile #mainimage .rightBox h1{position:absolute;top:50%;left:-35px;transform:translate(0,-50%);-ms-writing-mode:tb-rl;-webkit-writing-mode:vertical-rl;-o-writing-mode:vertical-rl;writing-mode:vertical-rl;color:#fff;font-family:'BebasKai',sans-serif;font-size:34px;letter-spacing:.17em;font-weight:400;line-height:1}#profile #mainimage .rightBox h1 span{display:block}#profile #mainimage .rightBox h1 span:nth-child(1){margin:0 0 0 20px}#profile #mainimage .rightBox h1 span:nth-child(2){margin:0 0 0 10px}#profile #mainimage .rightBox h1 span:nth-child(3){font-size:70px;letter-spacing:.16em}@media screen and (max-width :900px){#profile #mainimage .rightBox h1{font-size:30px}#profile #mainimage .rightBox h1 span:nth-child(3){font-size:64px}}#profile #contents{padding:0 0 140px}#profile #sec_01{display:flex}#profile #sec_01 .leftBox{width:50%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_01.jpg) center center no-repeat;background-size:cover}#profile #sec_01 .rightBox{width:50%;padding:60px 0 60px 4.3%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_01.svg) right top no-repeat;background-size:84%}#profile #sec_01 .rightBox .box_01{padding:8.2% 19.33% 12.4%}#profile #sec_01 .rightBox .box_01 .name{margin:0 0 50px}#profile #sec_01 .rightBox .box_01 .name .jpn{font-size:38px;letter-spacing:.23em;line-height:1;margin:0 0 15px}#profile #sec_01 .rightBox .box_01 .name .eng{font-family:'BanksMiles',sans-serif;font-size:20px;letter-spacing:.44em}#profile #sec_01 .rightBox .box_01 .info{margin:0 0 70px}#profile #sec_01 .rightBox .box_01 .info li{font-size:16px;line-height:2;display:flex}#profile #sec_01 .rightBox .box_01 .info li:not(:last-child){margin:0 0 10px}#profile #sec_01 .rightBox .box_01 .info li .label{width:90px;display:flex;justify-content:space-between;margin:0 40px 0 0}#profile #sec_01 .rightBox .box_01 .info li .value{flex:1}#profile #sec_01 .rightBox .box_01 .btn_02{text-align:center}#profile #sec_01 .rightBox .box_01 .btn_02 a{font-size:18px;line-height:1;padding:12px 10px;box-sizing:border-box;width:78%;max-width:436px;border-radius:20px;background:#c0d739;border:1px solid #c0d739}#profile #sec_01 .rightBox .box_02{padding:7.5% 18%;background:#181818;color:#fff;font-size:14.5px;line-height:2.27}@media screen and (max-width :1200px){#profile #sec_01 .rightBox .box_01{padding:8.2% 10.33% 12.4%}#profile #sec_01 .rightBox .box_02{padding:7.5% 10%}}@media screen and (max-width :940px){#profile #sec_01 .rightBox .box_01 .info li{font-size:15px}#profile #sec_01 .rightBox .box_02{font-size:14px;line-height:2.1}}@media screen and (max-width :900px){#profile #sec_01 .rightBox{padding:60px 0 60px 3.3%}#profile #sec_01 .rightBox .box_01{padding:8.2% 5% 12.4%}#profile #sec_01 .rightBox .box_01 .info li{font-size:14px}}#profile #sec_02 .episodeBox:after{content:"";display:block;width:100%;height:1px;background:#181818;position:absolute;top:20px}#profile #sec_02 .episodeBox .ttl_03{font-size:20px;line-height:1;background:#c0d739;padding:10px;text-align:center;margin:0 0 36px}#profile #sec_02 .episodeBox>p{font-size:14.5px;line-height:2.27}#profile #sec_02 .box_01{padding:155px 10% 130px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02.jpg) center center no-repeat;background-size:cover}#profile #sec_02 .box_01 .ttl_01{font-size:68px;line-height:1;font-family:'BebasKai',sans-serif;font-weight:400;text-align:center;margin:0 0 90px}#profile #sec_02 .box_01 .anatomy-body{display:flex}#profile #sec_02 .box_01 .episodeBox{position:absolute;left:0}#profile #sec_02 .box_01 .anatomy-body .leftBox{position:relative;flex:1;box-sizing:border-box;margin:0 60px 0 0}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(1){top:90px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(2){top:554px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(1):after{width:104px;right:-104px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(2):after{width:61px;right:-61px}#profile #sec_02 .box_01 .anatomy-body .body{width:33%;max-width:356px}#profile #sec_02 .box_01 .anatomy-body .rightBox{position:relative;flex:1;box-sizing:border-box;margin:0 0 0 60px}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox{left:0}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox:nth-child(1){top:289px}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox:nth-child(1):after{width:61px;left:-61px}#profile #sec_02 .box_02{padding:114px 10% 114px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02-2.jpg) center center no-repeat;background-size:cover}#profile #sec_02 .box_02 .anatomy-bike{width:30.5%;margin:0 0 0 69.5%}#profile #sec_02 .box_02 .anatomy-bike .episodeBox{position:relative}#profile #sec_02 .box_02 .anatomy-bike .episodeBox:after{background:#fff;width:61px;left:-61px;display:none}#profile #sec_02 .box_02 .anatomy-bike .episodeBox>p{color:#fff}@media screen and (max-width :1500px){#profile #sec_02 .episodeBox>p{font-size:14px;line-height:2}#profile #sec_02 .box_01{padding:155px 8% 130px}#profile #sec_02 .box_02{padding:114px 8% 114px}}@media screen and (max-width :1300px){#profile #sec_02 .box_01{padding:155px 6% 130px}#profile #sec_02 .box_02{padding:114px 6% 114px}}@media screen and (max-width :1200px){#profile #sec_02 .episodeBox .ttl_03{font-size:18px;margin:0 0 28px}#profile #sec_02 .episodeBox>p{font-size:14px;line-height:1.89}#profile #sec_02 .box_01{padding:155px 5% 130px}#profile #sec_02 .box_02{padding:114px 5% 114px}}@media screen and (max-width :1100px){#profile #sec_02 .episodeBox .ttl_03{font-size:16px;margin:0 0 20px}#profile #sec_02 .episodeBox>p{font-size:13px;line-height:1.84}#profile #sec_02 .box_01{padding:155px 4% 130px}#profile #sec_02 .box_02{padding:114px 4% 114px}}@media screen and (max-width :940px){#profile #sec_02 .episodeBox>p{font-size:12.5px;line-height:1.72}#profile #sec_02 .box_01{padding:155px 4% 130px}#profile #sec_02 .box_02{padding:114px 4% 114px}}@media screen and (max-width :940px){#profile #sec_02 .episodeBox .ttl_03{font-size:16px;margin:0 0 16px}#profile #sec_02 .episodeBox>p{font-size:12.5px;line-height:1.5}#profile #sec_02 .box_01{padding:155px 3% 130px}#profile #sec_02 .box_02{padding:114px 3% 114px}}@media screen and (max-width :840px){#profile #sec_02 .episodeBox .ttl_03{font-size:15px}#profile #sec_02 .episodeBox>p{font-size:12px}#profile #sec_02 .box_01{padding:155px 2.5% 130px}#profile #sec_02 .box_02{padding:114px 2.5% 114px}}#story #header{position:relative}#story #mainimage{position:relative;padding:234px 0 364px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage.jpg) center center no-repeat;background-size:cover}#story #mainimage .titleBox{width:50%;margin:0 0 0 50%;text-align:center}#story #mainimage h1{font-size:78px;font-family:'BebasKai',sans-serif;font-weight:400;margin:0 0 10px;letter-spacing:.16em}#story #mainimage .name{font-size:16px;color:#c0d739;letter-spacing:.5em}#story #mainimage .clip{content:"";display:block;padding-top:18.75%;width:100%;position:absolute;left:0;bottom:0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage-clip.svg) center bottom -1px no-repeat;background-size:cover}#story .sec_story{display:flex}#story .sec_story .imgBox{position:relative}#story .sec_story .imgBox .inner{width:100%;height:100%}#story .sec_story .imgBox .number{font-size:170px;font-family:'CocogoosePro',sans-serif;color:#c0d739;position:absolute;font-style:italic;line-height:1;letter-spacing:.01em}#story .sec_story .textBox{flex:1}#story .sec_story .textBox .inner .ttl_02{font-size:26px;line-height:1.87;margin:0 0 30px}#story .sec_story .textBox .inner .cts{font-size:14.6px;line-height:2.22}#story .sec_story .textBox .inner .cts p:not(:last-child){margin:0 0 20px}#story #sec_01{padding:0 0 126px}#story #sec_01 .imgBox{width:47.5%}#story #sec_01 .imgBox .inner{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_01.jpg) center center no-repeat;background-size:cover}#story #sec_01 .imgBox .number{top:-40px;left:20%}#story #sec_01 .textBox .inner{padding:5% 18% 4.2% 13%}#story #sec_02{padding:126px 0 126px;background:#373838;position:relative;flex-direction:row-reverse}#story #sec_02 .imgBox{width:46.8%}#story #sec_02 .imgBox .inner{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_02.jpg) center center no-repeat;background-size:cover}#story #sec_02 .imgBox .number{top:24px;left:-92px}#story #sec_02 .textBox{color:#fff}#story #sec_02 .textBox .inner{padding:4.2% 14.2% 5% 18%}#story #sec_02 .overlay{position:absolute;width:100%;height:100%;left:0;top:0;z-index:15;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02.svg) center bottom no-repeat;background-size:cover}#story #sec_03{padding:160px 10% 126px}#story #sec_03 .imgBox{width:51.8%}#story #sec_03 .imgBox .inner{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_03.jpg) center center no-repeat;background-size:cover}#story #sec_03 .imgBox .number{top:-54px;left:0}#story #sec_03 .textBox .inner{padding:9.7% 0 11% 19.4%}#story #sec_05{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_05.jpg) center top no-repeat #000;background-size:cover;color:#fff;padding:126px 0 126px 9.45%;position:relative}#story #sec_05 .ttl_02{padding:0 0 36px;margin:0 0 74px;position:relative;z-index:15}#story #sec_05 .ttl_02:after{content:"";display:block;width:432px;height:8px;background:#c0d739;position:absolute;left:0;bottom:0}#story #sec_05 .ttl_02 .sub{font-size:37px;line-height:1;font-family:'CocogoosePro',sans-serif;margin:0 0 18px}#story #sec_05 .ttl_02 .main{font-size:43px;letter-spacing:.1em}#story #sec_05 .flex{align-items:flex-start;z-index:15;position:relative}#story #sec_05 .imgBox{position:relative;width:52.45%}#story #sec_05 .imgBox .inner{width:100%;height:100%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/img_05.jpg) center center no-repeat;background-size:contain}#story #sec_05 .textBox{flex:1;padding:0 5% 0 0}#story #sec_05 .textBox .cts p{font-size:14.66px;line-height:2.227;margin:0 0 2.227em}#story #sec_05 .textBox .cts p.autograph{font-family:'AntroVectra',sans-serif;margin:40px 0 0;letter-spacing:.1em;font-size:26px}#story #sec_05 .overlay{position:absolute;width:100%;height:100%;left:0;top:0;z-index:14;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02.svg) center top no-repeat;background-size:contain}#story #sec_04{padding:106px 0 225px}#story #sec_04 .ttl_03{text-align:center;font-family:'BebasKai',sans-serif;font-size:33px;letter-spacing:.16em;margin:0 0 60px}#story .slick-slide{position:relative}#story .slick-slide:before{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:20;background:rgba(0,0,0,.3)}#story .slick-current+.slick-active:before{display:none}#story .slick-prev,#story .slick-next{z-index:30}#story .slick-prev{left:3.3%}#story .slick-next{right:3.3%}#story .slick-prev:before,#story .slick-next:before{content:"";display:block;width:28px;height:56px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow-left.svg) center center no-repeat;background-size:contain;opacity:1;position:relative;z-index:100}#story .slick-next:before{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow-right.svg)}#story .slick-dots{padding:40px 0 0;bottom:-65px}.slick-dots li.slick-active button:before,.slick-dots li button:hover:before,.slick-dots li button:focus:before{color:#c0d739;opacity:1}#record #header{position:relative}#record #mainimage{width:100%;height:627px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/mainimage.jpg) center top no-repeat;background-size:cover}#record #sec_01{padding:136px 0 180px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/bg_01.svg) center top no-repeat;background-size:contain}#record #sec_01 .secInner{max-width:1280px;padding:0 10px}#record #sec_01 .ttl_01{font-size:70px;letter-spacing:.16em;font-family:'BebasKai',sans-serif;text-align:center;margin:0 0 90px;font-weight:400;line-height:1}#record #sec_01 .box_01{margin:0 0 120px;font-family:'BanksMiles',sans-serif;text-align:center;line-height:1}#record #sec_01 .box_01 .pointlist{margin:0 0 60px}#record #sec_01 .box_01 .pointlist .label{font-size:36px;letter-spacing:.13em;margin:0 0 45px}#record #sec_01 .box_01 .pointlist .value{display:flex;justify-content:center;align-items:center}#record #sec_01 .box_01 .pointlist .value .date{margin:0 18px 0 0;font-size:36px;letter-spacing:.08em}#record #sec_01 .box_01 .pointlist .value .position .number{font-family:'BebasKai',sans-serif;font-size:156px;margin:0 8px 0 0}#record #sec_01 .box_01 .pointlist .value .position .unit{font-size:71px;letter-spacing:.13em}#record #sec_01 .box_01 .game-chanp{display:flex;justify-content:center;margin:0 0 50px}#record #sec_01 .box_01 .game-chanp>div{width:300px;box-sizing:border-box;padding:30px}#record #sec_01 .box_01 .game-chanp .leftBox{background:#181818}#record #sec_01 .box_01 .game-chanp .rightBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/icon-trophy.png) right top no-repeat #c0d739;background-size:contain}#record #sec_01 .box_01 .game-chanp>div .label{font-family:'BanksMiles',sans-serif;font-size:32px;letter-spacing:.13em;margin:0 0 20px}#record #sec_01 .box_01 .game-chanp .leftBox .label{color:#c0d739}#record #sec_01 .box_01 .game-chanp .rightBox .label{color:#fff}#record #sec_01 .box_01 .game-chanp>div .value{font-family:'BebasKai',sans-serif;font-size:90px;letter-spacing:.06em}#record #sec_01 .box_01 .game-chanp .leftBox .value{color:#fff}#record #sec_01 .box_01 .game-chanp .rightBox .value{color:#181818}#record #sec_01 .box_01 .link{font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}#record #sec_01 .box_01 .link .inner{max-width:600px;padding:0 10px;text-align:right;margin:0 auto}#record #sec_01 .box_01 .link .label{font-weight:700;margin:0 0 10px}#record #sec_01 .box_01 .link .value a{text-decoration:underline}#record #sec_01 .box_02 .ttl_02{font-size:48px;letter-spacing:.12em;font-family:'BebasKai',sans-serif;text-align:center;margin:0 0 70px;font-weight:400;line-height:1}#record #sec_01 .box_02 .sheet_01{width:100%;font-family:'BebasKai',sans-serif;background:#e6e4e4}#record #sec_01 .box_02 .sheet_01 .col-date{width:14%}#record #sec_01 .box_02 .sheet_01 .col-position{width:11%}#record #sec_01 .box_02 .sheet_01 .col-conventin{width:63%}#record #sec_01 .box_02 .sheet_01 .col-sort{width:12%}#record #sec_01 .box_02 .sheet_01 tr:nth-child(2n){background:#fefefe}#record #sec_01 .box_02 .sheet_01 th,#record #sec_01 .box_02 .sheet_01 td{font-size:18px;letter-spacing:.12em}#record #sec_01 .box_02 .sheet_01 th{text-align:center;background:#212121;padding:18px 24px;line-height:1;font-weight:400;color:#fff;cursor:pointer;position:relative}#record #sec_01 .box_02 .sheet_01 th:before,#record #sec_01 .box_02 .sheet_01 th:after{content:"";display:block;position:absolute;right:7%;width:8px;height:5.6px;transition:.5s}#record #sec_01 .box_02 .sheet_01 th:before{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_up.svg) center center no-repeat;top:50%;transform:translate(50%,-120%)}#record #sec_01 .box_02 .sheet_01 th:after{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_down.svg) center center no-repeat;top:50%;transform:translate(50%,20%)}#record #sec_01 .box_02 .sheet_01 th.asc:before{transform:translate(50%,-50%)}#record #sec_01 .box_02 .sheet_01 th.desc:before{height:0}#record #sec_01 .box_02 .sheet_01 th.asc:after{display:none;height:0}#record #sec_01 .box_02 .sheet_01 th.desc:after{transform:translate(50%,-50%)}#record #sec_01 .box_02 .sheet_01 th.convention:before,#record #sec_01 .box_02 .sheet_01 th.convention:after{display:none}#record #sec_01 .box_02 .sheet_01 th:not(:last-child){border-right:2px solid #fff}#record #sec_01 .box_02 .sheet_01 td{text-align:center;padding:10px 36px}#record #sec_01 .box_02 .sheet_01 td.convention{font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;font-size:16px;letter-spacing:.09em;text-align:left}#record #sec_01 .box_02 .btn_01 a{font-family:'BanksMiles',sans-serif;padding:12px 10px;font-size:16.5px;letter-spacing:.13em;color:#fff;width:245px;border:1px solid #181818;background:#181818}#schedule #header{position:relative}#schedule #contents{padding:0 0 160px}#schedule #mainimage{position:relative;padding:270px 0 240px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/schedule/mainimage.jpg) center center no-repeat;background-size:cover}#schedule #mainimage .titleBox{width:50%;margin:0 50% 0 0;text-align:center}#schedule #mainimage h1{font-size:78px;font-family:'BebasKai',sans-serif;font-weight:400;letter-spacing:.16em}#schedule #sec_01{padding:124px 0 124px}#schedule #sec_01 .secInner{max-width:1300px;padding:0 10px}#schedule #sec_01 .secInner .ttl_02{width:96%;max-width:880px;margin:0 auto;font-size:43px;font-family:'BanksMiles',sans-serif;font-weight:400;letter-spacing:.13em;line-height:1;text-align:center;padding:0 0 150px;position:relative;border-bottom:1px solid #c0d739}#schedule #sec_01 .secInner .ttl_02:after{content:"";display:block;width:1px;height:114px;background:#c0d739;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#schedule #sec_01 .secInner .box_01{padding:50px 0 0;text-align:center;margin:0 0 70px}#schedule #sec_01 .secInner .box_01 .date-time{font-family:'BebasKai',sans-serif;letter-spacing:.11em;margin:0 0 24px}#schedule #sec_01 .secInner .box_01 .date-time .date{font-size:70px;letter-spacing:.14em}#schedule #sec_01 .secInner .box_01 .date-time .day{font-size:36px;margin:0 0 0 5px}#schedule #sec_01 .secInner .box_01 .date-time .time{font-size:36px;margin:0 0 0 20px}#schedule #sec_01 .secInner .box_01 .convention{display:inline-block;background:#181818;color:#fff;padding:8px 20px;font-size:17px;letter-spacing:.09em}#schedule #sec_01 .secInner .box_02 .list_01{display:flex;flex-wrap:wrap;justify-content:center}#schedule #sec_01 .secInner .box_02 .list_01 li{font-size:17px;letter-spacing:.09em}#schedule #sec_01 .secInner .box_02 .list_01 li:first-child{margin:0 60px 0 0}#schedule #sec_01 .secInner .box_02 .list_01 li .label{color:#c0d739}#schedule #sec_02{padding:100px 0 170px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/schedule/bg_02.jpg) center top no-repeat #181818;background-size:cover;color:#fff}#schedule #sec_02 .secInner{max-width:1300px;padding:0 10px}#schedule #sec_02 .secInner .ttl_02{font-size:23px;letter-spacing:.09em;margin:0 0 80px;text-align:center}#schedule #sec_02 .secInner .list_01{display:flex;flex-wrap:wrap}#schedule #sec_02 .secInner .list_01 li{width:31.3%;box-sizing:border-box;border:1px solid #c0d739;padding:2.8% 3.2%}#schedule #sec_02 .secInner .list_01 li:not(:nth-child(3n)){margin-right:3.05%}#schedule #sec_02 .secInner .list_01 li:nth-child(n+4){margin-top:3.05%}#schedule #sec_02 .secInner .list_01 li .date-time{margin:0 0 20px;color:#c0d739;display:flex;align-items:baseline;flex-wrap:wrap;font-family:'BebasKai',sans-serif;letter-spacing:.11em}#schedule #sec_02 .secInner .list_01 li .date-time .date{font-size:30px}#schedule #sec_02 .secInner .list_01 li .date-time .date .day{font-size:17px;margin:0 0 0 5px}#schedule #sec_02 .secInner .list_01 li .date-time .time{font-size:17px;margin:0 0 0 10px}#schedule #sec_02 .secInner .list_01 li .convention{font-size:17px;letter-spacing:.03em;line-height:1.73;margin:0 0 20px}#schedule #sec_02 .secInner .list_01 li .link{text-align:right;font-size:13px}#schedule #sec_02 .secInner .list_01 li .link a{color:#fff}@media screen and (max-width :840px){#schedule #sec_02 .secInner .list_01 li{width:48.6%}#schedule #sec_02 .secInner .list_01 li:nth-child(n+3){margin:3.05% 0 0}}#sponsorship #header{position:relative}#sponsorship #sec_01 .box_01{display:flex}#sponsorship #sec_01 .box_01 .leftBox{width:43%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/sponsorship/img_01.jpg) center center no-repeat;background-size:cover}#sponsorship #sec_01 .box_01 .rightBox{width:67%;box-sizing:border-box;padding:7% 7.8%}#sponsorship #sec_01 .box_01 .rightBox .ttl_01{text-align:center;font-family:'BebasKai',sans-serif;font-size:60px;letter-spacing:.11em;font-weight:400;line-height:1;margin:0 0 60px}#sponsorship #sec_01 .box_01 .rightBox .official{margin:100px 0 0}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02{text-align:center;font-family:'BanksMiles',sans-serif;font-size:30px;line-height:1;letter-spacing:.12em;font-weight:400;margin:0 0 40px;position:relative}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02 span{display:inline-block;padding:0 30px;background:#fff;position:relative;z-index:15}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02:before{content:"";z-index:13;width:100%;height:1px;background:#212121;display:block;position:absolute;top:50%}#sponsorship #sec_01 .box_01 .rightBox .official .list_01{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li{padding:0 40px;box-sizing:border-box}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li{width:50%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li:nth-child(n+3){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li{width:35%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li:nth-child(n+4){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01:nth-child(n+3) li{margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li{width:30%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li:nth-child(n+4){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-4 .list_01 li{width:25%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li:nth-child(n+5){margin-top:3%}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li a{display:block}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li img{width:100%;height:auto}#sponsorship #sec_01 .box_02{padding:140px 0 200px}#sponsorship #sec_01 .box_02 .secInner{max-width:970px;padding:0 15px}#sponsorship #sec_01 .box_02 .ttl_02{font-weight:400;font-size:18px;padding:10px;text-align:center;background:#f1f1f1;margin:0 0 36px}#sponsorship #sec_01 .box_02 .textBox{margin:0 0 75px}#sponsorship #sec_01 .box_02 .textBox p{font-size:14.6px;line-height:2.22}#sponsorship #sec_01 .box_02 .contactBox{font-size:18px;line-height:1.82;text-align:center;padding:18px 50px;border:1px solid #181818}#what-paratriathlon-is #header{position:relative}#what-paratriathlon-is #mainimage{padding:190px 10px 165px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/mainimage.svg) center center no-repeat;background-size:contain}#what-paratriathlon-is #mainimage h1{font-size:70px;letter-spacing:.12em;font-family:'BebasKai',sans-serif;line-height:1;text-align:center;font-weight:400}#what-paratriathlon-is #sec_01{padding:160px 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_02.jpg) center center no-repeat;background-size:cover;color:#fff}#what-paratriathlon-is #sec_01 .ttl_02{font-size:21px;letter-spacing:.19em;margin:0 0 65px;text-align:center}#what-paratriathlon-is #sec_01 .secInner{max-width:1000px;padding:0 10px}#what-paratriathlon-is #sec_01 .list_01{display:flex;justify-content:center;margin:0 0 55px}#what-paratriathlon-is #sec_01 .list_01 li{margin:0 38px;width:164px;height:158px;position:relative}#what-paratriathlon-is #sec_01 .list_01 li .corner{position:absolute;width:100%;height:100%}#what-paratriathlon-is #sec_01 .list_01 li .corner>div{width:36%;height:35%;position:absolute;border:1px solid #fff}#what-paratriathlon-is #sec_01 .list_01 li .corner .left-top{left:0;top:0;border-right:0;border-bottom:0}#what-paratriathlon-is #sec_01 .list_01 li .corner .right-top{right:0;top:0;border-left:0;border-bottom:0}#what-paratriathlon-is #sec_01 .list_01 li .corner .right-bottom{right:0;bottom:0;border-left:0;border-top:0}#what-paratriathlon-is #sec_01 .list_01 li .corner .left-bottom{left:0;bottom:0;border-right:0;border-top:0}#what-paratriathlon-is #sec_01 .list_01 li .text{position:absolute;left:0;top:50%;width:100%;transform:translate(0,-50%);text-align:center}#what-paratriathlon-is #sec_01 .list_01 li .value .number{font-size:46px;font-family:'BebasKai',sans-serif;letter-spacing:.06em}#what-paratriathlon-is #sec_01 .list_01 li .value .unit{font-size:26px;font-family:'Pompadour',sans-serif;letter-spacing:.06em}#what-paratriathlon-is #sec_01 .list_01 li .event-name{font-size:25px;font-family:'BebasKai',sans-serif;letter-spacing:.08em}#what-paratriathlon-is #sec_01 .plane{line-height:2.31;text-align:center}#what-paratriathlon-is #sec_02{padding:100px 0 130px;position:relative}#what-paratriathlon-is #sec_02:after{content:"";display:block;width:1280px;height:1px;background:#181818;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#what-paratriathlon-is #sec_02 .ttl03{font-size:30px;line-height:1;text-align:center;margin:45px}#what-paratriathlon-is #sec_02 .inner{max-width:1120px;padding:0 20px;margin:0 auto}#what-paratriathlon-is #sec_02 .lead{line-height:2.31;text-align:center;letter-spacing:0;margin:0 0 60px}#what-paratriathlon-is #sec_02 .list_01 li{background:#f4f4f3;padding:20px 10px;box-sizing:border-box;min-height:140px}#what-paratriathlon-is #sec_02 .list_01 li:nth-child(2n){background:#fff}#what-paratriathlon-is #sec_02 .list_01 li .flex{max-width:1290px;align-items:center;margin:0 auto}#what-paratriathlon-is #sec_02 .list_01 li .leftBox{width:420px;display:flex;align-items:center;padding:20px 0;border-right:1px solid #181818}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .number{font-family:'BebasKai',sans-serif;font-size:66px;color:#c0d739;letter-spacing:.06em;margin:0 30px 0 0}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .title{font-size:23px;letter-spacing:.16em;font-weight:700}#what-paratriathlon-is #sec_02 .list_01 li .rightBox{flex:1;line-height:2.13;padding:0 20px 0 46px}#what-paratriathlon-is #sec_02 .box_02{padding:115px 0 0}#what-paratriathlon-is #sec_02 .box_02 .sheet_01{margin:0 0 96px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_01{width:28%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_02{width:22%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_03{width:50%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{border:2px solid #fff;padding:18px 30px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th{background:#d6d6d6;font-size:18px;letter-spacing:.16em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th:first-child{background:#fff}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{background:#181818;color:#fff}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font{font-family:'BebasKai',sans-serif;font-size:24px;letter-spacing:.06em;text-align:center}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left{text-align:left;position:relative}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span{position:absolute;color:#181818;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box02{font-size:18px;letter-spacing:.16em;background:#c0d739;right:14px;top:50%;transform:translate(0,-50%);box-sizing:border-box;width:78px;padding:3px 10px;font-weight:700;text-align:center;z-index:15}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01:after{content:"";display:block;width:0;height:0;border:8px solid transparent;border-left-width:5px;border-right-width:5px;border-bottom-color:#c0d739;position:absolute;bottom:0;left:50%;transform:translate(-50%,50%)}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.line1{width:1px;height:calc(200% + 36px);background:#c0d739;z-index:14;top:-13px;right:53px;transform:translate(50%,0)}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box_03{letter-spacing:.09em;font-size:14px;background:#fff;right:19px;top:0;transform:translate(0,-50%);box-sizing:border-box;padding:8px 3px;height:126px;font-weight:700;z-index:15;-ms-writing-mode:tb-lr;-webkit-writing-mode:vertical-lr;-o-writing-mode:vertical-lr;writing-mode:vertical-lr}#what-paratriathlon-is #sec_02 .box_02 .textBox{line-height:2.3;text-align:center}@media screen and (max-width :900px){#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box02{font-size:16px;right:12px;width:62px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.line1{right:43px;height:calc(200% + 40px);top:-15px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box_03{right:8px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{font-size:13px}}#what-paratriathlon-is #sec_03{padding:140px 0 290px}#what-paratriathlon-is #sec_03 .ttl03{font-size:30px;line-height:1;text-align:center;margin:145px}#what-paratriathlon-is #sec_03 .list_02 li{position:relative}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1){padding:28px 0 0;margin:0 0 108px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2){padding:52px 0 0;margin:0 0 108px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3){padding:36px 0 0}#what-paratriathlon-is #sec_03 .list_02 li .imgBox{position:absolute;top:0;left:0;width:43%;height:80%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/img_01.jpg) center center no-repeat;background-size:cover;z-index:14}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox{left:initial;right:0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/img_02.jpg) center center no-repeat}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/img_03.jpg) center center no-repeat}#what-paratriathlon-is #sec_03 .list_02 li .imgBox .number{font-family:'CocogoosePro',sans-serif;font-size:126px;color:#c0d739;font-style:italic;letter-spacing:.01em;line-height:1;position:absolute}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1) .imgBox .number{right:-17px;top:-80px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox .number{left:-102px;bottom:-80px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox .number{right:-36px;bottom:-150px}#what-paratriathlon-is #sec_03 .list_02 li .textBox{box-sizing:border-box;width:58.75%;padding:3.75% 9.75% 3.75% 130px;margin:0 0 0 41.25%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/bg_01.svg) center center no-repeat #181818;background-size:contain;color:#fff;z-index:15}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .textBox{padding:3.75% 130px 3.75% 9.75%;margin:0 41.25% 0 0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/bg_02.svg) 4% center no-repeat #e1dfdf;background-size:contain;color:#181818}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .textBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/what-paratriathlon-is/bg_03.svg) center center no-repeat #181818;background-size:contain}#what-paratriathlon-is #sec_03 .list_02 li .textBox .inner{max-width:660px;position:relative;left:50%;transform:translate(-50%,0)}#what-paratriathlon-is #sec_03 .list_02 li .textBox .lead{color:#c0d739;font-size:24px;font-weight:700;letter-spacing:.19em;margin:0 0 30px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .textBox .lead{color:#181818}#what-paratriathlon-is #sec_03 .list_02 li .textBox .plane{line-height:2.22}#contact #header{position:relative}#contact #mainimage{height:620px;display:flex}#contact #mainimage .leftBox{width:21%;position:relative;background:#2c2f2e;z-index:30}#contact #mainimage .leftBox h1{font-family:'BebasKai',sans-serif;font-size:70px;letter-spacing:.11em;font-weight:400;color:#fff;position:absolute;right:-70px;top:50%;transform:translate(0,-50%)}#contact #mainimage .rightBox{width:79%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/contact/mainimiage.jpg) center top no-repeat #4f5861;background-size:cover}@media screen and (max-width :1000px){#contact #mainimage .leftBox h1{right:-75px}}@media screen and (max-width :900px){#contact #mainimage .leftBox h1{right:-100px}}#contact #sec_01{background:#2c2f2e;color:#fff}#contact #sec_01 .box_01{display:flex}#contact #sec_01 .box_01 .leftBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/contact/img_01.jpg) center center no-repeat;background-size:cover;width:21%}#contact #sec_01 .box_01 .rightBox{width:79%;box-sizing:border-box;text-align:right;padding:6.1% 9.5%;font-size:18px;line-height:2.28}#contact #sec_01 .box_02 .secInner{max-width:1270px;padding:0 15px}#contact #sec_01 .box_02 .form_01{padding:94px 0 220px}#contact #sec_01 .box_02 .form_01 .flex{justify-content:space-between;margin:0 0 70px}#contact #sec_01 .box_02 .form_01 .list_01{width:46%}#contact #sec_01 .box_02 .form_01 .list_01 li:not(:last-child){margin:0 0 36px}#contact #sec_01 .box_02 .form_01 .list_01 .label{font-size:18px;margin:0 0 8px}#contact #sec_01 .box_02 .form_01 .list_01 .label .mandatory{margin:0 10px 0 3px;color:#c0d739}#contact #sec_01 .box_02 .form_01 .list_01 .label a{color:#fff}#contact #sec_01 .box_02 .form_01 .list_01 .field.checkbox{margin:0 0 -8px}#contact #sec_01 .list_01 input[type=text],#contact #sec_01 .list_01 input[type=email],#contact #sec_01 .list_01 input[type=tel],#contact #sec_01 .list_01 textarea{width:100%;box-sizing:border-box;background:#505050;padding:16px 18px;line-height:1.4;font-size:16px;border:none;color:#fff;border-radius:8px}#contact #sec_01 .list_01 textarea{height:162px;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif}#contact #sec_01 .list_01 .checkbox input[type=checkbox]{display:none}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label{font-size:18px;box-sizing:border-box;position:relative;display:inline-block;margin:0 20px 14px 0;padding:0 0 0 32px;cursor:pointer}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:after{content:'';display:block;width:18px;height:18px;border:1px solid #fff;position:absolute;left:0;top:50%;transform:translate(0,-50%)}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:before{content:'';display:block;width:6px;height:14px;position:absolute;top:3px;left:7px;border-right:1px solid #fff;border-bottom:1px solid #fff;transform:rotate(45deg);opacity:0;transition:.2s linear}#contact #sec_01 .list_01 .checkbox input[type=checkbox]:checked+.wpcf7-list-item-label:before{opacity:1}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label{margin:0;padding-top:13px}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label:after{top:63%}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label:before{top:14px}#contact #sec_01 .box_02 .form_01 .btn_01 input{background:linear-gradient(to right,#c0d739,#7ba62b);background:linear-gradient(90deg,#c0d739,#7ba62b);font-size:24px;line-height:1;width:356px;padding:15px 10px 14px;text-align:center;border-radius:8px;box-sizing:border-box;cursor:pointer;border:none;transition:.5s;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;color:#181818}#contact #sec_01 .box_02 .form_01 .btn_01 input:active,#contact #sec_01 .box_02 .form_01 .btn_01 input:focus{outline:none}#contact span.wpcf7-not-valid-tip{padding-top:5px;font-size:13px;color:#c0d739}#contact div.wpcf7-response-output{font-size:13px;margin:2em .5em 4em;padding:1.8em;border:1px solid #c0d739}#contact #sec_sponsor .box_02{background:#181818;color:#fff}#contact #sec_sponsor .box_02 .textBox .lead{background:0 0;border:1px solid #fff}#contact #sec_sponsor .box_02 .textBox .plane{font-size:12px;line-height:2}.grecaptcha-badge{display:none}#privacypolicy #header{position:relative}#privacypolicy #mainimage{padding:280px 0 280px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/privacypolicy/mainimage.jpg) center center no-repeat;background-size:cover}#privacypolicy #mainimage h1{width:50%;box-sizing:border-box;padding:0 10px;margin:0 50% 0 0;text-align:center;font-size:70px;font-family:'BebasKai',sans-serif;font-weight:400;letter-spacing:.11em;line-height:1;color:#fff}#privacypolicy #sec_01{padding:120px 0 210px}#privacypolicy .secInner{max-width:1280px;padding:0 20px}#privacypolicy .lead{background:#f1f1f1;text-align:center;font-size:16.6px;padding:12px 0;margin:0 0 110px}#privacypolicy .list_01{text-align:center}#privacypolicy .list_01 dt{font-size:28px;font-weight:700;color:#c0d739;margin:0 0 15px}#privacypolicy .list_01 dt:not(:first-child){padding:50px 0 0}#privacypolicy .list_01 dd{font-size:14.6px;line-height:1.95}#privacypolicy .list_01 dd:not(:last-child){padding:0 0 50px;border-bottom:1px solid gray}#privacypolicy .list_01 dd .font{font-size:21px;font-weight:700;display:inline-block;margin:10px 0 0}#topics #header{position:relative}#topics #mainimage{display:flex}#topics #mainimage .leftBox{width:17.5%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/topics/mainimage_01.jpg) center center no-repeat;background-size:cover}#topics #mainimage .rightBox{width:82.5%;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/topics/mainimage_02.jpg) center center no-repeat;background-size:cover;padding:280px 0 280px}#topics #mainimage .rightBox h1{padding:0 11%;font-size:70px;font-family:'BebasKai',sans-serif;font-weight:400;letter-spacing:.11em;line-height:1;color:#fff;text-align:right}#topics #archive{padding:145px 0 135px}#topics .secInner{max-width:1280px;padding:0 15px}#topics #archive .list_01{display:flex;flex-wrap:wrap}#topics #archive .list_01 li{width:31.25%}#topics #archive .list_01 li:nth-child(n+4){margin-top:3.125%}#topics #archive .list_01 li:not(:nth-child(3n)){margin-right:3.125%}#topics #archive .list_01 li a{background:#f5f5f5;display:block;padding:4.5%}#topics #archive .list_01 .imgBox{width:100%;height:345px;position:relative;overflow:hidden}#topics #archive .list_01 .imgBox img{width:auto;height:auto;min-width:100%;min-height:100%;max-width:120px;max-height:120px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}@supports (object-fit:cover){#topics #archive .list_01 .imgBox img{height:100%;width:100%;left:0;-o-object-fit:cover;object-fit:cover;top:0;transform:none}}#topics #archive .list_01 .textBox{padding:0 5%}#topics #archive .list_01 .textBox .date-cat{display:flex;justify-content:space-between;align-items:center;padding:22px 0 18px;border-bottom:1px solid #181818;font-family:'BebasKai',sans-serif}#topics #archive .list_01 .textBox .date-cat .date{color:#c0d739;letter-spacing:.05em;line-height:1;font-size:29px}#topics #archive .list_01 .textBox .date-cat .cat{width:78px;padding:3px 10px;font-size:17.3px;letter-spacing:.11em;line-height:1;text-align:center}#topics .date-cat .cat.media{background:#181818;color:#c0d739}#topics .date-cat .cat.news{background:#fff;color:#c0d739}#topics .date-cat .cat.result{background:#c0d739;color:#181818}#topics #archive .list_01 .textBox .ttl-exc{padding:16px 0 18px}#topics #archive .list_01 .textBox .title{font-size:16.67px;line-height:1.68;font-weight:700;letter-spacing:.03em;margin:0 0 16px}#topics #archive .list_01 .textBox .excerpt{line-height:1.72}#topics #archive .list_01 .textBox .excerpt:after{content:"・・・";color:#c7c7c7;font-size:32px;line-height:24px;display:inline-block;vertical-align:bottom;letter-spacing:-.65em;margin:0 0 0 -.2em}#topics #single{padding:65px 0 205px}#topics #single .caption{font-family:'BebasKai',sans-serif;font-size:46px;line-height:1;padding:36px;border-bottom:3px solid #181818;letter-spacing:.16em}#topics #single .article{padding:60px 0 150px}#topics #single .article .mainimage{text-align:center}#topics #single .article .mainimage img{max-height:600px}#topics #single .article .date-cat{display:flex;align-items:center;padding:55px 0 100px;font-family:'BebasKai',sans-serif}#topics #single .article .date-cat .date{letter-spacing:.05em;line-height:1;font-size:29px;margin:0 30px 0 0}#topics #single .article .date-cat .cat{width:94px;padding:3px 10px;font-size:21px;letter-spacing:.11em;line-height:1;text-align:center}#topics #single .article .ttl-cts{padding:16px 0 18px}#topics #single .article .ttl-cts .title{font-size:33px;line-height:1.68;letter-spacing:.06em;padding:0 0 20px;border-bottom:1px solid #181818}#topics #single .article .ttl-cts .cts{padding:36px 0 0;font-size:18px;letter-spacing:.08em;line-height:2.29}#topics #single .article .ttl-cts .cts a{color:#c0d739}#topics #single .btn_01 a{width:230px;border:1px solid #181818;background:#181818;font-size:22px;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;padding:14px 10px;letter-spacing:.19em}#topics #single .article .ttl-cts .cts-result .flex{flex-wrap:wrap;margin:0 0 72px}#topics #single .article .ttl-cts .cts-result .leftBox{width:39%;max-width:500px}#topics #single .article .ttl-cts .cts-result .rightBox{flex:1;padding-left:60px;padding-top:18px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li{display:flex;align-items:flex-start;font-family:'BebasKai',sans-serif}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li:last-child{flex-wrap:wrap}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li:not(:last-child){margin:0 0 30px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .label{width:140px;font-size:20px;padding:2px 12px;background:#f1f1f1;letter-spacing:.1em;text-align:center}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value{flex:1;padding-left:40px;font-size:22px;letter-spacing:.12em}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value .part{font-size:18px;color:#585858}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value-comment{width:100%;font-size:16px;line-height:2;font-family:"游ゴシック","YuGothic","游ゴシック体","メイリオ",Meiryo,'ヒラギノ角ゴ ProN W3',Hiragino Kaku Gothic Pro,Hiragino Kaku Gothic ProN,Arial,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;letter-spacing:.08em;flex:initial;padding-left:0;padding-top:24px}#topics #single .article .ttl-cts .cts-result .next-race{padding:80px 3% 105px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/topics/bg_01.jpg) center center no-repeat;background-size:cover;color:#fff}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02{width:96%;max-width:880px;margin:0 auto;font-size:43px;font-family:'BanksMiles',sans-serif;font-weight:400;letter-spacing:.13em;line-height:1;text-align:center;padding:0 0 78px;position:relative;border-bottom:1px solid #fff}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02:after{content:"";display:block;width:1px;height:50px;background:#fff;position:absolute;bottom:0;left:50%;transform:translate(-50%,0)}#topics #single .article .ttl-cts .cts-result .next-race .box_01{padding:52px 0 0;text-align:center}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time{font-family:'BebasKai',sans-serif;letter-spacing:.11em;margin:0 0 15px;line-height:1}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .date{font-size:42px;letter-spacing:.14em}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .day{font-size:21px;margin:0 0 0 5px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .convention{font-size:28px;letter-spacing:.09em;font-weight:700;margin:0 0 36px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .link{font-size:18px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .link a{color:#fff}.wp-pagenavi{text-align:right;padding:88px 0 0;font-size:20px;font-family:'BebasKai',sans-serif}.wp-pagenavi a{padding:0 11px!important;background:#fff!important;color:#181818!important;margin-right:4px!important;display:inline-block!important;border:1px solid #181818!important;line-height:1.5!important;text-decoration:none!important}.wp-pagenavi a:hover{background:#181818!important;color:#fff!important;text-decoration:none!important}.wp-pagenavi .current{padding:0 11px!important;background:#181818!important;color:#fff!important;margin-right:4px!important;display:inline-block!important;border:1px solid #181818!important;line-height:1.5!important}.wp-pagenavi .nextpostslink,.wp-pagenavi .previouspostslink{color:#444!important;background:none!important;font-weight:700!important;line-height:1.5!important}
@charset "utf-8";@media screen and (max-width :767.9999px){.top__shop{position:absolute;bottom:3%;transform:none;left:3.3%}.top__shop.is_close{transform:none}.top__shop img{width:254px}.top__shop-controll{display:none}#top #mainimage{min-height:auto;padding:0}#top #mainimage .box_01{width:100%;margin:0;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/mainimage.jpg) center center no-repeat;background-size:cover;background-position:left center;position:inherit}#top #mainimage .box_01 .textBox{right:initial;left:5.3%}#top #mainimage .box_01 .textBox .main-copy{text-align:left}#top #mainimage .box_01 .textBox .main-copy .jpn{font-size:12px;margin:0 0 12px;margin:0 0 9px;line-height:1.95}#top #mainimage .box_01 .textBox .main-copy .eng{font-size:30px;letter-spacing:.04em;margin:0 0 16px;margin:0 0 15px;line-height:1.35}#top #mainimage .box_01 .textBox .main-copy .name{font-size:10px}#top #mainimage .box_01 .logomark{top:initial;left:initial;width:85%;max-width:318px;max-width:295px;right:-30px;bottom:0;transform:rotate(-6deg)}#top #mainimage .play-btn{position:static;margin:20px 0 0}#top #mainimage .play-btn a{font-size:14px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/icon_play.svg) 8px center no-repeat transparent;background-size:12px 12px;padding:10px 12px 10px 28px;border:1px solid #fff}#top #mainimage .bg_01{display:none}#top #mainimage .sidebar{display:none}#top #sec_01{flex-direction:column-reverse;padding:60px 0 50px;position:relative}#top #sec_01 .rightBox{width:64%;margin-left:36%;z-index:14;position:relative}#top #sec_01 .leftBox{padding:0 5%;position:static}#top #sec_01 .leftBox .inner{padding:45px 0 0;text-align:center;z-index:14;position:relative;display:block;right:initial}#top #sec_01 .leftBox .inner .lead{font-size:12.5px;line-height:1.96;margin:0 0 10px}#top #sec_01 .leftBox .inner .plane{font-size:10.5px;line-height:2.12}#top #sec_01 .leftBox .title{right:initial;top:18px;left:3.5%;font-size:42px;width:190px;z-index:15}#top #sec_01 .leftBox .title span.red:after{width:35px;height:35px;top:5px}#top #sec_01 .leftBox .bg_01{position:absolute;left:0;top:50%;width:123px;height:237px;transform:translate(0,-50%)}#top #sec_01 .bg_02{width:44%;height:100%;left:0;top:0;position:absolute;background:#f8f8f7;z-index:13}#top #sec_02{padding:0;margin:0 0 50px}#top #sec_02 .leftBox{padding:50px 0;background-size:cover}#top #sec_02 .leftBox .inner{padding:0 5.3%}#top #sec_02 .title{font-size:11.5px;margin:0 0 42px}#top #sec_02 .list_01{justify-content:space-between;margin:0 0 36px}#top #sec_02 .list_01 li{width:96px;height:92px;position:relative;margin:0}#top #sec_02 .list_01 li .value .number{font-size:25px}#top #sec_02 .list_01 li .value .unit{font-size:12.5px}#top #sec_02 .list_01 li .event-name{font-size:15.4px}#top #sec_02 .plane{font-size:10.5px;line-height:2.06;margin:0 0 40px;text-align:left}#top #sec_02 .rightBox{display:none}#top #sec_03 .btnNavi li{font-size:16px;padding:16px 0}#top #sec_03 .btnNavi li:not(:last-child){border-right:2px solid #fff}#top #sec_03 .ctsBox>li{padding:32px 0 60px}#top #sec_03 .ctsBox>li .inner{padding:0 5.3%}#top #sec_03 .ctsBox li .inner .list_01{margin:0 0 36px}#top #sec_03 .ctsBox li .inner .list_01 li{font-size:10.5px;margin:0 0 24px;display:block}#top #sec_03 .ctsBox li .inner .list_01 li .date{width:100%;font-size:10px;margin:0 0 5px}#top #sec_03 .ctsBox li .inner .list_01 li .title{line-height:1.76}#top #sec_03 .ctsBox li .inner .btn_01 a{border-color:#181818;color:#181818}#top #sec_03 .bg_01{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/top/bg_03-sp.svg) center top no-repeat;background-size:cover}.glitch:after{left:1px;top:-5px}.glitch:before{left:-1px;top:-5px}#profile #mainimage{height:325px !important;min-height:auto;padding:61px 0 0;background:0 0}#profile #mainimage .leftBox{width:81%}#profile #mainimage .rightBox{height:100%;width:19%;background-size:contain}#profile #mainimage .rightBox h1{left:-12px;font-size:10.8px}#profile #mainimage .rightBox h1 span:nth-child(1){margin:0 0 0 8px}#profile #mainimage .rightBox h1 span:nth-child(2){margin:0 0 0 6px}#profile #mainimage .rightBox h1 span:nth-child(3){font-size:23.5px}#profile #contents{padding:0 0 90px}#profile #sec_01{display:block}#profile #sec_01 .leftBox{width:61.3%;padding-top:95.2%;position:relative}#profile #sec_01 .leftBox .logo{position:absolute;width:239px;height:165px;z-index:15;top:50%;right:-68px;transform:translate(50%,-50%);background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_01-sp.svg) left top no-repeat;background-size:contain}#profile #sec_01 .rightBox{width:100%;padding:0;box-sizing:border-box;background:0 0;position:relative}#profile #sec_01 .rightBox .box_01{padding:36px 6.4% 60px}#profile #sec_01 .rightBox .box_01 .name{position:absolute;top:0;right:5.6%;transform:translate(0,-100%);text-align:center;margin:0;padding:0 0 8px}#profile #sec_01 .rightBox .box_01 .name .jpn{font-size:19.2px;letter-spacing:.18em;margin:0 0 10px}#profile #sec_01 .rightBox .box_01 .name .eng{font-size:11.23px;letter-spacing:.3em}#profile #sec_01 .rightBox .box_01 .info{margin:0 0 36px}#profile #sec_01 .rightBox .box_01 .info li{font-size:11.23px;line-height:1.79}#profile #sec_01 .rightBox .box_01 .info li:not(:last-child){margin:0 0 8px}#profile #sec_01 .rightBox .box_01 .info li .label{width:64px;margin:0 24px 0 0;font-size:11.7px}#profile #sec_01 .rightBox .box_01 .btn_02 a{font-size:13px;padding:8px 15px;width:100%;box-sizing:border-box}#profile #sec_01 .rightBox .box_02{padding:40px 6.4% 42px;font-size:10.3px;line-height:2.22}#profile #sec_02 .episodeBox:after{display:none}#profile #sec_02 .episodeBox .ttl_03{font-size:13.1px;padding:7px;margin:0 0 15px}#profile #sec_02 .episodeBox>p{font-size:10.3px;line-height:2}#profile #sec_02 .box_01{padding:48px 6.67% 48px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02-sp.jpg) center top no-repeat;background-size:contain}#profile #sec_02 .box_01 .ttl_01{font-size:21px;margin:0 0 28px}#profile #sec_02 .box_01 .anatomy-body{display:flex;flex-direction:column;align-items:flex-start}#profile #sec_02 .box_01 .episodeBox{position:relative}#profile #sec_02 .box_01 .anatomy-body .leftBox{order:2;position:relative;margin:0 0 38px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(1){top:0;margin:0 0 38px}#profile #sec_02 .box_01 .anatomy-body .leftBox .episodeBox:nth-child(2){top:0}#profile #sec_02 .box_01 .anatomy-body .body{width:100%;max-width:100%;text-align:center;order:1;margin:0 0 38px}#profile #sec_02 .box_01 .anatomy-body .body img{height:400px}#profile #sec_02 .box_01 .anatomy-body .rightBox{order:3;margin:0}#profile #sec_02 .box_01 .anatomy-body .rightBox .episodeBox:nth-child(1){top:0}#profile #sec_02 .box_02{padding:304px 6.67% 48px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/profile/bg_02-2-sp.jpg) center top no-repeat #181a1c;background-size:contain}#profile #sec_02 .box_02 .anatomy-bike{width:100%;margin:0}#story #mainimage{padding:118px 0 172px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage-sp.jpg)}#story #mainimage h1{font-size:35.7px;margin:0;letter-spacing:.16em}#story #mainimage .name{font-size:10px;letter-spacing:.4em}#story #mainimage .clip{padding-top:102px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/mainimage-clip-sp.svg);background-size:contain}#story .sec_story{display:block}#story .sec_story .imgBox .number{font-size:86.4px}#story .sec_story .textBox .inner .ttl_02{font-size:14.1px;line-height:1.83;margin:0 0 16px}#story .sec_story .textBox .inner .cts{font-size:10.3px;line-height:2}#story .sec_story .textBox .inner .cts p:not(:last-child){margin:0 0 10px}#story #sec_01{padding:50px 0 48px}#story #sec_01 .imgBox{width:86.4%;height:250px}#story #sec_01 .imgBox .number{top:-40px;left:10.1%}#story #sec_01 .textBox .inner{padding:32px 6.67% 0}#story #sec_02{padding:67px 0 46px}#story #sec_02 .imgBox{width:86.4%;margin:0 0 0 13.6%;height:250px}#story #sec_02 .imgBox .number{top:-40px;left:initial;right:10.1%}#story #sec_02 .textBox{position:relative;z-index:18}#story #sec_02 .textBox .inner{padding:32px 6.67% 0}#story #sec_02 .textBox .inner .ttl_02{text-align:right}#story #sec_02 .overlay{top:initial;bottom:-4px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02-sp.svg);background-size:contain}#story #sec_03{padding:96px 0 0}#story #sec_03 .imgBox{width:86.4%;height:250px}#story #sec_03 .imgBox .number{top:50%;left:initial;right:-30px;transform:translate(0,-50%)}#story #sec_03 .textBox .inner{padding:32px 6.67% 0}#story #sec_03 .textBox .inner .cts{padding:0 0 52px;border-bottom:1px solid #181818}#story #sec_05{background:#040404;padding:50px 0 0}#story #sec_05 .ttl_02{padding:0 6.25% 15px;margin:0 0 35px}#story #sec_05 .ttl_02:after{width:190px;height:3px;left:6.25%;bottom:0}#story #sec_05 .ttl_02 .sub{font-size:11.3px;margin:0 0 8.5px}#story #sec_05 .ttl_02 .main{font-size:18.8px}#story #sec_05 .flex{flex-direction:column-reverse}#story #sec_05 .imgBox{width:100%}#story #sec_05 .textBox{background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_05.jpg) left top no-repeat #000;background-size:cover;padding:8.75% 6.25% 18.35%}#story #sec_05 .textBox .cts p{font-size:12.5px;line-height:2;margin:0 0 2em}#story #sec_05 .textBox .cts p.autograph{margin:70px 0 0;letter-spacing:.1em;font-size:26px}#story #sec_05 .overlay{top:initial;bottom:-4px;background:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/story/bg_02-sp.svg) center bottom no-repeat;background-size:contain;z-index:15}#story #sec_04{padding:28px 0 115px}#story #sec_04 .ttl_03{font-size:16.8px;margin:0 0 34px}#story .slick-slide img{width:72vw}#story .slick-slide:before{display:none}#story .slick-prev:before,#story .slick-next:before{width:15px;height:29px}#record #mainimage{height:264px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/record/mainimage-sp.jpg)}#record #sec_01{padding:34px 0 70px}#record #sec_01 .secInner{padding:0}#record #sec_01 .ttl_01{font-size:23.4px;margin:0 0 24px}#record #sec_01 .box_01{margin:0 0 60px}#record #sec_01 .box_01 .pointlist{margin:0 0 32px}#record #sec_01 .box_01 .pointlist .label{font-size:12.17px;margin:0 0 16px}#record #sec_01 .box_01 .pointlist .value .date{margin:0 12px 0 0;font-size:10.76px}#record #sec_01 .box_01 .pointlist .value .position .number{font-size:42.6px;margin:0 2px 0 0}#record #sec_01 .box_01 .pointlist .value .position .unit{font-size:21px}#record #sec_01 .box_01 .game-chanp{margin:0 0 24px}#record #sec_01 .box_01 .game-chanp>div{width:108px;padding:12px}#record #sec_01 .box_01 .game-chanp>div .label{font-size:12.17px;margin:0 0 7px}#record #sec_01 .box_01 .game-chanp>div .value{font-size:32.3px}#record #sec_01 .box_01 .link .inner{padding:0 10.6%;text-align:left;font-size:10.76px}#record #sec_01 .box_01 .link .label{margin:0 0 6px}#record #sec_01 .box_01 .link .value{word-break:break-all}#record #sec_01 .box_02 .ttl_02{display:none}#record #sec_01 .box_02 .sheet_01 .col-date{width:18%}#record #sec_01 .box_02 .sheet_01 .col-position{width:19%}#record #sec_01 .box_02 .sheet_01 .col-conventin{width:45%}#record #sec_01 .box_02 .sheet_01 .col-sort{width:18%}#record #sec_01 .box_02 .sheet_01 th:before,#record #sec_01 .box_02 .sheet_01 th:after{right:7px;width:6px;height:4.2px}#record #sec_01 .box_02 .sheet_01 th{font-size:11.7px;padding:10px 3px}#record #sec_01 .box_02 .sheet_01 th:nth-child(2){letter-spacing:.04em}#record #sec_01 .box_02 .sheet_01 th:not(:last-child){border-right:1px solid #fff}#record #sec_01 .box_02 .sheet_01 td{padding:10px 6px;font-size:10px;letter-spacing:.09em}#record #sec_01 .box_02 .sheet_01 td.convention{font-size:10px;letter-spacing:.06em}#record #sec_01 .box_02 .btn_01 a{font-family:'CocogoosePro',sans-serif;padding:8px 10px;width:196px;font-size:10px;letter-spacing:.34em}#schedule #contents{padding:0 0 75px}#schedule #mainimage{padding:186px 0 30px;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/schedule/mainimage-sp.jpg)}#schedule #mainimage .titleBox{width:100%;margin:0}#schedule #mainimage h1{font-size:38px}#schedule #sec_01{padding:42px 0 58px}#schedule #sec_01 .secInner{padding:0 6.4%}#schedule #sec_01 .secInner .ttl_02{max-width:100%;width:100%;font-size:18.4px;line-height:1;padding:0 0 75px}#schedule #sec_01 .secInner .ttl_02:after{height:57px}#schedule #sec_01 .secInner .box_01{padding:28px 0 0;margin:0 0 28px}#schedule #sec_01 .secInner .box_01 .date-time{font-family:'BebasKai',sans-serif;letter-spacing:.11em;margin:0 0 28px}#schedule #sec_01 .secInner .box_01 .date-time .date{font-size:23.5px;letter-spacing:.11em}#schedule #sec_01 .secInner .box_01 .date-time .day{font-size:14.13px;margin:0}#schedule #sec_01 .secInner .box_01 .date-time .time{font-size:14.13px;margin:0 0 0 12px}#schedule #sec_01 .secInner .box_01 .convention{display:block;padding:8px 20px;font-size:10.4px}#schedule #sec_01 .secInner .box_02 .list_01{justify-content:flex-start}#schedule #sec_01 .secInner .box_02 .list_01 li{font-size:10.84px;display:flex}#schedule #sec_01 .secInner .box_02 .list_01 li .flex-item:last-child{flex:1}#schedule #sec_01 .secInner .box_02 .list_01 li:first-child{margin:0 0 8px}#schedule #sec_02{padding:42px 0 63px}#schedule #sec_02 .secInner{padding:0 6.4%}#schedule #sec_02 .secInner .ttl_02{font-size:11.3px;margin:0 0 40px}#schedule #sec_02 .secInner .list_01 li,#schedule #sec_02 .secInner .list_01 li:not(:nth-child(3n)),#schedule #sec_02 .secInner .list_01 li:nth-child(n+4){width:100%;padding:6.7% 6.7% 3.3%;margin:0}#schedule #sec_02 .secInner .list_01 li:nth-child(n+2){margin:8% 0 0}#schedule #sec_02 .secInner .list_01 li .date-time{margin:0 0 8px}#schedule #sec_02 .secInner .list_01 li .date-time .date{font-size:16.5px}#schedule #sec_02 .secInner .list_01 li .date-time .date .day{font-size:10.83px;margin:0}#schedule #sec_02 .secInner .list_01 li .date-time .time{font-size:10.83px;margin:0 0 0 8px}#schedule #sec_02 .secInner .list_01 li .convention{font-size:10.36px;letter-spacing:.09em;line-height:1.81;margin:0 0 8px}#schedule #sec_02 .secInner .list_01 li .link{font-size:10px}#sponsorship #sec_01 .box_01{display:block}#sponsorship #sec_01 .box_01 .leftBox{width:100%;padding-top:70%;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/sponsorship/img_01-sp.jpg)}#sponsorship #sec_01 .box_01 .rightBox{width:100%;padding:16% 8.5%}#sponsorship #sec_01 .box_01 .rightBox .ttl_01{font-size:31.43px;margin:0 0 28px}#sponsorship #sec_01 .box_01 .rightBox .official{margin:55px 0 0}#sponsorship #sec_01 .box_01 .rightBox .official .ttl_02{font-size:14.5px;margin:0 0 25px}#sponsorship #sec_01 .box_01 .rightBox .official .list_01{justify-content:flex-start}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-4 .list_01{justify-content:center}#sponsorship #sec_01 .box_01 .rightBox .official .list_01 li{padding:0 10px}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li{width:100%;padding:0 30px}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-1 .list_01 li:nth-child(n+2){margin-top:8%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li{width:50%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01 li:nth-child(n+3){margin-top:8%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-2 .list_01:nth-child(n+3) li{margin-top:8%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li{width:calc(100% / 3)}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-4 .list_01 li{width:30%}#sponsorship #sec_01 .box_01 .rightBox .official#box_01-3 .list_01 li:nth-child(n+4){margin-top:8%}#sponsorship #sec_01 .box_02{padding:0 0 65px}#sponsorship #sec_01 .box_02 .secInner{padding:0 6.4%}#sponsorship #sec_01 .box_02 .ttl_02{font-size:12.66px;padding:12px 10px;margin:0 0 30px}#sponsorship #sec_01 .box_02 .textBox{margin:0 0 75px}#sponsorship #sec_01 .box_02 .textBox p{font-size:10.3px;line-height:1.95}#sponsorship #sec_01 .box_02 .contactBox{font-size:11.25px;line-height:1.66;padding:15px 20px}#what-paratriathlon-is #mainimage{padding:86px 10px 58px;background-position:right top;background-size:contain}#what-paratriathlon-is #mainimage h1{font-size:25.55px}#what-paratriathlon-is #sec_01{padding:52px 0}#what-paratriathlon-is #sec_01 .ttl_02{font-size:11.61px;margin:0 0 42px}#what-paratriathlon-is #sec_01 .secInner{padding:0 5.6%}#what-paratriathlon-is #sec_01 .list_01{margin:0 0 36px;justify-content:space-between}#what-paratriathlon-is #sec_01 .list_01 li{width:96px;height:92px;position:relative;margin:0}#what-paratriathlon-is #sec_01 .list_01 li .value .number{font-size:25px}#what-paratriathlon-is #sec_01 .list_01 li .value .unit{font-size:12.5px}#what-paratriathlon-is #sec_01 .list_01 li .event-name{font-size:15.4px}#what-paratriathlon-is #sec_01 .plane{font-size:10.5px;line-height:2.06}#what-paratriathlon-is #sec_02{padding:60px 0 50px}#what-paratriathlon-is #sec_02:after{width:86.67%}#what-paratriathlon-is #sec_02 .ttl03{font-size:12.08px;margin:0 0 12px}#what-paratriathlon-is #sec_02 .inner{padding:0 6.4%}#what-paratriathlon-is #sec_02 .lead{font-size:10.22px;line-height:2.04;margin:0 0 24px}#what-paratriathlon-is #sec_02 .list_01 li{background:#f4f4f3;padding:18px 0}#what-paratriathlon-is #sec_02 .list_01 li .flex{display:block;padding:0 13%}#what-paratriathlon-is #sec_02 .list_01 li .leftBox{width:82%;margin:0 auto;padding:0 0 5px;border-right:none;border-bottom:1px solid #181818;justify-content:center}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .number{font-size:27.875px;margin:0 10px 0 0}#what-paratriathlon-is #sec_02 .list_01 li .leftBox .title{font-size:14.4px;letter-spacing:.14em}#what-paratriathlon-is #sec_02 .list_01 li .rightBox{font-size:10.22px;line-height:2;padding:14px 0 0;text-align:center}#what-paratriathlon-is #sec_02 .box_02{padding:48px 0 0}#what-paratriathlon-is #sec_02 .box_02 .sheet_01{margin:0 0 40px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_01{width:32%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_02{width:30%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 .col_03{width:38%}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td{border:1px solid #fff;padding:9px 15px;font-size:10px;letter-spacing:.03em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 th{font-size:10px;letter-spacing:.07em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font{font-size:12.08px;letter-spacing:.06em}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01,#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box02{font-size:10px;letter-spacing:.09em;right:16px;width:32px;padding:1px 3px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box01:after{border-width:5px;border-left-width:2.5px;border-right-width:2.5px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.line1{width:1px;height:calc(200% + 36px);top:-18px;right:32px}#what-paratriathlon-is #sec_02 .box_02 .sheet_01 td.font.left span.box_03{font-size:10px;right:7px;padding:5px 2px;height:88px}#what-paratriathlon-is #sec_02 .box_02 .textBox{font-size:10.22px;line-height:1.95;text-align:left}#what-paratriathlon-is #sec_03{padding:38px 0 60px}#what-paratriathlon-is #sec_03 .ttl03{font-size:14px;margin:0 0 54px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1),#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2),#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3){padding:185px 6.4% 0;margin:0 0 86px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3){margin:0}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1) .imgBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox{position:absolute;top:0;left:50%;transform:translate(-50%,0);width:73.6%;height:190px}#what-paratriathlon-is #sec_03 .list_02 li .imgBox .number{font-size:49.25px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(1) .imgBox .number{right:-18px;top:-30px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .imgBox .number{left:-26px;top:-30px}#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .imgBox .number{right:-18px;top:-30px}#what-paratriathlon-is #sec_03 .list_02 li .textBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(2) .textBox,#what-paratriathlon-is #sec_03 .list_02 li:nth-child(3) .textBox{width:100%;padding:10% 8% 8.6%;margin:0;background-size:contain}#what-paratriathlon-is #sec_03 .list_02 li .textBox .inner{max-width:100%;left:initial;transform:translate(0,0)}#what-paratriathlon-is #sec_03 .list_02 li .textBox .lead{font-size:11.15px;letter-spacing:.19em;margin:0 0 12px}#what-paratriathlon-is #sec_03 .list_02 li .textBox .plane{font-size:10.22px;line-height:1.95}#contact #mainimage{height:190px}#contact #mainimage .leftBox h1{font-size:23.4px;letter-spacing:.15em;right:initial;left:41.66%}#contact #sec_01 .box_01 .leftBox{width:31.4%}#contact #sec_01 .box_01 .rightBox{width:68.6%;text-align:left;padding:8% 6.4%;font-size:10px;line-height:2.19;letter-spacing:.07em}#contact #sec_01 .box_02 .secInner{padding:0 6.4%}#contact #sec_01 .box_02 .form_01{padding:24px 0 108px}#contact #sec_01 .box_02 .form_01 .flex{display:block;margin:0 0 42px}#contact #sec_01 .box_02 .form_01 .list_01{width:100%}#contact #sec_01 .box_02 .form_01 .list_01 li{margin:0 0 22px}#contact #sec_01 .box_02 .form_01 .list_01 li.privacy{margin:0}#contact #sec_01 .box_02 .form_01 .list_01 .label{font-size:10.77px;margin:0 0 5px;letter-spacing:.07em}#contact #sec_01 .box_02 .form_01 .list_01 .field.checkbox{margin:0 0 -8px}#contact #sec_01 .list_01 input[type=text],#contact #sec_01 .list_01 input[type=email],#contact #sec_01 .list_01 input[type=tel],#contact #sec_01 .list_01 textarea{padding:8px 12px;font-size:12px;border-radius:6px}#contact #sec_01 .list_01 textarea{height:96px}#contact #sec_01 .list_01 .checkbox input[type=checkbox]{display:none}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label{font-size:10.77px;margin:0 24px 10px 0;padding:0 0 0 18px}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:after{width:10px;height:10px}#contact #sec_01 .list_01 .checkbox .wpcf7-list-item-label:before{width:3px;height:7px;top:1.5px;left:3.5px}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label{margin:0;padding-top:9.5px}#contact #sec_01 .list_01 .privacy .checkbox .wpcf7-list-item-label:before{top:-1.5px}#contact #sec_01 .box_02 .form_01 .btn_01 input{font-size:10.77px;width:154px;padding:8px 10px 8px;border-radius:5px;letter-spacing:.112em}#contact span.wpcf7-not-valid-tip{padding-top:5px;font-size:11px}#contact div.wpcf7-response-output{font-size:11px;margin:2em 0 2em;padding:1.4em}#contact #sec_sponsor .box_02 .inner{padding:0 8.53%}#contact #sec_sponsor .box_02 .textBox .lead{background:#fff;color:#181818;border:none}#contact #sec_sponsor .box_02 .textBox .plane{font-size:10.3px;line-height:1.86}#contact #footer .totop a{background:#fff;color:#181818}#contact #footer .totop a:after{background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/common/arrow_02.svg)}#privacypolicy #mainimage{padding:118px 0;background-image:url(//www.hideki-uda.com/wp-content/themes/hideki-uda.com/assets/CSS/../Image/privacypolicy/mainimage-sp.jpg)}#privacypolicy #mainimage h1{width:100%;text-align:left;padding:0 6.4%;margin:0;font-size:23.4px;letter-spacing:.15em}#privacypolicy #sec_01{padding:30px 0 78px}#privacypolicy .secInner{max-width:1280px;padding:0 6.4%}#privacypolicy .lead{font-size:11.23px;line-height:1.96;padding:15px 10px;margin:0 0 42px}#privacypolicy .lead .secInner{padding:0}#privacypolicy .list_01 dt{font-size:15px;margin:0 0 12px}#privacypolicy .list_01 dt:not(:first-child){padding:32px 0 0}#privacypolicy .list_01 dd{font-size:10.3px;text-align:left}#privacypolicy .list_01 dd:last-child{text-align:center}#privacypolicy .list_01 dd:not(:last-child){padding:0 0 32px}#privacypolicy .list_01 dd .font{font-size:15px;line-height:1.87}#topics #mainimage .leftBox{width:31.7%}#topics #mainimage .rightBox{width:68.3%;padding:120px 0 120px}#topics #mainimage .rightBox h1{padding:0 8%;font-size:23.5px;letter-spacing:.15em}#topics #archive{padding:42px 0 68px}#topics .secInner{padding:0 6.4%}#topics #archive .list_01{display:flex;justify-content:space-between;flex-wrap:wrap}#topics #archive .list_01 li{width:100%}#topics #archive .list_01 li:nth-child(n+4){margin-top:0}#topics #archive .list_01 li:not(:nth-child(3n)){margin-right:0}#topics #archive .list_01 li:nth-child(n+2){margin:9.7% 0 0}#topics #archive .list_01 li a{padding:4.58% 4.28%}#topics #archive .list_01 .imgBox{height:284px}#topics #archive .list_01 .textBox{padding:0 7%}#topics #archive .list_01 .textBox .date-cat{padding:18px 0 18px}#topics #archive .list_01 .textBox .date-cat .date{font-size:24px}#topics #archive .list_01 .textBox .date-cat .cat{width:65px;padding:3px 10px;font-size:14.5px}#topics #archive .list_01 .textBox .ttl-exc{padding:10px 0 5px}#topics #archive .list_01 .textBox .title{font-size:13.2px;line-height:1.76;margin:0 0 12px}#topics #archive .list_01 .textBox .excerpt{line-height:2;font-size:10.35px}#topics #archive .list_01 .textBox .excerpt:after{font-size:16px;line-height:20.7px;color:#181818}#topics #single{padding:32px 0 105px}#topics #single .caption{font-size:23.5px;padding:0 0 22px;border-bottom:2px solid #181818}#topics #single .article{padding:24px 0 70px}#topics #single .article .mainimage img{max-height:200px}#topics #single .article .date-cat{padding:24px 0 36px}#topics #single .article .date-cat .date{font-size:18.77px;margin:0 13px 0 0}#topics #single .article .date-cat .cat{width:46px;font-size:12.2px}#topics #single .article .ttl-cts{padding:0}#topics #single .article .ttl-cts .title{font-size:14px;line-height:1.46;padding:0 0 22px}#topics #single .article .ttl-cts .cts{padding:28px 0 0;font-size:10.3px;line-height:2}#topics #single .btn_01 a{width:130px;font-size:10.3px;padding:7px 10px;letter-spacing:.08em}#topics #single .article .ttl-cts .cts-result .flex{margin:0 0 24px;flex-direction:column-reverse}#topics #single .article .ttl-cts .cts-result .leftBox{width:100%;max-width:100%}#topics #single .article .ttl-cts .cts-result .rightBox{flex:initial;width:100%;padding-left:0;padding-top:0;margin:0 0 12px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList li:not(:last-child){margin:0 0 20px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .label{width:80px;font-size:13px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value{padding-left:20px;font-size:16px}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value .part{font-size:14px;line-height:1.56}#topics #single .article .ttl-cts .cts-result .rightBox .infoList .value-comment{font-size:12px;padding-top:12px;padding-left:0}#topics #single .article .ttl-cts .cts-result .next-race{padding:24px 6.4% 36px}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02{width:100%;max-width:100%;font-size:20px;padding:0 0 36px}#topics #single .article .ttl-cts .cts-result .next-race .ttl_02:after{height:24px}#topics #single .article .ttl-cts .cts-result .next-race .box_01{padding:32px 0 0}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time{margin:0 0 7.5px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .date{font-size:16px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .date-time .day{font-size:12px;margin:0 0 0 2px}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .convention{font-size:14px;margin:0 0 12px;line-height:1.56}#topics #single .article .ttl-cts .cts-result .next-race .box_01 .link{font-size:10px}.wp-pagenavi{padding:32px 0 0;font-size:14px}.wp-pagenavi a{padding:0 8px!important}.wp-pagenavi .current{padding:0 8px!important}}
@charset "utf-8";.loading-page{position:fixed;background:#212121;width:100%;height:100%;z-index:800;overflow:hidden;right:0;animation:fadeout .625s ease-in-out 1.775s forwards;transition-delay:2.4s}#what-paratriathlon-is .loading-page{animation:fadeout .625s ease-in-out 2.775s forwards;transition-delay:3.4s}@keyframes fadeout{0%{width:100%}100%{width:0}}.inview .loading-page{z-index:1}.loading-page .inner{background:#212121;position:absolute;width:100%;height:100%;justify-content:center;align-items:center;z-index:800;box-sizing:border-box;opacity:1;left:0;overflow:hidden;animation:slidein 1 .625s ease-in-out forwards}@keyframes slidein{0%{width:0}100%{width:100%}}.loading-page .logo{position:fixed;z-index:800;left:50%;top:50%;transform:translate(-60%,-60%);animation:logo--1 1 0s ease-in-out 2.1s both;transition-delay:2.4s;display:flex}#what-paratriathlon-is .loading-page .logo{animation:logo--1 1 0s ease-in-out 3.1s both;transition-delay:3.4s}@keyframes logo--1{0%{position:fixed}100%{position:absolute}}.inview .loading-page .logo{z-index:1}.loading-page .logo .logo_01{opacity:0;margin:0 25px 0 0;width:132px;height:96px;transition:.5s;transition-delay:.7s;animation:logo1 1 .2s ease-in-out .5s forwards}@keyframes logo1{0%{opacity:0}100%{opacity:1}}.loading-page .logo .logo_02{color:#fff;line-height:1.4;font-family:'BebasKai',sans-serif;text-align:left;width:180px;opacity:0;animation:logo2 1 .2s ease-in-out .5s forwards}.loading-page .logo .logo_02 #loading-01{font-size:24px;letter-spacing:.16em}.loading-page .logo .logo_02 #loading-02{font-size:48px;letter-spacing:.16em}@keyframes logo2{0%{opacity:0}100%{opacity:1}}#contact .loading-page{display:none}@media screen and (max-width :767.9999px){.loading-page .logo .logo_01{width:66px;height:48px;margin:0 15px 0 0}.loading-page .logo .logo_02{width:90px}.loading-page .logo .logo_02 #loading-01{font-size:12px}.loading-page .logo .logo_02 #loading-02{font-size:24px}}
img:is([sizes="auto" i],[sizes^="auto," i]){contain-intrinsic-size:3000px 1500px}
@charset "UTF-8";.wp-block-archives{box-sizing:border-box}.wp-block-archives-dropdown label{display:block}.wp-block-avatar{line-height:0}.wp-block-avatar,.wp-block-avatar img{box-sizing:border-box}.wp-block-avatar.aligncenter{text-align:center}.wp-block-audio{box-sizing:border-box}.wp-block-audio :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-audio audio{min-width:300px;width:100%}.wp-block-button__link{align-content:center;box-sizing:border-box;cursor:pointer;display:inline-block;height:100%;text-align:center;width:100%;word-break:break-word}.wp-block-button__link.aligncenter{text-align:center}.wp-block-button__link.alignright{text-align:right}:where(.wp-block-button__link){border-radius:9999px;box-shadow:none;padding:calc(.667em + 2px) calc(1.333em + 2px);text-decoration:none}.wp-block-button[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons>.wp-block-button.has-custom-width{max-width:none}.wp-block-buttons>.wp-block-button.has-custom-width .wp-block-button__link{width:100%}.wp-block-buttons>.wp-block-button.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-buttons>.wp-block-button.wp-block-button__width-25{width:calc(25% - var(--wp--style--block-gap, .5em)*.75)}.wp-block-buttons>.wp-block-button.wp-block-button__width-50{width:calc(50% - var(--wp--style--block-gap, .5em)*.5)}.wp-block-buttons>.wp-block-button.wp-block-button__width-75{width:calc(75% - var(--wp--style--block-gap, .5em)*.25)}.wp-block-buttons>.wp-block-button.wp-block-button__width-100{flex-basis:100%;width:100%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-25{width:25%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-50{width:50%}.wp-block-buttons.is-vertical>.wp-block-button.wp-block-button__width-75{width:75%}.wp-block-button.is-style-squared,.wp-block-button__link.wp-block-button.is-style-squared{border-radius:0}.wp-block-button.no-border-radius,.wp-block-button__link.no-border-radius{border-radius:0!important}:root :where(.wp-block-button .wp-block-button__link.is-style-outline),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link){border:2px solid;padding:.667em 1.333em}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-text-color)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-text-color)){color:currentColor}:root :where(.wp-block-button .wp-block-button__link.is-style-outline:not(.has-background)),:root :where(.wp-block-button.is-style-outline>.wp-block-button__link:not(.has-background)){background-color:initial;background-image:none}.wp-block-buttons{box-sizing:border-box}.wp-block-buttons.is-vertical{flex-direction:column}.wp-block-buttons.is-vertical>.wp-block-button:last-child{margin-bottom:0}.wp-block-buttons>.wp-block-button{display:inline-block;margin:0}.wp-block-buttons.is-content-justification-left{justify-content:flex-start}.wp-block-buttons.is-content-justification-left.is-vertical{align-items:flex-start}.wp-block-buttons.is-content-justification-center{justify-content:center}.wp-block-buttons.is-content-justification-center.is-vertical{align-items:center}.wp-block-buttons.is-content-justification-right{justify-content:flex-end}.wp-block-buttons.is-content-justification-right.is-vertical{align-items:flex-end}.wp-block-buttons.is-content-justification-space-between{justify-content:space-between}.wp-block-buttons.aligncenter{text-align:center}.wp-block-buttons:not(.is-content-justification-space-between,.is-content-justification-right,.is-content-justification-left,.is-content-justification-center) .wp-block-button.aligncenter{margin-left:auto;margin-right:auto;width:100%}.wp-block-buttons[style*=text-decoration] .wp-block-button,.wp-block-buttons[style*=text-decoration] .wp-block-button__link{text-decoration:inherit}.wp-block-buttons.has-custom-font-size .wp-block-button__link{font-size:inherit}.wp-block-button.aligncenter,.wp-block-calendar{text-align:center}.wp-block-calendar td,.wp-block-calendar th{border:1px solid;padding:.25em}.wp-block-calendar th{font-weight:400}.wp-block-calendar caption{background-color:inherit}.wp-block-calendar table{border-collapse:collapse;width:100%}.wp-block-calendar table:where(:not(.has-text-color)){color:#40464d}.wp-block-calendar table:where(:not(.has-text-color)) td,.wp-block-calendar table:where(:not(.has-text-color)) th{border-color:#ddd}.wp-block-calendar table.has-background th{background-color:inherit}.wp-block-calendar table.has-text-color th{color:inherit}:where(.wp-block-calendar table:not(.has-background) th){background:#ddd}.wp-block-categories{box-sizing:border-box}.wp-block-categories.alignleft{margin-right:2em}.wp-block-categories.alignright{margin-left:2em}.wp-block-categories.wp-block-categories-dropdown.aligncenter{text-align:center}.wp-block-categories .wp-block-categories__label{display:block;width:100%}.wp-block-code{box-sizing:border-box}.wp-block-code code{
  /*!rtl:begin:ignore*/direction:ltr;display:block;font-family:inherit;overflow-wrap:break-word;text-align:initial;white-space:pre-wrap
  /*!rtl:end:ignore*/}.wp-block-columns{align-items:normal!important;box-sizing:border-box;display:flex;flex-wrap:wrap!important}@media (min-width:782px){.wp-block-columns{flex-wrap:nowrap!important}}.wp-block-columns.are-vertically-aligned-top{align-items:flex-start}.wp-block-columns.are-vertically-aligned-center{align-items:center}.wp-block-columns.are-vertically-aligned-bottom{align-items:flex-end}@media (max-width:781px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:100%!important}}@media (min-width:782px){.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column[style*=flex-basis]{flex-grow:0}}.wp-block-columns.is-not-stacked-on-mobile{flex-wrap:nowrap!important}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column{flex-basis:0;flex-grow:1}.wp-block-columns.is-not-stacked-on-mobile>.wp-block-column[style*=flex-basis]{flex-grow:0}:where(.wp-block-columns){margin-bottom:1.75em}:where(.wp-block-columns.has-background){padding:1.25em 2.375em}.wp-block-column{flex-grow:1;min-width:0;overflow-wrap:break-word;word-break:break-word}.wp-block-column.is-vertically-aligned-top{align-self:flex-start}.wp-block-column.is-vertically-aligned-center{align-self:center}.wp-block-column.is-vertically-aligned-bottom{align-self:flex-end}.wp-block-column.is-vertically-aligned-stretch{align-self:stretch}.wp-block-column.is-vertically-aligned-bottom,.wp-block-column.is-vertically-aligned-center,.wp-block-column.is-vertically-aligned-top{width:100%}.wp-block-post-comments{box-sizing:border-box}.wp-block-post-comments .alignleft{float:left}.wp-block-post-comments .alignright{float:right}.wp-block-post-comments .navigation:after{clear:both;content:"";display:table}.wp-block-post-comments .commentlist{clear:both;list-style:none;margin:0;padding:0}.wp-block-post-comments .commentlist .comment{min-height:2.25em;padding-left:3.25em}.wp-block-post-comments .commentlist .comment p{font-size:1em;line-height:1.8;margin:1em 0}.wp-block-post-comments .commentlist .children{list-style:none;margin:0;padding:0}.wp-block-post-comments .comment-author{line-height:1.5}.wp-block-post-comments .comment-author .avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;margin-top:.5em;width:2.5em}.wp-block-post-comments .comment-author cite{font-style:normal}.wp-block-post-comments .comment-meta{font-size:.875em;line-height:1.5}.wp-block-post-comments .comment-meta b{font-weight:400}.wp-block-post-comments .comment-meta .comment-awaiting-moderation{display:block;margin-bottom:1em;margin-top:1em}.wp-block-post-comments .comment-body .commentmetadata{font-size:.875em}.wp-block-post-comments .comment-form-author label,.wp-block-post-comments .comment-form-comment label,.wp-block-post-comments .comment-form-email label,.wp-block-post-comments .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments .comment-form input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments .comment-reply-title{margin-bottom:0}.wp-block-post-comments .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments .reply{font-size:.875em;margin-bottom:1.4em}.wp-block-post-comments input:not([type=submit]),.wp-block-post-comments textarea{border:1px solid #949494;font-family:inherit;font-size:1em}.wp-block-post-comments input:not([type=submit]):not([type=checkbox]),.wp-block-post-comments textarea{padding:calc(.667em + 2px)}:where(.wp-block-post-comments input[type=submit]){border:none}.wp-block-comments{box-sizing:border-box}.wp-block-comments-pagination>.wp-block-comments-pagination-next,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers,.wp-block-comments-pagination>.wp-block-comments-pagination-previous{font-size:inherit;margin-bottom:.5em;margin-right:.5em}.wp-block-comments-pagination>.wp-block-comments-pagination-next:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-numbers:last-child,.wp-block-comments-pagination>.wp-block-comments-pagination-previous:last-child{margin-right:0}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-comments-pagination .wp-block-comments-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-comments-pagination.aligncenter{justify-content:center}.wp-block-comment-template{box-sizing:border-box;list-style:none;margin-bottom:0;max-width:100%;padding:0}.wp-block-comment-template li{clear:both}.wp-block-comment-template ol{list-style:none;margin-bottom:0;max-width:100%;padding-left:2rem}.wp-block-comment-template.alignleft{float:left}.wp-block-comment-template.aligncenter{margin-left:auto;margin-right:auto;width:fit-content}.wp-block-comment-template.alignright{float:right}.wp-block-comment-date{box-sizing:border-box}.comment-awaiting-moderation{display:block;font-size:.875em;line-height:1.5}.wp-block-comment-author-name,.wp-block-comment-content,.wp-block-comment-edit-link,.wp-block-comment-reply-link{box-sizing:border-box}.wp-block-cover,.wp-block-cover-image{align-items:center;background-position:50%;box-sizing:border-box;display:flex;justify-content:center;min-height:430px;overflow:hidden;overflow:clip;padding:1em;position:relative}.wp-block-cover .has-background-dim:not([class*=-background-color]),.wp-block-cover-image .has-background-dim:not([class*=-background-color]),.wp-block-cover-image.has-background-dim:not([class*=-background-color]),.wp-block-cover.has-background-dim:not([class*=-background-color]){background-color:#000}.wp-block-cover .has-background-dim.has-background-gradient,.wp-block-cover-image .has-background-dim.has-background-gradient{background-color:initial}.wp-block-cover-image.has-background-dim:before,.wp-block-cover.has-background-dim:before{background-color:inherit;content:""}.wp-block-cover .wp-block-cover__background,.wp-block-cover .wp-block-cover__gradient-background,.wp-block-cover-image .wp-block-cover__background,.wp-block-cover-image .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim:not(.has-background-gradient):before,.wp-block-cover.has-background-dim:not(.has-background-gradient):before{bottom:0;left:0;opacity:.5;position:absolute;right:0;top:0}.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-10:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-10 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-10:not(.has-background-gradient):before{opacity:.1}.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-20:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-20 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-20:not(.has-background-gradient):before{opacity:.2}.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-30:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-30 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-30:not(.has-background-gradient):before{opacity:.3}.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-40:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-40 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-40:not(.has-background-gradient):before{opacity:.4}.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-50:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-50 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-50:not(.has-background-gradient):before{opacity:.5}.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-60:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-60 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-60:not(.has-background-gradient):before{opacity:.6}.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-70:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-70 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-70:not(.has-background-gradient):before{opacity:.7}.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-80:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-80 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-80:not(.has-background-gradient):before{opacity:.8}.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-90:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-90 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-90:not(.has-background-gradient):before{opacity:.9}.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover-image.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover-image.has-background-dim.has-background-dim-100:not(.has-background-gradient):before,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__background,.wp-block-cover.has-background-dim.has-background-dim-100 .wp-block-cover__gradient-background,.wp-block-cover.has-background-dim.has-background-dim-100:not(.has-background-gradient):before{opacity:1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-0,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-0{opacity:0}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-10,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-10{opacity:.1}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-20,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-20{opacity:.2}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-30,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-30{opacity:.3}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-40,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-40{opacity:.4}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-50,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-50{opacity:.5}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-60,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-60{opacity:.6}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-70,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-70{opacity:.7}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-80,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-80{opacity:.8}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-90,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-90{opacity:.9}.wp-block-cover .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__background.has-background-dim.has-background-dim-100,.wp-block-cover-image .wp-block-cover__gradient-background.has-background-dim.has-background-dim-100{opacity:1}.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.alignleft,.wp-block-cover.alignright{max-width:420px;width:100%}.wp-block-cover-image.aligncenter,.wp-block-cover-image.alignleft,.wp-block-cover-image.alignright,.wp-block-cover.aligncenter,.wp-block-cover.alignleft,.wp-block-cover.alignright{display:flex}.wp-block-cover .wp-block-cover__inner-container,.wp-block-cover-image .wp-block-cover__inner-container{color:inherit;position:relative;width:100%}.wp-block-cover-image.is-position-top-left,.wp-block-cover.is-position-top-left{align-items:flex-start;justify-content:flex-start}.wp-block-cover-image.is-position-top-center,.wp-block-cover.is-position-top-center{align-items:flex-start;justify-content:center}.wp-block-cover-image.is-position-top-right,.wp-block-cover.is-position-top-right{align-items:flex-start;justify-content:flex-end}.wp-block-cover-image.is-position-center-left,.wp-block-cover.is-position-center-left{align-items:center;justify-content:flex-start}.wp-block-cover-image.is-position-center-center,.wp-block-cover.is-position-center-center{align-items:center;justify-content:center}.wp-block-cover-image.is-position-center-right,.wp-block-cover.is-position-center-right{align-items:center;justify-content:flex-end}.wp-block-cover-image.is-position-bottom-left,.wp-block-cover.is-position-bottom-left{align-items:flex-end;justify-content:flex-start}.wp-block-cover-image.is-position-bottom-center,.wp-block-cover.is-position-bottom-center{align-items:flex-end;justify-content:center}.wp-block-cover-image.is-position-bottom-right,.wp-block-cover.is-position-bottom-right{align-items:flex-end;justify-content:flex-end}.wp-block-cover-image.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position .wp-block-cover__inner-container{margin:0}.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover-image.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-bottom-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-center-right .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-left .wp-block-cover__inner-container,.wp-block-cover.has-custom-content-position.has-custom-content-position.is-position-top-right .wp-block-cover__inner-container{margin:0;width:auto}.wp-block-cover .wp-block-cover__image-background,.wp-block-cover video.wp-block-cover__video-background,.wp-block-cover-image .wp-block-cover__image-background,.wp-block-cover-image video.wp-block-cover__video-background{border:none;bottom:0;box-shadow:none;height:100%;left:0;margin:0;max-height:none;max-width:none;object-fit:cover;outline:none;padding:0;position:absolute;right:0;top:0;width:100%}.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:fixed;background-repeat:no-repeat;background-size:cover}@supports (-webkit-touch-callout:inherit){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}@media (prefers-reduced-motion:reduce){.wp-block-cover-image.has-parallax,.wp-block-cover.has-parallax,.wp-block-cover__image-background.has-parallax,video.wp-block-cover__video-background.has-parallax{background-attachment:scroll}}.wp-block-cover-image.is-repeated,.wp-block-cover.is-repeated,.wp-block-cover__image-background.is-repeated,video.wp-block-cover__video-background.is-repeated{background-repeat:repeat;background-size:auto}.wp-block-cover-image-text,.wp-block-cover-image-text a,.wp-block-cover-image-text a:active,.wp-block-cover-image-text a:focus,.wp-block-cover-image-text a:hover,.wp-block-cover-text,.wp-block-cover-text a,.wp-block-cover-text a:active,.wp-block-cover-text a:focus,.wp-block-cover-text a:hover,section.wp-block-cover-image h2,section.wp-block-cover-image h2 a,section.wp-block-cover-image h2 a:active,section.wp-block-cover-image h2 a:focus,section.wp-block-cover-image h2 a:hover{color:#fff}.wp-block-cover-image .wp-block-cover.has-left-content{justify-content:flex-start}.wp-block-cover-image .wp-block-cover.has-right-content{justify-content:flex-end}.wp-block-cover-image.has-left-content .wp-block-cover-image-text,.wp-block-cover.has-left-content .wp-block-cover-text,section.wp-block-cover-image.has-left-content>h2{margin-left:0;text-align:left}.wp-block-cover-image.has-right-content .wp-block-cover-image-text,.wp-block-cover.has-right-content .wp-block-cover-text,section.wp-block-cover-image.has-right-content>h2{margin-right:0;text-align:right}.wp-block-cover .wp-block-cover-text,.wp-block-cover-image .wp-block-cover-image-text,section.wp-block-cover-image>h2{font-size:2em;line-height:1.25;margin-bottom:0;max-width:840px;padding:.44em;text-align:center;z-index:1}:where(.wp-block-cover-image:not(.has-text-color)),:where(.wp-block-cover:not(.has-text-color)){color:#fff}:where(.wp-block-cover-image.is-light:not(.has-text-color)),:where(.wp-block-cover.is-light:not(.has-text-color)){color:#000}:root :where(.wp-block-cover h1:not(.has-text-color)),:root :where(.wp-block-cover h2:not(.has-text-color)),:root :where(.wp-block-cover h3:not(.has-text-color)),:root :where(.wp-block-cover h4:not(.has-text-color)),:root :where(.wp-block-cover h5:not(.has-text-color)),:root :where(.wp-block-cover h6:not(.has-text-color)),:root :where(.wp-block-cover p:not(.has-text-color)){color:inherit}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__image-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__video-background{z-index:0}body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__gradient-background,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container,body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)).has-background-dim:not(.has-background-gradient):before{z-index:1}.has-modal-open body:not(.editor-styles-wrapper) .wp-block-cover:not(.wp-block-cover:has(.wp-block-cover__background+.wp-block-cover__inner-container)) .wp-block-cover__inner-container{z-index:auto}.wp-block-details{box-sizing:border-box}.wp-block-details summary{cursor:pointer}.wp-block-embed.alignleft,.wp-block-embed.alignright,.wp-block[data-align=left]>[data-type="core/embed"],.wp-block[data-align=right]>[data-type="core/embed"]{max-width:360px;width:100%}.wp-block-embed.alignleft .wp-block-embed__wrapper,.wp-block-embed.alignright .wp-block-embed__wrapper,.wp-block[data-align=left]>[data-type="core/embed"] .wp-block-embed__wrapper,.wp-block[data-align=right]>[data-type="core/embed"] .wp-block-embed__wrapper{min-width:280px}.wp-block-cover .wp-block-embed{min-height:240px;min-width:320px}.wp-block-embed{overflow-wrap:break-word}.wp-block-embed :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-embed iframe{max-width:100%}.wp-block-embed__wrapper{position:relative}.wp-embed-responsive .wp-has-aspect-ratio .wp-block-embed__wrapper:before{content:"";display:block;padding-top:50%}.wp-embed-responsive .wp-has-aspect-ratio iframe{bottom:0;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.wp-embed-responsive .wp-embed-aspect-21-9 .wp-block-embed__wrapper:before{padding-top:42.85%}.wp-embed-responsive .wp-embed-aspect-18-9 .wp-block-embed__wrapper:before{padding-top:50%}.wp-embed-responsive .wp-embed-aspect-16-9 .wp-block-embed__wrapper:before{padding-top:56.25%}.wp-embed-responsive .wp-embed-aspect-4-3 .wp-block-embed__wrapper:before{padding-top:75%}.wp-embed-responsive .wp-embed-aspect-1-1 .wp-block-embed__wrapper:before{padding-top:100%}.wp-embed-responsive .wp-embed-aspect-9-16 .wp-block-embed__wrapper:before{padding-top:177.77%}.wp-embed-responsive .wp-embed-aspect-1-2 .wp-block-embed__wrapper:before{padding-top:200%}.wp-block-file{box-sizing:border-box}.wp-block-file:not(.wp-element-button){font-size:.8em}.wp-block-file.aligncenter{text-align:center}.wp-block-file.alignright{text-align:right}.wp-block-file *+.wp-block-file__button{margin-left:.75em}:where(.wp-block-file){margin-bottom:1.5em}.wp-block-file__embed{margin-bottom:1em}:where(.wp-block-file__button){border-radius:2em;display:inline-block;padding:.5em 1em}:where(.wp-block-file__button):is(a):active,:where(.wp-block-file__button):is(a):focus,:where(.wp-block-file__button):is(a):hover,:where(.wp-block-file__button):is(a):visited{box-shadow:none;color:#fff;opacity:.85;text-decoration:none}.wp-block-form-input__label{display:flex;flex-direction:column;gap:.25em;margin-bottom:.5em;width:100%}.wp-block-form-input__label.is-label-inline{align-items:center;flex-direction:row;gap:.5em}.wp-block-form-input__label.is-label-inline .wp-block-form-input__label-content{margin-bottom:.5em}.wp-block-form-input__label:has(input[type=checkbox]){flex-direction:row;width:fit-content}.wp-block-form-input__label:has(input[type=checkbox]) .wp-block-form-input__label-content{margin:0}.wp-block-form-input__label:has(.wp-block-form-input__label-content+input[type=checkbox]){flex-direction:row-reverse}.wp-block-form-input__label-content{width:fit-content}.wp-block-form-input__input{font-size:1em;margin-bottom:.5em;padding:0 .5em}.wp-block-form-input__input[type=date],.wp-block-form-input__input[type=datetime-local],.wp-block-form-input__input[type=datetime],.wp-block-form-input__input[type=email],.wp-block-form-input__input[type=month],.wp-block-form-input__input[type=number],.wp-block-form-input__input[type=password],.wp-block-form-input__input[type=search],.wp-block-form-input__input[type=tel],.wp-block-form-input__input[type=text],.wp-block-form-input__input[type=time],.wp-block-form-input__input[type=url],.wp-block-form-input__input[type=week]{border:1px solid;line-height:2;min-height:2em}textarea.wp-block-form-input__input{min-height:10em}.blocks-gallery-grid:not(.has-nested-images),.wp-block-gallery:not(.has-nested-images){display:flex;flex-wrap:wrap;list-style-type:none;margin:0;padding:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item{display:flex;flex-direction:column;flex-grow:1;justify-content:center;margin:0 1em 1em 0;position:relative;width:calc(50% - 1em)}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:nth-of-type(2n){margin-right:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figure,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figure,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figure{align-items:flex-end;display:flex;height:100%;justify-content:flex-start;margin:0}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item img{display:block;height:auto;max-width:100%;width:auto}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption{background:linear-gradient(0deg,#000000b3,#0000004d 70%,#0000);bottom:0;box-sizing:border-box;color:#fff;font-size:.8em;margin:0;max-height:100%;overflow:auto;padding:3em .77em .7em;position:absolute;text-align:center;width:100%;z-index:2}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image figcaption img,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image figcaption img,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item figcaption img{display:inline}.blocks-gallery-grid:not(.has-nested-images) figcaption,.wp-block-gallery:not(.has-nested-images) figcaption{flex-grow:1}.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-image img,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item a,.blocks-gallery-grid:not(.has-nested-images).is-cropped .blocks-gallery-item img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-image img,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item a,.wp-block-gallery:not(.has-nested-images).is-cropped .blocks-gallery-item img{flex:1;height:100%;object-fit:cover;width:100%}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item{margin-right:0;width:100%}@media (min-width:600px){.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item{margin-right:1em;width:calc(33.33333% - .66667em)}.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item{margin-right:1em;width:calc(25% - .75em)}.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item{margin-right:1em;width:calc(20% - .8em)}.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item{margin-right:1em;width:calc(16.66667% - .83333em)}.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item{margin-right:1em;width:calc(14.28571% - .85714em)}.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image,.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image,.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item{margin-right:1em;width:calc(12.5% - .875em)}.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.blocks-gallery-grid:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-image:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-1 .blocks-gallery-item:nth-of-type(1n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-image:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-2 .blocks-gallery-item:nth-of-type(2n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-image:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-3 .blocks-gallery-item:nth-of-type(3n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-image:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-4 .blocks-gallery-item:nth-of-type(4n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-image:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-5 .blocks-gallery-item:nth-of-type(5n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-image:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-6 .blocks-gallery-item:nth-of-type(6n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-image:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-7 .blocks-gallery-item:nth-of-type(7n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-image:nth-of-type(8n),.wp-block-gallery:not(.has-nested-images).columns-8 .blocks-gallery-item:nth-of-type(8n){margin-right:0}}.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-image:last-child,.blocks-gallery-grid:not(.has-nested-images) .blocks-gallery-item:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-image:last-child,.wp-block-gallery:not(.has-nested-images) .blocks-gallery-item:last-child{margin-right:0}.blocks-gallery-grid:not(.has-nested-images).alignleft,.blocks-gallery-grid:not(.has-nested-images).alignright,.wp-block-gallery:not(.has-nested-images).alignleft,.wp-block-gallery:not(.has-nested-images).alignright{max-width:420px;width:100%}.blocks-gallery-grid:not(.has-nested-images).aligncenter .blocks-gallery-item figure,.wp-block-gallery:not(.has-nested-images).aligncenter .blocks-gallery-item figure{justify-content:center}.wp-block-gallery:not(.is-cropped) .blocks-gallery-item{align-self:flex-start}figure.wp-block-gallery.has-nested-images{align-items:normal}.wp-block-gallery.has-nested-images figure.wp-block-image:not(#individual-image){margin:0;width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)/2)}.wp-block-gallery.has-nested-images figure.wp-block-image{box-sizing:border-box;display:flex;flex-direction:column;flex-grow:1;justify-content:center;max-width:100%;position:relative}.wp-block-gallery.has-nested-images figure.wp-block-image>a,.wp-block-gallery.has-nested-images figure.wp-block-image>div{flex-direction:column;flex-grow:1;margin:0}.wp-block-gallery.has-nested-images figure.wp-block-image img{display:block;height:auto;max-width:100%!important;width:auto}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{bottom:0;left:0;max-height:100%;position:absolute;right:0}.wp-block-gallery.has-nested-images figure.wp-block-image:has(figcaption):before{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);content:"";height:100%;-webkit-mask-image:linear-gradient(0deg,#000 20%,#0000);mask-image:linear-gradient(0deg,#000 20%,#0000);max-height:40%}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{background:linear-gradient(0deg,#0006,#0000);box-sizing:border-box;color:#fff;font-size:13px;margin:0;overflow:auto;padding:1em;scrollbar-color:#0000 #0000;scrollbar-gutter:stable both-edges;scrollbar-width:thin;text-align:center;text-shadow:0 0 1.5px #000;will-change:transform}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar{height:12px;width:12px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-track{background-color:initial}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption::-webkit-scrollbar-thumb{background-clip:padding-box;background-color:initial;border:3px solid #0000;border-radius:8px}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus::-webkit-scrollbar-thumb,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover::-webkit-scrollbar-thumb{background-color:#fffc}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:focus-within,.wp-block-gallery.has-nested-images figure.wp-block-image figcaption:hover{scrollbar-color:#fffc #0000}@media (hover:none){.wp-block-gallery.has-nested-images figure.wp-block-image figcaption{scrollbar-color:#fffc #0000}}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption img{display:inline}.wp-block-gallery.has-nested-images figure.wp-block-image figcaption a{color:inherit}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>a,.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border>div,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>a,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded>div{flex:1 1 auto}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border figcaption,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded figcaption{background:none;color:inherit;flex:initial;margin:0;padding:10px 10px 9px;position:relative;text-shadow:none}.wp-block-gallery.has-nested-images figure.wp-block-image.has-custom-border:before,.wp-block-gallery.has-nested-images figure.wp-block-image.is-style-rounded:before{content:none}.wp-block-gallery.has-nested-images figcaption{flex-basis:100%;flex-grow:1;text-align:center}.wp-block-gallery.has-nested-images:not(.is-cropped) figure.wp-block-image:not(#individual-image){margin-bottom:auto;margin-top:0}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image){align-self:inherit}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image)>div:not(.components-drop-zone){display:flex}.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) a,.wp-block-gallery.has-nested-images.is-cropped figure.wp-block-image:not(#individual-image) img{flex:1 0 0%;height:100%;object-fit:cover;width:100%}.wp-block-gallery.has-nested-images.columns-1 figure.wp-block-image:not(#individual-image){width:100%}@media (min-width:600px){.wp-block-gallery.has-nested-images.columns-3 figure.wp-block-image:not(#individual-image){width:calc(33.33333% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-4 figure.wp-block-image:not(#individual-image){width:calc(25% - var(--wp--style--unstable-gallery-gap, 16px)*.75)}.wp-block-gallery.has-nested-images.columns-5 figure.wp-block-image:not(#individual-image){width:calc(20% - var(--wp--style--unstable-gallery-gap, 16px)*.8)}.wp-block-gallery.has-nested-images.columns-6 figure.wp-block-image:not(#individual-image){width:calc(16.66667% - var(--wp--style--unstable-gallery-gap, 16px)*.83333)}.wp-block-gallery.has-nested-images.columns-7 figure.wp-block-image:not(#individual-image){width:calc(14.28571% - var(--wp--style--unstable-gallery-gap, 16px)*.85714)}.wp-block-gallery.has-nested-images.columns-8 figure.wp-block-image:not(#individual-image){width:calc(12.5% - var(--wp--style--unstable-gallery-gap, 16px)*.875)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image){width:calc(33.33% - var(--wp--style--unstable-gallery-gap, 16px)*.66667)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2),.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:nth-last-child(2)~figure.wp-block-image:not(#individual-image){width:calc(50% - var(--wp--style--unstable-gallery-gap, 16px)*.5)}.wp-block-gallery.has-nested-images.columns-default figure.wp-block-image:not(#individual-image):first-child:last-child{width:100%}}.wp-block-gallery.has-nested-images.alignleft,.wp-block-gallery.has-nested-images.alignright{max-width:420px;width:100%}.wp-block-gallery.has-nested-images.aligncenter{justify-content:center}.wp-block-group{box-sizing:border-box}:where(.wp-block-group.wp-block-group-is-layout-constrained){position:relative}h1.has-background,h2.has-background,h3.has-background,h4.has-background,h5.has-background,h6.has-background{padding:1.25em 2.375em}h1.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h1.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h2.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h2.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h3.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h3.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h4.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h4.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h5.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h5.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]),h6.has-text-align-left[style*=writing-mode]:where([style*=vertical-lr]),h6.has-text-align-right[style*=writing-mode]:where([style*=vertical-rl]){rotate:180deg}.wp-block-image>a,.wp-block-image>figure>a{display:inline-block}.wp-block-image img{box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom}@media not (prefers-reduced-motion){.wp-block-image img.hide{visibility:hidden}.wp-block-image img.show{animation:show-content-image .4s}}.wp-block-image[style*=border-radius] img,.wp-block-image[style*=border-radius]>a{border-radius:inherit}.wp-block-image.has-custom-border img{box-sizing:border-box}.wp-block-image.aligncenter{text-align:center}.wp-block-image.alignfull>a,.wp-block-image.alignwide>a{width:100%}.wp-block-image.alignfull img,.wp-block-image.alignwide img{height:auto;width:100%}.wp-block-image .aligncenter,.wp-block-image .alignleft,.wp-block-image .alignright,.wp-block-image.aligncenter,.wp-block-image.alignleft,.wp-block-image.alignright{display:table}.wp-block-image .aligncenter>figcaption,.wp-block-image .alignleft>figcaption,.wp-block-image .alignright>figcaption,.wp-block-image.aligncenter>figcaption,.wp-block-image.alignleft>figcaption,.wp-block-image.alignright>figcaption{caption-side:bottom;display:table-caption}.wp-block-image .alignleft{float:left;margin:.5em 1em .5em 0}.wp-block-image .alignright{float:right;margin:.5em 0 .5em 1em}.wp-block-image .aligncenter{margin-left:auto;margin-right:auto}.wp-block-image :where(figcaption){margin-bottom:1em;margin-top:.5em}.wp-block-image.is-style-circle-mask img{border-radius:9999px}@supports ((-webkit-mask-image:none) or (mask-image:none)) or (-webkit-mask-image:none){.wp-block-image.is-style-circle-mask img{border-radius:0;-webkit-mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-image:url('data:image/svg+xml;utf8,<svg viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="50"/></svg>');mask-mode:alpha;-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain}}:root :where(.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img){border-radius:9999px}.wp-block-image figure{margin:0}.wp-lightbox-container{display:flex;flex-direction:column;position:relative}.wp-lightbox-container img{cursor:zoom-in}.wp-lightbox-container img:hover+button{opacity:1}.wp-lightbox-container button{align-items:center;-webkit-backdrop-filter:blur(16px) saturate(180%);backdrop-filter:blur(16px) saturate(180%);background-color:#5a5a5a40;border:none;border-radius:4px;cursor:zoom-in;display:flex;height:20px;justify-content:center;opacity:0;padding:0;position:absolute;right:16px;text-align:center;top:16px;width:20px;z-index:100}@media not (prefers-reduced-motion){.wp-lightbox-container button{transition:opacity .2s ease}}.wp-lightbox-container button:focus-visible{outline:3px auto #5a5a5a40;outline:3px auto -webkit-focus-ring-color;outline-offset:3px}.wp-lightbox-container button:hover{cursor:pointer;opacity:1}.wp-lightbox-container button:focus{opacity:1}.wp-lightbox-container button:focus,.wp-lightbox-container button:hover,.wp-lightbox-container button:not(:hover):not(:active):not(.has-background){background-color:#5a5a5a40;border:none}.wp-lightbox-overlay{box-sizing:border-box;cursor:zoom-out;height:100vh;left:0;overflow:hidden;position:fixed;top:0;visibility:hidden;width:100%;z-index:100000}.wp-lightbox-overlay .close-button{align-items:center;cursor:pointer;display:flex;justify-content:center;min-height:40px;min-width:40px;padding:0;position:absolute;right:calc(env(safe-area-inset-right) + 16px);top:calc(env(safe-area-inset-top) + 16px);z-index:5000000}.wp-lightbox-overlay .close-button:focus,.wp-lightbox-overlay .close-button:hover,.wp-lightbox-overlay .close-button:not(:hover):not(:active):not(.has-background){background:none;border:none}.wp-lightbox-overlay .lightbox-image-container{height:var(--wp--lightbox-container-height);left:50%;overflow:hidden;position:absolute;top:50%;transform:translate(-50%,-50%);transform-origin:top left;width:var(--wp--lightbox-container-width);z-index:9999999999}.wp-lightbox-overlay .wp-block-image{align-items:center;box-sizing:border-box;display:flex;height:100%;justify-content:center;margin:0;position:relative;transform-origin:0 0;width:100%;z-index:3000000}.wp-lightbox-overlay .wp-block-image img{height:var(--wp--lightbox-image-height);min-height:var(--wp--lightbox-image-height);min-width:var(--wp--lightbox-image-width);width:var(--wp--lightbox-image-width)}.wp-lightbox-overlay .wp-block-image figcaption{display:none}.wp-lightbox-overlay button{background:none;border:none}.wp-lightbox-overlay .scrim{background-color:#fff;height:100%;opacity:.9;position:absolute;width:100%;z-index:2000000}.wp-lightbox-overlay.active{visibility:visible}@media not (prefers-reduced-motion){.wp-lightbox-overlay.active{animation:turn-on-visibility .25s both}.wp-lightbox-overlay.active img{animation:turn-on-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active){animation:turn-off-visibility .35s both}.wp-lightbox-overlay.show-closing-animation:not(.active) img{animation:turn-off-visibility .25s both}.wp-lightbox-overlay.zoom.active{animation:none;opacity:1;visibility:visible}.wp-lightbox-overlay.zoom.active .lightbox-image-container{animation:lightbox-zoom-in .4s}.wp-lightbox-overlay.zoom.active .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.active .scrim{animation:turn-on-visibility .4s forwards}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active){animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container{animation:lightbox-zoom-out .4s}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .lightbox-image-container img{animation:none}.wp-lightbox-overlay.zoom.show-closing-animation:not(.active) .scrim{animation:turn-off-visibility .4s forwards}}@keyframes show-content-image{0%{visibility:hidden}99%{visibility:hidden}to{visibility:visible}}@keyframes turn-on-visibility{0%{opacity:0}to{opacity:1}}@keyframes turn-off-visibility{0%{opacity:1;visibility:visible}99%{opacity:0;visibility:visible}to{opacity:0;visibility:hidden}}@keyframes lightbox-zoom-in{0%{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale))}to{transform:translate(-50%,-50%) scale(1)}}@keyframes lightbox-zoom-out{0%{transform:translate(-50%,-50%) scale(1);visibility:visible}99%{visibility:visible}to{transform:translate(calc((-100vw + var(--wp--lightbox-scrollbar-width))/2 + var(--wp--lightbox-initial-left-position)),calc(-50vh + var(--wp--lightbox-initial-top-position))) scale(var(--wp--lightbox-scale));visibility:hidden}}ol.wp-block-latest-comments{box-sizing:border-box;margin-left:0}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment)){line-height:1.1}:where(.wp-block-latest-comments:not([style*=line-height] .wp-block-latest-comments__comment-excerpt p)){line-height:1.8}.has-dates :where(.wp-block-latest-comments:not([style*=line-height])),.has-excerpts :where(.wp-block-latest-comments:not([style*=line-height])){line-height:1.5}.wp-block-latest-comments .wp-block-latest-comments{padding-left:0}.wp-block-latest-comments__comment{list-style:none;margin-bottom:1em}.has-avatars .wp-block-latest-comments__comment{list-style:none;min-height:2.25em}.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-excerpt,.has-avatars .wp-block-latest-comments__comment .wp-block-latest-comments__comment-meta{margin-left:3.25em}.wp-block-latest-comments__comment-excerpt p{font-size:.875em;margin:.36em 0 1.4em}.wp-block-latest-comments__comment-date{display:block;font-size:.75em}.wp-block-latest-comments .avatar,.wp-block-latest-comments__comment-avatar{border-radius:1.5em;display:block;float:left;height:2.5em;margin-right:.75em;width:2.5em}.wp-block-latest-comments[class*=-font-size] a,.wp-block-latest-comments[style*=font-size] a{font-size:inherit}.wp-block-latest-posts{box-sizing:border-box}.wp-block-latest-posts.alignleft{margin-right:2em}.wp-block-latest-posts.alignright{margin-left:2em}.wp-block-latest-posts.wp-block-latest-posts__list{list-style:none}.wp-block-latest-posts.wp-block-latest-posts__list li{clear:both;overflow-wrap:break-word}.wp-block-latest-posts.is-grid{display:flex;flex-wrap:wrap}.wp-block-latest-posts.is-grid li{margin:0 1.25em 1.25em 0;width:100%}@media (min-width:600px){.wp-block-latest-posts.columns-2 li{width:calc(50% - .625em)}.wp-block-latest-posts.columns-2 li:nth-child(2n){margin-right:0}.wp-block-latest-posts.columns-3 li{width:calc(33.33333% - .83333em)}.wp-block-latest-posts.columns-3 li:nth-child(3n){margin-right:0}.wp-block-latest-posts.columns-4 li{width:calc(25% - .9375em)}.wp-block-latest-posts.columns-4 li:nth-child(4n){margin-right:0}.wp-block-latest-posts.columns-5 li{width:calc(20% - 1em)}.wp-block-latest-posts.columns-5 li:nth-child(5n){margin-right:0}.wp-block-latest-posts.columns-6 li{width:calc(16.66667% - 1.04167em)}.wp-block-latest-posts.columns-6 li:nth-child(6n){margin-right:0}}:root :where(.wp-block-latest-posts.is-grid){padding:0}:root :where(.wp-block-latest-posts.wp-block-latest-posts__list){padding-left:0}.wp-block-latest-posts__post-author,.wp-block-latest-posts__post-date{display:block;font-size:.8125em}.wp-block-latest-posts__post-excerpt,.wp-block-latest-posts__post-full-content{margin-bottom:1em;margin-top:.5em}.wp-block-latest-posts__featured-image a{display:inline-block}.wp-block-latest-posts__featured-image img{height:auto;max-width:100%;width:auto}.wp-block-latest-posts__featured-image.alignleft{float:left;margin-right:1em}.wp-block-latest-posts__featured-image.alignright{float:right;margin-left:1em}.wp-block-latest-posts__featured-image.aligncenter{margin-bottom:1em;text-align:center}ol,ul{box-sizing:border-box}:root :where(.wp-block-list.has-background){padding:1.25em 2.375em}.wp-block-loginout,.wp-block-media-text{box-sizing:border-box}.wp-block-media-text{
  /*!rtl:begin:ignore*/direction:ltr;
  /*!rtl:end:ignore*/display:grid;grid-template-columns:50% 1fr;grid-template-rows:auto}.wp-block-media-text.has-media-on-the-right{grid-template-columns:1fr 50%}.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-top>.wp-block-media-text__media{align-self:start}.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-center>.wp-block-media-text__media,.wp-block-media-text>.wp-block-media-text__content,.wp-block-media-text>.wp-block-media-text__media{align-self:center}.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__content,.wp-block-media-text.is-vertically-aligned-bottom>.wp-block-media-text__media{align-self:end}.wp-block-media-text>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1;
  /*!rtl:end:ignore*/margin:0}.wp-block-media-text>.wp-block-media-text__content{direction:ltr;
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1;
  /*!rtl:end:ignore*/padding:0 8%;word-break:break-word}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__media{
  /*!rtl:begin:ignore*/grid-column:2;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text.has-media-on-the-right>.wp-block-media-text__content{
  /*!rtl:begin:ignore*/grid-column:1;grid-row:1
  /*!rtl:end:ignore*/}.wp-block-media-text__media a{display:block}.wp-block-media-text__media img,.wp-block-media-text__media video{height:auto;max-width:unset;vertical-align:middle;width:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media{background-size:cover;height:100%;min-height:250px}.wp-block-media-text.is-image-fill>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill>.wp-block-media-text__media img{height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;clip:rect(0,0,0,0);border:0}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media{height:100%;min-height:250px;position:relative}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media>a{display:block;height:100%}.wp-block-media-text.is-image-fill-element>.wp-block-media-text__media img{height:100%;object-fit:cover;position:absolute;width:100%}@media (max-width:600px){.wp-block-media-text.is-stacked-on-mobile{grid-template-columns:100%!important}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__media{grid-column:1;grid-row:1}.wp-block-media-text.is-stacked-on-mobile>.wp-block-media-text__content{grid-column:1;grid-row:2}}.wp-block-navigation{position:relative;--navigation-layout-justification-setting:flex-start;--navigation-layout-direction:row;--navigation-layout-wrap:wrap;--navigation-layout-justify:flex-start;--navigation-layout-align:center}.wp-block-navigation ul{margin-bottom:0;margin-left:0;margin-top:0;padding-left:0}.wp-block-navigation ul,.wp-block-navigation ul li{list-style:none;padding:0}.wp-block-navigation .wp-block-navigation-item{align-items:center;display:flex;position:relative}.wp-block-navigation .wp-block-navigation-item .wp-block-navigation__submenu-container:empty{display:none}.wp-block-navigation .wp-block-navigation-item__content{display:block}.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{color:inherit}.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-underline .wp-block-navigation-item__content:focus{text-decoration:underline}.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:active,.wp-block-navigation.has-text-decoration-line-through .wp-block-navigation-item__content:focus{text-decoration:line-through}.wp-block-navigation :where(a),.wp-block-navigation :where(a:active),.wp-block-navigation :where(a:focus){text-decoration:none}.wp-block-navigation .wp-block-navigation__submenu-icon{align-self:center;background-color:inherit;border:none;color:currentColor;display:inline-block;font-size:inherit;height:.6em;line-height:0;margin-left:.25em;padding:0;width:.6em}.wp-block-navigation .wp-block-navigation__submenu-icon svg{display:inline-block;stroke:currentColor;height:inherit;margin-top:.075em;width:inherit}.wp-block-navigation.is-vertical{--navigation-layout-direction:column;--navigation-layout-justify:initial;--navigation-layout-align:flex-start}.wp-block-navigation.no-wrap{--navigation-layout-wrap:nowrap}.wp-block-navigation.items-justified-center{--navigation-layout-justification-setting:center;--navigation-layout-justify:center}.wp-block-navigation.items-justified-center.is-vertical{--navigation-layout-align:center}.wp-block-navigation.items-justified-right{--navigation-layout-justification-setting:flex-end;--navigation-layout-justify:flex-end}.wp-block-navigation.items-justified-right.is-vertical{--navigation-layout-align:flex-end}.wp-block-navigation.items-justified-space-between{--navigation-layout-justification-setting:space-between;--navigation-layout-justify:space-between}.wp-block-navigation .has-child .wp-block-navigation__submenu-container{align-items:normal;background-color:inherit;color:inherit;display:flex;flex-direction:column;height:0;left:-1px;opacity:0;overflow:hidden;position:absolute;top:100%;visibility:hidden;width:0;z-index:2}@media not (prefers-reduced-motion){.wp-block-navigation .has-child .wp-block-navigation__submenu-container{transition:opacity .1s linear}}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content{display:flex;flex-grow:1}.wp-block-navigation .has-child .wp-block-navigation__submenu-container>.wp-block-navigation-item>.wp-block-navigation-item__content .wp-block-navigation__submenu-icon{margin-left:auto;margin-right:0}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation-item__content{margin:0}@media (min-width:782px){.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:-1px}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container:before{background:#0000;content:"";display:block;height:100%;position:absolute;right:100%;width:.5em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon{margin-right:.25em}.wp-block-navigation .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-icon svg{transform:rotate(-90deg)}}.wp-block-navigation .has-child .wp-block-navigation-submenu__toggle[aria-expanded=true]~.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):hover>.wp-block-navigation__submenu-container,.wp-block-navigation .has-child:not(.open-on-click):not(.open-on-hover-click):focus-within>.wp-block-navigation__submenu-container{height:auto;min-width:200px;opacity:1;overflow:visible;visibility:visible;width:auto}.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container{left:0;top:100%}@media (min-width:782px){.wp-block-navigation.has-background .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:100%;top:0}}.wp-block-navigation-submenu{display:flex;position:relative}.wp-block-navigation-submenu .wp-block-navigation__submenu-icon svg{stroke:currentColor}button.wp-block-navigation-item__content{background-color:initial;border:none;color:currentColor;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-align:left;text-transform:inherit}.wp-block-navigation-submenu__toggle{cursor:pointer}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle{padding-left:0;padding-right:.85em}.wp-block-navigation-item.open-on-click .wp-block-navigation-submenu__toggle+.wp-block-navigation__submenu-icon{margin-left:-.6em;pointer-events:none}.wp-block-navigation-item.open-on-click button.wp-block-navigation-item__content:not(.wp-block-navigation-submenu__toggle){padding:0}.wp-block-navigation .wp-block-page-list,.wp-block-navigation__container,.wp-block-navigation__responsive-close,.wp-block-navigation__responsive-container,.wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-dialog{gap:inherit}:where(.wp-block-navigation.has-background .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation.has-background .wp-block-navigation-submenu a:not(.wp-element-button)){padding:.5em 1em}:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu a:not(.wp-element-button)),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-submenu button.wp-block-navigation-item__content),:where(.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-pages-list__item button.wp-block-navigation-item__content){padding:.5em 1em}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container{left:auto;right:0}.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:-1px;right:-1px}@media (min-width:782px){.wp-block-navigation.items-justified-right .wp-block-navigation__container .has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-right .wp-block-page-list>.has-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between .wp-block-page-list>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container,.wp-block-navigation.items-justified-space-between>.wp-block-navigation__container>.has-child:last-child .wp-block-navigation__submenu-container .wp-block-navigation__submenu-container{left:auto;right:100%}}.wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container{background-color:#fff;border:1px solid #00000026}.wp-block-navigation.has-background .wp-block-navigation__submenu-container{background-color:inherit}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__submenu-container{color:#000}.wp-block-navigation__container{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial);list-style:none;margin:0;padding-left:0}.wp-block-navigation__container .is-responsive{display:none}.wp-block-navigation__container:only-child,.wp-block-page-list:only-child{flex-grow:1}@keyframes overlay-menu__fade-in-animation{0%{opacity:0;transform:translateY(.5em)}to{opacity:1;transform:translateY(0)}}.wp-block-navigation__responsive-container{bottom:0;display:none;left:0;position:fixed;right:0;top:0}.wp-block-navigation__responsive-container :where(.wp-block-navigation-item a){color:inherit}.wp-block-navigation__responsive-container .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-align,initial);display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation__responsive-container:not(.is-menu-open.is-menu-open){background-color:inherit!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open{background-color:inherit;display:flex;flex-direction:column;overflow:auto;padding:clamp(1rem,var(--wp--style--root--padding-top),20rem) clamp(1rem,var(--wp--style--root--padding-right),20rem) clamp(1rem,var(--wp--style--root--padding-bottom),20rem) clamp(1rem,var(--wp--style--root--padding-left),20rem);z-index:100000}@media not (prefers-reduced-motion){.wp-block-navigation__responsive-container.is-menu-open{animation:overlay-menu__fade-in-animation .1s ease-out;animation-fill-mode:forwards}}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content{align-items:var(--navigation-layout-justification-setting,inherit);display:flex;flex-direction:column;flex-wrap:nowrap;overflow:visible;padding-top:calc(2rem + 24px)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{justify-content:flex-start}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container{border:none;height:auto;min-width:200px;opacity:1;overflow:initial;padding-left:2rem;padding-right:2rem;position:static;visibility:visible;width:auto}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{gap:inherit}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-container{padding-top:var(--wp--style--block-gap,2em)}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item__content{padding:0}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list{align-items:var(--navigation-layout-justification-setting,initial);display:flex;flex-direction:column}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation-item .wp-block-navigation__submenu-container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container,.wp-block-navigation__responsive-container.is-menu-open .wp-block-page-list{background:#0000!important;color:inherit!important}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:auto;right:auto}@media (min-width:600px){.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open){background-color:inherit;display:block;position:relative;width:100%;z-index:auto}.wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) .wp-block-navigation__responsive-container-close{display:none}.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container.wp-block-navigation__submenu-container{left:0}}.wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{background-color:#fff}.wp-block-navigation:not(.has-text-color) .wp-block-navigation__responsive-container.is-menu-open{color:#000}.wp-block-navigation__toggle_button_label{font-size:1rem;font-weight:700}.wp-block-navigation__responsive-container-close,.wp-block-navigation__responsive-container-open{background:#0000;border:none;color:currentColor;cursor:pointer;margin:0;padding:0;text-transform:inherit;vertical-align:middle}.wp-block-navigation__responsive-container-close svg,.wp-block-navigation__responsive-container-open svg{fill:currentColor;display:block;height:24px;pointer-events:none;width:24px}.wp-block-navigation__responsive-container-open{display:flex}.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open{font-family:inherit;font-size:inherit;font-weight:inherit}@media (min-width:600px){.wp-block-navigation__responsive-container-open:not(.always-shown){display:none}}.wp-block-navigation__responsive-container-close{position:absolute;right:0;top:0;z-index:2}.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close{font-family:inherit;font-size:inherit;font-weight:inherit}.wp-block-navigation__responsive-close{width:100%}.has-modal-open .wp-block-navigation__responsive-close{margin-left:auto;margin-right:auto;max-width:var(--wp--style--global--wide-size,100%)}.wp-block-navigation__responsive-close:focus{outline:none}.is-menu-open .wp-block-navigation__responsive-close,.is-menu-open .wp-block-navigation__responsive-container-content,.is-menu-open .wp-block-navigation__responsive-dialog{box-sizing:border-box}.wp-block-navigation__responsive-dialog{position:relative}.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:46px}@media (min-width:782px){.has-modal-open .admin-bar .is-menu-open .wp-block-navigation__responsive-dialog{margin-top:32px}}html.has-modal-open{overflow:hidden}.wp-block-navigation .wp-block-navigation-item__label{overflow-wrap:break-word}.wp-block-navigation .wp-block-navigation-item__description{display:none}.link-ui-tools{border-top:1px solid #f0f0f0;padding:8px}.link-ui-block-inserter{padding-top:8px}.link-ui-block-inserter__back{margin-left:8px;text-transform:uppercase}.wp-block-navigation .wp-block-page-list{align-items:var(--navigation-layout-align,initial);background-color:inherit;display:flex;flex-direction:var(--navigation-layout-direction,initial);flex-wrap:var(--navigation-layout-wrap,wrap);justify-content:var(--navigation-layout-justify,initial)}.wp-block-navigation .wp-block-navigation-item{background-color:inherit}.wp-block-page-list{box-sizing:border-box}.is-small-text{font-size:.875em}.is-regular-text{font-size:1em}.is-large-text{font-size:2.25em}.is-larger-text{font-size:3em}.has-drop-cap:not(:focus):first-letter{float:left;font-size:8.4em;font-style:normal;font-weight:100;line-height:.68;margin:.05em .1em 0 0;text-transform:uppercase}body.rtl .has-drop-cap:not(:focus):first-letter{float:none;margin-left:.1em}p.has-drop-cap.has-background{overflow:hidden}:root :where(p.has-background){padding:1.25em 2.375em}:where(p.has-text-color:not(.has-link-color)) a{color:inherit}p.has-text-align-left[style*="writing-mode:vertical-lr"],p.has-text-align-right[style*="writing-mode:vertical-rl"]{rotate:180deg}.wp-block-post-author{box-sizing:border-box;display:flex;flex-wrap:wrap}.wp-block-post-author__byline{font-size:.5em;margin-bottom:0;margin-top:0;width:100%}.wp-block-post-author__avatar{margin-right:1em}.wp-block-post-author__bio{font-size:.7em;margin-bottom:.7em}.wp-block-post-author__content{flex-basis:0;flex-grow:1}.wp-block-post-author__name{margin:0}.wp-block-post-author-biography{box-sizing:border-box}:where(.wp-block-post-comments-form) input:not([type=submit]),:where(.wp-block-post-comments-form) textarea{border:1px solid #949494;font-family:inherit;font-size:1em}:where(.wp-block-post-comments-form) input:where(:not([type=submit]):not([type=checkbox])),:where(.wp-block-post-comments-form) textarea{padding:calc(.667em + 2px)}.wp-block-post-comments-form{box-sizing:border-box}.wp-block-post-comments-form[style*=font-weight] :where(.comment-reply-title){font-weight:inherit}.wp-block-post-comments-form[style*=font-family] :where(.comment-reply-title){font-family:inherit}.wp-block-post-comments-form[class*=-font-size] :where(.comment-reply-title),.wp-block-post-comments-form[style*=font-size] :where(.comment-reply-title){font-size:inherit}.wp-block-post-comments-form[style*=line-height] :where(.comment-reply-title){line-height:inherit}.wp-block-post-comments-form[style*=font-style] :where(.comment-reply-title){font-style:inherit}.wp-block-post-comments-form[style*=letter-spacing] :where(.comment-reply-title){letter-spacing:inherit}.wp-block-post-comments-form :where(input[type=submit]){box-shadow:none;cursor:pointer;display:inline-block;overflow-wrap:break-word;text-align:center}.wp-block-post-comments-form .comment-form input:not([type=submit]):not([type=checkbox]):not([type=hidden]),.wp-block-post-comments-form .comment-form textarea{box-sizing:border-box;display:block;width:100%}.wp-block-post-comments-form .comment-form-author label,.wp-block-post-comments-form .comment-form-email label,.wp-block-post-comments-form .comment-form-url label{display:block;margin-bottom:.25em}.wp-block-post-comments-form .comment-form-cookies-consent{display:flex;gap:.25em}.wp-block-post-comments-form .comment-form-cookies-consent #wp-comment-cookies-consent{margin-top:.35em}.wp-block-post-comments-form .comment-reply-title{margin-bottom:0}.wp-block-post-comments-form .comment-reply-title :where(small){font-size:var(--wp--preset--font-size--medium,smaller);margin-left:.5em}.wp-block-post-comments-form input[type=submit]{width:auto}.wp-block-post-comments-count{box-sizing:border-box}.wp-block-post-content{display:flow-root}.wp-block-post-comments-link,.wp-block-post-date{box-sizing:border-box}:where(.wp-block-post-excerpt){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__excerpt{margin-bottom:0;margin-top:0}.wp-block-post-excerpt__more-text{margin-bottom:0;margin-top:var(--wp--style--block-gap)}.wp-block-post-excerpt__more-link{display:inline-block}.wp-block-post-featured-image{margin-left:0;margin-right:0}.wp-block-post-featured-image a{display:block;height:100%}.wp-block-post-featured-image :where(img){box-sizing:border-box;height:auto;max-width:100%;vertical-align:bottom;width:100%}.wp-block-post-featured-image.alignfull img,.wp-block-post-featured-image.alignwide img{width:100%}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim{background-color:#000;inset:0;position:absolute}.wp-block-post-featured-image{position:relative}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-gradient{background-color:initial}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-0{opacity:0}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-10{opacity:.1}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-20{opacity:.2}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-30{opacity:.3}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-40{opacity:.4}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-50{opacity:.5}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-60{opacity:.6}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-70{opacity:.7}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-80{opacity:.8}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-90{opacity:.9}.wp-block-post-featured-image .wp-block-post-featured-image__overlay.has-background-dim-100{opacity:1}.wp-block-post-featured-image:where(.alignleft,.alignright){width:100%}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous{display:inline-block;margin-right:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-previous:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next{display:inline-block;margin-left:1ch}.wp-block-post-navigation-link .wp-block-post-navigation-link__arrow-next:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-post-navigation-link.has-text-align-left[style*="writing-mode: vertical-lr"],.wp-block-post-navigation-link.has-text-align-right[style*="writing-mode: vertical-rl"]{rotate:180deg}.wp-block-post-terms{box-sizing:border-box}.wp-block-post-terms .wp-block-post-terms__separator{white-space:pre-wrap}.wp-block-post-time-to-read,.wp-block-post-title{box-sizing:border-box}.wp-block-post-title{word-break:break-word}.wp-block-post-title :where(a){display:inline-block;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-post-author-name{box-sizing:border-box}.wp-block-preformatted{box-sizing:border-box;white-space:pre-wrap}:where(.wp-block-preformatted.has-background){padding:1.25em 2.375em}.wp-block-pullquote{box-sizing:border-box;margin:0 0 1em;overflow-wrap:break-word;padding:4em 0;text-align:center}.wp-block-pullquote blockquote,.wp-block-pullquote cite,.wp-block-pullquote p{color:inherit}.wp-block-pullquote blockquote{margin:0}.wp-block-pullquote p{margin-top:0}.wp-block-pullquote p:last-child{margin-bottom:0}.wp-block-pullquote.alignleft,.wp-block-pullquote.alignright{max-width:420px}.wp-block-pullquote cite,.wp-block-pullquote footer{position:relative}.wp-block-pullquote .has-text-color a{color:inherit}.wp-block-pullquote.has-text-align-left blockquote{text-align:left}.wp-block-pullquote.has-text-align-right blockquote{text-align:right}.wp-block-pullquote.has-text-align-center blockquote{text-align:center}.wp-block-pullquote.is-style-solid-color{border:none}.wp-block-pullquote.is-style-solid-color blockquote{margin-left:auto;margin-right:auto;max-width:60%}.wp-block-pullquote.is-style-solid-color blockquote p{font-size:2em;margin-bottom:0;margin-top:0}.wp-block-pullquote.is-style-solid-color blockquote cite{font-style:normal;text-transform:none}.wp-block-pullquote cite{color:inherit;display:block}.wp-block-post-template{box-sizing:border-box;list-style:none;margin-bottom:0;margin-top:0;max-width:100%;padding:0}.wp-block-post-template.is-flex-container{display:flex;flex-direction:row;flex-wrap:wrap;gap:1.25em}.wp-block-post-template.is-flex-container>li{margin:0;width:100%}@media (min-width:600px){.wp-block-post-template.is-flex-container.is-flex-container.columns-2>li{width:calc(50% - .625em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-3>li{width:calc(33.33333% - .83333em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-4>li{width:calc(25% - .9375em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-5>li{width:calc(20% - 1em)}.wp-block-post-template.is-flex-container.is-flex-container.columns-6>li{width:calc(16.66667% - 1.04167em)}}@media (max-width:600px){.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid.wp-block-post-template-is-layout-grid{grid-template-columns:1fr}}.wp-block-post-template-is-layout-constrained>li>.alignright,.wp-block-post-template-is-layout-flow>li>.alignright{float:right;margin-inline-end:0;margin-inline-start:2em}.wp-block-post-template-is-layout-constrained>li>.alignleft,.wp-block-post-template-is-layout-flow>li>.alignleft{float:left;margin-inline-end:2em;margin-inline-start:0}.wp-block-post-template-is-layout-constrained>li>.aligncenter,.wp-block-post-template-is-layout-flow>li>.aligncenter{margin-inline-end:auto;margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-next:last-of-type{margin-inline-start:auto}.wp-block-query-pagination.is-content-justification-space-between>.wp-block-query-pagination-previous:first-child{margin-inline-end:auto}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow{display:inline-block;margin-right:1ch}.wp-block-query-pagination .wp-block-query-pagination-previous-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination .wp-block-query-pagination-next-arrow{display:inline-block;margin-left:1ch}.wp-block-query-pagination .wp-block-query-pagination-next-arrow:not(.is-arrow-chevron){transform:scaleX(1)}.wp-block-query-pagination.aligncenter{justify-content:center}.wp-block-query-title,.wp-block-query-total,.wp-block-quote{box-sizing:border-box}.wp-block-quote{overflow-wrap:break-word}.wp-block-quote.is-large:where(:not(.is-style-plain)),.wp-block-quote.is-style-large:where(:not(.is-style-plain)){margin-bottom:1em;padding:0 1em}.wp-block-quote.is-large:where(:not(.is-style-plain)) p,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) p{font-size:1.5em;font-style:italic;line-height:1.6}.wp-block-quote.is-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-large:where(:not(.is-style-plain)) footer,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) cite,.wp-block-quote.is-style-large:where(:not(.is-style-plain)) footer{font-size:1.125em;text-align:right}.wp-block-quote>cite{display:block}.wp-block-read-more{display:block;width:fit-content}.wp-block-read-more:where(:not([style*=text-decoration])){text-decoration:none}.wp-block-read-more:where(:not([style*=text-decoration])):active,.wp-block-read-more:where(:not([style*=text-decoration])):focus{text-decoration:none}ul.wp-block-rss.alignleft{margin-right:2em}ul.wp-block-rss.alignright{margin-left:2em}ul.wp-block-rss.is-grid{display:flex;flex-wrap:wrap;padding:0}ul.wp-block-rss.is-grid li{margin:0 1em 1em 0;width:100%}@media (min-width:600px){ul.wp-block-rss.columns-2 li{width:calc(50% - 1em)}ul.wp-block-rss.columns-3 li{width:calc(33.33333% - 1em)}ul.wp-block-rss.columns-4 li{width:calc(25% - 1em)}ul.wp-block-rss.columns-5 li{width:calc(20% - 1em)}ul.wp-block-rss.columns-6 li{width:calc(16.66667% - 1em)}}.wp-block-rss__item-author,.wp-block-rss__item-publish-date{display:block;font-size:.8125em}.wp-block-rss{box-sizing:border-box;list-style:none;padding:0}.wp-block-search__button{margin-left:10px;word-break:normal}.wp-block-search__button.has-icon{line-height:0}.wp-block-search__button svg{height:1.25em;min-height:24px;min-width:24px;width:1.25em;fill:currentColor;vertical-align:text-bottom}:where(.wp-block-search__button){border:1px solid #ccc;padding:6px 10px}.wp-block-search__inside-wrapper{display:flex;flex:auto;flex-wrap:nowrap;max-width:100%}.wp-block-search__label{width:100%}.wp-block-search__input{appearance:none;border:1px solid #949494;flex-grow:1;margin-left:0;margin-right:0;min-width:3rem;padding:8px;text-decoration:unset!important}.wp-block-search.wp-block-search__button-only .wp-block-search__button{box-sizing:border-box;display:flex;flex-shrink:0;justify-content:center;margin-left:0;max-width:100%}.wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{min-width:0!important;transition-property:width}.wp-block-search.wp-block-search__button-only .wp-block-search__input{flex-basis:100%;transition-duration:.3s}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden,.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__inside-wrapper{overflow:hidden}.wp-block-search.wp-block-search__button-only.wp-block-search__searchfield-hidden .wp-block-search__input{border-left-width:0!important;border-right-width:0!important;flex-basis:0;flex-grow:0;margin:0;min-width:0!important;padding-left:0!important;padding-right:0!important;width:0!important}:where(.wp-block-search__input){font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-transform:inherit}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper){border:1px solid #949494;box-sizing:border-box;padding:4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input{border:none;border-radius:0;padding:0 4px}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input:focus{outline:none}:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) :where(.wp-block-search__button){padding:4px 8px}.wp-block-search.aligncenter .wp-block-search__inside-wrapper{margin:auto}.wp-block[data-align=right] .wp-block-search.wp-block-search__button-only .wp-block-search__inside-wrapper{float:right}.wp-block-separator{border:none;border-top:2px solid}:root :where(.wp-block-separator.is-style-dots){height:auto;line-height:1;text-align:center}:root :where(.wp-block-separator.is-style-dots):before{color:currentColor;content:"···";font-family:serif;font-size:1.5em;letter-spacing:2em;padding-left:2em}.wp-block-separator.is-style-dots{background:none!important;border:none!important}.wp-block-site-logo{box-sizing:border-box;line-height:0}.wp-block-site-logo a{display:inline-block;line-height:0}.wp-block-site-logo.is-default-size img{height:auto;width:120px}.wp-block-site-logo img{height:auto;max-width:100%}.wp-block-site-logo a,.wp-block-site-logo img{border-radius:inherit}.wp-block-site-logo.aligncenter{margin-left:auto;margin-right:auto;text-align:center}:root :where(.wp-block-site-logo.is-style-rounded){border-radius:9999px}.wp-block-site-tagline,.wp-block-site-title{box-sizing:border-box}.wp-block-site-title :where(a){color:inherit;font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;text-decoration:inherit}.wp-block-social-links{background:none;box-sizing:border-box;margin-left:0;padding-left:0;padding-right:0;text-indent:0}.wp-block-social-links .wp-social-link a,.wp-block-social-links .wp-social-link a:hover{border-bottom:0;box-shadow:none;text-decoration:none}.wp-block-social-links .wp-social-link svg{height:1em;width:1em}.wp-block-social-links .wp-social-link span:not(.screen-reader-text){font-size:.65em;margin-left:.5em;margin-right:.5em}.wp-block-social-links.has-small-icon-size{font-size:16px}.wp-block-social-links,.wp-block-social-links.has-normal-icon-size{font-size:24px}.wp-block-social-links.has-large-icon-size{font-size:36px}.wp-block-social-links.has-huge-icon-size{font-size:48px}.wp-block-social-links.aligncenter{display:flex;justify-content:center}.wp-block-social-links.alignright{justify-content:flex-end}.wp-block-social-link{border-radius:9999px;display:block;height:auto}@media not (prefers-reduced-motion){.wp-block-social-link{transition:transform .1s ease}}.wp-block-social-link a{align-items:center;display:flex;line-height:0}.wp-block-social-link:hover{transform:scale(1.1)}.wp-block-social-links .wp-block-social-link.wp-social-link{display:inline-block;margin:0;padding:0}.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor svg,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:active,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:hover,.wp-block-social-links .wp-block-social-link.wp-social-link .wp-block-social-link-anchor:visited{color:currentColor;fill:currentColor}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link{background-color:#f0f0f0;color:#444}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-amazon{background-color:#f90;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bandcamp{background-color:#1ea0c3;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-behance{background-color:#0757fe;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-bluesky{background-color:#0a7aff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-codepen{background-color:#1e1f26;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-deviantart{background-color:#02e49b;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-discord{background-color:#5865f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dribbble{background-color:#e94c89;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-dropbox{background-color:#4280ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-etsy{background-color:#f45800;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-facebook{background-color:#0866ff;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-fivehundredpx{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-flickr{background-color:#0461dd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-foursquare{background-color:#e65678;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-github{background-color:#24292d;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-goodreads{background-color:#eceadd;color:#382110}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-google{background-color:#ea4434;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-gravatar{background-color:#1d4fc4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-instagram{background-color:#f00075;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-lastfm{background-color:#e21b24;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-linkedin{background-color:#0d66c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mastodon{background-color:#3288d4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-medium{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-meetup{background-color:#f6405f;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-patreon{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pinterest{background-color:#e60122;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-pocket{background-color:#ef4155;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-reddit{background-color:#ff4500;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-skype{background-color:#0478d7;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-snapchat{background-color:#fefc00;color:#fff;stroke:#000}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-soundcloud{background-color:#ff5600;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-spotify{background-color:#1bd760;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-telegram{background-color:#2aabee;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-threads{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tiktok{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-tumblr{background-color:#011835;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitch{background-color:#6440a4;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-twitter{background-color:#1da1f2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vimeo{background-color:#1eb7ea;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-vk{background-color:#4680c2;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-wordpress{background-color:#3499cd;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-whatsapp{background-color:#25d366;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-x{background-color:#000;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-yelp{background-color:#d32422;color:#fff}:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-youtube{background-color:red;color:#fff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link{background:none}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link svg{height:1.25em;width:1.25em}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-amazon{color:#f90}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bandcamp{color:#1ea0c3}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-behance{color:#0757fe}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-bluesky{color:#0a7aff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-codepen{color:#1e1f26}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-deviantart{color:#02e49b}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-discord{color:#5865f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dribbble{color:#e94c89}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-dropbox{color:#4280ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-etsy{color:#f45800}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-facebook{color:#0866ff}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-fivehundredpx{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-flickr{color:#0461dd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-foursquare{color:#e65678}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-github{color:#24292d}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-goodreads{color:#382110}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-google{color:#ea4434}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-gravatar{color:#1d4fc4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-instagram{color:#f00075}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-lastfm{color:#e21b24}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-linkedin{color:#0d66c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-mastodon{color:#3288d4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-medium{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-meetup{color:#f6405f}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-patreon{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pinterest{color:#e60122}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-pocket{color:#ef4155}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-reddit{color:#ff4500}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-skype{color:#0478d7}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-snapchat{color:#fff;stroke:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-soundcloud{color:#ff5600}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-spotify{color:#1bd760}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-telegram{color:#2aabee}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-threads{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tiktok{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-tumblr{color:#011835}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitch{color:#6440a4}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-twitter{color:#1da1f2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vimeo{color:#1eb7ea}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-vk{color:#4680c2}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-whatsapp{color:#25d366}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-wordpress{color:#3499cd}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-x{color:#000}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-yelp{color:#d32422}:where(.wp-block-social-links.is-style-logos-only) .wp-social-link-youtube{color:red}.wp-block-social-links.is-style-pill-shape .wp-social-link{width:auto}:root :where(.wp-block-social-links .wp-social-link a){padding:.25em}:root :where(.wp-block-social-links.is-style-logos-only .wp-social-link a){padding:0}:root :where(.wp-block-social-links.is-style-pill-shape .wp-social-link a){padding-left:.6666666667em;padding-right:.6666666667em}.wp-block-social-links:not(.has-icon-color):not(.has-icon-background-color) .wp-social-link-snapchat .wp-block-social-link-label{color:#000}.wp-block-spacer{clear:both}.wp-block-tag-cloud{box-sizing:border-box}.wp-block-tag-cloud.aligncenter{justify-content:center;text-align:center}.wp-block-tag-cloud.alignfull{padding-left:1em;padding-right:1em}.wp-block-tag-cloud a{display:inline-block;margin-right:5px}.wp-block-tag-cloud span{display:inline-block;margin-left:5px;text-decoration:none}:root :where(.wp-block-tag-cloud.is-style-outline){display:flex;flex-wrap:wrap;gap:1ch}:root :where(.wp-block-tag-cloud.is-style-outline a){border:1px solid;font-size:unset!important;margin-right:0;padding:1ch 2ch;text-decoration:none!important}.wp-block-table{overflow-x:auto}.wp-block-table table{border-collapse:collapse;width:100%}.wp-block-table thead{border-bottom:3px solid}.wp-block-table tfoot{border-top:3px solid}.wp-block-table td,.wp-block-table th{border:1px solid;padding:.5em}.wp-block-table .has-fixed-layout{table-layout:fixed;width:100%}.wp-block-table .has-fixed-layout td,.wp-block-table .has-fixed-layout th{word-break:break-word}.wp-block-table.aligncenter,.wp-block-table.alignleft,.wp-block-table.alignright{display:table;width:auto}.wp-block-table.aligncenter td,.wp-block-table.aligncenter th,.wp-block-table.alignleft td,.wp-block-table.alignleft th,.wp-block-table.alignright td,.wp-block-table.alignright th{word-break:break-word}.wp-block-table .has-subtle-light-gray-background-color{background-color:#f3f4f5}.wp-block-table .has-subtle-pale-green-background-color{background-color:#e9fbe5}.wp-block-table .has-subtle-pale-blue-background-color{background-color:#e7f5fe}.wp-block-table .has-subtle-pale-pink-background-color{background-color:#fcf0ef}.wp-block-table.is-style-stripes{background-color:initial;border-bottom:1px solid #f0f0f0;border-collapse:inherit;border-spacing:0}.wp-block-table.is-style-stripes tbody tr:nth-child(odd){background-color:#f0f0f0}.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd){background-color:#f3f4f5}.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd){background-color:#e9fbe5}.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd){background-color:#e7f5fe}.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd){background-color:#fcf0ef}.wp-block-table.is-style-stripes td,.wp-block-table.is-style-stripes th{border-color:#0000}.wp-block-table .has-border-color td,.wp-block-table .has-border-color th,.wp-block-table .has-border-color tr,.wp-block-table .has-border-color>*{border-color:inherit}.wp-block-table table[style*=border-top-color] tr:first-child,.wp-block-table table[style*=border-top-color] tr:first-child td,.wp-block-table table[style*=border-top-color] tr:first-child th,.wp-block-table table[style*=border-top-color]>*,.wp-block-table table[style*=border-top-color]>* td,.wp-block-table table[style*=border-top-color]>* th{border-top-color:inherit}.wp-block-table table[style*=border-top-color] tr:not(:first-child){border-top-color:initial}.wp-block-table table[style*=border-right-color] td:last-child,.wp-block-table table[style*=border-right-color] th,.wp-block-table table[style*=border-right-color] tr,.wp-block-table table[style*=border-right-color]>*{border-right-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:last-child,.wp-block-table table[style*=border-bottom-color] tr:last-child td,.wp-block-table table[style*=border-bottom-color] tr:last-child th,.wp-block-table table[style*=border-bottom-color]>*,.wp-block-table table[style*=border-bottom-color]>* td,.wp-block-table table[style*=border-bottom-color]>* th{border-bottom-color:inherit}.wp-block-table table[style*=border-bottom-color] tr:not(:last-child){border-bottom-color:initial}.wp-block-table table[style*=border-left-color] td:first-child,.wp-block-table table[style*=border-left-color] th,.wp-block-table table[style*=border-left-color] tr,.wp-block-table table[style*=border-left-color]>*{border-left-color:inherit}.wp-block-table table[style*=border-style] td,.wp-block-table table[style*=border-style] th,.wp-block-table table[style*=border-style] tr,.wp-block-table table[style*=border-style]>*{border-style:inherit}.wp-block-table table[style*=border-width] td,.wp-block-table table[style*=border-width] th,.wp-block-table table[style*=border-width] tr,.wp-block-table table[style*=border-width]>*{border-style:inherit;border-width:inherit}:root :where(.wp-block-table-of-contents){box-sizing:border-box}:where(.wp-block-term-description){box-sizing:border-box;margin-bottom:var(--wp--style--block-gap);margin-top:var(--wp--style--block-gap)}.wp-block-term-description p{margin-bottom:0;margin-top:0}.wp-block-text-columns,.wp-block-text-columns.aligncenter{display:flex}.wp-block-text-columns .wp-block-column{margin:0 1em;padding:0}.wp-block-text-columns .wp-block-column:first-child{margin-left:0}.wp-block-text-columns .wp-block-column:last-child{margin-right:0}.wp-block-text-columns.columns-2 .wp-block-column{width:50%}.wp-block-text-columns.columns-3 .wp-block-column{width:33.3333333333%}.wp-block-text-columns.columns-4 .wp-block-column{width:25%}pre.wp-block-verse{overflow:auto;white-space:pre-wrap}:where(pre.wp-block-verse){font-family:inherit}.wp-block-video{box-sizing:border-box}.wp-block-video video{vertical-align:middle;width:100%}@supports (position:sticky){.wp-block-video [poster]{object-fit:cover}}.wp-block-video.aligncenter{text-align:center}.wp-block-video :where(figcaption){margin-bottom:1em;margin-top:.5em}.editor-styles-wrapper,.entry-content{counter-reset:footnotes}a[data-fn].fn{counter-increment:footnotes;display:inline-flex;font-size:smaller;text-decoration:none;text-indent:-9999999px;vertical-align:super}a[data-fn].fn:after{content:"[" counter(footnotes) "]";float:left;text-indent:0}.wp-element-button{cursor:pointer}:root{--wp--preset--font-size--normal:16px;--wp--preset--font-size--huge:42px}:root .has-very-light-gray-background-color{background-color:#eee}:root .has-very-dark-gray-background-color{background-color:#313131}:root .has-very-light-gray-color{color:#eee}:root .has-very-dark-gray-color{color:#313131}:root .has-vivid-green-cyan-to-vivid-cyan-blue-gradient-background{background:linear-gradient(135deg,#00d084,#0693e3)}:root .has-purple-crush-gradient-background{background:linear-gradient(135deg,#34e2e4,#4721fb 50%,#ab1dfe)}:root .has-hazy-dawn-gradient-background{background:linear-gradient(135deg,#faaca8,#dad0ec)}:root .has-subdued-olive-gradient-background{background:linear-gradient(135deg,#fafae1,#67a671)}:root .has-atomic-cream-gradient-background{background:linear-gradient(135deg,#fdd79a,#004a59)}:root .has-nightshade-gradient-background{background:linear-gradient(135deg,#330968,#31cdcf)}:root .has-midnight-gradient-background{background:linear-gradient(135deg,#020381,#2874fc)}.has-regular-font-size{font-size:1em}.has-larger-font-size{font-size:2.625em}.has-normal-font-size{font-size:var(--wp--preset--font-size--normal)}.has-huge-font-size{font-size:var(--wp--preset--font-size--huge)}.has-text-align-center{text-align:center}.has-text-align-left{text-align:left}.has-text-align-right{text-align:right}#end-resizable-editor-section{display:none}.aligncenter{clear:both}.items-justified-left{justify-content:flex-start}.items-justified-center{justify-content:center}.items-justified-right{justify-content:flex-end}.items-justified-space-between{justify-content:space-between}.screen-reader-text{border:0;clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#ddd;clip-path:none;color:#444;display:block;font-size:1em;height:auto;left:5px;line-height:normal;padding:15px 23px 14px;text-decoration:none;top:5px;width:auto;z-index:100000}html :where(.has-border-color){border-style:solid}html :where([style*=border-top-color]){border-top-style:solid}html :where([style*=border-right-color]){border-right-style:solid}html :where([style*=border-bottom-color]){border-bottom-style:solid}html :where([style*=border-left-color]){border-left-style:solid}html :where([style*=border-width]){border-style:solid}html :where([style*=border-top-width]){border-top-style:solid}html :where([style*=border-right-width]){border-right-style:solid}html :where([style*=border-bottom-width]){border-bottom-style:solid}html :where([style*=border-left-width]){border-left-style:solid}html :where(img[class*=wp-image-]){height:auto;max-width:100%}:where(figure){margin:0 0 1em}html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:var(--wp-admin--admin-bar--height,0px)}@media screen and (max-width:600px){html :where(.is-position-sticky){--wp-admin--admin-bar--position-offset:0px}}
/*! This file is auto-generated */
.wp-block-button__link{color:#fff;background-color:#32373c;border-radius:9999px;box-shadow:none;text-decoration:none;padding:calc(.667em + 2px) calc(1.333em + 2px);font-size:1.125em}.wp-block-file__button{background:#32373c;color:#fff;text-decoration:none}
:root{--wp--preset--aspect-ratio--square:1;--wp--preset--aspect-ratio--4-3:4/3;--wp--preset--aspect-ratio--3-4:3/4;--wp--preset--aspect-ratio--3-2:3/2;--wp--preset--aspect-ratio--2-3:2/3;--wp--preset--aspect-ratio--16-9:16/9;--wp--preset--aspect-ratio--9-16:9/16;--wp--preset--color--black:#000;--wp--preset--color--cyan-bluish-gray:#abb8c3;--wp--preset--color--white:#fff;--wp--preset--color--pale-pink:#f78da7;--wp--preset--color--vivid-red:#cf2e2e;--wp--preset--color--luminous-vivid-orange:#ff6900;--wp--preset--color--luminous-vivid-amber:#fcb900;--wp--preset--color--light-green-cyan:#7bdcb5;--wp--preset--color--vivid-green-cyan:#00d084;--wp--preset--color--pale-cyan-blue:#8ed1fc;--wp--preset--color--vivid-cyan-blue:#0693e3;--wp--preset--color--vivid-purple:#9b51e0;--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple:linear-gradient(135deg,rgba(6,147,227,1) 0%,#9b51e0 100%);--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan:linear-gradient(135deg,#7adcb4 0%,#00d082 100%);--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange:linear-gradient(135deg,rgba(252,185,0,1) 0%,rgba(255,105,0,1) 100%);--wp--preset--gradient--luminous-vivid-orange-to-vivid-red:linear-gradient(135deg,rgba(255,105,0,1) 0%,#cf2e2e 100%);--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray:linear-gradient(135deg,#eee 0%,#a9b8c3 100%);--wp--preset--gradient--cool-to-warm-spectrum:linear-gradient(135deg,#4aeadc 0%,#9778d1 20%,#cf2aba 40%,#ee2c82 60%,#fb6962 80%,#fef84c 100%);--wp--preset--gradient--blush-light-purple:linear-gradient(135deg,#ffceec 0%,#9896f0 100%);--wp--preset--gradient--blush-bordeaux:linear-gradient(135deg,#fecda5 0%,#fe2d2d 50%,#6b003e 100%);--wp--preset--gradient--luminous-dusk:linear-gradient(135deg,#ffcb70 0%,#c751c0 50%,#4158d0 100%);--wp--preset--gradient--pale-ocean:linear-gradient(135deg,#fff5cb 0%,#b6e3d4 50%,#33a7b5 100%);--wp--preset--gradient--electric-grass:linear-gradient(135deg,#caf880 0%,#71ce7e 100%);--wp--preset--gradient--midnight:linear-gradient(135deg,#020381 0%,#2874fc 100%);--wp--preset--font-size--small:13px;--wp--preset--font-size--medium:20px;--wp--preset--font-size--large:36px;--wp--preset--font-size--x-large:42px;--wp--preset--spacing--20:.44rem;--wp--preset--spacing--30:.67rem;--wp--preset--spacing--40:1rem;--wp--preset--spacing--50:1.5rem;--wp--preset--spacing--60:2.25rem;--wp--preset--spacing--70:3.38rem;--wp--preset--spacing--80:5.06rem;--wp--preset--shadow--natural:6px 6px 9px rgba(0,0,0,.2);--wp--preset--shadow--deep:12px 12px 50px rgba(0,0,0,.4);--wp--preset--shadow--sharp:6px 6px 0px rgba(0,0,0,.2);--wp--preset--shadow--outlined:6px 6px 0px -3px rgba(255,255,255,1),6px 6px rgba(0,0,0,1);--wp--preset--shadow--crisp:6px 6px 0px rgba(0,0,0,1)}:where(.is-layout-flex){gap:.5em}:where(.is-layout-grid){gap:.5em}body .is-layout-flex{display:flex}.is-layout-flex{flex-wrap:wrap;align-items:center}.is-layout-flex>:is(*,div){margin:0}body .is-layout-grid{display:grid}.is-layout-grid>:is(*,div){margin:0}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}.has-black-color{color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-color{color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-color{color:var(--wp--preset--color--white) !important}.has-pale-pink-color{color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-color{color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-color{color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-color{color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-color{color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-color{color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-color{color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-color{color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-color{color:var(--wp--preset--color--vivid-purple) !important}.has-black-background-color{background-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-background-color{background-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-background-color{background-color:var(--wp--preset--color--white) !important}.has-pale-pink-background-color{background-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-background-color{background-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-background-color{background-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-background-color{background-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-background-color{background-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-background-color{background-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-background-color{background-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-background-color{background-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-background-color{background-color:var(--wp--preset--color--vivid-purple) !important}.has-black-border-color{border-color:var(--wp--preset--color--black) !important}.has-cyan-bluish-gray-border-color{border-color:var(--wp--preset--color--cyan-bluish-gray) !important}.has-white-border-color{border-color:var(--wp--preset--color--white) !important}.has-pale-pink-border-color{border-color:var(--wp--preset--color--pale-pink) !important}.has-vivid-red-border-color{border-color:var(--wp--preset--color--vivid-red) !important}.has-luminous-vivid-orange-border-color{border-color:var(--wp--preset--color--luminous-vivid-orange) !important}.has-luminous-vivid-amber-border-color{border-color:var(--wp--preset--color--luminous-vivid-amber) !important}.has-light-green-cyan-border-color{border-color:var(--wp--preset--color--light-green-cyan) !important}.has-vivid-green-cyan-border-color{border-color:var(--wp--preset--color--vivid-green-cyan) !important}.has-pale-cyan-blue-border-color{border-color:var(--wp--preset--color--pale-cyan-blue) !important}.has-vivid-cyan-blue-border-color{border-color:var(--wp--preset--color--vivid-cyan-blue) !important}.has-vivid-purple-border-color{border-color:var(--wp--preset--color--vivid-purple) !important}.has-vivid-cyan-blue-to-vivid-purple-gradient-background{background:var(--wp--preset--gradient--vivid-cyan-blue-to-vivid-purple) !important}.has-light-green-cyan-to-vivid-green-cyan-gradient-background{background:var(--wp--preset--gradient--light-green-cyan-to-vivid-green-cyan) !important}.has-luminous-vivid-amber-to-luminous-vivid-orange-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-amber-to-luminous-vivid-orange) !important}.has-luminous-vivid-orange-to-vivid-red-gradient-background{background:var(--wp--preset--gradient--luminous-vivid-orange-to-vivid-red) !important}.has-very-light-gray-to-cyan-bluish-gray-gradient-background{background:var(--wp--preset--gradient--very-light-gray-to-cyan-bluish-gray) !important}.has-cool-to-warm-spectrum-gradient-background{background:var(--wp--preset--gradient--cool-to-warm-spectrum) !important}.has-blush-light-purple-gradient-background{background:var(--wp--preset--gradient--blush-light-purple) !important}.has-blush-bordeaux-gradient-background{background:var(--wp--preset--gradient--blush-bordeaux) !important}.has-luminous-dusk-gradient-background{background:var(--wp--preset--gradient--luminous-dusk) !important}.has-pale-ocean-gradient-background{background:var(--wp--preset--gradient--pale-ocean) !important}.has-electric-grass-gradient-background{background:var(--wp--preset--gradient--electric-grass) !important}.has-midnight-gradient-background{background:var(--wp--preset--gradient--midnight) !important}.has-small-font-size{font-size:var(--wp--preset--font-size--small) !important}.has-medium-font-size{font-size:var(--wp--preset--font-size--medium) !important}.has-large-font-size{font-size:var(--wp--preset--font-size--large) !important}.has-x-large-font-size{font-size:var(--wp--preset--font-size--x-large) !important}:where(.wp-block-post-template.is-layout-flex){gap:1.25em}:where(.wp-block-post-template.is-layout-grid){gap:1.25em}:where(.wp-block-columns.is-layout-flex){gap:2em}:where(.wp-block-columns.is-layout-grid){gap:2em}:root :where(.wp-block-pullquote){font-size:1.5em;line-height:1.6}
.wpcf7 .screen-reader-response{position:absolute;overflow:hidden;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;width:1px;margin:-1px;padding:0;border:0;word-wrap:normal !important}.wpcf7 form .wpcf7-response-output{margin:2em .5em 1em;padding:.2em 1em;border:2px solid #00a0d2}.wpcf7 form.init .wpcf7-response-output,.wpcf7 form.resetting .wpcf7-response-output,.wpcf7 form.submitting .wpcf7-response-output{display:none}.wpcf7 form.sent .wpcf7-response-output{border-color:#46b450}.wpcf7 form.failed .wpcf7-response-output,.wpcf7 form.aborted .wpcf7-response-output{border-color:#dc3232}.wpcf7 form.spam .wpcf7-response-output{border-color:#f56e28}.wpcf7 form.invalid .wpcf7-response-output,.wpcf7 form.unaccepted .wpcf7-response-output,.wpcf7 form.payment-required .wpcf7-response-output{border-color:#ffb900}.wpcf7-form-control-wrap{position:relative}.wpcf7-not-valid-tip{color:#dc3232;font-size:1em;font-weight:400;display:block}.use-floating-validation-tip .wpcf7-not-valid-tip{position:relative;top:-2ex;left:1em;z-index:100;border:1px solid #dc3232;background:#fff;padding:.2em .8em;width:24em}.wpcf7-list-item{display:inline-block;margin:0 0 0 1em}.wpcf7-list-item-label:before,.wpcf7-list-item-label:after{content:" "}.wpcf7-spinner{visibility:hidden;display:inline-block;background-color:#23282d;opacity:.75;width:24px;height:24px;border:none;border-radius:100%;padding:0;margin:0 24px;position:relative}form.submitting .wpcf7-spinner{visibility:visible}.wpcf7-spinner:before{content:'';position:absolute;background-color:#fbfbfc;top:4px;left:4px;width:6px;height:6px;border:none;border-radius:100%;transform-origin:8px 8px;animation-name:spin;animation-duration:1s;animation-timing-function:linear;animation-iteration-count:infinite}@media (prefers-reduced-motion:reduce){.wpcf7-spinner:before{animation-name:blink;animation-duration:2s}}@keyframes spin{from{transform:rotate(0deg)}to{transform:rotate(360deg)}}@keyframes blink{from{opacity:0}50%{opacity:1}to{opacity:0}}.wpcf7 [inert]{opacity:.5}.wpcf7 input[type=file]{cursor:pointer}.wpcf7 input[type=file]:disabled{cursor:default}.wpcf7 .wpcf7-submit:disabled{cursor:not-allowed}.wpcf7 input[type=url],.wpcf7 input[type=email],.wpcf7 input[type=tel]{direction:ltr}.wpcf7-reflection>output{display:list-item;list-style:none}.wpcf7-reflection>output[hidden]{display:none}