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

a {
  text-decoration: none;
}

.body {
  font-family: DeltaRegular, Arial, sans-serif;
  color: #1d2436;
}

.header {
  position: relative;
  z-index: 100;
  display: block;
  height: auto;
  max-width: none;
  min-width: auto;
  margin: 30px auto;
  -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;
}

.image {
  display: none;
  width: 255px;
}

.mainnav-container {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -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-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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.mainnav {
  position: relative;
  right: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 10px;
  padding-right: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  list-style-type: none;
}

.mainnav-item {
  margin-right: 20px;
  margin-left: 20px;
}

.link.mainnav-a {
  -webkit-transition: all 200ms ease-in-out;
  transition: all 200ms ease-in-out;
  color: #1d2436;
}

.link.mainnav-a:hover {
  border-bottom: 3px solid #6c68f5;
  color: #6c68f5;
}

.container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  max-height: 600px;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.container.benefits {
  display: block;
  height: auto;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.container.container-cta {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  -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;
  background-color: #6c68f5;
  background-image: url('../images/bg-gethelp.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.logos {
  height: 100%;
}

.container.container-footer {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1260px;
  -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;
  background-color: #e3ecf9;
}

.container.secondaryhero-container {
  height: 100%;
  max-height: none;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-farmer1.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container.contacthero-container {
  height: 100%;
  max-height: none;
  min-height: 450px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/bg-vineyards.jpg');
  background-position: 50% 0%;
  background-size: contain;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.container.container-callout {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  -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;
  background-color: #ebeeef;
  background-image: url('../images/bg-windfarm.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container.app-data-statementholder {
  display: block;
  height: auto;
  max-height: none;
  max-width: 1280px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.container.app-hero-container {
  display: block;
  width: 100%;
  height: 70vh;
  max-width: 1280px;
  -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;
  background-color: #ebeeef;
  background-image: url('../images/bg-app.jpg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.hero {
  position: relative;
}

.benefit-boundaries {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefit-data {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.benefit-report {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.cta-manage-water {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.slider {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: 0px;
  background-color: #6c68f5;
}

.hero-header-block {
  position: relative;
  top: 20%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 60%;
  min-height: 300px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/28.-Deco.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: DeltaHeading, Arial, sans-serif;
  color: #74f5d2;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.right-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.left-arrow {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.hero-paragraph {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 3%;
  z-index: 100;
  width: 75%;
  margin-left: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.icon {
  left: -15px;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.icon-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section {
  position: relative;
  height: 100%;
  margin-top: 100px;
}

.sign-in {
  position: absolute;
  left: auto;
  top: 10%;
  right: 0%;
  bottom: auto;
  z-index: 120;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: auto;
  padding: 19px 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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 7px 7px 20px 0 rgba(141, 158, 178, 0.26);
}

.heading {
  font-family: DeltaBold, Arial, sans-serif;
  color: #6c68f5;
  font-size: 40px;
  text-align: left;
  text-decoration: none;
}

.slide {
  background-image: url('../images/hero-slide1.jpg');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.button {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: 0%;
  max-width: 320px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(108, 104, 245, 0.9);
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: DeltaHeading, Arial, sans-serif;
  color: #e3ecf9;
  text-align: center;
}

.button:hover {
  background-image: url('../images/28.-Deco.jpg');
  background-position: 0% 50%;
  background-size: 200%;
  background-repeat: no-repeat;
  color: #1d2436;
  font-size: 15px;
}

.container-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 1100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.ca-logos {
  margin-top: 30px;
  margin-right: 20px;
  margin-bottom: 30px;
}

.boundaries-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.boundaries-image {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  float: left;
  clear: right;
  background-color: transparent;
}

.image-2 {
  width: 100%;
  max-width: 600px;
}

.paragraph {
  margin-bottom: 20px;
  line-height: 22px;
  text-align: left;
}

.link-2 {
  display: block;
}

.boundaries-links {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 20px;
  float: left;
  clear: both;
  background-image: url('../images/plus.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
}

.boundaries-links:hover {
  margin-left: 16px;
  color: #918ef5;
}

.slide-2 {
  background-color: #6c68f5;
  background-image: url('../images/hero-slide2.jpg');
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.data-image {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.data-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.report-text {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 15%;
  margin-bottom: 50px;
  padding-right: 65px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cta-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/28.-Deco.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: DeltaHeading, Arial, sans-serif;
  color: #74f5d2;
  font-size: 120px;
  line-height: 100px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.cta-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.cta-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  min-width: 200px;
  margin-right: auto;
  margin-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(108, 104, 245, 0.9);
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: DeltaHeading, Arial, sans-serif;
  text-align: center;
}

.cta-button:hover {
  background-image: url('../images/01.-Royal-Heath.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #1d2436;
  font-size: 15px;
}

.report-image {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  clear: right;
  background-color: transparent;
}

.nav {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 7%;
  margin-right: 100px;
}

.signin-heading {
  color: #6c68f5;
}

.form-block {
  width: 100%;
}

.signin-submit {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #6c68f5;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: DeltaHeading, Arial, sans-serif;
}

.signin-submit:hover {
  background-color: #74f5d2;
  background-image: url('../images/03.-Snowy-Mint.jpg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: DeltaHeading, Arial, sans-serif;
  color: #1d2436;
  font-size: 15px;
}

.signin-email {
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
}

.signin-password {
  margin-top: 15px;
  margin-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
}

.link-orange {
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #ffab6c;
}

.link-orange:hover {
  border-bottom: 2px solid #6c68f5;
  font-family: DeltaRegular, Arial, sans-serif;
  color: #6c68f5;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-decoration: none;
}

.signin-paragraph {
  position: relative;
  clear: left;
  font-size: 12px;
}

.container-footer {
  position: relative;
  top: 0px;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1245px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footer-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: #1d2436;
  font-size: 17px;
  line-height: 27px;
}

.footer-copyright {
  position: relative;
  left: auto;
  top: 100px;
  right: auto;
  bottom: 0px;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: #1d2436;
  font-size: 9px;
  line-height: 27px;
}

.form-block-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-left: 30px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form {
  position: relative;
  width: 100%;
  height: 100px;
}

.text-field {
  position: absolute;
  width: 100%;
  height: 50px;
  padding: 24px 26px;
  border: 1px none #000;
  background-color: #6c68f5;
  color: rgba(255, 255, 255, 0.9);
  font-size: 15px;
}

.text-field::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.text-field::placeholder {
  color: rgba(255, 255, 255, 0.9);
}

.submit-button {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
}

.subscribesubmit {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  height: 50px;
  padding-top: 14px;
  padding-bottom: 14px;
  border-left: 2px solid rgba(255, 255, 255, 0.9);
  background-color: #6c68f5;
  font-family: DeltaHeading, Arial, sans-serif;
  font-size: 16px;
}

.lottie-animation {
  height: 100%;
}

.deltaacplogolottie {
  width: 280px;
}

.secondaryhero {
  position: relative;
}

.abouthero-header-block {
  position: relative;
  top: 20%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 75%;
  height: 100%;
  min-height: 300px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.abouthero-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/28.-Deco.jpg');
  background-position: 0% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: DeltaHeading, Arial, sans-serif;
  color: #74f5d2;
  font-size: 90px;
  line-height: 85px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.abouthero-paragraph {
  position: relative;
  left: 0px;
  top: auto;
  right: 0px;
  bottom: 3%;
  z-index: 100;
  width: 75%;
  margin-left: 34px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.aboutdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.aboutdeltatwo {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.boundaries-text-copy {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.aboutdeltathree {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.image-3 {
  width: 100%;
  height: auto;
}

.callout-about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.callout-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.callout-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-image: url('../images/28.-Deco.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: DeltaHeading, Arial, sans-serif;
  color: #74f5d2;
  font-size: 90px;
  line-height: 80px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.callout-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 17px;
  line-height: 27px;
}

.about-text1 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image1 {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  float: left;
  clear: right;
  background-color: transparent;
}

.about-text2 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image2 {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.about-text3 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 15%;
  margin-bottom: 50px;
  padding-right: 65px;
  float: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-image3 {
  position: relative;
  width: 50%;
  height: auto;
  float: left;
  clear: right;
  background-color: transparent;
}

.contactdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-field-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(108, 104, 245, 0.5);
  background-color: rgba(255, 255, 255, 0.9);
}

.select-field {
  width: 50%;
}

.submit {
  width: 100%;
  margin-top: 15px;
  margin-bottom: 15px;
  background-color: #6c68f5;
  -webkit-transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  transition: all 500ms cubic-bezier(.165, .84, .44, 1);
  font-family: DeltaHeading, Arial, sans-serif;
}

.submit:hover {
  background-color: #74f5d2;
  background-image: url('../images/03.-Snowy-Mint.jpg');
  background-position: 0% 0%;
  background-size: 100%;
  background-repeat: no-repeat;
  font-family: DeltaHeading, Arial, sans-serif;
  color: #1d2436;
  font-size: 15px;
}

.contact-form {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  padding-top: 60px;
  float: left;
  clear: right;
  background-color: transparent;
}

.contact-links {
  margin-top: 9px;
  margin-bottom: 9px;
  padding-left: 20px;
  float: left;
  clear: both;
  background-image: url('../images/plus.svg');
  background-position: 0% 50%;
  background-size: 10px;
  background-repeat: no-repeat;
  -webkit-transition: all 400ms cubic-bezier(.215, .61, .355, 1);
  transition: all 400ms cubic-bezier(.215, .61, .355, 1);
}

.contact-links:hover {
  margin-left: 16px;
  color: #918ef5;
}

.helpdeltaone {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.helpfaq {
  padding-top: 100px;
  padding-bottom: 100px;
}

.centered-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: left;
}

.cards-grid-container {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  text-align: left;
}

.cards-image-mask {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 100%;
  border-radius: 0%;
}

.cards-image {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  max-width: none;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.heading-2 {
  text-align: left;
}

.heading-3 {
  font-family: DeltaBold, Arial, sans-serif;
  color: #74f5d2;
}

.callout-help {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.helpdeltatwo {
  margin-top: 101px;
  margin-bottom: 101px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.help-text2 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 10%;
  margin-bottom: 50px;
  padding-right: 0px;
  padding-left: 64px;
  float: right;
  clear: right;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-image2 {
  width: 50%;
  height: auto;
  background-color: transparent;
}

.help-text1 {
  position: relative;
  display: block;
  width: 50%;
  height: auto;
  margin-top: 49px;
  margin-bottom: 49px;
  padding-right: 65px;
  float: left;
  clear: left;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.help-image1 {
  position: relative;
  width: 50%;
  height: auto;
  max-width: 600px;
  float: left;
  clear: right;
  background-color: transparent;
}

.app-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: -130px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-header-block {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.app-heading {
  position: relative;
  left: 0px;
  top: 0px;
  margin: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #121313;
  font-family: DeltaBold, Arial, sans-serif;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: -0.025em;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.app-paragraph {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 60%;
  margin-bottom: 40px;
  margin-left: 30px;
  color: #121313;
  font-size: 17px;
  line-height: 27px;
}

.app-username {
  font-family: DeltaBold, Arial, sans-serif;
  color: #6c68f5;
}

.app-username:hover {
  color: #74f5d2;
}

.app-username:visited {
  color: #2ae2fc;
}

.link-3 {
  color: #6c68f5;
}

.app-gethelp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 100px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.app-data {
  display: block;
  -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;
}

.div-block {
  width: 25%;
}

.app-names {
  position: relative;
  display: block;
  width: 20%;
  padding-top: 10px;
  padding-right: 19px;
  padding-left: 19px;
  float: left;
  clear: none;
  -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;
}

.app-map {
  overflow: hidden;
  width: 25%;
  height: 320px;
  padding-top: 20px;
  float: left;
}

.app-evapochart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35%;
  height: 100%;
  padding: 0px 15px;
  float: left;
  -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;
}

.app-verification {
  width: 20%;
  height: 100%;
  min-height: 360px;
  padding-top: 25px;
  float: left;
  background-color: #6c68f5;
  background-image: linear-gradient(148deg, #6248f5, #999efa 68%, #615cf9);
}

.app-account {
  margin-top: 50px;
  margin-bottom: 100px;
  box-shadow: 0 10px 20px 0 rgba(29, 36, 54, 0.25);
}

.image-4 {
  width: 100%;
  height: auto;
}

.image-5 {
  width: 100%;
}

.app-interface-heading {
  position: relative;
  margin-top: 30px;
  margin-bottom: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1d2436;
  font-size: 10px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.btn-viewdata {
  position: relative;
  display: block;
  margin-top: 10px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #aaaccb;
  font-size: 11px;
  text-align: right;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.app-heading-evt {
  position: relative;
  margin-top: 15px;
  margin-bottom: 10px;
  padding-left: 30px;
  font-family: DeltaBold, Arial, sans-serif;
  color: #aaaccb;
}

.accordion-item {
  overflow: hidden;
  width: 100%;
}

.app-primary-nameholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.app-name-icon {
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
  margin-right: 0px;
  margin-left: 0px;
  color: #8d9eb2;
}

.app-name-name {
  -webkit-transition: color 200ms cubic-bezier(.215, .61, .355, 1);
  transition: color 200ms cubic-bezier(.215, .61, .355, 1);
  color: #aaaccb;
  font-size: 13px;
}

.app-name-name:hover {
  color: #6c68f5;
}

.app-name-details {
  position: static;
  display: block;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.9);
}

.app-statement-number {
  -webkit-transition: font-size 200ms cubic-bezier(.6, -.28, .735, .045);
  transition: font-size 200ms cubic-bezier(.6, -.28, .735, .045);
  font-family: 'Space Mono', sans-serif;
  color: #aaaccb;
  font-size: 30px;
}

.app-statement-number:hover {
  color: #6c68f5;
  font-size: 32px;
}

.app-details-paragraph {
  padding-right: 10px;
  padding-left: 20px;
  color: #aaaccb;
  font-size: 12px;
}

.app-heading-verification {
  position: relative;
  margin-top: 15px;
  margin-bottom: 40px;
  padding-left: 0px;
  font-family: DeltaBold, Arial, sans-serif;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}

.btn-verify {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: 50px;
  margin: 15px 25px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ebeeef;
  -webkit-transform: scale3d(1none, 1none, 1none);
  transform: scale3d(1none, 1none, 1none);
  -webkit-transition: all 200ms cubic-bezier(.175, .885, .32, 1.275), opacity 200ms cubic-bezier(.25, .46, .45, .94);
  transition: all 200ms cubic-bezier(.175, .885, .32, 1.275), opacity 200ms cubic-bezier(.25, .46, .45, .94);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.btn-verify:hover {
  opacity: 0.8;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.btn-verify.define-boundary {
  background-color: #ffd06c;
}

.btn-verify.add-info {
  background-color: #fcd06c;
}

.btn-verify.verified {
  background-color: #99ea64;
}

.btn-verify.define-boundary-copy {
  background-color: #ffd06c;
}

.btn-verify-text {
  margin-right: 10px;
  margin-left: 15px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #8d9eb2;
  font-size: 12px;
  line-height: 15px;
  font-weight: 400;
  letter-spacing: 0.0125em;
  text-transform: uppercase;
}

.btn-verify-text.pending {
  color: #b0852b;
}

.btn-verify-text.verified {
  color: #77a135;
}

.btn-verify-number {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 30px;
  margin-right: 11px;
  margin-left: 11px;
  padding: 10px;
  -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: 30px;
  background-color: rgba(255, 255, 255, 0.9);
  font-family: 'Roboto Condensed', sans-serif;
  color: #8d9eb2;
  line-height: 14px;
  font-weight: 700;
  text-align: center;
}

.btn-verify-number.pending {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/pending.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-indent: -1000px;
}

.btn-verify-number.pending-copy {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/verified.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-indent: -1000px;
}

.btn-verify-number.verified {
  overflow: hidden;
  background-color: transparent;
  background-image: url('../images/verified.svg');
  background-position: 50% 50%;
  background-size: 25px;
  background-repeat: no-repeat;
  text-indent: -1000px;
}

.btn-verify-complete-text {
  margin-right: 15px;
  margin-left: 15px;
  font-family: DeltaBold, Arial, sans-serif;
  color: #aaaccb;
  font-size: 16px;
  font-weight: 400;
  text-transform: none;
}

.btn-verify-complete-text.verified {
  color: #569a29;
}

.viewmore-button {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 320px;
  min-width: 200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(108, 104, 245, 0.9);
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  font-family: DeltaHeading, Arial, sans-serif;
  text-align: center;
}

.viewmore-button:hover {
  background-image: url('../images/01.-Royal-Heath.jpg');
  background-position: 50% 50%;
  background-size: 100%;
  background-repeat: no-repeat;
  color: #1d2436;
  font-size: 15px;
}

.app-filters {
  margin-top: 50px;
  margin-bottom: 100px;
}

.app-account-heading {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 20%;
  padding-right: 19px;
  padding-left: 19px;
  float: left;
  clear: none;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.accordion-item-copy {
  overflow: hidden;
  width: 100%;
}

.heading-4 {
  font-family: DeltaBold, Arial, sans-serif;
  color: #6c68f5;
}

.app-filter-dropdown {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: 30px;
  margin-left: 30px;
  padding-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  float: left;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.app-sort {
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Roboto Condensed', sans-serif;
  color: #1d2436;
  font-size: 10px;
  letter-spacing: 0.025em;
  text-transform: uppercase;
}

.app-filter-drop {
  margin-left: 20px;
}

.filter-drop-text {
  font-family: 'Roboto Condensed', sans-serif;
  color: #6c68f5;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.filter-drop-icon {
  color: #6c68f5;
}

.dropdown-toggle {
  height: 50px;
  padding-top: 15px;
  padding-bottom: 15px;
  background-color: #ebeeef;
}

.dropdown-list {
  background-color: rgba(235, 238, 239, 0.4);
}

.link-blue {
  -webkit-transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  transition: all 500ms cubic-bezier(.215, .61, .355, 1);
  color: #6c68f5;
}

.link-blue:hover {
  border-bottom: 2px solid #6c68f5;
  font-family: DeltaRegular, Arial, sans-serif;
  color: #6c68f5;
  font-weight: 400;
  letter-spacing: 0.025em;
  text-decoration: none;
}

@media screen and (min-width: 1440px) {
  .logo-container {
    position: relative;
    left: 0px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .mainnav-container {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .mainnav {
    height: auto;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .container.container-cta {
    max-width: 1400px;
  }

  .container.container-footer {
    max-width: 1400px;
  }

  .container.container-callout {
    max-width: 1400px;
  }

  .container.app-hero-container {
    max-width: 1400px;
  }

  .cta-manage-water {
    overflow: hidden;
  }

  .hero-header-block {
    position: relative;
    top: 0%;
    width: 70%;
    height: 100%;
  }

  .hero-paragraph {
    left: auto;
    top: auto;
    right: auto;
    bottom: 5%;
    margin-left: 34px;
  }

  .container-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .boundaries-image {
    max-width: 600px;
  }

  .data-image {
    max-width: 600px;
  }

  .cta-header-block {
    position: absolute;
    top: 15%;
  }

  .cta-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .report-image {
    max-width: 600px;
  }

  .container-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 1280px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-block {
    position: absolute;
    top: 15%;
  }

  .footer-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .footer-copyright {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .abouthero-header-block {
    position: relative;
    top: 0%;
    width: 70%;
    height: 100%;
    padding-top: 5%;
  }

  .abouthero-heading {
    background-image: url('../images/03.-Snowy-Mint.jpg');
    background-position: 50% 0%;
  }

  .abouthero-paragraph {
    left: auto;
    top: auto;
    right: auto;
    bottom: 5%;
    margin-left: 34px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    position: absolute;
    top: 15%;
  }

  .callout-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .about-image1 {
    max-width: 600px;
  }

  .about-image2 {
    max-width: 600px;
  }

  .about-image3 {
    max-width: 600px;
  }

  .contact-form {
    max-width: 600px;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-image2 {
    max-width: 600px;
  }

  .help-image1 {
    max-width: 600px;
  }

  .app-hero {
    overflow: hidden;
  }

  .app-header-block {
    position: absolute;
    top: 15%;
  }

  .app-paragraph {
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    margin-left: 34px;
  }

  .app-gethelp {
    overflow: hidden;
  }
}

@media screen and (min-width: 1920px) {
  .mainnav-container {
    margin-top: 20px;
  }

  .container {
    max-width: 1500px;
  }

  .container.container-cta {
    max-width: 1600px;
  }

  .container.container-footer {
    max-width: 1600px;
  }

  .container.container-callout {
    max-width: 1600px;
  }

  .container.app-hero-container {
    max-width: 1600px;
  }

  .hero {
    right: auto;
  }

  .hero-paragraph {
    left: 0px;
    right: auto;
    bottom: 0%;
    margin-bottom: 30px;
  }

  .container-header {
    max-width: 1500px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-2 {
    max-width: 600px;
  }

  .container-footer {
    max-width: 1500px;
  }

  .secondaryhero {
    right: auto;
  }

  .abouthero-paragraph {
    left: 0px;
    right: auto;
    bottom: 0%;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 991px) {
  .link.mainnav-a {
    font-size: 12px;
  }

  .container {
    max-height: 80%;
  }

  .container.benefits {
    display: block;
    height: auto;
    max-height: none;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.container-cta {
    background-position: 0% 100%;
  }

  .container.logos {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .container.container-footer {
    position: relative;
    height: auto;
    max-height: none;
    background-image: none;
  }

  .container.secondaryhero-container {
    display: block;
    height: auto;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .container.contacthero-container {
    display: block;
    height: auto;
    background-position: 100% 100%;
    background-size: auto 100%;
  }

  .container.container-callout {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .container.app-hero-container {
    height: auto;
    min-height: 300px;
    background-position: 0% 100%;
  }

  .cta-manage-water {
    overflow: hidden;
  }

  .hero-header-block {
    width: 100%;
  }

  .hero-heading {
    font-size: 80px;
    line-height: 72px;
  }

  .hero-paragraph {
    left: 30px;
    right: auto;
    bottom: 5%;
    width: 75%;
    margin-left: 0px;
  }

  .section {
    width: 100%;
    height: 100%;
  }

  .sign-in {
    position: relative;
    top: 0%;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .button {
    bottom: -10%;
  }

  .container-header {
    padding-right: 20px;
    padding-left: 20px;
  }

  .boundaries-text {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .boundaries-image {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .data-image {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .data-text {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .report-text {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .cta-header-block {
    height: 100%;
  }

  .cta-heading {
    font-size: 70px;
    line-height: 62px;
  }

  .report-image {
    width: 75%;
    margin-top: 60px;
    margin-left: 30px;
  }

  .nav {
    width: 10%;
  }

  .signin-heading {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 18px;
  }

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

  .form-block {
    margin-bottom: 0px;
  }

  .signin-submit {
    display: block;
    width: 33%;
  }

  .signin-email {
    width: 40%;
    margin-right: 19px;
  }

  .signin-password {
    width: 40%;
    margin-right: 20px;
  }

  .container-footer {
    position: relative;
    padding-right: 20px;
    padding-left: 20px;
  }

  .footer-block {
    position: relative;
    width: 100%;
    padding-top: 60px;
  }

  .abouthero-header-block {
    width: 100%;
  }

  .abouthero-heading {
    font-size: 80px;
    line-height: 72px;
  }

  .abouthero-paragraph {
    left: 30px;
    right: auto;
    bottom: 5%;
    width: 75%;
    margin-left: 0px;
  }

  .boundaries-text-copy {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    height: 100%;
  }

  .callout-heading {
    font-size: 70px;
    line-height: 62px;
  }

  .about-text1 {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .about-image1 {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .about-text2 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .about-image2 {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .about-text3 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
  }

  .about-image3 {
    width: 75%;
    margin-top: 60px;
    margin-left: 30px;
  }

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

  .submit {
    display: block;
    width: 33%;
  }

  .contact-form {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .cards-grid-container {
    grid-column-gap: 20px;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-text2 {
    width: 80%;
    margin-bottom: 60px;
    margin-left: 30px;
    padding-right: 65px;
    padding-left: 0px;
    float: left;
  }

  .help-image2 {
    width: 75%;
    margin-top: 50px;
    margin-left: 30px;
    float: left;
    clear: right;
  }

  .help-text1 {
    position: relative;
    width: 80%;
    margin-bottom: 60px;
    margin-left: 31px;
    clear: both;
  }

  .help-image1 {
    position: relative;
    width: 75%;
    margin-top: 50px;
    margin-right: 0px;
    margin-left: 30px;
    float: left;
    clear: none;
  }

  .app-hero {
    overflow: hidden;
    margin-top: 0px;
  }

  .app-header-block {
    width: 90%;
    height: 100%;
  }

  .app-gethelp {
    overflow: hidden;
  }

  .app-names {
    width: 50%;
    margin-right: 40%;
    clear: both;
  }

  .app-map {
    width: 50%;
  }

  .app-evapochart {
    display: block;
    width: 50%;
    margin-right: auto;
    margin-left: auto;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .app-verification {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: auto;
    padding-bottom: 25px;
  }

  .app-account {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .image-4 {
    width: auto;
  }

  .btn-viewdata {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .app-heading-verification {
    display: none;
    width: 100%;
    clear: left;
  }

  .btn-verify {
    width: 33%;
  }

  .app-account-heading {
    width: auto;
  }
}

@media screen and (max-width: 767px) {
  .container {
    height: auto;
  }

  .container.container-cta {
    display: block;
    height: auto;
  }

  .container.container-callout {
    display: block;
    height: auto;
  }

  .container.app-hero-container {
    display: block;
    height: auto;
  }

  .hero-header-block {
    height: auto;
    min-height: auto;
  }

  .hero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .button {
    margin-bottom: 20px;
  }

  .cta-header-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .cta-heading {
    font-size: 60px;
  }

  .cta-paragraph {
    font-size: 14px;
  }

  .nav {
    display: none;
    width: 20%;
  }

  .signin-email {
    border-radius: 0px;
  }

  .signin-password {
    border-radius: 0px;
  }

  .text-field {
    border-radius: 0px;
  }

  .abouthero-header-block {
    height: auto;
    min-height: auto;
  }

  .abouthero-heading {
    font-size: 60px;
    line-height: 60px;
  }

  .callout-header-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 80%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .callout-heading {
    font-size: 60px;
  }

  .callout-paragraph {
    font-size: 14px;
  }

  .helpfaq {
    padding: 40px 20px;
  }

  .cards-grid-container {
    max-width: none;
    -ms-grid-row-align: stretch;
    align-self: stretch;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto auto auto;
    grid-template-rows: auto auto auto;
  }

  .app-header-block {
    position: relative;
    display: block;
    overflow: hidden;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 30px;
    float: right;
  }

  .app-paragraph {
    font-size: 14px;
  }

  .app-verification {
    display: block;
    padding-top: 10px;
    padding-bottom: 10px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .app-heading-verification {
    display: block;
    margin-bottom: 20px;
  }

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

@media screen and (max-width: 479px) {
  .header {
    margin-top: 0px;
    padding-top: 20px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  }

  .mainnav-container {
    position: relative;
    display: none;
    clear: left;
  }

  .mainnav {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-left: 0px;
  }

  .container {
    display: block;
    height: 80vh;
  }

  .container.benefits {
    padding-left: 0px;
    -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;
  }

  .container.logos {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }

  .cta-manage-water {
    overflow: hidden;
  }

  .hero-header-block {
    position: absolute;
    top: 5%;
    -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;
  }

  .hero-heading {
    font-size: 50px;
    line-height: 45px;
  }

  .right-arrow {
    display: none;
  }

  .left-arrow {
    display: none;
  }

  .hero-paragraph {
    width: 80%;
    font-size: 12px;
    line-height: 19px;
  }

  .sign-in {
    display: block;
  }

  .heading {
    font-size: 30px;
  }

  .container-header {
    display: block;
  }

  .ca-logos {
    float: left;
    clear: none;
  }

  .boundaries-text {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .boundaries-image {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

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

  .boundaries-links {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: none;
    clear: both;
    font-size: 12px;
  }

  .data-image {
    width: auto;
    margin-left: 0px;
  }

  .data-text {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .report-text {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .cta-header-block {
    width: 100%;
  }

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

  .cta-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .cta-button {
    margin-left: auto;
  }

  .report-image {
    width: auto;
    margin-left: 0px;
  }

  .delta-signin-form {
    display: block;
  }

  .signin-submit {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .signin-email {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 10px;
  }

  .signin-password {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 0px;
    font-size: 10px;
  }

  .signin-paragraph {
    font-size: 10px;
  }

  .footer-paragraph {
    width: 80%;
    font-size: 14px;
    line-height: 20px;
  }

  .footer-copyright {
    width: 80%;
    line-height: 16px;
  }

  .form-block-2 {
    display: block;
    width: 80%;
  }

  .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;
  }

  .text-field {
    position: relative;
    border-radius: 0px;
  }

  .subscribesubmit {
    position: relative;
    float: right;
    border-left-style: none;
    border-left-width: 0px;
  }

  .abouthero-header-block {
    position: absolute;
    top: 5%;
    -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;
  }

  .abouthero-heading {
    font-size: 50px;
    line-height: 45px;
  }

  .abouthero-paragraph {
    width: 80%;
    font-size: 12px;
    line-height: 19px;
  }

  .boundaries-text-copy {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .callout-about {
    overflow: hidden;
  }

  .callout-header-block {
    width: 100%;
  }

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

  .callout-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .about-text1 {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .about-image1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .about-text2 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .about-image2 {
    width: auto;
    margin-left: 0px;
  }

  .about-text3 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .about-image3 {
    width: auto;
    margin-left: 0px;
  }

  .delta-contact-form {
    display: block;
  }

  .submit {
    width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    clear: both;
  }

  .contact-form {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .contact-links {
    display: inline-block;
    width: auto;
    margin-right: 15px;
    float: none;
    clear: both;
    font-size: 12px;
  }

  .centered-container {
    text-align: left;
  }

  .cards-grid-container {
    margin-right: 0px;
    margin-left: 0px;
    padding-top: 20px;
    padding-bottom: 20px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .callout-help {
    overflow: hidden;
  }

  .help-text2 {
    width: auto;
    margin-left: 0px;
    padding-left: 20px;
  }

  .help-image2 {
    width: auto;
    margin-left: 0px;
  }

  .help-text1 {
    display: block;
    width: auto;
    margin-top: 50px;
    margin-left: 0px;
    padding-bottom: 70px;
    padding-left: 20px;
  }

  .help-image1 {
    width: auto;
    max-width: none;
    margin-left: 0px;
  }

  .app-hero {
    overflow: hidden;
  }

  .app-header-block {
    width: 100%;
  }

  .app-heading {
    line-height: 40px;
  }

  .app-paragraph {
    font-size: 12px;
    line-height: 22px;
  }

  .app-gethelp {
    overflow: hidden;
  }

  .app-names {
    width: 90%;
  }

  .app-map {
    width: 100%;
  }

  .app-evapochart {
    width: 100%;
  }

  .app-filter-dropdown {
    margin-right: auto;
    margin-left: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a0-05bc1bc2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a2-05bc1bc2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a7-05bc1bc2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a9-05bc1bc2 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-align: start;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f151896-05bc1bc2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f15189d-05bc1bc2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #w-node-bc6070dc-48cf-6cc8-44bd-dca15f1518a4-05bc1bc2 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'DeltaRegular';
  src: url('../fonts/DeltaRegular-Regular.woff2') format('woff2'), url('../fonts/DeltaRegular-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DeltaBold';
  src: url('../fonts/DeltaBold-Bold.woff') format('woff'), url('../fonts/DeltaBold-Bold.woff') format('woff'), url('../fonts/DeltaBold-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'DeltaHeading';
  src: url('../fonts/DeltaHeading-Medium.woff') format('woff'), url('../fonts/DeltaHeading-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}