@charset "UTF-8";
/**
* WebsiteNI Joints
* WebsiteNI Starter Theme built on JointsWP; http://jointswp.com/.
* Created by WebsiteNI.
*/
/**
* _effects - Small.
*/
/* Wow. */
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(20px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.wow {
  visibility: hidden;
}

.fadeIn {
  animation-name: fadeIn;
  animation-iteration-count: 1;
  animation-duration: 0.9s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInUp {
  animation-name: fadeInUp;
  animation-iteration-count: 1;
  animation-duration: 0.9s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInLeft {
  animation-name: fadeInLeft;
  animation-iteration-count: 1;
  animation-duration: 0.9s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

.fadeInRight {
  animation-name: fadeInRight;
  animation-iteration-count: 1;
  animation-duration: 0.9s;
  animation-delay: 0s;
  animation-timing-function: cubic-bezier(0.51, 0.18, 0, 0.88);
  animation-fill-mode: both;
  backface-visibility: hidden;
}

/**
* _effects - Medium.
*/
/**
* _effects - Large.
*/
/**
* _effects - XL.
*/
/**
* _effects - XXL.
*/
html, body, select {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  color: #001A00 !important;
}

select {
  background-color: #ffffff !important;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #003300;
  transition: 0.3s;
}

p a {
  color: #003300;
  font-weight: 600;
}

.relativez {
  position: relative;
  z-index: 1;
}

.orange-bg {
  background-color: #CA9700;
}

.green-bg {
  background-color: #003300;
}

.black-bg {
  background-color: #003300;
}

.white-bg {
  background-color: #ffffff;
}

.whitetop {
  position: relative;
}
.whitetop:before {
  content: "";
  height: 40%;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.lineargreenyellow {
  background: linear-gradient(180deg, rgb(0, 51, 0) 81%, rgb(202, 151, 0) 81%);
}

.linearyellowgreen {
  background: linear-gradient(90deg, #CA9700 29%, #003300 29%);
}

.lineargreyyellowv2 {
  background: #F9F9F9;
}

.linearwhitegreenmb {
  background: linear-gradient(180deg, #003300 90%, #ffffff 90%);
}

.linearwhiteyellow {
  background: linear-gradient(180deg, #ffffff 85%, #CA9700 85%);
}

.lineargreyyellow {
  background-color: #F9F9F9;
}

.linearwhitegreen {
  background: linear-gradient(180deg, #ffffff 50%, #003300 50%);
}

.bghalf-black-orange {
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgb(0, 0, 0) 50%, rgb(233, 78, 15) 50%);
}

.bghalf-white-orange {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgb(255, 255, 255) 50%, rgb(233, 78, 15) 50%);
}

.white {
  color: #ffffff;
}

.orange {
  color: #003300;
}

.yellow {
  color: #CA9700;
}

.mobilepadding.grid-container.full {
  padding-left: 35px;
  padding-right: 35px;
}

.paddingtopxsml {
  padding-top: 30px;
}

.paddingbottomxsml {
  padding-bottom: 30px;
}

.paddingtopsml {
  padding-top: 40px;
}

.paddingtopsmlmb {
  padding-top: 40px;
}

.paddingbottomsml {
  padding-bottom: 40px;
}

.paddingbottomsmlmb {
  padding-bottom: 40px;
}

.paddingtopmed {
  padding-top: 40px;
}

.paddingbottommed {
  padding-bottom: 40px;
}

.paddingbottommeddb {
  padding-bottom: 40px;
}

.paddingtopmeddb {
  padding-top: 40px;
}

.paddingtoplrg {
  padding-top: 40px;
}

.paddingbottomlrg {
  padding-bottom: 40px;
}

.paddingtopxlrg {
  padding-top: 40px;
}

.paddingbottomxlrg {
  padding-bottom: 40px;
}

.marginbottomxsml {
  margin-bottom: 30px;
}

.margintopxsml {
  margin-top: 30px;
}

.marginbottomxsmlonly {
  margin-bottom: 30px;
}

.margintopsml {
  margin-top: 40px;
}

.marginbottomsml {
  margin-bottom: 40px;
}

.margintopmed {
  margin-top: 40px;
}

.marginbottommed {
  margin-bottom: 40px;
}

.margintoplrg {
  margin-top: 40px;
}

.marginbottomlrg {
  margin-bottom: 40px;
}

.text-center-sm {
  text-align: center;
}

.marginbottomsmlmb {
  margin-bottom: 40px;
}

.margintopsmlmb {
  margin-top: 40px;
}

@media print, screen and (min-width: 64rem) {
  .lineargreenyellow {
    background: linear-gradient(90deg, rgb(0, 51, 0) 83%, rgb(202, 151, 0) 83%);
  }
  .lineargreyyellowv2 {
    background: linear-gradient(90deg, rgb(249, 249, 249) 83%, rgb(202, 151, 0) 83%);
  }
  .linearwhiteyellow {
    background: linear-gradient(90deg, #ffffff 83%, #CA9700 83%);
  }
  .linearwhitegreenmb {
    background: #003300;
  }
  .wni-flex-js.wni-flex-je-lg {
    justify-content: flex-end;
  }
  .paddingbottomsmlmb {
    padding-bottom: 0;
  }
  .paddingtopsmlmb {
    padding-top: 0;
  }
  .marginbottomsmlmb {
    margin-bottom: 0;
  }
  .margintopsmlmb {
    margin-top: 0;
  }
  .paddingtopsml {
    padding-top: 50px;
  }
  .paddingbottomsml {
    padding-bottom: 50px;
  }
  .paddingtopmed {
    padding-top: 60px;
  }
  .paddingbottommed {
    padding-bottom: 60px;
  }
  .paddingbottommeddb {
    padding-bottom: 120px;
  }
  .paddingtopmeddb {
    padding-top: 120px;
  }
  .margintopmed {
    margin-top: 60px;
  }
  .marginbottommed {
    margin-bottom: 60px;
  }
  .paddingtoplrg {
    padding-top: 60px;
  }
  .paddingbottomlrg {
    padding-bottom: 60px;
  }
  .paddingtoplrglrg {
    padding-top: 60px;
  }
  .paddingbottomlrglrg {
    padding-bottom: 60px;
  }
  .margintoplrg {
    margin-top: 60px;
  }
  .marginbottomlrg {
    margin-bottom: 60px;
  }
  .paddingtopxlrg {
    padding-top: 60px;
  }
  .paddingbottomxlrg {
    padding-bottom: 60px;
  }
  .text-center-lrg {
    text-align: center;
  }
  .marginbottomxsmlonly {
    margin-bottom: 0;
  }
  .paddingbottommedlrg {
    padding-bottom: 60px;
  }
  .paddingtopmedlrg {
    padding-top: 60px;
  }
}
@media print, screen and (min-width: 82.5rem) {
  .paddingbottommedxlrg {
    padding-bottom: 80px;
  }
  .paddingbottommedlrg {
    padding-bottom: 80px;
  }
  .paddingtopmedxlrg {
    padding-top: 80px;
  }
  .paddingbottommeddb {
    padding-bottom: 160px;
  }
  .paddingtopmeddb {
    padding-top: 160px;
  }
  .paddingtopmedlrg {
    padding-top: 80px;
  }
  .margintopmed {
    margin-top: 80px;
  }
  .marginbottommed {
    margin-bottom: 80px;
  }
  .paddingtopmed {
    padding-top: 80px;
  }
  .paddingbottommed {
    padding-bottom: 80px;
  }
  .paddingtoplrg {
    padding-top: 100px;
  }
  .paddingbottomlrg {
    padding-bottom: 100px;
  }
  .paddingtoplrglrg {
    padding-top: 100px;
  }
  .paddingbottomlrglrg {
    padding-bottom: 100px;
  }
  .margintoplrg {
    margin-top: 100px;
  }
  .marginbottomlrg {
    margin-bottom: 100px;
  }
  .paddingtopxlrg {
    padding-top: 120px;
  }
  .paddingbottomxlrg {
    padding-bottom: 120px;
  }
}
.hide {
  display: none !important;
}

.grid-container {
  padding: 0 15px;
}

.wni-flex-wrap {
  flex-wrap: wrap;
}

.wni-flex {
  display: flex;
}

.wni-flex-alt {
  display: flex;
  flex-direction: column;
}

.wni-flex-jc {
  justify-content: center;
}

.wni-flex-js {
  justify-content: flex-start;
}

.wni-flex-je {
  justify-content: flex-end;
}

.wni-flex-sb {
  justify-content: space-between;
}

.wni-flex-as {
  align-items: flex-start;
}

.wni-flex-ac {
  align-items: center;
}

.wni-flex-ae {
  align-items: flex-end;
}

.gap {
  gap: 20px;
}

.gapsml {
  gap: 10px;
}

.text-center {
  text-align: center;
}

.width-100 {
  width: 100%;
}

.relative {
  position: relative;
}

.width100 {
  width: 100%;
}

.accordion-title {
  position: relative;
  cursor: pointer;
}
.accordion-title.is-active:before {
  transform: rotate(315deg);
}
.accordion-title:before {
  margin-top: 4px;
  transition: 0.7s;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../assets/images/close.svg);
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  right: 0;
}

.accordion-content {
  display: none;
}
.accordion-content.is-active {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #001A00;
}

body {
  margin: 0;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.plastof p:last-of-type {
  margin-bottom: 0;
}

img {
  border-style: none;
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
}

.bgimgcover {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.imagecover {
  overflow: hidden;
}
.imagecover img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.button {
  height: 45px;
  background-color: #003300;
  border: 1px solid #003300;
  color: #ffffff;
  border-radius: 45px;
  text-align: center;
  font-size: 12px;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: bold;
  display: flex;
  align-items: center;
  justify-content: center;
  width: fit-content;
  padding: 10px 35px;
  font-family: "forma-djr-arabic-deck", sans-serif;
  transition: 0.5s;
  cursor: pointer;
}
.button:hover {
  background-color: #ffffff;
  color: #001A00;
  border-color: #001A00;
}
.button.spacingtop {
  margin-top: 20px;
}
.button.spacingtoplrg {
  margin-top: 30px;
}
.button.fullmb {
  width: 100%;
}
.button.full {
  width: 100%;
}
.button.dark {
  background-color: #001A00;
  color: #ffffff;
  border-color: #ffffff;
}
.button.dark:hover {
  background-color: #ffffff;
  color: #001A00;
}
.button.light {
  background-color: #ffffff;
  color: #003300;
  border-color: #003300;
}
.button.light:hover {
  background-color: #003300;
  color: #ffffff;
  border-color: #ffffff;
}
.button.inversev2 {
  background-color: #CA9700;
  color: #ffffff;
  border-color: #ffffff;
}
.button.inversev2:hover {
  background-color: #003300;
  color: #ffffff;
  border-color: #ffffff;
}
.button.inverse {
  background-color: #CA9700;
  color: #ffffff;
  border-color: #003300;
}
.button.inverse:hover {
  background-color: #003300;
  color: #ffffff;
  border-color: #003300;
}
.button.center {
  margin-right: auto;
  margin-left: auto;
}

ul {
  margin: 0;
  margin-left: 15px;
  padding: 0;
}
ul li {
  margin-bottom: 15px;
  font-family: "DM Sans", sans-serif;
  padding-left: 10px;
  line-height: 1.4;
}

.twocols {
  column-count: 2;
  column-width: auto;
  column-gap: 30px;
  width: max-content;
  max-width: 100%;
  column-width: 165px;
}
.twocols li {
  width: fit-content;
  max-width: 100%;
}

.minimalbanner.error404 h1 {
  font-size: 70px;
  margin-bottom: 5px;
}
.minimalbanner h1 {
  margin-bottom: 0;
}
.minimalbanner p {
  margin-top: 30px;
  margin-bottom: 0;
}

h1, h2, h3, h4, h5, h6 {
  line-height: 1;
  margin-bottom: 30px;
  font-weight: 700;
  margin-top: 0;
  font-family: "forma-djr-arabic-deck", sans-serif;
}
h1.nomarginbottom, h2.nomarginbottom, h3.nomarginbottom, h4.nomarginbottom, h5.nomarginbottom, h6.nomarginbottom {
  margin-bottom: 0;
}
h1.marginbottomsml, h2.marginbottomsml, h3.marginbottomsml, h4.marginbottomsml, h5.marginbottomsml, h6.marginbottomsml {
  margin-bottom: 14px;
}
h1.marginbottomlrg, h2.marginbottomlrg, h3.marginbottomlrg, h4.marginbottomlrg, h5.marginbottomlrg, h6.marginbottomlrg {
  margin-bottom: 30px;
}

h1 {
  font-size: 44px;
  line-height: 1;
  letter-spacing: -0.7px;
}

h2 {
  font-size: 24px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 24px;
}
h4#question {
  font-size: 17px;
}

h5 {
  font-size: 14px;
  line-height: 1.2;
}

h6 {
  font-size: 14px;
}
h6.sml {
  font-size: 12px;
}
h6.smaller {
  font-size: 12px;
  margin-bottom: 20px;
}

ul li {
  font-size: 15px;
}

p {
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-size: 15px;
  margin-bottom: 30px;
  margin-top: 0;
  line-height: 1.5;
  letter-spacing: -0.4px;
}
p.nomarginbottom {
  margin-bottom: 0;
}
p.sml {
  font-size: 10px;
}

a.sml {
  font-size: 14px;
}

@media print, screen and (min-width: 40rem) {
  h1 {
    font-size: 48px;
    letter-spacing: -0.5px;
  }
  h2 {
    font-size: 30px;
  }
  h3 {
    font-size: 28px;
  }
  h4 {
    font-size: 28px;
  }
  h4#question {
    font-size: 24px;
  }
  h5 {
    font-size: 15px;
  }
  h6 {
    font-size: 14px;
    line-height: 1.2;
  }
}
@media print, screen and (min-width: 64rem) {
  h1, h2, h3, h4, h5, h6 {
    margin-bottom: 35px;
  }
  h1.nomarginbottom, h2.nomarginbottom, h3.nomarginbottom, h4.nomarginbottom, h5.nomarginbottom, h6.nomarginbottom {
    margin-bottom: 0;
  }
  h1.marginbottomsml, h2.marginbottomsml, h3.marginbottomsml, h4.marginbottomsml, h5.marginbottomsml, h6.marginbottomsml {
    margin-bottom: 20px;
  }
  h1.marginbottomlrg, h2.marginbottomlrg, h3.marginbottomlrg, h4.marginbottomlrg, h5.marginbottomlrg, h6.marginbottomlrg {
    margin-bottom: 40px;
  }
  h1 {
    font-size: 60px;
    line-height: 1;
  }
  h2 {
    font-size: 40px;
    letter-spacing: -0.13px;
  }
  h3 {
    font-size: 30px;
    letter-spacing: -0.13px;
  }
  h4 {
    font-size: 28px;
    letter-spacing: -0.13px;
  }
  h5 {
    font-size: 16px;
  }
  h6 {
    font-size: 16px;
    margin-bottom: 30px;
  }
  h6.smaller {
    font-size: 14px;
  }
  ul {
    margin: 0;
    margin-left: 15px;
    padding: 0;
  }
  ul li {
    font-size: 15px;
    margin-bottom: 20px;
    padding-left: 10px;
    line-height: 1.5;
  }
  p {
    font-size: 15px;
  }
  p.sml {
    font-size: 14px;
  }
  .button.spacingtop {
    margin-top: 35px;
  }
  .button.spacingtoplrg {
    margin-top: 45px;
  }
  .button.fullmb {
    width: fit-content;
  }
  .minimalbanner.error404 h1 {
    font-size: 150px;
    margin-bottom: 5px;
  }
  .minimalbanner.error404 h5 {
    font-size: 22px;
  }
  .button {
    height: 60px;
    font-size: 14px;
  }
}
@media print, screen and (min-width: 82.5rem) {
  .minimalbanner p {
    font-size: 18px;
  }
  h1.marginbottomlrg, h2.marginbottomlrg, h3.marginbottomlrg, h4.marginbottomlrg, h5.marginbottomlrg, h6.marginbottomlrg {
    margin-bottom: 50px;
  }
  h1 {
    font-size: 70px;
    letter-spacing: -1px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 34px;
  }
  h4 {
    font-size: 32px;
  }
  h5 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px;
  }
  h6.sml {
    font-size: 15px;
  }
  ul li {
    font-size: 17px;
  }
  p {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 90rem) {
  .thehouse .thehousetitle h2, .theproject .theprojecttitle h2 {
    font-size: 60px;
  }
  h1 {
    font-size: 80px;
    letter-spacing: -1px;
  }
  h2 {
    font-size: 50px;
  }
  h3 {
    font-size: 40px;
  }
  h4 {
    font-size: 34px;
  }
  h5 {
    font-size: 22px;
  }
  h6 {
    font-size: 18px;
  }
  h6.sml {
    font-size: 16px;
  }
  ul li {
    font-size: 17px;
  }
  p {
    font-size: 17px;
  }
}
@media print, screen and (min-width: 1700px) {
  h4#question {
    font-size: 28px;
  }
  .thehouse .thehousetitle h2, .theproject .theprojecttitle h2 {
    font-size: 70px;
  }
  .paddingbottommeddb {
    padding-bottom: 200px;
  }
  .paddingtopmeddb {
    padding-top: 240px;
  }
  .theprojectbg {
    background: linear-gradient(180deg, rgb(233, 78, 15) calc(100% - 120px), rgb(255, 255, 255) calc(100% - 120px));
  }
  .thehouse {
    background: linear-gradient(180deg, rgb(255, 255, 255) calc(100% - 120px), rgb(0, 0, 5) calc(100% - 120px));
  }
  .knowmore:before {
    content: "";
    height: 120px;
  }
}
.black-bg.generalformat ul li:before {
  content: "";
  background-image: url(../images/bullet_black.svg);
}

.generalformat.white ul li:before, .accordion-content.white ul li:before {
  content: "";
  background-image: url(../images/bullet_white.svg);
}
.generalformat table, .accordion-content table {
  /* font-family: Arial, Helvetica, sans-serif; */
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
}
.generalformat table + p, .generalformat table + h5, .accordion-content table + p, .accordion-content table + h5 {
  margin-top: 30px;
}
.generalformat table th, .accordion-content table th {
  border: 1px solid #003300;
  padding: 14px 10px;
}
.generalformat table td, .accordion-content table td {
  border: 1px solid #f2f2f2;
  padding: 14px 10px;
}
.generalformat table tr:nth-child(even), .accordion-content table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.generalformat table tr:hover, .accordion-content table tr:hover {
  background-color: #c2cdc2;
}
.generalformat table th, .accordion-content table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #003300;
  color: white;
}
.generalformat p + ul, .generalformat p + h2, .generalformat p + h3, .generalformat p + h4, .generalformat p + h5, .generalformat p + h6, .generalformat ul + h2, .generalformat ul + h3, .generalformat ul + h4, .generalformat ul + h5, .generalformat ul + h6, .accordion-content p + ul, .accordion-content p + h2, .accordion-content p + h3, .accordion-content p + h4, .accordion-content p + h5, .accordion-content p + h6, .accordion-content ul + h2, .accordion-content ul + h3, .accordion-content ul + h4, .accordion-content ul + h5, .accordion-content ul + h6 {
  margin-top: 30px;
}
.generalformat ul + h1, .generalformat ul + h2, .generalformat ul + h3, .generalformat ul + h4, .generalformat ul + h5, .generalformat ul + h6, .generalformat ul + p, .accordion-content ul + h1, .accordion-content ul + h2, .accordion-content ul + h3, .accordion-content ul + h4, .accordion-content ul + h5, .accordion-content ul + h6, .accordion-content ul + p {
  margin-top: 30px;
}
.generalformat ul, .accordion-content ul {
  list-style-type: none;
  margin: 0;
}
.generalformat ul.twocolumns, .accordion-content ul.twocolumns {
  column-count: 2;
  column-gap: 40px;
  column-width: 350px;
}
.generalformat ul li, .accordion-content ul li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 20px;
}
.generalformat ul li h5, .accordion-content ul li h5 {
  margin-bottom: 10px;
}
.generalformat ul li:before, .accordion-content ul li:before {
  content: "";
  background-image: url(../images/bullet_orange.svg);
  height: 8px;
  width: 8px;
  position: absolute;
  top: 3px;
  left: 0;
  background-size: 8px;
  background-repeat: no-repeat;
}
.generalformat ul li:last-of-type, .accordion-content ul li:last-of-type {
  margin-bottom: 0;
}
.generalformat .cell:has(.image), .generalformat .cell:has(.video), .accordion-content .cell:has(.image), .accordion-content .cell:has(.video) {
  display: flex;
  align-items: center;
  justify-content: center;
}
.generalformat .image, .accordion-content .image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/12;
  width: 100%;
}
.generalformat .image img, .accordion-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.generalformat .video, .accordion-content .video {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
}
.generalformat .video iframe, .accordion-content .video iframe {
  width: 100%;
  height: 100%;
}

.otherprizeslist .cell {
  margin-bottom: 20px;
}

/**
* _404 - Medium.
*/
/**
* _404 - Large.
*/
@media screen and (min-width: 1024px) {
  .imagecoverlrg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .otherprizeslist .cell {
    margin-bottom: 50px;
  }
  .generalformat table + p, .generalformat table + h5 {
    margin-top: 40px;
  }
}
@media screen and (min-width: 1320px) {
  .generalformat table, .accordion-content table {
    font-size: 17px;
  }
  .generalformat ul li, .accordion-content ul li {
    margin-bottom: 20px;
  }
  .generalformat ul li:before, .accordion-content ul li:before {
    content: "";
    top: 8px;
  }
  .generalformat p + ul, .generalformat p + h2, .generalformat p + h3, .generalformat p + h4, .generalformat p + h5, .generalformat p + h6, .generalformat ul + h2, .generalformat ul + h3, .generalformat ul + h4, .generalformat ul + h5, .generalformat ul + h6, .accordion-content p + ul, .accordion-content p + h2, .accordion-content p + h3, .accordion-content p + h4, .accordion-content p + h5, .accordion-content p + h6, .accordion-content ul + h2, .accordion-content ul + h3, .accordion-content ul + h4, .accordion-content ul + h5, .accordion-content ul + h6 {
    margin-top: 40px;
  }
  .generalformat ul + h1, .generalformat ul + h2, .generalformat ul + h3, .generalformat ul + h4, .generalformat ul + h5, .generalformat ul + h6, .generalformat ul + p, .accordion-content ul + h1, .accordion-content ul + h2, .accordion-content ul + h3, .accordion-content ul + h4, .accordion-content ul + h5, .accordion-content ul + h6, .accordion-content ul + p {
    margin-top: 40px;
  }
}
/**
* _404 - XL.
*/
/**
* _404 - XXL.
*/
@media screen and (min-width: 1440px) {
  .grid-container.full.flush {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
  }
  .grid-container.full.flush .grid-x {
    width: calc(100% + 50px);
    margin-left: -25px;
  }
}
body.hamburger-is-active {
  position: fixed;
  width: 100%;
  top: 0;
}

header {
  z-index: 99;
  background-color: #001A00;
}
header > .grid-container.full {
  position: relative;
  z-index: 99;
}
header .mainnavigation {
  padding: 20px 0;
  background-color: #003300;
}
header .companylogo {
  cursor: pointer;
}
header .companylogo img {
  height: 70px;
}
header .accountdetails .hamburger {
  border-radius: 100%;
  width: 35px;
  height: 35px;
  border: 1px solid #ffffff;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 5px 0 0 0;
  display: block;
}
header .accountdetails .hamburger .line {
  width: 16px;
  height: 1.5px;
  background-color: #ffffff;
  display: block;
  margin: 4.5px auto;
  transition: all 0.3s ease-in-out;
}
header .accountdetails .hamburger header .hamburger .line {
  width: 16px;
  height: 1.5px;
  background-color: #ffffff;
  display: block;
  margin: 4.5px auto;
  transition: all 0.3s ease-in-out;
}
header .accountdetails .hamburger#hamburger-1.is-active .line:nth-child(2) {
  opacity: 0;
}
header .accountdetails .hamburger#hamburger-1.is-active .line:first-child {
  transform: translateY(6px) rotate(45deg);
}
header .accountdetails .hamburger#hamburger-1.is-active .line:nth-child(3) {
  transform: translateY(-6px) rotate(-45deg);
}
header .navigation-overlay {
  padding: 10px 20px 40px;
  width: 100%;
  height: calc(100% - 110px);
  top: 110px;
  left: 0;
  position: fixed;
  background-color: #003300;
  overflow-y: scroll;
  z-index: 9;
  display: none;
}
header .navigation-overlay .button {
  position: absolute;
  bottom: 40px;
  left: 20px;
  width: calc(100% - 40px);
}
header .navigation-overlay nav ul {
  list-style-type: none;
  margin: 0;
}
header .navigation-overlay nav ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  padding: 0;
  margin-bottom: 0;
}
header .navigation-overlay nav ul li#active a {
  color: #CA9700;
}
header .navigation-overlay nav ul li a {
  position: relative;
  display: block;
  color: #ffffff;
  padding: 30px 0;
  font-size: 15px;
  line-height: 1;
  font-family: "DM Sans", sans-serif;
  font-weight: 500;
}
header .navigation-overlay nav ul li a img {
  height: 13px;
  position: relative;
  margin-right: 12px;
  top: -1px;
}
header .navigation-overlay.is-active {
  opacity: 1;
  transform: scale(1);
}
header .secondary-navigation ul {
  list-style-type: none;
  margin: 0;
}
header .secondary-navigation ul li {
  display: inline-block;
  margin-right: 30px;
  margin-bottom: 0;
  padding-left: 0;
}
header .secondary-navigation ul li:last-of-type {
  margin-right: 0;
}
header .secondary-navigation ul li#active a {
  color: #ffffff;
  font-weight: 700;
}
header .secondary-navigation ul li a {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  position: relative;
  color: #ffffff;
  font-weight: 500;
}
header .secondary-navigation ul li a:before, header .secondary-navigation ul li a:after {
  width: 0;
  height: 2px;
  top: calc(100% + 2px);
  right: 0;
  position: absolute;
  content: "";
}
header .secondary-navigation ul li a:before {
  transition: width 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
header .secondary-navigation ul li a:after {
  background-color: #ffffff;
  transition: width 0.25s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
header .secondary-navigation ul li a:hover:before, header .secondary-navigation ul li a:hover:after {
  width: 100%;
  left: 0;
}
header .accountdetails a {
  height: 35px;
  width: 35px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #003300;
  margin-right: 13px;
  transition: 0.5s;
  padding: 10px;
}
header .accountdetails a#account {
  background-color: #ffffff;
  border: 1px solid #003300;
}
header .accountdetails a#account:hover {
  background-color: rgb(237.15, 237.15, 237.15);
}
header .accountdetails a#basket {
  position: relative;
  border: 1px solid #ffffff;
}
header .accountdetails a#basket .cartcount {
  position: absolute;
  bottom: -4px;
  right: -4px;
  font-weight: 600;
  border-radius: 100%;
  height: 15px;
  width: 15px;
  background-color: #ffffff;
  color: #001A00;
  line-height: 0;
  font-size: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "forma-djr-arabic-deck", sans-serif;
}
header .accountdetails a:last-of-type {
  margin-right: 0;
}

#home header .secondary-navigation ul li a {
  color: #ffffff;
}

/**
* _404 - Medium.
*/
@media screen and (min-width: 640px) {
  header .companylogo img {
    height: 90px;
  }
}
/**
* _404 - Large.
*/
@media screen and (min-width: 1024px) {
  header .mainnavigation {
    background: linear-gradient(90deg, #003300 83%, #CA9700 83%);
  }
  header .accountdetails a {
    margin-right: 20px;
  }
  header .accountdetails a {
    height: 40px;
    width: 40px;
  }
  header .accountdetails a#account {
    margin-right: 0;
  }
  header .companylogo img {
    height: 100px;
  }
}
@media screen and (min-width: 1200px) {
  header .accountdetails a {
    height: 50px;
    width: 50px;
    margin-right: 20px;
  }
  header .secondary-navigation ul li {
    margin-right: 40px;
  }
}
@media screen and (min-width: 1320px) {
  header .accountdetails a#basket .cartcount {
    height: 20px;
    width: 20px;
    font-size: 10px;
  }
  header .accountdetails a {
    height: 50px;
    width: 50px;
    margin-right: 25px;
  }
  header .secondary-navigation ul li {
    margin-right: 50px;
  }
  header .secondary-navigation ul li a {
    font-size: 16px;
  }
}
@media screen and (min-width: 1440px) {
  header nav {
    margin-right: 0;
  }
  header .accountdetails a {
    margin-right: 30px;
  }
  header .secondary-navigation ul li {
    margin-right: 60px;
  }
}
@media screen and (min-width: 1600px) {
  header .accountdetails a {
    margin-right: 38px;
  }
  header .secondary-navigation ul li {
    margin-right: 68px;
  }
}
.minimalbanners .bannerimage {
  position: relative;
  background: rgb(0, 51, 0);
  width: 100%;
  background: linear-gradient(0deg, rgb(255, 255, 255) 20%, rgb(202, 151, 0) 20%, rgb(202, 151, 0) 80%, rgb(0, 51, 0) 80%);
}
.minimalbanners .bannerimage img {
  width: 100%;
  height: 100%;
  min-height: 150px;
  object-fit: cover;
  object-position: center;
}
.minimalbanners .homebannercontent {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #003300;
  z-index: 4;
}
.minimalbanners .homebannercontent h6 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.minimalbanners .homebannercontent .grid-x {
  position: relative;
  z-index: 4;
}
.minimalbanners .bannervideo {
  aspect-ratio: 350/200;
  width: calc(100% - 70px);
  position: relative;
  top: -150px;
  left: 35px;
}
.minimalbanners .bannervideo:before {
  content: "";
  height: 60%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.projectbanner .bannerimage {
  background: rgb(0, 51, 0);
  width: 100%;
  position: relative;
  background: linear-gradient(0deg, rgb(0, 51, 0) 20%, rgb(202, 151, 0) 20%, rgb(202, 151, 0) 80%, rgb(0, 51, 0) 80%);
}
.projectbanner .bannerimage:before {
  content: "";
  background: rgb(0, 51, 0);
  background: linear-gradient(90deg, rgba(0, 51, 0, 0.7) 0%, rgba(0, 51, 0, 0) 100%);
  height: 100%;
  width: 90%;
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  z-index: 3;
}
.projectbanner .homebannercontent {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #003300;
  z-index: 4;
}
.projectbanner .homebannercontent h6 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.projectbanner .homebannercontent .grid-x {
  position: relative;
  z-index: 4;
}
.projectbanner .bannervideo {
  aspect-ratio: 350/200;
  width: calc(100% - 70px);
  position: relative;
  top: -150px;
  left: 35px;
}
.projectbanner .bannervideo:before {
  content: "";
  height: 60%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.prizebanner h1 br {
  display: none;
}
.prizebanner .bannerimage {
  background: rgb(0, 51, 0);
  width: 100%;
  background: linear-gradient(180deg, rgb(0, 51, 0) 30%, rgb(202, 151, 0) 30%);
  position: relative;
}
.prizebanner .bannerimage:before {
  content: "";
  background: rgb(0, 51, 0);
  background: linear-gradient(90deg, rgba(0, 51, 0, 0.5) 0%, rgba(0, 51, 0, 0) 100%);
  height: 100%;
  width: 80%;
  position: absolute;
  top: 0;
  left: 20px;
  display: block;
  z-index: 3;
}
.prizebanner .homebannercontent {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background-color: #003300;
  z-index: 4;
}
.prizebanner .homebannercontent h6 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.prizebanner .homebannercontent .grid-x {
  position: relative;
  z-index: 4;
}
.prizebanner .bannervideo {
  aspect-ratio: 350/200;
  width: calc(100% - 70px);
  position: relative;
  top: -150px;
  left: 35px;
}
.prizebanner .bannervideo:before {
  content: "";
  height: 60%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.homebanner .bannerimage {
  width: 100%;
  background: linear-gradient(180deg, rgb(202, 151, 0) 50px, rgb(255, 255, 255) 50px);
}
.homebanner .homebannercontent {
  padding-top: 30px;
  padding-bottom: 30px;
  overflow: hidden;
  position: relative;
  background: linear-gradient(0deg, rgb(202, 151, 0) 50px, rgb(0, 51, 0) 50px);
  z-index: 4;
}
.homebanner .homebannercontent h6 {
  display: block;
  font-weight: bold;
  text-transform: uppercase;
}
.homebanner .homebannercontent .grid-x {
  position: relative;
  z-index: 4;
}
.homebanner .bannervideo {
  aspect-ratio: 350/200;
  width: calc(100% - 70px);
  position: relative;
  top: -150px;
  left: 35px;
}
.homebanner .bannervideo:before {
  content: "";
  height: 60%;
  width: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}

.videobutton {
  position: relative;
}
.videobutton:after {
  content: "";
  height: 60%;
  width: 100%;
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.videobutton .videocaption {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  object-fit: contain;
  object-position: center;
  text-align: center;
  width: 100%;
  padding: 10px;
  z-index: 1;
}
.videobutton .videocaption .play {
  width: 70px;
  height: 70px;
  display: block;
  margin: 0 auto;
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.5);
  border-radius: 100%;
  animation: pulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.videobutton .videocaption span {
  margin-top: 40px;
  display: block;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "forma-djr-arabic-deck", sans-serif;
  font-size: 12px;
  text-transform: uppercase;
  color: #ffffff;
  line-height: 1;
}

@keyframes pulse {
  to {
    box-shadow: 0 0 0 35px rgba(255, 255, 255, 0);
  }
}
.galleryhome {
  background-color: #F9F9F9;
  height: 400px;
  overflow: hidden;
}
.theprojectbg {
  background: linear-gradient(180deg, rgb(233, 78, 15) calc(100% - 50px), rgb(255, 255, 255) calc(100% - 50px));
}

.thehouse {
  background: linear-gradient(180deg, rgb(255, 255, 255) calc(100% - 50px), rgb(0, 0, 5) calc(100% - 50px));
}
.thehouse .thehousetitle {
  position: relative;
  left: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100px;
}
.thehouse .thehousetitle h2 {
  font-size: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  text-align: center;
  color: #003300;
}

.theproject {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 25%, rgba(0, 0, 0, 0.6) 75%, rgba(0, 0, 0, 0.5) 100%), url(../images/project_bg.jpg);
}
.theproject .theprojecttitle {
  position: relative;
  right: 0;
  display: flex;
  align-content: center;
  justify-content: center;
  top: 0;
  position: absolute;
  height: 100%;
  width: 100px;
}
.theproject .theprojecttitle h2 {
  font-size: 45px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(-90deg);
  position: absolute;
  text-align: center;
  color: #ffffff;
}

.otherprizes {
  padding: 0 15px;
}

.competition_gallery_container {
  position: relative;
}
.competition_gallery_container.oasis_unbranded {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  background-color: #eeeeee;
}
.competition_gallery_container .clicktoexpand {
  height: 45px;
  border-radius: 45px;
  padding: 10px 20px;
  position: absolute;
  bottom: 15px;
  font-size: 12px;
  letter-spacing: 1px;
  left: 0;
  right: 0;
  margin: 0 auto;
  background-color: #ffffff;
  color: #003300;
  font-family: "forma-djr-arabic-deck", sans-serif;
  margin: 0 auto;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  border: 1px solid #003300;
}
.competition_gallery_container .clicktoexpand img {
  margin-right: 7px;
  height: 12px;
  width: 12px;
  position: relative;
  top: -1px;
}
.competition_gallery_container .fyb_gallery_image {
  height: 350px;
}
.competition_gallery_container .fyb_gallery_image a {
  height: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: block;
}

@media print, screen and (min-width: 40rem) {
  .competition_gallery_container .clicktoexpand {
    bottom: 20px;
  }
}
@media print, screen and (min-width: 1024px) {
  .minimalbanners {
    background: linear-gradient(90deg, #003300 83%, #CA9700 83%);
  }
  .minimalbanners .bannerimage {
    background: transparent;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .minimalbanners .bannerimage:before {
    content: "";
    background: rgb(0, 51, 0);
    background: linear-gradient(90deg, rgba(0, 51, 0, 0.7) 0%, rgba(0, 51, 0, 0) 100%);
    height: 100%;
    width: 90%;
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    z-index: 3;
  }
  .minimalbanners .bannerimage:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
  }
  .minimalbanners .bannerimage img {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .minimalbanners .homebannercontent {
    background: transparent;
    position: relative;
  }
  .projectbanner {
    background: linear-gradient(90deg, #003300 83%, #CA9700 83%);
  }
  .projectbanner .bannerimage {
    background: transparent;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .projectbanner .bannerimage:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #003300;
    bottom: 0;
    left: 0;
  }
  .projectbanner .bannerimage img {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .projectbanner .homebannercontent {
    background: transparent;
  }
  .prizebanner {
    background: linear-gradient(90deg, #003300 83%, #CA9700 83%);
  }
  .prizebanner h1 br {
    display: inline;
  }
  .prizebanner .bannerimage {
    background: transparent;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .prizebanner .bannerimage .blur {
    background-color: rgba(0, 51, 0, 0.5);
    backdrop-filter: blur(4px);
    height: 90px;
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 20px;
    z-index: 9;
    right: 0;
    max-width: calc(100% - 40px);
  }
  .prizebanner .bannerimage:after {
    content: "";
    height: 90px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
  }
  .prizebanner .bannerimage img {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: 80%;
    min-height: 550px;
  }
  .prizebanner .homebannercontent {
    background: transparent;
  }
  .homebanner {
    background: linear-gradient(90deg, #003300 83%, #CA9700 83%);
  }
  .homebanner .bannerimage {
    background: transparent;
    height: 100%;
    max-height: 100%;
    overflow: hidden;
  }
  .homebanner .bannerimage:before {
    content: "";
    background: rgb(0, 51, 0);
    background: linear-gradient(90deg, rgba(0, 51, 0, 0.6) 0%, rgba(0, 51, 0, 0) 100%);
    height: 100%;
    width: 90%;
    position: absolute;
    top: 0;
    left: 20px;
    display: block;
    z-index: 3;
  }
  .homebanner .bannerimage:after {
    content: "";
    height: 150px;
    width: 100%;
    position: absolute;
    z-index: 0;
    background-color: #ffffff;
    bottom: 0;
    left: 0;
  }
  .homebanner .bannerimage img {
    position: relative;
    z-index: 2;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .homebanner .homebannercontent {
    background: transparent;
  }
  .competition_gallery_container {
    position: relative;
  }
  .competition_gallery_container .swiper {
    height: 100%;
  }
  .competition_gallery_container .fyb_gallery_image {
    height: initial;
  }
  .competition_gallery_container .clicktoexpand {
    bottom: 30px;
    padding: 15px 20px;
  }
  .theprojectbg {
    background: linear-gradient(180deg, rgb(233, 78, 15) calc(100% - 60px), rgb(255, 255, 255) calc(100% - 60px));
  }
  .thehouse {
    background: linear-gradient(180deg, rgb(255, 255, 255) calc(100% - 60px), rgb(0, 0, 5) calc(100% - 60px));
  }
  .videobutton .videocaption {
    bottom: 45px;
  }
  .videobutton .videocaption .play {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 50px;
  }
  .videobutton .videocaption span {
    font-size: 14px;
  }
  .prizebanner {
    display: flex;
    position: relative;
  }
  .prizebanner .homebannercontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 150px;
  }
  .projectbanner {
    display: flex;
    position: relative;
  }
  .projectbanner .homebannercontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .projectbanner .homebannercontent h1 {
    line-height: 0.9;
  }
  .minimalbanners {
    display: flex;
    position: relative;
  }
  .minimalbanners .homebannercontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .minimalbanners .homebannercontent h1 {
    line-height: 0.9;
  }
  .homebanner {
    display: flex;
    position: relative;
  }
  .homebanner .homebannercontent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .homebanner .homebannercontent h1 {
    line-height: 0.9;
  }
  .galleryhome {
    height: initial;
  }
}
@media print, screen and (min-width: 1320px) {
  .competition_gallery_container .clicktoexpand {
    font-size: 14px;
    padding: 10px 30px;
    height: 60px;
    bottom: 40px;
  }
  .competition_gallery_container .clicktoexpand img {
    height: 18px;
    width: 18px;
    top: -1.5px;
    margin-right: 15px;
  }
  .theprojectbg {
    background: linear-gradient(180deg, rgb(233, 78, 15) calc(100% - 80px), rgb(255, 255, 255) calc(100% - 80px));
  }
  .thehouse {
    background: linear-gradient(180deg, rgb(255, 255, 255) calc(100% - 80px), rgb(0, 0, 5) calc(100% - 80px));
  }
  .homebanner .homebannercontent .button.spacingtop {
    margin-top: 50px;
  }
}
@media print, screen and (min-width: 1320px) {
  .homebanner .homebannercontent, .projectbanner .homebannercontent, .minimalbanners .homebannercontent {
    padding-top: 120px;
    padding-bottom: 100px;
  }
  .prizebanner .homebannercontent {
    padding-top: 120px;
    padding-bottom: 180px;
  }
}
footer .aboutfooter {
  margin-top: 50px;
}
footer .companylogo {
  margin-bottom: 60px;
}
footer .companylogo img {
  max-height: 100px;
}
footer .mbblack {
  position: relative;
}
footer .mbblack:after {
  content: "";
  height: 150px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #001A00;
}

.accordion.project.marginbottommobile {
  margin-bottom: 10px;
}
.accordion.project .accordion-item {
  margin-bottom: 10px;
}
.accordion.project .accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion.project .accordion-item .accordion-title {
  background-color: #003300;
  color: #ffffff;
}
.accordion.project .accordion-item .accordion-title h6 {
  margin-bottom: 10px;
}
.accordion.project .accordion-item .accordion-title h5 {
  font-size: 16px;
}
.accordion.project .accordion-item .accordion-content {
  background-color: #003300;
  color: #ffffff;
}

.accordion.project .accordion-item .accordion-content a {
  color: #CA9700;
}
.accordion.faqs {
  padding-top: 30px;
  padding-bottom: 50px;
}
.accordion .accordion-item {
  margin-bottom: 10px;
}
.accordion .accordion-item:last-of-type {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-title {
  padding: 20px 60px 20px 20px;
  background-color: rgb(255, 255, 255);
  line-height: 1;
  border-radius: 10px;
  position: relative;
  cursor: pointer;
}
.accordion .accordion-item .accordion-title h5 {
  margin-bottom: 0;
}
.accordion .accordion-item .accordion-title.is-active {
  border-radius: 10px 10px 0 0;
}
.accordion .accordion-item .accordion-title.is-active:before {
  transform: rotate(315deg);
}
.accordion .accordion-item .accordion-title:before {
  transition: 0.7s;
  content: "";
  width: 14px;
  height: 14px;
  background-image: url(../../assets/images/close.svg);
  background-size: contain;
  background-position: center;
  display: block;
  position: absolute;
  top: 16px;
  right: 20px;
}
.accordion .accordion-item .accordion-content {
  display: none;
  border-radius: 0 0 10px 10px;
  background-color: rgb(255, 255, 255);
  padding: 0 20px 20px;
}

.social.contact svg:hover rect {
  fill: #ffffff;
}
.social.contact svg:hover path {
  fill: #003300;
}
.social svg rect {
  transition: 0.3s;
}
.social svg path {
  transition: 0.3s;
}
.social svg:hover rect {
  fill: #003300;
}
.social svg:hover path {
  fill: #ffffff;
}

footer .bottomfooter {
  background-color: #003300;
  background-image: url(../../assets/images/theproject.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}
footer .bottomfooter:before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(180deg, rgba(0, 51, 0, 0.9) 0%, rgba(0, 51, 0, 0.9) 100%);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}
footer .bottomfooter .grid-container {
  position: relative;
  z-index: 1;
}
footer .contactdetails > div {
  margin-bottom: 30px;
}
footer .contactdetails > div:last-of-type {
  margin-bottom: 0;
}
footer .contactdetails a {
  position: relative;
}
footer .contactdetails a:before, footer .contactdetails a:after {
  width: 0;
  height: 2px;
  top: calc(100% + 2px);
  right: 0;
  position: absolute;
  content: "";
}
footer .contactdetails a:before {
  transition: width 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer .contactdetails a:after {
  background-color: #ffffff;
  transition: width 0.25s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .contactdetails a:hover:before, footer .contactdetails a:hover:after {
  width: 100%;
  left: 0;
}
footer .contactdetails p {
  margin-bottom: 0;
}
footer .contactdetails p a {
  color: #ffffff;
  font-weight: 400;
}
footer .contactdetails h5 {
  margin-bottom: 16px;
}
footer .bottomstrip {
  padding-top: 20px;
  padding-bottom: 20px;
}
footer .bottomstrip .social a {
  margin-left: 14px;
}
footer .bottomstrip ul {
  list-style-type: none;
  margin: 0;
  text-align: center;
}
footer .bottomstrip ul li {
  display: inline-block;
  font-size: 10px;
  line-height: 1;
  padding: 0;
  margin-bottom: 0;
  font-weight: 700;
}
footer .bottomstrip ul li:nth-child(5)::after {
  display: none;
}
footer .bottomstrip ul li#websiteni {
  display: block;
  position: relative;
  padding-left: 16px;
  margin-top: 12px;
  width: fit-content;
  margin: 12px auto 0;
}
footer .bottomstrip ul li#websiteni a {
  color: #003300;
}
footer .bottomstrip ul li#websiteni dotlottie-player {
  position: absolute;
  left: -7px;
  top: -6px;
}
footer .bottomstrip ul li a {
  font-weight: 700;
  color: #ffffff;
  font-size: 10px;
  line-height: 1;
  position: relative;
}
footer .bottomstrip ul li a:before, footer .bottomstrip ul li a:after {
  width: 0;
  height: 2px;
  top: calc(100% + 2px);
  right: 0;
  position: absolute;
  content: "";
}
footer .bottomstrip ul li a:before {
  transition: width 0.5s cubic-bezier(0.51, 0.18, 0, 0.88) 0.1s;
}
footer .bottomstrip ul li a:after {
  background-color: #ffffff;
  transition: width 0.25s cubic-bezier(0.29, 0.18, 0.26, 0.83);
}
footer .bottomstrip ul li a:hover:before, footer .bottomstrip ul li a:hover:after {
  width: 100%;
  left: 0;
}
footer .bottomstrip ul li:after {
  content: "•";
  display: inline-block;
  margin: 0 7px;
  font-size: 20px;
  position: relative;
  top: 2px;
}
footer .bottomstrip ul li:last-of-type:after {
  content: none;
}

/**
* _404 - XL.
*/
@media screen and (min-width: 1024px) {
  .accordion.project .accordion-item {
    margin-bottom: 20px;
  }
  .accordion.project .accordion-item .accordion-title {
    padding: 25px 65px 25px 30px;
  }
  .accordion.project .accordion-item .accordion-content {
    padding: 0 25px 34px;
  }
  footer .aboutfooter {
    margin-top: 0;
    padding-top: 50px;
  }
  footer .mbblack {
    position: relative;
  }
  footer .mbblack:after {
    content: none;
  }
  footer .contactdetails {
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
  }
  footer .contactdetails p {
    font-size: 14px;
  }
  footer .contactdetails > div {
    margin-bottom: 0;
    margin-right: 30px;
  }
  footer .gap {
    gap: 10px;
  }
  footer .bottomstrip {
    padding-top: 18px;
    padding-bottom: 26px;
  }
  footer .bottomstrip ul {
    text-align: left;
  }
  footer .bottomstrip ul li {
    font-size: 12px;
  }
  footer .bottomstrip ul li:nth-child(5)::after {
    display: inline-block;
  }
  footer .bottomstrip ul li#websiteni {
    display: inline-block;
    margin: 0;
    padding-left: 26px;
  }
  footer .bottomstrip ul li#websiteni dotlottie-player {
    width: 26px !important;
    height: 26px !important;
  }
  footer .bottomstrip ul li a {
    font-size: 12px;
  }
  footer .bottomstrip ul li:after {
    margin: 0 16px;
    font-size: 20px;
    top: 3px;
  }
  footer .bottomstrip ul li:last-of-type:after {
    content: none;
  }
  footer .companylogo img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    max-height: 150px;
  }
  .faqsimage {
    position: absolute;
    left: 0;
    height: 577px;
  }
}
@media screen and (min-width: 1200px) {
  footer .contactdetails p {
    font-size: 15px;
  }
  footer .contactdetails > div {
    margin-right: 60px;
  }
  footer .aboutfooter {
    padding-top: 100px;
  }
  footer .gap {
    gap: 20px;
  }
  footer .bottomstrip ul {
    text-align: left;
  }
  footer .bottomstrip ul li {
    font-size: 14px;
  }
  footer .bottomstrip ul li:nth-child(5)::after {
    display: inline-block;
  }
  footer .bottomstrip ul li#websiteni {
    display: inline-block;
    margin-top: 0;
  }
  footer .bottomstrip ul li a {
    font-size: 14px;
  }
  footer .bottomstrip ul li:after {
    margin: 0 20px;
  }
}
/**
* _404 - XXL.
*/
@media screen and (min-width: 1320px) {
  .accordion.project .accordion-item .accordion-title {
    padding: 30px 65px 30px 30px;
  }
  .accordion.project .accordion-item .accordion-content {
    padding: 0 30px 34px;
  }
  .accordion.project .accordion-item .accordion-title {
    background-color: #001A00;
    color: #ffffff;
  }
  .accordion.project .accordion-item .accordion-title h6 {
    margin-bottom: 20px;
  }
  .accordion.project .accordion-item .accordion-title h5 {
    font-size: 20px;
  }
  footer .contactdetails p {
    font-size: 17px;
  }
  .faqsimage {
    height: 750px;
  }
}
@media screen and (min-width: 1440px) {
  .accordion.project .accordion-item .accordion-title h5 {
    font-size: 23px;
  }
  .accordion.project .accordion-item .accordion-title h6 {
    font-size: 18px;
  }
  footer .contactdetails > div {
    margin-right: 100px;
  }
  footer .companylogo img {
    max-height: 190px;
  }
  .accordion .accordion-item .accordion-title {
    padding: 34px 65px 34px 30px;
  }
  .accordion .accordion-item .accordion-title:before {
    width: 16px;
    height: 16px;
    top: 36px;
    right: 30px;
  }
  .accordion .accordion-item .accordion-content {
    padding: 0 30px 34px;
  }
  .accordion.project .accordion-item .accordion-title {
    padding: 45px 80px 45px 45px;
  }
  .accordion.project .accordion-item .accordion-title:before {
    width: 16px;
    height: 16px;
    top: 46px;
    right: 45px;
  }
  .accordion.project .accordion-item .accordion-content {
    padding: 0 45px 45px;
  }
  .faqsimage {
    height: 760px;
  }
  footer .aboutfooter {
    padding-top: 102px;
  }
  footer .bottomstrip ul li:after {
    margin: 0 40px;
  }
}
.banner {
  overflow: hidden;
  background-color: #001A00;
}
.banner .bannercontent br {
  display: none;
}

.bannerimage.oasis_banner {
  background-color: #000000;
  height: 120px;
}

.countdown {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #CA9700;
  width: 100%;
}
.countdown h5 {
  font-size: 16px;
  margin-bottom: 15px;
}
#timer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 35px;
}
#timer .timer-panel {
  width: 70px;
  font-family: "forma-djr-arabic-deck", sans-serif;
  color: #ffffff;
  font-size: 40px;
  letter-spacing: -0.2px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
}
#timer .timer-panel .timerValueTitle {
  margin-top: 4px;
  font-size: 12px;
  letter-spacing: -0.1px;
}

.greatlocation {
  background: linear-gradient(180deg, #001A00 calc(100% - 50px), #ffffff calc(100% - 50px));
}

.knowmore {
  background-image: linear-gradient(180deg, rgba(233, 78, 15, 0.9) 0%, rgba(233, 78, 15, 0.9) 100%), url(../images/project_bg.jpg);
  position: relative;
}
.knowmore:before {
  content: none;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #ffffff;
  position: absolute;
  height: 60px;
}

#summaryPoints p {
  font-family: "forma-djr-arabic-deck", sans-serif;
  font-weight: bold;
  margin-bottom: 10px;
  font-size: 15px;
}

.answers {
  margin-bottom: 40px;
  -moz-column-count: 3;
  column-count: 3;
  -moz-column-gap: 10px;
  column-gap: 10px;
}
.answers .button {
  cursor: pointer;
  width: 100%;
}
.answers .button.inverse-hover {
  background-color: #003300;
  color: #ffffff;
  border-color: #003300;
}
.answers .button.inverse-hover:hover {
  background-color: #003300;
  color: #ffffff;
  border-color: #003300;
}
.answers .button.inverse-hover.dark {
  background-color: initial;
  color: initial;
  border-color: initial;
}
.answers .button.inverse-hover:hover {
  background-color: #003300;
  color: #ffffff;
  border-color: #003300;
}

.buySliderContainer {
  margin: 20px 0 40px;
}
.buySliderContainer .toggleplusminus {
  width: 16px;
  height: 16px;
  border-radius: 100%;
  touch-action: manipulation;
  background-color: transparent;
  border: 0;
  padding: 0;
  cursor: pointer;
  margin-top: 4px;
}
.buySliderContainer .toggleplusminus img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.slidecontainer {
  padding: 0 10px;
}
.slidecontainer .slider {
  -webkit-appearance: none;
  width: 100%;
  height: 10px;
  border-radius: 5px;
  outline: none;
  -webkit-transition: 0.2s;
  transition: opacity 0.2s;
  margin: 0;
}
.slidecontainer .slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 20px;
  height: 20px;
  border: 0;
  background-image: url(../images/toggle.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 5px 5px 0 rgba(228, 183, 82, 0.26);
}
.slidecontainer .slider::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  background-image: url(../images/toggle.svg);
  cursor: pointer;
  border-radius: 100%;
  box-shadow: 0 5px 5px 0 rgba(228, 183, 82, 0.26);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.slidecontainer .containerStats {
  margin-top: 8px;
  font-size: 10px;
}

.progress_bar_container {
  margin: 30px 0 40px;
}
.progress_bar_container .progress_labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 12px;
}
.progress_bar_container .progress_labels p {
  font-size: 10px;
}
.progress_bar_container .progress_labels * {
  line-height: 1;
  margin-bottom: 0;
}
.progress_bar_container .progress_labels .tickets_sold {
  color: #001A00;
  font-weight: bold;
}
.progress_bar_container .progress_labels .ticket_percent {
  color: #001A00;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 10px;
}
.progress_bar_container .progress_labels .ticket_percent span {
  color: #003300;
}
.progress_bar_container .progress_bar {
  border-radius: 14px;
  height: 12px;
  background: #F9F9F9;
}
.progress_bar_container .progress_bar .progress {
  height: 100%;
  border-radius: 14px 0 0 14px;
  background: #001A00;
}

.multibuy {
  margin-bottom: 40px;
}
.multibuy .button {
  height: 80px;
  justify-content: space-around;
  flex-direction: column;
  position: relative;
  border-radius: 0;
  border-color: #001A00;
  background: linear-gradient(0deg, rgb(0, 0, 0) 50%, rgb(255, 255, 255) 50%);
  max-width: 100px;
  color: #001A00;
  transition: 0.2s;
}
.multibuy .button span {
  color: #ffffff;
  transition: 0.3s ease-in-out;
}
.multibuy .button .discount {
  position: absolute;
  top: -14px;
  right: -10px;
  background-color: #003300;
  color: #ffffff;
  padding: 6px 8px;
  display: block;
  border-radius: 20px;
  font-size: 8px;
  font-weight: bold;
  z-index: 1;
}
.multibuy .button.active {
  background: rgb(233, 78, 15);
  background: linear-gradient(0deg, rgb(233, 78, 15) 50%, rgb(255, 255, 255) 50%);
  border-color: #003300;
}
.multibuy .button.active .discount {
  background-color: #001A00;
}

.postalentrystyle {
  font-size: 12px;
  display: block;
  margin-top: 15px;
  transition: 0.3s;
}
.postalentrystyle:hover {
  color: #003300;
}

@media screen and (min-height: 640px) {
  .multibuy .button {
    max-width: 120px;
  }
}
@media print, screen and (min-width: 1024px) {
  .multibuy {
    margin-bottom: 50px;
  }
  .progress_bar_container {
    margin: 40px 0 50px;
  }
  .progress_bar_container .progress_labels {
    margin-top: 14px;
  }
  .progress_bar_container .progress_labels p {
    font-size: 12px;
  }
  .progress_bar_container .progress_labels .ticket_percent {
    font-size: 12px;
  }
  .slidecontainer {
    padding: 0 10px;
  }
  .slidecontainer .slider {
    height: 8px;
  }
  .slidecontainer .slider::-webkit-slider-thumb {
    width: 30px;
    height: 30px;
  }
  .slidecontainer .slider::-moz-range-thumb {
    width: 30px;
    height: 30px;
  }
  .slidecontainer .containerStats {
    margin-top: 8px;
    font-size: 12px;
  }
  .imagecoverlrg {
    overflow: hidden;
  }
  .imagecoverlrg img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
  .imagecoverlrg.aspectRatio {
    aspect-ratio: 880/580;
  }
  .bannerimage {
    max-height: 750px;
    overflow: hidden;
  }
  .greatlocation {
    background: linear-gradient(180deg, #001A00 calc(100% - 60px), #ffffff calc(100% - 60px));
  }
  .knowmore:before {
    content: "";
    height: 60px;
  }
  .banner {
    overflow: hidden;
    background-color: transparent;
    position: absolute;
    top: 0;
    height: 100%;
    left: 0;
    width: 100%;
  }
  .banner .bannercontent {
    padding-bottom: 80px;
  }
  .banner .bannercontent br {
    display: block;
  }
  .banner.housebanner .cell.bannercontent {
    padding-bottom: 140px;
  }
  .blackoverlay:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.3);
  }
  .countdown {
    padding: 0;
    background-color: transparent;
    z-index: 9;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .countdown.grid-container.full {
    width: calc(100% - 40px);
    margin-left: 20px;
  }
  .countdown h5 {
    font-size: 30px;
    margin: 0;
  }
  .countdown .cell {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  #timer {
    padding: 0;
    height: 90px;
  }
  #timer .timer-panel {
    font-size: 40px;
    margin-left: 30px;
  }
  #timer .timer-panel .timerValueTitle {
    margin-top: 4px;
    font-size: 12px;
  }
  .grid-container.full.projectpadding {
    padding-top: 120px;
  }
  .bannerimage.oasis_banner {
    height: 565px;
  }
}
@media print, screen and (min-width: 1320px) {
  .bannerimage.oasis_banner {
    height: 580px;
  }
  .multibuy .button {
    max-width: 150px;
    height: 100px;
  }
  #question {
    font-size: 30px;
  }
  .greatlocation {
    background: linear-gradient(180deg, #001A00 calc(100% - 80px), #ffffff calc(100% - 80px));
  }
  .knowmore:before {
    content: "";
    height: 80px;
  }
  .banner.housebanner .cell.bannercontent {
    padding-bottom: 180px;
  }
  .prizebanner .bannerimage img {
    min-height: 650px;
  }
  .prizebanner .bannerimage .blur {
    height: 110px;
  }
  #timer {
    height: 110px;
  }
  #timer .timer-panel {
    margin-left: 80px;
  }
}
@media print, screen and (min-width: 1700px) {
  .greatlocation {
    background: linear-gradient(180deg, #000000 calc(100% - 100px), #ffffff calc(100% - 100px));
  }
}
.white form .formfield.frm_checkbox label {
  color: #ffffff;
}

.frm_message.frm_success {
  padding: 30px;
  background-color: rgba(255, 255, 255, 0.1);
  text-align: center;
}
.frm_message.frm_success p {
  font-family: "forma-djr-arabic-deck", sans-serif;
  margin-bottom: 0;
}

.sidebar form.ticketsForm {
  margin-bottom: 40px;
  margin-top: 30px;
}

form {
  position: relative;
}
form.checkoutval {
  padding: 10px 0;
}
form.white {
  color: #ffffff;
}
form.white .formfield label, form.white .formfield [type=text], form.white .formfield [type=email], form.white .formfield [type=search], form.white .formfield [type=password], form.white .formfield [type=number], form.white .formfield select {
  color: #ffffff;
}
form .formfield {
  margin-bottom: 25px;
}
form .formfield.last {
  margin-bottom: 0;
}
form .formfield.frm_checkbox label {
  display: block;
  position: relative;
  padding-left: 25px;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  font-family: "DM Sans", sans-serif;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 0;
  color: #001A00;
  text-transform: capitalize;
  letter-spacing: 0;
}
form .formfield.frm_checkbox label a {
  color: #CA9700;
  font-weight: 600;
}
form .formfield.frm_checkbox label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
form .formfield.frm_checkbox label input:checked + .checkmark {
  background-color: #CA9700;
}
form .formfield.frm_checkbox label .checkmark {
  position: absolute;
  top: 1.5px;
  left: 0;
  height: 14px;
  width: 14px;
  background-color: #ffffff;
  border: 0.5px solid #001A00;
  border-radius: 0;
  display: block;
}
form .formfield.spacingsml {
  margin-bottom: 25px;
}
form .formfield.fieldfull {
  width: 100%;
}
form .formfield label {
  color: #CA9700;
  font-weight: 600;
  font-family: "forma-djr-arabic-deck", sans-serif;
  margin-bottom: 15px;
  font-size: 12px;
  display: block;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
form.ticketsForm {
  margin-bottom: 20px;
}
form [type=text], form [type=email], form [type=search], form [type=password], form [type=number] {
  height: 50px;
  font-size: 400;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #001A00;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  outline: none;
  border-radius: 60px;
}
form [type=text].error, form [type=email].error, form [type=search].error, form [type=password].error, form [type=number].error {
  border-color: red;
}
form textarea {
  font-size: 12px;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #001A00;
  padding: 10px 15px;
  border-radius: 10px;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  outline: none;
}
form textarea.error {
  border-color: red;
}
form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: "";
  height: 50px;
  border-radius: 50px;
  font-size: 600;
  font-family: "DM Sans", sans-serif;
  border: 1px solid #001A00;
  padding: 10px 15px;
  font-size: 14px;
  width: 100%;
  box-shadow: none;
  outline: none;
  background-image: url(../../assets/images/arrow.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px) center;
  background-size: 10px;
}
form select.error {
  border-color: red;
}
form textarea {
  font-size: 14px;
}
form:not(.newsletter, .ticketsForm, .filter_results) .submit {
  margin-top: 20px;
}
form .submit {
  width: 100%;
  margin-top: 10px;
}

.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 999; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgba(0, 0, 0, 0.8); /* Black w/ opacity */
  animation: fadeIn 0.3s ease;
  /* Modal content */
}
.modal .modal-content.iframe {
  padding: 0;
  aspect-ratio: 16/9;
}
.modal .modal-content.iframe .closestyle {
  top: -41px;
  right: -1px;
}
.modal .iframe > div {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}
.modal .iframe > div iframe {
  position: absolute;
  top: 0;
  aspect-ratio: 16/9;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.modal#addToCart .modal-content {
  text-align: center;
}
.modal.errorModal .modal-content {
  top: 105px;
  transform: translateX(-50%);
}
.modal .modal-content {
  background-color: #fefefe;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 70px 20px 40px;
  border: 1px solid #888;
  width: 90%; /* Could be more or less, depending on screen size */
  max-width: 700px; /* Could be more or less, depending on screen size */
  /* Close button */
}
.modal .modal-content.iframe {
  max-width: calc(100vw - 40px);
}
.modal .modal-content .closestyle {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003300;
  position: absolute;
  top: 10px;
  border-radius: 100%;
  right: 10px;
}
.modal .modal-content .closestyle img {
  transform: rotate(45deg);
}
.modal .modal-content .closestyle:hover {
  background-color: #001A00;
}
.modal .modal-content .closestyle:hover, .modal .modal-content .closestyle:active, .modal .modal-content .closestyle:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.body-fixed {
  position: fixed;
  left: 0;
  right: 0;
  width: 100%;
  overflow: hidden;
}

.checkmark {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: block;
  stroke-width: 2;
  stroke: #003300;
  stroke-miterlimit: 10;
  margin: 0 auto 20px;
  box-shadow: inset 0px 0px 0px #003300;
}
.checkmark .checkmark__circle {
  stroke-dasharray: 166;
  stroke-dashoffset: 166;
  stroke-width: 2;
  stroke-miterlimit: 10;
  stroke: #003300;
  fill: none;
}
.checkmark .checkmark__check {
  transform-origin: 50% 50%;
  stroke-dasharray: 48;
  stroke-dashoffset: 48;
}
.checkmark.drawn {
  animation: fill 0.4s ease-in-out 0.4s forwards, scale 0.3s ease-in-out 0.9s both;
}
.checkmark.drawn .checkmark__circle {
  animation: stroke 0.6s cubic-bezier(0.65, 0, 0.45, 1) forwards;
}
.checkmark.drawn .checkmark__check {
  animation: stroke 0.3s cubic-bezier(0.65, 0, 0.45, 1) 0.8s forwards;
}

@keyframes stroke {
  100% {
    stroke-dashoffset: 0;
  }
}
.modal-content .image {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/12;
  width: 100%;
}
.modal-content .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-content .video {
  overflow: hidden;
  width: 100%;
  aspect-ratio: 16/9;
  width: 100%;
}
.modal-content .video iframe {
  width: 100%;
  height: 100%;
}

.openModal {
  cursor: pointer;
}

.bolt {
  position: absolute;
  left: -53px;
  top: -86px;
  --bolt: #ffffff;
  width: 126px;
  height: 186px;
  transform: scale(0.125);
}
.bolt svg {
  position: absolute;
  display: block;
  stroke-width: 4;
  fill: none;
  stroke-linecap: round;
  stroke: var(--bolt);
}
.bolt svg.circle {
  left: 7px;
  top: 100%;
  width: 112px;
  height: 44px;
  stroke-dashoffset: 179px;
  stroke-dasharray: 0px 178px;
}
.bolt svg.line {
  --r: 0deg;
  top: 95%;
  width: 70px;
  height: 3px;
  stroke-dashoffset: 71px;
  stroke-dasharray: 0px 70px;
  transform: rotate(var(--r));
}
.bolt svg.line.left {
  --r: 130deg;
  left: -24px;
}
.bolt svg.line.right {
  --r: 40deg;
  right: -24px;
}
.bolt svg.white {
  --r: 0deg;
  --s: 1;
  top: 30%;
  z-index: 1;
  stroke: #fff;
  stroke-dashoffset: 241px;
  stroke-dasharray: 0px 240px;
  transform: rotate(var(--r)) scaleX(var(--s));
}
.bolt svg.white.left {
  --r: -20deg;
  left: 0;
}
.bolt svg.white.right {
  --r: 20deg;
  --s: -1;
  right: 0;
}
.bolt div {
  display: block;
  position: relative;
}
.bolt div:before, .bolt div:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 44%;
}
.bolt div:before {
  width: 112px;
  height: 112px;
  margin: -56px 0 0 -56px;
  background: #CDD9ED;
  filter: blur(124px);
  opacity: 0.5;
}
.bolt div:after {
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  background: #FFF9BC;
  z-index: 1;
  filter: blur(60px);
  opacity: 0.5;
}
.bolt div span {
  display: block;
  width: 126px;
  height: 186px;
  background: var(--bolt);
  clip-path: polygon(40% 0%, 100% 0, 65% 40%, 88% 40%, 8% 100%, 36% 50%, 0 50%);
}
.bolt.animate div:before, .bolt.animate div:after {
  animation: shine 2s ease;
}
.bolt.animate div span {
  animation: morph 2s ease;
}
.bolt.animate svg.circle {
  animation: circle 0.45s cubic-bezier(0.77, 0, 0.175, 1) forwards 1.3s;
}
.bolt.animate svg.line {
  animation: line 0.45s cubic-bezier(0.77, 0, 0.175, 1) forwards 1.3s;
}
.bolt.animate svg.white {
  animation: white 0.45s cubic-bezier(0.77, 0, 0.175, 1) forwards 1.45s;
}
.bolt.animate svg.white.right {
  animation-delay: 1.6s;
}

@keyframes circle {
  100% {
    stroke-dasharray: 178px 178px;
  }
}
@keyframes white {
  100% {
    stroke-dasharray: 240px 240px;
  }
}
@keyframes line {
  100% {
    stroke-dasharray: 70px 70px;
  }
}
@keyframes shine {
  30%, 70% {
    opacity: 0;
  }
}
@keyframes morph {
  12% {
    clip-path: polygon(40% 5%, 100% 0, 65% 40%, 65% 40%, 8% 100%, 24% 50%, 24% 50%);
  }
  24%, 72% {
    clip-path: polygon(36% 40%, 82% 40%, 82% 40%, 82% 40%, 36% 71%, 36% 40%, 36% 40%);
  }
  84% {
    clip-path: polygon(40% 5%, 100% 0, 65% 40%, 65% 40%, 8% 100%, 24% 50%, 24% 50%);
  }
}
@media screen and (min-width: 1024px) {
  .modal .modal-content.iframe {
    max-width: 70vw;
  }
  .checkmark {
    width: 50px;
    height: 50px;
  }
  .modal .modal-content {
    padding: 50px 30px;
  }
  .modal .modal-content .closestyle {
    width: 36px;
    height: 36px;
  }
  form .submit {
    width: initial;
  }
  form.ticketsForm .formfield.flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  form.ticketsForm select, form.ticketsForm input {
    width: calc(100% - 170px);
  }
  form.ticketsForm .submit {
    width: 160px;
    margin: 0;
  }
  form .formfield {
    margin-bottom: 30px;
  }
  form .formfield label {
    margin-bottom: 15px;
    font-size: 16px;
    letter-spacing: 1px;
  }
  form .formfield.frm_half {
    width: calc(50% - 10px);
    float: left;
    display: inline-block;
  }
  form .formfield.gap {
    margin-right: 20px;
  }
  form [type=text], form [type=email], form [type=search], form [type=password], form [type=number] {
    height: 60px;
    padding: 15px 20px;
    font-size: 16px;
  }
  form select {
    height: 60px;
    padding: 15px 30px;
    font-size: 16px;
    background-position: calc(100% - 25px) center;
    border-radius: 60px;
  }
  form textarea {
    font-size: 16px;
    padding: 15px 20px;
  }
  form:not(.newsletter, .ticketsForm, .filter_results) .submit {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1320px) {
  .checkmark.drawn {
    height: 60px;
    width: 60px;
    margin-bottom: 30px;
  }
}
.cartCount {
  font-size: 10px;
  font-family: "forma-djr-arabic-deck", sans-serif;
  line-height: 1;
  border: 1px solid #001A00;
  padding: 3px 13px 3px 3px;
  border-radius: 26px;
}
.cartCount span {
  width: 25px;
  height: 25px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #003300;
  color: #ffffff;
  margin-right: 10px;
}

.cartrow div:not(.compimg) p {
  margin: 0;
}

.ticketrow div p:last-of-type {
  margin-bottom: 0;
}

.cartrow {
  position: relative;
}
.cartrow div:not(.compimg):last-of-type {
  padding-bottom: 0;
}
.cartrow .clearCart {
  position: absolute;
  top: 14px;
  left: 14px;
  cursor: pointer;
  border-radius: 100%;
  border: 0;
  background-color: transparent;
  transition: 0.3s;
  outline: none;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
.cartrow .clearCart:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}

.cartrow .ticketnumber, .ticketrow .ticketnumber {
  padding: 10px 0 30px;
}
.cartrow .compimg, .ticketrow .compimg {
  border-radius: 10px;
  overflow: hidden;
}
.cartrow .compimg img, .ticketrow .compimg img {
  aspect-ratio: 415/310;
  object-fit: cover;
  height: 100%;
  width: 100%;
  object-position: top;
  overflow: hidden;
}
.cartrow .content, .ticketrow .content {
  padding: 30px 0;
}
.cartrow .content div, .ticketrow .content div {
  padding: 0;
}
.cartrow .content form, .ticketrow .content form {
  max-width: 200px;
  margin-bottom: 30px;
}
.cartrow .content h2, .ticketrow .content h2 {
  font-size: 20px;
}
.cartrow .content p, .ticketrow .content p {
  line-height: 1;
}

.carttotal span {
  font-family: "forma-djr-arabic-deck", sans-serif;
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.rowtotal span {
  font-family: "forma-djr-arabic-deck", sans-serif;
  font-size: 24px;
  color: #003300;
  font-weight: 600;
}

.sidebar, .grid-padding-x > .cell.sidebar {
  height: fit-content;
  padding: 30px;
  border-radius: 10px;
}
.sidebar .contact p a, .grid-padding-x > .cell.sidebar .contact p a {
  color: #ffffff;
  font-weight: 600;
}
.sidebar .contact p a:hover, .grid-padding-x > .cell.sidebar .contact p a:hover {
  color: #003300;
}
.sidebar .contact hr, .grid-padding-x > .cell.sidebar .contact hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}
.sidebar ul, .grid-padding-x > .cell.sidebar ul {
  list-style-type: none;
  margin: 0;
}
.sidebar ul li, .grid-padding-x > .cell.sidebar ul li {
  display: block;
  padding: 30px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  margin-bottom: 0;
}
.sidebar ul li.active a, .grid-padding-x > .cell.sidebar ul li.active a {
  color: #003300;
  font-weight: 600;
}
.sidebar ul li a, .grid-padding-x > .cell.sidebar ul li a {
  color: #ffffff;
}
.sidebar.center, .grid-padding-x > .cell.sidebar.center {
  text-align: center;
}
.sidebar .carttotal, .grid-padding-x > .cell.sidebar .carttotal {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.sidebar #cart, .grid-padding-x > .cell.sidebar #cart {
  margin: 30px 0;
}
.sidebar .accordion-item, .grid-padding-x > .cell.sidebar .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.sidebar .accordion-item:first-of-type .accordion-title, .grid-padding-x > .cell.sidebar .accordion-item:first-of-type .accordion-title {
  padding-top: 10px;
}
.sidebar .accordion-item .accordion-title, .grid-padding-x > .cell.sidebar .accordion-item .accordion-title {
  margin-bottom: 0;
  padding: 40px 0;
}
.sidebar .accordion-item .accordion-content h6, .grid-padding-x > .cell.sidebar .accordion-item .accordion-content h6 {
  color: #CA9700;
  margin-bottom: 15px;
  line-height: 1.3;
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 1px;
}
.sidebar .accordion-item .accordion-content p, .grid-padding-x > .cell.sidebar .accordion-item .accordion-content p {
  margin-bottom: 0;
}
.sidebar .accordion-item .accordion-content .checkoutrow, .grid-padding-x > .cell.sidebar .accordion-item .accordion-content .checkoutrow {
  padding-bottom: 30px;
}
.sidebar .accordion-item .accordion-content .checkoutrow hr, .grid-padding-x > .cell.sidebar .accordion-item .accordion-content .checkoutrow hr {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 30px 0;
}

.ticketgroup div {
  overflow: hidden;
  border-radius: 6px;
  background-color: #001A00;
  text-align: center;
  position: relative;
  height: 60px;
  font-size: 16px;
  width: calc(50% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding-left: 44px;
  color: #ffffff;
  font-family: "forma-djr-arabic-deck", sans-serif;
  max-width: 200px;
}
.ticketgroup div:before {
  content: "";
  background-image: url(../images/ticket-circle-white.svg);
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-size: cover;
  z-index: 1;
}
.ticketgroup div:after {
  content: "";
  background-image: url(../images/ticket-circle-white.svg);
  display: block;
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  height: 12px;
  width: 12px;
  background-size: cover;
  z-index: 1;
}
.ticketgroup div span {
  display: block;
}
.ticketgroup div .ticketstatus {
  position: absolute;
  top: 8px;
  left: -8px;
  height: 44px;
  width: 60px;
  display: block;
  transform: rotate(-90deg);
  background-color: #003300;
  padding-top: 4px;
}
.ticketgroup div .ticketstatus:before {
  content: "";
  background-image: url(../../assets/images/companylogo.svg);
  display: block;
  width: 100%;
  height: 100%;
  background-size: 66%;
  background-position: center;
  background-repeat: no-repeat;
}
.ticketgroup div .ticketnumber {
  font-weight: bold;
  padding: 0;
}
.ticketgroup div .ticketwinner {
  display: none;
  font-size: 20px;
  line-height: 1;
  margin-top: 1px;
}

@media print, screen and (min-width: 640px) {
  .ticketrow .ticketnumber {
    padding: 30px 0;
  }
  .cartCount {
    font-size: 14px;
  }
  .cartCount span {
    width: 30px;
    height: 30px;
  }
  .cartrow div:not(.compimg):last-of-type {
    padding-bottom: 20px;
  }
  .cartrow, .ticketrow .flex {
    display: flex;
    align-items: center;
    justify-content: flex-start;
  }
  .cartrow .compimg, .ticketrow .flex .compimg {
    width: 42%;
  }
  .cartrow .content, .ticketrow .flex .content {
    width: 58%;
    padding: 20px 20px;
  }
  .cartrow, .ticketrow {
    margin-bottom: 30px;
  }
}
@media print, screen and (min-width: 1024px) {
  .cartrow .content, .ticketrow .flex .content {
    padding: 20px 25px;
  }
  .cartCount {
    font-size: 16px;
    padding: 4px 25px 4px 4px;
    border-radius: 50px;
  }
  .cartCount span {
    width: 50px;
    height: 50px;
    margin-right: 20px;
  }
  .sidebar .contact hr {
    margin: 40px 0;
  }
}
@media print, screen and (min-width: 1320px) {
  .sidebar .contact hr {
    margin: 50px 0;
  }
  .ticketgroup div {
    height: 70px;
    font-size: 20px;
    max-width: 180px;
  }
  .ticketgroup div .ticketstatus {
    top: 13px;
    left: -13px;
    height: 44px;
    width: 70px;
  }
  .ticketgroup div .ticketwinner {
    font-size: 20px;
  }
  .ticketrow .ticketnumber {
    padding: 40px 0;
  }
  .rowtotal span, .carttotal span {
    font-size: 34px;
    padding-left: 5px;
  }
  .cartrow .content form, .ticketrow .content form {
    margin-bottom: 40px;
  }
  .cartrow .content h2, .ticketrow .content h2 {
    font-size: 24px;
  }
  .cartrow .content p, .ticketrow .content p {
    font-size: 18px;
  }
  .sidebar, .grid-padding-x > .cell.sidebar {
    padding: 50px 30px;
  }
  .sidebar p, .grid-padding-x > .cell.sidebar p {
    font-size: 18px;
  }
}
@media print, screen and (min-width: 1700px) {
  .sidebar, .grid-padding-x > .cell.sidebar {
    padding: 70px 50px;
  }
  .sidebar #cart, .grid-padding-x > .cell.sidebar #cart {
    margin: 50px 0 50px;
  }
}

/*# sourceMappingURL=custom.css.map */
