body {
  background-color: #0b0b0b;
  font-family: Poppins, sans-serif;
  color: #333;
  font-size: 21px;
  line-height: 38px;
  font-weight: 300;
}

h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 60px;
  line-height: 70px;
  font-weight: 700;
  letter-spacing: -1.88px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}

h3 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  letter-spacing: -0.75px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
}

p {
  margin-bottom: 0px;
  letter-spacing: -0.66px;
}

.nav-container {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.navbar {
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.brand {
  margin-top: 25px;
}

.nav-logo-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-logo {
  margin-right: 11px;
}

.nav-logo-text {
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
}

.nav-link {
  margin-top: 28px;
  margin-right: 20px;
  padding: 0px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #989898;
  font-size: 15px;
  line-height: 22px;
  font-weight: 500;
}

.nav-link:hover {
  color: #6bcaff;
}

.nav-link.pro {
  color: #6bcaff;
}

.nav-button {
  margin-top: 19px;
  margin-left: 13px;
  padding: 10px 32px;
  border-radius: 9px;
  background-color: #e94a54;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 15px;
  line-height: 22px;
  font-weight: 600;
}

.nav-button:hover {
  opacity: 0.8;
}

.section {
  padding-right: 20px;
  padding-left: 20px;
}

.section.hero {
  padding-top: 155px;
  padding-bottom: 135px;
}

.section.about {
  padding-top: 130px;
  padding-bottom: 88px;
  background-color: #d8d8d8;
}

.section.designlab-pro {
  padding-top: 78px;
  padding-bottom: 123px;
  border-bottom: 1px solid #595959;
}

.section.content-3 {
  padding-top: 104px;
  padding-bottom: 105px;
}

.section.testemonials {
  padding-top: 115px;
  padding-bottom: 114px;
  background-color: #3f93cf;
}

.section.footer {
  padding-top: 88px;
  padding-bottom: 101px;
}

.hero-container {
  max-width: 1190px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 6%;
}

.hero-flex {
  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;
}

.hero-image-block {
  margin-right: 3.8%;
}

.hero-content-block {
  max-width: 524px;
}

.hero-title {
  margin-bottom: 28px;
  color: #fff;
}

.hero-description {
  margin-bottom: 28px;
  color: #9e9e9e;
}

.apples-store-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.apples-store-link:hover {
  opacity: 0.8;
}

.container {
  max-width: 1110px;
  margin-right: auto;
  margin-left: auto;
}

.container.about {
  max-width: 1180px;
  padding-left: 2.8%;
}

.container.testemonial {
  max-width: 1070px;
  margin-left: 0px;
}

.about-flex {
  position: relative;
  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;
}

.about-content-block {
  position: relative;
  z-index: 1;
  max-width: 502px;
}

.about-title {
  margin-bottom: 20px;
  color: #353a3e;
}

.about-description {
  margin-bottom: 39px;
  color: rgba(53, 53, 53, 0.7);
}

.button {
  padding: 14px 48px;
  border-style: solid;
  border-width: 1px;
  border-color: #c31a12;
  border-radius: 5px;
  background-color: #f04037;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  line-height: 31px;
  font-weight: 500;
  letter-spacing: -0.66px;
}

.button:hover {
  opacity: 0.8;
}

.button.blue {
  border-color: #126ec3;
  background-color: #44c9f3;
}

.button.cta {
  padding-right: 35px;
  padding-left: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: #f0544c;
}

.about-image-block {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.white-phone-tab {
  max-width: 107%;
  margin-left: -7%;
}

.designlab-pro-section-title {
  margin-bottom: 18px;
  color: #fff;
  font-weight: 600;
  text-align: center;
}

.dsignlab-pro-section-description {
  max-width: 732px;
  margin-right: auto;
  margin-bottom: 74px;
  margin-left: auto;
  color: #a6a6a6;
  text-align: center;
}

.pro-features-girid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 98px;
  grid-auto-columns: 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.pro-feature-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 16px 30px 13px 19px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #0c0c0c;
  border-radius: 10px;
  background-color: #171717;
}

.feature-icon {
  margin-right: 17px;
}

.pro-feature-text {
  color: #fff;
  font-size: 20px;
  line-height: 135.8%;
  font-weight: 400;
}

.cta-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 90px;
  padding: 27px 57px 30px 35px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  justify-items: end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.5fr 1.5fr 1fr;
  grid-template-columns: 0.5fr 1.5fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  border-radius: 10px;
  background-color: #212427;
  box-shadow: 0 52px 54px 0 rgba(0, 0, 0, 0.3);
}

.cta-content-wrapper {
  max-width: 483px;
}

.cta-image-wrapper {
  margin-right: 45px;
}

.cta-title {
  margin-bottom: 7px;
  color: #fff;
}

.cta-text {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.56px;
}

.cta-left-wrpper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.facts-grid {
  display: -ms-grid;
  display: grid;
  margin-bottom: 100px;
  justify-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.fact-column {
  max-width: 314px;
  text-align: center;
}

.fact-number {
  margin-bottom: 18px;
  color: #fff;
}

.fact-description {
  color: #989898;
}

.tip-wrapper {
  max-width: 836px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.tip-icon {
  margin-bottom: 18px;
}

.tip-text {
  color: #7b7b7b;
  font-size: 22px;
  line-height: 33px;
  font-weight: 400;
}

.content-3-flex {
  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;
}

._3-content-block {
  max-width: 496px;
  margin-right: 30px;
}

.content-3-title {
  margin-bottom: 21px;
  color: #fff;
}

.content-3-description {
  margin-bottom: 39px;
  color: hsla(0, 0%, 100%, 0.7);
}

.testemonials-outer-wrapper {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 5vw;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.testemonial-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 510px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.rating {
  margin-bottom: 27px;
}

.testemonial-text {
  margin-bottom: 21px;
  color: #fff;
}

.testemonial-writer {
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 16px;
  line-height: 26px;
  letter-spacing: -0.5px;
}

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

.footer-column {
  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-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-logo-text {
  margin-bottom: 10.5px;
  color: #fff;
  font-size: 25.25px;
  font-weight: 600;
  letter-spacing: -0.79px;
}

.footer-text {
  max-width: 190px;
  margin-bottom: 23px;
  color: #979797;
  font-size: 16.83px;
  line-height: 29.5px;
  letter-spacing: -0.53px;
}

.footer-social-icons-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-link {
  margin-right: 10.5px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.social-link:hover {
  opacity: 0.8;
}

.footer-column-title {
  margin-top: 10px;
  margin-bottom: 16.83px;
  color: #fff;
  font-size: 16.83px;
  line-height: 25px;
  font-weight: 700;
  letter-spacing: -0.53px;
}

.footer-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #b8b8b8;
  font-size: 16.83px;
  line-height: 40px;
  letter-spacing: -0.53px;
  text-decoration: none;
}

.footer-link:hover {
  opacity: 0.8;
}

.footer-link.email {
  color: #81caff;
}

.section-2 {
  padding-right: 20px;
  padding-left: 20px;
}

.section-2.terms {
  padding-top: 115px;
  padding-bottom: 110px;
}

.terms-page-title {
  margin-bottom: 90px;
  color: #fff;
  text-align: center;
}

.terms-rich-text h2 {
  margin-top: 0px;
  margin-bottom: 20px;
  color: #fff;
  font-size: 35px;
  line-height: 43px;
}

.terms-rich-text p {
  margin-bottom: 30px;
  color: hsla(0, 0%, 100%, 0.7);
  font-size: 19px;
  line-height: 35px;
}

.terms-rich-text h3 {
  margin-bottom: 15px;
  color: #fff;
}

.terms-rich-text h4 {
  margin-top: 0px;
  color: #fff;
  font-size: 20px;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 50px;
    line-height: 60px;
  }

  .brand {
    margin-top: 30px;
  }

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

  .section.hero {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section.about {
    padding-top: 110px;
  }

  .section.designlab-pro {
    padding-bottom: 100px;
  }

  .section.content-3 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .hero-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .hero-content-block {
    margin-bottom: 40px;
    text-align: center;
  }

  .hero-description {
    font-size: 20px;
    line-height: 36px;
  }

  .about-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-content-block {
    max-width: 510px;
    margin-bottom: 39px;
    text-align: center;
  }

  .about-description {
    font-size: 20px;
    line-height: 36px;
  }

  .white-phone-tab {
    max-width: 100%;
    margin-left: 0%;
  }

  .dsignlab-pro-section-description {
    max-width: 700px;
    font-size: 20px;
    line-height: 36px;
  }

  .pro-features-girid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .pro-feature-block {
    padding: 13px 15px 10px;
  }

  .pro-feature-text {
    font-size: 18px;
  }

  .cta-wrapper {
    padding-right: 50px;
    padding-left: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cta-left-wrpper {
    margin-right: 0px;
    margin-bottom: 38px;
  }

  .facts-grid {
    margin-bottom: 80px;
  }

  .fact-column {
    max-width: 276px;
  }

  .fact-description {
    font-size: 19px;
    line-height: 35px;
  }

  .tip-wrapper {
    max-width: 694px;
  }

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

  .content-3-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  ._3-content-block {
    max-width: 390px;
  }

  .testemonial-wrapper {
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .testemonial-text {
    font-size: 20px;
    line-height: 35px;
  }

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

  .footer-text {
    font-size: 17px;
  }

  .footer-link {
    font-size: 16px;
    line-height: 37px;
  }

  .menu-button {
    margin-top: 23px;
    padding: 0px;
  }

  .menu-button.w--open {
    z-index: 4;
    background-color: transparent;
  }

  .nav-menu {
    width: 50vw;
    padding-top: 61px;
    padding-left: 40px;
    background-color: #0b0b0b;
    text-align: left;
  }

  .section-2.terms {
    padding-top: 110px;
    padding-bottom: 89px;
  }

  .terms-page-title {
    font-size: 60px;
    line-height: 66px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 45px;
    line-height: 55px;
  }

  .section.designlab-pro {
    padding-bottom: 80px;
  }

  .section.testemonials {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .dsignlab-pro-section-description {
    margin-bottom: 60px;
  }

  .pro-features-girid {
    width: 70%;
    max-width: 284px;
    margin-right: auto;
    margin-bottom: 80px;
    margin-left: auto;
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
  }

  .pro-feature-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .feature-icon {
    margin-bottom: 10px;
  }

  .cta-content-wrapper {
    text-align: center;
  }

  .cta-image-wrapper {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .cta-left-wrpper {
    margin-bottom: 41px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .facts-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-3-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  ._3-content-block {
    margin-right: 0px;
    margin-bottom: 40px;
    text-align: center;
  }

  .testemonials-outer-wrapper {
    grid-row-gap: 30px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .footer-grid {
    grid-row-gap: 30px;
    -ms-grid-columns: 2.25fr 1.25fr 1.5fr;
    grid-template-columns: 2.25fr 1.25fr 1.5fr;
  }

  .nav-menu {
    width: 60vw;
    padding-top: 78px;
  }

  .section-2.terms {
    padding-top: 92px;
    padding-bottom: 86px;
  }

  .terms-page-title {
    margin-bottom: 84px;
    font-size: 50px;
    line-height: 60px;
  }
}

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

  .section.about {
    padding-top: 80px;
    padding-bottom: 70px;
  }

  .section.designlab-pro {
    padding-bottom: 70px;
  }

  .section.content-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.testemonials {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.footer {
    padding-top: 75px;
    padding-bottom: 80px;
  }

  .hero-content-block {
    margin-bottom: 30px;
  }

  .hero-title {
    margin-bottom: 20px;
    font-size: 30px;
    line-height: 40px;
  }

  .hero-description {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 28px;
  }

  .apples-store-link {
    max-width: 150px;
  }

  .about-content-block {
    margin-bottom: 30px;
  }

  .about-title {
    font-size: 30px;
    line-height: 40px;
  }

  .about-description {
    margin-bottom: 30px;
    font-size: 19px;
    line-height: 28px;
  }

  .button {
    padding: 12px 40px;
    font-size: 19px;
    line-height: 29px;
  }

  .designlab-pro-section-title {
    font-size: 35px;
    line-height: 44px;
  }

  .dsignlab-pro-section-description {
    margin-bottom: 45px;
    font-size: 18px;
    line-height: 31px;
  }

  .pro-features-girid {
    width: 100%;
  }

  .cta-wrapper {
    margin-bottom: 70px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cta-title {
    font-size: 22px;
    line-height: 34px;
  }

  .cta-text {
    font-size: 17px;
    line-height: 27px;
  }

  .cta-left-wrpper {
    margin-bottom: 35px;
  }

  .facts-grid {
    margin-bottom: 65px;
  }

  .fact-description {
    font-size: 18px;
    line-height: 30px;
  }

  .tip-text {
    font-size: 18px;
    line-height: 30px;
  }

  .content-3-title {
    font-size: 30px;
    line-height: 40px;
  }

  .content-3-description {
    font-size: 18px;
    line-height: 31px;
  }

  .rating {
    margin-bottom: 22px;
  }

  .testemonial-text {
    margin-bottom: 18px;
    font-size: 18px;
    line-height: 31px;
  }

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

  .footer-text {
    line-height: 28px;
  }

  .nav-menu {
    width: 80vw;
    padding-left: 25px;
  }

  .section-2.terms {
    padding-top: 75px;
    padding-bottom: 49px;
  }

  .terms-page-title {
    margin-bottom: 60px;
    font-size: 30px;
    line-height: 40px;
  }

  .terms-rich-text h2 {
    font-size: 30px;
    line-height: 41px;
  }

  .terms-rich-text p {
    margin-bottom: 25px;
    font-size: 18px;
    line-height: 33px;
  }

  .terms-rich-text h3 {
    font-size: 22px;
    line-height: 34px;
  }

  .terms-rich-text h4 {
    font-size: 19px;
  }
}

#w-node-df5572a9-0d3f-b092-c3b1-145bcca79e49-b9efa45f {
  -ms-grid-column-align: start;
  justify-self: start;
}

#w-node-_013f7006-fb9d-c57f-f32f-63e7a8a33305-b9efa45f {
  -ms-grid-column-align: end;
  justify-self: end;
}

@media screen and (max-width: 767px) {
  #w-node-df5572a9-0d3f-b092-c3b1-145bcca79e49-b9efa45f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_013f7006-fb9d-c57f-f32f-63e7a8a33305-b9efa45f {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-dd6d9481-4c2c-d227-7873-bb088dadf798-8dadf770 {
    -ms-grid-column-span: 2;
    grid-column-end: 4;
    -ms-grid-column: 2;
    grid-column-start: 2;
    -ms-grid-row-span: 1;
    grid-row-end: 3;
    -ms-grid-row: 2;
    grid-row-start: 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-dd6d9481-4c2c-d227-7873-bb088dadf798-8dadf770 {
    -ms-grid-column-span: 2;
    grid-column-end: 3;
    -ms-grid-row: 3;
    grid-row-start: 3;
    -ms-grid-row-span: 1;
    grid-row-end: 4;
    -ms-grid-column: 1;
    grid-column-start: 1;
  }
}

