.cols-3 .flex-container>div,.cols-3-spaced .flex-container>div{display:flex;width:32%}@media(max-width:830px){.cols-3 .flex-container>div,.cols-3-spaced .flex-container>div{width:48%}}@media(max-width:767px){.cols-3 .flex-container>div,.cols-3-spaced .flex-container>div{width:100%}}.cols-3 .flex-container>div>article,.cols-3-spaced .flex-container>div>article{flex-grow:1}.cols-2 .flex-container>div,.cols-2-spaced .flex-container>div{display:flex;width:48%}@media(max-width:767px){.cols-2 .flex-container>div,.cols-2-spaced .flex-container>div{width:100%}}.cols-2 .flex-container>div>article,.cols-2-spaced .flex-container>div>article{flex-grow:1}.cols-2 .flex-container>div>.secondary-cmp,.cols-2 .flex-container>div>.secondaryComponent,.cols-2-spaced .flex-container>div>.secondary-cmp,.cols-2-spaced .flex-container>div>.secondaryComponent{width:100%}.flex-container{display:flex;flex-wrap:wrap;gap:6px;margin:0 auto;max-width:1022px;padding:0}@media(max-width:767px){.flex-container{gap:8px}.flex-container>*{flex-grow:1}}.cols-2-spaced .flex-container,.cols-3-spaced .flex-container{gap:32px 6px}.flex-container--same-height>*{display:flex;flex-direction:column;height:auto}.flex-container--not-same-height>*{display:flex;flex-direction:row;height:100%}.cols-2 .flex-container.flex-container--center,.cols-2-spaced .flex-container.flex-container--center,.cols-3 .flex-container.flex-container--center,.cols-3-spaced .flex-container.flex-container--center,.flex-container--center{justify-content:center}.cols-2 .flex-container.flex-container--center>*,.cols-2-spaced .flex-container.flex-container--center>*,.cols-3 .flex-container.flex-container--center>*,.cols-3-spaced .flex-container.flex-container--center>*,.flex-container--center>*{align-items:center;justify-content:center}.cols-2 .flex-container.flex-container--flex-start,.cols-2-spaced .flex-container.flex-container--flex-start,.cols-3 .flex-container.flex-container--flex-start,.cols-3-spaced .flex-container.flex-container--flex-start,.flex-container--flex-start{justify-content:flex-start}.cols-2 .flex-container.flex-container--flex-start>*,.cols-2-spaced .flex-container.flex-container--flex-start>*,.cols-3 .flex-container.flex-container--flex-start>*,.cols-3-spaced .flex-container.flex-container--flex-start>*,.flex-container--flex-start>*{align-items:flex-start;justify-content:flex-start}.cols-2 .flex-container.flex-container--flex-end,.cols-2-spaced .flex-container.flex-container--flex-end,.cols-3 .flex-container.flex-container--flex-end,.cols-3-spaced .flex-container.flex-container--flex-end,.flex-container--flex-end{justify-content:flex-end}.cols-2 .flex-container.flex-container--flex-end>*,.cols-2-spaced .flex-container.flex-container--flex-end>*,.cols-3 .flex-container.flex-container--flex-end>*,.cols-3-spaced .flex-container.flex-container--flex-end>*,.flex-container--flex-end>*{align-items:flex-start;justify-content:flex-end}.cols-2 .flex-container.flex-container--space-between,.cols-2-spaced .flex-container.flex-container--space-between,.cols-3 .flex-container.flex-container--space-between,.cols-3-spaced .flex-container.flex-container--space-between,.flex-container--space-between{justify-content:space-between}.cols-2 .flex-container.flex-container--space-between>*,.cols-2-spaced .flex-container.flex-container--space-between>*,.cols-3 .flex-container.flex-container--space-between>*,.cols-3-spaced .flex-container.flex-container--space-between>*,.flex-container--space-between>*{align-items:center;justify-content:center}.cols-2 .flex-container.flex-container--space-evenly,.cols-2-spaced .flex-container.flex-container--space-evenly,.cols-3 .flex-container.flex-container--space-evenly,.cols-3-spaced .flex-container.flex-container--space-evenly,.flex-container--space-evenly{justify-content:space-evenly}.cols-2 .flex-container.flex-container--space-evenly>*,.cols-2-spaced .flex-container.flex-container--space-evenly>*,.cols-3 .flex-container.flex-container--space-evenly>*,.cols-3-spaced .flex-container.flex-container--space-evenly>*,.flex-container--space-evenly>*{align-items:center;justify-content:center}.flex-container--cd>*{justify-content:start!important}.flex-container.grid{grid-gap:32px 6px;display:grid;gap:32px 6px}@media(min-width:768px){.flex-container.grid{grid-template-columns:48% 48%}}.flex-container.grid>div>article{flex-grow:1}.flex-container.grid>div>.secondary-cmp,.flex-container.grid>div>.secondaryComponent{width:100%}.flex-container.grid--center{justify-content:center}.flex-container.grid--flex-start{justify-content:flex-start}.flex-container.grid--flex-end{justify-content:flex-end}.flex-container.grid--space-between{justify-content:space-between}.flex-container.grid--space-evenly{justify-content:space-evenly}@media(min-width:768px){.flex-container.four-elements{grid-template-rows:auto auto}.flex-container.four-elements :first-child{grid-column:1/span 1;grid-row:1/span 1}.flex-container.four-elements :nth-child(2){grid-column:2/span 1;grid-row:1/span 1}.flex-container.four-elements :nth-child(2)>article{height:100%}.flex-container.four-elements :nth-child(3){grid-column:1/span 1;grid-row:2/span 1}.flex-container.four-elements :nth-child(3)>article{height:100%}.flex-container.four-elements :last-child{grid-column:2/span 1;grid-row:2/span 1}.flex-container.three-elements--one-right{grid-template-rows:auto auto}.flex-container.three-elements--one-right :first-child,.flex-container.three-elements--one-right :last-child{grid-column:1/span 1}.flex-container.three-elements--one-right :nth-child(2){grid-column:2/span 1;grid-row:1/span 2}.flex-container.three-elements--one-right :nth-child(2)>article{height:100%}.flex-container.three-elements--one-left{grid-template-rows:auto auto}.flex-container.three-elements--one-left :first-child{grid-column:1/span 1;grid-row:1/span 2}.flex-container.three-elements--one-left :nth-child(2){grid-column:2/span 1}.flex-container.three-elements--one-left :nth-child(2)>article{height:100%}.flex-container.three-elements--one-left :last-child{grid-column:2/span 1;grid-row:2/span 1}.flex-container.three-elements--one-bottom{grid-template-rows:auto auto}.flex-container.three-elements--one-bottom :first-child{grid-column:1/span 1;grid-row:1/span 1}.flex-container.three-elements--one-bottom :last-child{grid-column:1/span 2;grid-row-start:2}.flex-container.three-elements--one-bottom :nth-child(2){grid-column:2/span 1;grid-row:1/span 1}.flex-container.three-elements--one-bottom :nth-child(2)>article{height:100%}.flex-container.two-elements--three-rows-up-all{grid-template-rows:auto auto}.flex-container.two-elements--three-rows-up-all :first-child{grid-column:1/span 1;grid-row:1/span 1}.flex-container.two-elements--three-rows-up-all :nth-child(2){grid-column:2/span 1;grid-row:1/span 2}.flex-container.two-elements--three-rows-up-all :nth-child(2)>article{height:100%}.flex-container.two-elements--all-three-rows-up{grid-template-rows:auto auto}.flex-container.two-elements--all-three-rows-up :first-child{grid-column:1/span 1;grid-row:1/span 2}.flex-container.two-elements--all-three-rows-up :first-child>article{height:100%}.flex-container.two-elements--all-three-rows-up :nth-child(2){grid-column:2/span 1;grid-row:1/span 1}.flex-container.two-elements--all-three-rows-bottom :first-child{grid-column:1/span 1;grid-row:1/span 6}.flex-container.two-elements--all-three-rows-bottom :first-child>article{height:100%}.flex-container.two-elements--all-three-rows-bottom :nth-child(2){grid-column:2/span 1;grid-row:4/span 3}.flex-container.two-elements--three-rows-bottom-all :first-child{grid-column:1/span 1;grid-row:4/span 3}.flex-container.two-elements--three-rows-bottom-all :nth-child(2){grid-column:2/span 1;grid-row:1/span 6}.flex-container.two-elements--three-rows-bottom-all :nth-child(2)>article{height:100%}.flex-container.two-elements--three-rows-both-left-top{grid-template-rows:auto auto}.flex-container.two-elements--three-rows-both-left-top :first-child{grid-column:1/span 1;grid-row-start:1}.flex-container.two-elements--three-rows-both-left-top :nth-child(2){grid-column:2/span 1;grid-row-start:2}.flex-container.two-elements--three-rows-both-left-top :nth-child(2)>article{height:100%}.flex-container.two-elements--three-rows-both-right-top{grid-template-rows:auto auto}.flex-container.two-elements--three-rows-both-right-top :first-child{grid-column:1/span 1;grid-row-start:2}.flex-container.two-elements--three-rows-both-right-top :nth-child(2){grid-column:2/span 1;grid-row-start:1}.flex-container.two-elements--three-rows-both-right-top :nth-child(2)>article{height:100%}.flex-container.two-elemets--three-columns-right-all{grid-template-rows:auto auto}.flex-container.two-elemets--three-columns-right-all :first-child{grid-column:2/span 1}.flex-container.two-elemets--three-columns-right-all :last-child{grid-column:1/span 2;grid-row-start:2}.flex-container.two-elemets--three-columns-left-all{grid-template-rows:auto auto}.flex-container.two-elemets--three-columns-left-all :first-child{grid-column:1/span 1}.flex-container.two-elemets--three-columns-left-all :last-child{grid-column:1/span 2;grid-row-start:2}}.flex-container--showdetails{align-items:center;color:#c85000;display:inline-flex;flex-direction:row;font-size:16px;font-weight:600;gap:6px;height:52px;justify-content:center;margin:0 auto;min-height:20px;width:auto!important}.flex-container--showdetails.disabled{display:none}.flex-container--showdetails>i,.flex-container--showdetails>i:before{color:#c85000;font-size:22px!important;transform:rotate(90deg)}.flex-container--showdetails:hover{color:#fa6400;cursor:pointer}.flex-container--showdetails:hover>i,.flex-container--showdetails:hover>i:before{color:#fa6400}.flex-container--showdetails:active,.flex-container--showdetails:focus{color:#c85000}@media(hover:none)and (pointer:coarse){.flex-container--showdetails:hover,.flex-container--showdetails:hover>i,.flex-container--showdetails:hover>i:before{color:#c85000}}
/*# sourceMappingURL=18.366fb081.chunk.css.map*/