h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-family: "paralucent-condensed", sans-serif !important;
    font-style: normal;
    font-weight: normal;
    color: inherit;
    text-rendering: optimizeLegibility;
}
p, body {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    font-family: "acumin-pro", sans-serif;
}
h1.primary, h2.primary, h3.primary, h4.primary, h5.primary, h6.primary, p.primary, span.primary, a.primary {
    color: #0f3f53;
}
.medium-title-text {
  font-family: "paralucent-text", sans-serif !important;
}

/* Header */
@media print, screen and (max-width: 63.9988em) {
    header.header_container .title-bar {
        background: #fdd034;
        border-radius: 50px;
        width: 45px;
        height: 45px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}
.title-bar .menu-icon {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
}
.menu-icon::after {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 2px;
    background: #fff;
    -webkit-box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    box-shadow: 0 7px 0 #fff, 0 14px 0 #fff;
    content: '';
}
header.header_container .title-bar .menu-icon.change:before {
    transform: rotate(-45deg) translate(-14px, 13px);
    -webkit-transform: rotate(-45deg) translate(-14px, 13px);
    -moz-transform: rotate(-45deg) translate(-14px, 13px);
    -ms-transform: rotate(-45deg) translate(-14px, 13px);
    -o-transform: rotate(-45deg) translate(-14px, 13px);
    background: transparent;
    top: -22px;
    width: 20px;
    left: -10px;
}
 .w-75 {
   padding: 1.25rem;
 }
/* Hero */
@media print, screen and (min-width: 63em) {
    .withimage-repeater-widget-root {
    width: 80%;
    margin: 0 auto;
}
   .w-75 {
    width: 80%;
    margin: 0 auto;
  }
    .hero-section.text-center.w-75 p {
    padding: 0 3rem;
  }
}
@media print, screen and (min-width: 40em) {
  .hero-section-wrapper .hero-section-container .hero-section {
    padding-bottom: 85px;
    padding-top: 70px;
    }
  .xx-medium-title-text {
    font-size: 22px;
    margin-bottom: 34px;
    }
}
.footer-container-wrapper .copyright-container ul li a{
  padding-left:0.3rem;
}
/*# Form #*/
@media print, screen and (min-width: 40em) {
  .left-sec p {
    padding-right: 20px;
 }
  .form-bg span.ktc-checkbox {
    margin-left: 12%;
    position: absolute;
    padding-top: 1rem;
}
  form [type='submit'], form [type='button'] {
    margin-top: 1rem;
  }
}
.left-sec {
    margin-top: 3rem;
}
.left-sec p {
    color: #fff;
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
}
/* Brazil-only round checkbox (this form has no .checkmark span) */
 input[type="checkbox"] {
    position: relative;          /* undo app.css absolute */
    opacity: 1;                  /* undo app.css opacity:0 */
    width: 24px;                 /* undo app.css width:0 */
    height: 24px;                /* undo app.css height:0 */
    margin: 0;
    -webkit-appearance: none;
    appearance: none;
    border: 4px solid #fff;
    border-radius: 50%;          /* the circle */
    cursor: pointer;
    box-sizing: border-box;
    vertical-align: middle;
    flex: 0 0 auto;              /* label uses display:flex */
}
input[type="checkbox"]:checked {
    background-color: #0f3f53;
    border-color: #fff;
}
input[type="checkbox"]:checked::after {
    content: "J";
    position: absolute;
    left: 10px;
    width: 5px;
    height: 9px;
    transform: rotate(45deg);
    font-size: 1rem;
    color: #fff;
    font-weight: 900;
}
input[type="checkbox"]:focus-visible {
    outline: 2px solid #497d04;
    outline-offset: 2px;
}
.ktc-checkbox label {
    padding: 0;
    padding-top: 12px;
    font-size: 16px;
    font-family: "acumin-pro", sans-serif;
    font-weight: normal;
}
[type='text'], [type='email'] {
    background: #41819c;
    border-color: #41819c;
    border-radius: 50px;
    height: auto;
    padding: 15px 32px;
    color: #fff;
    border: 0;
}
[type='text']:focus, [type='email']:focus {
   background: #41819c;
}
form [type='submit'], form [type='button'] {
  font-weight: 900;
    font-size: 18px;
    padding: 19px 32px;
    position: relative;
    background: #fdd034;
    border-radius: 50px;
    color: #0f3f53;
    min-width: 150px;
    cursor: pointer;
    font-family: "paralucent-condensed", sans-serif;
    text-transform: uppercase;
    transition: 0.5s all;  
    border: 2px solid;
}
form [type='submit']:hover, form [type='button']:hover {
    background: #FFE27F;
    color: #0f3f53;
}
.formwidget-submit-text {
    color: #fff;
    font-family: "paralucent-condensed", sans-serif;
    text-transform: uppercase;
    font-size: 64px;
    line-height: 54px;
    text-align: center;
}
@media print, screen and (max-width: 39.9988em) {
label.control-label {
    text-align: center;
 }
   input[type="submit"] {
    margin: 0 auto;
    display: flex !important;
    margin-top: 2rem;
     margin-bottom: 8rem;
   }
}
@media print, screen and (max-width: 64em) {
 .form-bg span.ktc-checkbox {
    display: flex;
    margin-top: 1rem;
    position: absolute;
    padding-top: 6rem;
    margin-left: 0;
}
  input[type="submit"] {
    margin-bottom: 8rem;
    display: inline-block;
    margin-top: 1rem;
}
  input[type="checkbox"]{
    margin-top: 1rem;
}
  .editing-form-control-nested-control {
    margin-bottom: 1.5rem;
}
}
/*# CARD #*/

h4.MuiTypography-root.MuiTypography-h4 {
    font-size: 22px;
    margin-bottom: 14px;
    line-height: 24px;
    line-height: 1.3;
    margin-bottom: 1rem;
    min-height: 0;
    color: #0f3f53;
    white-space: break-spaces;
}
.MuiBox-root.css-9oq960 {
    background: none;
}
@media print, screen and (min-width: 64.1em) {
    .MuiContainer-root.css-10c4oep-MuiContainer-root {
      width: 75%;
  }
}
  .withoutimage-repeater-widget-root {
      background-image: url(https://brdv.winfieldunited.com/getContentAsset/1df19577-6ae5-4047-9b50-817d860bb0ad/cc721195-df8f-4799-b974-5ade63036cab/pattern.webp?language=en);
      background-repeat: repeat-x;
      background-position: center bottom 120px;
      width: 100%;
 }
  .withimage-repeater-widget-root {
      background-image: url(https://brdv.winfieldunited.com/getContentAsset/28720d85-1c00-44e9-8584-8b9899a7f823/cc721195-df8f-4799-b974-5ade63036cab/win-pattern-large.webp?language=en);
      background-repeat: repeat-x;
      background-position: center bottom -200px;
      width: 100%;
}

h3.MuiTypography-root.MuiTypography-h3 {
    font-size: 42px;
    margin-bottom: 30px;
}
p.MuiTypography-root.MuiTypography-body1 {
    font-weight: 500;
    font-size: 18px !important;
    line-height: 24px;
    font-family: "acumin-pro",sans-serif;
}
img.MuiCardMedia-root.MuiCardMedia-media.MuiCardMedia-img.css-1gggvnd-MuiCardMedia-root {
    height: auto;
    margin-bottom: 1rem;
    width: 100%;
}
.MuiPaper-root.MuiPaper-elevation.MuiPaper-rounded.MuiPaper-elevation0.css-62tjcl-MuiPaper-root {
    min-height: 0 !important;
    padding: 2.3rem !important;
    border-radius: 0;
}
.MuiPaper-rounded {
    border-radius: 0 !important;
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.2) !important;
    transition: 0.25s all;
}
.MuiGrid-root.MuiGrid-direction-xs-row.MuiGrid-grid-xs-12.MuiGrid-grid-md-6.MuiGrid-grid-lg-4.css-1u3b7wb-MuiGrid-root:hover {
    box-shadow: 0px 0px 80px rgba(0, 0, 0, 0.3);
}
.confident-customers-plan-container.text-center p {
    max-width: 840px;
    margin: 0 auto;
}

@media print, screen and (min-width: 40em) and (max-width: 64.1em) {
.cardwithdocument-repeater-widget-root .MuiBox-root.css-za06kz {
  padding: 0;
}
 .cardwithdocument-repeater-widget-root .MuiGrid-grid-md-6 {
    min-height: 400px;
}
  .cardwithdocument-repeater-widget-root .MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-row.MuiGrid-spacing-xs-3 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-row.MuiGrid-spacing-xs-3, 
  .MuiGrid-root.MuiGrid-container.MuiGrid-direction-xs-row.MuiGrid-spacing-xs-4 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  .MuiGrid-root.MuiGrid-direction-xs-row.MuiGrid-grid-xs-12.MuiGrid-grid-md-6.MuiGrid-grid-lg-4.css-1u3b7wb-MuiGrid-root,
  .cardwithdocument-repeater-widget-root .MuiGrid-grid-md-6 {
  width: 100%;
}
    .tab-layout-center .foundation-tab-tabs .tabs {
    margin-bottom: 1rem; 
  }
  .xm-large-title-text, h3.MuiTypography-root.MuiTypography-h3 {
      margin-bottom: 26px;
      font-size: 30px;
    }
}
@media screen and (min-width: 640px) and (max-width: 768px) {
    .xm-large-title-text, h3.MuiTypography-root.MuiTypography-h3 {
        margin-bottom: 26px;
        font-size: 26px;
    }
}
@media screen and (min-width: 1024px) and (max-width: 1200px) {
    .xm-large-title-text {
        margin-bottom: 30px;
        font-size: 30px;
    }
}
/#* Footer *#/

@media print, screen and (min-width: 64em) {
    .footer-container-wrapper .footer-nav-section ul.winfield-lang-container li a {
        padding: 0 0 0 100px;
    }
}
@media print, screen and (min-width: 40em) {
    .footer-container-wrapper .footer-nav-section ul.winfield-lang-container li a {
        line-height: 3;
    }
}
.footer-container-wrapper .footer-nav-section ul.winfield-lang-container li a {
    font-weight: 800;
    font-size: 1.125rem;
    padding: 0 10px;
}
.text-uppercase {
    text-transform: uppercase !important;
}
a {
    line-height: inherit;
    color: #0f3f53;
    text-decoration: none;
    cursor: pointer;
}
.footer-container-wrapper .footer-nav-section ul.winfield-lang-container li {
    font-family: "paralucent-condensed", sans-serif;
}
.footer-container {
    background: #E0DFDB;
    padding: 40px 40px 60px 40px;
    margin-top: -36px;
}
@media print, screen and (min-width: 64em) {
    .footer-container-wrapper .footer-nav-section ul.winfield-lang-container li a {
        padding: 0 0 0 100px;
    }
}
/* ========================================
   Slider Section
======================================== */

.dxp-slider-widget {
    width: 100%;
    background: #f3f3f3;
    position: relative;
}

.slider-wrapper {
    width: 100%;
}

.slider-container {
    margin: 0 auto;
  width:100%;
  position: relative;
}

/* ========================================
   Slides
======================================== */

.slider-item {
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.slider-item.active {
    display: flex;
}

/* ========================================
   Left Side
======================================== */

.slide-left {
    display: flex;
    justify-content: center;
  width:50%;
}

.slide-image-wrapper {
  position:relative;
  width: 100%;
  aspect-ratio: 1 / 1;
    margin: 0 auto;
}

/* Outer image circle */

.slide-image {
    width: 100%;
    border-radius: 50%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
  padding:50%;
z-index: 2
}
.slide-image:before{
content: "";
    display: block;
    width: 100%;
    height: 100%;
    background-color: rgba(15, 62, 83, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
}
/* Yellow circle */

.slide-circle-overlay {
    position: absolute;
     width: 70%;
    border-radius: 50%;
    background: #f8cf2f;
  aspect-ratio: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    z-index: 2;
}
/* 27M */

.slide-circle-text {
  font-family:"paralucent-condensed", sans-serif;
    font-size: 120px;
    font-weight: 900;
    line-height: 1;
    color: #0f3f53;
}
.slide-image-caption{
  font-weight:800;
  font-size:17px;
  color:#0f3f53;
}

/* small text */

.slide-circle-overlay::after {
    content: attr(data-caption);
    margin-top: 8px;
    font-size: 12px;
    color: #003d59;
    font-weight: 500;
}

/* ========================================
   Right Side
======================================== */

.slide-right {
    width: 50%;
  min-height:230px;
  margin-bottom:2rem;
}



/* Small Heading */

.slide-title {
      font-family: "paralucent-condensed", sans-serif;
    font-size: 18px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    color: #2d7da1;
    margin-bottom: 20px;
}

/* Main Heading */
.slide-title {
  font-family: "paralucent-text", sans-serif !important;
  font-size: 18px;
  line-height: 22px;
  margin-bottom: 5px;
  color: #42829c;
  font-weight: 800; 
}
.slide-subtitle {
    font-family: "paralucent-condensed", sans-serif !important;
    font-size:28px !important;
    font-weight: 800 !important;
    text-transform: uppercase;
    line-height: 1.1;
    color: #0f3f53;
    margin-bottom: 40px;
    line-height: 34px;
}

/* Description */

slide-body p {
   font-weight: 500;
    font-size: 18px;
    line-height: 24px;
    color: #0f3f53;
}

/* ========================================
   Indicators
======================================== */

.slider-indicators {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
  padding: 0 1rem;
}

.slider-indicator {
    width: 16px;
    height: 16px;
  border:3px solid #0f3f53;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
}

.slider-indicator.active {
    background: #003d59;
}

/* ========================================
   Navigation
======================================== */

.slider-controls {
    position: absolute;
    inset: 0;
    pointer-events: none;
}

.slider-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: auto;
    border: none;
    background: transparent;
    color: #003d59;
    font-size: 70px;
    cursor: pointer;

}

.slider-prev {
    left: 17px;
}

.slider-next {
    right: 40px;
}
.slide-content {
    padding: 0 1rem;
  text-align: left;
}
/* ========================================
   Mobile
======================================== */


@media print, screen and (max-width: 63.9988em) {
   .slider-prev, .slider-next {
        top: 793px;
        -webkit-transform: translateY(-30%);
        transform: translateY(-30%);
    }
   .slider-prev {
        left: 66%;
        right: 100px;
    }
}
@media print, screen and (max-width: 39.9988em) {
   .slider-prev, .slider-next {
        top: 457px;
    }
   .slider-prev {
        right: 70px;
    }
}
@media print, screen and (min-width: 64em){
  .slider-control{
    font-size:180px;
    z-index:4;
  }
  .slide-content {
    max-width: 630px;
}
}
@media (max-width: 991px) {
    .slider-item {
        flex-direction: column;
        gap: 40px;
        text-align: center;
    }

    .slide-left,
    .slide-right {
        flex: 1 1 100%;
        width: 100%;
    }
    .slide-subtitle {
        font-size: 28px;
    }
}
@media print, screen and (min-width: 40em) {
    .slide-title {
        margin-bottom: 5px;
    }
  .slide-subtitle {
        margin-bottom: 20px;
    }
}
@media print, screen and (min-width: 64.1em){
 .winfieldsection-form-bg{
    position:relative;
    top:-60px
  }
}
/* Tabs*/
@media print, screen and (min-width: 40em) { 
.header-sec {
    margin: 0 auto;
    max-width: 75%;
    text-align: center;
    padding: 3rem;
}
  .cardwithdocument-repeater-widget-root {
    margin: 0 auto;
    padding: 0;
  }
}
@media print, screen and (min-width: 63em) {
  .cardwithdocument-repeater-widget-root, .MuiContainer-root.css-10c4oep-MuiContainer-root {
    max-width: 85%;
  }
}
@media print, screen and (max-width: 64em) {
  .header-sec {
    max-width: 100%;
}
}
.tab-layout-center .foundation-tab-tabs .tabs{
  border:none;
  background: none;
  display: flex;
  justify-content: center;
}
.tab-layout-center .foundation-tab-tabs ul li a{
  font-size: 24px;
  background: #E2DFDC;
  color: #0f3f53;
  padding: 1.7rem 1.7rem;
  font-weight: 800;
  font-family: 'paralucent-condensed';
}
.tab-layout-center .foundation-tab-tabs ul li.tabs-title{
  margin: 0 1%;
  min-width: 275px;
  text-align: center;
}
.tab-layout-center .foundation-tab-tabs ul li.is-active a{
  background: #0f3f53;
  color: #fff;
  text-decoration: none;
  box-shadow: rgba(0, 0, 0, 0.55) 0px 5px 30px;
}
.tab-layout-center .foundation-tab-tabs ul li.tabs-title:after{
content: '';
  position: absolute;
  margin: 0 auto;
  width: 20px;
  height: 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  margin-top: -2px;
  background: #e6e6e6;
  opacity: 0;
}
  .tab-layout-center .foundation-tab-tabs ul li.is-active::after {
    background: #0f3f53;
    opacity: 1;
}
.tab-layout-center .tabs-content {
  background: none;
  border: 0;
  position: relative;
  z-index: 1
}
.tab-layout-center .foundation-tab-tabs .tabs-content a {
    background: none;
    font-size: 1rem;
    font-weight: 600;
    padding: 0;
   font-family: "acumin-pro", sans-serif;
}
.MuiBox-root.css-za06kz {
    background: none;
}
.product-catalouge.sec-pad.text-center {
    margin-top: -12rem;
    z-index: 0;
}
.newsletter-submit-btn:hover {
    background: #FFE27F;
    color: #0f3f53;
}
@media print, screen and (max-width: 40em) {
.foundation-tab-tabs .tabs-content .MuiBox-root.css-za06kz {
  padding: 0;
  margin: 0;
  width: 100%;
  } 
.css-112navy-MuiGrid-root >* {
   height: 100% !important;
  overflow: visible;
}
  .tabs-panel {
    padding: 0;
  }
  .header-sec {
    padding: 3rem 2rem;
    text-align: center;
}
  .confident-customers-plan-container.text-center {
    padding: 0 2rem;
  }
 .tab-layout-center .foundation-tab-tabs ul li.tabs-title {
    margin: 0 3%;
    min-width: 0;
    margin-bottom: 3rem;
  }
  .tab-layout-center .foundation-tab-tabs ul li a {
    padding: 1.5rem 14px;
    font-size: 1rem;
  }
}
