/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

.rev-row {
  flex-direction: row-reverse;
}

.giveaway-page .form-section .section-wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

@media screen and (max-width: 1199px) {
  .giveaway-page .form-section .section-wrap {
    flex-direction: column-reverse;
    justify-content: center;
    max-width: 720px;
    margin-inline: auto;
  }
}
.giveaway-page .form-section h1 {
  font-family: Inter;
  padding-left: 105px;
  position: relative;
}

.giveaway-page .form-section h1::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 79px;
  aspect-ratio: 1;
  background: url(../images/icons/icon-tickets.svg) center/auto no-repeat #FFFFFF;
  border-radius: 50%;
}

.giveaway-page .form-section .section-form {
  max-width: 720px;
  width: 50%;
  background-color: #F4F4F4;
  padding: 40px;
}

@media screen and (max-width: 1199px) {
  .giveaway-page .form-section .section-form {
    width: 100%;
    padding-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .giveaway-page .form-section .section-form {
    padding: 50px 30px 40px;
  }
}
.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading {
  border: none;
  background-color: transparent;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .heading {
  color: #000A12;
  font-family: Inter;
  font-size: 25px;
  line-height: 39px;
  margin: 0;
}

@media screen and (max-width: 1439px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .heading {
    font-size: 24px;
  }
}
@media screen and (max-width: 1399px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .heading {
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .heading {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 25px;
    text-align: center;
  }
}
.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .subheading {
  color: #000A12;
  font-family: Inter;
  font-size: 22px;
  line-height: 45px;
  margin: 0;
}

@media screen and (max-width: 1399px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .subheading {
    font-size: 19px;
    line-height: 35px;
  }
}
@media screen and (max-width: 1399px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .subheading {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-heading .subheading {
    line-height: 22px;
    text-align: center;
  }
}
.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-info {
  background-color: #E7E7E7;
  padding: 14px 24px;
  padding-left: 68px;
  position: relative;
  color: #000A12;
  font-family: Inter;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-info {
    padding-left: 50px;
  }
}
.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-info::before {
  content: "";
  position: absolute;
  left: 24px;
  top: 50%;
  transform: translateY(-50%);
  width: 19px;
  aspect-ratio: 1;
  background: url(../images/icons/icon-info-gray.svg) center/contain no-repeat;
}

@media screen and (max-width: 767px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-info::before {
    left: 17px;
    top: 28px;
  }
}
.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-disclaimer {
  color: var(--P, #333);
  font-family: Inter;
  font-size: 14px;
  line-height: 21px;
  border: 0;
  background: transparent;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-checkbox {
  background: transparent;
  border: 0;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-checkbox .ginput_container {
  position: relative;
  padding-left: 45px;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-checkbox .ginput_container input {
  opacity: 1;
  border: 1px solid #DCDCDC;
  background-color: #fff;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .form-checkbox .ginput_container input:checked::after {
  content: "";
  position: absolute;
  right: 50%;
  bottom: 50%;
  transform: translateX(50%) translateY(50%);
  width: 16px;
  aspect-ratio: 1;
  background-color: #971818;
  border-radius: 3px;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gform_body .gfield_required {
  display: inline-block;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gform_fields {
  display: flex;
  flex-wrap: wrap;
  row-gap: 15px;
  column-gap: 4%;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gfield {
  width: 100%;
  margin: 0;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gfield label {
  color: #333;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gfield label:focus {
  color: #333;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gfield.input-half {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gfield.input-half {
    width: 100%;
  }
}
.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gform_heading .gform_required_legend {
  display: none;
}

.giveaway-page .form-section .section-form .gform_wrapper.gravity-theme .gform_footer.top_label {
  margin: 0;
  margin-top: 20px;
}

.giveaway-page .form-section .section-image {
  max-width: 720px;
  width: 50%;
}

@media screen and (max-width: 1199px) {
  .giveaway-page .form-section .section-image {
    width: 100%;
    height: 260px;
  }
}
.giveaway-page .form-section .section-image img {
  max-width: 720px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/*# sourceMappingURL=page-giveaway.css.map*/