.df-loader {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 135px;
  z-index: 999999;
}
.df-loader-symbol {
  border-top: 10px solid yellow;
  border-right: 10px solid red;
  border-bottom: 10px solid black;
  border-left: 10px solid #e9e9e9;
  animation: spin 1s linear 0s infinite forwards;
  border-radius: 50%;
  width: 100px;
  height: 100px;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.disable-form *:not(.df-cc-submit-btn) {
  opacity: 0.2;
}

.light-green {
  color: #d3e4e4 !important;
}

.fly-out {
  transform: translateX(-100vw);
}

.fly-in {
  z-index: 9999 !important;
  transform: translateY(0) !important;
}

.white-prefix::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}

.white-prefix::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #ffffff;
  opacity: 1; /* Firefox */
}
.white-prefix:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #ffffff;
}
.white-prefix::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #ffffff;
}

@media (min-width: 769px) {
  .df-desktop {
    display: block;
    margin-top: 25px;
  }
  .df-mobile {
    display: none;
  }
}
@media (max-width: 768px) {
  .df-desktop {
    display: none;
  }
  .df-mobile {
    display: block;
  }
}
iframe {
  width: 100vw;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.df-header-text > h2 {
  margin-top: 0px !important;
}

@media (max-width: 900px) {
  .df-header-text h2 {
    font-size: 1.2em !important;
  }
}
@media (max-width: 860px) {
  .df-header-text span {
    font-size: 20px !important;
  }
}
.df-wrapper {
  background-color: #e6e7e9;
}
.df-wrapper #paypal-button-container img {
  display: none;
}
.df-wrapper .cover {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #e6e7e9;
  opacity: 0.7;
  z-index: 1000;
  transition: 2 all;
}
.df-wrapper textarea {
  padding: 15px !important;
}
.df-wrapper textarea,
.df-wrapper input[type=text],
.df-wrapper input[type=number],
.df-wrapper .contact-email {
  border-radius: 0.4rem;
  line-height: 1.5;
  height: 40px;
  width: 100% !important;
  color: #231f20;
  background-color: #fff;
  border: 1px solid #000;
  box-shadow: none;
  box-sizing: border-box !important;
  display: inline-block;
  margin-bottom: 15px;
  font-size: 14px;
  vertical-align: middle;
  font: inherit;
  padding: 4px 6px;
}
.df-wrapper h2,
.df-wrapper h3 {
  font-weight: 700;
  font-family: "laca-text" !important;
  line-height: 1;
  letter-spacing: 0px;
}
.df-wrapper h3 {
  color: #237778 !important;
  margin: 20px 0px !important;
  text-transform: uppercase;
}
.df-wrapper header {
  overflow: hidden;
}
.df-wrapper header,
.df-wrapper section {
  position: relative;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 50px;
  font-family: "laca-text" !important;
}
.df-wrapper section {
  padding: 20px 40px;
}
.df-wrapper header {
  max-height: 350px;
  display: flex;
}
.df-wrapper header .df-header-text {
  width: 45%;
  padding: 50px;
  font-size: 1.2rem;
}
.df-wrapper header .df-header-img {
  /*width: 80%;*/
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-wrapper header .df-header-img img {
  transform: translateX(10px);
  padding-right: 0;
  -o-object-fit: cover;
  object-fit: cover;
  /*height: 75%;
  max-width: 600px;*/
  max-width: 500px;
}
.df-wrapper section#df-contact {
  background-color: #fff;
}
.df-wrapper section#df-contact .df-contact-group {
  display: flex;
}
.df-wrapper section#df-contact .df-contact-group div {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.df-wrapper section#df-donation {
  background-color: #fff;
}
.df-wrapper section#df-donation h3 {
  padding-bottom: 30px;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-btn,
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-input {
  margin-bottom: 0px !important;
  border: 1px solid #000;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 144px;
  height: 55px;
  max-width: 144px;
  max-height: 64px;
  box-sizing: border-box;
  cursor: pointer;
  transition: 0.3s all;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-btn:hover,
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-input:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3333333333);
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-btn span:first-of-type {
  font-weight: 700;
  line-height: 1;
  padding-top: 3px;
  font-size: 18px;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-btn span:last-of-type {
  font-weight: 100;
  line-height: 1;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-btn:nth-of-type(2):before {
  content: "MOST POPULAR";
  color: #237778;
  font-size: 0.8rem;
  position: absolute;
  top: -18px;
  left: 0;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-input {
  font-size: 18px;
  padding-left: 10px;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-buttons .df-popular {
  background: #d3e4e4;
  border-color: #d3e4e4;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-bottom {
  display: flex;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-bottom .df-donation-group-bottom-container {
  width: 50%;
  padding: 20px 50px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-bottom .df-donation-group-bottom-container .df-check-btn {
  text-align: center;
  text-decoration: underline;
  line-height: 1.2;
  padding: 0 10px;
  cursor: pointer;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-bottom .df-donation-group-bottom-container .df-check-btn:-moz-any-link {
  color: #000;
}
.df-wrapper section#df-donation .df-donation-group .df-donation-group-bottom .df-donation-group-bottom-container .df-check-btn:any-link {
  color: #000;
}
.df-wrapper section#df-payment {
  background-color: #fff;
}
.df-wrapper section#df-payment .df-payment-group {
  display: flex;
}
.df-wrapper section#df-payment .df-payment-group-left {
  border-right: 1px solid #000;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
}
.df-wrapper section#df-payment .df-payment-group-left .df-amount {
  pointer-events: none;
  color: #237778 !important;
  margin-bottom: 2px !important;
  font-size: 18px !important;
}
.df-wrapper section#df-payment .df-payment-group-left .df-amount::-moz-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #237778;
  opacity: 1; /* Firefox */
  font-weight: 700;
}
.df-wrapper section#df-payment .df-payment-group-left .df-amount::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #237778;
  opacity: 1; /* Firefox */
  font-weight: 700;
}
.df-wrapper section#df-payment .df-payment-group-left .df-amount:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #237778;
  font-weight: 700;
}
.df-wrapper section#df-payment .df-payment-group-left .df-amount::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #237778;
  font-weight: 700;
}
.df-wrapper section#df-payment .df-payment-group-left .df-payment-amount-subtext {
  font-size: 10px;
  margin-left: 2px;
}
.df-wrapper section#df-payment .df-payment-group-left .df-secure-group {
  margin-top: 40px;
  display: flex;
  align-items: center;
}
.df-wrapper section#df-payment .df-payment-group-left .df-secure-group .df-secure {
  margin-left: 10px;
  font-size: 10px;
  text-transform: uppercase;
  color: rgb(85, 85, 85);
}
.df-wrapper section#df-payment .df-payment-group-right {
  padding-left: 40px;
  width: 66%;
}
.df-wrapper section#df-payment .df-payment-group-right .pay-with {
  margin-right: 20px;
}
.df-wrapper section#df-payment .df-payment-group-right #payment-request-button {
  width: 122px;
  margin-right: 20px;
}
.df-wrapper section#df-payment .df-payment-group-right .df-pay-buttons {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  border-bottom: 1px solid #000;
  padding-bottom: 20px;
}
.df-wrapper section#df-payment .df-payment-group-right .df-pay-buttons span {
  color: #237778;
  font-weight: 700;
}
.df-wrapper section#df-payment .df-payment-group-right .df-pay-buttons .df-pay-btn {
  height: 35px;
  width: 120px;
  border: 1px solid black;
  border-radius: 0.2rem;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s all;
}
.df-wrapper section#df-payment .df-payment-group-right .df-pay-buttons .df-pay-btn img {
  width: 60%;
}
.df-wrapper section#df-payment .df-payment-group-right .df-pay-buttons .df-pay-btn:hover {
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3333333333);
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form {
  display: grid;
  -moz-column-gap: 10px;
  column-gap: 10px;
  grid-template-columns: 120px 120px 120px;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form span {
  grid-row: 1;
  grid-column: 1/span 3;
  color: #237778;
  font-weight: 700;
  margin-bottom: 10px;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form #df-cc-num,
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper {
  grid-row: 2;
  grid-column: 1/span 3;
  max-width: 380px;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper {
  position: relative;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper:after {
  content: "";
  background-image: url("images/cc-strip.png");
  position: absolute;
  background-repeat: no-repeat;
  height: 30px;
  width: 100%;
  top: 5px;
  left: 200px;
}
@media (max-width: 413px) {
  .df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper:after {
    transform: scale(0.7);
    transform-origin: left;
  }
}
@media (max-width: 360px) {
  .df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper:after {
    margin-left: -20px;
  }
}
@media (max-width: 333px) {
  .df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper:after {
    transform: scale(0.6);
  }
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form #df-cc-name {
  grid-row: 3;
  grid-column: 1;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form #df-cc-exp {
  grid-row: 3;
  grid-column: 2;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form #df-cc-ccv {
  grid-row: 3;
  grid-column: 3;
}
.df-wrapper section#df-payment .df-payment-group-right .df-cc-form .df-cc-submit-btn {
  grid-row: 4;
  grid-column: 1/span 2;
  border: 1px solid #237778;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 40px;
  cursor: pointer;
  background-color: #237778;
  color: #fff;
}
.df-wrapper #df-thankyou {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.df-wrapper #df-thankyou h1 {
  font-size: 2rem;
}
.df-wrapper #df-thankyou .df-why-donate {
  height: 25vh;
}
.df-wrapper #df-thankyou .df-memory_of {
  height: 10vh;
}
.df-wrapper #df-thankyou .df-thankyou-checkbox-group {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
}
.df-wrapper #df-thankyou .df-thankyou-checkbox-group div {
  width: 50%;
  padding: 0px 10px;
}
.df-wrapper #df-thankyou .df-desktop-thankyou-btn-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.df-wrapper #df-thankyou .df-desktop-thankyou-btn-group .df-circle-divider {
  color: #fff;
  background-color: #237778;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50px;
}
.df-wrapper #df-thankyou .df-desktop-thankyou-btn-group .df-desktop-nav-btn {
  width: 45%;
  border: 1px solid #237778;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 40px;
  cursor: pointer;
  background-color: #237778;
  color: #fff;
}
.df-wrapper #df-thankyou .df-desktop-thankyou-btn-group .df-desktop-nav-btn_alt {
  border: 1px solid #000;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 40px;
  cursor: pointer;
  background-color: #fff;
  color: #000;
  width: 45%;
}
.df-wrapper #df-check .df-check-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: 0.5s all !important;
}
.df-wrapper #df-check h1 {
  font-size: 2rem;
}
.df-wrapper #df-check span {
  font-size: 1.2rem;
  display: block;
}
.df-wrapper #df-check .df-check-text {
  font-size: 1.2rem;
}
.df-wrapper #df-check .df-check-text,
.df-wrapper #df-check .df-final {
  width: 90vw;
}
.df-wrapper #df-check .df-desktop-nav-btn {
  border: 1px solid #237778;
  border-radius: 0.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 700;
  height: 40px;
  cursor: pointer;
  background-color: #237778;
  color: #fff;
}

@media (min-width: 767px) {
  .df-wrapper .df-header-text-mobile {
    display: none;
  }
  .df-wrapper .df-mobile-nav-btn {
    display: none;
  }
  .df-wrapper section#df-thankyou {
    display: none;
  }
  .df-wrapper section#df-check {
    display: none;
  }
  .df-wrapper .df-mobile-nav-btn--back {
    display: none;
  }
}
@media (max-width: 768px) {
  .df-wrapper {
    background-color: #fff;
    margin-top: -20px !important;
  }
  .df-wrapper h3 {
    color: #000 !important;
  }
  .df-wrapper .df-mobile-nav-btn {
    border: 1px solid #237778;
    border-radius: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    height: 40px;
    cursor: pointer;
    background-color: #237778;
    color: #fff;
    width: 90vw;
    min-height: 42px;
  }
  .df-wrapper .df-mobile-nav-btn--back {
    text-align: center;
    position: relative;
    top: 25px;
    grid-column: 1/span 3;
  }
  .df-wrapper header {
    display: none;
  }
  .df-wrapper section {
    padding: 0px 20px;
    position: absolute;
    border-radius: 0px;
    height: 100vh;
    top: 0;
    left: 0;
    right: 0;
    width: 89vw;
  }
  .df-wrapper section:nth-of-type(1) {
    z-index: 100;
  }
  .df-wrapper section:nth-of-type(2) {
    z-index: 99;
  }
  .df-wrapper section:nth-of-type(3) {
    z-index: 98;
  }
  .df-wrapper section:nth-of-type(4) {
    z-index: 97;
  }
  .df-wrapper section:nth-of-type(5) {
    z-index: 96;
  }
  .df-wrapper #df-contact {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .df-wrapper #df-contact h3 {
    display: none;
  }
  .df-wrapper #df-contact .df-header-text-mobile {
    line-height: 1.0;
    font-size: calc(1.5vh + 1vw) !important;
  }
  .df-wrapper #df-contact .df-contact-group {
    flex-direction: column;
    height: 140px;
  }
  .df-wrapper #df-contact .df-contact-group div {
    width: 100% !important;
  }
  .df-wrapper #df-contact .df-contact-group .df-contact-input {
    margin-top: 30px;
  }
  .df-wrapper #df-contact .df-mobile-nav-btn {
    margin-bottom: 100px;
  }
  .df-wrapper #df-donation {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .df-wrapper #df-donation h3 {
    padding-bottom: 20px !important;
  }
  .df-wrapper #df-donation .df-donation-group-buttons {
    display: grid !important;
    row-gap: 15px;
  }
  .df-wrapper #df-donation .df-donation-group-buttons .df-btn:nth-of-type(1) {
    grid-row: 1;
    grid-column: 1;
  }
  .df-wrapper #df-donation .df-donation-group-buttons .df-btn:nth-of-type(2) {
    grid-row: 1;
    grid-column: 2;
  }
  .df-wrapper #df-donation .df-donation-group-buttons .df-btn:nth-of-type(3) {
    grid-row: 2;
    grid-column: 1;
  }
  .df-wrapper #df-donation .df-donation-group-buttons .df-input {
    grid-row: 2;
    grid-column: 2;
    margin-bottom: 0px !important;
  }
  .df-wrapper #df-donation .df-donation-group-bottom {
    flex-direction: column;
  }
  .df-wrapper #df-donation .df-donation-group-bottom-container {
    padding: 20px 0px 0px !important;
    width: 100% !important;
  }
}
@media (max-width: 768px) and (max-height: 575px) {
  .df-wrapper #df-donation .df-donation-group-bottom-container {
    padding: 0px !important;
    font-size: 10px !important;
  }
}
@media (max-width: 768px) {
  .df-wrapper #df-donation .df-donation-group-bottom-container .df-check-btn {
    margin: 20px 0px;
  }
}
@media (max-width: 768px) and (max-height: 575px) {
  .df-wrapper #df-donation .df-donation-group-bottom-container .df-check-btn {
    margin: 0px;
  }
}
@media (max-width: 768px) {
  .df-wrapper #df-donation .df-donation-group-bottom-container:last-of-type {
    padding: 20px 0px 0px !important;
  }
  .df-wrapper #df-donation .df-donation-group-bottom-container:last-of-type a {
    padding: 0px 50px !important;
  }
  .df-wrapper #df-donation .df-donation-group-bottom .df-donation-group-checkbox span {
    line-height: 1.5;
  }
  .df-wrapper #df-donation .df-mobile-nav-btn--back {
    top: 10px;
    margin-bottom: 114px;
  }
  .df-wrapper #df-payment {
    width: 88%;
  }
  .df-wrapper #df-payment .df-payment-group {
    flex-direction: column;
    justify-content: space-between;
  }
  .df-wrapper #df-payment .df-payment-group-left {
    width: 100% !important;
    display: grid !important;
    grid-template-columns: 50% 50%;
    padding: 0px !important;
    border: none !important;
  }
  .df-wrapper #df-payment .df-payment-group-left h3 {
    grid-row: 1;
    grid-column: 1;
    margin: 20px 0px !important;
  }
  .df-wrapper #df-payment .df-payment-group-left .df-secure-group {
    grid-row: 1;
    grid-column: 2;
    margin: 0px 0px 0px auto !important;
  }
  .df-wrapper #df-payment .df-payment-group-left .df-amount {
    grid-row: 2;
    grid-column: 1/span 2;
  }
  .df-wrapper #df-payment .df-payment-group-left .df-payment-amount-subtext {
    grid-row: 3;
    grid-column: 2;
    text-align: right;
    margin-top: 3px;
  }
  .df-wrapper #df-payment .df-payment-group-right {
    width: 100% !important;
    padding: 0px !important;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-pay-buttons {
    margin-top: 40px;
    position: relative;
    border: none !important;
    padding-bottom: 30px !important;
  }
}
@media (max-width: 768px) and (max-height: 575px) {
  .df-wrapper #df-payment .df-payment-group-right .df-pay-buttons {
    margin-top: 16px;
    padding-bottom: 10px !important;
  }
}
@media (max-width: 768px) {
  .df-wrapper #df-payment .df-payment-group-right .df-pay-buttons span {
    position: absolute;
    top: -22px;
    left: 0;
    font-size: 12px;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-pay-buttons .df-pay-btn {
    width: 150px !important;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-pay-buttons .df-pay-btn:first-of-type {
    display: none !important;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-cc-form {
    grid-template-columns: repeat(3, 1fr) !important;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-cc-form span {
    font-size: 12px;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-cc-form .df-cc-img-wrapper:after {
    top: -36px !important;
    left: 190px !important;
  }
  .df-wrapper #df-payment .df-payment-group-right .df-cc-form .df-cc-submit-btn {
    margin-top: 40px;
    grid-column: 1/span 3 !important;
  }
}
@media (max-width: 768px) and (max-height: 575px) {
  .df-wrapper #df-payment .df-payment-group-right .df-cc-form .df-cc-submit-btn {
    margin-top: 0px;
  }
}
@media (max-width: 768px) and (max-width: 668px) {
  .df-wrapper #df-payment .df-payment-group-right .df-cc-form .df-mobile-nav-btn--back {
    top: 12px !important;
  }
}
@media (max-width: 768px) {
  .df-wrapper #df-thankyou {
    justify-content: unset !important;
  }
  .df-wrapper #df-thankyou .df-thankyou-text h1 {
    max-width: 175px;
    font-size: 1.5rem !important;
    margin-bottom: 0px !important;
  }
  .df-wrapper #df-thankyou .df-thankyou-text span {
    display: block;
    margin: 5px 0px 10px;
  }
  .df-wrapper #df-thankyou textarea {
    padding: 15px !important;
    height: 28vh !important;
  }
}
@media (max-width: 768px) and (max-height: 575px) {
  .df-wrapper #df-thankyou textarea {
    height: 75px !important;
  }
}
@media (max-width: 768px) {
  .df-wrapper #df-thankyou .df-thankyou-checkbox-group {
    margin-top: 15px;
    flex-direction: column !important;
    justify-content: unset !important;
    align-items: unset !important;
  }
  .df-wrapper #df-thankyou .df-thankyou-checkbox-group input[type=text] {
    padding-left: 15px !important;
  }
  .df-wrapper #df-thankyou .df-thankyou-checkbox-group div {
    width: unset !important;
    margin-bottom: 20px !important;
    padding: 0px !important;
  }
  .df-wrapper #df-thankyou .df-desktop-thankyou-btn-group {
    display: none !important;
  }
  .df-wrapper #df-check {
    text-align: center;
  }
  .df-wrapper #df-check .df-check-group {
    height: 92vh !important;
    justify-content: unset !important;
  }
  .df-wrapper #df-check h1 {
    font-size: 1.5 !important;
    margin-bottom: 0px !important;
  }
  .df-wrapper #df-check .df-check-text {
    margin-top: 20px !important;
  }
  .df-wrapper #df-check .df-check-address {
    margin: 20px 0px 50px;
  }
  .df-wrapper #df-check .df-desktop-nav-btn {
    display: none !important;
  }
  .df-wrapper #df-check .df-mobile-nav-btn span {
    font-size: 16px !important;
    margin-bottom: 0px !important;
  }
}/*# sourceMappingURL=nno.css.map */