@import url("https://fonts.googleapis.com/css2?family=Odibee+Sans&family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");
@font-face {
  font-family: "The Estory";
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("../fonts/the-estory/The-Estory.woff2") format("woff2"), url("../fonts/the-estory/The-Estory.woff") format("woff");
}
body {
  font-family: "Source Sans 3", sans-serif;
  font-style: normal;
  font-weight: 400;
  margin: 0;
  padding: 0;
}

.primaryf {
  font-family: "Source Sans 3", sans-serif;
}

.--secondary-font {
  font-family: "The Estory", sans-serif;
}

.--odibee-font {
  font-family: "Odibee Sans", sans-serif;
}

.--common-title {
  font-family: "The Estory", sans-serif;
  font-size: 60px;
  font-weight: 400;
}

::-webkit-scrollbar {
  width: 6px;
}

::-webkit-scrollbar-track {
  /* background: #2E2E2E; */
}

::-webkit-scrollbar-thumb {
  background: #000;
  transition: 0.7s;
}

::-webkit-scrollbar-thumb:hover {
  background: #014D53;
}

h1, h2, h3, h4, h5, h6, ul, li, p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  max-width: 100%;
}

.primary-btn {
  background: #014D53;
  display: flex;
  align-items: center;
  padding: 24px 44px;
  width: max-content;
  height: 62px;
  text-transform: uppercase;
  transition: 0.7s ease-in-out;
  cursor: pointer;
}
.primary-btn .icon svg {
  width: 24px;
  height: 24px;
}
.primary-btn .btn-text {
  color: #FFFFFF;
  font-weight: 600;
  letter-spacing: 3.6px;
  font-size: 15px;
  padding-left: 10px;
}
.primary-btn.transparent {
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.6);
  transition: 0.7s ease-in-out;
}
.primary-btn:hover {
  background-color: #1D1D1E;
}
@media only screen and (min-width: 1200px) {
  .primary-btn {
    height: 4.2708333333vw;
  }
  .primary-btn .icon svg {
    width: 1.3541666667vw;
    height: 1.3541666667vw;
  }
  .primary-btn .btn-text {
    font-size: 1.0416666667vw;
    letter-spacing: 6px;
  }
}

.--section {
  margin-bottom: 80px;
}
@media only screen and (min-width: 1200px) {
  .--section {
    margin-bottom: 8.8541666667vw;
  }
}

.common-section-head .common-tagline {
  font-size: 15px;
  letter-spacing: 3px;
  font-weight: 600;
  color: #242424;
}
.common-section-head .--common-section-head {
  font-size: 70px;
  line-height: 60px;
  font-family: "The Estory", sans-serif;
  color: #014D53;
}
@media only screen and (min-width: 1200px) {
  .common-section-head .common-tagline {
    font-size: 1.5625vw;
  }
  .common-section-head .--common-section-head {
    font-size: 9.375vw;
    line-height: 6.7708333333vw;
    margin-top: 0.1041666667vw;
  }
}

.--common-para {
  font-size: 15px;
  line-height: 22px;
}
@media only screen and (min-width: 1200px) {
  .--common-para {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
}

.--primary-color {
  color: #014D53;
}

.--yellow-color {
  color: #FFE8A2;
}

.--white-color {
  color: #FFFFFF;
}

.--text-black {
  color: #1D1D1E;
}

.--black-color {
  color: #242424;
}

.--text-black {
  color: #242424;
}

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

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

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

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

.--bg-black {
  background-color: #231F20;
}

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

.white {
  color: #FFFFFF;
}

.text-black {
  color: #231F20;
}

.text-ash {
  color: rgba(255, 255, 255, 0.37);
}

.text-dark-purple {
  color: #662D91;
}

.text-purple {
  color: #87699E;
}

.text-green {
  color: #8DC63F;
}

.bg-dark-purple {
  background-color: #662D91;
}

.bg-purple {
  background-color: #87699E;
}

.bg-ash {
  background-color: rgba(255, 255, 255, 0.37);
}

.bg-green {
  background-color: #8DC63F;
}

.fw1 {
  font-weight: 100;
}

.fw2 {
  font-weight: 200;
}

.fw3 {
  font-weight: 300;
}

.fw4 {
  font-weight: 400;
}

.fw5 {
  font-weight: 500;
}

.fw6 {
  font-weight: 600;
}

.fw7 {
  font-weight: 700;
}

.fw8 {
  font-weight: 800;
}

.fw9 {
  font-weight: 900;
}

.mainTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 400;
  line-height: 48px;
  letter-spacing: -1.92px;
}

.mainInnerTitle {
  font-family: "Source Sans 3", sans-serif;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 39.2px;
  letter-spacing: -1.6px;
}

.primaryf.common-para {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.72px;
}
.primaryf.common-parap {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.72px;
}

.secondaryf.common-para {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.88px;
}
.secondaryf.common-parap {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 26.88px;
}

.btn-purple {
  background-color: #662D91;
}
.btn-purple:hover {
  background-color: #8DC63F;
  transition: 0.9s all;
}
.btn-purple.btn-text {
  text-align: center;
  font-family: "The Estory", sans-serif;
  font-size: 12px;
  line-height: 17.04px;
  letter-spacing: 5.4px;
}

@media only screen and (min-width: 768px) {
  .mainTitle {
    font-size: 60px;
    line-height: 60px;
    letter-spacing: -1.92px;
  }
  .mainInnerTitle {
    font-size: 45px;
    line-height: 45px;
    letter-spacing: -1.6px;
  }
  .primaryf.common-para {
    font-size: 18px;
  }
  .primaryf.common-parap {
    font-size: 18px;
  }
  .secondaryf.common-para {
    font-size: 16px;
  }
  .secondaryf.common-parap {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) {
  .mainTitle {
    font-size: 70px;
    line-height: 70px;
    letter-spacing: -1.92px;
  }
  .mainInnerTitle {
    font-size: 50px;
    line-height: 50px;
    letter-spacing: -1.6px;
  }
  .primaryf.common-para {
    font-size: 18px;
  }
  .primaryf.common-parap {
    font-size: 18px;
  }
  .secondaryf.common-para {
    font-size: 16px;
  }
  .secondaryf.common-parap {
    font-size: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .mainTitle {
    font-size: 5vw;
    line-height: 4.9vw;
    letter-spacing: -0.2vw;
  }
  .mainInnerTitle {
    font-size: 3.3333333333vw;
    line-height: 3.2666666667vw;
    letter-spacing: -0.1333333333vw;
  }
  .primaryf.common-para {
    font-size: 1.25vw;
    line-height: 1.775vw;
  }
  .primaryf.common-parap {
    font-size: 1.25vw;
    line-height: 1.775vw;
  }
  .secondaryf.common-para {
    font-size: 0.8333333333vw;
    line-height: 1.6vw;
  }
  .secondaryf.common-parap {
    font-size: 0.8333333333vw;
    line-height: 1.6vw;
  }
  .btn-transparent {
    background-color: transparent;
  }
  .btn-transparent:hover {
    transition: 0.9s all;
  }
  .btn-transparent.btn-text {
    text-align: center;
    font-family: "The Estory", sans-serif;
    font-size: 1.0416666667vw;
    font-style: normal;
    font-weight: 500;
    line-height: 1.4791666667vw;
    letter-spacing: 0.46875vw;
  }
}
button {
  background: none;
  border: none;
}

.hamburger .line {
  width: 40px;
  height: 3px;
  background-color: #FFFFFF;
  display: block;
  margin: 9px 0 9px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  border-radius: 20px;
}
.hamburger .line:nth-child(3) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .hamburger .line {
    width: 2.0833333333vw;
    height: 0.15625vw;
    margin: 0.46875vw 0 0.46875vw auto;
    border-radius: 1.0416666667vw;
  }
}

#hamburger-1.is-active .line:nth-child(3) {
  opacity: 0;
}

#hamburger-1 {
  height: 100%;
  text-align: center;
  margin-bottom: -4px;
}
@media only screen and (min-width: 1200px) {
  #hamburger-1 {
    margin-bottom: -0.2083333333vw;
  }
}

#hamburger-1 span:last-child {
  margin-right: 0 !important;
}

#hamburger-1.is-active .line:nth-child(1) {
  -webkit-transform: translateY(7px) rotate(45deg);
  -ms-transform: translateY(7px) rotate(45deg);
  -o-transform: translateY(7px) rotate(45deg);
  transform: translateY(9px) rotate(45deg);
}

.btn-close:focus {
  box-shadow: none !important;
  outline: 0 !important;
  border: 0 !important;
}

#hamburger-1.is-active .line:nth-child(2) {
  -webkit-transform: translateY(-4px) rotate(-45deg);
  -ms-transform: translateY(-4px) rotate(-45deg);
  -o-transform: translateY(-4px) rotate(-45deg);
  transform: translateY(-4px) rotate(-45deg);
}

.mobile-nav .mobile-btn {
  flex-direction: column-reverse;
  position: relative;
  z-index: 111111;
}
.mobile-nav .mobile-btn:hover {
  transform: scale(0.95);
}
.mobile-nav .mobile-btn .menu-text {
  font-size: 16px;
  letter-spacing: -0.05em;
  margin-bottom: -4px;
  position: relative;
  z-index: 1;
}
.mobile-nav .mobile-btn .hamburger .line:nth-child(2) {
  width: 35px;
}
.mobile-nav .mobile-btn .hamburger.is-active .line:nth-child(2) {
  width: 40px;
}
@media only screen and (min-width: 1200px) {
  .mobile-nav .mobile-btn .menu-text {
    font-size: 0.8333333333vw;
    margin-bottom: -0.2083333333vw;
  }
  .mobile-nav .mobile-btn .hamburger .line:nth-child(2) {
    width: 1.8229166667vw;
  }
  .mobile-nav .mobile-btn .hamburger.is-active .line:nth-child(2) {
    width: 2.0833333333vw;
  }
}

.main-wrapper {
  padding: 0 30px;
}
@media only screen and (min-width: 1200px) {
  .main-wrapper {
    padding: 0 14.5833333333vw;
  }
}

.para {
  text-align: justify;
  font-weight: 400;
  color: #1D1D1E;
  font-size: 15px;
  line-height: 20px;
  margin-top: 40px;
  margin-bottom: 60px;
}
@media only screen and (min-width: 1200px) {
  .para {
    font-size: 1.0416666667vw;
    font-style: normal;
    line-height: 1.5625vw;
    text-align: center;
    margin-top: 3.125vw;
    margin-bottom: 3.125vw;
  }
}

img {
  width: 100%;
  height: auto;
}

.image-rotate-animation {
  display: inline-block;
  overflow: hidden;
}
.image-rotate-animation img {
  animation: spin 65s linear infinite;
  transform-origin: center center;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
/* CSS for Animations */
.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-up-active {
  opacity: 1;
  transform: translateY(0);
}

.fade-left {
  opacity: 0;
  transform: translateX(-50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-left-active {
  opacity: 1;
  transform: translateX(0);
}

.fade-right {
  opacity: 0;
  transform: translateX(50px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.fade-right-active {
  opacity: 1;
  transform: translateX(0);
}

.zoom-in {
  opacity: 0;
  transform: scale(0.8);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

.zoom-in-active {
  opacity: 1;
  transform: scale(1);
}

.desktop-arrows {
  position: absolute;
  bottom: 26%;
  right: 10.4166666667vw;
  display: flex;
  flex-direction: column;
  z-index: 1111111;
}
.desktop-arrows .f-left-arrow {
  position: relative;
  margin-bottom: 1.0416666667vw;
  opacity: 1;
  transition: opacity 0.3s;
}
.desktop-arrows .f-left-arrow img {
  transition: all 0.3s ease;
}
.desktop-arrows .f-left-arrow::after {
  content: "";
  position: absolute;
  bottom: -1.1979166667vw;
  left: -0.46875vw;
  width: 143%;
  height: 0.1041666667vw;
  background-color: #010101;
  transition: background-color 0.3s;
  transition: all 0.3s ease;
}
.desktop-arrows .f-left-arrow:hover img {
  opacity: 0.5;
  pointer-events: none;
  width: 1.0416666667vw;
}
.desktop-arrows .f-right-arrow {
  margin-top: 1.0416666667vw;
  opacity: 1;
  transition: all 0.3s ease;
}
.desktop-arrows .f-right-arrow img {
  transition: all 0.3s ease;
}
.desktop-arrows .f-right-arrow:hover img {
  opacity: 0.5;
  pointer-events: none;
  width: 1.0416666667vw;
}

.slider-dots {
  display: flex;
  gap: 6px;
  justify-content: center;
  margin-top: 12px;
  margin-bottom: 30px;
}
.slider-dots .custom-dot {
  width: 5px;
  height: 2.1px;
  border-radius: 21px;
  transition: background-color 0.3s, opacity 0.3s;
  background: rgba(104, 104, 104, 0.5);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.slider-dots .custom-dot.active {
  background-color: #015156;
  width: 15px;
}
.slider-dots .custom-dot:nth-of-type(n + 7) {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .slider-dots .custom-dot {
    width: 8px;
    height: 3.1px;
    border-radius: 21px;
    transition: background-color 0.3s, opacity 0.3s;
    background: rgba(104, 104, 104, 0.5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  }
  .slider-dots .custom-dot.active {
    background-color: #015156;
    width: 20px;
  }
}

.rotatingImage {
  transition: transform 0.1s linear;
  transform-origin: center center;
  display: block;
}

.d-none {
  display: none;
}

.field, .field-n, .field-s {
  position: relative;
}

.wpcf7-not-valid-tip {
  position: absolute;
}

.m-show {
  display: flex;
}
@media only screen and (min-width: 1200px) {
  .m-show {
    display: none;
  }
}

.wpcf7-form-control option {
  color: #000;
}
@media only screen and (min-width: 1200px) {
  .wpcf7-form-control option {
    font-size: 1.0416666667vw;
  }
}

.repeater-content {
  display: none;
}

.menu-open {
  position: relative;
  transition: opacity 0.3s ease;
}
.menu-open::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.697);
  z-index: 1111;
  transition: opacity 0.3s ease;
  opacity: 1;
  pointer-events: auto;
}

body.fancybox-active {
  overflow: hidden;
}

.sub-menu {
  display: none;
}

.sub-menu.active-sub {
  flex-direction: column;
  display: flex;
}

.special-offers-landing-section .special-offers-listing-card-wrapper {
  padding: 0 25px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
  padding-bottom: 50px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
  height: 300px;
  object-fit: cover;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
  box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
  padding: 50px 25px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 40px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
  font-size: 26px;
  line-height: 100%;
  text-transform: uppercase;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 20px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
  color: #014D53;
  text-align: center;
  font-family: "Source Sans 3", sans-serif;
  font-size: 18px;
  line-height: 23px;
  text-transform: uppercase;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
  text-align: center;
  font-size: 16px;
  line-height: 23px;
}
.special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
  text-transform: uppercase;
  color: #000;
  text-decoration: underline;
}
.offer-popup {
  display: none;
  width: 80%;
  height: auto;
  position: relative;
  overflow: visible;
  padding: 9px;
}
.offer-popup .custom-close-button {
  text-align: center;
  position: absolute;
  top: -80px;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
}
.offer-popup .custom-close-button button.fancybox-close-button {
  border: none;
  background: unset;
  cursor: pointer;
  border-radius: 100%;
  width: 50px;
  height: 50px;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.offer-popup .custom-close-button button.fancybox-close-button .close-icon .close-popup-icon {
  width: 10px;
  height: 10px;
}
.offer-popup .custom-close-button button.fancybox-close-button .close-text {
  font-size: 10px;
  line-height: 166%;
  text-transform: uppercase;
}
.offer-popup .offer-popup-content {
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  height: auto;
  height: 600px;
  display: block;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #014D53 rgba(1, 77, 83, 0.2470588235);
}
.offer-popup .offer-popup-content .offer-title {
  font-size: 28px;
  line-height: 100%;
  text-align: center;
  padding-bottom: 0;
}
.offer-popup .offer-popup-content .offer-percentage {
  font-size: 22px;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  padding-bottom: 20px;
}
.offer-popup .offer-popup-content .offer-sub-title {
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  padding-bottom: 30px;
  position: relative;
}
.offer-popup .offer-popup-content .offer-sub-title::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  border-bottom: 1px solid #D3D3D3;
}
.offer-popup .offer-popup-content .offer-long-description {
  color: #1C3319;
  text-align: justify;
  font-size: 13px;
  line-height: 30px;
  letter-spacing: -0.72px;
  padding-top: 30px;
  padding-bottom: 30px;
}
.offer-popup .offer-popup-content .offer-includes {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.offer-popup .offer-popup-content .offer-includes .includes-here {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
  color: #1C3319;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.75rem;
  line-height: 1.5;
}
.offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
  margin-left: 20px;
  color: #1C3319;
  font-size: 14px;
  line-height: 23px;
}
.offer-popup .offer-popup-content .offer-includes .no-includes {
  color: #1C3319;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.offer-popup .offer-popup-content .offer-terms {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 35px 0;
}
.offer-popup .offer-popup-content .offer-terms .terms-conditions {
  font-size: 18px;
  line-height: 100%;
  text-align: center;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: flex-start;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
  color: #1C3319;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
  content: "-";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.75rem;
  line-height: 1.5;
}
.offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
  margin-left: 20px;
  color: #1C3319;
  font-size: 14px;
  line-height: 23px;
}
.offer-popup .offer-popup-content .offer-terms .no-terms {
  color: #1C3319;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  text-transform: uppercase;
  padding-left: 25px;
  padding-right: 25px;
}
.offer-popup .offer-popup-content .notification-bell-section {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-evenly;
  flex-wrap: nowrap;
  gap: 15px;
  padding-bottom: 50px;
}
.offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: -0.56px;
}
.offer-popup .offer-popup-content .offers-btn {
  text-align: center;
  cursor: pointer;
  display: flex;
  justify-content: center;
}
.offer-popup .is-close-btn {
  display: none;
}

@media only screen and (min-width: 768px) {
  .special-offers-landing-section {
    margin-bottom: 40px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
    position: relative;
    padding-bottom: 80px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper:nth-child(even) .special-offers-white-box-wrap {
    right: 340px;
    left: unset;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
    width: 100%;
    height: 400px;
    object-fit: cover;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
    width: 350px;
    height: 310px;
    background: #FFFFFF;
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
    position: absolute;
    top: 45px;
    bottom: 0;
    left: 340px;
    padding: 30px;
    display: block;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
    color: #395143;
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 26px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
    gap: unset;
    align-items: flex-start;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    font-size: 16px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
    font-size: 16px;
    line-height: 25px;
    padding-bottom: 20px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
    color: #1C3319;
    text-align: justify;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.72px;
    margin-bottom: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 130px;
    max-width: 390px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 18px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    letter-spacing: 4px;
    transition: all 0.25s;
  }
  .special-offers-landing-section .no-offers-wrap {
    color: #162623;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
  .offer-popup {
    position: relative;
    padding: 10px;
  }
  .offer-popup .offer-popup-content {
    height: auto;
    display: block;
    overflow-y: auto;
    scrollbar-width: thin !important;
    padding: 50px 20px;
  }
  .offer-popup .offer-popup-content .offer-title {
    font-size: 48px;
    line-height: 100%;
    padding-bottom: 40px;
  }
  .offer-popup .offer-popup-content .offer-percentage {
    color: #395143;
    font-size: 36px;
    line-height: 100%;
    padding-bottom: 25px;
  }
  .offer-popup .offer-popup-content .offer-sub-title {
    color: #858666;
    font-size: 16px;
    line-height: 25px;
    position: relative;
    padding-bottom: 30px;
  }
  .offer-popup .offer-popup-content .offer-sub-title::before {
    width: 100%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.8px solid #D3D3D3;
  }
  .offer-popup .offer-popup-content .offer-long-description {
    color: #1C3319;
    font-size: 18px;
    line-height: 30px;
    letter-spacing: -0.72px;
    text-align: center;
    padding-top: 80px;
    padding-bottom: 80px;
  }
  .offer-popup .offer-popup-content .offer-includes {
    gap: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .includes-here {
    font-size: 26px;
    line-height: 100%;
    padding-bottom: 60px;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    column-gap: 60px;
    row-gap: 20px;
    padding-left: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
    font-size: 18px;
    line-height: 25px;
    position: relative;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
    font-size: 18px;
    line-height: 25px;
  }
  .offer-popup .offer-popup-content .offer-includes .no-includes {
    color: #162623;
    font-size: 36px;
    line-height: 100%;
  }
  .offer-popup .offer-popup-content .offer-terms {
    gap: unset;
    padding-top: 80px;
  }
  .offer-popup .offer-popup-content .offer-terms .terms-conditions {
    font-size: 26px;
    line-height: 100%;
    padding-bottom: 60px;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
    padding-bottom: 0;
    padding-left: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    align-items: center;
    column-gap: 60px;
    row-gap: 20px;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
    font-size: 18px;
    line-height: 25px;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 25px;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
    font-size: 18px;
    line-height: 25px;
  }
  .offer-popup .offer-popup-content .notification-bell-section {
    justify-content: flex-start;
    float: left;
    margin-left: 110px;
  }
  .offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
    color: #858666;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.8px;
  }
  .offer-popup .offer-popup-content .offers-btn {
    float: right;
  }
  .offer-popup .is-close-btn {
    display: none;
  }
}
@media only screen and (min-width: 992px) {
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
    position: relative;
    padding-bottom: 80px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper:nth-child(even) .special-offers-white-box-wrap {
    right: 580px;
    left: unset;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
    left: 580px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
    gap: unset;
    align-items: flex-start;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    font-size: 26px;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 20px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 18px;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    letter-spacing: 4px;
    transition: all 0.25s;
  }
  .special-offers-landing-section .no-offers-wrap {
    color: #162623;
    text-align: center;
    font-size: 25px;
    font-weight: 400;
    line-height: 50px;
    padding-top: 40px;
    padding-bottom: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .special-offers-landing-section .special-offers-listing-card-wrapper {
    padding: 0 8.3333333333vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper {
    position: relative;
    padding-bottom: 4.1666666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper:nth-child(even) .special-offers-white-box-wrap {
    right: 8.3333333333vw;
    left: unset;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-card-img-wrap img.offers-img {
    width: 83.3333333333vw;
    height: 36.4583333333vw;
    object-fit: cover;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap {
    width: 28.6458333333vw;
    height: 23.4375vw;
    box-shadow: 0px -19px 88.5px 0px rgba(16, 29, 20, 0.29);
    position: absolute;
    top: 6.5104166667vw;
    bottom: 0;
    left: 8.3333333333vw;
    padding: 1.5625vw 1.5625vw 4.6875vw 4.1666666667vw;
    display: block;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offer-percentage-value-wrap {
    color: #395143;
    font-size: 1.875vw;
    line-height: 100%;
    text-transform: uppercase;
    text-align: right;
    padding-bottom: 1.9270833333vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap {
    gap: unset;
    align-items: flex-start;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-title-wrap {
    font-size: 1.3541666667vw;
    line-height: 100%;
    text-transform: uppercase;
    padding-bottom: 1.0416666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .offers-title-wrap .special-offers-sub-title-wrap {
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    padding-bottom: 2.6041666667vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-short-desc-wrap {
    color: #1C3319;
    text-align: justify;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    margin-bottom: 2.6041666667vw;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    max-height: 6.7708333333vw;
    max-width: 20.3125vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text {
    font-size: 0.9375vw;
  }
  .special-offers-landing-section .special-offers-listing-card-wrapper .special-offers-card-wrapper .special-offers-white-box-wrap .special-offers-button .button-text:hover {
    letter-spacing: 0.2083333333vw;
    transition: all 0.25s;
  }
  .special-offers-landing-section .no-offers-wrap {
    color: #162623;
    text-align: center;
    font-size: 1.3020833333vw;
    font-weight: 400;
    line-height: 2.6041666667vw;
    padding-top: 2.0833333333vw;
    padding-bottom: 5.2083333333vw;
  }
  .offer-popup {
    position: relative;
    padding: 4.1666666667vw !important;
  }
  .offer-popup .custom-close-button {
    position: absolute;
    top: -15% !important;
    left: 45% !important;
    right: 47% !important;
    content: "";
  }
  .offer-popup .custom-close-button button.fancybox-close-button {
    width: 4.6875vw;
    height: 4.6875vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-icon .close-popup-icon {
    width: 0.9375vw;
    height: 0.9375vw;
  }
  .offer-popup .custom-close-button button.fancybox-close-button .close-text {
    font-size: 0.9375vw;
  }
  .offer-popup .offer-popup-content {
    height: auto;
    display: block;
    overflow-y: auto;
    scrollbar-width: thin !important;
  }
  .offer-popup .offer-popup-content .offer-title {
    font-size: 2.5vw;
    line-height: 100%;
    padding-bottom: 2.0833333333vw;
  }
  .offer-popup .offer-popup-content .offer-percentage {
    color: #395143;
    font-size: 1.875vw;
    line-height: 100%;
    padding-bottom: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title {
    color: #858666;
    font-size: 0.8333333333vw;
    line-height: 1.3020833333vw;
    position: relative;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-sub-title::before {
    margin-left: 7.2916666667vw;
    margin-right: 7.2916666667vw;
    width: 75%;
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-bottom: 0.0416666667vw solid #D3D3D3;
  }
  .offer-popup .offer-popup-content .offer-long-description {
    padding-left: 13.0208333333vw;
    padding-right: 13.0208333333vw;
    color: #1C3319;
    font-size: 0.9375vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0375vw;
    text-align: center;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-includes {
    gap: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .includes-here {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
    padding-left: unset;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
    position: relative;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item::marker {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .offer-includes-list .offer-includes-item .offer-includes-item-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-includes .no-includes {
    color: #162623;
    font-size: 1.875vw;
    line-height: 100%;
  }
  .offer-popup .offer-popup-content .offer-terms {
    gap: unset;
    padding-top: 4.1666666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .terms-conditions {
    font-size: 1.3541666667vw;
    line-height: 100%;
    padding-bottom: 3.125vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list {
    padding-bottom: 5.2083333333vw;
    padding-left: unset;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 52.0833333333vw;
    align-items: center;
    column-gap: 3.125vw;
    row-gap: 1.0416666667vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item::marker {
    content: "-";
    position: absolute;
    left: 0;
    top: 0;
    font-size: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .offer-terms .offer-terms-conditions-list .offer-terms-conditions-item .offer-terms-conditions-text {
    font-size: 0.9375vw;
    line-height: 1.3020833333vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section {
    justify-content: flex-start;
    float: left;
    margin-left: 5.7291666667vw;
  }
  .offer-popup .offer-popup-content .notification-bell-section .notification-bell-text .notification-text {
    color: #858666;
    font-size: 1.0416666667vw;
    line-height: 1.5625vw;
    letter-spacing: -0.0416666667vw;
  }
  .offer-popup .offer-popup-content .offers-btn {
    float: right;
    margin-right: 5.7291666667vw;
  }
  .offer-popup .is-close-btn {
    display: none;
  }
}

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