:root {
  --bg-color: #f6f9ff;
  --royal-blue: #446af6;
  --midnight-blue: #142194;
  --slate-blue: #65698f;
  --light-coral: #ff6970;
  --white-shade: #f1f3ff;
  --dim-grey: #443d3d;
  --orange: #ffae00;
  --lavender: #d8ddff;
  --dark-slate-blue: #3f56a3;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section.slanted-bg {
  background-color: var(--bg-color);
  padding-top: 180px;
  padding-bottom: 180px;
  position: relative;
  overflow: hidden;
}

.section.blue-bg {
  background-color: var(--royal-blue);
}

.section.extra-spacing {
  padding-top: 100px;
  padding-bottom: 140px;
}

.section.contact {
  padding-bottom: 140px;
}

.section.bg-image {
  background-image: url('../images/forest.png');
  background-position: 50% 100%;
  background-size: cover;
  padding-top: 100px;
  padding-bottom: 100px;
  display: none;
}

.links {
  align-items: center;
  display: flex;
}

.logo {
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  width: 235px;
  transition: transform .5s;
}

.logo:hover {
  transform: scale(.93);
}

.link {
  color: var(--slate-blue);
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: color .5s;
}

.link:hover {
  color: var(--royal-blue);
}

.link.w--current {
  color: var(--midnight-blue);
}

.link.contact-us {
  display: none;
}

.nav-button {
  background-color: var(--royal-blue);
  color: #fff;
  text-transform: capitalize;
  border-radius: 50px;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .3s;
}

.nav-button:hover {
  background-color: var(--midnight-blue);
}

.navigation-container {
  max-width: 1250px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.navigation-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: #fff;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  max-width: 1250px;
  padding-left: 20px;
  padding-right: 20px;
}

.container.small {
  max-width: 1000px;
}

.home-hero-wrapper {
  justify-content: space-between;
  display: flex;
}

.split-content.home-hero-left {
  align-self: center;
  max-width: 480px;
  margin-right: 40px;
}

.split-content.home-hero-right {
  align-self: center;
  max-width: 580px;
}

.split-content.home-about-right {
  align-self: center;
  max-width: 480px;
  margin-left: 60px;
}

.split-content.bottom-story-left {
  align-self: center;
  max-width: 450px;
  margin-right: 60px;
}

.split-content.bottom-story-right {
  max-width: 650px;
}

.split-content.top-story-left {
  max-width: 650px;
  margin-right: 60px;
}

.split-content.top-story-right {
  align-self: center;
  max-width: 450px;
}

.title {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 50px;
}

.title.home-hero {
  color: var(--midnight-blue);
  margin-bottom: 25px;
  font-size: 60px;
  font-weight: 500;
  line-height: 70px;
}

.title.white {
  color: #fff;
  text-align: center;
}

.title.hero {
  text-align: center;
  font-size: 60px;
  font-weight: 700;
  line-height: 70px;
}

.title.value {
  color: var(--midnight-blue);
  text-align: center;
  font-size: 38px;
}

.title.cta-2 {
  text-align: center;
}

.title.left-aligned, .title.contact-hero {
  text-align: left;
}

.title.prices {
  color: #fff;
  flex: 1;
  align-self: center;
}

.paragraph {
  color: var(--slate-blue);
  font-family: Asap, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.paragraph.home-hero {
  color: var(--slate-blue);
  margin-bottom: 40px;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.paragraph.home-about {
  margin-bottom: 40px;
}

.paragraph.cards {
  text-align: center;
}

.paragraph.featured-text {
  color: var(--light-coral);
  font-size: 18px;
  font-weight: 700;
}

.paragraph.cta {
  text-align: center;
  color: #fff;
  margin-bottom: 40px;
}

.paragraph.footer-credit {
  align-self: center;
  max-width: 700px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.paragraph.hero {
  color: var(--slate-blue);
  text-align: center;
  margin-bottom: 40px;
  font-size: 20px;
  line-height: 30px;
}

.paragraph.hero.white {
  color: #fff;
}

.paragraph.price {
  text-align: left;
  margin-bottom: 40px;
}

.paragraph.team-card {
  text-align: center;
  margin-bottom: 20px;
}

.paragraph.value {
  text-align: center;
}

.paragraph.cta-2 {
  text-align: center;
  margin-bottom: 40px;
}

.paragraph.white {
  color: #fff;
}

.paragraph.asset {
  text-align: left;
  margin-bottom: 20px;
}

.paragraph.milestone-text {
  text-align: center;
}

.paragraph.large-card {
  text-align: left;
}

.paragraph.utility {
  margin-bottom: 20px;
}

.paragraph.left-aligned {
  text-align: left;
}

.paragraph.priser {
  color: #fff;
}

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

.image {
  border-radius: 50px;
}

.image.lawyer-card {
  object-fit: cover;
  height: 250px;
  max-height: 250px;
  margin-bottom: 20px;
}

.image.special {
  width: 100%;
  margin-bottom: 20px;
}

.secondary-button {
  color: var(--royal-blue);
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 50px;
  padding: 21px 45px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: transform .5s;
  transform: scale3d(1, 1, 1.01);
  box-shadow: 0 5px 5px #ecececba;
}

.secondary-button:hover {
  transform: scale3d(.95, .95, 1.01);
}

.primary-button {
  background-color: var(--royal-blue);
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  border-radius: 50px;
  padding: 21px 45px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .5s, transform .5s;
}

.primary-button:hover {
  background-color: var(--light-coral);
  transform: scale(.95);
}

.primary-button.two-buttons {
  margin-right: 20px;
}

.primary-button.utility {
  align-self: center;
}

.primary-button.contact {
  padding-left: 30px;
  padding-right: 30px;
}

.image-wrapper {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.image-wrapper.card-image {
  width: 150px;
  margin-bottom: 0;
  margin-right: 30px;
}

.image-wrapper.special {
  display: block;
}

.card {
  border: 1px solid var(--white-shade);
  background-color: #fff;
  justify-content: flex-start;
  padding: 40px 40px 30px;
  transition: border-color .5s;
  display: flex;
  box-shadow: 2px 0 15px #e0e4ff;
}

.card.mini-card {
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
}

.cards-grid {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.text-wrapper {
  width: 100%;
}

.small-title {
  color: var(--dim-grey);
  margin-top: 0;
  font-family: Asap, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.small-title.cards {
  text-align: center;
}

.small-title.left-aliged {
  text-align: left;
}

.yellow-line {
  background-color: var(--orange);
  border-radius: 20px;
  width: 200px;
  height: 5px;
}

.yellow-line.spacing {
  margin-bottom: 20px;
}

.bg-slanted-top {
  border-bottom: 100px solid #0000;
  border-left: 100vw solid #fff;
  position: absolute;
  inset: 0% 0% auto;
}

.services-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.home-about-wrapper {
  background-color: var(--bg-color);
  border-radius: 50px;
  justify-content: space-around;
  padding: 40px;
  display: flex;
}

.purple-gradient-line {
  background-image: linear-gradient(to right, #6673ff, #ff5fca 100%, #ff8400);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 5px;
  margin-bottom: 20px;
}

.credit-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.testimonial-small-image {
  object-fit: cover;
  border-radius: 100px;
  width: 80px;
  height: 80px;
  margin-right: 20px;
}

.slide-nav {
  display: none;
}

.arrow {
  background-color: var(--light-coral);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border: 5px solid #ffd0d0;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  padding: 10px;
  transition: transform .5s;
  overflow: visible;
}

.arrow:hover {
  transform: scale(1.1);
}

.arrow.left {
  inset: 0% auto 0% 0%;
}

.arrow.right {
  inset: 0% 0% 0% auto;
}

.testimonial {
  border: 1px solid var(--white-shade);
  background-color: #fff;
  border-radius: 50px;
  justify-content: space-between;
  align-items: center;
  max-width: 1000px;
  display: flex;
  box-shadow: 0 1px 20px #e6e9ff;
}

.testimonial-review {
  max-width: 65%;
  padding: 20px 45px 20px 20px;
}

.testimonial-main-image {
  object-fit: cover;
  border-radius: 50px 0 0 50px;
  height: 100%;
}

.testimonial-image-wrapper {
  width: 33%;
  height: 350px;
}

.slider {
  background-color: #ddd0;
  height: auto;
  margin-bottom: 60px;
}

.centered-buttons-wrapper {
  justify-content: center;
  display: flex;
}

.newsletter-content-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.newsletter {
  background-image: linear-gradient(to right, #a73cffa6, #00ffae9c), url('../images/wallp.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 50px;
  padding: 40px 20px;
  box-shadow: 0 1px 20px 5px #dfe3ff;
}

.newsletter.priser {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.form-button {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-image: linear-gradient(96deg, #8a37ff, #00d4ff);
  border-radius: 50px;
  padding: 21px 40px;
  font-family: Asap, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: transform .5s;
  box-shadow: 0 -1px 10px 4px #0015ff29;
}

.form-button:hover {
  transform: scale(.95);
}

.success-message {
  background-color: #91c4ff42;
  border-radius: 50px;
}

.text-field {
  color: var(--slate-blue);
  border-radius: 50px;
  min-width: 400px;
  min-height: 60px;
  margin-right: 20px;
  padding: 10px 25px;
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.form {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.error-message {
  background-color: var(--light-coral);
  border-radius: 50px;
  margin-top: 20px;
  padding: 15px;
}

.testimonial-wrapper {
  justify-content: center;
  align-items: center;
  padding: 20px;
  display: flex;
}

.cta-wrapper {
  justify-content: center;
  display: flex;
}

.button-wrapper {
  align-self: center;
}

.button-wrapper.cta {
  justify-content: center;
  display: flex;
}

.minimal-button {
  transform: scale3d(1none, 1none, 1none);
  color: #fff;
  transform-style: preserve-3d;
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 50px;
  padding: 21px 40px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 500;
  transition: background-color .5s, transform .5s;
}

.minimal-button:hover {
  color: var(--royal-blue);
  background-color: #fff;
  transform: scale(.95);
}

.cta-content {
  max-width: 650px;
}

.footer-logo-link {
  text-decoration: none;
}

.footer-bottom {
  border-top: 1px solid var(--lavender);
  justify-content: space-between;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.split-footer {
  align-self: center;
}

.navigation-link {
  color: var(--slate-blue);
  padding-left: 10px;
  padding-right: 10px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  text-decoration: none;
  transition: color .5s;
}

.navigation-link:hover {
  color: var(--royal-blue);
}

.footer-content {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 30px;
  display: flex;
}

.social-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.social-icon-wrapper {
  transform-style: preserve-3d;
  border-radius: 100px;
  width: 43px;
  height: 43px;
  margin-left: 5px;
  margin-right: 5px;
  transition: transform .5s;
  transform: translate3d(1px, 1px, 1.01px);
  box-shadow: 0 1px 5px #7181ff5c;
}

.social-icon-wrapper:hover {
  transform: translate3d(1px, -5px, 1.01px);
}

.social-icon {
  padding: 10px;
}

.footer {
  border-top: 1px solid var(--bg-color);
  padding-top: 20px;
  padding-bottom: 20px;
  box-shadow: 0 -1px 20px #e3ebfd;
}

.hero-wrapper {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.icon {
  object-fit: cover;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  position: relative;
}

.lawyers-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
}

.price-card {
  border: 1px solid var(--white-shade);
  background-color: #fff;
  border-radius: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding: 40px 30px;
  display: flex;
  box-shadow: 2px 0 15px #e0e4ff;
}

.featured-text {
  color: var(--light-coral);
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text.grey {
  color: var(--slate-blue);
  margin-bottom: 20px;
}

.featured-text.contact-label {
  text-align: left;
  margin-bottom: 20px;
}

.featured-text.white {
  color: #fff;
  text-align: center;
}

.featured-text.contact-text {
  text-align: left;
  margin-bottom: 0;
  line-height: 25px;
}

.featured-text.pricing {
  margin-bottom: 20px;
}

.hero-content {
  max-width: 780px;
}

.hero-content.about-page {
  margin-bottom: 40px;
}

.pricing-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.milestones {
  justify-content: space-between;
}

.our-story-top {
  justify-content: space-between;
  margin-bottom: 100px;
  display: flex;
}

.our-story-bottom {
  justify-content: space-between;
  display: flex;
}

.grid {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-bottom: 20px;
}

.number {
  color: var(--dark-slate-blue);
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Asap, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
}

.bold-text {
  color: var(--light-coral);
}

.milestone {
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

.divider {
  background-color: var(--lavender);
  width: 100%;
  height: 1px;
  margin-bottom: 20px;
}

.lawyer {
  border: 1px solid var(--white-shade);
  border-radius: 30px;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
  box-shadow: 2px 0 15px #e0e4ff;
}

.values-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border: 1px solid var(--white-shade);
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 60px;
  box-shadow: 0 0 15px #e0e4ff;
}

.value-card {
  padding: 20px;
}

.value-card.card-2 {
  background-color: var(--bg-color);
}

.value-card.card-3 {
  background-color: #fff;
}

.value-card.card-4 {
  background-color: var(--bg-color);
}

.value-card.card-5 {
  background-color: #fff;
}

.value-card.card-6 {
  background-color: var(--bg-color);
}

.value-card.card-1 {
  background-color: #fff;
}

.utility-page-wrap {
  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: 450px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-input {
  border: 1px solid var(--lavender);
  color: var(--slate-blue);
  border-radius: 50px;
  min-height: 70px;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: border-color .5s;
  box-shadow: 2px 0 15px #e0e4ff;
}

.text-input:hover {
  border-color: var(--royal-blue);
}

.contact-links {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
}

.contact-form {
  background-color: #fff;
  border-radius: 30px;
  min-height: 700px;
  padding: 40px 30px;
  position: relative;
  box-shadow: 0 0 15px #e0e4ff;
}

.contact-success-message {
  background-color: var(--light-coral);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-error-message {
  background-color: var(--light-coral);
  text-align: center;
  border-radius: 20px;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.contact-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.msg-box {
  border: 1px solid var(--lavender);
  color: var(--slate-blue);
  border-radius: 20px;
  min-height: 200px;
  margin-bottom: 30px;
  padding: 20px 40px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  transition: border-color .5s;
  box-shadow: 0 0 10px 1px #e0e4ff;
}

.msg-box:hover {
  border-color: var(--royal-blue);
}

.contact-grid {
  grid-template-rows: auto auto;
  margin-bottom: 20px;
}

.contact-wrapper {
  justify-content: space-between;
  display: flex;
}

.standard-link {
  color: var(--slate-blue);
}

.license-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 40px;
}

.assets-wrapper {
  margin-bottom: 40px;
}

.assets-image {
  object-fit: cover;
  width: 100%;
  height: 200px;
}

.password {
  border-radius: 50px;
  height: 50px;
  font-family: Lato, sans-serif;
}

.heading-wrapper {
  justify-content: center;
  margin-bottom: 40px;
  display: flex;
}

.heading-wrapper.home-clients {
  margin-bottom: 20px;
}

.heading-content {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.bg-slanted-bottom {
  border-top: 100px solid #0000;
  border-right: 100vw solid #fff;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-info-wrapper {
  align-self: center;
  max-width: 43%;
  margin-right: 40px;
}

.card-icon {
  width: 90px;
  height: 90px;
}

.nav-button-wrapper {
  margin-left: 10px;
}

.priser-content {
  max-width: 400px;
}

.image-2 {
  object-fit: cover;
  position: relative;
}

.image-2.contact-icon {
  width: 50px;
  height: 50px;
  margin-right: 15px;
}

.paragraph-2 {
  color: #171f58;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.contact-link-2 {
  text-decoration: none;
  display: flex;
}

.featured-text-2 {
  color: #ff7072;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.featured-text-2.contact {
  text-align: left;
  align-self: center;
  margin-bottom: 0;
  line-height: 30px;
}

.contact-links-2 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  margin-bottom: 20px;
}

.contact-info {
  background-color: #fff;
  border-radius: 30px;
  padding: 40px 40px 20px;
  box-shadow: -2px 0 15px #e0e4ff;
}

.small-title-2 {
  color: #3f56a3;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Asap, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 40px;
}

@media screen and (max-width: 991px) {
  .section {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.slanted-bg {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .section.contact {
    padding-bottom: 120px;
  }

  .menu {
    background-color: var(--royal-blue);
    border-radius: 50px;
    transition: background-color .5s;
  }

  .menu:hover {
    background-color: var(--midnight-blue);
  }

  .menu.w--open {
    background-color: #ff7072;
    border-radius: 100px;
  }

  .link:hover {
    background-color: #e0f2ff;
  }

  .link.contact-us {
    display: block;
  }

  .nav-button {
    flex: 0 auto;
    align-items: center;
    display: none;
  }

  .nav-menu {
    background-color: #fff;
  }

  .menu-icon {
    color: #fff;
  }

  .home-hero-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .split-content.home-hero-left {
    max-width: 600px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .split-content.home-about-right {
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .split-content.home-about-left {
    align-self: center;
    margin-bottom: 20px;
  }

  .split-content.bottom-story-left {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    margin-right: 0;
    display: flex;
  }

  .split-content.bottom-story-right {
    margin-bottom: 20px;
  }

  .split-content.top-story-left {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .split-content.top-story-right {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 600px;
    display: flex;
  }

  .title {
    text-align: center;
    font-size: 38px;
  }

  .title.home-hero {
    text-align: center;
    font-size: 50px;
    line-height: 62px;
  }

  .title.hero {
    font-size: 50px;
  }

  .title.value {
    font-size: 36px;
  }

  .paragraph {
    text-align: center;
  }

  .paragraph.home-hero {
    font-size: 20px;
  }

  .paragraph.footer-credit {
    max-width: none;
    margin-bottom: 20px;
  }

  .buttons-wrapper {
    justify-content: center;
    display: flex;
  }

  .cards-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .services-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .home-about-wrapper {
    flex-direction: column;
  }

  .credit-wrapper {
    justify-content: center;
  }

  .testimonial {
    flex-direction: column;
  }

  .testimonial-review {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 70%;
    padding-right: 20px;
  }

  .testimonial-main-image {
    border-radius: 50px;
    width: 500px;
    height: 320px;
  }

  .testimonial-image-wrapper {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .newsletter.priser {
    flex-flow: column;
  }

  .footer-bottom {
    flex-direction: column;
    align-items: center;
  }

  .split-footer {
    margin-bottom: 20px;
  }

  .footer-content {
    flex-direction: column;
  }

  .lawyers-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

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

  .pricing-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .our-story-top {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 60px;
  }

  .our-story-bottom {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
  }

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

  .values-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .value-card.card-3 {
    background-color: var(--bg-color);
  }

  .value-card.card-4 {
    background-color: #fff;
  }

  .contact-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .contact-info-wrapper {
    max-width: 500px;
    margin-bottom: 40px;
    margin-right: 0;
  }

  .nav-button-wrapper {
    display: none;
  }

  .paragraph-2.kontakt, .featured-text-2 {
    text-align: center;
  }
}

@media screen and (max-width: 767px) {
  .logo {
    width: 200px;
  }

  .branding {
    justify-content: center;
  }

  .title {
    font-size: 32px;
    line-height: 45px;
  }

  .title.home-hero {
    font-size: 42px;
    line-height: 60px;
  }

  .title.hero {
    font-size: 40px;
  }

  .title.value {
    font-size: 32px;
  }

  .paragraph.price, .paragraph.large-card {
    text-align: center;
  }

  .image-wrapper.card-image {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card {
    flex-direction: column;
    align-items: center;
  }

  .small-title {
    text-align: center;
  }

  .services-grid {
    grid-template-rows: auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .testimonial-review {
    max-width: 90%;
  }

  .testimonial-main-image {
    width: 100%;
    height: 280px;
  }

  .text-field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .form {
    flex-direction: column;
    align-items: center;
  }

  .hero-wrapper {
    align-self: center;
  }

  .lawyers-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .price-card {
    align-items: center;
  }

  .pricing-grid {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .number {
    font-size: 35px;
  }

  .values-grid {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .value-card.card-3 {
    background-color: #fff;
  }

  .value-card.card-4 {
    background-color: var(--bg-color);
  }

  .contact-form {
    align-self: stretch;
  }

  .contact-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

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

  .paragraph-2 {
    text-align: center;
  }

  .small-title-2 {
    text-align: center;
    font-size: 28px;
  }
}

@media screen and (max-width: 479px) {
  .nav-button {
    text-align: center;
  }

  .branding {
    margin-right: 20px;
  }

  .title.home-hero {
    font-size: 35px;
    line-height: 45px;
  }

  .title.hero {
    font-size: 38px;
  }

  .title.value {
    font-size: 28px;
  }

  .image.lawyer-card {
    height: 200px;
    max-height: 200px;
  }

  .buttons-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .secondary-button, .primary-button {
    align-self: center;
  }

  .primary-button.two-buttons {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .card, .home-about-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .purple-gradient-line {
    width: 150px;
  }

  .arrow.left {
    inset: auto 35% 0% 0%;
  }

  .arrow.right {
    inset: auto 0% 0% 35%;
  }

  .testimonial-review {
    max-width: 100%;
  }

  .testimonial-main-image {
    height: 250px;
  }

  .slider {
    padding-bottom: 60px;
  }

  .centered-buttons-wrapper {
    flex-direction: column;
  }

  .newsletter-content-wrapper {
    align-items: stretch;
  }

  .newsletter.priser {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-field {
    min-width: auto;
  }

  .testimonial-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }

  .minimal-button.priser {
    text-align: center;
  }

  .split-footer {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .navigation-link {
    text-align: center;
    margin-bottom: 15px;
  }

  .social-icon-wrapper {
    margin-bottom: 10px;
  }

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

  .milestone {
    padding: 0;
  }

  .utility-page-content, .text-input {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form {
    padding-left: 15px;
    padding-right: 15px;
  }

  .msg-box {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .contact-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-title-2 {
    font-size: 26px;
  }
}

#w-node-afdb0afb-d759-4230-48b4-531dd25a28af-5ebe22e4, #w-node-afdb0afb-d759-4230-48b4-531dd25a28b4-5ebe22e4, #w-node-afdb0afb-d759-4230-48b4-531dd25a28c5-5ebe22e4, #w-node-afdb0afb-d759-4230-48b4-531dd25a28ca-5ebe22e4, #w-node-afdb0afb-d759-4230-48b4-531dd25a28db-5ebe22e4, #w-node-afdb0afb-d759-4230-48b4-531dd25a28e0-5ebe22e4, #w-node-b549539d-969b-99df-761b-646b66cfd74d-5ebe22e5, #w-node-b549539d-969b-99df-761b-646b66cfd758-5ebe22e5, #w-node-b549539d-969b-99df-761b-646b66cfd75c-5ebe22e5, #w-node-b549539d-969b-99df-761b-646b66cfd767-5ebe22e5, #w-node-b549539d-969b-99df-761b-646b66cfd76b-5ebe22e5, #w-node-e4a62554-7d32-c7cd-84c4-8480ca419f89-5ebe22e7, #w-node-e4a62554-7d32-c7cd-84c4-8480ca419f8d-5ebe22e7, #w-node-e4a62554-7d32-c7cd-84c4-8480ca419f91-5ebe22e7, #w-node-e28b774b-faa5-1288-dc94-33adf064ac17-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac18-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac19-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac1a-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac1b-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac1c-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac1d-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac1e-5ebe22e8, #w-node-e28b774b-faa5-1288-dc94-33adf064ac1f-5ebe22e8, #w-node-f8b9340f-7601-99c1-4624-d3ace3376190-5ebe22e8, #w-node-f87ac2e2-f25a-7022-64e5-20e26a66208d-5ebe22e8, #w-node-_0c70a2f2-5481-f508-3873-fc487a3bde3e-1794db0d, #w-node-_0c70a2f2-5481-f508-3873-fc487a3bde42-1794db0d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-d4fc3341-150c-51e6-bbc9-9c9c0430708e-5ebe22e2, #w-node-cbb24ad0-7aed-fc41-4564-86fa95df4202-5ebe22e5, #w-node-d4fc3341-150c-51e6-bbc9-9c9c0430708e-af12c61a {
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-afdb0afb-d759-4230-48b4-531dd25a28c5-5ebe22e4, #w-node-afdb0afb-d759-4230-48b4-531dd25a28db-5ebe22e4, #w-node-b549539d-969b-99df-761b-646b66cfd758-5ebe22e5, #w-node-b549539d-969b-99df-761b-646b66cfd767-5ebe22e5 {
    place-self: auto;
  }

  #w-node-f87ac2e2-f25a-7022-64e5-20e26a66208d-5ebe22e8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


