/* page loader styles */
.lds-spinner {
  height: 100vh;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, 0%);
}

.lds-spinner div {
  transform-origin: 40px 30px;
  animation: lds-spinner 1.2s linear infinite;
}

.lds-spinner div:after {
  content: " ";
  display: block;
  position: absolute;
  top: 3px;
  left: 37px;
  width: 5px;
  height: 13px;
  border-radius: 20%;
  background: #e71c20;
}

.lds-spinner div:nth-child(1) {
  transform: rotate(0deg);
  animation-delay: -1.1s;
}

.lds-spinner div:nth-child(2) {
  transform: rotate(30deg);
  animation-delay: -1s;
}

.lds-spinner div:nth-child(3) {
  transform: rotate(60deg);
  animation-delay: -0.9s;
}

.lds-spinner div:nth-child(4) {
  transform: rotate(90deg);
  animation-delay: -0.8s;
}

.lds-spinner div:nth-child(5) {
  transform: rotate(120deg);
  animation-delay: -0.7s;
}

.lds-spinner div:nth-child(6) {
  transform: rotate(150deg);
  animation-delay: -0.6s;
}

.lds-spinner div:nth-child(7) {
  transform: rotate(180deg);
  animation-delay: -0.5s;
}

.lds-spinner div:nth-child(8) {
  transform: rotate(210deg);
  animation-delay: -0.4s;
}

.lds-spinner div:nth-child(9) {
  transform: rotate(240deg);
  animation-delay: -0.3s;
}

.lds-spinner div:nth-child(10) {
  transform: rotate(270deg);
  animation-delay: -0.2s;
}

.lds-spinner div:nth-child(11) {
  transform: rotate(300deg);
  animation-delay: -0.1s;
}

.lds-spinner div:nth-child(12) {
  transform: rotate(330deg);
  animation-delay: 0s;
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgb(255 255 255 / 50%);
  display: none;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  z-index: 9999;
  display: none;
  left: 0;
}
/*Page Top Heading*/
.heading-top {
  line-height: 1.2;
}
.heading-mid {
  line-height: 1.3;
}
.form-title {
  line-height: 1.5 !important;
}

/* alerts */
.success-alert,
.error-alert {
  display: none;
  position: relative;
  padding: 15px;
  margin-top: 40px;
}
.error-alert span,
.success-alert span {
  position: absolute;
  right: 10px;
  font-size: 20px;
  top: 50%;
  transform: translate(0, -50%);
}
.error-alert {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb;
}
.success-alert {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb;
}

/* form styles */
form.fsForm {
  font-family: "Raleway", sans-serif !important;
}
form.fsForm br {
  display: none !important;
}
.fsSection {
  display: flex;
  flex-wrap: wrap;
  column-gap: 0;
  padding-top: 40px;
  margin: 0 -10px;
}
span#label-field175164671,
span#label-field175151067,
span#label-field175145391, 
span#label-field175151068 {
  width: 100%;
}
.fsFieldCell {
  width: 50%;
  display: inline-block;
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}
.fsRowBody input[type="text"],
.fsRowBody input[type="email"],
.fsRowBody input[type="tel"] {
  font-size: 16px;
  color: #272727;
  font-family: "Raleway", sans-serif;
  padding: 0;
  height: 60px;
  margin-bottom: 20px;
  border: none !important;
  border-bottom: 1px solid #ddd !important;
}
.fsRow {
  width: 50%;
  display: flex;
}
.fsRow .fsRowBody {
  display: flex;
  width: 100%;
}
.fieldset-content p {
  display: none;
}
.fsRow input {
  width: 100%;
  color: #272727;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  padding-bottom: 20px;
  margin-bottom: 40px;
  border: 0;
  border-bottom: 2px solid #ddd;
  font-family: "Raleway", sans-serif !important;
}
::placeholder {
  color: #272727;
  opacity: 1;
}
.fsRow .fsCell {
  position: relative;
}
.fsRow .fsCell .error-msg {
  position: absolute;
  font-size: 12px;
  line-height: 1.5;
  color: #e71c20;
  bottom: 17px;
}
.fsRow.checkboxRow .fsCell .error-msg {
  bottom: 4px;
  left: 34px;
}
.fsRow:nth-child(2n + 1) .fsCell {
  margin-right: 10px;
}
.fsRow:nth-child(2n + 2) .fsCell {
  margin-left: 10px;
}
.fsRow.checkboxRow {
  width: 100%;
}
.fsRow.checkboxRow .fsCell {
  margin: 0;
}
.fsRow.checkboxRow .fsCell a {
  display: inline-block;
  width: auto;
  text-decoration: none;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #e71c20;
}
.fsRow a {
  text-decoration: none !important;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  color: #e71c20;
}
.fsRow.checkboxRow legend {
  margin: 0;
  display: none;
}
.fsRow.checkboxRow label {
  margin-bottom: 20px;
  position: relative;
  padding-left: 36px;
}
.fsRow.checkboxRow input {
  appearance: none;
  margin: 0;
  width: 16px;
  height: 16px;
  border: 2px solid #ddd;
  border-radius: 0;
  margin-right: 20px;
  padding-bottom: 0;
  margin-top: 4px;
  position: absolute;
  left: 0;
}
.fsRow.checkboxRow input:before {
  content: "";
}
.fsRow.checkboxRow input:checked:before {
  position: absolute;
  left: 4px;
  top: 1px;
  width: 5px;
  height: 8px;
  border: solid #e71c20;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
  z-index: 99;
}
.fsSubmit {
  margin: 30px 0 40px;
}
.fsSubmit input,
.fsSubmit input:hover,
.fsSubmit input:focus {
  padding: 15px 40px;
  border: 2px solid #e71c20;
  border-radius: 40px;
  display: block;
  background: #e71c20;
  color: #fff;
  position: relative;
  outline: none;
  z-index: 1;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 700;
  cursor: pointer;
}

label.fsOptionLabel {
  margin: 0 0 15px;
}
.form_offer_text {
  margin-bottom: 20px;
}
.form_wish_heading {
  font-size: 18px;
  line-height: 1.3;
  margin-bottom: 0;
}
.fsSubFieldGroup .error-msg,
fieldset .error-msg {
  font-size: 12px !important;
  line-height: 1.5 !important;
  color: #e71c20;
  position: absolute;
  bottom: 10px;
}
p.contest-rule-text {
  padding-left: 10px;
}

/* holiday 2024 */
.fsOptionLabel input[type="checkbox"] {
  top: 4px;
  width: 16px;
  height: 16px;
  margin: 0;
  border: 1px solid #ddd;
  position: absolute;
  appearance: none;
  left: 0;
  cursor: pointer;
}
.holiday_Contest_Form_Outer .fsSubmitButton {
  font-family: Raleway, sans-serif !important;
  font-size: 16px !important;
  font-weight: 700;
  min-width: auto;
  height: 55px;
  padding: 16px 40px;
  background-color: #e71c20;
  border: 2px solid #e71c20;
  border-radius: 50px;
  color: #fff;
  line-height: normal;
  overflow: hidden;
  position: relative;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -moz-transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  z-index: 1;
  font-family: Raleway, sans-serif;
}
.holiday_Contest_Form_Outer .fsSubmitButton:hover {
  color: #e71c20;
}
.holiday_Contest_Form_Outer .fsSubmitButton:before {
  background: #fff;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transform: translateX(-100%) skew(-45deg);
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -o-transition: -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  -moz-transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  transition: transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -webkit-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -moz-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1),
    -o-transform 1s cubic-bezier(0.07, 0.51, 0.12, 1);
  width: 150%;
  z-index: -1;
}
.holiday_Contest_Form_Outer .fsSubmitButton:hover:before {
  -webkit-transform: translateX(0) skew(-45deg);
  -moz-transform: translateX(0) skew(-45deg);
  -o-transform: translateX(0) skew(-45deg);
  transform: translateX(0) skew(-45deg);
}
.holiday_Contest_Form_Outer label.fsOptionLabel {
  padding-left: 36px;
  position: relative;
  margin-bottom: 20px;
}
.holiday_Contest_Form_Outer .fsFieldCell input[type="text"],
.holiday_Contest_Form_Outer .fsFieldCell input[type="email"],
.holiday_Contest_Form_Outer .fsFieldCell input[type="number"],
.holiday_Contest_Form_Outer .fsFieldCell input[type="tel"] {
  border: 0;
  border-bottom: 2px solid #ddd;
  height: 48px;
  margin: 0;
  padding: 0;
  margin-bottom: 40px;
  padding-bottom: 24px;
  color: #272727;
  font-family: Raleway, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  width: 100%;
}
.holiday_Contest_Form_Outer label.fsOptionLabel + .error-msg {
    bottom: 1px;
}
.fsOptionLabel input[type=checkbox]:checked {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSI2IiB2aWV3Qm94PSIwIDAgOCA2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTTcuNTU1NDUgMS41MDY2TDMuMTM1MDEgNS42NjY2NUwxLjg5MDU3IDQuNDkzMzZIMS44OTU4OUwwLjQ0NDMzNiAzLjEyNDQ0TDEuNjg4NzcgMS45NTEwNEwzLjE0MjEyIDMuMzE5OTdMNi4zMTU0NiAwLjMzMzMxM0w3LjU1NTQ1IDEuNTA2NloiIGZpbGw9IiNFNzFDMjAiLz4KPC9zdmc+Cg==);
  background-repeat: no-repeat;
  background-position: center;
}
.holiday_Contest_Form_Outer .form-title {
  font-size: 30px;
  margin-bottom: 30px;
  color: #000;
  line-height: 1.3;
}
@media (max-width: 767.98px) {
  .holiday_Contest_Form_Outer .form-title {
    margin-bottom: 20px;
  }
  .fsRow {
    width: 100%;
  }
  .fsRow .fsCell {
    margin: 0 !important;
  }
  .fsFieldCell {
    width: 100%;
  }
}
