.gform_wrapper .gfield :where(input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=password], textarea) {
  width: 100%;
  border: 1px solid #1C2B4A;
  border-radius: 1.625rem;
  outline: 0;
  padding: 0.5rem 2rem !important;
  color: black;
  font-size: 18px !important;
}
.gform_wrapper .gfield :where(input[type=text], input[type=email], input[type=tel], input[type=url], input[type=number], input[type=password], textarea):focus-within {
  border-color: #2EBF91;
}
.gform_wrapper .gform_footer {
  display: flex;
  justify-content: flex-end;
}
.gform_wrapper .gform_button {
  display: inline-block;
  font-family: Mukta Mahee, sans-serif;
  font-size: inherit;
  font-weight: 900;
  line-height: 1.333;
  text-align: center;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, text-shadow 0.15s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  vertical-align: middle;
  white-space: normal;
  background-color: #2ebf91;
  border: none;
  color: #fff;
  border-radius: 10em;
  padding: 0.875rem 2rem;
  margin-top: 3rem;
  cursor: pointer;
}
.gform_wrapper .gform_button:hover {
  background: #2ebf91;
  border-color: #2ebf91;
  box-shadow: 0 0 0 8px rgba(46, 191, 145, 0.5);
}
.gform_wrapper .gform_button:after {
  content: "\e908";
  padding-left: 1.3rem;
  speak: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #070b28;
  font-style: normal;
  font-variant: normal;
  font-weight: 400;
  line-height: 1;
  position: relative;
  text-transform: none;
  top: 0.15em;
}

.video-container {
  position: relative;
  padding-bottom: 56.25%;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}




/*# sourceMappingURL=styles.css.map */
