/**
 * Date: Tue Feb 14 2023 13:05:50 GMT+0100 (Central European Standard Time)
 * Build file version: 2.2.1
 */
@charset "UTF-8";
.fs-side-menu a {
  text-decoration: none;
}
.fs-side-menu a:focus, .fs-side-menu a:hover {
  text-decoration: none;
}

.fs-link__title, .fs-event-list__link .fs-event-list__title {
  text-decoration: underline;
}

.fs-top-menu__link, .fs-spotlight-blurb__description, .fs-spotlight-blurb, .fs-event-list__link {
  text-decoration: none;
}
.fs-top-menu__link:focus, .fs-spotlight-blurb__description:focus, .fs-spotlight-blurb:focus, .fs-event-list__link:focus, .fs-top-menu__link:hover, .fs-spotlight-blurb__description:hover, .fs-spotlight-blurb:hover, .fs-event-list__link:hover {
  text-decoration: none;
}

.fs-event-list, .fs-contact-list, .fs-article-list, .fs-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.fs-expandable__close, .fs-expandable__header, .fs-plus-box__header, .fs-menu-item__button, .fs-menu-toggle-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: none;
  border: none;
}

main:focus {
  box-shadow: none;
  -webkit-appearance: none;
  outline: none;
}

.fs-menu-item__button:focus, .fs-hamburger:focus, button:focus,
a:focus,
img:focus,
select:focus,
textarea:focus,
input[type=submit]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=tel]:focus,
input[type=image]:focus,
input[type=search]:focus,
.fs-focus:focus {
  outline: 2px solid #393939;
  outline-offset: 1px;
}

.sv-facetedsearch-portlet .sv-search-facets {
  float: none !important;
  padding: 0 20px !important;
  border: 2px solid #ff901f;
  background-color: rgba(255, 144, 31, 0.05);
  margin-top: 10px;
  border-radius: 10px;
}
.sv-facetedsearch-portlet .sv-search-facet {
  margin-bottom: 0 !important;
}
.sv-facetedsearch-portlet .sv-search-facet .sv-search-facet-name {
  margin-bottom: 5px;
}
.sv-facetedsearch-portlet .sv-search-facet .sv-search-facet-item {
  position: relative;
}
.sv-facetedsearch-portlet .sv-search-facet .sv-search-facet-item-selected:before {
  content: "✓";
  position: absolute;
  right: 100%;
}

p.sv-portlet-image-caption {
  margin-bottom: 16px;
  font-size: 13px;
}

.sv-searchform-portlet input[type=text] {
  padding-left: 5px;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

body {
  overflow-y: scroll;
}

.sr-only, .keyboard-only:not(:focus) {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.hidden {
  display: none;
}

input {
  border: 1px solid #8C8C8C;
  border-radius: 2px;
}

.fs-button {
  border: 1px solid #d3d3d3;
  border-radius: 2px;
  position: relative;
  color: #555555;
  font-weight: bold;
  /* font-size: 0.75em; */
  font-size: 12px;
  text-shadow: 1px 1px 2px #C2C2C2;
  height: 24px;
  box-sizing: border-box;
  vertical-align: middle;
  padding: 0px;
  background-color: #F2F2F2;
}
.fs-button__gradient {
  background: linear-gradient(to bottom, #fefefe, #d3d3d3);
}

.fs-flex {
  display: flex;
}

.fs-frame {
  border: 1px solid #d3d3d3;
  padding: 5px;
  border-radius: 10px 10px 10px 10px;
}
.fs-frame__header {
  background: linear-gradient(#d3d3d3 0%, white 100%);
  margin: -6px;
  padding: 5px 5px 0px 5px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid #d3d3d3;
  border-left: 2px solid #d3d3d3;
}
.fs-frame__header-title {
  color: #393939;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  display: inline-block;
  background-image: url(/rest-api/fk-rest-static-resources/public?file=/icons/nyheter_ikon.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 30px;
  padding-top: 5px;
  margin: 0px 5px 5px 5px;
  line-height: 1;
}

.fs-partner-row {
  display: flex;
  justify-content: space-around;
  align-items: center;
  flex-wrap: wrap;
  border: 1px solid #d3d3d3;
  border-bottom: none;
  padding-top: 10px;
  /*
  @else if $name == md {
    @media (min-width: $lg_min)  { @content; }
  }
  */
}
.fs-partner-row > * {
  padding: 10px 10px;
}
@media (min-width: 960px) {
  .fs-partner-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: nowrap;
  }
}

.sv-image-portlet a {
  display: inline-block;
}

.fs-hamburger {
  padding: 0;
  width: 30px;
  height: 22px;
  margin-right: 10px;
}
.fs-hamburger > span {
  transition-property: transform, width;
  transition-duration: 250ms;
  transition-timing-function: ease;
  display: block;
  width: 30px;
  height: 2px;
  background-color: white;
}
.fs-hamburger > span:last-child {
  margin-bottom: 0;
}
.fs-hamburger .fs-hamburger__middle {
  margin-top: 7px;
  margin-bottom: 7px;
}
.fs-hamburger--active .fs-hamburger__top {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(45deg) translateX(5.5px) translateY(6.5px) translateZ(0);
  width: 32px;
}
.fs-hamburger--active .fs-hamburger__middle {
  width: 0;
}
.fs-hamburger--active .fs-hamburger__bottom {
  transform: rotateX(0deg) rotateY(0deg) rotateZ(-45deg) translateX(6.5px) translateY(-7.5px) translateZ(0);
  width: 32px;
}

.fs-menu-toggle-button {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 5px;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  color: white;
  cursor: pointer;
  text-decoration: none;
  line-height: normal;
  min-width: 80px;
  width: 100%;
  padding: 1em 0;
}

.fs-menu-overlay {
  position: fixed;
  z-index: 9998;
  top: 134px;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: block;
  transition: opacity 300ms ease;
  overflow: hidden;
  border-top: 1px solid #d3d3d3;
}
.fs-menu-overlay--noscript {
  overflow: auto;
}

.sol-menu-slide-enter,
.sol-menu-slide-leave,
.sol-menu-slide-leave-active {
  opacity: 0;
}

.sol-menu-slide-enter-active {
  z-index: 9999;
}

.fs-menu {
  background-color: white;
}
.fs-menu__root-name {
  display: block;
  background-color: transparent;
  padding: 0.75em 15px;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
  color: #393939;
  border-bottom: 5px solid #dc4e02;
  margin-bottom: 1px;
  overflow: hidden;
}
.fs-menu__root-name a {
  text-decoration: none;
}
.fs-menu-item {
  position: relative;
  font-size: 16px;
  line-height: 1;
}
.fs-menu-item a {
  display: flex;
  align-items: center;
  position: relative;
  color: #393939;
  padding: 0 0 0 20px;
  text-decoration: none;
  border-bottom: 1px solid white;
  height: 50px;
  transition-property: color;
  transition-duration: 200ms;
  transition-timing-function: ease;
}
.fs-menu-item a:focus {
  outline-offset: -2px;
}
.fs-menu-item[data-has-children=true] a {
  margin-right: 50px;
}
.fs-menu-item[data-expanded=true] > a {
  color: #393939;
}
.fs-menu-item[data-is-current=true] > a {
  color: #393939;
  font-weight: 600;
}
.fs-menu-item[data-menu-level="2"] {
  background-color: rgba(255, 144, 31, 0.05);
}
.fs-menu-item[data-menu-level="2"] a {
  padding-left: 31px;
  font-size: 15px;
  border-bottom-color: white;
}
.fs-menu-item[data-menu-level="3"] {
  background-color: rgba(255, 144, 31, 0.02);
}
.fs-menu-item[data-menu-level="3"] a {
  padding-left: 41px;
}
.fs-menu-item[data-menu-level="4"] {
  background-color: rgba(255, 144, 31, 0.02);
}
.fs-menu-item[data-menu-level="4"] a {
  padding-left: 51px;
}
.fs-menu-item[data-menu-level="5"] {
  background-color: rgba(255, 144, 31, 0.02);
}
.fs-menu-item[data-menu-level="5"] a {
  padding-left: 57px;
}
.fs-menu-item__button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 50px;
  padding: 0;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid white;
}
.fs-menu-item__button:focus {
  outline-offset: -2px;
}
.fs-menu-item__button:before, .fs-menu-item__button:after {
  content: "";
  position: absolute;
  background-color: #393939;
  transition: all 500ms ease;
}
.fs-menu-item__button:before {
  width: 18px;
  height: 2px;
  top: 24px;
  right: 16px;
}
.fs-menu-item__button:after {
  width: 2px;
  height: 18px;
  top: 16px;
  right: 48px, 2;
}
.fs-menu-item__button[aria-expanded=true]:after {
  transform: rotate(90deg);
}
.fs-menu--noscript .fs-menu-item__button {
  pointer-events: none;
}

.fs-article-info {
  color: #993300;
  font-size: 12px;
  font-weight: bold;
  padding-bottom: 5px;
}

.fs-article-list__item {
  margin-bottom: 15px;
}
.fs-article-list__date {
  font-size: 11px;
  padding-bottom: 5px;
  color: #555555;
}

.fs-event-info {
  color: #993300;
}
.fs-event-info__text {
  font-size: 12px;
  font-weight: bold;
  line-height: normal;
  padding-bottom: 5px;
  margin-bottom: 3px;
}

.fs-event-list {
  padding-bottom: 16px;
}
.fs-event-list__link {
  display: inline-block;
}
.fs-google-map-frame {
  margin-top: 30px;
  margin-bottom: 15px;
}

.fs-link {
  text-decoration: none;
}
.fs-link__title-login {
  color: #0077be;
  font-weight: bold;
}
.fs-link__icon {
  margin-right: 1em;
}

.fs-link-box {
  display: flex;
  align-items: center;
  border: 1px solid #ff901f;
  border-radius: 10px;
  background: linear-gradient(#ffc8a8 0%, #fff4e8 50%);
  margin-bottom: 10px;
  margin-top: 10px;
  padding: 10px;
  text-decoration: none;
}
.fs-link-box__icon {
  height: 100%;
}
.fs-link-box__title {
  color: #393939;
  font-weight: 700;
  margin-left: 16px;
  font-size: 13px;
  line-height: normal;
}

.fs-link-boxes-container {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-top: 5px;
}
.fs-link-boxes-container .fs-link-box {
  margin: 5px;
  width: 200px;
}

.fs-link-button {
  display: block;
  width: 75%;
  max-width: 300px;
  background-color: #0077be;
  border-radius: 0.25em;
  margin: 0px 10px 10px 0px;
  padding: 1em 1.25em;
  color: white;
  text-decoration: none;
  font-size: 16px;
  line-height: normal;
}
.fs-link-button:hover {
  text-decoration: underline;
}

.fs-page-menu-list__list {
  list-style: inherit;
}

.fs-page-menu__link {
  display: block;
  color: #0077be;
}

.fs-plus-box {
  border: 1px solid #d3d3d3;
  border-left: none;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
  padding-left: 8px;
  position: relative;
}
.fs-plus-box:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  bottom: -1px;
  width: 8px;
  background-color: #d3d3d3;
}
.fs-plus-box--active:before {
  background-color: #dc4e02;
}
.fs-plus-box__header {
  cursor: pointer;
  padding: 10px;
  width: 100%;
  text-align: left;
}
.fs-plus-box__header-title {
  font-size: 16px;
  font-weight: bold;
  color: #dc4e02;
}
.fs-plus-box__content, .fs-plus-box > .sv-decoration-content {
  display: none;
  padding-left: 10px;
  margin-bottom: 25px;
}

.fs-search__hit-description {
  margin-bottom: 0px;
}
.fs-search__hit-info {
  margin-top: 0px;
  color: #737373;
}
p .fs-search__hit-info {
  margin-top: 0px;
}
.fs-search a {
  text-decoration: none;
  color: #0077be;
}
.fs-search a:hover {
  text-decoration: underline;
}

p.fs-search__hit-info {
  margin-top: 0px;
}

.fs-side-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.fs-side-menu a {
  padding: 10px 20px 10px 10px;
  display: flex;
  justify-content: space-between;
}
.fs-side-menu a:hover {
  background-color: #F2F2F2;
}
.fs-side-menu__list {
  border: 1px solid #d3d3d3;
  border-left: none;
  border-radius: 0 10px 10px 0;
}
.fs-side-menu__list ul a {
  padding: 6px 20px 6px 20px;
}
.fs-side-menu__list ul ul a {
  justify-content: start;
  padding-left: 30px;
}
.fs-side-menu__list ul ul a span {
  padding-left: 5px;
}
.fs-side-menu__list ul ul a:before {
  content: "▪";
}
.fs-side-menu__list-item--current > :first-child, .fs-side-menu__sub-list-item--current > :first-child {
  font-weight: bold;
  background-color: #F2F2F2;
}
.fs-side-menu__list-item--first > :first-child, .fs-side-menu__sub-list-item--first > :first-child {
  border-top-right-radius: 10px;
}
.fs-side-menu__list-item--last > :first-child, .fs-side-menu__sub-list-item--last > :first-child {
  border-bottom-right-radius: 10px;
}
.fs-side-menu__list-item:not(:last-child) {
  border-bottom: 1px solid #d3d3d3;
}
.fs-side-menu__list-item--expanded {
  border-left: 3px solid #E37300;
}
.fs-side-menu .fs-side-menu__arrow {
  border: solid #393939;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
}

.fs-spotlight-blurb {
  /*
  @else if $name == md {
    @media (min-width: $lg_min)  { @content; }
  }
  */
  height: 100%;
  display: flex;
  flex-direction: column;
  background-color: #EEFAFF;
  padding: 10px;
}
@media (min-width: 960px) {
  .fs-spotlight-blurb {
    min-height: 185px;
  }
}
.fs-spotlight-blurb__title {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 9px 0;
}
.fs-spotlight-blurb__description {
  font-size: 14px;
  flex-grow: 1;
}
.fs-spotlight-blurb__link {
  font-size: 14px;
  margin-top: 14px;
}

.fs-tab-button {
  display: inline-block;
  border-radius: 10px 10px 0 0;
  border: 1px solid #d3d3d3;
  padding: 5px 5px 0 5px;
  top: 1px;
  position: relative;
  margin-left: 2px;
  text-decoration: none;
  cursor: pointer;
}
.fs-tab-button:hover {
  text-decoration: underline;
}
.fs-tab-button-container {
  border-bottom: 1px solid #d3d3d3;
}
.fs-tab-button--active {
  border-bottom: 1px solid white;
}
.fs-tab-button__text {
  font-weight: bold;
  font-size: 14px;
  padding: 6px 10px;
}

.fs-top-menu {
  border-bottom: 2px solid #d3d3d3;
  margin: 20px 0;
}
.fs-top-menu__list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}
.fs-top-menu__list-item {
  padding: 0;
  border-left: 1px solid #d3d3d3;
}
.fs-top-menu__list-item:last-child {
  border-right: 1px solid #d3d3d3;
}
.fs-top-menu__link {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
  border-bottom: 3px solid transparent;
}
.fs-top-menu__link--current, .fs-top-menu__link--expanded, .fs-top-menu__link:hover {
  border-bottom: 3px solid #E37300;
  text-shadow: 0 0 0.1px black;
}
.fs-top-menu__item-title {
  color: #393939;
  font-size: 14px;
}

.fs-expandable__header .fs-expandable__header-title {
  margin-top: 0px;
  margin-bottom: 16px;
}

.fs-expandable__header {
  cursor: pointer;
  display: flex;
  align-items: baseline;
  padding: 0;
  text-align: left;
}
.fs-expandable__header.sv-font-h4 {
  display: flex;
}
.fs-expandable__header--active .fs-expandable__read-more {
  display: none;
}
.fs-expandable__header--active .fs-expandable__icon:before {
  transform: rotate(90deg);
}
.fs-expandable__read-more {
  color: #dc4e02;
}
.fs-expandable__close {
  cursor: pointer;
  padding: 0;
  color: #B54002;
}
.fs-expandable__icon {
  width: 16px;
  min-width: 16px;
  height: 16px;
  position: relative;
  border-radius: 50%;
  background-color: #dc4e02;
  margin-right: 8px;
}
.fs-expandable__icon:before, .fs-expandable__icon:after {
  content: "";
  display: block;
  position: absolute;
  background-color: white;
  transition: all 500ms ease;
}
.fs-expandable__icon:before {
  top: 3px;
  left: 7px;
  width: 2px;
  height: 10px;
}
.fs-expandable__icon:after {
  top: 7px;
  left: 3px;
  width: 10px;
  height: 2px;
}
.fs-expandable .sv-decoration-content {
  display: none;
  margin-bottom: 16px;
}

.fs-fact-module {
  background-color: #fff7f0;
  margin-bottom: 1em;
  padding: 1em 1em 1.5em 1em;
}

/* Kopplad till dekorationsmall */
.fs-sidebar {
  border-left: 3px solid #E37300;
  padding-left: 0.75em;
  margin-bottom: 2.5em;
  margin-top: 0;
}
.fs-sidebar .sv-font-h3 {
  margin-top: 0;
}
.fs-sidebar .sv-font-normal {
  line-height: 1;
  margin-bottom: 0.75em;
}
.fs-sidebar--decoration .sv-font-normal:first-of-type {
  line-height: 1;
  margin-bottom: 1.5em;
}

/* Formatmall i Sitevision */
h2.fs-sidebar-header, h3.fs-sidebar-header, h4.fs-sidebar-header {
  font-size: 2em;
  margin-top: 0.75em;
  /*
  @else if $name == md {
    @media (min-width: $lg_min)  { @content; }
  }
  */
  margin-bottom: 0.5em;
  color: #E37300;
  border-bottom: 1px solid #d3d3d3;
  font-weight: 700;
}
@media (min-width: 960px) {
  h2.fs-sidebar-header, h3.fs-sidebar-header, h4.fs-sidebar-header {
    font-size: 3em;
    margin-top: 1em;
  }
}

.fs-q-and-a-wrapper .fs-plus-box {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fs-q-and-a-wrapper > div:first-child .fs-plus-box {
  border-top-right-radius: 8px;
}
.fs-q-and-a-wrapper > div:last-child .fs-plus-box {
  border-bottom-right-radius: 8px;
}

.fs-content-row {
  border: 1px solid #d3d3d3;
  border-bottom: none;
  border-radius: 10px 10px 0 0;
  margin-top: -1px;
  padding-top: 28px;
  padding-bottom: 20px;
  padding: 28px 13px 20px 13px;
  /*
  @else if $name == md {
    @media (min-width: $lg_min)  { @content; }
  }
  */
}
@media (min-width: 960px) {
  .fs-content-row {
    padding: 28px 0 50px 0;
  }
}

.fs-content-wrapper {
  /*
  @else if $name == md {
    @media (min-width: $lg_min)  { @content; }
  }
  */
}
@media (min-width: 960px) {
  .fs-content-wrapper--wide {
    margin-left: 2em;
    margin-right: 2em;
  }
  .fs-content-wrapper--wide-right {
    margin-right: 13px;
  }
}

.fs-footer {
  border-left: 1px solid #d3d3d3;
  border-right: 1px solid #d3d3d3;
  border-bottom: 1px solid #d3d3d3;
  border-radius: 0 0 10px 10px;
  padding: 13px;
  min-height: 30px;
  margin-bottom: 5px;
}

.fs-header {
  border-top: 3px solid #ff901f;
  padding-top: 5px;
  /*
  @else if $name == md {
    @media (min-width: $lg_min)  { @content; }
  }
  */
  /* Logotyp, länkar och sök */
  /* Toppmeny */
}
@media (min-width: 960px) {
  .fs-header {
    padding-top: 15px;
  }
}
.fs-header .fs-top {
  display: flex;
  align-items: center;
  margin-bottom: 10px;
  justify-content: space-between;
  /* Logotyp */
  /* Länkar och sök */
}
.fs-header .fs-top .fs-left {
  margin-top: 5px;
}
.fs-header .fs-top .fs-right {
  margin-left: 1em;
  display: flex;
  align-items: center;
}
.fs-header .fs-top .fs-right .fs-link {
  display: flex;
}
.fs-header .fs-top .fs-right .fs-link .fs-link__icon {
  margin-right: 0.5em;
}
@media (min-width: 960px) {
  .fs-header .fs-top .fs-right {
    flex-direction: column;
    align-items: flex-end;
  }
}
.fs-header .fs-bottom {
  margin-right: 0.25em;
}
.fs-header__links {
  display: flex;
  font-size: 13px;
  margin-bottom: 10px;
}
.fs-header__links .fs-link__icon {
  margin-right: 0.5rem;
}
.fs-header__links .fs-link {
  display: flex;
}
.fs-header__links > *:not(:first-child) {
  border-left: 1px solid black;
  margin-left: 15px;
  padding-left: 15px;
}
.fs-header__search {
  text-align: right;
}
.fs-header__mobile-menu {
  padding-left: 10px;
  padding-right: 10px;
  margin-left: 20px;
  border-left: 1px solid #d3d3d3;
}
.fs-header-mobile-site-name {
  text-align: center;
  padding-bottom: 1em;
  height: 2.5em;
}
.fs-header-mobile-site-name a {
  text-decoration: none;
}
.fs-header-mobile-searchandmenu {
  display: flex;
  margin-top: 5px;
  margin-bottom: 5px;
}
.fs-header-mobile-searchandmenu > * {
  flex: 1;
  background-color: #B54002;
}
.fs-header-mobile-searchandmenu > *:hover {
  background-color: #832e01;
}
.fs-header-mobile-searchandmenu__search-button {
  margin-left: 2px;
  width: 100%;
}
.fs-header-mobile-searchandmenu__search-button-icon {
  width: 22px;
  height: 22px;
  margin-right: 10px;
  background-repeat: no-repeat;
  background-size: 22px;
}
.fs-header-mobile-searchandmenu__menu-button {
  margin-right: 2px;
  width: 100%;
}
.fs-header-mobile-searchandmenu__search-field {
  display: none;
  margin: 5px;
}
.fs-header-mobile-searchandmenu__search-field--active {
  display: block;
}

.fs-system-card {
  background-color: #fff4e8;
  padding: 20px;
  border-radius: 10px;
}

.fs-search-box {
  padding: 20px 10px;
  margin-bottom: 30px;
  background-color: #ececec;
  border-radius: 10px;
  border: 1px solid #d3d3d3;
  background: linear-gradient(#d3d3d3, white);
}

.finsam-startpage {
  margin-left: 13px;
  margin-right: 13px;
}
.finsam-startpage h2 {
  font-size: 41px;
  color: #E37300;
}
.finsam-startpage .sv-grid-main {
  margin-bottom: 48px;
}
.finsam-startpage #Mittenspalt + .sv-text-portlet h2 {
  font-size: 48px;
}
@media (max-width: 959px) {
  .finsam-startpage .sv-font-normal {
    max-width: unset;
  }
  .finsam-startpage .sv-row *[class*=sv-column-] .sv-text-portlet-content {
    max-width: 80%;
    text-align: start;
  }
}
@media (max-width: 959px) and (max-width: 480px) {
  .finsam-startpage .sv-row *[class*=sv-column-] .sv-text-portlet-content {
    max-width: 100%;
  }
  .finsam-startpage .sv-row *[class*=sv-column-] .sv-image-portlet img {
    max-width: 100%;
    max-height: 100%;
  }
}
@media (max-width: 959px) {
  .finsam-startpage .sv-grid-main {
    margin-bottom: 0;
  }
}

.fs-login-info-frame {
  background-color: #ececec;
  border-radius: 10px;
  padding: 15px 10px;
}
