.page-inner-banner-section {
  background: url("../img/banner.jpg");
  background-position: center !important;
  background-size: cover !important;
  min-height: 440px;
}
@media only screen and (max-width: 480px) {
  .page-inner-banner-section {
    background: url("../img/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 19vh;
  }
}
@media only screen and (min-width: 1024px) {
  .page-inner-banner-section {
    background: url("../img/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 330px;
  }
  .breadcrumb-area {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background: url("../img/banner.jpg");
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section {
    background-position: center !important;
    background-size: cover !important;
    min-height: 440px;
  }
}

@media only screen and (min-width: 812px) {
  .page-inner-banner-section .page-inner-banner-title-area h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 812px) {
  .page-inner-banner-section .page-inner-banner-title-area h1 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1024px) {
  .page-inner-banner-section .page-inner-banner-title-area h1 {
    font-size: 30px;
  }
}
@media only screen and (min-width: 1440px) {
  .page-inner-banner-section .page-inner-banner-title-area h1 {
    font-size: 36px;
  }
}
@media only screen and (min-width: 1920px) {
  .page-inner-banner-section .page-inner-banner-title-area h1 {
    font-size: 48px;
  }
}

/*  Breadcrumb */
.page-breadcrumb-section img {
  width: auto;
  height: 16px;
}

@media only screen and (max-width: 768px) {
  .page-breadcrumb-section span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1024px) {
  .page-breadcrumb-section span {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1439px) {
  .page-breadcrumb-section span {
    font-size: 16px;
  }
}
/*  Breadcrumb */

/* Content */
.content-title {
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 32px;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .content-title {
    font-size: 24px;
    margin-bottom: 24px;
  }
  .app-download-area a:first-child {
    margin-top: 12px;
  }
}
@media only screen and (min-width: 812px) {
  .content-title {
    font-size: 20px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-title {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1440px) {
  .content-title {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1920px) {
  .content-title {
    font-size: 24px;
  }
}

.content-section a:hover {
  color: #fff;
}

.content-section p,
.content-section a,
.content-section span,
.content-section td,
.content-section th,
table td,
table th {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  color: #ffffff;
}

@media only screen and (min-width: 320px) {
  .content-section p,
  .content-section a,
  .content-section span,
  .content-section td,
  .content-section th,
  table td,
  table th {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 0;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 768px) {
  .content-section p,
  .content-section a,
  .content-section span,
  .content-section td,
  .content-section th,
  table td,
  table th {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 812px) {
  .content-section p,
  .content-section a,
  .content-section span,
  .content-section td,
  .content-section th,
  table td,
  table th {
    font-size: 14px;
    line-height: 28px;
    margin-bottom: 16px;
  }
}
@media only screen and (min-width: 1024px) {
  .content-section p,
  .content-section a,
  .content-section span,
  .content-section td,
  .content-section th,
  table td,
  table th {
    font-size: 16px;
    margin-bottom: 18px;
  }
}
@media only screen and (min-width: 1440px) {
  .content-section p,
  .content-section a,
  .content-section span,
  .content-section td,
  .content-section th,
  table td,
  table th {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .content-section p,
  .content-section a,
  .content-section span,
  .content-section td,
  .content-section th,
  table td,
  table th {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
  }
}
/* Content */

/* App Banner Section */

.app-banner-section {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 100%;
  min-height: 356px;
}

@media screen and (max-width: 1024px) {
  .app-banner-section {
    width: 1024px;
    height: 436px;
    padding: 80px 64px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-section {
    width: 100%;
    height: auto;
    justify-content: center;
    margin-top: 0px;
    padding: 80px 16px;
  }
}

.app-banner-section .app-banner-area {
  width: 100%;
  height: 276px;
  display: flex;
  background: #2e2e2e;
  border-radius: 16px;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area {
    flex-direction: column;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area {
    width: 896px;
    height: 276px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-section .app-banner-area {
    width: 100%;
    height: 184px;
  }
}

.app-banner-section .app-banner-area .text-area {
  display: flex;
  font-family: "Proxima Nova";
  height: 100%;
  justify-content: center;
  align-items: center;
  margin-left: 80px;
  max-width: 361px;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .text-area {
    max-width: 272px;
    min-height: 76px;
    margin-left: 64px;
    margin-top: 60px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .text-area {
    max-width: 217px;
    min-height: 64px;
    margin-left: 56px;
    margin-top: 76px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-section .app-banner-area .text-area {
    max-width: 217px;
    min-height: 64px;
    margin-left: 56px;
    margin-top: 32px;
  }
}

.app-banner-section .app-banner-area .text-area span {
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  letter-spacing: -0.02em;
  color: white;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 30px;
    line-height: 38px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-section .app-banner-area .text-area span {
    font-weight: 600;
    font-size: 24px;
    line-height: 32px;
  }
}

.app-banner-section .app-banner-area .buttons-area {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 590.76px;
  min-height: 56px;
  gap: 12px;
  height: auto;
  flex-basis: 35%;
  flex-wrap: wrap;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .buttons-area {
    max-width: 567.2px;
    flex-basis: 100%;
    flex-wrap: unset;
    margin-left: 64px;
    margin-bottom: 60px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .buttons-area {
    flex-basis: 100%;
    flex-wrap: unset;
    margin-left: 56px;
    max-width: 334.4px;
    height: 32px;
    margin-bottom: 82px;
    margin-top: 24px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-section .app-banner-area .buttons-area {
    flex-basis: 100%;
    flex-wrap: unset;
    margin-left: 56px;
    max-width: 334.4px;
    margin-bottom: 32px;
    margin-top: 14px;
  }
}

.app-banner-section .app-banner-area .buttons-area a {
  max-width: 185px;
  width: 100%;
  height: 56px;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .buttons-area a {
    max-width: 189px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .buttons-area a {
    max-width: 108px;
    height: 32px;
  }
}

.app-banner-section .app-banner-area .img-area {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 47px;
  position: absolute;
  left: 65%;
  bottom: 0;
}

@media screen and (max-width: 1440px) {
  .app-banner-section .app-banner-area .img-area {
    right: 20.11px;
    left: unset;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-section .app-banner-area .img-area {
    right: 9.74px;
    left: unset;
    gap: 32px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-section .app-banner-area .img-area {
    right: 28px;
    left: 403px;
    gap: 18px;
  }
}

.app-banner-area .img-area .img-mobile-app {
  max-width: 216px;
  width: 100%;
  height: 342px;
}

@media screen and (max-width: 1440px) {
  .app-banner-area .img-area .img-mobile-app {
    max-width: 195.79px;
    width: 100%;
    height: 310px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-area .img-area .img-mobile-app {
    max-width: 190.42px;
    width: 100%;
    height: 301.5px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-area .img-area .img-mobile-app {
    max-width: 118.4px;
    width: 100%;
    height: 237.87px;
  }
}

.app-banner-area .img-area .img-figure {
  max-width: 242px;
  width: 1005;
  height: 261px;
  flex: none;
  order: 1;
  flex-grow: 0;
}

@media screen and (max-width: 1440px) {
  .app-banner-area .img-area .img-figure {
    max-width: 262px;
    width: 100%;
    height: 321px;
  }
}

@media screen and (max-width: 1024px) {
  .app-banner-area .img-area .img-figure {
    max-width: 210px;
    width: 100%;
    height: 257px;
  }
}

@media screen and (max-width: 812px) {
  .app-banner-area .img-area .img-figure {
    max-width: 123px;
    width: 100%;
    height: 151px;
  }
}

/* Mobile App Banner */

.mobile-app-banner-section {
  margin-bottom: 6rem;
}

@media screen and (max-width: 780px) {
  .mobile-app-banner-section {
    padding-left: 1rem;
    padding-right: 1rem;
    margin-top: 32px;
  }
}

.mobile-app-banner-content {
  background-color: #1a1a1a;
}

.mobile-app-banner-content .app-download-area {
  flex-basis: 40%;
}

.mobile-app-banner-content .app-download-area img {
  max-width: 7rem;
  margin-bottom: 0.5rem;
}

.mobile-app-banner-content .app-download-area p {
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  color: var(--white);
}

@media only screen and (max-width: 480px) {
  .mobile-app-banner-content .app-download-area p {
    margin-bottom: 12px;
  }
}

.mobile-app-banner-content .app-banner-area {
  display: flex;
  justify-content: end;
  flex-basis: 60%;
  padding-top: 1rem;
}

.mobile-app-banner-content .mobile-app-figure {
  position: absolute;
  bottom: -21%;
  left: 30%;
}

@media only screen and (max-width: 480px) {
  .legal-info-area {
    flex-direction: column;
  }

  .legal-info-area div {
    flex-direction: column;
  }
}

table,
th,
td {
  border: 1px solid #fff;
}
table tr td,
table tr th {
  padding: 10px;
}

.content-link {
  text-decoration: underline;
}
.campaign-popular-action-buttons {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  margin-top: 40px;
}
.campaign-follow-btn {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  width: 292.5px;
  height: 72px;
  background: #98a726;
  border-radius: 999px;
}
@media only screen and (max-width: 768px) {
  .campaign-follow-btn {
    width: 100%;
    height: 50px;
  }
}

@media only screen and (min-width: 812px) {
  .campaign-follow-btn {
    height: 36px;
    width: 158px;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1024px) {
  .campaign-follow-btn {
    width: 200px;
    height: 46px;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1440px) {
  .campaign-follow-btn {
    width: 274px;
    height: 66px;
    flex-direction: column;
  }
}

@media only screen and (min-width: 1920px) {
  .campaign-follow-btn {
    width: 292.5px;
    height: 72px;
  }
}
.campaign-follow-btn-title {
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .campaign-follow-btn-title {
    margin-top: 0;
    font-size: 18px;
    line-height: 28px;
  }
}
@media only screen and (min-width: 812px) {
  .campaign-follow-btn-title {
    font-size: 12px;
    line-height: 14px;
  }
}
@media only screen and (min-width: 1024px) {
  .campaign-follow-btn-title {
    font-size: 14px;
    line-height: 16px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 1440px) {
  .campaign-follow-btn-title {
    font-size: 22px;
    line-height: 20px;
  }
}
@media only screen and (min-width: 1920px) {
  .campaign-follow-btn-title {
    font-size: 24px;
    line-height: 24px;
  }
}
.campaign-follow-btn-date {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  display: flex;
  align-items: center;
  text-align: center;
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (min-width: 812px) {
  .campaign-follow-btn-date {
    font-size: 12px;
    line-height: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .campaign-follow-btn-date {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px;
  }
}
@media only screen and (min-width: 1440px) {
  .campaign-follow-btn-date {
    font-size: 18px;
    line-height: 24px;
    margin-top: 0;
  }
}

.content-section a {
  color: #98a726 !important;
  text-decoration: underline;
}