.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 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(200deg, #110010, #540172f0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.body.gradient {
  width: auto;
}

.navbar {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  border-radius: .5px;
  max-width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 15px;
  display: block;
  position: static;
}

.brand.w--current {
  vertical-align: middle;
  align-items: center;
  width: 20%;
  display: block;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  vertical-align: middle;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.nav-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #fff;
  order: 0;
  justify-content: flex-end;
  align-items: baseline;
  width: auto;
  font-family: Poppins, sans-serif;
  display: block;
  position: static;
}

.nav-link {
  color: #fff;
  padding: 0 0 0 20px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  line-height: 21px;
  text-decoration: none;
}

.nav-link:hover {
  color: #b787b4;
  font-weight: 500;
  text-decoration: none;
}

.nav-link:visited {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.nav-link.w--current {
  color: #b787b4;
  -webkit-text-stroke-color: white;
  font-weight: 700;
  text-decoration: underline;
}

.nav-link.w--current:active {
  color: #fff;
  font-weight: 500;
  text-decoration: none;
}

.container-2 {
  object-fit: fill;
  flex: 0 auto;
  order: 0;
  justify-content: flex-end;
  width: 80%;
  max-width: none;
  display: flex;
}

.section {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.hero {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: auto;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  display: flex;
}

.hero.pages {
  padding-top: 140px;
}

.h1 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 35px;
  font-family: Poppins, sans-serif;
  font-size: 49px;
  line-height: 58px;
}

.h1.color {
  color: #b787b4;
  padding-bottom: 35px;
}

.h1.title {
  padding-bottom: 35px;
}

.text-block {
  color: #fff;
  width: 460px;
  padding-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.text-block.title {
  padding-bottom: 50px;
}

.grid {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 165px;
}

.grid.features {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  padding-top: 160px;
  padding-bottom: 0;
}

.grid.features._2nd-row {
  padding-top: 120px;
  padding-bottom: 165px;
}

.grid.support {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  align-items: flex-start;
  padding-top: 70px;
  padding-bottom: 165px;
  display: flex;
}

.button {
  color: #f5f5f5;
  background-image: linear-gradient(87deg, #ff2ec0, #bcc418);
  border: 1px solid #7115b8;
  border-radius: 19px;
  padding: 12px 40px;
  font-size: 16px;
}

.link-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: linear-gradient(87deg, #ff2ec0, #bcc418);
  border: 1px solid #7115b8;
  border-radius: 29px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  text-decoration: none;
  display: inline-flex;
}

.link-block.gradient:hover {
  background-color: #1e1e1e;
  background-image: none;
}

.link-block.outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-image: none;
  border-color: #3b15b8;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.link-block.outline:hover {
  background-color: #1e1e1e;
}

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

.text-block-3 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  text-decoration: none;
}

.h2 {
  color: #fff;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 25px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 35px;
}

.h2.br {
  width: 320px;
}

.h2.features {
  text-transform: capitalize;
  width: auto;
  padding-bottom: 5px;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.h2.features._2nd-row {
  width: 77%;
}

.paragraph {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 50px;
  font-family: Poppins, sans-serif;
  line-height: 22px;
}

.paragraph.center {
  text-align: center;
  margin-bottom: 0;
  padding-bottom: 0;
}

.paragraph.center.small {
  width: auto;
}

.paragraph.small {
  padding-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph.features {
  padding-bottom: 0;
}

.paragraph.features.last {
  padding-bottom: 25px;
}

.container-w-txt {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: none;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 50px;
  display: flex;
}

.container-w-txt.features {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  align-items: flex-start;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 50px;
  display: flex;
}

.container-w-txt.support {
  background-color: #b666df;
  border-radius: 4px;
  width: 45%;
  height: 504px;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 60px;
  box-shadow: 0 4px 4px #00000040;
}

.container-color {
  background-color: #450063;
  border-radius: 4px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 390px;
  padding: 50px;
  display: flex;
  box-shadow: 0 4px 4px #00000040;
}

.container-color.color {
  background-color: #440a81;
}

.image {
  text-align: left;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading {
  text-align: center;
}

.heading.h3 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.icon {
  margin-bottom: 20px;
}

.h3 {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 40px;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.grid-2 {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  grid-template-rows: auto;
  align-items: center;
  padding-top: 180px;
  padding-bottom: 165px;
}

.footer {
  background-color: #1b0928;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.top {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: stretch;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 70px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.h5 {
  color: #b787b4b8;
  margin-top: 0;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.about {
  box-sizing: border-box;
  flex: 0 auto;
  width: 440px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu {
  flex: 0 auto;
  width: 120px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.contact {
  flex: 0 auto;
  width: 180px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.navbar-2 {
  background-color: #0000;
}

.nav-menu-2 {
  flex-flow: column;
  align-items: flex-start;
  display: block;
}

.nav-footer {
  color: #fff;
  width: 100%;
  padding: 0 0 8px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 22px;
}

.nav-footer:hover {
  color: #b787b4;
}

.nav-footer:visited {
  font-weight: 700;
}

.nav-footer.w--current {
  color: #fff;
  font-weight: 700;
}

.section-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-4 {
  flex-flow: column;
  display: flex;
}

.bottom {
  justify-content: center;
  max-width: none;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.text-block-4 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.header {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 80%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 45px;
  padding-bottom: 20px;
  display: flex;
}

.link-block-2 {
  width: 21%;
}

.link-block-2.w--current {
  width: 180px;
}

.top-menu {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-end;
  align-items: center;
  width: 300px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: inline-flex;
}

.section-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section-30 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.container-img {
  background-image: url('../images/img-3.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  width: 100%;
  max-width: none;
  height: 100%;
  max-height: none;
}

.container-img._2nd-row {
  background-image: url('../images/img-4.png');
}

.container-img.home {
  background-image: url('../images/img-1.png');
  height: 465px;
}

.container-img.home.new-img {
  background-image: url('../images/img-2.png');
}

.container-img.support {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/img-5.png');
  background-position: 50%;
  background-size: cover;
  background-clip: border-box;
  width: 55%;
  height: 504px;
  box-shadow: 0 4px 4px #00000040;
}

.text-span {
  color: #b787b4;
  font-weight: 700;
}

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

.link:hover {
  color: #b787b4b8;
}

.container-5 {
  width: 655px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 150px;
}

.text-block-5 {
  color: #fff;
  text-align: center;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  line-height: 35px;
}

.text-field {
  border: 0 solid #000;
  font-family: Poppins, sans-serif;
}

.txt-field {
  color: #000;
  border: 1px solid #d9d9d9;
  border-radius: 30px;
  height: 40px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Mulish, sans-serif;
}

.txt-field:focus {
  border-color: #dedede;
}

.form, .form-block {
  width: 100%;
}

.msg-field {
  border: 0 solid #000;
  border-radius: 18px;
  height: 130px;
  margin-bottom: 35px;
  padding: 25px 20px 75px;
  font-family: Mulish, sans-serif;
}

.msg-field:focus {
  color: #000;
}

.submit-button {
  background-color: #000;
  border-radius: 29px;
  padding: 12px 30px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.submit-button:hover {
  background-color: #1e1e1e;
}

.submit-button.form-btn {
  padding-bottom: 12px;
  padding-right: 50px;
  container: dzelina;
}

.text-span-2 {
  color: red;
}

.success-message, .error-message {
  color: #000;
  background-color: #fff;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
}

.text-span-3 {
  color: #b787b4;
}

.div-block {
  cursor: pointer;
  display: inline-block;
  position: relative;
}

.image-4 {
  position: absolute;
  inset: 18px 33px auto auto;
}

.image-5 {
  max-width: 180px;
}

@media screen and (min-width: 1920px) {
  .body {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-image: none;
    background-clip: border-box;
  }

  .body.gradient {
    background-image: linear-gradient(200deg, #110010, #540172f0);
  }

  .navbar {
    max-width: 55%;
  }

  .nav-link {
    color: #fff;
  }

  .section {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-top: 150px;
    display: flex;
  }

  .hero.pages {
    padding-top: 140px;
  }

  .h1 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Poppins, sans-serif;
    font-size: 55px;
    line-height: 64px;
  }

  .h1.color {
    color: #b787b4;
    padding-bottom: 35px;
  }

  .h1.title {
    font-size: 48px;
  }

  .text-block {
    color: #fff;
    text-align: center;
    width: 520px;
    padding-bottom: 75px;
    font-family: Poppins, sans-serif;
    font-size: 19px;
    font-weight: 500;
    line-height: 28px;
  }

  .container-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: none;
    padding-top: 165px;
    display: inline-flex;
  }

  .grid {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    grid-template-rows: auto;
    align-items: center;
    padding-top: 165px;
  }

  .grid.support {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .h2 {
    text-transform: capitalize;
    line-height: 35px;
  }

  .h2.br {
    width: 320px;
  }

  .h2.features {
    width: 400px;
  }

  .h2.features._2nd-row {
    width: 380px;
  }

  .paragraph.center.small {
    font-size: 12px;
  }

  .container-w-txt {
    padding-left: 78px;
  }

  .container-w-txt.features {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 80px;
  }

  .container-w-txt.support {
    width: 45%;
    padding-bottom: 50px;
  }

  .container-color {
    justify-content: center;
    padding-left: 70px;
    padding-right: 70px;
  }

  .container-color.color {
    padding-left: 70px;
    padding-right: 70px;
  }

  .grid-2 {
    align-items: center;
  }

  .footer {
    display: block;
  }

  .top {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    vertical-align: top;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row dense;
    justify-content: space-between;
    place-items: stretch stretch;
    width: 100%;
    display: flex;
  }

  .about {
    width: 440px;
    display: block;
  }

  .menu {
    width: 120px;
  }

  .contact {
    width: 180px;
  }

  .section-2 {
    width: 58%;
    margin-left: auto;
    margin-right: auto;
  }

  .header {
    width: 58%;
  }

  .link-block-2.w--current {
    width: 200px;
  }

  .top-menu {
    width: 300px;
  }

  .section-3 {
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .section-4, .section-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-6 {
    padding-left: 0;
  }

  .section-7, .section-8 {
    padding-right: 0;
  }

  .section-9 {
    padding-right: 19px;
  }

  .section-10 {
    padding-right: 18px;
  }

  .section-11 {
    padding-right: 17px;
  }

  .section-12 {
    padding-right: 16px;
  }

  .section-13 {
    padding-right: 15px;
  }

  .section-14 {
    padding-right: 14px;
  }

  .section-15 {
    padding-right: 13px;
  }

  .section-16 {
    padding-right: 12px;
  }

  .section-17 {
    padding-right: 11px;
  }

  .section-18 {
    padding-right: 10px;
  }

  .section-19 {
    padding-right: 9px;
  }

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

  .section-21 {
    padding-right: 7px;
  }

  .section-22 {
    padding-right: 6px;
  }

  .section-23 {
    padding-right: 5px;
  }

  .section-24 {
    padding-right: 4px;
  }

  .section-25 {
    padding-right: 3px;
  }

  .section-26 {
    padding-right: 2px;
  }

  .section-27 {
    padding-right: 1px;
  }

  .section-28, .section-29 {
    padding-right: 0;
  }

  .container-img {
    background-image: url('../images/img-3.png');
  }

  .container-img.support {
    background-image: url('../images/img-5.png');
    width: 55%;
    height: 504px;
  }

  .image-5 {
    max-width: 200px;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    max-width: 90%;
  }

  .nav-menu, .nav-link.w--current {
    display: block;
  }

  .section {
    width: 90%;
  }

  .hero {
    padding-top: 130px;
  }

  .hero.pages {
    padding-top: 110px;
  }

  .h1 {
    padding-bottom: 30px;
  }

  .text-block {
    padding-bottom: 50px;
  }

  .grid, .grid.features {
    padding-top: 130px;
  }

  .grid.features._2nd-row {
    padding-top: 70px;
    padding-bottom: 130px;
  }

  .grid.support {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    padding-top: 50px;
    padding-bottom: 130px;
  }

  .h2.features._2nd-row {
    width: 100%;
  }

  .paragraph {
    padding-bottom: 35px;
  }

  .container-w-txt {
    padding-top: 40px;
    padding-bottom: 50px;
    padding-left: 0;
  }

  .container-w-txt.features {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 30px;
    padding-bottom: 40px;
    padding-left: 0;
  }

  .container-w-txt.support {
    background-color: #b666df;
    border-radius: 4px;
    width: 50%;
    max-width: none;
    padding: 50px 30px;
    box-shadow: 0 4px 4px #00000040;
  }

  .container-color {
    height: auto;
    padding-left: 40px;
    padding-right: 40px;
  }

  .h3 {
    margin-bottom: 25px;
  }

  .grid-2 {
    padding-top: 130px;
    padding-bottom: 130px;
  }

  .about {
    width: 300px;
  }

  .section-2, .header {
    width: 90%;
  }

  .link-block-2 {
    width: 25%;
  }

  .link-block-2.w--current {
    width: 180px;
  }

  .top-menu {
    width: 300px;
  }

  .container-img {
    background-image: url('../images/img-3.png');
  }

  .container-img.home {
    background-image: url('../images/img-1.png');
    height: auto;
    min-height: 100%;
  }

  .container-img.home.new-img {
    height: auto;
    min-height: 100%;
  }

  .container-img.support {
    background-image: url('../images/img-5.png');
    width: 50%;
  }

  .container-5 {
    padding-top: 110px;
  }

  .text-field {
    height: 130px;
    display: block;
  }

  .text-field-2 {
    color: #373737;
    border: 0 solid #000;
    border-radius: 30px;
    height: 40px;
    font-family: Poppins, sans-serif;
  }

  .txt-field {
    border: 0 solid #000;
    border-radius: 30px;
    height: 40px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Mulish, sans-serif;
  }
}

@media screen and (max-width: 767px) {
  .hero, .hero.pages {
    padding-top: 100px;
  }

  .h1 {
    font-size: 42px;
    line-height: 51px;
  }

  .h1.title {
    padding-bottom: 23px;
  }

  .text-block {
    width: 90%;
    padding-bottom: 40px;
  }

  .text-block.title {
    padding-bottom: 35px;
  }

  .grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    padding-top: 115px;
  }

  .grid.features {
    padding-top: 120px;
  }

  .grid.features._2nd-row {
    padding-top: 55px;
    padding-bottom: 110px;
  }

  .grid.support {
    flex-flow: column-reverse;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 110px;
  }

  .link-block.outline {
    text-align: left;
  }

  .h2, .paragraph, .paragraph.small {
    text-align: center;
  }

  .paragraph.small.footer {
    text-align: left;
  }

  .container-w-txt {
    text-align: center;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 35px;
  }

  .container-w-txt.features {
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .container-w-txt.support {
    width: 100%;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-top: 34px;
    padding-bottom: 90px;
  }

  .top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    justify-content: space-between;
    display: flex;
  }

  .about {
    width: 100%;
    padding-bottom: 30px;
  }

  .menu {
    width: 50%;
    padding-right: 30px;
  }

  .contact {
    width: 50%;
  }

  .image-2 {
    width: 100%;
  }

  .header {
    width: 90%;
  }

  .link-block-2.w--current {
    width: 150px;
  }

  .top-menu {
    width: 250px;
  }

  .container-img {
    height: 300px;
  }

  .container-img.home {
    height: auto;
    min-height: 350px;
  }

  .container-img.home.new-img {
    min-height: 350px;
  }

  .container-img.support {
    width: 100%;
    height: 300px;
  }

  .container-5 {
    width: 100%;
    padding-top: 100px;
  }

  .text-block-5 {
    font-size: 19px;
    line-height: 30px;
  }

  .image-5 {
    max-width: 150px;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    padding-left: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .nav-link.w--current {
    font-size: 12px;
    line-height: 20px;
  }

  .hero {
    padding-top: 55px;
  }

  .hero.pages {
    padding-top: 51px;
  }

  .h1 {
    padding-bottom: 15px;
    font-size: 24px;
    line-height: 32px;
  }

  .h1.color {
    padding-bottom: 20px;
  }

  .h1.title {
    padding-bottom: 13px;
  }

  .text-block {
    width: 100%;
    padding-bottom: 20px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-block.title {
    padding-bottom: 25px;
  }

  .grid, .grid.features {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 70px;
  }

  .grid.features._2nd-row {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .grid.support {
    padding-top: 20px;
    padding-bottom: 70px;
  }

  .link-block.gradient, .link-block.outline {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block-3 {
    font-size: 14px;
    line-height: 18px;
  }

  .h2 {
    padding-bottom: 15px;
    font-size: 19px;
    line-height: 29px;
  }

  .h2.br {
    width: 100%;
  }

  .h2.features {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .h2.features._2nd-row {
    padding-bottom: 5px;
  }

  .paragraph {
    padding-bottom: 25px;
    font-size: 12px;
    line-height: 20px;
  }

  .paragraph.small.footer {
    padding-top: 5px;
  }

  .paragraph.features.last {
    padding-bottom: 15px;
  }

  .container-w-txt {
    width: 100%;
    max-width: 100%;
    padding-top: 25px;
    padding-bottom: 40px;
  }

  .container-w-txt.features {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .container-w-txt.support {
    height: auto;
    padding: 22px 20px 5px;
  }

  .container-color {
    padding: 30px 20px;
  }

  .icon {
    margin-bottom: 15px;
  }

  .h3 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 26px;
  }

  .grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-items: stretch;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 30px;
    display: flex;
  }

  .top {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    padding-top: 40px;
  }

  .h5 {
    margin-bottom: 0;
  }

  .about {
    padding-bottom: 0;
  }

  .menu, .contact {
    width: 100%;
  }

  .nav-footer, .nav-footer.w--current {
    padding-bottom: 0;
    line-height: 20px;
  }

  .container-4 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

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

  .text-block-4 {
    width: 65%;
    font-size: 10px;
    line-height: 16px;
  }

  .header {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .link-block-2 {
    width: 115px;
  }

  .link-block-2.w--current {
    width: 110px;
  }

  .top-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    justify-content: center;
    width: 100%;
  }

  .container-img {
    height: 200px;
  }

  .container-img.home, .container-img.home.new-img {
    min-height: 200px;
  }

  .container-img.support {
    height: 200px;
  }

  .image-3 {
    width: 100%;
    max-width: none;
  }

  .container-5 {
    padding-top: 50px;
  }

  .text-block-5 {
    font-size: 14px;
    line-height: 24px;
  }

  .txt-field {
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 18px;
  }

  .msg-field {
    margin-bottom: 20px;
    padding-top: 15px;
    font-size: 12px;
    line-height: 18px;
  }

  .submit-button.form-btn {
    font-size: 14px;
    line-height: 18px;
  }

  .success-message {
    font-size: 12px;
    line-height: 18px;
  }

  .error-message {
    color: #000;
    background-color: #fff;
    border: 0 solid #fff;
    border-radius: 4px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    line-height: 18px;
  }

  .text-block-6 {
    color: #000;
  }

  .image-4 {
    top: 17px;
  }

  .image-5 {
    max-width: 110px;
  }
}

#next.w-node-_250645f1-3744-2474-f036-c6151371ab87-90657b20 {
  justify-self: auto;
}

#w-node-c17cb08a-1a6d-c7d6-5da0-47c2337b17cf-90657b20 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_0e37bbca-6400-5dc4-a3ee-13a09194f60a-9194f602 {
  justify-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_0e37bbca-6400-5dc4-a3ee-13a09194f60a-9194f602 {
    grid-area: 1 / 2 / 2 / 3;
  }
}


