/* Styles GENERALES 2025 */
.pb-general-home-80{
  padding-bottom: 80px !important;
}
.pb-general-home-60{
  padding-bottom: 60px !important;
}

.gf-container{
  width: 90%;
  max-width: 1920px;
  margin: 0 auto;
}
.gf-pt-section-80{
  padding-top: 80px;
}
.gf-pt-section-60{
  padding-top: 60px;
}
.gf-pb-section-100{
  padding-bottom: 100px;
}

.gf-pb-section-80{
  padding-bottom: 80px;
}
.gf-pb-section-60{
  padding-bottom: 60px;
}
.gf-pb-section-40{
  padding-bottom: 40px;
}
.gf-pb-section-20{
  padding-bottom: 20px;
}


.gf-bg-bluedark{
  background-color: #011E61; 
}
.gf-bg-gray{
  background: #F2F5F8;
}
.gf-bg-light--gray{
  background-color: #F7F9FB;
}

.gf-border_outer {
    width: 90%;
    max-width: 1920px;
    margin: 0px auto 80px;
}
.gf-border_outer .gf-border {
  display: flex;
  align-items: center;
  flex-direction: row;
}
.gf-red_line {
    height: 4px;
    width: 5%;
    display: block;
    background-color: #FF5749;
}
.gf-grey_line {
    height: 2px;
    width: 95%;
    background: #F2F6F9;
    display: block;
}
.gf-headding-general{
  padding-bottom: 40px;
}
.gf-headding-general.pb-0{
  padding-bottom: 0;
}
.gf-headding-general h2{
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-weight: bold;
  font-size: clamp(1.9rem, 0.918vw + 1.716rem, 2.5rem);
  line-height: 110%;
  color: #002067;
  letter-spacing: -0.3px;
}
.gf-headding-general h3{
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-weight: bold;
  font-size: clamp(1.9rem, 0.918vw + 1.716rem, 2.5rem);
  line-height: 110%;
  color: #002067;
  letter-spacing: -0.3px;
}
.gf-headding-general p{
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: clamp(1.25rem, 0.239vw + 1.174rem, 1.5rem);
  line-height: 130%;
  color: #002067;
  margin: 15px 0 0px 0;
}
.gf-headding-general.text-content p{
  width: 70%;
  margin: 20px auto;
}
.gf-headding-general.center{
  text-align: center;
}
.gf-headding-general.font32 h2{
  font-size: clamp(1.9rem, 0.153vw + 1.869rem, 2rem);
  line-height: 110%;
}
.gf-headding-general.font32 h3{
  font-size: clamp(1.9rem, 0.153vw + 1.869rem, 2rem);
  line-height: 110%;
}
.gf-headding-general a {
    text-decoration: underline !important;
    font-size: 24px;
}

.gf-descriptions-general{
  color: #667587;
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: clamp(1rem, 0.382vw + 0.924rem, 1.25rem);
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
/* .gf-descriptions-general ul{
  padding-top: 30px;
} */
.gf-slider-dots-orange .slick-dots{
  position: absolute;
  left: 50%;
  transform: translate(-50%) !important;
  position: absolute;
  bottom: -6%;
  display: flex;
}
.gf-slider-dots-orange .slick-dots li {
  margin: 0;
}
.gf-slider-dots-orange .slick-dots li button{
  background-color: #D9D9D9;
  margin-right: 10px;
  padding: 0;
  color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}

.gf-slider-dots-orange .slick-dots li.slick-active button{
  background-color:#FF6253;
}
.gf-stats-container.gf-grid-3{
  width: 90%;
  margin: 0 auto;
}
.gf-grid-3{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap:30px;
}
.gf-grid-4{
   display: grid;
  grid-template-columns: repeat(4, 1fr);
   gap:30px;
}
.gf-grid-5{
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}

.gf-main-btn {
  background: transparent;
  /* min-height: 55px; */
  height: auto;;
  padding: 15px 29px;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 18px;
  line-height: 22px;
  color: #fff;
  text-transform: uppercase !important;
  text-align: center;
  box-sizing: border-box;
  display: inline-block;
  width: fit-content;
  width: -moz-fit-content;
  width: -webkit-fit-content;
  transition: 0.3s;
  position: relative;
  border: none !important;
}

.gf-main-btn.btn-blueLight {
  background: rgba(1, 125, 245, 0.9);
}

.gf-main-btn.btn-blueLight::before {
    transition: 0.3s ease-out;
    background: #017DF5;
}
.gf-main-btn.btn-bluedDark {
    background: #002067;
}
.gf-main-btn.btn-bluedDark span{
  color: #ffffff;
}
.gf-main-btn.btn-bluedDark:before{
  transition: .3s ease-out;
    background: #06174f;
}

.gf-main-btn.btn-blueLight, .gf-main-btn.btn-blueLight:hover {
  border: 2px solid rgba(1,125,245,.9);
}

.gf-main-btn.btn-blueTransparent {
  border: 2px solid #ffffff;
  background: #ffffff;
}

.gf-main-btn.btn-blueTransparent:hover span{
  color: #ffffff !important;
}
.gf-main-btn.btn-blueTransparent span{
    color: #2f8af7 !important;
}
.gf-main-btn.btn-blueTransparent:before {
  transition: 0.3s ease-out;
  background: rgba(1,125,245,.9);
}
.gf-main-btn.btn-hover-sliderup:before {
    bottom: 0;
    left: 0;
    right: 0;
    height: 0%;
    width: 100%;
    position: absolute;
    content: "";
}
.gf-main-btn.btn-hover-sliderup:hover:before {
    height: 100%;
}
.industries-template-default .border_outer {
    display: block;
}

.gf-main-btn span{
  position: relative;
  z-index: 999;
}

/* Section LEADER 2025 */

.gf-leaders-gra__content{
  display: grid;
  grid-template-columns: repeat(5,1fr);
  position: relative;
  
  gap: 30px;
}
.gf-leaders-gra__content:before{
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #FFF 41.83%, rgba(255, 255, 255, 0.00) 100%);
  width: 20%;
  height: 100%;
  flex-shrink: 0;
  left: -5%;
}
.gf-leaders-gra__content:after{
  position: absolute;
  content: '';
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.25) 58.17%, #fff 100%);
  width: 20%;
  height: 100%;
  flex-shrink: 0;
  right: 0%;
}
.gf-leaders-gra__item{
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.gf-leaders-gra__item picture{
  width: 100%;
}

/* Section SLIDER PHRASES 2025 */
.gf-style-list ul{
  padding-left: 30px;
}
.gf-style-list ul li{
  position: relative;
}
.gf-style-list ul li:before{
  position: absolute;
  content: '';
  left: -30px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='22' height='21' viewBox='0 0 22 21' fill='none'%3E%3Cpath d='M10.675 20.84C16.47 20.84 21.1678 16.1748 21.1678 10.42C21.1678 4.66519 16.47 0 10.675 0C4.87993 0 0.182129 4.66519 0.182129 10.42C0.182129 16.1748 4.87993 20.84 10.675 20.84Z' fill='%23FF6253'/%3E%3Cpath d='M6.13916 5.91602L15.2103 14.9242' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M15.2103 5.91602L6.13916 14.9242' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 4.48462V12.8893' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 16.7705V16.786' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 4.48462V12.8893' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 16.7705V16.786' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 4.48462V12.8893' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 16.7705V16.786' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 4.48462V12.8893' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 16.7705V16.786' stroke='%23FF6253' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5982 21C16.4401 21 21.1755 16.299 21.1755 10.5C21.1678 4.70103 16.4401 0 10.5982 0C4.75639 0 0.0209961 4.70103 0.0209961 10.5C0.0209961 10.5 0.0209961 10.5 0.0209961 10.5077C0.0287337 16.299 4.76412 21 10.5982 21Z' fill='%23FF6253'/%3E%3Cpath d='M10.5981 4.48462V12.8893' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M10.5981 16.7705V16.786' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  top: 5px;
}


.gf-phrases-section__title h2{
  color:#002067;
  text-align: center;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: clamp(1.9rem, 0.918vw + 1.716rem, 2.5rem);
  font-style: normal;
  font-weight: 700;
  line-height: 100%; 
  background: linear-gradient(90deg, #002067 41.74%, #FF6253 58.95%, #002067 73.23%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 20px;
}

.gf-phrases-section__description p{
  color: #007CF7;
  text-align: center;
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: clamp(1.56rem, 0.948vw + 1.37rem, 2.18rem);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
}


  .gf-slider-phrases__content  .slick-prev{
    left: 50% !important;
    transform: translate(-150px);
    top: 95%  !important;
    background-image: url(/wp-content/uploads/2023/05/Frame-950.svg) !important;
    color: transparent;
    width: 46px;
    height: 45px;
        background-color: transparent;
  }
  .gf-slider-phrases__content .slick-next {
    right: 50%  !important;
    transform: translate(150px);
    top: 95%  !important;
    border: 0px;
    color: transparent;
    background-image: url(/wp-content/uploads/2023/05/Frame-951.svg) !important;
    width: 46px;
    height: 45px;
        background-color: transparent;
  }


/* Section CARDS WITH ICON TOP 2025 */
.gf-cards-icontop__content{
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  
}
.gf-cards-icontop__item{
  padding: 40px;
  border: 1px solid #DDE4EC;
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.gf-cards-icontop__description p{
  color: #667587;
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: clamp(0.9rem, 0.26vw + 0.848rem, 1.07rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gf-cards-icontop__link{
  text-transform: uppercase;
  line-height: 24px;
  font-size: 16px;
}
.gf-cards-icontop__title h3{
  color: #002067;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: clamp(1.35rem, 0.26vw + 1.272rem, 1.605rem);
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}
.gf-cards-icontop__row {
	display: flex;
	align-items: center;
	gap: 20px;
}


/* Section CTA BLE 2025 */
.gf-section-ctablue__content{
  max-width: 910px;
  margin: 0 auto;
  text-align: center;
  padding: 80px;
}
.gf-section-ctablue__text h3{
  color: #FF6253;
  text-align: center;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: clamp(1.56rem, 0.948vw + 1.37rem, 2.18rem);
  font-style: normal;
  font-weight: 700;
  line-height: 130%; 
  letter-spacing: -0.3px;
}
.gf-section-ctablue__text p{
  color: #FFF;
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: clamp(1.56rem, 0.948vw + 1.37rem, 2.18rem);
  font-style: normal;
  font-weight: 500;
  line-height: 130%; 
  letter-spacing: -0.3px;
  padding-bottom: 65px;
}

/* Section TAB RESOURCES */

  .gf-tabs-resources-nav {
    display: flex;
    justify-content: space-around;
    gap: 40px;
  }

  .gf-tabs-resources-tab {
    cursor: pointer;
    padding-bottom: 10px;
    border-bottom: 3px solid transparent;
    transition: border-color 0.3s;
    opacity: 0.6;
    position: relative;
    max-width: 150px;
    width: 120px;
    display: flex;
    justify-content: center;
  }
  .gf-tabs-resources-tab__img{
    width: 120px;
    height: 100%;
    display: flex;
    align-items: center;
  }
  .gf-tabs-resources-tab__img img{
    width: 100%;
  }
  
  .gf-tabs-resources-tab.active {
    opacity: 1;
  }
  .gf-tabs-resources-tab.active::before{
    position: absolute;
    content: '';
    background: linear-gradient(90deg, #002067 0%, #FF6253 100%);
    height: 3px;
    left: 0;
    right:0;
    bottom:0;
    width: 100%;
  }


  .gf-tabs-resources-content {
    display: none;
    text-align: center;
    padding: 60px;
  }

  .gf-tabs-resources-content.active {
    display: block;
  }

  .gf-tabs-resources-description {
    font-size: 26px;
    color: #3F4A5B;
    margin: 0 auto;
    max-width: 800px;
    text-align: left;
    line-height: 130%;
    display: flex;
    /* gap: 30px; */
  }
    .gf-tabs-resources-description  svg{
      width: 30px;
      height: 30px;
      margin-right: 20px;
    }

  .gf-tabs-resources-description strong,
  .gf-tabs-resources-description b {
    font-family: "Toolsgroup-Semibold", sans-serif;
  }

  .gf-tabs-resources-cards {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    justify-content: center;
    padding-top: 40px;
  }

  .gf-tabs-resources-card {
    background: white;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
    text-align: left;
    transition: transform 0.5s ease;
  }
  .gf-tabs-resources-card:hover{
    transform: translateY(-10px);
    transition: transform 0.5s ease;
  }

  .gf-tabs-resources-card-img {
    width: 100%;
    height: 249px;
  }
.gf-tabs-resources-card-img img{
  height: 100% !important;
  object-fit: cover;
  width: 100%;
}
  .gf-tabs-resources-card-body {
    padding: 15px;
    height: 130px;
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
  }

  .gf-tabs-resources-card-body .type {
    margin-bottom: 5px;
    color: #FF5749;
    font-size: 14px;
    line-height: 19px;
    font-family: "Toolsgroup-Semibold", sans-serif;
    text-transform: uppercase;
  }

  .gf-tabs-resources-card-body .title {
    font-size: 16px;
    font-family: "Toolsgroup-Bold", sans-serif;
    color: #002067;
    line-height: 24px;
    letter-spacing: 0.3px;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;  
    overflow: hidden;
  }

  .gf-tabs-resources-card-body .read-more {
    text-decoration: none;
    color: #007cf7;
    font-family: "Toolsgroup-Semibold";
    font-weight: normal;
    text-transform: uppercase;
  }

  .gf-tabs-resources-card-body .read-more::after {
    content: ' →';
  }

  .gf-results-section {
    text-align: center;
  }

.gf-section-title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1e3a8a;
    margin-bottom: 60px;
    line-height: 1.2;
}

.gf-highlight-orange{
  background: linear-gradient(90deg, #ff5749 0%, #072067 50.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
  font-family: "Toolsgroup-Semibold", sans-serif;

}

.gf-stats-container {
    display: grid;
    /* grid-template-columns: repeat(4, 1fr); */
    gap: 40px;
    align-items: center;
    justify-items: center;
    /* padding-top: 30px; */
}
.gf-stats-container.gf-stats-container-3{
	grid-template-columns: repeat(3, 1fr);
}


.gf-stat-content {
    border-radius: 47px;
    /* padding: 30px;
    width: 100%;
    height: 100%; */
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.gf-stat-content-number{
    background: linear-gradient(135deg, #FF6253, #007CF4);
    position: relative;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3px;
    width: 100%;
}

.gf-stat-number {
    font-size: 25px;
    font-family: "Toolsgroup-Bold", sans-serif;
    color: #002067;
    line-height: 25px;
    border-radius: 47px;
    padding: 15px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    border-radius: 47px;
}
.gf-stat-content-number::before{
  position: absolute;
  content: '';
      left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
	    background: #dde4ec;
    border-radius: 50px;
}

.gf-stat-description {
    font-size: 18px;
    font-weight: 600;
    color: #002067;
    line-height: 23px;
    font-family: "Toolsgroup-Semibold", sans-serif;
    margin-top: 15px;
    text-align: center;
}
/* Hover effects */
/* .gf-stat-pill:hover {
    transform: translateY(-2px);
    transition: transform 0.3s ease;
}

.gf-stat-pill:hover .gf-stat-content {
    transition: box-shadow 0.3s ease;
} */
 .gf-flip-card {
  background: transparent;
  width: 100%;
  height: 220px;
  perspective: 1000px; /* ← esto es clave */
}

.gf-flip-inner {
  position: relative;
  width: 100%;
  height: 100%;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.gf-flip-card:hover .gf-flip-inner {
  transform: rotateY(180deg);
}
.gf-flip-front{
 position: absolute;
  backface-visibility: hidden;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center; 
   left: 0;
  right: 0;
  top:0;
  bottom: 0;
}

.gf-flip-back {
  position: absolute;
  backface-visibility: hidden;
  border-radius: 20px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  left: 0;
  right: 0;
  top:0;
  bottom: 0;

}


.gf-flip-front {
  background: radial-gradient(105.15% 105.15% at 26.74% 2.91%, rgba(242, 245, 248, 0.28) 5.77%, rgba(242, 245, 248, 0.48) 51.35%, rgba(221, 228, 236, 0.17) 76.13%, rgba(255, 255, 255, 0.81) 100%);
  border: 2px solid #FFF;
  box-shadow: 0px 0px 12.6px 1px rgba(0, 0, 0, 0.09);
  backdrop-filter: blur(2px);
}

.gf-flip-back {
   background: linear-gradient(135deg, #FF6253, #007CF4);
  transform: rotateY(180deg);
  box-shadow: 0px 0px 12.6px 1px rgba(0, 0, 0, 0.09);
      padding: 0 15px;
}

.gf-flip-back::before {
    position: absolute;
    content: '';
    left: 3px;
    top: 3px;
    bottom: 3px;
    right: 3px;
    background: #f2f6f9;
    border-radius: 17px;
}

.gf-flip-back .gf-stat-description{
  position: inherit;
  color: #101820;
  font-family: "Toolsgroup-Regular", sans-serif;
  text-align: left;
  font-size: 15px;
  line-height: 17px;
  width: 90%;
  margin: 15px 0;
}
.gf-flip-back span{
  color: #0178ED;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: uppercase;
}
/* SECTION LINKS SUBPAGES */
.gf-links-subpage__content{
  display: grid;
  /* grid-template-columns: repeat(4, 1fr); */
  position: relative;
  gap:0;
}
.gf-links-subpage__content::before {
  position: absolute;
  content: '';
  background: linear-gradient(90deg, #FF6253 0%, #007CF7 100%);
  height: 3px;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  
}
.gf-links-subpage__item{
  padding: 40px 0;
  display: flex;               
  align-items: center;
  transition: .3 background-color ease-in-out;
  width: 100%;
  justify-content: center;
  align-items: center;
  text-align: center;
  
}
.gf-links-subpage__item:hover{
  background-color: #ECEFF4;
  transition: .3 background-color ease-in-out;
  cursor: pointer;
}
.gf-links-subpage__item h4{
  color: #002067;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 25px;
}



/* SECTION SEC TIMELINE */
.gf-sec-timeline__content{
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;


}
.gf-sec-timeline__timecontent{
  padding-left: 30px;
      position: relative;
}
.gf-sec-timeline__timecontent::before{
  position: absolute;
  content: '';
  width: 1px;
  height: 100%;
  background-color: #8091A5;
  left:6px;

}
.gf-sec-timeline__timeitem{
  position: relative;
  padding-bottom: 30px;
}
.gf-sec-timeline__timeitem::before{
  position: absolute;
  content: '';
  width: 8px;
  height: 8px;
  background-color: #808FB3;
  left: -27px;
  border-radius:50px;
}
.gf-sec-timeline__timeitem.active::before {
  width: 12px;
  height: 12px;
  background-color: #ff6153;
  left: -30px;
}

.gf-sec-timeline__title{
  color: #011E61;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: -0.3px;
  margin-bottom: 40px;
}
.gf-sec-timeline__description,.gf-sec-timeline__timetext{
  color: #667587;
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: clamp(0.9rem, 0.26vw + 0.848rem, 1.07rem);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
.gf-sec-timeline__timetext{
  display: none;
}
.gf-sec-timeline__timeitem.active .gf-sec-timeline__timetext{
  display: block;
}
.gf-sec-timeline__description strong,.gf-sec-timeline__timetext strong{
    font-family: "Toolsgroup-Semibold", sans-serif;
}
.gf-sec-timeline__timetitle{
  font-family: "Toolsgroup-Semibold", sans-serif;
    color: #808FB3;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  padding-bottom: 10px;
}
.gf-sec-timeline__timeitem.active .gf-sec-timeline__timetitle{
color: #002067; 
}

/* SECTION SLIDER CUSTOMER */

.gf-main-customers .main-headings {
  text-align: center;
  width: 70%;
  }
  .gf-main-customers__grid{
      display: grid;
      grid-template-columns: 1.5fr 1fr;
      height: 100%;
      overflow: hidden;
  }
  .gf-main-customers__item{
    height: 100%;
  }
  .gf-main-customers__left{
    padding: 30px 35px 35px;
    background-color: #092067;
    min-height: 600px;
    height: 100%;
  }
  .gf-main-customers__right{
    width: 100%;
    min-height: 665px;
      height:100%;
  }
  .gf-main-customers__right img{
    width: 100%;
    height: 100% !important;
    object-fit: cover;
  }
.gf-main-customers__logo{
      width: 240px;
    height: 100px;
    margin-bottom: 50px;

}
.gf-main-customers__logo img{
  width: 100%;
  height: 100%;
  filter: brightness(0) invert(1);
      object-fit: contain;
}


.gf-main-customers__title {
    margin: 10px 0 25px;
    color: #ffffff;
    font-family: Toolsgroup-Semibold,sans-serif;
    font-weight: 700;
    font-size: 20px;
    position: relative;
    line-height: 28px;
}
.gf-main-customers__title:before {
    content: "“";
    font-size: 85px;
    line-height: 90px;
    font-weight: 400;
    color: #007cf4;
    position: absolute;
    left: 0;
    top: -50px;
    background-image: unset;
}
.gf-main-customers__name {
    font-family: Toolsgroup-Regular,sans-serif;
    font-size: 17px;
    line-height: 25px;
    color: #007cf4;
     text-transform: uppercase;
     margin-bottom: 20px;
}
.gf-main-customers__name span {
    font-family: Toolsgroup-Semibold,sans-serif;
    font-weight: 700;
}
.gf-main-customers  .container {
    margin: 0 auto 0px;
}
.gf-main-customers__left{
  padding: 100px 35px 35px;
  background: #151943 url(https://www.toolsgroup.com/wp-content/uploads/2023/06/bg_section_about_us_shape_top_left.svg);
  background-position: top left;
  background-size: 100%;
  background-repeat: no-repeat;
}



.gf-main-slide1 .slick-prev {
  left: 50%;
  transform: translate(-150px);
  top: unset;
	bottom: 5%;
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg);
  color: transparent;
  width: 46px;
  height: 45px;
  background-color: transparent;
	z-index: 99;
}
.gf-main-slide1 .slick-list{
	padding-bottom: 100px !important;
}
.gf-main-slide1 .slick-next {
  right: 50%;
  transform: translate(150px);
   top: unset;
		bottom: 5%;
  border: 0px;
  color: transparent;
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg);
  width: 46px;
  height: 45px;
  background-color: transparent;
}


.gf-main-slide1 .slick-dots li button{
  padding: 0;
  color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.gf-main-slide1  .slick-dots li.slick-active button {
	background-color: #FF6253;
}
.gf-main-slide1  .slick-dots {
    left: 50%;
    transform: translate(-50%) !important;
    position: absolute;
    bottom: 6%;
		display: flex;
}
.gf-main-slide1 .slick-dots li {
	margin: 0 10px;
}
.gf-accordion:before,
.gf-accordion:after{
      background: #092067;
}
.gf-accordion-item:before, .gf-accordion:before, .gf-accordion:after{
  display: none;
}
.gf-accordion{
  border: none;
}

.gf-accordion-item{
  position: relative;
  padding: 0 0 15px;
}
.gf-accordion-item:hover{
  cursor: pointer;
}


.gf-accordion-item hr{
  border: 1px solid rgba(255, 255, 255, 0.5);
}

.gf-accordion-link{
  font-size: 1.6rem;
  color: rgba(255,255,255,.8);
  text-decoration: none;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.gf-accordion-link .flex{
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 80%;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

.gf-accordion-link .gf-accordion-link-title{
  font-weight:500;
  font-size: 20px;
}

.gf-accordion-link i{
  color: #e7d5ff;
  padding: .5rem;
}

.gf-answer{
  max-height: 0;
  overflow: hidden;
  position: relative;
  transition: max-height 450ms;
}

.gf-answer p{
  color: #fff;
  font-size: 15px;
  padding: 10px 0;

}
.gf-answer ul {
    padding-left: 30px;
}
.gf-answer ul li{
	position: relative;
	margin-bottom: 0px;
	color: #ffffff;
	 font-size: 17px;
}
.gf-answer ul li:before{
	position: absolute;
  width: 20px;
  height: 20px;
  content: '';
  left: -30px;
  top: 10px;
  background-image: url(/wp-content/uploads/2023/04/Rectangle-3.svg);
  background-repeat: no-repeat;
}

.gf-accordion-item.active .gf-answer{
  max-height: 20rem;
}

.gf-accordion-item.active svg{
      transform: rotate(45deg);
}

.gf-accordion-item.active .flex{
    border-bottom: 1px solid transparent;
}

.single-solutions footer.footer2021 .spacer{
  background-color: #ffffff;
}



/* HOMEPAGE */
.gf-slider-main-resources-3{
  height: 80px;
  display: flex;
  align-items: center;
}

.gf-slider-main-resources-3__content .slick-list {
  width: 90%;
  margin: 0px auto;
}

.gf-slider-main-resources-3 .gf-container{
padding: 40px 0 10px;
}

.gf-slider-main-resources-3__text{
  text-align: left;
}
.gf-slider-main-resources-3__text p{
  color: #ffffff;
  font-size: 20px;
line-height: 24px;
}
.gf-slider-main-resources-3__text p{
  font-family: "Toolsgroup-Semibold", sans-serif;
}
.gf-slider-main-resources-3{
  background: #0275e8;
}

.gf-slider-main-resources-3__text span a{
    color: #002067;
    text-decoration: underline !important;
    font-family: "Toolsgroup-Semibold", sans-serif;
}

.gf-slider-main-resources-3 .slick-prev{
  left: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2023/05/→.svg);
  background-color: transparent;
  color: transparent;
  width: 20px;
  height: 18px;
  transform: rotate(180deg);

}
 .gf-slider-main-resources-3 .slick-next{
  right: 0;
  top: 0;
  background-image: url(/wp-content/uploads/2023/05/→.svg);
  background-color: transparent;
  color: transparent;
  width: 20px;
  height: 18px;
}
.gf-slider-main-resources-3__item {
  display: flex !important;
  align-items: center;
  min-height: 80px;
  padding: 10px 0;
  justify-content: center;
}

.gf-main-slider-one{
  visibility: hidden;
}

.gf-main-slider-one {
  min-height: 80px; 
  position: relative;
}
.gf-main-slider-one .slick-list {
  height: 100% !important;
}

.gf-main-slider-one .slick-arrow {
  position: absolute;
  top: 50% !important;
  transform: translateY(-125%) !important;
  z-index: 10;
  width: 25px;
  height: 20px;
}
.gf-main-slider-one .slick-prev {
  transform: translateY(-125%) rotate(180deg) !important;
}
.gf-main-slider-one .slick-prev {
  left: 0;
}
.gf-main-slider-one .slick-next {
  right: 0;
}
.gf-banner-home{
    position: relative;
    height: 480px;
    width: 100%;
}
.gf-banner-home__text{
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-inline: 95px;
  max-width: 1000px;
  position: relative;
  z-index: 1;
}
.gf-banner-home__text h1 span,
.gf-banner-home__text h2 span {
  font-size: clamp(2.25rem, 0.717vw + 2.021rem, 3rem);
  line-height: normal;
  font-family: "Toolsgroup-Semibold", sans-serif;
  background: linear-gradient(270deg, #FF6253 36.17%, var(--Deep-Sea-Deep-Sea-60, #011E61) 97.2%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.gf-banner-home__text p{
  color:#011E61;
  font-size: clamp(1.56rem, 0.421vw + 1.425rem, 2rem);
  line-height: normal;
  font-family: "Toolsgroup-Regular", sans-serif;
  margin: 40px 0 0;
  width: 60% !important;
}
.gf-banner-home__item{
  width: 100%;
  height: 480px;
  position: relative;
  overflow: hidden;
}

/* Picture element for WebP support */
.gf-banner-home__picture {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  margin: 0;
  padding: 0;
}

.gf-banner-home__bg-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center;
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
}
.gf-banner-home .slick-list{
  padding-bottom: 60px;
}
.gf-banner-home  .slick-dots{
  transform: translate(95px);
  position: absolute;
  bottom: 100px;
  z-index: 9999;
  left: 0;
  display: flex;
}
.gf-banner-home  .slick-dots li button{
  width: 12px;
  height: 12px;
  color: transparent;
  padding: 0;
  border-radius: 50%;
  margin-right: 5px;
}
.gf-banner-home .slick-dots li.slick-active button{
  background-color: #002067;
}
.gf-banner-home .slick-dots


.gf-promise-section {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    /* padding: 60px 0 45px; */
}



.gf-promise-card {
  background-color: #002067;
  color: white;
  padding: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.gf-promise-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.gf-promise-card h3 {
    font-size: clamp(1.3rem, 0.287vw + 1.208rem, 1.6rem);
    font-weight: 600;
    line-height: 130%;
    font-family: "Toolsgroup-Semibold", sans-serif;
    width: 100%;
}


.gf-promise-card p {
  background: linear-gradient(90deg, #FFF 0%, #FF6253 89.6%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  font-family: "Toolsgroup-Semibold", sans-serif;
}



.gf-slider-main-stories__content{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.gf-slider-main-stories__item:nth-child(1){
  background: #002067;
}
.gf-slider-main-stories .main-headings {
    text-align: center;
      padding-bottom: 0;
}

.gf-slider-main-stories__img{
  width: 100%;
  height: 450px;
}
.gf-slider-main-stories__img img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.gf-slider-main-stories__text{
  padding: 50px;
}
.gf-slider-main-stories__text h3{
  color: white;
  font-family: "Toolsgroup-Bold", sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}
.gf-slider-main-stories__text p{
  font-family: "Toolsgroup-Regular", sans-serif;
  color: white;
  font-size: 20px;
  line-height: 28px;
  margin-bottom: 10px;
}
.gf-slider-main-stories__text .gf-slider-main-stories__name{
  color: #FF5749;
  font-size: 14px;
  font-family: "Toolsgroup-Semibold", sans-serif;
  line-height: 19px;
}
.gf-slider-main-stories__text  .main-btns{
  margin-top: 15px;
}

.gf-slider-main-stories__logo{
    height: 50px;
    max-width: 100%;
    margin-bottom: 21px;
}
.gf-slider-main-stories__logo img{
  width: auto;
  height: 100%;
  display: inline-block;
  text-align: left;
  max-width: 100%;
  filter: brightness(0) invert(1);
}

.gf-slider-main-stories_slick{
  height: 500px;
}
.gf-slider-main-stories_slick .slick-list {
  height: 100%;
  padding-bottom: 0;
}
.gf-slider-main-stories_slick .slick-dots{
  left: 50%;
  transform: translate(-50%) !important;
  position: absolute;
  bottom: -3%;
  display: flex;
}
.gf-slider-main-stories_slick  .slick-prev {
  left: 50%;
  transform: translate(-150px);
  top: 96%;
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg);
  color: transparent;
  width: 46px;
  height: 45px;
      background-color: transparent;
}
.gf-slider-main-stories_slick  .slick-next{
  right: 50%;
  transform: translate(150px);
  top: 96%;
  border: 0px;
  color: transparent;
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg);
  width: 46px;
  height: 45px;
      background-color: transparent;
}

.gf-slider-main-stories_slick  .slick-dots li{
  margin: 0 10px;
}

.gf-slider-main-stories_slick .slick-dots li button {
    padding: 0;
    color: transparent;
    width: 16px;
    height: 16px;
    border-radius: 50%;
}
.gf-slider-main-stories_slick .slick-dots li.slick-active button {
    background-color:  #FF6253;
}
.gf-slider-main-stories__text .main-btns{
  display: flex;
}

.gf-slider-all-resources{
padding-bottom: 50px !important;
}

.gf-slider-all-resources .main-headings {
display: flex;
justify-content: center;
margin-bottom: 50px;
}
.gf-slider-all-resources__content{
display: grid;
grid-template-columns: repeat(4,1fr);
grid-gap: 40px;
}
.gf-slider-all-resources__item{
height: 300px;
position: relative;
width: 90%;
}

.gf-slider-all-resources__item:hover .gf-slider-all-resources__texts{
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}
.gf-slider-all-resources__text p a{
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  font-family: "Toolsgroup-Regular", sans-serif;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 0.3px;
  color: #748397;
}
.gf-slider-all-resources__text p a:nth-child(2){
  display: none;
}
.gf-slider-all-resources__text ul{
  display: none;
}

.gf-slider-all-resources .slick-list{
  padding-bottom: 70px
}
.gf-slider-all-resources__item .gf-slider-all-resources__tags {
    background: #FF5749;
    color: #ffffff;
    background-color: #FF5749;
    padding: 5px 10px;
    text-transform: uppercase;
    font-size: 14px;
width: fit-content;
}

.gf-slider-all-resources__img{
height: 180px;
width:100%;
}
.gf-slider-all-resources__img img{
  height: 100% !important;
  width:100%;
  object-fit: cover;
}

.gf-slider-all-resources__text{
    background-color: #ffffff;
    padding: 20px;
    border: 1px solid #DFE6EE;
    display: flex;
        margin-top: -3px;
        height: 130px;
}
.gf-slider-all-resources__texts{
  position: absolute;
  top: 40%;
  width: 85%;
  right: 0;

  height: 140px;
}

.gf-slider-all-resources__texts .title{
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  font-family: "Toolsgroup-Semibold", sans-serif;
  margin: 15px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  color: #002067;
  letter-spacing: 0.3px;
  margin-top: 0;
}
.gf-slider-all-resources__text p{
  font-style: normal;
  font-weight: 500;
  font-size: 13px;
  line-height: 18px;
  font-family: "Toolsgroup-Regular", sans-serif;
  margin: 15px 0 10px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  letter-spacing: 0.3px;
  color: #748397;

}
.gf-slider-all-resources__text .main-btn img {
    width: 15px;
    height: 15px;
    object-fit: cover;
    margin-left: 5px;
}
.gf-slider-all-resources .slick-dots{
  left: 50%;
  transform: translate(-50%) !important;
  position: absolute;
  bottom: -3%;
}

.gf-slider-dots-blue .slick-dots{
  display: flex;
  left: 50%;
  transform: translate(40%);
}
.gf-slider-dots-blue .slick-dots li{
  margin-right: 5px;
}
.gf-slider-dots-blue .slick-dots li button{
  padding: 0;
  color: transparent;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}
.gf-slider-dots-blue .slick-dots li.slick-active button{
  background-color: #007CF4;
}

.gf-main-cta__content {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 80px;
}
.gf-main-cta__content .gf-main-cta-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    max-width: 900px;
}
.gf-main-cta__content .gf-main-cta-card h2 {
    font-family: "Toolsgroup-Semibold", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: clamp(2rem, 0.478vw + 1.847rem, 2.5rem);
    line-height: 120%;
    text-align: center;
    color: #002067;
    margin-bottom: 0;
    text-transform: capitalize;
}
.gf-main-cta-card p {
    font-style: normal;
    font-weight: 500;
    font-size: clamp(1.3rem, 0.249vw + 1.22rem, 1.56rem);
    line-height: 130%;
    letter-spacing: -0.3px;
    text-align: center;
    color: #002067;
    font-family: "Toolsgroup-Regular", sans-serif;
    margin: 10px 0 40px;
    width: 100%;
}
.gf-main-mobile__visible {
    display: none;
}
.gf-main-slider__mobile .slick-dots{
  bottom: -11%;
}

.gf-main-slider__mobile .slick-prev{
  left: 50%;
  transform: translate(-150px);
  top: 100%;
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg);
  color: transparent;
  width: 46px;
  height: 45px;
      background-color: transparent;
}
.gf-main-slider__mobile .slick-next{
  right: 50%;
  transform: translate(150px);
  top: 100%;
  border: 0px;
  color: transparent;
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg);
  width: 46px;
  height: 45px;
  background-color: transparent;
}
.gf-btn-center{
  display: flex;
  justify-content: center;
  margin-top: 50px;
}


.gf-flip {
  position: relative;
}
.gf-flip > .gf-flip-front,
.gf-flip > .gf-flip-back {
  display: block;
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-duration: 0.5s;
  transition-property: transform, opacity;
}
.gf-flip > .gf-flip-front {
  transform: rotateY(0deg);
}
.gf-flip > .gf-flip-back {
  position: absolute;
  opacity: 0;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  transform: rotateY(-180deg);
}
.main-objective__item:hover {
  box-shadow: 0px 0px 34px rgb(0 46 109 / 0%)!important;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
.main-objective__item.active {
    box-shadow: 0px 15px 34px rgba(0, 46, 109, 0.18);
    transition: 0.3s ease-in-out;
}
.gf-flip.active > .gf-flip-front {
  transform: rotateY(180deg);
}
.gf-flip.active > .gf-flip-back {
  opacity: 1;
  transform: rotateY(0deg);
}


.gf-flip {
  position: relative;
  display: inline-block;
  margin-right: 2px;
  margin-bottom: 1em;
}
.gf-flip > .gf-flip-front,
.gf-flip > .gf-flip-back {
  display: flex;
  align-items: center;
  color: white;
  width: inherit;
  background-size: cover !important;
  background-position: center !important;
  height: 220px;
  padding: 1em 2em;
  background:#fff;
}
.gf-flip > .gf-flip-front p,
.gf-flip > .gf-flip-back p {
  font-size: 0.9125rem;
  line-height: 160%;
  color: #999;
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: 17px;
  line-height: 25px;
  color: #3F4A5B;
}

.slider-customers {
  height: 200px !important;
}

.bxslider{
  margin-top: 10px !important;
}
.bxslider li{
  width: 190px !important;
  height: 120px !important;
}
.bxslider li img{
  width: 120% !important;
  height: 100% !important;
  object-fit: contain !important;
}


.gf-main-embroce{
  width: 100%;
  background-color: #06174D;
  position: relative;
  padding: 50px 0;
}
.gf-main-embroce:after{
  content: '';
    position: absolute;
    background-image: url(/wp-content/uploads/2023/06/bg_section_about_us_shape_bottom_right-2.svg);
    bottom: -30px;
    right: 0;
    width: 300px;
    height: 300px;
    background-repeat: no-repeat;
}
.gf-main-embroce:before{
  content: '';
  position: absolute;
  background-image: url(/wp-content/uploads/2023/06/bg_section_about_us_shape_top_left.svg);
  top: 0;
  left: 0;
  width: 500px;
  height: 300px;
  background-repeat: no-repeat;
  background-size: cover;
}
.gf-main-embroce__icon{
  display: flex;
  justify-content: center;
}
.gf-main-embroce .gf-container{
  position: relative;
  z-index: 99;
}

.gf-main-embroce__heading{
  display: flex;
  align-items: center;
  justify-content: center;
      flex-direction: column;
}
.gf-main-embroce__heading h2{
color: #ffffff;
font-style: normal;
font-weight: 700;
font-size: clamp(1.9rem, 0.153vw + 1.869rem, 2rem);
line-height: normal;
    letter-spacing: 0.5px;
  font-family: "Toolsgroup-Semibold", sans-serif !important;
margin: 10px 0 0 0;
transition: 0.4s;
width: 75%;
text-align: center;
    margin-bottom: 5px;

}
.gf-main-embroce .subtitle,.gf-main-embroce__heading .subtitle{
  text-align: center;
  line-height: 1.2em;
  letter-spacing: 0px;
  font-family: "Toolsgroup-Regular", sans-serif !important;
  color: #FFFFFF;
  font-weight: lighter !important;
	    font-size: 22px;
}

.gf-main-embroce__description__bottom{
  display: flex;
  justify-content: center;
}
.gf-main-embroce__description__bottom .subtitle{
  font-size: 1.2em;
  margin: 40px 0;
  width: 85%;
}
.gf-main-embroce__heading .subtitle{
     margin: 0 0 40px;
    font-size: 20px;
    line-height: 34px;
    width: 60%;
}
.gf-main-embroce__content{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  grid-gap: 20px;
}
.gf-main-embroce__item {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.gf-main-embroce__text p{
  color: #fff;
  margin: 10px 0 10px;
  font-size: 1.4em;
  font-weight: lighter;
  line-height: 1.2em;
}
.gf-main-embroce__text p strong,
.gf-main-embroce_centification p span
{
  color: #FF6253;
  font-weight: bold;
      font-family: "Toolsgroup-Semibold", sans-serif;
}

.gf-main-embroce__icon img{
  width: 110px;
height: 110px;
margin-bottom: 10px;
}

.gf-main-embroce .main-btn{
  height: fit-content;
}

.gf-main-embroce .slick-prev{
  left: 50%;
  transform: translate(-150px);
  top: 88%;
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg);
  color: transparent;
  width: 46px;
  height: 45px;
      background-color: transparent;
}
.gf-main-embroce .slick-next {
  right: 50%;
  transform: translate(150px);
  top: 88%;
  border: 0px;
  color: transparent;
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg);
  width: 46px;
  height: 45px;
      background-color: transparent;
}
.gf-main-embroce .slick-next ,
.gf-main-embroce .slick-prev{
  filter: brightness(0) invert(1);
}


.gf-main-embroce_centification{
  display: flex;
    max-width: 600px;
    margin: 30px auto 0;
    gap: 30px;
    align-items: center;
}
.gf-main-embroce_centification__text{
  max-width: 450px;
    align-items: center;
}
.gf-main-embroce_centification__text p{
  font-size: 1.4em;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
  font-family: "Toolsgroup-Regular", sans-serif !important;
  color: #FFFFFF;
}

.gf-main-mobile__visible .slick-dots{
  display: flex;
  transform: translate(-50%);
  left: 50%;
  position: absolute;
  bottom: -3%;
}
.gf-main-mobile__visible .slick-dots li button{
  color: transparent;
  border-radius: 50%;
  margin-right: 5px;
  padding: 0;
  width: 12px;
  height: 12px;
}


.ios-device .gf-md-custom-div-slide .gf-container .gf-main-mobile__visible .gf-main-slider__mobile .slick-next {
  right: 50%;
  transform: translate(300px);
  top: 82%;
  border: 0px;
  color: transparent;
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg);
  width: 46px;
  height: 45px;
  background-color: transparent;
}

.ios-device .gf-md-custom-div-slide .main-container .gf-main-mobile__visible .gf-main-slider__mobile .slick-prev {
  left: 50%;
  transform: translate(0);
  top: 82% !important;
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg);
  color: transparent;
  width: 46px;
  height: 45px;
  background-color: transparent;
  margin-top: 266.5px !important;
}

.gf-md-custom-div-slide .gf-container .gf-main-mobile__visible {
  margin-left: 0px !important;
}

.ios-device .gf-md-custom-div-slide .gf-container .gf-main-mobile__visible {
  margin-left: 15px !important;
}


/* ABOUT  */

.gf-popup {
  display: none;
  position: fixed;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: white;
  z-index: 999999;
  padding: 0px;
  text-align: center;
  width: 80%;
  height: 60%;
}
.gf-popup__overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
}

.gf-popup__close{
  z-index: 999999;
  position: absolute;
  top: -50px;
  right: 0;
  background: #3c90f6;
  color: #ffffff;
  padding: 10px 20px;
}

.gf-about-customerslick.about{
  padding-bottom: 20px; 
}
.gf-about-customerslick__content{
  display: grid;
  grid-template-columns: 1fr 1.8fr;
}
.gf-about-customerslick__item:nth-child(2){
  background: #F4F7FA;
}
.gf-about-customerslick .main-headings {
  text-align: center;
  padding-bottom: 0;
}
.gf-about-customerslick .main-container {
  padding-top: 50px;
}
.gf-about-customerslick__img{
  width: 100%;
  height: 620px;
}
.gf-about-customerslick__img img{
  width: 100%;
  height: 100% !important;
  object-fit: cover;
}
.gf-about-customerslick__text{
  padding: 50px;
}
.gf-about-customerslick__text h3{
  color: #002067;
  font-family: "Toolsgroup-Bold", sans-serif;
  font-size: 28px;
  line-height: 38px;
  margin-bottom: 15px;
}
.gf-about-customerslick__text p{
  font-family: "Toolsgroup-Semibold", sans-serif;
  color: #002067;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 10px;
  position: relative;
}
.gf-about-customerslick__quotes{
    position: relative;
}
.gf-about-customerslick__quotes:before {
  content: "“";
  font-size: 85px;
  line-height: 90px;
  font-weight: 400;
  color: #007cf4;
  position: absolute;
  left: 0;
  top: -50px;
  background-image: unset;
}
.gf-about-customerslick__text .gf-about-customerslick__name{
  color: #007CF7;
  font-size: 14px;
  font-family: "Toolsgroup-Semibold", sans-serif;
  line-height: 19px;
}
.gf-about-customerslick__text  .main-btns{
  margin-top: 15px;
}

.gf-about-customerslick__logo{
  height:50px;
  max-width: 100%;
  margin-bottom: 70px;
  margin-top: 20px;
}
.gf-about-customerslick__logo img{
  width: auto;
  height: 100%;
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.gf-about-customerslick_slick{
  height: 680px;
}

.gf-about-customerslick_slick .slick-list,
.gf-card-new-dots .slick-list {
  height: 100%;
  padding-bottom: 0;
}
.gf-about-customerslick_slick .slick-dots,
.gf-card-new-dots .slick-dots{
  display: flex;
  left: 50%;
  transform: translate(-50%) !important;
  position: absolute;
  bottom: -2%;
}
.gf-card-new-dots .slick-dots{
      bottom: -4%;
}
.gf-about-customerslick_slick  .slick-prev,
.gf-card-new-dots .slick-prev{
  left: 50% !important;
  transform: translate(-150px);
  top: 96%  !important;
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg) !important;
  color: transparent;
  width: 46px;
  height: 45px;
  background-color: transparent;
}
.gf-about-customerslick_slick .slick-next,
.gf-card-new-dots .slick-next{
  right: 50%  !important;
  transform: translate(150px);
  top: 96%  !important;
  border: 0px;
  color: transparent;
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg) !important;
  width: 46px;
  height: 45px;
  background-color: transparent;
}

.gf-card-new-dots .slick-list{
  padding-bottom: 50px;
}

.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-prev{
  background-image: url(/wp-content/uploads/2023/05/Frame-950.svg) !important;
}
.cards_container .container_outer .cards_outer_container.carousel .carousel_true .slick-next{
  background-image: url(/wp-content/uploads/2023/05/Frame-951.svg) !important;
}
.gf-about-customerslick_slick  .slick-dots li,
.gf-card-new-dots .slick-dots li{
  margin: 0 10px;
}

.gf-about-customerslick_slick .slick-dots li button,
.gf-card-new-dots .slick-dots li button {
  padding: 0;
  color: transparent;
  width: 16px;
  height: 16px;
  border-radius: 50%;
}
.gf-about-customerslick_slick .slick-dots li.slick-active button,
.gf-card-new-dots .slick-dots li.slick-active button {
  background-color:  #FF6253;
}

.gf-about-customerslick.about .main-headings{
  display: flex;
  flex-direction: column;
  align-items: center;
}

.gf-about-customerslick.about .main-headings p{
  width: 65%;
  font-size: 20px;
  line-height: 34px;
  margin: 20px 0 20px 0;
}

.gf-about-customerslick.about .main-headings a{
  text-decoration: underline !important;
  font-size: 24px;
}
.gf-about-customerslick__text span{
  color: #FF6253;
  text-transform: uppercase;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 16px;
}

/* block info m1,m2,m3,m4 */
.gf-article-info__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  padding: 60px 0;
}


.gf-article-info__heading {
  padding-top: 50px;
}
.gf-article-info__img{
  padding-right: 80px;
  height: 500px;
}

.gf-article-info__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gf-article-info__title{
  font-family: "Toolsgroup-Bold", sans-serif;
  font-size: 40px;
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
  line-height: 50px;
  letter-spacing: -.3px;
  margin: 30px 0 40px;
  color: #002067;
}
.gf-article-info__title--medium{
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 35px;
  line-height: 40px;
  margin: 20px 0;

}
.gf-article-info--width80{
    width: 80%;
}

.gf-article-info__description{
  font-family: "Toolsgroup-Regular", sans-serif;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  color: #667587;
  margin-bottom: 40px;
}
.gf-article-info__badge{
  color: #FF6253;
  text-transform: uppercase;
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 16px;
}

.gf-article-info__description--blue{
      color: #002067;
}
.gf-article-info__btn a:nth-child(1){
  margin-right: 40px;
}

/* block info left */
.gf-article-infoleft.pb-50{
  padding-bottom: 60px;

}


.gf-article-infoleft__btn-center{
  text-align: center;
}
.gf-article-infoleft__btn-center .textUpper{
  text-transform: uppercase !important;
}
.gf-article-infoleft__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  /* padding: 60px 0 0; */
}
.gf-article-infoleft__img{
    height: 500px;
}
.gf-article-infoleft__img-not{
  padding-right: 0px;
}

.gf-article-infoleft__img img {
  width: 100%;
  /* height: 100% !important; */
  object-fit: none;
}


.gf-article-infoleft__subtitle{
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 28px;
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
  margin: 30px 0 20px;
  color: #002067;
  line-height: normal;
  letter-spacing: -0.3px;
}

.gf-article-infoleft__description{
  font-family: "Toolsgroup-Semibold", sans-serif;
  font-size: 20px;
  line-height: 30px;
  font-style: normal;
  font-weight: 500;
  color: #007CF7;
  margin-bottom: 20px;
}
.gf-article-infoleft__description.blue-dark{
      color: #002067;
}

.gf-article-infoleft__description--blue{
  color: #002067;
  font-size: 20px;
  line-height: 30px;
  font-family: "Toolsgroup-Regular", sans-serif;
}

.gf-article-infoleft__description--blue b,
.gf-article-infoleft__description--blue strong{
      font-family: "Toolsgroup-Semibold", sans-serif;
}
.gf-article-infoleft__description--blue.text-light{
  color: #002067;
  font-size: 20px;
  line-height: 30px;
  font-family: "Toolsgroup-Regular", sans-serif;
}
.gf-article-infoleft__text strong{
  color: #667587;
    font-size: 20px;
  line-height: 30px;
  font-family: "Toolsgroup-Semibold", sans-serif;
  display: inline-block;
}
  .gf-article-infoleft__description a,
  .gf-article-infoleft__description--blue a{
  font-family: "Toolsgroup-Regular", sans-serif !important;
  text-decoration: underline !important;
}

.gf-article-infoleft__grid{
  display: grid;
  grid-template-columns: 2fr 1fr;
  place-items: center;
}
.gf-article-infoleft__icon {
  width: 300px;
}

.gf-article-infoleft__icon img {
  width: 100%;
  height: 100%;
}


.gf-card-new .cards_title_container{
  display: flex;
  justify-content: center;
}
.gf-card-new .card_inner{
      border: 1px solid #DFE6EE;
    box-shadow: 1px -1px 20px rgb(0 0 0 / 0%) !important;
}
.gf-card-new .card_inner:hover{
      box-shadow: 0 8px 20px rgba(0,0,0,.08) !important;
}

.gf-card-new .type p,
.gf-card-new .card_link p{
      font-family: "Toolsgroup-Regular", sans-serif;
}


.gf-article-infoleft__description strong{
  font-weight: 700;
  font-family: Toolsgroup-Semibold,sans-serif;
}
.cards_container {
    padding: 80px 0 120px;
}


  .gf-values-new-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 20px;
      align-items: stretch;
  }

  .gf-values-new-card {
      border-radius: 12px;
      padding: 30px;
      display: flex;
      flex-direction: column;
      min-height: 180px;
      transition: transform 0.3s ease, box-shadow 0.3s ease;
  }

  .gf-values-new-card:hover {
      /* transform: translateY(-5px); */
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
  }

  .gf-values-new-header {
      background-color: #011E61;
      color: white;
      justify-content: space-between;
      align-items: self-start;
      text-align: center;
  }

  .gf-values-new-header .gf-values-new-title {
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px; /* 100% */
    letter-spacing: -0.3px;
    font-family: "Toolsgroup-Bold", sans-serif;
  }

  .gf-values-new-logo {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      font-size: 1.5rem;
      font-weight: 600;
  }


  .gf-values-new-card-content {
      background-color: white;
      position: relative;
      border-radius: 13px;
      display: flex;
    justify-content: space-between;
      
  }
  .gf-values-new-card-red .gf-values-new-card-title{
    position: inherit;
  }
  .gf-values-new-card-red{
    background: linear-gradient(135deg,#011E61, #FF6253);
  }



  .gf-values-new-card-red::before,
  .gf-values-new-card-teal::before,
  .gf-values-new-card-orange::before,
  .gf-values-new-card-purple::before,
  .gf-values-new-card-blue::before {
      position: absolute;
      content: '';
      left: 3px;
      top: 3px;
      bottom: 3px;
      right: 3px;
      background: #ffffff;
      border-radius: 12px;
  }
  .gf-values-new-card-blue{
      background: linear-gradient(135deg,#011E61, #007CF2);
  }
  .gf-values-new-card-teal {
    background: linear-gradient(135deg,#011E61, #10C6A1);
    /* border-color: #10C6A1; */
  }

  .gf-values-new-card-orange {
      background: linear-gradient(135deg,#011E61, #F7C252);
      /* border-color:#F7C252; */
  }

  .gf-values-new-card-purple {
      background: linear-gradient(135deg,#011E61, #6A6BF0);
      /* border-color: #6A6BF0; */
  }

  .gf-values-new-card-title {
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px; /* 100% */
      letter-spacing: -0.3px;
          font-family: "Toolsgroup-Bold", sans-serif;
          position: inherit;
  }

  .gf-values-new-card-blue .gf-values-new-card-title {
      color:#007CF2;
  }

  .gf-values-new-card-red .gf-values-new-card-title {
      color: #FF6253;
  }

  .gf-values-new-card-teal .gf-values-new-card-title {
      color: #10C6A1;
  }

  .gf-values-new-card-orange .gf-values-new-card-title {
      color:#F7C252;
  }

  .gf-values-new-card-purple .gf-values-new-card-title {
      color: #6A6BF0;
  }

  .gf-values-new-icon {
      width: 20%;
      display: flex;
      align-items: center;
      justify-content: center;
      

  }
  .gf-values-new-description {
      width: 75%;
    color: #002067;
    line-height: 20px;
  }
  .gf-values-new-content-info{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: 32px;
    gap: 5%;
      position: inherit;
  }


.gf-about-section{
margin-bottom: 80px;
padding-top: 60px;
padding-bottom: 70px;
}
.gf-about-section.bg-light--white{
  padding-top: 0px;
}

.gf-about-container {
     padding: 0 80px;
}
  .gf-about-content {
      margin-bottom: 50px;
  }

  .gf-about-paragraph {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 37px; 
    letter-spacing: -0.3px;
    color: #011E61;
  }
  .gf-about-section.bg-light--white{
    padding-bottom: 0;
margin-bottom: 0;
  }
  .gf-about-section.bg-light--white .gf-about-paragraph{
    color: #667587;
  }
  .gf-values-new-section{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
  }

  .gf-about-paragraph:last-of-type {
      margin-bottom: 0;
  }

  .gf-about-cta-section {
      display: flex;
      align-items: center;
      justify-content: space-between;
      flex-wrap: wrap;
      gap: 20px;
  }

  .gf-about-cta-text {
      font-size: 1.5rem;
      font-weight: 700;
      color: #1e3a8a;
  }

  .gf-about-cta-text .gf-about-highlight {
      text-align: center;
      font-feature-settings: 'liga' off, 'clig' off;
      font-family: "Toolsgroup-Semibold", sans-serif;
      font-size: 30px;
      font-style: normal;
      font-weight: 700;
      line-height: 30px; /* 100% */
      letter-spacing: -0.3px;
      background: radial-gradient(251.46% 118.94% at 1.05% 30%, #002067 0%, #FF6253 50%, #002067 78.24%);
      background-clip: text;
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
  }

  .gf-about-buttons {
      display: flex;
      gap: 15px;
      flex-wrap: wrap;
  }

  .gf-about-btn {
      padding: 12px 24px;
      border-radius: 6px;
      font-size: 0.875rem;
      font-weight: 600;
      text-decoration: none;
      display: inline-flex;
      align-items: center;
      gap: 8px;
      transition: all 0.3s ease;
      border: 2px solid transparent;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 0.5px;
  }

  .gf-about-btn-primary {
      background-color: #2563eb;
      color: white;
      border-color: #2563eb;
  }

  .gf-about-btn-primary:hover {
      background-color: #1d4ed8;
      border-color: #1d4ed8;
      transform: translateY(-1px);
  }

  .gf-about-btn-secondary {
      background-color: transparent;
      color: #2563eb;
      border-color: #2563eb;
  }

  .gf-about-btn-secondary:hover {
      background-color: #2563eb;
      color: white;
      transform: translateY(-1px);
  }

  .gf-about-btn-arrow {
      font-size: 0.75rem;
      transition: transform 0.3s ease;
  }

  .gf-about-btn:hover .gf-about-btn-arrow {
      transform: translateX(2px);
  }


/* FOOTER GRAY */
.gf-footer-new{
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}

.gf-main-bg-light {
  background: #F7F9FB !important;
}
.single-solutions footer.footer2021 .spacer {
    height: 200px;
}

.single-solutions .footer.footer2021 .spacer{
        display:none !important;
    }


@media (min-width: 1025px)  and (max-width: 1300px){
  .gf-grid-5{
        grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1024px) {
  .gf-section-title {
    font-size: 2.2rem;
    margin-bottom: 50px;
  }

  .gf-cards-icontop__content, .gf-tabs-resources-cards, .gf-stats-container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }
  .gf-leaders-gra__content{
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  }

  .gf-values-new-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
  }
}
@media (max-width: 480px) {
	/* .gf-results-section{
        padding: 60px 10px 10px;
  } */
  .gf-stats-container {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    .gf-section-title {
        font-size: 1.5rem;
        line-height: 1.3;
    }
    
    .gf-stat-pill {
        min-height: 100px;
    }
    
    .gf-stat-content {
        padding: 18px 12px;
    }
    
    .gf-stat-number {
        font-size: 1.4rem;
    }
    
    .gf-stat-description {
        font-size: 0.9rem;
    }
	.gf-stats-container.gf-stats-container-3 {
    grid-template-columns: repeat(1, 1fr);
}
    .gf-about-container {
    padding: 0px;
}
	.article-infoleft__grid {
    grid-template-columns: 1fr;
	}
  .gf-slider-dots-orange .slick-dots{
    bottom: 0%;
  }
   .gf-promise-card h3{
    width: 100%;
  }
  
  .gf-promise-card {
      padding: 25px 20px;
  }
  
  .gf-promise-card h3 {
      font-size: 1.2rem;
  }

  /* ABOUT */
  .gf-values-new-card {
      padding: 20px 15px;
      min-height: 220px;
  }

  .gf-values-new-icon {
      width: 50px;
      height: 50px;
      font-size: 1.3rem;
  }
  .gf-about-paragraph {
          font-size: 0.95rem;
          line-height: 1.6;
      }

      .gf-about-cta-text {
          font-size: 1.1rem;
      }

      .gf-about-buttons {
          flex-direction: column;
          width: 100%;
      }

      .gf-about-btn {
          width: 100%;
          justify-content: center;
      }
        .gf-about-container {
          padding: 0px 20px;
      }
        .gf-article-infoleft__grid {
          grid-template-columns: 1fr;
        }

	
}


@media (min-width: 481px) and (max-width: 767px){
  
   .gf-slider-dots-orange .slick-dots{
    bottom: -2%;
  }
}

@media (min-width:0px) and (max-width: 767px){
  .gf-slider-main-resources-3 .gf-container {
    padding: 20px 0 10px;
}
  .slider-customers .gf-pb-section-20{
    padding-bottom: 80px;
  }
  .gf-headding-general.center{
    width: 90%;
    margin: 0 auto;
  }
  .gf-slider-main-resources-3__content .slick-list{
    padding-bottom: 0;
  }
  .gf-main-embroce_centification{
    display: grid;
    text-align: center;
  }
  .gf-banner-home .slick-dots{
    left: -70px;
  }
  .gf-banner-home__item{
    min-height: 480px;
  }
  .gf-banner-home__picture,
  .gf-banner-home__bg-image {
    min-height: 480px;
  }
  .gf-banner-home__text{
    padding-inline: 20px;
    position: relative;
    z-index: 1;
  }
  .gf-banner-home__text p{
    font-size: 25px;
    margin: 20px 0 0;
    width: 80% !important;
  }
  .gf-grid-3{
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  }

  .gf-slider-main-resources-3{
    height: auto;
  }
  .gf-slider-main-resources-3__text{
    padding: 0 30px;
  }
  .gf-sec-timeline__content{
    grid-template-columns: 1fr;
  }
  .gf-stats-container.gf-grid-3{
    width: 100%;
  }
  .gf-section-ctablue__content{
    padding: 60px 20px;
  }

  .gf-section-title {
    font-size: 1.8rem;
    margin-bottom: 40px;
  }
    
  /* .gf-stats-container {
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  } */
    
  .gf-stat-pill {
    max-width: 320px;
    min-height: 110px;
  }
    
  .gf-stat-content {
    padding: 20px 15px;
  }
  
  .gf-stat-number {
    font-size: 1.6rem;
  }
    
  .gf-stat-description {
    font-size: 0.95rem;
  }
  .gf-accordion-link .flex{
   width: 100%;
 }
    .gf-main-customers__grid {
  grid-template-columns: 1fr;
	}
	.gf-main-customers__left {
  	padding: 50px 30px 30px;
		min-height: auto;
		height: auto;
	}
	.gf-main-customers__item:nth-child(2){
		order: -1;
	}
	.gf-main-customers__right{
		height: 300px;
		min-height: 300px;
	}
	.gf-main-customers__logo{
		width:150px;
	}
	.gf-main-slide1 .slick-dots{
		    bottom: 5%;
	}
  .gf-slider-all-resources{
    padding-bottom: 90px;
  }
  /* .gf-slider-all-resources .slick-dots {
    bottom: 40px;
  } */
  .gf-slider-main-stories__content{
    grid-template-columns: 1fr;
  }
  .gf-slider-main-stories__text {
      padding: 30px;
  }
 
  .gf-slider-main-stories_slick {
      height: auto;
  }

  .gf-slider-main-stories__img {
      width: 100%;
      height: 220px;
  }
  .gf-slider-main-stories__text h3{
    font-size: 22px;
    line-height: 32px;
  }
  .gf-slider-main-stories__text p{
    font-size: 18px;
    line-height: 25px;
  }
  .gf-slider-main-stories_slick .slick-list{
      padding-bottom: 40px;
  }

    .gf-promise-card {
        padding: 30px 25px;
    }
    
    .gf-promise-card h3 {
        font-size: 1.3rem;
    }
    
    .gf-promise-card p {
        font-size: 1rem;
    }
    .gf-slider-all-resources .main-resource__content .slick-list {
      padding: 0px 18px !important;
  }
  .gf-slider-main-stories_slick .slick-dots{
        bottom: -2%;
  }
  .slider-customers{
    height: 240px !important;
  }
  .gf-main-mobile__visible{
    margin-left: 25px;
  }
   .gf-main-embroce_centification__text p {
    font-size: 1.2em;
    }


    .gf-main-embroce__heading h3{
      font-size: 1.3em;
    }
    .gf-main-embroce__text p{
      font-size: 1.2em;
    }
    .main-resourcenew7 .slick-list {
      padding-bottom: 0px;
    }
    .gf-main-embroce{
      height: auto;
    }
    .gf-main-embroce__content {
      display: unset;
    }
    .gf-main-mobile__visible{
      display: block;
    }
    .gf-main-desk__visible{
      display: none;
    }

    /* ABOUT */
    .gf-article-info__btn a:nth-child(1){
        margin-bottom: 20px;
      }
   
      .gf-about-customerslick_slick .slick-dots{
            bottom: -2%;
      }
      .gf-about-customerslick_slick {
          height: auto;
      }
      .gf-about-customerslick_slick .slick-list{
          padding-bottom: 40px;
      }
    
      .gf-article-info__content,
      .gf-article-infoleft__content{
        grid-template-columns: 1fr;
      }
      .gf-article-info__title,
      .gf-article-infoleft__title{
        font-size: 30px;
        line-height: 35px;
      }
      .gf-article-info__img,
      .gf-article-infoleft__img{
          padding-right: 0;
      }
      .gf-article-info__description,
      .gf-article-infoleft__description {
          font-size: 20px;
          line-height: 30px;
      }
   

      .gf-about-customerslick__content {
          grid-template-columns: 1fr;
      }
      .gf-about-customerslick__img {
          height: 200px;
      }
    .main-btn span {
        position: relative;
        font-size: 12px!important;
    }

    .cards_container {
      padding: 50px 0 150px!important;
    }

    .gf-about-customerslick_slick .slick-next, .gf-card-new-dots .slick-next, .testting .slick-next, .gf-about-customerslick_slick .slick-prev, .gf-card-new-dots .slick-prev, .testting .slick-prev{
          top: 98% !important;
    }
    .gf-article-infoleft__btn-center {
      text-align: center;
      margin-bottom: 40px;
    }


    .gf-values-new-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .gf-values-new-card {
        padding: 25px 20px;
        /* min-height: 250px; */
    }

    .gf-values-new-header .gf-values-new-title {
        font-size: 1.5rem;
    }

    .gf-values-new-card-title {
        font-size: 1.1rem;
    }

    .gf-values-new-description {
        font-size: 0.9rem;
    }
    .gf-about-paragraph {
          font-size: 1rem;
          margin-bottom: 25px;
      }

      .gf-about-cta-section {
          flex-direction: column;
          align-items: flex-start;
          gap: 25px;
      }

      .gf-about-cta-text {
          font-size: 1.25rem;
      }

      .gf-about-buttons {
          width: 100%;
          justify-content: flex-start;
      }

      .gf-about-btn {
          flex: 1;
          justify-content: center;
          min-width: 140px;
      }

    
}


@media (min-width:768px) and (max-width: 992px){
   .gf-slider-dots-orange .slick-dots{
    bottom: -3%;
  }
    .gf-main-customers__title {
	    font-size: 17px;
			    margin: 10px 0 15px;
		}
		.gf-main-customers__name{
			font-size: 13px;
			margin-bottom: 10px;
		}
        	.gf-main-customers__right {
		    min-height: 710px;
		    height: 710px;
		}
        .gf-accordion-link .gf-accordion-link-title {
		    font-size: 17px;
		}
	
		.gf-accordion:after{
			bottom: -7px;
		}
    .gf-slider-all-resources .slick-dots{
        bottom: -10%;
  }
  .gf-slider-main-resources-3{
    height: 100px;
  }
  .gf-slider-all-resources{
    padding-bottom: 80px;
  }
  .gf-slider-main-stories__content{
    grid-template-columns: 1fr;
  }
  .gf-slider-main-stories__text {
      padding: 30px;
  }
  .gf-slider-main-stories_slick {
      height: auto;
  }

  .gf-slider-main-stories__img {
      width: 100%;
      height: 220px;
  }
  .gf-slider-main-stories__text h3{
    font-size: 22px;
      line-height: 32px;
  }
  .gf-slider-main-stories__text p{
    font-size: 18px;
  line-height: 25px;
  }
  .gf-slider-main-stories_slick .slick-list{
          padding-bottom: 40px;
  }
  /* ABOUT */
  .gf-about-customerslick_slick {
          height: auto;
      }
      /* .gf-about-customerslick_slick .slick-list{
              padding-bottom: 40px;
      } */
      .gf-article-info__content,
      .gf-article-infoleft__content {
          grid-template-columns: 1fr;
      }
      .gf-article-info__img,
      .gf-article-infoleft__img {
          padding-right: 0px;
          height: 300px;
      }
      .gf-article-info__title,
      .gf-article-infoleft__title {
        font-size: 35px;
        line-height: 40px;

      }
      .gf-article-info__description,
      .gf-article-infoleft__description {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
      }
      .gf-article-infoleft__text strong {
          margin-bottom: 20px;
          line-height: 30px;
          font-size: 20px;
      }

      .gf-about-customerslick__img {
          height: 600px;
      }
      .gf-about-customerslick_slick .slick-next,
      .gf-about-customerslick_slick .slick-prev{
        top:98% !important;
      }
      .gf-about-customerslick__text p{
        font-size: 18px;
        line-height: 25px;
      }
      .gf-about-customerslick__text {
          padding: 25px;
      }
      .gf-article-infoleft__subtitle {
        font-size: 30px;
        line-height: 40px;
            margin: 30px 0 20px;
      }
      .gf-article-infoleft__content{
        padding-bottom: 0
      }

}
@media (min-width:993px) and (max-width: 1200px){
    .gf-accordion-link .gf-accordion-link-title {
		    font-size: 17px;
		}
    .gf-main-customers__left {
		    padding: 30px 30px 30px;
				min-height: 600px;
    height: 605px;
		}

		.gf-main-customers__title {
	    font-size: 17px;
			    margin: 10px 0 15px;
		}
		.gf-main-customers__name{
			font-size: 13px;
			margin-bottom: 10px;
		}
    .gf-slider-all-resources .slick-dots{
        bottom: -22%;
  }
  .gf-slider-all-resources{
    padding-bottom: 80px;
  }
  .gf-slider-main-stories__content{
    grid-template-columns: 1fr 1fr;
  }
  .gf-slider-main-stories__text {
      padding: 30px;
  }
  .gf-slider-main-stories_slick {
      height: auto;
  }

  .gf-slider-main-stories__img {
      width: 100%;
      height: 220px;
  }
  .gf-slider-main-stories__text h3{
    font-size: 22px;
      line-height: 32px;
  }
  .gf-slider-main-stories__text p{
    font-size: 18px;
  line-height: 25px;
  }
  .gf-slider-main-stories_slick .slick-list{
          padding-bottom: 40px;
  }
   .gf-slider-main-stories__img{
          height: 480px
    }

    .gf-slider-main-stories__text .main-btns{
      flex-direction: column;
    }

    .gf-slider-main-stories_slick {
      height: 580px;
    }
    .gf-slider-main-stories__img {
        width: 100%;
        height: 540px;
    }

    /* ABOUT */
    .gf-article-infoleft__subtitle {
      font-size: 30px;
      line-height: 40px;
      margin: 30px 0 20px;
    }
    .gf-about-customerslick_slick {
      height: auto;
    }

  .gf-article-infoleft__text{
    padding-right: 80px;
  }
  .gf-about-customerslick__img {
    height: 650px;
  }
  .gf-about-customerslick_slick .slick-next,
  .gf-about-customerslick_slick .slick-prev{
    top:104% !important;
  }
  .gf-about-customerslick__text {
    padding: 35px;
  }

  .gf-about-customerslick {
    padding-bottom: 40px;
  }
  .gf-about-customerslick_slick .slick-dots{
  bottom: -9%;
  }

}

@media (min-width: 0px) and (max-width: 1023px){
  .bx-wrapper {
      display: block !important;
  }
}

/* Screen reader only text - for accessibility and SEO */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* Ensure H1 logo looks same as regular logo */
h1.s_line_logo,
h1 .headerlogo {
  all: unset;
  display: contents;
}

h1 .headerlogo svg {
  display: block;
}
