*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

/* coomon css*/

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

* {
  outline: none;
  box-shadow: none;
}

body {
  margin: 0px;
  overflow-x: hidden;
  padding: 0px;
  font-family: Helvetica Neue;
}

.container-fluid {
  width: 100%;
  padding-left: 100px;
  padding-right: 100px;
}

@media (max-width: 1199.9px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .container-fluid {
    padding-left: 30px;
    padding-right: 30px;
  }
}

p {
  margin: 0px;
  padding: 0px;
  font-size: 15px;
  font-weight: 400;
  line-height: 25px;
}

@media (max-width: 1024px) {
  p {
    font-size: 14px;
  }
}

a {
  text-decoration-line: none;
}

a,
  button,
  input,
  textarea,
  select {
  text-decoration-line: none;
  outline-width: 0px;
  box-shadow: none;
}

a:hover {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 150ms;
  transition-duration: 300ms;
  transition-timing-function: linear;
}

ul {
  margin: 0px;
  padding: 0px;
}

ul li {
  list-style-type: none;
}

img {
  display: block;
}

h1,
  .h1 {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica Neue;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 36px;
    line-height: 48px;
  }
}

@media (min-width: 1512px) {
  h1,
  .h1 {
    font-size: 52px;
    line-height: 60px;
  }
}

h2, .h2 {
  margin: 0px;
  padding: 0px;
  font-family: Helvetica Neue;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

@media (max-width: 1024px) {
  h2, .h2 {
    font-size: 30px;
  }
}

@media (max-width: 479px) {
  h2, .h2 {
    font-size: 24px;
    line-height: 32px;
  }
}

.content.big p {
  font-size: 22px;
  line-height: 38px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

@media (max-width: 1512px) {
  .content.big p {
    font-size: 20px;
    line-height: 32px;
  }
}

@media (max-width: 1024px) {
  .content.big p {
    font-size: 18px;
  }
}

@media (max-width: 575px) {
  .content.big p {
    line-height: 30px;
  }
}

.title-black h1, 
.title-black h2,
.title-black h3,
.title-black h4,
.title-black h5,
.title-black h6 {
  --tw-text-opacity: 1;
  color: rgb(2 8 23 / var(--tw-text-opacity, 1));
}

h1 span {
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));
}

.sub-title span {
  font-size: 18px;
  line-height: 24px;
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.left-0 {
  left: 0px;
}

.left-\[50\%\] {
  left: 50%;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

.top-\[21px\] {
  top: 21px;
}

.top-\[230px\] {
  top: 230px;
}

.top-\[50\%\] {
  top: 50%;
}

.m-0 {
  margin: 0px;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.my-\[64px\] {
  margin-top: 64px;
  margin-bottom: 64px;
}

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

.mb-\[15px\] {
  margin-bottom: 15px;
}

.mb-\[24px\] {
  margin-bottom: 24px;
}

.mb-\[32px\] {
  margin-bottom: 32px;
}

.mr-auto {
  margin-right: auto;
}

.mt-20 {
  margin-top: 20px;
}

.mt-\[5px\] {
  margin-top: 5px;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

.inline-flex {
  display: inline-flex;
}

.hidden {
  display: none;
}

.size-full {
  width: 100%;
  height: 100%;
}

.h-4 {
  height: 4px;
}

.h-8 {
  height: 2rem;
}

.h-\[700px\] {
  height: 700px;
}

.h-full {
  height: 100%;
}

.w-4 {
  width: 4px;
}

.w-6\/12 {
  width: 50%;
}

.w-8 {
  width: 2rem;
}

.w-\[32dvw\] {
  width: 32dvw;
}

.w-full {
  width: 100%;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-\[16dvw\] {
  max-width: 16dvw;
}

.max-w-\[500px\] {
  max-width: 500px;
}

.max-w-\[600px\] {
  max-width: 600px;
}

.max-w-full {
  max-width: 100%;
}

.max-w-md {
  max-width: 28rem;
}

.translate-x-\[-170px\] {
  --tw-translate-x: -170px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-\[-52px\] {
  --tw-translate-x: -52px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-x-minus_50 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-minus_50 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-rotate-6 {
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[2deg\] {
  --tw-rotate: 2deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[9deg\] {
  --tw-rotate: 9deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.\!cursor-pointer {
  cursor: pointer !important;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-\[10px\] {
  gap: 10px;
}

.gap-\[15px\] {
  gap: 15px;
}

.gap-\[20px\] {
  gap: 20px;
}

.gap-\[30px\] {
  gap: 30px;
}

.gap-\[40px\] {
  gap: 40px;
}

.gap-\[8px\] {
  gap: 8px;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-100 {
  border-radius: 100%;
}

.border-1 {
  border-width: 1px;
}

.border-solid {
  border-style: solid;
}

.border-\[\#e2e8f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}

.bg-White {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-\[16px\] {
  padding: 16px;
}

.px-100 {
  padding-left: 100px;
  padding-right: 100px;
}

.py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.py-\[6px\] {
  padding-top: 6px;
  padding-bottom: 6px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pb-\[150px\] {
  padding-bottom: 150px;
}

.pl-25 {
  padding-left: 25px;
}

.pt-40 {
  padding-top: 40px;
}

.pt-\[40px\] {
  padding-top: 40px;
}

.text-center {
  text-align: center;
}

.font-body {
  font-family: Helvetica Neue;
}

.font-heading {
  font-family: 'Noto Serif', serif;;
}

.\!text-\[14px\] {
  font-size: 14px !important;
}

.text-15 {
  font-size: 15px;
}

.text-22 {
  font-size: 22px;
}

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

.text-28 {
  font-size: 28px;
}

.text-30 {
  font-size: 30px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[22px\] {
  font-size: 22px;
}

.text-\[32px\] {
  font-size: 32px;
}

.font-400 {
  font-weight: 400;
}

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

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

.capitalize {
  text-transform: capitalize;
}

.italic {
  font-style: italic;
}

.leading-40 {
  line-height: 40px;
}

.leading-\[24px\] {
  line-height: 24px;
}

.leading-\[25px\] {
  line-height: 25px;
}

.leading-\[26px\] {
  line-height: 26px;
}

.leading-\[28px\] {
  line-height: 28px;
}

.leading-\[36px\] {
  line-height: 36px;
}

.leading-\[38px\] {
  line-height: 38px;
}

.leading-\[40px\] {
  line-height: 40px;
}

.text-Black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#6B7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-\[\#6b7280\] {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-blue {
  --tw-text-opacity: 1;
  color: rgb(0 123 255 / var(--tw-text-opacity, 1));
}

.text-common {
  --tw-text-opacity: 1;
  color: rgb(2 8 23 / var(--tw-text-opacity, 1));
}

.text-font {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

.text-grey {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.no-underline {
  text-decoration-line: none;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.outline {
  outline-style: solid;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.ease-linear {
  transition-timing-function: linear;
}

/* banner-start */

.banner-wrapper .sub-title span {
  font-family: 'Noto Serif', serif;;
  font-size: 28px;
  line-height: 40px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (max-width: 1512px) {
  .banner-wrapper .sub-title span {
    font-size: 24px;
    line-height: 32px;
  }
}

@media (max-width: 1024px) {
  .banner-wrapper .sub-title span {
    font-size: 20px;
    line-height: 26px;
  }
}

.banner-wrapper .banner-box ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

.banner-wrapper .banner-box ul {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

@media (max-width: 1512px) {
  .banner-wrapper .banner-box ul {
    margin-top: 10px;
    gap: 10px;
  }

  .banner-wrapper .banner-box ul li img {
    max-width: 18px;
  }
}

@media (max-width: 767px) {
  .banner-wrapper .banner-box ul li img {
    max-width: 16px;
  }
}

.banner-wrapper .banner-box ul li span {
  margin-top: 5px;
  font-size: 22px;
  line-height: 26px;
}

@media (max-width: 1512px) {
  .banner-wrapper .banner-box ul li span {
    font-size: 18px;
    line-height: 25px;
  }
}

@media (max-width: 1024px) {
  .banner-wrapper .banner-box ul li span {
    line-height: 20px;
  }
}

@media (max-width: 767px) {
  .banner-wrapper .banner-box ul li span {
    font-size: 17px;
  }
}

/* testimonial-wrapper Start */

.testimonial-wrapper .swiper-slide p {
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 20px;
  font-weight: 500;
  font-style: italic;
  line-height: 28px;
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}

@media (max-width: 1024px) {
  .testimonial-wrapper .swiper-slide p {
    font-size: 18px;
    line-height: 26px;
  }
}

.testimonial-wrapper .swiper-slide p {
  -webkit-font-smoothing: antialiased;
}

.testimonial-wrapper .swiper-button-prev::after, 
    .testimonial-wrapper .swiper-button-next::after {
  display: none;
}

.testimonial-wrapper .swiper-button-prev, 
    .testimonial-wrapper .swiper-button-next {
  cursor: pointer !important;
  opacity: 1 !important;
}

.newslatter-wrap .inner-title h3 {
  margin: 0px;
  font-family: 'Noto Serif', serif;;
  font-size: 24px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 36px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.newslatter-wrap .innersub-title span {
  font-family: 'Noto Serif', serif;;
  font-size: 15px;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.newslatter-wrap iframe {
  padding-left: 25px;
}

@media (max-width: 479px) {
  .newslatter-wrap iframe {
    padding-left: 0px;
  }
}

.hover\:text-grey:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.disabled\:pointer-events-none:disabled {
  pointer-events: none;
}

.disabled\:opacity-50:disabled {
  opacity: 0.5;
}

@media (min-width: 1024px) {
  .lg\:text-\[36px\] {
    font-size: 36px;
  }

  .lg\:leading-\[48px\] {
    line-height: 48px;
  }
}

@media (min-width: 1200px) {
  .xl\:mb-25 {
    margin-bottom: 25px;
  }
}

@media (min-width: 1512px) {
  .xl3\:text-\[52px\] {
    font-size: 52px;
  }

  .xl3\:leading-60 {
    line-height: 60px;
  }
}

@media (min-width: 1999px) {
  .xxxl\:max-w-\[80\%\] {
    max-width: 80%;
  }

  .xxxl\:pb-60 {
    padding-bottom: 60px;
  }

  .xxxl\:pb-80 {
    padding-bottom: 80px;
  }
}

@media (max-width: 1512px) {
  .xlscreen3\:top-\[210px\] {
    top: 210px;
  }

  .xlscreen3\:mt-10 {
    margin-top: 10px;
  }

  .xlscreen3\:max-w-\[18dvw\] {
    max-width: 18dvw;
  }

  .xlscreen3\:max-w-\[18px\] {
    max-width: 18px;
  }

  .xlscreen3\:max-w-\[300px\] {
    max-width: 300px;
  }

  .xlscreen3\:translate-x-\[-128px\] {
    --tw-translate-x: -128px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xlscreen3\:translate-x-\[11px\] {
    --tw-translate-x: 11px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xlscreen3\:gap-\[10px\] {
    gap: 10px;
  }

  .xlscreen3\:px-50 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .xlscreen3\:text-\[18px\] {
    font-size: 18px;
  }

  .xlscreen3\:text-\[20px\] {
    font-size: 20px;
  }

  .xlscreen3\:text-\[24px\] {
    font-size: 24px;
  }

  .xlscreen3\:leading-\[25px\] {
    line-height: 25px;
  }

  .xlscreen3\:leading-\[32px\] {
    line-height: 32px;
  }
}

@media (max-width: 1440px) {
  .xlscreen2\:pb-60 {
    padding-bottom: 60px;
  }
}

@media (max-width: 1199.9px) {
  .xlscreen\:relative {
    position: relative;
  }

  .xlscreen\:inset-0 {
    inset: 0px;
  }

  .xlscreen\:top-\[262px\] {
    top: 262px;
  }

  .xlscreen\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xlscreen\:h-\[600px\] {
    height: 600px;
  }

  .xlscreen\:w-\[57dvw\] {
    width: 57dvw;
  }

  .xlscreen\:w-full {
    width: 100%;
  }

  .xlscreen\:max-w-\[32dvw\] {
    max-width: 32dvw;
  }

  .xlscreen\:max-w-full {
    max-width: 100%;
  }

  .xlscreen\:flex-wrap {
    flex-wrap: wrap;
  }

  .xlscreen\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .xlscreen\:pb-0 {
    padding-bottom: 0px;
  }
}

@media (max-width: 1024px) {
  .lgscreen\:relative {
    position: relative;
  }

  .lgscreen\:inset-0 {
    inset: 0px;
  }

  .lgscreen\:mt-0 {
    margin-top: 0px;
  }

  .lgscreen\:mt-20 {
    margin-top: 20px;
  }

  .lgscreen\:max-w-\[280px\] {
    max-width: 280px;
  }

  .lgscreen\:transform-none {
    transform: none;
  }

  .lgscreen\:justify-center {
    justify-content: center;
  }

  .lgscreen\:gap-\[30px\] {
    gap: 30px;
  }

  .lgscreen\:gap-\[40px\] {
    gap: 40px;
  }

  .lgscreen\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .lgscreen\:pb-0 {
    padding-bottom: 0px;
  }

  .lgscreen\:pb-20 {
    padding-bottom: 20px;
  }

  .lgscreen\:pb-40 {
    padding-bottom: 40px;
  }

  .lgscreen\:pb-60 {
    padding-bottom: 60px;
  }

  .lgscreen\:pt-20 {
    padding-top: 20px;
  }

  .lgscreen\:pt-30 {
    padding-top: 30px;
  }

  .lgscreen\:pt-\[40px\] {
    padding-top: 40px;
  }

  .lgscreen\:text-14 {
    font-size: 14px;
  }

  .lgscreen\:text-\[18px\] {
    font-size: 18px;
  }

  .lgscreen\:text-\[20px\] {
    font-size: 20px;
  }

  .lgscreen\:text-\[30px\] {
    font-size: 30px;
  }

  .lgscreen\:leading-\[20px\] {
    line-height: 20px;
  }

  .lgscreen\:leading-\[26px\] {
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .mdscreen2\:px-30 {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (max-width: 767px) {
  .mdscreen\:top-\[135px\] {
    top: 135px;
  }

  .mdscreen\:h-\[500px\] {
    height: 500px;
  }

  .mdscreen\:w-\[78dvw\] {
    width: 78dvw;
  }

  .mdscreen\:max-w-\[16px\] {
    max-width: 16px;
  }

  .mdscreen\:max-w-\[45dvw\] {
    max-width: 45dvw;
  }

  .mdscreen\:translate-x-\[-60px\] {
    --tw-translate-x: -60px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .mdscreen\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mdscreen\:text-center {
    text-align: center;
  }

  .mdscreen\:text-\[17px\] {
    font-size: 17px;
  }
}

@media (max-width: 575px) {
  .smscreen\:h-\[350px\] {
    height: 350px;
  }

  .smscreen\:max-w-\[220px\] {
    max-width: 220px;
  }

  .smscreen\:pb-30 {
    padding-bottom: 30px;
  }

  .smscreen\:leading-\[30px\] {
    line-height: 30px;
  }
}

@media (max-width: 479px) {
  .xsscreen2\:pl-0 {
    padding-left: 0px;
  }

  .xsscreen2\:text-24 {
    font-size: 24px;
  }

  .xsscreen2\:leading-\[32px\] {
    line-height: 32px;
  }
}