.page-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #141414;
  letter-spacing: 0.01em;
}

.div-1 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  padding-right: 20px;
  padding-left: 20px;
  -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;
}

.div-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 65%;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #770653;
  background-image: linear-gradient(54deg, #770653 16%, rgba(255, 255, 255, 0.35));
}

.button {
  position: absolute;
  left: auto;
  top: 40px;
  right: 40px;
  bottom: auto;
  z-index: 10;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 5px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #f1f3f7;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.button:hover {
  background-image: linear-gradient(135deg, #141414, rgba(186, 190, 199, 0.16));
}

.div-block {
  position: relative;
  z-index: 5;
  width: 100%;
  margin-top: 290px;
  padding-top: 0px;
  padding-left: 75px;
}

.heading-1 {
  margin-top: 0px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 60px;
  line-height: 60px;
}

.heading-2 {
  margin-top: 0px;
  margin-right: 63px;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 25px;
  line-height: 35px;
  font-style: normal;
  font-weight: 400;
}

.div-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-right: auto;
  margin-left: auto;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.submit-button {
  width: 100%;
  height: 50px;
  margin-top: 20px;
  border-radius: 5px;
  background-color: #4d2fb1;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.15);
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
  font-size: 18px;
  letter-spacing: 0.05em;
}

.submit-button:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #4d2fb1;
  border-radius: 7px;
  background-color: #f1f3f7;
  box-shadow: 0 6px 12px 0 rgba(31, 28, 28, 0.15);
  color: #4d2fb1;
}

.submit-button:active {
  border: 1px none #000;
  background-color: #f1f3f7;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.15);
}

.submit-button:focus {
  border: 1px none #000;
}

.text-field {
  width: 100%;
  height: 50px;
  max-width: 380px;
  border-style: solid;
  border-width: 1px;
  border-color: #f1f3f7;
  border-radius: 5px;
  -webkit-transition: border 200ms ease;
  transition: border 200ms ease;
  font-size: 16px;
}

.text-field:hover {
  border-color: rgba(31, 28, 28, 0.18);
}

.text-field:active {
  border-color: #c3c5ca;
}

.text-field:focus {
  border-top-style: none;
  border-right-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #a600ff;
  border-left-style: none;
  border-radius: 5px;
  background-color: #f1f3f7;
}

.social-login {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  padding: 10px 20px;
  -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;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  border: 1.1px none #e4e4e4;
  border-radius: 5px;
  background-color: #fdfdff;
  box-shadow: 0 1px 3px 0 rgba(31, 28, 28, 0.1);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  color: rgba(31, 28, 28, 0.8);
  font-size: 16px;
  letter-spacing: 0.05em;
  text-decoration: none;
}

.social-login:hover {
  border-color: #dbdbdb;
  box-shadow: 0 4px 8px 0 rgba(31, 28, 28, 0.1);
}

.social-login:active {
  background-color: #f1f3f7;
  box-shadow: 0 2px 6px 0 rgba(31, 28, 28, 0.1);
}

.image {
  width: 30px;
  height: 30px;
  padding: 3px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
}

.div-block-3 {
  width: 100%;
  text-align: center;
}

.text-block-9 {
  display: inline-block;
  -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;
  line-height: 100%;
  text-decoration: none;
}

.form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.text-block-10 {
  margin-bottom: 20px;
  color: rgba(31, 28, 28, 0.54);
  font-size: 13px;
  text-align: center;
  letter-spacing: 0.01em;
}

.paragraph {
  color: rgba(20, 20, 20, 0.54);
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.01em;
}

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

.link-block {
  position: absolute;
  left: 40px;
  top: 40px;
  right: auto;
  bottom: auto;
}

.image-2 {
  width: 32px;
  height: 32px;
  opacity: 0.85;
}

.form {
  width: 100%;
}

.heading-3 {
  margin-top: 0px;
  color: #81858d;
  font-weight: 400;
}

.circle-1 {
  position: absolute;
  left: auto;
  top: auto;
  right: -200px;
  bottom: 0px;
  width: 300px;
  height: 300px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(135deg, rgba(90, 63, 183, 0.92), #7b2fb1 40%, rgba(241, 243, 247, 0));
}

.circle-2 {
  position: absolute;
  left: auto;
  top: auto;
  right: 40px;
  bottom: 160px;
  z-index: 3;
  width: 80px;
  height: 80px;
  border-radius: 300px;
  background-color: rgba(241, 243, 247, 0.13);
  background-image: linear-gradient(50deg, #a600ff, #4d2fb1);
}

.success-message {
  background-color: #f1f3f7;
}

.error-message {
  background-color: #fee;
}

.heading {
  position: relative;
  left: auto;
  margin-top: 0px;
  margin-bottom: 36px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 135%;
  font-weight: 700;
  text-align: center;
}

.image-3 {
  position: static;
  left: auto;
  display: inline-block;
  overflow: visible;
  max-width: 70%;
  margin-left: 0px;
  padding-left: 0px;
  float: none;
  clear: none;
}

.image-4 {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 35px;
  display: block;
  max-width: 70%;
  margin-bottom: 37px;
  padding-bottom: 0px;
  clear: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.sticky-nav {
  position: -webkit-sticky;
  position: sticky;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  padding: 20px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: #f4f4f4;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -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;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link:hover {
  text-decoration: underline;
}

.navbar {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.brand {
  display: block;
  margin-bottom: 0px;
  float: left;
}

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

.div-block-4 {
  width: 100%;
  height: 60px;
  margin-top: 0px;
  margin-bottom: 89px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.navbar-2 {
  width: 100%;
}

.container {
  position: fixed;
  left: 168px;
  top: auto;
  bottom: 114px;
  display: block;
  clear: none;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.nav-menu {
  position: relative;
  float: none;
}

.div-block-5 {
  -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;
  background-color: #4d2fb1;
  background-image: linear-gradient(63deg, #4d2fb1 37%, rgba(166, 0, 255, 0.63));
}

.navbar-3 {
  clear: none;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: fill;
  object-fit: fill;
}

.container-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  margin-top: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 75px;
  clear: none;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #770653;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-6 {
  position: relative;
  max-width: 100%;
}

.image-7 {
  margin-top: 5px;
  padding-top: 0px;
  padding-right: 25px;
  padding-left: 0px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8 {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.image-9 {
  padding-right: 25px;
  padding-left: 25px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.text-block-11 {
  position: static;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Montserrat, sans-serif;
  color: #08f;
}

.container-3 {
  position: relative;
  overflow: visible;
  margin-right: 54px;
  margin-left: 0px;
  -o-object-fit: fill;
  object-fit: fill;
}

.navbar-4 {
  position: relative;
  display: 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-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f1f3f7;
  color: #141414;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: none;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-10 {
  padding-top: 4px;
  padding-right: 20px;
  padding-left: 30px;
}

.image-11 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-12 {
  padding-right: 20px;
  padding-left: 20px;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -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;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-2 {
  margin-top: 23px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 rgba(31, 28, 28, 0.15);
  -webkit-transition: box-shadow 200ms ease, background-color 200ms ease;
  transition: box-shadow 200ms ease, background-color 200ms ease;
  font-family: Montserrat, sans-serif;
  color: #4d2fb1;
  font-size: 15px;
}

.button-2:hover {
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  background-color: #4d2fb1;
  color: #fff;
}

.navbar-6 {
  position: relative;
  display: 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-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #f1f3f7;
  color: #141414;
  -o-object-fit: fill;
  object-fit: fill;
}

.nav-menu-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 0px;
  float: none;
  clear: left;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: right;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-16 {
  padding-top: 0px;
  padding-right: 20px;
  padding-left: 30px;
}

@media screen and (max-width: 991px) {
  .div-1 {
    width: 45%;
  }

  .div-2 {
    width: 55%;
  }

  .button {
    top: 20px;
    right: 20px;
  }

  .div-block {
    margin-top: 222px;
    padding-right: 20px;
    padding-left: 45px;
  }

  .heading-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .heading-2 {
    font-size: 20px;
    line-height: 30px;
  }

  .image {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .div-block-3 {
    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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
  }

  .link-block {
    left: 20px;
    top: 20px;
  }

  .heading-3 {
    font-size: 36px;
  }

  .circle-1 {
    right: -140px;
    width: 240px;
    height: 240px;
  }

  .circle-2 {
    width: 60px;
    height: 60px;
  }

  .heading {
    left: auto;
  }

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

  .container-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .image-12 {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .page-wrapper {
    height: auto;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .div-2 {
    width: 100%;
    padding-top: 0px;
    padding-bottom: 50px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .button {
    top: 40px;
    right: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .div-block {
    margin-top: 46px;
    padding-left: 40px;
  }

  .heading-1 {
    margin-bottom: -1px;
    font-size: 35px;
  }

  .heading-2 {
    font-size: 25px;
  }

  .heading-3 {
    font-size: 32px;
  }

  .circle-1 {
    bottom: auto;
  }

  .circle-2 {
    right: 60px;
    bottom: 182px;
  }

  .heading {
    left: auto;
  }

  .image-4 {
    left: auto;
    bottom: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
  }

  .container-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .button {
    top: 30px;
    right: 30px;
  }

  .div-block {
    margin-top: 80px;
    padding-left: 20px;
  }

  .heading-2 {
    line-height: 30px;
  }

  .form-block {
    margin-right: auto;
    margin-left: auto;
  }

  .circle-2 {
    right: 49px;
    bottom: 191px;
  }

  .heading {
    left: 24px;
    margin-right: 50px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .image-4 {
    left: 18px;
    margin-right: 35px;
    padding-right: 0px;
  }

  .sticky-nav {
    padding: 0px;
  }

  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }

  .container-2 {
    display: block;
    -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-8 {
    display: block;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
}

