.link{display:flex;width:fit-content;color:var(--link-color, var(--color-primary-grey));transition:color .3s;align-items:center;gap:.5rem}.link .link__icon{width:1rem;height:1rem;transform:rotate(var(--link-icon-rotate, 0deg));stroke:var(--link-color, var(--color-primary-grey));transition:stroke .3s,transform .3s}@media (hover: hover){.link:hover{color:var(--link-hover-color, var(--color-bright-blue))}.link:hover .link__icon{stroke:var(--link-hover-color, var(--color-bright-blue))}}.link.link--blue{--link-color: var(--color-primary-blue)}.link.link--reverse{flex-direction:row-reverse}.link.link--secondary-grey{--link-color: var(--color-secondary-grey)}.reg-steps .reg-steps__list{--reg-steps-pad-x: 0;position:relative;display:flex;justify-content:space-between;padding-bottom:1.125rem}.reg-steps .reg-steps__list:before{content:"";border:1px dashed var(--color-light-grey);position:absolute;inset:1rem 0 auto}@media (min-width: 768px){.reg-steps .reg-steps__list{--reg-steps-pad-x: 1.5rem;padding-bottom:0}.reg-steps .reg-steps__list:before{top:50%}}@media (min-width: 1280px){.reg-steps .reg-steps__list{--reg-steps-pad-x: 2rem;width:fit-content;column-gap:4rem}}.reg-steps .reg-steps__item{background:var(--color-light-blue);color:var(--color-light-grey);position:relative;display:inline-flex;align-items:center;column-gap:.75rem;padding:0 .5rem}.reg-steps .reg-steps__item:first-of-type{--reg-steps-title-left: 0;--reg-steps-title-transform: none;padding-left:var(--reg-steps-pad-x)}.reg-steps .reg-steps__item:last-of-type{--reg-steps-title-left: 100%;--reg-steps-title-transform: translateX(-100%);padding-right:var(--reg-steps-pad-x)}.reg-steps .reg-steps__active,.reg-steps .reg-steps__icon,.reg-steps .reg-steps__count{background:var(--color-white);border-radius:4px;width:2.125rem;line-height:2.125rem;text-align:center}@media (min-width: 768px){.reg-steps .reg-steps__active,.reg-steps .reg-steps__icon,.reg-steps .reg-steps__count{border-radius:.375rem;width:2.5rem;line-height:2.5rem}}.reg-steps .reg-steps__icon{fill:currentColor;height:auto;padding:.375rem}@media (min-width: 768px){.reg-steps .reg-steps__icon{padding:.5rem}}.reg-steps .reg-steps__active{background:var(--color-primary-blue);color:var(--color-white)}.reg-steps .reg-steps__active+.reg-steps__title{display:block;color:var(--color-secondary-grey)}.reg-steps .reg-steps__title{text-transform:uppercase;white-space:nowrap}@media (max-width: 767px){.reg-steps .reg-steps__title{display:none;position:absolute;top:2.5rem;left:var(--reg-steps-title-left, 50%);transform:var(--reg-steps-title-transform, translateX(-50%))}}.table .table__header{display:flex;align-items:baseline;gap:1.5rem;margin-bottom:1.5rem}@media (min-width: 1280px){.table .table__header{margin-bottom:.75rem}}.table .table__header-btn{margin-left:auto;width:1rem;height:1rem}@media (min-width: 1280px){.table .table__header-btn{display:none}}.table .table__header-btn.table__header-btn--open .table__header-icon{transform:rotate(0)}.table .table__header-icon{stroke:var(--color-secondary-grey);width:100%;height:100%;transform:rotate(180deg);transition:transform .3s}.table .table__title{flex-shrink:0}@media (min-width: 1280px){.table .table__title{padding-left:1rem;width:calc(40% - 1.5rem)}}.table .table__column-title{color:var(--color-light-grey);text-align:center;width:100%;display:none}@media (min-width: 1280px){.table .table__column-title{display:block}}.table .table__body-wrapper{width:100%;display:grid;overflow:hidden;transition:grid-template-rows .3s;grid-template-rows:1fr}.table .table__body-wrapper.table__body-wrapper--hidden{grid-template-rows:0fr}.table .table__body{overflow:hidden;display:flex;flex-direction:column;gap:1.5rem}@media (min-width: 1280px){.table .table__body{gap:.5rem}}.table .table__row{display:grid;grid-template-columns:repeat(2,1fr);width:100%;gap:.5rem .75rem}@media (min-width: 1280px){.table .table__row{display:flex;width:100%;gap:1.5rem}}.table .table__cell{display:flex;justify-content:center;align-items:center;width:100%;padding:.75rem;background-color:var(--color-light-blue);border-radius:.375rem}.table .table__cell:nth-of-type(1):nth-last-of-type(1){grid-column:span 2}.table .table__cell:nth-of-type(2):nth-last-of-type(1){grid-column:span 2}.table .table__cell.table__cell--not-selected{background-color:var(--color-blue-additional)}.table .table__cell-title{grid-column:span 2;flex-shrink:0;padding:0;color:var(--color-secondary-grey)}@media (min-width: 1280px){.table .table__cell-title{width:calc(40% - 1.5rem);border-radius:.375rem;background-color:var(--color-light-blue);padding:.75rem}}.table .table__cell-title.table__cell-title--link{color:var(--color-primary-blue)}.table .table__cell-icon{width:1.5rem;height:1.5rem;stroke:var(--color-primary-blue)}.table .table__cell-text{display:flex;justify-content:center;align-items:center;width:100%;padding:.75rem;background-color:var(--color-blue-additional);border-radius:.375rem;color:var(--color-primary-blue);text-align:center}.table .table__cell-text:nth-of-type(1):nth-last-of-type(1){grid-column:span 2}.table .table__cell-text:nth-of-type(2):nth-last-of-type(1){grid-column:span 2}.table .table__cell-text.table__cell-text--light-blue{background-color:var(--color-light-blue)}.table.table--in-content .table__title{width:100%}@media (min-width: 1280px){.table.table--in-content .table__title{padding-left:1rem}}.table.table--in-content .table__header-btn{display:none}.table.table--in-content .table__cell{padding:.375rem 1rem}.table.table--in-content .table__cell-title{padding:0}@media (min-width: 1280px){.table.table--in-content .table__cell-title{width:calc(50% - .75rem);padding:.75rem 1rem}}.table.table--in-content .table__cell-text{padding:.5625rem 1rem}@media (min-width: 1280px){.table.table--in-content .table__cell-text{width:calc(50% - .75rem);padding:.75rem 1rem}}@media (min-width: 1280px){.tables{display:flex;flex-direction:row}}.tables .tables__title{margin-bottom:1.5rem;padding-left:1.5rem}@media (min-width: 1280px){.tables .tables__title{margin-bottom:2rem;padding:0 2rem;width:25.5%}}.tables .tables__items{width:100%;background-color:var(--color-white);padding:1.5rem;border-radius:1rem;display:flex;flex-direction:column;gap:3rem}@media (min-width: 1280px){.tables .tables__items{padding:2rem;width:74.5%;gap:2rem}}
