/*!**********************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./node_modules/postcss-loader/dist/cjs.js!./assets/scss/main.scss ***!
  \**********************************************************************************************************************************************************/
/* Abstract */
/* Font */
/* Colors */
/* Base */
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Prevent font size inflation */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Remove default margin in favour of better control in authored CSS */
body, h1, h2, h3, h4, p,
figure, blockquote, dl, dd {
  margin-block-start: 0;
  margin-block-end: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  line-height: 1.5;
}

/* Set shorter line heights on headings and interactive elements */
h1, h2, h3, h4,
button, input, label {
  line-height: 1.1;
}

/* Balance text wrapping on headings */
h1, h2,
h3, h4 {
  text-wrap: balance;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input, button,
textarea, select {
  font-family: inherit;
  font-size: inherit;
}

/* Make sure textareas without a rows attribute are not tiny */
textarea:not([rows]) {
  min-height: 10em;
}

/* Anything that has been anchored to should have extra scroll margin */
:target {
  scroll-margin-block: 5ex;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
body {
  font-family: proxima-nova, sans-serif;
  color: #26305E;
  -webkit-font-smoothing: antialiased;
}

main {
  font-size: 16px;
  line-height: normal;
  font-weight: 400;
}
@media (max-width: 767px) {
  main {
    font-size: 16px;
    line-height: 1.5;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6 {
  position: relative;
  font-style: normal;
  margin-top: 0;
  margin-bottom: 1rem;
}
h1 a, .h1 a,
h2 a, .h2 a,
h3 a, .h3 a,
h4 a, .h4 a,
h5 a, .h5 a,
h6 a, .h6 a {
  text-decoration: none;
  margin: 0;
  cursor: pointer;
}

html {
  line-height: 30px;
}

b, strong {
  font-weight: 700 !important;
}

.h1,
h1 {
  font-size: 64px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h1,
  h1 {
    font-size: 32px;
  }
}

.h2,
h2 {
  font-size: 48px;
  line-height: 1.2;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h2,
  h2 {
    font-size: 32px;
    line-height: 1.2;
  }
}

.h3,
h3 {
  font-size: 28px;
  line-height: 45px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h3,
  h3 {
    font-size: 30px;
    line-height: 36px;
  }
}

.h4,
h4 {
  font-size: 30px;
  line-height: 34px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .h4,
  h4 {
    font-size: 28px;
    line-height: 32px;
  }
}

.h5,
h5 {
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover {
  color: #30C195;
}

p {
  font: inherit;
}

main {
  overflow-x: hidden;
  margin-top: 111px;
}

.w-50 {
  width: 50px !important;
}

.w-auto {
  width: auto !important;
}

.h-50 {
  height: 50px !important;
}

.ml-auto {
  margin-left: auto;
}

.thin {
  font-weight: 300 !important;
}

.medium-bold {
  font-weight: 500 !important;
}

.semi-bold {
  font-weight: 600 !important;
}

.extra-bold {
  font-weight: 800 !important;
}

.box-shadow {
  position: relative;
}
.box-shadow:before {
  content: "";
  display: block;
  width: 100%;
  height: calc(100% - 20px);
  border-radius: 10px;
  position: absolute;
  z-index: -1;
  box-shadow: 0 0 0 6px rgba(50, 193, 150, 0.2);
}
@media (max-width: 575px) {
  .box-shadow:before {
    height: 100%;
  }
}

.img-center img {
  margin: auto;
}

@media (min-width: 768px) {
  .img-md-left img {
    margin-left: 0;
  }
}

.pl-50 {
  padding-left: 50px !important;
}

.ml-50 {
  margin-left: 50px !important;
}

.with-arrow {
  width: fit-content;
  padding-left: 33px;
  position: absolute;
  bottom: -50px;
  left: 18%;
}
@media (max-width: 767px) {
  .with-arrow {
    bottom: -34px;
  }
}
.with-arrow:before {
  content: "";
  position: absolute;
  left: 0;
  top: -36px;
  width: 18px;
  height: 54px;
  display: block;
  background-image: url(images/b6858485d35e9dae4730.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

.img-full img {
  width: 100%;
}

@media (max-width: 767px) {
  .wp-block-kadence-advancedbtn {
    width: 100%;
  }
}

@media (max-width: 575px) {
  .center-on-mobile {
    text-align: center !important;
  }
}

/* Styles (Legacy) */
@media (max-width: 767px) {
  .single main {
    margin-top: 30px;
  }
}

.hero {
  overflow: visible;
}
.hero p {
  color: unset !important;
}

.hero-content {
  padding-bottom: 20px !important;
  padding-right: 30px;
}
.single .hero .hero-content {
  padding-top: 20px !important;
}
@media (max-width: 767px) {
  .single .hero .hero-content {
    padding-top: 0 !important;
  }
}
@media (max-width: 575px) {
  .hero-content .heading {
    display: flex;
    flex-direction: column-reverse;
  }
  .hero-content .heading .heading-bottom {
    margin-top: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    row-gap: 14px;
  }
}
.hero-content h1 {
  margin-top: 20px;
}
@media (max-width: 575px) {
  .hero-content h1 {
    margin-bottom: 0px;
  }
}
.hero-content .categories {
  display: inline-block;
}
.hero-content .categories a {
  background-color: #30C195;
  border-radius: 20px;
  padding: 5px 30px;
  font-size: 14px;
  font-weight: 700;
  color: white !important;
}
.hero-content .categories a:hover {
  background-color: #26305E;
}

.top-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (max-width: 575px) {
  .top-content {
    flex-direction: column;
    align-items: flex-start;
  }
}
.top-content .author-date {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #5A7184 !important;
}
@media (max-width: 575px) {
  .top-content .author-date {
    font-size: 14px !important;
  }
}
@media (max-width: 1199px) {
  .top-content .author-date {
    margin-top: 0 !important;
  }
}

.affiliate_disclaimer {
  margin-bottom: 0 !important;
}

.popup-wrapper {
  display: inline-block !important;
}

.research-popup-link {
  padding-left: 26px;
  cursor: pointer;
  margin-bottom: 0 !important;
}
.research-popup-link:hover:before {
  filter: invert(16%) sepia(17%) saturate(2862%) hue-rotate(195deg) brightness(102%) contrast(92%);
}
.research-popup-link:hover span {
  color: #26305E;
}
@media (min-width: 576px) {
  .research-popup-link {
    margin-left: 10px;
  }
}
.research-popup-link.affiliate_disclaimer {
  padding-left: 0;
  padding-right: 23px;
  font-style: italic;
}
.research-popup-link.affiliate_disclaimer:before {
  background-image: url("data:image/svg+xml,<svg width=\"11\" height=\"11\" viewBox=\"0 0 11 11\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"5.5\" cy=\"5.5\" r=\"5\" stroke=\"%2325305E\"/><path d=\"M5.27444 7.30242V5.2002\" stroke=\"%2325305E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path d=\"M5.27444 3.23786H5.27993\" stroke=\"%2325305E\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/></svg>");
  right: 0;
  left: unset;
  top: 7px !important;
}
.research-popup-link.affiliate_disclaimer span {
  color: #26305E !important;
  font-weight: 700;
  line-height: normal;
}
@media (max-width: 575px) {
  .research-popup-link.affiliate_disclaimer + .research-popup-box {
    right: auto;
  }
}
.research-popup-link:before {
  background-image: url("data:image/svg+xml,<svg width=\"14\" height=\"13\" viewBox=\"0 0 14 13\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><circle cx=\"6\" cy=\"7\" r=\"5.5\" stroke=\"%23FE614C\"/><path d=\"M3 6.33333L5.38095 9L13 1\" stroke=\"%23FE614C\" stroke-width=\"1.2\" stroke-linecap=\"round\"/></svg>");
  border: none;
  transform: none;
  height: 15px;
  width: 15px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
}
.research-popup-link span {
  font-size: 16px;
  font-weight: 600;
  color: #FE614C;
}
@media (max-width: 575px) {
  .research-popup-link span {
    font-size: 14px !important;
  }
}

@media (max-width: 575px) {
  .research-popup-box {
    right: 15px;
    width: 90%;
    max-width: 450px;
  }
}

.author-list {
  display: flex;
  justify-content: space-between;
  column-gap: 20px;
}
@media (max-width: 575px) {
  .author-list {
    flex-direction: column;
  }
}
.author-list .author-card {
  display: flex;
  column-gap: 18px;
  align-items: center;
  background-color: #F2F2F2;
  padding: 15px;
  border-radius: 5px;
  flex-basis: 50%;
}
@media (max-width: 575px) {
  .author-list .author-card {
    background-color: unset;
    padding: 0;
  }
}
.author-list .author-card .image-wrapper {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #26305E;
  overflow: hidden;
}
@media (max-width: 575px) {
  .author-list .author-card .image-wrapper {
    display: none;
  }
}
.author-list .author-card .image-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
}
.author-list .author-card .author-details {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
@media (max-width: 575px) {
  .author-list .author-card .author-details {
    flex-direction: row;
    align-items: center;
    column-gap: 8px;
  }
  .author-list .author-card .author-details .author-role {
    flex-shrink: 0;
  }
}
.author-list .author-card .author-details .author-name {
  font-weight: 600;
}

.article-section_content .wprm-recipe-template-snippet-basic-buttons {
  margin: 10px auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4px;
  max-width: 400px;
}
.article-section_content .toc-tab {
  border-radius: 5px;
  overflow: hidden;
  margin-top: 30px;
}
@media (max-width: 575px) {
  .article-section_content .toc-tab {
    margin-top: 20px;
  }
}
.article-section_content .toc-tab label {
  background-color: #26305E;
  color: white;
  font-weight: 700;
  margin-top: 0;
  padding: 12px 32px;
  border-radius: 0;
}
.article-section_content .toc-tab label:after {
  border-bottom-color: white;
  border-left-color: white;
  right: 32px;
}
.article-section_content .toc-tab input + label:after {
  transform: rotate(135deg);
}
.article-section_content .toc-tab input:checked + label:after {
  transform: rotate(315deg);
}
.article-section_content .toc-tab p {
  margin: 0;
}
.article-section_content .toc-tab ul {
  padding: 12px 24px 12px 49px !important;
  list-style: unset !important;
}
@media (max-width: 575px) {
  .article-section_content .toc-tab ul {
    padding: 12px 24px 12px 40px !important;
  }
}
.article-section_content .toc-tab ul li {
  padding: 6px 0;
}
@media (max-width: 575px) {
  .article-section_content .toc-tab ul li {
    margin-bottom: 0 !important;
  }
  .article-section_content .toc-tab ul li a {
    width: 100%;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.article-section_content .toc-tab .grade-cta {
  white-space: nowrap;
}

.preview-category__author.small-text p {
  display: flex;
  flex-direction: column;
}

.social-bar__link.tiktok {
  background-image: url(images/e6a4a874e525dde1df0e.svg);
}

.back-to-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  background-color: #FE614C;
  z-index: 999;
  border: none;
  border-radius: 4px;
  padding: 12px 16px;
  cursor: pointer;
  transition: 0.15s ease-in-out;
}
.back-to-top:hover {
  background-color: #30c195;
}
.back-to-top:not(.show) {
  opacity: 0;
  visibility: hidden;
}
.back-to-top i {
  color: white;
  font-size: 32px;
}

.gm-nav-content-wrapper {
  will-change: unset !important;
}

/* Components */
main .btn,
main .button {
  background-color: #FE614C;
  border: none;
  border-radius: 10px;
  padding: 9px 25px;
  font-size: 16px;
  font-weight: 700;
  line-height: 33px;
  width: max-content;
  display: flex;
  justify-content: center;
}
@media (max-width: 575px) {
  main .btn,
  main .button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  main .btn,
  main .button {
    font-size: 14px;
    padding: 13px 23px;
    line-height: 1.2;
    width: auto;
  }
}
@media (max-width: 575px) {
  main .btn,
  main .button {
    width: 100%;
  }
}
main .btn:hover,
main .button:hover {
  background-color: #30C195;
}

img {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
}
@media (min-width: 768px) {
  img {
    border-radius: 10px;
  }
}

a.post-image {
  line-height: 0;
  display: block;
  height: 120px;
}
a.post-image img {
  object-fit: cover;
  height: 120px;
  width: 100%;
  background-size: cover;
  background-position: center;
}

.image {
  width: 100%;
  float: none;
  margin-right: 0;
  height: 150px;
}
.image img {
  object-fit: cover;
  width: 100%;
  height: 150px;
}

.wp-block-image {
  margin: 30px 0;
}

.page .wp-block-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (max-width: 767px) {
  .page .wp-block-list {
    gap: 4px;
  }
  .page .wp-block-list li {
    font-size: 20px !important;
  }
}
.page .wp-block-list.checklist {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin: 0;
}
.page .wp-block-list.checklist.light {
  gap: 16px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .page .wp-block-list.checklist.light {
    gap: 12px;
  }
}
.page .wp-block-list.checklist.light li:before {
  background-image: url(images/8dde3c858367cb380d44.svg);
}
@media (max-width: 767px) {
  .page .wp-block-list.checklist.small li {
    font-size: inherit;
    padding-left: 32px;
  }
  .page .wp-block-list.checklist.small li:before {
    width: 24px;
    height: 24px;
  }
}
.page .wp-block-list.checklist li {
  position: relative;
  padding-left: 52px;
  line-height: 30px;
}
@media (max-width: 767px) {
  .page .wp-block-list.checklist li {
    font-size: 20px;
  }
}
.page .wp-block-list.checklist li:before {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  background-image: url(images/6df4fbbc9ac8d84e33bd.svg);
  background-size: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.page .wp-block-list.bullets {
  list-style: disc;
  padding-left: 25px;
}
.page .wp-block-list.bullets.large li {
  font-size: 32px;
}

form.is-search-form input.is-search-input {
  font: inherit !important;
  color: inherit !important;
}
form.is-search-form input.is-search-input::placeholder {
  color: #26305E;
}

/* Layout */
header {
  height: 80px;
}

.top-bar {
  cursor: pointer;
}
.top-bar:hover {
  filter: brightness(0.9);
}

.header-search {
  height: 350px;
  z-index: 1;
  background-color: white;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.05);
  max-height: 0;
  overflow: hidden;
}
.header-search-focused .header-search {
  height: 620px;
}
@media (max-width: 1199px) {
  .header-search {
    display: none;
  }
}
.header-search-active .header-search {
  max-height: initial;
}
.header-search .form-wrapper {
  padding: 44px 0 20px;
  text-align: center;
  max-width: 1260px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.header-search .form-label {
  font-size: 24px;
  font-weight: 700;
}
.header-search form {
  max-width: 620px;
  margin: auto;
}

.sidebar {
  max-width: 450px;
  margin: 0 auto;
  position: sticky;
  top: 200px;
}
@media (max-width: 991px) {
  .sidebar {
    margin-top: 28px;
    position: initial;
  }
}

footer {
  position: relative;
  color: white;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #26305E;
}
@media (max-width: 575px) {
  footer {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
footer h5 {
  color: white;
  font-weight: 600;
}
@media (max-width: 575px) {
  footer h5 {
    font-size: 20px;
    font-weight: 700;
  }
}
footer a {
  color: white;
}
footer ul, footer li {
  list-style: none;
}
footer ul {
  font-size: 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media (max-width: 575px) {
  footer ul {
    font-size: 18px;
  }
}
footer ul a {
  line-height: 1.3;
  padding: 8px 0;
  display: block;
}
footer #menu-social-media-links {
  flex-direction: row;
  gap: 8px;
}
@media (max-width: 575px) {
  footer #menu-social-media-links {
    justify-content: center;
  }
}
footer #menu-social-media-links a {
  font-size: 0;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}
footer #menu-social-media-links a:hover {
  filter: brightness(0) saturate(100%) invert(89%) sepia(79%) saturate(194%) hue-rotate(81deg) brightness(92%) contrast(88%);
}
footer #menu-social-media-links .facebook a {
  background-image: url(images/92e052a8749bb43614c9.svg);
}
footer #menu-social-media-links .instagram a {
  background-image: url(images/2d7a4c237ac6de4adffb.svg);
}
footer #menu-social-media-links .tiktok a {
  background-image: url(images/036feb1223a75274e554.svg);
}
footer #menu-social-media-links .youtube a {
  background-image: url(images/c1fa9dd799a00808071a.svg);
}
footer .footer-bottom {
  margin-top: 52px;
}

.footer-newsletter {
  background-color: #f2f2f2;
  padding-top: 75px;
  padding-bottom: 125px;
}
@media (max-width: 575px) {
  .footer-newsletter {
    padding-top: 0;
    padding-bottom: 70px;
  }
}
.footer-newsletter form {
  max-width: 730px !important;
}
.footer-newsletter form > div {
  flex-direction: row !important;
  flex-wrap: wrap;
}
.footer-newsletter form > div [data-testid=form-row]:nth-of-type(3) {
  width: 55%;
}
@media (max-width: 575px) {
  .footer-newsletter form > div [data-testid=form-row]:nth-of-type(3) {
    width: 100%;
  }
}
.footer-newsletter form > div [data-testid=form-row]:nth-of-type(3) [data-testid=form-component] {
  padding: 0 !important;
}
.footer-newsletter form > div [data-testid=form-row]:nth-of-type(4) {
  width: calc(45% - 19px);
  margin-left: 19px;
}
@media (max-width: 575px) {
  .footer-newsletter form > div [data-testid=form-row]:nth-of-type(4) {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
.footer-newsletter form > div [data-testid=form-row]:nth-of-type(4) [data-testid=form-component] {
  padding: 0 !important;
}

/* Pages */
@media (min-width: 1200px) {
  .single-watch main {
    margin-top: 170px;
  }
}
.single-watch .article-section {
  padding: 0;
}
.single-watch .article-section_content iframe {
  width: 100%;
  aspect-ratio: 16/9;
}
.single-watch .article-section_content .heading h1 {
  font-size: 38px;
  font-weight: 700;
}
.single-watch .article-section_content .uploaded-date {
  font-weight: 700;
}
@media (max-width: 991px) {
  .single-watch .video-sidebar {
    margin-top: 20px;
  }
}
.single-watch .video-sidebar h5 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #26305E;
}
.single-watch .video-sidebar h5:before {
  content: none;
}
.single-watch .related-videos .related-video a {
  display: flex;
  gap: 8px;
}
.single-watch .related-videos .related-video .thumbnail {
  flex-basis: 200px;
  flex-shrink: 0;
}
.single-watch .related-videos .related-video .thumbnail img {
  aspect-ratio: 16/9;
  object-fit: cover;
  width: 100%;
}
.single-watch .related-videos .related-video .details h6 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
  overflow: hidden;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.single-watch .related-videos .related-video .details .upload-date {
  font-size: 14px;
}

.post-type-archive-watch .post-section_popular_items.category-item-type-all {
  padding-bottom: 30px;
}
@media (max-width: 767px) {
  .post-type-archive-watch .post-section_popular_items.category-item-type-all {
    margin-bottom: 0;
  }
}

body.archive .category-hero-section {
  padding: 52px 15px;
  background: linear-gradient(180deg, #DAF6ED 0%, #E3F9F2 22.5%, #FFF 100%);
}
@media (max-width: 767px) {
  body.archive .category-hero-section {
    padding: 40px 15px 32px;
  }
}
body.archive .category-hero-section .category-hero-section_cont {
  text-align: center;
}
body.archive .category-hero-section .category-hero-section_cont p {
  font-size: 24px;
  max-width: 630px;
  margin: auto;
}
@media (max-width: 767px) {
  body.archive .category-hero-section .category-hero-section_cont p {
    font-size: 18px;
  }
}
body.archive .posts-filter {
  padding: 52px 0;
}
@media (max-width: 767px) {
  body.archive .posts-filter {
    padding: 0 0 24px;
  }
}
body.archive .posts-filter-toggle {
  display: none;
  padding: 7px 12px;
  font-size: 20px;
  font-weight: 600;
  color: #0C645E;
  justify-content: space-between;
  border-bottom: 1px solid #32C196;
  cursor: pointer;
}
@media (max-width: 767px) {
  body.archive .posts-filter-toggle {
    display: flex;
  }
}
body.archive .posts-filter-toggle.active {
  border-bottom: 1px solid #D9D9D9;
}
body.archive .posts-filter-toggle.active .expand-text {
  display: block;
}
body.archive .posts-filter-toggle.active .collapsed-text {
  display: none;
}
body.archive .posts-filter-toggle.active svg {
  transform: rotate(180deg);
}
body.archive .posts-filter-toggle.active + .categories {
  max-height: 100% !important;
}
body.archive .posts-filter-toggle .expand-text {
  display: none;
}
body.archive .posts-filter-toggle svg {
  height: 24px;
  width: 24px;
  transition: 0.3s ease-in-out;
}
body.archive .posts-filter .categories {
  display: flex;
  gap: 8px 24px;
  font-size: 24px;
  font-weight: 600;
  border-bottom: 1px solid #32C196;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  body.archive .posts-filter .categories {
    flex-direction: column;
    text-align: center;
    gap: 4px;
    font-size: 20px;
    max-width: max-content;
    margin: 8px auto 0;
    font-weight: 700;
    border-bottom: none;
    max-height: 0;
    overflow: hidden;
  }
}
body.archive .posts-filter .categories li {
  padding: 8px 16px;
  cursor: pointer;
}
body.archive .posts-filter .categories li.active {
  box-shadow: inset 0 -2px 0 0px #0C645E;
}
@media (max-width: 767px) {
  body.archive .posts-filter .categories li.active {
    box-shadow: none;
    background-color: #E1FAF1;
    border-radius: 4px;
  }
}
body.archive .no-result {
  text-align: center;
  margin-bottom: 30px;
  display: none;
}

.page .row {
  row-gap: 30px;
}
@media (max-width: 991px) {
  .page .post-section_popular_items .image-all {
    overflow: hidden;
    padding-top: 33vw;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 767px) {
  .page .post-section_popular_items .image-all {
    padding-top: 62vw;
  }
}
.page .post-section_popular_items .image-all img {
  height: 100%;
}
.page .post-section_popular_items.category-item-type-all {
  padding-bottom: 0;
}
.page .post-section_popular_items a {
  display: flex;
  height: 100%;
  margin: 0;
}
@media (max-width: 991px) {
  .page .post-section_popular_items a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
  }
}

.intro-page {
  display: none;
}
body.form-first-page .intro-page {
  display: block;
}

.quiz-options .kt-inside-inner-col {
  position: relative;
}
.quiz-options .kt-inside-inner-col h3:nth-child(1) {
  position: absolute;
  top: 71px;
  transform: rotate(9deg);
}
.quiz-options .kt-inside-inner-col h3:nth-child(2) {
  position: absolute;
  top: 0;
  left: 20%;
  transform: rotate(-10deg);
}
.quiz-options .kt-inside-inner-col h3:nth-child(3) {
  position: absolute;
  top: 69px;
  left: 41%;
  transform: rotate(4deg);
}
.quiz-options .kt-inside-inner-col h3:nth-child(4) {
  position: absolute;
  top: 0;
  right: 0;
  transform: rotate(-8.53deg);
}

.start-assessment .kt-btn-inner-text {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.start-assessment .kt-btn-inner-text:before {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  background-image: url(images/0ea5dfe88611dac7ec2a.svg);
  background-size: contain;
  background-repeat: no-repeat;
}

/* Page Templates */
.sidebar .klaviyo-form form {
  background-color: unset !important;
}
.klaviyo-form h1 {
  line-height: normal;
}
.sidebar .klaviyo-form h1 {
  display: flex !important;
  justify-content: center !important;
  flex-wrap: wrap;
  gap: 0 8px !important;
  padding-bottom: 0 !important;
}
.sidebar .klaviyo-form h1 span {
  font-size: 22px !important;
}
.sidebar .klaviyo-form span {
  color: white !important;
}
@media (max-width: 575px) {
  .klaviyo-form [data-testid=form-component] {
    padding: 10px 0 !important;
  }
}

/* Blocks */
.latest-videos {
  padding-top: 0;
  padding-bottom: 0;
}
.latest-videos .section-title {
  color: #26305E;
  font-weight: bold;
  border-bottom: 1px solid #26305E;
  padding-bottom: 14px;
}
.latest-videos .section-title:before {
  content: unset;
}
.latest-videos .details {
  margin-top: 10px;
}
.latest-videos .details .post-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0;
}
.latest-videos img {
  width: 100%;
}

/* Animations */
/* ----------------------------------------------
 * Generated by Animista on 2025-4-7 15:39:24
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation bg-pan-bottom
 * ----------------------------------------
 */
@-webkit-keyframes bg-pan-bottom {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
@keyframes bg-pan-bottom {
  0% {
    background-position: 50% 0%;
  }
  100% {
    background-position: 50% 100%;
  }
}
.bg-pan-bottom {
  -webkit-animation: bg-pan-bottom 8s both;
  animation: bg-pan-bottom 8s both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-7 14:50:5
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation fade-in-bottom
 * ----------------------------------------
 */
@-webkit-keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fade-in-bottom {
  0% {
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.fade-in-bottom {
  opacity: 0;
}
.fade-in-bottom.animate {
  -webkit-animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  animation: fade-in-bottom 0.6s cubic-bezier(0.39, 0.575, 0.565, 1) both;
  opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-7 14:48:6
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation puff-in-center
 * ----------------------------------------
 */
@-webkit-keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
@keyframes puff-in-center {
  0% {
    -webkit-transform: scale(2);
    transform: scale(2);
    -webkit-filter: blur(4px);
    filter: blur(4px);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    opacity: 1;
  }
}
.puff-in-center {
  opacity: 0;
}
.puff-in-center.animate {
  -webkit-animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
  animation: puff-in-center 0.7s cubic-bezier(0.47, 0, 0.745, 0.715) both;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-7 14:22:44
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-fwd-bottom
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
@keyframes slide-in-fwd-bottom {
  0% {
    -webkit-transform: translateZ(-1400px) translateY(800px);
    transform: translateZ(-1400px) translateY(800px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateZ(0) translateY(0);
    transform: translateZ(0) translateY(0);
    opacity: 1;
  }
}
.slide-in-fwd-bottom {
  opacity: 0;
}
.slide-in-fwd-bottom.animate {
  -webkit-animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-fwd-bottom 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-7 14:53:12
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-left
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-left {
  0% {
    -webkit-transform: translateX(-1000px);
    transform: translateX(-1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-left {
  opacity: 0;
}
.slide-in-left.animate {
  -webkit-animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-left 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 1;
}

/* ----------------------------------------------
 * Generated by Animista on 2025-4-7 14:54:28
 * Licensed under FreeBSD License.
 * See http://animista.net/license for more info.
 * w: http://animista.net, t: @cssanimista
 * ---------------------------------------------- */
/**
 * ----------------------------------------
 * animation slide-in-right
 * ----------------------------------------
 */
@-webkit-keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes slide-in-right {
  0% {
    -webkit-transform: translateX(1000px);
    transform: translateX(1000px);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}
.slide-in-right {
  opacity: 0;
}
.slide-in-right.animate {
  -webkit-animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  animation: slide-in-right 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) both;
  opacity: 0;
}

@media (max-width: 575px) {
  .anim-on-scroll {
    opacity: 1 !important;
    animation: none !important;
  }
}

/* Vendor */
@media (max-width: 767px) {
  .pum .pum-container {
    max-width: 100%;
    left: 0;
    padding: 24px 25px;
  }
}
.pum .pum-container .better-inline-booking-widget {
  height: 700px !important;
}
.pum .pum-container .pum-title {
  display: none;
}
.pum .pum-container iframe {
  width: 100%;
  height: 100%;
}

.kt-blocks-info-box-text {
  color: #26305E !important;
}

.kt-blocks-accordion-header.kt-accordion-panel-active {
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.kt-blocks-accordion-icon-trigger {
  transform: scale(1.2);
}

.kt-accordion-panel .kb-svg-icon-wrap {
  background-color: #FE614C;
  border-radius: 100%;
  width: 24px;
  height: 24px;
  color: white;
}
.kt-accordion-panel .kb-svg-icon-wrap svg {
  width: 18px;
  height: 18px;
}

.kb-table th.kb-table-data:first-of-type {
  border-left: none;
}
.kb-table th.kb-table-data:last-of-type {
  border-right: none;
}
@media (min-width: 576px) {
  .kb-table th.kb-table-data {
    border-left: none;
    border-right: none;
    border-top: none;
  }
}
.kb-table tr.kb-table-row td:first-of-type {
  border-left: none;
}
.kb-table tr.kb-table-row td:last-of-type {
  border-right: none;
}

.kadence-video-overlay {
  opacity: 0;
}

.kadence-video-popup-link .kb-svg-icon-wrap {
  height: 83px !important;
  width: 83px !important;
  background-size: contain;
  background-image: url(images/5929f8837bc0971aee95.svg);
}
@media (max-width: 767px) {
  .kadence-video-popup-link .kb-svg-icon-wrap {
    height: 57px !important;
    width: 57px !important;
  }
}
.kadence-video-popup-link .kb-svg-icon-wrap svg {
  display: none;
}

.align-left .kt-row-column-wrap {
  margin-left: 0 !important;
}

.trusted-brands a, .trusted-brands a:hover {
  color: inherit !important;
  text-decoration: inherit;
  font-size: 12px !important;
}

#menu-item-15558 .wp-block-image img {
  max-width: 275px !important;
  margin: 0 auto;
}

#menu-item-15558 .wp-block-image {
  text-align: center;
}

/*Ivory search start*/
.is-form-style input.is-search-input {
  font: normal 12px/1.4em Arial, sans-serif !important;
  color: #111 !important;
  border: 0 !important;
}

.is-form-style input.is-search-submit, .is-search-icon {
  background: none !important;
  border: 0;
  cursor: pointer;
}

/*Ivory search end*/
.gm-padding {
  display: none !important;
}

.trusted-brands a:hover {
  text-decoration: underline;
}

/*predictive search bar -- uncomment this if we decide to move forward with it later using plugin called Predictive Search*/
.wpps_container .wpps_form, .wpps_sidebar_container, .wpps_header_container {
  border: 0 !important;
}

.second-bar .popup__search {
  display: block !important;
  gap: 0 !important;
  padding: 0 !important;
}

.wpps_sidebar_container {
  margin: 0;
}

.wpps_container.wpps_header_container .wpps_nav_left, .wpps_container.wpps_header_container .wpps_nav_right, .wpps_container.wpps_header_container .wpps_nav_fill, .wpps_container.wpps_header_container .wpps_nav_scope, .wpps_container.wpps_header_container .wpps_nav_submit, .wpps_container.wpps_header_container .wpps_nav_field, .wpps_container.wpps_header_container .wpps_search_keyword {
  height: 40px !important;
}

.wpps_sidebar_container .wpps_nav_submit, .wpps_sidebar_container .wpps_nav_submit:hover {
  background: transparent;
  color: #27315B;
  font-weight: bold;
}

.wpps_container.wpps_sidebar_container .wpps_nav_facade_label, .wpps_container.wpps_sidebar_container .wpps_nav_down_icon, .wpps_container.wpps_sidebar_container .wpps_category_selector, .wpps_container.wpps_sidebar_container .wpps_nav_submit_icon, .wpps_container.wpps_sidebar_container .wpps_searching_icon, .wpps_container.wpps_header_container .wpps_nav_facade_label, .wpps_container.wpps_header_container .wpps_nav_down_icon, .wpps_container.wpps_header_container .wpps_category_selector, .wpps_container.wpps_header_container .wpps_nav_submit_icon, .wpps_container.wpps_header_container .wpps_searching_icon {
  line-height: 40px !important;
}

.wpps_container.wpps_header_container .wpps_nav_scope {
  -webkit-border-top-left-radius: 10px;
  -webkit-border-bottom-left-radius: 10px;
  -moz-border-radius-topleft: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.predictive_results.predictive_results_header .ajax_search_content_title {
  background: #EFF2FF !important;
}

.wpps_header_container .wpps_nav_scope {
  background: #EFF2FF !important;
}

.wpps_header_container .wpps_nav_scope .wpps_nav_facade_label {
  color: #000 !important;
}

.predictive_results.predictive_results_header .ac_over .ajax_search_content {
  background: #fff;
  border-color: #fff;
}

.predictive_results .rs_cat, .predictive_results .rs_cat a {
  color: #25305e !important;
}

.predictive_results ul li.ac_over a, .predictive_results ul li.ac_over a .rs_name, .predictive_results.predictive_results_header .ac_over .rs_name, .predictive_results.predictive_results_header .ac_over .rs_description, .predictive_results .rs_cat:hover, .predictive_results .rs_cat:hover a, .predictive_results ul li:hover .rs_cat, .predictive_results ul li:hover .rs_cat_link, .predictive_results.predictive_results_header .ac_over .rs_cat > a, .predictive_results.predictive_results_header .more_result a:hover {
  color: #fe614c !important;
}

.predictive_results ul li a:hover, .predictive_results ul li a:hover .rs_name, .predictive_results ul li a:hover .rs_description {
  color: #25305e !important;
}

#ps_results_container {
  margin: 25px 45px;
}

.gm-mobile-submenu-style-slider p.main-category a, .gm-mobile-submenu-style-slider ul.subcategories-list a, .gm-mobile-submenu-style-slider a.gm-menu-item__link {
  padding: 11px !important;
  font-size: 15px !important;
  line-height: 30px !important;
}

@media (min-width: 1024px) {
  /*	.gm-navbar.gm-navbar-fixed-sticky .gm-wrapper {
      position: absolute !important;
  }*/
  .gm-navbar-sticky-toggle .gm-inner .gm-container {
    height: 40px !important;
  }
  .search-results .gm-action__gm_before_main_header.gm_action__visibility__desktop, .search-no-results .gm-action__gm_before_main_header.gm_action__visibility__desktop {
    position: fixed !important;
    width: 100%;
    top: 0px;
    background: white;
    z-index: 9999;
  }
  .deals-columns figure {
    display: block !important;
  }
}
/*CSS for home+search*/
.search.search-results, .search.search-no-results {
  display: block;
}

.search .featured-posts__list--type-3 {
  margin-right: 0;
}

/*.search-results .gm-navbar, .search-no-results .gm-navbar {
position: absolute !important;
width: 100%;
}*/
#top-home-slider .top-home-slider__slide, .section-hero-front .row .col-12 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.gm-nav-content-wrapper {
  max-width: 100vw !important;
}

.section-hero-front .row {
  margin-right: 0px !important;
  margin-left: 0px !important;
}

/*end that css*/
p.main-category a, ul.subcategories-list a {
  padding: 8px 16px !important;
}

.sub-menu-categories .popup__right-col .popup__main-title {
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
  font-family: proxima-nova, sans-serif !important;
}

.sub-menu-categories .popup__right-col .popup__main-title::before {
  top: 16px;
}

.sub-menu-categories body.device_type_desktop span.author__name {
  max-width: 120px !important;
  font-size: 10px !important;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 > div:nth-child(2) {
  padding-left: 15px;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 .thumbnail-card__title {
  font-size: 12px !important;
  line-height: 16px !important;
  margin-bottom: 3px !important;
  margin-top: 6px !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 .thumbnail-card__text p {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  letter-spacing: -0.04em;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 .thumbnail-card__title {
  font-size: 14px !important;
  line-height: 19px !important;
  margin-bottom: 3px !important;
  margin-top: 6px !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 700 !important;
}

.sub-menu-categories span.span-reading-time.rt-reading-time span {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 14px !important;
  letter-spacing: -0.04em !important;
  color: #000000 !important;
  margin-top: 6px !important;
}

.sub-menu-categories img.avatar.avatar-40.photo {
  width: 17px;
}

.sub-menu-categories span.author__name {
  max-width: 67px !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 500 !important;
  font-size: 10px !important;
  line-height: 11px !important;
  margin-top: -5px !important;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 .author__image {
  width: 17px !important;
  height: 17px !important;
  margin-right: 10px !important;
}

.sub-menu-categories .popup__right-col .popup__main-title::before {
  width: 40px !important;
}

ul.subcategories-list a {
  color: #000000 !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 500 !important;
}

ul.subcategories-list li {
  display: flex;
}

li#menu-item-11563 > div {
  margin: 0px !important;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 .thumbnail-card {
  padding-left: 0px;
  padding-right: 0px;
}

.sub-menu-categories .popup__right-col .featured-posts__list--type-3 {
  margin: 0;
  padding-left: 0px;
  padding-right: 43px;
  margin-bottom: 25px;
}

.sub-menu-categories .popup__right-col .popup__main-title {
  padding-bottom: 0px !important;
  margin-left: 0px !important;
  padding-left: 45px !important;
  margin-top: 10px;
}

.sub-menu-categories .thumbnail-card__text p {
  margin-top: 6px !important;
}

.wellness-column .popup__right-col .featured-posts__list--type-3 .thumbnail-card {
  /*max-width: 160px !important;*/
  padding-left: 0px !important;
  padding-right: 0px;
  margin-bottom: 15px;
}

.wellness-column .popup__right-col .featured-posts__list--type-3 {
  display: block;
}

.category-menu .sub-menu-categories > div:nth-child(1) {
  padding: 30px;
}

.category-menu .gm-mega-menu__item.grid-100 {
  padding: 0px !important;
}

.sub-menu-categories {
  margin-bottom: 0px !important;
}

.read-more-header a, p.main-category a {
  color: #fe614c !important;
  font-family: proxima-nova, sans-serif !important;
  font-size: 14px !important;
  line-height: 24px !important;
  font-weight: 700 !important;
}

.gm-dropdown-menu.gm-dropdown-menu--lvl-1 a:hover, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .gm-menu-item__link:hover {
  text-decoration: underline;
  color: #25305e !important;
}

.viewall a.gm-menu-item__link, .viewall span.gm-menu-item__txt, .viewall a.gm-menu-item__link:hover, .viewall:hover span.gm-menu-item__txt, .gm-dropdown-menu.gm-dropdown-menu--lvl-1 .viewall a.gm-menu-item__link:hover, .gm-main-menu-wrapper #gm-main-menu .gm-navbar-nav .gm-dropdown-menu .viewall .gm-menu-item__link:hover {
  color: #fe614c !important;
  font-weight: 700 !important;
  padding-bottom: 3px;
}

.read-more-header a {
  text-decoration: underline !important;
}

.read-more-header a:hover, p.main-category a:hover {
  color: #fe614c;
  text-decoration: underline !important;
}

li.menu-item-trusted-brands .grid-100 {
  padding: 30px !important;
}

li.menu-item-deals .grid-100 {
  padding: 30px 30px 30px 20px !important;
}

li.menu-item-trusted-brands a.gm-anchor.gm-menu-item__link, li.menu-item-deals a.gm-anchor.gm-menu-item__link {
  display: none;
}

li.menu-item-trusted-brands p.has-text-align-center {
  line-height: 16px;
  margin-top: 12px;
  color: black !important;
}

.read-more-header a strong {
  font-weight: 700 !important;
}

li.menu-item-deals :where(.wp-block-columns.is-layout-flex) {
  gap: 1px !important;
  margin-bottom: 10px !important;
}

li.menu-item-trusted-brands img {
  max-width: 96px;
}

.gm-navbar #gm-main-menu {
  flex-grow: 1;
}

.gm-navbar.gm-top-links-align-center #gm-main-menu {
  justify-content: space-between !important;
}

.predictive_results.predictive_results_header .result_row {
  margin-top: 7px;
  margin-bottom: 7px;
}

.predictive_results.predictive_results_header .rs_content_popup .rs_cat {
  display: none;
}

/*Second-bar*/
.second-bar .popup__left-col {
  max-width: 422px;
  margin: auto;
}

.second-bar {
  height: 80px;
  background: white;
  width: 100%;
  margin: auto;
  max-width: 1480px;
  display: grid;
  padding: 0px 20px;
}

a.wp-block-button__link.subscribe-button {
  font-weight: 600;
  background: #D54300;
  border-radius: 10px;
  height: fit-content;
  padding: 10px 32px;
}

.second-bar .header_right-col_v2 {
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row nowrap;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: center;
  /* height: 100%; */
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 23.18px;
}

.second-bar .col.header__right-col11 {
  padding-right: 7% !important;
  justify-content: right !important;
}

.second-bar .header_right-col_v2 {
  justify-content: right !important;
}

.second-bar .header_right-col_v2 li {
  list-style-type: none;
}

.second-bar .header_right-col_v2 a {
  font-family: proxima-nova, sans-serif !important;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
}

.second-bar .social-bar__link {
  -webkit-filter: invert(13%) sepia(18%) saturate(5352%) hue-rotate(211deg) brightness(94%) contrast(84%);
  filter: invert(13%) sepia(18%) saturate(5352%) hue-rotate(211deg) brightness(94%) contrast(84%);
}

.second-bar a.social-bar__link.facebook {
  margin-right: 23.18px;
}

.second-bar input[type=text] {
  height: 33px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.6364px !important;
  line-height: 33px;
  color: #000000;
}

.second-bar .popup__search {
  display: flex;
  flex-direction: row;
  overflow: hidden;
  align-items: center;
  padding: 5.45px 13.63px;
  gap: 54.55px;
  background: #FFFFFF;
  border: 1.36364px solid #27315B;
  border-radius: 10px;
  position: relative;
}

.second-bar input[type=text] {
  height: 33px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 13.6364px !important;
  line-height: 33px;
  color: #000000;
  border: none !important;
  padding: 0px;
  background: transparent !important;
}

.second-bar .popup__search .glass {
  position: absolute;
  right: 12.75px;
  top: 10.75px;
  height: auto;
  width: auto;
  margin-left: 12.75px;
}

.second-bar .popup__search .glass img {
  height: 18.4px;
  width: 19.17px;
}

.second-bar .wp-block-columns {
  margin-bottom: 0px;
}

/*hover-style*/
ul.subcategories-list a:hover {
  font-weight: 500 !important;
  text-decoration: underline !important;
  color: inherit !important;
}

.second-bar .header_right-col_v2 a:hover {
  text-decoration: underline !important;
}

.section-hero-front {
  padding-top: 0px !important;
}

.popup__search:focus-within {
  background: #f0f2ff !important;
}

/*mobile-menu*/
.mobile-head-bottom .social-bar-footer {
  margin: auto !important;
  text-align: center;
  display: block;
}

.mobile-head-bottom {
  display: grid;
  width: 100%;
}

.mobile-head-bottom .social-bar-footer .social-bar__link {
  -webkit-filter: invert(13%) sepia(18%) saturate(5352%) hue-rotate(211deg) brightness(94%) contrast(84%);
  filter: invert(13%) sepia(18%) saturate(5352%) hue-rotate(211deg) brightness(94%) contrast(84%);
}

.gm-mobile-submenu-style-slider .gm-grid-container.d-flex.flex-column.h-100.ps, .gm-mobile-submenu-style-slider .gm-dropdown-menu-wrapper {
  padding: 14px 26px 70px 26px !important;
}

.gm-mobile-submenu-style-slider .mobile-head-bottom a.wp-block-button__link.subscribe-button {
  padding: 5px 20px !important;
  font-size: 17px !important;
  line-height: 34px !important;
  text-transform: none !important;
  color: #27315B !important;
  height: 44px !important;
  background: #2ADEAF !important;
  border-radius: 10px !important;
  margin-top: 9px;
  margin-bottom: 17px;
}

.mobile-head-bottom > a {
  font-size: 17px !important;
  line-height: 34px !important;
  font-family: proxima-nova, sans-serif !important;
  font-weight: 500 !important;
}

.gm-mobile-submenu-style-slider p.main-category a, .gm-mobile-submenu-style-slider ul.subcategories-list a {
  padding: 11px !important;
  font-size: 15px !important;
  line-height: 30px !important;
}

.gm-mobile-submenu-style-slider .category-menu .sub-menu-categories > div:nth-child(1) {
  padding: 0px !important;
}

.gm-mobile-submenu-style-slider .fa-angle-down:before {
  color: black !important;
}

.gm-mobile-submenu-style-slider .gm-dropdown-menu-title {
  font-size: 20px !important;
  line-height: 34px !important;
  border-bottom: 1px solid #27315B !important;
  padding-left: 42px;
}

.gm-navigation-drawer--mobile p.main-category {
  display: grid;
}

.gm-mobile-submenu-style-slider .gm-dropdown-menu-wrapper .gm-dropdown-menu-title .gm-caret .fa {
  font: normal normal normal 25px/1 FontAwesome;
  font-size: 25px;
}

.gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .featured-posts__list--type-3 {
  padding-left: 0px !important;
  padding-right: 0px !important;
  margin-bottom: 20px !important;
}

.gm-navigation-drawer--mobile .sub-menu-categories {
  gap: 16px !important;
}

.gm-dropdown:not(.mega-gm-dropdown) .gm-dropdown-menu {
  min-width: 100px !important;
}

@media only screen and (max-width: 1023px) {
  /*Ivory search start*/
  .is-ajax-search-result {
    top: 125px !important;
  }
  .is-form-style {
    border-radius: 4px;
    border: 1px solid #cfcfcf;
  }
  .is-form-style input.is-search-input {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  /*Ivory search end*/
  .gm-action__gm_main_menu_actions_button_first {
    justify-content: right !important;
  }
  .gm-navigation-drawer.gm-navigation-drawer--mobile .search-section-open-top {
    display: none;
  }
  .gm-padding {
    display: none !important;
  }
  .gm-navigation-drawer--mobile .trusted-brands p {
    text-align: left;
    font-family: proxima-nova, sans-serif !important;
    font-weight: 500 !important;
    font-size: 17px !important;
    line-height: 43px !important;
    color: #000000;
  }
  .gm-navigation-drawer--mobile .trusted-brands p strong {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 500 !important;
  }
  .gm-navigation-drawer--mobile .trusted-brands .wp-block-image {
    width: 43px;
    float: left;
    margin-right: 28px;
  }
  .gm-navigation-drawer--mobile .trusted-brands > div {
    padding: 11px !important;
    margin: 0px !important;
    border-bottom: 0.25px solid #d2d2d2 !important;
  }
  .gm-navigation-drawer--mobile .trusted-brands {
    display: contents;
  }
  li#menu-item-mobile-11605, li#menu-item-mobile-11606, li.mgt {
    margin-top: 20px;
  }
  .gm-navigation-drawer--mobile .mgth p.read-more-header, .gm-navigation-drawer--mobile #menu-item-mobile-11593 p.read-more-header, .gm-navigation-drawer--mobile li#menu-item-mobile-11625 p.read-more-header {
    display: none !important;
  }
  .gm-navigation-drawer--mobile .deals-columns img {
    max-width: 100%;
  }
  .gm-navigation-drawer--mobile .deals-columns .wp-block-column.is-vertically-aligned-top {
    margin-top: 15px;
  }
  .gm-navigation-drawer--mobile .deals-columns {
    gap: 18px !important;
    margin-bottom: 18px !important;
  }
  li.vald {
    margin-top: 0px !important;
  }
  .gm-navigation-drawer--mobile ul.gm-dropdown-menu.gm-dropdown-menu--lvl-1 .first-view-all > a > span {
    text-align: left !important;
    margin: 0px !important;
  }
  .gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .featured-posts__list--type-3 > div:nth-child(2) {
    display: none;
  }
  .gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .featured-posts__list--type-3 {
    display: block;
    box-shadow: 0px 0px 28.1586px rgba(0, 0, 0, 0.1);
  }
  ul.gm-dropdown-menu.gm-dropdown-menu--lvl-1 .menu-item-object-category a span, li.vald a span, ul.gm-dropdown-menu.gm-dropdown-menu--lvl-1 .menu-item-object-category a span, .valdt a span {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 700 !important;
    font-size: 17px !important;
    line-height: 34px !important;
    color: #FE614C;
    text-align: center;
    text-transform: none !important;
    margin: auto;
  }
  ul.gm-dropdown-menu.gm-dropdown-menu--lvl-1 .menu-item-object-category a {
    padding: 11px !important;
  }
  div.gm-menu-btn.gm-burger.hamburger:not(.is-active) .hamburger-inner::before {
    top: -8px !important;
  }
  div.gm-menu-btn.gm-burger.hamburger:not(.is-active) .hamburger-inner::after {
    bottom: -8px !important;
  }
  .gm-burger .hamburger-box, .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-box, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
    width: 20px !important;
  }
  .gm-navigation-drawer--open .hamburger-inner::after {
    bottom: 0px !important;
  }
  .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::after, .gm-menu-btn-close-mobile-drawer .hamburger .hamburger-inner::before {
    background-color: #000 !important;
  }
  .second-bar {
    display: none !important;
  }
  .mobile-categories {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }
  .mobile-categories .col-12 {
    min-height: 0px;
  }
  .gm-drawer--open .gm-logo, .gm-drawer--open .gm-menu-actions-wrapper {
    opacity: 1 !important;
  }
  .gm-menu-btn-close-mobile-drawer.gm-hamburger-close {
    display: none;
  }
  a.wp-block-button__link.subscribe-button-mobile {
    font-family: proxima-nova, sans-serif !important;
    font-weight: 500 !important;
    font-size: 13px !important;
    line-height: 26px !important;
    text-transform: none !important;
    color: #FFFFFF !important;
    height: 30px;
    background: #FE614C !important;
    border-radius: 8px !important;
    text-align: center;
    min-width: auto !important;
    padding: 2px 20px !important;
  }
  .gm-navbar .gm-logo {
    flex-basis: 65px !important;
    width: 65px !important;
    flex: unset !important;
    justify-content: flex-start;
    flex-grow: 0 !important;
  }
  .gm-menu-actions-wrapper {
    flex-grow: 1;
  }
  .gm-navbar .gm-menu-actions-wrapper {
    display: inline-grid;
  }
  .gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .popup__main-title {
    color: black !important;
    font-size: 17px !important;
    line-height: 34px !important;
  }
  .gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .popup__main-title::before {
    top: 21px;
    background-color: black !important;
  }
  .gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .featured-posts__list--type-3 .thumbnail-card__title {
    text-align: left !important;
    font-size: 18px !important;
    line-height: 22px !important;
    margin-bottom: 8px !important;
    margin-top: 0px !important;
  }
  .gm-mobile-action-area-wrapper.d-flex.justify-content-center.align-items-center.text-center.mb-4.mt-5 {
    margin-bottom: 0px;
  }
  .gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor {
    padding: 11px !important;
  }
  .gm-burger .hamburger-inner, .gm-burger .hamburger-inner::after, .gm-burger .hamburger-inner::before, .gm-burger.hamburger.is-active .hamburger-inner, .gm-burger.hamburger.is-active .hamburger-inner::after, .gm-burger.hamburger.is-active .hamburger-inner::before {
    background-color: #24315e !important;
  }
  .hamburger:hover {
    opacity: 1 !important;
  }
}
/*mobile-animation*/
@media only screen and (max-width: 1023px) {
  .gm-mobile-action-area-wrapper.d-flex.justify-content-center.align-items-center.text-center.mb-4.mt-5 {
    top: -30px !important;
    position: relative !important;
    margin-top: 0 !important;
  }
  .sub-menu-categories .popup__right-col .featured-posts__list--type-3 > div:nth-child(2) {
    display: none;
  }
  .gm-navigation-drawer--mobile .sub-menu-categories .popup__right-col .featured-posts__list--type-3 {
    display: block;
    box-shadow: 0px 0px 28.1586px rgba(0, 0, 0, 0.1);
  }
  .gm-navigation-drawer--mobile.gm-navigation-drawer--right.gm-navigation-drawer--open ~ .gm-nav-content-wrapper {
    transform: none !important;
  }
  .gm-navigation-drawer--mobile.gm-navigation-drawer--right {
    transform: translate3d(0, -100%, 0);
  }
  .gm-navigation-drawer--mobile.gm-navigation-drawer--right {
    transform: translateY(-100%);
  }
}
/*search-mobile*/
.search-section-open-top {
  margin: -14px -26px 0px -26px;
  padding: 7px 14px;
  background: #E9EBF2;
}

.search-section-open-top input[type=text] {
  touch-action: manipulation;
  height: 34px;
  font-family: proxima-nova, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 11.2634px !important;
  line-height: 34px;
  color: #000000;
  border: none !important;
  padding: 0px;
  background: transparent !important;
}

.search-section-open-top .popup__search {
  background: white;
  padding: 4px 24px !important;
  border-radius: 11.2634px;
}

.search-section-open-top .popup__search .glass {
  position: absolute;
  right: 22px !important;
  top: 11px !important;
  margin-left: 11px !important;
}

.search-section-open-top.default-search-mobile {
  position: fixed;
  display: none;
  width: 100%;
  top: 82px;
  z-index: 999999;
  left: 0px;
  margin: 0px !important;
}

.search-section-open-top.default-search-mobile.show-search-mobile {
  display: -webkit-box;
}

.right-glass {
  width: 27px;
  margin-left: 14px;
  display: flex;
  justify-content: center; /* horizontally centers the child */
  align-items: center; /* vertically centers the child */
}

.default-search-mobile > .popup__left-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.close-search {
  height: 27px;
}

span.glass.glass-click-open {
  margin-left: 0px;
  margin-right: 24px;
}

@media (max-width: 600px) {
  .gm-toolbar p {
    max-width: 100%;
    margin: 0 auto;
    top: 0;
    position: relative;
    font-size: 15px !important;
    line-height: 18px !important;
  }
  .gm-toolbar {
    padding-top: 3px;
    height: 45px;
  }
}
@media (max-width: 375px) {
  .gm-navigation-drawer--mobile .gm-navbar-nav > .gm-menu-item > .gm-anchor {
    padding: 7px 11px !important;
  }
  .gm-mobile-action-area-wrapper.d-flex.justify-content-center.align-items-center.text-center.mb-4.mt-5 {
    top: -15px !important;
  }
  .mobile-head-bottom > a {
    font-size: 14px !important;
    line-height: 26px !important;
  }
  .gm-mobile-submenu-style-slider .mobile-head-bottom a.wp-block-button__link.subscribe-button {
    font-size: 14px !important;
    height: auto !important;
    padding: 10px 20px !important;
    margin-top: 5px;
    margin-bottom: 12px;
    line-height: 24px !important;
  }
}
/* New Styles */
.main-content-header {
  position: fixed;
  top: 0;
  background: white;
  z-index: 9999;
  padding: 0;
  overflow: visible;
}
.admin-bar .main-content-header {
  top: 32px;
}
@media (max-width: 767px) {
  .admin-bar .main-content-header {
    top: 46px;
  }
}

.top-bar {
  position: relative;
  z-index: 2;
}

.top-bar, .gm-toolbar {
  padding: 8px;
  background: #26305E;
  display: flex;
  align-items: center;
  justify-content: center;
}
.top-bar p, .gm-toolbar p {
  font-family: proxima-nova, sans-serif !important;
  font-style: normal;
  font-weight: 400;
  font-size: 16px !important;
  line-height: 14px;
  text-align: center;
  color: white;
}
.top-bar p a, .gm-toolbar p a {
  text-decoration: underline;
  color: inherit !important;
}

.gm-toolbar {
  display: none;
}
.gm-toolbar p {
  line-height: 32px;
}

header.gm-navbar .gm-inner {
  box-shadow: 0 8px 28px 0 rgba(16, 70, 54, 0.1019607843);
}
header.gm-navbar .gm-container {
  gap: 30px;
  justify-content: space-between;
}
header.gm-navbar .gm-main-menu-wrapper {
  gap: 16px;
}
header.gm-navbar .gm-main-menu-wrapper nav {
  flex: 0 0 auto;
}
header.gm-navbar .gm-main-menu-wrapper .gm-dropdown.gm-open a {
  color: rgb(12, 100, 94);
}
header.gm-navbar .gm-main-menu-wrapper .gm-dropdown.gm-open a .gm-menu-item__txt {
  font-weight: 700;
}
header.gm-navbar .gm-main-menu-wrapper .gm-anchor:hover .gm-menu-item__txt {
  font-weight: 700;
}
header.gm-navbar .gm-main-menu-wrapper .gm-anchor .gm-menu-item__txt {
  font-weight: 500;
}
header.gm-navbar .gm-main-menu-wrapper .gm-anchor .gm-caret i {
  font-size: 26px;
  margin-top: 5px;
}
@media (min-width: 1200px) {
  header.gm-navbar .gm-main-menu-wrapper .gm-menu-item__link {
    font-size: 14px;
  }
}
header.gm-navbar .gm-main-menu-wrapper .gm-actions {
  flex: 0 0 auto;
}
header.gm-navbar .gm-main-menu-wrapper .action-buttons {
  display: flex;
  gap: 40px;
  align-items: center;
}
header.gm-navbar .gm-main-menu-wrapper .action-buttons .toggle-search {
  background-image: url(images/48b0dc0c9938badbb79c.svg);
  background-color: unset;
  background-size: contain;
  background-repeat: no-repeat;
  border: 0;
  height: 40px;
  width: 40px;
  background-size: 23px;
  background-position: center;
}
.header-search-active header.gm-navbar .gm-main-menu-wrapper .action-buttons .toggle-search {
  background-image: url(images/a41ae3fc1794edf7fa4a.svg);
  background-size: 30px;
}

header .gm-dropdown-menu-wrapper {
  position: fixed !important;
  top: 111px !important;
  left: 0 !important;
  right: 0 !important;
  width: 100vw !important;
}
.admin-bar header .gm-dropdown-menu-wrapper {
  top: 143px !important;
}
header .gm-dropdown-menu-wrapper .gm-dropdown-menu {
  box-shadow: inset 0 8px 28px 0 rgba(16, 70, 54, 0.1019607843);
}
header .gm-dropdown-menu-wrapper .gm-anchor.gm-menu-item__link {
  display: none;
}
header .gm-dropdown-menu-wrapper .wp-block-image {
  margin: 0;
}

aside.gm-navigation-drawer {
  height: max-content !important;
}
aside.gm-navigation-drawer.gm-navigation-drawer--open {
  top: 111px;
  z-index: 9998 !important;
}
.admin-bar aside.gm-navigation-drawer.gm-navigation-drawer--open {
  top: 142px;
}
@media (max-width: 767px) {
  .admin-bar aside.gm-navigation-drawer.gm-navigation-drawer--open {
    top: 157px;
  }
}
aside.gm-navigation-drawer .gm-grid-container {
  padding: 32px 18px;
  height: auto;
}
aside.gm-navigation-drawer .gm-mobile-menu-container {
  margin-top: 32px;
}
aside.gm-navigation-drawer .gm-dropdown-menu-wrapper {
  padding: 0;
}
aside.gm-navigation-drawer .gm-dropdown-menu-wrapper .gm-dropdown-menu > li {
  background-color: #D4EFE6;
}
aside.gm-navigation-drawer .gm-anchor {
  justify-content: center;
  width: max-content;
  margin: auto;
  font-weight: 600;
}
aside.gm-navigation-drawer .gm-anchor .gm-menu-item__txt-wrapper {
  padding-right: 0 !important;
  margin-right: 0 !important;
}
aside.gm-navigation-drawer .gm-anchor .gm-caret {
  left: 100%;
  right: auto;
  padding-left: 0;
}
aside.gm-navigation-drawer .gm-anchor .gm-caret i {
  font-size: 20px;
}
aside.gm-navigation-drawer .action-buttons {
  text-align: center;
}
aside.gm-navigation-drawer .action-buttons .toggle-search {
  display: none;
}

.klaviyo-form {
  margin-bottom: 2em;
}
@media (max-width: 575px) {
  .klaviyo-form {
    overflow: hidden !important;
  }
  .klaviyo-form form {
    flex-direction: column !important;
    gap: 24px;
    padding: 0 !important;
  }
  .klaviyo-form form > div {
    width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
  }
  .klaviyo-form form > div [data-testid=form-row] {
    padding: 0 15px !important;
  }
  .klaviyo-form form img {
    margin: 0 !important;
  }
}

body .is-form-style {
  border: 1px solid #26305E;
  border-radius: 10px;
  overflow: hidden;
}
body .is-form-style input.is-search-input {
  border: none !important;
  padding: 12px;
}
body .is-form-style button.is-search-submit {
  background-color: #D4EFE6;
}
body .is-search-icon {
  border: none !important;
}
body.admin-bar .is-ajax-search-result {
  transform: translateY(-29%);
}
body .is-ajax-search-result {
  border: 1px solid rgba(38, 48, 94, 0.5);
  border-radius: 0 0 10px 10px;
  padding: 0 !important;
  transform: translateY(-22%);
  overflow: hidden;
}
@media (max-width: 1199px) {
  body .is-ajax-search-result {
    border: none;
    max-width: calc(100% - 36px) !important;
    left: 50% !important;
    transform: translate(-50%, -12%);
    box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08);
  }
}
@media (max-width: 1199px) {
  body .is-ajax-search-result .is-ajax-search-items {
    max-height: 314px !important;
  }
}
body .is-ajax-search-result .is-ajax-search-items .is-ajax-search-post {
  border-bottom: none;
}
body .is-ajax-search-result .is-ajax-search-items .is-search-sections {
  display: flex;
  gap: 16px;
}
body .is-ajax-search-result .is-ajax-search-items .is-search-sections .left-section {
  flex: 0 0 auto;
}
body .is-ajax-search-result .is-ajax-search-items .is-search-sections .thumbnail {
  margin-right: 0;
  width: 100%;
}
body .is-ajax-search-result .is-ajax-search-items .is-search-sections .thumbnail img {
  max-width: 100%;
  width: 120px;
  height: 92px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  body .is-ajax-search-result .is-ajax-search-items .is-search-sections .thumbnail img {
    width: 92px;
    height: 71px;
  }
}
body .is-ajax-search-result .is-ajax-search-items .is-title a {
  font-size: 20px;
  color: #26305E;
  font-weight: 600;
}
@media (max-width: 1199px) {
  body .is-ajax-search-result .is-ajax-search-items .is-title a {
    font-size: 16px;
  }
}
body .is-ajax-search-result .is-show-more-results {
  margin: 0;
  border-top: 1px solid rgba(38, 48, 94, 0.5);
}
body .is-ajax-search-result .is-show-more-results .is-show-more-results-text {
  padding: 16px 12px;
  display: flex;
  justify-content: space-between;
}
body .is-ajax-search-result .is-show-more-results .is-show-more-results-text .results-count {
  font-size: 14px;
  line-height: 1.3;
}
body .is-ajax-search-result .is-show-more-results .is-show-more-results-text .more-result {
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 8px;
  align-items: center;
}

.gform_wrapper form {
  padding-top: 0;
}
.gform_wrapper.gravity-theme .gf_progressbar_title {
  color: #6B7280;
  font-size: 20px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gf_progressbar_title {
    font-size: 16px;
  }
}
.gform_wrapper.gravity-theme .gf_progressbar {
  background-color: white;
  margin-top: 26px;
  margin-bottom: 50px;
}
.popmake .gform_wrapper.gravity-theme .gf_progressbar {
  background-color: #F2F2F2;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gf_progressbar {
    margin-top: 18px;
    margin-bottom: 26px;
  }
}
.gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage {
  height: 12px;
  border-radius: 10px !important;
}
.gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage span {
  position: absolute;
  right: 0;
  font-size: 20px;
  font-weight: 700;
  color: #0B847E;
  bottom: 40px;
}
@media (max-width: 767px) {
  .gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage span {
    font-size: 16px;
    bottom: 31px;
  }
}
.gform_wrapper.gravity-theme .gf_progressbar .gf_progressbar_percentage span:after {
  content: "Complete";
  margin-left: 8px;
}
.gform_wrapper .gform_page#gform_page_8_1 .gform_page_footer {
  margin-top: 0;
  justify-content: center;
}
.gform_wrapper .gform_page#gform_page_8_1 .gform_page_footer .gform_next_button {
  display: flex;
  gap: 8px;
  align-items: center;
  max-width: 330px !important;
  width: 100% !important;
}
.gform_wrapper .gform_page#gform_page_8_1 .gform_page_footer .gform_next_button:before {
  content: "";
  width: 13px;
  height: 18px;
  display: block;
  background-image: url(images/0ea5dfe88611dac7ec2a.svg);
  background-size: contain;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_page#gform_page_8_1 .gform_page_footer .gform_next_button:after {
  content: none !important;
}
.gform_wrapper .gform_page#gform_page_9_1 .gform_page_footer {
  justify-content: right;
}
.gform_wrapper .gform_page .gfield_label {
  font-size: 32px !important;
  margin-bottom: 23px;
}
.gform_wrapper .gform_page .gfield_radio {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.popmake .gform_wrapper .gform_page .gfield_radio {
  gap: 14px;
}
.gform_wrapper .gform_page .gfield_radio .gchoice {
  position: relative;
}
.gform_wrapper .gform_page .gfield_radio .gchoice input {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
}
.gform_wrapper .gform_page .gfield_radio .gchoice input:checked + label {
  border: 1px solid #26305E;
}
.popmake .gform_wrapper .gform_page .gfield_radio .gchoice input:checked + label {
  border: 2px solid #26305E;
}
.popmake .gform_wrapper .gform_page .gfield_radio .gchoice input:checked + label:before {
  background-color: #26305E;
}
.gform_wrapper .gform_page .gfield_radio .gchoice label {
  font-size: 24px !important;
  background-color: white;
  border-radius: 10px;
  padding: 17px 22px;
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 16px;
}
.popmake .gform_wrapper .gform_page .gfield_radio .gchoice label:before {
  content: "";
  width: 24px;
  height: 24px;
  border: 2px solid #26305E;
  border-radius: 100%;
  flex: 0 0 auto;
}
.popmake .gform_wrapper .gform_page .gfield_radio .gchoice label span {
  display: none;
}
.popmake .gform_wrapper .gform_page .gfield_radio .gchoice label {
  padding: 25px 27px;
  border: 2px solid #26305E;
  font-weight: 600;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page .gfield_radio .gchoice label {
    gap: 24px;
  }
}
.gform_wrapper .gform_page .gform_page_footer {
  display: flex;
  justify-content: space-between;
  padding: 0;
  margin-top: 65px;
}
@media (max-width: 767px) {
  .gform_wrapper .gform_page .gform_page_footer {
    margin-top: 40px;
  }
}
.gform_wrapper .gform_page .button {
  border-radius: 10px;
  width: max-content !important;
  padding: 16px 32px;
  font-size: 16px !important;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 0 !important;
}
.gform_wrapper .gform_page .button.gform_previous_button {
  background-color: transparent;
  border: 2px solid #26305E;
}
.gform_wrapper .gform_page .button.gform_previous_button:before {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,<svg width=\"15\" height=\"12\" viewBox=\"0 0 15 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M14 6.75C14.4142 6.75 14.75 6.41421 14.75 6C14.75 5.58579 14.4142 5.25 14 5.25L14 6.75ZM0.46967 5.46967C0.176777 5.76256 0.176777 6.23744 0.46967 6.53033L5.24264 11.3033C5.53553 11.5962 6.01041 11.5962 6.3033 11.3033C6.59619 11.0104 6.59619 10.5355 6.3033 10.2426L2.06066 6L6.3033 1.75736C6.59619 1.46447 6.59619 0.989592 6.3033 0.696698C6.01041 0.403805 5.53553 0.403805 5.24264 0.696698L0.46967 5.46967ZM14 6L14 5.25L1 5.25L1 6L1 6.75L14 6.75L14 6Z\" fill=\"%236F6969\"/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_page .button.gform_previous_button span {
  color: #26305E;
}
.gform_wrapper .gform_page .button.gform_previous_button, .gform_wrapper .gform_page .button.gform_next_button, .gform_wrapper .gform_page .button.gform_button {
  display: flex;
  align-items: center;
  gap: 10px;
}
.gform_wrapper .gform_page .button.gform_next_button, .gform_wrapper .gform_page .button.gform_button {
  background-color: #0B847E;
  border: 2px solid #0B847E;
}
.gform_wrapper .gform_page .button.gform_next_button:after, .gform_wrapper .gform_page .button.gform_button:after {
  content: "";
  width: 13px;
  height: 10px;
  background-image: url("data:image/svg+xml,<svg width=\"15\" height=\"12\" viewBox=\"0 0 15 12\" fill=\"none\" xmlns=\"http://www.w3.org/2000/svg\"><path d=\"M1 5.25C0.585786 5.25 0.25 5.58579 0.25 6C0.25 6.41421 0.585786 6.75 1 6.75V5.25ZM14.5303 6.53033C14.8232 6.23744 14.8232 5.76256 14.5303 5.46967L9.75736 0.696699C9.46447 0.403806 8.98959 0.403806 8.6967 0.696699C8.40381 0.989593 8.40381 1.46447 8.6967 1.75736L12.9393 6L8.6967 10.2426C8.40381 10.5355 8.40381 11.0104 8.6967 11.3033C8.98959 11.5962 9.46447 11.5962 9.75736 11.3033L14.5303 6.53033ZM1 6V6.75H14V6V5.25H1V6Z\" fill=\"white\"/></svg>");
  background-size: contain;
  background-repeat: no-repeat;
}
.gform_wrapper .gform_ajax_spinner {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(255, 255, 255, 0.5);
  padding: 38%;
}
.gform_wrapper .gform-loader {
  position: absolute !important;
  padding: 30px;
  left: 44%;
  top: 44%;
}
.gform_wrapper .go-back {
  position: absolute;
  bottom: 0;
  z-index: 99;
}

/*# sourceMappingURL=main.827dcdbbadd9f020c98e.css.map*/