.label-first {
  align-self: stretch;
  position: relative;
  font-size: var(--font-size-smi);
  line-height: 18.57px;
  font-weight: 700;
  font-family: var(--font-inter);
  color: var(--color-seagreen);
  text-align: left;
}
.text-input {
  height: 46px;
  border-radius: var(--br-7xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-darkgray);
  box-sizing: border-box;
}
.label-last,
.text-input,
.text-input1 {
  align-self: stretch;
  position: relative;
}
.label-last {
  font-size: var(--font-size-smi);
  line-height: 18.57px;
  font-weight: 700;
  font-family: var(--font-inter);
  color: var(--color-seagreen);
  text-align: left;
}
.text-input1 {
  height: 46px;
  border-radius: var(--br-7xs);
  background-color: var(--color-white);
  border: 1px solid var(--color-darkgray);
  box-sizing: border-box;
}
.name-fields {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: var(--gap-9xs);
}
.label-e-mail,
.text-input2 {
  align-self: stretch;
  position: relative;
}
.label-e-mail {
  font-size: var(--font-size-smi);
  line-height: 18.57px;
  font-weight: 700;
  font-family: var(--font-inter);
  color: var(--color-seagreen);
  text-align: left;
}
.text-input2 {
  border: 1px solid var(--color-darkgray);
  outline: 0;
  background-color: var(--color-white);
  height: 46px;
  border-radius: var(--br-7xs);
  box-sizing: border-box;
  /*min-width: 238px;*/
}
.email-field {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 0 12px;
  gap: var(--gap-9xs);
}
.play-now {
  position: relative;
  /*font-size: 36px;*/
  font-size: 20px !important;
  line-height: 20px;
  font-family: var(--font-inter);
  color: var(--color-white);
  text-align: left;
}
.button,
.form-container {
  display: flex;
  align-items: flex-start;
}
.button {
  cursor: pointer;
  border: 0;
  padding: 24.5px var(--padding-xl);
  background-color: var(--color-orangered-100);
  align-self: stretch;
  border-radius: var(--br-5xs);
  overflow: hidden;
  flex-direction: row;
  justify-content: center;
  white-space: nowrap;
}
.button:hover {
  background-color: #e64f00;
}
.form-container {
  margin: 0;
  flex: 0.9083;
  border-radius: 10px;
  background-color: #e6e6e6;
  border: 1px solid var(--color-seagreen);
  box-sizing: border-box;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-xl) 19px;
  gap: var(--gap-9xs);
  /*min-width: 283px;*/
  max-width: 100%;
}
.h1 {
  position: relative;
  line-height: 120px;
  white-space: nowrap;
}
.h1,
.h2,
.headers {
  align-self: stretch;
}
.h2 {
  margin: 0;
  position: relative;
  font-size: 44px;
  line-height: 100%;
  font-weight: 700;
  font-family: inherit;
  color: var(--color-black);
}
.headers {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 8px;
  color: var(--color-orangered-100);
}
.help-us-save,
.injured-animals {
  margin: 0;
}
.h3 {
  align-self: stretch;
  position: relative;
  font-size: 32px;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
}
.all-inclusive,
.h3,
.h4,
.room-food {
  margin: 0;
}
.h4 {
  flex: 1;
  position: relative;
  font-size: inherit;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
}
.button-container,
.content,
.description {
  display: flex;
  align-items: flex-start;
  max-width: 100%;
}
.description {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  font-size: 16px;
}
.button-container,
.content {
  flex-direction: column;
  box-sizing: border-box;
}
.button-container {
  align-self: stretch;
  border-radius: var(--br-5xs);
  overflow: hidden;
  justify-content: flex-start;
  align-items: center;
  /*padding: 0 var(--padding-21xl);*/
  gap: 22px;
}
.content {
  flex: 1;
  justify-content: flex-end;
  padding: 0 0 13.9px;
  /*min-width: 283px;*/
  align-items: center;
}
.form-container-parent {
  width: 904px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: flex-start;
  gap: 32px;
  max-width: 100%;
  text-align: center;
  font-size: 150px;
  color: var(--color-black);
  font-family: var(--font-inter);
}
.banking-container-icon {
  height: 48px;
  flex: 1;
  position: relative;
  max-width: 100%;
  overflow: hidden;
  object-fit:contain;
}
.banking,
.content-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  padding: 0 66px;
  box-sizing: border-box;
  max-width: 100%;
}
.content-wrapper {
  /*border-radius: 40px;
  border: 4px solid var(--color-seagreen);*/
  flex-direction: column;
  padding: 174px 38px 26px;
  gap: 99.5px;
  /*background-image: url(../images/background-new.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top;*/
  background:none !important;
  flex-shrink: 0;
}
.by-registering-with,
.register-now-by {
  display: block;
}
.disclaimer {
  margin: 0;
  position: relative;
  line-height: 20px;
    font-size: 14px;
}
.disclaimer-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  flex-shrink: 0;
}
.footer-logos-icon {
  width: 710px;
  position: relative;
  max-height: 100%;
  overflow: hidden;
  flex-shrink: 0;
  object-fit: cover;
  max-width: 100%;
}
.container,
.footer {
  display: flex;
  align-items: flex-start;
}
.footer {
  align-self: stretch;
  flex-direction: row;
  justify-content: center;
  max-width: 100%;
}
.container {
  width: 100%;
  position: relative;
  background-color: var(--color-white);
  overflow-y: auto;
  flex-direction: column;
  justify-content: flex-start;
  padding: var(--padding-21xl) var(--padding-21xl) 65px;
  box-sizing: border-box;
  gap: 20px;
  line-height: normal;
  letter-spacing: normal;
  text-align: center;
  font-size: 14px;
  color: var(--color-black);
  font-family: var(--font-inter);
}
@media screen and (max-width: 1200px) {
  .banking {
    padding-left: var(--padding-14xl);
    padding-right: var(--padding-14xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 1050px) {
  .form-container {
    flex: 1;
  }
  .h1 {
    font-size: 60px;
    line-height: 72px;
  }
  .h2 {
    font-size: 35px;
    line-height: 35px;
  }
  .h3 {
    font-size: var(--font-size-7xl);
    line-height: 26px;
  }
  .content {
    flex: 1;
  }
  .form-container-parent {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 750px) {
  .content-wrapper {
    gap: 50px;
    padding-top: 113px;
    padding-bottom: var(--padding-xl);
    box-sizing: border-box;
  }
}
@media screen and (max-width: 280px) {
  .play-now {
  position: relative; 
  font-size: 12px !important;
  line-height: 20px;
  font-family: var(--font-inter);
  color: var(--color-white);
  text-align: left;
}
.h4 {
  flex: 1;
  position: relative;
  font-size: inherit;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 700;
  font-family: inherit;
  display: inline-block;
  max-width: 100%;
  font-size:11px !important;
}
}
@media screen and (max-width: 450px) {
  .h1 {
    font-size: 37px;
    line-height: 48px;
  }
  .h2 {
    font-size: var(--font-size-7xl);
    line-height: 26px;
  }
  .h3 {
    font-size: 19px;
    line-height: 19px;
  }
  .form-container-parent {
    gap: 16px;
  }
  .content-wrapper {
    gap: 25px;
  }  
 
}

@media screen and (max-width: 768px) {
	ul{
	  margin-top:20px;		
    }
}


li{
  font-size:22px !important;
  text-align:left !important; 
  font-weight:bold !important;	
}

.logo-container{
	margin-left:auto; 
	margin-right:auto; 
	margin-top:-110px;
}

.logo-container img{
	max-width:100%; 
	height:auto; 
	display:block;
}