@charset "UTF-8";html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,button,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}ul,ol{margin:0;padding:0;list-style:none}a{text-decoration:none}button{background:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;line-height:1}img{display:inline-block;margin:0;padding:0;max-width:100%;height:auto;line-height:0;vertical-align:text-bottom}iframe{max-width:100%}svg{max-width:100%;height:auto;overflow:visible}svg path{pointer-events:none}picture{display:block}.edit-page svg{width:50%;fill:#3645b0;-webkit-transition:fill .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:fill .5s ease-in-out,-webkit-transform .5s ease-in-out;transition:transform .5s ease-in-out,fill .5s ease-in-out;transition:transform .5s ease-in-out,fill .5s ease-in-out,-webkit-transform .5s ease-in-out}.edit-page span{font-size:0}.edit-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;top:50%;right:0;z-index:99999;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%);width:5rem;height:5rem;background:#fa9fa1;color:#3645b0;border-radius:50%;-webkit-transition:background .5s ease-in-out,-webkit-transform .5s ease-in-out,-webkit-box-shadow .5s ease-in-out;transition:background .5s ease-in-out,-webkit-transform .5s ease-in-out,-webkit-box-shadow .5s ease-in-out;transition:transform .5s ease-in-out,background .5s ease-in-out,box-shadow .5s ease-in-out;transition:transform .5s ease-in-out,background .5s ease-in-out,box-shadow .5s ease-in-out,-webkit-transform .5s ease-in-out,-webkit-box-shadow .5s ease-in-out}.edit-page:hover{-webkit-transform:translate(50%,-50%) scale(2.4);transform:translate(50%,-50%) scale(2.4);background:#3645b0;-webkit-box-shadow:0 .05625rem .10625rem -1.25rem rgba(0,0,0,.471),0 .15625rem .3rem -1.25rem rgba(0,0,0,.493),0 .375rem .71875rem -1.25rem rgba(0,0,0,.528),0 1.25rem 2.375rem -1.25rem rgba(0,0,0,.65);box-shadow:0 .05625rem .10625rem -1.25rem #00000078,0 .15625rem .3rem -1.25rem #0000007e,0 .375rem .71875rem -1.25rem #00000087,0 1.25rem 2.375rem -1.25rem #000000a6}.edit-page:hover svg{-webkit-transform:translateX(-50%) scale(.5);transform:translate(-50%) scale(.5);fill:#fa9fa1}.edit-page:active svg{fill:#f2db09}.overlay-grid{position:fixed;inset:0;width:100%;height:100vh;background:#fff;z-index:9999;pointer-events:none;opacity:0;visibility:hidden;-webkit-transition:opacity .4s ease-in-out,visibility .4s ease-in-out;transition:opacity .4s ease-in-out,visibility .4s ease-in-out}@media (max-width: 35.99875rem){.overlay-grid{display:none}}.overlay-grid__column{height:100vh;background:#FFBCBC;-webkit-transform:scaleY(.6);transform:scaleY(.6);-webkit-transition:-webkit-transform .55s ease-in-out;transition:-webkit-transform .55s ease-in-out;transition:transform .55s ease-in-out;transition:transform .55s ease-in-out,-webkit-transform .55s ease-in-out;-webkit-transition-delay:.4s;transition-delay:.4s}@media (min-width: 48.4375rem){.overlay-grid__column{grid-column:span 1}}.overlay-grid__button{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:fixed;bottom:.625rem;left:.625rem;z-index:9999;background:#ed0f0f;width:2.6875rem;height:2.6875rem;border-radius:.4375rem;-webkit-transition:background .4s,color .4s;transition:background .4s,color .4s}.overlay-grid__button svg{width:2rem;height:1.4375rem}.overlay-grid__button path{fill:#fff;-webkit-transition:fill .4s;transition:fill .4s}.overlay-grid__button>*{pointer-events:none}.overlay-grid__button--active{background:#fff}.overlay-grid__button--active path{fill:#ed0f0f}.overlay-grid--show{opacity:.4;visibility:visible;-webkit-transition-delay:.15s;transition-delay:.15s}.overlay-grid--show .overlay-grid__column{-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transition-delay:.2s;transition-delay:.2s}.grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width: 36rem){.grid{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width: 36rem){.grid--align-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.grid--gap{gap:.625rem}@media (min-width: 36rem){.grid--gap{gap:1.25rem}}@media (min-width: 80rem){.grid--gap{gap:1.875rem}}.grid--gap-vertical{gap:.625rem 0}@media (min-width: 36rem){.grid--gap-vertical{gap:1.25rem 0}}@media (min-width: 80rem){.grid--gap-vertical{gap:1.875rem 0}}.grid--gap-horizontal{gap:0 .625rem}@media (min-width: 36rem){.grid--gap-horizontal{gap:0 1.25rem}}@media (min-width: 80rem){.grid--gap-horizontal{gap:0 1.875rem}}@media (max-width: 35.99875rem){.grid--gap-mobile{gap:1.25rem}}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}@media (min-width: 48.4375rem){.xs\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.xs\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.xs\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.xs\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}@media (min-width: 75rem){.md\:grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.md\:grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))}.md\:grid-cols-8{grid-template-columns:repeat(8,minmax(0,1fr))}.md\:grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))}}.col-span-1{grid-column:span 1/span 1}.col-span-2{grid-column:span 2/span 2}.col-span-3{grid-column:span 3/span 3}.col-span-4{grid-column:span 4/span 4}.col-span-5{grid-column:span 5/span 5}.col-span-6{grid-column:span 6/span 6}.col-span-7{grid-column:span 7/span 7}.col-span-8{grid-column:span 8/span 8}.col-span-9{grid-column:span 9/span 9}.col-span-10{grid-column:span 10/span 10}.col-span-11{grid-column:span 11/span 11}.col-span-12{grid-column:span 12/span 12}@media (min-width: 48.4375rem){.xs\:col-span-1{grid-column:span 1/span 1}.xs\:col-span-2{grid-column:span 2/span 2}.xs\:col-span-3{grid-column:span 3/span 3}.xs\:col-span-4{grid-column:span 4/span 4}.xs\:col-span-5{grid-column:span 5/span 5}.xs\:col-span-6{grid-column:span 6/span 6}.xs\:col-span-7{grid-column:span 7/span 7}.xs\:col-span-8{grid-column:span 8/span 8}.xs\:col-span-9{grid-column:span 9/span 9}.xs\:col-span-10{grid-column:span 10/span 10}.xs\:col-span-11{grid-column:span 11/span 11}.xs\:col-span-12{grid-column:span 12/span 12}}@media (min-width: 75rem){.md\:col-span-1{grid-column:span 1/span 1}.md\:col-span-2{grid-column:span 2/span 2}.md\:col-span-3{grid-column:span 3/span 3}.md\:col-span-4{grid-column:span 4/span 4}.md\:col-span-5{grid-column:span 5/span 5}.md\:col-span-6{grid-column:span 6/span 6}.md\:col-span-7{grid-column:span 7/span 7}.md\:col-span-8{grid-column:span 8/span 8}.md\:col-span-9{grid-column:span 9/span 9}.md\:col-span-10{grid-column:span 10/span 10}.md\:col-span-11{grid-column:span 11/span 11}.md\:col-span-12{grid-column:span 12/span 12}}.col-start-1{grid-column-start:1}.col-start-2{grid-column-start:2}.col-start-3{grid-column-start:3}.col-start-4{grid-column-start:4}.col-start-5{grid-column-start:5}.col-start-6{grid-column-start:6}.col-start-7{grid-column-start:7}.col-start-8{grid-column-start:8}.col-start-9{grid-column-start:9}.col-start-10{grid-column-start:10}.col-start-11{grid-column-start:11}.col-start-12{grid-column-start:12}@media (min-width: 48.4375rem){.xs\:col-start-1{grid-column-start:1}.xs\:col-start-2{grid-column-start:2}.xs\:col-start-3{grid-column-start:3}.xs\:col-start-4{grid-column-start:4}.xs\:col-start-5{grid-column-start:5}.xs\:col-start-6{grid-column-start:6}.xs\:col-start-7{grid-column-start:7}.xs\:col-start-8{grid-column-start:8}.xs\:col-start-9{grid-column-start:9}.xs\:col-start-10{grid-column-start:10}.xs\:col-start-11{grid-column-start:11}.xs\:col-start-12{grid-column-start:12}}@media (min-width: 75rem){.md\:col-start-1{grid-column-start:1}.md\:col-start-2{grid-column-start:2}.md\:col-start-3{grid-column-start:3}.md\:col-start-4{grid-column-start:4}.md\:col-start-5{grid-column-start:5}.md\:col-start-6{grid-column-start:6}.md\:col-start-7{grid-column-start:7}.md\:col-start-8{grid-column-start:8}.md\:col-start-9{grid-column-start:9}.md\:col-start-10{grid-column-start:10}.md\:col-start-11{grid-column-start:11}.md\:col-start-12{grid-column-start:12}}.col-end-1{grid-column-end:1}.col-end-2{grid-column-end:2}.col-end-3{grid-column-end:3}.col-end-4{grid-column-end:4}.col-end-5{grid-column-end:5}.col-end-6{grid-column-end:6}.col-end-7{grid-column-end:7}.col-end-8{grid-column-end:8}.col-end-9{grid-column-end:9}.col-end-10{grid-column-end:10}.col-end-11{grid-column-end:11}.col-end-12{grid-column-end:12}@media (min-width: 75rem){.md\:col-end-1{grid-column-end:1}.md\:col-end-2{grid-column-end:2}.md\:col-end-3{grid-column-end:3}.md\:col-end-4{grid-column-end:4}.md\:col-end-5{grid-column-end:5}.md\:col-end-6{grid-column-end:6}.md\:col-end-7{grid-column-end:7}.md\:col-end-8{grid-column-end:8}.md\:col-end-9{grid-column-end:9}.md\:col-end-10{grid-column-end:10}.md\:col-end-11{grid-column-end:11}.md\:col-end-12{grid-column-end:12}}.hidden{display:none}@media (min-width: 75rem){.md\:hidden{display:none}}@media (min-width: 48.4375rem){.xs\:hidden{display:none}}.visibility-hidden{visibility:hidden}.visibility-visible{visibility:visible}.flex{display:-webkit-box;display:-ms-flexbox;display:flex}.flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.flex-wrap{-ms-flex-wrap:wrap;flex-wrap:wrap}.flex-nowrap{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.flex-grow{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.flex-shrink{-ms-flex-negative:1;flex-shrink:1}.flex-grow-0{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.flex-shrink-0{-ms-flex-negative:0;flex-shrink:0}@media (min-width: 48.4375rem){.xs\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.xs\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.xs\:flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media (min-width: 75rem){.md\:flex{display:-webkit-box;display:-ms-flexbox;display:flex}.md\:flex-row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.md\:flex-column{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}.justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.justify-around{-ms-flex-pack:distribute;justify-content:space-around}.justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}@media (min-width: 75rem){.md\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.md\:justify-around{-ms-flex-pack:distribute;justify-content:space-around}.md\:justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.md\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.md\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}@media (min-width: 48.4375rem){.xs\:justify-between{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.xs\:justify-around{-ms-flex-pack:distribute;justify-content:space-around}.xs\:justify-center{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.xs\:justify-start{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.xs\:justify-end{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}@media (min-width: 75rem){.md\:items-start{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.md\:items-end{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.md\:items-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.md\:items-baseline{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.md\:items-stretch{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}}.w-auto{width:auto}.w-100{width:100%}.w-30{width:30%}@media (min-width: 75rem){.md\:w-auto{width:auto}.md\:w-100{width:100%}.md\:w-30{width:30%}}.h-auto{height:auto}.h-0{height:0}.h-100{height:100%}.h-30{height:30%}.max-w-30{max-width:30%}.max-w-50{max-width:50%}.max-w-70{max-width:70%}@media (min-width: 75rem){.md\:max-w-30{max-width:30%}.md\:max-w-50{max-width:50%}.md\:max-w-70{max-width:70%}}.radius-default,.box-content img{border-radius:.3125rem}.radius-large{border-radius:.625rem}.radius-none{border-radius:0}@media (min-width: 48.4375rem){.xs\:radius-default{border-radius:.3125rem}.xs\:radius-large{border-radius:.625rem}.xs\:radius-none{border-radius:0}}@media (min-width: 75rem){.md\:radius-default{border-radius:.3125rem}.md\:radius-large{border-radius:.625rem}.md\:radius-none{border-radius:0}}.block{display:block}@media (min-width: 75rem){.block-md{display:block}}@media (min-width: 75rem){.md\:block{display:block}}@media (min-width: 48.4375rem){.xs\:block{display:block}}.inline-block{display:inline-block}@media (min-width: 75rem){.md\:inline-block{display:inline-block}}.object-cover{-o-object-fit:cover;object-fit:cover}.object-contain{-o-object-fit:contain;object-fit:contain}.absolute{position:absolute}.relative{position:relative}.fixed{position:fixed}.sticky{position:sticky}.z-10{z-index:10}.z-20{z-index:20}.z-90{z-index:90}.order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (min-width: 48.4375rem){.xs\:order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.xs\:order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (min-width: 75rem){.md\:order-1{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.md\:order-2{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.aspect-16-9{aspect-ratio:16/9}.aspect-3-2{aspect-ratio:3/2}.aspect-3-4{aspect-ratio:.75}.aspect-1{aspect-ratio:1}.left-0{left:0}.right-0{right:0}.top-0{top:0}.bottom-0{bottom:0}.text-left{text-align:left}.text-right{text-align:right}.text-center{text-align:center}@media (min-width: 75rem){.md\:text-left{text-align:left}.md\:text-right{text-align:right}.md\:text-center{text-align:center}}.overflow-auto{overflow:auto;-webkit-overflow-scrolling:touch}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.word-break-auto{word-break:auto-phrase!important}.pointer-events-none{pointer-events:none}.pointer-events-auto{pointer-events:auto}html,body{position:relative;font-size:100%;height:100%}html{min-height:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-height:100vh;font-family:Outfit,Arial,sans-serif;font-size:100%;line-height:1;text-align:left;padding:0;margin:0;overflow-x:hidden;overflow-y:scroll;scroll-behavior:smooth;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none;color:#69777c;background:white;-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}body *{-webkit-box-sizing:border-box;box-sizing:border-box}body *:focus,body *:before,body *:after{-webkit-box-sizing:border-box;box-sizing:border-box}a,button,a:hover,button:hover{cursor:pointer}a{color:#f7941d}a:hover{color:#3f6618}[data-theme=hjukrunarheimili] a:hover{color:#1c66a7}*:focus:not(:focus-visible){outline:none}.hide{display:none!important}.preload *{-webkit-transition:none;transition:none}@media (max-width: 35.99875rem){.ch2-icon{display:none!important}}[data-scroll-item]{will-change:transform}.main{-webkit-box-flex:1;-ms-flex:1;flex:1}.no-scroll{overflow-y:hidden;height:100vh}.container--flex{display:-webkit-box;display:-ms-flexbox;display:flex}.container,.container--flex{max-width:100%;padding:0 1.875rem}@media (min-width: 36rem){.container,.container--flex{margin-right:auto;margin-left:auto;padding:0 1.875rem}}@media (min-width: 36rem) and (max-width: 48.43625rem){.container,.container--flex{max-width:36rem}}@media (min-width: 48.4375rem) and (max-width: 61.99875rem){.container,.container--flex{max-width:48.5rem}}@media (min-width: 62rem) and (max-width: 74.99875rem){.container,.container--flex{max-width:62rem}}@media (min-width: 75rem) and (max-width: 79.99875rem){.container,.container--flex{max-width:70.3125rem}}@media (min-width: 80rem) and (max-width: 85.43625rem){.container,.container--flex{max-width:80rem}}@media (min-width: 85.4375rem) and (max-width: 108.74875rem){.container,.container--flex{max-width:82.5rem}}@media (min-width: 108.75rem) and (max-width: 124.99875rem){.container,.container--flex{max-width:87.5rem}}@media (min-width: 125rem){.container,.container--flex{max-width:88.75rem}}.button,.button--radio label{position:relative;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;min-height:3.75rem;border-radius:.3125rem;-webkit-transform:translateY(0);transform:translateY(0);-webkit-transition:color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;transition:color .4s ease-in-out,background-color .4s ease-in-out,border-color .4s ease-in-out;padding:18px 20px;font-family:Bebas Neue Pro,Outfit,Arial,sans-serif;font-size:1.125rem;line-height:1;font-weight:400;text-transform:uppercase;letter-spacing:0;vertical-align:middle;border-style:solid;border-width:.0625rem;border-color:#f7941d}.button>*,.button--radio label>*{pointer-events:none}.button svg,.button--radio label svg,.button svg path,.button--radio label svg path{-webkit-transition:fill .4s ease-in-out;transition:fill .4s ease-in-out}.button:not([disabled]):active,.button--radio label:not([disabled]):active{-webkit-transform:translateY(.0625rem);transform:translateY(.0625rem)}.button__icon{line-height:0;margin-right:1.25rem}.button--default{padding:.875rem 1.25rem;color:#fff;background-color:#f7941d;border-width:.0625rem;border-color:#f7941d;border-radius:.3125rem;letter-spacing:1px}.button--default svg,.button--default svg>path{stroke:#fff}.button--default:not([disabled]):hover,.button--default:not([disabled]):active{color:#fff;border-color:#3f6618;background-color:#3f6618}.button--default:not([disabled]):hover svg path,.button--default:not([disabled]):active svg path{stroke:#fff}[data-theme=hjukrunarheimili] .button--default:hover{background-color:#1c66a7}[data-theme=heilsugaesla] .button--default:hover{background-color:#5a79bc}[data-theme=vifilsstadir] .button--default:hover{background-color:#0a5b5a}.button--radio{position:relative}.button--radio label{width:100%}.button--radio:hover label{background-color:#f7941d;color:#fff;border-color:#f7941d}.button--radio>*{pointer-events:auto}.button--radio input{display:none}.button--radio input:checked+label{background-color:#f7941d;color:#fff;border-color:#f7941d}.button--orange{padding:.875rem 1.25rem;color:#fff;background-color:#f7941d;border-width:.0625rem;border-color:#f7941d;border-radius:.3125rem}.button--orange svg,.button--orange svg>path{stroke:#fff}.button--orange:not([disabled]):hover,.button--orange:not([disabled]):active{color:#f7941d;border-color:#f7941d;background-color:#fff}.button--orange:not([disabled]):hover svg path,.button--orange:not([disabled]):active svg path{stroke:#f7941d}.button--white{padding:.875rem 1.25rem;color:#f7941d;background-color:#fff;border-width:.0625rem;border-color:#f7941d;border-radius:.3125rem}.button--white svg,.button--white svg>path{stroke:#f7941d}.button--white:not([disabled]):hover,.button--white:not([disabled]):active{color:#3f6618;border-color:#f7941d;background-color:#fff}.button--white:not([disabled]):hover svg path,.button--white:not([disabled]):active svg path{stroke:#3f6618}.button--white svg{stroke:none}.button--secondary{padding:.875rem 1.25rem;color:#f7941d;background-color:#fff;border-width:.0625rem;border-color:#f7941d;border-radius:.3125rem}.button--secondary svg,.button--secondary svg>path{stroke:#f7941d}.button--secondary:not([disabled]):hover,.button--secondary:not([disabled]):active{color:#7a54a2;border-color:#f7941d;background-color:#fff}.button--secondary:not([disabled]):hover svg path,.button--secondary:not([disabled]):active svg path{stroke:#7a54a2}.button--square,.button--control{width:3.75rem;height:3.75rem;padding:0}.button--square .button__text,.button--control .button__text{font-size:0}.button--square .button__icon,.button--control .button__icon{margin:0}.button--short{height:3rem;min-height:3rem}.button--control{border-radius:.3125rem;height:2.875rem;width:2.875rem;border:1px solid #d8d8d8;-webkit-transition:border-color .4s ease-in-out;transition:border-color .4s ease-in-out}.button--control:hover{border-color:#f7941d}.button--control:hover svg path{fill:#f7941d}.button--back{padding:0;border:0}.button--back .button__icon{margin:0;width:2.875rem;height:2.875rem;padding:0;padding-top:.875rem;background-color:#fff;border-radius:.3125rem;text-align:center}.button--back .button__text{margin:0 0 0 10px;height:2.875rem;padding:0 20px;background-color:#fff;border-radius:.3125rem;line-height:2.875rem;text-align:center;font-family:Outfit,Arial,sans-serif;font-size:1rem;text-transform:none}.button--back>span{-webkit-transition:background .3s ease;transition:background .3s ease}.button--back:hover>span{background-color:#f7941d;color:#fff}.button--back:hover>span svg path{stroke:#fff}.button[disabled],.button--radio label[disabled]{background:#d0dee5;border-color:#d0dee5;cursor:not-allowed}.button[disabled]:hover,.button--radio label[disabled]:hover{cursor:not-allowed;background:#d0dee5!important;border-color:#d0dee5!important}select{width:100%;height:3.75rem;padding:.9375rem 2.5rem .9375rem .9375rem;background:#fff;border:.0625rem solid #d8d8d8;border-radius:.3125rem;font-size:1rem;line-height:1.625rem;text-align:left;color:#4e4e4e;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,.04);box-shadow:0 0 0 3px #0000000a;-webkit-transition:padding .2s ease-in-out,border-color .4s ease-in-out;transition:padding .2s ease-in-out,border-color .4s ease-in-out;cursor:pointer}select:focus-visible{outline:#f7941d solid 1px}select::-webkit-input-placeholder{color:#b3b3b3;font-weight:400}select:-moz-placeholder{color:#b3b3b3;font-weight:400}select::-moz-placeholder{color:#b3b3b3;font-weight:400}select:-ms-input-placeholder{color:#b3b3b3;font-weight:400}.input-group__input-wrap{position:relative}input[type=text],input[type=password],input[type=email],input[type=number],input[type=tel],textarea{width:100%;height:3.75rem;padding:.9375rem;background:#fff;border:.0625rem solid #d8d8d8;border-radius:.3125rem;font-size:1rem;line-height:1.625rem;text-align:left;color:#4e4e4e;-webkit-appearance:none;-moz-appearance:none;appearance:none;-webkit-box-shadow:0px 0px 0px 3px rgba(0,0,0,.04);box-shadow:0 0 0 3px #0000000a;-webkit-transition:padding .2s ease-in-out,border-color .4s ease-in-out;transition:padding .2s ease-in-out,border-color .4s ease-in-out}input[type=text]:focus-visible,input[type=password]:focus-visible,input[type=email]:focus-visible,input[type=number]:focus-visible,input[type=tel]:focus-visible,textarea:focus-visible{outline:#f7941d solid 1px}input[type=text]::-webkit-input-placeholder,input[type=password]::-webkit-input-placeholder,input[type=email]::-webkit-input-placeholder,input[type=number]::-webkit-input-placeholder,input[type=tel]::-webkit-input-placeholder,textarea::-webkit-input-placeholder{color:#b3b3b3;font-weight:400}input[type=text]:-moz-placeholder,input[type=password]:-moz-placeholder,input[type=email]:-moz-placeholder,input[type=number]:-moz-placeholder,input[type=tel]:-moz-placeholder,textarea:-moz-placeholder{color:#b3b3b3;font-weight:400}input[type=text]::-moz-placeholder,input[type=password]::-moz-placeholder,input[type=email]::-moz-placeholder,input[type=number]::-moz-placeholder,input[type=tel]::-moz-placeholder,textarea::-moz-placeholder{color:#b3b3b3;font-weight:400}input[type=text]:-ms-input-placeholder,input[type=password]:-ms-input-placeholder,input[type=email]:-ms-input-placeholder,input[type=number]:-ms-input-placeholder,input[type=tel]:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#b3b3b3;font-weight:400}textarea{resize:vertical;height:auto;min-height:18.75rem}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}label{display:block;cursor:pointer}.label{font-size:.75rem;font-weight:700;line-height:1.5rem;text-transform:uppercase;margin-bottom:.625rem}.label--a11y{font-size:0;position:absolute;top:0;left:-9999}.input-group__icon{position:absolute;top:50%;right:1.0625rem;width:1.25rem;height:1.25rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);pointer-events:none}.input-group__icon svg path{fill:#69777c}input{padding-right:3.125rem}input[readonly]{background:#fff;cursor:pointer}.input-search-button{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.input-group{position:relative}.input-group .input-group__error{color:#b73333;margin-top:.625rem}.input-group .input-group__wrap{position:relative}.input-group .input-group__wrap:after{position:absolute;top:50%;right:1rem}.input-group .input-group__input[disabled],.input-group .input-group__input[readonly]{color:#69777c}.input-group:not(.input-group--error) .input-group__input[disabled],.input-group:not(.input-group--error) .input-group__input[readonly]{background:#d0dee5;border-color:#d8d8d8;cursor:not-allowed}.input-group:not(.input-group--error):hover .input-group__input:not([disabled],[readonly]){border-color:#d8d8d8}.input-group.input-group--error .input-group__error{display:block!important}.input-group.input-group--error .input-group__icon svg path{fill:#b73333}.input-group.input-group--error .input-group__input:not([disabled],[readonly]){border-color:#b73333;color:#b73333}.input-group.input-group--error .input-group__input:not([disabled],[readonly])::-webkit-input-placeholder{color:#b73333;font-weight:400}.input-group.input-group--error .input-group__input:not([disabled],[readonly]):-moz-placeholder{color:#b73333;font-weight:400}.input-group.input-group--error .input-group__input:not([disabled],[readonly])::-moz-placeholder{color:#b73333;font-weight:400}.input-group.input-group--error .input-group__input:not([disabled],[readonly]):-ms-input-placeholder{color:#b73333;font-weight:400}.input-group.input-group--error .input-group__input .input-group__error{display:block!important}.input-group--select .input-group__wrap:after{content:url(data:image/svg+xml;base64,\ PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjQ2NDQ3IDAuNjQ2NDQ3QzAuODQxNzA5IDAuNDUxMTg0IDEuMTU4MjkgMC40NTExODQgMS4zNTM1NSAwLjY0NjQ0N0w3IDYuMjkyODlMMTIuNjQ2NCAwLjY0NjQ0N0MxMi44NDE3IDAuNDUxMTg0IDEzLjE1ODMgMC40NTExODQgMTMuMzUzNiAwLjY0NjQ0N0MxMy41NDg4IDAuODQxNzA5IDEzLjU0ODggMS4xNTgyOSAxMy4zNTM2IDEuMzUzNTVMNyA3LjcwNzExTDAuNjQ2NDQ3IDEuMzUzNTVDMC40NTExODQgMS4xNTgyOSAwLjQ1MTE4NCAwLjg0MTcwOSAwLjY0NjQ0NyAwLjY0NjQ0N1oiIGZpbGw9ImJsYWNrIiAvPg0KPC9zdmc+);position:absolute;top:50%;right:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:.75rem;pointer-events:none}.pretty-check{position:relative}.pretty-check input{position:absolute;top:0;left:-624.9375rem}.pretty-check input+label{position:relative;font-size:.75rem;font-weight:700;line-height:1.5rem;text-transform:uppercase;padding-left:2.8125rem;min-height:1.875rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer}.pretty-check input+label:before,.pretty-check input+label:after{content:"";position:absolute}.pretty-check input+label:before{top:0;left:0;border:.0625rem solid #d8d8d8;width:1.875rem;height:1.875rem;background:#fff;-webkit-transition:border-color .4s ease-in-out,background .3s ease-in-out;transition:border-color .4s ease-in-out,background .3s ease-in-out}.pretty-check input+label:after{left:.3125rem;top:.3125rem;width:1.25rem;height:1.25rem;-webkit-transform:scale(0);transform:scale(0);-webkit-transition:-webkit-transform .4s ease-in-out;transition:-webkit-transform .4s ease-in-out;transition:transform .4s ease-in-out;transition:transform .4s ease-in-out,-webkit-transform .4s ease-in-out}.pretty-check input+label:hover:before{border-color:#d8d8d8}.pretty-check input[disabled]+label{cursor:not-allowed;color:#69777c}.pretty-check input[disabled]+label:before{border-color:#d8d8d8;background:#d0dee5}.pretty-check input:checked+label:before{border-color:#3370b7}.pretty-check input:checked+label:after{-webkit-transform:scale(1);transform:scale(1)}.pretty-check [type=checkbox]:checked+label:before{background:#3370b7}.pretty-check [type=checkbox]+label:before,.pretty-check [type=checkbox]+label:after{border-radius:.3125rem}.pretty-check [type=checkbox]+label:after{content:url(data:image/svg+xml;base64,\ PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAxOCAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuMDAwMTYgMTEuMTcwMUwxLjgzMDE2IDcuMDAwMDlMMC40MTAxNTYgOC40MTAwOUw2LjAwMDE2IDE0LjAwMDFMMTguMDAwMiAyLjAwMDA5TDE2LjU5MDIgMC41OTAwODhMNi4wMDAxNiAxMS4xNzAxWiIgZmlsbD0id2hpdGUiLz4KPC9zdmc+Cg==)}.pretty-check [type=radio]+label:before,.pretty-check [type=radio]+label:after{border-radius:50%}.pretty-check [type=radio]+label:after{background:#3370b7}.pretty-check.pretty-check--error input+label{color:#b73333}.pretty-check.pretty-check--error input+label:before{border-color:#b73333}@media print{body,body *{print-color-adjust:exact!important;-webkit-print-color-adjust:exact!important}@page{margin:1cm}body{background:#fff!important;color:#000!important}a,blockquote,table,pre{page-break-inside:avoid}ul,ol,dl{page-break-before:avoid}}.sr-only{position:fixed;top:0;left:-624.9375rem;-webkit-transition:0s;transition:0s}.sr-only-focusable:active,.sr-only-focusable:focus{top:.625rem;left:.625rem;z-index:9999;padding:.625rem;font-size:1rem;background:#3370b7;border:.125rem solid #3370b7;color:#fff}::-webkit-scrollbar{width:.5rem}::-webkit-scrollbar-track{background:#f3f3f3}::-webkit-scrollbar-thumb{background:silver}::-webkit-scrollbar-thumb:hover{background:#8d8d8d}.table,.richtext table{border-top:0;border-left:0;width:100%}.table thead tr,.richtext table thead tr{border-top:0}.table th,.richtext table th{font-weight:700;font-size:1.375rem;text-align:left}.table tr,.richtext table tr{border-top:.0625rem solid #d8d8d8}.table tr:hover,.richtext table tr:hover{background:#f4f4f4}.table td,.richtext table td,.table th,.richtext table th{padding:1.25rem}.table th,.richtext table th{color:#69777c}.table td,.richtext table td{vertical-align:middle}.table td:hover,.richtext table td:hover{background:#f9f9f9}.table-staff tr{border-top:.0625rem solid #d8d8d8}.table-staff tr:hover{background:#f4f4f4}.table-staff tr:hover td:first-child{color:#f7941d}.table-staff td{position:relative;vertical-align:middle;cursor:pointer}.table-staff td:hover{background:#f4f4f4}.table-staff__info{position:absolute;left:3.75rem;top:.625rem;z-index:2}@media (max-width: 48.43625rem){.table-wrap{max-width:100%;overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.table-wrap::-webkit-scrollbar{height:.5rem}.table-wrap .table,.table-wrap .richtext table,.richtext .table-wrap table{width:50rem}}[data-theme=heilsuvernd] table th{color:#3f6618}[data-theme=hjukrunarheimili] table th{color:#1c66a7}[data-theme=heilsugaesla] table th{color:#5a79bc}[data-theme=vifilsstadir] table th{color:#0a5b5a}@media (min-width: 75rem){.m-negative-hero-t{margin-top:-160px}}@media (min-width: 48.4375rem){.m-negative-hero-b{margin-bottom:-160px}}.m-negative-hero-large{margin-top:-160px}.-mx-30{margin-left:-30px;margin-right:-30px}.p-0{padding:0}.pl-0{padding-left:0}.pt-0{padding-top:0}.pr-0{padding-right:0}.pb-0{padding-bottom:0}.py-0{padding-top:0;padding-bottom:0}.px-0{padding-left:0;padding-right:0}.p-10{padding:10px}.pl-10{padding-left:10px}.pt-10{padding-top:10px}.pr-10{padding-right:10px}.pb-10{padding-bottom:10px}.py-10{padding-top:10px;padding-bottom:10px}.px-10{padding-left:10px;padding-right:10px}.p-15{padding:15px}.pl-15{padding-left:15px}.pt-15{padding-top:15px}.pr-15{padding-right:15px}.pb-15{padding-bottom:15px}.py-15{padding-top:15px;padding-bottom:15px}.px-15{padding-left:15px;padding-right:15px}.p-20{padding:20px}.pl-20{padding-left:20px}.pt-20{padding-top:20px}.pr-20{padding-right:20px}.pb-20{padding-bottom:20px}.py-20{padding-top:20px;padding-bottom:20px}.px-20{padding-left:20px;padding-right:20px}.p-30{padding:30px}.pl-30{padding-left:30px}.pt-30{padding-top:30px}.pr-30{padding-right:30px}.pb-30{padding-bottom:30px}.py-30{padding-top:30px;padding-bottom:30px}.px-30{padding-left:30px;padding-right:30px}.p-40{padding:40px}.pl-40{padding-left:40px}.pt-40{padding-top:40px}.pr-40{padding-right:40px}.pb-40{padding-bottom:40px}.py-40{padding-top:40px;padding-bottom:40px}.px-40{padding-left:40px;padding-right:40px}.p-60{padding:60px}.pl-60{padding-left:60px}.pt-60{padding-top:60px}.pr-60{padding-right:60px}.pb-60{padding-bottom:60px}.py-60{padding-top:60px;padding-bottom:60px}.px-60{padding-left:60px;padding-right:60px}.p-80{padding:80px}.pl-80{padding-left:80px}.pt-80{padding-top:80px}.pr-80{padding-right:80px}.pb-80{padding-bottom:80px}.py-80{padding-top:80px;padding-bottom:80px}.px-80{padding-left:80px;padding-right:80px}.p-110{padding:110px}.pl-110{padding-left:110px}.pt-110{padding-top:110px}.pr-110{padding-right:110px}.pb-110{padding-bottom:110px}.py-110{padding-top:110px;padding-bottom:110px}.px-110{padding-left:110px;padding-right:110px}.p-180{padding:180px}.pl-180{padding-left:180px}.pt-180{padding-top:180px}.pr-180{padding-right:180px}.pb-180{padding-bottom:180px}.py-180{padding-top:180px;padding-bottom:180px}.px-180{padding-left:180px;padding-right:180px}.p-240{padding:240px}.pl-240{padding-left:240px}.pt-240{padding-top:240px}.pr-240{padding-right:240px}.pb-240{padding-bottom:240px}.py-240{padding-top:240px;padding-bottom:240px}.px-240{padding-left:240px;padding-right:240px}.p-auto{padding:auto}.pl-auto{padding-left:auto}.pt-auto{padding-top:auto}.pr-auto{padding-right:auto}.pb-auto{padding-bottom:auto}.py-auto{padding-top:auto;padding-bottom:auto}.px-auto{padding-left:auto;padding-right:auto}.m-0{margin:0}.ml-0{margin-left:0}.mt-0{margin-top:0}.mr-0{margin-right:0}.mb-0{margin-bottom:0}.my-0{margin-top:0;margin-bottom:0}.mx-0{margin-left:0;margin-right:0}.m-10{margin:10px}.ml-10{margin-left:10px}.mt-10{margin-top:10px}.mr-10{margin-right:10px}.mb-10{margin-bottom:10px}.my-10{margin-top:10px;margin-bottom:10px}.mx-10{margin-left:10px;margin-right:10px}.m-15{margin:15px}.ml-15{margin-left:15px}.mt-15{margin-top:15px}.mr-15{margin-right:15px}.mb-15{margin-bottom:15px}.my-15{margin-top:15px;margin-bottom:15px}.mx-15{margin-left:15px;margin-right:15px}.m-20{margin:20px}.ml-20{margin-left:20px}.mt-20{margin-top:20px}.mr-20{margin-right:20px}.mb-20{margin-bottom:20px}.my-20{margin-top:20px;margin-bottom:20px}.mx-20{margin-left:20px;margin-right:20px}.m-30{margin:30px}.ml-30{margin-left:30px}.mt-30{margin-top:30px}.mr-30{margin-right:30px}.mb-30{margin-bottom:30px}.my-30{margin-top:30px;margin-bottom:30px}.mx-30{margin-left:30px;margin-right:30px}.m-40{margin:40px}.ml-40{margin-left:40px}.mt-40{margin-top:40px}.mr-40{margin-right:40px}.mb-40{margin-bottom:40px}.my-40{margin-top:40px;margin-bottom:40px}.mx-40{margin-left:40px;margin-right:40px}.m-60{margin:60px}.ml-60{margin-left:60px}.mt-60{margin-top:60px}.mr-60{margin-right:60px}.mb-60{margin-bottom:60px}.my-60{margin-top:60px;margin-bottom:60px}.mx-60{margin-left:60px;margin-right:60px}.m-80{margin:80px}.ml-80{margin-left:80px}.mt-80{margin-top:80px}.mr-80{margin-right:80px}.mb-80{margin-bottom:80px}.my-80{margin-top:80px;margin-bottom:80px}.mx-80{margin-left:80px;margin-right:80px}.m-110{margin:110px}.ml-110{margin-left:110px}.mt-110{margin-top:110px}.mr-110{margin-right:110px}.mb-110{margin-bottom:110px}.my-110{margin-top:110px;margin-bottom:110px}.mx-110{margin-left:110px;margin-right:110px}.m-180{margin:180px}.ml-180{margin-left:180px}.mt-180{margin-top:180px}.mr-180{margin-right:180px}.mb-180{margin-bottom:180px}.my-180{margin-top:180px;margin-bottom:180px}.mx-180{margin-left:180px;margin-right:180px}.m-240{margin:240px}.ml-240{margin-left:240px}.mt-240{margin-top:240px}.mr-240{margin-right:240px}.mb-240{margin-bottom:240px}.my-240{margin-top:240px;margin-bottom:240px}.mx-240{margin-left:240px;margin-right:240px}.m-auto{margin:auto}.ml-auto{margin-left:auto}.mt-auto{margin-top:auto}.mr-auto{margin-right:auto}.mb-auto{margin-bottom:auto}.my-auto{margin-top:auto;margin-bottom:auto}.mx-auto{margin-left:auto;margin-right:auto}@media (min-width: 48.4375rem){.xs\:p-0{padding:0}}@media (min-width: 48.4375rem){.xs\:pl-0{padding-left:0}}@media (min-width: 48.4375rem){.xs\:pt-0{padding-top:0}}@media (min-width: 48.4375rem){.xs\:pr-0{padding-right:0}}@media (min-width: 48.4375rem){.xs\:pb-0{padding-bottom:0}}@media (min-width: 48.4375rem){.xs\:py-0{padding-top:0;padding-bottom:0}}@media (min-width: 48.4375rem){.xs\:px-0{padding-left:0;padding-right:0}}@media (min-width: 48.4375rem){.xs\:p-10{padding:10px}}@media (min-width: 48.4375rem){.xs\:pl-10{padding-left:10px}}@media (min-width: 48.4375rem){.xs\:pt-10{padding-top:10px}}@media (min-width: 48.4375rem){.xs\:pr-10{padding-right:10px}}@media (min-width: 48.4375rem){.xs\:pb-10{padding-bottom:10px}}@media (min-width: 48.4375rem){.xs\:py-10{padding-top:10px;padding-bottom:10px}}@media (min-width: 48.4375rem){.xs\:px-10{padding-left:10px;padding-right:10px}}@media (min-width: 48.4375rem){.xs\:p-15{padding:15px}}@media (min-width: 48.4375rem){.xs\:pl-15{padding-left:15px}}@media (min-width: 48.4375rem){.xs\:pt-15{padding-top:15px}}@media (min-width: 48.4375rem){.xs\:pr-15{padding-right:15px}}@media (min-width: 48.4375rem){.xs\:pb-15{padding-bottom:15px}}@media (min-width: 48.4375rem){.xs\:py-15{padding-top:15px;padding-bottom:15px}}@media (min-width: 48.4375rem){.xs\:px-15{padding-left:15px;padding-right:15px}}@media (min-width: 48.4375rem){.xs\:p-20{padding:20px}}@media (min-width: 48.4375rem){.xs\:pl-20{padding-left:20px}}@media (min-width: 48.4375rem){.xs\:pt-20{padding-top:20px}}@media (min-width: 48.4375rem){.xs\:pr-20{padding-right:20px}}@media (min-width: 48.4375rem){.xs\:pb-20{padding-bottom:20px}}@media (min-width: 48.4375rem){.xs\:py-20{padding-top:20px;padding-bottom:20px}}@media (min-width: 48.4375rem){.xs\:px-20{padding-left:20px;padding-right:20px}}@media (min-width: 48.4375rem){.xs\:p-30{padding:30px}}@media (min-width: 48.4375rem){.xs\:pl-30{padding-left:30px}}@media (min-width: 48.4375rem){.xs\:pt-30{padding-top:30px}}@media (min-width: 48.4375rem){.xs\:pr-30{padding-right:30px}}@media (min-width: 48.4375rem){.xs\:pb-30{padding-bottom:30px}}@media (min-width: 48.4375rem){.xs\:py-30{padding-top:30px;padding-bottom:30px}}@media (min-width: 48.4375rem){.xs\:px-30{padding-left:30px;padding-right:30px}}@media (min-width: 48.4375rem){.xs\:p-40{padding:40px}}@media (min-width: 48.4375rem){.xs\:pl-40{padding-left:40px}}@media (min-width: 48.4375rem){.xs\:pt-40{padding-top:40px}}@media (min-width: 48.4375rem){.xs\:pr-40{padding-right:40px}}@media (min-width: 48.4375rem){.xs\:pb-40{padding-bottom:40px}}@media (min-width: 48.4375rem){.xs\:py-40{padding-top:40px;padding-bottom:40px}}@media (min-width: 48.4375rem){.xs\:px-40{padding-left:40px;padding-right:40px}}@media (min-width: 48.4375rem){.xs\:p-60{padding:60px}}@media (min-width: 48.4375rem){.xs\:pl-60{padding-left:60px}}@media (min-width: 48.4375rem){.xs\:pt-60{padding-top:60px}}@media (min-width: 48.4375rem){.xs\:pr-60{padding-right:60px}}@media (min-width: 48.4375rem){.xs\:pb-60{padding-bottom:60px}}@media (min-width: 48.4375rem){.xs\:py-60{padding-top:60px;padding-bottom:60px}}@media (min-width: 48.4375rem){.xs\:px-60{padding-left:60px;padding-right:60px}}@media (min-width: 48.4375rem){.xs\:p-80{padding:80px}}@media (min-width: 48.4375rem){.xs\:pl-80{padding-left:80px}}@media (min-width: 48.4375rem){.xs\:pt-80{padding-top:80px}}@media (min-width: 48.4375rem){.xs\:pr-80{padding-right:80px}}@media (min-width: 48.4375rem){.xs\:pb-80{padding-bottom:80px}}@media (min-width: 48.4375rem){.xs\:py-80{padding-top:80px;padding-bottom:80px}}@media (min-width: 48.4375rem){.xs\:px-80{padding-left:80px;padding-right:80px}}@media (min-width: 48.4375rem){.xs\:p-110{padding:110px}}@media (min-width: 48.4375rem){.xs\:pl-110{padding-left:110px}}@media (min-width: 48.4375rem){.xs\:pt-110{padding-top:110px}}@media (min-width: 48.4375rem){.xs\:pr-110{padding-right:110px}}@media (min-width: 48.4375rem){.xs\:pb-110{padding-bottom:110px}}@media (min-width: 48.4375rem){.xs\:py-110{padding-top:110px;padding-bottom:110px}}@media (min-width: 48.4375rem){.xs\:px-110{padding-left:110px;padding-right:110px}}@media (min-width: 48.4375rem){.xs\:p-180{padding:180px}}@media (min-width: 48.4375rem){.xs\:pl-180{padding-left:180px}}@media (min-width: 48.4375rem){.xs\:pt-180{padding-top:180px}}@media (min-width: 48.4375rem){.xs\:pr-180{padding-right:180px}}@media (min-width: 48.4375rem){.xs\:pb-180{padding-bottom:180px}}@media (min-width: 48.4375rem){.xs\:py-180{padding-top:180px;padding-bottom:180px}}@media (min-width: 48.4375rem){.xs\:px-180{padding-left:180px;padding-right:180px}}@media (min-width: 48.4375rem){.xs\:p-240{padding:240px}}@media (min-width: 48.4375rem){.xs\:pl-240{padding-left:240px}}@media (min-width: 48.4375rem){.xs\:pt-240{padding-top:240px}}@media (min-width: 48.4375rem){.xs\:pr-240{padding-right:240px}}@media (min-width: 48.4375rem){.xs\:pb-240{padding-bottom:240px}}@media (min-width: 48.4375rem){.xs\:py-240{padding-top:240px;padding-bottom:240px}}@media (min-width: 48.4375rem){.xs\:px-240{padding-left:240px;padding-right:240px}}@media (min-width: 48.4375rem){.xs\:p-auto{padding:auto}}@media (min-width: 48.4375rem){.xs\:pl-auto{padding-left:auto}}@media (min-width: 48.4375rem){.xs\:pt-auto{padding-top:auto}}@media (min-width: 48.4375rem){.xs\:pr-auto{padding-right:auto}}@media (min-width: 48.4375rem){.xs\:pb-auto{padding-bottom:auto}}@media (min-width: 48.4375rem){.xs\:py-auto{padding-top:auto;padding-bottom:auto}}@media (min-width: 48.4375rem){.xs\:px-auto{padding-left:auto;padding-right:auto}}@media (min-width: 48.4375rem){.xs\:m-0{margin:0}}@media (min-width: 48.4375rem){.xs\:ml-0{margin-left:0}}@media (min-width: 48.4375rem){.xs\:mt-0{margin-top:0}}@media (min-width: 48.4375rem){.xs\:mr-0{margin-right:0}}@media (min-width: 48.4375rem){.xs\:mb-0{margin-bottom:0}}@media (min-width: 48.4375rem){.xs\:my-0{margin-top:0;margin-bottom:0}}@media (min-width: 48.4375rem){.xs\:mx-0{margin-left:0;margin-right:0}}@media (min-width: 48.4375rem){.xs\:m-10{margin:10px}}@media (min-width: 48.4375rem){.xs\:ml-10{margin-left:10px}}@media (min-width: 48.4375rem){.xs\:mt-10{margin-top:10px}}@media (min-width: 48.4375rem){.xs\:mr-10{margin-right:10px}}@media (min-width: 48.4375rem){.xs\:mb-10{margin-bottom:10px}}@media (min-width: 48.4375rem){.xs\:my-10{margin-top:10px;margin-bottom:10px}}@media (min-width: 48.4375rem){.xs\:mx-10{margin-left:10px;margin-right:10px}}@media (min-width: 48.4375rem){.xs\:m-15{margin:15px}}@media (min-width: 48.4375rem){.xs\:ml-15{margin-left:15px}}@media (min-width: 48.4375rem){.xs\:mt-15{margin-top:15px}}@media (min-width: 48.4375rem){.xs\:mr-15{margin-right:15px}}@media (min-width: 48.4375rem){.xs\:mb-15{margin-bottom:15px}}@media (min-width: 48.4375rem){.xs\:my-15{margin-top:15px;margin-bottom:15px}}@media (min-width: 48.4375rem){.xs\:mx-15{margin-left:15px;margin-right:15px}}@media (min-width: 48.4375rem){.xs\:m-20{margin:20px}}@media (min-width: 48.4375rem){.xs\:ml-20{margin-left:20px}}@media (min-width: 48.4375rem){.xs\:mt-20{margin-top:20px}}@media (min-width: 48.4375rem){.xs\:mr-20{margin-right:20px}}@media (min-width: 48.4375rem){.xs\:mb-20{margin-bottom:20px}}@media (min-width: 48.4375rem){.xs\:my-20{margin-top:20px;margin-bottom:20px}}@media (min-width: 48.4375rem){.xs\:mx-20{margin-left:20px;margin-right:20px}}@media (min-width: 48.4375rem){.xs\:m-30{margin:30px}}@media (min-width: 48.4375rem){.xs\:ml-30{margin-left:30px}}@media (min-width: 48.4375rem){.xs\:mt-30{margin-top:30px}}@media (min-width: 48.4375rem){.xs\:mr-30{margin-right:30px}}@media (min-width: 48.4375rem){.xs\:mb-30{margin-bottom:30px}}@media (min-width: 48.4375rem){.xs\:my-30{margin-top:30px;margin-bottom:30px}}@media (min-width: 48.4375rem){.xs\:mx-30{margin-left:30px;margin-right:30px}}@media (min-width: 48.4375rem){.xs\:m-40{margin:40px}}@media (min-width: 48.4375rem){.xs\:ml-40{margin-left:40px}}@media (min-width: 48.4375rem){.xs\:mt-40{margin-top:40px}}@media (min-width: 48.4375rem){.xs\:mr-40{margin-right:40px}}@media (min-width: 48.4375rem){.xs\:mb-40{margin-bottom:40px}}@media (min-width: 48.4375rem){.xs\:my-40{margin-top:40px;margin-bottom:40px}}@media (min-width: 48.4375rem){.xs\:mx-40{margin-left:40px;margin-right:40px}}@media (min-width: 48.4375rem){.xs\:m-60{margin:60px}}@media (min-width: 48.4375rem){.xs\:ml-60{margin-left:60px}}@media (min-width: 48.4375rem){.xs\:mt-60{margin-top:60px}}@media (min-width: 48.4375rem){.xs\:mr-60{margin-right:60px}}@media (min-width: 48.4375rem){.xs\:mb-60{margin-bottom:60px}}@media (min-width: 48.4375rem){.xs\:my-60{margin-top:60px;margin-bottom:60px}}@media (min-width: 48.4375rem){.xs\:mx-60{margin-left:60px;margin-right:60px}}@media (min-width: 48.4375rem){.xs\:m-80{margin:80px}}@media (min-width: 48.4375rem){.xs\:ml-80{margin-left:80px}}@media (min-width: 48.4375rem){.xs\:mt-80{margin-top:80px}}@media (min-width: 48.4375rem){.xs\:mr-80{margin-right:80px}}@media (min-width: 48.4375rem){.xs\:mb-80{margin-bottom:80px}}@media (min-width: 48.4375rem){.xs\:my-80{margin-top:80px;margin-bottom:80px}}@media (min-width: 48.4375rem){.xs\:mx-80{margin-left:80px;margin-right:80px}}@media (min-width: 48.4375rem){.xs\:m-110{margin:110px}}@media (min-width: 48.4375rem){.xs\:ml-110{margin-left:110px}}@media (min-width: 48.4375rem){.xs\:mt-110{margin-top:110px}}@media (min-width: 48.4375rem){.xs\:mr-110{margin-right:110px}}@media (min-width: 48.4375rem){.xs\:mb-110{margin-bottom:110px}}@media (min-width: 48.4375rem){.xs\:my-110{margin-top:110px;margin-bottom:110px}}@media (min-width: 48.4375rem){.xs\:mx-110{margin-left:110px;margin-right:110px}}@media (min-width: 48.4375rem){.xs\:m-180{margin:180px}}@media (min-width: 48.4375rem){.xs\:ml-180{margin-left:180px}}@media (min-width: 48.4375rem){.xs\:mt-180{margin-top:180px}}@media (min-width: 48.4375rem){.xs\:mr-180{margin-right:180px}}@media (min-width: 48.4375rem){.xs\:mb-180{margin-bottom:180px}}@media (min-width: 48.4375rem){.xs\:my-180{margin-top:180px;margin-bottom:180px}}@media (min-width: 48.4375rem){.xs\:mx-180{margin-left:180px;margin-right:180px}}@media (min-width: 48.4375rem){.xs\:m-240{margin:240px}}@media (min-width: 48.4375rem){.xs\:ml-240{margin-left:240px}}@media (min-width: 48.4375rem){.xs\:mt-240{margin-top:240px}}@media (min-width: 48.4375rem){.xs\:mr-240{margin-right:240px}}@media (min-width: 48.4375rem){.xs\:mb-240{margin-bottom:240px}}@media (min-width: 48.4375rem){.xs\:my-240{margin-top:240px;margin-bottom:240px}}@media (min-width: 48.4375rem){.xs\:mx-240{margin-left:240px;margin-right:240px}}@media (min-width: 48.4375rem){.xs\:m-auto{margin:auto}}@media (min-width: 48.4375rem){.xs\:ml-auto{margin-left:auto}}@media (min-width: 48.4375rem){.xs\:mt-auto{margin-top:auto}}@media (min-width: 48.4375rem){.xs\:mr-auto{margin-right:auto}}@media (min-width: 48.4375rem){.xs\:mb-auto{margin-bottom:auto}}@media (min-width: 48.4375rem){.xs\:my-auto{margin-top:auto;margin-bottom:auto}}@media (min-width: 48.4375rem){.xs\:mx-auto{margin-left:auto;margin-right:auto}}@media (min-width: 75rem){.md\:m-0{margin:0}}@media (min-width: 75rem){.md\:ml-0{margin-left:0}}@media (min-width: 75rem){.md\:mt-0{margin-top:0}}@media (min-width: 75rem){.md\:mr-0{margin-right:0}}@media (min-width: 75rem){.md\:mb-0{margin-bottom:0}}@media (min-width: 75rem){.md\:my-0{margin-top:0;margin-bottom:0}}@media (min-width: 75rem){.md\:mx-0{margin-left:0;margin-right:0}}@media (min-width: 75rem){.md\:m-10{margin:10px}}@media (min-width: 75rem){.md\:ml-10{margin-left:10px}}@media (min-width: 75rem){.md\:mt-10{margin-top:10px}}@media (min-width: 75rem){.md\:mr-10{margin-right:10px}}@media (min-width: 75rem){.md\:mb-10{margin-bottom:10px}}@media (min-width: 75rem){.md\:my-10{margin-top:10px;margin-bottom:10px}}@media (min-width: 75rem){.md\:mx-10{margin-left:10px;margin-right:10px}}@media (min-width: 75rem){.md\:m-15{margin:15px}}@media (min-width: 75rem){.md\:ml-15{margin-left:15px}}@media (min-width: 75rem){.md\:mt-15{margin-top:15px}}@media (min-width: 75rem){.md\:mr-15{margin-right:15px}}@media (min-width: 75rem){.md\:mb-15{margin-bottom:15px}}@media (min-width: 75rem){.md\:my-15{margin-top:15px;margin-bottom:15px}}@media (min-width: 75rem){.md\:mx-15{margin-left:15px;margin-right:15px}}@media (min-width: 75rem){.md\:m-20{margin:20px}}@media (min-width: 75rem){.md\:ml-20{margin-left:20px}}@media (min-width: 75rem){.md\:mt-20{margin-top:20px}}@media (min-width: 75rem){.md\:mr-20{margin-right:20px}}@media (min-width: 75rem){.md\:mb-20{margin-bottom:20px}}@media (min-width: 75rem){.md\:my-20{margin-top:20px;margin-bottom:20px}}@media (min-width: 75rem){.md\:mx-20{margin-left:20px;margin-right:20px}}@media (min-width: 75rem){.md\:m-30{margin:30px}}@media (min-width: 75rem){.md\:ml-30{margin-left:30px}}@media (min-width: 75rem){.md\:mt-30{margin-top:30px}}@media (min-width: 75rem){.md\:mr-30{margin-right:30px}}@media (min-width: 75rem){.md\:mb-30{margin-bottom:30px}}@media (min-width: 75rem){.md\:my-30{margin-top:30px;margin-bottom:30px}}@media (min-width: 75rem){.md\:mx-30{margin-left:30px;margin-right:30px}}@media (min-width: 75rem){.md\:m-40{margin:40px}}@media (min-width: 75rem){.md\:ml-40{margin-left:40px}}@media (min-width: 75rem){.md\:mt-40{margin-top:40px}}@media (min-width: 75rem){.md\:mr-40{margin-right:40px}}@media (min-width: 75rem){.md\:mb-40{margin-bottom:40px}}@media (min-width: 75rem){.md\:my-40{margin-top:40px;margin-bottom:40px}}@media (min-width: 75rem){.md\:mx-40{margin-left:40px;margin-right:40px}}@media (min-width: 75rem){.md\:m-60{margin:60px}}@media (min-width: 75rem){.md\:ml-60{margin-left:60px}}@media (min-width: 75rem){.md\:mt-60{margin-top:60px}}@media (min-width: 75rem){.md\:mr-60{margin-right:60px}}@media (min-width: 75rem){.md\:mb-60{margin-bottom:60px}}@media (min-width: 75rem){.md\:my-60{margin-top:60px;margin-bottom:60px}}@media (min-width: 75rem){.md\:mx-60{margin-left:60px;margin-right:60px}}@media (min-width: 75rem){.md\:m-80{margin:80px}}@media (min-width: 75rem){.md\:ml-80{margin-left:80px}}@media (min-width: 75rem){.md\:mt-80{margin-top:80px}}@media (min-width: 75rem){.md\:mr-80{margin-right:80px}}@media (min-width: 75rem){.md\:mb-80{margin-bottom:80px}}@media (min-width: 75rem){.md\:my-80{margin-top:80px;margin-bottom:80px}}@media (min-width: 75rem){.md\:mx-80{margin-left:80px;margin-right:80px}}@media (min-width: 75rem){.md\:m-110{margin:110px}}@media (min-width: 75rem){.md\:ml-110{margin-left:110px}}@media (min-width: 75rem){.md\:mt-110{margin-top:110px}}@media (min-width: 75rem){.md\:mr-110{margin-right:110px}}@media (min-width: 75rem){.md\:mb-110{margin-bottom:110px}}@media (min-width: 75rem){.md\:my-110{margin-top:110px;margin-bottom:110px}}@media (min-width: 75rem){.md\:mx-110{margin-left:110px;margin-right:110px}}@media (min-width: 75rem){.md\:m-180{margin:180px}}@media (min-width: 75rem){.md\:ml-180{margin-left:180px}}@media (min-width: 75rem){.md\:mt-180{margin-top:180px}}@media (min-width: 75rem){.md\:mr-180{margin-right:180px}}@media (min-width: 75rem){.md\:mb-180{margin-bottom:180px}}@media (min-width: 75rem){.md\:my-180{margin-top:180px;margin-bottom:180px}}@media (min-width: 75rem){.md\:mx-180{margin-left:180px;margin-right:180px}}@media (min-width: 75rem){.md\:m-240{margin:240px}}@media (min-width: 75rem){.md\:ml-240{margin-left:240px}}@media (min-width: 75rem){.md\:mt-240{margin-top:240px}}@media (min-width: 75rem){.md\:mr-240{margin-right:240px}}@media (min-width: 75rem){.md\:mb-240{margin-bottom:240px}}@media (min-width: 75rem){.md\:my-240{margin-top:240px;margin-bottom:240px}}@media (min-width: 75rem){.md\:mx-240{margin-left:240px;margin-right:240px}}@media (min-width: 75rem){.md\:m-auto{margin:auto}}@media (min-width: 75rem){.md\:ml-auto{margin-left:auto}}@media (min-width: 75rem){.md\:mt-auto{margin-top:auto}}@media (min-width: 75rem){.md\:mr-auto{margin-right:auto}}@media (min-width: 75rem){.md\:mb-auto{margin-bottom:auto}}@media (min-width: 75rem){.md\:my-auto{margin-top:auto;margin-bottom:auto}}@media (min-width: 75rem){.md\:mx-auto{margin-left:auto;margin-right:auto}}@media (min-width: 75rem){.md\:p-0{padding:0}}@media (min-width: 75rem){.md\:pl-0{padding-left:0}}@media (min-width: 75rem){.md\:pt-0{padding-top:0}}@media (min-width: 75rem){.md\:pr-0{padding-right:0}}@media (min-width: 75rem){.md\:pb-0{padding-bottom:0}}@media (min-width: 75rem){.md\:py-0{padding-top:0;padding-bottom:0}}@media (min-width: 75rem){.md\:px-0{padding-left:0;padding-right:0}}@media (min-width: 75rem){.md\:p-10{padding:10px}}@media (min-width: 75rem){.md\:pl-10{padding-left:10px}}@media (min-width: 75rem){.md\:pt-10{padding-top:10px}}@media (min-width: 75rem){.md\:pr-10{padding-right:10px}}@media (min-width: 75rem){.md\:pb-10{padding-bottom:10px}}@media (min-width: 75rem){.md\:py-10{padding-top:10px;padding-bottom:10px}}@media (min-width: 75rem){.md\:px-10{padding-left:10px;padding-right:10px}}@media (min-width: 75rem){.md\:p-15{padding:15px}}@media (min-width: 75rem){.md\:pl-15{padding-left:15px}}@media (min-width: 75rem){.md\:pt-15{padding-top:15px}}@media (min-width: 75rem){.md\:pr-15{padding-right:15px}}@media (min-width: 75rem){.md\:pb-15{padding-bottom:15px}}@media (min-width: 75rem){.md\:py-15{padding-top:15px;padding-bottom:15px}}@media (min-width: 75rem){.md\:px-15{padding-left:15px;padding-right:15px}}@media (min-width: 75rem){.md\:p-20{padding:20px}}@media (min-width: 75rem){.md\:pl-20{padding-left:20px}}@media (min-width: 75rem){.md\:pt-20{padding-top:20px}}@media (min-width: 75rem){.md\:pr-20{padding-right:20px}}@media (min-width: 75rem){.md\:pb-20{padding-bottom:20px}}@media (min-width: 75rem){.md\:py-20{padding-top:20px;padding-bottom:20px}}@media (min-width: 75rem){.md\:px-20{padding-left:20px;padding-right:20px}}@media (min-width: 75rem){.md\:p-30{padding:30px}}@media (min-width: 75rem){.md\:pl-30{padding-left:30px}}@media (min-width: 75rem){.md\:pt-30{padding-top:30px}}@media (min-width: 75rem){.md\:pr-30{padding-right:30px}}@media (min-width: 75rem){.md\:pb-30{padding-bottom:30px}}@media (min-width: 75rem){.md\:py-30{padding-top:30px;padding-bottom:30px}}@media (min-width: 75rem){.md\:px-30{padding-left:30px;padding-right:30px}}@media (min-width: 75rem){.md\:p-40{padding:40px}}@media (min-width: 75rem){.md\:pl-40{padding-left:40px}}@media (min-width: 75rem){.md\:pt-40{padding-top:40px}}@media (min-width: 75rem){.md\:pr-40{padding-right:40px}}@media (min-width: 75rem){.md\:pb-40{padding-bottom:40px}}@media (min-width: 75rem){.md\:py-40{padding-top:40px;padding-bottom:40px}}@media (min-width: 75rem){.md\:px-40{padding-left:40px;padding-right:40px}}@media (min-width: 75rem){.md\:p-60{padding:60px}}@media (min-width: 75rem){.md\:pl-60{padding-left:60px}}@media (min-width: 75rem){.md\:pt-60{padding-top:60px}}@media (min-width: 75rem){.md\:pr-60{padding-right:60px}}@media (min-width: 75rem){.md\:pb-60{padding-bottom:60px}}@media (min-width: 75rem){.md\:py-60{padding-top:60px;padding-bottom:60px}}@media (min-width: 75rem){.md\:px-60{padding-left:60px;padding-right:60px}}@media (min-width: 75rem){.md\:p-80{padding:80px}}@media (min-width: 75rem){.md\:pl-80{padding-left:80px}}@media (min-width: 75rem){.md\:pt-80{padding-top:80px}}@media (min-width: 75rem){.md\:pr-80{padding-right:80px}}@media (min-width: 75rem){.md\:pb-80{padding-bottom:80px}}@media (min-width: 75rem){.md\:py-80{padding-top:80px;padding-bottom:80px}}@media (min-width: 75rem){.md\:px-80{padding-left:80px;padding-right:80px}}@media (min-width: 75rem){.md\:p-110{padding:110px}}@media (min-width: 75rem){.md\:pl-110{padding-left:110px}}@media (min-width: 75rem){.md\:pt-110{padding-top:110px}}@media (min-width: 75rem){.md\:pr-110{padding-right:110px}}@media (min-width: 75rem){.md\:pb-110{padding-bottom:110px}}@media (min-width: 75rem){.md\:py-110{padding-top:110px;padding-bottom:110px}}@media (min-width: 75rem){.md\:px-110{padding-left:110px;padding-right:110px}}@media (min-width: 75rem){.md\:p-180{padding:180px}}@media (min-width: 75rem){.md\:pl-180{padding-left:180px}}@media (min-width: 75rem){.md\:pt-180{padding-top:180px}}@media (min-width: 75rem){.md\:pr-180{padding-right:180px}}@media (min-width: 75rem){.md\:pb-180{padding-bottom:180px}}@media (min-width: 75rem){.md\:py-180{padding-top:180px;padding-bottom:180px}}@media (min-width: 75rem){.md\:px-180{padding-left:180px;padding-right:180px}}@media (min-width: 75rem){.md\:p-240{padding:240px}}@media (min-width: 75rem){.md\:pl-240{padding-left:240px}}@media (min-width: 75rem){.md\:pt-240{padding-top:240px}}@media (min-width: 75rem){.md\:pr-240{padding-right:240px}}@media (min-width: 75rem){.md\:pb-240{padding-bottom:240px}}@media (min-width: 75rem){.md\:py-240{padding-top:240px;padding-bottom:240px}}@media (min-width: 75rem){.md\:px-240{padding-left:240px;padding-right:240px}}@media (min-width: 75rem){.md\:p-auto{padding:auto}}@media (min-width: 75rem){.md\:pl-auto{padding-left:auto}}@media (min-width: 75rem){.md\:pt-auto{padding-top:auto}}@media (min-width: 75rem){.md\:pr-auto{padding-right:auto}}@media (min-width: 75rem){.md\:pb-auto{padding-bottom:auto}}@media (min-width: 75rem){.md\:py-auto{padding-top:auto;padding-bottom:auto}}@media (min-width: 75rem){.md\:px-auto{padding-left:auto;padding-right:auto}}@media (min-width: 85.4375rem){.xl\:m-0{margin:0}}@media (min-width: 85.4375rem){.xl\:ml-0{margin-left:0}}@media (min-width: 85.4375rem){.xl\:mt-0{margin-top:0}}@media (min-width: 85.4375rem){.xl\:mr-0{margin-right:0}}@media (min-width: 85.4375rem){.xl\:mb-0{margin-bottom:0}}@media (min-width: 85.4375rem){.xl\:my-0{margin-top:0;margin-bottom:0}}@media (min-width: 85.4375rem){.xl\:mx-0{margin-left:0;margin-right:0}}@media (min-width: 85.4375rem){.xl\:m-10{margin:10px}}@media (min-width: 85.4375rem){.xl\:ml-10{margin-left:10px}}@media (min-width: 85.4375rem){.xl\:mt-10{margin-top:10px}}@media (min-width: 85.4375rem){.xl\:mr-10{margin-right:10px}}@media (min-width: 85.4375rem){.xl\:mb-10{margin-bottom:10px}}@media (min-width: 85.4375rem){.xl\:my-10{margin-top:10px;margin-bottom:10px}}@media (min-width: 85.4375rem){.xl\:mx-10{margin-left:10px;margin-right:10px}}@media (min-width: 85.4375rem){.xl\:m-15{margin:15px}}@media (min-width: 85.4375rem){.xl\:ml-15{margin-left:15px}}@media (min-width: 85.4375rem){.xl\:mt-15{margin-top:15px}}@media (min-width: 85.4375rem){.xl\:mr-15{margin-right:15px}}@media (min-width: 85.4375rem){.xl\:mb-15{margin-bottom:15px}}@media (min-width: 85.4375rem){.xl\:my-15{margin-top:15px;margin-bottom:15px}}@media (min-width: 85.4375rem){.xl\:mx-15{margin-left:15px;margin-right:15px}}@media (min-width: 85.4375rem){.xl\:m-20{margin:20px}}@media (min-width: 85.4375rem){.xl\:ml-20{margin-left:20px}}@media (min-width: 85.4375rem){.xl\:mt-20{margin-top:20px}}@media (min-width: 85.4375rem){.xl\:mr-20{margin-right:20px}}@media (min-width: 85.4375rem){.xl\:mb-20{margin-bottom:20px}}@media (min-width: 85.4375rem){.xl\:my-20{margin-top:20px;margin-bottom:20px}}@media (min-width: 85.4375rem){.xl\:mx-20{margin-left:20px;margin-right:20px}}@media (min-width: 85.4375rem){.xl\:m-30{margin:30px}}@media (min-width: 85.4375rem){.xl\:ml-30{margin-left:30px}}@media (min-width: 85.4375rem){.xl\:mt-30{margin-top:30px}}@media (min-width: 85.4375rem){.xl\:mr-30{margin-right:30px}}@media (min-width: 85.4375rem){.xl\:mb-30{margin-bottom:30px}}@media (min-width: 85.4375rem){.xl\:my-30{margin-top:30px;margin-bottom:30px}}@media (min-width: 85.4375rem){.xl\:mx-30{margin-left:30px;margin-right:30px}}@media (min-width: 85.4375rem){.xl\:m-40{margin:40px}}@media (min-width: 85.4375rem){.xl\:ml-40{margin-left:40px}}@media (min-width: 85.4375rem){.xl\:mt-40{margin-top:40px}}@media (min-width: 85.4375rem){.xl\:mr-40{margin-right:40px}}@media (min-width: 85.4375rem){.xl\:mb-40{margin-bottom:40px}}@media (min-width: 85.4375rem){.xl\:my-40{margin-top:40px;margin-bottom:40px}}@media (min-width: 85.4375rem){.xl\:mx-40{margin-left:40px;margin-right:40px}}@media (min-width: 85.4375rem){.xl\:m-60{margin:60px}}@media (min-width: 85.4375rem){.xl\:ml-60{margin-left:60px}}@media (min-width: 85.4375rem){.xl\:mt-60{margin-top:60px}}@media (min-width: 85.4375rem){.xl\:mr-60{margin-right:60px}}@media (min-width: 85.4375rem){.xl\:mb-60{margin-bottom:60px}}@media (min-width: 85.4375rem){.xl\:my-60{margin-top:60px;margin-bottom:60px}}@media (min-width: 85.4375rem){.xl\:mx-60{margin-left:60px;margin-right:60px}}@media (min-width: 85.4375rem){.xl\:m-80{margin:80px}}@media (min-width: 85.4375rem){.xl\:ml-80{margin-left:80px}}@media (min-width: 85.4375rem){.xl\:mt-80{margin-top:80px}}@media (min-width: 85.4375rem){.xl\:mr-80{margin-right:80px}}@media (min-width: 85.4375rem){.xl\:mb-80{margin-bottom:80px}}@media (min-width: 85.4375rem){.xl\:my-80{margin-top:80px;margin-bottom:80px}}@media (min-width: 85.4375rem){.xl\:mx-80{margin-left:80px;margin-right:80px}}@media (min-width: 85.4375rem){.xl\:m-110{margin:110px}}@media (min-width: 85.4375rem){.xl\:ml-110{margin-left:110px}}@media (min-width: 85.4375rem){.xl\:mt-110{margin-top:110px}}@media (min-width: 85.4375rem){.xl\:mr-110{margin-right:110px}}@media (min-width: 85.4375rem){.xl\:mb-110{margin-bottom:110px}}@media (min-width: 85.4375rem){.xl\:my-110{margin-top:110px;margin-bottom:110px}}@media (min-width: 85.4375rem){.xl\:mx-110{margin-left:110px;margin-right:110px}}@media (min-width: 85.4375rem){.xl\:m-180{margin:180px}}@media (min-width: 85.4375rem){.xl\:ml-180{margin-left:180px}}@media (min-width: 85.4375rem){.xl\:mt-180{margin-top:180px}}@media (min-width: 85.4375rem){.xl\:mr-180{margin-right:180px}}@media (min-width: 85.4375rem){.xl\:mb-180{margin-bottom:180px}}@media (min-width: 85.4375rem){.xl\:my-180{margin-top:180px;margin-bottom:180px}}@media (min-width: 85.4375rem){.xl\:mx-180{margin-left:180px;margin-right:180px}}@media (min-width: 85.4375rem){.xl\:m-240{margin:240px}}@media (min-width: 85.4375rem){.xl\:ml-240{margin-left:240px}}@media (min-width: 85.4375rem){.xl\:mt-240{margin-top:240px}}@media (min-width: 85.4375rem){.xl\:mr-240{margin-right:240px}}@media (min-width: 85.4375rem){.xl\:mb-240{margin-bottom:240px}}@media (min-width: 85.4375rem){.xl\:my-240{margin-top:240px;margin-bottom:240px}}@media (min-width: 85.4375rem){.xl\:mx-240{margin-left:240px;margin-right:240px}}@media (min-width: 85.4375rem){.xl\:m-auto{margin:auto}}@media (min-width: 85.4375rem){.xl\:ml-auto{margin-left:auto}}@media (min-width: 85.4375rem){.xl\:mt-auto{margin-top:auto}}@media (min-width: 85.4375rem){.xl\:mr-auto{margin-right:auto}}@media (min-width: 85.4375rem){.xl\:mb-auto{margin-bottom:auto}}@media (min-width: 85.4375rem){.xl\:my-auto{margin-top:auto;margin-bottom:auto}}@media (min-width: 85.4375rem){.xl\:mx-auto{margin-left:auto;margin-right:auto}}@media (min-width: 85.4375rem){.xl\:p-0{padding:0}}@media (min-width: 85.4375rem){.xl\:pl-0{padding-left:0}}@media (min-width: 85.4375rem){.xl\:pt-0{padding-top:0}}@media (min-width: 85.4375rem){.xl\:pr-0{padding-right:0}}@media (min-width: 85.4375rem){.xl\:pb-0{padding-bottom:0}}@media (min-width: 85.4375rem){.xl\:py-0{padding-top:0;padding-bottom:0}}@media (min-width: 85.4375rem){.xl\:px-0{padding-left:0;padding-right:0}}@media (min-width: 85.4375rem){.xl\:p-10{padding:10px}}@media (min-width: 85.4375rem){.xl\:pl-10{padding-left:10px}}@media (min-width: 85.4375rem){.xl\:pt-10{padding-top:10px}}@media (min-width: 85.4375rem){.xl\:pr-10{padding-right:10px}}@media (min-width: 85.4375rem){.xl\:pb-10{padding-bottom:10px}}@media (min-width: 85.4375rem){.xl\:py-10{padding-top:10px;padding-bottom:10px}}@media (min-width: 85.4375rem){.xl\:px-10{padding-left:10px;padding-right:10px}}@media (min-width: 85.4375rem){.xl\:p-15{padding:15px}}@media (min-width: 85.4375rem){.xl\:pl-15{padding-left:15px}}@media (min-width: 85.4375rem){.xl\:pt-15{padding-top:15px}}@media (min-width: 85.4375rem){.xl\:pr-15{padding-right:15px}}@media (min-width: 85.4375rem){.xl\:pb-15{padding-bottom:15px}}@media (min-width: 85.4375rem){.xl\:py-15{padding-top:15px;padding-bottom:15px}}@media (min-width: 85.4375rem){.xl\:px-15{padding-left:15px;padding-right:15px}}@media (min-width: 85.4375rem){.xl\:p-20{padding:20px}}@media (min-width: 85.4375rem){.xl\:pl-20{padding-left:20px}}@media (min-width: 85.4375rem){.xl\:pt-20{padding-top:20px}}@media (min-width: 85.4375rem){.xl\:pr-20{padding-right:20px}}@media (min-width: 85.4375rem){.xl\:pb-20{padding-bottom:20px}}@media (min-width: 85.4375rem){.xl\:py-20{padding-top:20px;padding-bottom:20px}}@media (min-width: 85.4375rem){.xl\:px-20{padding-left:20px;padding-right:20px}}@media (min-width: 85.4375rem){.xl\:p-30{padding:30px}}@media (min-width: 85.4375rem){.xl\:pl-30{padding-left:30px}}@media (min-width: 85.4375rem){.xl\:pt-30{padding-top:30px}}@media (min-width: 85.4375rem){.xl\:pr-30{padding-right:30px}}@media (min-width: 85.4375rem){.xl\:pb-30{padding-bottom:30px}}@media (min-width: 85.4375rem){.xl\:py-30{padding-top:30px;padding-bottom:30px}}@media (min-width: 85.4375rem){.xl\:px-30{padding-left:30px;padding-right:30px}}@media (min-width: 85.4375rem){.xl\:p-40{padding:40px}}@media (min-width: 85.4375rem){.xl\:pl-40{padding-left:40px}}@media (min-width: 85.4375rem){.xl\:pt-40{padding-top:40px}}@media (min-width: 85.4375rem){.xl\:pr-40{padding-right:40px}}@media (min-width: 85.4375rem){.xl\:pb-40{padding-bottom:40px}}@media (min-width: 85.4375rem){.xl\:py-40{padding-top:40px;padding-bottom:40px}}@media (min-width: 85.4375rem){.xl\:px-40{padding-left:40px;padding-right:40px}}@media (min-width: 85.4375rem){.xl\:p-60{padding:60px}}@media (min-width: 85.4375rem){.xl\:pl-60{padding-left:60px}}@media (min-width: 85.4375rem){.xl\:pt-60{padding-top:60px}}@media (min-width: 85.4375rem){.xl\:pr-60{padding-right:60px}}@media (min-width: 85.4375rem){.xl\:pb-60{padding-bottom:60px}}@media (min-width: 85.4375rem){.xl\:py-60{padding-top:60px;padding-bottom:60px}}@media (min-width: 85.4375rem){.xl\:px-60{padding-left:60px;padding-right:60px}}@media (min-width: 85.4375rem){.xl\:p-80{padding:80px}}@media (min-width: 85.4375rem){.xl\:pl-80{padding-left:80px}}@media (min-width: 85.4375rem){.xl\:pt-80{padding-top:80px}}@media (min-width: 85.4375rem){.xl\:pr-80{padding-right:80px}}@media (min-width: 85.4375rem){.xl\:pb-80{padding-bottom:80px}}@media (min-width: 85.4375rem){.xl\:py-80{padding-top:80px;padding-bottom:80px}}@media (min-width: 85.4375rem){.xl\:px-80{padding-left:80px;padding-right:80px}}@media (min-width: 85.4375rem){.xl\:p-110{padding:110px}}@media (min-width: 85.4375rem){.xl\:pl-110{padding-left:110px}}@media (min-width: 85.4375rem){.xl\:pt-110{padding-top:110px}}@media (min-width: 85.4375rem){.xl\:pr-110{padding-right:110px}}@media (min-width: 85.4375rem){.xl\:pb-110{padding-bottom:110px}}@media (min-width: 85.4375rem){.xl\:py-110{padding-top:110px;padding-bottom:110px}}@media (min-width: 85.4375rem){.xl\:px-110{padding-left:110px;padding-right:110px}}@media (min-width: 85.4375rem){.xl\:p-180{padding:180px}}@media (min-width: 85.4375rem){.xl\:pl-180{padding-left:180px}}@media (min-width: 85.4375rem){.xl\:pt-180{padding-top:180px}}@media (min-width: 85.4375rem){.xl\:pr-180{padding-right:180px}}@media (min-width: 85.4375rem){.xl\:pb-180{padding-bottom:180px}}@media (min-width: 85.4375rem){.xl\:py-180{padding-top:180px;padding-bottom:180px}}@media (min-width: 85.4375rem){.xl\:px-180{padding-left:180px;padding-right:180px}}@media (min-width: 85.4375rem){.xl\:p-240{padding:240px}}@media (min-width: 85.4375rem){.xl\:pl-240{padding-left:240px}}@media (min-width: 85.4375rem){.xl\:pt-240{padding-top:240px}}@media (min-width: 85.4375rem){.xl\:pr-240{padding-right:240px}}@media (min-width: 85.4375rem){.xl\:pb-240{padding-bottom:240px}}@media (min-width: 85.4375rem){.xl\:py-240{padding-top:240px;padding-bottom:240px}}@media (min-width: 85.4375rem){.xl\:px-240{padding-left:240px;padding-right:240px}}@media (min-width: 85.4375rem){.xl\:p-auto{padding:auto}}@media (min-width: 85.4375rem){.xl\:pl-auto{padding-left:auto}}@media (min-width: 85.4375rem){.xl\:pt-auto{padding-top:auto}}@media (min-width: 85.4375rem){.xl\:pr-auto{padding-right:auto}}@media (min-width: 85.4375rem){.xl\:pb-auto{padding-bottom:auto}}@media (min-width: 85.4375rem){.xl\:py-auto{padding-top:auto;padding-bottom:auto}}@media (min-width: 85.4375rem){.xl\:px-auto{padding-left:auto;padding-right:auto}}@media (min-width: 48.4375rem){.md\:pl-90{padding-left:90px}}.pb-15{padding-bottom:.9375rem}.py-25{padding-top:1.5625rem;padding-bottom:1.5625rem}.border{border:1px solid #d8d8d8}.border-top{border-top:1px solid #d8d8d8}.border-bottom{border-bottom:1px solid #d8d8d8}.border-left{border-left:1px solid #d8d8d8}.border-right{border-right:1px solid #d8d8d8}.border-image,.box-content img{border:10px solid rgba(63,102,24,.1)}.border-image-top{border-top:10px solid rgba(63,102,24,.1)}.border-image-bottom{border-bottom:10px solid rgba(63,102,24,.1)}.border-image-left{border-left:10px solid rgba(63,102,24,.1)}.border-image-right{border-right:10px solid rgba(63,102,24,.1)}[data-theme=heilsuvernd] .border--theme{border:1px solid rgb(90,121,188)}[data-theme=heilsuvernd] .border--theme-top{border-top:1px solid rgb(90,121,188)}[data-theme=heilsuvernd] .border--theme-bottom{border-bottom:1px solid rgb(90,121,188)}[data-theme=heilsuvernd] .border--theme-left{border-left:1px solid rgb(90,121,188)}[data-theme=heilsuvernd] .border--theme-right{border-right:1px solid rgb(90,121,188)}[data-theme=hjukrunarheimili] .border--theme{border:1px solid rgb(28,102,167)}[data-theme=hjukrunarheimili] .border--theme-top{border-top:1px solid rgb(28,102,167)}[data-theme=hjukrunarheimili] .border--theme-bottom{border-bottom:1px solid rgb(28,102,167)}[data-theme=hjukrunarheimili] .border--theme-left{border-left:1px solid rgb(28,102,167)}[data-theme=hjukrunarheimili] .border--theme-right{border-right:1px solid rgb(28,102,167)}[data-theme=heilsugaesla] .border--theme{border:1px solid rgb(90,121,188)}[data-theme=heilsugaesla] .border--theme-top{border-top:1px solid rgb(90,121,188)}[data-theme=heilsugaesla] .border--theme-bottom{border-bottom:1px solid rgb(90,121,188)}[data-theme=heilsugaesla] .border--theme-left{border-left:1px solid rgb(90,121,188)}[data-theme=heilsugaesla] .border--theme-right{border-right:1px solid rgb(90,121,188)}[data-theme=vifilsstadir] .border--theme{border:1px solid rgb(10,91,90)}[data-theme=vifilsstadir] .border--theme-top{border-top:1px solid rgb(10,91,90)}[data-theme=vifilsstadir] .border--theme-bottom{border-bottom:1px solid rgb(10,91,90)}[data-theme=vifilsstadir] .border--theme-left{border-left:1px solid rgb(10,91,90)}[data-theme=vifilsstadir] .border--theme-right{border-right:1px solid rgb(10,91,90)}.bg-theme{background-color:#5985271a}.bg-none{background-color:transparent}[data-theme=heilsuvernd] .bg-theme{background-color:#5985271a}@media (min-width: 75rem){[data-theme=heilsuvernd] .md\:bg-none{background-color:transparent}}@media (min-width: 585px){[data-theme=heilsuvernd] .xs\:bg-none{background-color:transparent}}[data-theme=heilsuvernd] .bg-none{background-color:transparent}[data-theme=hjukrunarheimili] .bg-theme{background-color:#e8eff6}@media (min-width: 75rem){[data-theme=hjukrunarheimili] .md\:bg-none{background-color:transparent}}@media (min-width: 585px){[data-theme=hjukrunarheimili] .xs\:bg-none{background-color:transparent}}[data-theme=hjukrunarheimili] .bg-none{background-color:transparent}[data-theme=heilsugaesla] .bg-theme{background-color:#49c7e91a}@media (min-width: 75rem){[data-theme=heilsugaesla] .md\:bg-none{background-color:transparent}}@media (min-width: 585px){[data-theme=heilsugaesla] .xs\:bg-none{background-color:transparent}}[data-theme=heilsugaesla] .bg-none{background-color:transparent}[data-theme=vifilsstadir] .bg-theme{background-color:#12aca81a}@media (min-width: 75rem){[data-theme=vifilsstadir] .md\:bg-none{background-color:transparent}}@media (min-width: 585px){[data-theme=vifilsstadir] .xs\:bg-none{background-color:transparent}}[data-theme=vifilsstadir] .bg-none{background-color:transparent}[data-theme=heima] .bg-theme{background-color:#59852733}@media (min-width: 75rem){[data-theme=heima] .md\:bg-none{background-color:transparent}}@media (min-width: 585px){[data-theme=heima] .xs\:bg-none{background-color:transparent}}[data-theme=heima] .bg-none{background-color:transparent}.bg-size-cover{background-size:cover}.bg-offset{z-index:-1;position:absolute;top:260px;left:0;width:100%;height:calc(100% - 260px)}@media (min-width: 36rem){.bg-offset{top:223px;height:calc(100% - 223px)}}@media (min-width: 48.4375rem){.bg-offset{top:264px;height:calc(100% - 264px)}}@media (min-width: 62rem){.bg-offset{top:310px;height:calc(100% - 310px)}}@media (min-width: 75rem){.bg-offset--img-col{top:350px;height:calc(100% - 350px)}}.bg-deep-purple{background-color:#553488}.bg-purple{background-color:#7a54a2}.bg-orange{background-color:#f7941d}.bg-dark-green{background-color:#3f6618}.bg-green{background-color:#598527}.bg-dark-teal{background-color:#0a5b5a}.bg-teal{background-color:#12aca8}.bg-pastel-blue{background-color:#5a79bc}.bg-light-blue{background-color:#49c7e9}.bg-dark-blue{background-color:#1c66a7}.bg-blue{background-color:#2281c3}.bg-dark{background-color:#231f20}.bg-earth{background-color:#be7050}.bg-body-text{background-color:#646a5a}.bg-gray{background-color:#a2a899}.bg-light-earth{background-color:#daa668}.bg-light-earth-10{background-color:#daa6681a}.bg-border{background-color:#d8d8d8}.bg-white{background-color:#fff}@media (min-width: 75rem){.md\:bg-none{background-color:transparent}}.img--circle{position:relative;overflow:hidden;width:5rem;aspect-ratio:1/1;border-radius:50%;-ms-flex-item-align:baseline;align-self:baseline;min-width:80px}.img--circle img{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.img--circle-small{width:3.75rem}.img__image,.img--100 img,.offsetImg__image{width:100%}.icon--small{width:1.5rem}.icon--large{width:3rem}[data-theme=hjukrunarheimili] .icon--theme{-webkit-filter:brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(382%) hue-rotate(152deg) brightness(84%) contrast(93%);filter:brightness(0) saturate(100%) invert(43%) sepia(95%) saturate(382%) hue-rotate(152deg) brightness(84%) contrast(93%)}[data-theme=heilsugaesla] .icon--theme{-webkit-filter:brightness(0) saturate(100%) invert(49%) sepia(18%) saturate(1250%) hue-rotate(183deg) brightness(90%) contrast(92%);filter:brightness(0) saturate(100%) invert(49%) sepia(18%) saturate(1250%) hue-rotate(183deg) brightness(90%) contrast(92%)}@font-face{font-family:Bebas Neue Pro;font-weight:400;font-style:normal;font-display:block;unicode-range:U+000-5FF;src:local("Bebas Neue Pro"),url(../Bebas-Neue-Pro-Regular-GJQ2UNSM.otf) format("opentype")}@font-face{font-family:Bebas Neue Pro;font-weight:700;font-style:normal;font-display:block;unicode-range:U+000-5FF;src:local("Bebas Neue Pro"),url(../Bebas-Neue-Pro-Bold-C7DEH6IR.otf) format("opentype")}@font-face{font-family:Bebas Neue Pro;font-weight:350;font-style:normal;font-display:block;unicode-range:U+000-5FF;src:local("Bebas Neue Pro"),url(../Bebas-Neue-Pro-Light-VYSFWOOW.otf) format("opentype")}.headline,.headlinemnav,.tags,.headline5,.headline4,.richtext h4,.headline3,.richtext h3,.headline2,.headline1,.styleguide--disabled:after,.richtext h1,.richtext h2{word-break:break-word;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.headline--white{color:#fff}.headline--orange{color:#f7941d}.headline--shadow{text-shadow:0px 2px 0px rgba(0,0,0,.25)}.hyphenate{-webkit-hyphens:auto;-ms-hyphens:auto;hyphens:auto}.headline1,.styleguide--disabled:after,.richtext h1,.richtext h2{font-size:2.6875rem;line-height:3.4375rem;text-transform:uppercase;font-family:Bebas Neue Pro;font-weight:700;text-align:left;letter-spacing:0}@media (min-width: 75rem){.headline1,.styleguide--disabled:after,.richtext h1,.richtext h2{font-size:4.375rem;line-height:5rem}}.headline2{font-size:3.75rem;line-height:4.25rem;text-transform:none;font-family:Bebas Neue Pro;font-weight:700;text-align:left;letter-spacing:0}@media (min-width: 75rem){.headline2{font-size:3.75rem;line-height:4.25rem}}.headline3,.richtext h3{font-size:1.875rem;line-height:2.3125rem;text-transform:none;font-family:Bebas Neue Pro;font-weight:350;text-align:left;letter-spacing:0}@media (min-width: 75rem){.headline3,.richtext h3{font-size:2.1875rem;line-height:2.625rem}}.headline4,.richtext h4{font-size:1.625rem;line-height:1.9375rem;text-transform:uppercase;font-family:Bebas Neue Pro;font-weight:700;text-align:left;letter-spacing:0}@media (min-width: 75rem){.headline4,.richtext h4{font-size:1.625rem;line-height:1.9375rem}}.headline5{font-size:1.375rem;line-height:2rem;text-transform:none;font-family:Outfit;font-weight:700;text-align:left;letter-spacing:0}@media (min-width: 75rem){.headline5{font-size:1.375rem;line-height:2rem}}.tags{font-size:.875rem;line-height:1.125rem;text-transform:none;font-family:Outfit;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.tags{font-size:.875rem;line-height:1.125rem}}.headlinemnav{font-size:1.5rem;line-height:2.1875rem;text-transform:uppercase;font-family:Bebas Neue Pro;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.headlinemnav{font-size:1.5rem;line-height:2.1875rem}}[data-theme=heilsuvernd] .headline1,[data-theme=heilsuvernd] .styleguide--disabled:after,[data-theme=heilsuvernd] .richtext h1,.richtext [data-theme=heilsuvernd] h1,[data-theme=heilsuvernd] .richtext h2,.richtext [data-theme=heilsuvernd] h2,[data-theme=heilsuvernd] .headline2,[data-theme=heilsuvernd] .headline3,[data-theme=heilsuvernd] .richtext h3,.richtext [data-theme=heilsuvernd] h3,[data-theme=heilsuvernd] .headline4,[data-theme=heilsuvernd] .richtext h4,.richtext [data-theme=heilsuvernd] h4,[data-theme=heilsuvernd] .headline5,[data-theme=heilsuvernd] .headlinemnav,[data-theme=heilsuvernd] .mobile-nav .text-button{color:#3f6618}[data-theme=heilsuvernd] .headline1.headline--white,[data-theme=heilsuvernd] .headline--white.styleguide--disabled:after,[data-theme=heilsuvernd] .richtext h1.headline--white,.richtext [data-theme=heilsuvernd] h1.headline--white,[data-theme=heilsuvernd] .richtext h2.headline--white,.richtext [data-theme=heilsuvernd] h2.headline--white,[data-theme=heilsuvernd] .headline2.headline--white,[data-theme=heilsuvernd] .headline3.headline--white,[data-theme=heilsuvernd] .richtext h3.headline--white,.richtext [data-theme=heilsuvernd] h3.headline--white,[data-theme=heilsuvernd] .headline4.headline--white,[data-theme=heilsuvernd] .richtext h4.headline--white,.richtext [data-theme=heilsuvernd] h4.headline--white,[data-theme=heilsuvernd] .headline5.headline--white,[data-theme=heilsuvernd] .headlinemnav.headline--white,[data-theme=heilsuvernd] .mobile-nav .text-button.headline--white{color:#fff}[data-theme=heilsuvernd] .headline1.headline--orange,[data-theme=heilsuvernd] .headline--orange.styleguide--disabled:after,[data-theme=heilsuvernd] .richtext h1.headline--orange,.richtext [data-theme=heilsuvernd] h1.headline--orange,[data-theme=heilsuvernd] .richtext h2.headline--orange,.richtext [data-theme=heilsuvernd] h2.headline--orange,[data-theme=heilsuvernd] .headline2.headline--orange,[data-theme=heilsuvernd] .headline3.headline--orange,[data-theme=heilsuvernd] .richtext h3.headline--orange,.richtext [data-theme=heilsuvernd] h3.headline--orange,[data-theme=heilsuvernd] .headline4.headline--orange,[data-theme=heilsuvernd] .richtext h4.headline--orange,.richtext [data-theme=heilsuvernd] h4.headline--orange,[data-theme=heilsuvernd] .headline5.headline--orange,[data-theme=heilsuvernd] .headlinemnav.headline--orange,[data-theme=heilsuvernd] .mobile-nav .text-button.headline--orange{color:#f7941d}[data-theme=heilsuvernd] .headline--themecolor{color:#3f6618}[data-theme=hjukrunarheimili] .headline1,[data-theme=hjukrunarheimili] .styleguide--disabled:after,[data-theme=hjukrunarheimili] .richtext h1,.richtext [data-theme=hjukrunarheimili] h1,[data-theme=hjukrunarheimili] .richtext h2,.richtext [data-theme=hjukrunarheimili] h2,[data-theme=hjukrunarheimili] .headline2,[data-theme=hjukrunarheimili] .headline3,[data-theme=hjukrunarheimili] .richtext h3,.richtext [data-theme=hjukrunarheimili] h3,[data-theme=hjukrunarheimili] .headline4,[data-theme=hjukrunarheimili] .richtext h4,.richtext [data-theme=hjukrunarheimili] h4,[data-theme=hjukrunarheimili] .headline5,[data-theme=hjukrunarheimili] .headlinemnav,[data-theme=hjukrunarheimili] .mobile-nav .text-button{color:#1c66a7}[data-theme=hjukrunarheimili] .headline1.headline--white,[data-theme=hjukrunarheimili] .headline--white.styleguide--disabled:after,[data-theme=hjukrunarheimili] .richtext h1.headline--white,.richtext [data-theme=hjukrunarheimili] h1.headline--white,[data-theme=hjukrunarheimili] .richtext h2.headline--white,.richtext [data-theme=hjukrunarheimili] h2.headline--white,[data-theme=hjukrunarheimili] .headline2.headline--white,[data-theme=hjukrunarheimili] .headline3.headline--white,[data-theme=hjukrunarheimili] .richtext h3.headline--white,.richtext [data-theme=hjukrunarheimili] h3.headline--white,[data-theme=hjukrunarheimili] .headline4.headline--white,[data-theme=hjukrunarheimili] .richtext h4.headline--white,.richtext [data-theme=hjukrunarheimili] h4.headline--white,[data-theme=hjukrunarheimili] .headline5.headline--white,[data-theme=hjukrunarheimili] .headlinemnav.headline--white,[data-theme=hjukrunarheimili] .mobile-nav .text-button.headline--white{color:#fff}[data-theme=hjukrunarheimili] .headline1.headline--orange,[data-theme=hjukrunarheimili] .headline--orange.styleguide--disabled:after,[data-theme=hjukrunarheimili] .richtext h1.headline--orange,.richtext [data-theme=hjukrunarheimili] h1.headline--orange,[data-theme=hjukrunarheimili] .richtext h2.headline--orange,.richtext [data-theme=hjukrunarheimili] h2.headline--orange,[data-theme=hjukrunarheimili] .headline2.headline--orange,[data-theme=hjukrunarheimili] .headline3.headline--orange,[data-theme=hjukrunarheimili] .richtext h3.headline--orange,.richtext [data-theme=hjukrunarheimili] h3.headline--orange,[data-theme=hjukrunarheimili] .headline4.headline--orange,[data-theme=hjukrunarheimili] .richtext h4.headline--orange,.richtext [data-theme=hjukrunarheimili] h4.headline--orange,[data-theme=hjukrunarheimili] .headline5.headline--orange,[data-theme=hjukrunarheimili] .headlinemnav.headline--orange,[data-theme=hjukrunarheimili] .mobile-nav .text-button.headline--orange{color:#f7941d}[data-theme=hjukrunarheimili] .headline--themecolor{color:#1c66a7}[data-theme=heilsugaesla] .headline1,[data-theme=heilsugaesla] .styleguide--disabled:after,[data-theme=heilsugaesla] .richtext h1,.richtext [data-theme=heilsugaesla] h1,[data-theme=heilsugaesla] .richtext h2,.richtext [data-theme=heilsugaesla] h2,[data-theme=heilsugaesla] .headline2,[data-theme=heilsugaesla] .headline3,[data-theme=heilsugaesla] .richtext h3,.richtext [data-theme=heilsugaesla] h3,[data-theme=heilsugaesla] .headline4,[data-theme=heilsugaesla] .richtext h4,.richtext [data-theme=heilsugaesla] h4,[data-theme=heilsugaesla] .headline5,[data-theme=heilsugaesla] .headlinemnav,[data-theme=heilsugaesla] .mobile-nav .text-button{color:#5a79bc}[data-theme=heilsugaesla] .headline1.headline--white,[data-theme=heilsugaesla] .headline--white.styleguide--disabled:after,[data-theme=heilsugaesla] .richtext h1.headline--white,.richtext [data-theme=heilsugaesla] h1.headline--white,[data-theme=heilsugaesla] .richtext h2.headline--white,.richtext [data-theme=heilsugaesla] h2.headline--white,[data-theme=heilsugaesla] .headline2.headline--white,[data-theme=heilsugaesla] .headline3.headline--white,[data-theme=heilsugaesla] .richtext h3.headline--white,.richtext [data-theme=heilsugaesla] h3.headline--white,[data-theme=heilsugaesla] .headline4.headline--white,[data-theme=heilsugaesla] .richtext h4.headline--white,.richtext [data-theme=heilsugaesla] h4.headline--white,[data-theme=heilsugaesla] .headline5.headline--white,[data-theme=heilsugaesla] .headlinemnav.headline--white,[data-theme=heilsugaesla] .mobile-nav .text-button.headline--white{color:#fff}[data-theme=heilsugaesla] .headline1.headline--orange,[data-theme=heilsugaesla] .headline--orange.styleguide--disabled:after,[data-theme=heilsugaesla] .richtext h1.headline--orange,.richtext [data-theme=heilsugaesla] h1.headline--orange,[data-theme=heilsugaesla] .richtext h2.headline--orange,.richtext [data-theme=heilsugaesla] h2.headline--orange,[data-theme=heilsugaesla] .headline2.headline--orange,[data-theme=heilsugaesla] .headline3.headline--orange,[data-theme=heilsugaesla] .richtext h3.headline--orange,.richtext [data-theme=heilsugaesla] h3.headline--orange,[data-theme=heilsugaesla] .headline4.headline--orange,[data-theme=heilsugaesla] .richtext h4.headline--orange,.richtext [data-theme=heilsugaesla] h4.headline--orange,[data-theme=heilsugaesla] .headline5.headline--orange,[data-theme=heilsugaesla] .headlinemnav.headline--orange,[data-theme=heilsugaesla] .mobile-nav .text-button.headline--orange{color:#f7941d}[data-theme=heilsugaesla] .headline--themecolor{color:#5a79bc}[data-theme=vifilsstadir] .headline1,[data-theme=vifilsstadir] .styleguide--disabled:after,[data-theme=vifilsstadir] .richtext h1,.richtext [data-theme=vifilsstadir] h1,[data-theme=vifilsstadir] .richtext h2,.richtext [data-theme=vifilsstadir] h2,[data-theme=vifilsstadir] .headline2,[data-theme=vifilsstadir] .headline3,[data-theme=vifilsstadir] .richtext h3,.richtext [data-theme=vifilsstadir] h3,[data-theme=vifilsstadir] .headline4,[data-theme=vifilsstadir] .richtext h4,.richtext [data-theme=vifilsstadir] h4,[data-theme=vifilsstadir] .headline5,[data-theme=vifilsstadir] .headlinemnav,[data-theme=vifilsstadir] .mobile-nav .text-button{color:#0a5b5a}[data-theme=vifilsstadir] .headline1.headline--white,[data-theme=vifilsstadir] .headline--white.styleguide--disabled:after,[data-theme=vifilsstadir] .richtext h1.headline--white,.richtext [data-theme=vifilsstadir] h1.headline--white,[data-theme=vifilsstadir] .richtext h2.headline--white,.richtext [data-theme=vifilsstadir] h2.headline--white,[data-theme=vifilsstadir] .headline2.headline--white,[data-theme=vifilsstadir] .headline3.headline--white,[data-theme=vifilsstadir] .richtext h3.headline--white,.richtext [data-theme=vifilsstadir] h3.headline--white,[data-theme=vifilsstadir] .headline4.headline--white,[data-theme=vifilsstadir] .richtext h4.headline--white,.richtext [data-theme=vifilsstadir] h4.headline--white,[data-theme=vifilsstadir] .headline5.headline--white,[data-theme=vifilsstadir] .headlinemnav.headline--white,[data-theme=vifilsstadir] .mobile-nav .text-button.headline--white{color:#fff}[data-theme=vifilsstadir] .headline1.headline--orange,[data-theme=vifilsstadir] .headline--orange.styleguide--disabled:after,[data-theme=vifilsstadir] .richtext h1.headline--orange,.richtext [data-theme=vifilsstadir] h1.headline--orange,[data-theme=vifilsstadir] .richtext h2.headline--orange,.richtext [data-theme=vifilsstadir] h2.headline--orange,[data-theme=vifilsstadir] .headline2.headline--orange,[data-theme=vifilsstadir] .headline3.headline--orange,[data-theme=vifilsstadir] .richtext h3.headline--orange,.richtext [data-theme=vifilsstadir] h3.headline--orange,[data-theme=vifilsstadir] .headline4.headline--orange,[data-theme=vifilsstadir] .richtext h4.headline--orange,.richtext [data-theme=vifilsstadir] h4.headline--orange,[data-theme=vifilsstadir] .headline5.headline--orange,[data-theme=vifilsstadir] .headlinemnav.headline--orange,[data-theme=vifilsstadir] .mobile-nav .text-button.headline--orange{color:#f7941d}[data-theme=vifilsstadir] .headline--themecolor{color:#0a5b5a}.color--body-text a,.color--body-text{color:#646a5a}.color--body-text a svg path,.color--body-text svg path{stroke:#646a5a}.color--dark-blue a,.color--dark-blue{color:#1c66a7 svg path;color-stroke:#646a5a}.color--red{color:red!important}.subtitle,.subtitle2,.subtitle1{word-break:break-all;-webkit-hyphens:none;-ms-hyphens:none;hyphens:none}.subtitle1{font-size:.75rem;line-height:1.375rem;font-weight:700;text-transform:uppercase}.subtitle2{font-size:.75rem;line-height:1.375rem;font-weight:400;text-transform:uppercase}.body1{font-size:1rem;line-height:1.625rem;font-weight:400}.body2{font-size:.875rem;line-height:1.5rem;font-weight:400}.blockquote{font-size:2.25rem;line-height:2.875rem;font-weight:400}.paragraph{font-size:1.125rem;line-height:1.75rem;text-transform:none;font-family:Outfit;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.paragraph{font-size:1.125rem;line-height:1.75rem}}.paragraph-small{font-size:1rem;line-height:1.625rem;font-weight:400;text-transform:none;font-family:Outfit;font-weight:300;text-align:left;letter-spacing:0}@media (min-width: 75rem){.paragraph-small{font-size:1rem;line-height:1.625rem}}.text-nav{font-size:1rem;line-height:1.25rem;text-transform:none;font-family:Outfit;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.text-nav{font-size:1rem;line-height:1.75rem}}.text-button{font-size:1.125rem;line-height:1.125rem;text-transform:uppercase;font-family:Bebas Neue Pro;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.text-button{font-size:1.125rem;line-height:1.125rem}}.link1{font-size:1rem;line-height:1.75rem;text-transform:uppercase;font-family:Outfit;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.link1{font-size:1rem;line-height:1.75rem}}.link2{font-size:1.125rem;line-height:1.9375rem;text-transform:uppercase;font-family:Bebas Neue Pro;font-weight:400;text-align:left;letter-spacing:0}@media (min-width: 75rem){.link2{font-size:1.125rem;line-height:1.9375rem}}.link3{font-size:1rem;line-height:1.625rem;text-transform:none;font-family:Outfit;font-weight:300;text-align:left;letter-spacing:0}@media (min-width: 75rem){.link3{font-size:1rem;line-height:1.625rem}}.button,.button--radio label{font-size:1.25rem;line-height:1.9375rem;text-transform:uppercase;font-family:Bebas Neue Pro;font-weight:400;text-align:left;letter-spacing:.0375rem}@media (min-width: 75rem){.button,.button--radio label{font-size:1.25rem;line-height:1.9375rem}}.tag{padding:10px 20px;border-radius:.3125rem;display:inline-block;background-color:#5985271a;line-height:1.125rem;color:#69777c;font-size:.875rem;text-transform:none}.tag--theme{background-color:#5a79bc1a}.tag--white{background-color:#fff}.text-styling p,.accordion__text.richtext p,.richtext p{color:#69777c}.text-styling strong,.accordion__text.richtext strong,.richtext strong,.text-styling b,.accordion__text.richtext b,.richtext b{font-weight:700}.text-styling em,.accordion__text.richtext em,.richtext em,.text-styling i,.accordion__text.richtext i,.richtext i{font-style:italic}.text-styling ul,.accordion__text.richtext ul,.richtext ul,.text-styling ol,.accordion__text.richtext ol,.richtext ol{display:block;padding:0;padding-left:.75rem;list-style:none;color:#69777c;font-weight:400;font-size:1.125rem;margin:0 0 1.875rem}.text-styling ul li,.accordion__text.richtext ul li,.richtext ul li,.text-styling ol li,.accordion__text.richtext ol li,.richtext ol li{position:relative;margin-top:.9375rem;line-height:1.5}.text-styling ul li ul,.accordion__text.richtext ul li ul,.richtext ul li ul,.text-styling ul li ol,.accordion__text.richtext ul li ol,.richtext ul li ol,.text-styling ol li ul,.accordion__text.richtext ol li ul,.richtext ol li ul,.text-styling ol li ol,.accordion__text.richtext ol li ol,.richtext ol li ol{margin-top:1.25rem;margin-bottom:1.25rem}.text-styling ul li:first-child,.richtext ul li:first-child,.text-styling ol li:first-child,.richtext ol li:first-child{margin-top:0}.text-styling ul li:before,.accordion__text.richtext ul li:before,.richtext ul li:before,.text-styling ol li:before,.accordion__text.richtext ol li:before,.richtext ol li:before{position:absolute;left:0rem}.text-styling ul p,.accordion__text.richtext ul p,.richtext ul p,.text-styling ol p,.accordion__text.richtext ol p,.richtext ol p{margin-bottom:0}.text-styling ul li,.accordion__text.richtext ul li,.richtext ul li{padding-left:1rem}.text-styling ul li:before,.accordion__text.richtext ul li:before,.richtext ul li:before,.text-styling ul li:after,.accordion__text.richtext ul li:after,.richtext ul li:after{content:"";position:absolute}.text-styling ul li:before,.accordion__text.richtext ul li:before,.richtext ul li:before{content:"";position:absolute;top:.75rem;left:0;width:.25rem;height:.25rem;border-radius:50%;background:#f7941d}.text-styling ul[style*="list-style-type: circle"],.richtext ul[style*="list-style-type: circle"],.text-styling ul[style*="list-style-type: disc"],.richtext ul[style*="list-style-type: disc"],.text-styling ul[style*="list-style-type: square"],.richtext ul[style*="list-style-type: square"]{list-style-position:inside}.text-styling ul[style*="list-style-type: circle"] li:before,.richtext ul[style*="list-style-type: circle"] li:before,.text-styling ul[style*="list-style-type: disc"] li:before,.richtext ul[style*="list-style-type: disc"] li:before,.text-styling ul[style*="list-style-type: square"] li:before,.richtext ul[style*="list-style-type: square"] li:before{display:none}.text-styling ul[style*="list-style-type: circle"] li,.richtext ul[style*="list-style-type: circle"] li,.text-styling ul[style*="list-style-type: disc"] li,.richtext ul[style*="list-style-type: disc"] li,.text-styling ul[style*="list-style-type: square"] li,.richtext ul[style*="list-style-type: square"] li{padding-left:0}.text-styling ol,.accordion__text.richtext ol,.richtext ol{list-style:decimal;counter-reset:item;padding-left:1.5rem}.text-styling ol li,.accordion__text.richtext ol li,.richtext ol li{padding-left:.25rem}.text-styling ol li::marker,.accordion__text.richtext ol li::marker,.richtext ol li::marker{color:#f7941d}.bold{font-weight:700}.box-content{background-color:#daa6681a;padding:1.875rem;margin-top:1.875rem;border-radius:.3125rem}.box-content img{width:100%;margin-bottom:1.875rem}.richtext h1,.richtext h2,.richtext h3,.richtext h4{margin-bottom:1.25rem}.richtext p{font-size:1.125rem;line-height:1.75rem;margin-bottom:1.25rem}@media (min-width: 36rem){.richtext p{margin-bottom:1.875rem}}.richtext p:last-child{margin-bottom:0}.richtext p+h4{margin-top:3.75rem}.richtext .span-blue{color:#1c66a7}[data-theme=heilsuvernd] .richtext h1,[data-theme=heilsuvernd] .richtext h2,[data-theme=heilsuvernd] .richtext h3,[data-theme=heilsuvernd] .richtext h4,[data-theme=heilsuvernd] .richtext h5,[data-theme=heilsuvernd] .richtext strong,[data-theme=heilsuvernd] .submenu-link{color:#3f6618}[data-theme=heilsuvernd] .submenu-link:hover,[data-theme=heilsuvernd] .submenu-link.active{color:#f7941d}[data-theme=heilsuvernd] .submenu-link.active:before{content:"\bb  "}[data-theme=hjukrunarheimili] .richtext h1,[data-theme=hjukrunarheimili] .richtext h2,[data-theme=hjukrunarheimili] .richtext h3,[data-theme=hjukrunarheimili] .richtext h4,[data-theme=hjukrunarheimili] .richtext h5,[data-theme=hjukrunarheimili] .richtext strong,[data-theme=hjukrunarheimili] .submenu-link{color:#1c66a7}[data-theme=hjukrunarheimili] .submenu-link:hover,[data-theme=hjukrunarheimili] .submenu-link.active{color:#f7941d}[data-theme=hjukrunarheimili] .submenu-link.active:before{content:"\bb  "}[data-theme=heilsugaesla] .richtext h1,[data-theme=heilsugaesla] .richtext h2,[data-theme=heilsugaesla] .richtext h3,[data-theme=heilsugaesla] .richtext h4,[data-theme=heilsugaesla] .richtext h5,[data-theme=heilsugaesla] .richtext strong,[data-theme=heilsugaesla] .submenu-link{color:#5a79bc}[data-theme=heilsugaesla] .submenu-link:hover,[data-theme=heilsugaesla] .submenu-link.active{color:#f7941d}[data-theme=heilsugaesla] .submenu-link.active:before{content:"\bb  "}[data-theme=vifilsstadir] .richtext h1,[data-theme=vifilsstadir] .richtext h2,[data-theme=vifilsstadir] .richtext h3,[data-theme=vifilsstadir] .richtext h4,[data-theme=vifilsstadir] .richtext h5,[data-theme=vifilsstadir] .richtext strong,[data-theme=vifilsstadir] .submenu-link{color:#0a5b5a}[data-theme=vifilsstadir] .submenu-link:hover,[data-theme=vifilsstadir] .submenu-link.active{color:#f7941d}[data-theme=vifilsstadir] .submenu-link.active:before{content:"\bb  "}.accordion{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;gap:.625rem;width:100%;padding-top:1.875rem}.accordion__item{width:100%;overflow:hidden;border:.0625rem solid #d8d8d8;border-radius:.625rem;-webkit-transition:border .3s,-webkit-box-shadow .3s;transition:border .3s,-webkit-box-shadow .3s;transition:border .3s,box-shadow .3s;transition:border .3s,box-shadow .3s,-webkit-box-shadow .3s}.accordion__item:hover{border-color:#3370b7}.accordion__head{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-flow:row nowrap;flex-flow:row nowrap;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:1.875rem;width:100%;padding:.9375rem 1.25rem;color:#69777c;-webkit-transition:color .3s ease-in-out;transition:color .3s ease-in-out}@media (min-width: 48.4375rem){.accordion__head{padding:1.8125rem 3.75rem 1.8125rem 1.875rem}}.accordion__head:hover{color:#28588f}.accordion__title{text-align:left;-webkit-transition:color .5s;transition:color .5s}.accordion__icon{-webkit-transform-origin:center;transform-origin:center;position:absolute;width:1.125rem;height:1.125rem;right:1.875rem;top:2.25rem;background-image:url(data:image/svg+xml;base64,\ PHN2ZyB3aWR0aD0iMTQiIGhlaWdodD0iOCIgdmlld0JveD0iMCAwIDE0IDgiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+DQo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTAuNjQ2NDQ3IDAuNjQ2NDQ3QzAuODQxNzA5IDAuNDUxMTg0IDEuMTU4MjkgMC40NTExODQgMS4zNTM1NSAwLjY0NjQ0N0w3IDYuMjkyODlMMTIuNjQ2NCAwLjY0NjQ0N0MxMi44NDE3IDAuNDUxMTg0IDEzLjE1ODMgMC40NTExODQgMTMuMzUzNiAwLjY0NjQ0N0MxMy41NDg4IDAuODQxNzA5IDEzLjU0ODggMS4xNTgyOSAxMy4zNTM2IDEuMzUzNTVMNyA3LjcwNzExTDAuNjQ2NDQ3IDEuMzUzNTVDMC40NTExODQgMS4xNTgyOSAwLjQ1MTE4NCAwLjg0MTcwOSAwLjY0NjQ0NyAwLjY0NjQ0N1oiIGZpbGw9ImJsYWNrIiAvPg0KPC9zdmc+);background-position:center;background-size:contain;background-repeat:no-repeat;-ms-flex-item-align:center;align-self:center}.accordion__body{height:0;opacity:0;visibility:hidden;-webkit-transition:visibility 0s .5s;transition:visibility 0s .5s}.accordion__text{position:relative;z-index:1;padding:0 1.25rem 1.25rem}@media (min-width: 48.4375rem){.accordion__text{-webkit-transform:translateY(-.625rem);transform:translateY(-.625rem);padding:0 3.75rem 1.25rem 1.875rem}}.accordion__item--selected{border-color:#d8d8d8}.accordion__item--selected .accordion__headline{color:#f7941d}.accordion__item--selected .accordion__icon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.accordion__item--selected .accordion__body{height:auto;opacity:1;visibility:visible;-webkit-transition:visibility 0s;transition:visibility 0s}.accordion__item-wrapper{width:100%}.accordion__headline{padding-right:1.875rem}@media (min-width: 48.4375rem){.accordion__headline{padding-right:0}}.hero{height:41.25rem}@media (min-width: 80rem){.hero{height:41.25rem}}.hero:after{content:"";position:absolute;bottom:0;right:0;width:50%;height:3.75rem;background-color:#fff}.hero:before{content:"";position:absolute;bottom:0;left:0;width:50%;height:5.625rem;z-index:10;background-color:#fff}.hero--nograd:before{display:none}.hero--shadow{-webkit-filter:drop-shadow(1px 2px 6px black);filter:drop-shadow(1px 2px 6px black)}@media (min-width: 75rem){.hero--shadow{-webkit-filter:drop-shadow(1px 2px 6px black);filter:drop-shadow(1px 2px 6px black)}}.hero--subshadow{-webkit-filter:drop-shadow(1px 1px 1px black);filter:drop-shadow(1px 1px 1px black)}@media (min-width: 75rem){.hero--subshadow{-webkit-filter:drop-shadow(2px 1px 1px black);filter:drop-shadow(2px 1px 1px black)}}.hero__container{background-size:cover;position:relative;z-index:9;height:auto;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}@media (min-width: 75rem){.hero__container{height:100%}}@media (max-width: 1280px){.hero__container{max-width:100%;width:100%}}.hero__img{display:none;-webkit-transition:opacity .4s ease-in-out;transition:opacity .4s ease-in-out;background-size:cover;background-position:right;z-index:0}@media (min-width: 75rem){.hero__img{display:grid;position:absolute;top:0;left:0;right:0;margin:auto;opacity:0}}.hero__img:before{content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:0;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,0)),to(rgba(0,0,0,.7)));background:linear-gradient(180deg,rgba(0,0,0,0) 0%,rgba(0,0,0,.7) 100%)}.hero__img--active{display:grid;opacity:1;z-index:1}.hero__shortcuts{position:relative;bottom:0;left:0;width:100%;z-index:10}@media (min-width: 48.4375rem){.hero__shortcuts{margin-top:0;position:absolute;height:5.625rem}}.hero__shortcuts .container{padding-left:0;background-color:#fff}@media (min-width: 48.4375rem){.hero__shortcuts .container{height:100%;background-color:transparent}}@media (max-width: 61.99875rem){.hero__shortcuts .container{max-width:100%}}.hero__shortcut-items{border-top-right-radius:.625rem;display:block;padding:1.25rem 3.75rem .625rem 1.25rem;height:auto;margin-top:-20px}@media (max-width: 61.99875rem){.hero__shortcut-items{max-width:100%}}@media (min-width: 48.4375rem){.hero__shortcut-items{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-top:3.75rem;height:100%;margin-top:0}}.hero__controls{position:absolute;bottom:0;right:0;z-index:10}.hero__dot{width:30px;height:5px;background:#d8d8d8;border-radius:.3125rem}.hero--dot-selected{background:#f7941d}.text-button svg path{stroke:#f7941d}.text-button:hover svg path{stroke:#3f6618}.text-button.active{color:#f7941d!important}[data-theme=heilsugaesla] .text-button{color:#1c66a7}[data-theme=heilsugaesla] .text-button svg path{stroke:#1c66a7}[data-theme=heilsugaesla] .text-button:hover{color:#f7941d}[data-theme=heilsugaesla] .text-button:hover svg path{stroke:#f7941d}[data-theme=hjukrunarheimili] .text-button{color:#0a5b5a}[data-theme=hjukrunarheimili] .text-button svg path{stroke:#0a5b5a}[data-theme=hjukrunarheimili] .text-button:hover{color:#f7941d}[data-theme=hjukrunarheimili] .text-button:hover svg path{stroke:#f7941d}[data-theme=vifilsstadir] .text-button{color:#12aca8}[data-theme=vifilsstadir] .text-button svg path{stroke:#12aca8}[data-theme=vifilsstadir] .text-button:hover{color:#f7941d}[data-theme=vifilsstadir] .text-button:hover svg path{stroke:#f7941d}@media (min-width: 75rem){.hero-subpage__image{margin-bottom:-160px}}.tabs__content{display:none}.tabs__link{color:#3f661899}.tabs__link:hover{color:#f7941d}.tabs__link--active{color:#3f6618;border-bottom:2px solid #3f6618}.tabs--active{display:grid}[data-theme=heilsuvernd] .tabs__link{color:#3f661899}[data-theme=heilsuvernd] .tabs__link:hover{color:#f7941d}[data-theme=heilsuvernd] .tabs__link--active{color:#3f6618}[data-theme=hjukrunarheimili] .tabs__link{color:#1c66a799}[data-theme=hjukrunarheimili] .tabs__link:hover{color:#f7941d}[data-theme=hjukrunarheimili] .tabs__link--active{color:#1c66a7}[data-theme=heilsugaesla] .tabs__link{color:#5a79bc99}[data-theme=heilsugaesla] .tabs__link:hover{color:#f7941d}[data-theme=heilsugaesla] .tabs__link--active{color:#5a79bc}[data-theme=vifilsstadir] .tabs__link{color:#0a5b5a99}[data-theme=vifilsstadir] .tabs__link:hover{color:#f7941d}[data-theme=vifilsstadir] .tabs__link--active{color:#0a5b5a}.card{position:relative}.card .paragraph{color:#69777c}.card:hover{border-color:transparent;outline:1px solid #d8d8d8;-webkit-box-shadow:0px 0px 0px 5px #ECF0E8;box-shadow:0 0 0 5px #ecf0e8}.card:hover .headline4,.card:hover .richtext h4,.richtext .card:hover h4{color:#f7941d}.pagination{margin:3.75rem 0 0}.pagination__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.pagination__item{margin:0 .625rem}.pagination__button:hover{color:#f7941d;border-color:#f7941d}.pagination__button--selected{color:#3370b7;border-color:#3f6618}.pagination__button--selected:hover{color:#f7941d!important;border-color:#f7941d!important}.mobile-header{height:80px;z-index:120;bottom:0;-webkit-box-shadow:0px 0px 5px 0px rgba(0,0,0,.15);box-shadow:0 0 5px #00000026}.mobile-header__logo{width:80px}[data-theme=heilsuvernd] .burger__line{background-color:#3f6618}[data-theme=heilsuvernd] .mobile-header__user svg path{stroke:#3f6618}[data-theme=hjukrunarheimili] .burger__line{background-color:#1c66a7}[data-theme=hjukrunarheimili] .mobile-header__user svg path{stroke:#1c66a7}[data-theme=heilsugaesla] .burger__line{background-color:#5a79bc}[data-theme=heilsugaesla] .mobile-header__user svg path{stroke:#5a79bc}[data-theme=vifilsstadir] .burger__line{background-color:#0a5b5a}[data-theme=vifilsstadir] .mobile-header__user svg path{stroke:#0a5b5a}.mobile-nav{position:fixed;top:0;left:0;width:100%;height:calc(100vh - 80px);background:white;z-index:-1;-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out;-webkit-transform:translateY(100vh);transform:translateY(100vh)}.mobile-nav__sub{display:none;bottom:unset;top:0;left:0;height:calc(100vh - 115px);position:fixed;background:white;width:100%;-webkit-transform:translate(100vw);transform:translate(100vw);overflow:auto;padding-bottom:120px}.mobile-nav__sub--active .mobile-nav__sub{display:block}.mobile-nav__item.active>button,.mobile-nav__item--active a{color:#f7941d!important}.mobile-nav__items{-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.mobile-nav--open{-webkit-transform:translateY(0);transform:translateY(0)}.mobile-nav--subnav{-webkit-transform:translate(-100vw);transform:translate(-100vw)}.burger{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-flow:column nowrap;flex-flow:column nowrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;position:relative;z-index:1;cursor:pointer;padding:.5rem;-webkit-transform:translate3d(-.5rem,0,0);transform:translate3d(-.5rem,0,0)}.burger__line{display:block;width:1.125rem;height:.0625rem;background:#1c66a7;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:1.375rem}.burger__line:nth-child(2){margin:.4375rem .1875rem;margin:.4375rem .3125rem}.burger__line:nth-child(2):before{content:"";display:block;width:100%;height:100%;background:inherit;-webkit-transition:-webkit-transform .3s;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.burger--open .burger__line{-webkit-transform:scale(0);transform:scale(0)}.burger--open .burger__line:nth-child(2){-webkit-transform:scale(1) rotate(-45deg);transform:scale(1) rotate(-45deg)}.burger--open .burger__line:nth-child(2):before{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.contact-block+.contact-block>div{border-top:0;margin-top:0;padding-top:0}.chatbubble{bottom:70px}@media (min-width: 75rem){.chatbubble{bottom:0}}.chatbubble__content{pointer-events:none;position:relative;top:0;opacity:0;-webkit-transform:translateY(-100vh);transform:translateY(-100vh);-webkit-transition:top .3s ease-in-out,opacity .3s ease;transition:top .3s ease-in-out,opacity .3s ease;border-bottom:0;-webkit-filter:drop-shadow(0px 1px #d8d8d8);filter:drop-shadow(0px 1px #d8d8d8)}.chatbubble__content:before{content:"";position:absolute;bottom:-15px;right:26px;width:0;height:0;border-style:solid;border-width:15px 15px 0 15px;border-color:#ffffff transparent transparent transparent}.chatbubble__content--active{pointer-events:all;top:0;opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}.chatbubble__button{max-width:60px}@media (min-width: 75rem){.chatbubble__button{max-width:100%}}.chatbubble__button svg circle{-webkit-transition:fill .2s ease-in-out;transition:fill .2s ease-in-out}.chatbubble__button svg circle:hover{fill:#f7941d}.chatbubble--active{-webkit-transform:translateY(0);transform:translateY(0)}.chatbubble--active svg circle{fill:#f7941d}[data-theme=hjukrunarheimili] .chatbubble svg circle{fill:#1c66a7}[data-theme=hjukrunarheimili] .chatbubble--active svg circle{fill:#f7941d}[data-theme=hjukrunarheimili] .chatbubble .icon--small svg path{stroke:#1c66a7}[data-theme=heilsugaesla] .chatbubble svg circle{fill:#5a79bc}[data-theme=heilsugaesla] .chatbubble--active svg circle{fill:#f7941d}[data-theme=heilsugaesla] .chatbubble .icon--small svg path{stroke:#5a79bc}[data-theme=vifilsstadir] .chatbubble svg circle{fill:#0a5b5a}[data-theme=vifilsstadir] .chatbubble--active svg circle{fill:#f7941d}[data-theme=vifilsstadir] .chatbubble .icon--small svg path{stroke:#0a5b5a}.iframe-w-100 iframe{width:100%}.styleguide .header,.styleguide .header .container{height:5rem}@media (min-width: 48.4375rem){.styleguide .header,.styleguide .header .container{height:9rem}}.styleguide .header{background:#3370b7;z-index:9999}.styleguide .header h1,.styleguide .header span{color:#fff;line-height:1}.styleguide .header span{display:block;margin-bottom:.625rem}.styleguide .header__text{margin-left:.9375rem}@media (min-width: 36rem){.styleguide .header__text{margin-left:1.875rem}}.styleguide .header .container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.styleguide-spacing{margin:3.75rem 0}@media (min-width: 36rem){.styleguide-spacing{margin:5rem 0}}@media (min-width: 80rem){.styleguide-spacing{margin:7.5rem 0}}.styleguide-spacing--no-top{margin-top:0}.styleguide__section-title{margin-bottom:2.5rem;padding-bottom:1.25rem;border-bottom:.0625rem solid #d8d8d8}.styleguide-color__label{display:block;margin-bottom:.625rem;pointer-events:none}.styleguide-color__swatch{width:100%;padding-top:52.4633207373%;aspect-ratio:16/9;border-radius:.3125rem;cursor:url(data:image/svg+xml;base64,\ PHN2ZyB3aWR0aD0iNjIiIGhlaWdodD0iNjIiIHZpZXdCb3g9IjAgMCA2MiA2MiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMzEiIGN5PSIzMSIgcj0iMzEiIGZpbGw9IiNFRDBGMEYiLz4KPHBhdGggZD0iTTM1IDMyLjYzMzhMMzYuOTMwMiAzNkw0OSAxNUg0NS4xMzk3TDM1IDMyLjYzMzhaIiBmaWxsPSJ3aGl0ZSIvPgo8cGF0aCBkPSJNMzIgMjcuNTU4M0wzMy45MzIxIDMxTDQzIDE1SDM5LjExMDFMMzIgMjcuNTU4M1oiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik00OSA0MUgxM1Y0NEg0OVY0MVoiIGZpbGw9IndoaXRlIi8+CjxwYXRoIGQ9Ik0zMS4yMzA3IDE4LjM2NjJMMjUgMjkuMjY3NkwxOC43NjkyIDE4LjM2NjJIMzEuMjMwN1pNMzcgMTVIMTNMMjUgMzZMMzcgMTVaIiBmaWxsPSJ3aGl0ZSIvPgo8L3N2Zz4K),pointer;border:.0625rem solid #d8d8d8}@media (min-width: 62rem){.styleguide-color__swatch{aspect-ratio:1/1}}.styleguide-color__swatch:hover{-webkit-animation-name:flash;animation-name:flash;-webkit-animation-duration:.2s;animation-duration:.2s}.styleguide-color__info{margin-top:.625rem;font-weight:700}@media (min-width: 36rem){.styleguide-color{grid-column:span 6}}@media (min-width: 62rem){.styleguide-color{grid-column:span 2}}.styleguide-buttons .button:not(.button--square):not(.button--control),.styleguide-buttons .button--radio label:not(.button--square):not(.button--control),.button--radio .styleguide-buttons label:not(.button--square):not(.button--control){width:100%}@media (min-width: 36rem){.styleguide-buttons .styleguide__button-wrap{grid-column:span 4}}@media (min-width: 36rem){.styleguide-buttons .styleguide__button-wrap:nth-child(4){grid-column:span 8}}@media (min-width: 48.4375rem){.styleguide-buttons .styleguide__button-wrap:nth-child(4){grid-column:span 4}}.styleguide-typography__item{border-bottom:.0625rem solid #d8d8d8;padding-bottom:2.25rem;margin-bottom:2.25rem}@media (min-width: 48.4375rem){.styleguide-typography__item{padding-bottom:3.75rem;margin-bottom:3.75rem}}.styleguide-typography__item-name{font-size:.75rem;text-transform:uppercase}@media (min-width: 36rem){.styleguide-typography__item-name{grid-column:span 2}}@media (min-width: 85.4375rem){.styleguide-typography__item-name{grid-column:span 1}}@media (min-width: 36rem){.styleguide-typography__item-example{grid-column:span 5}}@media (min-width: 36rem){.styleguide-typography__info{grid-column:span 5}}@media (min-width: 85.4375rem){.styleguide-typography__info{grid-column:span 6}}.styleguide-typography__info-item{margin-top:1.25rem}@media (min-width: 48.4375rem){.styleguide-typography__info-item{margin-top:2.5rem}}.styleguide-typography__info-item:first-child{margin-top:0}.styleguide-typography__info-item span:first-child{font-size:.75rem;display:block;text-transform:uppercase;margin-bottom:.625rem}.styleguide-typography__info-item em,.styleguide-typography__info-item strong{font-weight:400;line-height:1.5;display:block}@media (min-width: 48.4375rem){.styleguide-typography__info-item em,.styleguide-typography__info-item strong{display:inline-block}}.styleguide-typography__info-item strong{color:#3eb733}.styleguide-typography__info-item em{color:#4e4e4e;margin-right:.625rem}@media (max-width: 48.43625rem){.styleguide-tables .table-wrap{max-width:100%;overflow:hidden;overflow-x:auto;-webkit-overflow-scrolling:touch}.styleguide-tables .table-wrap::-webkit-scrollbar{height:.5rem}.styleguide-tables .table-wrap .table,.styleguide-tables .table-wrap .richtext table,.richtext .styleguide-tables .table-wrap table{width:50rem}}@media (min-width: 36rem){.styleguide-inputs .input-group{grid-column:span 6}}@media (min-width: 48.4375rem){.styleguide-inputs .input-group{grid-column:span 6}}@media (min-width: 62rem){.styleguide-inputs .input-group{grid-column:span 4}}@media (min-width: 75rem){.styleguide-inputs .input-group{grid-column:span 2}}@media (min-width: 48.4375rem){.styleguide-inputs .input-group--textarea{grid-column:span 6}}.styleguide-background-primary{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#3370b7;padding:1.25rem}.styleguide .layout{margin-bottom:2.5rem}.styleguide .layout .layout__column{min-height:6.25rem;background:#3eb733}.styleguide .layout:nth-child(3) .layout__column{background:#3370b7}.styleguide .layout:nth-child(4) .layout__column{background:#3370b7}.styleguide .layout:nth-child(5) .layout__column{background:#3370b7}.styleguide--disabled{cursor:not-allowed;position:relative}.styleguide--disabled:before,.styleguide--disabled:after{position:absolute}.styleguide--disabled:before{content:"";inset:0;width:100%;height:100%;background:#fff;z-index:1;opacity:.6}.styleguide--disabled:after{content:"NOT AVAILABLE";top:0;left:0;width:100%;z-index:3;text-shadow:-.125rem -.125rem 0 #fff,.125rem -.125rem 0 #fff,-.125rem .125rem 0 #fff,.125rem .125rem 0 #fff;text-align:center}@-webkit-keyframes flash{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-.3125rem);transform:translateY(-.3125rem)}}@keyframes flash{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-.3125rem);transform:translateY(-.3125rem)}}[data-theme=heilsuvernd] .header__top a{color:#3f6618}[data-theme=heilsuvernd] .header__top a:hover{color:#f7941d}[data-theme=heilsuvernd] .header__bottom a{color:#3f6618}[data-theme=heilsuvernd] .header__bottom a:hover{color:#f7941d}[data-theme=heilsugaesla] .header__top a{color:#49c7e9}[data-theme=heilsugaesla] .header__top a:hover{color:#28588f}[data-theme=heilsugaesla] .header__bottom a{color:#5a79bc}[data-theme=heilsugaesla] .header__bottom a:hover{color:#28588f}[data-theme=hjukrunarheimili] .header__top a{color:#1c66a7}[data-theme=hjukrunarheimili] .header__top a:hover{color:#f7941d}[data-theme=hjukrunarheimili] .header__bottom a{color:#1c66a7}[data-theme=hjukrunarheimili] .header__bottom a:hover{color:#f7941d}[data-theme=vifilsstadir] .header__top a{color:#12aca8}[data-theme=vifilsstadir] .header__top a:hover{color:#f7941d}[data-theme=vifilsstadir] .header__bottom a{color:#0a5b5a}[data-theme=vifilsstadir] .header__bottom a:hover{color:#f7941d}.footer__addressIcon{max-width:24px}@media (min-width: 48.4375rem){.footer__addrspace{padding-top:52px}}[data-theme=vifilsstadir] .footer__addressIcon svg path,[data-theme=heilsugaesla] .footer__addressIcon svg path,[data-theme=hjukrunarheimili] .footer__addressIcon svg path{stroke:#1c66a7}[data-theme=heima] .footer__addressIcon svg path{stroke:#5a79bc}
