*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  /* font-family: var(--hind); */
  font-family: var(--DMSans);
  font-weight: 400;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

body {
  font-size: 18px;
  line-height: 32px;
  color: var(--BlueTextColor);
  font-weight: 400;
  font-family: var(--hind);
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  body {
    font-size: 16px !important;
    line-height: 1.6 !important;
  }
}

/* NEW BUTTON */
.btn .icon,
.btn svg,
.btn img {
  display: none;
}


@media (min-width: 768px) {
}

/* NEW BUTTON */

.esb-btn-view-more {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 11px 12px;
  background-color: var(--PastelPistachio);
  text-decoration: none;
  font-size: 16px;
  line-height: 1;
  border-radius: 6px;
  font-weight: 500;
  color: var(--PrimaryGreen);
  transition: background-color 0.3s ease, color 0.3s ease;
}

.esb-btn-view-more svg {
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
}

.esb-btn-view-more:hover {
  color: var(--white);
  background-color: var(--newOragne);
}

/* SPACING */

.st-70 {
  margin-top: 70px;
}

.st-50 {
  margin-top: 50px;
}

.st-30 {
  margin-top: 30px;
}

/* Bottom */

.sb-150 {
  margin-bottom: 150px;
}
.sec-with-sidebar .sb-100:last-child {
  margin-bottom: 0;
}
.sb-100 {
  margin-bottom: 100px;
}

.sb-80 {
  margin-bottom: 80px;
}

.sb-70 {
  margin-bottom: 70px;
}

.sb-50 {
  margin-bottom: 50px;
}

.sb-40 {
  margin-bottom: 40px;
}

.sb-30 {
  margin-bottom: 30px;
}

.sb-20 {
  margin-bottom: 20px;
}

.sb-15 {
  margin-bottom: 15px;
}

.sr-80 {
  padding-right: 80px;
}

.sr-40 {
  padding-right: 40px;
}

/* FONT SIZE */

.esb-text-28 {
  font-size: 28px;
  line-height: 30px;
}

.esb-text-26 {
  font-size: 26px;
  line-height: 1.5;
}

.esb-text-24 {
  font-size: 24px;
  line-height: 32px;
}

.esb-text-22 {
  font-size: 22px;
  line-height: 32px;
}

.esb-text-20 {
  font-size: 20px;
  line-height: 30px;
}

.esb-text-18 {
  font-size: 18px;
  line-height: 30px;
}

.esb-text-16 {
  font-size: 16px;
  line-height: 20px;
}

.esb-text-14 {
  font-size: 14px;
  line-height: 18px;
}

.esb-text-12 {
  font-size: 12px;
  line-height: 15px;
}

/* FONT WEIGHT */
.esb-font-normal {
  font-weight: 400;
}

.esb-font-medium {
  font-weight: 500;
}

.esb-font-semibold {
  font-weight: 600;
}

.esb-font-bold {
  font-weight: 700;
}

strong,
b {
  font-weight: 700;
}

/* BACKGROUND IMAGE */
.esb-bg-cover-image {
  position: relative;
}

.esb-bg-cover-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

/* CHECKMARK LIST */
.esb-dash-list ul,
ul.esb-dash-list,
.esb-check-list ul,
.esb-checkmark-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 10px;
}

ul.esb-dash-list li,
.esb-dash-list ul li,
.esb-check-list ul li,
.esb-checkmark-list ul li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 1.75;
  /* line-height: 1.76; */
}

ul.esb-dash-list li::before,
.esb-dash-list ul li::before,
.esb-check-list ul li::before,
.esb-checkmark-list ul li::before {
  position: absolute;
  content: "";
  width: 19px;
  height: 19px;
  left: 0;
  top: 5px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M13.634 6.48809L8.71934 11.7495L6.39559 9.1344C6.32548 9.05544 6.24065 8.99119 6.14594 8.94532C6.05123 8.89945 5.9485 8.87286 5.84361 8.86707C5.63177 8.85537 5.42401 8.9291 5.26603 9.07204C5.1878 9.14281 5.12415 9.22845 5.07871 9.32406C5.03327 9.41966 5.00693 9.52337 5.00119 9.62925C4.98961 9.84309 5.06265 10.0528 5.20424 10.2123L8.10951 13.4813C8.18329 13.5646 8.2734 13.6315 8.37413 13.6778C8.47486 13.7241 8.58402 13.7488 8.6947 13.7502H8.70469C8.81359 13.7503 8.92135 13.7278 9.02134 13.6843C9.12134 13.6407 9.21147 13.577 9.28621 13.4971L14.7963 7.59523C14.9353 7.4385 15.0081 7.23321 14.9993 7.02308C14.9905 6.81295 14.9008 6.61459 14.7492 6.47026C14.5977 6.32592 14.3963 6.24701 14.188 6.25035C13.9797 6.25368 13.7809 6.33898 13.634 6.48809Z' fill='%23007860'/%3e%3cpath d='M18.48 4.91507C18.3867 4.11181 17.9796 3.31368 17.3329 2.66731C16.6861 2.02094 15.8883 1.6135 15.085 1.52019H15.0792C11.7026 1.16026 8.29737 1.16026 4.92079 1.52019H4.91498C4.11169 1.6135 3.31352 2.0206 2.66713 2.66731C2.02073 3.31402 1.61328 4.11181 1.51996 4.91507V4.92088C1.16001 8.2973 1.16001 11.7024 1.51996 15.0788V15.0847C1.61328 15.8879 2.02039 16.686 2.66713 17.3324C3.31386 17.9788 4.11169 18.3862 4.91498 18.4795H4.92079C6.60786 18.6598 8.30333 18.7502 10 18.7502C11.6967 18.7504 13.3921 18.6603 15.0792 18.4802H15.085C15.8883 18.3869 16.6865 17.9798 17.3329 17.3331C17.9793 16.6864 18.3867 15.8883 18.48 15.0853V15.0795C18.84 11.7031 18.84 8.29798 18.48 4.92156V4.91507ZM17.189 14.9373C17.0652 15.9925 15.9926 17.0644 14.938 17.1885C11.6554 17.5385 8.34491 17.5385 5.06231 17.1885C4.00675 17.0648 2.93478 15.9922 2.81104 14.9373C2.46101 11.655 2.46101 8.34473 2.81104 5.06239C2.93478 4.00721 4.00743 2.93529 5.06231 2.81121C8.3448 2.4612 11.6552 2.4612 14.9377 2.81121C15.9933 2.93495 17.0649 4.00755 17.189 5.06204C17.539 8.3445 17.539 11.6549 17.189 14.9373Z' fill='%23007860'/%3e%3c/svg%3e ");
  background-size: 19px;
  /* filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%) hue-rotate(239deg) brightness(101%) contrast(97%); */
  filter: invert(23%) sepia(111%) saturate(6750%) hue-rotate(231deg) brightness(101%) contrast(102%);
}

/* .esb-checkmark-list-small ul li::before {
  width: 19px;
  height: 19px;
  top: 4px;
} */

.esb-checkmark-list-small.esb-text-16 {
  line-height: 24px;
}

ul.esb-check-list,
.esb-check-list ul {
  grid-gap: 8px;
}

ul.esb-check-list li::before,
.esb-check-list ul li::before {
  background: url("data:image/svg+xml,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m1 6 4.661 5L15 1' stroke='url(%23a)' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='1' y1='1.353' x2='10.093' y2='14.469' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%231472B6'/%3E%3Cstop offset='1' stop-color='%238BBF37'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E")
    no-repeat center / 16px;
  border-radius: 0;
}

.esb-checkmark-list-two-col ul {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 16px 42px;
}

/* POINT LIST */
ul.esb-point-list,
.esb-point-list ul {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 14px;
}

ul.esb-point-list li,
.esb-point-list ul li {
  position: relative;
  padding-left: 20px;
}

ul.esb-point-list li::before,
.esb-point-list ul li::before {
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  left: 0;
  top: 14px;
  background: linear-gradient(0deg, #067a46, #067a46),
    linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
  border-radius: 100px;
}

.esb-point-list.esb-text-16 ul li::before {
  top: 8px;
}

ul.esb-point-list-black li::before,
.esb-point-list-black ul li::before {
  background: var(--bodyColor);
}

/* Number List */
.esb-number-list,
.esb-number-list ol {
  list-style: none;
  padding: 0;
  display: grid;
  grid-gap: 20px;
  counter-reset: esb-counter;
}

.esb-number-list li,
.esb-number-list ul li {
  position: relative;
  padding-left: 30px;
  counter-increment: esb-counter;
}

.esb-number-list li::before,
.esb-number-list ul li::before {
  position: absolute;
  content: counter(esb-counter) ". ";
  left: 0;
  top: 0;
  font-weight: 600;
}

/* Dashed List */

.esb-dash-list ul li,
ul.esb-dash-list li {
  padding-left: 20px;
  /* added */
  font-size: 20px;
}

.esb-dash-list ul li::before,
ul.esb-dash-list li::before {
  content: "-";
  background: none;
  top: 0;
}

/* STICKY LEFT */
.esb-sticky-left {
  position: sticky;
  position: -webkit-sticky;
  top: 120px;
}

/* DIVIDER WITH SECTION */
.esb-bottom-divider {
  position: relative;
  padding-bottom: 80px;
}

.esb-bottom-divider::after {
  content: "";
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  height: 8px;
  background-color: var(--new-theme-gray-50);
  border-radius: 10px;
  transition: background-color 0.3s ease;
}

.esb-bottom-divider::after:hover {
  background-color: var(--newOragne);
}

/* SLIDER ARROW */
.esb-slider-arrow .slick-arrow,
.esb-slider-arrow .slick-slider .slick-arrow {
  background: url("data:image/svg+xml,%3Csvg width='27' height='26' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='m16.39 6.452 6.53 6.53-6.53 6.528M4.633 12.981h18.102' stroke='%23fff' stroke-width='1.898' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E")
      no-repeat center / 20px,
    var(--PrimaryGreen);
  border-radius: 100%;
  transform: translateY(-50%);
  padding: 0;
  border: none;
  z-index: 5;
  position: absolute;
  top: 50%;
  left: 0;
  font-size: 0px;
  color: var(--white);
  transition: 200ms;
  cursor: pointer;
  width: 40px;
  height: 40px;
}

.esb-slider-arrow .slick-arrow.slick-next,
.esb-slider-arrow .slick-slider .slick-arrow.slick-next {
  left: auto;
  right: 0;
}

.esb-slider-arrow .slick-arrow.slick-prev,
.esb-slider-arrow .slick-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
}

.esb-slider-arrow .slick-arrow.slick-disabled,
.esb-slider-arrow .slick-slider .slick-arrow.slick-disabled {
  opacity: 0.2;
  cursor: not-allowed;
}

.esb-slider-arrow-center .slick-slider .slick-arrow {
  width: 45px;
  height: 45px;
  overflow: hidden;
  transition: 200ms;
}

.esb-slider-arrow-center .slick-slider .slick-arrow.slick-next {
  right: 20px;
}

.esb-slider-arrow-center .slick-slider .slick-arrow.slick-prev {
  transform: translateY(-50%) rotate(180deg);
  left: 20px;
}

.esb-slider-arrow-center .slick-slider .slick-arrow:hover {
  filter: brightness(1.2);
}

.esb-slider-dots .slick-dots {
  display: flex;
  gap: 5px;
  align-items: flex-start;
  margin-top: 40px;
  justify-content: center;
  margin: 0 !important;
}

.esb-slider-dots .slick-dots li {
  line-height: 0;
  margin: 0 !important;
}

.esb-slider-dots .slick-dots li button {
  font-size: 0;
  line-height: 0;
  background-color: transparent !important;
  border: 1px solid var(--PrimaryGreen) !important;
  outline: 0;
  width: 16px !important;
  height: 16px !important;
  border-radius: 100%;
  cursor: pointer;
  padding: 0;
  opacity: 1 !important;
  transition: background-color 0.3s ease;
}

.esb-slider-dots .slick-dots li button::before {
  display: none;
}

.esb-slider-dots .slick-dots li button:hover {
  background-color: rgba(6, 122, 70, 0.2) !important;
}

.esb-slider-dots .slick-dots li.slick-active button {
  background-color: var(--BluePrimary) !important;
}

/* EDITOR TEXT */
.esb-editor-text a {
  color: var(--BluePrimary);
  font-weight: 500;
}

.esb-editor-text a:hover {
  text-decoration: none;
}

.esb-editor-text h1,
.esb-editor-text h2,
.esb-editor-text h3,
.esb-editor-text h4,
.esb-editor-text h5,
.esb-editor-text h6 {
  margin: 24px 0;
}

.esb-editor-text p,
.esb-editor-text ul,
.esb-editor-text table,
.esb-editor-text ol {
  margin: 20px 0;
}

.esb-check-list a,
.esb-check-list u,
.esb-check-list i,
.esb-check-list em,
.esb-check-list span,
.esb-checkmark-list a,
.esb-checkmark-list u,
.esb-checkmark-list i,
.esb-checkmark-list em,
.esb-checkmark-list span,
.esb-point-list a,
.esb-point-list u,
.esb-point-list i,
.esb-point-list em,
.esb-point-list span,
.esb-number-list a,
.esb-number-list u,
.esb-number-list i,
.esb-number-list em,
.esb-number-list span,
.esb-dash-list a,
.esb-dash-list u,
.esb-dash-list i,
.esb-dash-list em,
.esb-dash-list span,
.esb-editor-text a,
.esb-editor-text u,
.esb-editor-text i,
.esb-editor-text em,
.esb-editor-text span {
  font-weight: 600;
}

.esb-editor-text strong,
.esb-editor-text b {
  font-weight: 700;
}

.esb-editor-text h1:first-child,
.esb-editor-text h2:first-child,
.esb-editor-text h3:first-child,
.esb-editor-text h4:first-child,
.esb-editor-text h5:first-child,
.esb-editor-text h6:first-child,
.esb-editor-text p:first-child,
.esb-editor-text ul:first-child,
.esb-editor-text table:first-child,
.esb-editor-text ol:first-child {
  margin-top: 0;
}

.esb-editor-text h1:last-child,
.esb-editor-text h2:last-child,
.esb-editor-text h3:last-child,
.esb-editor-text h4:last-child,
.esb-editor-text h5:last-child,
.esb-editor-text h6:last-child,
.esb-editor-text p:last-child,
.esb-editor-text ul:last-child,
.esb-editor-text table:last-child,
.esb-editor-text ol:last-child {
  margin-bottom: 0;
}

/* SUPER TITLE */
/* :has(:not(a)) */
.esb-super-title:not(:has(a)) {
  background-color: var(--white);
  border-radius: 40px;
  min-height: 48px;
  border: 1px solid var(--2k25-blue-primary);
  color: var(--2k25-dark-blue);
  font-weight: 500;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 8px 26px;
  margin-bottom: 24px;
  position: relative;
  overflow: hidden;
  transition: border-color 0.3s ease, color 0.3s ease;
}

.esb-super-title:not(:has(a))::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--2k25-blue-primary);
  /* background-color: var(--BluePrimary); */
  border-radius: inherit;
  pointer-events: none;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease;
}

.esb-super-title div {
  flex-shrink: 0;
  display: flex;
  position: relative;
  z-index: 1;
}

.esb-super-title p {
  position: relative;
  z-index: 1;
  line-height: 1;
}

.esb-super-title__arrow {
  margin-left: 24px;
}

.esb-super-title__arrow svg {
  transition: transform 0.3s ease;
}

.esb-super-title .esb-super-title__logo path {
  transition: fill 0.3s ease;
  fill: var(--2k25-blue-primary);
}

.esb-super-title .esb-super-title__arrow svg g {
  transition: stroke 0.3s ease, opacity 0.3s ease;
}

.esb-super-title:hover {
  color: var(--white);
}

.esb-super-title:hover::after {
  transform-origin: left;
  transform: scaleX(1);
}

.esb-super-title:hover .esb-super-title__logo path {
  fill: var(--white);
}

.esb-super-title:hover .esb-super-title__arrow svg g {
  stroke: var(--white);
  opacity: 1;
}

.esb-super-title p {
  margin: 0;
}

.esb-custom-slider-arrow {
  display: flex;
  align-items: center;
  gap: 16px;
}

.esb-custom-slider-arrow__button {
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  user-select: none;
  transition: opacity 0.3s ease;
}

.esb-custom-slider-arrow__button p {
  margin: 0;
}

.esb-custom-slider-arrow__button.slick-disabled {
  opacity: 0.5;
}

.esb-custom-slider-arrow-with-label {
  justify-content: space-between;
}

/* Load More */

.esb-load-more {
  /* text-align: center; */
  /* margin-top: -30px; */
  /* position: relative; */
  /* z-index: 1; */
}

.esb-load-more .down-icon {
  /* width: 30px; */
  /* height: 30px; */
  /* display: block; */
  /* margin: 20px auto 0; */
}

/* Background Color */
.esb-bg-offwhite {
  background-color: var(--OffWhite);
}

.esb-text-green {
  color: var(--PrimaryGreen);
}

[data-esb-accordion],
[data-esb-accordion-group] {
  user-select: none;
}

[data-esb-accordion-group] .esb-accordion-arrow svg,
[data-esb-accordion] .esb-accordion-arrow svg {
  transition: transform 0.3s ease;
}

[data-esb-accordion-group].is-open
  [data-esb-accordion-group-trigger]
  .esb-accordion-arrow
  svg,
[data-esb-accordion].is-open .esb-accordion-arrow svg {
  transform: scaleY(-1);
}

[data-esb-accordion-trigger] p {
  margin: 0;
}

[data-esb-accordion-content] {
  display: none;
}

/* Font Family */
.esb-font-roboto {
  font-family: var(--poppins);
}

.esb-font-roboto h1,
.esb-font-roboto h2,
.esb-font-roboto h3,
.esb-font-roboto h4,
.esb-font-roboto h5,
.esb-font-roboto h6 {
  font-family: var(--poppins);
}

.esb-font-opensans {
  font-family: var(--hind);
}

.esb-font-opensans h1,
.esb-font-opensans h2,
.esb-font-opensans h3,
.esb-font-opensans h4,
.esb-font-opensans h5,
.esb-font-opensans h6 {
  font-family: var(--hind);
}

.esb-max-w-1100 {
  max-width: 1100px;
  width: 100%;
}

.esb-max-w-1000 {
  max-width: 1000px;
  width: 100%;
}

.container {
  max-width: 100%;
}

/* Load More Content */
.esb-load-more-content {
  position: relative;
}

.esb-load-more-content::before {
  /* position: absolute; */
  /* content: ""; */
  /* width: 100%; */
  /* height: 108px; */
  /* background: linear-gradient( */
  /* 180deg, */
  /* rgba(248, 248, 248, 0.2) -21.63%, */
  /* #f8f8f8 66.31% */
  /* ); */
  /* left: 0; */
  /* bottom: 0; */
  /* z-index: 1; */
  /* backdrop-filter: blur(1px); */
}

.esb-load-more-content.is-open {
  height: auto;
}

.esb-load-more-content.is-open::before {
  display: none;
}

/* All Anchor */
main
  a:not(.btn):not(.btn a):not(.esb-btn-view-more):not(
    .esb-sidebar-nav__menu a
  ):not(.esb-portfolio__slide-read-more) {
  text-decoration: underline;
}

main
  a:not(.btn):not(.btn a):not(.esb-btn-view-more):not(
    .esb-sidebar-nav__menu a
  ):not(.esb-portfolio__slide-read-more):hover {
  color: var(--BluePrimary);
  text-decoration: none;
}

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (max-width: 1919px) {
  .st-70 {
    margin-top: 50px;
  }

  .esb-text-24 {
    font-size: 22px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  /* Super Title */
  .esb-super-title:not(:has(a)) {
    padding: 8px 20px;
  }

  .esb-super-title__arrow {
    margin-left: 10px;
  }

  .esb-super-title__logo {
    width: 20px;
    height: 20px;
  }

  .esb-text-24 {
    font-size: 20px;
  }

  .sb-40 {
    margin-bottom: 30px;
  }

  .sr-80 {
    padding-right: 40px;
  }

  .sb-50 {
    margin-bottom: 40px;
  }

  .esb-text-22 {
    font-size: 20px;
    line-height: 1.5;
  }

  .esb-text-16 {
    line-height: 1.5;
  }
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  .esb-sticky-left {
    top: 170px;
  }

  .esb-checkmark-list ul li::before {
    top: 2px;
  }

  .esb-custom-slider-arrow__button svg {
    width: 30px;
    height: 30px;
  }

  .esb-text-24 {
    font-size: 18px;
  }

  .sb-100 {
    margin-bottom: 80px;
  }

  .esb-bottom-divider {
    padding-bottom: 60px;
  }

  section.sb-80 {
    margin-bottom: 60px;
  }

  .esb-super-title:not(:has(a)) {
    min-height: 44px;
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  .sb-100 {
    margin-bottom: 70px;
  }

  .esb-sticky-left {
    position: relative;
    top: 0;
  }

  .st-70 {
    margin-top: 40px;
  }

  .sr-80 {
    padding-right: 20px;
  }

  .sb-100 {
    margin-bottom: 60px;
  }

  .esb-bottom-divider {
    padding-bottom: 60px;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 767px) {
  .esb-slider-dots .slick-dots li button {
    width: 10px !important;
    height: 10px !important;
  }

  .esb-custom-slider-arrow__button.esb-text-22 {
    font-size: 16px;
  }

  .esb-custom-slider-arrow__button svg {
    width: 26px;
    height: 26px;
  }

  .esb-checkmark-list ul li::before {
    top: 3px;
  }

  .esb-point-list ul li::before {
    top: 9px;
  }

  .sb-100 {
    margin-bottom: 40px;
  }

  .sb-50 {
    margin-bottom: 30px;
  }

  .esb-super-title:not(:has(a)) {
    font-size: 14px;
    min-height: 40px;
    padding: 8px 16px;
  }

  .esb-super-title__logo {
    width: 16px;
    height: 16px;
  }

  .esb-super-title__arrow {
    width: 20px;
    height: 20px;
  }

  .esb-super-title__arrow svg,
  .esb-super-title__logo svg {
    width: 100%;
    height: 100%;
  }

  .sr-80 {
    padding-right: 0;
  }

  section.sb-80 {
    margin-bottom: 40px;
  }

  .esb-bottom-divider {
    padding-bottom: 40px;
  }

  .esb-bottom-divider::after {
    height: 4px;
  }
}

@keyframes gradient-bar {
  0% {
    background-position: 0% 51%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 51%;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* Sidebar */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.esb-sidebar {
  flex: 0 0 278px;
  max-width: 278px;
  width: 100%;
}

.esb-sidebar-nav__title {
  text-transform: capitalize;
}

.esb-sidebar-nav__title-default,
.esb-sidebar-nav__title-toggle {
  padding: 15px;
  display: none;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  background-color: var(--new-theme-black-50);
  /* background-color: var(--BluePrimary); */
  border-radius: 12px 12px 0 0;
  color: var(--white);
  cursor: pointer;
  /* animation: 5s linear infinite gradient-bar;
  background-size: 400% 400%;
  background-image: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%); */
  transition: border-radius 0.3s ease;
}

.esb-sidebar-nav__title p {
  margin: 0;
}

.esb-sidebar-nav__title-default {
  display: flex;
  margin-bottom: 24px;
  pointer-events: none;
  border-radius: 12px;
}

.esb-sidebar-nav__title svg {
  flex-shrink: 0;
  transform: scaleY(-1);
  transition: transform 0.3s ease;
}

.is-open-sidebar-menu .esb-sidebar-nav__title svg {
  transform: scaleY(1);
}

.esb-sidebar-nav {
  position: relative;
}

.on-top .esb-sidebar-nav::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 0 0 12px 12px;
  pointer-events: none;
  z-index: 1;
  /* animation: 5s linear infinite gradient-bar; */
  /* background-size: 400% 400%; */
  /* background-image: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%); */
  /* background-color: var(--BluePrimary); */
}

.esb-sidebar-nav nav {
  border-left: 2px solid var(--LightGrey4);
}

.esb-sidebar-nav ul {
  display: grid;
  grid-gap: 18px;
}

.esb-sidebar-nav a {
  /* color: rgba(19, 25, 36, 0.5); */
  color: var(--BlueTextColor);
  text-decoration: none;
  padding-left: 15px;
  display: block;
  position: relative;
  transition: color 0.3s ease;
  opacity: 0.7;
}

.esb-sidebar-nav a::before {
  content: "";
  position: absolute;
  top: 0;
  left: -2px;
  width: 2px;
  height: 100%;
  background-color: var(--BluePrimary);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.esb-sidebar-nav a.is-active,
.esb-sidebar-nav a:hover {
  /* color: var(--bodyColor); */
  color: var(--2k25-blue-primary);
  opacity: 1;
}

.esb-sidebar-nav a.is-active {
  font-weight: 700;
}

.esb-sidebar-nav a:hover::before {
  opacity: 1;
  visibility: visible;
}

.esb-sidebar__inner {
  position: sticky;
  position: -webkit-sticky;
  top: 100px;
  z-index: 4;
  /* background-color: var(--white); */
  border-radius: 0 0 10px 10px;
}

.esb-sidebar:not(.on-top) .esb-sidebar-nav__menu {
  display: block !important;
}

.on-top .esb-sidebar__inner {
  padding-top: 20px;
}

.on-top {
  user-select: none;
}

.on-top .esb-sidebar-nav__title-default {
  display: none;
}

.on-top .esb-sidebar-nav__title-toggle {
  display: flex;
}

.is-open-sidebar-menu .esb-sidebar-nav__title-toggle {
  border-radius: 12px;
}

.on-top .esb-sidebar-nav nav {
  border: 0;
}

.esb-sidebar-nav__menu::-webkit-scrollbar {
  width: 0;
}

.on-top .esb-sidebar-nav__menu {
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1),
    0 4px 6px -4px rgba(0, 0, 0, 0.1);
  /* background-color: rgba(6, 122, 70, 0.04); */
  background-color: var(--white);
  height: 160px;
  border: 1px solid var(--LightGrey);
  border-radius: 0 0 12px 12px;
  overflow: auto;
  position: relative;
}

.on-top .esb-sidebar-nav ul {
  grid-gap: 0;
}

.on-top .esb-sidebar-nav a {
  padding: 10px 15px;
}

.on-top .esb-sidebar-nav a::before {
  left: 0;
}

.on-top .esb-sidebar-nav a.is-active::before {
  opacity: 1;
  visibility: visible;
}

.esb-sidebar__blog-list {
  margin-top: 70px;
  display: grid;
  grid-gap: 30px;
  align-items: flex-start;
  align-content: flex-start;
}

.esb-sidebar__blog {
  background-color: var(--LightGrey4);
  border-radius: 8px;
  padding: 20px;
  display: block;
  color: var(--bodyColor);
  text-decoration: none;
  font-weight: 500;
  z-index: 2;
  border: 1px solid var(--LightGrey);
  transition: top 0.3s ease;
}

.esb-sidebar__blog-image {
  position: relative;
  height: 0;
  padding-bottom: 56.24%;
  border-radius: 6px;
  overflow: hidden;
  margin-bottom: 15px;
}

.esb-sidebar__blog-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.00001);
  transition: transform 0.3s ease;
}

.esb-sidebar__blog:hover .esb-sidebar__blog-image img {
  transform: scale(1.08);
}

.is-open-sidebar-menu .esb-sidebar-nav::before {
  display: none;
}

/* Sidebar CTA */
.esb-sidebar__cta {
  padding: 20px 15px;
  background-color: var(--white);
  z-index: 4;
  position: relative;
  margin-top: 30px;
  border-radius: 12px;
  overflow: hidden;
  display: grid;
  grid-gap: 15px;
  border: 1px solid var(--LightGrey);
}

.esb-sidebar__cta::before,
.esb-sidebar__cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  pointer-events: none;
  /* animation: 5s linear infinite gradient-bar; */
  /* background-size: 400% 400%; */
  /* background-image: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%); */
  /* background-color: var(--BluePrimary); */
}

.esb-sidebar__cta::after {
  top: initial;
  bottom: 0;
}

.esb-sidebar__cta .btn {
  margin-top: 15px;
}

.esb-sidebar__cta .btn a {
  /* font-size: 16px; */
  /* min-height: 44px; */
  /* padding: 8px 10px 8px !important; */
  /* width: 100%; */
}
.esb-sidebar__cta-title p {
  color: var(--BlueTextColor);
}
.esb-sidebar__cta-header > p {
  line-height: 1.5;
  display: block;
}

.esb-sidebar__cta .btn.btn-black a {
  /* background-color: var(--new-theme-black-50); */
  /* border-color: var(--new-theme-black-50); */
}
.esb-sidebar__cta .btn.btn-black a:hover{
  /* color: var(--white); */
  /* background-color: var(--BluePrimary); */
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  .esb-sidebar {
    flex: 0 0 258px;
    max-width: 258px;
  }
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  .esb-sidebar__cta {
    display: none;
  }

  .on-top .esb-sidebar__inner {
    position: relative;
    padding-top: 20px;
    top: 0;
  }

  .on-top.esb-sidebar {
    position: sticky;
    position: -webkit-sticky;
    top: 76px;
    z-index: 99;
    width: 100%;
  }

  .esb-sidebar:not(.on-top) .esb-sidebar-nav__menu {
    display: none !important;
  }

  .on-top .esb-sidebar-nav__menu {
    display: none;
  }

  .esb-sidebar-nav__title svg {
    transform: scaleY(1);
  }

  .on-top .esb-sidebar-nav::before {
    opacity: 0;
  }

  .esb-sidebar-nav__title-default,
  .esb-sidebar-nav__title-toggle {
    border-radius: 12px;
    padding: 12px 20px;
  }

  .esb-sidebar {
    width: 100%;
    flex: none;
    max-width: 100%;
  }

  .esb-sidebar-nav__title-default {
    margin-bottom: 0;
  }

  .is-open-sidebar-menu .esb-sidebar-nav__title-toggle {
    border-radius: 12px 12px 0 0;
  }

  .is-open-sidebar-menu .esb-sidebar-nav__title svg {
    transform: scaleY(-1);
  }

  .is-open-sidebar-menu .esb-sidebar-nav::before {
    opacity: 1;
    display: block;
  }

  .is-open-sidebar-menu .esb-sidebar-nav nav {
    padding-bottom: 10px;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 767px) {
  .on-top.esb-sidebar {
    top: 74px;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* Section Header */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.esb-section-header {
  max-width: 1100px;
  width: 100%;
}

.esb-section-header p {
  color: var(--2k25-text-body);
  /* color: var(--BlueTextColor); */
}
.esb-section-header h2,
.esb-section-header .h2 {
  font-size: 32px;
  line-height: 1.4;
  font-weight: 600;
  font-family: var(--poppins);
  color: var(--2k25-text-heading);
  /* color: var(--new-theme-black-50); */
}

.esb-section-header h2 a {
  color: var(--BluePrimary);
}
.esb-section-header h2 a:hover {
  color: var(--BlueTextColor);
  text-decoration: underline;
}

.esb-section-header h2 span span {
  /* background: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%); */
  /* -webkit-background-clip: text; */
  /* -webkit-text-fill-color: transparent; */
  /* font-weight: 700 !important; */
  /* font-family: var(--poppins); */
  /* position: relative; */
  /* color: var(--BluePrimary); */
}

.esb-section-header h2 span:not(span span) {
  /* background-image: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%); */
  /* background-position: 0% 95%; */
  /* background-repeat: no-repeat; */
  /* background-size: 100% 2px; */
}
.esb-section-header h2:has(a) span {
  /* font-weight: 500; */
  /* background-image: unset !important; */
  /* background-size: unset !important; */
  /* background-position: unset !important; */
}
.esb-section-header h2 + * {
  margin-top: 20px;
}

.lead-text {
  font-weight: 500;
  line-height: 1.5;
  color: var(--new-theme-black-50);
  font-family: var(--bricolage);
}

.esb-info__content p  {
  color: var(--new-theme-black-50);
}

.esb-info__accordion-parent-wrapper .esb-info__accordion-trigger::before {
  filter: brightness(0) saturate(100%) invert(27%) sepia(76%) saturate(4860%) hue-rotate(239deg) brightness(101%) contrast(97%) !important;
}

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (max-width: 1919px) {
  .lead-text {
    font-size: 22px;
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  .esb-section-header h2,
  .esb-section-header .h2 {
    font-size: 26px;
    /* line-height: 1.3; */
  }

  .esb-section-header p {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  .lead-text {
    font-size: 18px;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 767px) {
  .esb-section-header h2,
  .esb-section-header .h2 {
    font-size: 22px;
    /* line-height: 1.3; */
  }

}

/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* Section With Sidebar */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.sec-with-sidebar__inner {
  display: flex;
  gap: 100px;
}

.sec-with-sidebar__left {
  flex: 0 0 calc(100% - 278px - 100px);
  max-width: calc(100% - 278px - 100px);
  width: 100%;
}

/* ------------------------------------------------ */
/* Desktop and Down */
/* ------------------------------------------------ */

@media (max-width: 1599px) {
  /* Sec With Sidebar */
  .sec-with-sidebar__inner {
    gap: 80px;
  }

  .sec-with-sidebar__left {
    flex: 0 0 calc(100% - 278px - 80px);
    max-width: calc(100% - 278px - 80px);
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  .sec-with-sidebar__inner {
    gap: 60px;
  }

  .sec-with-sidebar__left {
    flex: 0 0 calc(100% - 258px - 60px);
    max-width: calc(100% - 258px - 60px);
  }
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  .sec-with-sidebar__inner {
    flex-direction: column-reverse;
    gap: 80px;
  }

  .sec-with-sidebar__left {
    flex: auto;
    max-width: 100%;
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  .sec-with-sidebar__inner {
    gap: 40px;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ESB Icon Text Card */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.esb-icon-text-card {
  background-color: var(--white);
  box-shadow: 0px 2.98px 18.63px 0px #0000000a;
  border-radius: 12px;
  border: 1px solid #1319240f;
  padding: 30px;
  height: 100%;
  position: relative;
  transition: box-shadow 0.3s ease;
}

.esb-icon-text-card:hover {
  box-shadow: rgba(17, 17, 26, 0.05) 0px 4px 16px,
    rgba(17, 17, 26, 0.05) 0px 8px 32px;
}

.esb-icon-text-card-with-animated-line {
  padding: 40px;
}

.esb-icon-text-card-with-animated-line::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 12px 12px 0 0;
  pointer-events: none;
  z-index: 1;
  animation: 5s linear infinite gradient-bar;
  background-size: 400% 400%;
  background-image: linear-gradient(135.86deg, #1472b6 1.79%, #8bbf37 100.34%);
}

.esb-icon-text-card__icon {
  width: 70px;
  height: 70px;
  border-radius: 12px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: var(--primaryGradient);
}

.esb-icon-text-card__icon img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (max-width: 1919px) {
  .esb-icon-text-card-with-animated-line {
    padding: 40px 30px;
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  .esb-icon-text-card__icon {
    margin-bottom: 20px;
  }

  .esb-icon-text-card__title {
    margin-bottom: 10px;
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  .esb-icon-text-card {
    padding: 20px;
  }

  .esb-icon-text-card__icon {
    width: 60px;
    height: 60px;
  }

  .esb-icon-text-card-with-animated-line {
    padding: 30px 20px;
  }
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ESB Section Banner */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.esb-banner {
  position: relative;
  z-index: 1;
  width: 100%;
  min-height: 980px;
  padding-top: 150px;
  padding-bottom: 100px;
  display: flex;
  flex-wrap: wrap;
}

.esb-banner .container {
  display: flex;
  flex-direction: column;
}

.esb-banner__poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.esb-banner__poster img,
.esb-banner__poster picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  object-position: center top;
}

.esb-banner__text-content {
  color: var(--white);
  max-width: 810px;
  width: 100%;
  flex: auto;
  position: relative;
}

.esb-banner__text-content h1 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  font-family: var(--poppins);
  margin: 40px 0;
}

.esb-banner__text-content ul {
  margin-top: 40px;
}

.esb-banner__text-content li {
  position: relative;
  padding-left: 24px;
  font-size: 18px;
  line-height: 1.25;
}

.esb-banner__text-content li::before {
  position: absolute;
  content: "";
  height: 6px;
  width: 12px;
  border-top: 2px solid var(--newOragne);
  border-right: 2px solid var(--newOragne);
  display: block;
  transform: rotate(135deg);
  left: 0;
  top: 11px;
}

.esb-banner__text-content li:not(:last-child) {
  margin-bottom: 10px;
}
.esb-banner__text-content .btn a {
  font-size: 18px;
  min-height: 50px;
}

.esb-banner__price {
  display: flex;
  align-items: center;
  margin-top: 50px;
  gap: 15px;
}

.esb-banner__price-text {
  font-size: 18px;
  font-weight: 400;
}

.esb-banner__price-text strong {
  font-size: 24px;
  color: var(--newOragne);
  font-family: var(--poppins);
  font-weight: 700;
}

.esb-banner__bottom {
  /* margin-top: 60px; */
  margin-top: -140px;
  display: flex;
  flex-wrap: wrap;
}

.esb-banner__bottom .left-part {
  display: flex;
  align-items: center;
  gap: 50px;
}

.esb-banner__bottom .right-part {
  width: 100%;
  /* max-width: 100%; */
  max-width: 980px;
  margin-left: auto;
  flex: 1 0 0%;
  display: flex;
  flex-wrap: wrap;
  padding: 15px 30px;
  border: 3px solid #ffffff1a;
  border-radius: 12px;
  background-color: rgba(255, 255, 255, 0.05);
}

.esb-banner__bottom .left-part iframe {
  filter: brightness(0) invert(1);
  height: fit-content;
  max-height: 44px;
  max-width: 200px;
}

.esb-banner .right-part__title {
  display: block;
  color: var(--white);
  width: 100%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 13px;
  margin-bottom: 20px;
  /*  */
  font-weight: 600;
  font-size: 17px;
}
.esb-banner .counter {
  position: relative;
  margin-right: 40px;
  padding-right: 40px;
}
.esb-banner .counter::after {
  position: absolute;
  content: "";
  right: 0;
  top: 0;
  width: 1px;
  height: 100%;
  background-color: var(--white);
  opacity: 0.2;
}
.esb-banner .counter-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0 60px;
  width: fit-content;
}

.esb-banner .counter-item {
  display: flex;
  flex-direction: column;
  color: var(--white);
  width: fit-content;
}

.esb-banner .counter-item p {
  font-size: 28px;
  font-weight: 700;
  line-height: 1.3;
  margin: 0;
}

.esb-banner .counter-item span {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: block;
}

.esb-banner .brands {
  flex: 1 0 0%;
  max-width: calc(100% - 254px);
}

.brands .right-part__title {
  margin-bottom: 21px;
}

.esb_banner_brands_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.esb_banner_brand_item {
  max-width: 25%;
}

.esb_banner_brand_item img {
  filter: brightness(0) invert(1) opacity(0.8);
  display: block;
  max-height: 40px;
}

.esb-banner__brand-slider .slick-slide {
  margin: 0 20px;
}
.esb-banner__brand-slide img {
  display: block;
  filter: brightness(0) invert(1);
  height: 50px;
  max-width: 135px;
  opacity: 0.7;
}

.esb-banner-secondary-company-logo {
  padding-top: 50px;
  border-top: 1px solid #0000001a;
}

.esb-banner-secondary-company-logo p {
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
  color: var(--BlueTextColor);
  text-align: left;
  margin: 0 0 40px;
}

.esb-banner-secondary-companySlider .slick-track {
  align-items: center;
}

.esb-banner-secondary-companySlider .slick-slide {
  padding: 0 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.esb-banner-secondary-companySlider .slick-slide > div {
  display: flex;
  align-items: center;
  justify-content: center;
}

.esb-banner-secondary-companySlider .slick-slide img {
  min-height: 35px;
}
.esb-banner-secondary__content ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px 15px;
}

.esb-banner-secondary__image {
  /* padding-bottom: 50px; */
}
.esb-banner-secondary > svg {
  position: absolute;
  left: 0;
  bottom: -20px;
  width: 100%;
  display: none;
}
.esb-banner-secondary__images {
  position: relative;
  z-index: 0;
}
.esb-banner-secondary__images .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3 columns */
  grid-template-rows: repeat(2, 1fr); /* 2 rows */
  gap: 26px; /* Space between items */
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 60px;
}
.esb-banner-secondary__images .stroke-logo {
  position: absolute;
  left: 0;
  top: -50px;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  transform-origin: center;
  transform: scale(0.8);
}

.esb-banner-secondary__image-item {
  background-color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12.5px;
  height: 100%;
  aspect-ratio: 1;
  padding: 20px;
  background-color: var(--white);
  border: 1px solid #d8eee2;
}

.esb-banner-secondary__image-item img {
  max-width: 90%;
}

.esb-banner-secondary__image-item:first-child {
  grid-row: span 2;
  height: fit-content;
  width: 200px;
  transform: translateY(30px);
}

.esb-banner-secondary__image-item:nth-child(3) {
  width: 187px;
  height: auto;
  margin-top: auto;
}

.esb-banner-secondary__image-item:nth-child(5) {
  width: 160px;
  height: auto;
  margin-bottom: auto;
}

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (min-width: 1430px) {
  .esb-banner-secondary-companySlider {
    justify-content: space-between !important;
    gap: 10px 15px !important;
  }
}

@media (min-width: 992px) {
  .esb-banner-secondary-companySlider {
    display: flex;
    gap: 20px 45px;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media (max-width: 1919px) {
  /* Banner */
  .esb-banner {
    padding: 140px 0 30px;
  }

  .esb-banner__text-content h1 {
    margin: 20px 0;
  }

  .esb-banner__text-content ul {
    margin-top: 30px;
  }

  .esb-banner__bottom {
    margin-top: 40px;
  }
}

/* ------------------------------------------------ */
/* Media According To Device Height */
/* ------------------------------------------------ */

@media (max-height: 979px) {
  /* Banner */
  .esb-banner {
    /* min-height: 100dvh; */
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */
@media (max-width: 1620px) {
  .esb-banner {
    min-height: 850px;
  }
  .esb-banner__bottom {
    margin-top: -200px;
  }
  .esb-banner__bottom .right-part {
    max-width: 860px;
  }
}
@media (max-width: 1580px) {
  .esb-banner__bottom {
    margin-top: -130px;
  }
  .esb-banner {
    min-height: 760px;
  }
}
@media (max-width: 1439px) {
  /* Banner */
  .esb-banner {
    min-height: 100dvh;
  }

  .esb-banner__bottom .right-part {
    max-width: 760px;
  }

  .esb-banner__bottom .left-part {
    gap: 30px;
  }
  .esb-banner__bottom {
    margin-top: 40px;
  }
  .esb-banner__bottom .right-part {
    max-width: 100%;
  }
  .esb-banner-secondary__image-item:first-child {
    width: 160px;
  }
  .esb-banner-secondary__image-item:nth-child(3) {
    width: 157px;
  }
  .esb-banner-secondary__image-item:nth-child(5) {
    width: 120px;
  }
  .esb-banner-secondary__content h1 {
    font-size: 44px;
  }
  .esb-banner-secondary__images .inner {
    gap: 16px;
    padding-bottom: 40px;
  }
  .esb-banner-secondary__content {
    font-size: 20px;
  }
}

/* ------------------------------------------------ */
/* Tablet L and Down */
/* ------------------------------------------------ */

@media (max-width: 1199px) {
  /* Banner */
  .esb-banner {
    padding-top: 140px;
  }

  .esb-banner__brand-slide {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }

  .esb-banner__text-content h1 {
    font-size: 34px;
  }

  .esb-banner__text-content li {
    font-size: 16px;
  }

  .esb-banner__text-content li::before {
    top: 9px;
  }

  .esb-banner__text-content {
    max-width: 100%;
  }

  .esb-banner__price {
    margin-top: 25px;
  }

  .esb-banner__price,
  .esb-banner__text-content ul {
    max-width: 60%;
    width: 100%;
  }

  .esb-banner__bottom {
    position: relative;
  }

  .esb-banner__bottom .left-part {
    position: absolute;
    right: 0;
    bottom: 100%;
    margin-bottom: 30px;
  }

  .esb-banner__bottom .right-part {
    max-width: 100%;
    padding: 15px 20px;
    border-width: 2px;
  }

  .esb-banner__brand-slide img {
    max-width: 100px;
    height: 40px;
  }

  .brands .right-part__title {
    margin-bottom: 24px;
  }

  .esb-banner__brand-slide img {
    max-width: 100%;
  }

  .esb-banner-secondary__content ul {
    grid-template-columns: repeat(1, 1fr);
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  /* Banner */
  .esb-banner {
    padding-top: 120px;
  }

  .esb-banner__price,
  .esb-banner__text-content ul {
    max-width: 100%;
  }

  .esb-banner__bottom .left-part {
    /* position: relative; */
    bottom: 240px;
  }

  .esb-banner .counter {
    padding-right: 30px;
    margin-right: 30px;
  }

  .esb-banner .brands {
    max-width: calc(100% - 234px);
  }

  .esb-banner .counter-item p {
    font-size: 26px;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 767px) {
  .sb-100 {
    margin-bottom: 40px;
  }

  .sb-50 {
    margin-bottom: 30px;
  }

  .sec-with-sidebar__inner{
    gap: 0;
  }

  /* Banner */

  .esb-banner {
    padding-top: 110px;
  }
  .esb-banner-secondary-companySlider,
  .esb-banner-secondary__images{
    display: none;
  }
  .esb-banner__price {
    flex-direction: column;
    align-items: flex-start;
  }

  .esb-banner__bottom {
    display: block;
  }

  .esb-banner__bottom .left-part {
    flex-wrap: wrap;
    margin-bottom: 20px;
    position: relative;
    bottom: unset;
  }

  .esb-banner__bottom .right-part {
    display: block;
    border-width: 1px;
    padding: 15px;
  }

  .esb-banner .right-part__title {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }

  .esb_banner_brands_list {
    flex-wrap: wrap;
  }
  .esb_banner_brand_item {
    max-width: 45%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .esb-banner .counter {
    padding: 0 0 10px 0;
    margin: 0 0 20px 0;
  }

  .esb-banner .counter::after {
    width: 100%;
    height: 1px;
    top: initial;
    bottom: 0;
  }

  .esb-banner .counter-wrap {
    width: 100%;
    justify-content: space-around;
  }

  .esb-banner .brands {
    max-width: 100%;
  }

  .esb-banner__brand-slide img {
    height: 30px;
    max-height: 100%;
    max-width: 100%;
  }

  .award-item {
    max-width: 90px;
    width: 100%;
  }

  .award-item img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .esb-banner__text-content h1 {
    font-size: 30px;
  }

  .esb-banner__text-content li {
    font-size: 16px;
  }

  .esb-banner__text-content li::before {
    top: 6px;
  }
  .esb-banner-secondary__content h1 {
    font-size: 34px;
  }
  .esb-banner-secondary__content {
    font-size: 18px;
  }
}

.esb-portfolio__slide {
  height: auto !important;
}

.esb-autoheight-slider .slick-list[style] .slick-track {
  align-items: flex-start;
}

/* ||||||||||||||||||||||||||||||||||||||||||||||||*/
/* ESB Section Icon Text Card List */
/* ||||||||||||||||||||||||||||||||||||||||||||||||*/

.esb-icon-text-card-list__inner {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  grid-gap: 52px 32px;
}

.esb-icon-text-card-list-two-col .esb-icon-text-card-list__inner {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-gap: 32px;
}

/* ------------------------------------------------ */
/* Desktop Large and Down */
/* ------------------------------------------------ */

@media (max-width: 1919px) {
  .esb-icon-text-card-list__inner {
    grid-gap: 44px 22px;
  }
}

/* ------------------------------------------------ */
/* Desktop Smaller and Down */
/* ------------------------------------------------ */

@media (max-width: 1439px) {
  .esb-icon-text-card-list__inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

/* ------------------------------------------------ */
/* Tablet P and Down */
/* ------------------------------------------------ */

@media (max-width: 1023px) {
  .esb-icon-text-card-list__inner {
    grid-gap: 20px;
  }

  .esb-icon-text-card-list-two-col .esb-icon-text-card-list__inner {
    grid-template-columns: 1fr;
  }

  .esb-banner-secondary-company-logo {
    margin-top: 50px;
  }

  .esb-banner-secondary__image {
    /* padding-bottom: 0px; */
  }

  .esb-banner-secondary__content ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .esb-banner-secondary__image-item:first-child {
    width: 220px !important;
  }
}

/* ------------------------------------------------ */
/* Mobile */
/* ------------------------------------------------ */

@media (max-width: 991px) {
  .esb-banner-secondary-company-logo {
    display: none;
  }
}

@media (max-width: 767px) {
  .esb-icon-text-card-list__inner {
    grid-template-columns: 1fr;
    grid-gap: 30px;
  }
  .esb-banner-secondary__content ul {
    grid-template-columns: repeat(1, 1fr);
  }
  .esb-banner-secondary__image-item:first-child,
  .esb-banner-secondary__image-item:nth-child(5),
  .esb-banner-secondary__image-item:nth-child(3) {
    width: 100% !important;
    grid-row: unset !important;
    transform: unset !important;
    height: unset;
  }

  .esb-banner-secondary__images .inner {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: unset;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-bottom: 30px;
  }

  .esb-banner-secondary__image-item {
    max-width: calc(50% - 16px);
  }
  .on-top .esb-sidebar-nav__title-toggle,
  .esb-sidebar-nav__title-default,
  .esb-sidebar-nav__title-toggle {
    display: none;
  }
}
