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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.body {
  clear: none;
  color: #333;
  object-fit: scale-down;
  border: 1px solid #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: block;
}

.navbar {
  float: none;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: fill;
  background-color: #0000;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  flex-flow: row;
  flex: none;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 4px 6px -1px #0000001a;
}

.nav-menu {
  clear: none;
  aspect-ratio: auto;
  color: #0f0073;
  object-fit: fill;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
  font-family: Barlow Semi Condensed, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 36px;
  display: flex;
  position: static;
}

.nav-link {
  color: #0f0073;
  font-size: 24px;
  text-decoration: none;
  position: static;
}

.headingsection {
  float: none;
  -webkit-text-fill-color: inherit;
  object-fit: fill;
  background-image: url('../images/header_back_image.jpg');
  background-position: 50%;
  background-size: auto;
  background-clip: border-box;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  height: 492px;
  display: flex;
  position: relative;
}

.headingdialokim {
  color: #fff;
  object-fit: fill;
  align-self: flex-end;
  height: 90px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 160px;
  font-weight: 900;
  line-height: 60px;
  position: static;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.image-3 {
  background-color: #0f0073;
  border-radius: 10px;
  padding: 4px 10px;
  position: relative;
}

.paragraph {
  color: #333;
  text-align: left;
  width: 100%;
  font-family: Barlow, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  position: static;
}

.paragraph.paragraph-link {
  text-align: center;
  width: 360px;
  height: 42px;
  text-decoration: none;
}

.paragraph.titleparagraph {
  text-align: center;
  font-size: 18px;
  line-height: 28px;
}

.paragraph.titleparagraph.contactstitleparagraph {
  text-align: justify;
  width: 100%;
  font-size: 18px;
  line-height: 26px;
}

.paragraph.contactphone {
  clear: none;
  color: #4b5563;
  text-align: left;
  white-space: break-spaces;
  word-break: break-all;
  overflow-wrap: break-word;
  align-self: auto;
  width: 30%;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.regalia {
  text-align: left;
  flex: 0 auto;
  align-self: stretch;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.paragraph.addresscountry {
  color: #4b5563;
  font-size: 16px;
  font-weight: 400;
}

.paragraph.address {
  color: #4b5563;
  text-align: left;
  align-self: stretch;
  margin-bottom: 0;
  font-family: Barlow, sans-serif;
  font-size: 16px;
}

.paragraph.contactphonenumber {
  font-size: 16px;
}

.heading-5 {
  color: #111837;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 28px;
  display: block;
  position: static;
}

.partners {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  max-width: 1200px;
  margin: 64px auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: static;
}

.heading-4 {
  color: #111827;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  position: static;
}

.brand {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: auto;
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  flex: none;
  justify-content: space-between;
  display: flex;
  position: static;
}

.div-block {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.card {
  grid-column-gap: 33px;
  grid-row-gap: 16px;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border: 0 #000;
  border-radius: 10px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: .33fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  place-items: center start;
  padding: 32px 60px;
  display: grid;
  position: static;
  box-shadow: 1px 2px 5px 1px #0003;
}

.cards {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: static;
}

.card-brand {
  object-fit: fill;
  height: 98px;
  padding-bottom: 20px;
  padding-left: 10px;
}

.card-brand.fbk {
  object-fit: scale-down;
  padding: 0 0 40px 40px;
}

.card-brand.agitum {
  object-fit: scale-down;
  height: 60px;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-brand.ees {
  object-fit: scale-down;
  height: 160px;
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
}

.sectionmargin {
  margin: 32px 96px;
  position: relative;
}

.benefits {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  grid-template: "."
                 "Area"
                 "."
                 / minmax(360px, 1fr) 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  place-items: stretch stretch;
  min-width: 0;
  margin-top: 16px;
  margin-bottom: 60px;
  display: grid;
  position: static;
}

.benefit {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 8px;
  flex-flow: row;
  place-content: flex-start center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  min-height: 0;
  padding: 20px 32px 20px 24px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 5px 1px #0003;
}

.benefiticon {
  background-color: #63f1c6;
  padding: 10px;
  position: relative;
  overflow: visible;
}

.benefiticon.icon {
  background-color: #fff0;
  border-radius: 12px;
  align-self: center;
  max-width: 30%;
  padding: 0;
  position: static;
}

.contacts {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-width: 0;
  margin-top: 16px;
  display: grid;
}

.contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  position: static;
  box-shadow: 1px 2px 5px 1px #0003;
}

.contactinfo {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  flex: 1;
  place-content: flex-start space-between;
  align-self: auto;
  align-items: flex-start;
  display: flex;
  position: static;
}

.contactname {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  position: static;
}

.contactimage {
  width: auto;
  min-width: auto;
  max-width: none;
  height: auto;
  min-height: auto;
  max-height: none;
  position: relative;
}

.contactimage.image {
  object-fit: fill;
  border-radius: 8px;
  flex: none;
  align-self: auto;
  width: 192px;
  min-width: 192px;
  max-width: 192px;
  height: 230px;
  min-height: 230px;
  max-height: 230px;
  margin-top: 6px;
  position: static;
}

.contact-button {
  color: #fff;
  background-color: #0597ff;
  border-radius: 6px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  position: static;
}

.footer {
  background-color: #f3f4f6;
  justify-content: space-between;
  align-items: center;
  height: 76px;
  margin: 32px 96px 64px;
  padding: 16px 24px;
  display: flex;
  position: static;
}

.footerdialokim {
  color: #111827;
  align-self: auto;
  font-family: Barlow, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  position: static;
}

.sabogmbh {
  color: #4b5563;
  font-family: Barlow, sans-serif;
  font-weight: 300;
  position: static;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  align-self: auto;
  align-items: center;
  display: flex;
}

.socialmedia {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.footer-button {
  background-color: #0000;
  background-image: url('../images/icon-linkedin.svg');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 20px;
  height: 20px;
  padding: 0;
  position: static;
}

.phonenumber {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: row;
  width: 100%;
  margin-top: 0;
  padding-top: 10px;
  display: flex;
  position: static;
}

.navbarhelper {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-image: none;
  background-size: auto;
  background-clip: border-box;
  border-bottom-right-radius: 20px;
  border-bottom-left-radius: 20px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: static;
}

.dialogscontainer {
  display: flex;
  position: static;
  right: auto;
}

.headingcontent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  width: 1200px;
  min-width: 578px;
  max-width: 1200px;
  height: 364px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0%;
}

.dialog-1 {
  z-index: 1;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-image: url('../images/dialog-1.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 358px;
  height: 197px;
  margin-right: 0;
  padding-bottom: 15px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Inter, sans-serif;
  display: flex;
  position: absolute;
  top: 40px;
  left: auto;
  right: 200px;
}

.dialog-2 {
  z-index: 10;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: url('../images/dialog-2.png');
  background-position: 0 0;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 190px;
  height: 174px;
  padding-bottom: 16px;
  display: flex;
  position: absolute;
  top: 8px;
  right: 30px;
}

.dialog-1-title {
  float: none;
  clear: none;
  color: #00bdff;
  font-size: 18px;
  font-weight: 800;
  line-height: 26px;
}

.dialog-1-text {
  color: #404040;
  align-self: auto;
  font-family: Barlow, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
}

.dialog-2-title {
  color: #404040;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 24px;
}

.navbarbg-1 {
  width: 27px;
  height: 96px;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.navbarbg-3 {
  width: 27px;
  height: 96px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.lang-button {
  color: #fff;
  background-color: #0f0073;
  border-radius: 4px;
  margin-left: 20px;
  margin-right: 10px;
  padding: 8px 16px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
}

.lang-button.w--current {
  color: #fff;
  background-color: #0f0073;
  margin-left: 20px;
  margin-right: 10px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

.partnar-button {
  float: right;
  background-color: #0597ff;
  border-radius: 8px;
  margin-top: 20px;
  font-family: Barlow, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.text-image {
  border-radius: 16px;
  width: 300px;
  height: 300px;
  margin-top: 0;
  margin-left: 0;
}

.text-image.shift-up {
  border-radius: 16px;
  margin-top: 0;
}

.text-image.wide {
  width: 38%;
  height: auto;
}

.text-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  display: flex;
}

.newsflash_link {
  clear: right;
  color: #000;
  object-fit: contain;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
  top: auto;
  transform: translate(10px);
}

.newsflash_link:hover {
  text-decoration: underline;
  transform: translate(0);
}

.newsflash_new-3 {
  z-index: 400;
  box-sizing: border-box;
  object-fit: contain;
  align-items: center;
  height: 100px;
  margin-top: 0;
  margin-bottom: 26%;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: visible;
}

.image-46 {
  box-sizing: content-box;
  text-align: right;
  vertical-align: bottom;
  align-self: auto;
  margin-top: 0;
}

.section {
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: justify;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-width: 0;
  max-width: 1200px;
  margin: 64px auto 0;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
  position: static;
}

.div-bottom-margin-40 {
  margin-bottom: 40px;
}

.caption {
  text-align: left;
  width: 100%;
  font-size: 16px;
  text-decoration: none;
}

.bold-text-20 {
  font-size: 20px;
}

.main-title {
  color: #fff;
  object-fit: fill;
  align-self: flex-end;
  height: 90px;
  margin-top: 0;
  margin-bottom: 4px;
  margin-right: 0;
  font-family: Barlow, sans-serif;
  font-size: 160px;
  font-weight: 700;
  line-height: 60px;
  position: static;
  bottom: 0;
  right: 0;
  overflow: visible;
}

.sectionheading {
  color: #111827;
  margin-top: 20px;
  margin-bottom: 40px;
  font-family: Barlow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  position: static;
}

.sectionheading.contactstitle {
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  font-family: Barlow, sans-serif;
}

@media screen and (max-width: 991px) {
  .cards {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .card-brand.fbk {
    padding-left: 10px;
  }

  .benefits {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

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

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .text-image {
    margin-top: 10px;
  }

  .text-image.shift-up {
    margin-top: -16px;
  }

  .text-block {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .icon-2 {
    background-color: #fff;
    border: 1px #0f0073;
  }

  .menu-button {
    color: #0f0073;
    background-color: #fff;
    background-image: linear-gradient(#fff, #fff);
    border: 1px #000;
  }

  .newsflash_link {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .headingsection {
    aspect-ratio: auto;
  }

  .headingdialokim {
    height: 73px;
    font-size: 108px;
  }

  .paragraph {
    flex: 0 auto;
    order: 0;
    display: inline-flex;
    overflow: visible;
  }

  .heading-5 {
    font-size: 28px;
  }

  .heading-4 {
    margin-bottom: 20px;
  }

  .card {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .cards {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 20px;
  }

  .card-brand {
    height: 80px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card-brand.fbk {
    height: 60px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card-brand.agitum {
    height: 55px;
  }

  .card-brand.ees {
    height: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .benefits {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .benefit {
    width: auto;
  }

  .contacts {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .footer {
    margin-left: 20px;
    margin-right: 20px;
  }

  .headingcontent {
    min-width: 480px;
  }

  .dialog-1 {
    right: 158px;
  }

  .dialog-2 {
    right: 1px;
  }

  .text-image {
    text-align: left;
    object-fit: fill;
    order: -1;
    align-self: flex-end;
    width: 300px;
    height: 300px;
    margin: 20px auto 40px;
    padding-left: 0;
  }

  .text-image.shift-up {
    margin-top: 0;
  }

  .text-image.wide {
    width: 100%;
  }

  .text-block {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    margin-top: 40px;
  }

  .newsflash_link {
    height: 90px;
    position: static;
    top: 20px;
  }

  .section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
  }

  .main-title {
    height: 73px;
    font-size: 108px;
  }

  .sectionheading, .sectionheading.contactstitle {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 479px) {
  .headingdialokim {
    height: 62px;
    font-size: 80px;
  }

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

  .card {
    flex-flow: column;
    grid-template-columns: 1fr;
    align-self: auto;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .cards {
    margin-top: 20px;
  }

  .card-brand {
    width: auto;
    height: 70px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card-brand.fbk {
    height: 50px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .card-brand.agitum {
    height: 53px;
  }

  .card-brand.ees {
    height: 100px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

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

  .benefit {
    flex-flow: column;
    padding-top: 0;
  }

  .benefiticon.icon {
    max-width: 50%;
  }

  .contact {
    flex-flow: column;
  }

  .contact-button {
    margin-top: 10px;
  }

  .headingcontent {
    min-width: 320px;
  }

  .dialog-1 {
    width: 358px;
    top: -37px;
    right: 17px;
  }

  .dialog-2 {
    top: 116px;
    right: -10px;
  }

  .dialog-1-title {
    font-size: 16px;
  }

  .text-image {
    aspect-ratio: 1;
    object-fit: fill;
    flex: auto;
    order: -1;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    width: 100%;
    min-width: 0;
    max-width: 300px;
    height: auto;
    min-height: 0;
    max-height: 300px;
    margin: 0 0 40px;
    display: inline-flex;
  }

  .text-block {
    flex-flow: column;
  }

  .newsflash_new-3 {
    margin-top: 0;
    margin-bottom: 50%;
    inset: auto 0% 0% auto;
  }

  .main-title {
    height: 62px;
    font-size: 80px;
  }
}

#w-node-f3b1f628-aa5d-3f99-6932-c832dc29f1ed-a6a3f219, #w-node-f3b1f628-aa5d-3f99-6932-c832dc29f1f7-a6a3f219 {
  justify-self: auto;
}

#w-node-_054b56d4-e0b3-12c5-0539-ec8b1c71e29d-a6a3f219, #w-node-f779c922-eff3-e1ba-38d4-19ce4c60d280-a6a3f219 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43181dd0-6e31-f2f1-57c7-5217125e5ae4-a6a3f219, #w-node-_9cc04e4e-ffd4-37fb-d263-bf91ec3376c1-a6a3f219, #w-node-_2733d16c-7be9-a9b8-0aa6-b9d8b59d0f8d-a6a3f219, #w-node-c8fff7e0-38f7-7161-2fda-8952c3409dd4-a6a3f219 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_2a6ef1a1-e802-ad82-f7fc-e721699efe2b-a6a3f21b, #w-node-_5000eff2-832f-b408-7404-4f25ca54489c-a6a3f21b, #w-node-_6087ed3d-7cd8-2dad-78d5-3c7952650eb1-a6a3f21b, #w-node-f7b01cf8-a93c-c3e7-b2cd-c9cbf42b45f6-a6a3f21b, #w-node-_4a2c504b-bfeb-ef5b-6b12-a39c61eb02c1-a6a3f21b, #w-node-f2490edc-e389-0988-8dfa-f874cf4c3c7d-a6a3f21b {
  justify-self: auto;
}

#w-node-_3ed13596-e9c5-75e7-9893-1646c3c68759-a6a3f21b, #w-node-_3ed13596-e9c5-75e7-9893-1646c3c6877f-a6a3f21b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3cc43845-99c8-0888-f673-4c68e0c33ba2-a6a3f21b, #w-node-_3cc43845-99c8-0888-f673-4c68e0c33bba-a6a3f21b, #w-node-_3cc43845-99c8-0888-f673-4c68e0c33bcc-a6a3f21b, #w-node-_3cc43845-99c8-0888-f673-4c68e0c33bde-a6a3f21b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

@media screen and (max-width: 767px) {
  #w-node-f3b1f628-aa5d-3f99-6932-c832dc29f1ed-a6a3f219, #w-node-_2a6ef1a1-e802-ad82-f7fc-e721699efe2b-a6a3f21b, #w-node-_5000eff2-832f-b408-7404-4f25ca54489c-a6a3f21b, #w-node-_6087ed3d-7cd8-2dad-78d5-3c7952650eb1-a6a3f21b, #w-node-f7b01cf8-a93c-c3e7-b2cd-c9cbf42b45f6-a6a3f21b, #w-node-_4a2c504b-bfeb-ef5b-6b12-a39c61eb02c1-a6a3f21b, #w-node-f2490edc-e389-0988-8dfa-f874cf4c3c7d-a6a3f21b {
    justify-self: auto;
  }
}


