main .wp-block-group:not(.full-span).home-banner {
  padding-bottom: 0;
}
main .wp-block-group:not(.full-span).home-banner .n2-ss-slider-1 {
  background-color: white;
  box-shadow: 0px 18px 35px rgba(0, 0, 0, 0.06);
  border-radius: 50px;
}

div#n2-ss-3 .n2-bullet, div#n2-ss-2 .n2-bullet {
  transition: all 0.5s ease !important;
  padding: 4px 15px !important;
}

div#n2-ss-3 .n2-bullet.n2-active, div#n2-ss-2 .n2-bullet.n2-active {
  padding: 4px 50px !important;
}

div#n2-ss-3 .n2-bullet:hover, div#n2-ss-2 .n2-bullet:hover {
  transition: all 0.5s ease !important;
}

#statistics {
  margin-top: 50px;
  margin-bottom: 50px;
  display: flex;
  flex-direction: column;
}
#statistics .wp-block-columns {
  margin: 0;
}
#statistics .borders {
  border-left: 1px solid rgba(1, 63, 125, 0.25);
  border-right: 1px solid rgba(1, 63, 125, 0.25);
}
#statistics .wp-block-column:first-child .is-nowrap {
  display: flex;
  justify-content: flex-end;
  padding-right: 6em;
}
#statistics .wp-block-column:last-child .is-nowrap {
  display: flex;
  justify-content: flex-start;
  padding-left: 6em;
}
#statistics .wp-block-group.is-nowrap {
  margin: 10px 0;
  padding: 0;
  justify-content: center;
  align-items: flex-end;
  gap: 1em;
}
#statistics .wp-block-group.is-nowrap p {
  margin: 0;
}
#statistics .wp-block-group.is-nowrap .is-vertical {
  margin: 0 0 2px 0;
  padding: 0;
}
#statistics .wp-block-group.is-nowrap .figure {
  color: var(--brand-color);
  font-size: 2rem;
  font-weight: bold;
  line-height: 1em;
}
#statistics .copy-box {
  max-width: 75%;
}
#statistics .copy-box p {
  font-size: 1.5rem;
  line-height: 1.5em;
}

#services {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 50px;
}
#services .is-layout-grid {
  padding: 0;
  gap: 2em;
  margin-bottom: 40px;
}
#services .service-box {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  transition: 0.66s ease;
}
#services .service-box:hover {
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.2);
}
#services .service-box .content {
  height: 100%;
  min-height: 575px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 12px;
}
#services .service-box .content .wp-block-group {
  padding: 0;
}
#services .service-box h2, #services .service-box p {
  color: white;
  margin: 0;
}
#services .service-box h2 {
  line-height: 1.15em;
  font-weight: 300;
}
#services .service-box p {
  font-size: 0.9rem;
  line-height: 1.75em;
  margin-bottom: 25px;
}
#services .service-box img {
  position: absolute;
  z-index: -1;
  bottom: 0;
  transition: 1s ease;
}
#services .service-box.machinery {
  background: linear-gradient(180deg, rgba(0, 74, 149, 0.75) 0%, rgba(0, 48, 96, 0.75) 100%);
}
#services .service-box.machinery div.white-button a svg path {
  fill: rgb(0, 48, 96);
}
#services .service-box.machinery img {
  left: 15%;
  transform: scale(1.75);
}
#services .service-box.machinery:hover img {
  transform: scale(2);
  left: 25%;
}
#services .service-box.plastics {
  background: linear-gradient(180deg, rgba(32, 202, 149, 0.75) 0%, rgba(12, 136, 97, 0.75) 100%);
}
#services .service-box.plastics div.white-button a svg path {
  fill: rgb(12, 136, 97);
}
#services .service-box.plastics img {
  right: 0%;
  transform: scale(1.5);
}
#services .service-box.plastics:hover img {
  transform: scale(1.65);
  right: 10%;
}
#services .service-box.metals {
  background: linear-gradient(180deg, rgba(46, 171, 228, 0.75) 0%, rgba(7, 96, 135, 0.75) 100%);
}
#services .service-box.metals div.white-button a svg path {
  fill: rgb(7, 96, 135);
}
#services .service-box.metals img {
  transform: scale(1.5);
}
#services .service-box.metals:hover img {
  transform: scale(1.75);
}
#services .full-profile {
  margin-top: 0;
  margin-bottom: 0;
  border: 1px solid rgba(1, 63, 125, 0.4901960784);
  max-width: calc(33% - 1em);
  align-items: center;
  justify-content: center;
  border-radius: 99px;
  padding: 20px;
}

main .wp-block-group:not(.full-span) div.image-text-inner {
  background-color: white;
  box-shadow: 0px 8px 24px rgba(0, 0, 0, 0.1);
  border-radius: 50px;
  padding: 0;
  overflow: hidden;
}
main .wp-block-group:not(.full-span) div.image-text-inner .wp-block-columns {
  gap: 2em;
  margin: 0;
}
main .wp-block-group:not(.full-span) div.image-text-inner .image {
  border-radius: 25px;
  height: 100%;
}
main .wp-block-group:not(.full-span) div.image-text-inner .text {
  padding-top: 100px;
  padding-bottom: 95px;
}
main .wp-block-group:not(.full-span) div.image-text-inner .text p {
  margin-bottom: 60px;
}
main .wp-block-group:not(.full-span) div.image-text-inner .text h2 {
  margin: 0 0 25px 0;
}
main .wp-block-group:not(.full-span) div.image-text-inner .wp-block-column:last-child .text {
  padding-right: 3.5em;
}
main .wp-block-group:not(.full-span) div.image-text-inner .wp-block-column:first-child .text {
  padding-left: 3.5em;
}

#news {
  margin: 50px 0;
  background-color: white;
  padding-top: 35px;
  padding-bottom: 35px;
}
#news h2 {
  font-size: 3.5em;
  margin: 0;
}
#news .news-header {
  align-items: center;
  padding: 0;
  margin-bottom: 25px;
}
#news .news-header::before {
  content: "";
  order: 1;
  flex: 1;
  height: 0;
  border-top: 2px solid rgba(1, 63, 125, 0.1450980392);
  margin: 0 3rem;
}
#news .news-header .wp-block-buttons {
  order: 2;
}
#news .wp-block-query ul {
  padding-left: 0;
  gap: 2em;
}
#news .wp-block-query .wp-block-group.article-card {
  background-color: white;
  border-radius: 25px;
  padding: 0 !important;
  overflow: hidden;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.1);
}
#news .wp-block-query .wp-block-post-excerpt__more-link {
  display: flex;
  flex-direction: row;
  color: var(--brand-color);
}
#news .wp-block-query .wp-block-post-excerpt__more-link svg {
  display: inline-block;
  width: 16px;
  height: auto;
}
#news .wp-block-query .wp-block-post-featured-image {
  height: 300px;
}
#news .wp-block-query .wp-block-post-featured-image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .wp-block-query a {
  text-decoration: none;
}
#news .wp-block-query h3 {
  margin: 0 0 10px 0;
}
#news .wp-block-query h3 a {
  color: black;
  margin: 0;
  font-size: 1em;
  line-height: 1.15em;
}
#news .wp-block-query .content {
  padding: 30px 25px;
}
#news .wp-block-query .title-read-more {
  padding: 0;
  margin-top: 25px;
}
#news .wp-block-query time {
  font-weight: 500;
  color: var(--brand-color);
}

#testimonials {
  background: radial-gradient(circle at 15% 35%, #67bad7 0%, transparent 70%), radial-gradient(circle at 70% 20%, rgba(49, 179, 193, 0.8156862745) 0%, transparent 70%), radial-gradient(circle at 85% 80%, rgba(52, 217, 198, 0.7294117647) 0%, transparent 80%), radial-gradient(circle at 40% 80%, rgba(238, 249, 253, 0.1803921569) 0%, transparent 75%), radial-gradient(circle at 60% 55%, rgba(103, 186, 215, 0.7411764706) 0%, transparent 80%), radial-gradient(circle at 30% 60%, rgba(49, 179, 193, 0.5960784314) 0%, transparent 80%), radial-gradient(circle at 80% 50%, rgba(52, 217, 198, 0.5960784314) 0%, transparent 65%), #2392b3;
  border-radius: 50px;
  overflow: hidden;
  padding: 50px 0;
  margin-bottom: 40px !important;
}
#testimonials .wp-element-button svg path {
  fill: rgba(46, 171, 228, 0.75);
}
#testimonials div#n2-ss-3 .n2-ss-slide-backgrounds * {
  background-color: transparent !important;
}/*# sourceMappingURL=home.css.map */