.body {
  background-color: #f4f8fa;
}

.top-master {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  height: auto;
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.splash {
  margin-top: -31px;
  position: absolute;
}

.top-holder {
  margin-top: -25px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  position: relative;
  inset: 0% 0% auto;
}

.logo {
  margin-top: 0;
}

.logo.space {
  padding-top: 80px;
}

.h1 {
  color: #494949;
  margin-top: 60px;
  margin-bottom: 33px;
  font-family: Baskervville, sans-serif;
  font-size: 27px;
  font-weight: 400;
  line-height: 39px;
}

.h1.white {
  color: #fff;
}

.logo-heading {
  justify-content: space-between;
  width: auto;
  display: flex;
}

.bread {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.bread.med {
  font-weight: 700;
}

.bread.center {
  text-align: center;
}

.bread._20 {
  padding-left: 20px;
}

.il {
  margin-top: 98px;
  margin-right: -61px;
}

.ai-engine {
  background-color: #fff;
  border-radius: 18px;
  justify-content: space-between;
  align-items: stretch;
  width: 70%;
  height: 160px;
  margin-top: 0;
  margin-bottom: 139px;
  padding-top: 0;
  display: flex;
  position: static;
  box-shadow: 2px 2px 6px #0003;
}

.anonymous {
  background-color: #e5f2f6;
  border: 1px #000;
  border-radius: 18px 18px 0 0;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 17px;
  display: flex;
}

.link {
  color: #fff;
  border-radius: 0;
}

.text-block-2 {
  color: #3a6d7c;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-family: Lato, sans-serif;
  font-size: 9px;
}

.promt-text {
  color: #666;
  padding: 21px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.explainer {
  margin-top: 0;
  padding-right: 21px;
  display: flex;
}

.reco {
  background-color: #eef3f6;
  border-radius: 16px;
  padding: 18px;
}

.explainer-text {
  margin-left: 0;
  padding-right: 47%;
}
/* Move the white text box down 100px on mobile */
@media (max-width: 1000px) {
  .explainer {
    margin-top: 100px !important;
  }
}
.explainer-text.justrice {
  padding-right: 43%;
}

.h2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-family: Baskervville, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 65px;
}

.h2.center {
  text-align: center;
}

.h2._20 {
  padding-left: 20px;
}

.h2._20.extra {
  margin-bottom: 15px;
}

.strip {
  margin-top: 123px;
  margin-bottom: 108px;
  padding-bottom: 0;
}

.illustrations {
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 0;
  display: flex;
}

.illu-holder {
  background-color: #ffffff80;
  border-radius: 16px;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 10px;
  display: flex;
}

.illu-holder.xtra {
  background-color: #ffffff80;
  margin-right: 20px;
}

/* Prevent horizontal scroll globally */
html, body {
    overflow-x: hidden;
    margin: 0;
    padding: 0;
}

/* Main container */
.how-does-it-work {
    width: 100%;           /* always fills viewport */
    max-width: 1600px;     /* optional max width */
    margin-left: auto;
    margin-right: auto;
    margin-top: -131px;    /* adjust vertical positioning */
    padding-left: 5%;      /* spacing inside container */
    padding-right: 5%;
    box-sizing: border-box; /* includes padding in width */
    background-image: linear-gradient(#f7f7f7 31%, #aed4e8);
    display: block;
    overflow-x: hidden;     /* ensure container never overflows */
}

/* Mobile / smaller screens */
@media screen and (max-width: 991px) {
    .how-does-it-work {
        margin-top: -267px;  /* keep your mobile layout */
        padding-left: 5%;    /* safe padding */
        padding-right: 5%;
    }
}


.div-block-14 {
  background-color: #fff;
  border-radius: 14px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-3 {
  border-radius: 13px;
}

.div-block-15 {
  background-color: #000;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  margin-top: 19px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
}

.bold-text, .bold-text-2, .bold-text-3 {
  font-weight: 600;
}

.how-div {
  margin-top: 18px;
  padding-bottom: 35px;
  padding-left: 8px;
  padding-right: 8px;
}

.security {
  margin-top: 140px;
  margin-bottom: 140px;
  padding-bottom: 0;
}

.grid {
  grid-column-gap: 28px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  margin-top: 39px;
  display: grid;
}

.div-block-16 {
  opacity: 1;
  background-color: #ffffff80;
  border-radius: 14px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 13px 13px 20px;
  display: flex;
}

.div-block-17 {
  background-color: #fff;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-bottom: 20px;
  display: flex;
}

.fraa {
  color: #000;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.accordion-wrapper-3 {
  margin-top: 15px;
}

.icon-4.accordion-icon {
  color: #5e5e5e;
  cursor: pointer;
  align-self: center;
  margin-left: 88px;
  margin-right: 15px;
  font-size: 32px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph-2 {
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.paragraph-2.small {
  color: #000;
  font-size: 16px;
  line-height: 24px;
}

.accordion-item-trigger-3 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-heading-2 {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 23px;
}

.accordion-item-content-3 {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.q-a-2 {
  opacity: 1;
  background-color: #fffc;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.svg-icon {
  width: 2rem;
  
  height: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.boiler {
  margin-top: 120px;
}

.div-block-18 {
  background-color: #000;
  height: 1px;
  margin-top: 19px;
  margin-bottom: 19px;
}

.div-block-19 {
  justify-content: space-between;
  margin-top: 77px;
  margin-bottom: 26px;
  display: flex;
}

.adress {
  color: #000;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 21px;
}

.disclaimer {
  color: #000;
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  font-weight: 400;
  line-height: 21px;
}

.div-block-20 {
  justify-content: space-between;
  margin-top: 20px;
  display: flex;
}

.div-block-21 {
  margin-left: 50px;
}

.div-block-22 {
  width: 47%;
}

.image-4 {
  max-width: 100%;
}

.div-block-24 {
  display: flex;
}

.text-input {
  background-color: #fff;
  border-radius: 5px;
  justify-content: space-between;
  padding-bottom: 114px;
  display: flex;
}

.form {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.submit-button {
  background-color: #000;
  border-radius: 5px;
  font-family: Open Sans, sans-serif;
  font-size: 12px;
}

.text-field {
  border-radius: 5px;
  margin-top: 13px;
}

.div-block-25 {
  flex-flow: column;
  margin-right: 18px;
  display: flex;
}

.image-5 {
  opacity: .6;
  margin-right: 5px;
}

.fraa-2 {
  color: #575757;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
}

.accordion-wrapper-4 {
  margin-top: 15px;
}

.paragraph-3 {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.q-a-3 {
  background-color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.tab-content {
  border-bottom: 1px #e5e5e5;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  font-family: Lato, sans-serif;
  line-height: 36px;
}

.inside-tab {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 5px;
  margin-bottom: 20px;
  display: flex;
}

.arrow-button {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 35%;
  margin-left: 7px;
  display: flex;
}

.arrow-button.team {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.faq-title-wrapper-copy {
  white-space: pre-wrap;
  border: 1px #45474b;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 100%;
  margin-top: 9px;
  display: flex;
}

.faq-item-toggle {
  border-top: 1px #000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 7px;
  padding: 15px 0 0;
  display: flex;
}

.faq-item-toggle:hover {
  color: #338cff;
}

.faq-item-toggle.team {
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
}

.faq-item-large {
  border-top: 1px solid #cacbe2;
  width: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-right: 0;
  transition: all .3s;
  display: block;
}

.faq-item-large.top {
  border-top-style: none;
  margin-top: -15px;
}

.faq-content-wrap {
  background-color: #0000;
  width: 100%;
  max-width: 100%;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-content-wrap.w--open {
  width: 100%;
}

.paragraph-small {
  color: #45474b;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: 18px;
}

.faq-arrow {
  color: #186fb5;
  flex: 0 auto;
  max-width: 100%;
  margin-left: 10px;
  display: block;
}

.faq-arrow.team {
  margin-top: 0;
  margin-left: 0%;
  margin-right: 0%;
}

.text-block {
  margin-bottom: 23px;
  font-family: Baskervville, sans-serif;
  font-size: 22px;
  line-height: 28px;
}

.tab-content-2 {
  padding-bottom: 10px;
  line-height: 36px;
}

.faq-item-toggle-2 {
  color: #000;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px 20px 0;
  font-family: Merriweather, serif;
  font-weight: 700;
  display: flex;
}

.faq-item-toggle-2:hover {
  color: #f2a60d;
}

.bread-2 {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.faq-item {
  border-bottom: 1.5px solid #48b0e9;
  font-size: 16px;
  display: block;
}
/* Remove bottom border from the 3rd FAQ item */
.faq-item:nth-child(3) {
  border-bottom: none;
}

.faq-item.top {
  margin-top: 12px;
}

.faq-content-wrap-2 {
  background-color: #0000;
  display: block;
  position: static;
  overflow: hidden;
}

.faq-name {
  color: #45474b;
  width: auto;
  max-width: none;
  padding-right: 22px;
  font-size: 21px;
  font-weight: 400;
  line-height: 30px;
}

.faq-name:hover {
  color: #b24054;
}

.faq-content-right {
  text-align: left;
  width: auto;
  max-width: none;
  margin-top: 0;
  overflow: visible;
}

.faq-content-left {
  color: #262626;
  text-align: left;
  flex: 0 auto;
  width: 38%;
  padding-top: 33px;
}

.faq-wrapper {
  background-color: #f3f3f3ed;
  border-radius: 5px;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 39px;
  margin-left: 0;
  margin-right: 0;
  padding: 21px 39px 51px;
  display: flex;
}

.image-6 {
  margin-bottom: 26px;
}

.link-block {
  background-color: #fff0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 40px;
  margin-left: auto;
  margin-right: auto;
  transition: background-color .6s;
  display: flex;
}

.link-block:hover {
  background-color: #fff;
}

.reurner {
  height: 1px;
}

.image-7 {
  width: 20px;
  height: 20px;
  margin: 8px;
  overflow: visible;
}

.line {
  background-color: #000;
  height: 1px;
  margin-top: 28px;
  margin-bottom: 28px;
}

.top {
  background-color: #f3f5f6;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 36px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: static;
  inset: 0% 0% auto;
}

.div-block-26 {
  background-color: #f3f5f6;
}

.logotype {
  max-width: 11%;
  margin-top: 140px;
  margin-bottom: 80px;
}

.ok-button {
  background-color: #b6b6b6;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-top: 14%;
  display: flex;
}

.ok-holder {
  justify-content: flex-end;
  align-items: flex-end;
  padding: 12px;
  display: flex;
}

.reveal {
  z-index: 0;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  background-color: #4d6c79;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  min-height: 100vh;
  height: auto;
  margin-top: -1px;
  margin-left: 0%;
  margin-right: 0%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.head-holder {
  width: 100%;
  padding-top: 0;
  padding-left: 5%;
  padding-right: 44%;
  position: relative;
  top: -545px;
}

.subhead {
  color: #fff;
  font-family: Open Sans, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 27px;
}

.subhead.med {
  font-weight: 700;
}

.subhead.center {
  text-align: center;
}

.bold-text-4, .bold-text-5 {
  font-weight: 600;
}

.disrupt {
  background-color: #ebe7e2;
  border-radius: 5px;
  margin-top: 108px;
  padding: 37px;
}

.bold-text-6, .bold-text-7, .bold-text-8, .bold-text-9 {
  font-weight: 600;
}

.image-8 {
  opacity: 1;
  width: 20px;
  transform: rotate(180deg);
}

.push-down {
  opacity: .5;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-top: 12%;
  transition: all .4s;
  display: flex;
}

.push-down:hover {
  opacity: 100;
  transform: translate(0, 7px);
}

.push {
  background-color: #f7f7f7;
  height: 1px;
  position: static;
}

.lottie-animation {
  margin-top: 140px;
  margin-bottom: 80px;
}

.div-block-27 {
  background-color: #f4f8fa;
}

@media screen and (min-width: 1280px) {
  .body {
    background-color: #f4f8fa;
  }

  .top-master {
    background-color: #f7f7f700;
    max-width: 1440px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .splash {
    max-width: 1400px;
    margin-top: -153px;
    inset: 0% 0% auto auto;
    overflow: visible;
  }

  .top-holder {
    padding-left: 5%;
    padding-right: 5%;
  }

  .bread.med {
    font-weight: 600;
  }

  .ai-engine {
    margin-top: 0;
  }

  .promt-text {
    position: static;
  }

.explainer {
  padding-top: 140px;
  box-sizing: border-box;
}


  .strip {
    margin: 0 0% 140px;
    padding-top: 140px;
  }


  .security {
    margin-bottom: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-16 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .q-a {
    margin-left: 0%;
    margin-right: 0%;
  }

  .fraa {
    font-size: 16px;
    line-height: 21px;
  }

  .paragraph-2 {
    line-height: 21px;
  }

  .q-a-2 {
    background-color: #fffc;
    border: 1px #4c7748;
    border-radius: 16px;
  }

  .boiler {
    margin-top: 140px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .div-block-18 {
    opacity: .61;
    background-color: #000;
    height: 1px;
    margin-top: 19px;
    margin-bottom: 22px;
  }

  .div-block-19 {
    justify-content: space-between;
    align-items: stretch;
    margin-top: 53px;
    display: flex;
  }

  .disclaimer {
    font-size: 12px;
    
  }

  .div-block-20 {
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    margin-bottom: 18px;
    padding-bottom: 40px;
    display: flex;
  }

  .div-block-21 {
    margin-left: 20px;
    margin-right: 20px;
  }

  .div-block-22 {
    flex-flow: column;
    width: 44%;
    display: flex;
  }

  .link-2 {
    color: #000;
  }

  .div-block-23 {
    background-color: #ffffffb3;
    border-radius: 16px;
    margin-top: 8px;
  }

  .text-block-5 {
    color: #2e2e2e;
    padding: 18px;
    font-size: 15px;
  }

  .text-input {
    justify-content: center;
    align-items: center;
    margin-top: 55px;
    margin-bottom: 18px;
    padding-bottom: 40px;
    display: flex;
  }

  .splash-holder {
    max-width: 1400px;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    inset: 0% 0% auto;
  }

  .q-a-3 {
    background-color: #fff;
    border: 1px #4c7748;
  }

  .faq-name {
    padding-right: 35px;
  }

  .faq-wrapper {
    margin-left: 0%;
    margin-right: 0%;
    padding-left: 5%;
    padding-right: 5%;
  }

  .top {
    padding-left: 5%;
    padding-right: 5%;
  }

  .reveal {
    background-color: #4d6c79;
    justify-content: flex-start;
    align-items: center;
    max-width: none;
    min-height: 100vh;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .head-holder {
    max-width: 1440px;
  }

  .subhead.med {
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .body {
    background-color: #f4f8fa;
  }

  .top-master {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .bread {
    margin-left: 0%;
    margin-right: 0%;
  }

  .explainer {
    margin-top: 0;
    padding-right: 0;
  }

  .strip {
    margin-left: 0%;
    margin-right: 0%;
  }


  .security, .q-a, .boiler {
    margin-left: 0%;
    margin-right: 0%;
  }

  .arrow-button.team, .faq-item-toggle.team, .faq-arrow.team {
    background-color: #fbfbf6;
  }

  .faq-name {
    padding-right: 81px;
  }

  .faq-content-right {
    margin-top: 0;
  }

  .faq-wrapper {
    margin-left: 0%;
    margin-right: 0%;
  }

  .reveal {
    max-width: none;
    padding-left: 0%;
    padding-right: 0%;
  }

  .head-holder {
    max-width: 1600px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 27%;
  }
}

@media screen and (max-width: 991px) {
  .top-master {
    margin-left: 5%;
    margin-right: 5%;
  }

  .h1 {
    font-size: 39px;
    line-height: 52px;
  }

  .logo-heading {
    width: auto;
  }

  .ai-engine {
    width: 91%;
    margin-top: 37px;
  }

  .explainer-text.justrice {
    padding-right: 0%;
  }

  .h2._20.extra {
    margin-bottom: 29px;
    line-height: 45px;
  }

 
  .disclaimer {
    text-align: center;
    line-height: 15px;
  }

  .tab-content {
    width: 100%;
    padding-bottom: 0;
  }

  .inside-tab {
    flex-flow: wrap-reverse;
  }

  .arrow-button {
    flex-direction: row-reverse;
    width: 100%;
    margin-top: 10px;
  }

  .faq-title-wrapper-copy {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .faq-content-right {
    width: 100%;
    max-width: none;
  }

  .faq-content-left {
    align-self: auto;
    width: 100%;
    margin-bottom: 40px;
  }

  .faq-wrapper {
    flex-direction: column;
    padding-left: 30px;
    padding-right: 30px;
  }

  .logotype {
    max-width: 18%;
  }

  .reveal {
    margin-left: -1%;
    margin-right: -1%;
  }

  .head-holder {
    padding-right: 39%;
  }

  .disrupt {
    padding-right: 26%;
  }
}

@media screen and (max-width: 767px) {
  .splash {
    margin-top: 25px;
  }

  .h1 {
    margin-top: 46px;
  }

  .explainer-text {
    padding-right: 0%;
  }

  .grid {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-16 {
    width: 80%;
    min-width: 92%;
  }

  .accordion-item-content-3 {
    margin-right: 0;
  }

  .faq-item-toggle-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logotype {
    max-width: 24%;
  }

  .head-holder {
    padding-right: 5%;
  }

  .disrupt {
    padding-right: 15%;
  }
}

@media screen and (max-width: 479px) {
  .top-master {
    margin-left: 7%;
    margin-right: 7%;
    overflow: visible; /* ÄNDRAD: var overflow: hidden */
  }

  .splash {
    display: none;
  }

  .logo.space {
    padding-top: 73px;
  }

  .h1 {
    text-align: left;
    margin-top: 21px;
    margin-bottom: 21px;
  }

  .logo-heading {
    flex-flow: wrap;
    width: auto;
  }

  .bread {
    text-align: left;
    font-size: 17px;
    line-height: 27px;
  }

  .il {
    display: none;
  }

  .ai-engine {
    height: 167px;
    margin-top: 0;
  }

  .explainer {
    flex-flow: column;
    padding-right: 0;
  }

  .reco {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .explainer-text {
    margin-top: 0;
    margin-left: 0;
  }

  .h2 {
    text-align: left;
    margin-bottom: 38px;
    line-height: 37px;
  }

  .h2.center {
    line-height: 42px;
  }

  .illustrations {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .illu-holder.xtra {
    margin-bottom: 13px;
    margin-right: 0;
  }

 
  .how-div {
    padding-left: 3px;
    padding-right: 3px;
  }

  .grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .fraa {
    flex-flow: column;
    width: auto;
    font-size: 20px;
    line-height: 30px;
    display: block;
  }

  .accordion-wrapper-3 {
    margin-top: 39px;
  }

  .icon-4.accordion-icon {
    margin-left: 35px;
  }

  .paragraph-2 {
    font-size: 20px;
    line-height: 27px;
  }

  .accordion-item-trigger-3 {
    justify-content: space-around;
    margin-bottom: 22px;
  }

  .accordion-heading-2 {
    flex: 1;
    font-size: 20px;
  }

  .q-a-2 {
    margin-left: 11px;
    margin-right: 11px;
    padding-bottom: 65px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .div-block-19 {
    flex-flow: column;
    margin-top: 52px;
  }

  .adress {
    text-align: center;
  }

  .div-block-20 {
    flex-flow: column;
  }

  .div-block-21 {
    margin-left: 0;
  }

  .div-block-22 {
    width: auto;
    margin-top: 58px;
  }

  .div-block-24 {
    justify-content: space-between;
    margin-bottom: 23px;
  }

  .div-block-25 {
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .fraa-2 {
    width: auto;
    font-size: 20px;
  }

  .paragraph-3 {
    font-size: 20px;
    line-height: 27px;
  }

  .q-a-3 {
    margin-left: 11px;
    margin-right: 11px;
    padding-bottom: 65px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .inside-tab {
    flex-flow: wrap-reverse;
    align-items: stretch;
  }

  .arrow-button {
    flex-flow: row-reverse;
    flex: 0 auto;
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .arrow-button.team {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .faq-title-wrapper-copy {
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .faq-item-toggle {
    flex-direction: row;
    justify-content: flex-start;
    align-self: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-item-large {
    flex-flow: column;
    align-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .faq-content-wrap {
    width: 100%;
    max-width: 100%;
  }

  .paragraph-small {
    font-size: 14px;
    line-height: 19px;
  }

  .tab-content-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .faq-item-toggle-2 {
    direction: ltr;
    text-overflow: clip;
    white-space: normal;
    word-break: normal;
    overflow-wrap: normal;
    flex-wrap: nowrap;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: visible;
  }

  .faq-content-wrap-2 {
    padding-right: 0;
  }

  .faq-name {
    overflow-wrap: normal;
    object-fit: fill;
    width: auto;
    margin-right: 20px;
    padding-right: 10px;
    display: block;
    overflow: visible;
  }

  .faq-content-left {
    align-self: flex-start;
  }

  .faq-wrapper {
    flex-wrap: nowrap;
    padding-left: 34px;
    padding-right: 34px;
    overflow: visible;
  }

  .reurner {
    overflow: hidden;
  }

  .logotype {
    max-width: 33%;
    margin-top: 100px;
  }

  .reveal {
    margin-left: 0%;
    margin-right: 0%;
    overflow: visible; /* ÄNDRAD: var overflow: hidden */
  }

  .head-holder {
    padding-right: 5%;
  }

  .subhead {
    text-align: left;
  }

  .bold-text-5 {
    font-weight: 600;
  }

  .disrupt {
    margin-left: -23px;
    margin-right: -23px;
    padding: 82px 20px;
  }

  .push-down {
    margin-top: 20px;
  }

  .lottie-animation {
    margin-top: 80px;
  }
}

#w-node-_15bd5437-3644-9b3d-ceaa-189d414d8135-22f2b975, #w-node-_9fb0dedb-36cc-d6ff-f85d-4754be29c0ab-22f2b975, #w-node-_0e5b1389-a237-1aea-de13-6a4f5e28b8e2-22f2b975, #w-node-_747a1588-5c71-ab97-f649-db840b1a96f3-22f2b975, #w-node-_99801025-efdc-f98e-4baa-1c5e08e49c5c-22f2b975, #w-node-bb5e29af-3ef7-0ba4-93af-06124b53fda0-22f2b975 {
  place-self: center;
}

/* 
===========================================
MOBIL SCROLL FIX - Tillagda stilar
===========================================
*/

/* Fix för iOS scroll */
html, body {
  -webkit-overflow-scrolling: touch;
  
}

/* Säkerställ att body kan scrolla */
body {
  overflow-y: auto;
  min-height: 100%;
}