@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Bold.woff") format("truetype");
  font-weight: 800;
}

@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Semibold.woff") format("truetype");
  font-weight: 700;
}

@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Black.woff") format("truetype");
  font-weight: 600;
}

@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Medium.woff") format("truetype");
  font-weight: 500;
}

@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Regular.woff") format("truetype");
  font-weight: 400;
}

@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Thin.woff") format("truetype");
  font-weight: 300;
}

@font-face {
  font-family: "Degular Display";
  src: url("../new-fonts/DegularDisplay-Light.woff") format("truetype");
  font-weight: 200;
}

body,
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Degular Display";
}

:root {
  --grey-one: #eeeeee;
  --grey-two: #808080;
  --grey-three: #707070;
  --grey-four: #7b7b7b;
  --white-one: #ffffff;
  --orange-one: #f09337;
  --green-one: #8ecb2b;
  --base-screen-width: 1440;
}

.global-overlay .global-overlay-container {
  position: fixed;
  background: #88888869;
  height: 100%;
  z-index: 10;
  width: 100%;
  cursor: no-drop;
  top: 0;
  left: 0;
}

.global-overlay .loader {
  position: relative;
  margin: auto;
  top: 50%;
  width: 100px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 13px solid var(--orange-one);
  animation: l20-1 0.8s infinite linear alternate, l20-2 1.6s infinite linear;
}

@keyframes l20-1 {
  0% {
    clip-path: polygon(50% 50%, 0 0, 50% 0%, 50% 0%, 50% 0%, 50% 0%, 50% 0%);
  }
  12.5% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 0%,
      100% 0%,
      100% 0%
    );
  }
  25% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      100% 100%,
      100% 100%
    );
  }
  50% {
    clip-path: polygon(
      50% 50%,
      0 0,
      50% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  62.5% {
    clip-path: polygon(
      50% 50%,
      100% 0,
      100% 0%,
      100% 0%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  75% {
    clip-path: polygon(
      50% 50%,
      100% 100%,
      100% 100%,
      100% 100%,
      100% 100%,
      50% 100%,
      0% 100%
    );
  }
  100% {
    clip-path: polygon(
      50% 50%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      50% 100%,
      0% 100%
    );
  }
}
@keyframes l20-2 {
  0% {
    transform: scaleY(1) rotate(0deg);
  }
  49.99% {
    transform: scaleY(1) rotate(135deg);
  }
  50% {
    transform: scaleY(-1) rotate(0deg);
  }
  100% {
    transform: scaleY(-1) rotate(-135deg);
  }
}

.td-btn-link button.text-btn {
  background-color: transparent !important;
  color: var(--dark) !important;
  border: 1px solid var(--dark) !important;
}

.td-btn-link button.text-btn .chevron {
  border-color: var(--dark) !important;
}

.td-btn-link:hover {
  text-decoration: none;
}

.td-btn.loading {
  /* height: 34px !important; */
  width: 95px;
}

.td-btn.loading .app-spinner {
  width: 10px;
  height: 10px;
  margin: auto;
  color: var(--green-one) !important;
}

button.td-btn {
  border: none;
  background-color: var(--orange-one);
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 30px;
  padding: 0 16px;
}

button.td-btn i {
  position: relative;
  top: 3px;
}

button.td-btn a {
  color: var(--grey-four);
  text-decoration: none;
}

button.td-btn:focus {
  outline: none;
}

.chevron {
  display: inline-block;
  width: 46px; /* Width of the chevron */
  height: 46px; /* Height of the chevron */
  border: solid var(--green-one); /* Set border color */
  border-width: 0 17px 17px 0; /* Create diagonal borders */
  padding: 3px;
}

/* Chevron pointing right */
.chevron-right {
  transform: rotate(-45deg); /* Rotate to point right */
}

/* Chevron pointing left */
.chevron-left {
  transform: rotate(135deg); /* Rotate to point left */
}

.td_new .header-wrapper {
  position: fixed;
  max-width: inherit;
  top: 0px;
  z-index: 5;
  max-width: inherit;
  width: 100%;
  height: 171px;
  padding: 0 20px;
}

.td_new .body {
  padding-top: 215px !important;
}

.td_new {
  font-family: "Degular Display";
  background: var(--grey-one);
  height: 100%;
  overflow: hidden;
  position: relative;
}

.td_new img.circle-section-one {
  position: absolute;
  /* right: -520px;
  top: -380px; */
  /* top: -380px;
  right: -232px; */
  /* top: -400px; */
  /* right: -200px; */
  /* left: 49%; */

  /* ------ before */
  /* top: -380px; */
  /* right: -200px; */
  /* left: 49%;
  height: 1250px; */

  /* --- after */
  top: -230px;
  /* right: -200px; */
  left: 50%;
  height: 855px;
}

.td_new .header-container {
  /* padding: 0 187px; */
  /* width: 1540px; */
  margin: 0 auto;
  margin-bottom: 143px;
}

.td_new a.procurement-login-link {
  color: #676767;
  margin-bottom: 32px;
  display: block;
  cursor: pointer;
  margin-top: 15px;
  text-decoration: none;
  z-index: 3;
  position: relative;
  font-family: Helvetica Neue;
  font-size: 14px;
  width: fit-content;
  padding: 3px 19px;
  border-radius: 40px;
  margin-bottom: 10px;
  font-weight: 600;
  left: 90%;
}

.td_new a.procurement-login-link .chevron {
  width: 9px;
  height: 9px;
  border-width: 0px 2.5px 2.5px 0px;
  border-color: #555555;
}

.td_new .header-container .header {
  display: flex;
  background-color: var(--white-one);
  /* padding: 22px 51px; */
  padding: 5px 30px;
  border-radius: 68px;
  /* height: 98px; */
  z-index: 3;
  position: relative;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 13px 13px #00000029;
}

.td_new .header-container .header div.collapse {
  justify-content: space-between;
}

.td_new .header-container .header img {
  /* width: 100%; */
  width: 64%;
}

.td_new .header-container .header .navbar-brand {
  margin-right: 0;
}

.td_new .header-container .header div ul {
  display: flex;
  list-style: none;
  gap: 0px;
  margin-bottom: 0;
  /* margin-left: 75px; */
}

.td_new .header-container .header ul li a {
  cursor: pointer;
  color: #555555;
  font-size: 18px;
  line-height: 38px;
  text-decoration: none;
  /* font-size: clamp(14px, 1.5vw, 20px); */
  padding: 0;
  padding-left: 0 !important;
}

.td_new .header-container .header .search-bar {
  cursor: pointer;
  color: #797979;
}

.td_new .header-container .header .search-bar.show {
  display: flex;
  width: 37%;
  align-items: center;
  justify-content: end;
}

.td_new .header-container .header .search-bar.show img {
  position: absolute;
  margin-right: 15px;
}

.td_new .header-container .header .search-bar.show input {
  background-color: #eeeeee;
  border: none;
  border-radius: 27px;
}

.td_new .header-container .header .search-bar.show input:focus {
  outline: none;
  box-shadow: none;
}

.td_new .body {
  /* padding: 0 139px; */
  /* padding: 0 9%; */
}

.td_new .wrapper {
  /* max-width: 1645px; */
  /* max-width: 114.23vw; */
  /* max-width: 918px; */
  max-width: 1050px;
  /* max-width: calc(--base-screen-width); */
  margin: auto;
  overflow: hidden;
}

.td_new_landing .body .section-one,
.td_new_landing .body .section-two {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 160px;
}

.td_new_landing .body .section-one .desktop-img img {
  width: 185%;
  height: auto;
  left: -72% !important;
}

.td_new_landing .section-one-mobile .product-one {
  display: none;
}

.td_new_landing .body .section-one div:first-child img {
  width: 85%;
  margin-bottom: 60px;
}

.td_new_landing .body .section-one div:first-child h1 {
  color: var(--dark);
  font-size: 135px;
  font-weight: 800;
  line-height: 95px;
  margin-bottom: clamp(30px, 2vw, 60px);
}

.td_new_landing .body .section-one div:first-child h3 {
  color: var(--dark);
  font-weight: 200;
  font-size: 40px;
  margin-bottom: 7px;
}

.td_new_landing .body .section-one div:first-child h6 {
  color: var(--dark);
  font-weight: 400;
  line-height: normal;
  width: clamp(500px, 42.5vw, 600px);
  font-size: 19px;
  margin-bottom: 30px;
  padding-right: 80px;
}

.td_new_landing .body .section-one .action-buttons-flex {
  display: flex;
  gap: 10px;
}

.td_new_landing .body .section-one .action-buttons-flex a:first-child button,
.td_retailers .body .introduction div.action-buttons-flex a:first-child button {
  min-width: 100px;
  justify-content: center;
}

.td_new_landing .body .section-one div:first-child button {
  border-radius: 26px;
  background-color: var(--orange-one);
  display: flex;
  border: none;
  color: var(--white-one);
  align-items: center;
  justify-content: space-between;
  padding: 0px 20px;
  font-size: 19px;
  font-weight: 500;
  width: fit-content;
  height: 35px;
}

.td_new_landing .body .section-one div:first-child button:focus {
  outline: none;
}

.td_new_landing .body .section-one div:first-child button .chevron {
  width: 12px;
  height: 12px;
  border-width: 0px 4px 4px 0;
  border-color: var(--white-one);
  margin-left: 15px;
}

.td_new_landing .body .section-one div:last-child img {
  position: relative;
  z-index: 3;
  left: 20%;
}

.brands_component {
  width: 98%;
  margin: auto;
}

.brands_component .slider-container {
  margin-top: 110px;
  margin-bottom: 150px;
  position: relative;
}

.brands_component .slider-container .controls {
  position: absolute;
  justify-content: space-between;
  display: flex;
  padding: 0 45px;
  width: 100%;
  height: 100%;
  align-items: center;
  top: 0px;
}

.brands_component .slider-container .controls .chevron {
  width: 35px;
  height: 35px;
  border-width: 0 12px 12px 0;
  cursor: pointer;
}

.brands_component .slider-container .slider {
  background: white;
  border-radius: 209px;
  padding: 25px 0px;
  height: fit-content;
}

.brands_component .slider-container .slider img {
  width: 85px;
}

.brands_component .slider-container .slider .sliding-container {
  width: fit-content;
  align-items: center;
  display: flex;
  gap: 60px;
  margin: auto;
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list {
  width: 80%;
  overflow: hidden;
  margin: auto;
  z-index: 2;
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track {
  align-items: center;
  gap: 88px;
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track
  li {
  width: 100px !important;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  border-radius: 14px;
  height: 120px;
  min-width: 120px;
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track
  li
  svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 100%;
  height: auto;
  path,
  polygon {
    /* fill: var(--grey-four); */
    transition: transform 0.3s ease, fill 0.3s ease;
  }
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track
  li:hover {
  cursor: pointer;
  background-color: var(--orange-one);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track
  li:hover
  svg
  path {
  fill: var(--white-one);
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track
  li:hover
  svg
  polygon {
  fill: var(--white-one);
}

.brands_component
  .slider-container
  .slider
  .slide-container
  .react-multi-carousel-list
  .react-multi-carousel-track
  li
  img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.td_new_landing .body .section._reverse,
.td_new_landing .body .section#last {
  position: relative;
  top: -30px;
}

.td_new_landing .body .section .row {
  align-items: center;
}

.td_new_landing .body .section .text-content {
  /* padding: 0 50px;
  padding-left: 100px; */
}

.td_new_landing .body .section .text-content h3 {
  color: var(--dark);
  font-size: 55px;
  font-weight: 700;
  line-height: 45px;
  margin-bottom: 16px;
  width: 500px;
}

.td_new_landing .body .section .text-content h6 {
  color: var(--grey-two);
  font-weight: 400;
  line-height: 30px;
  /* height: 123px; */
  width: 505px;
  margin-bottom: 26px;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  font-size: 24px;
  width: 50%;
}

.td_new_landing .body .section .text-content h6.local-marketplace {
  width: 420px;
}

.td_new_landing .body .section .text-content .td-btn {
  border-radius: 22px;
  color: var(--white-one);
  font-size: 19px;
  width: fit-content;
}

.td_new_landing .body .section img {
  width: 90%;
}

.td_new_landing .body .section .title {
  display: none;
}

.td_new_landing .body .section .chevron {
  border-color: var(--white-one);
  width: 10px;
  height: 10px;
  border-width: 0 4px 4px 0;
  margin-left: 10px;
}

.td_new_landing .body .news-section {
  margin-top: 110px;
  margin-bottom: 100px;
}

.td_new_landing .body .news-section h2 {
  /* font-size: 65px; */
  color: var(--orange-one);
  height: fit-content;
  margin-bottom: 27px;
  font-size: 55px;
}

.td_new_landing .body .news-section .news-section-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.td_new_landing .body .news-section .news-section-container a.wrapper-link {
  display: block;
  flex: 1 1 calc(33.33% - 16px);
}

.td_new_landing .body .news-section .news-section-container .section-container {
  background-color: var(--white-one);
  border-radius: 15px;
  /* max-width: 500px; */
  width: fit-content;
  position: relative;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  .article-image {
  width: 100%;
  height: 160px;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  .article-image
  img {
  max-width: 100%;
  max-height: 100%;
  width: inherit;
  object-fit: cover;
  border-radius: 16px 16px 0px 0px;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  .blog-card-content {
  padding: 30px 42px;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  .blog-source-image-container {
  max-width: 110px;
  max-height: 60px;
  overflow: hidden;
  display: flex;
  align-items: center;
  margin-bottom: 0px;
  object-fit: contain;
  height: 60px;
  filter: grayscale(1);
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  button
  .chevron {
  display: block;
  width: 14px;
  height: 14px;
  border-width: 0 5px 5px 0;
  margin-right: 0;
  border-color: white;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  .blog-source-image-container
  img {
  max-width: 100%;
  max-height: 100%;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  h3 {
  font-size: 20px;
  margin-bottom: 20px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 70px;
  width: 250px;
  font-weight: 500;
  color: var(--dark);
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  h6 {
  color: #7b7b7b;
  font-size: 28px;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 33px;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  .chevron {
  display: none;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  button {
  border-radius: 72px;
  width: fit-content;
  color: var(--white-one);
  font-size: 19px;
  line-height: 30px;
}

.td_new_landing
  .body
  .news-section
  .news-section-container
  .section-container
  button
  span {
  margin-right: 20px;
}

.td_new_landing .body .news-section .news-container-logos-container {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.td_new_landing .body .news-section .news-container-logos-container div {
  width: 130px;
  height: auto;
  object-fit: contain;
}

.td_new_landing .body .news-section .news-container-logos-container div img {
  max-width: 100%;
  max-height: 100%;
  filter: grayscale(1);
}

.td_new .new-footer {
  z-index: 8;
  position: relative;
  background: #eeeeee;
}

.td_new .new-footer .contact-us {
  margin-bottom: 110px;
}

.td_new .new-footer .contact-us h3 {
  color: var(--orange-one);
  line-height: 33px;
  display: flex;
  align-items: center;
  font-size: 55px;
  height: 95px;
}

.td_new .new-footer .contact-us h6 {
  /* font-size: 23px; */
  color: var(--grey-two);
  line-height: 33px;
  width: 51%;
  /* height: 65px; */
  font-weight: 400;
  margin-bottom: 49px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  line-height: 28px;
}

.td_new .new-footer .contact-us .form input,
.td_new .new-footer .contact-us .form textarea,
.td_new .new-footer .contact-us .form select {
  border-radius: 44px;
  width: 100%;
  border: none;
  height: 61px;
  padding: 16px 25px;
  font-size: 18px;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.td_new .new-footer .contact-us .form input::placeholder,
.td_new .new-footer .contact-us .form textarea::placeholder,
.td_new .new-footer .contact-us .form select::placeholder {
  color: var(--grey-three);
}

.td_new .new-footer .contact-us .form input:focus,
.td_new .new-footer .contact-us .form textarea:focus,
.td_new .new-footer .contact-us .form select:focus {
  outline: var(--orange-one);
}

.td_new .new-footer .contact-us .form textarea {
  height: 250px;
}

.td_new .new-footer .contact-us .form .actions {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.td_new .new-footer .contact-us .form .actions .uploaded-details {
  display: flex;
  gap: 10px;
  align-items: center;
}

.td_new .new-footer .contact-us .form .actions .uploaded-details p {
  margin-bottom: 0;
  width: 300px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.td_new .new-footer .contact-us .form .actions .uploaded-details i {
  cursor: pointer;
}

.td_new .new-footer .contact-us .form .upload-cv {
  margin-top: 0;
}

.td_new .new-footer .contact-us .form .upload-cv input {
  display: none;
}

.td_new .new-footer .contact-us .form .upload-cv p.limit {
  padding-left: 35px;
  color: var(--grey-three);
  font-size: 16px;
  line-height: 23px;
  margin-top: 10px;
  margin-bottom: 0px;
}

.td_new .new-footer .contact-us .form .upload-cv .upload-cv-view {
  display: flex;
  background-color: var(--white-one);
  align-items: center;
  justify-content: space-between;
  width: 420px;
  color: var(--grey-three);
  font-size: 18px;
  line-height: 24px;
  padding: 5px 30px;
  border-radius: 30px;
  cursor: pointer;
}

.td_new .new-footer .contact-us .form .upload-cv .upload-cv-view p {
  margin-bottom: 0;
}

.td_new .new-footer .contact-us .form .upload-cv .upload-cv-view i {
  color: var(--orange-one);
  font-size: 35px;
}

.td_new .new-footer .contact-us .form .upload-cv .upload-cv-view img {
  width: 12px;
}

.td_new .new-footer .contact-us .form .__1 {
  display: flex;
  gap: 24px;
}

.td_new .new-footer .contact-us .form .__1 .input-container {
  width: 100%;
  position: relative;
}

.td_new .new-footer .contact-us .form .__1 .input-container p {
  font-size: 12px;
  color: red;
  padding-left: 15px;
  margin-top: 3px;
}

.td_new .new-footer .contact-us .form .__1 .input-container .custom-dropdown {
  background: white;
  position: absolute;
  width: 100%;
  margin-top: 7px;
  border-radius: 11px;
  padding: 15px 9px;
  box-shadow: 0px 4px 4px 0px #0000000a;
  border: 1px solid #e7e7e7;
  z-index: 1;
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  input[type="checkbox"] {
  border: 1.5px solid var(--grey-four);
  width: 17px;
  height: 15px;
  border-radius: 2px;
  padding: 0;
  -webkit-appearance: checkbox;
  accent-color: var(--orange-one);
}

.td_new .new-footer .contact-us .form .__1 .input-container .custom-dropdown p {
  display: flex;
  gap: 5px;
  align-items: center;
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  p
  span {
  font-size: 15px;
  color: var(--grey-four);
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  .list {
  max-height: 190px;
  overflow-y: scroll;
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  .actions-button {
  position: relative;
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  .actions-button
  div {
  display: flex;
  position: static;
  padding: 7px;
  justify-content: end;
  gap: 12px;
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  .actions-button
  div
  button:first-child {
  color: var(--orange-one);
  background: none;
  font-size: 16px;
  border: none;
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  .actions-button
  div
  button:last-child {
  background-color: var(--orange-one);
  font-size: 16px;
  border: none;
  width: 90px;
  border-radius: 12px;
  color: var(--white-one);
}

.td_new
  .new-footer
  .contact-us
  .form
  .__1
  .input-container
  .custom-dropdown
  .actions-button
  div
  button {
  outline: none;
  box-shadow: none;
}

.td_new .new-footer .contact-us .form .td-btn {
  float: right;
  margin-top: 29px;
  border: 2px solid var(--green-one);
  background-color: white;
  border-radius: 27px;
  color: var(--grey-two);
  /* font-size: 24px; */
  font-size: 20px;
  height: fit-content;
}

.td_new .new-footer .contact-us .form .td-btn .chevron {
  width: 14px;
  height: 14px;
  border-width: 0 5px 5px 0;
  margin-left: 15px;
  border-color: var(--green-one);
}

.td_new .new-footer .contact-us .form .td-btn i {
  color: var(--green-one);
}

.td_new .new-footer .contact-us .maps {
  margin-top: 120px;
  display: flex;
  align-items: end;
}

.td_new .new-footer .contact-us .maps .company-details {
  color: var(--orange-one);
  padding-left: 40px;
}

.td_new .new-footer .contact-us .maps .company-details h2 {
  color: var(--orange-one);
  height: 45px;
  font-size: 33px;
  line-height: 33px;
  font-weight: 700;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}

.td_new .new-footer .contact-us .maps .company-details h4 {
  color: var(--grey-two);
  height: 80px;
  line-height: 27px;
  font-weight: 400;
  margin-bottom: 24px;
  font-size: 20px;
}

.td_new .new-footer .contact-us .maps .company-details h4#phone {
  margin-bottom: 45px;
  height: fit-content;
}

.td_new .new-footer .contact-us .maps .company-details .socials {
  margin-top: 22px;
  display: flex;
  gap: 55px;
}

.td_new .new-footer .contact-us .maps .company-details .socials i {
  font-size: 30px;
  cursor: pointer;
  color: var(--grey-two);
}

.td_new .new-footer .footer-2 {
  margin-top: 15px;
  /* background: url("../images/Intersection\ 589@2x.png") round; */
  border-radius: 44px;
  padding: 0px 50px 0px 90px;
  background-color: var(--orange-one);
  margin-bottom: 55px;
}

.td_new .new-footer .footer-2 .top-row {
  display: flex;
  padding-top: 40px;
  gap: 120px;
  /* align-items: baseline; */
}

.td_new .new-footer .footer-2 .top-row img {
  width: 230px;
  height: auto;
}

.td_new .new-footer .footer-2 .top-row ul li {
  list-style: none;
  color: white;
  font-size: 14px;
  letter-spacing: 0px;
  line-height: 21px;
  font-weight: 500;
}

.td_new .new-footer .footer-2 .top-row ul li a {
  cursor: pointer;
  color: var(--white-one);
}

.td_new .new-footer .footer-2 .bottom-row {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
  align-items: end;
  padding-bottom: 20px;
}

.td_new .new-footer .footer-2 .bottom-row ul {
  display: flex;
  list-style: none;
  padding-left: 0;
  gap: 20px;
  margin-bottom: 0;
  height: fit-content;
}

.td_new .new-footer .footer-2 .bottom-row ul li {
  font-weight: 500;
  color: var(--white-one);
  height: fit-content;
  font-size: 15px;
}

.td_new .new-footer .footer-2 .bottom-row ul li a {
  cursor: pointer;
  color: var(--white-one);
  text-decoration: none;
}

.td_new .new-footer .footer-2 .bottom-row .socials {
  display: flex;
  gap: 50px;
}

.td_new .new-footer .footer-2 .bottom-row .socials i {
  font-size: 30px;
  cursor: pointer;
  color: var(--white-one);
}

.td_brands .tag-text {
  width: 45%;
  margin-bottom: 56px;
}

.td_brands .body h1 {
  color: var(--dark);
  font-size: 135px;
  font-weight: 800;
  line-height: 95px;
  margin-bottom: 20px;
  width: 45%;
}

.td_brands h3 {
  width: 50%;
  color: var(--dark);
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
}

.td_brands img.circle-section-one {
  height: 875px;
  left: 53%;
}

.td_brands .brands-img {
  z-index: 3;
  position: relative;
}

.td_brands .brand-dove {
  align-items: center;
  margin-bottom: 120px;
  margin-top: 100px;
}

.td_brands .brand-dove a {
  text-decoration: none;
}

.td_brands .brand-dove .star-product-container {
  /* border: 4px solid #f09337; */
  border-radius: 50%;
  /* width: 500px; */
  height: 350px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.td_brands .body div.brands-img {
  text-align: center;
  margin-top: 15px;
}

.td_brands .body div.brands-img img {
  width: 95%;
}

.td_brand_page .brand-history .mobile-img {
  display: none;
}

.td_brand_page .brand-history .desktop-img {
  width: 100%;
  height: 300px;
  text-align: center;
}

.td_brand_page .brand-history .desktop-img img {
  object-fit: contain;
  max-height: 100%;
}

.td_brands .brand-dove img {
  position: relative;
  object-fit: contain;
  max-width: 100%;
  max-height: 100%;
}

.td_brands .brand-dove .image-h2 {
  display: none;
}

.td_brands .brand-dove h2 {
  margin-bottom: 25px;
  height: 65px;
  font-size: 65px;
  font-weight: 700;
  line-height: 85px;
  color: var(--orange-one);
  display: flex;
  align-items: center;
}

.td_brands .brand-dove h4 {
  font-size: 21px;
  color: var(--grey-three);
  font-weight: 400;
  margin-bottom: 45px;
  line-height: 30px;
}

.td_brands .brand-dove .td-btn {
  font-size: 20px;
  height: 32px;
  width: fit-content;
  font-weight: 500;
  border-radius: 22px;
  color: var(--white-one);
}

.td_brands .brand-dove .td-btn .chevron,
.td_partners .body .introduction div:first-child .td-btn .chevron,
.td_distributor .body .introduction div:first-child .td-btn .chevron,
.td_retailers .body .introduction div:first-child .td-btn .chevron,
.td_blog .body .introduction div:first-child .td-btn .chevron {
  width: 12px;
  height: 12px;
  border-width: 0 4px 4px 0;
  border-color: white;
  margin-left: 10px;
}

.products-variants {
  display: flex;
  gap: 40px;
  margin-bottom: 40px;
  justify-content: center;
  flex-wrap: wrap;
}

.products-variants .variant {
  background-color: var(--white-one);
  border-radius: 15px;
  width: 230px;
  height: 210px;
  overflow: hidden;
  cursor: pointer;
  position: relative;

  &.product {
    cursor: initial;
  }
}

.products-variants .variant .image-container {
  height: 85px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.products-variants .variant.product .image-container {
  height: 140px;
}

.products-variants .variant.product .image-container img {
  top: 30px;
}

.products-variants .variant img {
  position: relative;
  top: 60px;
  max-width: 100%;
  max-height: 100%;
}

.products-variants .variant .details {
  background-color: var(--orange-one);
  display: flex;
  /* padding: 10px 21px; */
  padding: 0px;
  height: 0px;
  align-items: center;
  justify-content: space-between;
  position: sticky;
  bottom: 0;
  position: absolute;
  width: 100%;
  transition: height 0.5s ease-in-out;
}

.products-variants .variant:hover .details {
  height: 70px;
  padding: 10px 21px;
}

.products-variants .variant.product .details {
  height: 70px;
  padding: 10px 21px;
}

.products-variants .variant .details .names h3 {
  color: var(--white-one);
  font-size: 23px;
  line-height: 24px;
  font-weight: 500;
  width: 100%;
  margin-bottom: 2px;
  width: 175px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.products-variants .variant .details .names h6 {
  color: var(--white-one);
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
}

.products-variants .variant .details i {
  color: var(--white-one);
}

.products-variants .variant .details .chevron {
  width: 20px;
  height: 14px;
  border-width: 0 5px 5px 0;
  border-color: white;
}

.products_variants_wrapper .see-more-wrapper {
  text-align: center;
  margin-top: 50px;
}

.products_variants_wrapper .see-more-wrapper.empty-gap {
  height: 150px;
}

.products_variants_wrapper .see-more-wrapper .see-more-text {
  color: var(--orange-one);
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  height: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.products_variants_wrapper .see-more-wrapper .down-arr {
  background: var(--orange-one);
  width: fit-content;
  margin: auto;
  padding: 15px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  border: 1px solid #f09337;
  box-shadow: 0 0 0 9px #f3f5f6 inset;
  margin-bottom: 130px;
}

.products_variants_wrapper .see-more-wrapper .down-arr img {
  width: 70px;
  height: 71px;
  padding: 10px;
}

.td_new_partner .partner-with-us {
  margin-bottom: 120px;
  margin-top: -40px;
}

.td_new_partner .partner-with-us .row {
  align-items: center;
}

.td_new_partner .partner-with-us img {
  width: 90%;
}

.td_new_partner .partner-with-us h3 {
  line-height: 60px;
  width: 100%;
  margin-bottom: 44px;
  color: var(--orange-one);
  font-weight: 700;
  font-size: 65px;
  margin-bottom: 20px;
}

.td_new_partner .partner-with-us h6 {
  color: var(--grey-two);
  font-weight: 400;
  margin-bottom: 40px;
  font-size: 22px;
  line-height: 28px;
}

.td_new_partner .partner-with-us .row .col-6:last-child {
  padding-left: 75px;
}

.td_new_partner .partner-with-us .td-btn {
  border: 2px solid var(--green-one);
  border-radius: 27px;
  background-color: var(--white-one);
  color: var(--grey-two);
  width: fit-content;
  font-size: 19px;
}

.td_brand_page {
}

.td_brand_page .intro {
  display: flex;
  align-items: center;
  margin-bottom: 150px;
}

.td_brand_page .intro a {
  text-decoration: none;
}

.td_brand_page .intro .brand-logo {
  margin-bottom: 30px;
}

.td_brand_page .intro .brand-logo img {
  width: 40%;
}

.td_brand_page .intro h3 {
  color: var(--orange-one);
  font-size: 110px;
  line-height: 95px;
  font-weight: 800;
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}

.td_brand_page .intro h6 {
  color: var(--grey-three);
  font-weight: 300;
  font-size: 21px;
  font-weight: 400;
  width: 600px;
  padding-right: 53px;
  line-height: 30px;
}

.td_brand_page .intro button.td-btn {
  color: white;
  margin-top: 35px;
  font-size: 19px;
  border-radius: 22px;
  height: fit-content;
}

.td_brand_page .intro button.td-btn .chevron {
  width: 12px;
  height: 12px;
  border-width: 0px 4px 4px 0;
  margin-left: 10px;
  border-color: white;
}

.td_brand_page .intro .img {
  text-align: right;
  width: 500px;
  height: 500px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.td_brand_page .intro .img img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  width: 75%;
}

.td_brand_page .brand-history {
  display: flex;
  margin-bottom: 100px;
  align-items: center;
}

.td_brand_page .brand-history .story div {
  width: 665px;
  padding-right: 120px;
}

.td_brand_page .brand-history .story div:first-child {
  margin-bottom: 70px;
}

.td_brand_page .brand-history div h3 {
  color: var(--orange-one);
  line-height: 60px;
  height: 100px;
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 55px;
  margin-bottom: 10px;
}

.td_brand_page .brand-history div p {
  color: var(--grey-four);
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
}

.td_brand_page .explore-brands h3 {
  text-align: center;
  font-size: 60px;
  height: 125px;
  line-height: 33px;
  color: var(--orange-one);
  display: flex;
  justify-content: center;
  align-items: center;
}

.td_brand_page .explore-brands .slider-container {
  margin-top: 0px;
  margin-bottom: 60px;
}

.td_brand_page .explore-brands {
  margin-top: 0px;
  margin-bottom: 120px;
}

.td_brand_page .explore-brands .become-distributor {
  margin: auto;
  background-color: var(--orange-one);
  width: fit-content;
  height: 37px;
  display: flex;
  align-items: center;
  padding: 0 22px;
  border-radius: 22px;
  justify-content: space-between;
  color: white;
  font-size: 22px;
  font-weight: 500;
}

.td_retailers .body .become-distributor .chevron,
.td_brand_page .explore-brands .become-distributor .chevron {
  width: 15px;
  height: 15px;
  border-width: 0 5px 5px 0;
  border-color: var(--white-one);
  margin-left: 15px;
}

.td_distributor .body .introduction,
.td_partners .body .introduction,
.td_retailers .body .introduction,
.td_careers .body .introduction,
.td_resources .body .introduction,
.td_contact .body .introduction {
  display: flex;
  align-items: center;
  margin-bottom: 61px;
}

.td_distributor .body .introduction div:first-child,
.td_partners .body .introduction div:first-child,
.td_retailers .body .introduction div:first-child,
.td_careers .body .introduction div:first-child,
.td_resources .body .introduction div:first-child,
.td_contact .body .introduction div:first-child {
  width: 696px;
}

.td_distributor .body .introduction div:first-child .td-btn,
.td_partners .body .introduction div:first-child .td-btn,
.td_retailers .body .introduction div:first-child .td-btn,
.td_careers .body .introduction div:first-child .td-btn,
.td_resources .body .introduction div:first-child .td-btn,
.td_contact .body .introduction div:first-child .td-btn {
  width: 376px;
  color: var(--white-one);
  border-radius: 26px;
}

.td_distributor .body .introduction div:last-child,
.td_partners .body .introduction div:last-child,
.td_retailers .body .introduction div:last-child {
  text-align: right;
  margin-left: 269px;
}

.td_distributor .body .introduction-2,
.td_retailers .body .introduction-2 {
  align-items: center;
  margin-bottom: 140px;
}

.td_distributor .body .introduction-2 div h3,
.td_retailers .body .introduction-2 div h3 {
  height: 106px;
  font-size: 80px;
  font-weight: 700;
  line-height: 60px;
  color: var(--orange-one);
  display: flex;
  align-items: center;
}

.td_distributor .body .introduction-2 div p,
.td_retailers .body .introduction-2 div p {
  min-height: 139px;
  font-size: 30px;
  font-weight: 400;
  line-height: 34px;
  color: var(--grey-two);
}

.td_distributor .body .introduction div:first-child {
  width: 465px;
}

.td_distributor .body .introduction div:first-child h3 {
  font-size: 115px;
  font-weight: 800;
  line-height: 95px;
  margin-bottom: 30px;
  color: var(--dark);
  display: flex;
}

.td_distributor .body .introduction div:first-child p {
  font-size: 21px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 35px;
  color: var(--dark);
}

.td_distributor .body .introduction div:last-child {
  text-align: right;
  margin-left: 140px;
}

.td_distributor .body .introduction div:first-child .td-btn {
  font-size: 19px;
  font-weight: 500;
  width: fit-content;
}

.td_distributor .body .introduction-2 {
  margin-top: 100px;
}

.td_distributor .body .introduction-2 div h3 {
  font-size: 53px;
  font-weight: 700;
  height: fit-content;
  margin-bottom: 10px;
}

.td_distributor .body .introduction-2 div p {
  font-size: 21px;
  line-height: 30px;
}

.td_distributor .body .benefits {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 100px;
}

.td_distributor .body .benefits .benefit {
  background-color: var(--white-one);
  padding: 15px 30px;
  border-radius: 15px;
  width: 100%;
}

.td_distributor .body .benefits .benefit img {
  width: 87px;
  height: auto;
  margin-bottom: 20px;
}

.td_distributor .body .benefits .benefit h4 {
  font-weight: 700;
  font-size: 28px;
  line-height: 33px;
  color: var(--grey-four);
  margin-bottom: 10px;
}

.td_distributor .body .benefits .benefit p {
  font-weight: 400;
  font-size: 21px;
  line-height: 25px;
  color: var(--grey-four);
}

.td_partners .body {
  margin-top: -20px;
}

.td_partners .body .our-partners h2 {
  color: var(--grey-four);
  font-size: 55px;
  height: 55px;
  line-height: 33px;
  font-weight: 700;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}

.td_partners .body .introduction div:first-child h3 {
  font-size: 130px;
  font-weight: 800;
  line-height: 100px;
  min-height: fit-content;
  margin-bottom: 30px;
  color: var(--dark);
  display: flex;
  justify-content: center;
  align-items: center;
}

.td_partners .body .introduction div:first-child p {
  font-size: 20px;
  line-height: 27px;
  font-weight: 400;
  color: var(--dark);
  margin-bottom: 30px;
}

.td_partners .body .introduction div:first-child .td-btn {
  font-size: 20px;
  font-weight: 500;
  width: fit-content;
}

.td_partners .body .introduction div:last-child {
  text-align: center;
  margin-left: 205px;
  padding: 0px;
}

.td_partners .body .introduction {
  margin-bottom: 60px;
}

.td_partners .body .our-partners .brands_component .slider-container {
  margin-top: 32px;
}

.td_partners .body .sub-text {
  display: flex;
  align-items: center;
  margin-bottom: 95px;
}

.td_partners .body .sub-text img {
  width: 715px;
}

.td_partners .body .sub-text div:first-child {
  padding-right: 50px;
}

.td_partners .body .sub-text div:last-child {
  width: 75%;
  padding-left: 100px;
}

.td_partners .body .sub-text div:last-child h3 {
  font-size: 57px;
  line-height: 60px;
  font-weight: 700;
  color: var(--orange-one);
}

.td_partners .body .sub-text div:last-child h6 {
  font-weight: 400;
  color: var(--grey-two);
  width: fit-content;
  font-size: 21px;
  line-height: 28px;
}

.td_retailers .body {
  margin-top: 25px;
}

.td_retailers .body .introduction h3 {
  font-size: 105px;
  font-weight: 800;
  line-height: 82px;
  min-height: fit-content;
  margin-bottom: 30px;
  color: var(--dark);
  display: flex;
}

.td_retailers .body .introduction p {
  color: var(--dark);
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.td_retailers .body .introduction div:first-child {
  width: 500px;
}

.td_retailers .body .introduction div:first-child .td-btn {
  font-size: 19px;
  font-weight: 500;
  width: fit-content;
}

.td_retailers .body .introduction div:last-child {
  margin-left: 100px;
}

.td_retailers .body .introduction div.action-buttons-flex {
  display: flex;
  gap: 20px;
  margin-left: 0;
}

.td_retailers .body .introduction div.action-buttons-flex a:last-child button {
  background-color: transparent;
  color: var(--dark);
  border: 1px solid var(--dark);
}

.td_retailers .body .introduction-2 {
  margin-top: 150px;
  margin-bottom: 173px;
}

.td_retailers .body .introduction-2 div img {
  width: 85%;
}

.td_retailers .body .introduction-2 div h3 {
  font-size: 57px;
  line-height: 55px;
  margin-left: 35px;
  height: 85px;
}

.td_retailers .body .introduction-2 div p {
  font-size: 21px;
  line-height: 28px;
  margin-left: 35px;
}

.td_retailers .body .become-distributor {
  margin: auto;
  border-radius: 26px;
  color: var(--white-one);
  font-size: 22px;
  font-weight: 500;
}

.td_retailers .benefits {
  margin-top: 150px;
  display: flex;
  gap: 16px;
  align-items: center;
  justify-content: center;
  margin-bottom: 140px;
}

.td_retailers .benefits .benefit {
  background-color: var(--white-one);
  padding: 20px 30px;
  border-radius: 15px;
  height: 320px;
  width: 100%;
}

.td_retailers .benefits .benefit img {
  background-color: var(--white-one);
  width: 90px;
  margin-bottom: 20px;
}

.td_retailers .benefits .benefit h3 {
  color: var(--grey-four);
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 30px;
  font-weight: 700;
}

.td_retailers .benefits .benefit p {
  color: var(--grey-four);
  font-size: 21px;
  line-height: 27px;
  font-weight: 400;
}

.td_retailers .app-download {
  background-color: var(--white-one);
  padding: 30px 61px;
  height: fit-content;
  overflow: hidden;
  margin-bottom: 90px;
  border-radius: 15px;
  position: relative;
}

.td_retailers .app-download h3 {
  color: var(--grey-four);
  font-weight: 700;
  height: 80px;
  display: flex;
  align-items: center;
  font-size: 60px;
  line-height: 45px;
  margin-bottom: 35px;
}

.td_retailers .app-download p {
  color: var(--grey-four);
  font-weight: 400;
  width: 100%;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 50px;
}

.td_retailers .app-download .download-btns {
  display: flex;
  gap: 10px;
  margin-bottom: 44px;
}

.td_retailers .app-download .download-btns a:first-child {
  width: 30%;
}

.td_retailers .app-download .download-btns a:last-child {
  width: 33%;
}

.td_retailers .app-download img.app-screen-td {
  width: 60%;
  margin-left: 100px;
  margin-top: 15px;
  position: absolute;
  top: 0;
}

.td_retailers .brands_component .slider-container {
  margin-bottom: 60px;
}

.td_careers .body {
  /* margin-top: -90px; */
}

.td_careers .introduction {
  align-items: center;
  justify-content: space-between;
  margin-bottom: 47px;
}

.td_careers .body .introduction div:first-child {
  width: 100%;
}

.td_careers .body .introduction div:first-child h3 {
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
  margin-bottom: 30px;
  color: var(--dark);
  display: flex;
}

.td_careers .body .introduction p,
.td_resources .body .introduction p,
.td_contact .body .introduction p {
  color: var(--dark);
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
  margin-bottom: 40px;
}

.td_careers .introduction div:last-child,
.td_resources .introduction div:last-child,
.td_contact .introduction div:last-child {
  text-align: right;
}

.td_careers .introduction div:last-child img,
.td_resources .introduction div:last-child img,
.td_contact .introduction div:last-child img {
  width: 80%;
}

.td_careers .available-roles {
}

.td_careers .available-roles h2 {
  height: 80px;
  font-size: 55px;
  line-height: 60px;
  font-weight: 700;
  color: var(--orange-one);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.td_careers .available-roles .roles {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
}

.td_careers .available-roles .roles .role {
  width: 47%;
  background-color: var(--white-one);
  border-radius: 15px;
}

.td_careers .available-roles .roles .role .title {
  background-color: var(--orange-one);
  color: var(--white-one);
  padding: 10px 32px;
  font-size: 24px;
  line-height: 33px;
  font-weight: 700;
  border-radius: 15px 15px 0 0;
}

.td_careers .available-roles .roles .role .description {
  padding: 16px 32px;
  font-size: 20px;
  line-height: 25px;
  font-weight: 400;
  color: var(--grey-four);
}

.td_careers .available-roles .roles .role .description p {
  margin-bottom: 20px;
  color: var(--grey-four);
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.td_careers .available-roles .roles .role .description .td-btn {
  background: transparent;
  color: var(--grey-two);
  font-size: 18px;
  line-height: 28px;
  border: 1px solid var(--grey-two);
  border-radius: 15px;
  width: 150px;
}

.td_careers .available-roles .roles .role .description .td-btn .chevron {
  width: 15px;
  height: 15px;
  border-width: 0 5px 5px 0;
  margin-left: 20px;
}

.td_careers .company-culture div:last-child .td-btn .chevron {
  width: 15px;
  height: 15px;
  border-width: 0 5px 5px 0;
  margin-left: 20px;
  border-color: var(--orange-one);
}

.td_careers .apply-now-container {
  margin-top: 85px;
  align-items: center;
}

.td_careers .apply-now-container div:first-child h3,
.td_careers .company-culture div:last-child h3 {
  height: 93px;
  font-weight: 500;
  color: var(--orange-one);
  font-size: 55px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  align-items: center;
}

.td_careers .apply-now-container div:first-child p {
  color: var(--grey-four);
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  width: 74%;
}

.td_careers .apply-now-container div:first-child .td-btn,
.td_careers .company-culture div:last-child .td-btn {
  margin-top: 35px;
  border: 2px solid var(--orange-one);
  background-color: var(--white-one);
  color: var(--grey-four);
  font-size: 21px;
  line-height: 33px;
  height: 35px;
  border-radius: 25px;
  font-weight: 500;
}

.td_careers .company-culture {
  align-items: center;
  margin-bottom: 110px;
}

.td_careers .company-culture div:last-child {
  padding-left: 200px;
}

.td_careers .company-culture div:last-child p {
  color: var(--grey-four);
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
}

.td_careers .company-culture div:last-child .td-btn {
  width: 200px;
}

.td_blog .body {
  padding-right: 0;
  margin-top: 30px;
}

.td_blog .body .introduction {
  align-items: center;
  margin-bottom: 140px;
}

.td_blog .body .introduction div:first-child {
  width: 816px;
}

.td_blog .body .introduction h3,
.td_blog .body h3.mobile {
  height: 90px;
  font-size: 100px;
  color: var(--dark);
  align-items: center;
  display: flex;
  font-weight: 700;
  line-height: 75px;
  margin-bottom: 20px;
  margin-right: 30px;
}

.td_blog .body h3.mobile {
  display: none;
}

.td_blog .body .introduction div:first-child h5 {
  font-size: 37px;
  color: var(--dark);
  align-items: center;
  display: flex;
  line-height: 40px;
  margin-bottom: 15px;
  margin-right: 30px;
}

.td_blog .body .introduction div:first-child p {
  margin-bottom: 29px;
  font-size: 19px;
  color: var(--dark);
  font-weight: 400;
  line-height: 26px;
  padding-right: 15px;
}

.td_blog .body .introduction div:first-child .td-btn {
  border-radius: 26px;
  color: var(--white-one);
  font-size: 21px;
  font-weight: 500;
  width: 43%;
}

.td_blog.td_blog_post .body .introduction div:first-child .td-btn {
  flex-direction: row-reverse;
  width: 37%;
}

.td_blog .body .introduction div:last-child {
  padding-left: 40px;
}

.td_blog .body .blog-posts {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.td_blog .body .blog-posts a.wrapper-link {
  display: block;
  flex: 1 1 calc(33.33% - 16px);
}

.td_blog .body .blog-posts .post {
  display: flex;
  background-color: var(--white-one);
  border-radius: 15px;
  width: fit-content;
}

.td_blog .body .blog-posts .post ._content .img_container {
  width: 150px;
  height: 50px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  filter: grayscale(1);
}

.td_blog .body .blog-posts .post ._content .img_container img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  /* width: 120px; */
}

.td_blog .body .blog-posts .post img {
  /* width: 235px;
  height: 100%; */
}

.td_blog .body .blog-posts .post ._content {
  padding: 25px 0 23px 25px;
}

/* .td_blog .body .blog-posts .post ._content h3 {
  font-weight: 700;
  font-size: 26px;
  line-height: 27px;
  color: var(--grey-four);
  margin-bottom: 15.5px;
  width: 220px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
} */

.td_blog .body .blog-posts .post ._content p {
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  padding-right: 45px;
  height: 75px;
  font-size: 19px;
  font-weight: 400;
  margin-bottom: 15.5px;
  color: var(--grey-four);
  width: 310px;
}

.td_blog .body .blog-posts .post ._content .td-btn {
  border-radius: 72px;
  color: var(--white-one);
  width: 170px;
  font-size: 20px;
  font-weight: 500;
}

.td_blog .body .blog-posts .post ._mobile,
.td_blog .body .blog-posts .post .chevron._mobile {
  display: none;
}

.td_blog .body .blog-posts .post span.chevron {
  width: 12px;
  height: 12px;
  border-width: 0px 4px 4px 0;
  border-color: white;
}

.custom_pagination.controllers {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 110px;
  margin-bottom: 105px;
  gap: 55px;
  font-size: 25px;
  font-weight: 500;
  line-height: 33px;
  color: var(--grey-four);
}

.custom_pagination.controllers ul {
  display: flex;
  gap: 10px;
  list-style: none;
  padding: 0;
}

.custom_pagination.controllers ul .active {
  text-decoration: underline;
}

.custom_pagination.controllers .chevron {
  width: 28px;
  height: 28px;
  border-width: 0 9px 9px 0;
}

.td_blog .blog_page {
  /* padding-right: 139px; */
}

.td_blog .controllers .chevron,
.td_resources .controllers .chevron {
  border-color: var(--green-one);
  cursor: pointer;
}

.td_blog_post .body {
  margin-top: -30px;
}

.td_blog_post .body .introduction div:first-child h5 {
  margin-right: 0;
  margin-bottom: 100px;
}

.td_blog_post .body .blog_page .row.blog_page_container {
  align-items: baseline;
  margin-bottom: 80px;
}

.td_blog_post .body .blog_page .user-info p {
  color: var(--orange-one);
  font-size: 25px;
  font-weight: 400;
  line-height: 33px;
  height: 35px;
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.td_blog_post .body .blog_page .section h2 {
  font-size: 30px;
  line-height: 40px;
  /* width: 65%; */
  font-weight: 500;
  color: var(--grey-two);
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  display: list-item;
  list-style: auto;
  margin-left: 22px;
}

.td_blog_post .body .blog_page .section .content p {
  color: var(--grey-two);
  margin-bottom: 12px;
  font-size: 20px;
  text-align: justify;
}

.td_blog_post .body .blog_page .section .content h3 {
  color: var(--grey-two);
}

.td_blog_post .body .blog_page .section .content {
  min-height: fit-content;
  color: var(--grey-two);
  font-size: 22px;
  line-height: 28px;
  display: block;
  column-count: 1;
  column-gap: 35px;
  margin-bottom: 45px;
}

.td_resources .body,
.td_contact .body {
  /* margin-top: -100px; */
}

.td_resources .body .introduction div:first-child {
  width: 85%;
}

.td_resources .body .introduction h3,
.td_contact .body .introduction h3 {
  font-size: 120px;
  font-weight: 800;
  line-height: 100px;
  margin-bottom: 30px;
  color: var(--dark);
  display: flex;
}

.td_resources .body .introduction {
  margin-bottom: 131px;
}

.td_resources .body .case-studies {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 45px;
}

.td_resources .body .case-studies .study {
  width: 340px;
  height: auto;
  background-color: var(--white-one);
  border-radius: 15px;
}

.td_resources .body .case-studies .study ._title {
  background-color: var(--orange-one);
  padding: 6px 25px;
  height: 50px;
  font-size: 25px;
  line-height: 21px;
  font-weight: 700;
  color: var(--white-one);
  border-radius: 15px 15px 0 0px;
  display: flex;
  align-items: center;
}

.td_resources .body .case-studies .study ._body {
  padding: 25px;
}

.td_resources .body .case-studies .study ._body p {
  color: var(--orange-one);
  font-size: 23px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 35px;
  height: 54px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.td_resources .body .case-studies .study ._body .td-btn {
  border: 2px solid var(--orange-one);
  height: 34px;
  font-weight: 200;
  border-radius: 72px;
  font-size: 21px;
  line-height: 40px;
  color: var(--orange-one);
  width: 55%;
  background-color: white;
}

.td_resources .body .case-studies .study ._body .td-btn img {
  width: 12%;
}

.td_resources .resources-contact-modal .modal-content {
  height: fit-content;
  width: 600px;
  margin: auto;
  background-color: #4a4a4a;
  padding: 20px 10px;
}

.td_resources .resources-contact-modal .modal-content .modal-header {
  padding: 0 1rem;
  align-items: center;
  border-bottom: 0;
}

.td_resources .resources-contact-modal .modal-content .modal-header h1 {
  font-size: 30px;
  color: var(--white-one);
}

.td_resources .resources-contact-modal .modal-content .modal-body {
  padding: 1rem;
  flex: none;
}

.td_resources .resources-contact-modal .modal-content .modal-body input {
  height: 41px;
  width: 100%;
  border: none;
  border-bottom: 1px solid #eeeeee;
  background: none;
  font-size: 20px;
  color: var(--white-one);
  margin-bottom: 5px;
}

.td_resources .resources-contact-modal .modal-content .modal-body input:focus {
  outline: none;
  box-shadow: none;
}

.td_resources
  .resources-contact-modal
  .modal-content
  .modal-body
  input::placeholder {
  color: var(--white-one);
}

.td_resources .resources-contact-modal .modal-content .modal-footer {
  border: none;
  justify-content: flex-start;
}

.td_resources .resources-contact-modal .modal-content .modal-footer button {
  background: white;
  color: var(--grey-two);
  font-size: 22px;
  border-radius: 25px;
  min-width: 170px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
  height: 40px;
}

.td_resources
  .resources-contact-modal
  .modal-content
  .modal-footer
  button
  .chevron {
  width: 15px;
  height: 15px;
  border-width: 0px 5px 5px 0px;
  border-color: var(--orange-one);
}

.td_resources
  .resources-contact-modal
  .modal-content
  .modal-footer
  button
  .app-spinner {
  width: 22px;
  height: 22px;
  color: var(--orange-one) !important;
  margin: auto;
}

.td_contact .body .introduction {
  margin-bottom: 109px;
}

.td_contact .body .introduction-2 img {
  width: 80%;
}

.td_contact .body .introduction div:first-child {
  width: 96%;
}

.td_contact .body .introduction-2 h3 {
  margin-bottom: 27px;
  height: fit-content;
  font-size: 55px;
  color: var(--orange-one);
  display: flex;
  align-items: center;
}

.td_contact .body .introduction-2 p {
  color: var(--grey-two);
  margin-bottom: 54px;
  font-size: 23px;
  line-height: 27px;
}

.td_contact .body .introduction-2 .actions {
  display: flex;
  align-items: center;
  gap: 30px;
}

.td_contact .body .introduction-2 .actions img {
  width: 65px;
  height: auto;
}

.td_contact .body .introduction-2 .actions .td-btn {
  font-size: 21px;
  line-height: 23px;
  font-weight: 500;
  color: var(--grey-four);
  background-color: var(--white-one);
  border: 2px solid var(--orange-one);
  border-radius: 27px;
  height: 35px;
}

.td_contact .body .introduction-2 {
  margin-bottom: 150px;
  align-items: center;
}

.td_new_partner .partner-with-us .td-btn .chevron {
  width: 13px;
  height: 13px;
  border-width: 0 4px 4px 0;
  border-color: var(--green-one);
  margin-left: 10px;
}

.td_new.td_api_failed_page {
  height: 100vh;
}

.td_new.td_api_failed_page .body {
  text-align: center;
  margin-top: 10px;
}

.td_new.td_api_failed_page .body h1 {
  font-size: 70px;
  padding: 20px 0px;
  color: var(--orange-one);
}

.td_new.td_api_failed_page .body h3 {
  padding: 20px 0px;
  color: var(--grey-four);
  font-weight: 500;
  font-size: 23px;
}

.td_new.td_api_failed_page .body p {
  color: var(--grey-four);
  font-size: 24px;
  margin-top: -20px;
}

.td_new.td_api_failed_page .body button {
  margin: auto;
  margin-top: 85px;
  width: 220px;
  border-radius: 27px;
  font-size: 22px;
  height: 40px;
  justify-content: center;
  position: relative;
  color: white;
}

.td_new.td_api_failed_page .body button .chevron {
  border-color: white;
  width: 15px;
  height: 15px;
  border-width: 0px 6px 6px 0px;
  position: absolute;
  left: 20px;
}

.td_new.td_api_failed_page img.empty-can {
  width: 40%;
  margin-top: 120px;
}

.td_new.td_policy .introduction {
  padding: 0 105px;
}

.td_new.td_policy .introduction .filter-country {
  width: 300px;
}

.td_new.td_policy .introduction .filter-country select:focus {
  outline: none;
  box-shadow: none;
}

.td_new.td_policy .introduction .title {
  font-size: 70px;
  color: var(--orange-one);
  font-weight: 700;
  text-transform: capitalize;
}

.td_new.td_policy .introduction h6 {
  font-size: 24px;
  color: var(--orange-one);
  font-weight: 300;
}

.td_new.td_policy .introduction hr {
  margin: 40px 0;
}

.td_new.td_policy .introduction h5 {
  font-size: 30px;
  color: var(--grey-four);
}

.td_new.td_policy h3,
.td_new.td_policy p {
  color: var(--grey-four);
}

.td_new.td_policy p {
  font-size: 18px;
}

.td_new.td_policy .trade-uk-terms__content {
  margin-top: 0;
}

.td_new.td_policy .trade-uk-terms__content .last-modified {
  display: none;
}

.td_new.td_policy .new-footer {
  margin-top: 100px;
  margin-bottom: 50px;
}

.td_new.td_career_page .td-btn {
  font-size: 19px;
  border-radius: 26px;
  color: white;
  margin-bottom: 50px;
}

.td_new.td_career_page .td-btn .chevron {
  width: 11px;
  height: 11px;
  border-width: 0px 4px 4px 0px;
  margin-right: 20px;
  border-color: white;
}

.td_new.td_career_page h3 {
  font-size: 45px;
  margin-bottom: 30px;
  color: var(--orange-one);
}

.td_new.td_career_page .key-details {
  display: flex;
  width: 800px;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 50px;
}

.td_new.td_career_page .key-details p {
  background-color: white;
  min-width: 250px;
  height: 40px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
  color: var(--orange-one);
  font-size: 18px;
}

.td_new.td_career_page .key-details p span:last-child {
  font-weight: 700;
  margin-left: 4px;
}

.td_new.td_career_page .description {
  padding-top: 20px;
  color: #808080;
  margin-bottom: 40px;
}

.td_new.td_career_page .description h5 {
  font-size: 35px;
  color: #808080;
  margin-bottom: 10px;
}

.td_new.td_career_page .description p {
  font-size: 20px;
  text-align: justify;
}

.td_new.td_career_page .role-details {
  color: #808080;
  margin-bottom: 50px;
}

.td_new.td_career_page .role-details h5 {
  font-size: 28px;
  margin-bottom: 25px;
  color: #808080;
}

.td_new.td_career_page .role-details div span {
  width: 100%;
}

.td_new.td_career_page .role-details p {
  font-size: 19px;
  margin-bottom: 10px;
  font-weight: 700;
  color: #808080;
}

.td_new.td_career_page .role-details ul {
  padding-left: 16px;
}

.td_new.td_career_page .role-details ul li {
  line-height: 34px;
  font-size: 18px;
  text-align: justify;
}

.td_new.td_career_page .role-details span {
  text-align: justify;
  display: block;
  font-size: 18px;
}

.td_new.td_search_results .body {
  padding: 0px 130px;
  /* height: 100vh; */
}

.td_new.td_search_results .body h3 {
  color: var(--orange-one);
  font-size: 55px;
  margin-bottom: 30px;
}

.td_new.td_search_results .body .filter-page {
  padding-bottom: 20px;
  border-bottom: 1px solid #7b7b7b;
  margin-bottom: 30px;
}

.td_new.td_search_results .body .filter-page div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.td_new.td_search_results .body .filter-page div.categories {
  gap: 10px;
}

.td_new.td_search_results .body .filter-page h5 {
  margin-bottom: 0;
  color: #7b7b7b;
}

.td_new.td_search_results .body .filter-page p {
  font-size: 13px;
  color: #7b7b7b;
  cursor: pointer;
  text-transform: capitalize;
}

.td_new.td_search_results .body .filter-page p.active {
  text-decoration: underline;
}

.td_new.td_search_results .body p {
  margin-bottom: 0;
}

.td_new.td_search_results .body .result {
  margin-bottom: 20px;
}

.td_new.td_search_results .body .result .title {
  font-size: 20px;
  border-bottom: 1px solid #7b7b7b;
  font-weight: 700;
  width: fit-content;
  color: #7b7b7b;
  cursor: pointer;
}

.td_new.td_search_results .body .result .info {
  color: #7b7b7b;
  margin-top: 5px;
}

.td_new.td_search_results .body button {
  border-radius: 16px;
  margin-top: 15px;
}

.td_new.td_search_results .body button p {
  font-size: 20px;
  color: var(--white-one);
}

.td_new.td_search_results .body button .chevron {
  width: 14px;
  height: 14px;
  border-width: 0px 5px 5px 0px;
  margin-right: 18px;
  border-color: var(--white-one);
}

/* For smaller screens like tablets */
@media (max-width: 768px) {
  .td_new_landing .wrapper {
    /* width: 100vw; Fit to the full width of the screen */
  }
}

/* For larger screens, scale as needed */
@media (min-width: 1920px) {
  .td_new_landing .wrapper {
    /* width: 1645px; You can define it as needed */
  }
}

.places_list {
  background: white;
  position: absolute;
  margin-top: -29%;
  width: 100%;
  border-radius: 4px;
  padding: 7px 0px;
  height: 130px;
  overflow: scroll;

  p {
    margin-bottom: 8px;
    cursor: pointer;
    padding-left: 7px;
    font-size: 14px;

    &:hover {
      background: #e2e2e2;
    }

    &:last-child {
      margin-bottom: 0;
    }
  }
}
