@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');

* {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
  font-family: "Inter", sans-serif;
}

html {
  font-size: 16px;
  scroll-behavior: smooth;
  position: relative;
  height: 100%;
  width: 100%;
  font-family: "Inter", sans-serif;
  z-index: -1;
}

body {
  position: relative;
  height: 100%;
  width: 100%;
  overflow-x: hidden;
}

:focus {
  outline: none;
  box-shadow: none;
}

p {
  margin-bottom: 0;
}

button:focus {
  outline: none;
}

.border {
  border: 0.5px solid #E4E4E7 !important;
}

.br2 {
  border: 1px solid rgba(255, 255, 255, 0.2)
}

.border-box {
  border: 1px solid #E4E4E7;
}

button {
  white-space: nowrap;
}

label {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: rgb(24, 24, 27);
  opacity: 0.5;
}

:root {
  --primary-color: #2C3143;
}

.container-custom {
  padding-left: 80px;
  padding-right: 80px;
}

.row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
  color: inherit;
}

.transition {
  transition: all 0.4s ease-in-out 0s !important;
}

select#service {
  padding: .7rem !important;
}

.custom-file-input {
  color: rgb(228, 228, 231);
  opacity: 1;
}

.custom-file-input::-webkit-file-upload-button {
  visibility: hidden;
}

.custom-file-input::before {
  color: black;
  display: inline-block;
  background: -webkit-linear-gradient(top, rgb(249, 249, 249), rgb(227, 227, 227));
  border: 1px solid rgb(153, 153, 153);
  border-radius: 3px;
  padding: 5px 8px;
  outline: none;
  white-space: nowrap;
  cursor: pointer;
  text-shadow: rgb(255, 255, 255) 1px 1px;
  font-weight: 700;
  font-size: 10pt;
}

.custom-file-input:hover::before {
  border-color: black;
}

.custom-file-input:active {
  outline: 0px;
}

.custom-file-input:active::before {
  background: -webkit-linear-gradient(top, rgb(227, 227, 227), rgb(249, 249, 249));
}

.custom-background {
  background: rgb(248, 250, 252);
}

.contract-power {
  height: 168px;
  width: 100%;
}

.text-50 {
  opacity: 0.5;
}

.w-88 {
  width: 88%;
}

.baseline {
  align-items: baseline;
}

.flex {
  display: flex;
}

.flex-import {
  display: flex !important;
}

.flex-auto {
  flex: 1 1 auto;
}

.flex-wrap {
  flex-wrap: wrap;
}

.d-column {
  flex-direction: column;
}

.grid-template {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-template2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.block {
  display: block;
}

.align-center {
  align-items: center;
}

.object-contain {
  object-fit: contain !important;
}

.none {
  display: none !important;
}

.display-none {
  display: none;
}

.position-sticky {
  position: sticky;
  top: 20%;
}

.white-space-nowrap {
  white-space: nowrap;
}

.grid {
  display: grid;
}

.d-flow {
  display: flow-root;
}

.d-contents {
  display: contents;
}

.text-center {
  text-align: center;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.align-center {
  align-items: center;
}

.align-center-self {
  align-self: center;
}

.align-end {
  align-items: end;
}

.flex-settings {
  flex: 0 0 49%;
}

.align-flex-start {
  align-items: flex-start;
}

.object-fit-contain {
  object-fit: contain !important;
}

.object-fit-cover {
  object-fit: cover !important;
}

.object-position-center {
  object-position: center center;
}

.cursor-pointer {
  cursor: pointer;
}

.object-cover {
  object-fit: cover;
}

.right-0 {
  right: 0px;
}

.right-559 {
  right: -559px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-4 {
  bottom: 4rem;
}

.bottom-12 {
  bottom: 12px;
}

.row-gap-0 {
  row-gap: 0px !important;
}

.row-gap-32 {
  row-gap: 2rem;
}

.gap-4 {
  gap: 0.25rem;
}

.gap-6 {
  gap: 6px;
}

.gap-8 {
  gap: 0.5rem;
}

.gap-12 {
  gap: 0.75rem;
}

.gap-16 {
  gap: 1rem;
}

.gap-18 {
  gap: 1.125rem;
}

.gap-20 {
  gap: 1.25rem;
}

.gap-24 {
  gap: 1.5rem;
}

.gap-28 {
  gap: 1.75rem;
}

.gap-32 {
  gap: 2rem;
}

.gap-36 {
  gap: 2.25rem;
}

.gap-40 {
  gap: 2.5rem;
}

.gap-44 {
  gap: 2.75rem;
}

.gap-48 {
  gap: 3rem;
}

.gap-52 {
  gap: 3.25rem;
}

.gap-56 {
  gap: 3.5rem;
}

.gap-60 {
  gap: 3.75rem;
}

.gap-64 {
  gap: 4rem;
}

.gap-100 {
  gap: 100px;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.fixed {
  position: fixed;
}

.sticky {
  position: sticky;
}

.justify-between {
  justify-content: space-between;
}

.justify-center {
  justify-content: center;
}

.justify-self-center {
  justify-self: center;
}

.justify-end {
  justify-content: end;
}

.justify-start {
  justify-content: start !important;
}

.justify-left {
  justify-content: left;
}

.justify-right {
  justify-content: right;
}

.w-auto {
  width: auto;
}

.w-fit-content {
  width: fit-content !important;
}

.w-4 {
  width: 0.25rem;
}

.w-8 {
  width: 0.5rem;
}

.w-12 {
  width: 0.75rem;
}

.w-16 {
  width: 1rem;
}

.w-18 {
  width: 18px;
}

.w-20 {
  width: 1.25rem;
}

.w-24 {
  width: 1.5rem;
}

.w-28 {
  width: 1.75rem;
}

.w-32 {
  width: 2rem;
}

.w-36 {
  width: 2.25rem;
}

.w-40 {
  width: 2.5rem;
}

.w-44 {
  width: 2.75rem;
}

.w-48 {
  width: 3rem;
}

.w-50 {
  width: 50%;
}

.w-52 {
  width: 3.25rem;
}

.w-56 {
  width: 3.5rem;
}

.w-60 {
  width: 3.75rem;
}

.w-64 {
  width: 4rem;
}

.w-230 {
  width: 230px;
}

.w-288 {
  width: 288px;
}

.w-567 {
  width: 567px;
}

.h-fit-content {
  height: fit-content;
}

.h-auto {
  height: auto;
}

.h-4 {
  height: 0.25rem;
}

.h-8 {
  height: 0.5rem;
}

.h-12 {
  height: 0.75rem;
}

.h-16 {
  height: 1rem;
}

.h-18 {
  height: 18px;
}

.h-20 {
  height: 1.25rem;
}

.h-24 {
  height: 1.5rem;
}

.h-28 {
  height: 1.75rem;
}

.h-32 {
  height: 2rem;
}

.h-36 {
  height: 2.25rem;
}

.h-40 {
  height: 2.5rem;
}

.h-44 {
  height: 2.75rem;
}

.h-48 {
  height: 3rem;
}

.h-52 {
  height: 3.25rem;
}

.h-56 {
  height: 3.5rem;
}

.h-60 {
  height: 3.75rem;
}

.h-64 {
  height: 4rem;
}

.h-134 {
  height: 134px;
}

.h-145 {
  height: 145px;
}

.h-160 {
  height: 160px;
}

.h-278 {
  height: 278px;
}

.h-250 {
  height: 250px;
}

.h-280 {
  height: 280px;
}

.h-357 {
  height: 357px;
}

.h-452 {
  height: 452px;
}

.h-498 {
  height: 498px;
}

.h-628 {
  height: 628px;
}

.h-720 {
  height: 720px;
}

.h-906 {
  height: 906px;
}

.h-692 {
  height: calc(692px);
}

.text-020 {
  color: rgb(2, 6, 23);
}

.text-475 {
  color: rgb(71, 85, 105);
}

.text-EF4 {
  color: rgb(239, 68, 68);
}

.color-CBD {
  color: rgb(203, 213, 225) !important;
}

.color-008 {
  color: rgb(0, 85, 150);
}

.color-94A {
  color: rgb(148, 163, 184) !important;
}

.color-005 {
  color: rgb(0, 85, 150);
}

.color-7AC {
  color: rgb(122, 198, 255);
}

.color-E2E {
  color: rgb(226, 232, 240);
}

.color-1E2 {
  color: rgb(30, 41, 59) !important;
}

.color-7AC {
  color: rgb(122, 198, 255);
}

.color-006 {
  color: rgb(0, 110, 194);
}

.color-334 {
  color: rgb(51, 65, 85);
}

.bg-covered-img {
  object-fit: cover;
  object-position: center center;
  background-repeat: no-repeat;
}

.bg-contain-img {
  object-fit: contain;
  object-position: center center;
  background-repeat: no-repeat;
}

.bg-covered {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.bg-black {
  background-color: #565656 !important;
}

.bg-red-2 {
  background: var(--red-red-50, #FEF2F2);
}

.bg-red {
  background-color: rgb(239, 68, 68);
  display: flex;
  align-items: center;
  justify-content: center;
}

.bg-blue {
  background-color: rgb(0, 85, 150);
  border-radius: 32px;
}

.bg-white-2 {
  background-color: rgb(255, 255, 255);
  border-radius: 32px;
}

.bg-white-2 {
  background-color: rgb(255, 255, 255);
  border-radius: 32px;
  border: 1px solid rgb(0, 85, 150);
}

.bg-blue-3 {
  background-color: rgb(0, 85, 150);
}

.bg-orange {
  border-radius: 100px;
  background-color: rgb(249, 115, 22) !important;
}

.bg-blue-2 {
  background-color: var(--purple-indigo-50, #EEF2FF);
  color: rgb(79, 70, 229) !important;
}

.bg-white {
  background-color: rgb(255, 255, 255) !important;
}

.bg-grey {
  background-color: var(--grey-slate-100, #F1F5F9);
}

.bg-3D0 {
  background-color: rgb(61, 0, 11);
}

.bg-181 {
  background-color: rgb(24, 24, 27);
}

.bg-3D0-40 {
  background-color: rgba(61, 0, 11, 0.4);
}

.text-white {
  color: rgb(255, 255, 255) !important;
}

.text-1717A {
  color: #71717A !important;
}

.text-white-600 {
  color: rgba(255, 255, 255, 0.65) !important;
}

.text-black {
  color: rgb(0, 0, 0) !important;
}

.text-blue {
  color: rgb(79, 70, 229);
}

.text-red {
  color: rgb(239, 68, 68) !important;
}

.text-F8F {
  color: rgb(248, 250, 252);
}

.text-181 {
  color: #18181BBF;
}

.text-647 {
  color: rgb(100, 116, 139) !important;
}

.text-1E2 {
  color: rgb(30, 41, 59);
}

.text-1F9 {
  color: rgb(31, 158, 255);
}

.text-005 {
  color: rgb(0, 85, 150);
}

.text-A1A {
  color: #A1A1AA;
}

.text-CBD {
  color: rgb(203, 213, 225);
}

.font-size-4 {
  font-size: 0.25rem;
}

.font-size-8 {
  font-size: 0.5rem;
}

.font-size-10 {
  font-size: 0.625rem;
}

.font-size-12 {
  font-size: 0.75rem;
}

.font-size-13 {
  font-size: 0.813rem;
}

.font-size-14 {
  font-size: 0.875rem;
}

.font-size-16 {
  font-size: 1rem;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 1.25rem;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-24 {
  font-size: 1.5rem;
}

.font-size-28 {
  font-size: 1.75rem;
}

.font-size-30 {
  font-size: 1.875rem;
}

.font-size-32 {
  font-size: 2rem;
}

.font-size-34 {
  font-size: 2.125rem;
}

.font-size-36 {
  font-size: 2.25rem;
}

.font-size-40 {
  font-size: 2.5rem;
}

.font-size-42 {
  font-size: 42px;
}

.font-size-44 {
  font-size: 2.75rem;
}

.font-size-48 {
  font-size: 3rem;
}

.font-size-52 {
  font-size: 3.25rem;
}

.font-size-56 {
  font-size: 3.5rem;
}

.font-size-60 {
  font-size: 3.75rem;
}

.font-size-64 {
  font-size: 4rem;
}

.font-size-72 {
  font-size: 72px;
}

.line-height-4 {
  line-height: 0.25rem;
}

.line-height-8 {
  line-height: 0.5rem;
}

.line-height-12 {
  line-height: 0.75rem;
}

.line-height-16 {
  line-height: 1rem;
}

.line-height-20 {
  line-height: 1.25rem;
}

.line-height-24 {
  line-height: 1.5rem;
}

.line-height-25-5 {
  line-height: 25.45px;
}

.line-height-28 {
  line-height: 1.75rem;
}

.line-height-32 {
  line-height: 2rem;
}

.line-height-36 {
  line-height: 2.25rem;
}

.line-height-40 {
  line-height: 2.5rem;
}

.line-height-44 {
  line-height: 2.75rem;
}

.line-height-48 {
  line-height: 3rem;
}

.line-height-52 {
  line-height: 3.25rem;
}

.line-height-56 {
  line-height: 3.5rem;
}

.line-height-60 {
  line-height: 3.75rem;
}

.line-height-64 {
  line-height: 4rem;
}

.letter-spacing-2 {
  letter-spacing: 2px;
}

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.rounded-4 {
  border-radius: 0.25rem;
}

.rounded-6 {
  border-radius: 0.25rem;
}

.rounded-8 {
  border-radius: 0.5rem;
}

.rounded-12 {
  border-radius: 0.75rem;
}

.rounded-16 {
  border-radius: 1rem !important;
}

.rounded-20 {
  border-radius: 1.25rem;
}

.rounded-24 {
  border-radius: 1.5rem;
}

.rounded-28 {
  border-radius: 1.75rem;
}

.rounded-32 {
  border-radius: 2rem;
}

.rounded-36 {
  border-radius: 2.25rem;
}

.rounded-40 {
  border-radius: 2.5rem;
}

.rounded-44 {
  border-radius: 2.75rem;
}

.rounded-48 {
  border-radius: 3rem;
}

.rounded-52 {
  border-radius: 3.25rem;
}

.rounded-56 {
  border-radius: 3.5rem;
}

.rounded-60 {
  border-radius: 3.75rem;
}

.rounded-64 {
  border-radius: 4rem;
}

.rounded-100 {
  border-radius: 100px;
}

.p-0 {
  padding: 0px;
}

.p-4 {
  padding: 0.25rem !important;
}

.p-8 {
  padding: 0.5rem;
}

.p-12 {
  padding: 0.75rem;
}

.p-16 {
  padding: 1rem;
}

.p-20 {
  padding: 1.25rem;
}

.p-24 {
  padding: 1.5rem;
}

.p-28 {
  padding: 1.75rem;
}

.p-32 {
  padding: 2rem;
}

.p-36 {
  padding: 2.25rem;
}

.p-40 {
  padding: 2.5rem;
}

.p-44 {
  padding: 2.75rem;
}

.p-48 {
  padding: 3rem;
}

.p-52 {
  padding: 3.25rem;
}

.p-56 {
  padding: 3.5rem;
}

.p-60 {
  padding: 3.75rem;
}

.p-64 {
  padding: 4rem;
}

.py-4 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-8 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-10 {
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}

.py-12 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-16 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-18 {
  padding-top: 1.125rem;
  padding-bottom: 1.125rem;
}

.py-20 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-24 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-28 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-32 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.py-36 {
  padding-top: 2.25rem;
  padding-bottom: 2.25rem;
}

.py-40 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-44 {
  padding-top: 2.75rem;
  padding-bottom: 2.75rem;
}

.py-48 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-52 {
  padding-top: 3.25rem;
  padding-bottom: 3.25rem;
}

.py-56 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-60 {
  padding-top: 3.75rem;
  padding-bottom: 3.75rem;
}

.py-64 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-88 {
  padding-top: 88px;
  padding-bottom: 88px;
}

.px-4 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}

.px-8 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-12 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-16 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-20 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-22 {
  padding-left: 22px;
  padding-right: 22px;
}

.px-24 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-28 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-32 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.px-36 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

.px-40 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-42 {
  padding-left: 42px;
  padding-right: 42px;
}

.px-44 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-48 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.px-52 {
  padding-left: 3.25rem;
  padding-right: 3.25rem;
}

.px-54 {
  padding-left: 54px;
  padding-right: 54px;
}

.px-56 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

.px-60 {
  padding-left: 3.75rem;
  padding-right: 3.75rem;
}

.px-64 {
  padding-left: 4rem;
  padding-right: 4rem;
}

.px-108 {
  padding-left: 108px;
  padding-right: 108px;
}

.px-352 {
  padding-left: 302px;
  padding-right: 302px;
}

.px-72 {
  padding-left: 72px;
  padding-right: 72px;
}

.px-162 {
  padding-left: 162px;
  padding-right: 162px;
}

.px-210 {
  padding-left: 210px;
  padding-right: 210px;
}

.my-28 {
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
}

.my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.mx-36 {
  margin-left: 36px;
  margin-right: 36px;
}

.pr-0 {
  padding-right: 0px !important;
}

.pr-4 {
  padding-right: 0.25rem !important;
}

.pr-8 {
  padding-right: 0.5rem;
}

.pr-12 {
  padding-right: 0.75rem;
}

.pr-16 {
  padding-right: 1rem;
}

.pr-20 {
  padding-right: 1.25rem;
}

.pr-24 {
  padding-right: 1.5rem;
}

.pr-28 {
  padding-right: 1.75rem;
}

.pr-32 {
  padding-right: 2rem !important;
}

.pr-36 {
  padding-right: 2.25rem;
}

.pr-40 {
  padding-right: 2.5rem;
}

.pr-44 {
  padding-right: 2.75rem;
}

.pr-48 {
  padding-right: 3rem;
}

.pr-52 {
  padding-right: 3.25rem;
}

.pr-56 {
  padding-right: 3.5rem;
}

.pr-60 {
  padding-right: 3.75rem;
}

.pr-64 {
  padding-right: 4rem;
}

.pl-0 {
  padding-left: 0px !important;
}

.pl-4 {
  padding-left: 0.25rem !important;
}

.pl-8 {
  padding-left: 0.5rem;
}

.pl-12 {
  padding-left: 0.75rem;
}

.pl-16 {
  padding-left: 1rem;
}

.pl-20 {
  padding-left: 1.25rem;
}

.pl-24 {
  padding-left: 1.5rem;
}

.pl-28 {
  padding-left: 1.75rem;
}

.pl-32 {
  padding-left: 2rem;
}

.pl-36 {
  padding-left: 2.25rem;
}

.pl-40 {
  padding-left: 2.5rem;
}

.pl-44 {
  padding-left: 2.75rem;
}

.pl-48 {
  padding-left: 3rem;
}

.pl-52 {
  padding-left: 3.25rem;
}

.pl-56 {
  padding-left: 3.5rem;
}

.pl-60 {
  padding-left: 3.75rem;
}

.pl-64 {
  padding-left: 4rem;
}

.pt-4 {
  padding-top: 0.25rem !important;
}

.pt-8 {
  padding-top: 0.5rem;
}

.pt-12 {
  padding-top: 0.75rem;
}

.pt-16 {
  padding-top: 1rem;
}

.pt-20 {
  padding-top: 1.25rem;
}

.pt-24 {
  padding-top: 1.5rem;
}

.pt-28 {
  padding-top: 1.75rem;
}

.pt-32 {
  padding-top: 2rem;
}

.pt-36 {
  padding-top: 2.25rem;
}

.pt-40 {
  padding-top: 2.5rem;
}

.pt-44 {
  padding-top: 2.75rem;
}

.pt-48 {
  padding-top: 3rem;
}

.pt-52 {
  padding-top: 3.25rem;
}

.pt-56 {
  padding-top: 3.5rem;
}

.pt-58 {
  padding-top: 58px !important;
}

.pt-60 {
  padding-top: 3.75rem;
}

.pt-64 {
  padding-top: 4rem;
}

.pt-96 {
  padding-top: 96px;
}

.pt-390 {
  padding-top: 390px;
}

.pb-0 {
  padding-bottom: 0px !important;
}

.pb-2 {
  padding-bottom: 2px;
}

.pb-4 {
  padding-bottom: 0.25rem !important;
}

.pb-8 {
  padding-bottom: 0.5rem;
}

.pb-12 {
  padding-bottom: 0.75rem;
}

.pb-16 {
  padding-bottom: 1rem;
}

.pb-20 {
  padding-bottom: 1.25rem;
}

.pb-24 {
  padding-bottom: 1.5rem;
}

.pb-28 {
  padding-bottom: 1.75rem;
}

.pb-32 {
  padding-bottom: 2rem;
}

.pb-36 {
  padding-bottom: 2.25rem;
}

.pb-40 {
  padding-bottom: 2.5rem;
}

.pb-44 {
  padding-bottom: 2.75rem;
}

.pb-48 {
  padding-bottom: 3rem;
}

.pb-52 {
  padding-bottom: 3.25rem;
}

.pb-56 {
  padding-bottom: 3.5rem;
}

.pb-60 {
  padding-bottom: 3.75rem;
}

.pb-64 {
  padding-bottom: 4rem;
}

.mt-auto {
  margin-top: auto;
}

.mt-4 {
  margin-top: 0.25rem !important;
}

.mt-8 {
  margin-top: 0.5rem;
}

.mt-12 {
  margin-top: 0.75rem;
}

.mt-16 {
  margin-top: 1rem;
}

.mt-20 {
  margin-top: 1.25rem;
}

.mt-24 {
  margin-top: 1.5rem;
}

.mt-28 {
  margin-top: 1.75rem;
}

.mt-32 {
  margin-top: 2rem;
}

.mt-34 {
  margin-top: 34px;
}

.mt-36 {
  margin-top: 2.25rem;
}

.mt-40 {
  margin-top: 2.5rem;
}

.mt-44 {
  margin-top: 2.75rem;
}

.mt-48 {
  margin-top: 3rem;
}

.mt-52 {
  margin-top: 3.25rem;
}

.mt-56 {
  margin-top: 3.5rem;
}

.mt-60 {
  margin-top: 3.75rem;
}

.mt-64 {
  margin-top: 4rem;
}

.mt-72 {
  margin-top: 72px;
}

.mt-88 {
  margin-top: 88px;
}

.mt-234 {
  margin-top: 234px;
}

.mt--150 {
  margin-top: -150px;
}

.mb-auto {
  margin-bottom: auto;
}

.mb-4 {
  margin-bottom: 0.25rem !important;
}

.mb-8 {
  margin-bottom: 0.5rem;
}

.mb-12 {
  margin-bottom: 0.75rem;
}

.mb-14 {
  margin-bottom: 14px;
}

.mb-16 {
  margin-bottom: 1rem;
}

.mb-20 {
  margin-bottom: 1.25rem;
}

.mb-24 {
  margin-bottom: 1.5rem;
}

.mb-28 {
  margin-bottom: 1.75rem;
}

.mb-32 {
  margin-bottom: 2rem;
}

.mb-36 {
  margin-bottom: 2.25rem;
}

.mb-40 {
  margin-bottom: 2.5rem;
}

.mb-44 {
  margin-bottom: 2.75rem;
}

.mb-48 {
  margin-bottom: 3rem;
}

.mb-52 {
  margin-bottom: 3.25rem;
}

.mb-56 {
  margin-bottom: 3.5rem;
}

.mb-60 {
  margin-bottom: 3.75rem;
}

.mb-64 {
  margin-bottom: 4rem;
}

.mb-10 {
  margin-bottom: 20rem;
}

.mb-5 {
  margin-bottom: 10rem !important;
}

.mb-2070 {
  margin-bottom: 2220px;
}

.ml-auto {
  margin-left: auto;
}

.ml-4 {
  margin-left: 0.25rem;
}

.ml-5 {
  margin-left: 5px !important;
}

.ml-8 {
  margin-left: 0.5rem;
}

.ml-12 {
  margin-left: 0.75rem;
}

.ml-16 {
  margin-left: 1rem;
}

.ml-24 {
  margin-left: 1.5rem;
}

.ml-28 {
  margin-left: 1.75rem;
}

.ml-32 {
  margin-left: 2rem;
}

.ml-36 {
  margin-left: 2.25rem;
}

.ml-40 {
  margin-left: 2.5rem;
}

.ml-44 {
  margin-left: 2.75rem;
}

.ml-48 {
  margin-left: 3rem;
}

.ml-52 {
  margin-left: 3.25rem;
}

.ml-56 {
  margin-left: 3.5rem;
}

.ml-60 {
  margin-left: 3.75rem;
}

.ml-64 {
  margin-left: 4rem;
}

.mr-auto {
  margin-right: auto;
}

.mr-4 {
  margin-right: 0.25rem;
}

.mr-8 {
  margin-right: 0.5rem;
}

.mr-12 {
  margin-right: 0.75rem;
}

.mr-16 {
  margin-right: 1rem;
}

.mr-20 {
  margin-right: 1.25rem;
}

.mr-24 {
  margin-right: 1.5rem;
}

.mr-28 {
  margin-right: 1.75rem;
}

.mr-32 {
  margin-right: 2rem;
}

.mr-36 {
  margin-right: 2.25rem;
}

.mr-40 {
  margin-right: 2.5rem;
}

.mr-44 {
  margin-right: 2.75rem;
}

.mr-48 {
  margin-right: 3rem;
}

.mr-52 {
  margin-right: 3.25rem;
}

.mr-56 {
  margin-right: 3.5rem;
}

.mr-60 {
  margin-right: 3.75rem;
}

.mr-64 {
  margin-right: 4rem;
}

.footer-color-palette {
  width: 100%;
  height: 132px;
}

.h-498 {
  height: 542px;
}

.h-132 {
  height: 132px;
}

.h-280 {
  height: 280px;
}

.bg-blue-m {
  background-color: rgb(0, 85, 150) !important;
}

.text-white-m {
  color: white !important;
}


.overlay-3 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.overlay-3::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(0, 85, 150);
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}

.overlay-2 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.overlay-2::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(65, 118, 171);
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}

.overlay-1 {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.overlay-1::after {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgb(114, 152, 193);
  opacity: 0.8;
  transition: all 0.4s ease-in-out 0s;
}



.line {
  border-bottom: 2px solid rgb(226, 232, 240);
  width: 64px;
}

.border-ik {
  border-radius: 100px;
  border: 1px solid var(--grey-500, #64748B);
}

.main-container {
  width: 1920px;
  height: 1080px;
  display: flex;
}

.slider-img {
  width: 100%;
  height: 668px;
}

.country-border {
  border-radius: 32px;
  border: 1px solid var(--grey-300, #CBD5E1);
  background: var(--grey-25, #FFF);
}


.slider-overlay-2 {
  background-color: rgb(0, 110, 194);
  opacity: 0.7;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 8px 0px 0px 8px;
}

.slider-overlay {
  background: #00000099;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: .5;
  top: 0;
  position: absolute;
}


.slider-overlay-3 {
  background: rgba(2, 6, 23, 0.3);
  width: 100%;
  height: 100%;
  border-radius: 8px 8px 0px 0px;
}

.inputs {
  border-radius: 8px;
  border: 1px solid var(--grey-300, #CBD5E1);
  background: rgb(255, 255, 255);
  color: rgb(139, 139, 139);
}

.inputs-3 {
  border-radius: 8px 8px 0px 0px;
  border: 1px solid var(--grey-300, #CBD5E1);
  background: rgb(255, 255, 255);
}

.inputs-4 {
  border-radius: 0px 0px 8px 8px;
  border: 1px solid var(--grey-300, #CBD5E1);
  background: rgb(255, 255, 255);
}

.inputs-2 {
  border: 1px solid var(--grey-300, #CBD5E1);
  background: rgb(255, 255, 255);
}

.b-blue {
  border-radius: 32px;
  border: 1px solid var(--blue-800, #005596);
  width: fit-content;
}

.b-grey {
  border-radius: 32px;
  border: 1px solid var(--grey-500, #64748B);
  width: fit-content;
  color: rgb(137, 148, 167);
  transition: all 0.4s ease-in-out 0s;
  background-color: white !important;
}

#H-1994 {
  display: none;
}

#H-2004 {
  display: none;
}

#H-2018 {
  display: none;
}

#H-1999 {
  display: none;
}

#H-2023 {
  display: none;
}

.close {
  display: none;
}

.open {
  display: none;
}

.mt-1340 {
  margin-top: 280px;
}

.mobile-menu {
  display: none;
}

.reference-img {
  width: 304px;
  height: 132px;
}

.white-border {
  width: 64px;
  background: var(--grey-slate-200, #E2E8F0);
  height: 2px;
  transition: all 0.4s ease 0s;
  margin: .5rem;
}

.white-border-2 {
  width: 25px;
  background: var(--grey-slate-200, #E2E8F0);
  height: 2px;
  transition: all 0.4s ease 0s;
}

.grey-border {
  width: 64px;
  background: var(--grey-slate-200, #E2E8F0);
  height: 2px;
  transition: all 0.3s ease 0s;
}

.left-64 {
  left: 64px;
}

.slick-track {
  height: 667px;
}

input[type="file"] {
  font: 300 14px sans-serif;
  color: rgb(0, 85, 150);
  border-radius: 32px;
  border: 1px solid var(--blue-800, #005596);
  cursor: pointer !important;
}

input[type="file"]::-webkit-file-upload-button {
  font: 300 14px sans-serif;
  background: rgb(255, 255, 255);
  border-radius: 32px;
  border: 0px solid var(--blue-800, #005596);
  padding: 12px 24px;
  cursor: pointer;
  color: rgb(0, 85, 150);
}

.contact {
  left: 50%;
  top: 0%;
  transform: translate(-50%, 0%);
}

.slick-prev,
.slick-next {
  font-size: 0px;
  line-height: 0;
  position: absolute;
  display: block;
  width: 44px;
  height: 44px;
  padding: 0px;
  transform: translate(0px, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  bottom: 0px;
}

.contain-m {
  background-size: cover;
}

.ref-2 {
  display: none;
}

.ref-3 {
  display: none;
}

.job-2 {
  display: none;
}

.job-3 {
  display: none;
}

.right-64 {
  right: 64px;
}

.blog-pic {
  border-radius: 8px;
  height: 270px;
  width: 640px;
}

.border-navbar {
  border-bottom: 1px solid var(--grey-300, #CBD5E1);
  background: var(--grey-25, #FFF);
}

.service-index-pic {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 200px;
  border-radius: 12px;
}

.img-zoom {
  width: 100%;
  height: 218px;
  border-radius: 12px;
}

.service-index-card {
  width: 287px;
  left: 4px;
  border-radius: 8px;
  background: rgb(255, 255, 255);
  bottom: 10rem;
  height: 374px;
  box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 32px 0px;
  flex-direction: column;
  justify-content: space-between;
}

.service-index-card .desc {
  flex-grow: 1;
}

.flex-grow {
  flex-grow: 1;
}

.image-zoom-cont {
  overflow: hidden;
  position: relative;
  width: 300px;
  height: 200px;
}

.img-zoom {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background-size: cover;
  transition: transform 0.5s ease 0s;
}

.pt-88 {
  padding-top: 88px;
}

.pic-card:hover .img-zoom {
  transform: scale(1.2);
}

.pic-card:hover .b-grey {
  border: 1px solid rgb(0, 85, 150);
  background-color: rgb(0, 85, 150) !important;
  color: rgb(203, 213, 225) !important;
}

.pic-card:hover .white-border {
  width: 100px;
  background: rgb(0, 85, 150);
}

.box-shadow {
  border: 1px solid var(--grey-300, #CBD5E1);
  background: var(--white, #FFF);
  box-shadow: rgba(16, 24, 40, 0.04) -2px 0px 8px -4px, rgba(16, 24, 40, 0.1) -2px 0px 24px -4px;
}

.about-img {
  width: 100%;
  height: 376px;
}

.about-text {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.world-map {
  width: 100%;
  height: 600px;
}

#unit-price::placeholder {
  color: rgb(148, 163, 184);
}

#quantity::placeholder {
  color: rgb(148, 163, 184);
}

.category {
  border-bottom: 1px solid var(--grey-200, #E2E8F0);
  cursor: pointer;
  background: var(--grey-slate-50, #F8FAFC);
  padding: 24px 16px;
}

.category-2 {
  border-bottom: 1px solid var(--grey-200, #E2E8F0);
  cursor: pointer;
  background: var(--grey-slate-50, #F8FAFC);
  padding: 24px 16px;
}

.active {
  color: white;
}

.languages {
  display: none;
  z-index: 999;
}

.active-2 {
  color: rgb(100, 116, 139) !important;
}

.overflow-y {
  height: 100vh;
  overflow-y: auto;
}

.overflow-y::-webkit-scrollbar {
  width: 0px;
}

.line {
  border-right: 2px solid var(--grey-300, #CBD5E1);
}

.b-1 {
  border-bottom: 1px solid var(--grey-200, #E2E8F0);
}

.product-img {
  min-width: 139px;
  height: 139px;
}

.cart-img {
  width: 98px;
  height: 98px;
}

.border-1 {
  border-radius: 8px;
  border: 2px solid var(--grey-200, #E2E8F0);
  width: 192px;
  margin-top: 32px;
  margin-bottom: 32px;
}

.border-2 {
  border-radius: 8px;
  border: 2px solid var(--grey-200, #E2E8F0);
}

.bl-1 {
  border-left: 1px solid var(--grey-200, #E2E8F0);
}

.card-img {
  width: 100%;
  height: 128px;
  object-fit: cover;
}

.card-product {
  border-radius: 8px;
  border: 1px solid var(--grey-300, #CBD5E1);
  min-height: 232px;
  background: var(--white, #FFF);
  margin-right: 12px;
  margin-bottom: 12px;
  box-sizing: border-box;
  flex: 0 0 calc(16.6667% - 12px) !important;
}

.card-product:nth-child(6n) {
  margin-right: 0px;
}

.price-container {
  border-bottom: 1px solid var(--grey-300, #CBD5E1);
  background: var(--grey-slate-50, #F8FAFC);
}

.br-2 {
  border-right: 2px solid var(--grey-300, #CBD5E1);
}

.numbers {
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.2px;
  color: var(--grey-700, var(--grey-slate-700, #334155));
}

@media (min-width: 1440px) {
  .design-container {
    width: 1440px;
    height: auto;
  }
}

@media (max-width: 992px) {
  .flex-m {
    display: flex !important;
  }

  .flex-auto-m {
    flex: 1 1 auto;
  }

  .flex-wrap-m {
    flex-wrap: wrap;
  }

  .block-m {
    display: block !important;
  }

  .none-m {
    display: none;
  }

  img.slick-next.slick-arrow {
    right: 38%;
  }

  img.slick-prev.slick-arrow {
    left: 34%;
  }

  .white-space-nowrap-m {
    white-space: nowrap;
  }

  .grid-m {
    display: grid;
  }

  .grid-m-none {
    display: block;
  }

  .d-flow-m {
    display: flow-root;
  }

  .align-center-m {
    align-items: center;
  }

  .cursor-pointer-m {
    cursor: pointer;
  }

  .object-cover-m {
    object-fit: cover;
  }

  .right-0-m {
    right: 0px;
  }

  .bottom-0-m {
    bottom: 0px;
  }

  .text-center-m {
    text-align: center;
  }

  .text-left-m {
    text-align: left !important;
  }

  .display-none-m {
    display: none;
  }

  .white-space-inherit-m {
    white-space: inherit;
  }

  .display-block-m {
    display: block;
  }

  .grid-m-import {
    display: grid !important;
  }

  .justify-center-m {
    justify-content: center;
  }

  .justify-left-m {
    justify-content: left !important;
  }

  .justify-between-m {
    justify-content: space-between !important;
  }

  .gap-0-m {
    gap: 0px;
  }

  .gap-4-m {
    gap: 0.25rem;
  }

  .gap-8-m {
    gap: 0.5rem;
  }

  .gap-12-m {
    gap: 0.75rem;
  }

  .gap-16-m {
    gap: 1rem;
  }

  .gap-20-m {
    gap: 1.25rem;
  }

  .gap-24-m {
    gap: 1.5rem;
  }

  .gap-28-m {
    gap: 1.75rem;
  }

  .gap-32-m {
    gap: 2rem;
  }

  .gap-36-m {
    gap: 2.25rem;
  }

  .gap-40-m {
    gap: 2.5rem;
  }

  .gap-44-m {
    gap: 2.75rem;
  }

  .gap-48-m {
    gap: 3rem;
  }

  .gap-52-m {
    gap: 3.25rem;
  }

  .gap-56-m {
    gap: 3.5rem;
  }

  .gap-60-m {
    gap: 3.75rem;
  }

  .gap-64-m {
    gap: 4rem;
  }

  .absolute-m {
    position: absolute;
  }

  .relative-m {
    position: relative;
  }

  .fixed-m {
    position: fixed;
  }

  .sticky-m {
    position: sticky;
  }

  .order-1-m {
    order: 1;
  }

  .order-6-m {
    order: 6;
  }

  .order-12-m {
    order: 12;
  }

  .footer-color-palette {
    width: 100%;
    height: 121px;
  }

  .aboutus-image {
    width: 100%;
    height: 243px;
  }

  .left-0-m {
    left: 0px;
  }

  .reference-img {
    width: 164px;
    height: 86px;
    flex: 0 0 47%;
  }

  .h-906 {
    height: 650px;
  }

  .blog-pic {
    border-radius: 8px;
    height: 145px;
    width: 100%;
  }

  .world-map {
    width: 100%;
    height: 152px;
  }

  .h-700 {
    height: 433px;
  }

  .mt-1340 {
    margin-top: 1460px;
  }

  .open {
    display: block;
  }

  .pt-390 {
    padding-top: 160px;
  }

  .w-288 {
    width: 323px;
    border-radius: 8px 0px 0px 8px;
  }

  .contain-m {
    background-size: contain !important;
  }

  .circle {
    border-radius: 64px;
    background: var(--grey-slate-400, #94A3B8);
    width: 16px;
    height: 16px;
    margin-left: 0px;
  }

  .object-contain {
    background-size: contain !important;
  }

  .contact {
    left: 50%;
    top: -7%;
    transform: translate(-50%, 0%);
  }

  .service-index-card {
    width: 275px;
    left: 50%;
    transform: translate(-54%, 0%);
    border-radius: 8px;
    background: rgb(255, 255, 255);
    height: 424px;
    box-shadow: rgba(0, 0, 0, 0.08) 0px 0px 32px 0px;
  }

  .w-auto-m {
    width: auto;
  }

  .w-4-m {
    width: 0.25rem;
  }

  .w-8-m {
    width: 0.5rem;
  }

  .w-12-m {
    width: 0.75rem;
  }

  .w-16-m {
    width: 1rem;
  }

  .w-20-m {
    width: 1.25rem;
  }

  .w-24-m {
    width: 1.5rem;
  }

  .w-28-m {
    width: 1.75rem;
  }

  .w-32-m {
    width: 2rem;
  }

  .w-36-m {
    width: 2.25rem;
  }

  .w-40-m {
    width: 2.5rem;
  }

  .w-44-m {
    width: 2.75rem;
  }

  .w-48-m {
    width: 3rem;
  }

  .w-52-m {
    width: 3.25rem;
  }

  .w-56-m {
    width: 3.5rem;
  }

  .w-60-m {
    width: 3.75rem;
  }

  .w-64-m {
    width: 4rem;
  }

  .w-100-m {
    width: 100%;
  }

  .w-320-m {
    width: 320px;
  }

  .h-auto-m {
    height: auto;
  }

  .h-fit-content-m {
    height: fit-content;
  }

  .h-0-m {
    height: 750px !important;
  }

  .h-4-m {
    height: 0.25rem;
  }

  .h-8-m {
    height: 0.5rem;
  }

  .h-12-m {
    height: 0.75rem;
  }

  .h-16-m {
    height: 1rem;
  }

  .h-20-m {
    height: 1.25rem;
  }

  .h-24-m {
    height: 1.5rem;
  }

  .h-28-m {
    height: 1.75rem;
  }

  .h-32-m {
    height: 2rem;
  }

  .h-36-m {
    height: 2.25rem;
  }

  .h-40-m {
    height: 2.5rem;
  }

  .h-44-m {
    height: 2.75rem;
  }

  .h-48-m {
    height: 3rem;
  }

  .h-52-m {
    height: 3.25rem;
  }

  .h-56-m {
    height: 3.5rem;
  }

  .h-60-m {
    height: 3.75rem;
  }

  .h-64-m {
    height: 4rem;
  }

  .h-94-m {
    height: 94px;
  }

  .h-132-m {
    height: 132px;
  }

  .h-208-m {
    height: 208px;
  }

  .h-306-m {
    height: 306px;
  }

  .h-636-m {
    height: 636px;
  }

  .h-1034-m {
    height: 1218px;
  }

  .text-white-m {
    color: rgb(255, 255, 255);
  }

  .text-black-m {
    color: rgb(0, 0, 0);
  }

  .font-size-4-m {
    font-size: 0.25rem;
  }

  .font-size-8-m {
    font-size: 0.5rem;
  }

  .font-size-10-m {
    font-size: 10px;
  }

  .font-size-12-m {
    font-size: 0.75rem;
  }

  .font-size-14-m {
    font-size: 0.875rem;
  }

  .font-size-16-m {
    font-size: 1rem;
  }

  .font-size-20-m {
    font-size: 1.25rem;
  }

  .font-size-24-m {
    font-size: 1.5rem;
  }

  .font-size-28-m {
    font-size: 1.75rem;
  }

  .font-size-30-m {
    font-size: 1.875rem;
  }

  .font-size-32-m {
    font-size: 2rem;
  }

  .font-size-36-m {
    font-size: 2.25rem;
  }

  .font-size-40-m {
    font-size: 2.5rem;
  }

  .font-size-44-m {
    font-size: 2.75rem;
  }

  .font-size-48-m {
    font-size: 3rem;
  }

  .font-size-52-m {
    font-size: 3.25rem;
  }

  .font-size-56-m {
    font-size: 3.5rem;
  }

  .font-size-60-m {
    font-size: 3.75rem;
  }

  .font-size-64-m {
    font-size: 4rem;
  }

  .line-height-4-m {
    line-height: 0.25rem;
  }

  .line-height-8-m {
    line-height: 0.5rem;
  }

  .line-height-12-m {
    line-height: 0.75rem;
  }

  .line-height-16-m {
    line-height: 1rem;
  }

  .line-height-20-m {
    line-height: 1.25rem;
  }

  .line-height-24-m {
    line-height: 1.5rem;
  }

  .line-height-25-5-m {
    line-height: 25.6px;
  }

  .line-height-28-m {
    line-height: 1.75rem;
  }

  .line-height-32-m {
    line-height: 2rem;
  }

  .line-height-36-m {
    line-height: 2.25rem;
  }

  .line-height-40-m {
    line-height: 2.5rem;
  }

  .line-height-44-m {
    line-height: 2.75rem;
  }

  .line-height-48-m {
    line-height: 3rem;
  }

  .line-height-52-m {
    line-height: 3.25rem;
  }

  .line-height-56-m {
    line-height: 3.5rem;
  }

  .line-height-60-m {
    line-height: 3.75rem;
  }

  .line-height-64-m {
    line-height: 4rem;
  }

  .font-weight-300-m {
    font-weight: 300;
  }

  .font-weight-400-m {
    font-weight: 400;
  }

  .font-weight-500-m {
    font-weight: 500;
  }

  .font-weight-600-m {
    font-weight: 600;
  }

  .font-weight-700-m {
    font-weight: 700;
  }

  .font-weight-800-m {
    font-weight: 800;
  }

  .rounded-4-m {
    border-radius: 0.25rem;
  }

  .rounded-8-m {
    border-radius: 0.5rem;
  }

  .rounded-12-m {
    border-radius: 0.75rem;
  }

  .rounded-16-m {
    border-radius: 1rem;
  }

  .rounded-20-m {
    border-radius: 1.25rem;
  }

  .rounded-24-m {
    border-radius: 1.5rem;
  }

  .rounded-28-m {
    border-radius: 1.75rem;
  }

  .rounded-32-m {
    border-radius: 2rem;
  }

  .rounded-36-m {
    border-radius: 2.25rem;
  }

  .rounded-40-m {
    border-radius: 2.5rem;
  }

  .rounded-44-m {
    border-radius: 2.75rem;
  }

  .rounded-48-m {
    border-radius: 3rem;
  }

  .rounded-52-m {
    border-radius: 3.25rem;
  }

  .rounded-56-m {
    border-radius: 3.5rem;
  }

  .rounded-60-m {
    border-radius: 3.75rem;
  }

  .rounded-64-m {
    border-radius: 4rem;
  }

  .d-column-m {
    flex-direction: column !important;
  }

  .p-0-m {
    padding: 0px;
  }

  .p-4-m {
    padding: 0.25rem;
  }

  .p-8-m {
    padding: 0.5rem;
  }

  .p-12-m {
    padding: 0.75rem;
  }

  .p-16-m {
    padding: 1rem;
  }

  .p-20-m {
    padding: 1.25rem;
  }

  .p-24-m {
    padding: 1.5rem;
  }

  .p-28-m {
    padding: 1.75rem;
  }

  .p-32-m {
    padding: 2rem;
  }

  .p-36-m {
    padding: 2.25rem;
  }

  .p-40-m {
    padding: 2.5rem;
  }

  .p-44-m {
    padding: 2.75rem;
  }

  .p-48-m {
    padding: 3rem;
  }

  .p-52-m {
    padding: 3.25rem;
  }

  .p-56-m {
    padding: 3.5rem;
  }

  .p-60-m {
    padding: 3.75rem;
  }

  .p-64-m {
    padding: 4rem;
  }

  .py-0-m {
    padding-top: 0rem;
    padding-bottom: 0rem;
  }

  .py-4-m {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
  }

  .py-8-m {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .py-12-m {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .py-16-m {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .py-20-m {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .py-24-m {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .py-28-m {
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }

  .py-32-m {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .py-36-m {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

  .py-40-m {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .py-44-m {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .py-48-m {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .py-52-m {
    padding-top: 3.25rem;
    padding-bottom: 3.25rem;
  }

  .py-56-m {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .py-60-m {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .py-64-m {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .px-0-m {
    padding-left: 0rem !important;
    padding-right: 0rem !important;
  }

  .px-4-m {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }

  .px-8-m {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .px-12-m {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }

  .px-16-m {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .px-20-m {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .px-24-m {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .px-28-m {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .px-32-m {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .px-36-m {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .px-40-m {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .px-44-m {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .px-48-m {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .px-52-m {
    padding-left: 3.25rem;
    padding-right: 3.25rem;
  }

  .px-56-m {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .px-60-m {
    padding-left: 3.75rem;
    padding-right: 3.75rem;
  }

  .px-64-m {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .pr-0-m {
    padding-right: 0px !important;
  }

  .pr-4-m {
    padding-right: 0.25rem;
  }

  .pr-8-m {
    padding-right: 0.5rem !important;
  }

  .pr-12-m {
    padding-right: 0.75rem;
  }

  .pr-16-m {
    padding-right: 1rem;
  }

  .pr-20-m {
    padding-right: 1.25rem;
  }

  .pr-24-m {
    padding-right: 1.5rem;
  }

  .pr-28-m {
    padding-right: 1.75rem;
  }

  .pr-32-m {
    padding-right: 2rem;
  }

  .pr-36-m {
    padding-right: 2.25rem;
  }

  .pr-40-m {
    padding-right: 2.5rem;
  }

  .pr-44-m {
    padding-right: 2.75rem;
  }

  .pr-48-m {
    padding-right: 3rem;
  }

  .pr-52-m {
    padding-right: 3.25rem;
  }

  .pr-56-m {
    padding-right: 3.5rem;
  }

  .pr-60-m {
    padding-right: 3.75rem;
  }

  .pr-64-m {
    padding-right: 4rem;
  }

  .pl-0-m {
    padding-left: 0px;
  }

  .pl-4-m {
    padding-left: 0.25rem;
  }

  .pl-8-m {
    padding-left: 0.5rem;
  }

  .pl-12-m {
    padding-left: 0.75rem;
  }

  .pl-16-m {
    padding-left: 1rem;
  }

  .pl-20-m {
    padding-left: 1.25rem;
  }

  .pl-24-m {
    padding-left: 1.5rem;
  }

  .pl-28-m {
    padding-left: 1.75rem;
  }

  .pl-32-m {
    padding-left: 2rem;
  }

  .pl-36-m {
    padding-left: 2.25rem;
  }

  .pl-40-m {
    padding-left: 2.5rem;
  }

  .pl-44-m {
    padding-left: 2.75rem;
  }

  .pl-48-m {
    padding-left: 3rem;
  }

  .pl-52-m {
    padding-left: 3.25rem;
  }

  .pl-56-m {
    padding-left: 3.5rem;
  }

  .pl-60-m {
    padding-left: 3.75rem;
  }

  .pl-64-m {
    padding-left: 4rem;
  }

  .pt-0-m {
    padding-top: 0px;
  }

  .pt-4-m {
    padding-top: 0.25rem;
  }

  .pt-8-m {
    padding-top: 0.5rem;
  }

  .pt-12-m {
    padding-top: 0.75rem;
  }

  .pt-16-m {
    padding-top: 1rem;
  }

  .pt-20-m {
    padding-top: 1.25rem;
  }

  .pt-24-m {
    padding-top: 1.5rem;
  }

  .pt-28-m {
    padding-top: 1.75rem;
  }

  .pt-32-m {
    padding-top: 2rem;
  }

  .pt-36-m {
    padding-top: 2.25rem;
  }

  .pt-40-m {
    padding-top: 2.5rem;
  }

  .pt-44-m {
    padding-top: 2.75rem;
  }

  .pt-48-m {
    padding-top: 3rem;
  }

  .pt-52-m {
    padding-top: 3.25rem;
  }

  .pt-56-m {
    padding-top: 3.5rem;
  }

  .pt-60-m {
    padding-top: 3.75rem;
  }

  .pt-64-m {
    padding-top: 4rem;
  }

  .pt-252-m {
    padding-top: 252px;
  }

  .pb-0-m {
    padding-bottom: 0rem;
  }

  .pb-4-m {
    padding-bottom: 0.25rem;
  }

  .pb-8-m {
    padding-bottom: 0.5rem;
  }

  .pb-12-m {
    padding-bottom: 0.75rem;
  }

  .pb-16-m {
    padding-bottom: 1rem;
  }

  .pb-20-m {
    padding-bottom: 1.25rem;
  }

  .pb-24-m {
    padding-bottom: 1.5rem;
  }

  .pb-28-m {
    padding-bottom: 1.75rem;
  }

  .pb-30-m {
    padding-bottom: 1.875rem;
  }

  .pb-32-m {
    padding-bottom: 2rem;
  }

  .pb-36-m {
    padding-bottom: 2.25rem;
  }

  .pb-40-m {
    padding-bottom: 2.5rem;
  }

  .pb-44-m {
    padding-bottom: 2.75rem;
  }

  .pb-48-m {
    padding-bottom: 3rem;
  }

  .pb-52-m {
    padding-bottom: 3.25rem;
  }

  .pb-56-m {
    padding-bottom: 3.5rem;
  }

  .pb-60-m {
    padding-bottom: 3.75rem;
  }

  .pb-64-m {
    padding-bottom: 4rem;
  }

  .mt-auto-m {
    margin-top: auto;
  }

  .mt-0-m {
    margin-top: 0rem;
  }

  .mt-4-m {
    margin-top: 0.25rem;
  }

  .mt-8-m {
    margin-top: 0.5rem;
  }

  .mt-12-m {
    margin-top: 0.75rem;
  }

  .mt-16-m {
    margin-top: 1rem;
  }

  .mt-20-m {
    margin-top: 1.25rem;
  }

  .mt-24-m {
    margin-top: 1.5rem;
  }

  .mt-28-m {
    margin-top: 1.75rem;
  }

  .mt-32-m {
    margin-top: 2rem;
  }

  .mt-36-m {
    margin-top: 2.25rem;
  }

  .mt-40-m {
    margin-top: 2.5rem;
  }

  .mt-44-m {
    margin-top: 2.75rem;
  }

  .mt-48-m {
    margin-top: 3rem;
  }

  .mt-52-m {
    margin-top: 3.25rem;
  }

  .mt-56-m {
    margin-top: 3.5rem;
  }

  .mt-60-m {
    margin-top: 3.75rem;
  }

  .mt-64-m {
    margin-top: 4rem;
  }

  .mt-90-m {
    margin-top: 90px;
  }

  .mt-150-m {
    margin-top: 150px;
  }

  .mt-152-m {
    margin-top: 197rem;
  }

  .mb-auto-m {
    margin-bottom: auto;
  }

  .mb-0-m {
    margin-bottom: 0rem;
  }

  .mb-4-m {
    margin-bottom: 0.25rem;
  }

  .mb-8-m {
    margin-bottom: 0.5rem;
  }

  .mb-12-m {
    margin-bottom: 0.75rem;
  }

  .mb-16-m {
    margin-bottom: 1rem;
  }

  .mb-20-m {
    margin-bottom: 1.25rem;
  }

  .mb-24-m {
    margin-bottom: 1.5rem;
  }

  .mb-28-m {
    margin-bottom: 1.75rem;
  }

  .mb-32-m {
    margin-bottom: 2rem;
  }

  .mb-36-m {
    margin-bottom: 2.25rem;
  }

  .mb-40-m {
    margin-bottom: 2.5rem;
  }

  .mb-44-m {
    margin-bottom: 2.75rem;
  }

  .mb-48-m {
    margin-bottom: 3rem;
  }

  .mb-52-m {
    margin-bottom: 3.25rem;
  }

  .mb-56-m {
    margin-bottom: 3.5rem;
  }

  .mb-60-m {
    margin-bottom: 3.75rem;
  }

  .mb-64-m {
    margin-bottom: 4rem;
  }

  .ml-auto-m {
    margin-left: auto;
  }

  .ml-0-m {
    margin-left: 0px !important;
  }

  .ml-4-m {
    margin-left: 0.25rem;
  }

  .ml-8-m {
    margin-left: 0.5rem;
  }

  .ml-12-m {
    margin-left: 0.75rem;
  }

  .ml-16-m {
    margin-left: 1rem;
  }

  .ml-20-m {
    margin-left: 1.25rem;
  }

  .ml-24-m {
    margin-left: 1.5rem;
  }

  .ml-28-m {
    margin-left: 1.75rem;
  }

  .ml-32-m {
    margin-left: 2rem;
  }

  .ml-36-m {
    margin-left: 2.25rem;
  }

  .ml-40-m {
    margin-left: 2.5rem;
  }

  .ml-44-m {
    margin-left: 2.75rem;
  }

  .ml-48-m {
    margin-left: 3rem;
  }

  .ml-52-m {
    margin-left: 3.25rem;
  }

  .ml-56-m {
    margin-left: 3.5rem;
  }

  .ml-60-m {
    margin-left: 3.75rem;
  }

  .ml-64-m {
    margin-left: 4rem;
  }

  .mr-auto-m {
    margin-right: auto;
  }

  .mr-4-m {
    margin-right: 0.25rem;
  }

  .mr-8-m {
    margin-right: 0.5rem;
  }

  .mr-12-m {
    margin-right: 0.75rem;
  }

  .mr-16-m {
    margin-right: 1rem;
  }

  .mr-20-m {
    margin-right: 1.25rem;
  }

  .mr-24-m {
    margin-right: 1.5rem;
  }

  .mr-28-m {
    margin-right: 1.75rem;
  }

  .mr-32-m {
    margin-right: 2rem;
  }

  .mr-36-m {
    margin-right: 2.25rem;
  }

  .mr-40-m {
    margin-right: 2.5rem;
  }

  .mr-44-m {
    margin-right: 2.75rem;
  }

  .mr-48-m {
    margin-right: 3rem;
  }

  .mr-52-m {
    margin-right: 3.25rem;
  }

  .mr-56-m {
    margin-right: 3.5rem;
  }

  .mr-60-m {
    margin-right: 3.75rem;
  }

  .mr-64-m {
    margin-right: 4rem;
  }
}

.brand {
  width: 179px;
  margin-top: -58px;
}

.brand2 {
  width: 186px;
}

img.brand {
  z-index: 2222;
  position: relative;
}

.header {
  position: relative;
  top: 0;
  left: 0;
  z-index: 100;
  margin: 0 auto;
}

span.menu-link img {
  width: 20px !important;
}

.wrapper {
  width: 100%;
  margin: 0 auto;
  height: 60px;
}

@media screen and (max-width: 992px) {
  .navbar {
    position: relative;
    top: 0;
    left: -100%;
    width: 75%;
    height: 100%;
    z-index: 10;
    opacity: 0;
    overflow-y: auto;
    visibility: hidden;
  }

  .navbar.active {
    left: 0rem;
    opacity: 1;
    visibility: visible;
  }
}

.menu-item {
  position: relative;
  display: inline-block;
  margin-left: 1.5rem;
}

.menu-link {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 0.5rem;
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  color: #18181B80;
  line-height: 20px;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.3s ease-in-out;
}

.menu-link:hover {
  outline: none;
}

@media only screen and (min-width: 993px) {
  .menu-dropdown:hover>.submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@media only screen and (max-width: 992px) {
  .menu {
    width: 100%;
    height: auto;
    padding: 1rem 0;
  }

  .menu-item {
    display: block;
    margin: 0 auto;
  }

  .menu-link {
    justify-content: space-between;
    padding: 0.5rem 1.25rem;
  }
}

.submenu {
  position: absolute;
  top: 2.35rem;
  left: -2rem;
  min-width: 13rem;
  height: auto;
  padding: 0 1rem 1rem;
  opacity: 0;
  visibility: hidden;
  transform: translateY(1rem);
  border-radius: 0 0 0.25rem 0.25rem;
  border-top: 2px solid #0a0d0d;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  background: white;
}

.submenu-item {
  display: block;
  margin-top: 0.35rem;
}

.submenu-link {
  font-family: inherit;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  cursor: pointer;
  color: #969697;
  transition: all 0.35s ease;
}

.submenu-link:hover {
  outline: none;
}

@media only screen and (max-width: 992px) {
  .submenu {
    position: relative;
    top: -0.5rem;
    left: 2.5rem;
    width: 100%;
    max-height: 0;
    padding: 0px;
    border: none;
    outline: none;
    opacity: 1;
    overflow: hidden;
    visibility: visible;
    transform: translateY(0px);
    box-shadow: none;
    background: transparent;
  }
}

.burger {
  position: relative;
  display: none;
  cursor: pointer;
  user-select: none;
  width: 1.6rem;
  height: 1.15rem;
  opacity: 0;
  z-index: 9999;
  visibility: hidden;
  background: transparent;
}

.burger-line {
  position: absolute;
  display: block;
  right: 0;
  width: 100%;
  height: 2.1px;
  opacity: 1;
  border: none;
  outline: none;
  border-radius: 1rem;
}

.burger-line:nth-child(1) {
  top: 0px;
}

.burger-line:nth-child(2) {
  top: 0.5rem;
  width: 70%;
}

.burger-line:nth-child(3) {
  top: 1rem;
}

@media only screen and (max-width: 992px) {
  .burger {
    display: block;
    opacity: 1;
    visibility: visible;
  }
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: all 0.35s ease-in-out;
  background-color: rgba(0, 0, 0, 0.65);
}

@media only screen and (max-width: 992px) {
  .overlay.active {
    display: block;
    opacity: 1;
    visibility: visible;
    background: white !important;
  }
}

.swiper-button-next,
.swiper-button-prev {
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  font-size: 16px;
  background: red;
  margin-top: -1.5rem;
  z-index: 10;
  cursor: pointer;
  color: #71717a;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #d4d4d8;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px !important;
  display: none;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  right: auto
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  left: auto
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #fff
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000
}

.swiper-button-lock {
  display: none
}

.swiper-pagination {
  position: absolute;
  text-align: start;
  transition: .3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  left: 48% !important;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0
}

.swiper-pagination-bullet-active {
  background: white;
}

.maps iframe {
  width: 100%;
  border: 0px;
  backface-visibility: hidden;
}

.swiper.mySwiper.swiper-initialized.swiper-horizontal.swiper-pointer-events.swiper-free-mode.swiper-backface-hidden.swiper-thumbs .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.slider {
  width: 100%;
  background-position: center top;
  background-size: cover
}

.slider-content {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  position: absolute;
  z-index: 9;
}

.primary-btn {
  background: #71717a;
  transition: all .3s ease 0s;
  height: 50px;
  border-radius: 16px 20px 16px 20px;
}

.service .swiper-button-next,
.service .swiper-button-prev {
  position: static;
  display: flex;
  transform: translateY(150%);
}

.service .swiper-button-prev {
  margin-right: 1rem;
}

.contact-background {
  background: #FAFAFA;
}



.tabs {
  --tab-links-height: 50px;
  --tab-links-bg: linear-gradient(135deg, #e5eaf1 0%, #b9c5d8 100%);
  --tab-links-overlay: linear-gradient(135deg,
      #2cd8d5 0%,
      #6b8dd6 48%,
      #8e37d7 100%);
  --tab-link-bg: linear-gradient(90deg,
      transparent 70%,
      rgba(255, 255, 255, 0.2) 100%);
  width: 100%;
}

.tabs .tabs__links {
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  list-style-type: none;
  gap: 1rem;
}

@media screen and (max-width: 750px) {
  .tabs .tabs__links {
    height: calc(var(--tab-links-height) / 2);
  }
}

.tabs .tabs__links li .tabs__link {
  all: unset;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  transition: 0.3s;
  border-bottom: 2px solid transparent;
}

@media screen and (max-width: 750px) {
  .tabs .tabs__links li .tabs__link {
    height: calc(var(--tab-links-height) / 2);
    font-size: 12px;
  }
}

.tabs .tabs__links li .tabs__link .tabs__link__text {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.6;
  transition: 0.5s;
}

@media screen and (max-width: 750px) {
  .tabs .tabs__links li .tabs__link .tabs__link__text::before {
    display: none;
  }
}

.tabs .tabs__links li .tabs__link.active {
  background: white;
  border-bottom: 2px solid #18181B;
}

.tabs .tabs__links li .tabs__link.active .tabs__link__text,
.tabs .tabs__links li .tabs__link.active:hover .tabs__link__text {
  background: var(--tab-links-overlay);
  -webkit-background-clip: text;
  background-clip: text;
  opacity: 1;
}

.tabs .tabs__contents {
  position: relative;
  margin-top: 0;
  background: white;
  list-style-type: none;
  transition: 1s;
}

.tabs .tabs__contents::after {
  position: absolute;
}

.tabs .tabs__contents .tabs__content {
  line-height: 1.8;
  opacity: 0;
  transform: translateY(30%);
  -webkit-animation: fadeIn 0.6s forwards;
  animation: fadeIn 0.6s forwards;
}

.tabs .tabs__contents .tabs__content.active {
  display: block;
}

@-webkit-keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.service-active {
  font-weight: 600;
}

.product .swiper {
  width: 100%;
  height: 450px;
  margin-left: auto;
  margin-right: auto;
}

.product .swiper-slide {
  background-size: cover;
  background-position: center;
}

.product .mySwiper2 {
  width: 100%;
}

.product .mySwiper {
  height: 160px;
  box-sizing: border-box;
  padding: 10px 0;
}

.product .mySwiper .swiper-slide {
  width: 25%;
  height: auto;
  opacity: 0.4;
}

.product .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.z-index-1 {
  z-index: 999;
}

.wrapper.active {
  height: 100%;
}