/* ========================================================================= */
/* !STYLES */
/* ========================================================================= */
.page-wrap {
  margin-top: 0 !important;
}

.sweepstakes-hero-banner {
  width: 100%;
  height: 700px;
  background: url(../images/paradise-escape_banner-left.png) no-repeat 0 50%, url(../images/paradise-escape_banner-right.png) no-repeat 100% 50%;
  background-size: 369px 700px, 3302px 700px;
  /*     @media screen and (max-width: 450px) {
          height: 400px;
          .wrap {
              .title-background {
                  width: 280px;
                  left: calc(50% - 145px);
                  top: 60px;
              }
              .cans-background {
                  width: 250px;
                  left: calc(50% - 140px);
                  top: 200px;
              }
          }
      }
   */
}
.sweepstakes-hero-banner .main-background {
  /* background-position: center 100%;
        background-size: 829px 457px;
        background-repeat: no-repeat;
  background-image: url(../images/paradise-escape_cheers.png); */
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.sweepstakes-hero-banner .wrap {
  margin: 0 auto;
  max-width: 1260px;
  padding: 0 20px;
}
.sweepstakes-hero-banner .wrap .title-background {
  height: auto;
  width: 700px;
  max-width: 40%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 50%;
}
.sweepstakes-hero-banner .wrap .cans-background {
  height: auto;
  width: 829px;
  max-width: 60%;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 1200px) {
  .sweepstakes-hero-banner {
    margin-top: 0 !important;
    height: 500px;
  }
  .sweepstakes-hero-banner .main-background {
    background-size: cover;
  }
  .sweepstakes-hero-banner .wrap .title-background {
    width: 520px;
  }
  .sweepstakes-hero-banner .wrap .cans-background {
    width: 450px;
  }
}
@media screen and (max-width: 860px) {
  .sweepstakes-hero-banner .wrap .title-background {
    width: 400px;
  }
  .sweepstakes-hero-banner .wrap .cans-background {
    width: 400px;
  }
}
@media screen and (max-width: 768px) {
  .sweepstakes-hero-banner {
    height: 500px;
    background-size: 266px 500px, 2382px 500px;
  }
  .sweepstakes-hero-banner .wrap {
    height: 500px;
  }
  .sweepstakes-hero-banner .wrap .title-background {
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 60px;
    max-width: 60%;
  }
  .sweepstakes-hero-banner .wrap .cans-background {
    max-width: 75%;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    bottom: 0x;
  }
}
@media screen and (max-width: 450px) {
  .sweepstakes-hero-banner {
    height: 400px;
    background-size: 213px 400px, 1906px 400px;
  }
  .sweepstakes-hero-banner .wrap {
    height: 400px;
  }
  .sweepstakes-hero-banner .wrap .cans-background {
    max-width: 100%;
  }
}

.sweepstakes-information {
  margin: 70px auto;
  max-width: 1140px;
  padding: 0 20px;
}
.sweepstakes-information .sweepstakes-info {
  max-width: 800px;
}
.sweepstakes-information .sweepstakes-info .optional-title {
  display: none;
}
@media screen and (max-width: 640px) {
  .sweepstakes-information .sweepstakes-info .optional-title {
    display: block;
    font-family: "Montserrat", sans-serif;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 20px;
    color: #20C0DA;
  }
}
.sweepstakes-information .sweepstakes-info h2 {
  font-size: 30px;
  font-weight: 700;
  line-height: 44px;
  letter-spacing: 0;
  color: #20C0DA;
  text-transform: none;
  margin-bottom: 60px;
}
.sweepstakes-information .sweepstakes-info h2 span {
  color: #EE3124;
}
@media screen and (max-width: 768px) {
  .sweepstakes-information .sweepstakes-info h2 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sweepstakes-information .sweepstakes-form h3 {
  font-size: 24px;
  font-weight: 700;
  line-height: 40px;
  letter-spacing: 0;
  color: #20C0DA;
  text-transform: none;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .sweepstakes-information .sweepstakes-form h3 {
    font-size: 20px;
    line-height: 28px;
  }
}
.sweepstakes-information .sweepstakes-form p {
  font-size: 14px;
  letter-spacing: 0;
  line-height: 21px;
  font-weight: 400;
  text-align: left;
}
.sweepstakes-information .sweepstakes-form p a {
  color: #20C0DA;
  -webkit-transition: 0.15s;
  transition: 0.15s;
}
.sweepstakes-information .sweepstakes-form p a:hover {
  text-decoration: none;
  color: #EE3124;
}
.sweepstakes-information .sweepstakes-form .gform_required_legend {
  display: none;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 30px 1fr 30px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px 30px;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield {
  grid-column: auto;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield input:focus-visible {
  outline: 1px solid #EE3124;
  border-radius: 0;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html {
  margin-left: auto;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html #fake-submit {
  border: 1px solid #000000;
  border-radius: 5px;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 1.32px;
  line-height: 17px;
  text-align: center;
  text-transform: uppercase;
  padding: 14px 40px;
  background-color: #ffffff;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html #fake-submit:hover {
  background-color: #000000;
  color: #ffffff;
  margin-left: auto;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield_required {
  font-size: 16px;
  padding: 0;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_footer {
  padding: 0;
  margin: 0;
}
.sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_footer input[type=submit] {
  padding: 0 !important;
  margin: 0 0 0 auto;
  line-height: 8px;
  font-size: 8px;
  opacity: 0;
}
@media screen and (max-width: 768px) {
  .sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px 0;
  }
  .sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--width-full {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
  .sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield {
    grid-column: auto;
  }
  .sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html {
    margin: 0 auto;
    width: 100%;
  }
  .sweepstakes-information .sweepstakes-form .gform_wrapper.gravity-theme .gform_fields .gfield.gfield--type-html #fake-submit {
    width: 100%;
  }
}
.sweepstakes-information .sweepstakes-form form input:not(.gform_button):not([type=checkbox]), .sweepstakes-information .sweepstakes-form form textarea {
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09) !important;
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09) !important;
  font-size: 16px;
  line-height: 23px;
  padding: 5px 10px !important;
}
.sweepstakes-information .sweepstakes-form form input[type=checkbox] {
  width: auto !important;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 7px;
  margin-right: 5px;
}
.sweepstakes-information .sweepstakes-form form input[type=checkbox] + label {
  font-size: 14px;
  font-weight: 400;
}
.sweepstakes-information .sweepstakes-form form select {
  border: 1px solid rgba(0, 0, 0, 0.28) !important;
  background-color: #FFFFFF;
  -webkit-box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09) !important;
          box-shadow: inset 0 1px 3px 0 rgba(0, 0, 0, 0.09) !important;
  font-size: 16px;
  line-height: 23px;
  padding: 5px 10px !important;
  height: 35px;
}
.sweepstakes-information .sweepstakes-form form textarea {
  height: 82px !important;
}
.sweepstakes-information .sweepstakes-form form .ginput_container_address span {
  padding: 0 !important;
}
.sweepstakes-information .sweepstakes-form form .ginput_container_address span:not(:first-child) {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 33% !important;
          flex: 0 0 33% !important;
}
.sweepstakes-information .sweepstakes-form .gform_validation_errors {
  border-radius: 0 !important;
}
.sweepstakes-information .sweepstakes-form .gform_validation_errors:focus-visible {
  outline: 1px solid #c02b0a;
  border-radius: 0;
}
.sweepstakes-information .sweepstakes-form .gform_validation_errors .gform_submission_error {
  color: #c02b0a !important;
  font-size: 20px;
  line-height: 24px;
  text-transform: none;
}
.sweepstakes-information .sweepstakes-form .gform_validation_errors .gform_submission_error .gform-icon {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  top: 13px;
}
.sweepstakes-information .sweepstakes-form .gform_validation_errors > ol li {
  margin: 0;
}

.gfield_validation_message {
  display: none;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice input {
  width: auto !important;
}
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_checkbox .gfield_checkbox .gchoice label {
  line-height: 20px;
  margin-top: 4px;
}