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

.body {
  font-family: Montserrat, sans-serif;
}

.image {
  max-width: 40%;
}

.brand {
  padding-top: 10px;
}

.brand.w--current {
  padding-top: 0px;
}



.button {
  margin-top: 10px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  background-color: #eb7217;
}

.transform-y-center {
  transform: translatey(-50%);
}

.container {
  max-width: 90vw;
  margin-right: auto;
  margin-left: auto;
}

.nav-link {
  display: inline-block;
  margin-top: 0px;
  font-size: 1.1vw;
}

.nav-link.sign-in {
  border-radius: 3px;
  background-color: #e98234;
  color: #fff;
  font-weight: 600;
}

.nav-menu {
  display: inline-block;
  padding-top: 0px;
}

.image-2 {
  display: inline-block;
  max-width: 60%;
}

.heading {
  font-size: 3vw;
  line-height: 4vw;
}

.column {
  padding: 15vh 60px 20vh;
}

.paragraph {
  margin-bottom: 60px;
  color: #434343;
  font-size: 1.2vw;
  line-height: 1.8vw;
}


.button-3 {
  border-style: solid;
  border-width: 1px;
  border-color: #eb7217;
  border-radius: 3px;
  background-color: #e98134;
  color: #fff;
  font-size: 1vw;
}



.button-2 {
  margin-top: auto;
  padding: 8px 2vw;
  border-style: solid;
  border-width: 1px;
  border-color: #eb7217;
  border-radius: 3px;
  background-color: #e98134;
  box-shadow: none;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #fff;
  font-size: 1vw;
  font-weight: 600;
}

.button-2:hover {
  background-color: #eb7217;
  color: #fff;
}

.lottie-animation {
  display: block;
  max-width: 90%;
}

.lottie-animation.mobile {
  display: none;
}

.section {
  background-color: #eb7217;
}

.grid {
  margin: 90px 20px;
  justify-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid.usecases {
  margin-top: auto;
}

.div-block {
  display: block;
  padding: 60px 40px 60px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2 {
  margin-top: 20px;
  color: #fff;
  font-size: 1.4vw;
  text-align: center;
}

.heading-2.usecaes {
  color: #232323;
  font-size: 1.4vw;
  font-weight: 500;
}

.paragraph-2 {
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 0.9vw;
  line-height: 1.2vw;
  text-align: center;
}

.paragraph-2.usecases {
  display: none;
  color: #151515;
  font-size: 1vw;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-3 {
  max-width: 20%;
}

.section-2 {
  // background-color: #000;
  background-color: transparent;
  background-image: url('../assets/webflow-images/MacBook-Pro---2.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-3 {
  margin-top: 100px;
  color: #fff;
  font-size: 2.5vw;
  text-align: center;
}

.heading-3.usecase {
  color: #000;
}

.heading-3._2nd {
  margin-top: 40px;
}

.text-block {
  color: hsla(0, 0%, 100%, 0.9);
  line-height: 1.8vw;
  font-weight: 600;
}

.column-2 {
  margin-top: auto;
  padding-top: 130px;
  padding-bottom: 130px;
  padding-left: 60px;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 500;
}

.link-block {
  margin-top: 35px;
  color: hsla(0, 0%, 100%, 0.9);
  font-weight: 400;
  text-decoration: none;
}

.column-3 {
  margin-top: 80px;
}

.image-4 {
  max-width: 80%;
  border-radius: 6px;
  box-shadow: 2px 2px 6px 0 hsla(0, 0%, 100%, 0.49);
}

.column-4 {
  margin-top: 80px;
  margin-bottom: 80px;
  padding-left: 80px;
  text-align: right;
}

.section-3 {
  background-color: #000;
  color: #000;
}

.heading-4 {
  margin-top: 60px;
  color: #fff;
  font-size: 2.5vw;
  text-align: center;
}

.text-block-2 {
  margin-top: 10px;
  color: #fff;
  font-size: 1.2vw;
  text-align: center;
}

.columns {
  display: none;
  margin-bottom: 60px;
}

.link-block-2 {
  display: block;
  margin-top: 20px;
  color: #fff;
  font-size: 1.5vw;
  font-weight: 600;
  text-decoration: none;
}

.column-5 {
  padding-top: 40px;
}

.link-block-3 {
  display: block;
  margin-top: 10px;
  color: hsla(0, 0%, 100%, 0.8);
  text-decoration: none;
}

.text-block-3 {
  font-size: 1.2vw;
}

.link {
  color: #fff;
  text-decoration: underline;
}

.link-2 {
  color: #fff;
}

.text-block-4 {
  display: none;
}

.image-5 {
  max-width: 40%;
}

.brand-2 {
  margin-top: 20px;
}

.text-block-5 {
  color: #fff;
}

.icon {
  color: #fff;
}

.dropdown-toggle {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 1vw;
  font-weight: 500;
}

.dropdown-toggle.w--open:hover {
  color: #eb7217;
}

.partner-ship:hover {
  background-color: #eb7217;

}

.dropdown-link {
  background-color: #fff;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  font-weight: 500;
  text-align: left;
}

.dropdown-link:hover {
  color: #eb7217;
}

.dropdown-link.w--current {
  padding-top: 10px;
  padding-bottom: 10px;
  color: #343434;
  font-weight: 500;
}

.dropdown-list {
  box-shadow: 1px 1px 3px 0 #000;
}

.dropdown-list.w--open {
  box-shadow: 2px 2px 0 0 #eb7217;
}

.text-field {
  display: none;
  max-width: 200px;
  margin-top: auto;
  margin-bottom: 0px;
  padding: 12px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #eb7217;
  border-radius: 3px 0px 0px 3px;
  box-shadow: none;
  font-size: 1vw;
  line-height: 24px;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.form-block {
  margin-top: 20px;
}

.link-block-4 {
  display: none;
  max-width: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 1px;
  border-color: #eb7217;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  text-decoration: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block-4:hover {
  box-shadow: 2px 2px 0 -20px #eb7217;
}

.image-6 {
  display: block;
  width: auto;
  height: auto;
  max-width: 5%;
  margin-left: 5px;
  border-radius: 3px;
  text-align: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.section-4 {
  padding-top: 80px;
}

.text-block-6 {
  color: #e98134;
  font-weight: 900;
}


.section-9{
  // background: #e98134;
  height: 600px;
  background-image: url('../assets/webflow-images/Frame-67.png');
}

.section-8{
  // height: 300px;
  background-image: url('../assets/webflow-images/wave.svg');
}

.curve_2 {
  margin-top: 20px;
  margin-bottom: -1px;
  height: 100px;
  background-image: url('../assets/webflow-images/Vector-184.svg');
  background-size: cover;
}

.curve.up.map {
  background-image: url('../assets/webflow-images/Vector-185.svg');
  height: 300px;
  background-size: cover;
  margin-top: -1px;
}

.curve.up {
  height: 100px;
  background-image: url('../assets/webflow-images/Vector-104-4.svg');
}

.div-block-3 {
  height: 2px;
  background-color: #e98134;
}

.divider {
  height: 2px;
  max-width: 100vw;
  margin-top: 20px;
  background-color: #eb7217;
}

.text-block-7 {
  color: #eb7217;
  font-size: 1vw;
}

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

.grid-2 {
  margin-top: 40px;
  margin-bottom: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.heading-5 {
  color: #fff;
}


.text-field-2 {
  display: inline-block;
  // width: 30%;
  // margin-right: 20px;
  margin-bottom: auto;
  // border: 1px none #000;
  border-radius: 5px;
  background-color: #ececec;
}
.text-field-2::placeholder {
  color: #b9b8b8;
}

.image-7 {
  width: 30px;
  height: 40px;
  max-width: 50%;
  -o-object-fit: fill;
  object-fit: fill;
}

.link-block-5 {
  text-align: center;
}

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

.grid-3.last {
  margin-bottom: 120px;
}

.grid-3.smart {
  margin-top: 20px;
  margin-bottom: 10px;
}

.section-6 {
  background-color: #e98134;
  background-image: url('../assets/MacBook-Pro---2.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.heading-6 {
  color: #fff;
  text-align: center;
}

.text-block-8 {
  max-width: 60vw;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  text-align: center;
}

.image-8 {
  width: 18vw;
  height: 10vh;
  max-width: 90%;
  border-radius: 3px;
  -o-object-fit: cover;
  object-fit: cover;
}

.link-block-6 {
  text-align: center;
}

.div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 20px;
  max-width: 100vw;
  margin-bottom: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  color: transparent;
  text-align: center;
}

.div-block-4.last {
  margin-bottom: 60px;
}

.div-block-5 {
  position: static;
  width: 10vw;
  height: 2px;
  max-width: 30vw;
  background-color: #fff;
  background-clip: border-box;
}

.lottie-animation-2 {
  border-radius: 20px;
}

.div-block-6 {
  max-width: 80%;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 2px 2px 11px 0 rgba(255, 255, 255, 0.71);
  text-align: right;
}

.div-block-7 {
  max-width: 40%;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 0 hsla(0, 0%, 100%, 0.47);
}

.div-block-8 {
  max-width: 80%;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 3px 3px 6px 0 hsla(0, 0%, 100%, 0.32);
  text-align: left;
}

.div-block-9 {
  position: absolute;
  width: 100vw;
  height: auto;
  background-image: url('../assets/MacBook-Pro---2.svg');
  background-position: 0px 0px;
  background-size: 2000px 2000px;
}

.text-block-9 {
  color: #b6b6b6;
  text-align: center;
}

.link-3 {
  color: #bcbcbc;
}

@media screen and (min-width: 1440px) {
  .button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
    border-width: 1px;
  }

  .heading-2.usecaes {
    color: #000;
  }

  .image-3 {
    max-width: 20%;
  }

  .heading-3.icons {
    margin-top: 100px;
  }

  .text-field {
    max-width: 20vw;
    padding-top: 22px;
    padding-bottom: 22px;
    border-width: 1px;
    box-shadow: none;
    font-size: 1.1vw;
  }

  .columns-2 {
    margin-bottom: 60px;
  }

  .grid-2 {
    margin: 60px 100px 100px;
  }

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

  .section-6 {
    padding-bottom: 100px;
    background-color: #e98134;
  }

  .text-block-8 {
    font-size: 18px;
  }

  .image-8 {
    max-width: 80%;
    border-radius: 6px;
  }

  .div-block-4 {
    margin-bottom: 80px;
    padding-top: 100px;
  }
}

@media screen and (min-width: 1920px) {
  .image {
    max-width: 60%;
  }

  .brand {
    padding-top: 0px;
  }

  .button {
    margin-top: auto;
    padding: 20px 60px;
    font-size: 1.2vw;
  }

  .container {
    max-width: 90vw;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link {
    margin-right: 8px;
    font-size: 1vw;
  }

  .nav-menu {
    font-size: 1.2vw;
  }

  .heading {
    margin-top: 60px;
  }

  .column {
    padding-top: 15vh;
    padding-right: 60px;
    padding-left: 80px;
  }

  .paragraph {
    margin-top: 30px;
  }

  .button-2 {
    padding: 25px 30px;
    font-size: 1.3vw;
  }

  .lottie-animation {
    max-width: 85%;
  }

  .section {
    background-color: #eb7217;
  }

  .grid {
    margin-top: 90px;
    margin-bottom: 90px;
  }

  .div-block {
    padding-right: 60px;
    padding-left: 60px;
  }

  .heading-2 {
    margin-top: 41px;
    font-size: 1.5vw;
  }

  .paragraph-2 {
    margin-top: 15px;
    font-size: 0.9vw;
  }

  .image-3 {
    max-width: 30%;
  }



  .heading-3 {
    margin-top: 100px;
    color: #fff;
    font-size: 2.5vw;
    text-align: center;
  }

  .text-block {
    color: #fff;
    font-size: 1.5vw;
    line-height: 1.6vw;
  }

  .column-2 {
    padding-top: 130px;
  }

  .column-3 {
    padding-top: 220px;
    padding-bottom: 220px;
  }

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

  .column-4 {
    margin-top: 80px;
    margin-bottom: 80px;
    padding-bottom: 0px;
    text-align: right;
  }

  .dropdown-toggle {
    padding: 20px 60px 20px 40px;
  }

  .dropdown-link {
    padding-top: 20px;
    padding-bottom: 20px;
    text-align: center;
  }

  .text-field {
    max-width: 200vw;
    padding: 34px 30px;
    font-size: 1.3vw;
  }
}

@media screen and (max-width: 991px) {
  .nav-link {
    display: block;
  }

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

  .button-2 {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

@media screen and (max-width: 479px) {
  .brand.w--current {
    max-width: 200px;
    padding-top: 5px;
  }

  .nav-link {
    font-size: 3.5vw;
  }

  .nav-menu {
    padding-bottom: 24px;
  }

  .heading {
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .column {
    margin-top: 24px;
    padding: 0vh 10px;
  }

  .paragraph {
    margin-bottom: 40px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .button-2 {
    padding: 8px 5vw;
    font-size: 4vw;
  }

  .lottie-animation {
    display: block;
    max-width: 100%;
    margin-top: 20px;
    text-align: left;
  }

  .grid {
    margin-top: 20px;
    margin-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .div-block {
    margin-top: 40px;
    margin-bottom: auto;
    padding: 0px 10px 20px;
  }

  .heading-2 {
    font-size: 4.5vw;
  }

  .heading-2.usecaes {
    font-size: 4.5vw;
    line-height: 6vw;
  }

  .paragraph-2 {
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-2.usecases {
    font-size: 3vw;
  }

  .heading-3 {
    margin-top: 60px;
    font-size: 6.5vw;
    line-height: 8vw;
  }

  .text-block {
    font-size: 4vw;
    line-height: 5.5vw;
  }

  .link-block {
    margin-top: auto;
  }

  .column-3 {
    margin-top: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10px;
  }

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

  .column-4 {
    margin-top: auto;
    margin-bottom: 20px;
    padding-left: 0px;
    text-align: center;
  }

  .heading-4 {
    margin-top: 40px;
    font-size: 6vw;
  }

  .text-block-2 {
    margin-top: auto;
    font-size: 4vw;
  }

  .column-5 {
    padding-top: 0px;
  }

  .text-block-3 {
    font-size: 4vw;
  }

  .dropdown-toggle {
    font-size: 3.5vw;
  }

  .dropdown-link {
    border-style: solid;
    border-width: 1px 1px 0.5px;
    border-color: #000 #000 #eb7217;
    text-align: left;
  }

  .dropdown-link.w--current {
    border-bottom: 1px solid #eb7217;
    text-align: left;
  }

  .dropdown-list.w--open {
    border: 1px none #000;
    box-shadow: none;
  }

  .text-field {
    font-size: 4vw;
  }

  .link-block-4 {
    max-width: 100vw;
  }

  .image-6 {
    width: 50vw;
    height: 8vw;
    max-width: 8%;
  }

  .menu-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .icon-2 {
    color: #000;
  }

  .column-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bg-ethsign-lottie {
    background-color: #000;
    background-image: url('../assets/webflow-images/Frame-67.png');
  }

  .text-block-6 {
    margin-top: 10px;
    font-size: 4.5vw;
  }

  .columns-2 {
    margin-bottom: 40px;
  }

  .section-5 {
    padding-bottom: 40px;
  }

  .text-block-7 {
    font-size: 3.5vw;
  }

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

  .text-block-8 {
    max-width: 90vw;
    font-size: 12px;
  }

  .image-8 {
    width: 60vw;
    height: 6vh;
  }

  .div-block-6 {
    max-width: 100%;
  }

  .div-block-7 {
    max-width: 100%;
  }
}

#w-node-_3b08b463-60c1-3929-cd08-faa36242c99b-278cbc8d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5fe1cdce-4cd9-2f29-f554-c8dea6e00c2c-278cbc8d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_84778ec7-d8d7-0656-1a53-3786a5a0a652-278cbc8d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4bf-278cbc8d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4c6-278cbc8d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4cd-278cbc8d {
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column-align: start;
  justify-self: start;
}

@media screen and (min-width: 1920px) {
  #w-node-_5fe1cdce-4cd9-2f29-f554-c8dea6e00c2c-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_84778ec7-d8d7-0656-1a53-3786a5a0a652-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4c6-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4cd-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_84778ec7-d8d7-0656-1a53-3786a5a0a652-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4c6-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4cd-278cbc8d {
    -webkit-align-self: start;
    -ms-flex-item-align: start;
    -ms-grid-row-align: start;
    align-self: start;
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4bf-278cbc8d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4c6-278cbc8d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_5b5c8373-e586-498e-3d38-eda2b86fc4cd-278cbc8d {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -ms-grid-column-align: center;
    justify-self: center;
  }
}

