html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
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;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*** FONT FACE ***/
@font-face {
  font-family: "AvertaStd";
  src: url("AvertaStd-ExtraBold.eot");
  src: url("AvertaStd-ExtraBold.eot?#iefix") format("embedded-opentype"), url("AvertaStd-ExtraBold.woff2") format("woff2"), url("AvertaStd-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
/* Colors and vars */
body {
  font-family: "Inter", sans-serif;
  font-weight: 500;
  color: #000;
  background-color: #fffefd;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
}

@media only screen and (min-width: 1400px) {
  html {
    font-size: 17px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 1400px) {
  html {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  html {
    font-size: 15px;
  }
}
/** Utils **/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.center {
  text-align: center;
}

.btn-wrapper {
  display: flex;
  justify-content: center;
  gap: 1.5rem;
}
.btn-wrapper.left {
  justify-content: flex-start;
}
.btn-wrapper.center {
  justify-content: center;
}
.btn-wrapper.right {
  justify-content: flex-end;
}

@media only screen and (max-width: 480px) {
  .btn-wrapper {
    flex-direction: column;
    margin-top: 2rem;
  }
}
.hidden {
  display: none;
}

.fw {
  width: 100%;
  display: block;
}

.nwb {
  white-space: nowrap;
}

b {
  font-weight: 700;
}

.stop-scrolling {
  height: 100%;
  overflow: hidden;
}

/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield !important;
}

.sl-720 {
  display: none;
}

@media only screen and (max-width: 720px) {
  .sl-720 {
    display: block;
  }
}
/*** STANDARDS ***/
.pagesection {
  width: 95%;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 2.5%;
  padding-right: 2.5%;
  position: relative;
  z-index: 1000;
}
.pagesection.gray {
  background-color: #f9fafc;
}
.pagesection.md-pad {
  padding-top: 1.875rem;
  padding-bottom: 1.875rem;
}
.pagesection.no-top-pad {
  padding-top: 0px;
}
.pagesection.no-bottom-pad {
  padding-bottom: 0px;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "AvertaStd", sans-serif;
  color: #172e4c;
  line-height: 120%;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5 {
  color: #ffffff;
}

.light {
  color: #ffffff;
}

h1 {
  font-size: 2.25rem;
  color: #172e4c;
}

h2 {
  font-size: 2.25rem;
  color: #172e4c;
}

h3 {
  font-size: 1.5rem;
  color: #172e4c;
}

h4 {
  font-size: 1.375rem;
}

h5 {
  font-size: 1.25rem;
}

.text-container a {
  color: inherit;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1rem;
  list-style: disc;
  list-style-position: inside;
}

@media only screen and (max-width: 640px) {
  h2 {
    font-size: 2rem;
  }
  h3 {
    font-size: 1.375rem;
  }
}
/*** PAGE HEADER **/
#page-header {
  width: 95%;
  padding: 80px 2.5% 100px;
  background-color: #172e4c;
  background: #172e4c url("../img/svolt-pattern-blue.svg") repeat-x left bottom;
  background-size: 110px;
  position: relative;
  overflow: hidden;
}
#page-header .title-wrapper {
  color: #ffffff;
  max-width: 720px;
  margin: 0;
}
#page-header .title-wrapper .title {
  font-family: "AvertaStd", sans-serif;
  color: #f3c163;
  font-size: 2.625rem;
  line-height: 120%;
}
#page-header .title-wrapper .body {
  margin-top: 0.25rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 130%;
}
#page-header .title-wrapper .body h1 {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  margin: inherit;
  padding: inherit;
}
#page-header .title-wrapper .link-text {
  margin-top: 0.75rem;
  font-size: 85%;
}
#page-header .title-wrapper .link-text a {
  color: #ffffff;
}

@media only screen and (max-width: 1024px) {
  .pagesection {
    width: 92%;
    padding: 6% 4%;
    background-attachment: scroll;
  }
  .pagesection.big-bottom-pad {
    padding-bottom: 60px;
  }
  /*
  h1 {
    font-size: 2rem;
  }
  h2 {
    font-size: 1.675rem;
  }
  */
  #page-header {
    width: 92%;
    padding: 64px 4% 80px;
    background-size: 12%;
  }
  #page-header .title-wrapper .title {
    font-size: 2.25rem;
  }
  #page-header .title-wrapper .body {
    margin-top: 0.875rem;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 640px) {
  .pagesection {
    width: 90%;
    padding: 10% 5%;
  }
  /*
  h1 {
    font-size: 1.875rem;
  }
  h2 {
    font-size: 1.5rem;
  }
  */
  #page-header {
    width: 90%;
    padding: 36px 5% 50px;
    background-size: 75px;
  }
  #page-header .title-wrapper .title {
    font-size: 2rem;
  }
  #page-header .title-wrapper .body {
    margin-top: 0.75rem;
    font-size: 1.25rem;
  }
}
.pagesection .content,
#page-header .content {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
}
.pagesection .content.mid,
#page-header .content.mid {
  max-width: 980px;
}
.pagesection .content.sm,
#page-header .content.sm {
  max-width: 780px;
}

p {
  width: 80%;
  max-width: 640px;
  font-size: 1.125rem;
  margin-top: 0.5rem;
  line-height: 150%;
}
p + p {
  margin-top: 0.75rem;
}
p.sm {
  font-size: 1rem;
  margin-top: 0.25rem;
}
p.xl {
  color: #002d3c;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 150%;
  width: 100%;
  max-width: 920px;
}
p.fw {
  width: 100%;
  max-width: 920px;
}
p.center {
  margin-left: auto;
  margin-right: auto;
}
p.section-intro {
  max-width: 635px;
  font-size: 1.5rem;
  margin-top: 16px;
  font-weight: 300;
}
.col p {
  width: 100%;
  max-width: unset;
}
.col p a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.125rem;
}
p h2 {
  display: block;
  margin-top: 2rem;
  margin-bottom: 0.5rem;
}
p h3 {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 0rem;
}

@media only screen and (max-width: 1024px) {
  .text-container {
    width: 100%;
  }
  .text-container.section-intro {
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 640px) {
  .text-container.section-intro {
    font-size: 1.125rem;
  }
}
@media only screen and (max-width: 640px) {
  p {
    width: 100%;
    max-width: unset;
  }
}
/*** Column-wrappers ***/
.col-wrapper {
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 2.25rem;
}
.col-wrapper.justify-space-between {
  justify-content: space-between;
}
.col-wrapper.align-items-center {
  align-items: center;
}
.col-wrapper.just-center {
  justify-content: center;
}

.col {
  flex-grow: 0;
  flex-shrink: 0;
  margin: 15px 0;
  box-sizing: border-box;
  position: relative;
}
.col.col-1 {
  margin-left: 0px;
  margin-right: 0px;
}
.col.image {
  background-position: center center;
  background-size: cover;
  background-color: #ffffff;
}
.col > .text-container {
  max-width: none;
  margin: 10px 0px 0px;
}

.col-1 {
  flex-basis: 100%;
}

.col-2 {
  flex-basis: calc((100% - 2.25rem) / 2);
}
.col-2.margin-lg {
  flex-basis: calc((100% - 5rem) / 2);
}
.no-space .col-2 {
  flex-basis: 50%;
  margin: 0px;
}

.col-3 {
  flex-basis: calc((100% - 4.5rem) / 3);
}

.col-4 {
  flex-basis: calc((100% - 6.75rem) / 4);
}

.split-content {
  margin: 50px auto 70px 0px;
  text-align: left;
  max-width: 540px;
  padding: 0px 30px;
}
.split-content .text-container {
  width: 100%;
}

@media only screen and (max-width: 1024px) {
  .col-2,
  .col-4 {
    flex-basis: calc((100% - 2.25rem) / 2);
  }
}
@media only screen and (max-width: 920px) {
  .col-3 {
    flex-basis: 100%;
  }
  .no-space .col-2 {
    flex-basis: 100%;
    margin: 0px;
  }
  .no-space .col.image.horizontal {
    padding-top: 70%;
  }
  .split-content {
    width: 92%;
    max-width: unset;
    margin: 0px;
    padding: 6% 4%;
    text-align: left;
  }
}
@media only screen and (min-width: 720px) {
  .col > h2 {
    margin-top: 3rem;
  }
}
@media only screen and (max-width: 720px) {
  .col-wrapper {
    gap: 0;
    /*
    &.reverse-on-mobile {
      flex-direction: column-reverse;
    }
    */
  }
  .col-wrapper.reverse-on-mobile div:nth-of-type(1) {
    order: 2;
  }
  .col-wrapper.reverse-on-mobile div:nth-of-type(2) {
    order: 1;
  }
  .col-1,
  .col-2,
  .col.margin-lg,
  .col-4 {
    flex-basis: 100%;
  }
  .col.input {
    margin-top: 12px;
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 640px) {
  .split-content {
    width: 90%;
    max-width: unset;
    padding: 10% 5%;
    text-align: left;
  }
}
/*** Section grid ***/
.section-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: end;
  gap: 1.5rem;
  /* grid-auto-flow: row; */
  grid-template-areas: "section-info section-button" "section-content section-content";
}

.section-info {
  grid-area: section-info;
}

.section-button {
  grid-area: section-button;
  justify-self: end;
}

.section-content {
  grid-area: section-content;
}

@media only screen and (max-width: 720px) {
  .section-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 1.5rem;
    grid-template-areas: "section-info" "section-content" "section-button";
  }
  .section-button {
    grid-area: section-button;
    justify-self: center;
    margin-top: 2rem;
  }
}
@media only screen and (max-width: 480px) {
  .section-button {
    width: 100%;
  }
  .section-button .cta-btn {
    display: block;
  }
}
.bullet-points {
  margin-top: 0.5rem;
}

.bullet-point {
  display: flex;
  gap: 0.5rem;
  margin-top: 0.75rem;
  align-items: center;
}
.bullet-point i {
  font-size: 24px;
  flex-basis: 24px;
  color: #f3c163;
}
.bullet-point p {
  flex: 1;
  margin-top: 0;
}

/*** Images ***/
.col > img,
.rounded-image,
.aos-img-wrapper,
.aos-img-wrapper img {
  border-radius: 1.875rem;
}

.col > img.square-edges {
  border-radius: 0;
}

/*** NAVBAR ***/
/*** TOP BAR ***/
div#topbar {
  width: 100%;
  position: sticky;
  top: -1px;
  left: 0px;
  z-index: 2250;
  background-color: #172e4c;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  /*opacity: 0;*/
  box-shadow: rgba(69, 208, 183, 0.15) 0px 5px 32px 0px;
  box-shadow: rgba(48, 48, 48, 0.06) 0px 5px 32px 0px;
  /*
  	-webkit-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	-moz-box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	box-shadow: rgba(100, 100, 100, 0.5) 0px 0px 10px 0px;
  	*/
}
.page-hem div#topbar {
  position: fixed;
}

div#header {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  position: relative;
  width: 94%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 16px 3%;
}

a.mobile-header-highlight {
  display: none;
  text-align: center;
  /*line-height: 24px;*/
  text-decoration: none;
  /*height: 34px;*/
  /*position: absolute;*/
  padding: 0.625rem 1rem;
  font-size: 1rem;
  font-weight: 700;
  /*
  right: 62px;
  top: 10px;
  */
  background-color: #f3c163;
  color: #172e4c;
  border-radius: 50px;
  webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  /*
  &.en {
    width: 68px;
  }
  &.fr {
    width: 77px;
  }
  */
  /*
        border-radius: 50px;
        background-color: $primaryAccent;
        color: $primaryColor;
        padding: 0.625rem 1rem;
        &:hover {
          color: $white;
          border-color: $primaryColor;
          background-color: $primaryColor;
        }
        */
}
a.mobile-header-highlight.filled {
  background-color: #f3c163;
  color: #ffffff;
}
a.mobile-header-highlight.fade-out {
  opacity: 0;
}
a.mobile-header-highlight:hover {
  background-color: #f4c875;
}

@media only screen and (max-width: 450px) {
  a.mobile-header-highlight {
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
  }
}
@media only screen and (max-width: 370px) {
  a.mobile-header-highlight {
    padding: 0.5rem 0.75rem;
    font-size: 0.75rem;
  }
}
/** Burger ***/
.button_container {
  display: none;
  /*
  position: fixed;
  top: 0px;
  right: 0px;
  */
  padding: 12px;
  height: 30px;
  width: 30px;
  cursor: pointer;
  z-index: 2500;
  -webkit-tap-highlight-color: transparent;
  /*
  -webkit-transition: opacity .25s ease;
          transition: opacity .25s ease;
          */
}

.burger {
  height: 3em;
  width: 3em;
  position: relative;
  font-size: 10px;
  cursor: pointer;
  -webkit-transition: 0.2s all;
  -o-transition: 0.2s all;
  transition: 0.2s all;
  -webkit-tap-highlight-color: transparent;
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger:after {
  content: "";
  display: block;
  position: absolute;
  height: 150%;
  width: 150%;
  top: -25%;
  left: -25%;
}

.burger .burger-lines {
  top: 50%;
  margin-top: -0.125em;
}

.burger .burger-lines,
.burger .burger-lines:after,
.burger .burger-lines:before {
  pointer-events: none;
  display: block;
  content: "";
  width: 100%;
  border-radius: 0.25em;
  background-color: #ffffff;
  height: 0.25em;
  position: absolute;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.burger .burger-lines:after {
  left: 0;
  top: -1em;
}

.burger .burger-lines:before {
  left: 1em;
  top: 1em;
}

.burger.burger-squeeze .burger-lines,
.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  -o-transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
  transition: 0.2s top 0.2s, 0.1s left, 0.2s transform, 0.4s background-color 0.2s;
}

.burger.burger-squeeze .burger-lines:after,
.burger.burger-squeeze .burger-lines:before {
  width: 2em;
}

.open .burger.burger-squeeze .burger-lines:after,
.open .burger.burger-squeeze .burger-lines:before {
  width: 3em;
}

.open .burger.burger-squeeze .burger-lines,
.open .burger.burger-squeeze .burger-lines:after,
.open .burger.burger-squeeze .burger-lines:before {
  -webkit-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  -o-transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
  transition: 0.2s background-color, 0.2s top, 0.2s left, 0.2s transform 0.15s;
}

.open .burger.burger-squeeze .burger-lines {
  background-color: transparent;
  left: -4px;
}

.open .burger.burger-squeeze .burger-lines:before,
.open .burger.burger-squeeze .burger-lines:after {
  left: 0.5em;
  top: 0px;
  background-color: #f3c163;
}

.open .burger.burger-squeeze .burger-lines:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.open .burger.burger-squeeze .burger-lines:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.overlay {
  position: fixed;
  background-color: #172e4c;
  background: #172e4c url("../img/svolt-pattern-blue.svg") repeat-x left bottom;
  background-size: 50%;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  display: none;
  webkit-transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  overflow: hidden;
}
.overlay.open {
  opacity: 1;
  visibility: visible;
  height: 100%;
  z-index: 2000;
}

.overlay.open nav a {
  -webkit-animation: fadeInBottom 0.5s ease forwards;
  animation: fadeInBottom 0.5s ease forwards;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
}

.overlay.open nav a:nth-of-type(2) {
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.overlay.open nav a:nth-of-type(3) {
  -webkit-animation-delay: 0.45s;
  animation-delay: 0.45s;
}

.overlay.open nav a:nth-of-type(4) {
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.overlay.open nav a:nth-of-type(5) {
  -webkit-animation-delay: 0.55s;
  animation-delay: 0.55s;
}

.overlay.open nav a:nth-of-type(6) {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.overlay.open nav a:nth-of-type(7) {
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
}

.overlay.open nav a:nth-of-type(8) {
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.overlay.open nav a:nth-of-type(9) {
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
}

.overlay nav {
  position: relative;
  flex: 1;
  /*margin-top: 5rem;*/
  font-size: 20px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 3rem;
  list-style: none;
  padding: 1rem;
}
.overlay nav a {
  width: 100%;
  font-family: "AvertaStd", sans-serif;
  display: block;
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 2.125rem;
  letter-spacing: 0.5px;
  opacity: 0;
}
.overlay nav a.book-consultation {
  color: #f3c163;
}
.overlay .overlay-wrapper {
  display: flex;
  flex: 1;
}
.overlay .overlay-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  margin-bottom: 1rem;
}
.overlay .overlay-bottom a.cta {
  margin-top: 0;
}
.overlay .overlay-bottom .socials {
  display: flex;
  width: 100%;
  gap: 1.25rem;
  justify-content: center;
}
.overlay .overlay-bottom .socials a {
  text-decoration: none;
}
.overlay .overlay-bottom .socials a svg {
  width: 2.75rem;
  height: 2.75rem;
  flex-basis: 2.75rem;
  border: 2px solid #f3c163;
  padding: 4px;
  border-radius: 1rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.overlay .overlay-bottom .socials a svg rect {
  fill: transparent;
}
.overlay .overlay-bottom .socials a svg path {
  fill: #f3c163;
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: -20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
@keyframes fadeInBottom {
  0% {
    opacity: 0;
    bottom: -20%;
  }
  100% {
    opacity: 1;
    bottom: 0;
  }
}
div.logo-container {
  /*width: 150px;*/
  flex-basis: 125px;
  /*height: 50px;*/
  position: relative;
  /*float: left;*/
}

ul#menu {
  flex-grow: 0;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 1rem;
}
ul#menu li {
  display: inline-block;
  list-style-type: none;
  color: #ffffff;
}
ul#menu li.active a {
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.5rem;
}
ul#menu li a {
  color: #ffffff;
  font-weight: 700;
  font-size: 0.875rem;
  text-decoration: none;
  padding: 6px 6px;
  text-transform: uppercase;
}
ul#menu li a:hover {
  text-decoration: underline;
  text-decoration-color: rgba(255, 255, 255, 0.4);
  text-decoration-thickness: 4px;
  text-underline-offset: 0.5rem;
}
ul#menu li a.highlight {
  border-radius: 50px;
  background-color: #f3c163;
  color: #172e4c;
  padding: 0.625rem 1rem;
  margin-left: 0.5rem;
  font-size: 1rem;
  font-weight: 700;
  text-transform: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
ul#menu li a.highlight:hover {
  background-color: #f4c875;
  text-decoration: none;
}

@media only screen and (max-width: 1024px) {
  div#topbar {
    box-shadow: rgba(48, 48, 48, 0.08) 0px 10px 24px 0px;
    box-shadow: rgba(48, 48, 48, 0.08) 0px 10px 24px 0px;
    top: 0px !important;
  }
  div#header {
    padding: 8px 4% !important;
  }
  a.mobile-header-highlight {
    display: block;
  }
  .button_container {
    display: block;
  }
  div#overlay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  div.logo-container {
    flex-basis: 115px;
  }
  .menu-wrapper {
    display: flex;
    align-items: center;
    gap: 1rem;
  }
  ul#menu {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  div#header {
    width: 90%;
    padding: 8px 5% !important;
  }
}
@media only screen and (max-width: 480px) {
  div.logo-container {
    flex-basis: 110px;
  }
  .menu-wrapper {
    gap: 0.75rem;
  }
}
@media only screen and (max-width: 380px) {
  .overlay nav {
    font-size: 18px;
    gap: 2rem;
    padding: 0.75rem;
    margin-top: 3rem;
  }
  .overlay nav a {
    font-size: 1.875rem;
  }
  .overlay nav a.mobile-highlight {
    color: #f3c163;
  }
  div.logo-container {
    flex-basis: 100px;
  }
}
@media only screen and (max-width: 350px) {
  .menu-wrapper {
    gap: 0.5rem;
  }
  div.logo-container {
    flex-basis: 80px;
  }
}
/*** Inputs ***/
input.text-input,
select.text-input,
textarea.text-input {
  width: 100%;
  margin-top: 10px;
  margin-top: 0px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 1.125rem;
  background-color: #ffffff;
  color: #000;
  border: 1px solid #9bcabe;
  border-radius: 6px;
  /* Remove ios-styling */
  -webkit-appearance: none;
}

textarea.text-input {
  padding: 8px 15px;
  border-radius: 0.25rem;
  height: 5rem;
  font-family: "Inter", sans-serif;
  font-size: 1rem;
}

input.text-input.invalid,
select.text-input.invalid {
  border-color: #ff726b;
}

label a,
.label-wrapper a {
  color: inherit;
}

label.invalid {
  display: block;
  box-sizing: border-box;
  padding-top: 10px;
  font-size: 1rem;
  color: #ff726b;
  line-height: 130%;
}
.label-wrapper label.invalid {
  padding: 0px;
  margin-top: 5px;
}

.select-wrapper {
  position: relative;
}
.select-wrapper:after {
  content: "";
  display: inline-block;
  position: absolute;
  right: 22px;
  top: 19px;
  background-image: url("../img/down-arrow.svg");
  background-size: 30px 15px;
  width: 30px;
  height: 15px;
  pointer-events: none;
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #292b29;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #292b29;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #292b29;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus {
  -webkit-text-fill-color: #2a6355;
  -webkit-box-shadow: 0 0 0px 40rem #fbfdfc inset;
}

input:focus,
textarea:focus {
  outline: none !important;
  border-color: #172e4c;
}

#error-msg {
  display: none;
  margin-top: 40px;
  margin-bottom: 15px;
  color: #df002b;
  text-align: center;
  font-size: 16px;
  line-height: 155%;
}

/** Buttons **/
a.cta-btn {
  display: inline-block;
  padding: 1rem 1.5rem;
  margin-top: 2rem;
  border-radius: 0.5rem;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 100%;
  color: #172e4c;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.cta-btn.primary-accent {
  background: #f3c163;
  color: #172e4c;
}
a.cta-btn.primary-accent:hover {
  background-color: #f4c875;
}
a.cta-btn.secondary-color {
  background: #9bcabe;
  color: #172e4c;
}
a.cta-btn.secondary-color:hover {
  background-color: #afd5cb;
}
a.cta-btn.primary-color-outline {
  background-color: transparent;
  box-shadow: 0px 0px 0px 3px #172e4c inset;
  color: #172e4c;
}
a.cta-btn.primary-color-outline:hover {
  background-color: #172e4c;
  color: #ffffff;
}
a.cta-btn.no-bot-margin {
  margin-bottom: 0;
}
a.cta-btn.no-top-margin {
  margin-top: 0;
}
.col a.cta-btn {
  display: flex;
  width: 100%;
  height: calc(100% - 10px);
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-top: 0px;
  padding: 0px;
  max-height: 53px;
}
a.cta-btn.dark-blue {
  background-color: #000;
  color: #ffffff;
}
a.cta-btn.dark-blue:hover {
  background-color: #2a6355;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}
a.cta-btn.light-blue {
  background-color: #172e4c;
  color: #000;
}
a.cta-btn.light-blue:hover {
  background-color: #172e4c;
  box-shadow: 0 10px 10px 0 rgba(0, 45, 60, 0.04);
}
a.cta-btn .append-icon {
  margin-left: 0.25rem;
}

a.line-btn {
  display: inline-block;
  margin-top: 2rem;
  padding: 0.875rem 0rem;
  font-size: 1.125rem;
  font-family: "AvertaStd", sans-serif;
  line-height: 100%;
  color: #2a6355;
  border-bottom: 2px solid #f3c163;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.line-btn:hover {
  color: #f3c163;
  border-color: transparent;
}
a.line-btn .append-icon {
  margin-left: 1.5rem;
}

@media only screen and (min-width: 720px) {
  a.cta-btn.cta-btn-sm {
    padding: 0.75rem 1.125rem;
    font-size: 1rem;
  }
}
@media only screen and (max-width: 480px) {
  a.cta-btn {
    margin-top: 0rem;
  }
  a.cta-btn.top-margin {
    margin: 50px inherit;
  }
}
@media only screen and (max-width: 640px) {
  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 12px 15px;
    font-size: 1rem;
  }
  .select-wrapper:after {
    right: 20px;
    top: 16px;
    background-size: 26px 13px;
    width: 26px;
    height: 13px;
  }
}
@media only screen and (max-width: 480px) {
  a.cta-btn {
    padding: 6%;
  }
}
@media only screen and (max-width: 340px) {
  input.text-input,
  select.text-input,
  textarea.text-input {
    padding: 10px 12px;
    font-size: 0.875rem;
  }
  .select-wrapper:after {
    right: 18px;
    top: 14px;
    background-size: 22px 11px;
    width: 22px;
    height: 11px;
  }
  a.round-btn {
    padding: 6% 4%;
    font-size: 0.875rem;
  }
}
/* iFrame */
.spinner {
  margin: 0px auto;
  width: 150px;
  text-align: center;
  display: none;
}
.loading .spinner {
  display: inline-block;
  margin: 30px auto;
}
.round-btn.loading .spinner {
  margin: 0px auto;
}
.spinner > div {
  width: 1rem;
  height: 1rem;
  background-color: #000;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#kreditz-wrapper .spinner > div {
  background-color: #9bcabe;
  width: 1.5rem;
  height: 1.5rem;
}
.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*** Globals ***/
.highlights-wrapper {
  margin-top: 1rem;
}

.highlight .highlight-title {
  position: relative;
  padding-left: 1rem;
  color: #9bcabe;
  font-size: 2.25rem;
  font-family: "AvertaStd", sans-serif;
  line-height: 100%;
}
.highlight .highlight-title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 94%;
  background: #e1efec;
  border-radius: 6px;
}
.highlight .highlight-body {
  margin-top: 0.25rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

.how-we-work {
  margin-top: 2rem;
}
.how-we-work .icon {
  min-width: 80px;
  border-radius: 0;
  margin-bottom: 1.125rem;
}
.how-we-work a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.125rem;
}

.faq-highlight {
  position: relative;
  padding-left: 1rem;
  align-self: flex-start;
}
.faq-highlight:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6px;
  height: 100%;
  background: #9bcabe;
  border-radius: 6px;
}
.faq-highlight .question {
  font-size: 1.25rem;
  font-family: "AvertaStd", sans-serif;
  line-height: 150%;
}
.faq-highlight .answer {
  margin-top: 0;
}

.latest-news {
  color: inherit;
  text-decoration: none;
}
.latest-news:hover .latest-news-image:before {
  opacity: 0.15;
}
.latest-news:hover h3 {
  color: #f3c163;
}
.latest-news .aos-img-wrapper {
  border-radius: 15px;
}
.latest-news .latest-news-image {
  position: relative;
  border-radius: 15px;
  /*padding-top: 66%;*/
  aspect-ratio: 13/8;
  background-size: cover;
}
.latest-news .latest-news-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #172e4c;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.latest-news h3 {
  margin-top: 0.75rem;
  line-height: 120%;
}

@media only screen and (min-width: 480px) and (max-width: 920px) {
  .latest-news {
    display: flex;
    gap: 1.5rem;
    align-items: flex-end;
  }
  .latest-news .latest-news-image {
    width: 35%;
    min-width: 200px;
  }
  .latest-news h3 {
    flex: 1;
    margin: 0;
  }
}
@media only screen and (max-width: 720px) {
  .how-we-work {
    display: flex;
    gap: 1.5rem;
    align-items: flex-start;
  }
  .how-we-work .icon {
    display: grid;
    place-items: center;
  }
}
/*** Home  ***/
#hero {
  display: flex;
  background-color: #ffffff;
  min-height: 100vh; /* fall-back */
  min-height: calc(100vh - 83px);
  margin-top: 83px;
}
#hero .image,
#hero .content {
  flex-basis: 50%;
}
#hero .image {
  background-size: cover;
  border: 2rem solid white;
}

#hero .content {
  display: flex;
  align-items: flex-end;
}
#hero .content .title-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
  max-width: 520px;
  padding: 2.25rem;
  margin-left: -4.375rem;
  margin-bottom: 15%;
  background-color: #ffffff;
  z-index: 100;
}
#hero .content .title-wrapper h1 {
  color: #f3c163;
  font-size: 3.25rem;
  line-height: 120%;
}
#hero .content .title-wrapper .body {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 130%;
}

@media only screen and (max-width: 1280px) {
  #hero .image {
    border-width: 1.25rem;
  }
  #hero .content .title-wrapper {
    /*margin: -4rem auto 0;*/
    padding: 1.75rem;
  }
}
@media only screen and (max-width: 720px) {
  #hero {
    height: auto;
    min-height: unset;
    flex-direction: column;
    margin-top: 50px;
  }
  #hero .image,
  #hero .content {
    flex-basis: 100%;
  }
  #hero .image {
    padding-top: 100%;
    border: none;
  }
  #hero .content {
    display: flex;
    align-items: flex-end;
  }
  #hero .content .title-wrapper {
    box-sizing: border-box;
    width: 90%;
    max-width: 550px;
    padding: 1.5rem;
    margin: -4rem auto 0;
  }
  #hero .content .title-wrapper h1 {
    font-size: 12vw;
    font-size: 3rem;
    line-height: 100%;
  }
  #hero .content .title-wrapper .body {
    margin-top: 0.5rem;
    font-size: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  #hero .image {
    padding-top: 120%;
  }
  #hero .content .title-wrapper {
    padding: 1.25rem;
    margin-top: -3.625rem;
  }
}
/*** FAQ  ***/
.faq-wrapper .col h2 {
  margin-top: 0;
}

#faq .col {
  margin-top: 2rem;
}

.faq-items {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}

.faq-item {
  position: relative;
  display: flex;
  gap: 0.75rem;
  padding: 1rem;
  box-sizing: border-box;
  cursor: pointer;
  border-radius: 0.75rem;
  background: rgba(155, 202, 190, 0.15);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.faq-item:hover {
  background: rgba(155, 202, 190, 0.22);
}
.open .faq-item:hover {
  background: rgba(155, 202, 190, 0.15);
}
.faq-item .faq-content-wrappper {
  flex: 1;
}

.faq-question {
  color: #172e4c;
  font-size: 1.125rem;
  font-family: "AvertaStd", sans-serif;
  line-height: 150%;
}

.faq-answer {
  display: none;
  max-width: 600px;
  -webkit-transform: translate3d(0, 0, 0);
}
.faq-answer a {
  color: inherit;
}

.toggle-faq {
  flex: 0 0 20px;
  position: relative;
  width: 20px;
  height: 20px;
}
.toggle-faq:before, .toggle-faq:after {
  content: "";
  position: absolute;
  background-color: #002d3c;
  transition: transform 0.25s ease-out;
}
.light .toggle-faq:before, .light .toggle-faq:after {
  background-color: #ffffff;
}

.step-1-faq-cat .faq-item:hover .toggle-faq:before, .step-1-faq-cat .faq-item:hover .toggle-faq:after {
  color: #172e4c;
}
.step-2-faq-cat .faq-item:hover .toggle-faq:before, .step-2-faq-cat .faq-item:hover .toggle-faq:after {
  color: #afd5cb;
}
.step-3-faq-cat .faq-item:hover .toggle-faq:before, .step-3-faq-cat .faq-item:hover .toggle-faq:after {
  color: #2a6355;
}
.general-faq-cat .faq-item:hover .toggle-faq:before, .general-faq-cat .faq-item:hover .toggle-faq:after {
  color: #0a5f03;
}

.toggle-faq:hover {
  cursor: pointer;
}
.toggle-faq:before {
  top: 0;
  left: 50%;
  width: 3px;
  height: 100%;
  margin-left: -1px;
}
.open .toggle-faq:before {
  transform: rotate(135deg);
}
.toggle-faq:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 3px;
  margin-top: -1px;
}
.open .toggle-faq:after {
  transform: rotate(135deg);
}

@media only screen and (min-width: 720px) {
  .faq-wrapper .col.faq-category-title {
    flex-basis: 33%;
  }
  .faq-wrapper .col.faq-items {
    flex: 1;
  }
}
/*** News category ***/
.news-category-wrapper {
  gap: 1.5rem;
  margin-top: 1rem;
  text-decoration: none;
  color: inherit;
}
.news-category-wrapper .col.news-category-image {
  position: relative;
  align-self: flex-start;
  border-radius: 10px;
  /*padding-top: 66%;*/
  aspect-ratio: 376/208;
  background-size: cover;
}
.news-category-wrapper .col.news-category-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #172e4c;
  border-radius: inherit;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-category-wrapper .col.news-category-text h2 {
  margin-top: 0;
  font-size: 1.75rem;
  line-height: 100%;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.news-category-wrapper .col.news-category-text p {
  width: 100%;
  max-width: unset;
}
.news-category-wrapper:hover .news-category-image:before {
  opacity: 0.15;
}
.news-category-wrapper:hover .news-category-text h2 {
  color: #f3c163;
}

@media only screen and (min-width: 720px) {
  .news-category-wrapper .col.news-category-image {
    flex-basis: 35%;
  }
  .news-category-wrapper .col.news-category-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0.25rem;
  }
}
@media only screen and (max-width: 720px) {
  .news-category-wrapper {
    display: block;
    gap: 0;
    margin: 0;
    margin-top: 1rem;
    padding-bottom: 2rem;
  }
  .news-category-wrapper .col.news-category-image {
    margin: 0;
  }
  .news-category-wrapper .col.news-category-text {
    margin: 0;
    margin-top: 1rem;
  }
  .news-category-wrapper .col.news-category-text h2 {
    font-size: 1.75rem;
    line-height: 110%;
  }
  .news-category-wrapper .col.news-category-text p {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
/*** Articles ***/
.article-content {
  /*
  h3,
  h4,
  h5 {
    color: $secondaryAccent;
  }
  */
}
.article-content p {
  width: 100%;
  max-width: unset;
}
.article-content p.ingress {
  margin-bottom: 1.5rem;
  font-size: 1.25rem;
  font-weight: 600;
}
.article-content h3 {
  font-size: 1.625rem;
  margin-top: 2rem;
  color: #2a6355;
}
.article-content h4 {
  margin-top: 1.5rem;
  color: #172e4c;
}
.article-content h5 {
  margin-top: 1.25rem;
  color: #172e4c;
}
.article-content img {
  border-radius: 1.875rem;
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}
.article-content img.article-image {
  margin-top: 0.75rem;
}
.article-content ul {
  font-size: 1.125rem;
  margin-top: 0.5rem;
  line-height: 150%;
}
.article-content a {
  color: inherit;
  text-decoration: underline;
  text-decoration-thickness: 3px;
  text-underline-offset: 0.125rem;
}
.article-content a:hover {
  color: #2a6355;
}

/*** Loader ***/
.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}

.loader {
  margin: 10rem auto;
  font-size: 8px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid #edf8fb;
  border-right: 1.1em solid #edf8fb;
  border-bottom: 1.1em solid #edf8fb;
  border-left: 1.1em solid #172e4c;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
.loader.small {
  display: block;
  flex-basis: 1.375rem;
  width: 1.375rem;
  height: 1.375rem;
  margin: 0;
  font-size: 7px;
  border-width: 0.8em;
}
.sign-step .loader {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@media only screen and (max-width: 640px) {
  .loader {
    margin-top: 8rem;
    margin-bottom: 8rem;
    font-size: 6px;
  }
}
/*** boka-konsultation ***/
#boka-konsultation {
  background: linear-gradient(180deg, rgba(240, 247, 245, 0) 0%, #f0f7f5 100%);
}

#submission-wrapper {
  margin-top: 2rem;
}

#submission-form {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  /*grid-template-rows: repeat(3, 1fr);*/
  /*
  column-gap: 1.5rem;
  row-gap: 1.25rem;
  */
  gap: 1.5rem;
  /*grid-auto-flow: row;*/
  grid-template-areas: "name name name phone phone phone" "email email email roof-type roof-type roof-type" "address address address zip city city" "message message message message message message" "submit submit submit submit submit submit";
}

.submit-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 1rem;
}
.submit-wrapper p {
  color: #1e1e1e;
  font-size: 1rem;
  max-width: 320px;
  font-weight: 400;
}
.submit-wrapper p a {
  color: inherit;
}
.submit-wrapper p a:hover {
  color: #2a6355;
}
.submit-wrapper p,
.submit-wrapper .cta-btn {
  margin-top: 0;
}

.name-wrapper {
  grid-area: name;
}

.phone-wrapper {
  grid-area: phone;
}

.email-wrapper {
  grid-area: email;
}

.roof-wrapper {
  grid-area: roof-type;
}

.address-wrapper {
  grid-area: address;
}

.zip-wrapper {
  grid-area: zip;
}

.city-wrapper {
  grid-area: city;
}

.message-wrapper {
  grid-area: message;
}

.submit-wrapper {
  grid-area: submit;
}

#contact-success-wrapper {
  display: none;
  margin: 0 auto 4rem;
}
#contact-success-wrapper img.email-sent {
  display: block;
  margin: 0 auto 1.5rem;
  width: 50%;
  max-width: 250px;
}

@media only screen and (max-width: 1024px) {
  #submission-form {
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
    grid-template-areas: "name name name name phone phone phone phone" "email email email email roof-type roof-type roof-type roof-type" "address address address address address address address address" "zip zip city city city city city city" "message message message message message message message message" "submit submit submit submit submit submit submit submit";
  }
}
@media only screen and (min-width: 640px) {
  .submit-wrapper p,
  .submit-wrapper .cta-btn {
    align-self: flex-start;
  }
}
@media only screen and (max-width: 640px) {
  .submit-wrapper {
    margin: 1rem auto 0;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
  .submit-wrapper .cta {
    align-self: center;
  }
  #contact-success-wrapper {
    margin-bottom: 3rem;
  }
  #contact-success-wrapper img.email-sent {
    margin-bottom: 1.25rem;
  }
}
@media only screen and (max-width: 480px) {
  #submission-form {
    grid-template-columns: repeat(8, 1fr);
    gap: 1.5rem;
    grid-template-areas: "name name name name phone phone phone phone" "email email email email email email email email" "roof-type roof-type roof-type roof-type roof-type roof-type roof-type roof-type" "address address address address address address address address" "zip zip zip city city city city city" "message message message message message message message message" "submit submit submit submit submit submit submit submit";
  }
  #contact-success-wrapper {
    margin-bottom: 1rem;
  }
  #contact-success-wrapper img.email-sent {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 375px) {
  #submission-form {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    /*grid-template-rows: repeat(3, 1fr);*/
    /*
    column-gap: 1.5rem;
    row-gap: 1.25rem;
    */
    gap: 1.5rem;
    /*grid-auto-flow: row;*/
    grid-template-areas: "name name name" "phone phone phone" "email email email" "roof-type roof-type roof-type" "address address address" "zip city city" "message message message" "submit submit submit";
  }
}
/*** Footer ***/
#footer-wrapper {
  background-color: #f0f7f5;
  background: #f0f7f5 url("../img/svolt-pattern-green.svg") repeat-x left bottom;
  background-size: 110px;
  padding-top: 0;
  padding-bottom: 4rem;
}

#footer {
  display: flex;
  gap: 2rem;
  margin-top: 1.25rem;
}

.footer-logo {
  border-top: 2px solid #9bcabe;
  padding-top: 2rem;
  display: block;
  width: 100%;
}
.footer-logo a {
  display: block;
  width: 193px;
}

.footer-section {
  flex-basis: 25%;
}
.footer-section:first-of-type {
  flex: 1;
}
.footer-section p {
  margin-top: 0rem;
  max-width: unset;
  width: 100%;
}
.footer-section .section-title {
  margin-top: 0rem;
}
.footer-section .contact-info a {
  color: inherit;
  text-decoration: none;
  font-weight: 600;
}
.footer-section .contact-info a:hover {
  color: #2a6355;
}

.footer-content .socials {
  display: flex;
  gap: 1.25rem;
  margin-top: 1.5rem;
}
.footer-content .socials a {
  text-decoration: none;
}
.footer-content .socials a svg {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border: 3px solid #172e4c;
  padding: 3px;
  border-radius: 1rem;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-content .socials a svg rect {
  fill: transparent;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
.footer-content .socials a svg path {
  fill: #172e4c;
  -webkit-transition: all 0.35s ease;
  transition: all 0.35s ease;
}
@media (hover: hover) and (pointer: fine) {
  .footer-content .socials a:hover svg {
    background-color: #172e4c;
  }
  .footer-content .socials a:hover svg rect {
    fill: #172e4c;
  }
  .footer-content .socials a:hover svg path {
    fill: #ffffff;
  }
}

.footer-content .external-partners {
  align-items: center;
}
.footer-content .external-partners .col.text {
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 150%;
  flex-basis: calc(45% - 1.125rem);
}
.footer-content .external-partners .col.logo {
  flex-basis: calc(55% - 1.125rem);
  display: flex;
  justify-content: flex-start;
}
.footer-content .external-partners .col.logo.elsakerhetsverket {
  max-width: 250px;
}
.footer-content .external-partners .col.logo.svensksolenergi {
  max-width: 150px;
}

.footer-content #footer-menu {
  display: flex;
  gap: 1.25rem;
  flex-direction: column;
}
.footer-content #footer-menu .cta-btn {
  align-self: flex-start;
  margin-top: 0;
}

@media only screen and (max-width: 1280px) {
  .footer-content .external-partners {
    align-items: flex-start;
    gap: 0;
  }
  .footer-content .external-partners .col.text, .footer-content .external-partners .col.logo {
    flex-basis: 100%;
  }
  .footer-content .external-partners .col.logo {
    margin-top: 0;
  }
  .footer-content .external-partners .col.logo.elsakerhetsverket {
    max-width: 250px;
  }
  .footer-content .external-partners .col.logo.svensksolenergi {
    max-width: 150px;
  }
}
@media only screen and (max-width: 720px) {
  .footer-logo {
    padding-top: 2.5rem;
  }
  .footer-logo a {
    width: 50%;
    max-width: 193px;
  }
  #footer {
    flex-direction: column;
  }
  #footer .footer-section {
    margin-top: 1rem;
  }
  #footer .footer-content #footer-menu {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
@media only screen and (max-width: 520px) {
  #footer {
    /*
    .footer-content #footer-menu {
      flex-direction: column;
    }
    */
  }
  #footer .footer-section {
    margin-top: 0.75rem;
  }
  #footer .footer-content .socials {
    display: flex;
    gap: 1.25rem;
    margin-top: 1.5rem;
  }
  #footer .footer-content .socials a svg {
    border: none;
    padding: 3px;
    background-color: #172e4c;
    border-radius: 1rem;
  }
  #footer .footer-content .socials a svg rect {
    fill: transparent;
  }
  #footer .footer-content .socials a svg path {
    fill: #ffffff;
  }
}
/*** AOS ***/
[data-aos=zoom-out] {
  opacity: 1 !important;
}

.aos-img-wrapper {
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  [data-aos] {
    pointer-events: auto !important;
    opacity: 1 !important;
    transform: none !important;
  }
}
/*** Cookiebox ***/
#cookie-box {
  display: block;
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 1500;
  transform: translateY(120%);
  opacity: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#cookie-box.slide-in {
  transform: translateY(0);
  opacity: 1;
}
#cookie-box.slide-out {
  transform: translateY(120%);
  opacity: 0;
}

#cookie-content {
  display: inline-flex;
  align-items: flex-start;
  padding: 20px;
  gap: 1rem;
  background-color: #172e4c;
  color: #ffffff;
  border-radius: 10px;
}
#cookie-content .cookie-text {
  font-size: 14px;
  line-height: 1.2;
  width: 252px;
}
#cookie-content .cookie-text a {
  color: inherit;
}
#cookie-content > a {
  box-sizing: border-box;
  padding: 14px 24px;
  background-color: #f3c163;
  font-size: 14px;
  line-height: 1;
  color: #172e4c;
  font-family: "AvertaStd", sans-serif;
  /*text-transform: uppercase;*/
  text-decoration: none;
  border-radius: 100px;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#cookie-content > a:hover {
  background-color: #f4c875;
}

@media only screen and (max-width: 480px) {
  #cookie-box {
    background: #ffffff;
    left: 0px;
    right: 0px;
    bottom: 0px;
    box-shadow: 0 -16px 40px 30px rgb(255, 255, 255);
  }
  #cookie-content {
    flex-direction: column;
    padding: 18px;
    margin: 0 14px 14px;
    gap: 1rem;
  }
  #cookie-content .cookie-text {
    width: 100%;
  }
  #cookie-content > a {
    text-align: center;
  }
}
@media only screen and (max-width: 370px) {
  #cookie-content {
    padding: 16px;
    margin: 0 12px 12px;
  }
  #cookie-content .cookie-text {
    font-size: 14px;
  }
  #cookie-content > a {
    text-align: center;
  }
}

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