html{scrollbar-gutter:stable;}body{color:var(--GENERAL_COLOR_FONT);font-size:var(--GENERAL_FONT_SIZE);font-family:var(--GENERAL_FONT_FAMILY);line-height:var(--GENERAL_LINE_HEIGHT);}a,button{color:inherit;}a:focus-visible,button:focus-visible{outline:auto;outline:auto -webkit-focus-ring-color;}a:hover,button:hover{color:inherit;}em{font-style:normal;}h1,h2,h3,h4,h5,h6{line-height:var(--GENERAL_LINE_HEIGHT);}dt{font-weight:var(--GENERAL_FONT_WEIGHT_NORMAL);}dialog{border:none;padding:0;}@media (scripting: none){dialog{position:relative;display:block;}}@media (max-width: 767px){.l-block{padding-inline:var(--GENERAL_GUTTER_CONTENT);}}@media print{#MainContainer{overflow:visible;}}.comp-breadcrumb{padding-bottom:16px;}.comp-breadcrumb__inner{margin-right:var(--GENERAL_MARGIN_FULL);overflow:auto;}.comp-breadcrumb__list{display:flex;column-gap:8px;}.comp-breadcrumb__item{flex-shrink:0;}.comp-breadcrumb__item + .comp-breadcrumb__item{display:flex;align-items:center;column-gap:8px;}.comp-breadcrumb__item + .comp-breadcrumb__item::before{content:'';position:relative;bottom:0.1em;width:24px;height:24px;background-color:var(--GENERAL_COLOR_PRIMARY_TINT_2);mask:url('/files/svg/components/icon-arrow.svg') no-repeat center;}.comp-breadcrumb__link{color:var(--GENERAL_COLOR_PRIMARY_TINT_2);font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);transition:color var(--GENERAL_TRANSITION);}.comp-breadcrumb__link[aria-current="page"]{color:var(--GENERAL_COLOR_PRIMARY);}.comp-breadcrumb__link:hover{color:var(--GENERAL_COLOR_PRIMARY);}@media print,screen and (min-width: 768px){.comp-breadcrumb{padding-block:16px;}.comp-breadcrumb__inner{margin-right:unset;overflow:unset;}.comp-breadcrumb__list{flex-wrap:wrap;row-gap:8px;}}.comp-content > :first-child{margin-top:0;}.comp-content > :last-child{margin-bottom:0;}.comp-section{padding-block:80px;}.comp-section > :first-child{margin-top:0;}.comp-section > :last-child{margin-bottom:0;}.comp-section:not(.comp-section--fill) + .comp-section:not(.comp-section--fill){padding-top:0;}.comp-section .custom:first-child > :first-child{margin-top:0;}.comp-section--fill{--color:var(--GENERAL_COLOR_GRAY_LIGHT);border-image-source:linear-gradient(var(--color),var(--color));border-image-slice:fill 0;border-image-width:1;border-image-outset:0 100vw;}.comp-section--fill + .comp-section--fill{padding-top:0;}.comp-section--full{margin-inline:var(--GENERAL_MARGIN_FULL);}.comp-section--article .comp-text{margin-top:32px;}.comp-section--article .comp-text + .comp-text{margin-top:8px;}.comp-section--article .comp-media{margin-top:40px;}@media print,screen and (min-width: 768px){.comp-section{padding-block:160px;}.comp-section--article .comp-text{margin-top:64px;}.comp-section--article .comp-media{margin-top:64px;}}.comp-grid{--gap-x:32px;--gap-y:40px;display:flex;flex-wrap:wrap;row-gap:var(--gap-y);margin:80px calc(var(--gap-x) / 2 * -1) 0;}.comp-grid > *{padding-inline:calc(var(--gap-x) / 2);}.comp-grid > * > :first-child{margin-top:0;}.comp-grid > * > :last-child{margin-bottom:0;}.comp-grid--gap-x-sm{--gap-x:25px;}.comp-grid--gap-x-xs{--gap-x:20px;}.comp-grid--gap-y-sm{--gap-y:32px;}@media print,screen and (min-width: 768px){.comp-grid{--gap-y:80px;}.comp-grid--gap-y-sm{--gap-y:25px;}}.comp-button{display:inline-block;min-width:150px;max-width:318px;border:2px solid var(--GENERAL_COLOR_SECONDARY);border-radius:100vmax;padding:8px 40px;font-size:1.4rem;text-align:center;transition:background-color var(--GENERAL_TRANSITION);}.comp-button__text{font-size:1.4rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);color:var(--GENERAL_COLOR_SECONDARY);transition:color var(--GENERAL_TRANSITION);}@media print,screen and (min-width: 768px){.comp-button{min-width:212px;max-width:432px;padding:10px 56px;}.comp-button__text{font-size:2rem;}}@media (hover: hover){.comp-button:hover{background-color:var(--GENERAL_COLOR_SECONDARY);}.comp-button:hover .comp-button__text{color:var(--GENERAL_COLOR_BASE);}}.comp-button-layout{display:flex;flex-direction:column;flex-wrap:wrap;align-items:flex-start;gap:32px;margin-top:32px;}.comp-button-layout--center{justify-content:center;align-items:center;}.comp-button-layout--end{justify-content:flex-end;align-items:flex-end;}@media print,screen and (min-width: 768px){.comp-button-layout{flex-direction:row;align-items:center;margin-top:48px;}}.comp-text{margin-top:32px;}.comp-text + .comp-text{margin-top:16px;}.comp-media-layout-simple .comp-text + .comp-text{margin-top:8px;}.comp-text--lg{font-size:1.7rem;}@media print,screen and (min-width: 768px){.comp-text{margin-top:64px;}}.comp-text-lead{margin-block:80px 24px;font-size:2.4rem;color:var(--GENERAL_COLOR_PRIMARY);}@media print,screen and (min-width: 768px){.comp-text-lead{margin-bottom:32px;font-size:3.2rem;}}.comp-box{display:flex;flex-direction:column;row-gap:24px;height:100%;border:1px solid var(--GENERAL_COLOR_PRIMARY);border-radius:10px;padding:40px 24px;background-color:var(--GENERAL_COLOR_BASE);}.comp-box__heading{display:flex;flex-direction:column;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-box__title{font-size:2rem;color:var(--GENERAL_COLOR_PRIMARY);}.comp-box__subtitle{font-size:1.2rem;color:var(--GENERAL_COLOR_SECONDARY);}.comp-box__content{font-size:1.7rem;}.comp-box__content > :first-child{margin-top:0;}.comp-box__content > :last-child{margin-bottom:0;}@media print,screen and (min-width: 768px){.comp-box{padding:40px;}.comp-box__title{font-size:3.2rem;}.comp-box__subtitle{font-size:1.4rem;}}@media print{.comp-box{break-inside:avoid;}}.comp-box-search{--color:var(--GENERAL_COLOR_LILAC_LIGHT);display:grid;row-gap:16px;padding:40px 12px;border-image-source:linear-gradient(var(--color),var(--color));border-image-slice:fill 0;border-image-width:1;border-image-outset:0 100vw;}.comp-box-search__heading{color:var(--GENERAL_COLOR_PRIMARY);font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-box-search__group{display:grid;row-gap:16px;}.comp-box-search__search .p-transition__search{margin:unset;}.comp-box-search__search .p-transition__search-input{height:56px;padding:16px 64px 16px 24px;background-color:var(--GENERAL_COLOR_BASE);border-radius:5px;transform:unset;}.comp-box-search__search .p-transition__search-input::placeholder{visibility:hidden;}.comp-box-search__search .p-transition__search-trigger{right:24px;align-items:center;width:unset;}.comp-box-search__search .p-transition__search-button{width:24px;height:24px;background:url('/files/svg/components/icon-search.svg') no-repeat center / contain;}.comp-box-search__search .p-transition__search-button::before{content:unset;}.comp-box-search__buttons{display:flex;flex-direction:column;row-gap:16px;}.comp-box-search__button{padding:6px 24px;background-color:var(--GENERAL_COLOR_SECONDARY);border:2px solid var(--GENERAL_COLOR_SECONDARY);border-radius:5px;color:var(--GENERAL_COLOR_BASE);font-size:1.7rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);text-align:center;transition:background-color var(--GENERAL_TRANSITION), color var(--GENERAL_TRANSITION);}.comp-box-search__panels{display:grid;grid-template-columns:repeat(2,1fr);column-gap:15px;}.comp-box-search__panel{display:flex;flex-direction:column-reverse;align-items:center;justify-content:center;row-gap:8px;padding:16px;background-color:var(--GENERAL_COLOR_BASE);border-radius:5px;transition:background-color var(--GENERAL_TRANSITION);}.comp-box-search__panel-text{color:var(--GENERAL_COLOR_PRIMARY);font-size:1.7rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);text-align:center;transition:color var(--GENERAL_TRANSITION);}.comp-box-search__panel-image{width:auto;max-height:40px;}@media print,screen and (min-width: 992px){.comp-box-search{grid-template-columns:repeat(2,1fr);column-gap:32px;padding:56px 0;}.comp-box-search__group{row-gap:24px;}.comp-box-search__search .p-transition__search-input{height:60px;}.comp-box-search__search .p-transition__search-button{width:28px;height:28px;background:url('/files/svg/components/icon-search.svg') no-repeat center / contain;}.comp-box-search__heading{font-size:2.4rem;}.comp-box-search__buttons{flex-direction:row;column-gap:16px;}.comp-box-search__button{display:flex;align-items:center;justify-content:center;min-width:calc(35.243055555556%);padding:8px 12px;font-size:2rem;}.comp-box-search__button--fill{flex:1;}.comp-box-search__panels{column-gap:32px;}.comp-box-search__panel{padding:32px;border-radius:10px;}.comp-box-search__panel-text{font-size:2.4rem;}.comp-box-search__panel-image{max-height:80px;}}@media (hover: hover){.comp-box-search__button:hover{background-color:var(--GENERAL_COLOR_BASE);color:var(--GENERAL_COLOR_SECONDARY);}.comp-box-search__panel:hover{background-color:var(--GENERAL_COLOR_SECONDARY);}.comp-box-search__panel:hover .comp-box-search__panel-text{color:var(--GENERAL_COLOR_BASE);}.comp-box-search__panel:hover .comp-box-search__panel-image{filter:brightness(0) invert(1);}}.comp-box-link{display:block;height:100%;border-radius:10px;background-color:#f6f6f6;}.comp-box-link__inner{display:flex;flex-direction:column;justify-content:center;row-gap:24px;height:inherit;padding:24px;font-size:1.7rem;}.comp-box-link__title{display:flex;align-items:center;column-gap:16px;position:relative;transition:color var(--GENERAL_TRANSITION);}.comp-box-link__title::before{content:"";position:relative;top:-0.1em;width:32px;height:32px;border-radius:100vmax;background-color:var(--GENERAL_COLOR_SECONDARY);flex-shrink:0;transition:transform var(--GENERAL_TRANSITION);}.comp-box-link__title::after{content:"";position:absolute;top:calc(50% - .2em);left:14px;width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;border-color:var(--GENERAL_COLOR_BASE);rotate:-45deg;transform:translateY(-50%);transition:transform var(--GENERAL_TRANSITION);}@media print,screen and (min-width: 768px){.comp-box-link__inner{padding:40px;}.comp-box-link__inner:has(.comp-box-link__title:only-child){padding:24px;}.comp-box-link__title{font-size:2rem;}.comp-box-link__title::before{width:40px;height:40px;}.comp-box-link__title::after{left:18px;}.comp-box-link__title:only-child{font-size:1.7rem;}.comp-box-link__title:only-child::before{width:32px;height:32px;}.comp-box-link__title:only-child::after{left:14px;}}@media (hover: hover){.comp-box-link:hover .comp-box-link__title{color:var(--GENERAL_COLOR_PRIMARY);}.comp-box-link:hover .comp-box-link__title::before{transform:translateX(8px);}.comp-box-link:hover .comp-box-link__title::after{transform:translate(6px,2px);}}.comp-box-icon{margin-top:80px;padding:32px 16px;background-color:var(--GENERAL_COLOR_GRAY_LIGHT);border-radius:10px;}.comp-box-icon__heading{display:flex;align-items:center;column-gap:24px;margin-bottom:32px;color:var(--GENERAL_COLOR_PRIMARY);font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);line-height:var(--GENERAL_LINE_HEIGHT_TIGHT);}.comp-box-icon__heading::before{content:'';flex-shrink:0;width:43px;height:48px;background:url('/files/svg/components/icon-trophy.svg') no-repeat center / contain;}.comp-box-icon__list{display:grid;row-gap:16px;}.comp-box-icon__list-item{position:relative;padding-left:22px;font-size:1.7rem;}.comp-box-icon__list-item::before{content:'';position:absolute;top:.8em;left:0;width:6px;height:6px;background-color:var(--GENERAL_COLOR_PRIMARY);border-radius:50%;}.comp-box-icon__list-dt{font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}@media print,screen and (min-width: 768px){.comp-box-icon{padding:48px 64px;}.comp-box-icon__heading{margin-bottom:40px;font-size:3.2rem;}.comp-box-icon__heading::before{width:57px;height:64px;}}.comp-list{display:flex;flex-direction:column;row-gap:16px;margin-top:32px;}.comp-list .comp-list,.comp-list .comp-list-number{margin-top:16px;}.comp-list__item{position:relative;padding-left:22px;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-list__item::before{content:"";display:block;position:absolute;top:0.7em;left:0;width:6px;height:6px;border-radius:100vmax;background-color:var(--GENERAL_COLOR_PRIMARY);}.comp-modal__content .comp-list__item{font-size:1.7rem;}@media print,screen and (min-width: 768px){.comp-list{margin-top:40px;}}.comp-list-number{display:grid;grid-template-columns:auto 1fr;row-gap:16px;margin-top:32px;}.comp-list-number .comp-list-number,.comp-list-number .comp-list{margin-top:16px;}.comp-list-number__item{display:grid;grid-template-columns:subgrid;grid-column:span 2;column-gap:8px;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-list-number__mark{color:var(--GENERAL_COLOR_PRIMARY);}@media print,screen and (min-width: 768px){.comp-list-number{margin-top:40px;}}.comp-list-note{display:grid;grid-template-columns:auto 1fr;row-gap:8px;margin-top:16px;}.comp-list-note__item{display:grid;grid-template-columns:subgrid;grid-column:span 2;column-gap:8px;font-size:1.2rem;font-weight:var(--GENERAL_FONT_WEIGHT_NORMAL);}@media print,screen and (min-width: 768px){.comp-list-note__item{font-size:1.4rem;}}.comp-list-news{margin-top:32px;}.comp-list-news__link{display:flex;flex-direction:column;row-gap:24px;border-bottom:1px solid var(--GENERAL_COLOR_LILAC_LIGHT);padding-bottom:32px;}.comp-list-news__item + .comp-list-news__item .comp-list-news__link{padding-top:32px;}.comp-list-news__head{display:flex;flex-wrap:wrap;align-items:center;gap:8px 24px;}.comp-list-news__date{color:#7f7f7f;font-size:1.5rem;}.comp-list-news__label{border-radius:100vmax;padding-inline:32px;background-color:var(--GENERAL_COLOR_GRAY_LIGHT);color:var(--GENERAL_COLOR_SECONDARY);font-size:1.3rem;}.comp-list-news__body{display:flex;flex-direction:row-reverse;justify-content:flex-end;column-gap:12px;transition:color var(--GENERAL_TRANSITION);}.comp-list-news__body::after{content:"";display:block;position:relative;top:.5em;width:9px;height:12px;background-image:url('/files/svg/components/icon-caret.svg');background-size:cover;flex-shrink:0;}.comp-list-news__body:has(.comp-icon)::after{content:unset;}@media print,screen and (min-width: 768px){.comp-list-news{margin-top:80px;}.comp-list-news__body::after{width:12px;height:16px;}}@media (hover: hover){.comp-list-news__link:hover .comp-list-news__body{color:var(--GENERAL_COLOR_SECONDARY);}}.comp-list-description{display:grid;row-gap:16px;margin-top:80px;}.comp-list-description__item{font-size:2rem;}.comp-list-description__dd{font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-list-description__dd + .comp-list-description__dd{margin-top:8px;}.comp-modal__content .comp-list-description__item{font-size:1.7rem;}.comp-modal__content .comp-list-description__dt{font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}@media print,screen and (min-width: 768px){.comp-list-description{grid-template-columns:fit-content(40%) 1fr;}.comp-list-description__item{display:grid;grid-template-columns:subgrid;grid-column:span 2;column-gap:32px;}.comp-list-description__dt{min-width:260px;}.comp-list-description__dd{grid-column:0.66666666666667;}.comp-modal__content .comp-list-description__dt{min-width:130px;}}.comp-heading-lv1{display:flex;flex-direction:column-reverse;position:relative;background-color:var(--GENERAL_COLOR_PRIMARY);margin-inline:var(--GENERAL_MARGIN_FULL);}.comp-heading-lv1__inner{display:flex;flex-direction:column;row-gap:24px;padding:48px var(--GENERAL_GUTTER_CONTENT) 80px;color:var(--GENERAL_COLOR_BASE);font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-heading-lv1__title{font-size:2.8rem;font-weight:inherit;}.comp-heading-lv1__text{font-size:1.7rem;}.comp-heading-lv1__image{height:156px;object-fit:cover;border-radius:0 0 0 100vmax;}@media print,screen and (min-width: 992px){.comp-heading-lv1{flex-direction:row;min-height:450px;}.comp-heading-lv1__inner{flex-direction:row;align-items:center;column-gap:80px;width:100%;padding:0 clamp(80px,calc(10vw - 26px),128px);z-index:1;}.comp-heading-lv1__title{width:57%;padding:80px 160px 80px 0;font-size:3.2rem;text-shadow:0 4px 5px rgba(0,0,0,0.16);}.comp-heading-lv1__text{flex:1;font-size:2rem;}.comp-heading-lv1__image{position:absolute;left:0;width:56%;height:100%;border-radius:0 100vmax 0 0;}}@media print,screen and (min-width: 1488px){.comp-heading-lv1__title{padding-right:200px;font-size:4.8rem;}}@media print{.comp-heading-lv1{margin-inline:0;}}.comp-heading-lv1-simple{position:relative;margin-inline:var(--GENERAL_MARGIN_FULL);padding:16px var(--GENERAL_GUTTER_CONTENT) 64px;background-color:var(--GENERAL_COLOR_LILAC_LIGHT);}.comp-heading-lv1-simple::before{content:"";position:absolute;right:var(--GENERAL_GUTTER_CONTENT);width:158px;height:158px;background-image:url('/files/svg/components/logo-heading.svg');background-size:cover;}.comp-heading-lv1-simple__title{position:relative;paint-order:stroke;-webkit-text-stroke:4px var(--GENERAL_COLOR_LILAC_LIGHT);font-size:2.8rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);color:var(--GENERAL_COLOR_PRIMARY);}@media (max-width: 767px){.comp-heading-lv1-simple::before{margin-left:auto;}.comp-heading-lv1-simple__title{margin-top:124px;}}@media print,screen and (min-width: 768px){.comp-heading-lv1-simple{display:flex;justify-content:flex-start;align-items:center;min-height:400px;padding:0 clamp(80px,calc(10vw - 26px),128px);}.comp-heading-lv1-simple::before{right:0;width:400px;height:400px;}.comp-heading-lv1-simple__title{padding-block:80px;font-size:clamp(3.2rem,3vw,4.8rem);}}@media print{.comp-heading-lv1-simple{margin-inline:0;}}.comp-heading-lv2{display:flex;flex-direction:column;margin-block:80px 40px;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-heading-lv2__title{font-size:2.6rem;color:var(--GENERAL_COLOR_PRIMARY);line-height:var(--GENERAL_LINE_HEIGHT_TIGHT);}.comp-heading-lv2__subtitle{color:var(--GENERAL_COLOR_SECONDARY);line-height:var(--GENERAL_LINE_HEIGHT);}@media print,screen and (min-width: 768px){.comp-heading-lv2{margin-block:160px 80px;}.comp-heading-lv2__title{font-size:4.8rem;}}.comp-heading-lv3{display:flex;flex-direction:column;row-gap:10px;margin-block:40px 32px;font-size:2.2rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);color:var(--GENERAL_COLOR_PRIMARY);line-height:var(--GENERAL_LINE_HEIGHT_TIGHT);}.comp-heading-lv3::after{content:"";display:block;width:48px;height:4px;background:linear-gradient(to right,var(--GENERAL_COLOR_PRIMARY),var(--GENERAL_COLOR_PRIMARY) 50%,var(--GENERAL_COLOR_SECONDARY) 50%,var(--GENERAL_COLOR_SECONDARY) 100%);}@media print,screen and (min-width: 768px){.comp-heading-lv3{margin-block:80px 40px;font-size:3.2rem;}}.comp-heading-lv4{margin-block:32px;color:var(--GENERAL_COLOR_PRIMARY);font-size:2rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);line-height:var(--GENERAL_LINE_HEIGHT_TIGHT);}@media print,screen and (min-width: 768px){.comp-heading-lv4{margin-top:40px;font-size:2.4rem;}}.comp-heading-article{margin-block:80px 24px;font-size:2.4rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);color:var(--GENERAL_COLOR_PRIMARY);}.comp-heading-article + *[class]{margin-top:0;}@media print,screen and (min-width: 768px){.comp-heading-article{margin-bottom:32px;font-size:3.2rem;}}.comp-link{display:inline-flex;column-gap:16px;position:relative;margin-top:32px;}.comp-link::before{content:"";display:block;position:relative;top:-0.1em;width:40px;height:40px;border-radius:100vmax;background-color:var(--GENERAL_COLOR_SECONDARY);flex-shrink:0;transition:transform var(--GENERAL_TRANSITION);}.comp-link::after{content:"";display:block;position:absolute;top:14px;left:15px;width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;border-color:var(--GENERAL_COLOR_BASE);transform:rotate(-45deg);transition:transform var(--GENERAL_TRANSITION);}.comp-link__text{font-size:2rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);transition:color var(--GENERAL_TRANSITION);}@media print,screen and (min-width: 768px){.comp-link{margin-top:40px;}}@media (hover: hover){.comp-link:hover .comp-link__text{color:var(--GENERAL_COLOR_PRIMARY);}.comp-link:hover::before{transform:translateX(8px);}.comp-link:hover::after{transform:translateX(8px) rotate(-45deg);}}.comp-link-list{display:flex;flex-direction:column;row-gap:16px;margin-top:32px;}.comp-link-list__item .comp-link{margin-top:0;}@media print,screen and (min-width: 768px){.comp-link-list{row-gap:32px;margin-top:40px;}}.comp-link-text{text-decoration:underline;color:var(--GENERAL_COLOR_SECONDARY);}@media (hover: hover){.comp-link-text:hover{text-decoration:none;color:var(--GENERAL_COLOR_SECONDARY);}}.comp-link-simple{display:flex;justify-content:flex-start;column-gap:12px;margin-top:16px;}.comp-link-simple::before{content:"";display:block;position:relative;top:.5em;width:9px;height:12px;background-image:url(/files/svg/components/icon-caret.svg);background-size:cover;flex-shrink:0;}.comp-link-simple--lg{font-size:1.7rem;}.comp-link-simple + *[class]{margin-top:16px;}@media print,screen and (min-width: 768px){.comp-link-simple::before{width:12px;height:16px;}}@media (hover: hover){.comp-link-simple:hover{text-decoration:underline;}}.comp-link-simple-list{display:flex;flex-direction:column;row-gap:16px;margin-top:16px;}.comp-link-simple-list .comp-link-simple{margin-top:0;}.comp-link-simple-list + *[class]{margin-top:16px;}.comp-link-caution{display:inline-flex;column-gap:8px;margin-top:40px;}.comp-link-caution::before{content:"";display:block;position:relative;top:-0.1em;width:25px;height:25px;background-image:url('/files/svg/components/icon-caution.svg');flex-shrink:0;}@media print,screen and (min-width: 768px){.comp-link-caution::before{top:.2em;}}@media (hover: hover){.comp-link-caution:hover{text-decoration:underline;}}.comp-link-caution-list{display:flex;flex-direction:column;row-gap:16px;margin-top:40px;}.comp-link-caution-list__item .comp-link-caution{margin-top:0;}@media print,screen and (min-width: 768px){.comp-link-caution-list{row-gap:24px;}}.comp-link-anchor{display:grid;row-gap:24px;margin-top:40px;}.comp-link-anchor__col{display:contents;}.comp-link-anchor__item{border-bottom:1px solid var(--GENERAL_COLOR_PRIMARY_TINT_2);}.comp-link-anchor__link{display:flex;align-items:center;column-gap:16px;padding-bottom:24px;font-size:1.7rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);transition:color var(--GENERAL_TRANSITION);}.comp-link-anchor__label{color:var(--GENERAL_COLOR_PRIMARY);}.comp-link-anchor__text{flex:1;position:relative;display:grid;column-gap:16px;grid-template-columns:1fr auto;align-items:center;}.comp-link-anchor__text::before,.comp-link-anchor__text::after{content:"";position:relative;grid-area:1 / 2 / 2 / 3;margin:auto;}.comp-link-anchor__text::before{width:34px;height:34px;background-color:var(--GENERAL_COLOR_SECONDARY);border-radius:100vmax;}.comp-link-anchor__text::after{bottom:1px;width:8px;height:8px;border-right:solid;border-bottom:solid;border-width:2px;border-color:var(--GENERAL_COLOR_BASE);rotate:45deg;}@media print,screen and (min-width: 768px){.comp-link-anchor{grid-template-columns:repeat(2,1fr);grid-auto-flow:dense;gap:24px 32px;font-size:2rem;}.comp-link-anchor__col:nth-child(1) .comp-link-anchor__item{grid-column:1 / 2;}.comp-link-anchor__col:nth-child(2) .comp-link-anchor__item{grid-column:2 / 3;}.comp-link-anchor__link{height:100%;}.comp-link-anchor__text::before{width:40px;height:40px;}}@media (hover: hover){.comp-link-anchor__link:hover{color:var(--GENERAL_COLOR_PRIMARY);}}.comp-media{display:flex;flex-direction:column-reverse;align-items:center;row-gap:16px;margin-top:80px;}.comp-media__caption{text-align:center;}.comp-media__image{width:100%;}.comp-media__image-item{width:100%;border-radius:10px;}.comp-media-layout{display:flex;flex-direction:column-reverse;gap:32px;margin-top:80px;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-media-layout__content > :first-child,.comp-media-layout__image > :first-child{margin-top:0;}.comp-media-layout__content > :last-child,.comp-media-layout__image > :last-child{margin-bottom:0;}.comp-media-layout__content{font-size:1.7rem;}@media print,screen and (min-width: 768px){.comp-media-layout{flex-direction:row-reverse;align-items:center;column-gap:48px;}.comp-media-layout__content{flex:1;}.comp-media-layout__image{width:59%;}}.comp-media-layout-simple{display:flex;flex-direction:column-reverse;gap:32px;margin-top:80px;}.comp-media-layout-simple__content > :first-child,.comp-media-layout-simple__image > :first-child{margin-top:0;}.comp-media-layout-simple__content > :last-child,.comp-media-layout-simple__image > :last-child{margin-bottom:0;}@media (max-width: 767px){.comp-heading-lv2 + .comp-media-layout-simple{margin-top:40px;}}@media print,screen and (min-width: 768px){.comp-media-layout-simple{flex-direction:row-reverse;}.comp-media-layout-simple__content,.comp-media-layout-simple__image{width:50%;}}.comp-panel{display:flex;flex-direction:column-reverse;row-gap:32px;}.comp-panel__content{display:flex;flex-direction:column;row-gap:24px;}.comp-panel__title{display:flex;column-gap:12px;position:relative;font-size:1.7rem;}.comp-panel__title::before{content:"";display:block;position:relative;top:-0.3em;width:40px;height:40px;border-radius:100vmax;background-color:var(--GENERAL_COLOR_SECONDARY);flex-shrink:0;transition:transform var(--GENERAL_TRANSITION);}.comp-panel__title::after{content:"";display:block;position:absolute;top:11px;left:15px;width:8px;height:8px;border-right:2px solid;border-bottom:2px solid;border-color:var(--GENERAL_COLOR_BASE);transform:rotate(-45deg);transition:transform var(--GENERAL_TRANSITION);}.comp-panel__text{font-size:1.7rem;}.comp-panel__image{width:100%;border-radius:10px;}@media print,screen and (min-width: 768px){.comp-panel__title{font-size:2rem;}.comp-panel__title::before{top:-0.1em;}.comp-panel__title::after{top:14px;}}@media (hover: hover){.comp-panel:hover .comp-panel__title{color:var(--GENERAL_COLOR_PRIMARY);}.comp-panel:hover .comp-panel__title::before{transform:translateX(8px);}.comp-panel:hover .comp-panel__title::after{transform:translateX(8px) rotate(-45deg);}}.comp-card{display:flex;flex-direction:column-reverse;row-gap:32px;}.comp-card__content{display:flex;flex-direction:column;row-gap:24px;}.comp-card__title{font-size:2rem;}.comp-card__subtitle{font-size:1.7rem;}.comp-card__button{min-width:150px;max-width:318px;border:2px solid var(--GENERAL_COLOR_SECONDARY);border-radius:100vmax;padding:8px 40px;margin-left:auto;color:var(--GENERAL_COLOR_SECONDARY);font-size:1.7rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);text-align:center;transition:background-color var(--GENERAL_TRANSITION), color var(--GENERAL_TRANSITION);}.comp-card__image{width:100%;border-radius:10px;}@media (hover: hover){.comp-card__button:hover{background-color:var(--GENERAL_COLOR_SECONDARY);color:var(--GENERAL_COLOR_BASE);}}.comp-icon{margin-left:8px;color:currentColor;}.comp-link__text .comp-icon{color:var(--GENERAL_COLOR_SECONDARY);}.comp-link-caution__text .comp-icon{color:var(--GENERAL_COLOR_SECONDARY);}.comp-link-text .comp-icon{margin-right:8px;}.comp-link-simple .comp-icon{color:var(--GENERAL_COLOR_SECONDARY);}.comp-list-news__body .comp-icon{position:relative;top:.5em;margin-left:0;color:var(--GENERAL_COLOR_SECONDARY);}.unique-about-catch__link .comp-icon{margin-right:8px;color:var(--GENERAL_COLOR_SECONDARY);}.comp-modal{--gutter-x:32px;--gutter-y:40px;--padding-y:40px;width:calc(100% - var(--gutter-x) * 2);max-width:762px;max-height:calc(100vh - var(--gutter-y) * 2);border-radius:10px;box-shadow:0 0 4px rgba(0,0,0,0.25);overflow:visible;}.comp-modal::backdrop{background-color:#333;opacity:.5;}.comp-modal__inner{padding-block:var(--padding-y);}.comp-modal__content{max-height:calc(100vh - var(--gutter-y) * 2 - var(--padding-y) * 2);padding-inline:16px;overflow:auto;}.comp-modal__content > :first-child{margin-top:0;}.comp-modal__content > :last-child{margin-bottom:0;}.comp-modal__heading{margin-top:16px;font-size:2rem;font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-modal__heading + *{margin-top:16px;}.comp-modal__close{position:absolute;top:0;right:0;width:32px;height:32px;translate:50% -50%;border-radius:100vmax;padding:10px;background-color:var(--GENERAL_COLOR_PRIMARY);text-align:left;}.comp-modal__close::before,.comp-modal__close::after{content:"";position:absolute;top:15px;width:12px;height:2px;background-color:var(--GENERAL_COLOR_BASE);}.comp-modal__close::before{rotate:45deg;}.comp-modal__close::after{rotate:-45deg;}.comp-modal__close-text{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px);}@media print,screen and (min-width: 768px){.comp-modal{--gutter-x:80px;--gutter-y:80px;--padding-y:80px;}.comp-modal__content{padding-inline:120px;}.comp-modal__heading{margin-top:4rem;font-size:2.4rem;}.comp-modal__heading + *{margin-top:24px;}}@media (scripting: none){.comp-modal{width:100%;}.comp-modal__content{padding-inline:16px;}.comp-modal__close{display:none;}.js-modal-trigger{display:none;}}.comp-tab{display:flex;flex-direction:column;row-gap:80px;margin-top:40px;}.comp-tab__list{display:flex;flex-wrap:wrap;gap:24px 32px;}.comp-tab__list-button{position:relative;padding-bottom:8px;font-size:1.7rem;}.comp-tab__list-button[aria-selected="true"]{color:var(--GENERAL_COLOR_SECONDARY);font-weight:var(--GENERAL_FONT_WEIGHT_BOLD);}.comp-tab__list-button[aria-selected="true"]::after{content:"";position:absolute;left:0;bottom:0;width:100%;height:3px;border-radius:100vmax;background-color:currentColor;}.comp-tab__panel > :first-child{margin-top:0;}.comp-tab__panel > :last-child{margin-bottom:0;}@media print,screen and (min-width: 768px){.comp-tab{margin-top:80px;}.comp-tab__list{gap:32px 64px;}.comp-tab__list-button{font-size:2rem;}}@media (hover: hover){.comp-tab__list-button:hover{color:var(--GENERAL_COLOR_SECONDARY);}}