.rd-slider {
  padding-bottom: 3rem;
}
.rd-slider .rd-slides {
  flex-wrap: nowrap;
  display: flex;
  width: fit-content;
}
.rd-slider.incremental {
  position: relative;
  padding-bottom: 0;
}
.rd-slider.incremental .rd-slides {
  overflow: hidden;
}
.rd-slider.incremental .slider-left {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateX(-50%) translateY(-50%);
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 19px 38px, rgba(0, 0, 0, 0.12) 0px 15px 12px;
  cursor: pointer;
  z-index: 1000;
}
.rd-slider.incremental .slider-left::after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  max-width: 8px;
  background-image: url("/wp-content/uploads/2024/04/arrow-left.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.rd-slider.incremental .slider-left.disable {
  opacity: 0.5;
  cursor: default;
}
.rd-slider.incremental .slider-right {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  background-color: #fff;
  height: 50px;
  width: 50px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 19px 38px, rgba(0, 0, 0, 0.12) 0px 15px 12px;
  cursor: pointer;
  z-index: 1000;
}
.rd-slider.incremental .slider-right::after {
  content: "";
  display: block;
  height: 50%;
  width: 50%;
  max-width: 8px;
  background-image: url("/wp-content/uploads/2024/04/arrow-right.svg");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(180deg);
}
.rd-slider.incremental .slider-right.disable {
  opacity: 0.5;
  cursor: default;
}
.rd-slider.incremental.containerPadding .slider-left {
  left: max(calc((100vw - 1280px) / 2), 0px);
}
.rd-slider.incremental.containerPadding .slider-right {
  right: max(calc((100vw - 1280px) / 2), 0px);
}
.rd-slider.incremental::-webkit-scrollbar {
  display: none;
  background: none;
}
.rd-slider.hybrid .rd-slides {
  width: 100%;
  overflow-x: scroll;
}
.rd-slider.hybrid .rd-slides::-webkit-scrollbar {
  display: none;
  background: none;
}
.rd-slider.containerPadding .rd-slides {
  padding-left: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  padding-right: max(calc((100vw - 1280px) / 2 + 20px), 15px);
}
.rd-slider::-webkit-scrollbar {
  display: none;
  background: none;
}
.rd-slider.no-scrollbar {
  padding-bottom: 0 !important;
}
.rd-slider.no-scrollbar .rd-slides::-webkit-scrollbar {
  display: none;
  background: none;
}
.rd-slider.no-scrollbar::-webkit-scrollbar {
  display: none;
  background: none;
}
.rd-slider.no-scrollbar .simplebar-track {
  display: none;
}
.rd-slider.no-scrollbar .simplebar-content {
  padding-bottom: 0 !important;
  display: flex;
  flex-wrap: nowrap;
}

.rd-slider-simple {
  display: flex !important;
  flex-wrap: nowrap !important;
  padding-bottom: 1rem;
  cursor: default !important;
  overflow-x: scroll;
  width: 100% !important;
  max-width: unset !important;
}
.rd-slider-simple::-webkit-scrollbar {
  display: none;
  background: none;
}
.rd-slider-simple.containerPadding {
  padding-left: max(calc((100vw - 1280px) / 2 + 15px), 15px);
  padding-right: max(calc((100vw - 1280px) / 2 + 15px), 15px);
}
.rd-slider-simple.rd-slider-within-row {
  margin-left: -15px !important;
  margin-right: -15px;
  padding-left: 15px;
  padding-right: 15px;
}
.rd-slider-simple > .col {
  min-width: 33.333% !important;
}
.rd-slider-simple > .col a {
  user-select: none;
  -webkit-user-drag: none;
}
.rd-slider-simple:hover {
  cursor: grab !important;
}
.rd-slider-simple:active {
  cursor: grabbing !important;
}

@media (max-width: 1370px) {
  .rd-slider.incremental {
    padding: 0 20px;
  }
  .rd-slider.incremental .slider-left {
    transform: translateX(calc(-50% + 20px)) translateY(-50%);
  }
  .rd-slider.incremental .slider-right {
    transform: translateX(calc(50% - 20px)) translateY(-50%);
  }
  .rd-slider.incremental.containerPadding {
    margin-left: -20px;
    margin-right: -20px;
  }
  .rd-slider.incremental.containerPadding .slider-left {
    transform: translateX(calc(-50% + 50px)) translateY(-50%);
  }
  .rd-slider.incremental.containerPadding .slider-right {
    transform: translateX(calc(50% - 50px)) translateY(-50%);
  }
  .rd-slider-simple > .col {
    min-width: clamp(300px, 80vw, 370px) !important;
  }
}
@media (max-width: 849.98px) {
  .rd-slider {
    padding-bottom: 3rem;
  }
  .rd-slider.incremental .rd-slides {
    overflow-x: scroll;
  }
  .rd-slider-simple > .col {
    min-width: clamp(270px, 80vw, 300px) !important;
  }
}
.services::before {
  content: "";
  width: 100%;
  height: 50%;
  max-height: 150px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #122c38;
}
.services .section-content {
  display: flex;
  flex-wrap: wrap;
}
.services .rd-slides .col {
  display: flex;
  padding: 0 !important;
  margin-right: 25px;
  min-width: clamp(349px, 80%, 520px);
}
.services .rd-slides .col .banner a::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  background-color: #EF650F;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.services .rd-slides .col .banner a::before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 25px;
  right: 25px;
  transform: translateX(50%) translateY(50%);
  -webkit-mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  z-index: 2;
}
.services .rd-slides .col .banner a:hover::after {
  background-color: #f39323;
}
.services .rd-slides .col .banner a:hover::before {
  transform: translateX(calc(50% + 2px)) translateY(50%);
}
.services .rd-slides .col .banner .text-box {
  background-color: #fff;
  min-height: 50%;
  padding: 35px 30px;
  width: calc(100% - 50px) !important;
}
.services .rd-slides .col .banner .text-box * {
  color: #122c38;
}
.services .rd-slides .col .banner .text-box h3 {
  font-weight: 600;
  font-size: clamp(14px, 14px + (100vw - 320px) * 0.0225, 21px) !important;
  line-height: clamp(0.8666666667, 0.8666666667 * 1.3, 1.3) !important;
  margin-bottom: 10px;
}
.services .rd-slides .col .banner .text-box p {
  margin: 0px;
}
.services .rd-slides .col a, .services .rd-slides .col img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.services .rd-slides .col * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.services .rd-slides .col:last-of-type {
  margin-right: 0px;
}
.services .rd-slider-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0px;
  padding-right: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  margin-bottom: clamp(15px, 2.5vw, 35px);
  flex-basis: 120px;
}
.services .rd-slider-nav .rd-slider-left, .services .rd-slider-nav .rd-slider-right {
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  background-color: #f39323;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  min-height: unset !important;
}
.services .rd-slider-nav .rd-slider-left.deactive, .services .rd-slider-nav .rd-slider-right.deactive {
  opacity: 0.5;
}
.services .rd-slider-nav .rd-slider-left::before, .services .rd-slider-nav .rd-slider-right::before {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  -webkit-mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.services .rd-slider-nav .rd-slider-left::before {
  transform: rotate(180deg);
}
.services .custom-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  padding-right: 0px;
  margin-bottom: clamp(15px, 2.5vw, 35px);
}
.services .custom-title * {
  width: fit-content;
}

@media (max-width: 549.98px) {
  .services .rd-slides .col {
    min-width: calc(100vw - 30px);
  }
  .services .rd-slides .col .banner .text-box {
    padding: 25px 20px;
    min-height: unset;
  }
}
.mtt .section-content {
  display: flex;
  flex-wrap: wrap;
}
.mtt .rd-slides .col {
  display: flex;
  padding: 0 !important;
  margin-right: 25px;
  min-width: clamp(100px, 90%, 384px);
}
.mtt .rd-slides .col .banner .text-box .job-title {
  width: fit-content;
  background-color: #fff;
  color: #122c38;
  margin: 0;
  padding: 4px 8px;
}
.mtt .rd-slides .col .banner .text-box .member-name {
  width: fit-content;
  background-color: #f39323;
  margin: 0;
  padding: 4px 8px;
  font-size: clamp(16px, 16px + (100vw - 320px) * 0.0225, 21px) !important;
  line-height: clamp(0.9904761905, 0.9904761905 * 1.3, 1.3) !important;
  font-family: "Poppins", sans-serif;
  font-weight: 600;
}
.mtt .rd-slides .col a, .mtt .rd-slides .col img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.mtt .rd-slides .col * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mtt .rd-slides .col:last-of-type {
  margin-right: 0px;
}
.mtt .rd-slider-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0px;
  padding-right: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  margin-bottom: clamp(15px, 2.5vw, 35px);
  flex-basis: 120px;
}
.mtt .rd-slider-nav .rd-slider-left, .mtt .rd-slider-nav .rd-slider-right {
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  background-color: #f39323;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  min-height: unset !important;
}
.mtt .rd-slider-nav .rd-slider-left.deactive, .mtt .rd-slider-nav .rd-slider-right.deactive {
  opacity: 0.5;
}
.mtt .rd-slider-nav .rd-slider-left::before, .mtt .rd-slider-nav .rd-slider-right::before {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  -webkit-mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.mtt .rd-slider-nav .rd-slider-left::before {
  transform: rotate(180deg);
}
.mtt .custom-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  padding-right: 0px;
  margin-bottom: clamp(15px, 2.5vw, 35px);
}
.mtt .custom-title * {
  width: fit-content;
}

.testimonials > .col-inner > .row {
  margin-left: 0px;
  margin-right: 0px;
}
.testimonials .rd-slides {
  flex-direction: column;
  padding: 0px !important;
}
.testimonials .rd-slides .simplebar-track {
  max-width: min(90%, 384px) !important;
}
.testimonials .rd-slides .simplebar-track.simplebar-horizontal {
  margin: 0 auto;
  background: #F5E9DC;
  border-radius: 0px;
  height: 6px;
  padding: 0;
}
.testimonials .rd-slides .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: inherit;
  background-color: #EF650F;
}
.testimonials .rd-slides .simplebar-wrapper {
  margin: 0 !important;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-content-wrapper .simplebar-content {
  display: flex;
  position: relative;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-content-wrapper .simplebar-content::before {
  content: "";
  display: inline-block;
  min-width: max(calc((100vw - 1280px) / 2 + 20px), 15px) !important;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-content-wrapper .simplebar-content::after {
  content: "";
  display: inline-block;
  min-width: max(calc((100vw - 1280px) / 2 + 20px), 15px) !important;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-content-wrapper .simplebar-content .col {
  min-width: clamp(100px, 90%, 400px) !important;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-content-wrapper .simplebar-content .col * {
  user-select: none;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  background: none;
}
.testimonials .rd-slides .simplebar-wrapper .simplebar-placeholder {
  height: clamp(15px, 5vw, 30px) !important;
}

.rd-products .section-content {
  display: flex;
  flex-wrap: wrap;
}
.rd-products .rd-slides .col {
  display: flex;
  padding: 0 !important;
  margin-right: 25px;
  min-width: clamp(349px, 80%, 520px);
}
.rd-products .rd-slides .col .banner a::after {
  content: "";
  width: 50px;
  height: 50px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 0;
  right: 0;
  background-color: #EF650F;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  z-index: 1;
}
.rd-products .rd-slides .col .banner a::before {
  content: "";
  display: block;
  width: 23px;
  height: 20px;
  position: absolute;
  top: unset;
  left: unset;
  bottom: 25px;
  right: 25px;
  transform: translateX(50%) translateY(50%);
  -webkit-mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
  z-index: 2;
}
.rd-products .rd-slides .col .banner a:hover::after {
  background-color: #f39323;
}
.rd-products .rd-slides .col .banner a:hover::before {
  transform: translateX(calc(50% + 2px)) translateY(50%);
}
.rd-products .rd-slides .col .banner .text-box {
  background-color: #fff;
  min-height: 50%;
  padding: 35px 30px;
  width: calc(100% - 50px) !important;
}
.rd-products .rd-slides .col .banner .text-box * {
  color: #122c38;
}
.rd-products .rd-slides .col .banner .text-box p {
  font-weight: 600;
  font-size: clamp(14px, 14px + (100vw - 320px) * 0.0225, 21px) !important;
  line-height: clamp(0.8666666667, 0.8666666667 * 1.3, 1.3) !important;
  margin: 0px;
  text-align: left;
}
.rd-products .rd-slides .col a, .rd-products .rd-slides .col img {
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
.rd-products .rd-slides .col * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.rd-products .rd-slides .col:last-of-type {
  margin-right: 0px;
}
.rd-products .rd-slider-nav {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  padding-left: 0px;
  padding-right: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  margin-bottom: clamp(15px, 2.5vw, 35px);
  flex-basis: 120px;
}
.rd-products .rd-slider-nav .rd-slider-left, .rd-products .rd-slider-nav .rd-slider-right {
  width: 36px;
  height: 36px;
  bottom: 0;
  right: 0;
  background-color: #f39323;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
  transition: all 0.2s ease-in-out;
  margin: 0px;
  padding: 0px;
  line-height: 1;
  min-height: unset !important;
}
.rd-products .rd-slider-nav .rd-slider-left.deactive, .rd-products .rd-slider-nav .rd-slider-right.deactive {
  opacity: 0.5;
}
.rd-products .rd-slider-nav .rd-slider-left::before, .rd-products .rd-slider-nav .rd-slider-right::before {
  content: "";
  display: block;
  width: 19px;
  height: 16px;
  -webkit-mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  mask: url("/source/1ee79a335f13f4d105d0125e59b43faa/arrow-right-alt.svg") no-repeat center/contain;
  background-color: #fff;
  transition: all 0.15s ease-in-out;
}
.rd-products .rd-slider-nav .rd-slider-left::before {
  transform: rotate(180deg);
}
.rd-products .custom-title {
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: max(calc((100vw - 1280px) / 2 + 20px), 15px);
  padding-right: 0px;
  margin-bottom: clamp(15px, 2.5vw, 35px);
}
.rd-products .custom-title * {
  width: fit-content;
}

@media (max-width: 549.98px) {
  .rd-products .rd-slides .col {
    min-width: calc(100vw - 30px);
  }
  .rd-products .rd-slides .col .banner {
    padding-top: 85%;
  }
  .rd-products .rd-slides .col .banner .text-box {
    padding: 25px 20px;
    min-height: unset;
  }
}