/* pt-serif-regular - latin */
@font-face {
  font-family: "PT Serif Regular";
  font-style: normal;
  font-weight: 400;
  src: local("PT Serif Regular"), url("../fonts/pt-serif-v12-latin-regular.woff2") format("woff2"), url("../fonts/pt-serif-v12-latin-regular.woff") format("woff");
  /* Modern Browsers */
}
@font-face {
  font-family: "PT Serif Bold";
  font-style: normal;
  font-weight: 700;
  src: local("PT Serif Bold"), url("../fonts/pt-serif-v12-latin-700.woff2") format("woff2"), url("../fonts/pt-serif-v12-latin-700.woff") format("woff");
  /* Modern Browsers */
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../fonts/open-sans-v17-latin-300.woff") format("woff"), url("../fonts/open-sans-v17-latin-300.woff2") format("woff2");
  font-style: normal;
  font-weight: 300;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../fonts/open-sans-v17-latin-regular.woff") format("woff"), url("../fonts/open-sans-v17-latin-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../fonts/open-sans-v17-latin-600.woff") format("woff"), url("../fonts/open-sans-v17-latin-600.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: local("Open Sans"), url("../fonts/open-sans-v17-latin-700.woff") format("woff"), url("../fonts/open-sans-v17-latin-700.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}
@font-face {
  font-family: system;
  font-style: normal;
  font-weight: 300;
  src: local(".SFNSText-Light"), local(".HelveticaNeueDeskInterface-Light"), local(".LucidaGrandeUI"), local("Ubuntu Light"), local("Segoe UI Light"), local("Roboto-Light"), local("DroidSans"), local("Tahoma");
}
html {
  scroll-behavior: smooth;
}
html {
  font-size: 16px;
}
@media screen and (min-width: 320px) {
  html {
    font-size: calc( 16px + 2 * ((100vw - 320px) / 880) ) !important;
  }
}
@media screen and (min-width: 1200px) {
  html {
    font-size: 18px !important;
  }
}

h1 {
  font-size: 250%;
}

h2,
.header2 {
  font-size: 2.0736rem !important;
}
h2,
.header2 {
  font-size: 27.648px;
}
@media screen and (min-width: 320px) {
  h2,
.header2 {
    font-size: calc( 27.648px + 12.852 * ((100vw - 320px) / 880) ) !important;
  }
}
@media screen and (min-width: 1200px) {
  h2,
.header2 {
    font-size: 40.5px !important;
  }
}

h3,
.header3 {
  font-size: 1.44rem !important;
}
h3,
.header3 {
  font-size: 23.04px;
}
@media screen and (min-width: 320px) {
  h3,
.header3 {
    font-size: calc( 23.04px + 3.96 * ((100vw - 320px) / 880) ) !important;
  }
}
@media screen and (min-width: 1200px) {
  h3,
.header3 {
    font-size: 27px !important;
  }
}

body * {
  font-family: "Open Sans", sans-serif !important;
}
body h1 {
  margin: calc(0.5 * 15px) 0;
}
body h2,
body .header2 {
  font-family: "PT Serif Regular" !important;
  margin: calc(0.5 * 15px) 0;
}
body h2 a,
body .header2 a {
  font-family: "PT Serif Regular" !important;
  padding-top: 100px;
  margin-top: -100px;
  color: inherit;
}
body h3,
body .header3 {
  font-family: "PT Serif Bold" !important;
  margin: calc(0.5 * 15px) 0;
}
body h3 a,
body .header3 a {
  font-family: "PT Serif Bold" !important;
  color: inherit;
  transition: color, 0.5s;
  padding-top: 100px;
  margin-top: -100px;
}
body h3 a:hover,
body .header3 a:hover {
  color: #4A987D;
}
body h4,
body .header4 {
  font-family: "Open Sans", sans-serif !important;
  margin: calc(0.5 * 15px) 0;
}
body h4 a,
body .header4 a {
  color: inherit;
  transition: color, 0.5s;
  padding-top: 100px;
  margin-top: -100px;
}
body h4 a:hover,
body .header4 a:hover {
  color: #4A987D;
}

.hidden {
  display: none !important;
}

.GogG #cookie-consent #content {
  top: 12.5%;
}
.GogG #cookie-consent #content #intro #intro-text a {
  color: #292929 !important;
  font-weight: 700;
  opacity: 0.8;
  transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.GogG #cookie-consent #content #intro #intro-text a:hover {
  opacity: 1;
}
.GogG .sections .article a {
  color: #292929 !important;
  font-weight: 700;
  opacity: 0.8;
  transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.GogG .sections .article a:hover {
  opacity: 1;
}

#cookie-consent {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  background: white;
  backdrop-filter: blur(5px);
  -webkit-transition: all 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98);
  transition: all 0.2s cubic-bezier(0.38, 0.32, 0.36, 0.98);
}
#cookie-consent #content {
  position: absolute;
  width: 90%;
  height: fit-content;
  max-width: 935px;
  min-height: 530px;
  margin: auto;
  left: 50%;
  top: 22.5%;
  background-color: white;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (min-width: 330px) {
  #cookie-consent #content {
    top: 280px;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content {
    display: flex;
    min-height: 530px;
  }
}
#cookie-consent #content .buttons {
  display: flex;
  position: absolute;
  bottom: 30px;
  width: 85%;
  max-width: 350px;
}
#cookie-consent #content .buttons button {
  width: 49%;
  padding: 16px;
  border-radius: 30px;
  font-size: 14px;
  background: #fbd01e;
  cursor: pointer;
  color: black;
  outline: 0;
  border: none;
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content .buttons button {
    font-size: 16px;
  }
}
#cookie-consent #content .buttons button.settings {
  background: none;
  color: black;
}
#cookie-consent #content #intro,
#cookie-consent #content #cookie-options,
#cookie-consent #content #cookie-details {
  max-width: 340px;
  padding: 30px;
  color: black;
}
@media screen and (min-width: 480px) {
  #cookie-consent #content #intro,
#cookie-consent #content #cookie-options,
#cookie-consent #content #cookie-details {
    padding: 45px;
    max-width: initial;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #intro,
#cookie-consent #content #cookie-options,
#cookie-consent #content #cookie-details {
    height: 350px;
  }
}
#cookie-consent #content #split-view {
  display: flex;
}
@media screen and (min-width: 480px) {
  #cookie-consent #content #split-view #intro {
    padding: 65px 45px;
  }
}
#cookie-consent #content #split-view #intro #title {
  font-family: "PT Serif Regular" !important;
  font-size: 30px;
}
@media screen and (min-width: 620px) {
  #cookie-consent #content #split-view #intro #title {
    font-size: 33px;
  }
}
@media screen and (min-width: 700px) {
  #cookie-consent #content #split-view #intro #title {
    font-size: 30px;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #split-view #intro #title {
    font-size: 42px;
  }
}
#cookie-consent #content #split-view #intro #intro-text {
  margin-top: 15px;
  font-size: 13px;
}
#cookie-consent #content #split-view #intro #intro-text a {
  color: #4A987D;
}
@media screen and (min-width: 620px) {
  #cookie-consent #content #split-view #intro #intro-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #split-view #intro #intro-text {
    margin-top: 25px;
    font-size: 17px;
  }
}
#cookie-consent #content #split-view #intro .buttons {
  margin-top: 58px;
}
#cookie-consent #content #split-view #cookies-image {
  display: none;
  height: fit-content;
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #split-view #cookies-image {
    display: block;
    margin-right: -40px;
    padding-top: 45px;
  }
}
#cookie-consent #content #full-view #cookie-details {
  max-height: 820px;
}
@media screen and (min-width: 480px) {
  #cookie-consent #content #full-view #cookie-details {
    padding: 30px 45px;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #full-view #cookie-details {
    padding: 45px;
  }
}
#cookie-consent #content #full-view #cookie-details #title {
  font-weight: 700;
}
#cookie-consent #content #full-view #cookie-details #text-box {
  max-height: 235px;
  padding: 30px 20px 20px 20px;
  margin-top: 10px;
  background: white;
  font-size: 14px;
  border-radius: 10px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2);
  overflow-y: scroll;
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #full-view #cookie-details #text-box {
    max-height: 280px;
  }
}
#cookie-consent #content #full-view #cookie-options #title {
  margin-bottom: 20px;
  font-family: "PT Serif Regular" !important;
  font-size: 25px;
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #full-view #cookie-options #title {
    font-size: 30px;
  }
}
#cookie-consent #content #full-view #cookie-options .option {
  display: flex;
  justify-content: center;
  padding: 8px 0;
}
#cookie-consent #content #full-view #cookie-options .option .text .title {
  max-width: 235px;
  font-family: "PT Serif Regular" !important;
  font-size: 15px;
}
@media screen and (min-width: 480px) {
  #cookie-consent #content #full-view #cookie-options .option .text .title {
    max-width: initial;
    font-size: 16px;
  }
}
@media screen and (min-width: 769px) {
  #cookie-consent #content #full-view #cookie-options .option .text .title {
    font-size: 17px;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #full-view #cookie-options .option .text .title {
    font-size: 24px;
  }
}
#cookie-consent #content #full-view #cookie-options .option .text label {
  position: relative;
  z-index: 20;
  display: block;
  cursor: pointer;
  font-size: 10px;
}
@media screen and (min-width: 769px) {
  #cookie-consent #content #full-view #cookie-options .option .text label {
    font-size: 12px;
  }
}
#cookie-consent #content #full-view #cookie-options .option .text label:after {
  display: inline-block;
  padding: 2px;
  margin: 0px 0px 2px 6px;
  content: "";
  border: solid black;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
#cookie-consent #content #full-view #cookie-options .option .text input {
  display: none;
}
#cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article {
  -webkit-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -moz-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -o-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  -ms-transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
  transition: height 0.5s ease-in-out, box-shadow 0.1s linear;
}
#cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article.small {
  height: 60px;
}
#cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article.medium {
  height: 105px;
}
#cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article.large {
  height: 152px;
}
@media screen and (min-width: 355px) {
  #cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article.large {
    height: 118px;
  }
}
@media screen and (min-width: 480px) {
  #cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article.large {
    height: 120px;
  }
}
@media screen and (min-width: 769px) {
  #cookie-consent #content #full-view #cookie-options .option .text input:checked ~ article.large {
    height: 95px;
  }
}
#cookie-consent #content #full-view #cookie-options .option .text article {
  overflow: hidden;
  height: 0;
  position: relative;
  z-index: 10;
  -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
  transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
#cookie-consent #content #full-view #cookie-options .option .text article p {
  font-size: 10px;
}
@media screen and (min-width: 480px) {
  #cookie-consent #content #full-view #cookie-options .option .text article p {
    font-size: 11px;
  }
}
@media screen and (min-width: 769px) {
  #cookie-consent #content #full-view #cookie-options .option .text article p {
    font-size: 13px;
  }
}
@media screen and (min-width: 1000px) {
  #cookie-consent #content #full-view #cookie-options .option .text article p {
    font-size: 15px;
  }
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input {
  position: absolute;
  opacity: 0;
  width: 30px;
  height: 30px;
  cursor: pointer;
  z-index: 100;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input:focus + label:before {
  border: 1px solid black;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input + label {
  position: relative;
  cursor: pointer;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input + label:before {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  width: 30px;
  height: 30px;
  background: white;
  border-radius: 100px;
  border: 2px solid #dfdfdf;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input:disabled:checked + label:before {
  background: #7dbfa8;
  border: 2px solid #7dbfa8;
  cursor: not-allowed;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input:disabled:checked {
  cursor: not-allowed;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input:checked {
  background: #fbd01e;
  border: 1px solid #fbd01e;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input:checked + label:before {
  background: #fbd01e;
  border: 2px solid #fbd01e;
}
#cookie-consent #content #full-view #cookie-options .option .checkbox input:checked + label:after {
  content: "";
  position: absolute;
  left: 11px;
  top: 15px;
  background: black;
  width: 4px;
  height: 4px;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black;
  transform: rotate(45deg);
}

.GogG {
  background: #f4f4f4;
  color: black;
}
.GogG .wl .right-arrow #Artboard {
  fill: black;
  stroke: black;
}
.GogG .wl a {
  color: #292929;
  font-weight: 700;
  opacity: 0.8;
  transition: opacity 0.15s cubic-bezier(0.445, 0.05, 0.55, 0.95);
}
.GogG .wl a:hover {
  opacity: 1;
}
.GogG .wl input-checkbox input:checked + label:before {
  background: #fbd01e !important;
  border: 2px solid #fbd01e !important;
}
.GogG .wl input-checkbox input:checked + label:after {
  background: black !important;
  box-shadow: 2px 0 0 black, 4px 0 0 black, 4px -2px 0 black, 4px -4px 0 black, 4px -6px 0 black, 4px -8px 0 black !important;
}
.GogG .wl input-button button {
  background-color: #fbd01e;
  color: black;
}
.GogG .wl input-slider .wrapper .slider-amount {
  font-weight: 700;
}
.GogG .wl input-slider .wrapper .ngx-slider .ngx-slider-selection {
  background: #fbd01e !important;
}
.GogG .wl input-slider .wrapper .ngx-slider .ngx-slider-pointer {
  background-color: #fbd01e;
}
.GogG .wl input-slider .wrapper .ngx-slider .ngx-slider-pointer:after {
  background-color: #fbd01e;
}
.GogG .wl input-button-increment .wrapper .content .actions-holder .increment-button-action {
  background-color: #fbd01e;
  color: black;
}
.GogG .wl ngx-spinner .overlay {
  background-color: white !important;
}
.GogG .wl ngx-spinner .overlay .la-ball-clip-rotate {
  color: black !important;
}
.GogG .wl #step-1 section {
  background: white;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2) !important;
}
.GogG .wl #step-1 #tabs .tablinks {
  color: black;
  background: #fbd01e;
  font-family: "PT Serif Bold" !important;
}
.GogG .wl #step-1 #tabs .normal-loan-tab,
.GogG .wl #step-1 #tabs .refinance-loan-tab {
  background: white;
  color: black;
}
.GogG .wl #step-1 #refinance-loan #refinance-inputs .refinance-loans .loan-title .remove {
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTciIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNDY0IDE1Ljc4NlYzLjY0M0gzLjY0M3YxMi4xNDNoMS44MjF6bTEuMjE1IDBoMi40MjhWMy42NDNINi42OHYxMi4xNDN6bTMuNjQyIDBoMS44MjJWMy42NDNIMTAuMzJ2MTIuMTQzek0xMi43NSAyLjQyOWgyLjQyOWEuNjA3LjYwNyAwIDAgMSAwIDEuMjE0aC0xLjgyMnYxMi43NWEuNjA3LjYwNyAwIDAgMS0uNjA3LjYwN0gzLjAzNmEuNjA3LjYwNyAwIDAgMS0uNjA3LS42MDdWMy42NDNILjYwN2EuNjA3LjYwNyAwIDAgMSAwLTEuMjE0aDQuMjVWLjYwN2MwLS4zMzUuMjcyLS42MDcuNjA3LS42MDdoNC44NTdjLjMzNiAwIC42MDguMjcyLjYwOC42MDdWMi40M2gxLjgyMXptLTMuMDM2IDBWMS4yMTRINi4wNzFWMi40M2gzLjY0M3oiIGZpbGw9IiMwMDAiIGZpbGwtcnVsZT0ibm9uemVybyIvPjwvc3ZnPgoK");
  background-repeat: no-repeat;
  background-position: center;
}
.GogG .wl #step-1 #refinance-loan #refinance-inputs .refinance-loans .loan-title .remove img {
  display: none;
}
.GogG .wl #step-1 #refinance-loan #refinance-inputs .refinance-loans #add-debt {
  background: #fbd01e;
  width: intrinsic;
  /* Safari/WebKit uses a non-standard name */
  width: -moz-max-content;
  /* Firefox/Gecko */
  width: -webkit-max-content;
  padding: 10px;
  border-radius: 30px;
}
.GogG .wl #step-1 #refinance-loan #refinance-inputs .refinance-loans #add-debt svg circle {
  stroke: black;
}
.GogG .wl #step-1 #refinance-loan #refinance-inputs .refinance-loans #add-debt svg g {
  stroke: black;
}
.GogG .wl #step-1 #refinance-loan #refinance-inputs .refinance-loans #add-debt button {
  color: black !important;
}
.GogG .wl #step-2 #tabs .tab button,
.GogG .wl #co-step2 #tabs .tab button {
  font-family: "PT Serif Bold" !important;
}
.GogG .wl #step-2 #tabs .tab button div,
.GogG .wl #co-step2 #tabs .tab button div {
  font-family: "PT Serif Bold" !important;
}
.GogG .wl #step-2 #tabs .tablinks,
.GogG .wl #co-step2 #tabs .tablinks {
  background: #fbd01e;
  color: black;
  font-family: "PT Serif Bold" !important;
}
.GogG .wl #step-2 #tabs .tablinks.normal-loan-tab,
.GogG .wl #step-2 #tabs .tablinks.change-loan-tab,
.GogG .wl #co-step2 #tabs .tablinks.normal-loan-tab,
.GogG .wl #co-step2 #tabs .tablinks.change-loan-tab {
  color: black;
  background: white;
}
.GogG .wl #step-2 .form-container,
.GogG .wl #co-step2 .form-container {
  background: white;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2) !important;
}
.GogG .wl #step-2 .form-container #input-container section,
.GogG .wl #co-step2 .form-container #input-container section {
  box-shadow: 0 2px 17px -2px rgba(0, 0, 0, 0.2);
}
.GogG .wl nemid {
  background: white;
  display: block;
  border-radius: 30px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2) !important;
}
.GogG .wl nemid section {
  background-image: url("../img/nemid.png");
}
.GogG .wl my-page {
  display: block;
  background: white;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2) !important;
}
.GogG .wl #my-page .image {
  padding: 0;
  margin: 0;
  box-shadow: none;
  background: none;
}
.GogG .wl #my-page .body.body-mobile {
  margin-top: 0 !important;
  background: white !important;
}
.GogG .wl #my-page .header-mobile {
  background: #fbd01e !important;
  color: black !important;
}
.GogG .wl #popup {
  top: 12.5%;
}

body {
  margin: 0;
}
body .banks,
body .steps,
body .article,
body .image,
body .powered-by {
  margin: 40px auto;
  background: white;
  border-radius: 20px;
  box-shadow: 0 2px 8px -2px rgba(0, 0, 0, 0.2);
}
@media screen and (min-width: 700px) {
  body .banks,
body .steps,
body .article,
body .image,
body .powered-by {
    padding: calc(2 * 15px) 0px calc(2 * 15px) 0px;
    max-width: 700px;
  }
}
@media screen and (min-width: 1000px) {
  body .banks,
body .steps,
body .article,
body .image,
body .powered-by {
    max-width: 1130px;
  }
}
body .banks {
  display: none;
  max-width: 570px;
}
@media screen and (min-width: 1000px) {
  body .banks {
    display: block;
  }
}
body .banks.mobile {
  display: block;
  padding: 20px 0;
}
@media screen and (min-width: 1000px) {
  body .banks.mobile {
    display: none;
  }
}
@media screen and (min-width: 1000px) {
  body .banks {
    margin-left: 0;
    margin-bottom: 0;
  }
}
body .banks h4 {
  font-family: "PT Serif Bold" !important;
  text-align: center;
  font-size: 25px;
  padding: 0 25px;
}
body .banks .banks-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
  list-style: none;
}
body .banks .banks-list .banks-list-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  margin: 10px 20px;
  height: 50px;
  color: white;
}
body .banks .banks-list .banks-list-item svg {
  width: 100%;
  height: 60px;
}
body .banks .banks-list .banks-list-item svg.resurs {
  width: 80%;
}
body .banks .banks-list .banks-list-item svg.leasy {
  width: 70%;
}
body .banks .banks-list .banks-list-item svg.remember {
  width: 90%;
}
body .banks .banks-list .banks-list-item svg.santander {
  width: 65%;
}
body .banks .banks-list .banks-list-item.nordea {
  width: 85px;
}
body .banks .banks-list .banks-list-item.sparexpres {
  margin-top: 10px;
}
body .banks .banks-list .banks-list-item.resursbank {
  width: 120px;
}
body .banks .banks-list .banks-list-item.acceptlaan {
  width: 110px;
  margin-left: 5px;
  margin-right: 30px;
}
body .banks .banks-list .banks-list-item.sparnord {
  width: 120px;
}
body .banks .banks-list .banks-list-item.minifinans {
  width: 160px;
  margin: 10px 5px;
}
body .banks .banks-list .banks-list-item.ikano {
  width: 100px;
}
body .header-flex-container {
  position: relative;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container {
    display: flex;
    justify-content: space-evenly;
    margin: 0 auto;
    max-width: 1130px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .left-side-header {
    position: sticky;
    top: 0;
    margin-right: auto;
    padding-right: 40px;
    height: fit-content;
  }
}
body .header-flex-container .left-side-header .header {
  display: block;
  padding-top: 80px;
  background: none;
  margin: 0 auto;
  text-align: center;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .left-side-header .header {
    margin: initial;
    text-align: left;
  }
}
body .header-flex-container .left-side-header .header .inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 0 15px;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .left-side-header .header .inner {
    padding: 0px;
  }
}
body .header-flex-container .left-side-header .header .inner.padding-bottom {
  padding-bottom: 50px;
}
body .header-flex-container .left-side-header .header .inner .h-title.text {
  font-family: "PT Serif Bold" !important;
  font-size: 180%;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .left-side-header .header .inner .h-title.text {
    font-size: 64px;
    padding-top: 50px;
  }
}
body .header-flex-container .left-side-header .header .inner .h-title.text a {
  font-family: "PT Serif Bold" !important;
  color: white;
  transition: color, 0.5s;
}
body .header-flex-container .left-side-header .header .inner .h-title.text a:hover {
  color: #4A987D;
}
body .header-flex-container .left-side-header .header .inner .h-subtitle.text {
  font-family: "PT Serif Regular" !important;
  font-size: 16px !important;
  font-weight: 300;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .left-side-header .header .inner .h-subtitle.text {
    font-size: 27px !important;
  }
}
body .header-flex-container .left-side-header .header .inner .tertiary-h-desktop-subtitle {
  display: none;
  flex-direction: column;
  min-height: 35px;
  max-width: 400px;
  font-size: 16px;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .left-side-header .header .inner .tertiary-h-desktop-subtitle {
    display: flex;
    max-width: 470px;
  }
}
body .header-flex-container .left-side-header .header .inner .tertiary-h-desktop-subtitle span {
  padding-bottom: 5px;
}
body .header-flex-container .left-side-header .header .inner .tertiary-h-desktop-subtitle.text {
  font-weight: 400;
}
body .header-flex-container .wl {
  max-width: 500px;
  margin: 0 auto;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .wl {
    margin: initial;
    padding-top: 150px;
  }
}
body .header-flex-container .powered-by {
  width: 90%;
  padding: calc(2 * 15px) 0px calc(2 * 15px) 0px;
}
@media screen and (min-width: 1000px) {
  body .header-flex-container .powered-by {
    width: 100%;
  }
}
body .header-flex-container .powered-by h4 {
  font-family: "PT Serif Bold" !important;
  text-align: center;
  font-size: 25px;
  padding: 0 25px;
}
body .header-flex-container .powered-by h4 a {
  font-family: "PT Serif Bold" !important;
  text-decoration: none;
}
body .sections {
  width: 90%;
  margin: 0 auto;
}
body .sections .steps h2 {
  text-align: center;
  margin: 0;
  padding-top: 20px;
}
@media screen and (min-width: 1000px) {
  body .sections .steps h2 {
    padding-top: 0;
  }
}
body .sections .steps .inner {
  display: flex;
  justify-content: space-evenly;
  align-items: flex-start;
  flex-direction: column;
  padding: 0 0 20px 0;
}
@media screen and (min-width: 1000px) {
  body .sections .steps .inner {
    padding: 0;
  }
}
body .sections .steps .inner .text {
  display: flex;
  text-align: center;
  width: 100%;
  flex-grow: 1;
  flex-direction: column;
  padding-bottom: 10px;
}
@media screen and (min-width: 700px) {
  body .sections .steps .inner {
    flex-direction: row;
  }
}
body .sections .article .inner {
  padding: calc(1.25 * 15px) calc(3.25 * 1em) calc(1.25 * 15px) calc(3.25 * 1em);
}
@media screen and (min-width: 1000px) {
  body .sections .article .inner {
    padding: calc(2 * 15px) calc(5.25 * 1em) calc(2 * 15px) calc(5.25 * 1em);
  }
}
body .sections .article .inner p {
  font-size: 16px;
}
body .sections .article .inner p span {
  display: block;
  margin-bottom: 10px;
}
body .sections .article img {
  width: 100%;
  border-radius: 15px;
  margin: 20px 0;
}
body .sections .image {
  background-size: cover;
  height: 400px;
  margin: 40px auto;
  padding: 0;
  box-shadow: none;
  position: relative;
  filter: opacity(80%);
  background: black;
  /* fallback colour. */
  background: -webkit-linear-gradient(rgba(29, 38, 113, 0.8), rgba(195, 55, 100, 0.8)), url("../img/image.jpg");
  background: linear-gradient(rgba(7, 7, 7, 0.8), rgba(0, 0, 0, 0.44)), url("../img/image.jpg");
  /* The least supported option. */
}
body .sections .image h2 {
  color: white;
  position: absolute;
  width: 100%;
  top: 45%;
  left: 0;
  text-align: center;
  text-shadow: 0 0 5px #0000006b;
}

/*# sourceMappingURL=style.css.map */
