/*!* Css Styles*/
@import 'https://fonts.googleapis.com/css2?family=DM+Sans:wght@300;400;500;700&display=swap';
@import url('https://fonts.googleapis.com/css2?family=Rock+Salt&display=swap');
@import 'https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;700&display=swap';


@font-face {
  font-family: 'Henrietta';
  src: url('/themes/royalqueenseeds/assets/fonts/vchenrietta-medium-webfont.woff');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'VC Henrietta';
  src: url('/themes/royalqueenseeds/assets/fonts/vchenrietta-regular-trial-webfont.woff');
  font-weight: 500;
  font-style: normal;
}

.second-wrapper {
  padding-top: 0!important;
}

.hero {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.hero-banner {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}

.main-section .button {
  padding: 9px 0;
  max-width: 353px;
  width: 100%;
  font-size: 17px;
}

.main-section .button:hover {
  text-decoration: none;
}

.steps-line {
  display: block;
  margin: 15px auto 0 auto;
}

.footer {
  margin-top: 0;
}

.form-container label {
  font-weight: 400;
}

.hs-form-required {
  font-weight: normal;
  color: red;
}

input[name='firstname'],
input[name='email'] {
  padding: 12px 22px;
  border: 1px solid #1e1e1e;
  border-radius: 0;
  flex-grow: 1;
  font-size: 16px;
  color: #1e1e1e;
  height: 48px;
}

input[name='firstname']::placeholder,
input[name='email']::placeholder {
  color: #1e1e1e;
}

.hs-email {
  margin-top: 20px;
}

.hs-dependent-field label {
  font-size: 13px;
}

.hs-form .hs-error-msg,
.hs_error_rollup label {
  color: #d9534f;
  margin: 4px 5px 0 0;
  font-size: 13px;
}

.hs-input.error {
  margin: 0;
}

.hs-form ul {
  list-style-type: none;
  padding-left: 0;
}

.hs-form input[type='submit'] {
  background-color: #e27f3b;
  padding: 8px 30px 8px 24px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  font-size: 15px;
}

.hs-form input[type='submit']:hover {
  background-color: #b35c21;
}

.hs-form input[type='checkbox'] {
  min-width: 24px;
  height: 24px;
  margin: 0 10px 0 0;
  border: 1px solid #1e1e1e;
  appearance: none;
}

.hs-form input[type='checkbox']:checked {
  appearance: checkbox;
}

.hs-form .legal-consent-container {
  margin-top: 23px;
  margin-bottom: 23px;
}

.hs-form .legal-consent-container .hs-dependent-field span {
  margin-left: 0;
}

label {
  display: flex;
  align-items: center;
}

.submitted-message {
  display: flex;
  justify-content: center;
  margin-top: 130px;
  flex-direction: column;
}

.submitted-message .submitted-message-title {
  display: flex;
  justify-content: center;
}

.submitted-message .submitted-message-title p {
  color: #9ead48;
  margin-bottom: 0;
  font-weight: 700;
}

.submitted-message .submitted-message-title .img-container {
  width: 24px;
  height: 24px;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 10px;
  background-image: url('images/check-circle.svg');
}

.submitted-message .submit-message-content {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
}

.error-message{
  color: #e03d37;
  font-weight: 700;
}

.hs_error_rollup {
  display: none;
}

.main-section {
  padding-top: 40px;
}

.giveaway-label {
  background-color: #9AAF31;
  color: #fff;
  border-radius: 35px;
  display: flex;
  width: max-content;
  padding: 5px 20px 5px 35px;
  font-family: DM Sans;
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0;
  min-height: 26px;
  position: relative;
}

.giveaway-label::before {
  position: absolute;
  content: "";
  background-image: url('images/psychiatry.svg');
  background-repeat: no-repeat;
  width: 13px;
  height: 13px;
  left: 13px;
  top: 6px;
}

h1 {
  font-family: Henrietta;
  font-weight: 600;
  font-size: 38px;
  line-height: 44px;
  letter-spacing: 0;
  text-transform: capitalize;
  max-width: 400px;
  text-align: left;
  margin: 21px 0;
}

.top-w-container p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
  letter-spacing: 0;
  width: 45%;
}

.top-w-container h1 {
  font-family: VC Henrietta;
}

.main-section .white-container .container {
  position: relative;
}

.form-container {
  position: absolute;
  right: 0;
  width: 45%;
  min-height: 440px;
  box-shadow: 0px 4px 21.8px 0px #0000001A;
  top: 10px;
  padding: 45px 60px 60px 60px;
  z-index: 5;
  background: #fff;
  border-radius: 8px;
}

.form-title {
  font-family: DM Sans;
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: left;
  margin-bottom: 30px;
}

.form-title .green-font {
  color: #9AAF31 !important;
}

.bot-w-container {
  display: flex;
  max-width: 445px;
  width: 100%;
  justify-content: space-between;
  margin: 37px 0 63px -25px;
  gap: 10px;
}

.bot-w-element {
  display: flex;
  flex-direction: column;
  min-height: 90px;
  align-items: center;
  min-width: 133px;
  gap: 5px;
}

.people .bot-w-icon {
  width: 40px;
  height: 36px;
  background-image: url('images/icon_people.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.euro .bot-w-icon {
  width: 40px;
  height: 36px;
  background-image: url('images/icon_euro.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.world .bot-w-icon {
  width: 40px;
  height: 36px;
  background-image: url('images/icon_world.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.bot-w-title {
  font-family: DM Sans;
  font-weight: 800;
  font-size: 26px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
}

.bot-w-text {
  font-family: Inter;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  letter-spacing: 0px;
  text-align: center;
  color: #666;
}

.green-container {
  background: #004538;
  padding: 60px 0 90px;
}

.green-text-container {
  display: flex;
  justify-content: space-between;
  margin-bottom: 33px;
}

.green-container .container h2 {
  font-family: VC Henrietta;
  font-weight: 600;
  font-size: 24px;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
  color: #fff;
  margin-bottom: 25px;
  margin-top: 0;
}

.green-text-container p {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0;
  color: #fff;
  width: 50%;
}

.check-link {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: right;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0%;
  text-decoration-skip-ink: auto;
  color: #fff;
  cursor: pointer;
}

.scroll-container {
  max-width: 1140px;
  width: 100%;
  margin: 0;
  display: flex;
  justify-content: space-between;
  height: 180px;
}

.scroll-element {
  width: 280px;
  height: 170px;
  margin-right: 10px;
  background-color: #fff;
  border-radius: 10px;
  padding: 30px 60px 40px 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
}

.scroll-element.hq:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  background-image: url('images/cannabis.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.scroll-element.le:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  background-image: url('images/release_alert.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.scroll-element.tr:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  background-image: url('images/travel.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.scroll-element.ml:before {
  content: "";
  position: absolute;
  right: 30px;
  top: 30px;
  width: 28px;
  height: 28px;
  background-image: url('images/apparel.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.scroll-element:last-of-type {
  margin-right: 0;
}

.scroll-element-title {
  font-family: DM Sans;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: 0px;
  text-transform: capitalize;
}

.scroll-element-text {
  font-family: DM Sans;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: -0.18px;
}

#latest_winners {
  width: 515px;
  height: 0;
}

#fancybox-wrap #latest_winners {
  display: flex;
  width: 515px;
  height: 435px;
  padding: 45px;
  flex-direction: column;
  gap: 32px;
}

#fancybox-wrap #latest_winners .lw-title {
  font-family: VC Henrietta;
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
}

#fancybox-wrap #latest_winners .lw-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

#fancybox-wrap #latest_winners .lw-container .lw-element {
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #DEDEDE;
  border-radius: 5px;
  cursor: pointer;
}

#fancybox-wrap #latest_winners .lw-container .lw-element .grey-font {
  color: rgba(0, 0, 0, 0.3) !important;
}

#fancybox-content > div {
  overflow: hidden !important;
}

#fancybox-wrap {
  width: 515px !important;
}

#fancybox-bg-e,
#fancybox-bg-n,
#fancybox-bg-ne,
#fancybox-bg-se,
#fancybox-bg-s,
#fancybox-bg-sw,
#fancybox-bg-w,
#fancybox-bg-nw {
  display: none !important;
}

#fancybox-close {
  display: none !important;
}

#fancybox-content {
  border: none;
}

#fancybox-outer {
  border-radius: 16px;
}

.lang-de .scroll-element {
  height: 180px;
}

@media(max-width:1099px) {
  .scroll-container {
    width: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    overflow-x: scroll;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
  .scroll-element {
    min-width: 280px;
  }
}

@media(max-width:768px) {
  .submitted-message {
    margin-top: 100px;
  }

  .main-section .container {
    padding: 0 26px;
  }
  .form-container {
    position: relative;
    box-shadow: none;
    width: 100%;
    min-height: 300px;
    padding: 0;
  }
  .bot-w-container {
    margin: 45px 0 55px 0;
    max-width: unset;
  }
  .bot-w-element {
    min-width: unset;
  }
  .form-title {
    margin-bottom: 22px;
  }
  .top-w-container {
    margin-bottom: 18px;
  }
  .top-w-container p {
    width: 100%;
  }
  #fancybox-content {
    width: auto !important;
  }
  #fancybox-content > div {
    display: flex;
    justify-content: center;
    width: auto;
  }
  #fancybox-wrap #latest_winners {
    padding: 20px;
    width: max-content;
  }
  .green-container {
    padding: 40px 0 55px;
  }
  .check-link {
    text-align: left;
    margin-top: 45px;
  }
  .green-text-container p {
    width: 100%;
  }
}

.nhubspot_input{
  width: 100%;
  padding: 11px 16px 11px 16px;
  border: 1px #000 solid;
}

.nhubspot_row_form{
  padding-top: 12px;
}

.hs-button{
  width: 100%;
  padding: 11px;
  margin-top: 23px;
  background-color: #E27F3B;
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 26px;
}

.hs-button:hover{
  background-color: #b35c21;
}

.custom-checkbox input[type="checkbox"] {
  display: none;
}

.custom-checkbox .checkbox-box {
  display: inline-block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  border: 1px solid #CFCFCF;
  border-radius: 0;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  cursor: pointer;
}

.custom-checkbox input[type="checkbox"]:checked + .checkbox-box::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 5px;
  width: 4px;
  height: 8px;
  border: solid #333;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.custom-checkbox{
    margin-top: 23px;
    display: flex;
    justify-content: top;
    font-size: 14px;
}

.error-message-small{
  font-size: 14px;
  font-weight: 400;
  color: red;
}
