:root {
  --white: white;
  --black: black;
}

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

.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;
}

@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;
  font-family: Roboto, sans-serif;
  font-size: 17px;
  line-height: 1.5;
}

.section {
  background-color: #ecedee;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}

.section.hero {
  background-image: url('../images/herobild1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 90vh;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
}

.section.about {
  background-color: #ecedee;
  flex-flow: column;
  display: flex;
}

.section.image-gallery {
  padding-left: 60px;
  padding-right: 60px;
}

.section.top {
  background-color: #ecedee;
  margin-top: 60px;
  padding-top: 0;
  padding-bottom: 0;
}

.section.footer {
  color: #253243;
  padding-bottom: 0;
}

.section.white {
  background-color: #fff;
}

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

.container {
  justify-content: space-between;
  align-items: center;
  max-width: 80%;
  display: flex;
  position: relative;
}

.container.info {
  z-index: 5;
  background-color: #fff;
  border-radius: 10px;
  width: 90%;
  max-width: 80%;
  top: -157px;
}

.container.image-slider {
  flex-direction: column;
}

.container.hero {
  z-index: 10;
  justify-content: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 140px;
  position: absolute;
}

.container.about-page {
  margin-top: 60px;
}

.container.grid {
  margin-top: 30px;
  margin-bottom: 30px;
}

.container.treatment {
  background-color: #ecedee;
  border-radius: 10px;
  padding: 20px;
}

.container.contact-uss {
  flex-direction: row;
  justify-content: space-between;
}

.container.us-info {
  margin-top: 40px;
}

.container.about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.main-heading {
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 38px;
  display: flex;
}

.second-heading {
  color: #fff;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  font-size: 28px;
  display: flex;
}

.heading-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 65%;
  margin-top: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

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

.social-image {
  width: 25px;
  height: 25px;
  margin-left: 10px;
}

.nav-link {
  color: #253243;
  padding-left: 15px;
  padding-right: 15px;
  text-decoration: none;
  position: relative;
}

.nav-link:hover {
  color: #010a14;
}

.nav-link.w--current {
  color: #253243;
}

.nav-link.booking {
  color: #000;
  background-color: rgba(236, 237, 238, .4);
  border: .005px solid #c3c3c3;
  border-radius: 3px;
  margin-top: 15px;
  margin-left: 10px;
  padding: 5px 20px;
}

.nav-link.booking.w--current {
  border-radius: 3px;
}

.info-card {
  color: #253243;
  width: 100%;
  height: 220px;
  padding: 20px 10px 10px 30px;
}

.info-card.border-m {
  border-left: .5px solid silver;
  border-right: .5px solid silver;
  height: 220px;
}

.info-card.contact-us-info {
  height: 100px;
  padding-left: 0;
}

.heading-h3 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 24px;
}

.heading-h3.white {
  color: #253243;
  margin-top: -100px;
}

.heading-h3.short {
  color: #253243;
  margin-bottom: 40px;
  font-size: 40px;
}

.about-div {
  width: 75%;
}

.about-img {
  width: 25%;
}

.about-paragraph {
  color: #253243;
  padding-right: 40px;
}

.image-us {
  border-radius: 3px;
  width: 80%;
  height: 80%;
  margin-left: 55px;
}

.link {
  color: #000;
  text-decoration: none;
}

.info-card-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 100%;
}

.info-50 {
  float: left;
  width: 50%;
}

.info-card-heading {
  font-weight: 500;
}

.info-card-txt {
  margin-bottom: 5px;
  font-size: 14px;
}

.info-card-txt.boka {
  color: #000;
  font-weight: 500;
  text-decoration: underline;
}

.info-card-txt.bold {
  font-weight: 500;
}

.info-20 {
  float: left;
  width: 20%;
}

.info-100 {
  width: 100%;
}

.submit-button {
  color: #253243;
  background-color: #ecedee;
  border: .005px solid #c3c3c3;
  border-radius: 3px;
  width: 200px;
}

.form-2 {
  margin-top: 15px;
}

.text-field {
  background-color: #fff;
  border: 0 solid #a5a5a5;
  border-bottom: .2px solid #000;
  margin-left: auto;
  margin-right: auto;
}

.contact {
  float: left;
  color: #253243;
  width: 50%;
  padding-top: 40px;
  padding-right: 10px;
}

.contact.form {
  background-color: #fff;
  border-radius: 10px;
  padding: 20px;
}

.success-message {
  background-color: #fff;
}

.contact-us-text {
  color: #253243;
  margin-bottom: 20px;
}

.contact-us-text.info {
  margin-bottom: 15px;
  margin-left: 20px;
}

.contact-us-text.footer-text {
  color: #000;
  margin-left: 10px;
  font-size: 14px;
  text-decoration: none;
}

.contact-us-text.footer-text.social {
  margin-left: 0;
}

.heading-top {
  color: #000;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 0;
  padding-top: 40px;
}

.link-txt {
  text-decoration: none;
}

.link-txt:hover {
  text-decoration: underline;
}

.paragraph-2 {
  line-height: 1.5;
}

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

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

.treatment {
  padding: 10px;
}

.heading-h4 {
  color: #253243;
  text-align: center;
  font-size: 17px;
}

.treatment-p {
  color: #253243;
  text-align: center;
  font-size: 14px;
}

.contact-us-text__holder {
  display: flex;
}

.contact-us-text__holder.social {
  margin-bottom: 10px;
}

.image-3 {
  width: 20px;
  height: 20px;
  margin-top: -5px;
}

.p-33 {
  float: left;
  width: 33.333%;
}

.p-33.logo {
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-image {
  width: 100px;
}

.footer-split {
  clear: both;
  background-color: #908f8f;
  width: 1100px;
  height: 2px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

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

.copyright-text {
  margin-top: 10px;
  font-size: 12px;
}

.image-4 {
  width: 30px;
}

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

.contact-us__holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 33.333%;
  display: flex;
}

.contact-us__holder.fix {
  margin-top: -23px;
}

.contact-us__adress {
  width: 30px;
}

.heading-h5 {
  font-size: 17px;
}

.contact-us__info {
  float: left;
  width: 50%;
  padding-left: 30px;
}

.contact-us__info.left {
  margin-top: -65px;
}

.info-holder {
  width: 50%;
  margin-top: 40px;
  padding-left: 30px;
  padding-right: 30px;
}

.paragraph-3 {
  font-size: 17px;
}

.submit-button-2 {
  border-radius: 10px;
  margin-top: 20px;
  padding-left: 30px;
  padding-right: 30px;
}

.text-field__form {
  border: 0 solid #000;
  border-bottom: .3px solid gray;
}

.about-image__holder {
  background-image: url('../images/21.jpg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 10vw;
  height: 20vh;
  padding-bottom: 40px;
  position: relative;
}

.about-image__holder.anna {
  background-image: url('../images/11.jpg');
  position: relative;
}

.about-image__holder.helena {
  background-image: url('../images/15.jpg');
  position: relative;
}

.about-image__holder.maria {
  background-image: url('../images/23.jpg');
}

.about-image__holder.annika {
  background-image: url('../images/17.jpg');
  position: relative;
}

.about-image__holder.frida {
  background-image: url('../images/20.jpg');
}

.about-us__text {
  color: #fff;
  text-align: center;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.navigation-list {
  z-index: 100;
  background-color: #fff;
  justify-content: space-between;
  width: 100%;
  height: 70px;
  display: flex;
  position: fixed;
  top: 0;
  box-shadow: 0 2px 4px 4px rgba(0, 0, 0, .2);
}

.nav-menu {
  margin-left: 140px;
  margin-right: 140px;
}

.arrow-up {
  width: 40px;
  height: 40px;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1%;
  left: auto;
  right: 1%;
}

.arrow-up.w--current {
  display: none;
}

.body {
  background-color: #ecedee;
}

.textarea {
  background-color: #fff;
  border: 0 solid #000;
  border-bottom-width: .2px;
}

.info-card-holder {
  display: flex;
}

.info-card-icon {
  padding-right: 10px;
}

.info-card-icon.phone {
  width: 30px;
  height: 21px;
  margin-top: 10px;
}

.heading-h3-holder {
  width: 80%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-2 {
  width: 45%;
}

.p-45 {
  text-align: right;
  width: 45%;
  font-size: 40px;
}

.p-45.right {
  text-align: left;
}

.p-5 {
  width: 5%;
}

.heading-company, .heading-2 {
  font-size: 40px;
}

.paragraph-4 {
  text-align: center;
  padding-top: 5px;
  font-size: 40px;
}

@media screen and (min-width: 1440px) {
  .section.hero {
    background-position: 50% 10%;
    height: 90vh;
  }

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

  .container.hero {
    justify-content: center;
  }

  .main-heading {
    color: #fff;
    text-align: center;
    font-size: 34px;
  }

  .second-heading {
    color: #fff;
    text-align: center;
    font-size: 28px;
  }

  .heading-holder {
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
  }

  .info-card-txt {
    text-decoration: none;
  }

  .info-card-txt.mail {
    margin-bottom: 20px;
  }

  .info-card-txt.boka {
    color: #2984f3;
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .section.hero {
    background-position: 50% 10%;
    height: 90vh;
  }

  .container {
    width: 80%;
  }

  .container.hero {
    margin-top: -230px;
  }

  .main-heading {
    color: #fff;
    font-size: 51px;
    top: 250px;
    left: 180px;
  }

  .second-heading {
    color: #f8f8f8;
    font-size: 40px;
    top: 180px;
    left: 230px;
  }

  .heading-holder {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    margin-top: 500px;
    display: flex;
  }

  .heading-h3.short {
    font-size: 40px;
  }

  .about-paragraph {
    width: 85%;
  }

  .info-card-txt.boka {
    color: #000;
  }

  .treatment-p {
    font-size: 16px;
  }
}

@media screen and (max-width: 991px) {
  .section.hero {
    height: 80vh;
  }

  .section.footer {
    padding-top: 20px;
  }

  .container {
    flex-direction: row;
    width: 100%;
    max-width: 90%;
  }

  .container.info {
    max-width: 70%;
  }

  .container.about-page {
    margin-top: 0;
  }

  .container.about {
    width: 90%;
  }

  .container.about-us, .container.contact-info {
    flex-direction: column;
  }

  .main-heading {
    font-size: 34px;
  }

  .second-heading {
    text-align: left;
    font-size: 28px;
  }

  .heading-holder {
    width: 90%;
    margin-top: 180px;
  }

  .social-image {
    display: none;
  }

  .nav-link.booking {
    margin-right: 10px;
  }

  .info-card {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-card.border-m {
    border-style: solid none;
    border-top-width: .5px;
    border-top-color: #000;
    border-bottom-width: .5px;
    border-bottom-color: #000;
  }

  .heading-h3.white {
    text-align: center;
    margin-top: 0;
  }

  .heading-h3.short {
    font-size: 32px;
  }

  .about-div {
    width: 100%;
  }

  .about-img {
    width: 100%;
    display: flex;
  }

  .image-us {
    width: 25%;
    margin-left: auto;
    margin-right: auto;
  }

  .info-card-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .info-card-txt {
    font-size: 14px;
  }

  .info-card-txt.day {
    margin-top: -10px;
    margin-left: -48px;
    padding-bottom: 10px;
    font-size: 14px;
  }

  .info-card-txt.bold {
    margin-top: 0;
    font-size: 14px;
  }

  .submit-button {
    background-color: #ecedee;
    width: auto;
  }

  .contact {
    flex-direction: column;
    width: 90%;
    padding-top: 0;
    padding-right: 0;
    display: flex;
  }

  .contact.form {
    padding-left: 0;
  }

  .contact-us-text {
    color: #000;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .contact-us-text.info {
    color: #000;
  }

  .p-33 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-top: 30px;
    display: flex;
  }

  .p-33.logo {
    width: 100%;
    margin-bottom: 30px;
  }

  .p-33.bottom {
    padding-bottom: 20px;
  }

  .footer-split {
    width: 90%;
  }

  .heading-h2 {
    margin-top: 0;
    font-size: 28px;
  }

  .contact-us__holder {
    height: 150px;
    font-size: 14px;
  }

  .contact-us__adress.phone-mail {
    margin-top: -30px;
  }

  .contact-us__info {
    text-align: left;
    padding-left: 30px;
    font-size: 14px;
  }

  .paragraph-3, .submit-button-2, .text-field__form {
    font-size: 14px;
  }

  .about-image__holder.anna, .about-image__holder.helena, .about-image__holder.maria, .about-image__holder.annika, .about-image__holder.frida, .about-image__holder.lena {
    width: 15vw;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .icon {
    color: #000;
    background-color: #fff;
  }

  .brand {
    margin-left: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: var(--white);
  }

  .heading-company, .heading-2 {
    font-size: 24px;
  }

  .paragraph-4 {
    padding-top: 5px;
  }
}

@media screen and (max-width: 767px) {
  .section {
    padding-top: 0;
  }

  .section.hero {
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    height: 70vh;
  }

  .section.top {
    margin-top: 80px;
  }

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

  .container {
    flex-direction: column;
  }

  .container.info {
    max-width: 70%;
  }

  .container.contact-uss, .container.us-info {
    flex-direction: column;
  }

  .container.about {
    justify-content: space-between;
    width: 100%;
    max-width: 100%;
    height: 230px;
  }

  .container.about.nurse {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container.nav {
    flex-direction: row;
  }

  .main-heading {
    font-size: 30px;
  }

  .second-heading {
    font-size: 24px;
  }

  .heading-holder {
    margin-top: 100px;
  }

  .info-card {
    width: 90%;
  }

  .info-card.contact-us-info {
    width: 100%;
    padding-right: 0;
  }

  .heading-h3 {
    margin-top: 0;
  }

  .heading-h3.short {
    font-size: 24px;
  }

  .about-paragraph {
    padding-right: 0;
  }

  .image-us {
    width: 35%;
  }

  .info-card-txt {
    font-size: 14px;
  }

  .info-card-txt.day {
    margin-left: 0;
  }

  .submit-button {
    width: 492px;
  }

  .contact {
    width: 100%;
    padding-top: 10px;
    padding-right: 20px;
  }

  .contact-us-text {
    text-align: left;
    margin-top: 0;
    font-size: 12px;
    line-height: 1.7;
  }

  .paragraph-2 {
    font-size: 14px;
  }

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

  .treatment {
    font-size: 14px;
  }

  .heading-h2 {
    margin-top: 20px;
  }

  .contact-us__holder {
    flex-direction: column;
  }

  .contact-us__info {
    flex-direction: column;
    width: 80%;
    display: flex;
  }

  .contact-us__info.left {
    flex-direction: column;
    width: 80%;
    margin-top: 0;
  }

  .info-holder {
    width: 80%;
  }

  .about-image__holder {
    width: 150px;
    height: 200px;
  }

  .about-image__holder.anna, .about-image__holder.helena, .about-image__holder.maria, .about-image__holder.annika, .about-image__holder.frida, .about-image__holder.lena {
    width: 20vw;
    height: 20vh;
  }

  .heading-h3-holder {
    flex-flow: column;
    margin-top: -60px;
  }

  .p-45 {
    width: 100%;
  }

  .p-45.right {
    text-align: center;
    margin-top: -22px;
    padding-top: 0;
  }

  .heading-company {
    text-align: center;
  }

  .paragraph-4 {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .section.hero {
    height: 60vh;
  }

  .section.image-gallery {
    padding-left: 10px;
    padding-right: 10px;
  }

  .gallery-grid {
    width: 100%;
  }

  .container.info {
    max-width: 100%;
  }

  .container.hero {
    margin-top: 0;
  }

  .container.treatment {
    max-width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .container.about, .container.about.nurse {
    margin-bottom: 0;
  }

  .container.nav {
    flex-direction: row;
  }

  .main-heading {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 16px;
  }

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

  .heading-holder {
    margin-top: 30px;
  }

  .info-card {
    width: 100%;
    height: 200px;
    padding-left: 20px;
    font-size: 14px;
  }

  .info-card.border-m {
    height: 200px;
  }

  .info-card.find {
    height: 240px;
  }

  .heading-h3 {
    margin-top: -20px;
  }

  .heading-h3.white {
    font-size: 19px;
  }

  .heading-h3.short {
    margin-top: -100px;
    font-size: 22px;
  }

  .heading-h3.space {
    margin-top: 0;
    padding-top: 20px;
    font-size: 19px;
  }

  .about-img {
    justify-content: center;
    align-items: center;
  }

  .about-paragraph {
    padding-left: 0;
    font-size: 14px;
  }

  .image-us {
    width: 50%;
    height: 60%;
  }

  .info-card-txt.mail {
    padding-bottom: 10px;
  }

  .submit-button {
    background-color: rgba(236, 237, 238, .64);
    border-width: .03px;
    width: 100%;
  }

  .contact {
    padding-left: 0;
    padding-right: 0;
  }

  .contact.form, .contact-us-text {
    padding-left: 5px;
    padding-right: 5px;
  }

  .contact-us-text.info {
    text-align: left;
  }

  .contact-us-text.footer-text {
    text-align: left;
    font-size: 12px;
  }

  .paragraph {
    font-size: 14px;
  }

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

  .treatment-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto auto auto;
  }

  .heading-h4 {
    font-size: 15px;
  }

  .treatment-p {
    font-size: 12px;
  }

  .contact-us-text__desc {
    padding-right: 10px;
  }

  .image-3 {
    margin-left: 10px;
    padding-left: 0;
  }

  .p-33.footern {
    justify-content: center;
    align-items: flex-start;
    padding-top: 40px;
    padding-left: 10px;
  }

  .copyright-text {
    font-size: 12px;
  }

  .heading-h2 {
    margin-top: 40px;
  }

  .contact-us__holder {
    width: 100%;
  }

  .contact-us__info {
    margin-top: 20px;
    padding-left: 0;
  }

  .info-holder {
    width: 90%;
  }

  .about-image__holder {
    height: 170px;
  }

  .about-image__holder.anna, .about-image__holder.helena {
    width: 25vw;
    height: 15vh;
  }

  .about-image__holder.maria {
    background-position: 50%;
    width: 25vw;
    height: 15vh;
  }

  .about-image__holder.annika {
    width: 25vw;
    height: 15vh;
  }

  .about-image__holder.frida {
    background-image: url('../images/20.jpg');
    background-position: 0 0;
    background-size: cover;
    width: 25vw;
    height: 15vh;
  }

  .about-image__holder.lena {
    width: 25vw;
    height: 15vh;
  }

  .heading-h3-holder {
    margin-top: -80px;
  }

  .heading-company, .heading-2 {
    font-size: 21px;
  }
}

#w-node-_2dbbbc7f-7dff-166e-07ec-4ddd0b2ade19-74315d80, #w-node-_6a696595-2acb-5780-643a-8581cbd3118e-74315d80, #w-node-_55efd969-03c3-d4e3-c1b4-2dfa45453bea-74315d80, #w-node-_9a1dbc91-053a-d469-795f-291daa4b7c3c-74315d80, #w-node-_44b35942-8289-2891-6f39-2262b8cb2424-74315d80, #w-node-_2feb3b52-3db9-03a9-ffb9-947c7276c9d8-74315d80, #w-node-_3bbef1fe-667d-0c3a-69e1-6b2cd1995c50-74315d80, #w-node-_73c798f3-e814-233d-9680-06d165da28dc-74315d80, #w-node-bdb2b3b9-d685-6a8e-1fc9-77cb745281e0-74315d80, #w-node-_9cfb5962-90d9-2809-5e52-3bbf63c1882d-74315d80, #w-node-_7124ebef-fa1f-9235-2817-bc7d3d43d086-74315d80, #w-node-b04a5a67-4198-028a-c4f3-f912d4eed092-74315d80, #w-node-b72c5df7-a05d-bb5c-5563-0a76b67b8cb1-74315d80, #w-node-c7be1118-8f0b-1c9b-8f4c-418ee7cdf012-74315d80, #w-node-_77d851e5-ae65-7980-e2a2-ad7731dfb1b9-74315d80, #w-node-_1146971b-957e-db20-d771-21afa5c64c4d-74315d80, #w-node-bb10abfb-fc7a-1ee0-bfc0-da27fefa7a42-74315d80, #w-node-aa4f3e14-094a-0609-cfd9-395f01a3c40f-74315d80, #w-node-_8cacacd8-9188-5d4e-dbdc-3fdebda8634f-74315d80, #w-node-c1f69822-fc7c-1cf4-49d0-46aad5318355-c9e266dc, #w-node-_7fd324af-175d-76a6-7177-b48c554c811e-c9e266dc, #w-node-d017eaf8-3f93-0112-94af-f0d52af112d7-c9e266dc, #w-node-_964d133e-0db4-41d2-85bf-beae3ca93f2c-c9e266dc, #w-node-_0cbb3840-6c60-dfae-006b-f421330ea76c-c9e266dc, #w-node-_7069b097-488d-99eb-0aa9-8e11df7b8019-c9e266dc, #w-node-_9bdc48ab-e1ab-88b7-69f6-c7f5ad8a6813-c9e266dc, #w-node-_2c901039-474c-172e-27de-91cef500ed89-c9e266dc, #w-node-_5c102299-d57f-c489-cc75-25bdc396426d-c9e266dc, #w-node-_0587b64c-47ec-5058-5ca6-8206c3cea384-c9e266dc, #w-node-_82197eb5-a235-1a45-7c10-d91fd4de46c7-c9e266dc, #w-node-_2f0f43ee-f798-3035-204b-95bc5179eae8-c9e266dc, #w-node-_0fb58214-31dd-1921-b760-81b37d549194-c9e266dc, #w-node-a84033fc-10e3-4235-4a38-5467f707b56a-c9e266dc, #w-node-_55cbe058-f413-ab03-a688-6e707643f498-c9e266dc, #w-node-b5d4467e-7dfb-5524-947d-96ca3adbe806-c9e266dc, #w-node-_49293bbc-cbb7-9eee-0145-2ff1c80f5417-c9e266dc, #w-node-_0b6a40f5-7666-65aa-628f-08bd8ff319ca-c9e266dc, #w-node-_058ca209-d682-d624-e932-27f119136df1-c9e266dc {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_6a696595-2acb-5780-643a-8581cbd3118e-74315d80 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


