@import url('https://fonts.googleapis.com/css2?family=Noto Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700;1,900&display=swap');

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,900;1,400;1,700;1,900&display=swap');

body {
  font-family: 'Noto Sans' !important;
}

.font-Montserrat {
  font-family: 'Montserrat' !important;
}

header {
  background: #fff;
  width: 100%;
  position: fixed;
  top: 0px;
  z-index: 9999;
}

.hidden-none-hover,
.responsive-mobile-f,
.btn-muti-language .show-change-language,
.footer-mobie-display,
.show-change-language-mobie {
  display: none;
}

.responsive-desktop-f {
  display: flex;
}

.btn-muti-language.active .show-change-language {
  display: block;
  z-index: 999;
}

.rounded-custom-bt {
  border-radius: 0px 0px 8px 8px;
}

.rounded-custom-t {
  border-radius: 8px 8px 0px 0px;
}

#content {
  background-color: white;
}

footer {
  background-color: #efeff0;
}

.expansion-panel-content {
  padding: 0px 10px 10px 10px;
  display: none;
}

.expansion-panel-content.active,
.footer-pc-display {
  display: block;
}

.footer-svg-panel {
  cursor: pointer;
  transform: rotate(180deg);
}

.footer-svg-panel.rotate-icon {
  transform: rotate(0deg) !important;
}

.expansion-panel {
  margin-bottom: 10px;
}

.custom-border-footer {
  border-top: 1px solid #4a4b4c;
}

.border-expansion-panels {
  border-bottom: 1px solid #d9d9d9;
}

.customer-container {
  margin: auto;
}

.content-padding-top {
  padding-top: 110px;
}

.container-width,
.header-width {
  max-width: 1354px;
}

.download-profile-display {
  display: block;
}

.language-mobie {
  display: none;
}

.language-mobie.display-change-language {
  display: flex;
  align-items: center;
}

.language-mobie.active .show-change-language-mobie {
  display: block;
  z-index: 99999;
}

.mobile-svg-language.rotate-svg {
  transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
  .responsive-desktop-f,
    .download-profile-display {
    display: none;
  }

  #hamburger-icon {
    margin: auto 0;
    display: block;
  }

  #hamburger-icon > div {
    width: 25px;
    height: 3px;
    background-color: #ce181e;
    margin: 4px 0;
    transition: 0.4s;
  }

  .open.mobile-menu {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .open .bar1 {
    transform: rotate(-45deg) translate(-6px, 3px);
  }

  .open .bar2 {
    opacity: 0;
  }

  .open .bar3 {
    transform: rotate(45deg) translate(-6px, -4px);
  }

  .mobile-menu {
    display: none;
    position: fixed;
    top: 46px;
    left: 0;
    bottom: 0;
    height: calc(100vh - 46px);
    width: 100vw;
    background-color: #f8f8f8;
    padding: 24px 0px;
    overflow: auto;
    z-index: 100;
    font-size: 14px;
    font-weight: 700;
    color: #4a4b4c;
  }

  .mobile-menu > ul li,
    li.mobile-active .contain-menu-header {
    margin-bottom: 10px;
    padding-bottom: 16px;
    border-bottom: 1px solid #d9d9d9;
    cursor: pointer;
  }

  .mobile-menu > ul li {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-active .contain-menu-header {
    padding-left: 16px;
    padding-right: 16px;
  }

  .mobile-menu li.mobile-active {
    padding-left: 0px;
    padding-right: 0px;
  }

  .mobile-active .mobile-submenu {
    padding-left: 16px !important;
  }

  li .mobile-submenu {
    display: none;
    transition: all 1s ease;
    animation: fade-in 1s;
  }

  li.mobile-active .mobile-submenu {
    gap: 1rem;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    display: grid;
  }

  li.mobile-active .mobile-svg-panel {
    transform: rotate(180deg);
  }

  .bg-color-red {
    background-color: #ce181e;
  }

  .responsive-mobile-f {
    display: flex;
  }

  .footer-mobie-display {
    display: block;
  }

  .footer-pc-display {
    display: none;
  }

  .content-padding-top {
    padding-top: 46px;
  }

  .container-width,
    .header-width {
    max-width: 92vw;
  }
}

@media (min-width: 1580px) and (max-width: 1919px) {
  .custom-footer {
    width: 85vw;
  }

  .container-width,
    .header-width {
    max-width: 85vw;
  }
}

@media (min-width: 1280px) and (max-width: 1579px) {
  .custom-footer {
    width: 90vw;
  }

  .customer-footer-logo {
    width: 170px !important;
    height: 90px !important;
  }

  .footer-title-office,
    .footer-sub-title-office,
    .footer-contact-title,
    .footer-overview-offices {
    font-size: 15px !important;
  }

  .footer-link-page {
    gap: 0px !important;
    font-size: 15px !important;
  }

  .container-linked {
    margin-top: 200px;
  }

  .container-width,
    .header-width {
    max-width: 90vw;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .custom-footer-cols {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .customer-contact-footer {
    margin-left: 67px !important;
  }

  .custom-footer {
    width: 90vw;
  }

  .customer-footer-logo {
    width: 170px !important;
    height: 90px !important;
  }

  .footer-title-office,
    .footer-sub-title-office,
    .footer-contact-title {
    font-size: 16px !important;
  }

  .footer-link-page {
    gap: 0px !important;
    font-size: 16px !important;
  }

  .footer-mobie-display {
    display: none;
  }

  .container-linked {
    display: flex;
    margin-top: 10px;
  }

  .container-width,
    .header-width {
    max-width: 95vw;
  }
}

@media screen and (width: 1024px) {
  .footer-pc-display {
    display: block;
  }

  .container-linked {
    margin-top: 110px !important;
  }

  .ml-screen-1024 {
    margin-left: 4vw;
  }

  .hidden-screen-1024 {
    display: none;
  }
}

/* Common8 START*/

/* Keyframes for arrow movement on PC */

@keyframes move-right {
  0% {
    transform: translateX(0px);
  }

  100% {
    transform: translateX(24px);
  }
}

@keyframes move-left {
  0% {
    transform: translateX(24px);
  }

  100% {
    transform: translateX(0);
  }
}

.arrow {
  display: inline-block;
  transition: transform 0.3s ease-in-out;
}

.group:hover .arrow {
  animation: move-right 0.3s ease-in-out forwards;
}

.group:not(:hover) .arrow {
  animation: move-left 0.3s ease-in-out forwards;
}

/* Keyframes for arrow movement on Mobile */

@keyframes move-loop {
  0% {
    transform: translateX(0);
  }

  50% {
    transform: translateX(24px);
  }

  100% {
    transform: translateX(0);
  }
}

@media (max-width: 768px) {
  .arrow {
    animation: move-loop 1s ease-in-out infinite;
  }
}

/* Common8 END*/

html, body {
  overflow-x: hidden;
}

.scrolling-content {
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.scrolling-content::-webkit-scrollbar {
  display: none;
}

.logo-wrapper img {
  transition: transform 0.3s ease, filter 0.3s ease;
}

.pattern-our-customer-title {
  background: linear-gradient(267.4deg, #CE181E -0.39%, #680C0F 50.45%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.certificationsAwards {
  display: flex;
  flex-direction: row;
  animation: slideleft-awardsline 25s linear infinite;
}

@keyframes slideleft-awardsline {
  100% {
    transform: translateX(-33.6%)
  }
}

.pc-comprehensive-group-right-2025 {
  width: 626px;
  padding: 40px 25px 40px 25px;
  border-radius: 16px;
  background: #FFFFFF;
  box-shadow: 0px 0px 8px 0px #00000033;
}

.button-send-form-comprehensive {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 186px;
  border: 1px solid #DFDFDF;
  padding: 10px 50px;
  border-radius: 8px;
  background: linear-gradient(90deg, #CCCCCC 0%, #F8F8F8 100%) ;
}

.title-send-form-comprehensive {
  font-family: 'Noto Sans';
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #4A4B4C;
}

.custom-input-form-comprehensive {
  width: 100% ;
  height: 51px ;
  padding: 10px 20px ;
  border-radius: 5px ;
  outline: none;
  box-sizing: border-box ;
  background: #FBFBFB;
  border: 0.5px solid #DFDFDF ;
  text-align: left;
  margin: 10px 0px;
}

.custom-textarea-form-comprehensive {
  width: 100%;
  min-height: 87px;
  padding: 10px 20px;
  border-radius: 5px;
  box-sizing: border-box;
  background: #FBFBFB;
  border: 0.5px solid #DFDFDF;
  outline: none;
  resize: none;
  font-family: 'Noto Sans';
  text-align: left;
  margin-top: 10px;
}

.custom-input-form-comprehensive::-moz-placeholder, .custom-textarea-form-comprehensive::-moz-placeholder {
  color: #D9D9D9;
  text-align: left;
}

.custom-input-form-comprehensive::placeholder,
.custom-textarea-form-comprehensive::placeholder {
  color: #D9D9D9;
  text-align: left;
}

.checkbox-wrapper-comprehensive {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  gap: 5px;
}

.checkbox-wrapper-comprehensive label {
  color: #4A4B4C;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  text-align: left;
  margin-top: -6px;
}

.checkbox-wrapper-comprehensive label a {
  color: #2876FE;
  text-decoration: none;
}

.checkbox-wrapper-comprehensive label a:hover {
  text-decoration: underline;
}

.custom-table-comprehensive {
  width: 100%;
}

.custom-table-comprehensive td, 
  .custom-table-comprehensive th {
  padding: 0 ;
}

.custom-table-comprehensive td {
  border-bottom: none ;
}

.recapcha-comprehensive {
  display: flex;
  gap: 15px;
  flex-direction: column;
}

@media (max-width: 1279px) {
  .pc-comprehensive-group-right-2025 {
    width: 43vw;
    min-width: 340px;
  }

  .custom-input-form-comprehensive {
    width: 38.2vw ;
  }

  .custom-textarea-form-comprehensive {
    width: 38.2vw;
  }

  .button-send-form-comprehensive {
    width: 15vw;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .pc-comprehensive-group-right-2025 {
    width: 43vw;
  }

  .custom-input-form-comprehensive {
    width: 39.2vw ;
  }

  .custom-textarea-form-comprehensive {
    width: 39.2vw;
  }

  .button-send-form-comprehensive {
    width: 13vw;
  }
}

@media (min-width: 1366px) and (max-width: 1579px) {
  .pc-comprehensive-group-right-2025 {
    width: 40vw;
  }

  .custom-input-form-comprehensive {
    width: 36.5vw ;
  }

  .custom-textarea-form-comprehensive {
    width: 36.5vw;
  }

  .button-send-form-comprehensive {
    width: 13vw;
  }
}

@media (min-width: 1580px) and (max-width: 1919px) {
  .button-send-form-comprehensive {
    width: 13vw;
  }
}

@media (max-width: 550px) {
  .pc-comprehensive-group-right-2025 {
    width: 90vw;
    padding: 20px 10px;
    border-radius: 16px;
    background: #FFFFFF;
    box-shadow: 0px 0px 8px 0px #00000033;
  }

  .pc-comprehensive-cooperation-icon-2025 {
    width: 25vw;
  }

  .custom-input-form-comprehensive {
    width: 85vw ;
    height: 47px ;
    padding: 10px 20px ;
    border-radius: 5px ;
    outline: none;
    box-sizing: border-box ;
    background: #FBFBFB;
    border: 0.5px solid #DFDFDF ;
    font-family: 'Noto Sans';
    font-size: 18px ;
    font-weight: 400;
    line-height: 30.6px;
    text-align: left;
    margin: 5px 0px;
  }

  .custom-textarea-form-comprehensive {
    width: 85vw;
    min-height: 131px;
    padding: 10px 20px;
    border-radius: 5px;
    box-sizing: border-box;
    background: #FBFBFB;
    border: 0.5px solid #DFDFDF;
    outline: none;
    resize: none;
    font-family: 'Noto Sans';
    font-size: 18px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: left;
    margin-top: 6px;
  }

  .pc-custom-input-form-comprehensive::-moz-placeholder, .pc-custom-textarea-form-comprehensive::-moz-placeholder {
    color: #D9D9D9;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: left;
  }

  .pc-custom-input-form-comprehensive::placeholder,
    .pc-custom-textarea-form-comprehensive::placeholder {
    color: #D9D9D9;
    font-family: 'Noto Sans';
    font-size: 16px;
    font-weight: 400;
    line-height: 30.6px;
    text-align: left;
  }

  .pc-checkbox-wrapper-comprehensive {
    display: flex;
    align-items: flex-start;
    margin-bottom: 10px;
    gap: 5px;
  }

  .pc-checkbox-wrapper-comprehensive label {
    color: #4A4B4C;
    font-family: 'Noto Sans';
    font-size: 14px;
    font-weight: 400;
    line-height: 27.2px;
    text-align: left;
    margin-top: -8px;
  }

  .pc-checkbox-wrapper-comprehensive label a {
    color: #2876FE;
    text-decoration: none;
  }

  .pc-checkbox-wrapper-comprehensive label a:hover {
    text-decoration: underline;
  }

  .pc-button-send-form-comprehensive {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45vw;
    border: 1px solid #DFDFDF;
    padding: 10px 50px;
    border-radius: 8px;
    background-color: linear-gradient(90deg, #CCCCCC 0%, #F8F8F8 100%) ;
    background: linear-gradient(90deg, #CCCCCC 0%, #F8F8F8 100%) ;
    background-image: -moz-element() ;
  }
}

/* ------------------------------ PC ------------------------------ */

.common_article_2025 {
  height: 770px;
}

.common_article_2025-title-btn {
  width: 1355px;
}

.common_article_2025-btn {
  color: #CE181E;
}

.common_article_2025-btn-wrapper:hover {
  background-color: #CE181E;
}

.common_article_2025-btn-wrapper:hover .common_article_2025-btn {
  color: #FFFFFF;
}

.common_article_2025-btn-wrapper:hover img {
  filter: brightness(0) invert(1);
}

.common_article_2025-content {
  width: 1355px;
}

.common_article_2025-content-item-wrapper {
  width: 435px;
  height: 428px;
}

.common_article_2025-content-item-wrapper:hover {
  transform: scale(1.1);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

.common_article_2025-content-item-wrapper img {
  width: 435px;
  height: 300px;
}

.common_article_2025-content-item-description-tag {
  border: 1px solid #FFFFFF;
}

.common_article_2025-content-item-description-tag:hover {
  border: 1px solid #CE181E;
  color: #CE181E;
}

/* ------------------------------ Mobile ------------------------------ */

.m_common_article_2025-btn {
  color: #CE181E;
}

.m_common_article_2025-btn-wrapper:hover {
  background-color: #CE181E;
}

.m_common_article_2025-btn-wrapper:hover .m_common_article_2025-btn {
  color: #FFFFFF;
}

.m_common_article_2025-btn-wrapper:hover img {
  filter: brightness(0) invert(1);
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .common_article_2025 {
    height: 600px;
  }

  .common_article_2025-title-btn {
    width: 928px;
  }

  .common_article_2025-content {
    width: 950px;
  }

  .common_article_2025-content-item-wrapper {
    width: 294px;
    height: 353px;
  }

  .common_article_2025-content-item-wrapper img {
    width: 294px;
    height: 204px;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .common_article_2025 {
    height: 700px;
  }

  .common_article_2025-title-btn {
    width: 1188px;
  }

  .common_article_2025-content {
    width: 1200px;
  }

  .common_article_2025-content-item-wrapper {
    width: 380px;
    height: 428px;
  }

  .common_article_2025-content-item-wrapper img {
    width: 380px;
    height: 262px;
  }
}

@media (min-width: 1366px) and (max-width: 1579px) {
  .common_article_2025 {
    height: 750px;
  }

  .common_article_2025-title-btn {
    width: 1275px;
  }

  .common_article_2025-content {
    width: 1275px;
  }

  .common_article_2025-content-item-wrapper {
    width: 408px;
    height: 428px;
  }

  .common_article_2025-content-item-wrapper img {
    width: 408px;
    height: 282px;
  }
}

.common_contact_2025 {
  height: 298px;
}

.common_contact_2025-main {
  position: absolute;
  top: 80px;
  left: 283px;
  height: 138px;
  width: 1353px;
  justify-content: space-between;
  padding: 16px 20px;
}

.common_contact_2025-main-title {
  font-size: 20px;
  line-height: 30px;
  z-index: 1;
}

.common_contact_2025-main-content {
  width: 774px;
}

.common_contact_2025-main-contact {
  top: 58px;
  left: 1064px;
}

.common_contact_2025-main:hover .common_contact_2025-main-contact {
  transform: translateX(50px);
}

.common_contact_2025-main:hover .common_contact_2025-main-bg {
  transform: translateX(398px);
}

@media (max-width: 1023px) {
  .common_contact_2025 {
    height: -moz-fit-content;
    height: fit-content;
  }

  .common_contact_2025-main {
    position: relative;
    top: 0px;
    left: 0px;
    height: 297px;
    width: calc(100% - 32px);
    margin: 0 16px;
    padding-top: 17px;
    padding-left: 35px;
    padding-right: 32px;
    padding-bottom: 16px;
    justify-content: flex-start;
  }

  .common_contact_2025-main-title {
    font-size: 16px;
    line-height: 24px;
    z-index: 1;
    margin-bottom: 27px;
  }

  .common_contact_2025-main-content {
    width: 100%;
  }

  .common_contact_2025-main-contact {
    top: 251px;
    left: 35px;
  }

  .common_contact_2025-main:hover .common_contact_2025-main-contact {
    transform: translateX(0px);
  }

  .common_contact_2025-main:hover .common_contact_2025-main-bg {
    transform: translateX(0px);
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .common_contact_2025-main {
    position: absolute;
    top: 80px;
    left: 55px;
    height: 138px;
    width: 923px;
    justify-content: space-between;
    padding: 16px 20px;
  }

  .common_contact_2025-main-content {
    width: 550px;
  }

  .common_contact_2025-main-contact {
    top: 58px;
    left: 650px;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .common_contact_2025-main {
    position: absolute;
    top: 80px;
    left: 55px;
    height: 138px;
    width: 1170px;
    justify-content: space-between;
    padding: 16px 20px;
  }

  .common_contact_2025-main-contact {
    top: 58px;
    left: 872px;
  }
}

@media (min-width: 1366px) and (max-width: 1579px) {
  .common_contact_2025-main {
    position: absolute;
    top: 80px;
    left: 59px;
    height: 138px;
    width: 1249px;
    justify-content: space-between;
    padding: 16px 20px;
  }

  .common_contact_2025-main-contact {
    top: 58px;
    left: 952px;
  }
}

@media (min-width: 1580px) and (max-width: 1919px) {
  .common_contact_2025-main {
    position: absolute;
    top: 80px;
    left: 110px;
    height: 138px;
    width: 1353px;
    justify-content: space-between;
    padding: 16px 20px;
  }
}

/* -------------------- Common_Luv_Digital_Journey_2025 ----------------------- */

.common_luv_digital_journey_2025-content-img {
  width: 266px;
  height: 416px;
}

.common_luv_digital_journey_2025-content-img > img {
  width: 266px;
  height: 416px;
}

.common_luv_digital_journey_2025-content-scroll::-webkit-scrollbar {
  display: none;
}

.common_luv_digital_journey_2025-content-scroll-statistic {
  width: 1201px;
  min-height: 386px;
}

/* -------------------- Mobile_Common_Luv_Digital_Journey_2025 ----------------------- */

.m_common_luv_digital_journey_2025-content {
  -ms-overflow-style: none;
}

.m_common_luv_digital_journey_2025-content::-webkit-scrollbar {
  display: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .common_luv_digital_journey_2025-content-img {
    width: 100%;
    height: 416px;
    display: flex;
    justify-content: center;
  }

  .common_luv_digital_journey_2025-content-img > img {
    width: calc(100% - 930px);
    height: 416px;
  }

  .common_luv_digital_journey_2025-content-scroll-statistic {
    width: 980px;
    min-height: 386px;
  }
}

.scrollbar-hidden::-webkit-scrollbar {
  display: none;
}

.scrollbar-hidden {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .common_news_2025-main {
    width: 800px;
  }

  .common_news_2025-main-img {
    width: 300px !important;
    height: 206px !important;
  }

  .common_news_2025-btn-wrapper {
    width: 1000px !important;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .common_news_2025-main {
    width: 1000px;
  }

  .common_news_2025-main-img {
    width: 450px !important;
    height: 310px !important;
  }

  .common_news_2025-btn-wrapper {
    width: 1200px !important;
  }
}

@media (min-width: 1366px) and (max-width: 1580px) {
  .common_news_2025-main {
    width: 1100px;
  }

  .common_news_2025-btn-wrapper {
    width: 1290px !important;
  }
}

/* -------------------- Common_Technology_2025 ----------------------- */

.common_technology_2025 {
  position: relative;
  width: 100%;
  background-color: #F8F8F8;
  padding-top: 80px;
  padding-bottom: 120px;
  gap: 73px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.common_technology_2025-title {
  font-family: 'Noto Sans';
  font-size: 30px;
  font-weight: 700;
  line-height: 45px;
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.common_technology_2025-tech-tabs-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 25px;
  width: 1433px;
  height: 47px;
}

.common_technology_2025-tech-tab-item {
  width: 218px;
  height: 47px;
  border-radius: 4px;
  background: #EFEFF0;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  -moz-column-gap: 4px;
       column-gap: 4px;
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 400;
  color: #4A4B4C;
  cursor: pointer;
}

.common_technology_2025-tech-tab-item.active {
  background-color: #CE181E;
  color: #FFFFFF;
  font-weight: 700;
  flex-direction: column;
}

.common_technology_2025-tech-tabs-content {
  width: 1433px;
}

.common_technology_2025-tech-tab-content {
  display: none;
}

.common_technology_2025-tech-tab-content.active {
  display: flex;
  flex-direction: row;
  gap: 25px;
  width: 100%;
  min-height: 137px;
  flex-wrap: wrap;
}

.common_technology_2025-tech-item {
  width: 218px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #CE181E;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 17px;
  box-sizing: border-box;
  background-color: #FFFFFF;
}

.common_technology_2025-tech-item-text {
  font-family: 'Noto Sans';
  font-size: 18px;
  font-weight: 400;
  color: #000000;
}

/* -------------------- Mobile_Common_Technology_2025 ----------------------- */

.m_common_technology_2025 {
  width: 100%;
  padding: 40px 16px;
  display: flex;
  flex-direction: column;
  gap: 30px;
  box-sizing: border-box;
  align-items: center;
}

.m_common_technology_2025-title {
  font-family: 'Noto Sans';
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.m_common_technology_2025-category {
  cursor: pointer;
  overflow: hidden;
  width: 100%;
}

.category-header {
  width: 100%;
  height: 59px;
  padding: 16px;
  border-radius: 4px;
  background-color: #EFEFF0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.category-header-text {
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 400;
  line-height: 27.2px;
  color: #4A4B4C;
  flex-grow: 1;
}

.category-header-icon {
  height: 16px;
  width: 16px;
  background-image: url('/wp-content/uploads/2025/01/black-arrow-right.png');
  background-size: cover;
}

.category-header.active {
  background-color: #d0021b;
}

.category-header.active .category-header-text {
  font-family: 'Noto Sans';
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  color: #FFFFFF;
}

.category-header.active .category-header-icon {
  height: 16px;
  width: 16px;
  background-image: url('/wp-content/uploads/2025/01/white-arrow-down.png');
  background-size: cover;
}

.category-content {
  display: flex;
  max-height: 0px;
  opacity: 0;
  padding: 0px 0px;
  flex-wrap: wrap;
  gap: 16px;
  width: 100%;
  box-sizing: border-box;
  transition: max-height 0.5s ease, padding 0.5s ease, opacity 0.5s ease;
}

.category-content.active {
  max-height: 500px;
  padding: 16px 0px;
  opacity: 1;
  transition: max-height 1s ease, padding 0.2s ease, opacity 0.5s ease;
}

.tech-item {
  height: 45px;
  border: 1px solid #CE181E;
  border-radius: 4px;
  display: flex;
  padding: 0px min(calc(((100% - 16px) / 2) - 148px), 25px);
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 16px) / 2);
  gap: 16px;
  box-sizing: border-box;
}

.tech-item-dynamic {
  height: 45px;
  border: 1px solid #CE181E;
  border-radius: 4px;
  display: flex;
  padding: 0px min(calc(((100% - 15px) / 2) - 182px), 25px);
  align-items: center;
  justify-content: flex-start;
  width: calc((100% - 16px) / 2);
  gap: 13px;
  box-sizing: border-box;
}

.tech-item.space-25 {
  gap: 25px;
}

.tech-item.space-15 {
  gap: 15px;
}

.tech-item.space-13 {
  gap: 13px;
}

.tech-item.space-11 {
  gap: 11px;
}

.tech-item.padding-16 {
  padding: 0 16px;
}

.tech-item.padding-0 {
  padding: 0px;
}

.tech-item .tech-item-icon {
  width: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tech-item .tech-item-icon > img {
  width: 24px;
  -o-object-fit: cover;
     object-fit: cover;
}

.tech-item .tech-item-text {
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: #000000;
}

.tech-item-dynamic .tech-item-text {
  font-family: 'Noto Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 23.8px;
  color: #000000;
}

/* Khi màn hình nhỏ hơn 1023px */

@media (max-width: 1023px) {
  .common_technology_2025 {
    display: none;
  }
}

@media (min-width: 1024px) {
  .m_common_technology_2025 {
    display: none;
  }
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .common_technology_2025-tech-tabs-menu {
    width: 947px;
    height: 119px;
  }

  .common_technology_2025-tech-tabs-content {
    width: 947px;
  }
}

@media (min-width: 1280px) and (max-width: 1365px) {
  .common_technology_2025-tech-tabs-menu {
    width: 1190px;
    height: 119px;
  }

  .common_technology_2025-tech-tabs-content {
    width: 1190px;
  }
}

@media (min-width: 1366px) and (max-width: 1579px) {
  .common_technology_2025-tech-tabs-menu {
    width: 1190px;
    height: 119px;
  }

  .common_technology_2025-tech-tabs-content {
    width: 1190px;
  }
}

/* Start section reality */

.current-situation-title {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.current-situation-item-detail, .current-situation-detail-mobie {
  display: none;
}

.current-situation-item.active .current-situation-item-detail,
.current-situation-item-mobie.active .current-situation-detail-mobie {
  display: block;
}

.current-situation-item.active svg, .current-situation-item-mobie.active svg {
  transform: rotate(180deg);
}

.current-situation-item {
  flex-grow: 0;
}

.current-situation-item.active {
  flex-grow: 5;
}

.btn-chage-data.active {
  background-color: white;
}

.btn-chage-data.active > span {
  color: black;
  font-weight: 700;
}

.btn-chage-data {
  background-color: #FFFFFF40;
}

.btn-chage-data > span {
  color: white;
  font-weight: 400;
}

.active-dropdown svg {
  transform: rotate(180deg);
}

.dropdown-menu-advantage {
  display: none;
  position: absolute;
}

/* End section labor force fluctuations  */

.strategy-consult-section-5-gradient-text {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.strategy-consult-section-5-line {
  background: linear-gradient(180deg, rgba(206, 24, 30, 0) 0%, #CE181E 53%, rgba(206, 24, 30, 0) 100%);
}

.strategy-consult-section-5-content::-webkit-scrollbar {
  display: none;
}

.fade-in {
  opacity: 0;
  transform: translateY(400px);
  transition: opacity 1.5s ease-out, transform 1.5s ease-out;
}

.fade-in.show {
  opacity: 1;
  transform: translateY(0);
}

.carousel__track {
  padding: 0;
  margin: 0;
  position: relative;
  height: 100%;
  transition: transform 0.4s ease-in-out;
}

.process-gradient-text {
  background: linear-gradient(90deg, #840000 0%, #CE181E 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.process-line {
  background: linear-gradient(180deg, rgba(206, 24, 30, 0) 0%, #CE181E 53%, rgba(206, 24, 30, 0) 100%);
}

.process-content::-webkit-scrollbar {
  display: none;
}

@media (max-width: 360px) {
  .microsoft-dynamics {
    padding-left: 8px !important;
    gap: 20px !important;
  }
}

@keyframes slide-in-left {
  from {
    transform: translateX(-100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes slide-in-right {
  from {
    transform: translateX(100%);
    opacity: 0;
  }

  to {
    transform: translateX(0);
    opacity: 1;
  }
}

.animate-slide-in-left {
  animation: slide-in-left 0.5s ease-in-out;
}

.animate-slide-in-right {
  animation: slide-in-right 0.5s ease-in-out;
}

.stickyWrapper{
  position: relative;
  float:left;
}

.stickyHedBtm{
  background:red;
  padding:0;
  float:left;
  width:100%;
}

.stickyMainContainer{
  overflow-y:scroll;
  float:left;
  margin-top:0px;
  border-radius: 16px;
  padding-bottom: 10px;
}

.stickyHeader{
  width: 100%;
  padding: 0 16px;
  float: left;
  background:#F8F8F8;
}

.stickyHeader p{
  display:inline-block;
  padding-top:16px;
  padding-bottom: 20px;
  font-family: 'Noto Sans';
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  border-bottom: 1px solid #D9D9D9;
  width: 100%;
}

.stickyTabContainer {
  float:left;
  width: 100%;
  padding:16px;
  padding-top: 20px;
  font-family: 'Noto Sans';
  font-weight: 400;
  font-size: 16px;
  line-height: 170%;
  text-align: justify;
  margin-bottom: 80px;
  background:#F8F8F8;
}

.stickyFix{
  position: absolute;
  margin:0;
  background:#F8F8F8;
}

.pos-container ul {
  list-style: disc !important;
  padding: 10px 20px !important;
  margin: auto !important;
}

.pos-container ol {
  list-style: decimal !important;
  padding: 10px 20px !important;
  margin: auto !important;
}

*, ::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:  ;
}

/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Inter, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  letter-spacing: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.\!container{
  width: 100% !important;
}

.container{
  width: 100%;
}

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

  .container{
    max-width: 640px;
  }
}

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

  .container{
    max-width: 768px;
  }
}

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

  .container{
    max-width: 1024px;
  }
}

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

  .container{
    max-width: 1280px;
  }
}

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

  .container{
    max-width: 1536px;
  }
}

.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;
}

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

.invisible{
  visibility: hidden;
}

.fixed{
  position: fixed;
}

.absolute{
  position: absolute;
}

.relative{
  position: relative;
}

.sticky{
  position: sticky;
}

.inset-0{
  inset: 0px;
}

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

.-right-5{
  right: -1.25rem;
}

.left-0{
  left: 0px;
}

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

.left-\[-24px\]{
  left: -24px;
}

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

.right-0{
  right: 0px;
}

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

.top-0{
  top: 0px;
}

.top-24{
  top: 6rem;
}

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

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

.top-full{
  top: 100%;
}

.z-0{
  z-index: 0;
}

.z-10{
  z-index: 10;
}

.z-40{
  z-index: 40;
}

.z-50{
  z-index: 50;
}

.z-\[1\]{
  z-index: 1;
}

.z-\[2\]{
  z-index: 2;
}

.z-\[99999\]{
  z-index: 99999;
}

.z-\[9999\]{
  z-index: 9999;
}

.z-\[999\]{
  z-index: 999;
}

.m-auto{
  margin: auto;
}

.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}

.mx-\[11px\]{
  margin-left: 11px;
  margin-right: 11px;
}

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

.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

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

.my-8{
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}

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

.-ml-\[100px\]{
  margin-left: -100px;
}

.-mt-0\.5{
  margin-top: -0.125rem;
}

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

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

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

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

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

.mb-10{
  margin-bottom: 2.5rem;
}

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

.mb-14{
  margin-bottom: 3.5rem;
}

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

.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-\[104px\]{
  margin-bottom: 104px;
}

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

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

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

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

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

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

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

.ml-2{
  margin-left: 0.5rem;
}

.ml-20{
  margin-left: 5rem;
}

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

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

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

.ml-\[16px\]{
  margin-left: 16px;
}

.ml-\[1vw\]{
  margin-left: 1vw;
}

.ml-\[310px\]{
  margin-left: 310px;
}

.ml-\[8px\]{
  margin-left: 8px;
}

.mr-0{
  margin-right: 0px;
}

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

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

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

.mr-\[5px\]{
  margin-right: 5px;
}

.mt-1{
  margin-top: 0.25rem;
}

.mt-10{
  margin-top: 2.5rem;
}

.mt-11{
  margin-top: 2.75rem;
}

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

.mt-14{
  margin-top: 3.5rem;
}

.mt-16{
  margin-top: 4rem;
}

.mt-2{
  margin-top: 0.5rem;
}

.mt-20{
  margin-top: 5rem;
}

.mt-28{
  margin-top: 7rem;
}

.mt-3\.5{
  margin-top: 0.875rem;
}

.mt-4{
  margin-top: 1rem;
}

.mt-6{
  margin-top: 1.5rem;
}

.mt-8{
  margin-top: 2rem;
}

.mt-9{
  margin-top: 2.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.box-border{
  box-sizing: border-box;
}

.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.block{
  display: block;
}

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

.flex{
  display: flex;
}

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

.table{
  display: table;
}

.grid{
  display: grid;
}

.contents{
  display: contents;
}

.hidden{
  display: none;
}

.aspect-\[0\.597\]{
  aspect-ratio: 0.597;
}

.aspect-\[1\.01\]{
  aspect-ratio: 1.01;
}

.aspect-\[1\.03\]{
  aspect-ratio: 1.03;
}

.aspect-\[1\.04\]{
  aspect-ratio: 1.04;
}

.aspect-\[1\.77\]{
  aspect-ratio: 1.77;
}

.aspect-\[1920\/560\]{
  aspect-ratio: 1920/560;
}

.aspect-\[2\.31\]{
  aspect-ratio: 2.31;
}

.aspect-\[3\.52\]{
  aspect-ratio: 3.52;
}

.aspect-\[3\.68\]{
  aspect-ratio: 3.68;
}

.aspect-\[3\.94\]{
  aspect-ratio: 3.94;
}

.aspect-\[361\/248\]{
  aspect-ratio: 361/248;
}

.aspect-\[800\/550\]{
  aspect-ratio: 800/550;
}

.aspect-square{
  aspect-ratio: 1 / 1;
}

.h-10{
  height: 2.5rem;
}

.h-11{
  height: 2.75rem;
}

.h-12{
  height: 3rem;
}

.h-20{
  height: 5rem;
}

.h-4{
  height: 1rem;
}

.h-5{
  height: 1.25rem;
}

.h-6{
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-\[39\.92px\]{
  height: 39.92px;
}

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

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

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

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

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

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

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

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

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

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

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

.h-\[60vh\]{
  height: 60vh;
}

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

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

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

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

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

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

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

.h-auto{
  height: auto;
}

.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}

.h-full{
  height: 100%;
}

.max-h-0{
  max-height: 0px;
}

.max-h-48{
  max-height: 12rem;
}

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

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

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

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

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

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

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

.max-h-\[70vh\]{
  max-height: 70vh;
}

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

.max-h-full{
  max-height: 100%;
}

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

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

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

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

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

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

.min-h-screen{
  min-height: 100vh;
}

.w-1\/3{
  width: 33.333333%;
}

.w-11{
  width: 2.75rem;
}

.w-12{
  width: 3rem;
}

.w-20{
  width: 5rem;
}

.w-4{
  width: 1rem;
}

.w-4\/5{
  width: 80%;
}

.w-40{
  width: 10rem;
}

.w-5{
  width: 1.25rem;
}

.w-6{
  width: 1.5rem;
}

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

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

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

.w-\[1072\.2px\]{
  width: 1072.2px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[25\%\]{
  width: 25%;
}

.w-\[25vw\]{
  width: 25vw;
}

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

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

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

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

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

.w-\[35\%\]{
  width: 35%;
}

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

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

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

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

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

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

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

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

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

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

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

.w-\[70vw\]{
  width: 70vw;
}

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

.w-\[75vw\]{
  width: 75vw;
}

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

.w-\[90vw\]{
  width: 90vw;
}

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

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

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

.w-\[calc\(100\%-41px\)\]{
  width: calc(100% - 41px);
}

.w-\[calc\(100\%-460px\)\]{
  width: calc(100% - 460px);
}

.w-\[calc\(100vw\)\]{
  width: calc(100vw);
}

.w-\[calc\(100vw-32px\)\]{
  width: calc(100vw - 32px);
}

.w-\[min\(calc\(100vw-32px\)\2c 1355px\)\]{
  width: min(calc(100vw - 32px),1355px);
}

.w-\[min\(calc\(100vw-54px\)\2c 1355px\)\]{
  width: min(calc(100vw - 54px),1355px);
}

.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.w-full{
  width: 100%;
}

.w-screen{
  width: 100vw;
}

.min-w-0{
  min-width: 0px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-2xl{
  max-width: 42rem;
}

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[99vw\]{
  max-width: 99vw;
}

.max-w-\[min\(100vw\2c 1903px\)\]{
  max-width: min(100vw,1903px);
}

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

.max-w-none{
  max-width: none;
}

.flex-1{
  flex: 1 1 0%;
}

.flex-none{
  flex: none;
}

.flex-shrink-0{
  flex-shrink: 0;
}

.shrink-0{
  flex-shrink: 0;
}

.flex-grow{
  flex-grow: 1;
}

.grow{
  flex-grow: 1;
}

.basis-0{
  flex-basis: 0px;
}

.-translate-x-1\/2{
  --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-\[200px\]{
  --tw-translate-y: -200px;
  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-0{
  --tw-translate-y: 0px;
  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-10{
  --tw-translate-y: 2.5rem;
  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-\[55vh\]{
  --tw-translate-y: 55vh;
  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-full{
  --tw-translate-y: 100%;
  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-90{
  --tw-rotate: 90deg;
  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));
}

.transform{
  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-default{
  cursor: default;
}

.cursor-pointer{
  cursor: pointer;
}

.resize{
  resize: both;
}

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

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

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

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

.grid-cols-\[0\.5fr_1fr\]{
  grid-template-columns: 0.5fr 1fr;
}

.flex-row{
  flex-direction: row;
}

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

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

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

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

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

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

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

.justify-start{
  justify-content: flex-start;
}

.justify-end{
  justify-content: flex-end;
}

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

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

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

.justify-items-start{
  justify-items: start;
}

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

.gap-0{
  gap: 0px;
}

.gap-1{
  gap: 0.25rem;
}

.gap-10{
  gap: 2.5rem;
}

.gap-2{
  gap: 0.5rem;
}

.gap-2\.5{
  gap: 0.625rem;
}

.gap-3{
  gap: 0.75rem;
}

.gap-4{
  gap: 1rem;
}

.gap-6{
  gap: 1.5rem;
}

.gap-7{
  gap: 1.75rem;
}

.gap-8{
  gap: 2rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-x-\[27px\]{
  -moz-column-gap: 27px;
       column-gap: 27px;
}

.gap-x-\[46px\]{
  -moz-column-gap: 46px;
       column-gap: 46px;
}

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

.gap-y-\[27px\]{
  row-gap: 27px;
}

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

.gap-y-\[35px\]{
  row-gap: 35px;
}

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

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

.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

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

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

.self-stretch{
  align-self: stretch;
}

.overflow-hidden{
  overflow: hidden;
}

.overflow-scroll{
  overflow: scroll;
}

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

.overflow-y-auto{
  overflow-y: auto;
}

.scroll-smooth{
  scroll-behavior: smooth;
}

.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

.rounded{
  border-radius: 0.25rem;
}

.rounded-2xl{
  border-radius: 1rem;
}

.rounded-\[10px\]{
  border-radius: 10px;
}

.rounded-\[16px\]{
  border-radius: 16px;
}

.rounded-\[20px\]{
  border-radius: 20px;
}

.rounded-\[23px\]{
  border-radius: 23px;
}

.rounded-\[42px\]{
  border-radius: 42px;
}

.rounded-\[4px\]{
  border-radius: 4px;
}

.rounded-\[5px\]{
  border-radius: 5px;
}

.rounded-\[8px\]{
  border-radius: 8px;
}

.rounded-full{
  border-radius: 9999px;
}

.rounded-lg{
  border-radius: 0.5rem;
}

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

.rounded-none{
  border-radius: 0px;
}

.rounded-xl{
  border-radius: 0.75rem;
}

.rounded-l-lg{
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-r-lg{
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}

.rounded-t-\[16px\]{
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}

.border{
  border-width: 1px;
}

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

.border-\[1px\]{
  border-width: 1px;
}

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

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

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

.border-b-\[0\.4px\]{
  border-bottom-width: 0.4px;
}

.border-b-\[0\.5px\]{
  border-bottom-width: 0.5px;
}

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

.border-b-\[4px\]{
  border-bottom-width: 4px;
}

.border-r-\[1px\]{
  border-right-width: 1px;
}

.border-t-\[0\.4px\]{
  border-top-width: 0.4px;
}

.border-t-\[3px\]{
  border-top-width: 3px;
}

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

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

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

.border-\[\#4A4B4C\]{
  --tw-border-opacity: 1;
  border-color: rgb(74 75 76 / var(--tw-border-opacity, 1));
}

.border-\[\#CE181E\]{
  --tw-border-opacity: 1;
  border-color: rgb(206 24 30 / var(--tw-border-opacity, 1));
}

.border-\[\#D9D9D9\]{
  --tw-border-opacity: 1;
  border-color: rgb(217 217 217 / var(--tw-border-opacity, 1));
}

.border-\[\#DFDFDF\]{
  --tw-border-opacity: 1;
  border-color: rgb(223 223 223 / var(--tw-border-opacity, 1));
}

.border-\[\#F4F4F4\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity, 1));
}

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

.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}

.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(237 28 36 / var(--tw-border-opacity, 1));
}

.border-transparent{
  border-color: transparent;
}

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

.border-b-\[\#CE181E\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(206 24 30 / var(--tw-border-opacity, 1));
}

.bg-\[\#0077B5\]\/10{
  background-color: rgb(0 119 181 / 0.1);
}

.bg-\[\#1DA1F2\]\/10{
  background-color: rgb(29 161 242 / 0.1);
}

.bg-\[\#4267B2\]\/10{
  background-color: rgb(66 103 178 / 0.1);
}

.bg-\[\#CE181E\]{
  --tw-bg-opacity: 1;
  background-color: rgb(206 24 30 / var(--tw-bg-opacity, 1));
}

.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}

.bg-\[\#DFDFDF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(223 223 223 / var(--tw-bg-opacity, 1));
}

.bg-\[\#EFEFF0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 240 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F7F7F9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(247 247 249 / var(--tw-bg-opacity, 1));
}

.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FBFBFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFFFFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#a8a5a5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(168 165 165 / var(--tw-bg-opacity, 1));
}

.bg-\[\#d0021b\]{
  --tw-bg-opacity: 1;
  background-color: rgb(208 2 27 / var(--tw-bg-opacity, 1));
}

.bg-\[\#f8f8f8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

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

.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}

.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity, 1));
}

.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(237 28 36 / var(--tw-bg-opacity, 1));
}

.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.bg-stone-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 249 / var(--tw-bg-opacity, 1));
}

.bg-transparent{
  background-color: transparent;
}

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

.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}

.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}

.bg-\[linear-gradient\(90deg\2c \#840000_0\%\2c \#CE181E_100\%\)\]{
  background-image: linear-gradient(90deg,#840000 0%,#CE181E 100%);
}

.bg-\[linear-gradient\(90deg\2c \#840000_0\%\2c \#ce181e_100\%\)\]{
  background-image: linear-gradient(90deg,#840000 0%,#ce181e 100%);
}

.bg-\[url\(\/wp-content\/themes\/luvina2024\/assets\/images\/common_article_2025_bg-mb\.png\)\]{
  background-image: url(/wp-content/themes/luvina2024/assets/images/common_article_2025_bg-mb.png);
}

.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-r{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-\[\#840000\]{
  --tw-gradient-from: #840000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#CCCCCC\]{
  --tw-gradient-from: #CCCCCC var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(204 204 204 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[\#F9F9F9\]{
  --tw-gradient-from: #F9F9F9 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 249 249 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-50{
  --tw-gradient-from: #f9fafb var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(249 250 251 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-gray-900\/75{
  --tw-gradient-from: rgb(17 24 39 / 0.75) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(17 24 39 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#CE181E\]{
  --tw-gradient-to: #CE181E var(--tw-gradient-to-position);
}

.to-\[\#F8F8F8\]{
  --tw-gradient-to: #F8F8F8 var(--tw-gradient-to-position);
}

.to-gray-100{
  --tw-gradient-to: #f3f4f6 var(--tw-gradient-to-position);
}

.to-transparent{
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.to-white{
  --tw-gradient-to: #fff var(--tw-gradient-to-position);
}

.bg-cover{
  background-size: cover;
}

.bg-clip-text{
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-center{
  background-position: center;
}

.bg-no-repeat{
  background-repeat: no-repeat;
}

.fill-neutral-600{
  fill: #525252;
}

.fill-red-600{
  fill: #dc2626;
}

.fill-zinc-300{
  fill: #d4d4d8;
}

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

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

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

.p-2{
  padding: 0.5rem;
}

.p-3{
  padding: 0.75rem;
}

.p-4{
  padding: 1rem;
}

.p-5{
  padding: 1.25rem;
}

.p-6{
  padding: 1.5rem;
}

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

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

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

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

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

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

.p-\[9px_10px\]{
  padding: 9px 10px;
}

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

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

.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11{
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12{
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

.px-20{
  padding-left: 5rem;
  padding-right: 5rem;
}

.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-\[10px\]{
  padding-left: 10px;
  padding-right: 10px;
}

.px-\[14px\]{
  padding-left: 14px;
  padding-right: 14px;
}

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

.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}

.px-\[24px\]{
  padding-left: 24px;
  padding-right: 24px;
}

.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}

.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}

.px-\[60px\]{
  padding-left: 60px;
  padding-right: 60px;
}

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

.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

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

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

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

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

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

.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-10{
  padding-bottom: 2.5rem;
}

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

.pb-2{
  padding-bottom: 0.5rem;
}

.pb-6{
  padding-bottom: 1.5rem;
}

.pb-7{
  padding-bottom: 1.75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.pl-2{
  padding-left: 0.5rem;
}

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

.pl-5{
  padding-left: 1.25rem;
}

.pl-\[10px\]{
  padding-left: 10px;
}

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

.pl-\[20px\]{
  padding-left: 20px;
}

.pl-\[26px\]{
  padding-left: 26px;
}

.pl-\[45px\]{
  padding-left: 45px;
}

.pl-\[8px\]{
  padding-left: 8px;
}

.pr-4{
  padding-right: 1rem;
}

.pr-\[10px\]{
  padding-right: 10px;
}

.pr-\[15px\]{
  padding-right: 15px;
}

.pr-\[21px\]{
  padding-right: 21px;
}

.pr-\[29px\]{
  padding-right: 29px;
}

.pr-\[30px\]{
  padding-right: 30px;
}

.pr-\[48px\]{
  padding-right: 48px;
}

.pr-\[8px\]{
  padding-right: 8px;
}

.pt-1{
  padding-top: 0.25rem;
}

.pt-10{
  padding-top: 2.5rem;
}

.pt-14{
  padding-top: 3.5rem;
}

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

.pt-20{
  padding-top: 5rem;
}

.pt-4{
  padding-top: 1rem;
}

.pt-6{
  padding-top: 1.5rem;
}

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

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

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

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

.pt-\[18\.5px\]{
  padding-top: 18.5px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.font-\[\'Noto_Sans\'\]{
  font-family: 'Noto Sans';
}

.font-sans{
  font-family: Inter, sans-serif;
}

.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}

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

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

.text-\[12\.5px\]{
  font-size: 12.5px;
}

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

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

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

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

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

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

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

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

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

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

.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;
}

.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}

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

.font-extrabold{
  font-weight: 800;
}

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

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

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

.uppercase{
  text-transform: uppercase;
}

.leading-5{
  line-height: 1.25rem;
}

.leading-6{
  line-height: 1.5rem;
}

.leading-7{
  line-height: 1.75rem;
}

.leading-8{
  line-height: 2rem;
}

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

.leading-\[13\.56px\]{
  line-height: 13.56px;
}

.leading-\[150\%\]{
  line-height: 150%;
}

.leading-\[170\%\]{
  line-height: 170%;
}

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

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

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

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

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

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

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

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

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

.leading-\[27\.2px\]{
  line-height: 27.2px;
}

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

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

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

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

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

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

.leading-normal{
  line-height: 1.5;
}

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

.text-\[\#000000\]{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#0077B5\]{
  --tw-text-opacity: 1;
  color: rgb(0 119 181 / var(--tw-text-opacity, 1));
}

.text-\[\#1DA1F2\]{
  --tw-text-opacity: 1;
  color: rgb(29 161 242 / var(--tw-text-opacity, 1));
}

.text-\[\#2F6BFF\]{
  --tw-text-opacity: 1;
  color: rgb(47 107 255 / var(--tw-text-opacity, 1));
}

.text-\[\#4267B2\]{
  --tw-text-opacity: 1;
  color: rgb(66 103 178 / var(--tw-text-opacity, 1));
}

.text-\[\#4A4B4C\]{
  --tw-text-opacity: 1;
  color: rgb(74 75 76 / var(--tw-text-opacity, 1));
}

.text-\[\#6D6E71\]{
  --tw-text-opacity: 1;
  color: rgb(109 110 113 / var(--tw-text-opacity, 1));
}

.text-\[\#70706F\]{
  --tw-text-opacity: 1;
  color: rgb(112 112 111 / var(--tw-text-opacity, 1));
}

.text-\[\#CE181E\]{
  --tw-text-opacity: 1;
  color: rgb(206 24 30 / var(--tw-text-opacity, 1));
}

.text-\[\#D9D9D9\]{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.text-\[\#fff\]{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}

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

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

.text-primary{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity, 1));
}

.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

.text-transparent{
  color: transparent;
}

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

.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}

.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}

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

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

.opacity-0{
  opacity: 0;
}

.opacity-100{
  opacity: 1;
}

.opacity-50{
  opacity: 0.5;
}

.opacity-70{
  opacity: 0.7;
}

.shadow-\[0px_1px_8px_0px_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0px 1px 8px 0px rgba(0,0,0,0.25);
  --tw-shadow-colored: 0px 1px 8px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.blur{
  --tw-blur: blur(8px);
  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);
}

.filter{
  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);
}

.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[max-height\]{
  transition-property: max-height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

.duration-\[500ms\]{
  transition-duration: 500ms;
}

.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.\[mask-image\:linear-gradient\(to_bottom\2c rgba\(0\2c 0\2c 0\2c 1\)_500\%\2c rgba\(0\2c 0\2c 0\2c 0\)\)\]{
  -webkit-mask-image: linear-gradient(to bottom,rgba(0,0,0,1) 500%,rgba(0,0,0,0));
          mask-image: linear-gradient(to bottom,rgba(0,0,0,1) 500%,rgba(0,0,0,0));
}

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

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

.placeholder\:leading-\[170\%\]::-moz-placeholder{
  line-height: 170%;
}

.placeholder\:leading-\[170\%\]::placeholder{
  line-height: 170%;
}

.placeholder\:text-\[\#CE181E\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(206 24 30 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#CE181E\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(206 24 30 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#D9D9D9\]::-moz-placeholder{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.placeholder\:text-\[\#D9D9D9\]::placeholder{
  --tw-text-opacity: 1;
  color: rgb(217 217 217 / var(--tw-text-opacity, 1));
}

.hover\:border-\[\#CE181E\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(206 24 30 / var(--tw-border-opacity, 1));
}

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(237 28 36 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0077B5\]\/20:hover{
  background-color: rgb(0 119 181 / 0.2);
}

.hover\:bg-\[\#1DA1F2\]\/20:hover{
  background-color: rgb(29 161 242 / 0.2);
}

.hover\:bg-\[\#4267B2\]\/20:hover{
  background-color: rgb(66 103 178 / 0.2);
}

.hover\:bg-\[\#CE181E\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(206 24 30 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#f93535\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 53 53 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:bg-slate-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gradient-to-r:hover{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.hover\:from-\[\#840000\]:hover{
  --tw-gradient-from: #840000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(132 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.hover\:to-\[\#CE181E\]:hover{
  --tw-gradient-to: #CE181E var(--tw-gradient-to-position);
}

.hover\:text-\[\#4A4B4C\]:hover{
  --tw-text-opacity: 1;
  color: rgb(74 75 76 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#CE181E\]:hover{
  --tw-text-opacity: 1;
  color: rgb(206 24 30 / var(--tw-text-opacity, 1));
}

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity, 1));
}

.hover\:text-red-600:hover{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-75:hover{
  opacity: 0.75;
}

.hover\:shadow-lg:hover{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -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);
}

.focus\:border-\[\#CE181E\]:focus{
  --tw-border-opacity: 1;
  border-color: rgb(206 24 30 / var(--tw-border-opacity, 1));
}

.focus\:border-transparent:focus{
  border-color: transparent;
}

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

.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-2:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#CE181E\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(206 24 30 / var(--tw-ring-opacity, 1));
}

.focus\:ring-primary:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(237 28 36 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}

.enabled\:bg-\[\#cf191f\]:enabled{
  --tw-bg-opacity: 1;
  background-color: rgb(207 25 31 / var(--tw-bg-opacity, 1));
}

.disabled\:bg-\[\#CCCCCC\]:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 204 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:hidden{
  display: none;
}

.group:hover .group-hover\:text-\[\#CE181E\]{
  --tw-text-opacity: 1;
  color: rgb(206 24 30 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:text-primary{
  --tw-text-opacity: 1;
  color: rgb(237 28 36 / var(--tw-text-opacity, 1));
}

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

.group:hover .group-hover\:opacity-0{
  opacity: 0;
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media not all and (min-width: 1024px){
  .max-lg\:mx-\[16px\]{
    margin-left: 16px;
    margin-right: 16px;
  }

  .max-lg\:flex{
    display: flex;
  }

  .max-lg\:object-cover{
    -o-object-fit: cover;
       object-fit: cover;
  }

  .max-lg\:p-\[11px\]{
    padding: 11px;
  }

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

  .max-lg\:px-\[16px\]{
    padding-left: 16px;
    padding-right: 16px;
  }
}

@media not all and (min-width: 768px){
  .max-md\:mt-10{
    margin-top: 2.5rem;
  }

  .max-md\:mt-6{
    margin-top: 1.5rem;
  }

  .max-md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 640px){
  .sm\:block{
    display: block;
  }

  .sm\:flex{
    display: flex;
  }

  .sm\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .sm\:w-\[80vw\]{
    width: 80vw;
  }

  .sm\:w-auto{
    width: auto;
  }

  .sm\:flex-row{
    flex-direction: row;
  }

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

  .sm\:justify-items-start{
    justify-items: start;
  }

  .sm\:overflow-visible{
    overflow: visible;
  }

  .sm\:overflow-y-auto{
    overflow-y: auto;
  }

  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

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

  .sm\:uppercase{
    text-transform: uppercase;
  }

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

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

  .sm\:leading-\[37\.5px\]{
    line-height: 37.5px;
  }
}

@media (min-width: 768px){
  .md\:mb-4{
    margin-bottom: 1rem;
  }

  .md\:ml-20{
    margin-left: 5rem;
  }

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

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

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

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

  .md\:w-\[90vw\]{
    width: 90vw;
  }

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

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

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

  .md\:gap-4{
    gap: 1rem;
  }

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

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

  .md\:gap-\[5px\]{
    gap: 5px;
  }

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

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

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

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

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

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

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

  .lg\:col-span-12{
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8{
    grid-column: span 8 / span 8;
  }

  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:mx-\[0px\]{
    margin-left: 0px;
    margin-right: 0px;
  }

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

  .lg\:my-0{
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .lg\:ml-16{
    margin-left: 4rem;
  }

  .lg\:ml-20{
    margin-left: 5rem;
  }

  .lg\:ml-\[268px\]{
    margin-left: 268px;
  }

  .lg\:ml-\[271px\]{
    margin-left: 271px;
  }

  .lg\:ml-\[373px\]{
    margin-left: 373px;
  }

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

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

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

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

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

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

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

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

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

  .lg\:block{
    display: block;
  }

  .lg\:flex{
    display: flex;
  }

  .lg\:grid{
    display: grid;
  }

  .lg\:hidden{
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:h-full{
    height: 100%;
  }

  .lg\:min-h-\[93px\]{
    min-height: 93px;
  }

  .lg\:w-2\/3{
    width: 66.666667%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:w-\[70\%\]{
    width: 70%;
  }

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

  .lg\:w-\[90\%\]{
    width: 90%;
  }

  .lg\:w-\[90vw\]{
    width: 90vw;
  }

  .lg\:w-auto{
    width: auto;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:max-w-\[97vw\]{
    max-width: 97vw;
  }

  .lg\:max-w-none{
    max-width: none;
  }

  .lg\:translate-x-0{
    --tw-translate-x: 0px;
    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));
  }

  .lg\:translate-y-0{
    --tw-translate-y: 0px;
    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));
  }

  .lg\:translate-y-\[100px\]{
    --tw-translate-y: 100px;
    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));
  }

  .lg\:translate-y-\[200px\]{
    --tw-translate-y: 200px;
    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));
  }

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

  .lg\:justify-start{
    justify-content: flex-start;
  }

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

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

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

  .lg\:gap-4{
    gap: 1rem;
  }

  .lg\:gap-\[0px\]{
    gap: 0px;
  }

  .lg\:gap-\[12px\]{
    gap: 12px;
  }

  .lg\:gap-\[16px\]{
    gap: 16px;
  }

  .lg\:gap-\[25px\]{
    gap: 25px;
  }

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

  .lg\:gap-\[83px\]{
    gap: 83px;
  }

  .lg\:gap-x-\[0px\]{
    -moz-column-gap: 0px;
         column-gap: 0px;
  }

  .lg\:gap-y-\[16px\]{
    row-gap: 16px;
  }

  .lg\:gap-y-\[47px\]{
    row-gap: 47px;
  }

  .lg\:gap-y-\[60px\]{
    row-gap: 60px;
  }

  .lg\:space-y-2 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
  }

  .lg\:self-start{
    align-self: flex-start;
  }

  .lg\:overflow-hidden{
    overflow: hidden;
  }

  .lg\:rounded-none{
    border-radius: 0px;
  }

  .lg\:border-b-\[4px\]{
    border-bottom-width: 4px;
  }

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

  .lg\:bg-\[url\(\/wp-content\/themes\/luvina2024\/assets\/images\/common_article_2025_bg\.png\)\]{
    background-image: url(/wp-content/themes/luvina2024/assets/images/common_article_2025_bg.png);
  }

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

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

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

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

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

  .lg\:pb-4{
    padding-bottom: 1rem;
  }

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

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

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

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

  .lg\:pb-\[58\.5px\]{
    padding-bottom: 58.5px;
  }

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

  .lg\:pl-\[0px\]{
    padding-left: 0px;
  }

  .lg\:pr-\[0px\]{
    padding-right: 0px;
  }

  .lg\:pr-\[56px\]{
    padding-right: 56px;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .lg\:uppercase{
    text-transform: uppercase;
  }

  .lg\:leading-\[150\%\]{
    line-height: 150%;
  }

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

  .lg\:leading-\[27\.2px\]{
    line-height: 27.2px;
  }

  .lg\:leading-\[30\.6px\]{
    line-height: 30.6px;
  }

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

  .lg\:leading-\[3rem\]{
    line-height: 3rem;
  }

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

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

  .lg\:opacity-0{
    opacity: 0;
  }

  .lg\:opacity-100{
    opacity: 1;
  }

  .lg\:shadow-md{
    --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .lg\:hover\:scale-110:hover{
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    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));
  }

  .lg\:hover\:border-\[\#CE181E\]:hover{
    --tw-border-opacity: 1;
    border-color: rgb(206 24 30 / var(--tw-border-opacity, 1));
  }

  .lg\:hover\:text-\[\#CE181E\]:hover{
    --tw-text-opacity: 1;
    color: rgb(206 24 30 / var(--tw-text-opacity, 1));
  }

  .lg\:hover\:shadow-lg:hover{
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}

@media (min-width: 1280px){
  .xl\:h-\[200px\]{
    height: 200px;
  }

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

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

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

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

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

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

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

  .xl\:w-\[85vw\]{
    width: 85vw;
  }

  .xl\:gap-\[92px\]{
    gap: 92px;
  }

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

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

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

  .xl\:leading-\[27\.2px\]{
    line-height: 27.2px;
  }
}

@media (min-width: 1536px){
  .\32xl\:h-\[230px\]{
    height: 230px;
  }

  .\32xl\:h-\[60px\]{
    height: 60px;
  }

  .\32xl\:h-\[616px\]{
    height: 616px;
  }

  .\32xl\:h-\[75px\]{
    height: 75px;
  }

  .\32xl\:w-\[1355px\]{
    width: 1355px;
  }

  .\32xl\:w-\[200px\]{
    width: 200px;
  }

  .\32xl\:w-\[322px\]{
    width: 322px;
  }

  .\32xl\:w-\[331px\]{
    width: 331px;
  }

  .\32xl\:w-\[333px\]{
    width: 333px;
  }

  .\32xl\:w-\[347px\]{
    width: 347px;
  }

  .\32xl\:w-\[60px\]{
    width: 60px;
  }

  .\32xl\:w-\[85vw\]{
    width: 85vw;
  }

  .\32xl\:max-w-\[1355px\]{
    max-width: 1355px;
  }

  .\32xl\:max-w-\[50vw\]{
    max-width: 50vw;
  }

  .\32xl\:justify-center{
    justify-content: center;
  }

  .\32xl\:gap-8{
    gap: 2rem;
  }

  .\32xl\:gap-\[50px\]{
    gap: 50px;
  }

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

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

  .\32xl\:leading-\[30\.6px\]{
    line-height: 30.6px;
  }
}
