.d-flex {
  display: flex;
}
@media (max-width: 1200px) {
  body .container-1530 {
    max-width: 100%;
  }
}
.purple-gradient {
  border-bottom: 1px solid var(--opacity-egg-plant-15, rgba(93, 80, 96, 0.15));
  background: linear-gradient(172deg, rgba(110, 124, 201, 0.6) 36%, rgba(209, 180, 214, 0.56) 84%);
  /* flying */
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.04), 0px 15px 50px 0px rgba(0, 0, 0, 0.05);
}
/* fixes */
.ui-datepicker {
  z-index: 9999 !important;
  /* Ensure it appears above other elements */
}
header {
  padding: 0;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}
header .hd-header-grid {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 100%;
}

header .hd-menu-header {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: flex-end;
}

header .hd-menu-header .header-cta {
  display: flex;
  align-items: center;
  position: relative;
}
header.custom-header .hd-menu-header .profile-menu {
  display: none;
  position: absolute;
  list-style: none;
  margin: 0;
  right: 0;
  top: 40px;
  width: 208px;
  z-index: 10;
  border-radius: 7px;
  box-shadow: 1px 1px 5px -1px rgba(0, 0, 0, 0.5);
  text-align: left;
  font-weight: 500;
  flex-wrap: wrap;
  font-size: 15px;
}
header .hd-menu-header .profile-menu li {
  display: flex;
  width: 100%;
}
header .hd-menu-header .profile-menu a {
  padding: 12px 16px;
  align-items: flex-start;
  display: flex;
  align-self: stretch;
  flex-wrap: wrap;
  text-decoration: none;
}
header .hd-menu-header .profile-menu a:hover {
  font-weight: 500;
}
header .hd-menu-header .header-cta:hover .profile-menu {
  display: flex;
}
header .hd-menu-header .cartbasket {
  position: relative;
  display: flex;
}
header .hd-menu-header .cartbasket svg {
  width: 32px;
  height: 32px;
}
@media (max-width: 768px) {
  header .hd-menu-header .cartbasket svg {
    width: 28px;
    height: 28px;
  }
}
header a[data-button="mobileMenu"] {
  display: none;
  margin-right: 15px;
}
header.sticky .goldenBar nav[itemprop="topNav"] ul li a svg {
  margin-bottom: 6px;
}
header .goldenBar {
  background: var(--Gradient-gold);
}
header.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 10px 0 0;
  z-index: 100;
  background: #ffffff;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
header .round-theme-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 20px;
  background-color: var(--Gradient-gold);
  border-radius: 50px;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 768px) {
  header .round-theme-btn {
    padding: 10px 10px;
    line-height: 12px;
    font-size: 14px;
  }
  header .round-theme-btn span.initials-letter {
    display: none;
  }
}
header .round-theme-btn[data-user="online"] {
  text-transform: capitalize;
}
header .round-theme-btn[data-user="online"]:hover {
  color: var(--Primary-Colors-Ivory-hover);
}
header .round-theme-btn[data-user="online"]:hover svg {
  fill: var(--Primary-Colors-Ivory-hover);
}
header .header-inner .header-grid .cta-header {
  max-width: 300px;
  flex: 300px;
}
header .header-inner .header-grid .cta-header a {
  padding: 9px 15px;
  background: transparent;
}
@media (max-width: 768px) {
  header .header-inner .header-grid .cta-header {
    display: none;
  }
}
header .header-inner .header-grid .menu-header {
  max-width: 300px;
  flex: 300px;
}
header .header-inner .header-grid .menu-header a img {
  margin-left: auto;
}
@media (max-width: 768px) {
  header .header-inner .header-grid .menu-header a img {
    height: 22px;
  }
}
@media (max-width: 1024px) {
  header .header-inner .header-grid .menu-header {
    max-width: 100px;
    flex: 100px;
  }
}
header .header-inner .header-grid .logo-header {
  max-width: calc(100% - 600px);
  flex: calc(100% - 600px);
}

header.custom-header .header-inner .header-grid .logo-header a figure img {
  margin: auto;
  height: 56px;
  display: block;
}
@media (max-width: 989px) {
  header.custom-header .header-inner .header-grid .logo-header a figure img {
    height: 42px;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  header.custom-header .header-inner .header-grid .logo-header a figure {
    text-align: center;
  }
}
@media (max-width: 1024px) {
  header.custom-header .header-inner .header-grid .logo-header {
    max-width: calc(100% - 530px);
    flex: calc(100% - 530px);
  }
}
@media (max-width: 768px) {
  header.custom-header .header-inner .header-grid .logo-header {
    max-width: calc(100% - 200px);
    flex: calc(100% - 200px);
  }
}
header nav[itemprop="topNav"] .nav-wrapper {
  display: flex;
  position: relative;
  overflow: hidden;
  justify-content: center;
  align-items: center;
}
header nav[itemprop="topNav"] ul {
  width: 100%;
  list-style: none;
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  scroll-behavior: smooth;
  padding: 0;
  justify-content: center;
  font-size: 16px;
  gap: 8px;
  align-items: center;
  flex-wrap: wrap;
}
header nav[itemprop="topNav"] ul li {
  position: relative;
  display: inline-block;
}

header nav[itemprop="topNav"] ul li a {
  color: white;
  text-decoration: none;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  transition: color 0.3s ease;
  line-height: 22px;
  font-weight: 400;
}
/*
header nav[itemprop="topNav"] ul li:hover a,
header nav[itemprop="topNav"] ul li.current-menu-item a {
  color: var(--Primary-Colors-Ivory-hover);
  font-weight:400 !important;
}
header nav[itemprop="topNav"] ul li:hover a svg,
header nav[itemprop="topNav"] ul li.current-menu-item a svg {
  stroke: var(--Primary-Colors-Ivory-hover);
}
header nav[itemprop="topNav"] ul li:hover a::after,
header nav[itemprop="topNav"] ul li.current-menu-item a::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background-color: var(--Primary-Colors-Ivory-hover);
  border-radius: 2px;
}
header nav[itemprop="topNav"] ul li svg {
  margin-bottom: 8px;
  transition: fill 0.3s ease;
  fill: transparent;
  stroke: var(--Primary-Colors-Ivory);
  width: 24px;
  height: 24px;
}
*/
/* New HD Header Start */
/* Small screen styles */
@media (max-width: 989px) {
  .hd-logo-header img {
    height: 42px;
	float:none; 
	 margin:0 auto;
  }
  header.custom-header a[data-button="mobileMenu"] {
    display: inline-block;
  }
	header.custom-header nav[itemprop="topNav"] {
		display:none !important;
	}
}


footer .hd-footer a svg {
  fill: transparent;
  stroke: var(--Primary-Colors-Ivory);
  width: 24px;
  height: 24px;
  transition: stroke 0.6s;
}
@media (max-width: 768px) {
  footer .hd-footer a svg {
    width: 20px;
    height: 20px;
  }
}
footer .hd-footer a svg:hover {
  stroke: var(--Primary-Colors-Ivory-hover);
}

.menu-sidebar {
  -webkit-filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.161));
  filter: drop-shadow(-3px 3px 6px rgba(0, 0, 0, 0.161));
  height: 100vh;
  width: 650px;
  position: fixed;
  right: -100%;
  top: 0;
  z-index: 1000;
  background: var(--Gradient-gold);
}
.menu-sidebar .sidebar-inner-menu {
  padding: 35px 25px;
  text-align: center;
  position: relative;
  height: 100%;
  overflow: auto;
}
.menu-sidebar .sidebar-inner-menu .menu-close {
  text-align: right;
  margin: 12px 12px 18px 0;
}
.menu-sidebar .sidebar-inner-menu .menu-logo {
  margin-bottom: 70px;
}
.menu-sidebar .sidebar-inner-menu .menu-logo a img {
  margin: auto;
}
@media (max-width: 768px) {
  .menu-sidebar .sidebar-inner-menu .menu-logo {
    display: none;
  }
}
.menu-sidebar .sidebar-inner-menu .menu-cta {
  margin-bottom: 15px;
}
.menu-sidebar .sidebar-inner-menu .menu-cta a {
  padding: 5px 15px;
  min-width: 190px;
}

.nav-sidebar {
  list-style-type: none;
  padding: 0;
  margin: 0;
  font-weight: 400;
}
.nav-sidebar li {
  display: flex;
  align-items: center;
  padding: 4px 0;
}
.nav-sidebar li a {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: #ffffff;
  font-size: 16px;
  padding: 4px 12px;
  width: 100%;
}
.nav-sidebar li a:hover {
  color: var(--Primary-Colors-Ivory-hover);
}
.nav-sidebar li a:hover .menu-icon {
  stroke: var(--Primary-Colors-Ivory-hover);
}
.nav-sidebar li a .menu-icon {
  width: 16px;
  height: 16px;
  margin-right: 8px;
  stroke: #ffffff;
  fill: transparent;
}
.nav-sidebar li.current-menu-item a {
  color: var(--Primary-Colors-Ivory-hover);
}
.nav-sidebar li.current-menu-item a .menu-icon {
  stroke: var(--Primary-Colors-Ivory-hover);
}
[data-comp="nav-sidebar"] {
  position: fixed;
  left: -100%;
  /* Off-screen initially */
  transition: left 0.5s ease;
  z-index: 1001;
}
[data-comp="nav-sidebar"].is-open {
  left: 0;
  /* Slide into view when open */
}
/* Body overlay and no-scroll effect */
body.is-menu-open {
  overflow: hidden;
  /* Prevent scrolling when the menu is open */
}
body.is-menu-open::after {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(128, 128, 128, 0.8);
  z-index: 1000;
  /* Make sure the overlay is below the sidebar */
  pointer-events: none;
  /* Prevent overlay from blocking clicks */
}
.input-feild-item {
  position: relative;
}
.input-feild-item input[type="text"].with-icon {
  width: 100%;
  padding-right: 30px;
  box-sizing: border-box;
}
.input-feild-item input[type="text"].with-icon + svg {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: #999;
  pointer-events: none;
  fill: transparent;
  stroke: #D2A871;
}
.input-feild-item .form-el-field-error {
  display: none;
}
.input-feild-item span.twitter-typeahead {
  width: 100%;
}
.input-feild-item span.twitter-typeahead input {
  opacity: 0.7 !important;
  background: #FEFDFB !important;
}
section .hd-inner-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
  flex-wrap: wrap;
}
@media (max-width: 768px) {
  section .hd-inner-container h2 {
    font-size: 38px;
  }
  section .hd-inner-container p {
    font-size: 22px;
    line-height: 34px;
  }
}
section.about-hd {
  padding: 100px 0;
}
@media (max-width: 768px) {
  section.about-hd {
    padding: 50px 0;
  }
}
section.about-hd .hd-inner-container .hd-description {
  flex: 2;
  padding-right: 80px;
}
@media (max-width: 768px) {
  section.about-hd .hd-inner-container .hd-description {
    flex: none;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }
}
section.about-hd .hd-inner-container .hd-thumbnail {
  flex: 1.5;
  flex-shrink: 0;
  align-self: flex-start;
  margin-top: 30px;
}
@media (max-width: 768px) {
  section.about-hd .hd-inner-container .hd-thumbnail {
    flex: none;
    width: 100%;
  }
}
section.about-hd .hd-inner-container .hd-thumbnail img {
  border-radius: 8px;
  /* Optional for styling */
  cursor: pointer;
  transition: transform 0.3s ease;
  /* Optional for hover effect */
}
section.about-hd .hd-inner-container .hd-thumbnail img:hover {
  transform: scale(1.02);
}
section.energyTypes {
  padding: 100px 0;
  min-height: 200px;
}
section.energyTypes .hd-inner-container {
  text-align: center;
  justify-content: center;
}
section.energyTypes .hd-inner-container h2,
section.energyTypes .hd-inner-container p {
  flex-basis: 100%;
}
section.energyTypes .hd-inner-container h2 {
  margin-bottom: 24px;
}
@media (max-width: 576px) {
  section.energyTypes .hd-inner-container h2 {
    margin-bottom: 40px;
  }
}
section.energyTypes .hd-inner-container p {
  margin-bottom: 0;
}
@media (max-width: 576px) {
  section.energyTypes .hd-inner-container p {
    margin-bottom: 20px;
  }
}
section.energyTypes .hd-inner-container .energyTypeList {
  padding: 58px 0 0;
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  list-style: none;
  padding: 0;
  margin: 0 auto;
  gap: 1rem;
}
@media (max-width: 768px) {
  section.energyTypes .hd-inner-container .energyTypeList .energy-container {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box {
  flex: 1 1 0;
  max-width: calc(20% - 1rem);
  display: flex;
  flex-direction: column;
  align-items: stretch;
  justify-content: flex-start;
  text-align: center;
  padding: 38px 18px;
  border-radius: 8px;
  background: var(--Gradient-gold);
  box-sizing: border-box;
  transition: transform 0.3s, box-shadow 0.3s;
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box:hover {
  transform: scale(1.02);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon {
  margin-bottom: 1rem;
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon svg {
  width: 6vw;
  height: 6vw;
  fill: transparent;
  stroke: var(--Primary-Colors-Ivory-hover);
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content h3 {
  font-size: 1.5vw;
  font-weight: 325;
  line-height: 1.4vw;
  margin: 0.5rem 0;
  text-transform: uppercase;
}
section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content p {
  font-size: 1vw;
  line-height: normal;
}
@media (max-width: 1024px) {
  section.energyTypes .hd-inner-container .energyTypeList .energy-container {
    gap: 1rem / 2;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box {
    padding: 28px 10px;
    max-width: none;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon svg {
    width: 7vw;
    height: 7vw;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content h3 {
    font-size: 2.2vw;
    line-height: 2.2vw;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content p {
    font-size: 1.6vw;
  }
}
@media (max-width: 768px) {
  section.energyTypes .hd-inner-container .energyTypeList .energy-container {
    flex-direction: row;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box {
    flex-direction: row;
    text-align: left;
    align-items: center;
    height: auto;
    max-width: none;
    padding: 18px 12px;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon svg {
    width: 60px;
    height: 60px;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content {
    flex: 1;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content h3 {
    margin: 0;
    font-size: 2.5vw;
    line-height: 2.6vw;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content p {
    font-size: 1.8vw;
  }
}
@media (max-width: 576px) {
  section.energyTypes .hd-inner-container .energyTypeList {
    padding-top: 40px;
    width: 100%;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container {
    flex-direction: column;
    gap: 0.8rem;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box {
    flex-direction: row;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon {
    margin-bottom: 0;
    margin-right: 0.5rem;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-icon svg {
    width: 60px;
    height: 60px;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content {
    flex: 1;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content h3 {
    margin: 0;
    font-size: 3.8vw;
    line-height: 4.1vw;
  }
  section.energyTypes .hd-inner-container .energyTypeList .energy-container .energy-box .energy-content p {
    font-size: 2.4vw;
  }
}
section.jennaPodcast {
  position: relative;
  padding: 100px 0 80px;
}
@media (max-width: 1024px) {
  section.jennaPodcast {
    padding: 80px 0;
  }
}
@media (max-width: 768px) {
  section.jennaPodcast {
    padding: 50px 0;
  }
}
section.jennaPodcast .feeds-inner {
  display: flex;
  flex-wrap: nowrap;
  position: relative;
  z-index: 2;
  align-items: center;
}
@media (max-width: 768px) {
  section.jennaPodcast .feeds-inner {
    flex-wrap: wrap;
  }
}
section.jennaPodcast .feeds-inner .feed-content {
  max-width: 380px;
  flex: 380px;
}
@media (max-width: 768px) {
  section.jennaPodcast .feeds-inner .feed-content {
    max-width: 100%;
    flex: 100%;
    margin-bottom: 50px;
  }
  section.jennaPodcast .feeds-inner .feed-content h2 {
    text-align: center;
  }
  section.jennaPodcast .feeds-inner .feed-content h4 {
    text-align: center;
  }
}
section.jennaPodcast .feeds-inner .feed-content h2 {
  margin-bottom: 6px;
}
section.jennaPodcast .feeds-inner .feed-content h4 {
  margin-bottom: 40px;
}
section.jennaPodcast .feeds-inner .feed-images {
  max-width: calc(100% - 380px);
  flex: calc(100% - 380px);
  padding-left: 20px;
}
section.jennaPodcast .feeds-inner .feed-images img {
  border-radius: 16px;
}
@media (max-width: 768px) {
  section.jennaPodcast .feeds-inner .feed-images {
    max-width: 100%;
    flex: 100%;
    padding-left: 0;
  }
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .feeds-mobile-list ul {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 48px;
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .feeds-mobile-list ul li {
  flex: calc(32% - 8px);
  max-width: calc(32% - 8px);
}
@media (max-width: 600px) {
  section.jennaPodcast .feeds-inner .feed-images .slider-feeds .feeds-mobile-list ul li {
    flex: calc(50% - 8px);
    max-width: calc(50% - 8px);
  }
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .feeds-mobile-list ul li img {
  margin: auto;
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .feeds-carousel {
  padding: 0 52px;
  position: relative;
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .right-arrow {
  background: url(icon-images/right-arrow.svg) no-repeat center center / contain;
  width: 40px;
  height: 40px;
  display: block;
}
@media (max-width: 768px) {
  section.jennaPodcast .feeds-inner .feed-images .slider-feeds .right-arrow {
    width: 18px;
  }
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .right-arrow.reverse {
  transform: rotate(180deg);
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .owl-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  display: flex;
  margin-top: -16px;
  z-index: -1;
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .owl-nav .owl-prev.disabled,
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .owl-nav .owl-next.disabled {
  display: none;
}
section.jennaPodcast .feeds-inner .feed-images .slider-feeds .owl-nav .owl-next {
  margin-left: auto;
}

.svg-sm-icon {
  width: 18px;
  height: 18px;
  fill: var(--Primary-Colors-Ivory-hover);
}
.svg-md-icon {
  width: 24px;
  height: 24px;
  fill: var(--Primary-Colors-Ivory-hover);
}
.svg-lg-icon {
  width: 28px;
  height: 28px;
  fill: var(--Primary-Colors-Ivory-hover);
}
.onlyStroke {
  fill: transparent;
  stroke: var(--Primary-Colors-Ivory-hover);
}
.round-theme-btn {
  font-weight: 600;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: var(--Primary-Colors-Ivory-hover);
  padding: 12px 50px;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-decoration: none !important;
  font-family: "Montserrat", serif;
  background-color: var(--Gradient-gold);
}
.round-theme-btn.btn-sm {
  font-size: 14px;
  line-height: 14px;
  padding: 10px 18px;
}
@media (max-width: 768px) {
  .round-theme-btn {
    padding: 10px 18px;
    line-height: 12px;
    font-size: 14px;
  }
}
.round-theme-btn:hover,
.round-theme-btn:focus {
  color: #ffffff;
  border-color: #51435F;
  background: var(--Gradient-gold-inverse);
}
/*over writes for jquery ui */
.hd-calendar.ui-widget {
  font-family: "Montserrat", serif;
}

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