@font-face {
  font-family: HeadlineBlack;
  src: url('./fonts/SwedbankHeadline-Black.woff2') format('woff2'),
  url('./fonts/SwedbankHeadline-Black.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

*, *:after, *:before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
  background-color: #FBF2EA;
  color: #512b2b;
  font:  20px/22px Arial, sans-serif;
}

h1, h2, h3, h4 {
  font-family: HeadlineBlack, Arial, sans-serif;
  line-height: 1.2;
  margin-bottom: 20px;
}

h1, h2 {
  font-size: 40px;
}

h3.section-title {
  font-size: 26px;
  margin-bottom: 20px;
}

h3.sub-heading {
  font-size: 30px;
}

h4 {
  font-size: 20px;
  margin: 20px 0 10px;
}

section {
  padding: 30px;
  margin-bottom: 30px;
}

img {
  width: 100%;
}

/* utilities */
.container {
  width: 90%;
  max-width: 1340px;
  margin: auto;
  overflow: hidden;
}

.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.text-bold {
  font-size: 15px;
  line-height: 1.6;
  font-weight: 600;
}

.text-white {
  color: white;
}

.disclaimer {
  color: #a38b80;
  font: normal 13px/18px Arial, sans-serif;
}

.-lightpurplebg {
  background-color: #fbedf4;
  border-bottom: 1px solid #e1e1e1;
}
.-lightbluebg {
  background-color: #e9f7fb;
  border-bottom: 1px solid #e1e1e1;
}
.-lightorangebg {
  background-color: #fbf2ea;
  border-bottom: 1px solid #e1e1e1;
}
.-lightgreenbg {
  background-color: #ebf8f2;
  border-bottom: 1px solid #e1e1e1;
}
.-whitebg {
  background-color: #ffffff;
}
.-bluebg {
  background-color: #e9f7fb;
}
.-yellowbg {
  background-color: #EDC562;
}
.-orangebg {
  background-color: #f35c1c;
}
.-info-turquoise-bg {
  background-color: #8ACDC3;
}
.-info-lilac-bg {
  background-color: #D28AC5;
}

/* header styles */
#header {
  height: 80px;
  background-color: white;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 0 30px;
}

#header .logo {
  max-width: 150px;
  height: 32px;
}

/* introduction */
section#introduction {
  background: #fff url('../images/hero-img.jpg') no-repeat top center /cover;
  background-color: #FBFAF8;
  height: 480px;
  width: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  overflow: hidden;
  width: 100%;
}

section#introduction .content {
  flex-basis: 624px;
  padding: 60px 35px;
  max-width: 100%;
}

/* offers section */
#offers-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin: -20px 0 0 -20px;

}

.offer {
  flex: 1 1 48%;
  margin: 20px 0 0 20px;
  padding: 35px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.-voog{
  flex: 1 1 100%;
}

.offer > * {
  margin-bottom: 10px;
}

a {
  font: 15px/22px Headline,Arial,sans-serif;
  color: #257886;
  text-decoration: underline;
}

.links-list a, a.default-link {
  display: inline-block;
  color: #257886;
  text-decoration: none;
  margin-top: 10px;
  font: 15px/22px Helvetica, Arial, sans-serif;
}

.links-list a:before, a.default-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-left: 7px solid #257886;
  margin-right: 7px;
}

a.big-link {
  display: inline-flex;
  color: inherit;
  text-decoration: none;
  font: 18px Helvetica, Arial, sans-serif;
  line-height: 1.8;
  font-weight: bold;
  justify-content: flex-start;
  align-items: flex-start;
}

a.big-link:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 21px solid #31A3AE;
  margin-right: 10px;
  /* transform: translateY(+13px);	 */
}

a.big-link:hover {
  text-decoration: underline;
  color: #000;
  transition: 100ms ease-in;
}

/* components section */
div.card {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  flex: 0 1 23.5%;
  min-width: 200px;
}

/* fix for IE */
.card-img {
  flex-shrink: 0;
}

#cookie-consent {
  font: var(--ui-body-font) !important;
}
#cookie-consent .ui-cookie-consent__lang {
  display: none;
}

@media only screen and (max-width: 1249px) {
  div.card {
    flex: 0 1 48%;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 699px) {
  div.card {
    flex: 0 1 100%;
    margin-bottom: 30px;
  }
}

/* links section */
section#links {
  justify-content: space-between;
}

ul.links-list {
  flex: 1 1 49%;
  max-width: 49%;
  margin-top: 0;
}

section#links ul:nth-child(2) {
  padding-left: 35px;
}

section#links a.big-link {
  margin-top: 25px;
}

@media only screen and (max-width: 929px) {
  ul.links-list {
    flex: 1 1 100%;
    max-width: 100%;
  }

  section#links ul:first-child + ul {
    padding-left: 0;
  }
}

/* media queries for mobile view */
@media only screen and (max-width: 900px) {
  section#introduction {
    flex-direction: column;
    justify-content: flex-end;
    padding: 0;
    overflow: hidden;
  }

  section#introduction .content {
    width: auto;
    flex-basis: 50%;
    padding: 25px;
  }
}

@media only screen and (max-width: 499px) {
  .container {
    width: 100%;
  }

  #header {
    padding: 10px;
  }

  section#introduction {
    background-size: contain;
  }

  section {
    padding: 10px;
  }

  h1, h2 {
    font-size: 30px;
  }

  h3.section-title, h3.sub-heading {
    font-size: 22px;
  }

  .offer {
    padding: 15px;
    font-weight: 500;
    font-size: 12px;
  }

  div.card:last-child {
    margin-bottom: 15px;
  }

  section#links {
    margin-bottom: 7px;
  }
}



















