.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;
  color: #2b255d;
  font-size: 1rem;
  line-height: 1.7;
}

.container {
  max-width: 1380px;
  padding-right: 2rem;
  padding-left: 2rem;
}

.container.w_1920 {
  max-width: 1920px;
}

.container.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #999;
  font-size: 1.2rem;
  text-align: center;
}

.text-block-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-top: 1px solid #999;
  font-size: 0.6rem;
}

.section {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe7e8), to(#fcf2f1));
  background-image: linear-gradient(180deg, #fbe7e8, #fcf2f1);
}

.div-block {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 4rem;
  color: #999;
  font-size: 0.6rem;
}

.section-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.section-3 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe7e8), to(#f2c5c0));
  background-image: linear-gradient(180deg, #fbe7e8, #f2c5c0);
}

.heading {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #2b255d;
  font-size: 2rem;
  line-height: 1.7;
  font-weight: 800;
  text-align: center;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-block-3 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.2rem;
  font-weight: 300;
}

.text-block-4 {
  font-size: 0.8rem;
  font-weight: 300;
}

.image {
  width: 225px;
  height: 225px;
  border-radius: 10000px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 25% 50%;
  object-position: 25% 50%;
}

.div-block-3 {
  display: -ms-grid;
  display: grid;
  margin-top: 2rem;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.lightbox-link {
  position: relative;
  display: block;
  max-width: 800px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
}

.image-2 {
  width: 100%;
  max-height: 450px;
  min-height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  margin: auto;
}

.div-block-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 100px;
  margin: auto;
  -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;
  border-radius: 100px;
  background-color: #fff;
}

.image-4 {
  width: 25px;
}

.d-media {
  margin-bottom: 3rem;
}

.div-block-5 {
  margin-top: 2rem;
  padding: 1rem;
  border-top: 1px solid #2b255d;
}

.text-block-5 {
  font-size: 0.6rem;
}

.button {
  margin-top: 1rem;
  padding: 0.7rem 1rem;
  border-radius: 1000px;
  background-color: #2b255d;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 0.8rem;
  font-weight: 300;
}

.button:hover {
  background-color: #d58f30;
}

.heading-2 {
  margin-top: 0px;
  margin-bottom: 2rem;
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 300;
}

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

.div-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25px;
  height: 25px;
  min-height: 25px;
  min-width: 25px;
  -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;
  border-radius: 1000px;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff, hsla(0, 0%, 100%, 0) 80%);
}

.div-block-7 {
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #d58f30;
  border-radius: 1000px;
}

.list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.3rem;
  padding-bottom: 0.3rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 0.5rem;
}

.div-block-8 {
  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;
  grid-column-gap: 3rem;
}

.image-5 {
  width: 600px;
  min-width: 400px;
}

.image-5._450_max {
  width: 450px;
}

.image-5._500_max {
  width: 500px;
}

.div-block-9 {
  position: relative;
}

.image-6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 370px;
  min-height: 370px;
  margin: auto;
  border-radius: 10000px;
  -o-object-fit: cover;
  object-fit: cover;
}

.div-block-10 {
  min-width: 470px;
}

.section-4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2b255d;
}

.text-block-6 {
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
  text-align: center;
}

.text-span-2 {
  font-size: 1.2rem;
  font-weight: 700;
}

.section-5 {
  overflow: hidden;
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fbe7e8), to(#fcf2f1));
  background-image: linear-gradient(0deg, #fbe7e8, #fcf2f1);
}

.div-block-11 {
  max-width: 580px;
  min-width: 470px;
}

.div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 3rem;
}

.text-block-7 {
  margin-bottom: 1.5rem;
}

.grid {
  max-width: 1080px;
  margin-top: 2rem;
  margin-right: auto;
  margin-left: auto;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-8 {
  font-size: 0.6rem;
  text-align: center;
}

.button-2 {
  width: 100%;
  margin-top: 0.7rem;
  border: 1px solid #2b255d;
  border-radius: 1000px;
  background-color: #fff;
  box-shadow: 11px 11px 20px 0 rgba(127, 76, 119, 0.25);
  -webkit-transition: color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, background-color 300ms ease;
  color: #333;
  font-size: 1.1rem;
  font-weight: 300;
  text-align: center;
}

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

.section-6 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section-7 {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fbe7e8), to(#fcf2f1));
  background-image: linear-gradient(180deg, #fbe7e8, #fcf2f1);
}

.superscript {
  font-weight: 300;
}

.text-block-9 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.2rem;
  font-weight: 300;
  text-align: center;
}

.button-3 {
  margin-right: auto;
  margin-left: auto;
  padding: 0.5rem 2rem;
  border-radius: 10000px;
  background-color: #d58f30;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-weight: 700;
}

.button-3:hover {
  background-color: #2b255d;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-row-gap: 1rem;
}

.text-block-10 {
  font-size: 0.6rem;
  text-align: center;
}

.section-8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f2c5c0), to(#fbe7e8));
  background-image: linear-gradient(180deg, #f2c5c0, #fbe7e8);
}

.grid-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.text-block-11 {
  margin-bottom: 2rem;
  font-size: 1.2rem;
}

.text-block-12 {
  margin-bottom: 2rem;
  font-size: 0.8rem;
}

.div-block-14 {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
  margin-bottom: 1rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-9 {
  position: relative;
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #fbe7e8, #f2c5c0 40%);
}

.div-block-15 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  height: 100px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(242, 197, 192, 0)), color-stop(80%, #f2c5c0));
  background-image: linear-gradient(180deg, rgba(242, 197, 192, 0), #f2c5c0 80%);
}

.div-block-15.top {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  height: 200px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(242, 197, 192, 0)), color-stop(80%, #f2c5c0));
  background-image: linear-gradient(0deg, rgba(242, 197, 192, 0), #f2c5c0 80%);
}

.image-7 {
  width: 170px;
}

.image-8 {
  width: 170px;
}

.nav-link {
  padding: 1rem;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-size: 0.8rem;
  font-weight: 300;
}

.nav-link:hover {
  color: #2b245d;
}

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

.nav-link.cta {
  border-radius: 10000px;
  background-color: #2b255d;
  -webkit-transition: background-color 300ms ease, color 300ms ease;
  transition: background-color 300ms ease, color 300ms ease;
}

.nav-link.cta:hover {
  background-color: #d58f2f;
  color: #fff;
}

.navbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  background-color: transparent;
}

.nav-menu {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.div-block-16 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-17 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.section-10 {
  padding-top: 8rem;
  padding-bottom: 3rem;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(39%, #f2c5c0), color-stop(73%, #fbe7e8), to(#f2c5c0));
  background-image: linear-gradient(180deg, #f2c5c0 39%, #fbe7e8 73%, #f2c5c0);
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  -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;
  border-radius: 1000px;
  background-color: #7f4c77;
}

.link-block.w--current {
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.link-block.w--current:hover {
  background-color: #d58f2f;
}

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

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3rem;
  -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;
}

.section-11 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99;
}

.button-4 {
  position: absolute;
  left: 5.6rem;
  top: auto;
  right: auto;
  bottom: 20px;
  padding: 0.6rem 3rem;
  border-radius: 10000px;
  background-color: #d58f30;
  box-shadow: 7px 7px 20px 0 rgba(127, 76, 119, 0.3);
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  font-size: 1.6rem;
  font-weight: 700;
}

.button-4:hover {
  background-color: #2b245d;
}

.div-block-19 {
  position: relative;
}

@media screen and (max-width: 991px) {
  .container.menu {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image {
    width: 180px;
    height: 180px;
  }

  .div-block-8 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-8.center {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    width: 400px;
  }

  .image-5._450_max {
    width: 400px;
  }

  .image-5._500_max {
    width: 400px;
  }

  .div-block-9 {
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-10 {
    min-width: 100%;
  }

  .div-block-11 {
    max-width: none;
  }

  .div-block-12 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-7.center {
    text-align: center;
  }

  .text-block-9 {
    text-align: center;
  }

  .div-block-13 {
    -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;
    text-align: center;
  }

  .nav-link {
    color: #fff;
    text-align: center;
  }

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

  .nav-link.cta {
    border-radius: 0px;
    background-color: #2b245d;
  }

  .nav-menu {
    background-color: #d58f2f;
    text-align: center;
  }

  .menu-button {
    border-radius: 1000px;
    background-color: #2b245d;
    color: #fff;
  }

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

  .div-block-19 {
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .heading {
    text-align: center;
  }

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

  .div-block-2 {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .div-block-3 {
    grid-auto-flow: row;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-8 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .div-block-8.center {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .image-5._500_max {
    width: 400px;
  }

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

  .text-block-7.center {
    text-align: left;
  }

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

  .text-block-9 {
    text-align: left;
  }

  .button-3 {
    margin-left: 0px;
  }

  .div-block-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-14 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-8 {
    width: 150px;
  }

  .div-block-17 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 400px;
    max-width: 100%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

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

  .image-11 {
    width: 400px;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
  }

  .brand {
    padding-left: 0px;
  }

  .div-block-20 {
    text-align: center;
  }

  .div-block-21 {
    text-align: center;
  }

  .div-block-22 {
    text-align: center;
  }
}

@media screen and (max-width: 479px) {
  .container {
    padding-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .div-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-row-gap: 1rem;
  }

  .heading {
    text-align: left;
  }

  .image {
    width: 160px;
    height: 160px;
  }

  .image-2 {
    max-height: 350px;
    min-height: 350px;
  }

  .div-block-4 {
    width: 80px;
    height: 80px;
  }

  .image-4 {
    width: 20px;
  }

  .div-block-8 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .image-5 {
    width: 300px;
    min-width: 0px;
  }

  .image-5._450_max {
    width: 300px;
  }

  .image-5._500_max {
    width: 300px;
    margin-right: auto;
    margin-left: auto;
  }

  .div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    -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;
  }

  .div-block-11 {
    min-width: 0px;
  }

  .text-block-7.center {
    text-align: left;
  }

  .text-block-9 {
    text-align: left;
  }

  .button-3 {
    margin-left: 0px;
  }

  .div-block-13 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .text-block-10 {
    text-align: left;
  }

  .image-8 {
    width: 120px;
  }

  .div-block-17 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .section-10 {
    padding-top: 6rem;
    padding-bottom: 1rem;
  }

  .link-block.w--current {
    width: 60px;
    height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .button-4 {
    left: 3.5rem;
  }

  .div-block-19 {
    width: 100%;
    max-width: 350px;
    padding-bottom: 40px;
  }

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

  .image-11 {
    width: 100%;
    max-width: 350px;
  }

  .brand {
    padding-left: 0px;
  }
}

#w-node-d7d247b3-7fca-2ef9-757d-350479cbc57e-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-a6682d8e-1f1f-7378-d23b-f25c88f35572-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1292a39-52d4-a261-5e63-91b05922599d-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f402fb68-4201-bbfa-c26e-eb5c38262ae5-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_94f173c0-40b1-6485-8e09-14bb9d9e3466-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a04f0531-1e8e-a24e-c25b-1e601dbb5205-b8809b57 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_05909df4-bded-d74a-087d-357b02de3aa0-b8809b57 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_0c1db356-3ec9-c8a6-0032-0864b3867e8d-b8809b57 {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_1ed4d976-ee1d-25cc-2b89-2442af505061-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f104fc76-7f0d-c529-3fcb-6450d1f55939-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85ca8db7-851c-405d-e0f8-34e21d1da9e7-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ae30816a-16ea-3ce0-92c5-d16fbf5c0fd6-b8809b57 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-d7d247b3-7fca-2ef9-757d-350479cbc57e-b8809b57 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-f402fb68-4201-bbfa-c26e-eb5c38262ae5-b8809b57 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-a04f0531-1e8e-a24e-c25b-1e601dbb5203-b8809b57 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_0c1db356-3ec9-c8a6-0032-0864b3867e8b-b8809b57 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_4564f453-d4c2-f62e-17c4-de1feb806220-b8809b57 {
    -ms-grid-column-align: center;
    justify-self: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a04f0531-1e8e-a24e-c25b-1e601dbb5203-b8809b57 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_05909df4-bded-d74a-087d-357b02de3a9e-b8809b57 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_0c1db356-3ec9-c8a6-0032-0864b3867e8b-b8809b57 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

