:root {
  --svart: black;
  --röd: #ff1616;
  --hover-röd: #ff1616ad;
  --pink\<deleted\|variable-916a872a-e0f5-71f2-8e6c-b5bc7df11cd8\>: #ff37a6;
  --svart\<deleted\|variable-5b44cf7a-f9a8-7e9f-f5c8-50dab0182c6a\>: var(--dark-blue\<deleted\|variable-3ad9e6a0-803d-502d-cf7e-b157312c54a1\>);
  --background-grå: #f5f5f7;
  --röd-transparent: #ff16164f;
  --hover-röd-p-2: white;
  --dark-blue\<deleted\|variable-3ad9e6a0-803d-502d-cf7e-b157312c54a1\>: #000;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #f5f5f7;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

.body {
  background-color: #fff;
  font-family: Montserrat, sans-serif;
}

.hero-section {
  flex-flow: row;
  justify-content: space-around;
  width: 100vw;
  height: 60vh;
  margin-bottom: 4rem;
  padding: 0;
  font-size: 14vw;
  line-height: 2vh;
  display: flex;
}

.nav-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-between;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 0 128px;
  display: flex;
}

.hero-content {
  flex-flow: column;
  align-self: center;
  width: 40vw;
  max-width: 40rem;
  height: 55vh;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.products-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.nav-buttons-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ff161636;
  border-radius: 200px;
  padding: 20px 40px;
  font-size: 14px;
  display: flex;
}

.logo {
  max-width: 150rem;
  max-height: 100rem;
  font-size: 4rem;
}

.card {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ffffffb3;
  border-radius: 20px;
  width: 345px;
  padding: 8px;
}

.heading {
  font-size: 38px;
}

.nav-link {
  color: #000;
  text-transform: uppercase;
  align-self: center;
  width: 6rem;
  font-size: .8rem;
  font-weight: 500;
  text-decoration: none;
}

.heading-2 {
  color: var(--svart);
  width: 40vw;
  height: 50vh;
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 8vw;
  font-weight: 600;
  line-height: 10vh;
}

.button {
  background-color: var(--röd);
  text-align: center;
  text-transform: uppercase;
  border-radius: 200px;
  align-self: center;
  width: 15.8rem;
  margin-top: 1.4rem;
  margin-bottom: 0;
  padding: 2rem;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition-property: background-color;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.button:hover {
  background-color: var(--hover-röd);
}

.card-image {
  border-radius: 16px;
}

.card-info-wrapper {
  justify-content: space-between;
  margin-top: 12px;
  padding: 0 16px;
}

.arrow-icon-button {
  background-color: var(--pink\<deleted\|variable-916a872a-e0f5-71f2-8e6c-b5bc7df11cd8\>);
  border-radius: 200px;
  padding: 10px 12px 12px;
}

.text-span {
  color: var(--svart\<deleted\|variable-5b44cf7a-f9a8-7e9f-f5c8-50dab0182c6a\>);
}

.paragraph {
  letter-spacing: 0;
  width: 40vw;
  height: 60vh;
  margin-bottom: 0;
  font-size: 1.4vw;
  line-height: 3vh;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 2rem 0 0;
  position: relative;
}

.container {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 4rem;
  margin-left: -6.2rem;
  margin-right: -6.2rem;
  display: flex;
}

.features-block {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 0;
  margin-right: -8rem;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.footer {
  flex-flow: row;
  margin-top: 46px;
  padding-top: 44px;
  display: block;
}

.footer-wrapper-1 {
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 4rem;
  display: flex;
}

.footer-juridik-container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block {
  display: flex;
}

.footer-box {
  flex-flow: column;
  padding-right: 4rem;
  display: flex;
}

.undertext-i-footer {
  color: var(--svart);
  max-width: 279px;
}

.copyright-div {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: space-between;
  display: flex;
}

.juridk-div {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  padding-right: 18px;
  display: flex;
}

.body-2 {
  background-color: var(--background-grå);
  overflow: visible;
}

.footer-heading {
  color: var(--svart);
}

.text-span-2 {
  font-size: 20px;
}

.section {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  background-color: var(--background-grå);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.text-block {
  font-weight: 600;
}

.social-proof-text {
  box-sizing: border-box;
  text-align: center;
  width: 25vw;
  margin-left: 1vw;
  margin-right: 1vw;
  padding-left: 0;
  padding-right: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 4vh;
}

.social-proof-section {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--background-grå);
  justify-content: center;
  align-items: center;
  max-width: none;
  margin: 9rem 5vw 8rem;
  padding: 0 1rem;
  display: flex;
}

.social-container {
  max-width: 28rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  position: static;
}

.text-span-3 {
  color: #000;
  text-align: left;
  width: 30vw;
  max-width: 30vw;
  height: 60vh;
  min-height: 100vh;
  font-size: 5vw;
  line-height: 1vh;
}

.desktop-screen {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  align-self: center;
  width: 100%;
  min-width: 40px;
  max-width: 40vw;
  height: 100%;
  min-height: 60px;
  max-height: 60vh;
  font-size: 10px;
  line-height: 2px;
  position: static;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.utility-page-wrap {
  background-color: var(--background-grå);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.text-block-2 {
  align-self: center;
  width: 300px;
  font-size: 20px;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.text-block-4 {
  padding-bottom: 96px;
  padding-left: 20%;
  padding-right: 20%;
  font-size: 20px;
}

.heading-3 {
  padding-left: 20%;
}

.body-3,
.body-4,
.body-5 {
  background-color: var(--background-grå);
}

.image {
  vertical-align: baseline;
  max-width: 110%;
}

.gpt-global-nav-wrapper {
  grid-column-gap: clamp(1rem, 3vw, 4rem);
  grid-row-gap: clamp(1rem, 3vw, 4rem);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 5vh 5vw 0;
  text-decoration: none;
  display: flex;
}

.gpt-nav-button {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #ff161636;
  border-radius: 200px;
  flex-flow: wrap-reverse;
  place-content: stretch center;
  align-items: center;
  padding: 1em 2em;
  display: flex;
}

.gpt-nav-link {
  color: #000;
  text-align: center;
  flex-flow: wrap;
  max-width: 6.25rem;
  font-size: clamp(14px, 1.2vw, 18px);
  text-decoration: none;
  display: block;
}

.gpt-hero-button {
  text-align: center;
  background-color: #ff1616;
  border-radius: 200px;
  margin: 2em auto;
  padding: 5% 10%;
  text-decoration: none;
}

.gpt-hero-right {
  box-sizing: border-box;
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.gpt-hero-heading {
  max-width: 60ch;
  margin-bottom: clamp(2rem, 2vh, 3rem);
  font-size: 4.5vw;
  line-height: 1em;
}

.gpt-hero-section {
  justify-content: space-around;
  height: auto;
  min-height: auto;
  margin-top: 60px;
  margin-bottom: 80px;
  padding: 0 5%;
  display: flex;
}

.gpt-hero-left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-right: 0;
  display: flex;
}

.image-3 {
  vertical-align: baseline;
  object-fit: contain;
  max-height: 100%;
  padding-left: 2vw;
  padding-right: 2vw;
  position: static;
}

.text-block-5 {
  color: #fff;
  text-transform: uppercase;
  border-radius: 0;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.paragraph-2 {
  color: #000;
  max-width: 65ch;
  min-height: 0;
  margin-bottom: auto;
  font-size: 1.2vw;
  line-height: 2rem;
}

.gpt-social-proof-section {
  grid-column-gap: clamp(1rem, 3vw, 4rem);
  grid-row-gap: clamp(1rem, 3vw, 4rem);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: clamp(16px, 5vw, 48px);
  padding-right: clamp(16px, 5vw, 48px);
  font-weight: 600;
  display: flex;
}

.gpt-social-proof-box {
  text-align: center;
  flex: none;
  padding-left: 1em;
  padding-right: 1em;
  font-size: clamp(16px, 1.5vw, 22px);
}

.gpt-social-proof-text {
  font-size: clamp(20px, 2vw, 28px);
}

.navbar {
  display: none;
}

.video {
  margin-top: 0;
  margin-bottom: 0;
}

.section-5 {
  margin: 8% 10% 2em;
}

@media screen and (min-width: 1280px) {
  .hero-section {
    padding-top: 0;
  }

  .nav-wrapper {
    margin-bottom: 0;
  }

  .hero-content {
    margin-top: 0;
    margin-bottom: 0;
  }

  .desktop-screen {
    margin-top: 0;
  }

  .gpt-hero-section {
    min-height: auto;
  }
}

@media screen and (max-width: 991px) {
  .hero-section {
    height: 460px;
    margin-top: 0;
    padding-top: 4rem;
  }

  .nav-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    text-align: right;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-buttons-wrapper {
    padding: 0 20px;
  }

  .nav-link {
    text-align: center;
    width: 6rem;
    height: auto;
    font-size: .7rem;
    line-height: 18px;
  }

  .heading-2 {
    margin-top: 0;
    margin-bottom: .5rem;
    font-size: 4vw;
    line-height: 4rem;
  }

  .button {
    margin-top: 0;
    margin-left: 50%;
    margin-right: 50%;
  }

  .paragraph {
    width: 19rem;
    font-size: 12px;
    line-height: 2.2vh;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .body-2 {
    overflow: hidden;
  }

  .social-proof-text {
    width: 16rem;
    font-size: .9rem;
  }

  .social-proof-section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    width: auto;
    max-width: none;
    display: flex;
    overflow: visible;
  }

  .text-span-3 {
    direction: ltr;
    overflow-wrap: normal;
    width: 24rem;
    max-width: 24px;
    height: 0;
    font-size: 3rem;
    line-height: 3.75rem;
    display: inline;
  }

  .desktop-screen {
    flex: none;
    margin-bottom: 6rem;
  }

  .gpt-nav-button {
    grid-column-gap: .5vw;
    grid-row-gap: .5vw;
    flex-flow: wrap-reverse;
    align-items: center;
    padding-top: 1.3em;
    padding-bottom: 1.3em;
  }

  .gpt-nav-link {
    display: flex;
  }

  .gpt-hero-button {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .gpt-hero-right {
    padding-top: 3rem;
  }

  .gpt-hero-heading {
    margin-bottom: clamp(1rem, 1vh, 2rem);
  }

  .gpt-hero-section {
    height: auto;
    min-height: auto;
    max-height: 50vh;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .gpt-hero-left {
    justify-content: space-between;
    align-items: flex-start;
    width: 45%;
    padding-bottom: 1rem;
  }

  .image-3 {
    height: 100%;
    min-height: 100%;
  }

  .paragraph-2 {
    max-width: 55ch;
    margin-bottom: auto;
    font-size: .7rem;
    line-height: 1.5rem;
  }

  .gpt-social-proof-section {
    grid-column-gap: clamp(4px, 2vh, 3rem);
    grid-row-gap: clamp(4px, 2vh, 3rem);
    width: 100%;
    max-width: 100%;
  }

  .gpt-social-proof-box {
    max-width: clamp(180px, 55vw, 200px);
    padding-left: 0;
    padding-right: 0;
  }

  .gpt-social-proof-text {
    font-size: clamp(1rem, 2.5vw, 1.25rem);
  }

  .section-5 {
    margin-left: 10%;
    margin-right: 10%;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    border: 180px #000;
    height: 380px;
    padding-top: 4.6rem;
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .hero-content {
    padding-top: 0;
  }

  .nav-buttons-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 300px;
    height: auto;
    max-height: none;
    font-size: 7px;
    line-height: 7px;
  }

  .logo {
    width: 180px;
    height: 60px;
  }

  .nav-link {
    width: 6rem;
    font-size: .6rem;
    line-height: 12px;
  }

  .heading-2 {
    width: 20rem;
    font-size: 46px;
    line-height: 3.2rem;
  }

  .paragraph {
    width: 18rem;
    font-size: 12px;
  }

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    max-width: 568px;
    margin-top: 0;
    display: flex;
  }

  .footer-wrapper-1 {
    flex-flow: row;
    justify-content: space-between;
    align-self: auto;
    align-items: stretch;
  }

  .footer-juridik-container {
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    width: 568px;
    max-width: 568px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    position: static;
  }

  .footer-box {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .undertext-i-footer {
    max-width: 10rem;
    font-size: 10px;
  }

  .copyright-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: flex-start;
    max-width: 540px;
  }

  .juridk-div {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: 7px;
  }

  .body-2 {
    overflow: visible;
  }

  .social-proof-text {
    text-align: center;
    width: 11.8rem;
    height: 2rem;
    padding-top: 12px;
    font-size: .8rem;
    line-height: 1rem;
  }

  .social-proof-section {
    height: 2rem;
  }

  .social-container {
    width: 12rem;
    height: 2rem;
  }

  .text-span-3 {
    width: 20rem;
    max-width: 20rem;
    min-height: 50vh;
    font-size: 40px;
    line-height: 45px;
  }

  .bold-text {
    width: 190px;
    font-size: 10px;
  }

  .text-block-3 {
    width: 173px;
  }

  .gpt-global-nav-wrapper,
  .gpt-hero-right {
    display: none;
  }

  .gpt-hero-section {
    height: auto;
    min-height: auto;
    max-height: none;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .gpt-hero-left {
    justify-content: center;
    width: 80%;
    height: auto;
    min-height: auto;
    padding-bottom: 0;
  }

  .text-block-5 {
    font-size: 10px;
  }

  .paragraph-2 {
    font-size: .6rem;
    line-height: 1rem;
  }

  .gpt-social-proof-section {
    grid-column-gap: clamp(80px, 6vh, 7rem);
    grid-row-gap: clamp(80px, 6vh, 7rem);
    flex-flow: wrap;
    width: auto;
    min-height: auto;
    margin-top: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .gpt-social-proof-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 1em;
    padding-right: 1em;
    display: flex;
  }

  .gpt-social-proof-text {
    text-align: left;
    font-size: clamp(.8rem, 1.2vw, 1.6rem);
  }

  .navbar {
    background-color: var(--background-grå);
    display: block;
  }

  .container-2 {
    margin-top: 1rem;
  }

  .menu-button {
    padding-top: 30px;
    padding-right: 60px;
  }

  .section-4 {
    height: 1px;
    max-height: 1px;
  }

  .div-block-2 {
    background-color: var(--röd);
    height: 100px;
    max-height: 100px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    height: 270px;
    margin-top: -50px;
    margin-bottom: 14px;
    line-height: 18px;
  }

  .nav-wrapper {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero-content {
    align-self: center;
    width: 10rem;
    padding-top: 62px;
  }

  .nav-buttons-wrapper {
    grid-column-gap: .45rem;
    grid-row-gap: .45rem;
    width: 180px;
    height: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 3px;
  }

  .logo {
    width: 90px;
    height: 30px;
  }

  .nav-link {
    padding-top: 3px;
    padding-left: 0;
    padding-right: 0;
    font-size: .35rem;
    line-height: 5px;
  }

  .heading-2 {
    align-self: auto;
    width: 19rem;
    height: 2rem;
    margin-bottom: 1.5rem;
    margin-right: 0;
    padding-right: 0;
    font-size: 25px;
    line-height: 1.6rem;
  }

  .button {
    width: 10rem;
    margin-left: 42%;
    margin-right: 0%;
    padding: .4rem 0;
  }

  .paragraph {
    width: 9rem;
    margin-top: -23px;
    margin-bottom: .5rem;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 8px;
    line-height: 15px;
  }

  .container {
    max-width: none;
  }

  .footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    max-width: 100%;
    height: 230px;
    padding-top: 24px;
  }

  .footer-wrapper-1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    width: 220px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-box {
    width: 90px;
    height: 130px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 1px;
  }

  .undertext-i-footer {
    word-break: normal;
    overflow-wrap: break-word;
    max-width: 14rem;
    font-size: 9px;
    line-height: 11px;
  }

  .copyright-div {
    clear: none;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: static;
  }

  .juridk-div {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding-right: 0;
  }

  .body-2 {
    height: 500px;
    max-height: 500px;
  }

  .footer-heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
  }

  .text-span-2 {
    font-size: 13px;
  }

  .social-proof-text {
    width: 6rem;
    font-size: .5rem;
    line-height: .5rem;
  }

  .social-proof-section {
    margin-bottom: 1rem;
  }

  .text-span-3 {
    width: 8rem;
    max-width: 16px;
    height: 4rem;
    font-size: 23px;
    line-height: 35px;
  }

  .desktop-screen {
    flex: none;
    order: 0;
    align-self: flex-end;
    width: 40vw;
    height: 40vw;
    margin-bottom: 2.4rem;
    margin-right: 0;
    display: block;
  }

  .bold-text {
    width: auto;
    font-size: 8px;
  }

  .text-block-3 {
    flex: 0 auto;
    align-self: auto;
    width: auto;
  }

  .gpt-hero-button {
    margin-top: 1rem;
    margin-bottom: 0;
  }

  .gpt-hero-section {
    flex-flow: row;
    height: auto;
    min-height: auto;
    max-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .gpt-hero-left {
    align-items: center;
    width: 100%;
    height: auto;
  }

  .gpt-social-proof-section {
    grid-column-gap: clamp(1rem, 2vw, 2rem);
    grid-row-gap: clamp(1rem, 2vw, 2rem);
    flex-flow: wrap;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .gpt-social-proof-box {
    width: 100%;
    max-width: none;
  }

  .gpt-social-proof-text {
    font-size: clamp(.8rem, 1.2vw, 1rem);
  }

  .navbar {
    display: block;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding-top: 18px;
    padding-bottom: 0;
    padding-right: 18px;
    display: block;
  }

  .menu-button.w--open {
    padding-top: 6px;
    padding-bottom: 6px;
  }

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

  .brand {
    max-width: 180px;
    min-height: 3rem;
  }

  .section-2 {
    max-width: 100%;
  }

  .section-3 {
    height: 200px;
    padding-top: 0;
  }

  .section-5 {
    margin-left: 5%;
    margin-right: 5%;
  }
}