@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&display=swap");
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
html {
  max-width: 100vw;
  overflow-x: hidden;
  font-family: Inter, sans-serif;
  overflow-wrap: break-word;
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
  scroll-behavior: smooth;
  --loading-grey: #ededed;
}
.th-hide-scrollbar::-webkit-scrollbar {
  display: none;
}
@media (min-width: 768px) {
  .th-hide-scrollbar::-webkit-scrollbar {
    display: none;
  }
}
b,
div,
h1,
h2,
h3,
h4,
h5,
h6,
img,
p,
small,
span {
  scroll-margin-top: 100px;
}
::-webkit-scrollbar {
  height: 5px;
  width: 3px;
}
::-webkit-scrollbar-thumb {
  background-color: #888;
  border-radius: 5px;
}
::-webkit-scrollbar-track {
  width: 3px;
  border-radius: 5px;
  background-color: #f0f0f0;
}
input[type="number"] {
  -moz-appearance: textfield;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #ccc;
  border-radius: 4px;
  outline: none;
  position: relative;
}
input[type="checkbox"]:checked:before {
  content: "\2713";
  font-size: 16px;
  color: #fdb022;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
}
.th-side-drawer-backdrop {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1500;
  top: 0;
  left: 0;
}
.th-side-drawer {
  height: 0%;
  margin-top: -50px;
  overflow: hidden;
  background: #fff;
  position: fixed;
  top: 0;
  right: 0;
  width: 56%;
  z-index: 2000;
  -webkit-backdrop-filter: blur(38px);
  backdrop-filter: blur(38px);
  transition: all 0.4s ease-out;
}
.th-side-drawer.open {
  height: 100%;
  overflow: scroll;
  margin-top: 0;
}
.th-drawer-links {
  color: #98a2b3;
}
.th-drawer-sublinks {
  margin-left: 1rem;
  font-size: 14px;
}
.th-link-active {
  color: #fdb022;
  font-size: 16px;
}
.th-border-bottom {
  border-bottom: 3px solid #939393;
  background: #fff6da;
  border-radius: 4px 4px 0 0;
}
.footer-pix {
  @extend .text-xl-left
      @extend
      .text-lg-left
      @extend
      .text-md-center
      @extend
      .text-sm-center
      @extend
      .text-xs-center;
}
a {
  text-decoration: none;
}
.accordion-body li,
.accordion-body p,
.accordion-title {
  text-align: justify;
}
.accordion-item .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-button {
  border: 1px solid #f6901e42;
}
.accordion-item {
  background-color: #fff;
  border: none;
  margin-top: 10px;
}
.accordion-flush .accordion-item .accordion-button,
.accordion-item:last-of-type .accordion-button.collapsed {
  border-radius: 10px;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-button.collapsed,
.header-accordion .accordion-item .accordion-button {
  border-radius: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}
.header-accordion .accordion-item:last-of-type {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.header-accordion .accordion-body {
  padding: 0 !important;
}
.header-accordion .accordion-button {
  border: none;
}
.header-accordion .accordion-item {
  background-color: #fff;
}
.header-accordion .accordion-button:not(.collapsed) {
  color: #000;
  background-color: #fff;
  box-shadow: none;
}
.header-accordion .accordion-button:focus {
  z-index: 3;
  border: none;
  outline: 0;
  box-shadow: none;
}
.header-accordion .accordion-button {
  padding: 0;
}
.containers-legal {
  margin-right: 0;
  margin-left: 0;
  padding: 20px 10px 5px;
}
@media (min-width: 768px) {
  .containers-legal {
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media (min-width: 992px) {
  .containers-legal {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 1200px) {
  .containers-legal {
    width: 100%;
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 40px;
  }
}
.th-container {
  padding-left: 8%;
  padding-right: 8%;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (max-width: 768px) {
  .th-container {
    padding-left: 4%;
    padding-right: 4%;
  }
}
.slick-next:before,
.slick-prev:before {
  font-size: 100px;
  opacity: 1;
}
.truncate-lines {
  -webkit-line-clamp: 2;
  max-height: 4.5em;
}
.truncate-lines,
.truncate-lines-5 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 1.5;
}
.truncate-lines-5 {
  -webkit-line-clamp: 5;
  max-height: 7.5em;
}
.th-question-box p {
  margin-bottom: 0 !important;
  padding: 0 !important;
  text-align: justify !important;
  max-width: 100% !important;
}
.th-question-box img {
  max-width: 350px !important;
  max-height: 250px !important;
  object-fit: contain !important;
}
.slick-next:before,
.slick-prev:before {
  font-size: 30px;
  line-height: 1;
  opacity: 0.75;
  color: blue;
  content: none !important;
}
.wave-div {
  background-color: #add8e6;
  position: relative;
  overflow: hidden;
}
.wave-div:before {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background-image: linear-gradient(90deg, #fff 0, #fff 50%, transparent 0);
  transform: skewY(-10deg);
  transform-origin: bottom;
}
.th-bg-img {
  background-size: cover !important;
}
.th-bg-img,
.th-bg-img-contain {
  background-position: 50% !important;
  background-repeat: no-repeat !important;
}
.th-bg-img-contain {
  background-size: contain !important;
}
.th-img-fit-contain {
  object-fit: contain;
  width: 100%;
}
.branch-card {
  padding: 24px;
  border: 1px solid #ffffff2b;
  border-radius: 10px;
  color: #98a2b3;
  background: linear-gradient(
    299deg,
    rgba(251, 232, 255, 0.05),
    rgba(209, 224, 255, 0.05)
  );
}
@media only screen and (min-width: 1400px) {
  .th-container {
    padding-left: 8%;
    padding-right: 8%;
  }
}
@media only screen and (min-width: 1211px) {
  .branch-card {
    padding: 24px;
  }
}
@media (min-width: 900px) and (max-width: 1210px) {
  .branch-card {
    padding: 10px;
  }
}
.animated-section {
  height: 380px;
}
.animated-section,
.th-awards {
  overflow-x: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.animated-section::-webkit-scrollbar,
.th-awards::-webkit-scrollbar {
  display: none;
}
.animate .th-wave-card {
  height: 380px;
  margin-right: 80px;
  padding: 10px;
}
.animate .th-wave-chip {
  transform: scale(1);
}
.th-wave-card {
  height: 220px;
  transition: all 0.5s ease-in;
}
.th-wave-chip {
  top: 1px;
  transform: scale(0);
  font-family: Inter, sans-serif;
  transition: all 0.5s ease-in;
}
.th-chips {
  border: 1px solid var(--gray-300, #d0d5dd);
  background: var(
    --new-light-bg,
    linear-gradient(0deg, #e9e9f9 0, rgba(225, 226, 255, 0) 100%)
  );
}
.mt-n1 {
  margin-top: -0.25rem !important;
}
.privacy-tagline {
  margin-top: 20px !important;
}
.accordion-button:not(.collapsed) {
  color: #000;
  background-color: #f6901e42;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.link-red {
  color: #f66062;
}
.link-dark-red {
  color: #c72027;
}
.scrollable-element {
  scrollbar-width: thin;
  scrollbar-color: #888 #f0f0f0;
}
.scrollable-element::-webkit-scrollbar {
  width: 6px;
}
.scrollable-element::-webkit-scrollbar-thumb {
  background-color: #888;
}
.scrollable-element::-webkit-scrollbar-track {
  background-color: #f0f0f0;
}
.video-container {
  position: relative;
}
.video-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}
.th-sm-width {
  width: auto !important;
}
@media (max-width: 420px) {
  .th-sm-width {
    width: 100% !important;
  }
}
.th-image-slider .slick-dots {
  bottom: 10px;
  width: auto;
  background-color: #101828;
  border-radius: 20px;
  left: 45%;
  margin-left: auto;
  margin-right: auto;
}
.th-slider-diff-width .slick-dots {
  left: 33% !important;
}
@media (max-width: 768px) {
  .th-slider-diff-width .slick-dots {
    left: 24% !important;
  }
  .th-image-slider .slick-dots {
    bottom: 10px;
    width: auto;
    background-color: #101828;
    border-radius: 20px;
    left: 37%;
    margin-left: auto;
    margin-right: auto;
  }
}
.th-image-slider .slick-next:before,
.th-image-slider .slick-prev:before {
  font-size: 14px;
  opacity: 1;
}
.th-image-slider .slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #fff;
  font-size: 14px;
}
.th-image-slider .slick-next:before,
.th-image-slider .slick-prev:before {
  font-size: 30px;
  opacity: 0.75;
}
.th-image-slider .slick-dots li button:before {
  font-size: 14px;
  position: absolute;
  line-height: 14px;
  content: "•";
  text-align: center;
  opacity: 0.25;
  color: #667085;
}
.parent {
  display: block;
  position: relative;
  float: left;
  line-height: 30px;
  color: #344054;
  font-weight: 500;
  background: #fff;
}
.parent div {
  margin: 2px;
  text-decoration: none;
  background: #fff;
}
.parent:hover > ul {
  display: block;
  position: absolute;
}
.child {
  display: none;
  max-height: 500px;
  overflow: scroll;
  overflow-x: hidden;
  background: #fff;
  border-radius: 5px;
  padding: 10px;
  box-shadow: 0 6px 16px 0 rgb(0 0 0/8%), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgb(0 0 0/5%);
}
.child li {
  width: 100%;
  background: #fff;
  border: 1px solid #ccc;
}
.child li a {
  color: #344054;
}
.th-menu ul {
  list-style: none;
  margin: 0;
  padding: 5px 10px;
  min-width: 300px;
}
.th-menu ul ul ul {
  left: 100%;
  top: 0;
  margin-left: 1px;
}
.parent li:hover {
  background-color: #f0f0f0;
}
.parent-mobile {
  display: block;
  position: relative;
  line-height: 30px;
  color: #344054;
  font-weight: 500;
  font-size: 16px;
  padding-top: 0.5rem !important;
}
.th-mobile-menu {
  padding-left: 0;
}
.child-mobile {
  background-color: #f2f4f7;
  display: block;
  font-size: 13px !important;
  padding-left: 0.5rem !important;
  padding-right: 1rem !important;
}
.child-mobile-hidden {
  display: none;
}
.child-mobile .parent-mobile {
  padding-left: 0.5rem !important;
}
.footer-reach-us {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
@media (max-width: 768px) {
  .footer-reach-us {
    display: flex;
    flex-wrap: wrap;
  }
}
input.form-control:focus,
input:focus {
  outline: none !important;
  outline-width: 0 !important;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
}
.form-select:focus {
  border: 1px solid var(--gray-200, #eaecf0);
  outline: 0;
  box-shadow: none;
}
.th-branch-slider .slick-slider .slick-list .slick-track {
  width: auto !important;
}
.th-side-drawerol ul {
  padding-left: 1.5rem !important;
}
th-margin-right {
  margin-right: 1rem !important;
}
.pagination button {
  background-color: #fff;
}
.pagination button:disabled {
  background-color: #e7e7e7c7;
  cursor: not-allowed;
}
.skeletonCard {
  background-color: #fff;
  border-radius: 6px;
  overflow: hidden;
  margin: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.12);
}
.skeletonCardimage {
  height: 200px;
}
.skeletonCardcontent {
  padding: 2rem 1.8rem;
}
.loading h4 {
  margin: 0 0 1rem;
  font-size: 1.5rem;
  line-height: 1.5rem;
}
.loading .skeletonCarddescription,
.loading .skeletonCardimage,
.loading h4 {
  background-color: var(--loading-grey);
  background: linear-gradient(
      100deg,
      hsla(0, 0%, 100%, 0) 40%,
      hsla(0, 0%, 100%, 0.5) 50%,
      hsla(0, 0%, 100%, 0) 60%
    )
    var(--loading-grey);
  background-size: 200% 100%;
  background-position-x: 180%;
  animation: loading 1s ease-in-out infinite;
}
@keyframes loading {
  to {
    background-position-x: -20%;
  }
}
.loading h4 {
  min-height: 1.6rem;
  border-radius: 4px;
  animation-delay: 0.05s;
}
.loading .skeletonCarddescription {
  min-height: 4rem;
  border-radius: 4px;
  animation-delay: 0.06s;
}
.snackbar {
  display: none;
  z-index: 2001;
  padding: 7px 30px;
  background-color: #fff;
  transform: translateX(10%);
  color: #333;
  border-radius: 5px;
  opacity: 0;
  animation: pop-in 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) forwards;
  box-shadow: 0 6px 16px 0 rgb(0 0 0/8%), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgb(0 0 0/5%);
}
.snackbar.show {
  opacity: 1;
  display: block;
}
.snackbar .message {
  display: inline-block;
}
.snackbar .close {
  background-color: transparent;
  border: none;
  color: #fff;
  font-size: 16px;
  cursor: pointer;
  margin-left: 10px;
}
@keyframes pop-in {
  0% {
    opacity: 0;
    transform: scale(0.5);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}
.snackbar-container {
  position: fixed;
  top: 110px;
  z-index: 2001;
}
.th-table table {
  width: 100%;
}
.loader {
  width: 40px;
  aspect-ratio: 1;
  border-radius: 50%;
  background: radial-gradient(farthest-side, #fec84a 94%, #0000) top/8px 8px
      no-repeat,
    conic-gradient(#0000 30%, #fec84a);
  -webkit-mask: radial-gradient(farthest-side, #0000 calc(100% - 8px), #000 0);
  animation: l13 1s linear infinite;
}
@keyframes l13 {
  to {
    transform: rotate(1turn);
  }
}
.loader-container {
  padding: 7px;
  border-radius: 50%;
  width: auto;
  background: #fff;
  box-shadow: 0 7px 29px 0 hsla(240, 5%, 41%, 0.2);
}
a,
a:hover,
a:visited {
  color: #344054;
}
.th-tag {
  background: #fff2d5;
  border: 3px solid #f8c349;
  border-radius: 5px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 2;
}
.th-img-justify img {
  max-width: 100%;
  height: auto;
}
.th-text-justify p {
  text-align: justify;
}
#comment-box,
#comment-box:after {
  background-color: #f4f6f8;
}
#comment-box:after {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  bottom: 40%;
  left: -25px;
  -webkit-clip-path: polygon(50% 50%, 100% 100%, 100% 0);
  clip-path: polygon(50% 50%, 100% 100%, 100% 0);
}
.th-1 {
  font-size: 1px;
}
.th-2 {
  font-size: 2px;
}
.th-3 {
  font-size: 3px;
}
.th-4 {
  font-size: 4px;
}
.th-5 {
  font-size: 5px;
}
.th-6 {
  font-size: 6px;
}
.th-7 {
  font-size: 7px;
}
.th-8 {
  font-size: 8px;
}
.th-9 {
  font-size: 9px;
}
.th-10 {
  font-size: 10px;
}
.th-11 {
  font-size: 11px;
}
.th-12 {
  font-size: 12px;
}
.th-13 {
  font-size: 13px;
}
.th-14 {
  font-size: 14px;
}
.th-15 {
  font-size: 15px;
}
.th-16 {
  font-size: 16px;
}
.th-17 {
  font-size: 17px;
}
.th-18 {
  font-size: 18px;
}
.th-19 {
  font-size: 19px;
}
.th-20 {
  font-size: 20px;
}
.th-21 {
  font-size: 21px;
}
.th-22 {
  font-size: 22px;
}
.th-23 {
  font-size: 23px;
}
.th-24 {
  font-size: 24px;
}
.th-25 {
  font-size: 25px;
}
.th-26 {
  font-size: 26px;
}
.th-27 {
  font-size: 27px;
}
.th-28 {
  font-size: 28px;
}
.th-29 {
  font-size: 29px;
}
.th-30 {
  font-size: 30px;
}
.th-31 {
  font-size: 31px;
}
.th-32 {
  font-size: 32px;
}
.th-33 {
  font-size: 33px;
}
.th-34 {
  font-size: 34px;
}
.th-35 {
  font-size: 35px;
}
.th-36 {
  font-size: 36px;
}
.th-37 {
  font-size: 37px;
}
.th-38 {
  font-size: 38px;
}
.th-39 {
  font-size: 39px;
}
.th-40 {
  font-size: 40px;
}
.th-41 {
  font-size: 41px;
}
.th-42 {
  font-size: 42px;
}
.th-43 {
  font-size: 43px;
}
.th-44 {
  font-size: 44px;
}
.th-45 {
  font-size: 45px;
}
.th-46 {
  font-size: 46px;
}
.th-47 {
  font-size: 47px;
}
.th-48 {
  font-size: 48px;
}
.th-49 {
  font-size: 49px;
}
.th-50 {
  font-size: 50px;
}
.th-51 {
  font-size: 51px;
}
.th-52 {
  font-size: 52px;
}
.th-53 {
  font-size: 53px;
}
.th-54 {
  font-size: 54px;
}
.th-55 {
  font-size: 55px;
}
.th-56 {
  font-size: 56px;
}
.th-57 {
  font-size: 57px;
}
.th-58 {
  font-size: 58px;
}
.th-59 {
  font-size: 59px;
}
.th-60 {
  font-size: 60px;
}
.th-61 {
  font-size: 61px;
}
.th-62 {
  font-size: 62px;
}
.th-63 {
  font-size: 63px;
}
.th-64 {
  font-size: 64px;
}
.th-65 {
  font-size: 65px;
}
.th-66 {
  font-size: 66px;
}
.th-67 {
  font-size: 67px;
}
.th-68 {
  font-size: 68px;
}
.th-69 {
  font-size: 69px;
}
.th-70 {
  font-size: 70px;
}
.th-71 {
  font-size: 71px;
}
.th-72 {
  font-size: 72px;
}
.th-73 {
  font-size: 73px;
}
.th-74 {
  font-size: 74px;
}
.th-75 {
  font-size: 75px;
}
.th-76 {
  font-size: 76px;
}
.th-77 {
  font-size: 77px;
}
.th-78 {
  font-size: 78px;
}
.th-79 {
  font-size: 79px;
}
.th-80 {
  font-size: 80px;
}
.th-81 {
  font-size: 81px;
}
.th-82 {
  font-size: 82px;
}
.th-83 {
  font-size: 83px;
}
.th-84 {
  font-size: 84px;
}
.th-85 {
  font-size: 85px;
}
.th-86 {
  font-size: 86px;
}
.th-87 {
  font-size: 87px;
}
.th-88 {
  font-size: 88px;
}
.th-89 {
  font-size: 89px;
}
.th-90 {
  font-size: 90px;
}
.th-91 {
  font-size: 91px;
}
.th-92 {
  font-size: 92px;
}
.th-93 {
  font-size: 93px;
}
.th-94 {
  font-size: 94px;
}
.th-95 {
  font-size: 95px;
}
.th-96 {
  font-size: 96px;
}
.th-97 {
  font-size: 97px;
}
.th-98 {
  font-size: 98px;
}
.th-99 {
  font-size: 99px;
}
.th-100 {
  font-size: 100px;
}
.th-fw-100 {
  font-weight: 100;
}
.th-fw-200 {
  font-weight: 200;
}
.th-fw-300 {
  font-weight: 300;
}
.th-fw-400 {
  font-weight: 400;
}
.th-fw-500 {
  font-weight: 500;
}
.th-fw-600 {
  font-weight: 600;
}
.th-fw-700 {
  font-weight: 700;
}
.th-fw-800 {
  font-weight: 800;
}
.th-fw-900 {
  font-weight: 900;
}
.th-br-1 {
  border-radius: 1px;
}
.th-br-2 {
  border-radius: 2px;
}
.th-br-3 {
  border-radius: 3px;
}
.th-br-4 {
  border-radius: 4px;
}
.th-br-5 {
  border-radius: 5px;
}
.th-br-6 {
  border-radius: 6px;
}
.th-br-7 {
  border-radius: 7px;
}
.th-br-8 {
  border-radius: 8px;
}
.th-br-9 {
  border-radius: 9px;
}
.th-br-10 {
  border-radius: 10px;
}
.th-br-11 {
  border-radius: 11px;
}
.th-br-12 {
  border-radius: 12px;
}
.th-br-13 {
  border-radius: 13px;
}
.th-br-14 {
  border-radius: 14px;
}
.th-br-15 {
  border-radius: 15px;
}
.th-br-16 {
  border-radius: 16px;
}
.th-br-17 {
  border-radius: 17px;
}
.th-br-18 {
  border-radius: 18px;
}
.th-br-19 {
  border-radius: 19px;
}
.th-br-20 {
  border-radius: 20px;
}
.th-br-21 {
  border-radius: 21px;
}
.th-br-22 {
  border-radius: 22px;
}
.th-br-23 {
  border-radius: 23px;
}
.th-br-24 {
  border-radius: 24px;
}
.th-br-25 {
  border-radius: 25px;
}
.th-br-26 {
  border-radius: 26px;
}
.th-br-27 {
  border-radius: 27px;
}
.th-br-28 {
  border-radius: 28px;
}
.th-br-29 {
  border-radius: 29px;
}
.th-br-30 {
  border-radius: 30px;
}
.th-br-31 {
  border-radius: 31px;
}
.th-br-32 {
  border-radius: 32px;
}
.th-br-33 {
  border-radius: 33px;
}
.th-br-34 {
  border-radius: 34px;
}
.th-br-35 {
  border-radius: 35px;
}
.th-br-36 {
  border-radius: 36px;
}
.th-br-37 {
  border-radius: 37px;
}
.th-br-38 {
  border-radius: 38px;
}
.th-br-39 {
  border-radius: 39px;
}
.th-br-40 {
  border-radius: 40px;
}
.th-br-41 {
  border-radius: 41px;
}
.th-br-42 {
  border-radius: 42px;
}
.th-br-43 {
  border-radius: 43px;
}
.th-br-44 {
  border-radius: 44px;
}
.th-br-45 {
  border-radius: 45px;
}
.th-br-46 {
  border-radius: 46px;
}
.th-br-47 {
  border-radius: 47px;
}
.th-br-48 {
  border-radius: 48px;
}
.th-br-49 {
  border-radius: 49px;
}
.th-br-50 {
  border-radius: 50px;
}
.th-br-51 {
  border-radius: 51px;
}
.th-br-52 {
  border-radius: 52px;
}
.th-br-53 {
  border-radius: 53px;
}
.th-br-54 {
  border-radius: 54px;
}
.th-br-55 {
  border-radius: 55px;
}
.th-br-56 {
  border-radius: 56px;
}
.th-br-57 {
  border-radius: 57px;
}
.th-br-58 {
  border-radius: 58px;
}
.th-br-59 {
  border-radius: 59px;
}
.th-br-60 {
  border-radius: 60px;
}
.th-br-61 {
  border-radius: 61px;
}
.th-br-62 {
  border-radius: 62px;
}
.th-br-63 {
  border-radius: 63px;
}
.th-br-64 {
  border-radius: 64px;
}
.th-br-65 {
  border-radius: 65px;
}
.th-br-66 {
  border-radius: 66px;
}
.th-br-67 {
  border-radius: 67px;
}
.th-br-68 {
  border-radius: 68px;
}
.th-br-69 {
  border-radius: 69px;
}
.th-br-70 {
  border-radius: 70px;
}
.th-br-71 {
  border-radius: 71px;
}
.th-br-72 {
  border-radius: 72px;
}
.th-br-73 {
  border-radius: 73px;
}
.th-br-74 {
  border-radius: 74px;
}
.th-br-75 {
  border-radius: 75px;
}
.th-br-76 {
  border-radius: 76px;
}
.th-br-77 {
  border-radius: 77px;
}
.th-br-78 {
  border-radius: 78px;
}
.th-br-79 {
  border-radius: 79px;
}
.th-br-80 {
  border-radius: 80px;
}
.th-br-81 {
  border-radius: 81px;
}
.th-br-82 {
  border-radius: 82px;
}
.th-br-83 {
  border-radius: 83px;
}
.th-br-84 {
  border-radius: 84px;
}
.th-br-85 {
  border-radius: 85px;
}
.th-br-86 {
  border-radius: 86px;
}
.th-br-87 {
  border-radius: 87px;
}
.th-br-88 {
  border-radius: 88px;
}
.th-br-89 {
  border-radius: 89px;
}
.th-br-90 {
  border-radius: 90px;
}
.th-br-91 {
  border-radius: 91px;
}
.th-br-92 {
  border-radius: 92px;
}
.th-br-93 {
  border-radius: 93px;
}
.th-br-94 {
  border-radius: 94px;
}
.th-br-95 {
  border-radius: 95px;
}
.th-br-96 {
  border-radius: 96px;
}
.th-br-97 {
  border-radius: 97px;
}
.th-br-98 {
  border-radius: 98px;
}
.th-br-99 {
  border-radius: 99px;
}
.th-br-100 {
  border-radius: 100px;
}
.th-primary-text {
  color: #fdb022 !important;
}
.th-white-text {
  color: #fff !important;
}
.th-dark-black-text {
  color: #152536 !important;
}
.th-black-text {
  color: #000 !important;
}
.th-maroon-text {
  color: #aa2528 !important;
}
.th-light-grey {
  color: #fcfcfd !important;
}
.th-dark-grey {
  color: #17213b !important;
}
.th-grey-100-text {
  color: #f2f4f7 !important;
}
.th-grey-200-text {
  color: #eaecf0 !important;
}
.th-grey-400-text {
  color: #98a2b3 !important;
}
.th-grey-300-text {
  color: #d0d5dd !important;
}
.th-grey-500-text {
  color: #667085 !important;
}
.th-grey-600-text {
  color: #475467 !important;
}
.th-grey-700-text {
  color: #344054 !important;
}
.th-grey-800-text {
  color: #1d2939 !important;
}
.th-grey-900-text {
  color: #101828 !important;
}
.th-form-black-text {
  color: #12141d;
}
.th-bg-primary {
  background-color: #fdb022 !important;
}
.th-bg-secondary {
  background-color: #4d4ed9 !important;
}
.th-black-bg {
  background-color: #000 !important;
}
.th-primary-bg {
  background-color: #fdb022 !important;
}
.th-white-bg {
  background-color: #fff !important;
}
.th-dark-black-bg {
  background-color: #152536 !important;
}
.th-primary-border {
  border-color: #fdb022 !important;
}
.th-pointer {
  cursor: pointer !important;
}
.th-btn-black,
.th-btn-default,
.th-btn-lg,
.th-btn-lg-primary,
.th-btn-outlined,
.th-btn-primary,
.th-btn-transparent {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  padding: 12px 20px;
  border-radius: 30px;
  cursor: pointer;
}
.th-btn-primary {
  color: #000;
  outline: 1px solid #fdb022;
  background-color: #fdb022;
  border: none;
}
.th-btn-transparent {
  color: #fff;
  outline: 1px solid #fff;
}
.th-btn-black {
  border: 1px solid #12141d;
  color: #fff;
  background: #12141d;
}
.th-btn-outlined {
  color: #000;
  outline: 1px solid #000;
  background-color: transparent;
}
.th-btn-lg,
.th-btn-lg-primary {
  font-size: 16px;
  height: 40px;
  padding: 6.4285714286px 15px;
  border-radius: 8px;
}
.th-btn-lg-primary {
  color: #fff;
  background-color: #fdb022;
}
@media only screen and (min-width: 768px) {
  .enquireModal_modalOverlay__gzTad {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(23, 33, 59, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
  }
  .enquireModal_modalContent__F3lG9 {
    z-index: 400;
    overflow: hidden;
    max-width: 600px;
  }
}
.enquireModal_modalCard__qoPLz {
  border-radius: 24px;
  border: 1px solid var(--gray-200, #eaecf0);
  background: #fff;
  box-shadow: 0 0 48px -12px rgba(16, 24, 40, 0.08);
  z-index: 99999999;
  max-height: 600px;
}
.enquireModal_modal-close-btn__q41Kn {
  border-radius: 20000px;
  border: 1px solid var(--gray-200, #eaecf0);
  background: var(--website-colour-white, #fff);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
}
.enquireModal_enquireModalInput__4mVVl {
  background: var(--base-white, #fff) !important;
  padding-inline: 1rem;
}
.enquireModal_enquireModalDD__WwqMe,
.enquireModal_enquireModalInput__4mVVl {
  border-radius: 16px;
  border: 1px solid var(--gray-300, #d0d5dd);
  height: 48px;
  color: #1d2939 !important;
  font-weight: 500;
}
.enquireModal_enquireModalInputDate__9sUn_ {
  border-radius: 16px;
  border: 1px solid var(--gray-300, #d0d5dd);
  background: var(--base-white, #fff);
  box-shadow: 0 1px 2px 0 rgba(16, 24, 40, 0.05);
  height: 48px;
  color: #1d2939;
  padding-inline: 1rem;
  font-weight: 500;
}
.enquireModal_enquireModalInputDate__9sUn_::-webkit-calendar-picker-indicator {
  color: transparent;
  opacity: 1;
  display: block;
  background: url(/_next/static/media/chevronInputDown.1034e652.svg) no-repeat;
  width: 20px;
  height: 20px;
  border-width: thin;
}
.enquireModal_error-input__DrtZ9 {
  border: 2px solid red;
}
.enquireModal_th-enquiry-btn__N1CBC {
  outline: none;
  position: relative;
  display: inline-block;
  font-weight: 500;
  text-align: center;
  font-size: 14px;
  padding: 4px 10px;
  border-radius: 10px;
  cursor: pointer;
  color: #000;
  outline: 1px solid #fdb022;
  background-color: #fdb022;
  border: none;
}
@media only screen and (max-width: 768px) {
  .enquireModal_modalOverlay__gzTad {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: rgba(23, 33, 59, 0.58);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 99999999999;
    padding: 10px 10px 0;
    border-radius: 10px 10px 0 0;
  }
  .enquireModal_modalContent__F3lG9 {
    z-index: 400;
    overflow: hidden;
  }
  .enquireModal_enquireModalDD__WwqMe,
  .enquireModal_enquireModalInput__4mVVl {
    border-radius: 10px;
    height: 36px;
    color: #1d2939 !important;
    font-weight: 500;
    font-size: 11px;
  }
  .enquireModal_enquireModalInput__4mVVl {
    border: 1px solid var(--gray-300, #d0d5dd);
    background: var(--base-white, #fff) !important;
  }
}
.Header_th-header__0vOAe {
  position: "sticky";
  top: 0;
  z-index: 10;
}
.Header_th-header-logo__3oYz_ {
  width: auto;
}
.Header_th-header-navs___ZqEr {
  width: auto;
  gap: 30px;
  color: #344054;
  font-size: 14px;
  font-weight: 500;
}
.Header_th-header-navs___ZqEr a {
  color: #344054;
}
@media (max-width: 1100px) {
  .Header_th-header-logo__3oYz_ {
    width: 100%;
  }
  .Header_th-header-navs___ZqEr {
    width: 100% !important;
    justify-content: center;
    padding-top: 2rem;
    gap: 30px;
  }
}
@media (max-width: 891px) {
  .Header_th-header-navs___ZqEr {
    gap: 15px;
    font-size: 13px;
  }
}
.Header_th-header-menu__KPKKC {
  float: left;
  position: relative;
}
.Header_th-header-dropdown__k7Q2E {
  float: left;
  margin-left: 10px;
}
.Header_th-header-menu__KPKKC
  > .Header_th-header-dropdown__k7Q2E
  > .Header_th-drop-mega__qGBMZ {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  list-style: none;
  text-align: left;
  margin-top: 30px;
  z-index: 99;
  border-radius: 5px;
  background-color: #fff;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  -o-transition: all ease-in-outs 0.2s;
  overflow: hidden;
  padding: 5px;
}
.Header_th-header-menu__KPKKC
  > .Header_th-header-dropdown__k7Q2E:hover
  .Header_th-drop-mega__qGBMZ {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
  max-height: 400px;
  overflow-y: scroll;
}
.Header_th-header-menu__KPKKC
  > .Header_th-header-dropdown__k7Q2E
  > .Header_th-drop-mega__qGBMZ
  > .Header_th-dropdown-content___WCwM {
  width: 250px;
  font-size: 14px;
}
.Header_th-menu-parent__BrJHn {
  padding: 5px;
}
.Header_th-menu-parent__BrJHn:hover .Header_th-menu-child__ll1Xx {
  display: block;
}
.Header_th-menu-child__ll1Xx {
  display: none;
  padding: 5px;
}
.Header_th-menu-child__ll1Xx:hover .Header_th-menu-sub-child__R_ftT {
  display: block;
}
.Header_th-menu-sub-child__R_ftT {
  display: none;
  padding: 10px;
}
