.container {
  width: 100%;
}

@media (min-width: 320px) {
  .container {
    max-width: 320px;
  }
}

@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.home-intro {
  background: url(../images/giai-phap-bg.png) no-repeat center center;
  background-size: cover;
}

.home-intro .h-intro-slogun {
  padding-left: 0.625rem;
  padding-top: 0.75rem;
  padding-bottom: 0.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 1.2;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .home-intro .h-intro-slogun {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.home-intro .h-intro-slogun .h-intro-self {
  margin-bottom: 0.25rem;
  display: inline-block;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.625rem;
  padding-right: 0.625rem;
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  --tw-text-opacity: 1;
  color: rgb(6 142 255 / var(--tw-text-opacity));
}

.home-intro .h-intro-slogun .h-intro-sp-phone,
    .home-intro .h-intro-slogun .h-intro-sp-email {
  cursor: pointer;
  border-radius: 0.375rem;
  padding-top: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  font-size: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-intro .h-intro-slogun .h-intro-sp-phone {
  background:  url(../images/hintro-icon-phone.png) no-repeat 0.5rem center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 197 109 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 183 72 / var(--tw-bg-opacity));
  padding-left: 2.65rem;
}

.home-intro .h-intro-slogun .h-intro-sp-email {
  background: transparent url(../images/hintro-icon-email.png) no-repeat 0.5rem center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding-left: 2.75rem;
}

.home-statistics .statistics-item-des:after {
  content: " ";
  margin-left: auto;
  margin-right: auto;
  margin-top: 0.25rem;
  display: block;
  height: 0.25rem;
  width: 55px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 197 109 / var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  .home-statistics .statistics-item-des:after {
    margin-left: 0px;
    margin-right: 0px;
  }
}

.col {
  flex: 1 1 0%;
  flex-basis: 0px;
}

.home-adformat .h-adformat-list-box .h-adformat-list-label-box .h-adformat-list-item {
  display: flex;
  height: 40px;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border-width: 1px;
  border-color: transparent;
  padding: 0.375rem;
  text-align: center;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .home-adformat .h-adformat-list-box .h-adformat-list-label-box .h-adformat-list-item {
    height: auto;
  }
}

.home-adformat .h-adformat-list-box .h-adformat-list-label-box .h-adformat-list-item.curr {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 197 109 / var(--tw-border-opacity));
}

@media (min-width: 1024px) {
  .home-adformat .h-adformat-list-box .h-adformat-list-label-box .h-adformat-list-item.curr {
    border-radius: 0.375rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(255 197 109 / var(--tw-border-opacity));
  }
}

.item-slide {
  width: 100%;
  text-align: center;
}

@media (min-width: 768px) {
  .item-slide {
    width: 50%;
  }
}

@media (min-width: 1024px) {
  .item-slide {
    width: 33.333333%;
  }
}

.btn-more {
  margin-bottom: 0px;
  text-align: center;
}

@media (min-width: 1024px) {
  .btn-more{
    display:none
  }
}

.h-btnmore, a.h-btnmore {
  display: inline-block;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 197 109 / var(--tw-bg-opacity));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .h-btnmore, a.h-btnmore {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.home-adformat .h-adformat-list-box .slick-dots {
  margin-bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px;
}

.home-adformat .h-adformat-list-box .slick-dots li {
  display: inline-block;
  list-style-type: none;
}

.home-adformat .h-adformat-list-box .slick-dots li button {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  display: block;
  height: 0.375rem;
  width: 0.375rem;
  cursor: pointer;
  border-radius: 9999px;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  padding: 0.25rem;
  line-height: 1;
  color: transparent;
  opacity: 0.25;
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.home-adformat .h-adformat-list-box .slick-dots li.slick-active button {
  opacity: 0.75;
}

.home-adformat .h-adformat-list-box .slick-list .slick-slide {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.home-features .h-features-item .hf-item-title {
  padding-top: 0.25rem;
  text-align: center;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

@media (min-width: 1024px) {
  .home-features .h-features-item .hf-item-title {
    text-align: left;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.home-features .h-features-item .hf-item-content {
  text-align: justify;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {
  .home-features .h-features-item .hf-item-content {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.home-features .h-features-item .hf-item-icon {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  max-width: 70px;
}

.flex-important {
  display: flex !important;
}

.d-none{
  display:none
}

.d-block {
  display: block;
}

.home-tech .h-tech-item-content-thumb {
  margin-left: auto;
  margin-right: auto;
  height: 120px;
}

@media (min-width: 768px) {
  .home-tech .h-tech-item-content-thumb {
    height: 270px;
  }
}

.home-tech .h-tech-content-box .h-tech-content-title {
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(6 142 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-tech .h-tech-content-box .h-tech-content-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

.home-tech .h-tech-content-box .h-tech-content-title span:before {
  content: "";
  position: relative;
  top: -1px;
  margin-left: auto;
  margin-right: auto;
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(6 142 255 / var(--tw-border-opacity));
  padding-left: 0.5rem;
  font-size: 65%;
}

.home-tech ul.h-tech-list-box li {
  display: block;
  cursor: pointer;
  list-style-type: none;
  padding-left: 0.875rem;
  padding-right: 0.875rem;
  padding-top: 0.875rem;
}

.home-tech ul.h-tech-list-box .h-tech-list-item-label {
  border-radius: 0.625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.home-tech ul.h-tech-list-box .h-tech-list-item-label:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 142 255 / var(--tw-bg-opacity));
}

.home-tech ul.h-tech-list-box .h-tech-list-item-label:hover  .h-tech-item-label-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.home-tech ul.h-tech-list-box .h-tech-list-item-label:hover .h-tech-item-label-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-tech ul.h-tech-list-box li.curr .h-tech-list-item-label {
  --tw-bg-opacity: 1;
  background-color: rgb(6 142 255 / var(--tw-bg-opacity));
}

.home-tech ul.h-tech-list-box .h-tech-item-label-icon {
  display: flex;
  height: 42px;
  width: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
  padding: 0.625rem;
}

.group:hover .home-tech ul.h-tech-list-box .h-tech-item-label-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.home-tech ul.h-tech-list-box li.curr .h-tech-list-item-label .h-tech-item-label-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.home-tech ul.h-tech-list-box .h-tech-item-label-icon img {
  margin-left: auto;
  margin-right: auto;
}

.home-tech ul.h-tech-list-box .h-tech-item-label-content {
  margin-left: 1.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.group:hover .home-tech ul.h-tech-list-box .h-tech-item-label-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-tech ul.h-tech-list-box li.curr .h-tech-list-item-label .h-tech-item-label-content {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.home-web-network {
  background: url(../images/website-network-bg.png) no-repeat center center;
  background-size: cover;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.home-web-network .h-webnetwork-features .h-web-feature-sepa:after {
  content: "";
  display: block;
  height: 34px;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.home-web-network .h-wn-list-box .h-wn-list-item {
  margin-bottom: 1rem;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
}

.home-web-network .h-wn-list-box .h-wn-list-item-label {
  border-radius: 0.5rem;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-web-network .h-wn-list-box .h-wn-list-item-label {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

.home-web-network .h-wn-list-box .h-wn-list-item-label .h-wn-item-lalbel-title {
  font-weight: 700;
}

@media (min-width: 640px) {
  .home-web-network .h-wn-list-box .h-wn-list-item-label .h-wn-item-lalbel-title {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (min-width: 768px) {
  .home-web-network .h-wn-list-box .h-wn-list-item-label .h-wn-item-lalbel-title {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .home-web-network .h-wn-list-box .h-wn-list-item-label .h-wn-item-lalbel-title {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

@media (min-width: 1280px) {
  .home-web-network .h-wn-list-box .h-wn-list-item-label .h-wn-item-lalbel-title {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.home-web-network .h-wn-list-box .h-wn-list-item-news {
  background: url(../images/webnetwork-news-iconbg.png) no-repeat right bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(8 93 197 / var(--tw-bg-opacity));
}

.home-web-network .h-wn-list-box .h-wn-list-item-finance {
  background: url(../images/webnetwork-finance-iconbg.png) no-repeat right bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(255 197 109 / var(--tw-bg-opacity));
}

.home-web-network .h-wn-list-box .h-wn-list-item-giaitri {
  background: url(../images/webnetwork-giaitri-iconbg.png) no-repeat right bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(133 118 230 / var(--tw-bg-opacity));
}

.home-web-network .h-wn-list-box .h-wn-list-item-family {
  background:  url(../images/webnetwork-family-iconbg.png) no-repeat right bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(235 171 147 / var(--tw-bg-opacity));
}

.home-web-network .h-wn-list-box .h-wn-list-item-tech {
  background: url(../images/webnetwork-tech-iconbg.png) no-repeat right bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(108 203 245 / var(--tw-bg-opacity));
}

.home-web-network .h-wn-list-box .h-wn-list-item-sport {
  background: #050d1f url(../images/webnetwork-sport-iconbg.png) no-repeat right bottom;
  --tw-bg-opacity: 1;
  background-color: rgb(26 26 26 / var(--tw-bg-opacity));
}

.h-customer-label-list .h-customer-label-item {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
  cursor: pointer;
  border-radius: .625rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

.h-customer-label-list .h-customer-label-item.curr {
  --tw-bg-opacity: 1;
  background-color: rgb(6 142 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h-customer-label-list .h-customer-label-item:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(6 142 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h-customer-label-list .slick-current .h-customer-label-item {
  --tw-bg-opacity: 1;
  background-color: rgb(6 142 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h-cus-slider-arrow-right,.h-cus-slider-arrow-left{
  display:none;
  position: absolute;
  top: 28%;
  z-index: 2000;
  height: 2.5rem;
  cursor: pointer
}

.home-customer .slick-track {
  height: 100%;
}

.h-cus-slider-arrow-right {
  right: -50px;
}

.h-cus-slider-arrow-left {
  left: -50px;
}

.home-customer .slick-track .slick-slide>div:not([class]) {
  height: 100%;
}

.home-contact {
  background: url(../images/home-contact-bg.png) no-repeat center center;
  background-size: cover;
}

.home-contact .h-step-box .h-step-line-through {
  position: absolute;
  top: 26px;
  right: 7%;
  left: 7%;
  z-index: 1;
  margin: 0px;
  height: 0.375rem;
  width: 86%;
  --tw-bg-opacity: 1;
  background-color: rgb(209 209 209 / var(--tw-bg-opacity));
  opacity: 1;
}

@media (min-width: 768px) {
  .home-contact .h-step-box .h-step-line-through {
    top: 35px;
    height: 0.5rem;
  }
}

.home-contact .h-step-box .h-step-item {
  position: relative;
  z-index: 3;
  margin-left: auto;
  margin-right: auto;
  display: block;
  height: 55px;
  width: 55px;
  border-radius: 9999px;
  border-width: 4px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(6 142 255 / var(--tw-bg-opacity));
  text-align: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .home-contact .h-step-box .h-step-item {
    height: 76px;
    width: 76px;
    font-size: 30px;
    line-height: 68px;
  }
}

.home-contact .h-step-box .h-step-text {
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 768px) {
  .home-contact .h-step-box .h-step-text {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}

.home-contact .h-contact-form-box {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 3rem;
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

.sup-tooltip{
  display:none;
  position: absolute;
  z-index: 500;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 0.625rem;
  text-align: left;
  font-size: 11px;
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity));
  --tw-shadow: 0px 0px 6px rgba(0,0,0,0.26);
  --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.sup-tooltip .tip-content {
  display: flex;
  height: 100%;
  width: 100%;
  flex-wrap: wrap;
  align-items: center;
}

.sup-tooltip .tip-content .tip-error {
  width: 100%;
  flex: none;
  --tw-text-opacity: 1;
  color: rgb(237 32 21 / var(--tw-text-opacity));
}

.sup-tooltip .tip-content .tip-note {
  width: 100%;
  flex: none;
}

.sup-tooltip .tip-triangle {
  position: absolute;
  height: 0px;
  width: 0px;
  border-style: solid;
}

.sup-tooltip.tip-left .tip-triangle {
  position: absolute;
  right: -8px;
  height: 0px;
  width: 0px;
  border-top-width: 8px;
  border-bottom-width: 8px;
  border-left-width: 8px;
  border-color: transparent;
  --tw-border-opacity: 1;
  border-left-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-drop-shadow: drop-shadow(3px 0px 1px rgba(0,0,0,0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.h-contact-form-box .input.ok {
  background: transparent url(../images/home/signup-icon-ok.png) no-repeat right center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(35 162 63 / var(--tw-border-opacity));
  padding-right: 1.875rem
}

.h-contact-form-box .input.error {
  background: #FFE7E7 url(../images/home/signup-icon-error.png) no-repeat right center;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(237 32 21 / var(--tw-border-opacity));
  padding-right: 1.875rem
}

.h-btnmore, a.h-btnmore {
  display: inline-block;
  border-radius: .3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(252 175 23 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.h-btnok {
  display: inline-block;
  display: inline-flex;
  align-items: center;
  border-radius: .3125rem;
  --tw-bg-opacity: 1;
  background-color: rgb(35 162 63 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.relative {
  position: relative;
}

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

.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}

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

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.mb-\[1\.875rem\] {
  margin-bottom: 1.875rem;
}

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

.me-1 {
  margin-inline-end: 0.25rem;
}

.me-2 {
  margin-inline-end: 0.5rem;
}

.ml-1 {
  margin-left: 0.25rem;
}

.ml-3 {
  margin-left: 0.75rem;
}

.ml-6 {
  margin-left: 1.5rem;
}

.mr-1 {
  margin-right: 0.25rem;
}

.mr-2 {
  margin-right: 0.5rem;
}

.mr-3 {
  margin-right: 0.75rem;
}

.mt-12 {
  margin-top: 3rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.grid {
  display: grid;
}

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

.h-full {
  height: 100%;
}

.w-1\/2 {
  width: 50%;
}

.w-5\/12 {
  width: 41.666667%;
}

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

.w-7\/12 {
  width: 58.333333%;
}

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

.w-full {
  width: 100%;
}

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

.resize {
  resize: both;
}

.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

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

.items-start {
  align-items: flex-start;
}

.items-end {
  align-items: flex-end;
}

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

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

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.overflow-hidden {
  overflow: hidden;
}

.text-wrap {
  text-wrap: wrap;
}

.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

.border-b-2 {
  border-bottom-width: 2px;
}

.border-\[\#FFB748\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 183 72 / var(--tw-border-opacity));
}

.border-b-ax-main-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(231 231 231 / var(--tw-border-opacity));
}

.bg-ax-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(231 231 231 / var(--tw-bg-opacity));
}

.bg-ax-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-ax-main-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity));
}

.bg-ax-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(252 175 23 / var(--tw-bg-opacity));
}

.p-\[0\.875rem\] {
  padding: 0.875rem;
}

.p-\[1\.25rem\] {
  padding: 1.25rem;
}

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-\[0\.875rem\] {
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.pb-1 {
  padding-bottom: 0.25rem;
}

.pb-16 {
  padding-bottom: 4rem;
}

.pb-2\.5 {
  padding-bottom: 0.625rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-\[0\.9375rem\] {
  padding-bottom: 0.9375rem;
}

.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}

.pe-2 {
  padding-inline-end: 0.5rem;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pr-2 {
  padding-right: 0.5rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

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

.align-middle {
  vertical-align: middle;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

.text-\[0\.75rem\] {
  font-size: 0.75rem;
}

.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}

.text-\[1\.5625rem\] {
  font-size: 1.5625rem;
}

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

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

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

.uppercase {
  text-transform: uppercase;
}

.leading-\[1\.1\] {
  line-height: 1.1;
}

.leading-\[1\.3\] {
  line-height: 1.3;
}

.text-ax-main-400 {
  --tw-text-opacity: 1;
  color: rgb(136 136 136 / var(--tw-text-opacity));
}

.text-ax-main-500 {
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity));
}

.text-ax-main-600 {
  --tw-text-opacity: 1;
  color: rgb(93 93 93 / var(--tw-text-opacity));
}

.text-ax-main-700 {
  --tw-text-opacity: 1;
  color: rgb(79 79 79 / var(--tw-text-opacity));
}

.text-ax-orange-300 {
  --tw-text-opacity: 1;
  color: rgb(255 197 109 / var(--tw-text-opacity));
}

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

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

@media (min-width: 768px) {
  .md\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .md\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 480px) {
    .md\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .md\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .md\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .md\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .md\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1536px) {
    .md\:container {
      max-width: 1536px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:container {
    width: 100%;
  }

  @media (min-width: 320px) {
    .lg\:container {
      max-width: 320px;
    }
  }

  @media (min-width: 480px) {
    .lg\:container {
      max-width: 480px;
    }
  }

  @media (min-width: 640px) {
    .lg\:container {
      max-width: 640px;
    }
  }

  @media (min-width: 768px) {
    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:container {
      max-width: 1024px;
    }
  }

  @media (min-width: 1280px) {
    .lg\:container {
      max-width: 1280px;
    }
  }

  @media (min-width: 1400px) {
    .lg\:container {
      max-width: 1400px;
    }
  }

  @media (min-width: 1536px) {
    .lg\:container {
      max-width: 1536px;
    }
  }

  .lg\:d-none{
    display:none
  }

  .lg\:d-block {
    display: block;
  }
}

@media (min-width: 768px) {
  .md\:flex {
    display: flex;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-\[2\.625rem\] {
    font-size: 2.625rem;
  }

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

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

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

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

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

@media (min-width: 1024px) {
  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-12 {
    margin-bottom: 3rem;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:w-10\/12 {
    width: 83.333333%;
  }

  .lg\:w-11\/12 {
    width: 91.666667%;
  }

  .lg\:w-3\/12 {
    width: 25%;
  }

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

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

  .lg\:w-9\/12 {
    width: 75%;
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:justify-normal {
    justify-content: normal;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:border-b-0 {
    border-bottom-width: 0px;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-start {
    text-align: start;
  }
}

@media (min-width: 1280px) {
  .xl\:w-7\/12 {
    width: 58.333333%;
  }

  .xl\:w-8\/12 {
    width: 66.666667%;
  }
}
