@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'),
    url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'),
    url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'),
    url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'),
    url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.woff2') format('woff2'),
    url('../fonts/Poppins-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.woff2') format('woff2'),
    url('../fonts/Poppins-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



html
{
	scroll-behavior: smooth;
}

body {
  font-family: 'Poppins';
  margin: 0;
}

a.active,
a:focus,
button:focus,
button.active {
  outline: none;
}

a {
  text-decoration: none;
}

a:focus,
a:hover,
a:active {
  outline: 0;
}

a:focus,
a:hover {
  text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
  transition: all 0.5s ease-in-out;
}

a:hover {
  text-decoration: none;
}

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

ul li {
  list-style: none;
}

p {
  margin: 0;
  padding: 0;
}

input:focus,
select:focus,
textarea:focus {
  outline: none;
}

img {
  border-style: none;
  display: inline-block;
  max-width: 100%;
  height: auto;
}


.navbar-nav {
  flex: 1;
  justify-content: center;
}

.navbar-brand {
  padding: 0px;
  margin: 0px;
}

.nav-link:hover {
  border-bottom: 2px solid #FFCC01;
}

.navbar-nav .nav-item:hover .dropdownMenu {
  opacity: 1;
  transform: translateY(0);
  transition: all .3s ease-in-out;
  visibility: visible;
}


.nav-link.active {
  border-bottom: 2px solid #FFCC01;
}

.nav-link:focus-visible {
  box-shadow: none;
}

header {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 999;
}

header .nav-link {
  color: rgba(255, 255, 255);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  margin: 0px 25px !important;
  padding: 2px 0px !important;
  border-bottom: 2px solid transparent;
}

header .nav-link.active,
header .nav-link:hover,
header .nav-link:focus {
  color: #FFF !important;
  border-bottom: 1px solid #E2FF00;

}

.navbar {
  padding: 18px 0px;
}

header .btn-default {
  font-size: 14px;
  gap: 8px;
  padding: 12px 24px;
}

.btn-default {
  color: #001F27;
  border-radius: 6px;
  background: #E2FF00;
  grid-gap: 16px;
  display: inline-flex;
  padding: 18px 42px;
  align-items: center;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

.hero-sec {
  background-image: url(../images/hero-img6.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 188px 0px 82px;
  height: 100vh;
  display: flex;
  position: relative;
  z-index: 1;
  overflow: hidden;
  align-items: center;
  justify-content: center;
}

.hero-sec::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.50) 100%);
  z-index: -1;
}


.hero-sec .text-box {
  max-width: 570px;
}

.title {
  color: #E2FF00;
  font-size: 14px;
  font-weight: 800;
  line-height: 20px;
  display: block;
  margin-bottom: 12px;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.hero-sec .text-box h1 {
  color: #FFF;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
}

.hero-sec .text-box h1 span {
  color: #E2FF00;

}

.hero-sec .text-box p {
  color: #FFF;
  margin: 23px 0px 44px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.hero-sec ul {
  display: flex;
  align-items: center;
  grid-gap: 20px;
}

.hero-sec .btn-default {
  padding: 19px 44px;
  position: relative;
}

.bottom-list {
  display: flex;
  align-items: center;
  grid-gap: 32px;
  max-width: 741px;
  padding-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.10);
  margin-top: 54px;
}

.bottom-list-inner {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.bottom-list-inner span {
  color: #EDEDEE;
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 20px;
}

.title-header {
  max-width: 1238px;
  margin: 0 auto;
  text-align: center;
}

title-header span {
  display: block;
  color: #001F27;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

.title-header h2 {
  color: #001F27;
  font-size: 48px;
  margin: 12px 0px 24px;
  font-weight: 600;
  line-height: 48px;
}

.title-header h2 span {
  text-decoration: underline;
}

.title-header p {
  color: #345862;
  font-size: 20px;
  font-weight: 500;
  max-width: 713.63px;
  margin: 0 auto;
  line-height: 28px;
}

.know-sec {
  padding: 100px 0px 0px;
}

.know-card-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 24px;
  border-radius: 14px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px 32px;
  /*max-width: 604px;*/
  margin-top: 24px;
}

.know-card-icon-wrapper {
  background: #E2FF00;
  width: 96px;
  height: 96px;
  display: flex;
  align-items: center;
  border-radius: 999px;
  justify-content: center;
  position: relative;
}

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

.know-card-icon-wrapper span {
  border-radius: 7999.2px;
  background: #002732;
  box-shadow: 0 3.2px 4.8px -0.8px rgba(0, 0, 0, 0.10), 0 1.6px 3.2px -0.8px rgba(0, 0, 0, 0.06);
  width: 32px;
  height: 32px;
  color: #E2FF00;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: -11px;
  left: 0;
  font-size: 12.8px;
  font-weight: 700;
  line-height: 19.2px;
}

.know-card-body {
  flex: 1;
}

.know-card-body h3 {
  color: #001F27;
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  margin-bottom: 12px;
}

.know-card-body p {
  color: #4B5563;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.banner-tag {
  border-radius: 12px;
  background: #001F27;
  display: flex;
  padding: 18px 42px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  max-width: 565px;
  margin: -30px auto 44px;
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  position: relative;
}

.banner-tag span {
  color: #D9FF00;

}

.know-card-wrapper .w-821 {
  max-width: 822px;
}

.banner-sec .know-card-wrapper {
  border-radius: 19.059px;
  border: 1.361px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1.361px 2.723px 0 rgba(0, 0, 0, 0.05);
  padding: 20px 32px;
}

.btn-secondary {
  color: #FFF;
  border-radius: 6px;
  background: #001F27;
  display: flex;
  padding: 18px 42px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  width: fit-content;
  font-size: 16px;
  font-weight: 600;
  line-height: 28px;
}

.btn-secondary:hover, .btn-secondary:active, .btn-secondary:focus
{
	  background: #000000 !important;
}

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

.banner-sec {
  padding: 100px 0px;
}

.real-sec-inner {
  border-radius: 14px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.real-box-wrapper {
  align-items: center;
  grid-gap: 12px;
  display: flex;
  margin: 24px 0px;
}

.real-box {
  display: flex;
  align-items: center;
  border-radius: 14px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  grid-gap: 12px;
  padding: 12px;
}

.real-icon-box {
  background: #E2FF00;
  width: 36px;
  height: 36px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.real-box h3 {
  color: #0F172A;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.real-box span {
  color: #0F172A;
  font-size: 10px;
  font-weight: 500;
  line-height: 15px;
  display: block;
  letter-spacing: 0.25px;
  text-transform: uppercase;
}

.real-sec .title-header {
  max-width: 560px;
  margin: 0 auto;
}

.real-sec {
  padding: 0px 0px 100px;
}

.traning-sec {
  background-image: url(../images/traning-bg8.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  padding: 150px 0px;
  z-index: 1;
}

.traning-sec::after {
  content: "";
  background: linear-gradient(270deg, #060602 53.42%, rgba(6, 6, 2, 0.00) 77.86%);
  width: 100%;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.traning-sec .title-header {
  position: relative;
  color: #E2FF00;
  max-width: 547px;

  z-index: 1;
}

.traning-sec h2 {
  font-size: 36px;
  color: #fff;
  line-height: 44px;
  margin: 24px 0px 32px;
}

.traning-sec p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.traning-sec .real-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: rgba(226, 255, 0, 0.05);
  padding: 16px;
  grid-gap: 16px;
}

.traning-sec .real-box-wrapper {
  display: grid;
  grid-template-columns: 6fr 6fr;
  max-width: 519px;
  grid-gap: 16px;
}

.traning-sec .real-icon-box {
  width: 40px;
  height: auto;
  background: transparent;
  border-radius: 0px;
}

.real-extra-1
{
	width:35px !important;
}

.real-extra-2
{
	width:45px !important;
}

.traning-sec .real-box h3 {
  color: #fff;
}

.traning-sec .real-box span {
  color: #9CA3AF;
}

.real-body {
  flex: 1;
}

.product-sec .title-header p {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 8px;
}

.product-box {
  border-radius: 24px;
  border: 1px solid #F0F1F1;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
  display: block;
}

.product-box.active:hover .btn-default {
  background: #fff;
  color: #001F27
}

.product-box.active:hover .btn-default img {
  filter: none;
}

.product-box:hover .btn-default {
  background: #000000 ;
  color: #fff ;
}

.extra-box:hover .btn-default {
  background: #000000 !important;
  color: #fff !important;
}

.extra-box:hover .btn-default img {
    filter: brightness(0) invert(1);
}

.footer-bottom a:hover {
  color: #E2FF00;
}

.product-box:hover .btn-default img {

  filter: brightness(0) invert(1);

}

.btn-default:hover, .btn-default:active, .btn-default:focus {
  background: #FFFFFF !important;
  color: #000000 !important;
}


.product-tag {
  color: #0A0A0A;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  border-radius: 9999px;
  background: #E2FF00;
  display: inline-flex;
  padding: 8px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}

.product-box-header {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  border-bottom: 1px solid #F0F1F1;
  padding-bottom: 24px;
  margin-bottom: 0px;
}

.product-icon-box {
  border-radius: 13.5px;
  background: #F0F1F1;
  display: flex;
  width: 72px;
  height: 72px;
  justify-content: center;
  align-items: center;
}

.product-box-header span {
  display: block;
  color: #0A0A0A;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
  letter-spacing: 1.8px;
  text-transform: uppercase;
}

.product-box-header h3 {
  color: #0A0A0A;
  font-size: 36px;
  font-weight: 800;
  line-height: 40px;
}

.product-box ul {
  display: flex;
  flex-direction: column;
  grid-gap: 12px;
  margin: 24px 0px;
}

.product-box ul li {
  display: flex;
  grid-gap: 12px;
  align-items: center;
  color: #4B5563;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.product-box.active {
  background: url(../images/product-card-bg4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 31px 31px 18px;
}

.product-box.active .product-icon-box {
  background: rgba(255, 255, 255, 0.10);
}

.product-box.active .product-box-header span {
  color: #FFF;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: 1.8px;
}

.product-box.active .product-box-header h3 {
  color: #E2FF00;
}

.product-box.active .product-box-header {
  border: none;
  margin-top: 12px;
  padding-top: 0px;
  padding-bottom: 0;
}

.product-box.active ul li {
  color: #f0f3f7;

}

.product-box .btn-default {
  width: 100%;
  font-size: 14px;
  justify-content: center;
  padding: 12px;
}

.tiny-spacer {
  padding: 44px 0px 28px;
}

.product-bottom-list {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 14px;
}

.product-bottom-list li {
  display: flex;
  align-items: center;
  grid-gap: 8px;
  padding-right: 14px;
  border-right: 1px solid #E5E7EB;
}

.product-bottom-list li:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.product-bottom-list li span {
  color: #6B7280;
  display: block;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

.product-sec {
  padding: 100px 0px;
}

.think-box-wrapper {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr 4fr;
  grid-gap: 16px;
  margin-top: 32px;
}

.think-box {
  display: flex;
  align-items: center;
  border-radius: 16px;
  border: 1px solid #F3F4F6;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 24px;
  grid-gap: 12px;
}

.think-box span {
  color: #0A252E;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.think-sec .img-holder {
  border-radius: 24px;
  background: #C1BDB8;
  text-align: center;
}

.para {
  color: #1F2937;
  font-size: 20px;
  font-weight: 400;
  line-height: 32.5px;
}

.think-box-acitve {
  border-radius: 24px;
  border-left: 7px solid #E2FF00;
  background: rgba(226, 255, 0, 0.15);
  display: flex;
  padding: 24px;
  align-items: flex-start;
  gap: 20px;
  margin: 24px 0px;
  align-self: stretch;
}

.think-box-acitve-icon-box {
  border-radius: 52px;
  background: #E2FF00;
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.think-box-acitve h3 {
  color: #0A252E;
  flex: 1;
  font-size: 24px;
  max-width: 349px;
  font-weight: 700;
  line-height: 32px;
}

.think-box2 {
  display: flex;
  align-items: center;
  padding: 12px 0px;
  border-bottom: 1px solid #E5E7EB;
  grid-gap: 16px;
}

.think-box2:last-child {
  border-bottom: 0px;
}

.think-icon-box {
  background: #E2FF00;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  width: 52px;
  height: 52px;
}

.think-box2 span {
  display: block;
  color: #0A252E;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.think-box2 p {
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.think-sec .btn-default {
  width: 100%;
  justify-content: center;
}

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

.bottom-tag {
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 12px;
  margin-top: 8px;
}

.bottom-tag span {
  color: #374151;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

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

.think-sec .img-holder {
  margin-top: 31px;
  text-align: center;
  max-width: 532px;
}

.think-sec .img-holder img {
  margin-top: -31px;
}

.think-sec-inner {
  border-radius: 24px;
  background: #F9F9F9;
  padding: 56px 78px;

}

.mind-sec {
  background: url(../images/wind-bg3.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px;
}

.mind-sec h2 {
  color: #FFF;
  max-width: 765px;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

.mind-sec h2 span {
  color: #D9F92D;

}

.mind-box-wrapper {
  display: flex;
  margin: 24px 0px 40px;
  grid-gap: 48px;
}

.mind-box {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  padding: 4px 22px;
  align-items: center;
  gap: 16px;
  align-self: stretch;
  max-width: 315px;
  margin-bottom: 12px;
}

.mind-box .mind-box-icon {
  border-radius: 9999px;
  border: 1px solid #E2FF00;
  display: flex;
  width: 32px;
  height: 32px;
  justify-content: center;
  align-items: center;
}

.mind-box span {
  color: #f0f3f7;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  flex: 1;
}

.flex-1 {
  flex: 1;
}

.mind-box-right h3 {
  color: #FFF;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1em;
}

.mind-box-right h3 span {
  color: #D9F92D;

}

.mind-box-right {
  padding-left: 24px;
  border-left: 4px solid #D9F92D;
  flex: 1;
  height: fit-content;
}

.mind-box-right p {
  color: #d7d7d7;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.mind-box-right p span {
  color: #FFF;

}

.mind-bottom-box-wrapper {
  display: grid;
  grid-template-columns: 4fr 4fr 4fr;
  grid-gap: 16px;
  margin-bottom: 24px;
}

.mind-bottom-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.10);
  background: rgba(255, 255, 255, 0.03);
  display: flex;
  padding: 12px 20px;
  align-items: center;
}

.mind-bottom-box span {
  display: block;
  color: #D9F92D;
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
}

.mind-bottom-box p {
  color: #FFF;
  font-size: 13px;
  font-weight: 500;
  line-height: 24px;
}

.mind-inner {
  display: flex;
  align-items: center;
  grid-gap: 16px;
}

.media {
  max-width: 818px;
}


.mind-sec .bottom-tag span {
  color: #FFFFFF;

}

.mind-sec .bottom-tag {
  margin-top: 12px;
  min-width: 470px;
}

.mind-sec .btn-default {
  min-width: 470px;
  justify-content: center;
}

.accordion-item {
  border-radius: 14px;
  border: 0.963px solid #F3F4F6;
  padding: 23px 30px;
  margin-bottom: 8px;
}

.accordion-button {
  color: #0A1D29;
  font-size: 17.325px;
  font-weight: 600;
  box-shadow: none;
  line-height: 26.95px;
  padding: 0px;
}

.accordion-button span {
  display: inline-block;
  margin-right: 15px;
  color: #9CA3AF;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  color: #0A1D29;
  box-shadow: none;
}

.accordion-body {
  border-radius: 11.55px;
  border: 0.963px solid #F3F4F6;
  background: #FFF;
  margin-top: 23px;
  box-shadow: 0 0.963px 1.925px 0 rgba(0, 0, 0, 0.05);
  padding: 23.1px;

}

.accordion-body p {
  color: #374151;
  font-size: 15.4px;
  font-weight: 400;
  line-height: 25.025px;
}

.accordion-button:focus {
  box-shadow: none;
}

.accordion-button::after {
  background: url(../images/plus.svg);
  background-repeat: no-repeat;
}

.accordion-button:not(.collapsed)::after {
  background: url(../images/minus.svg);
  background-repeat: no-repeat;
}

.accordion-item.active {
  border: 0.963px solid #F3F4F6;
  background: #FBFCF3;
}

.contact-box-wrapper {
  margin-top: 80px;
}

.contact-box-wrapper span {
  color: #001F27;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: block;
  text-align: center;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  flex: 1;
}

.contact-inner-box {
  display: flex;
  align-items: center;
  grid-gap: 12px;
}

.divider {
  width: 100%;
  height: 1px;
  max-width: 105px;
  background: #F2F2F3;
  display: block;
}

.contact-box {
  display: flex;
  grid-gap: 30px;
}

.contact-media {
  margin-top: 20px;
  border-radius: 23.1px;
  border: 1.5px solid #F2F2F3;
  background: #FFF;
  padding: 38.5px;
}

.contact-box h3 {
  color: #0A1D29;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.contact-box p {
  color: #6B7280;
  font-size: 15.4px;
  margin: 15px 0px 23px;
  font-weight: 400;
  line-height: 25.025px;
}

.contact-box h4 {
  color: #0A1D29;
  font-size: 13.475px;
  font-weight: 600;
  line-height: 19.25px;
}

.border-l {
  border-left: 4px solid #E2FF00;
  padding-left: 6px;
  margin-top: 23px;
  margin-bottom: 3px;
}

.contact-box-img img {
  max-width:215px;
  border-radius: 15.4px;
  background: #F3F4F6;
}

.tag-list-wrapper {
  display: flex;
  align-items: center;
  grid-gap: 7px;
  margin-top: 30px;
}

.tag-list-wrapper .tag {
  border-radius: 7.7px;
  border: 0.963px solid #F3F4F6;
  background: #F9FAFB;
  padding: 7.7px 15.4px;
  color: #0A1D29;
  font-size: 11.55px;
  font-weight: 500;
  line-height: 15.4px;
}

.contact-box-wrapper .btn-default {
  width: 100%;
  margin-top: 38px;
  justify-content: center;
}

.faq-sec {
  padding: 100px 0px;
}

footer {
  background: url(../images/footer-bg4.webp);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 100px 0px 15px;
}

footer h2 {
  color: #FFF;
  font-size: 56px;
  font-weight: 600;
  line-height: 60px;
}

footer p {
  color: #FFF;
  max-width: 403px;
  font-size: 16px;
  font-weight: 500;
  margin: 12px 0px 24px;
  line-height: 24px;
}

footer ul {
  display: flex;
  grid-gap: 38px;
  margin-bottom: 26px;
}

footer ul li {
  border-right: 1px solid rgba(255, 255, 255, 0.20);
  padding-right: 38px;
}

footer ul li span {
  color: #FFF;
  display: block;
  margin-top: 12px;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
}

footer ul li:last-child {
  border-right: none;
}

.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.20);
  padding-top: 8px;
  margin-top: 75px;
  display: flex;
  align-items: center;
  grid-gap: 24px;
  justify-content: center;
}

.footer-bottom a,
.footer-bottom div {
  color: #FFF;
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}

.end-footer
{
	text-align:center;
	color: #FFF;
	font-size:15px;
}

.end-footer a:hover
{
	text-decoration:underline;
}

@media (max-width:767px)
{
	.footer-bottom a,
	.footer-bottom div
	{
	  font-size: 13px;
	}
	
	.end-footer
	{
		text-align:center;
		color: #dfdfdf;
		font-size:13px;
	}
	
}

.impressum-sec {
  background-image: url(../images/impresum-bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  padding: 180px 0 80px;
}

.impressum-sec h2 {
  color: #FFF;
  font-size: 40px;
  font-weight: 600;
  line-height: 60px;
}

.impressum-sec p {
  color: #FFF;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.line3 {
  background: #E2FF00;
  width: 96px;
  height: 4px;
  margin: 10px auto;
}

.impressum-sec2 {
  padding: 100px 0px;
}

.impressum-box h2 {
  color: #111;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.6px;
  text-transform: uppercase;
  border-left: 4px solid #E2FF00;
  padding-left: 16px;
  margin-bottom: 24px;
}

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

.impressum-box .title4 {
  color: #111;
  font-size: 16px;
  display: block;
  font-weight: 600;
  margin-bottom: 4px;
  width: 100%;
  height: 100%;
  background: transparent;
  line-height: 26px;
}

.impressum-box {
  border-bottom: 1px solid #F3F4F6;
  padding: 24px 0px;
}

.impressum-box ul {
  display: flex;
  flex-direction: column;
  grid-gap: 16px;
}

.impressum-box ul li {
  display: flex;
  align-items: center;
  grid-gap: 16px;
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.impressum-box span {
  display: flex;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  border-radius: 9999px;
  background: #F9FAFB;
}

.impressum-box p {
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 4px;
}

.impressum-box p i {
  font-size: 14px;
}

.impressum-box h3 {
  color: #111;
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
}

.impressum-box .para3 {
  display: block;
  color: #4B5563;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.75px;
}

.id-box {
  color: #111;
  font-size: 16px;
  font-weight: 400;
  padding: 4px 12px;
  border-radius: 4px;
  background: #F9FAFB;
  width: fit-content;
  margin-top: 8px;
  line-height: 26px;
}

footer h2 span {
  color: #DFFF1A;
}

.think-box p {
  color: #0A252E;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.price {
  display: inline-flex;
}


.price span{
  font-size:15px !important;
  letter-spacing: 0px !important;
  padding-right: 0.25rem !important;
}

.accordion-button
{
	line-height:16px !important;
}

footer.footer-overlay {
  position: relative;
  overflow: hidden;
}

footer.footer-overlay::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    0deg,
    rgba(0, 0, 0, 0.60) 0%,
    rgba(0, 0, 0, 0.60) 100%
  );
  z-index: 1;
}

footer.footer-overlay .container {
  position: relative;
  z-index: 2;
}

.svg-opt1
{
	width:44px;
}

.svg-opt2
{
	height:45px;
}

.svg-opt3
{
	height:32px;
}

.svg-opt4
{
	height:42px;
}

.svg-opt5
{
	height:16px;
	width:16px;
}

.svg-opt6
{
	height:19px;
}

.svg-opt7
{
	height:20px;
}

.svg-opt8
{
	height:46px;
}

.svg-opt9
{
	width:55px;
}

@media (max-width:767px)
{
	.svg-opt2
	{
		height:30px;
	}
	
	.svg-opt3
	{
		height:26px;
	}
	
	.svg-opt4
	{
		height:34px;
	}
	
	.svg-opt8
	{
		width:36px;
		height:36px;
	}
	
	.svg-opt9
	{
		width:42px;
	}
	
	.bottom-tag span 
	{
		font-size:12px;
	}
	
	.mind-box-right p
	{
		font-size:14px;
	}
}

.extra-hover:hover,.extra-hover:focus,.extra-hover:active
{
	background:#E2FF00 !important;
	border-color: #E2FF00 !important;
}

.extra-font-size
{
	font-size:18px !important;
}

@keyframes shake
{
	0%, 100% {
		transform: translateX(0);
	}
	25% {
		transform: translateX(-5px);
	}
	50% {
		transform: translateX(5px);
	}
	75% {
		transform: translateX(-5px);
	}
}

.shake
{
	animation: shake 0.5s;
}

.focus-extra:focus, .focus-extra:active
{
	background-color:#000000 !important;
	color:#FFFFFF !important;
}

.focus-extra:focus img {
    filter: brightness(0) invert(1) !important;
}

.btn-close:focus
{
	box-shadow:unset;
}

/* UNTERSEITE NAVIGATION + Gesonderte Nav*/

.unterseite-sec-spez
{
	padding: 85px 0 0px !important;
	background:#000 !important;
}

.dunkle-navbar
{
	background:#000 !important; 
}

@media (max-width: 767px)
{
    .navbar
	{
        padding: 12px 0px;
    }
	
	.dunkle-navbar
	{
		top:60px !important;
	}
}

@media (min-width: 768px)
{
	.dunkle-navbar
	{
		top: 70px !important; 
	}
}

@media (max-width: 991px)
{
	 .nav-link-dunkel
	 {
		 color:#FFF !important;
	 }
}

.svg-bild-hell
{
	 filter: brightness(0) invert(1);
}

/* UNTERSEITE NAVIGATION + Gesonderte Nav */


/* MEMBERBEREICH START */

.member-access-sec {
    width: 100%;
    background: #ffffff;
    padding: 0;
    margin: 0;
}

.member-access-box {
    width: 100%;
    background: #ffffff;
    padding: 100px 0px;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.member-step {
    width: 100%;
    max-width: 860px;
    margin: 0 auto;
    animation: memberFade 0.35s ease forwards;
}

.member-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: #E2FF00;
    color: #111111;
    border-radius: 999px;
    padding: 8px 16px;
    font-size: 13px;
    font-weight: 800;
    line-height: 1;
    margin-bottom: 20px;
}

.member-access-box h1,
.member-access-box h2 {
    color: #111111;
    font-weight: 900;
    letter-spacing: -0.04em;
    margin-bottom: 16px;
}

.member-access-box h1 {
    font-size: clamp(32px, 5vw, 42px);
}

.member-access-box h2 {
    font-size: clamp(30px, 4vw, 42px);
}

.member-access-box p {
    color: #555555;
    font-size: 17px;
    line-height: 1.6;
    max-width: 620px;
    margin: 0 auto;
}

.member-choice-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
    margin-top: 36px;
}

.member-choice-btn {
    width: 100%;
    border: 1px solid rgba(0,0,0,0.08);
    background: #f7f7f7;
    border-radius: 24px;
    padding: 32px;
    text-align: left;
    transition: all 0.25s ease;
    cursor: pointer;
}

.member-choice-btn span {
    display: block;
    color: #111111;
    font-size: 34px;
    font-weight: 900;
    line-height: 1;
    margin-bottom: 10px;
}

.member-choice-btn small {
    display: block;
    color: #666666;
    font-size: 14px;
    line-height: 1.4;
}

.member-choice-btn:hover {
    transform: translateY(-4px);
}

.member-login-form {
    width: 100%;
    max-width: 460px;
    margin: 36px auto 0 auto;
    text-align: left;
}

.member-login-form .form-label {
    color: #111111;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 8px;
}

.member-login-form .form-control {
    width: 100%;
    min-height: 54px;
    border-radius: 16px;
    border: 1px solid rgba(0,0,0,0.12);
    background: #ffffff;
    color: #111111;
    padding: 14px 16px;
    font-size: 16px;
}

.member-login-form .form-control:focus {
    border-color: #E2FF00;
    box-shadow: 0 0 0 0.25rem rgba(226,255,0,0.28);
}

.member-submit-btn {
    width: 100%;
    border: none;
    background: #111111;
    color: #ffffff;
    border-radius: 999px;
    padding: 16px 24px;
    font-size: 15px;
    font-weight: 900;
    transition: all 0.25s ease;
}

.member-submit-btn:hover {
    background: #E2FF00;
    color: #111111;
    transform: translateY(-2px);
}

.member-link {
    color: #111111;
    font-weight: 800;
    text-decoration: underline;
    text-underline-offset: 3px;
}

.member-back-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: none;
    background: #f3f3f3;
    color: #555555;
    border-radius: 999px;
    padding: 9px 16px;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    transition: all 0.25s ease;
}

.member-back-btn:hover {
    background: #111111;
    color: #ffffff;
}

@keyframes memberFade {
    from {
        opacity: 0;
        transform: translateY(14px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.support-font-alert
{
	font-size:16px;
}

@media (max-width: 767px)
{
	.support-font-alert
	{
		font-size:14px;
	}
	
    .member-access-box {
        padding: 60px 16px;
    }

    .member-step {
        max-width: 100%;
    }

    .member-choice-grid {
        grid-template-columns: 1fr;
        gap: 14px;
        margin-top: 30px;
    }

    .member-choice-btn {
        border-radius: 20px;
        padding: 24px;
    }

    .member-choice-btn span {
        font-size: 26px;
    }

    .member-access-box p {
        font-size: 15px;
    }

    .member-login-form {
        max-width: 100%;
    }
}

.member-forgot-btn {
    display: block;
    width: 100%;
    border: none;
    background: transparent;
    color: #555555;
    font-size: 14px;
    font-weight: 600;
    margin-top: 18px;
    padding: 0;
    text-align: center;
    transition: all 0.25s ease;
}

.member-forgot-btn:hover {
    color: #111111;
    text-decoration: underline;
    text-underline-offset: 4px;
}

/* MEMBERBEREICH ENDE */

/* SUPPORT MODAL START*/

.support-modal .modal-content {
  position: relative;
  border: 0;
  border-radius: 28px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, .18);
  overflow: hidden;
  background: #fff;
}

.support-modal .modal-body {
  padding: 42px 32px 32px;
}

.support-close {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 2;
  box-shadow: none;
}

.support-modal-intro {
  text-align: center;
  max-width: 390px;
  margin: 0 auto 28px;
}

.support-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 10px 15px;
  margin-bottom: 16px;
  border-radius: 999px;
  background: #E2FF00;
  color: #001F27;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: .02em;
}

.support-modal .modal-title {
  margin-bottom: 12px;
  color: #111;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.1;
}

.support-modal-intro p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 1.6;
}

.support-modal .form-label {
  color: #111;
  font-weight: 600;
  font-size: 14px;
}

.support-modal .form-control {
  min-height: 52px;
  border-radius: 16px;
  border: 1px solid #e5e5e5;
  background: #fafafa;
  color: #111;
  font-size: 16px;
  padding: 12px 16px;
  box-shadow: none;
}

.support-modal textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.support-modal .form-control:focus {
  border-color: #E2FF00;
  background: #fff;
  box-shadow: 0 0 0 4px rgba(226, 255, 0, .25);
}

.support-submit-btn {
  width: 100%;
  min-height: 54px;
  margin-top: 8px;
  border-radius: 999px;
  background: #E2FF00;
  color: #111;
  font-weight: 600;
  border: 1px solid #D4EF00;
}

.support-submit-btn:hover {
  background: #d8f500;
  color: #111;
}

@media (max-width: 575.98px) {

  .support-modal .modal-body {
    padding: 38px 22px 24px;
  }
  
  .support-submit-btn
  {
	font-size:15px;
  }
  
  .support-modal-intro p
  {
	font-size:14px;
  }

  .support-modal .modal-title {
    font-size: 22px;
  }

  .support-close {
    top: 18px;
    right: 18px;
  }
}

/* SUPPORT MODAL ENDE*/


/* ONLIZE COOKIE BANNER START*/

.form-check-input:checked
{
    background-color: #001F27;
    border-color: #001F27;
}

body.cookie-open {
    overflow: hidden;
}

.modal-alle-cookies
{
    background-color: #001F27;
}

.modal-alle-cookies:hover
{
    background-color: #000000;
}

:root
{
    --onlize-cookie-primary: #000000;
    --onlize-cookie-primary-hover: #222222;
    --onlize-cookie-dark: #000000;

    --onlize-cookie-text: #111111;
    --onlize-cookie-muted: #6B6B6B;
    --onlize-cookie-border: rgba(0, 0, 0, 0.14);
    --onlize-cookie-bg-soft: #F5F5F5;

    --onlize-cookie-radius: 18px;
    --onlize-cookie-shadow: 0 24px 70px rgba(0, 0, 0, 0.24);
}

/* Overlay */
.onlize-cookie-overlay
{
	position: fixed;
	inset: 0;
	background: rgba(0, 8, 10, 0.78);
	backdrop-filter: blur(3px);
	z-index: 1040;
	display: none;
}

/* Banner */
.onlize-cookie-banner
{
	position: fixed;
	left: 50%;
	bottom: 28px;
	transform: translateX(-50%);
	z-index: 1045;

	width: 920px;
	max-width: calc(100% - 32px);

	background: #ffffff;
	border: 1px solid var(--onlize-cookie-border);
	border-radius: var(--onlize-cookie-radius);
	box-shadow: var(--onlize-cookie-shadow);

	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;

	display: none;
	overflow: hidden;
}

/* Bootstrap Row */
.onlize-cookie-banner-container
{
	padding: 2.5rem;
	align-items: center;
}

/* Textbereich */
.onlize-cookie-banner-text
{
	display: flex;
	align-items: center;

	font-size: 14px;
	color: var(--onlize-cookie-text);
	line-height: 1.65;
	text-align: left;
}

.onlize-cookie-banner-label
{
	margin-bottom: 6px;

	color: var(--onlize-cookie-primary);
	font-size: 12px;
	font-weight: 800;
	letter-spacing: 0.05em;
	text-transform: uppercase;
}

.onlize-cookie-banner-title
{
	margin-bottom: 10px;

	color: var(--onlize-cookie-dark);
	font-size: clamp(18px, 2vw, 26px);
	font-weight: 800;
	line-height: 1.2;
}

.onlize-cookie-banner-text a
{
	color: var(--onlize-cookie-dark);
	font-weight: 700;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.onlize-cookie-banner-text a:hover
{
	color: var(--onlize-cookie-primary);
}

/* Button Wrapper */
.onlize-cookie-banner-buttons
{
	display: grid;
	gap: 10px;
	width: 100%;
}

/* Gemeinsame Button-Basis */
.onlize-cookie-banner-button-akzeptieren,
.onlize-cookie-banner-button-ablehnen,
.onlize-cookie-banner-button-einstellungen
{
	width: 100%;
	min-height: 44px;
	padding: 10px 16px;

	border-radius: 999px;
	border: 1px solid transparent;

	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;

	cursor: pointer;

	transition:
		background-color 0.18s ease,
		border-color 0.18s ease,
		color 0.18s ease,
		box-shadow 0.18s ease,
		transform 0.18s ease;
}

.onlize-cookie-banner-button-akzeptieren:hover,
.onlize-cookie-banner-button-ablehnen:hover,
.onlize-cookie-banner-button-einstellungen:hover 
{
	transform: translateY(-1px);
}

.onlize-cookie-banner-button-akzeptieren:active,
.onlize-cookie-banner-button-ablehnen:active,
.onlize-cookie-banner-button-einstellungen:active
{
	transform: translateY(0);
}

.onlize-cookie-banner-button-akzeptieren:focus-visible,
.onlize-cookie-banner-button-ablehnen:focus-visible,
.onlize-cookie-banner-button-einstellungen:focus-visible
{
	outline: 3px solid rgba(191, 142, 79, 0.35);
	outline-offset: 2px;
}

/* Akzeptieren */
.onlize-cookie-banner-button-akzeptieren
{
	background: var(--onlize-cookie-primary);
	border-color: var(--onlize-cookie-primary);
	color: #ffffff;
}

.onlize-cookie-banner-button-akzeptieren:hover
{
	background: var(--onlize-cookie-primary-hover);
	border-color: var(--onlize-cookie-primary-hover);
	color: #ffffff;
}

/* Ablehnen */
.onlize-cookie-banner-button-ablehnen
{
	background: #ffffff;
	border-color: var(--onlize-cookie-primary);
	color: var(--onlize-cookie-dark);
}

.onlize-cookie-banner-button-ablehnen:hover
{
	border-color: var(--onlize-cookie-primary-hover);
	color: var(--onlize-cookie-dark);
}

/* Einstellungen */
.onlize-cookie-banner-button-einstellungen
{
	background: var(--onlize-cookie-bg-soft);
	border-color: rgba(2, 44, 34, 0.12);
	color: var(--onlize-cookie-dark);
}

.onlize-cookie-banner-button-einstellungen:hover
{
	background: rgba(2, 44, 34, 0.1);
	border-color: rgba(2, 44, 34, 0.24);
	color: var(--onlize-cookie-dark);
}

/* Tablet */
@media (max-width: 991.98px)
{
	.onlize-cookie-banner {
		bottom: 18px;
		max-width: calc(100% - 24px);
	}

	.onlize-cookie-banner-container {
		padding: 22px;
	}
}

/* Mobile */
@media (max-width: 767.98px)
{

	.onlize-cookie-banner-label
	{
		font-size:11px;
	}

	.onlize-cookie-banner {
		left: 0;
		right: 0;
		bottom: 0;

		width: 100%;
		max-width: 100%;
		max-height: calc(100dvh - 16px);

		transform: none;

		border-radius: 20px 20px 0 0;
		overflow-y: auto;
	}

	.onlize-cookie-banner-container {
		padding: 22px 18px 18px;
	}

	.onlize-cookie-banner-text {
		margin-bottom: 20px;
		font-size: 13px;
		line-height: 1.55;
	}

	.onlize-cookie-banner-buttons {
		gap: 9px;
	}

	.onlize-cookie-banner-button-akzeptieren,
	.onlize-cookie-banner-button-ablehnen,
	.onlize-cookie-banner-button-einstellungen {
		min-height: 46px;
		font-size: 14px;
	}
}

/* Sehr kleine Geräte */
@media (max-width: 380px)
{
	.onlize-cookie-banner-container {
		padding: 20px 14px 14px;
	}

	.onlize-cookie-banner-title {
		font-size: 20px;
	}
}

/* Weniger Animationen, wenn vom Nutzer gewünscht */
@media (prefers-reduced-motion: reduce)
{
	.onlize-cookie-banner-button-akzeptieren,
	.onlize-cookie-banner-button-ablehnen,
	.onlize-cookie-banner-button-einstellungen {
		transition: none;
	}

	.onlize-cookie-banner-button-akzeptieren:hover,
	.onlize-cookie-banner-button-ablehnen:hover,
	.onlize-cookie-banner-button-einstellungen:hover {
		transform: none;
	}
}
	
/* ZUSATZANPASSUNGEN */

.modal-alle-cookies:hover
{
	background-color:#198754;	
	border:1px solid #198754;
}

.accordion-button:focus
{
	box-shadow:none;
}

.accordion-item:first-of-type .accordion-button
{
	border:none;
}

.modal-backdrop 
{
	z-index:1;
}

.form-check-input:focus
{
	box-shadow:none;
}
	
/* ONLIZE COOKIE BANNER ENDE*/

.datenschutz-margin p {margin-bottom:16px !important;}


/* /user/ */

.ba-readfirst-sec {
    background: #ffffff;
}

.ba-readfirst-intro {
    padding: 20px 0 46px 0;
}

.ba-readfirst-kicker {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    background: #E2FF00;
    color: #111111;
    border-radius: 999px;
    padding: 8px 15px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    margin-bottom: 12px;
}

.ba-readfirst-intro h1 {
    color: #111111;
    font-size: clamp(38px, 5vw, 42px);
    font-weight: 950;
    line-height: 0.95;
    letter-spacing: -0.06em;
    margin-bottom: 24px;
}

.ba-readfirst-intro p {
    color: #555555;
    font-size: 18px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.ba-intro-note {
    border-left: 5px solid #E2FF00;
    padding: 4px 0 4px 22px;
    margin-top: 30px;
}

.ba-intro-note strong {
    display: block;
    color: #111111;
    font-size: 20px;
    font-weight: 950;
    line-height: 1.25;
    margin-bottom: 8px;
}

.ba-intro-note span {
    display: block;
    color: #555555;
    font-size: 16px;
    line-height: 1.6;
}

.ba-readfirst-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
}

.ba-read-card {
    background: #f7f7f7;
    border: 1px solid rgba(0,0,0,0.06);
    border-radius: 28px;
    padding: 34px;
}

.ba-read-card.ba-wide {
    grid-column: span 2;
}

.ba-read-card.ba-dark {
    background: #111111;
    color: #ffffff;
}

.ba-card-number {
    width: 44px;
    height: 44px;
    background: #E2FF00;
    color: #111111;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 950;
    margin-bottom: 20px;
}

.ba-read-card h2,
.ba-rules-box h2,
.ba-progress-box h2,
.ba-final-box h2 {
    color: #111111;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.045em;
    margin-bottom: 18px;
}

.ba-read-card.ba-dark h2 {
    color: #ffffff;
}

.ba-read-card p,
.ba-rules-box p,
.ba-progress-box p,
.ba-final-box p {
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
    margin-bottom: 16px;
}

.ba-read-card p:last-child,
.ba-rules-box p:last-child,
.ba-progress-box p:last-child,
.ba-final-box p:last-child {
    margin-bottom: 0;
}

.ba-read-card.ba-dark p {
    color: rgba(255,255,255,0.72);
}

.ba-check-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0 0;
    display: grid;
    gap: 10px;
}

.ba-check-list li {
    background: #ffffff;
    border-radius: 16px;
    padding: 13px 16px;
    color: #111111;
    font-size: 15px;
    font-weight: 800;
}

.ba-check-list li::before {
    content: '✓';
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 22px;
    height: 22px;
    background: #E2FF00;
    border-radius: 50%;
    color: #111111;
    font-size: 12px;
    font-weight: 950;
    margin-right: 10px;
}

.ba-mini-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 24px;
}

.ba-mini-box {
    background: #ffffff;
    border-radius: 20px;
    padding: 20px;
    border: 1px solid rgba(0,0,0,0.06);
}

.ba-mini-box strong {
    display: block;
    color: #111111;
    font-size: 17px;
    font-weight: 950;
    margin-bottom: 6px;
}

.ba-mini-box span {
    display: block;
    color: #555555;
    font-size: 14px;
    line-height: 1.5;
}

.ba-learning-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}

.ba-learning-grid div {
    background: #ffffff;
    border-radius: 18px;
    padding: 18px 16px;
    color: #111111;
    font-size: 14px;
    font-weight: 900;
    text-align: center;
}

.ba-rules-box {
    background: #f7f7f7;
    border-radius: 34px;
    padding: 42px;
    margin-top: 22px;
}

.ba-rules-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 20px;
}

.ba-rule-item {
    background: #ffffff;
    border-radius: 24px;
    padding: 26px;
}

.ba-rule-item span {
    display: inline-flex;
    background: #111111;
    color: #E2FF00;
    border-radius: 999px;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 950;
    margin-bottom: 16px;
}

.ba-rule-item h3 {
    color: #111111;
    font-size: 20px;
    font-weight: 950;
    letter-spacing: -0.025em;
    margin-bottom: 10px;
}

.ba-progress-box {
    display: grid;
    grid-template-columns: 1.5fr 0.8fr;
    gap: 22px;
    background: #111111;
    border-radius: 34px;
    padding: 42px;
    margin-top: 22px;
}

.ba-progress-box h2 {
    color: #ffffff;
}

.ba-progress-box p {
    color: rgba(255,255,255,0.72);
}

.ba-progress-side {
    background: #E2FF00;
    border-radius: 26px;
    padding: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ba-progress-side strong {
    display: block;
    color: #111111;
    font-size: 26px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.04em;
    margin-bottom: 12px;
}

.ba-progress-side span {
    display: block;
    color: rgba(0,0,0,0.68);
    font-size: 15px;
    line-height: 1.5;
    font-weight: 700;
}

.ba-final-box {
    background: #f7f7f7;
    border-radius: 34px;
    padding: 48px;
    margin-top: 22px;
    text-align: center;
}

.ba-final-box p {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.ba-final-box strong {
    display: inline-flex;
    background: #111111;
    color: #ffffff;
    border-radius: 999px;
    padding: 14px 24px;
    font-size: 15px;
    font-weight: 950;
    margin-top: 22px;
}


@media (max-width: 991px) {
	
    .ba-learning-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .ba-rules-grid {
        grid-template-columns: 1fr;
    }

    .ba-progress-box {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767px) {

    .ba-readfirst-intro {
        padding: 10px 0 34px 0;
    }

    .ba-readfirst-intro h1 {
        font-size: 36px;
    }

    .ba-readfirst-intro p {
        font-size: 15px;
    }

    .ba-intro-note {
        padding-left: 18px;
        margin-top: 24px;
    }

    .ba-intro-note strong {
        font-size: 18px;
    }

    .ba-intro-note span {
        font-size: 15px;
    }

    .ba-readfirst-grid {
        grid-template-columns: 1fr;
    }

    .ba-read-card,
    .ba-read-card.ba-wide {
        grid-column: span 1;
        border-radius: 24px;
        padding: 26px;
    }

    .ba-read-card p,
    .ba-rules-box p,
    .ba-progress-box p,
    .ba-final-box p {
        font-size: 15px;
    }

    .ba-learning-grid {
        grid-template-columns: 1fr;
    }

    .ba-rules-box,
    .ba-progress-box,
    .ba-final-box {
        border-radius: 26px;
        padding: 28px;
    }

    .ba-progress-side strong {
        font-size: 24px;
    }
}

.ba-content-image {
    width: 100%;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 22px 60px rgba(0,0,0,0.08);
}

.ba-content-img {
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    height: auto;
    object-fit: cover;
    object-position: center;
    border-radius: 28px;
}

@media (max-width: 767px) {
    .ba-content-image {
        border-radius: 22px;
    }

    .ba-content-img {
        height: 320px;
        aspect-ratio: auto;
        border-radius: 22px;
    }
}

.ba-progress-check-box {
    background: #f7f7f7;
    border-radius: 34px;
    padding: 42px;
    margin-top: 22px;
}

.ba-progress-check-content {
    text-align: center;
    max-width: 760px;
    margin: 0 auto;
}

.ba-progress-check-content h2 {
    color: #111111;
    font-size: clamp(28px, 4vw, 52px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.05em;
    margin-bottom: 18px;
}

.ba-progress-check-content p {
    color: #555555;
    font-size: 16px;
    line-height: 1.7;
    max-width: 620px;
    margin: 0 auto;
}

.ba-progress-choice-grid {
    margin-top: 30px;
}

.ba-progress-warning-box {
    background: #111111;
    border-radius: 28px;
    padding: 36px;
    margin-top: 28px;
    text-align: center;
}

.ba-progress-warning-box h2 {
    color: #ffffff;
    font-size: clamp(26px, 3vw, 42px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.045em;
    margin-bottom: 16px;
}

.ba-progress-warning-box p {
    color: rgba(255,255,255,0.72);
    font-size: 16px;
    line-height: 1.7;
    max-width: 680px;
    margin: 0 auto;
}

#progressYesBox {
    margin-top: 28px;
}

@media (max-width: 767px) {
    .ba-progress-check-box {
        border-radius: 26px;
        padding: 28px;
    }

    .ba-progress-warning-box {
        border-radius: 24px;
        padding: 28px;
    }

    .ba-progress-check-content p,
    .ba-progress-warning-box p {
        font-size: 15px;
    }
}

.ba-plan-next-card {
    display: block;
    height: 100%;
    background: #111111;
    color: #ffffff;
    border-radius: 22px;
    padding: 24px;
    text-align: left;
    text-decoration: none;
    transition: all 0.25s ease;
}

.ba-plan-next-card span {
    display: block;
    color: #ffffff;
    font-size: 22px;
    font-weight: 950;
    line-height: 1;
    letter-spacing: -0.03em;
    margin-bottom: 8px;
}

.ba-plan-next-card small {
    display: block;
    color: rgba(255,255,255,0.68);
    font-size: 14px;
    line-height: 1.5;
}

.ba-plan-next-card:hover {
    background: #E2FF00;
    color: #111111;
    transform: translateY(-3px);
}

.ba-plan-next-card:hover span,
.ba-plan-next-card:hover small {
    color: #111111;
}

/* /user/ */

.modal-backdrop
{
	z-index:1000 !important;
}