:root {
  --neutral-050-w: #FCFCF8;
  --neutral-300-w: #C0C3B9;
  --neutral-500-w: #666765;
  --neutral-200-c: #BFCFD9;
  --neutral-300-c: #9EB6C4;
  --neutral-400-c: #849CAE;
  --neutral-500-c: #6A7B8C;
  --primary-100: #8EE8AA;
  --primary-200: #4BD675;
  --primary-300: #37B971;
  --primary-400: #10845D;
  --primary-500: #036D59;
  --primary-600: #085544;
  --primary-700: #11314A;
  --primary-800: #0F2333;
  --euclid-regular: "Euclid Square", sans-serif;
  --euclid-semibold: "EuclidSquare Semi-Bold", sans-serif;
  --inter: "Inter Regular", sans-serif;
  --margin-reset: 0px auto;
}

body.winston-v2-body {
  background: var(--primary-800);
}
body.winston-v2-body section {
  margin: 0 auto;
}

section.winston-hero {
  margin: var(--margin-reset);
  background-image: url("../modules/assets/images/winston-hero-background.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 68%;
  height: auto;
  max-height: 850px;
  padding: 60px 0 0 0;
}
@media all and (max-width: 1400px) {
  section.winston-hero {
    background-position: 70%;
  }
}
@media all and (max-width: 768px) {
  section.winston-hero {
    background-size: unset;
    padding: 20px;
  }
}
section.winston-hero a.mktgButton.formPopClick {
  margin: 20px 0;
  padding: 15px 30px;
  display: inline-block;
  vertical-align: middle;
  color: #11314a;
}
@media all and (max-width: 768px) {
  section.winston-hero a.mktgButton.formPopClick {
    display: block;
    width: 100%;
  }
}
section.winston-hero a.mktgButton.formPopClick:hover {
  color: #fff !important;
}
section.winston-hero .copy-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-top: auto;
  margin-bottom: auto;
  height: auto;
  min-height: 550px;
  gap: 75px;
  padding-left: 0;
  padding-right: 0;
}
section.winston-hero .copy {
  margin-bottom: 75px;
}
section.winston-hero .copy .hero-headline .eyebrow {
  color: var(--White, #FFF);
  font-family: var(--euclid-regular);
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.28px;
}
@media all and (max-width: 768px) {
  section.winston-hero .copy .hero-headline .eyebrow {
    font-size: 16px;
    text-align: center;
  }
}
section.winston-hero .copy .hero-headline h1 {
  color: var(--Primary-200, #4BD675);
  font-family: var(--euclid-semibold);
  font-size: 84px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: -1.26px;
}
@media all and (max-width: 768px) {
  section.winston-hero .copy .hero-headline h1 {
    font-size: 50px;
    text-align: center;
  }
}
section.winston-hero .copy .hero-copy p {
  color: var(--neutral-050-w);
  font-family: var(--inter);
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 35px;
}
@media all and (max-width: 768px) {
  section.winston-hero .copy .hero-copy p {
    font-size: 18px;
    text-align: center;
  }
}
section.winston-hero .copy .btn-wrapper {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}
section.winston-hero .copy .btn-wrapper .video-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  border: solid 3px var(--primary-200);
  color: var(--primary-200);
}
section.winston-hero .copy .btn-wrapper .video-btn:hover {
  background: var(--neutral-050-w);
  box-shadow: none;
}
section.winston-hero .copy .btn-wrapper .video-btn span.icon {
  margin-right: 5px;
}
section.winston-hero .copy .btn-wrapper .video-btn span.icon svg {
  width: 19px;
  height: 19px;
}
section.winston-hero .copy .btn-wrapper .video-btn span.icon svg path {
  fill: var(--primary-200);
}
section.winston-hero .copy .btn-wrapper .btn,
section.winston-hero .copy .btn-wrapper a.btn {
  max-width: none;
  margin-bottom: 0;
}
section.winston-hero .copy .btn-wrapper .btn-primary {
  background: var(--primary-200);
  color: var(--primary-800);
  border: none;
}
section.winston-hero .copy .btn-wrapper .btn-primary:hover {
  box-shadow: none;
  background: var(--primary-300) !important;
}
section.winston-hero .logo-container .nbs-flexisel-inner {
  background: transparent;
  padding-bottom: 4rem;
}
section.winston-hero .gartner-callout {
  margin: 0 auto;
}

section.winston-features-block {
  min-height: 100vh;
  padding: 75px 0;
}
section.winston-features-block .header h2 {
  color: #fff;
  text-align: center;
  font-family: var(--euclid-regular);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.75px;
  max-width: 80%;
}
section.winston-features-block .header h2 strong {
  font-family: var(--euclid-semibold);
  color: var(--primary-300);
  font-size: 50px;
  font-style: italic;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.75px;
  display: inline-block;
  margin-right: 1.5%;
}
@media all and (max-width: 768px) {
  section.winston-features-block .header h2 strong {
    font-size: 24px;
    padding: 0;
    max-width: unset;
  }
}
@media all and (max-width: 768px) {
  section.winston-features-block .header h2 {
    font-size: 24px;
    padding: 0;
    max-width: unset;
  }
}
section.winston-features-block .feature {
  margin-bottom: 125px;
}
section.winston-features-block .feature .copy .category {
  color: #819CB1;
  /* Eyebrows */
  font-family: var(--inter);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 4.8px;
  text-transform: uppercase;
}
section.winston-features-block .feature .copy .category:after {
  content: "";
  display: block;
  height: 1px;
  background: #fff;
  width: 80%;
  max-width: 400px;
  margin: 20px 0;
}
@media all and (max-width: 768px) {
  section.winston-features-block .feature .copy .category:after {
    width: 100%;
    max-width: none;
  }
}
section.winston-features-block .feature .copy .description {
  font-family: var(--euclid-regular);
  color: var(--neutral-050-w);
  font-size: 38px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.57px;
  margin-bottom: 40px;
}
@media all and (max-width: 768px) {
  section.winston-features-block .feature .copy .description {
    font-size: 24px;
    padding: 0;
    max-width: unset;
  }
}
section.winston-features-block .feature .copy .description strong {
  color: var(--primary-200);
  font-family: var(--euclid-semibold);
  font-style: italic;
  font-weight: 700;
}
@media all and (max-width: 768px) {
  section.winston-features-block .feature .copy .description strong {
    font-size: 24px;
    padding: 0;
    max-width: unset;
  }
}
section.winston-features-block .feature .copy .btn {
  display: flex;
  max-width: 230px;
  width: auto;
  height: 60px;
  padding: 14.651px 21.977px;
  justify-content: center;
  align-items: center;
  gap: 14.651px;
  border: 1.465px solid var(--Cool-Neutrals-Neutral-050-C, #F8FAFC);
  background: transparent;
  color: var(--neutral-050-w);
  font-family: var(--euclid-regular);
  font-size: 26.372px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.264px;
}
@media all and (max-width: 768px) {
  section.winston-features-block .feature .copy .btn {
    margin: 0 auto;
  }
}
section.winston-features-block .feature .image {
  position: relative;
}
@media all and (max-width: 768px) {
  section.winston-features-block .feature .image {
    margin-top: 50px;
  }
}
section.winston-features-block .feature .image img {
  z-index: 10;
}
section.winston-features-block .feature .image .gradient {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  filter: blur(40.5px);
  z-index: -1;
}
section.winston-features-block .feature .image .gradient img {
  width: 150%;
}
section.winston-features-block .feature:nth-of-type(2n + 1) {
  flex-direction: row-reverse;
}
section.winston-features-block .feature:nth-of-type(2n + 1) .image {
  margin-right: auto;
}
section.winston-features-block .feature:nth-of-type(2n) {
  flex-direction: row;
}
section.winston-features-block .feature:nth-of-type(2n) .image {
  margin-left: auto;
}

section.cta-block h2 {
  color: #fff;
  text-align: center;
  font-family: var(--euclid-regular);
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.75px;
}
@media all and (max-width: 768px) {
  section.cta-block h2 {
    font-size: 24px;
    padding: 0;
    max-width: unset;
  }
}
section.cta-block h2 strong {
  color: var(--primary-200);
  font-family: var(--euclid-semibold);
  font-weight: 700;
  font-style: italic;
}
@media all and (max-width: 768px) {
  section.cta-block h2 strong {
    font-size: 24px;
    padding: 0;
    max-width: unset;
  }
}
section.cta-block a.btn {
  display: flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  gap: 15.714px;
  margin: 50px auto;
  max-width: 220px;
  color: #0F2333;
  font-size: 2rem;
}
section.cta-block a.btn:hover {
  color: #fff;
}

section.faqs h3.faq-question {
  border-radius: 12px !important;
  font-family: var(--euclid-semibold);
  font-weight: 600;
  font-size: 18.07px;
  line-height: 36.14px;
  letter-spacing: 0%;
}
section.faqs h3.faq-question.ui-accordion-header-active {
  border-top-left-radius: 12px !important;
  border-top-right-radius: 12px !important;
  border-bottom-left-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}
section.faqs .faq-answer {
  font-family: var(--inter);
  font-weight: 400;
  font-size: 18.07px;
  line-height: 36.14px;
  letter-spacing: 0%;
}

/* Marketecture Section  */
.marketecture-section {
  font-family: var(--euclid-semibold);
  text-align: center;
  padding: 4rem 0 6rem;
  color: #fff;
  background: radial-gradient(76.4% 53.62% at 50% 80.94%, rgba(75, 214, 117, 0.75) 0%, rgba(75, 214, 117, 0) 59.94%), #0F2333;
}
.marketecture-section .header {
  margin-bottom: 74px;
}
.marketecture-section .header h2 {
  font-size: 48px;
  color: #fff;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.48px;
}
.marketecture-section .header h2 strong {
  color: var(--primary-200);
  font-style: italic;
}
.marketecture-section .header p {
  color: var(--neutral-050-w);
  text-align: center;
  font-family: var(--euclid-regular);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
}
.marketecture-section .header p strong {
  color: var(--primary-200);
  font-family: var(--euclid-semibold);
  font-weight: 700;
}
.marketecture-section .features {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}
.marketecture-section .features .feature {
  color: var(--neutral-050-w);
  font-family: var(--euclid-regular);
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 52px;
  /* 185.714% */
  letter-spacing: -0.28px;
}
@media all and (max-width: 768px) {
  .marketecture-section .features {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}

.marketecture-section {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  text-align: center;
  padding: 4rem 0 6rem;
  color: #fff;
  margin-bottom: 0;
}

.marketecture-section h3 {
  font-size: 4rem;
  margin: 10px auto;
  font-style: italic;
  color: #D1FAE0;
}
@media all and (max-width: 768px) {
  .marketecture-section h3 {
    font-size: 2rem;
  }
}

.marketecture-section .row h4 {
  font-size: 3rem;
  color: #0F2333;
  margin: 10px auto;
  font-style: italic;
}
@media all and (max-width: 768px) {
  .marketecture-section .row h4 {
    font-size: 2rem;
  }
}

.marketecture-section h2 {
  color: #fff;
  font-weight: 700;
  font-size: 4rem;
}
@media all and (max-width: 768px) {
  .marketecture-section h2 {
    font-size: 2rem;
  }
}

.marketecture-section p {
  color: #fff;
}

.highlight {
  color: #30cc71;
}

.container-box {
  background: #ffffff;
  border-radius: 24px;
  border: 1px solid #2ECC71;
  padding: 2rem;
  color: black;
  max-width: 1200px;
  margin: 50px auto 0;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}

.section {
  border-radius: 30px;
  padding: 1.5rem;
  margin-bottom: 1.5rem;
}

.winston {
  background: url("https://www.smartrecruiters.com/wp-content/uploads/Winston-Companion-BG.png") top center/cover no-repeat, #0C1C2B;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #D1FAE0;
}

.winston img.brandmark-icon {
  display: inline-block;
  margin: -10px 0 0 10px;
  width: 70px;
  height: auto;
  vertical-align: middle;
  line-height: normal;
}

.smartos {
  background: #10845D;
  color: #ffffff;
  padding: 20px;
  border: 1px solid #D1FAE0;
}

.addons {
  background: #ffffff;
  color: black;
  border: 2px solid #4BD675;
}

.module-buttons, .addon-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.module-buttons .tag, .addon-buttons .tag {
  min-width: 120px;
  background: #D1FAE0;
  color: #0F2333;
  font-size: 1.85rem;
  font-weight: 600;
  border-radius: 10px;
  padding: 1.55rem 1rem;
  margin: 20px 0;
  display: inline-block;
}
@media all and (max-width: 768px) {
  .module-buttons .tag, .addon-buttons .tag {
    margin: 5px 0;
    display: block;
    width: 100%;
  }
}

.addon-buttons .tag {
  background: #ffffff;
  color: #0F2333;
  border: 2px solid #4BD675;
}
@media all and (max-width: 768px) {
  .addon-buttons .tag {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}

.smartos-icons {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.smartos-icons .tag {
  background: #4BD675;
  color: #0F2333;
  border-radius: 10px;
  padding: 1.55rem 1rem;
  margin: 20px 0;
  font-size: 1.85rem;
  font-weight: 600;
  display: inline-block;
  border: 1px solid #D1FAE0;
}
@media all and (max-width: 768px) {
  .smartos-icons .tag {
    margin: 10px 0;
    display: block;
    width: 100%;
  }
}

.features {
  color: #ffffff;
  font-size: 2rem;
  margin: 1rem 2rem;
}

.features span {
  color: #4BD675;
}

/* .tag Animation */
.tag {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tag.animate-in {
  opacity: 1;
  transform: translateY(0);
}

section.wiston-video .header {
  margin: 75px auto;
}
section.wiston-video .header h2 {
  color: var(--neutral-050-w);
  text-align: center;
  font-family: var(--euclid-semibold);
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 62.5px;
  /* 156.25% */
  letter-spacing: -0.6px;
}
section.wiston-video .header h2 strong {
  font-style: italic;
  font-weight: 700;
  color: var(--primary-200);
}
section.wiston-video .header p {
  color: var(--neutral-050-w);
  text-align: center;
  font-family: var(--euclid-regular);
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.36px;
}
section.wiston-video .video-wrapper {
  border-radius: 24px;
  overflow: hidden;
}

/* Testimonial Section */
.testimonial-section {
  padding: 80px 0;
  margin: 50px auto 0;
  background-color: #0f2333;
}

.testimonial-section .fw-bold {
  font-size: 50px;
  font-weight: bold;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  line-height: 1.15;
  color: #fff;
  text-align: left;
}

.testimonial-section .fw-bold span {
  color: #37B971;
}

.testimonial-slider {
  height: auto;
}

.border-start.border-success.h-100.mx-auto {
  display: block;
  width: 1px;
  height: 100%;
  background: #4bd676;
  min-height: 200px;
}

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

.logo-container img {
  display: block;
  margin: 10px auto;
}

.testimonial-wrapper {
  padding: 60px 20px;
}

.testimonial-box {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}

.testimonial-slide {
  display: none;
}

.testimonial-slide .row.g-4 {
  margin: 50px auto;
}

.testimonial-slide .testimonial-copy {
  color: #fff;
  font-size: 22px;
  font-family: "EuclidSquare Regular", sans-serif;
  margin: 30px 0 50px;
}

.testimonial-slide .testimonial-author {
  color: #fff;
  margin: 0;
  font-family: "EuclidSquare Semi-Bold", sans-serif;
}

.testimonial-slide .testimonial-title {
  color: #fff;
}

.testimonial-slide.active {
  display: block;
}

.highlight {
  font-style: italic;
  font-weight: 600;
  color: #28a745;
}

.divider {
  border-left: 1px solid #28a745;
  height: 100%;
}

.btn-outline-success {
  border-radius: 50px;
}

.right-quote {
  padding: 0;
}

a.rounded-pill.btn {
  font-family: "EuclidSquare Semi-Bold", sans-serif;
  padding: 15px 30px !important;
  max-width: fit-content;
  width: fit-content;
  display: block;
  margin: 20px auto;
  border: 1px solid #D1FAE0;
  color: #D1FAE0;
  background: transparent;
  overflow: visible;
}

a.rounded-pill.btn:hover, a.rounded-pill.btn:visited {
  color: #fff !important;
  background: #D1FAE0 !important;
}

#featured-posts a.rounded-pill.btn:hover,#featured-posts a.rounded-pill.btn:visited{
  color:#0f2333!important;
}

span.left.quote {
  display: block;
  position: absolute;
  left: -30px;
}

span.right.quote {
  display: block;
  position: absolute;
  right: 20px;
}

@media screen and (max-width: 767px) {
  .testimonial-section .fw-bold {
    font-size: 24px;
    margin: 20px auto;
  }
  .testimonial-slider .shadow-sm p {
    font-size: 24px;
    margin: 0 auto 30px;
  }
}
section#featured-posts .slick-dots {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding: 0;
  position: relative;
}

@media all and (max-width: 768px) {
  section#featured-posts .slick-dots {
    justify-content: center;
    position: relative;
  }
}
section#featured-posts .slick-dots li {
  list-style: none;
  font-size: 0;
  width: auto;
}

section#featured-posts .slick-dots li.slick-active button {
  background: var(--Primary-Primary-200, #4BD675);
  width: 100px;
}

@media screen and (max-width: 450px) {
  section#featured-posts .slick-dots li.slick-active button {
    width: 50px;
  }
}
section#featured-posts .slick-dots li button {
  font-size: 0;
  width: 20px;
  height: 20px;
  background: transparent;
  border-radius: 46px;
  border: 3px solid var(--Primary-Primary-200, #4BD675);
  transition: all 0.3s ease-in-out;
}

section#featured-posts .slick-dots li button:before {
  color: transparent;
  font-size: 0;
  width: 0;
  height: 0;
}

.testimonial-slide {
  display: none;
}

.testimonial-slide.active {
  display: block;
}

body.page-template-page-winston-2025 header {
  background: #0F2333;
  border: 0px;
}

body.page-template-page-winston-2025 header .nav-container ul li a:first-child {
  color: #fff;
}

.cta {
  display: inline-block;
  vertical-align: middle;
  padding: 8px 30px;
  width: fit-content;
  margin: 0 0 0 10px;
  border: 3px solid #4bd675;
  border-radius: 5.6rem;
  font-size: 1.8rem;
  line-height: normal;
  font-weight: 600;
  text-wrap: balance;
  font-family: var(--w-main-font) !important;
  letter-spacing: -0.4px;
  text-align: center;
  transition: all 250ms ease;
}
.cta .icon {
  block-size: 2.4rem;
  inline-size: 2.4rem;
  color: #4bd675;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px 0 0;
}

.cta.cta-secondary {
  color: #D1FAE0;
  background: transparent;
  border-color: #4bd675;
  font-weight: 500;
  font-family: "EuclidSquare Semi-Bold", sans-serif !important;
}
@media all and (max-width: 768px) {
  .cta.cta-secondary {
    display: block;
    width: 100%;
  }
}

.cta-secondary:hover {
  border-color: #fff;
  color: #fff;
}

.masthead--product--feature a.reverse-btn {
  display: inline-block;
  cursor: pointer;
  margin: 0 0 0 10px;
  font-size: 19px;
  padding: 13px 30px;
}

@media all and (max-width: 768px) {
  .marketecture-section .row {
    display: block;
    width: 100%;
  }
  section#pre-footer-cta .col-md-12 h2.headline {
    font-size: 2rem;
    line-height: normal;
  }
  section#pre-footer-cta .col-md-12 h2.headline strong {
    font-size: 2rem;
    line-height: normal;
  }
}


/* Mobile Header Hot Fixes */
@media all and (max-width: 768px) {
  section.winston-hero {
    position: relative;
    background: url(../modules/assets/images/winston-hero-background.jpg) 79% 65px / 260% no-repeat;
    padding: 290px 0 0 0;
    overflow: hidden;
  }

  section.winston-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    height: 55%;
    width: 100%;
    background:linear-gradient(to bottom, rgba(15, 35, 51, 0) 20%, #0F2334 100%);
  }

  section.winston-hero > * {
    position: relative;
    z-index: 2;
  }

  body.clear-theme.page-template-page-winston-2025 header {
    background: #0F2333;
  }

  body.clear-theme.page-template-page-winston-2025 header .mobile-menu::after{
    filter: brightness(0) invert(1);
  }

  body.clear-theme.page-template-page-winston-2025 header.stickyHeader .mobile-menu::after{
    filter: brightness(0) invert(0);
  }

  body.clear-theme header .nav-ct{
    background:transparent;
  }

  .cta.cta-secondary{
    margin-left:0;
  }
  section.winston-features-block .feature .copy .btn{
    font-size: 20px;
    width: 100%;
    max-width: unset;
    padding: 15px 20px;
  }

  section.cta-block a.btn{
    font-size: 20px;
    width: 100%;
    max-width: unset;
    padding: 15px 20px;
  }
  span.left.quote{
    left:0;
  }
  .testimonial-slide .testimonial-copy{
    padding:20px;
  }

  section.wiston-video .header h2{
    font-size:36px;
    line-height:1.5;
  }

  .inline-faq .ui-accordion .ui-accordion-header{
    line-height:1.5;
  }

  section.faqs .faq-answer{
    font-size:14px;
    line-height:1.45;
  }
}