@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap");

body script ~canvas{
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
}

.play-body {
    padding-top: 0 !important;

}
.play-body .profile-header {  position: relative !important;  }

.text-white {
  color: #fff !important;
}

.bg-white {
  background-color: #fff !important;
}
play-game-section
.text-secondary {
  color: #ff7500 !important;
}

.bg-secondary {
  background-color: #ff7500 !important;
}

.text-secondary-light {
  color: #faf7f3 !important;
}

.bg-secondary-light {
  background-color: #faf7f3 !important;
}

.text-dark {
  color: #313131 !important;
}

.bg-dark {
  background-color: #313131 !important;
}

.text-primary {
  color: #0078ff !important;
}

.bg-primary {
  background-color: #0078ff !important;
}

.text-primary-dark {
  color: #2638c1 !important;
}

.bg-primary-dark {
  background-color: #2638c1 !important;
}

.text-red {
  color: #de195b !important;
}

.bg-red {
  background-color: #de195b !important;
}

.text-red-light {
  color: #e50000 !important;
}

.bg-red-light {
  background-color: #e50000 !important;
}

.text-teritary {
  color: #bb005a !important;
}

.bg-teritary {
  background-color: #bb005a !important;
}

.text-red-dark {
  color: #e80000 !important;
}

.bg-red-dark {
  background-color: #e80000 !important;
}

.text-yellow {
  color: #ffdc00 !important;
}

.bg-yellow {
  background-color: #ffdc00 !important;
}

.text-accent {
  color: #96cc16 !important;
}

.bg-accent {
  background-color: #96cc16 !important;
}

.text-green {
  color: #00c500 !important;
}

.bg-green {
  background-color: #00c500 !important;
}

.text-purple {
  color: #ab3bff !important;
}

.bg-purple {
  background-color: #ab3bff !important;
}

.text-purple-dark {
  color: #652d88 !important;
}

.bg-purple-dark {
  background-color: #652d88 !important;
}

.text-orange-dark {
  color: #ff8000 !important;
}

.bg-orange-dark {
  background-color: #ff8000 !important;
}

/*  changes */
.text-gray-light {
  /* color: #d9e4ff !important; */
  color: #8e95a7 !important;
}

.bg-gray-light {
  background-color: #d9e4ff !important;
}

.text-gray-light-v2 {
  color: #a7a7a7 !important;
}

.bg-gray-light-v2 {
  background-color: #a7a7a7 !important;
}

.text-gray-light-v3 {
  color: #606060 !important;
}

.bg-gray-light-v3 {
  background-color: #606060 !important;
}

.text-blue {
  color: #2fbdeb !important;
}

.bg-blue {
  background-color: #2fbdeb !important;
}

.ellipsis-1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-2 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-3 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-4 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-5 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-6 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-7 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 7;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.ellipsis-8 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.text-active-1:active {
  font-size: clamp(8px, 4.5vw, 13px) !important;
}
.text-active-1:active.btn, .btn .text-active-1:active.span {
  font-size: 13px !important;
}

.text-hover-1:hover:not(:active) {
  font-size: clamp(8px, 4.5vw, 13px) !important;
}
.text-hover-1:hover:not(:active).btn, .btn .text-hover-1:hover:not(:active).span {
  font-size: 13px !important;
}

.text-1 {
  font-size: clamp(8px, 4.5vw, 13px) !important;
}
.text-1.btn, .btn .text-1.span {
  font-size: 13px !important;
}

.text-active-2:active {
  font-size: clamp(9px, 4.5vw, 14px) !important;
}
.text-active-2:active.btn, .btn .text-active-2:active.span {
  font-size: 14px !important;
}

.text-hover-2:hover:not(:active) {
  font-size: clamp(9px, 4.5vw, 14px) !important;
}
.text-hover-2:hover:not(:active).btn, .btn .text-hover-2:hover:not(:active).span {
  font-size: 14px !important;
}

.text-2 {
  font-size: clamp(9px, 4.5vw, 14px) !important;
}
.text-2.btn, .btn .text-2.span {
  font-size: 14px !important;
}

.text-active-3:active {
  font-size: clamp(10px, 4.5vw, 15px) !important;
}
.text-active-3:active.btn, .btn .text-active-3:active.span {
  font-size: 15px !important;
}

.text-hover-3:hover:not(:active) {
  font-size: clamp(10px, 4.5vw, 15px) !important;
}
.text-hover-3:hover:not(:active).btn, .btn .text-hover-3:hover:not(:active).span {
  font-size: 15px !important;
}

.text-3 {
  font-size: clamp(10px, 4.5vw, 15px) !important;
}
.text-3.btn, .btn .text-3.span {
  font-size: 15px !important;
}

.text-active-4:active {
  font-size: clamp(11px, 4.5vw, 16px) !important;
}
.text-active-4:active.btn, .btn .text-active-4:active.span {
  font-size: 16px !important;
}

.text-hover-4:hover:not(:active) {
  font-size: clamp(11px, 4.5vw, 16px) !important;
}
.text-hover-4:hover:not(:active).btn, .btn .text-hover-4:hover:not(:active).span {
  font-size: 16px !important;
}

.text-4 {
  font-size: clamp(11px, 4.5vw, 16px) !important;
}
.text-4.btn, .btn .text-4.span {
  font-size: 16px !important;
}

.text-active-5:active {
  font-size: clamp(13px, 4.5vw, 18px) !important;
}
.text-active-5:active.btn, .btn .text-active-5:active.span {
  font-size: 18px !important;
}

.text-hover-5:hover:not(:active) {
  font-size: clamp(13px, 4.5vw, 18px) !important;
}
.text-hover-5:hover:not(:active).btn, .btn .text-hover-5:hover:not(:active).span {
  font-size: 18px !important;
}

.text-5 {
  font-size: clamp(13px, 4.5vw, 18px) !important;
}
.text-5.btn, .btn .text-5.span {
  /* font-size: 18px !important; */
  font-size: 16px !important;
}

.text-active-6:active {
  font-size: clamp(15px, 4.5vw, 20px) !important;
}
.text-active-6:active.btn, .btn .text-active-6:active.span {
  font-size: 20px !important;
}

.text-hover-6:hover:not(:active) {
  font-size: clamp(15px, 4.5vw, 20px) !important;
}
.text-hover-6:hover:not(:active).btn, .btn .text-hover-6:hover:not(:active).span {
  font-size: 20px !important;
}

.text-6 {
  font-size: clamp(15px, 4.5vw, 20px) !important;
}
.text-6.btn, .btn .text-6.span {
  font-size: 20px !important;
}

.text-active-7:active {
  font-size: clamp(17px, 4.5vw, 22px) !important;
}
.text-active-7:active.btn, .btn .text-active-7:active.span {
  font-size: 22px !important;
}

.text-hover-7:hover:not(:active) {
  font-size: clamp(17px, 4.5vw, 22px) !important;
}
.text-hover-7:hover:not(:active).btn, .btn .text-hover-7:hover:not(:active).span {
  font-size: 22px !important;
}

.text-7 {
  font-size: clamp(17px, 4.5vw, 22px) !important;
}
.text-7.btn, .btn .text-7.span {
  font-size: 22px !important;
}

.text-active-8:active {
  font-size: clamp(19px, 4.5vw, 24px) !important;
}
.text-active-8:active.btn, .btn .text-active-8:active.span {
  font-size: 24px !important;
}

.text-hover-8:hover:not(:active) {
  font-size: clamp(19px, 4.5vw, 24px) !important;
}
.text-hover-8:hover:not(:active).btn, .btn .text-hover-8:hover:not(:active).span {
  font-size: 24px !important;
}

.text-8 {
  font-size: clamp(19px, 4.5vw, 24px) !important;
}
.text-8.btn, .btn .text-8.span {
  font-size: 24px !important;
}

.text-active-9:active {
  font-size: clamp(20px, 4.5vw, 25px) !important;
}
.text-active-9:active.btn, .btn .text-active-9:active.span {
  font-size: 25px !important;
}

.text-hover-9:hover:not(:active) {
  font-size: clamp(20px, 4.5vw, 25px) !important;
}
.text-hover-9:hover:not(:active).btn, .btn .text-hover-9:hover:not(:active).span {
  font-size: 25px !important;
}

.text-9 {
  font-size: clamp(20px, 4.5vw, 25px) !important;
}
.text-9.btn, .btn .text-9.span {
  font-size: 25px !important;
}

.text-active-10:active {
  font-size: clamp(21px, 4.5vw, 26px) !important;
}
.text-active-10:active.btn, .btn .text-active-10:active.span {
  font-size: 26px !important;
}

.text-hover-10:hover:not(:active) {
  font-size: clamp(21px, 4.5vw, 26px) !important;
}
.text-hover-10:hover:not(:active).btn, .btn .text-hover-10:hover:not(:active).span {
  font-size: 26px !important;
}

.text-10 {
  font-size: clamp(21px, 4.5vw, 26px) !important;
}
.text-10.btn, .btn .text-10.span {
  font-size: 26px !important;
}

.text-active-11:active {
  font-size: clamp(23px, 4.5vw, 28px) !important;
}
.text-active-11:active.btn, .btn .text-active-11:active.span {
  font-size: 28px !important;
}

.text-hover-11:hover:not(:active) {
  font-size: clamp(23px, 4.5vw, 28px) !important;
}
.text-hover-11:hover:not(:active).btn, .btn .text-hover-11:hover:not(:active).span {
  font-size: 28px !important;
}

.text-11 {
  font-size: clamp(23px, 4.5vw, 28px) !important;
}
.text-11.btn, .btn .text-11.span {
  font-size: 28px !important;
}

.text-active-12:active {
  font-size: clamp(25px, 4.5vw, 30px) !important;
}
.text-active-12:active.btn, .btn .text-active-12:active.span {
  font-size: 30px !important;
}

.text-hover-12:hover:not(:active) {
  font-size: clamp(25px, 4.5vw, 30px) !important;
}
.text-hover-12:hover:not(:active).btn, .btn .text-hover-12:hover:not(:active).span {
  font-size: 30px !important;
}

.text-12 {
  font-size: clamp(25px, 4.5vw, 30px) !important;
}
.text-12.btn, .btn .text-12.span {
  font-size: 30px !important;
}

.text-active-13:active {
  font-size: clamp(27px, 4.5vw, 32px) !important;
}
.text-active-13:active.btn, .btn .text-active-13:active.span {
  font-size: 32px !important;
}

.text-hover-13:hover:not(:active) {
  font-size: clamp(27px, 4.5vw, 32px) !important;
}
.text-hover-13:hover:not(:active).btn, .btn .text-hover-13:hover:not(:active).span {
  font-size: 32px !important;
}

.text-13 {
  font-size: clamp(27px, 4.5vw, 32px) !important;
}
.text-13.btn, .btn .text-13.span {
  font-size: 32px !important;
}

.text-active-14:active {
  font-size: clamp(29px, 4.5vw, 34px) !important;
}
.text-active-14:active.btn, .btn .text-active-14:active.span {
  font-size: 34px !important;
}

.text-hover-14:hover:not(:active) {
  font-size: clamp(29px, 4.5vw, 34px) !important;
}
.text-hover-14:hover:not(:active).btn, .btn .text-hover-14:hover:not(:active).span {
  font-size: 34px !important;
}

.text-14 {
  font-size: clamp(29px, 4.5vw, 34px) !important;
}
.text-14.btn, .btn .text-14.span {
  font-size: 34px !important;
}

.text-active-15:active {
  font-size: clamp(31px, 4.5vw, 36px) !important;
}
.text-active-15:active.btn, .btn .text-active-15:active.span {
  font-size: 36px !important;
}

.text-hover-15:hover:not(:active) {
  font-size: clamp(31px, 4.5vw, 36px) !important;
}
.text-hover-15:hover:not(:active).btn, .btn .text-hover-15:hover:not(:active).span {
  font-size: 36px !important;
}

.text-15 {
  font-size: clamp(31px, 4.5vw, 36px) !important;
}
.text-15.btn, .btn .text-15.span {
  font-size: 36px !important;
}

.text-active-16:active {
  font-size: clamp(33px, 4.5vw, 38px) !important;
}
.text-active-16:active.btn, .btn .text-active-16:active.span {
  font-size: 38px !important;
}

.text-hover-16:hover:not(:active) {
  font-size: clamp(33px, 4.5vw, 38px) !important;
}
.text-hover-16:hover:not(:active).btn, .btn .text-hover-16:hover:not(:active).span {
  font-size: 38px !important;
}

.text-16 {
  font-size: clamp(33px, 4.5vw, 38px) !important;
}
.text-16.btn, .btn .text-16.span {
  font-size: 38px !important;
}

.text-active-17:active {
  font-size: clamp(35px, 4.5vw, 40px) !important;
}
.text-active-17:active.btn, .btn .text-active-17:active.span {
  font-size: 40px !important;
}

.text-hover-17:hover:not(:active) {
  font-size: clamp(35px, 4.5vw, 40px) !important;
}
.text-hover-17:hover:not(:active).btn, .btn .text-hover-17:hover:not(:active).span {
  font-size: 40px !important;
}

.text-17 {
  font-size: clamp(35px, 4.5vw, 40px) !important;
}
.text-17.btn, .btn .text-17.span {
  font-size: 40px !important;
}

.text-active-18:active {
  font-size: clamp(37px, 4.5vw, 42px) !important;
}
.text-active-18:active.btn, .btn .text-active-18:active.span {
  font-size: 42px !important;
}

.text-hover-18:hover:not(:active) {
  font-size: clamp(37px, 4.5vw, 42px) !important;
}
.text-hover-18:hover:not(:active).btn, .btn .text-hover-18:hover:not(:active).span {
  font-size: 42px !important;
}

.text-18 {
  font-size: clamp(37px, 4.5vw, 42px) !important;
}
.text-18.btn, .btn .text-18.span {
  font-size: 42px !important;
}

.text-active-19:active {
  font-size: clamp(39px, 4.5vw, 44px) !important;
}
.text-active-19:active.btn, .btn .text-active-19:active.span {
  font-size: 44px !important;
}

.text-hover-19:hover:not(:active) {
  font-size: clamp(39px, 4.5vw, 44px) !important;
}
.text-hover-19:hover:not(:active).btn, .btn .text-hover-19:hover:not(:active).span {
  font-size: 44px !important;
}

.text-19 {
  font-size: clamp(39px, 4.5vw, 44px) !important;
}
.text-19.btn, .btn .text-19.span {
  font-size: 44px !important;
}

.text-active-20:active {
  font-size: clamp(41px, 4.5vw, 46px) !important;
}
.text-active-20:active.btn, .btn .text-active-20:active.span {
  font-size: 46px !important;
}

.text-hover-20:hover:not(:active) {
  font-size: clamp(41px, 4.5vw, 46px) !important;
}
.text-hover-20:hover:not(:active).btn, .btn .text-hover-20:hover:not(:active).span {
  font-size: 46px !important;
}

.text-20 {
  font-size: clamp(41px, 4.5vw, 46px) !important;
}
.text-20.btn, .btn .text-20.span {
  font-size: 46px !important;
}

.text-active-21:active {
  font-size: clamp(47px, 4.5vw, 52px) !important;
}
.text-active-21:active.btn, .btn .text-active-21:active.span {
  font-size: 52px !important;
}

.text-hover-21:hover:not(:active) {
  font-size: clamp(47px, 4.5vw, 52px) !important;
}
.text-hover-21:hover:not(:active).btn, .btn .text-hover-21:hover:not(:active).span {
  font-size: 52px !important;
}

.text-21 {
  font-size: clamp(47px, 4.5vw, 52px) !important;
}
.text-21.btn, .btn .text-21.span {
  font-size: 52px !important;
}

.text-active-22:active {
  font-size: clamp(49px, 4.5vw, 54px) !important;
}
.text-active-22:active.btn, .btn .text-active-22:active.span {
  font-size: 54px !important;
}

.text-hover-22:hover:not(:active) {
  font-size: clamp(49px, 4.5vw, 54px) !important;
}
.text-hover-22:hover:not(:active).btn, .btn .text-hover-22:hover:not(:active).span {
  font-size: 54px !important;
}

.text-22 {
  font-size: clamp(49px, 4.5vw, 54px) !important;
}
.text-22.btn, .btn .text-22.span {
  font-size: 54px !important;
}

.text-active-23:active {
  font-size: clamp(55px, 4.5vw, 60px) !important;
}
.text-active-23:active.btn, .btn .text-active-23:active.span {
  font-size: 60px !important;
}

.text-hover-23:hover:not(:active) {
  font-size: clamp(55px, 4.5vw, 60px) !important;
}
.text-hover-23:hover:not(:active).btn, .btn .text-hover-23:hover:not(:active).span {
  font-size: 60px !important;
}

.text-23 {
  font-size: clamp(55px, 4.5vw, 60px) !important;
}
.text-23.btn, .btn .text-23.span {
  font-size: 60px !important;
}

.text-active-24:active {
  font-size: clamp(59px, 4.5vw, 64px) !important;
}
.text-active-24:active.btn, .btn .text-active-24:active.span {
  font-size: 64px !important;
}

.text-hover-24:hover:not(:active) {
  font-size: clamp(59px, 4.5vw, 64px) !important;
}
.text-hover-24:hover:not(:active).btn, .btn .text-hover-24:hover:not(:active).span {
  font-size: 64px !important;
}

.text-24 {
  font-size: clamp(59px, 4.5vw, 64px) !important;
}
.text-24.btn, .btn .text-24.span {
  font-size: 64px !important;
}

.text-active-25:active {
  font-size: clamp(12px, 4.5vw, 17px) !important;
}
.text-active-25:active.btn, .btn .text-active-25:active.span {
  font-size: 17px !important;
}

.text-hover-25:hover:not(:active) {
  font-size: clamp(12px, 4.5vw, 17px) !important;
}
.text-hover-25:hover:not(:active).btn, .btn .text-hover-25:hover:not(:active).span {
  font-size: 17px !important;
}

.text-25 {
  font-size: clamp(12px, 4.5vw, 17px) !important;
}
.text-25.btn, .btn .text-25.span {
  font-size: 17px !important;
}

.font-active-1:active {
  font-size: 10px !important;
}

.font-hover-1:hover:not(:active) {
  font-size: 10px !important;
}

.font-1 {
  font-size: 10px !important;
}

.font-active-2:active {
  font-size: 12px !important;
}

.font-hover-2:hover:not(:active) {
  font-size: 12px !important;
}

.font-2 {
  font-size: 12px !important;
}

.font-active-3:active {
  font-size: 14px !important;
}

.font-hover-3:hover:not(:active) {
  font-size: 14px !important;
}

.font-3 {
  font-size: 14px !important;
}

.font-active-4:active {
  font-size: 16px !important;
}

.font-hover-4:hover:not(:active) {
  font-size: 16px !important;
}

.font-4 {
  font-size: 16px !important;
}

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

.font-hover-5:hover:not(:active) {
  font-size: 18px !important;
}

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

.font-active-6:active {
  font-size: 24px !important;
}

.font-hover-6:hover:not(:active) {
  font-size: 24px !important;
}

.font-6 {
  font-size: 24px !important;
}

.font-active-7:active {
  font-size: 26px !important;
}

.font-hover-7:hover:not(:active) {
  font-size: 26px !important;
}

.font-7 {
  font-size: 26px !important;
}

.font-active-8:active {
  font-size: 28px !important;
}

.font-hover-8:hover:not(:active) {
  font-size: 28px !important;
}

.font-8 {
  font-size: 28px !important;
}

.font-active-9:active {
  font-size: 30px !important;
}

.font-hover-9:hover:not(:active) {
  font-size: 30px !important;
}

.font-9 {
  font-size: 30px !important;
}

.font-active-10:active {
  font-size: 34px !important;
}

.font-hover-10:hover:not(:active) {
  font-size: 34px !important;
}

.font-10 {
  font-size: 34px !important;
}

.font-active-11:active {
  font-size: 40px !important;
}

.font-hover-11:hover:not(:active) {
  font-size: 40px !important;
}

.font-11 {
  font-size: 40px !important;
}

body {
  padding-top: 80px;
}

.default-border-light:not(:active, :hover) {
  border-color: #fff !important;
}

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

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

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

.fw-900 {
  font-weight: 900;
}

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

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

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

h1,
h2,
h3,
h4 {
  font-weight: 800;
}

h5,
h6 {
  font-weight: 700 !important;
}

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

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

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

.page-content {
  position: relative;
  z-index: 1;
}
.page-content-cloud-img {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.section {
  padding: 60px 0;
}

.section-pagination {
  margin-top: 20px;
}
.section-pagination ul {
  display: flex;
  justify-content: center;
  gap: 10px;
  list-style: none;
}
.section-pagination li a:hover {
  color: #ab3bff !important;
}
.section-pagination .active {
  color: #0078ff !important;
}

.member-banner-image img {
  width: 100%;
  max-width: 800px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.text-normal {
  font-style: normal !important;
}

.body-white {
  background-color: #fff;
}

.border-bottom {
  border-bottom: 1px solid #000;
}

.border-bottom-light {
  border-bottom: 1px solid #d9e4ff;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

.modal-dialog {
  overflow: hidden;
}

.orange-line {
  width: 100%;
  height: 15px;
  background: #ff8000;
}

.red-line {
  width: 100%;
  height: 15px;
  background: #ff0000;
  margin-top: -15px;
}

.lh-0 {
  line-height: 0;
}

.lh-7 {
  line-height: 22px;
}

.lh-13 {
  line-height: 32px;
}

.lh-21 {
  line-height: 48px;
}

.mgt-3 {
  margin-top: 15px;
}

.mgb-15 {
  margin-bottom: 35px;
}

.w-100 {
  width: 100%;
}

.font-italic {
  font-style: italic;
}

.text-underline {
  text-decoration: underline;
}

.overflow-hidden {
  overflow: hidden;
}

.kidsafe-img {
  width: 100%;
  max-width: 114px;
}

.btn-xxl {
  height: 70px;
  font-weight: 700;
  border-radius: 24px !important;
  width: 180px;
  font-size: 24px;
  line-height: 22px;
}

.border-none {
  border: none !important;
}

.border-bottom-gray-light {
  border-bottom: 3px solid #d9e4ff;
}

.navigation-profile img {
  width: 32px;
  aspect-ratio: 1/1;
}
@media (max-width: 460px) {
  .navigation-profile img {
    width: 26px;
  }
}

.text-italic {
  font-style: italic;
}

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

.parent-section-freetrial-profile {
	max-width: 150px;
	width: 100% !important;
	border: 6px solid white;
	border-radius: 50%;
  aspect-ratio: 1/1;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
@media (max-width: 992px) {
  .parent-section-freetrial-profile {
    margin-bottom: 10px;
  }
}

.teachers-dashboard-profile {
  margin-left: -14px;
  margin-right: 28px;
  max-width: 103px;
  aspect-ratio: 1/1;
  margin-bottom: -50px;
  border-radius: 50%;
  border: 6px solid white;
}
@media (max-width: 767px) {
  .teachers-dashboard-profile {
    margin-right: 0 !important;
  }
}

.modal-body {
  position: relative;
}

.modal-close-icon {
  z-index: 99;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.custom-input.error {
  margin-bottom: 3px !important;
  margin-left: 3px !important;
}
.custom-input.error + label {
  margin-bottom: 10px;
  margin-left: 10px;
}

.header-purple {
  background: #4902ad;
}

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: var(--bs-border-width) solid;
  opacity: 0.25;
}

h6, h5, h4, h3, h2, h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 800;
  line-height: 1.2;
  color: var(--bs-heading-color);
}

h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1 {
    font-size: 2.5rem;
  }
}

h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2 {
    font-size: 2rem;
  }
}

h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3 {
    font-size: 1.75rem;
  }
}

h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4 {
    font-size: 1.5rem;
  }
}

h5 {
  font-size: 1.25rem;
}

h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 0.875em;
}

mark {
  padding: 0.1875em;
  color: var(--bs-highlight-color);
  background-color: var(--bs-highlight-bg);
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: rgba(var(--bs-link-color-rgb), var(--bs-link-opacity, 1));
  text-decoration: none;
}
a:hover {
  --bs-link-color-rgb: var(--bs-link-hover-color-rgb);
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-secondary-color);
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]:not([type=date]):not([type=datetime-local]):not([type=month]):not([type=week]):not([type=time])::-webkit-calendar-picker-indicator {
  display: none !important;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

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

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

:root,
[data-bs-theme=light] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0d6efd;
  --bs-secondary: #6c757d;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 13, 110, 253;
  --bs-secondary-rgb: 108, 117, 125;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #cfe2ff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: "Nunito", sans-serif;
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #f4f4f4;
  --bs-body-bg-rgb: 244, 244, 244;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #0d6efd;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: none;
  --bs-link-hover-color: #0a58ca;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #dee2e6;
  --bs-border-color-translucent: rgba(0, 0, 0, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}

[data-bs-theme=dark] {
  color-scheme: dark;
  --bs-body-color: #dee2e6;
  --bs-body-color-rgb: 222, 226, 230;
  --bs-body-bg: #212529;
  --bs-body-bg-rgb: 33, 37, 41;
  --bs-emphasis-color: #fff;
  --bs-emphasis-color-rgb: 255, 255, 255;
  --bs-secondary-color: rgba(222, 226, 230, 0.75);
  --bs-secondary-color-rgb: 222, 226, 230;
  --bs-secondary-bg: #343a40;
  --bs-secondary-bg-rgb: 52, 58, 64;
  --bs-tertiary-color: rgba(222, 226, 230, 0.5);
  --bs-tertiary-color-rgb: 222, 226, 230;
  --bs-tertiary-bg: #2b3035;
  --bs-tertiary-bg-rgb: 43, 48, 53;
  --bs-primary-text-emphasis: #6ea8fe;
  --bs-secondary-text-emphasis: #a7acb1;
  --bs-success-text-emphasis: #75b798;
  --bs-info-text-emphasis: #6edff6;
  --bs-warning-text-emphasis: #ffda6a;
  --bs-danger-text-emphasis: #ea868f;
  --bs-light-text-emphasis: #f8f9fa;
  --bs-dark-text-emphasis: #dee2e6;
  --bs-primary-bg-subtle: #031633;
  --bs-secondary-bg-subtle: #161719;
  --bs-success-bg-subtle: #051b11;
  --bs-info-bg-subtle: #032830;
  --bs-warning-bg-subtle: #332701;
  --bs-danger-bg-subtle: #2c0b0e;
  --bs-light-bg-subtle: #343a40;
  --bs-dark-bg-subtle: #1a1d20;
  --bs-primary-border-subtle: #084298;
  --bs-secondary-border-subtle: #41464b;
  --bs-success-border-subtle: #0f5132;
  --bs-info-border-subtle: #087990;
  --bs-warning-border-subtle: #997404;
  --bs-danger-border-subtle: #842029;
  --bs-light-border-subtle: #495057;
  --bs-dark-border-subtle: #343a40;
  --bs-heading-color: inherit;
  --bs-link-color: #6ea8fe;
  --bs-link-hover-color: #8bb9fe;
  --bs-link-color-rgb: 110, 168, 254;
  --bs-link-hover-color-rgb: 139, 185, 254;
  --bs-code-color: #e685b5;
  --bs-highlight-color: #dee2e6;
  --bs-highlight-bg: #664d03;
  --bs-border-color: #495057;
  --bs-border-color-translucent: rgba(255, 255, 255, 0.15);
  --bs-form-valid-color: #75b798;
  --bs-form-valid-border-color: #75b798;
  --bs-form-invalid-color: #ea868f;
  --bs-form-invalid-border-color: #ea868f;
}

/*!
 * Bootstrap Grid v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.container,
.container-fluid,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container-xs, .container {
    max-width: 540px;
  }
}
@media (min-width: 767px) {
  .container-md, .container-sm, .container-xs, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 960px;
  }
}
@media (min-width: 1130px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1330px) {
  .container-xxl, .container-2xl, .container-xl, .container-lg, .container-md, .container-sm, .container-xs, .container {
    max-width: 1320px;
  }
}
:root {
  --bs-breakpoint-xxs: 0;
  --bs-breakpoint-xs: 460px;
  --bs-breakpoint-sm: 576px;
  --bs-breakpoint-md: 767px;
  --bs-breakpoint-lg: 992px;
  --bs-breakpoint-xl: 1130px;
  --bs-breakpoint-2xl: 1280px;
  --bs-breakpoint-xxl: 1330px;
}

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-0.5 * var(--bs-gutter-x));
  margin-left: calc(-0.5 * var(--bs-gutter-x));
}
.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 460px) {
  .col-xs {
    flex: 1 0 0%;
  }
  .row-cols-xs-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xs-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xs-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xs-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xs-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xs-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xs-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xs-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xs-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xs-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xs-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xs-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xs-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xs-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xs-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xs-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xs-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xs-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xs-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xs-0 {
    margin-left: 0;
  }
  .offset-xs-1 {
    margin-left: 8.33333333%;
  }
  .offset-xs-2 {
    margin-left: 16.66666667%;
  }
  .offset-xs-3 {
    margin-left: 25%;
  }
  .offset-xs-4 {
    margin-left: 33.33333333%;
  }
  .offset-xs-5 {
    margin-left: 41.66666667%;
  }
  .offset-xs-6 {
    margin-left: 50%;
  }
  .offset-xs-7 {
    margin-left: 58.33333333%;
  }
  .offset-xs-8 {
    margin-left: 66.66666667%;
  }
  .offset-xs-9 {
    margin-left: 75%;
  }
  .offset-xs-10 {
    margin-left: 83.33333333%;
  }
  .offset-xs-11 {
    margin-left: 91.66666667%;
  }
  .g-xs-0,
  .gx-xs-0 {
    --bs-gutter-x: 0;
  }
  .g-xs-0,
  .gy-xs-0 {
    --bs-gutter-y: 0;
  }
  .g-xs-1,
  .gx-xs-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xs-1,
  .gy-xs-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xs-2,
  .gx-xs-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xs-2,
  .gy-xs-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xs-3,
  .gx-xs-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xs-3,
  .gy-xs-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xs-4,
  .gx-xs-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xs-4,
  .gy-xs-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xs-5,
  .gx-xs-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xs-5,
  .gy-xs-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 767px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1130px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1280px) {
  .col-2xl {
    flex: 1 0 0%;
  }
  .row-cols-2xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-2xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-2xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-2xl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-2xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-2xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-2xl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-2xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-2xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-2xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-2xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-2xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-2xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-2xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-2xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-2xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-2xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-2xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-2xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-2xl-0 {
    margin-left: 0;
  }
  .offset-2xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-2xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-2xl-3 {
    margin-left: 25%;
  }
  .offset-2xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-2xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-2xl-6 {
    margin-left: 50%;
  }
  .offset-2xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-2xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-2xl-9 {
    margin-left: 75%;
  }
  .offset-2xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-2xl-11 {
    margin-left: 91.66666667%;
  }
  .g-2xl-0,
  .gx-2xl-0 {
    --bs-gutter-x: 0;
  }
  .g-2xl-0,
  .gy-2xl-0 {
    --bs-gutter-y: 0;
  }
  .g-2xl-1,
  .gx-2xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-2xl-1,
  .gy-2xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-2xl-2,
  .gx-2xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-2xl-2,
  .gy-2xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-2xl-3,
  .gx-2xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-2xl-3,
  .gy-2xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-2xl-4,
  .gx-2xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-2xl-4,
  .gy-2xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-2xl-5,
  .gx-2xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-2xl-5,
  .gy-2xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1330px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-inline-grid {
  display: inline-grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

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

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

.d-none {
  display: none !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

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

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

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

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

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

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

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

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

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

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

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

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

.justify-content-around {
  justify-content: space-around !important;
}

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

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

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

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

.align-items-baseline {
  align-items: baseline !important;
}

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

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

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

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

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

.align-self-end {
  align-self: flex-end !important;
}

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

.align-self-baseline {
  align-self: baseline !important;
}

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

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

.mt-0 {
  margin-top: 0 !important;
}

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

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

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

.mt-5 {
  margin-top: 3rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5 {
  margin-right: 3rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

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

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

.mb-5 {
  margin-bottom: 3rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.p-0 {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4 {
  padding: 1.5rem !important;
}

.p-5 {
  padding: 3rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

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

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

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

.py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

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

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

.pt-5 {
  padding-top: 3rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

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

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5 {
  padding-bottom: 3rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

@media (min-width: 460px) {
  .d-xs-inline {
    display: inline !important;
  }
  .d-xs-inline-block {
    display: inline-block !important;
  }
  .d-xs-block {
    display: block !important;
  }
  .d-xs-grid {
    display: grid !important;
  }
  .d-xs-inline-grid {
    display: inline-grid !important;
  }
  .d-xs-table {
    display: table !important;
  }
  .d-xs-table-row {
    display: table-row !important;
  }
  .d-xs-table-cell {
    display: table-cell !important;
  }
  .d-xs-flex {
    display: flex !important;
  }
  .d-xs-inline-flex {
    display: inline-flex !important;
  }
  .d-xs-none {
    display: none !important;
  }
  .flex-xs-fill {
    flex: 1 1 auto !important;
  }
  .flex-xs-row {
    flex-direction: row !important;
  }
  .flex-xs-column {
    flex-direction: column !important;
  }
  .flex-xs-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xs-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xs-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xs-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xs-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xs-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xs-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xs-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xs-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xs-start {
    justify-content: flex-start !important;
  }
  .justify-content-xs-end {
    justify-content: flex-end !important;
  }
  .justify-content-xs-center {
    justify-content: center !important;
  }
  .justify-content-xs-between {
    justify-content: space-between !important;
  }
  .justify-content-xs-around {
    justify-content: space-around !important;
  }
  .justify-content-xs-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xs-start {
    align-items: flex-start !important;
  }
  .align-items-xs-end {
    align-items: flex-end !important;
  }
  .align-items-xs-center {
    align-items: center !important;
  }
  .align-items-xs-baseline {
    align-items: baseline !important;
  }
  .align-items-xs-stretch {
    align-items: stretch !important;
  }
  .align-content-xs-start {
    align-content: flex-start !important;
  }
  .align-content-xs-end {
    align-content: flex-end !important;
  }
  .align-content-xs-center {
    align-content: center !important;
  }
  .align-content-xs-between {
    align-content: space-between !important;
  }
  .align-content-xs-around {
    align-content: space-around !important;
  }
  .align-content-xs-stretch {
    align-content: stretch !important;
  }
  .align-self-xs-auto {
    align-self: auto !important;
  }
  .align-self-xs-start {
    align-self: flex-start !important;
  }
  .align-self-xs-end {
    align-self: flex-end !important;
  }
  .align-self-xs-center {
    align-self: center !important;
  }
  .align-self-xs-baseline {
    align-self: baseline !important;
  }
  .align-self-xs-stretch {
    align-self: stretch !important;
  }
  .order-xs-first {
    order: -1 !important;
  }
  .order-xs-0 {
    order: 0 !important;
  }
  .order-xs-1 {
    order: 1 !important;
  }
  .order-xs-2 {
    order: 2 !important;
  }
  .order-xs-3 {
    order: 3 !important;
  }
  .order-xs-4 {
    order: 4 !important;
  }
  .order-xs-5 {
    order: 5 !important;
  }
  .order-xs-last {
    order: 6 !important;
  }
  .m-xs-0 {
    margin: 0 !important;
  }
  .m-xs-1 {
    margin: 0.25rem !important;
  }
  .m-xs-2 {
    margin: 0.5rem !important;
  }
  .m-xs-3 {
    margin: 1rem !important;
  }
  .m-xs-4 {
    margin: 1.5rem !important;
  }
  .m-xs-5 {
    margin: 3rem !important;
  }
  .m-xs-auto {
    margin: auto !important;
  }
  .mx-xs-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xs-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xs-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xs-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xs-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xs-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xs-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xs-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xs-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xs-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xs-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xs-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xs-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xs-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xs-0 {
    margin-top: 0 !important;
  }
  .mt-xs-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xs-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xs-3 {
    margin-top: 1rem !important;
  }
  .mt-xs-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xs-5 {
    margin-top: 3rem !important;
  }
  .mt-xs-auto {
    margin-top: auto !important;
  }
  .me-xs-0 {
    margin-right: 0 !important;
  }
  .me-xs-1 {
    margin-right: 0.25rem !important;
  }
  .me-xs-2 {
    margin-right: 0.5rem !important;
  }
  .me-xs-3 {
    margin-right: 1rem !important;
  }
  .me-xs-4 {
    margin-right: 1.5rem !important;
  }
  .me-xs-5 {
    margin-right: 3rem !important;
  }
  .me-xs-auto {
    margin-right: auto !important;
  }
  .mb-xs-0 {
    margin-bottom: 0 !important;
  }
  .mb-xs-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xs-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xs-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xs-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xs-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xs-auto {
    margin-bottom: auto !important;
  }
  .ms-xs-0 {
    margin-left: 0 !important;
  }
  .ms-xs-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xs-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xs-3 {
    margin-left: 1rem !important;
  }
  .ms-xs-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xs-5 {
    margin-left: 3rem !important;
  }
  .ms-xs-auto {
    margin-left: auto !important;
  }
  .p-xs-0 {
    padding: 0 !important;
  }
  .p-xs-1 {
    padding: 0.25rem !important;
  }
  .p-xs-2 {
    padding: 0.5rem !important;
  }
  .p-xs-3 {
    padding: 1rem !important;
  }
  .p-xs-4 {
    padding: 1.5rem !important;
  }
  .p-xs-5 {
    padding: 3rem !important;
  }
  .px-xs-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xs-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xs-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xs-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xs-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xs-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xs-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xs-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xs-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xs-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xs-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xs-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xs-0 {
    padding-top: 0 !important;
  }
  .pt-xs-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xs-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xs-3 {
    padding-top: 1rem !important;
  }
  .pt-xs-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xs-5 {
    padding-top: 3rem !important;
  }
  .pe-xs-0 {
    padding-right: 0 !important;
  }
  .pe-xs-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xs-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xs-3 {
    padding-right: 1rem !important;
  }
  .pe-xs-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xs-5 {
    padding-right: 3rem !important;
  }
  .pb-xs-0 {
    padding-bottom: 0 !important;
  }
  .pb-xs-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xs-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xs-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xs-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xs-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xs-0 {
    padding-left: 0 !important;
  }
  .ps-xs-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xs-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xs-3 {
    padding-left: 1rem !important;
  }
  .ps-xs-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xs-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 576px) {
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-inline-grid {
    display: inline-grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 767px) {
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-inline-grid {
    display: inline-grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 992px) {
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-inline-grid {
    display: inline-grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1130px) {
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-inline-grid {
    display: inline-grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1280px) {
  .d-2xl-inline {
    display: inline !important;
  }
  .d-2xl-inline-block {
    display: inline-block !important;
  }
  .d-2xl-block {
    display: block !important;
  }
  .d-2xl-grid {
    display: grid !important;
  }
  .d-2xl-inline-grid {
    display: inline-grid !important;
  }
  .d-2xl-table {
    display: table !important;
  }
  .d-2xl-table-row {
    display: table-row !important;
  }
  .d-2xl-table-cell {
    display: table-cell !important;
  }
  .d-2xl-flex {
    display: flex !important;
  }
  .d-2xl-inline-flex {
    display: inline-flex !important;
  }
  .d-2xl-none {
    display: none !important;
  }
  .flex-2xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-2xl-row {
    flex-direction: row !important;
  }
  .flex-2xl-column {
    flex-direction: column !important;
  }
  .flex-2xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-2xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-2xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-2xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-2xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-2xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-2xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-2xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-2xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-2xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-2xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-2xl-center {
    justify-content: center !important;
  }
  .justify-content-2xl-between {
    justify-content: space-between !important;
  }
  .justify-content-2xl-around {
    justify-content: space-around !important;
  }
  .justify-content-2xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-2xl-start {
    align-items: flex-start !important;
  }
  .align-items-2xl-end {
    align-items: flex-end !important;
  }
  .align-items-2xl-center {
    align-items: center !important;
  }
  .align-items-2xl-baseline {
    align-items: baseline !important;
  }
  .align-items-2xl-stretch {
    align-items: stretch !important;
  }
  .align-content-2xl-start {
    align-content: flex-start !important;
  }
  .align-content-2xl-end {
    align-content: flex-end !important;
  }
  .align-content-2xl-center {
    align-content: center !important;
  }
  .align-content-2xl-between {
    align-content: space-between !important;
  }
  .align-content-2xl-around {
    align-content: space-around !important;
  }
  .align-content-2xl-stretch {
    align-content: stretch !important;
  }
  .align-self-2xl-auto {
    align-self: auto !important;
  }
  .align-self-2xl-start {
    align-self: flex-start !important;
  }
  .align-self-2xl-end {
    align-self: flex-end !important;
  }
  .align-self-2xl-center {
    align-self: center !important;
  }
  .align-self-2xl-baseline {
    align-self: baseline !important;
  }
  .align-self-2xl-stretch {
    align-self: stretch !important;
  }
  .order-2xl-first {
    order: -1 !important;
  }
  .order-2xl-0 {
    order: 0 !important;
  }
  .order-2xl-1 {
    order: 1 !important;
  }
  .order-2xl-2 {
    order: 2 !important;
  }
  .order-2xl-3 {
    order: 3 !important;
  }
  .order-2xl-4 {
    order: 4 !important;
  }
  .order-2xl-5 {
    order: 5 !important;
  }
  .order-2xl-last {
    order: 6 !important;
  }
  .m-2xl-0 {
    margin: 0 !important;
  }
  .m-2xl-1 {
    margin: 0.25rem !important;
  }
  .m-2xl-2 {
    margin: 0.5rem !important;
  }
  .m-2xl-3 {
    margin: 1rem !important;
  }
  .m-2xl-4 {
    margin: 1.5rem !important;
  }
  .m-2xl-5 {
    margin: 3rem !important;
  }
  .m-2xl-auto {
    margin: auto !important;
  }
  .mx-2xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-2xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-2xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-2xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-2xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-2xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-2xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-2xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-2xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-2xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-2xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-2xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-2xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-2xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-2xl-0 {
    margin-top: 0 !important;
  }
  .mt-2xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-2xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-2xl-3 {
    margin-top: 1rem !important;
  }
  .mt-2xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-2xl-5 {
    margin-top: 3rem !important;
  }
  .mt-2xl-auto {
    margin-top: auto !important;
  }
  .me-2xl-0 {
    margin-right: 0 !important;
  }
  .me-2xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-2xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-2xl-3 {
    margin-right: 1rem !important;
  }
  .me-2xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-2xl-5 {
    margin-right: 3rem !important;
  }
  .me-2xl-auto {
    margin-right: auto !important;
  }
  .mb-2xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-2xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-2xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-2xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-2xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-2xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-2xl-auto {
    margin-bottom: auto !important;
  }
  .ms-2xl-0 {
    margin-left: 0 !important;
  }
  .ms-2xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-2xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-2xl-3 {
    margin-left: 1rem !important;
  }
  .ms-2xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-2xl-5 {
    margin-left: 3rem !important;
  }
  .ms-2xl-auto {
    margin-left: auto !important;
  }
  .p-2xl-0 {
    padding: 0 !important;
  }
  .p-2xl-1 {
    padding: 0.25rem !important;
  }
  .p-2xl-2 {
    padding: 0.5rem !important;
  }
  .p-2xl-3 {
    padding: 1rem !important;
  }
  .p-2xl-4 {
    padding: 1.5rem !important;
  }
  .p-2xl-5 {
    padding: 3rem !important;
  }
  .px-2xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-2xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-2xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-2xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-2xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-2xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-2xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-2xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-2xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-2xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-2xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-2xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-2xl-0 {
    padding-top: 0 !important;
  }
  .pt-2xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-2xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-2xl-3 {
    padding-top: 1rem !important;
  }
  .pt-2xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-2xl-5 {
    padding-top: 3rem !important;
  }
  .pe-2xl-0 {
    padding-right: 0 !important;
  }
  .pe-2xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-2xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-2xl-3 {
    padding-right: 1rem !important;
  }
  .pe-2xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-2xl-5 {
    padding-right: 3rem !important;
  }
  .pb-2xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-2xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-2xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-2xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-2xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-2xl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-2xl-0 {
    padding-left: 0 !important;
  }
  .ps-2xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-2xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-2xl-3 {
    padding-left: 1rem !important;
  }
  .ps-2xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-2xl-5 {
    padding-left: 3rem !important;
  }
}
@media (min-width: 1330px) {
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-inline-grid {
    display: inline-grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-inline-grid {
    display: inline-grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 900px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #fff;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: var(--bs-border-width);
  --bs-modal-border-radius: 30px;
  --bs-modal-box-shadow: var(--bs-box-shadow-sm);
  --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: var(--bs-border-width);
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: var(--bs-border-width);
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: var(--bs-modal-margin);
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  outline: 0;
}

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #000;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg);
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: var(--bs-backdrop-opacity);
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius);
}
.modal-header .btn-close {
  padding: calc(var(--bs-modal-header-padding-y) * 0.5) calc(var(--bs-modal-header-padding-x) * 0.5);
  margin: calc(-0.5 * var(--bs-modal-header-padding-y)) calc(-0.5 * var(--bs-modal-header-padding-x)) calc(-0.5 * var(--bs-modal-header-padding-y)) auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height);
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding);
}

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * 0.5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius);
}
.modal-footer > * {
  margin: calc(var(--bs-modal-footer-gap) * 0.5);
}

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: var(--bs-box-shadow);
  }
  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto;
  }
  .modal-sm {
    --bs-modal-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px;
  }
}
@media (min-width: 1130px) {
  .modal-xl {
    --bs-modal-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header,
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}

@media (max-width: 459.98px) {
  .modal-fullscreen-xs-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xs-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-header,
  .modal-fullscreen-xs-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xs-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header,
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 766.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header,
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header,
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1129.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header,
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1279.98px) {
  .modal-fullscreen-2xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-2xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-2xl-down .modal-header,
  .modal-fullscreen-2xl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-2xl-down .modal-body {
    overflow-y: auto;
  }
}
@media (max-width: 1329.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header,
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
}

.modal.change-password .modal-dialog {
  max-width: 453px;
  width: 100%;
  margin: auto;
}

.modal.change-password .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal.change-password .modal-dialog .modal-content .modal-body .card-wizard .card-default-content h1 {
  font-size: 22px !important;
  font-weight: 700;
  line-height: 50px;
  color: #0078ff !important;
  margin-bottom: 16px;
  text-align: center;
}

.modal.change-password .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .changePasswordButtonEvent {
  margin-top: 30px !important;
}

.mt-30 {
  margin-top: 30px !important;
}

.modal.success-modal .modal-dialog {
  max-width: 279px;
  width: 100%;
  margin: auto;
}

.modal.success-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}


.modal.success-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content h1 {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 50px;
  color: #df0059 !important;
  margin-bottom: 0;
  text-align: center;
}

.modal.success-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content p.para {
      font-size: 24px !important;
      font-weight: 700;
      line-height: 29px;
      color: #0078ff !important;
          text-align: center;
    margin: 0;
}

.modal.lifetime-access-modal .modal-header{
     padding: 6px 14px 6px;
    background: #0078FF;
    justify-content: center;

}
.modal.lifetime-access-modal .modal-header h2{
    font-size: 24px !important;
  font-weight: 900;
  line-height: 18px;
  color: #ffffff !important;
  padding: 22px 14px 6px;
}

.modal.lifetime-access-modal .modal-dialog {
  max-width: 370px;
  width: 100%;
  margin: auto;
  overflow: hidden;
}
.modal.lifetime-access-modal .modal-dialog .modal-content{
    overflow: hidden;
}

.modal.lifetime-access-modal .modal-dialog .modal-body{
 padding: 23px 45px;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content{
 padding: 0 !important;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content .upgarde{
font-size: 18px !important;
  font-weight: 800;
  line-height: 18px;
  color: #DE195B !important;
  text-align: center;
  margin-bottom: 16px;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content .para-1{
font-size: 20px !important;
  font-weight: 700;
  line-height: 24px;
  color: #0078FF !important;
  text-align: center;
  margin-bottom: 17px;
  margin-top:20px;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content h1{
font-size: 36px !important;
  font-weight: 800;
  line-height: 18px;
  color: #DE195B !important;
  text-align: center;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content ul{
    display: flex;
    flex-direction: column;
        gap: 10px;
    padding: 0;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content ul li{
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    color: #313131;
        display: inline-block;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content ul li span{
        width: 16px;
    height: 10px;
    display: inline-block;
    background: white;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content ul li span:before{
           content: "";
    background: #FF7500;
    height: 13px;
    width: 5px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 5px;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content ul li span:after{
    content: "";
    background: #FF7500;
    height: 5px;
    width: 19px;
    position: absolute;
    top: 0;
    left: 3px;
    border-radius: 5px;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content button.btn-access{
    margin-top: 16px;
    font-size: 16px;
    font-weight: 800;
    line-height: 24px;
    padding: 9px 14px;
}
.modal.lifetime-access-modal .modal-dialog .modal-body .card-wizard .card-default-content .thanks{
     font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    color: #0078FF;
    margin-top: 16px;
    text-align: center;
    margin-bottom: 0 !important;
}

.sorry-modal, .cancel-trial
{
    z-index: 9999;
}
.modal.sorry-modal .modal-dialog {
  max-width: 279px;
  width: 100%;
  margin: auto;
}

.modal.sorry-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}


.modal.sorry-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content h1 {
  font-size: 32px !important;
  font-weight: 700;
  line-height: 50px;
  color: #df0059 !important;
  margin-bottom: 0;
  text-align: center;
}

.modal.sorry-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content p.para {
  font-size: 24px !important;
  font-weight: 700;
  line-height: 29px;
  color: #0078ff !important;
      text-align: center;
    margin: 0;
}

@media (max-width: 1920px) {
  .sorry-modal .card-default-content, .success-modal .card-default-content {
    padding: 20px !important;
  }
}


.modal.manage-account .modal-dialog .modal-content .modal-body {
  padding: calc(20px + (36 - 20) * ((100vw - 320px) / (1920 - 320)));
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body{
    padding: 0;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body .top-part {
  padding: calc(20px + (60 - 20) * ((100vw - 320px) / (1920 - 320)));
  padding-bottom: 18px;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .top-part h5{
 font-size: 22px;
  font-weight: 800;
  color: #2638C1;
  line-height: 24px;
  margin-bottom: 8px;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part {
  padding: 8px calc(20px + (45 - 20) * ((100vw - 320px) / (1920 - 320)));
  display: flex;
  flex-direction: column;
  gap: 10px;
  border-top: 1px solid #DF0059;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .text-red{
  font-size: 18px;
  font-weight: 700;
  color: #DF0059;
  line-height: 20px;
  font-style: italic;
  margin-bottom: 0 !important;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .text-blue{
  font-size: 18px;
  font-weight: 700;
  color: #2638C1 !important;
  line-height: 20px;
   margin-bottom: 0 !important;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .textarea-div{
     display: flex;
    flex-direction: column;
    gap: 16px;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .textarea-div h3{
 font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    color: #2638C1;
    margin: 0;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .textarea-div textarea{
     width: 100%;
    border-radius: 8px;
    border: 1px solid #D9E4FF;
    min-height: 48px;
    color: #313131;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .textarea-div button{
     display: flex;
     margin-left: auto;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part .note{
  font-size: 14px;
  font-weight: 600;
  color: #2638C1 !important;
  line-height: 20px;
   margin-bottom: 0 !important;
   text-align: center;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .bottom-part button{
font-size: 16px;
    font-weight: 800;
    line-height: 12px;
    padding: 10px 16px !important;
    width: max-width;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body .top-part .radio-check .d-flex {
 margin-bottom: 10px;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body .top-part .radio-check{
   font-size: 16px;
  font-weight: 800;
  color: #2638C1;
  line-height: 18px;
  margin-bottom: 3px;
}
.modal.cancel-trial .modal-dialog .modal-content .modal-body .top-part .radio-check:last-child{
  margin-bottom: 0;
}
.modal.manage-account .modal-dialog .modal-content .modal-header button{
  border: none;
  background: none;
}
.modal.manage-account .modal-dialog {
  max-width: 500px;
  width: 100%;

}
.modal.manage-account .modal-dialog .modal-content{
  border: 2px solid #D9E4FF;

}
.modal.cancel-trial .modal-dialog {
  max-width: 403px;
  width: 100%;

}
.modal.cancel-trialt .modal-dialog .modal-content{
  border: 2px solid #D9E4FF;

}
.modal.manage-account .modal-dialog .modal-content .modal-body,
.modal.cancel-trial .modal-dialog .modal-content .modal-body,
.modal.manage-account .modal-dialog .modal-content .modal-body,
.modal.sorry-modal .modal-dialog .modal-content .modal-body,
.modal.success-modal .modal-dialog .modal-content .modal-body,
.modal.change-password .modal-dialog .modal-content .modal-body{
    position: relative;
}
.modal.manage-account .modal-dialog .modal-content .modal-body h4 {
  font-size: 18px;
  font-weight: 700;
  color: #0078ff;
  line-height: 18px;
  text-transform: capitalize;
  margin-bottom: 12px;
}
.modal.manage-account .modal-dialog .modal-content .modal-body .btn-close,
.modal.cancel-trial .modal-dialog .modal-content .modal-body .btn-close,
.modal.manage-account .modal-dialog .modal-content .modal-body .btn-close,
.modal.sorry-modal .modal-dialog .modal-content .modal-body .btn-close,
.modal.success-modal .modal-dialog .modal-content .modal-body .btn-close,
.modal.change-password .modal-dialog .modal-content .modal-body .btn-close{
position: absolute;
    top: 13px;
    right: 18px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
}

.modal.manage-account .modal-dialog .modal-content .modal-body .edit-profile .btn.upgrade-btn{
    width: max-content;
    width: max-content;
    margin: 0 auto;
    padding: 8px 14px;
    font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}
.modal.manage-account .modal-dialog .modal-content .modal-body .edit-profile{
  font-size: 18px;
  font-weight: 700;
  color: #0078ff;
  line-height: 18px;
  text-transform: capitalize;
      margin-bottom: 28px;
    border-bottom: 2px solid #0078FF;
    padding-bottom: 10px;
}

.modal.manage-account .modal-dialog .modal-content .modal-body .edit-profile:last-child{
      margin-bottom: 0;
}
.modal.manage-account
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .edit-button{
  font-size: 16px;
    font-weight: 600;
    color: #0078ff;
    line-height: 24px;
    margin-bottom: 4px;
    font-style: italic;
    border: none;
    background: none;
    text-align: end;
    display: flex;
    margin-left: auto;
}

  .modal.manage-account
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .change-password-button{
  font-size: 16px;
    font-weight: 600;
    color: #0078ff;
    line-height: 24px;
    margin-bottom: 4px;
    font-style: italic;
    border: none;
    background: none;
    text-transform: capitalize;
}
 .modal.manage-account
  .modal-dialog
  .modal-content
  .modal-body
  .cancel-button{
  font-size: 18px;
    font-weight: 500;
    color: #0078FF;
    line-height: 24px;
        margin-top: 12px;

    font-style: italic;
    border: none;
    background: none;
}
.modal.manage-account
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .edit-data{
          width: 100%;
}
.modal.manage-account
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .edit-data td, .modal.manage-account
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .edit-data th{
        padding: 6px;
    font-size: 18px;
    font-weight: 700;
    color: #313131;
    line-height: 24px;
}
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .edit-data tr.offer-tr th{
         font-size: 20px;
  font-weight: 800;
  color: #DF0059;
  line-height: 30px;
}
  .modal-dialog
  .modal-content
  .modal-body
  .edit-profile
  .edit-data tr.offer-tr td button{
font-size: 16px;
    font-weight: 700;
    line-height: 12px;
    padding: 10px 16px !important;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body h4 {
  font-size: 30px;
  font-weight: 800;
  color: #DF0059;
  line-height: 30px;
  margin-bottom: 13px;
}

.modal.cancel-trial .modal-dialog .modal-content .modal-body .para {
  font-size: 16px;
  font-weight: 600;
  color: #2638C1;
  line-height: 24px;
  margin-bottom: 18px;
}

.manage-account-modal-btn{
        font-size: 16px !important;
    font-weight: 800 !important;
    line-height: 24px;
    padding: 7px 14px;
    border: 2px solid #ffffff;
    border-radius: 25px;
    color: #ffffff !important;
    margin-top: 30px;
    display: inline-block;
}


.btn {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 8px;
}
.btn.btn-md {
  width: 160px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}
.btn .hover-text,
.btn .active-text {
  display: none;
}
.btn:hover .default-text, .btn:active .default-text {
  display: none;
}
.btn:hover:not(:active) .hover-text {
  display: inline-block;
}
.btn:active .active-text {
  display: inline-block;
}

.btn-featured {
  border: 2px solid #d9e4ff;
  background-color: #fff;
  color: #0078ff;
}

.btn-featured.btn-orange{
  border: 2px solid #FF7500;
    background-color: #FF7500;
    color: #fff;
}
.btn-featured:hover {
  border-color: #ab3bff;
  background-color: #ab3bff;
  color: #fff;
}
.btn-featured:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-featured-secondary {
  border: 2px solid rgba(171, 59, 255, 0.2);
  background-color: #fff;
  color: #0078ff;
}
.btn-featured-secondary:hover {
  border-color: #ff7500;
  background-color: #ff7500;
  color: #fff;
}
.btn-featured-secondary:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-default {
  border: 2px solid #0078ff;
  background-color: #fff;
  color: #313131;
}
.btn-default:hover {
  background-color: #0078ff;
  color: #fff;
}
.btn-default:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-default-v2 {
  border: 2px solid #bb005a;
  background-color: #fff;
  color: #bb005a;
}
.btn-default-v2:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-default-v2:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-default-v3 {
  border: 2px solid #0078ff;
  background-color: #fff;
  color: #0078ff;
}
.btn-default-v3:hover {
  background-color: #0078ff;
  color: #fff;
}
.btn-default-v3:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-secondary {
  border: 2px solid #ffe700;
  background-color: #ff7500;
  color: #fff;
}
.btn-secondary:hover {
  background-color: #bb005a;
  border-color: #ff7500;
  color: #ff7500;
}
.btn-secondary:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-filled {
  border: 2px solid #0078ff;
  background-color: #0078ff;
  color: #fff;
}
.btn-filled-yellow {
  border: 2px solid #ffffff;
  background-color: #FFBD00;
  color: #060606;
}
.btn-filled-green {
  border: 2px solid #fffff;
  background-color: #00C100;
  color: #fff;
}
.btn-filled:hover {
  background-color: #fff;
  color: #0078ff;
}
.btn-filled:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-filled-purple {
  border: 2px solid #0078ff;
  background-color: #0078ff;
  color: #fff;
}
.btn-filled-purple:hover {
  background-color: #ab3bff;
  border-color: #ab3bff;
}
.btn-filled-purple:active {
  background-color: #96cc16;
  border-color: #96cc16;
}

.btn-filled-light {
  border: 2px solid #fff;
  background-color: #fff;
  color: #0078ff;
}
.btn-filled-light:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-filled-light:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-outlined {
  border: 2px solid #fff;
  background-color: transparent;
  color: #fff;
}
.btn-outlined:hover {
  background-color: #2638c1;
  color: #fff;
}
.btn-outlined:active {
  background-color: #96cc16;
  border-color: #fff;
  color: #fff;
}

.btn-outlined-primary {
  border: 2px solid #0078ff;
  background-color: transparent;
  color: #0078ff;
}
.btn-outlined-primary:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-outlined-primary-v2 {
  border: 2px solid #d9e4ff;
  background-color: transparent;
  color: #0078ff;
}
.btn-outlined-primary-v2:hover {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary-v2:hover:is(:focus) {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary-v2:active:is(:focus) {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}
.btn-outlined-primary-v2:focus {
  border-color: #0078ff;
  color: #0078ff;
}

.btn-outlined-primary-dark {
  border: 2px solid #d9e4ff;
  background-color: transparent;
  color: #2638c1;
}
.btn-outlined-primary-dark:hover {
  background-color: #2638c1;
  border-color: #2638c1;
  color: #fff;
}
.btn-outlined-primary-dark:hover:is(:focus) {
  background-color: #2638c1;
  border-color: #2638c1;
  color: #fff;
}
.btn-outlined-primary-dark:active:is(:focus) {
  background-color: #0078ff;
  border-color: #0078ff;
  color: #fff;
}
.btn-outlined-primary-dark:focus {
  border-color: #0078ff;
  color: #0078ff;
}

.btn-outlined-secondary {
  border: 2px solid rgba(171, 59, 255, 0.2);
  background-color: transparent;
  color: #652d88;
}
.btn-outlined-secondary:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-secondary:hover:is(:focus) {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-secondary:active:is(:focus) {
  background-color: #ab3bff;
  border-color: #ab3bff;
  color: #fff;
}
.btn-outlined-secondary:focus {
  border-color: #ab3bff;
}

.btn-outlined-teritary {
  border: 2px solid rgba(222, 25, 91, 0.2);
  background-color: transparent;
  color: #bb005a;
}
.btn-outlined-teritary:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-teritary:hover:is(:focus) {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-teritary:active:is(:focus) {
  background-color: #bb005a;
  border-color: #bb005a;
  color: #fff;
}
.btn-outlined-teritary:focus {
  border-color: #bb005a;
}

.btn-outlined-teritary-v2 {
  border: 2px solid rgba(222, 25, 91, 0.2);
  background-color: transparent;
  color: #bb005a;
}
.btn-outlined-teritary-v2:hover {
  background-color: #ff7500;
  border-color: #ff7500;
  color: #fff;
}
.btn-outlined-teritary-v2:active {
  background-color: #96cc16;
  border-color: #96cc16;
  color: #fff;
}

.btn-xs {
  width: 120px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}

.btn-sm {
  min-width: 120px;
  min-height: 40px;
  font-size: 16px;
  font-weight: 800;
}

.btn-lg {
  width: 215px;
  height: 40px;
  font-size: 16px;
  font-weight: 800;
}

.btn-xl {
  width: 225px;
  height: 40px;
  font-size: 24px;
  font-weight: 800;
}

.btn-big {
  width: 205px;
  height: 60px;
  font-size: 40px;
  font-weight: 800;
}

.btn-big-lg {
  width: 275px;
  height: 60px;
  font-size: 26px;
  font-weight: 800;
}

.btn-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
}

.btn-social {
  height: 58px;
  width: 275px;
  padding: 10px 8px;
  justify-content: start;
  font-weight: 800;
  font-size: 16px;
  gap: 15px;
}
@media (max-width: 576px) {
  .btn-social {
    width: 240px;
    height: 50px;
    gap: 10px;
    padding: 8px;
    font-size: 15px;
  }
}
.btn-social img {
  height: 40px;
  width: 40px;
  background-color: #fff;
  padding: 6px;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .btn-social img {
    width: 35px;
    height: 35px;
  }
}
.btn-social-google {
  border: 2px solid #0078ff;
  background-color: #0078ff;
  color: #fff;
}
.btn-social-google:hover:not(:active) {
  background-color: #fff;
  color: #0078ff;
}
.btn-social-apple {
  border: 2px solid #313131;
  background-color: #313131;
  color: #fff;
}
.btn-social-apple:hover:not(:active) {
  background-color: #fff;
  color: #313131;
}
.btn-social-facebook {
  border: 2px solid #005ac0;
  background-color: #005ac0;
  color: #fff;
}
.btn-social-facebook:hover:not(:active) {
  background-color: #fff;
  color: #005ac0;
}

@media (max-width: 576px) {
  .btn-login {
    width: 75px;
  }
}

.select {
  cursor: pointer;
  outline: none;
  text-decoration: none;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-align: center;
  transition: all 0.2s ease-in-out;
  padding: 6px;
}

.select-filled-light {
  border: 2px solid #fff;
  background-color: #fff;
  border-color: #0078ff;
  color: #0078ff;
}
.select-filled-light:hover {
  border-color: #2638c1 !important;
  color: #2638c1 !important;
}

.tag {
  color: inherit;
  padding: 2px 8px;
  font-size: 14px;
  font-weight: 700;
  border-radius: 6px;
  border: 1px solid #d9e4ff;
  background: rgba(217, 228, 255, 0.5);
}

.divider {
  position: relative;
}
.divider::before {
  position: absolute;
  content: "";
  top: 50%;
  right: 0;
  height: 2px;
  width: 40%;
  background-color: #0078ff;
  border-radius: 20px;
}
@media (min-width: 767px) {
  .divider::before {
    top: 0;
    right: 50%;
    width: 2px;
    height: 40%;
  }
}
.divider::after {
  position: absolute;
  content: "";
  bottom: 50%;
  left: 0;
  height: 2px;
  width: 40%;
  background-color: #0078ff;
  border-radius: 20px;
}
@media (min-width: 767px) {
  .divider::after {
    bottom: 0;
    left: 50%;
    width: 2px;
    height: 40%;
  }
}

.card-arrow img {
  margin-left: -2px;
  margin-bottom: 1px;
  width: 100%;
  max-width: 10px;
}

.more-arrow img {
  margin-left: 3px;
  margin-bottom: -2px;
  width: 100%;
  max-width: 10px;
}

.card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  color: #313131;
  overflow: hidden;
  height: 100%;
  transition: all 0.2s ease-in-out;
}
.card-image img {
  width: 100%;
  height: auto;
  aspect-ratio: 13/8.7;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.card-content {
  padding: 18px 20px;
  letter-spacing: 0.32px;
}
.card-title {
  margin-top: 0;
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
}
.card-description {
  margin-top: 0;
  font-size: 14px;
  font-style: italic;
  font-weight: 600;
}
.card-actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 12px 20px 20px 20px;
}

.card-v2 {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #d9e4ff;
  color: #313131;
  overflow: hidden;
  padding: 30px 35px 40px 35px;
  margin-top: 20px;
}

.card-v3 {
  border-radius: 30px;
  width: 100%;
  border: 2px solid #d9e4ff;
}
@media (max-width: 767px) {
  .card-v3-content {
    gap: 30px;
  }
  .card-v3-content input {
    width: 100%;
  }
}
.card-v3-title {
  margin: 42px 0;
}
@media (max-width: 767px) {
  .card-v3-top-link {
    text-align: center;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .card-v3-top-link {
    gap: 15px;
  }
}
.card-v3-bottom-link {
  margin-top: 54px;
}
.card-v3-note {
  margin-top: 32px;
  text-align: center;
}

@media (max-width: 576px) {
  .card-top-title {
    flex-direction: column;
  }
}
.card-top-title-mt {
  margin-top: 36px;
}
.card-top-title-left {
  gap: 20px;
}
@media (max-width: 576px) {
  .card-top-title-left {
    flex-direction: column;
    gap: 5px;
  }
  .card-top-title-left h1 {
    text-align: center;
    display: block !important;
  }
}
.card-top-title-left h1 {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.card-top-title-left img {
  width: 100%;
  max-width: 130px;
}
@media (max-width: 576px) {
  .card-top-title-left img {
    max-width: 110px;
  }
}

.card-wizard {
  display: flex;
  transition: all 0.2s ease-in-out;
}
.card-wizard.show-next {
  translate: -100% 0px;
}
@media (max-width: 576px) {
  .card-wizard.show-next {
    max-height: 580px;
  }
}
@media (max-width: 767px) {
  .card-wizard.show-next {
    max-height: 680px;
  }
}
.card-slider-content {
  min-width: 100%;
}
.card-default-content, .card-next-content {
  min-width: 100%;
  padding: 50px 100px 50px 100px;
}
@media (max-width: 992px) {
  .card-default-content, .card-next-content {
    padding: 40px;
  }
}
@media (max-width: 767px) {
  .card-default-content, .card-next-content {
    padding: 50px;
  }
}
@media (max-width: 576px) {
  .card-default-content, .card-next-content {
    padding: 30px;
  }
}

.card-hover-primary {
  transition: 0.1s all !important;
}
.card-hover-primary:hover {
  box-shadow: #0078ff 0px 1px 3px 0px, #0078ff 0px 0px 0px 2px !important;
}

.card-hover-teritary {
  transition: 0.1s all !important;
}
.card-hover-teritary:hover {
  box-shadow: #bb005a 0px 1px 3px 0px, #bb005a 0px 0px 0px 2px !important;
}

.card-hover-purple {
  transition: 0.1s all !important;
}
.card-hover-purple:hover {
  box-shadow: #ab3bff 0px 1px 3px 0px, #ab3bff 0px 0px 0px 2px !important;
}

.card-hover-purple-dark {
  transition: 0.1s all !important;
}
.card-hover-purple-dark:hover {
  box-shadow: #652d88 0px 1px 3px 0px, #652d88 0px 0px 0px 2px !important;
}

.card-hover-red {
  border: 2px solid transparent !important;
}
.card-hover-red:hover {
  border: 2px solid #de195b !important;
}

.search-input-secondary {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}
.search-input-secondary-input {
  border-radius: 10px 0px 0px 10px;
  border: 2px solid #d9e4ff;
  background-color: #fff;
  padding: 7px 0 7px 14px;
  width: 100%;
  max-width: 250px;
  height: 35px;
}
.search-input-secondary ::-moz-placeholder {
  color: #313131;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.search-input-secondary ::placeholder {
  color: #313131;
  font-size: 16px;
  font-style: italic;
  font-weight: 300;
}
.search-input-secondary-button {
  border-radius: 0px 10px 10px 0px;
  border: 2px solid #ff7500;
  background: #ff7500;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 90px;
  height: 35px;
  transition: all 0.2s ease-in-out;
}
.search-input-secondary-button:hover {
  background: #bb005a;
  border-color: #bb005a;
}

.search-input-secondary-v2 {
  margin-top: 5px;
  justify-content: end;
}
.search-input-secondary-v2 .search-input-secondary-input-v2 {
  max-width: 314px;
  padding: 7px 0 7px 36px;
}
@media (max-width: 576px) {
  .search-input-secondary-v2 .search-input-secondary-input-v2 {
    padding: 7px 0 7px 14px;
  }
}

.top-bar-main{
     z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 30px;
  background-color: #0078FF;
      display: flex;
    align-items: center;
    justify-content: center;
}

.top-bar-main ~.header{
    top: 30px !important;
}
.top-bar{
 display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

@media (max-width: 767px){
    .top-bar{
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0;
    }

    .top-bar-rating{
      justify-content: center  !important;
    }

    .top-bar-para{
        text-align: center !important;
    }
    .top-bar-main{
        height: 50px  !important;
    }

    .top-bar-main ~.header{
        height: 70px !important;
        top: 50px !important;
    }
}

@media (max-width: 575px){
    .top-bar-main ~.header{
        height: 60px !important;
    }
    header:not(.header-desktop-only) .navigation-mobile ul{
        gap: 16px !important;
    }
}

.top-bar .top-bar-para{
  font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    width: 100%;
    text-align: right;
    margin: 0 !important;
}
.top-bar .top-bar-rating .stars{
    height: 15px;
    width: 80px;
}

.top-bar .top-bar-rating{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    display: flex;
      align-items: center;
      gap:8px;
      width: 100%;
}
.top-bar .top-bar-rating p{
    font-size: 12px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    margin: 0 !important;

}
.top-bar .top-bar-rating p span{
    font-weight: 600;
}

.header {
  z-index: 1000;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  height: 80px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-bottom: 2px solid #d9e4ff;
}
.header-logo {
  display: block;
  max-width: 221px;
  margin-top: -15px;
}
@media (max-width: 576px) {
  .header-logo {
    max-width: 181px;
  }
}
@media (max-width: 460px) {
  .header-logo {
    max-width: 180px;
  }
}

@media (max-width: 576px) {
  .header-with-profile .logout-btn {
    width: 120px;
  }
}
@media (max-width: 460px) {
  .header-with-profile .navigations {
    gap: 8px;
  }
  .header-with-profile .logout-btn {
    width: 72px;
    font-size: 14px;
  }
}

.navigations {
  display: flex;
  align-items: center;
  gap: 26px;
}
.navigations ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 26px;
}
.navigations ul li a:not(.btn) {
  display: block;
  color: #313131;
  font-weight: 800;
  transition: 0.2s all;
}
.navigations ul li a:not(.btn):hover:not(:active) {
  color: #ab3bff;
  transform: scale(1.1);
}
.navigations ul li a:not(.btn):active {
  transform: scale(0.9);
  color: #0078ff;
}
.navigations ul.navigation-cart li a {
  color: #0078ff !important;
  line-height: 0;
}
@media (max-width: 1130px) {
  header:not(.header-desktop-only) .navigations {
    z-index: 0;
    position: fixed;
    top: 80px;
    opacity: 0;
    pointer-events: none;
    gap: 0;
    left: 0;
    width: 100%;
    height: calc(100vh - 80px);
    flex-direction: column;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.9);
    -webkit-backdrop-filter: blur(5px);
            backdrop-filter: blur(5px);
    transition: all 0.2s ease-in-out;
  }
  body.menu-open header:not(.header-desktop-only) .navigations {
    top: 109px;
    opacity: 1;
    pointer-events: all;
  }
  header:not(.header-desktop-only) .navigations ul {
    width: 100%;
    max-width: 400px;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 10px;
  }
  header:not(.header-desktop-only) .navigations ul li {
    width: 100%;
    text-align: center;
    padding: 4px 0;
  }
  header:not(.header-desktop-only) .navigations ul li a {
    border-radius: 10px;
    padding: 10px 0;
  }
  header:not(.header-desktop-only) .navigations ul li a.btn {
    width: 100%;
    border-radius: 30px;
  }
  header:not(.header-desktop-only) .navigations ul li a:hover:not(.btn) {
    background-color: rgba(0, 0, 0, 0.05);
  }
  header:not(.header-desktop-only) .navigations ul.navigation-cart {
    display: none;
  }
  header:not(.header-desktop-only) .navigations ul.navigation-profile {
    display: none;
  }
}
@media (max-width: 1130px) {
  header.profile-header:not(.header-desktop-only) .navigations {
    height: calc(100vh - 60px);
  }
  body.menu-open header.profile-header:not(.header-desktop-only) .navigations {
    top: 60px;
    opacity: 1;
    pointer-events: all;
  }
}

.navigation-mobile {
  display: none;
}
@media (max-width: 1130px) {
  header:not(.header-desktop-only) .navigation-mobile {
    display: flex;
  }
  header:not(.header-desktop-only) .navigation-mobile ul {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 26px;
  }
  header:not(.header-desktop-only) .navigation-mobile ul li a {
    display: block;
    color: #313131;
    font-size: 24px;
    font-weight: 800;
    transition: all 0.2s ease-in-out;
    line-height: 0;
  }
}
@media (max-width: 1130px) and (max-width: 576px) {
  header:not(.header-desktop-only) .navigation-mobile ul li a {
    font-size: 24px;
  }
}
@media (max-width: 1130px) {
  body.menu-open header:not(.header-desktop-only) .navigation-mobile ul li a.menu-toggler {
    transform: rotate(180deg);
  }
  body:not(.menu-open) header:not(.header-desktop-only) .navigation-mobile ul li a.menu-toggler .opened {
    display: none;
  }
  body.menu-open header:not(.header-desktop-only) .navigation-mobile ul li a.menu-toggler .closed {
    display: none;
  }
}

@media (max-width: 460px) {
  .one-btn {
    min-width: 70px;
  }
}

.footer {
  background-color: #0078ff;
  border-top: 2px solid #ff8000;
}
.footer-logo {
  max-width: 221px;
}
.footer-top {
  padding: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 576px) {
  .footer-top {
    text-align: center;
  }
}
.footer-top .bubble-img {
  position: absolute;
  left: 25%;
  top: 50px;
  max-height: calc(100% - 50px);
  width: auto;
  z-index: -1;
}
.footer-contact-info {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  text-align: right;
}
@media (max-width: 576px) {
  .footer-contact-info {
    text-align: center;
  }
}
.footer-contact-info p {
  margin-bottom: 0;
}
.footer-contact-info p a {
  color: #fff;
}
.footer-contact-info p a:hover {
  color: #ffdc00;
}
.footer-links {
  list-style: none;
  padding: 0;
  margin-bottom: 0;
}
.footer-links-on-right {
  text-align: right;
}
@media (max-width: 576px) {
  .footer-links-on-right {
    text-align: center;
  }
}
.footer-links li a {
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}
.footer-links li a:hover {
  color: #ffdc00;
}
.footer-social-links {
  list-style: none;
  padding: 0;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  gap: 12px;
}
.footer-social-links li a {
  line-height: 0;
}
.footer-social-links li a img {
  width: 25px;
}
.footer-copyright {
  color: #fff;
  font-size: 14px;
  margin: 0;
}
.footer-bottom {
  padding: 14px 0px;
  position: relative;
  z-index: 1;
}
.footer-bottom .crabby-img {
  position: absolute;
  width: 116px;
  left: calc(50% - 58px);
  bottom: 0;
  z-index: -1;
}
@media (max-width: 767px) {
  .footer-bottom .crabby-img {
    left: initial;
    right: 20px;
  }
}
@media (max-width: 460px) {
  .footer-bottom .crabby-img {
    display: none;
  }
}
.footer-dark {
  background-color: #002c8d;
  border-top: 2px solid #0078ff;
}
.footer-dark li a,
.footer-dark p {
  color: #0078ff;
}
.footer-dark-top {
  padding-top: 30px;
  padding-bottom: 10px;
}
.footer-dark-bottom {
  padding-bottom: 10px;
}
.footer #canvas-crabby {
  width: 50%;
}

.footer-crab {
  position: relative;
  height: 70px;
  padding-top: 40px !important;
}
.footer-crab canvas {
  position: absolute;
}

.footer-bottom {
  overflow: hidden;
}
@media (max-width: 766px) {
  .footer-bottom {
    padding: 14px 0px 80px 0px;
  }
}
@media (max-width: 766px) and (max-width: 575px) {
  .footer-bottom {
    padding: 14px 0px 39px 0px;
  }
}

.footer-top {
  padding-bottom: 0px;
}

.crabby-wrapper {
  display: flex;
  justify-content: center;
  margin-top: -179px;
}
@media (max-width: 1329px) {
  .crabby-wrapper {
    margin-top: -148px;
  }
}
@media (max-width: 1329px) and (max-width: 1129px) {
  .crabby-wrapper {
    margin-top: -122px;
  }
  .crabby-wrapper #canvas-crabby {
    margin-left: 100px !important;
  }
}
@media (max-width: 1329px) and (max-width: 1129px) and (max-width: 991px) {
  .crabby-wrapper {
    margin-top: -85px;
    justify-content: flex-end;
  }
}
@media (max-width: 1329px) and (max-width: 1129px) and (max-width: 991px) and (max-width: 766px) {
  .crabby-wrapper {
    margin-top: -61px;
    justify-content: center;
    margin-top: -73px;
  }
  .crabby-wrapper #canvas-crabby {
    width: 100%;
    margin-left: 0 !important;
  }
}
@media (max-width: 1329px) and (max-width: 1129px) and (max-width: 991px) and (max-width: 766px) and (max-width: 575px) {
  .crabby-wrapper {
    margin-top: -50px;
  }
  .crabby-wrapper #canvas-crabby {
    width: 320px;
  }
}

.blog-card {
  padding: 45px 35px;
  background-color: #fff;
  border-radius: 10px;
  border: 1px solid #dee2e6;
}
.blog-card p {
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog-card-img {
  max-width: 170px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.blog-card-img img {
  max-width: 170px;
  margin: auto;
  aspect-ratio: 1/1;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.our-blog-section .blog-card {
  border: none;
  background-color: transparent;
}
.our-blog-section .blog-card-float-img {
  max-width: 364px;
  align-self: flex-end;
  margin-bottom: -2px;
}
@media (max-width: 767px) {
  .our-blog-section h4 {
    text-align: center;
  }
  .our-blog-section .blog-card div {
    flex-direction: column;
  }
}

.banner-section {
  overflow: hidden;
}
.banner-section .awards-img {
  max-width: 285px;
}
.banner-section .banner-section-left {
  padding: 50px 12px;
}

.brand-items {
  padding: 60px 0;
}
.brand-items .slick-slide img {
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  padding: 0 10px;
  height: 50px;
}

.testimonial-section {
  padding-bottom: 60px;
}
.testimonial-slider :is(.slick-slide > div, .testimonial-item, .testimonial-card) {
  height: 100%;
}
.testimonial-item {
  padding: 8px;
}
.testimonial-slider {
  width: calc(100% - 200px);
}
.testimonial-slider .slick-track {
  display: flex !important;
}
.testimonial-slider .slick-track .slick-slide {
  height: inherit;
}
@media (max-width: 576px) {
  .testimonial-slider {
    width: 100%;
  }
}
.testimonial-content {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  position: relative;
}
.testimonial-content #canvas-chicky {
  position: absolute;
  bottom: -25px;
  left: -60px;
  width: 100%;
  height: 100%;
  max-width: 200px;
  max-height: 200px;
}
@media (max-width: 576px) {
  .testimonial-content #canvas-chicky {
    display: none;
  }
}
.testimonial-content #canvas-froggy {
  position: absolute;
  bottom: -14px;
  right: -40px;
  width: 100%;
  height: 100%;
  max-width: 150px;
  max-height: 150px;
}
@media (max-width: 576px) {
  .testimonial-content #canvas-froggy {
    display: none;
  }
}
.testimonial-card {
  width: 100%;
  border-radius: 10px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  padding: 30px 24px;
}
.testimonial-card p {
  font-size: 14px;
  color: #313131;
  margin: 0;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-card .star-rating {
  max-width: 130px;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 7px;
}
.testimonial-card .star-rating img {
  max-width: 20px;
  height: 20px;
}

.game-category-section {
  padding-bottom: 60px;
}
.game-category-section .subtitle-container {
  margin-bottom: 26px;
  gap: 20px;
}

.progress-tracker-section {
  padding: 15px 0;
}
.progress-tracker-section img {
  aspect-ratio: 16/6;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.play-game-section {
  padding-top: 120px;
  padding-bottom: 60px;
}
.play-game-section .bugaboo-canvas {
  position: relative;
}
.play-game-section .bugaboo-canvas #canvas-bugaboo {
  position: absolute;
  top: -65px;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  max-width: 400px;
}
.play-game-section .card {
  padding: 40px 24px 40px 24px;
  max-width: 800px;
  width: 100%;
}
.play-game-section .card .play-game-card-description {
  margin-bottom: 16px;
  max-width: 600px;
  width: 100%;
}

.blog-section {
  padding: 60px 0;
}
.blog-section-title {
  letter-spacing: 5px;
}

.blog-card {
  height: 100%;
}

#canvas-bubble {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: -moz-fit-content;
  width: fit-content;
}

.kidsafe-home-img {
  width: 100%;
  max-width: 90px;
}

.canvas-wrapper {
  margin-top: 0 !important;
}

.bubble-img {
  margin-right: calc(-1 * (100vw - 107%) / 2) !important;
}
.banner-section .container>.row {
    min-height: 500px;
	    align-items: center;
}
.bubble-img canvas {
  -o-object-fit: contain !important;
     object-fit: contain !important;
  width: 100% !important;
  scale: 156% !important; 
  /*scale: 146% !important; */
  height: 100% !important;
}

@media (max-width: 1330px) {
  .bubble-img {
    margin-right: calc(-1 * (100vw - 107%) / 2) !important;
  }
  .bubble-img canvas {
            scale: 190% !important;
        padding-left: 50px;

    /*scale: 147% !important;*/
  }
}
@media (max-width: 1130px) {
  .bubble-img {
    margin-right: calc(-1 * (100vw - 93%) / 2) !important;
  }
  .bubble-img canvas {
    /*scale: 175% !important;*/
                    scale: 216% !important;
        padding-left: 54px;
        padding-top: 20px;

  }
}
@media (max-width: 992px) {
  .bubble-img {
    margin-right: calc(-1 * (100vw - 93%) / 2) !important;
  }
  /*.bubble-img canvas {*/
  /*          scale: 219% !important;*/
  /*      padding-top: 17px;*/
  /*      padding-left: 65px;*/
  /*}*/
}
@media (min-width: 992px) and (max-width: 1130px){
    .bubble-img {
    margin-right: calc(-1 * (100vw - 93%) / 2) !important;
  }
  .bubble-img canvas {
    /*scale: 175% !important;*/
                    scale: 216% !important;
        padding-left: 54px;
        padding-top: 20px;

  }
}

@media (max-width: 991.98px) {
  .bubble-img canvas {
    /*scale: 115% !important;*/
    scale: 135% !important;
    padding-top: 13px;
    padding-left: 0;
  }
  
  .banner-section .banner-section-left{
      padding: 30px 12px;
  }
}

@media (max-width: 767px){
        .bubble-img canvas {
        padding-top: 23px;
    }
}
.contact-us-section {
  padding: 70px 0;
  max-width: 687px;
  width: 100%;
  margin: auto;
}
.contact-us-section-email:hover, .contact-us-section-phone:hover {
  color: #96cc16 !important;
}

.privacy-policy-section {
  padding: 60px 0;
  font-size: 18px;
  color: #313131;
}

@media (max-width: 1130px) {
  .educational-games-section {
    padding: 40px 0;
  }
}
.educational-games-section-card {
  border-radius: 20px;
  padding: 42px 30px;
  width: 100%;
  max-width: 340px;
  text-align: right;
}
@media (max-width: 767px) {
  .educational-games-section-card {
    text-align: start;
  }
}

@media (max-width: 1130px) {
  .game-development-section {
    padding: 40px 0;
  }
}
.game-development-section-images {
  width: 100%;
  max-width: 340px;
}
.game-development-section-images img {
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1130px) {
  .pre-kindergarten-section {
    padding: 40px 0;
  }
}
.pre-kindergarten-section-card {
  border-radius: 20px;
  padding: 100px;
  width: 100%;
  max-width: 340px;
}
.pre-kindergarten-section .pre-kindergarten-img {
  width: 284px;
  max-width: 100%;
}

@media (max-width: 1130px) {
  .kneebouncers-game-section {
    padding: 40px 0;
  }
}
.kneebouncers-game-section .kneebouncers-game-img {
  width: 330px;
  max-width: 100%;
}

@media (max-width: 1130px) {
  .media-award-section {
    padding: 40px 0;
  }
}
.media-award-section-award-img {
  text-align: center;
}
.media-award-section-award-img img {
  width: 100%;
  max-width: 154px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.testimonial-section {
  padding: 60px 0;
}
.testimonial-section-content-title {
  gap: 15px;
}
.testimonial-section-content-title img {
  width: 100%;
  aspect-ratio: 1/1;
  max-width: 45px;
  max-height: 45px;
}
@media (max-width: 576px) {
  .testimonial-section-content-title img {
    display: none;
  }
}
.testimonial-section-content {
  margin-bottom: 60px;
}
.testimonial-section-card {
  border-radius: 20px;
  padding: 50px 42px 25px 42px;
  height: 100%;
}
.testimonial-section-card-description {
  margin-bottom: 25px;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.testimonial-section-card-bottom img {
  width: 100%;
  max-width: 75px;
  aspect-ratio: 1/1;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.testimonial-section-card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
}

.news-section {
  padding: 60px 0;
}
.news-section .card {
  padding: 30px 36px 26px 36px;
  box-shadow: 0px 0px 2px 2px rgba(167, 164, 158, 0.25);
  height: 100%;
  display: flex;
  flex-direction: column;
  border: 2px solid transparent !important;
}
.news-section .card-content {
  flex: 1;
  padding: 0;
  padding-top: 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.news-section .card-description {
  font-style: normal;
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section .card-image {
    height: 155px;
  /* height: 126px; */
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.news-section .card-image img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: scale-down;
    transition: all 0.2s ease-in-out;
    display: block;
	aspect-ratio: 16 / 9;
}
.news-section .card:hover {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px !important;
  border: 2px solid #ff7500 !important;
}
.news-section .card:hover img {
  scale: 1.1;
}
.news-section-content {
  width: 100%;
  max-width: 860px;
  margin-bottom: 50px;
}
.news-section-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 42px 36px 25px 36px;
  border-radius: 20px;
  box-shadow: 0px 0px 2px 2px rgba(167, 164, 158, 0.25);
  height: 100%;
}
.news-section-card-image {
  height: 124px;
  width: 100%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.news-section-card-image img {
  width: 100%;
  max-width: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  transition: all 0.2s ease-in-out;
}
.news-section-card-image img:hover {
  scale: 1.3;
}
.news-section-card-content {
  margin-top: 12px;
}
.news-section-card-content p {
  display: -webkit-box;
  max-width: 100%;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.news-section-card-content p a {
  text-decoration: underline;
}
.news-section-card-content-link {
  text-align: right;
}

.terms-and-condition-section {
  padding: 60px 0;
}
.terms-and-condition-section p {
  font-size: 18px;
  font-weight: 400;
  color: #313131;
}

.games-member-section,
.games-nonmember-section {
  padding: 60px 0;
}
@media (max-width: 1130px) {
  .games-member-section,
  .games-nonmember-section {
    padding: 40px 0;
  }
}
.games-member-section-buttons-container,
.games-nonmember-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.games-member-section-title,
.games-nonmember-section-title {
  margin-top: 50px;
}
.games-member-section-description,
.games-nonmember-section-description {
  width: 100%;
  max-width: 1035px;
}
.games-member-section-content,
.games-nonmember-section-content {
  padding: 56px 0;
}
.games-member-section-content-scarrymommy-img,
.games-nonmember-section-content-scarrymommy-img {
  text-align: center;
}
.games-member-section-content-scarrymommy-img img,
.games-nonmember-section-content-scarrymommy-img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.games-member-section-bottom,
.games-nonmember-section-bottom {
  width: 100%;
  max-width: 1068px;
  margin-top: 44px;
}
@media (max-width: 767px) {
  .games-member-section .games-nonmember-section-cards .card-actions button,
  .games-nonmember-section .games-nonmember-section-cards .card-actions button {
    font-size: 17px !important;
  }
}
@media (max-width: 1130px) {
  .games-member-section .games-nonmember-section-cards .card-actions .hover-text,
  .games-nonmember-section .games-nonmember-section-cards .card-actions .hover-text {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .games-member-section .games-nonmember-section-cards .card-actions .hover-text,
  .games-nonmember-section .games-nonmember-section-cards .card-actions .hover-text {
    font-size: 15px !important;
  }
}
@media (max-width: 1330px) {
  .games-member-section .games-nonmember-section-cards .card-actions .active-text,
  .games-nonmember-section .games-nonmember-section-cards .card-actions .active-text {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .games-member-section .games-nonmember-section-cards .card-actions .active-text,
  .games-nonmember-section .games-nonmember-section-cards .card-actions .active-text {
    font-size: 15px !important;
  }
}
@media (max-width: 460px) {
  .games-member-section .games-nonmember-section-cards .card-actions .active-text,
  .games-nonmember-section .games-nonmember-section-cards .card-actions .active-text {
    font-size: 16px !important;
  }
}

.games-nonmember-banner {
  background-image: url(../../assets/images/gamenonmemberbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.games-nonmember-banner-abc {
  max-width: 172px;
  margin-bottom: 12px;
}
@media (max-width: 576px) {
  .games-nonmember-banner-abc {
    display: none;
  }
}

.games-nonmember-banner-puppies {
  padding-top: 44px;
  margin-bottom: -2%;
}
@media (max-width: 1330px) {
  .games-nonmember-banner-puppies {
    padding-top: 18px;
  }
}
@media (max-width: 576px) {
  .games-nonmember-banner-puppies {
    display: none;
  }
}

.games-nonmember-banner-girlhappy {
  margin-bottom: -9%;
}
@media (max-width: 576px) {
  .games-nonmember-banner-girlhappy {
    display: none;
  }
}

.games-nonmember-banner-girlhappy-mobile {
  max-width: 100%;
  margin-bottom: -5%;
  padding-top: 18px;
  display: none;
}
@media (max-width: 576px) {
  .games-nonmember-banner-girlhappy-mobile {
    display: block;
  }
}

.games-nonmember-banner-traindinosaur {
  margin-bottom: -1%;
}
@media (max-width: 1130px) {
  .games-nonmember-banner-traindinosaur {
    display: none;
  }
}
@media (max-width: 767px) {
  .games-nonmember-banner-traindinosaur {
    display: none;
  }
}

.game-title {
  margin: 0px -10px;
}

@media (max-width: 1330px) {
  .games-nonmember-section-buttons-container {
    height: 100%;
    max-height: 99px;
    overflow-y: auto;
  }
}
.videos-member-section,
.videos-nonmember-section {
  padding: 60px 0;
}
@media (max-width: 1130px) {
  .videos-member-section,
  .videos-nonmember-section {
    padding: 40px 0;
  }
}
.videos-member-section-buttons-container,
.videos-nonmember-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.videos-member-section-title,
.videos-nonmember-section-title {
  margin-top: 50px;
}
.videos-member-section-description,
.videos-nonmember-section-description {
  width: 100%;
  max-width: 1061px;
}
.videos-member-section-content,
.videos-nonmember-section-content {
  padding: 46px 0;
}
.videos-member-section-content-awards-image,
.videos-nonmember-section-content-awards-image {
  text-align: center;
}
.videos-member-section-content-awards-image img,
.videos-nonmember-section-content-awards-image img {
  max-width: 518px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.videos-member-section-thought,
.videos-nonmember-section-thought {
  padding-top: 70px;
  padding-bottom: 67px;
}
.videos-member-section-thought h1,
.videos-nonmember-section-thought h1 {
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 0px 50px;
}
@media (max-width: 767px) {
  .videos-member-section-thought h1,
  .videos-nonmember-section-thought h1 {
    padding: 0px 20px;
  }
}
.videos-member-section-thought h1::after,
.videos-nonmember-section-thought h1::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  left: -10px;
  top: -15px;
}
@media (max-width: 767px) {
  .videos-member-section-thought h1::after,
  .videos-nonmember-section-thought h1::after {
    width: 42px;
    height: 28px;
    top: -33px;
  }
}
.videos-member-section-thought h1::before,
.videos-nonmember-section-thought h1::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  right: -10px;
  rotate: 180deg;
  top: 20px;
}
@media (max-width: 767px) {
  .videos-member-section-thought h1::before,
  .videos-nonmember-section-thought h1::before {
    top: 90px;
    width: 42px;
    height: 28px;
  }
}
.videos-member-section-bottom,
.videos-nonmember-section-bottom {
  width: 100%;
  max-width: 1068px;
  margin-top: 44px;
}
.videos-member-section .videos-nonmember-section-cards .card-actions .active-text,
.videos-nonmember-section .videos-nonmember-section-cards .card-actions .active-text {
  font-size: 22px;
}
@media (max-width: 767px) {
  .videos-member-section .videos-nonmember-section-cards .card-actions .default-text,
  .videos-nonmember-section .videos-nonmember-section-cards .card-actions .default-text {
    font-size: 17px !important;
  }
}
@media (max-width: 767px) {
  .videos-member-section .videos-nonmember-section-cards .card-actions .hover-text,
  .videos-nonmember-section .videos-nonmember-section-cards .card-actions .hover-text {
    font-size: 16px !important;
  }
}
@media (max-width: 1330px) {
  .videos-member-section .videos-nonmember-section-cards .card-actions .hover-text,
  .videos-nonmember-section .videos-nonmember-section-cards .card-actions .hover-text {
    font-size: 17px !important;
  }
}

.video-nonmember-banner {
  background-image: url(../../assets/images/bg-purple.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.video-nonmember-banner-abc {
  max-width: 172px;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .video-nonmember-banner-abc {
    display: none;
  }
}

.video-nonmember-banner-threecartoons {
  padding-top: 0px;
  margin-left: -32px;
}
@media (max-width: 1130px) {
  .video-nonmember-banner-threecartoons {
    margin-left: -32px;
  }
}
@media (max-width: 767px) {
  .video-nonmember-banner-threecartoons {
    margin-left: 0px;
  }
}
@media (max-width: 576px) {
  .video-nonmember-banner-threecartoons {
    display: none;
  }
}

.video-nonmember-banner-boyhappy {
  margin-left: -32px;
}
@media (max-width: 1130px) {
  .video-nonmember-banner-boyhappy {
    margin-left: 0px;
    margin-right: -23px;
  }
}
@media (max-width: 576px) {
  .video-nonmember-banner-boyhappy {
    display: none;
  }
}

.video-nonmember-banner-boyhappy-mobile {
  max-width: 100%;
  padding-top: 18px;
  margin-bottom: 8px;
  display: none;
}
@media (max-width: 576px) {
  .video-nonmember-banner-boyhappy-mobile {
    display: block;
  }
}

.video-nonmember-banner-girldinosaur {
  margin-left: -80px;
  margin-right: -22px;
}
@media (max-width: 1330px) {
  .video-nonmember-banner-girldinosaur {
    display: none;
  }
}

.purple-line {
  width: 100%;
  height: 15px;
  background: #a220df;
  margin-top: -14px;
}
.green-line {
  width: 100%;
  height: 15px;
  background: #008A00;
  margin-top: -14px;
}

@media (max-width: 1330px) {
  .videos-member-section-buttons-container {
    height: 100%;
    max-height: 99px;
    overflow-y: scroll;
  }
}
@media (max-width: 1330px) {
  .videos-nonmember-section-buttons-container {
    height: 100%;
    max-height: 99px;
    overflow-y: auto;
  }
}
.coloringsheets-member-section,
.coloringsheets-nonmember-section {
  padding: 60px 0;
}
@media (max-width: 1130px) {
  .coloringsheets-member-section,
  .coloringsheets-nonmember-section {
    padding: 40px 0;
  }
}
.coloringsheets-member-section-buttons-container,
.coloringsheets-nonmember-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.coloringsheets-member-section-title,
.coloringsheets-nonmember-section-title {
  margin-top: 50px;
}
.coloringsheets-member-section-description,
.coloringsheets-nonmember-section-description {
  width: 100%;
  max-width: 1061px;
}
.coloringsheets-member-section-content,
.coloringsheets-nonmember-section-content {
  padding: 56px 0;
}
.coloringsheets-member-section-content-scarrymommy-img,
.coloringsheets-nonmember-section-content-scarrymommy-img {
  text-align: center;
}
.coloringsheets-member-section-content-scarrymommy-img img,
.coloringsheets-nonmember-section-content-scarrymommy-img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.coloringsheets-member-section-thought,
.coloringsheets-nonmember-section-thought {
  padding-top: 70px;
  padding-bottom: 67px;
}
.coloringsheets-member-section-thought h1,
.coloringsheets-nonmember-section-thought h1 {
  width: 100%;
  max-width: 750px;
  position: relative;
  padding: 0px 50px;
}
@media (max-width: 767px) {
  .coloringsheets-member-section-thought h1,
  .coloringsheets-nonmember-section-thought h1 {
    padding: 0px 20px;
  }
}
.coloringsheets-member-section-thought h1::after,
.coloringsheets-nonmember-section-thought h1::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  left: -10px;
  top: -15px;
  z-index: -1;
}
@media (max-width: 767px) {
  .coloringsheets-member-section-thought h1::after,
  .coloringsheets-nonmember-section-thought h1::after {
    width: 42px;
    height: 28px;
  }
}
.coloringsheets-member-section-thought h1::before,
.coloringsheets-nonmember-section-thought h1::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  right: -10px;
  top: 20px;
  rotate: 180deg;
  z-index: -1;
}
@media (max-width: 767px) {
  .coloringsheets-member-section-thought h1::before,
  .coloringsheets-nonmember-section-thought h1::before {
    width: 42px;
    height: 28px;
  }
}
.coloringsheets-member-section-bottom,
.coloringsheets-nonmember-section-bottom {
  width: 100%;
  max-width: 1068px;
  margin-top: 44px;
}
.coloringsheets-member-section-bottom-para,
.coloringsheets-nonmember-section-bottom-para {
  width: 100%;
  max-width: 750px;
  text-align: center;
  margin: auto;
}
@media (max-width: 767px) {
  .coloringsheets-member-section .coloringsheets-nonmember-section-cards .card-actions button,
  .coloringsheets-nonmember-section .coloringsheets-nonmember-section-cards .card-actions button {
    font-size: 17px !important;
  }
}

.coloringsheets-nonmember-banner {
  background-image: url(../../assets/images/coloringsheetsbg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.coloringsheets-nonmember-banner-title {
  margin-right: -14%;
  padding-left: 21%;
}
.coloringsheets-nonmember-banner-title h1 {
  max-width: 356px;
  z-index: 2;
}
.coloringsheets-nonmember-banner-title button {
  z-index: 2;
}
@media (max-width: 992px) {
  .coloringsheets-nonmember-banner-title {
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 0px;
    margin-right: 0px;
  }
}

.coloringsheets-nonmember-abc {
  max-width: 172px;
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .coloringsheets-nonmember-abc {
    display: none;
  }
}

.coloringsheets-nonmember-cow {
  margin-left: -30%;
  margin-top: -35%;
}
@media (max-width: 992px) {
  .coloringsheets-nonmember-cow {
    display: none;
    margin-left: 0%;
    margin-top: 0%;
  }
}

@media (max-width: 767px) {
  .coloringsheets-nonmember-happygirl {
    display: none;
  }
}

@media (max-width: 1130px) {
  .coloringsheets-nonmember-elephant {
    display: none;
  }
}

.coloringsheets-nonmember-girlhappy-mobile {
  max-width: 100%;
  padding-top: 18px;
  display: none;
}
@media (max-width: 767px) {
  .coloringsheets-nonmember-girlhappy-mobile {
    display: block;
  }
}

@media (max-width: 1130px) {
  .coloringsheets-nonmember-traindinosaur {
    display: none;
  }
}
@media (max-width: 1130px) {
  .coloringsheets-nonmember-traindinosaur {
    display: none;
  }
}

@media (max-width: 1330px) {
  .coloringsheets-member-section-buttons-container {
    height: 100%;
    max-height: 99px;
    overflow-y: scroll;
  }
}
@media (max-width: 1330px) {
  .coloringsheets-nonmember-section-buttons-container {
    height: 100%;
    max-height: 99px;
    overflow-y: auto;
  }
}
.gamepage-member-section {
  padding-top: 70px;
  padding-bottom: 102px;
}
@media (max-width: 767px) {
  .gamepage-member-section {
    padding-top: 50px;
  }
}
.gamepage-member-section-content-button {
  margin-left: auto;
}
@media (max-width: 767px) {
  .gamepage-member-section-content-button {
    margin: auto;
    margin-bottom: 20px;
  }
}
.gamepage-member-section-content-link {
  text-decoration: underline;
  color: #313131;
}
.gamepage-member-section-text {
  margin-top: 45px;
}

@media (max-width: 1330px) {
  .games-member-section-buttons-container {
    height: 99px;
    overflow-y: scroll;
  }
}
.videopage-member-section {
  padding-top: 70px;
  padding-bottom: 102px;
}
@media (max-width: 767px) {
  .videopage-member-section {
    padding-top: 50px;
    padding-bottom: 80px;
  }
}
.videopage-member-section-content {
  width: 100%;
  max-width: 800px;
}
.videopage-member-section-content-title {
  margin-top: 50px;
}
.videopage-member-section-content-link {
  text-decoration: underline;
  color: #313131;
}
.videopage-member-section-text {
  margin-top: 45px;
}
@media (max-width: 767px) {
  .videopage-member-section-cards .card-actions button {
    font-size: 26px !important;
  }
}

.home-freegames-section-banner {
  background-color: #ffdc00;
}
@media (max-width: 1130px) {
  .home-freegames-section-banner {
    padding-top: 25px;
  }
}
.home-freegames-section-banner .card-off {
  background-color: #ffc800;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 32px 16px 24px 16px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  height: auto !important;
}
@media (max-width: 767px) {
  .home-freegames-section-banner .card-off {
    display: none;
  }
}
.home-freegames-section-banner .card-off-content {
  gap: 8px;
}
.home-freegames-section-banner .surprised-girl {
  padding-top: 18px;
  margin-bottom: -15px;
}
.home-freegames-section-banner .surprised-girl img {
  max-width: 330px;
}
.home-freegames-section .title {
  margin-top: 35px;
  text-align: center;
}
.home-freegames-section .subtitle {
  text-align: center;
}
.home-freegames-section .subtitle-days {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #de195b;
  border-radius: 50%;
  color: #ffdc00;
  aspect-ratio: 1/1;
  width: 1.6em;
}
.home-freegames-section-content {
  padding: 56px 0;
}
.home-freegames-section-content-scarrymommy-img {
  text-align: center;
}
.home-freegames-section-content-scarrymommy-img img {
  max-width: 200px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.home-freegames-section-content .card-off {
  background-color: #ffc800;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 32px 16px 24px 16px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
}

.home-freegames-section .card-off {
  background-color: #ffc800;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 32px 16px 24px 16px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  margin-top: 16px;
}
@media (min-width: 767px) {
  .home-freegames-section .card-off {
    display: none;
  }
}

.card-off-mobile-only {
  background-color: #ffc800;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 0 auto;
  padding: 32px 16px 24px 16px;
  width: 100%;
  max-width: 310px;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
  height: auto;
}
.card-off-mobile-only-content {
  gap: 8px;
}

#canvas-cow {
  width: 100%;
  align-self: flex-end;
  margin-bottom: -2px;
}

.freetrial-banner-section {
  position: relative;
  background-image: url(../../assets/images/orangeleafbg.svg);
  z-index: 1;
}
.freetrial-banner-section .section-bg-overlay {
  background-size: cover;
  background-color: rgba(255, 117, 0, 0.6);
  height: 30vh;
}
.freetrial-banner-section .section-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 65px;
  z-index: -1;
}
.freetrial-banner-section h1 {
  padding-top: 96px;
  padding-bottom: 60px;
  max-width: 730px;
}
@media (max-width: 992px) {
  .freetrial-banner-section h1 {
    padding-top: 70px;
    padding-bottom: 95px;
  }
}
.freetrial-banner-section .freetrial-banner-bottom {
  z-index: 1;
  background-color: #fe4f03;
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
}
@media (max-width: 767px) {
  .freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating {
    flex-direction: column;
  }
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .welcome-user {
  justify-content: space-between;
  display: flex;
  align-items: center;
  gap: 28px;
}
@media (max-width: 767px) {
  .freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .welcome-user {
    flex-direction: column;
    gap: 10px;
  }
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .welcome-user img {
  margin-top: -100px;
  width: 145px;
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .user-rating {
  display: flex;
  gap: 10px;
}
.freetrial-banner-section .freetrial-banner-bottom .freetrial-user-rating .user-rating img {
  max-width: 30px;
}

@media (max-width: 1130px) and (min-width: 992px) {
  .home-freetrial-welcome-section .game-fpo1-image {
    text-align: right !important;
  }
}
.home-freetrial-welcome-section .game-fpo1-image img {
  width: 100%;
  max-width: 348px;
}
@media (max-width: 576px) {
  .home-freetrial-welcome-section .card-v2-right-bottom {
    flex-direction: column-reverse;
    gap: 10px;
  }
}
.home-freetrial-welcome-section-card {
  margin-top: 64px;
}
.home-freetrial-welcome-section .blog-title {
  margin-top: 78px;
}
.home-freetrial-welcome-section .blog-card-float-img {
  margin-bottom: -5px;
  max-width: 503px;
}
.home-freetrial-welcome-section .custom-margin {
  margin-top: 35px;
  margin-bottom: 43px;
}
.home-freetrial-welcome-section .icon-star-img {
  max-width: 41px;
}

.freetrial-banner-mobile-section {
  display: none;
  background-image: url(../../assets/images/orangemobilebg.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: contain;
}

.user-rating {
  background-color: #fe4f03;
  padding: 8px 0;
}
.user-rating img {
  margin-left: 8px;
  max-width: 25px;
}

@media (max-width: 767px) {
  .freetrial-banner-section {
    display: none;
  }
  /*.freetrial-banner-mobile-section {
    display: block;
  }*/
}
@media (max-width: 576px) {
  .freetrial-banner-mobile-section h1 {
    font-size: 26px !important;
  }
}
.home-freetrial-banner {
  background-image: url(../../assets/images/blueflowers.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.home-freetrial-banner-center-image {
  z-index: 1;
}

.home-freetrial-banner-start-image {
  max-width: 172px;
}

.home-freetrial-banner-wrapper {
  margin-right: calc(-1 * (100vw - 100%) / 2);
}
@media (max-width: 767px) {
  .home-freetrial-banner-wrapper {
    margin-right: 0;
  }
}

.blue-line {
  width: 100%;
  height: 15px;
  background: #0078ff;
  margin-top: -0.8%;
  z-index: 3;
}
@media (max-width: 1130px) {
  .blue-line {
    margin-top: -1%;
  }
}
@media (max-width: 1130px) and (max-width: 576px) {
  .blue-line {
    margin-top: -1.5%;
  }
}

@media (max-width: 576px) {
  .home-freetrial-banner-start-image {
    display: none;
  }
}

@media (max-width: 1130px) {
  .home-freetrial-banner-end-image {
    display: none;
  }
}

#canvas-trex {
  width: 100%;
  align-self: flex-end;
  margin-bottom: -2px;
}

.star-details {
  position: relative;
}
.star-details .navigation-profile-show-details {
  background: #000;
  position: absolute;
  border-radius: 8px;
  top: 178%;
  right: 0%;
  width: 150px;
  transform: translateX(0%);
  background-color: #fff;
  border: 1px solid #0078ff;
  z-index: 1;
  overflow: hidden;
}
.star-details .navigation-profile-show-details a {
  line-height: 1 !important;
  font-size: 16px !important;
  padding: 10px 10px;
}
.star-details .navigation-profile-show-details a:hover {
  background-color: #f4f4f4;
  transform: scale(1) !important;
  color: #ab3bff;
}

.navigation-profile-show-details.remove {
  height: 0;
  padding: 0;
  border: none;
}
.navigation-profile-show-details.remove a {
  display: none !important;
}

.select-child-popup {
  padding-top: 60px;
  padding-bottom: 120px;
  border-radius: 30px;
  border: 2px solid #ffbd00 !important;
  background: #0078ff;
}
@media (max-width: 576px) {
  .select-child-popup {
    padding-bottom: 50px;
  }
}
.select-child-popup button {
  transition: 0.3s;
  background: none;
  border: none;
  position: relative;
}
.select-child-popup button::after {
  content: "";
  background-image: url(../../assets/images/yellow-arrow.svg);
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: -50px;
  left: calc(50% - 17px);
  visibility: hidden;
}
.select-child-popup button .select-child-img {
  width: 111px;
  border: 5px solid;
  border-color: transparent;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .select-child-popup button .select-child-img {
    width: 90px;
  }
}
.select-child-popup button .home-freetrial-profile {
  width: 120px;
  aspect-ratio: 1/1;
  border: 5px solid;
  border-color: transparent;
  border-radius: 50%;
}
@media (max-width: 576px) {
  .select-child-popup button .home-freetrial-profile {
    width: 90px;
  }
}
.select-child-popup button:hover::after {
  visibility: visible;
}
@media (max-width: 767px) {
  .select-child-popup button:hover::after {
    visibility: hidden;
  }
}
.select-child-popup button:hover .select-child-img {
  background: none;
  border: 5px solid;
  border-color: #ffdc00;
}
.select-child-popup button:hover .home-freetrial-profile {
  background: none;
  border: 5px solid;
  border-color: #ffdc00;
}

.signup-freetrial-section,
.signup-platform-section,
.login-section {
  padding: 15px 0 54px 0;
  background-color: #002c8d;
  position: relative;
  z-index: 1;
}
.signup-freetrial-section:before, .signup-freetrial-section:after,
.signup-platform-section:before,
.signup-platform-section:after,
.login-section:before,
.login-section:after {
  content: "";
  z-index: -1;
  display: block;
  width: 206px;
  background-image: url(../../assets/images/bubbles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 206/274;
  top: 100px;
}
.signup-freetrial-section:before,
.signup-platform-section:before,
.login-section:before {
  left: 5%;
}
.signup-freetrial-section:after,
.signup-platform-section:after,
.login-section:after {
  right: 5%;
}
.signup-freetrial-section .back-arrow,
.signup-platform-section .back-arrow,
.login-section .back-arrow {
  max-width: 34px;
}

.auth-container {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}

.login-section .card-v3-title {
  margin: 30px 0;
}
.login-section .card-v3-bottom-link {
  margin-top: 58px;
}
.login-section .card-v3-note {
  margin-top: 17px;
}

.signup-platform-section .card-v3-note {
  margin-top: 70px;
}

.plan-banner {
  position: relative;
  z-index: 1;
}
.plan-banner:before, .plan-banner:after {
  content: "";
  z-index: -1;
  display: block;
  width: 206px;
  background-image: url(../../assets/images/bubbles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 206/274;
  top: 100px;
}
.plan-banner:before {
  left: 5%;
}
.plan-banner:after {
  right: 5%;
}
.plan-banner .plan-card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 50px;
}
@media (max-width: 767px) {
  .plan-banner .plan-card-wrapper {
    gap: 20px;
    flex-direction: column;
  }
}
.plan-banner .plan-card-wrapper .card-plan {
  max-width: 370px;
  border-radius: 30px;
}
.plan-banner .plan-card-wrapper .card-plan-title {
  padding: 25px 0px 8px 0px;
  margin: 0px;
}
.plan-banner .plan-card-wrapper .card-plan-title.yellow {
  color: #E50000 !important;
  background: #FFDC00 !important;
}
.plan-banner .plan-card-wrapper .card-plan-title.orange {
  color: #E50000 !important;
  background: #FF7500 !important;
}
.plan-banner .plan-card-wrapper .card-plan-content {
  padding: 0px 20px 15px 20px;
}
.plan-banner .plan-card-wrapper .card-plan-content-title {
  padding: 20px;
}
.plan-banner .plan-card-wrapper .card-plan-content .annual-bill {
  color: #313131;
  text-align: center;
  font-size: 10px;
  line-height: 18px;
  margin: 0;
}
.plan-banner .plan-card-wrapper .card-plan-content-description {
  font-size: 14px;
  line-height: 16px;
}
.plan-banner .plan-teachers {
  padding: 20px 0px 50px 0px;
  text-align: center;
}
.plan-banner .plan-teachers a {
  color: #fff;
}
.plan-banner .plan-teachers a:hover {
  color: #96cc16;
}

.plan-banner.store-content .title{
    margin-bottom: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap:10px
}

.plan-banner.store-content .plan-teachers{
    padding: 20px 0 !important;
     margin-bottom: 0;
}
.plan-banner.store-content .para{
        font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    color: white;
    text-align: center;
    text-transform: uppercase;
     margin-bottom: 0;
}

.awards-image {
  margin: 0px auto;
  max-width: 545px;
}

.books {
  padding-bottom: 120px;
}
.books .books-title {
  color: #de195b;
  text-align: center;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  letter-spacing: 5px;
  padding: 68px 0px 50px 0px;
}
.books .card-4 {
  border-radius: 0;
  box-shadow: none;
}
.books .card-4 .books-description {
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
}
.books .card-4 .books-description strong {
  font-weight: 700;
}
.books .card-4 .books-link {
  font-size: 13px;
  padding-top: 10px;
}

.books.books-content .books-title{
padding: 50px 0px !important;
    font-weight: 800 !important;
}

.input-sm {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  padding: 8px 27px;
  width: 275px;
  max-width: 100%;
}
.input-sm::-moz-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-sm::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-sm:focus {
  border: 2px solid #0078ff;
  outline: none;
}

.input-lg {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  padding: 15px 27px;
  width: 275px;
  max-width: 100%;
}
.input-lg::-moz-placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-lg::placeholder {
  font-weight: 700;
  font-size: 16px;
  color: rgba(49, 49, 49, 0.38);
}
.input-lg:focus {
  border: 2px solid #0078ff;
  outline: none;
}

.input-otp {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .input-otp {
    gap: 10px;
  }
}
.input-otp input {
  max-width: 106px;
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 2px solid #d9e4ff;
  background: #fff;
  padding: 25px;
  font-size: 32px;
  text-align: center;
}
@media (max-width: 767px) {
  .input-otp input {
    font-size: 20px;
    padding: 10px;
  }
}
.input-otp input:focus {
  outline: none;
  border-color: #0078ff;
}

.form-password-control {
  position: relative;
}
.form-password-control input {
  padding-right: 40px;
}
.form-password-control .show {
  display: none;
}
.form-password-control.show .hide {
  display: none;
}
.form-password-control.show .show {
  display: block !important;
}
.form-password-control .password-icon {
  position: absolute;
  right: 15px;
  top: 15px;
  cursor: pointer;
  width: 19px;
}
.form-password-control .password-icon.show {
  display: none;
}

.self-submit-input {
  position: relative;
  width: 440px;
  max-width: 100%;
}
.self-submit-input input {
  border-radius: 35px;
  border: 2px solid #ffbd00;
  background: #fff;
  padding: 10px 70px 10px 25px;
  width: 100%;
  font-size: 22px;
  font-weight: 700;
  color: #313131;
}
.self-submit-input input::-moz-placeholder {
  color: #0078ff;
}
.self-submit-input input::placeholder {
  color: #0078ff;
}
.self-submit-input input:focus {
  outline: none;
}
.self-submit-input button {
  border: none;
  outline: none;
  width: auto;
  padding: 0;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  right: 8px;
}
.self-submit-input button img {
  max-width: 44px;
}

.card-order {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
}

.checkout.card-order h3.card-order-p{
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: #DF0059;
    padding-left: 26px;
    padding-right: 26px;
    border-bottom: 1px solid #D9E4FF;
    padding-bottom: 6px;
    padding-top: 6px;
}

.checkout.card-order .select-plan .plan-title{
    display: flex;
    align-items: baseline;
    gap: 13px;
}
.checkout.card-order .select-plan{
margin-bottom: 18px;
}
.checkout.card-order .select-plan:last-child{
margin-bottom: 0;
}

.checkout.card-order .select-plan .card-order-p{
    padding: 0 26px;
}

.checkout.card-order .select-plan .plan-title .title{
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
    color: #313131;
        margin: 0;
}

.checkout.card-order .select-plan .plan-title .desc{
    font-size: 13px;
    font-weight: 400;
    line-height: 8px;
    color: #313131;
}

.checkout.card-order .select-plan .note{
   padding: 8px 26px;
    background: #D9E4FF94;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    color: #313131;
}


@media (min-width: 992px) {
  .card-order {
    max-width: 300px;
  }
	.plan-banner .plan-card-wrapper .card-plan-content h2 {
		font-size: 2.25rem;
	}
	.plan-banner .plan-card-wrapper .card-plan-content h3 {
		font-size: 1.75rem;
		padding: 0 !important;
	}
	.plan-banner .plan-card-wrapper .card-plan-content p.text-center {

	}
	.plan-banner .plan-card-wrapper .card-plan-content>p.text-center {
		margin: 0 0 10px 0;
	}
	.plan-banner .plan-card-wrapper .card-plan-content p.text-center:not(.text-dark) {
		font-size: 10px !important;
		margin: 0 0 5px 0;
	}
}

.select-box select {
  border-radius: 5px;
  border: 1px solid #d2d2d2;
  background: #f7f7f7;
  width: 44px;
  height: 20px;
}

@media (max-width: 992px) {
  .checkout-detail {
    text-align: center;
  }
}
.checkout-detail h1 {
  font-size: 38px;
}
.checkout-detail h4 {
  font-size: 22px;
  margin-bottom: 3px;
}

.checkout-payment {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  box-shadow: none;
  overflow: hidden;
  padding: 25px 45px;
}
@media (max-width: 576px) {
  .checkout-payment {
    padding: 25px 16px;
  }
}
.checkout-payment-title {
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  gap: 12px;
}
.checkout-payment-title img {
  width: 14px;
}

.payment-detail input {
  width: 100%;
  border-radius: 5px;
  border: 1px solid #d9e4ff;
  background: #fff;
  height: 32px;
}
.payment-detail input::-moz-placeholder {
  color: rgba(49, 49, 49, 0.38);
  font-weight: 600;
  line-height: 18px;
  padding-left: 8px;
}
.payment-detail input::placeholder {
  color: rgba(49, 49, 49, 0.38);
  font-weight: 600;
  line-height: 18px;
  padding-left: 8px;
}

.payment-detail-top {
  display: flex;
  width: 100%;
  gap: 10px;
  margin: 11px 0;
}
@media (max-width: 576px) {
  .payment-detail-top {
    flex-direction: column;
  }
}
.payment-detail-top .payment-detail-top-first {
  width: 80%;
}
@media (max-width: 576px) {
  .payment-detail-top .payment-detail-top-first {
    width: 100%;
  }
}
.payment-detail-top .payment-detail-top-second {
  display: flex;
  gap: 10px;
  max-width: 190px;
}

.checkout-annual-wrapper {
  max-width: 960px;
  width: 100%;
  margin: auto;
}

.checkout-thought {
  padding: 80px 0;
}
.checkout-thought h1 {
  width: 100%;
  max-width: 850px;
  position: relative;
  padding: 0px 50px;
}
@media (max-width: 767px) {
  .checkout-thought h1 {
    padding: 0px 20px;
  }
}
.checkout-thought h1::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  left: -10px;
  top: -15px;
}
@media (max-width: 767px) {
  .checkout-thought h1::after {
    width: 42px;
    height: 28px;
    top: -33px;
  }
}
.checkout-thought h1::before {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/Quote_mark.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 62px;
  height: 48px;
  right: -10px;
  top: 20px;
  rotate: 180deg;
}
@media (max-width: 767px) {
  .checkout-thought h1::before {
    width: 42px;
    height: 28px;
    top: 90px;
  }
}

.blogpage-all-section {
  padding: 60px 0;
}
.blogpage-all-section-description {
  width: 100%;
  max-width: 1035px;
}
.blogpage-all-section-buttons-container {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}
.blogpage-all-section-buttons-container .btn-md {
  width: 165px;
}

.board-section {
  background-color: #002c8d;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.board-section .card-wizard .card-slider-content {
  max-height: 1300px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.board-section .card-wizard .card-slider-content:not(.active) {
  overflow: initial;
  max-height: 500px;
  overflow: hidden;
}
.board-section .arrow-img {
  max-width: 19px;
  width: 100%;
}
.board-section-top-buttons span,
.board-section-top-buttons a {
  font-size: 24px;
}
.board-section a:hover {
  color: inherit;
}
.board-section .board-container {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.board-section:before, .board-section:after {
  content: "";
  z-index: -1;
  display: block;
  width: 206px;
  background-image: url(../../assets/images/bubbles.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  aspect-ratio: 206/274;
  top: 100px;
}
.board-section:before {
  left: 5%;
}
.board-section:after {
  right: 5%;
}
.board-section .back-arrow {
  max-width: 40px;
}
.board-section .board-card {
  border-radius: 30px;
  width: 100%;
  border: 2px solid #ffbd00;
  background-color: #0078ff;
  color: #fff;
}
@media (max-width: 992px) {
  .board-section .board-card .board-card-img-1 {
    display: none;
  }
}
@media (max-width: 767px) {
  .board-section .board-card .board-card-img-2 {
    display: none;
  }
}
@media (max-width: 767px) and (min-width: 767px) {
  .board-section .board-card .board-card-img-2 {
    display: block;
  }
}
@media (max-width: 460px) {
  .board-section .board-card .board-card-img-3 {
    display: none;
  }
}
.board-section .board-card-input {
  max-width: 440px;
  width: 100%;
  margin-bottom: 50px;
}
.board-section .board-card-bottom-img-container img {
  max-width: 205px;
  width: 100%;
}
@media (max-width: 460px) {
  .board-section .board-card-bottom-img-container img {
    max-width: none;
  }
}

.onboard-01-section {
  padding-top: 15px;
  padding-bottom: 60px;
}
.onboard-01-section-card {
  padding: 0 20px 15px 20px;
}
.onboard-01-section-card-title, .onboard-01-section-card-description {
  max-width: 515px;
  width: 100%;
}
.onboard-01-section-card-title {
  margin-top: 90px;
}
@media (max-width: 576px) {
  .onboard-01-section-card-title {
    margin-top: 60px;
  }
}

.add-child-card .add-child-title {
  color: #ffbd00;
  letter-spacing: 10px;
  margin-top: 40px;
  margin-bottom: 25px;
}
.add-child-card .onboard-01-section-card-title {
  margin-top: 0;
}

.onboard-02-section {
  padding-top: 25px;
  padding-bottom: 72px;
}
.onboard-02-section-card {
  padding: 15px 20px;
}
.onboard-02-section-title {
  margin-top: 60px;
  margin-bottom: 35px;
}
.onboard-02-section .age-container {
  gap: 16px;
  margin-bottom: 140px;
}
@media (max-width: 992px) {
  .onboard-02-section .age-container {
    margin-bottom: 100px;
    gap: 9px;
  }
}
@media (max-width: 460px) {
  .onboard-02-section .age-container {
    margin-bottom: 50px;
  }
}
.onboard-02-section .age-container button {
  max-width: 140px;
  width: 100%;
  border-radius: 50%;
  background: transparent;
  border: 8px solid transparent;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 992px) {
  .onboard-02-section .age-container button {
    max-width: 128px;
  }
}
.onboard-02-section .age-container button:hover {
  border-color: #ffdc00;
}
.onboard-02-section .age-container img {
  width: 100%;
  aspect-ratio: 1/1;
}
.onboard-02-section .forward-btn {
  border-radius: 50%;
  background-color: transparent;
  border: none;
}
.onboard-02-section .forward-btn img {
  width: 48px;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.onboard-02-section .onboard-02-section-card-container {
  position: relative;
}
.onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container {
  position: absolute;
  bottom: -70px;
  left: -5%;
}
@media (max-width: 1330px) {
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container {
    left: -2%;
  }
}
@media (max-width: 992px) {
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container {
    left: 0;
  }
}
@media (max-width: 767px) {
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container {
    left: 0;
  }
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container .dino-foofoo-image {
    display: none;
  }
}
@media (max-width: 576px) {
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container {
    left: 0;
  }
}
.onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container img {
  max-width: 215px;
  width: 100%;
}
@media (max-width: 460px) {
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container img {
    display: none;
  }
}

.onboard-03-section {
  padding-top: 25px;
  padding-bottom: 60px;
}
.onboard-03-section-card-container {
  position: relative;
}
.onboard-03-section-card {
  padding: 20px;
}
.onboard-03-section-title {
  padding: 25px 0px;
}
@media (max-width: 992px) {
  .onboard-03-section-title {
    padding: 15px 0px;
  }
}
.onboard-03-section .onboard-03-slider {
  display: flex;
  justify-content: center;
}
.onboard-03-section .onboard-03-slider .single-item {
  overflow-x: hidden;
}
.onboard-03-section .onboard-03-slider .slick-list {
  margin: 0px 50px;
  overflow-x: hidden;
}
@media (max-width: 576px) {
  .onboard-03-section .onboard-03-slider .slick-list {
    margin: 0px 30px;
  }
}
.onboard-03-section .forward-btn {
  border-radius: 50%;
  background-color: transparent;
  border: none;
}
.onboard-03-section .forward-btn img {
  width: 48px;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.onboard-03-section .avatar-container {
  gap: 20px;
	margin: 0;
}
@media (max-width: 576px) {
  .onboard-03-section .avatar-container {
    margin-bottom: 20px;
  }
}
.onboard-03-section .avatar-container button {
  max-width: 100px;
  width: 100%;
  border-radius: 50%;
  background: transparent;
  border: 5px solid transparent;
  padding: 0;
  transition: all 0.2s ease-in-out;
}
.onboard-03-section .avatar-container button:hover {
  border-color: #ffdc00;
}
.onboard-03-section .avatar-container img {
  width: 100%;
  aspect-ratio: 1/1;
}
.onboard-03-section .avatar-container canvas {
  display: block;
  width: 100%;
  aspect-ratio: 1/1;
}
.onboard-03-section .slider-button-right,
.onboard-03-section .slider-button-left {
  max-width: 40px;
  width: 100%;
  position: absolute;
  z-index: 2;
  cursor: pointer;
}
@media (max-width: 576px) {
  .onboard-03-section .slider-button-right,
  .onboard-03-section .slider-button-left {
    max-width: 30px;
  }
}
.onboard-03-section .slider-button-left {
  left: 10px;
  top: 40%;
}
@media (max-width: 576px) {
  .onboard-03-section .slider-button-left {
    left: 0px;
  }
}
.onboard-03-section .slider-button-right {
  z-index: 3;
  right: 10px;
  top: 40%;
  rotate: 180deg;
}
@media (max-width: 576px) {
  .onboard-03-section .slider-button-right {
    right: 0px;
  }
}
.onboard-03-section .slick-arrow {
  display: none;
  margin: 0px;
}
.onboard-03-section .onboard-03-slider .slick-list {
  margin-left: 70px !important;
}
@media (max-width: 576px) {
  .onboard-03-section .onboard-03-slider .slick-list {
    margin-left: 55px !important;
  }
}

.onboard-04-section {
  padding-top: 25px;
  padding-bottom: 60px;
}
.onboard-04-section-card {
  padding: 15px 20px;
  position: relative;
}
.onboard-04-section-card-image-container {
  position: absolute;
  top: 5%;
  right: -8%;
}
@media (max-width: 1130px) {
  .onboard-04-section-card-image-container {
    right: -6%;
  }
}
.onboard-04-section-card-image-container img {
  width: 100%;
  max-width: 200px;
}
@media (max-width: 992px) {
  .onboard-04-section-card-image-container img {
    display: none;
  }
}
.onboard-04-section-title {
  margin-top: 26px;
  max-width: 631px;
  width: 100%;
}
.onboard-04-section .forward-btn {
  border-radius: 50%;
  background-color: transparent;
  border: none;
}
.onboard-04-section .forward-btn img {
  width: 48px;
  max-width: 100%;
  aspect-ratio: 1/1;
}
.onboard-04-section-button-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
}
.onboard-04-section-button-container button {
  min-height: 50px;
  width: 100%;
  max-width: 650px;
  border-radius: 40px;
  border: 1px solid #ffdc00;
  background: #2638c1;
  padding: 10px 25px 10px 30px;
  transition: all 0.2s ease-in-out;
	line-height: 1.1;
}
@media (max-width: 460px) {
  .onboard-04-section-button-container button {
    padding: 10px 15px;
  }
}
.onboard-04-section-button-container button img {
  width: 28px;
  aspect-ratio: 1/1;
}

/* surendra */

/*

.onboard-04-section-button-container button:hover {
  background: #002c8d;
}
.onboard-04-section-button-container button:hover img {
  display: block;
}
.onboard-04-section-button-container button:focus {
  background: #002574;
}
.onboard-04-section-button-container button:focus img {
  display: block;
}
  */

.onboard-05-section {
  padding-top: 25px;
  padding-bottom: 80px;
}
.onboard-05-section-card {
  position: relative;
  padding: 15px 20px;
}
.onboard-05-section-card button {
  margin-bottom: 90px;
}

.onboard-05-section-card-img-container .gang-img {
  position: absolute;
  bottom: -10%;
  left: -18%;
  width: 100%;
  max-width: 440px;
}
@media (min-width: 992px) {
	.onboard-05-section-card-img-container .canvas-gang {
		scale: 1.20;
		width: 460px;
	}
}
@media (max-width: 1330px) {
  .onboard-05-section-card-img-container .gang-img {
    left: -9%;
  }
}
@media (max-width: 1130px) {
  .onboard-05-section-card-img-container .gang-img {
    left: -1%;
  }
}
@media (max-width: 992px) {
  .onboard-05-section-card-img-container .gang-img {
    display: none;
  }
}
@media (max-width: 767px) {
  .onboard-05-section-card-img-container .gang-img {
    display: none;
  }
}
.onboard-05-section-card-img-container .sammy-img {
  position: absolute;
  top: -12%;
  right: -2%;
  width: 100%;
  max-width: 148px;
}
@media (max-width: 992px) {
  .onboard-05-section-card-img-container .sammy-img {
    display: none;
  }
}
.onboard-05-section-title {
  margin-top: 45px;
  margin-bottom: 45px;
  max-width: 700px;
  width: 100%;
}
@media (max-width: 460px) {
  .onboard-05-section-title {
    font-size: 30px !important;
  }
}
.onboard-05-section .btn-big {
  border: 3px solid #ffdc00;
}
@media (max-width: 576px) {
  .onboard-05-section .btn-big .hover-text {
    font-size: 24px !important;
  }
}
.onboard-05-section .btn-big:hover {
  border-color: #ff7500 !important;
}
.onboard-05-section .btn-big:active {
  border-color: #96cc16 !important;
}
.onboard-05-section .input-otp {
  margin-bottom: 48px;
}
.onboard-05-section .input-otp input {
  border: 3px solid #ffdc00;
  outline: none;
}
.onboard-05-section .input-otp input:focus {
  border-color: #96cc16;
}

.onboard-06-section {
  padding-top: 25px;
  padding-bottom: 60px;
}
.onboard-06-section-card {
  padding: 15px 20px;
  position: relative;
  overflow: hidden;
}
.onboard-06-section-card h5 {
  line-height: 40px;
  letter-spacing: 10px;
}
.onboard-06-section-card-table-wrapper {
  padding-left: 5px;
  padding-right: 5px;
  overflow: auto;
}
.onboard-06-section-card-table {
  margin: 0px auto;
  max-width: 652px;
  min-width: 550px;
  max-height: 270px;
  height: 100%;
}
.onboard-06-section-card-table .onboard-06-table-img {
  text-align: center;
  width: 100%;
  position: relative;
}
.onboard-06-section-card-table .onboard-06-table-img .table-logo {
  width: 100%;
}
.onboard-06-section-card-table .onboard-06-table-img .table-logo img {
  max-width: 66px;
}
@media (max-width: 767px) {
  .onboard-06-section-card-table .onboard-06-table-img .table-logo {
    max-width: 45px;
    width: 45px;
  }
}
.onboard-06-section-card-table .onboard-06-table-username input {
  border-radius: 20px;
  border: 2px solid #fff;
  height: 40px;
  background-color: #0078ff;
  width: 260px;
  height: 40px;
}
.onboard-06-section-card-table .onboard-06-table-username input::-moz-placeholder {
  color: #ffffff;
}
.onboard-06-section-card-table .onboard-06-table-username input::placeholder {
  color: #ffffff;
}
.onboard-06-section-card-table .onboard-06-table-number input {
  border-radius: 20px;
  border: 2px solid #fff;
  height: 40px;
  background-color: #0078ff;
  width: 66px;
  height: 40px;
}
.onboard-06-section-card-table .onboard-06-button {
  border-radius: 20px;
  border: 2px solid #fff;
  background: #fff;
  width: 100px;
  height: 40px;
}
.onboard-06-section-card-table .onboard-06-button:hover {
  background: #00c500;
  color: white !important;
}
.onboard-06-section-card-bottom {
  max-width: 595px;
  margin: 0px auto;
}
.onboard-06-section-card-bottom .onboard-06-more {
  background: none;
  border: none;
  text-align: right;
  color: #fff;
  text-align: right;
  font-size: 16px;
  font-weight: 600;
}
.onboard-06-section-card-bottom .onboard-06-more option {
  color: #000;
}
.onboard-06-section-card-bottom .onboard-06-button-varify {
  border: 1px solid white;
}
.onboard-06-section-card-bottom .onboard-06-button-varify:hover {
  background: #00c500 !important;
  color: white;
}

.onboard-button-left img,
.onboard-button-right img {
  position: absolute;
  width: 10px;
  top: 36%;
}

.onboard-button-right img {
  right: -5px;
}

.onboard-button-left img {
  rotate: 180deg;
  left: -5px;
}

.onboard-container-inner {
  overflow-y: visible;
  overflow-x: hidden;
}

@media (min-width: 460px) and (max-height: 704px) {
  .onboard-01-section .onboard-01-section-card-title {
    margin-top: 24px;
    line-height: 50px;
  }
  .onboard-01-section .onboard-01-section-card-description {
    margin: 8px auto !important;
    line-height: 20px;
  }
  .onboard-01-section .self-submit-input input {
    padding: 3px 40px 3px 20px;
  }
  .onboard-01-section .self-submit-input button {
    top: 3px;
    right: 4px;
  }
  .onboard-01-section .self-submit-input button img {
    max-width: 36px;
  }
  .onboard-01-section .board-card-input {
    margin-bottom: 20px;
  }
  .onboard-01-section .board-card-bottom-img-container img {
    -o-object-fit: cover;
       object-fit: cover;
  }
}
@media (max-width: 460px) {
  .onboard-01-section .onboard-01-section-card {
    padding: 0px 15px 12px 15px;
  }
  .onboard-01-section .onboard-01-section-card-title {
    line-height: 25px;
    font-size: 26px !important;
    margin-top: 30px;
  }
  .onboard-01-section .onboard-01-section-card-description {
    line-height: 18px;
    margin: 15px auto 10px auto !important;
  }
  .onboard-01-section .board-card-input {
    margin-bottom: 10px;
  }
  .onboard-01-section .self-submit-input input {
    padding: 4px 35px 4px 10px;
    font-size: 16px;
  }
  .onboard-01-section .self-submit-input button {
    top: 2px;
    right: 2px;
  }
  .onboard-01-section .self-submit-input button img {
    max-width: 32px;
  }
  .onboard-01-section .board-card-bottom-img-container img {
    max-width: 260px;
  }
}
@media (min-width: 460px) and (max-height: 704px) {
  .onboard-01-section.add-child-card .onboard-01-section-card .add-child-title {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 20px !important;
  }
  .onboard-01-section.add-child-card .onboard-01-section-card-title {
    font-size: 35px !important;
  }
  .onboard-01-section.add-child-card .onboard-01-section-card .onboard-01-section-card-title {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .onboard-01-section.add-child-card .board-card-input {
    margin-bottom: 10px;
  }
  .onboard-01-section.add-child-card .onboard-01-section-card {
    padding: 0 13px 10px 13px;
  }
  .onboard-01-section.add-child-card .board-card-bottom-img-container img {
    max-width: 204px;
  }
}
@media (max-width: 766px) and (max-height: 704px) {
  .onboard-01-section.add-child-card .onboard-01-section-card {
    padding: 0px 10px 12px 10px;
  }
  .onboard-01-section.add-child-card .onboard-01-section-card .onboard-01-section-card-title {
    margin-top: 10px;
    margin-bottom: 0px;
  }
  .onboard-01-section.add-child-card .onboard-01-section-card .add-child-title {
    margin-top: 8px;
    margin-bottom: 0px;
    font-size: 14px !important;
    letter-spacing: 2px;
  }
  .onboard-01-section.add-child-card .onboard-01-section-card-description {
    margin-top: 5px !important;
  }
}
@media (max-height: 704px) {
  .onboard-02-section .onboard-02-section-title {
    margin-top: 20px;
    margin-bottom: 15px;
    font-size: 30px !important;
  }
  .onboard-02-section .age-container {
    margin-bottom: 24vh;
  }
  .onboard-02-section .onboard-02-section-card {
    padding: 10px 10px;
  }
  .onboard-02-section .age-container button {
    border: 4px solid transparent;
    max-width: 92px;
  }
}
@media (max-width: 519px) {
  .onboard-02-section .onboard-02-section-title {
    font-size: 30px !important;
    margin-top: 20px;
    margin-bottom: 15px;
  }
  .onboard-02-section .age-container {
    margin-bottom: 4vh;
    gap: 4px;
  }
  .onboard-02-section .age-container button {
    max-width: 105px;
  }
  .onboard-02-section .onboard-02-section-card-container .onboard-02-section-card-image-container img {
    display: none;
  }
}
@media (max-height: 704px) {
  .onboard-03-section-card {
    padding: 5px;
  }
  .onboard-03-section-title {
    padding: 0 !important;
    font-size: 30px !important;
    margin: 0px 0px 20px 0px;
  }
  .onboard-03-section .avatar-container {
    margin-bottom: 0px !important;
  }
  .onboard-03-section .avatar-container button {
    max-width: 105px;
  }
}
@media (max-width: 512px) {
  .onboard-03-section-card {
    padding: 5px;
  }
  .onboard-03-section-title {
    padding: 0 !important;
    font-size: 30px !important;
    margin: 0px 0px 20px 0px;
  }
  .onboard-03-section .avatar-container {
    margin-bottom: 0px !important;
  }
  .onboard-03-section .avatar-container button {
    max-width: 105px;
  }
}
@media (max-height: 804px) {
  .onboard-04-section-card {
    padding: 0px 10px 10px 10px;
  }
  .onboard-04-section-title {
    margin-top: 4vh;
    font-size: 30px !important;
    margin-bottom: 5px !important;
  }
  .onboard-04-section-card p {
    margin: 0px !important;
  }
  .onboard-04-section-button-container {
    margin-top: 5vh !important;
    gap: 5px !important;
    margin-bottom: 10vh !important;
    max-width: 580px;
    margin: auto;
  }
  /*.onboard-04-section-button-container button {
    max-width: 230px;
  }*/
  .onboard-04-section-button-container button span {
    font-size: 18px !important;
  }
}
@media (max-width: 766px) and (max-height: 804px) {
  .onboard-04-section-title {
    font-size: 28px !important;
  }
}
@media (max-width: 512px) and (max-height: 804px) {
  .onboard-04-section-title {
    font-size: 23px !important;
  }
  .onboard-04-section-button-container button {
    min-height: auto;
    padding: 3px 15px;
  }
  .onboard-04-section-card {
    padding: 0px 10px 12px 10px;
  }
  .onboard-04-section-button-container {
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
  }
}
@media (max-width: 530px) {
  .onboard-04-section-title {
    font-size: 23px !important;
  }
  .onboard-04-section-button-container button {
    padding: 3px 15px;
  }
  .onboard-04-section-card {
    padding: 0px 10px 12px 10px;
  }
  .onboard-04-section-button-container {
    margin-top: 4vh !important;
    margin-bottom: 4vh !important;
  }
}
@media (max-height: 704px) {
  .onboard-01-section,
  .onboard-01-section.add-child-card,
  .onboard-02-section,
  .onboard-03-section,
  .onboard-04-section,
  .onboard-06-section,
  .onboard-05-section {
    padding-top: 10px !important;
  }
  .onboard-06-section-card {
    padding: 10px;
  }
  .onboard-06-section-card h5 {
    padding-top: 10px !important;
    margin-bottom: 0px !important;
    line-height: 20px;
  }
  .onboard-06-section-card h2 {
    padding-bottom: 5px !important;
  }
  .onboard-06-section-card-bottom-orange-varify {
    padding-top: 5px !important;
    margin-top: 0px !important;
  }
  .onboard-06-section-card-table tr {
    margin-bottom: 0px !important;
  }
}
@media (max-height: 704px) {
  .onboard-05-section-card {
    padding: 10px !important;
  }
  .onboard-05-section-title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 30px !important;
  }
  .onboard-05-section .input-otp {
    margin-bottom: 25px;
  }
  .onboard-05-section .onboard-05-section-card button {
    margin-bottom: 90px;
  }
  .onboard-05-section .btn-big {
    font-size: 30px;
  }
  .onboard-05-section-card-img-container .gang-img {
    bottom: -14%;
    max-width: 390px;
  }
}
@media (max-width: 534px) {
  .onboard-05-section .onboard-05-section-card button {
    margin-bottom: 78px;
  }
}
.popup {
  position: fixed;
  left: 50%;
  top: 55%;
  transform: translate(-50%, -50%);
  padding: 50px 32px 50px 45px;
  background-color: white;
  border: 2px solid yellow;
  border-radius: 30px;
  width: 100%;
  max-width: 450px;
  z-index: 999;
}
.popup .popup-content h3 {
  letter-spacing: 10px;
  line-height: 34px;
}

.popup-background {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(90, 90, 90, 0.9);
  mix-blend-mode: multiply;
  z-index: 988;
}

@media (max-height: 704px) {
  .popup {
    top: 55%;
    padding: 20px;
  }
  .popup h3 {
    font-size: 20px;
    padding: 10px 0px;
  }
  .popup p {
    font-size: 18px !important;
  }
}
@media (max-width: 480px) and (max-height: 704px) {
  .popup {
    max-width: 320px;
    padding: 0px 15px 10px 15px;
  }
  .popup h3 {
    font-size: 20px;
    padding: 10px 0px;
  }
  .popup p {
    font-size: 18px !important;
  }
}
.classroom {
  justify-content: center;
  margin: 0 auto;
  max-width: 428px;
  display: flex;
  flex-wrap: wrap;
  gap: 38px;
  padding-top: 15px;
  padding-bottom: 130px;
}
@media (max-width: 460px) {
  .classroom {
    padding-bottom: 25px;
  }
}
.classroom .classroom-btn {
  color: #fff;
  text-align: center;
  font-size: 24px;
  font-weight: 800;
  line-height: 18px; /* 75% */
  border-radius: 20px;
  background: #df0059;
  width: 195px;
  height: 90px;
  border: 5px solid transparent;
}
.classroom .classroom-btn:hover {
  border-color: #ffdc00;
}
.classroom .class-green {
  background: #96cc16;
}
.classroom .class-orange {
  background: #ff7500;
}
.classroom .class-purple {
  background: #ac3bff;
}

@media (max-height: 804px) {
  .classroom {
    gap: 12px;
    padding-top: 5px;
    padding-bottom: 44px;
  }
  .classroom .classroom-btn {
    height: 80px;
  }
}
@media (max-width: 480px) and (max-height: 804px) {
  .classroom {
    gap: 12px;
    padding-top: 5px;
    padding-bottom: 12px;
  }
  .classroom .classroom-btn {
    height: 52px;
  }
}
.teacher-student .onboard-04-section-title h1 {
  font-size: 40px;
}
.teacher-student .onboard-04-section-button-container {
  flex-direction: column;
}
.teacher-student .onboard-04-section-button-container button {
  max-width: 400px;
}
.teacher-student .onboard-04-section-button-container button img {
  display: block;
  width: 28px;
  aspect-ratio: 1/1;
}

@media (max-height: 804px) {
  .teacher-student .onboard-04-section-card h1.onboard-04-section-title {
    margin-top: 2vh !important;
  }
  .teacher-student .onboard-04-section-card .onboard-04-section-button-container {
    margin-top: 2vh !important;
    margin-bottom: 1vh !important;
  }
  .teacher-student .onboard-04-section-card .onboard-04-section-button-container button {
    padding: 7px 25px 7px 30px;
    min-height: 40px;
  }
}
.btn-confirm-purple {
  color: #fff;
  text-align: center;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 34px;
  border-radius: 20px;
  background: #2638c0;
  width: 140px;
  height: 40px;
  border: none !important;
}

.dinoride2 {
  scale: 1.05;
  margin-bottom: -6px;
  max-width: 350px;
  width: 100%;
  margin-left: -73px;
}
@media (max-width: 992px) {
  .dinoride2 {
    margin-left: -40px;
  }
}

.dinoride1 {
  scale: 1.05;
  margin-bottom: -6px;
  max-width: 350px;
  width: 100%;
  margin-left: -100px;
}
@media (max-width: 767px) {
  .dinoride1 {
    display: none;
  }
}

.forward-btn {
  z-index: 99;
  position: relative;
}

.canvas-hotair-balloon {
  width: 729px;
  margin-right: -282px;
  margin-top: -30px;
}
@media (max-width: 1130px) {
  .canvas-hotair-balloon {
    width: 600px;
    margin-right: -210px;
    margin-top: -30px;
  }
}
@media (max-width: 1130px) and (max-width: 1130px) {
  .canvas-hotair-balloon {
    display: none;
  }
}

.board-section-top-buttons,
.onboard-04-section-button-container {
  z-index: 2;
  position: relative;
}
f
.canvas-gang {
  scale: 1.10;
  position: absolute;
  bottom: 0;
  margin-left: -24%;
  margin-bottom: -6%;
}
@media (max-width: 1330px) {
  .canvas-gang {
    margin-left: -19%;
  }
}
@media (max-width: 1330px) and (max-width: 1130px) {
  .canvas-gang {
    margin-left: -5%;
  }
}
@media (max-width: 1330px) and (max-width: 1130px) and (max-width: 992px) {
  .canvas-gang {
    margin-left: -9%;
    margin-bottom: -7%;
    scale: 1.2;
  }
}
@media (max-width: 1330px) and (max-width: 1130px) and (max-width: 992px) and (max-width: 767px) {
  .canvas-gang {
    margin-left: -9%;
    margin-bottom: -12%;
    scale: 1.1;
  }
}
@media (max-width: 1330px) and (max-width: 1130px) and (max-width: 992px) and (max-width: 767px) and (max-width: 576px) {
  .canvas-gang {
    margin-left: -97px;
    margin-bottom: -92px;
    scale: 0.7;
  }
}
.mobileshow{
    display: none;
}
@media (max-width: 991px) {
	.canvas-gang {
		scale: 1.7;
		height: 100px;
		left: 0;
		right: 0;
		margin: 0 auto;
		bottom: -43px;
	}

}



@media (max-width: 767px) {
	.onboard-05-section {    padding-top: 25px;
    padding-bottom: 75px; }
}

.thank-you-section {
  padding: 25px 0;
}
.thank-you-section-card {
  padding: 35px 80px;
  background-color: #faf7f3 !important;
}
@media (max-width: 992px) {
  .thank-you-section-card {
    padding: 60px;
  }
}
/*@media (max-width: 576.98px) {*/
/*    .mobileshow{*/
/*	    display: flex;*/
/*	}*/
/*	.webshow{*/
/*	    display: none;*/
/*	}}*/
@media (max-width: 576px) {
    
  .thank-you-section-card {
    padding: 50px 30px;
  }
}
.thank-you-section-card-title {
  letter-spacing: -1px;
  text-align: center;
}
@media (max-width: 576px) {
  .thank-you-section-card-title {
    font-size: 26px !important;
  }
}
.thank-you-section-card-img {
  max-width: 560px;
  width: 100%;
}
@media (max-width: 576px) {
  .thank-you-section-card-img {
    transform: scale(1.6);
    margin: 20px 0;
  }
}
.thank-you-section-card-btn {
  position: relative;
  z-index: 99;
}
@media (max-width: 460px) {
  .thank-you-section-card-btn {
    width: 230px;
    height: 50px;
  }
}

@media (max-height: 704px) {
  .thank-you-section-card {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
.thank-popup {
  max-width: 450px;
  border-radius: 30px;
  border: 2px solid #ffbd00;
  background: #fff;
  padding: 70px 20px 40px 20px;
}
.thank-popup img {
  width: 100%;
  max-width: 209px;
}
@media (max-width: 1330px) {
  .thank-popup img {
    max-width: 160px;
  }
}
@media (max-width: 576px) {
  .thank-popup img {
    max-width: 120px;
  }
}
.thank-popup button {
  margin-top: 28px;
  width: 160px;
  height: 40px;
}

@media (max-height: 704px) {
  .thank-popup {
    padding: 20px 11px 20px 11px;
  }
}
.page-content {
  overflow-x: hidden;
}

.profile-detail-section {
  background: #faf7f3;
}
.profile-detail-section .parent-profile {
  padding: 40px 14px 0px 12px;
}
@media (max-width: 992px) {
  .profile-detail-section .parent-profile {
    padding: 40px 0px 0px 0px;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .profile-detail-section .parent-profile {
    padding: 30px 12px 20px 12px;
  }
}
.profile-detail-section .parent-profile .profile-title {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
}
.profile-detail-section .parent-profile .profile-title h5 {
  line-height: 18px;
  letter-spacing: 4px;
}
@media (max-width: 992px) {
  .profile-detail-section .parent-profile .profile-title {
    flex-direction: column;
    padding-bottom: 5px;
  }
  .profile-detail-section .parent-profile .profile-title a {
    padding-top: 10px;
  }
}
.profile-detail-section .parent-profile .profile-title button {
  color: #0078ff;
  font-size: 16px;
  font-style: italic;
  font-weight: 600;
  letter-spacing: 0.32px;
  border: none;
  background: transparent;
}

.membership-detail {
  padding-bottom: 20px;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-right: calc(1 * (100vw - 100%) / 2);
  padding-left: 68px;
  padding-top: 40px;
  background: #ffffff;
}
@media (max-width: 1130px) {
  .membership-detail {
    padding-left: 30px;
  }
}
@media (max-width: 1130px) and (max-width: 992px) {
  .membership-detail {
    padding-left: 10px;
  }
}
@media (max-width: 1130px) and (max-width: 992px) and (max-width: 576px) {
  .membership-detail {
    padding: 30px 0px 20px 0px;
    margin-left: calc(-1 * (100vw - 100%) / 2);
    padding-left: calc(1 * (100vw - 100%) / 2);
  }
}
.membership-detail .membership-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .membership-detail .membership-title {
    flex-direction: column;
  }
}
.membership-detail .membership-title h5 {
  color: #0078ff;
  font-size: 18px;
  font-weight: 800 !important;
  line-height: 18px;
  letter-spacing: 4px;
}
.membership-detail .membership-title a {
  color: #de0059;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 2px;
}
.membership-detail .membership-description {
  padding-right: 70px;
  font-size: 18px;
}
@media (max-width: 992px) {
  .membership-detail .membership-description {
    font-size: 16px;
  }
}
.membership-detail .membership-description p {
  font-weight: 500;
}

.upgrade {
  margin-left: 0;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-right: calc(1 * (100vw - 100%) / 2);
  background: #ffdc00;
  padding-top: 18px;
  padding-bottom: 18px;
}
@media (max-width: 576px) {
  .upgrade {
    margin-left: -12px;
  }
}

.parents-dashboard {
  padding: 20px 0px;
  background: #0078ff;
}
.parents-dashboard h2 {
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0px;
}
.parents-dashboard .parents-dashboard-images {
  flex-wrap: wrap;
}
.parents-dashboard .parents-dashboard-images img {
  max-width: 130px;
}
@media (max-width: 1330px) {
  .parents-dashboard .parents-dashboard-images img {
    max-width: 100px;
  }
}
@media (max-width: 1330px) and (max-width: 1130px) {
  .parents-dashboard .parents-dashboard-images img {
    max-width: 100px;
  }
}

.user-detail-section {
  background: #ffffff;
}
.user-detail-section .user-detail-info {
  display: flex;
  flex-direction: column;
  gap: 24px;
  padding-top: 25px;
  padding-right: 10px;
}
.user-detail-section .user-detail-info .username-option {
  color: #0078ff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  letter-spacing: 0.32px;
  padding: 5px 10px 5px 20px;
  border-radius: 30px;
  border: 2px solid #0078ff;
  background: #fff;
}
.user-detail-section .user-detail-info .profile-text {
  color: #de0059;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.32px;
  padding-bottom: 38px;
}
@media (max-width: 767px) {
  .user-detail-section .user-detail-info .profile-text {
    text-align: center;
  }
}
.user-detail-section .weekly-activity {
  background-color: #faf7f3;
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-right: calc(1 * (100vw - 100%) / 2);
  padding-left: 68px;
  padding-top: 26px;
  height: 100%;
}
@media (max-width: 1330px) {
  .user-detail-section .weekly-activity {
    padding-left: 20px;
  }
}
@media (max-width: 1330px) and (max-width: 576px) {
  .user-detail-section .weekly-activity {
    margin-left: calc(-1 * (100vw - 100%) / 2);
    padding-left: calc(1 * (100vw - 100%) / 2);
  }
}
.user-detail-section .weekly-activity .weekly-activity-top {
  margin-bottom: 20px;
}
.user-detail-section .weekly-activity .weekly-activity-top h2 {
  color: #0078ff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 0;
}
.user-detail-section .weekly-activity .weekly-activity-top .weekly-activity-img {
  gap: 8px;
}
.user-detail-section .weekly-activity .weekly-activity-top .weekly-activity-img img {
  max-width: 30px;
  width: 100%;
}
.user-detail-section .weekly-activity .weekly-activity-score-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 10px 3px;
}

.foundation-section {
  border-top: 2px solid #ff7500;
}
.foundation-section .foundation-left {
  padding-right: 38px;
  padding-top: 45px;
}
@media (max-width: 1330px) {
  .foundation-section .foundation-left {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.foundation-section .foundation-left .literacy-tabel-wrapper {
  display: flex;
  flex-direction: column;
  gap: 36px;
}
.foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner {
  padding: 26px;
}
.foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner .literacy-card-top {
  display: flex;
  gap: 22px;
  margin-bottom: 12px;
}

.rive-animation{
    width:100%;
    height: 100%;
    object-fit: contain;
    aspect-ratio: 768 / 500; 
}
.mt-30{
    margin-top: 30px !important;
}
@media (max-width: 576px) {
  .foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner .literacy-card-top {
    gap: 0px;
  }
}
.foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner .literacy-card-top img {
  max-width: 128px;
}
@media (max-width: 767px) {
  .foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner .literacy-car-table {
    overflow-x: scroll;
  }
}
.foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner .literacy-car-table table {
  min-width: 500px;
  width: 100%;
}
.foundation-section .foundation-left .literacy-tabel-wrapper .literacy-card .literacy-card-inner .literacy-car-table table .circle img {
  max-width: 20px;
}
.foundation-section .foundation-left .literacy-text {
  color: #de0059;
  font-size: 28px;
  font-weight: 800;
  line-height: 30px;
  letter-spacing: 0.32px;
  padding-top: 66px;
  padding-bottom: 80px;
  max-width: 444px;
}
@media (max-width: 1330px) {
  .foundation-section .foundation-left .literacy-text {
    padding-top: 30px;
    padding-bottom: 20px;
  }
}
.foundation-section .foundation-right {
  margin-right: calc(-1 * (100vw - 100%) / 2);
  padding-right: calc(1 * (100vw - 100%) / 2);
  background: #faf7f3;
  height: 100%;
}
@media (max-width: 992px) {
  .foundation-section .foundation-right {
    margin-right: calc(-1 * (100vw - 100%) / 2);
    padding-right: calc(1 * (100vw - 100%) / 2);
    margin-left: calc(-1 * (100vw - 100%) / 2);
    padding-left: calc(1 * (100vw - 100%) / 2);
  }
}

.foundation-right {
  padding-bottom: 40px;
}
.foundation-right .proficiency-wrapper {
  padding-top: 48px;
  padding-left: 48px;
}
@media (max-width: 1130px) {
  .foundation-right .proficiency-wrapper {
    padding-left: 20px;
  }
}
@media (max-width: 1130px) and (max-width: 992px) {
  .foundation-right .proficiency-wrapper {
    padding-left: 0px;
  }
}
.foundation-right .proficiency-wrapper .card-6 {
  padding: 28px 20px;
}
.foundation-right .proficiency-wrapper .card-6 .proficiency-item {
  margin-top: 4px;
  margin-right: 12px;
  max-width: 20px;
}
.foundation-right .our-blog-section {
  margin-top: 58px;
}
@media (max-width: 1130px) {
  .foundation-right .our-blog-section {
    text-align: center;
  }
}
.foundation-right .our-blog-section h5 {
  font-weight: 800;
  letter-spacing: 5px;
}
.foundation-right .our-blog-section img {
  margin-left: 16px;
  margin-top: 16px;
  margin-bottom: 22px;
  max-width: 168px;
}

.card-6 {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
}

.card-new {
  background-color: #ffdc00;
  border-radius: 20px;
  border: 2px solid #fff;
  margin: 30px auto 0px auto;
  padding: 32px 16px 24px 16px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-shadow: none;
}
@media (max-width: 992px) {
  .card-new {
    max-width: 326px;
  }
}

@media (max-width: 767px) {
  .profile-userinfo h3,
  .profile-userinfo i {
    text-align: center;
  }
}

.profile-detail input {
  border-radius: 30px;
  border: 2px solid #d9e4ff;
  background: #fff;
  width: 100%;
  height: 40px;
  padding-left: 15px;
}

.child-profile-img {
  max-width: 50px;
}

.child-profile-inner {
  overflow-y: clip;
}
.child-profile-inner table {
  min-width: 400px;
  width: 100%;
}

.child-profile-inner table tr td.table-item-menu {
    position: relative;
}

.child-profile-inner table tr td.table-item-menu a {
    color: #056de2;
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
    line-height: 20px;
    text-decoration-line: underline;
    line-height: 18px;
    text-decoration: none;
}

.child-profile-inner table tr td.table-item-menu button {
    border: none;
    padding: 0px;
    background: transparent;
}

.child-profile-inner table tr td.table-item-menu .edit-view-delete {
    display: flex;
    flex-direction: column;
    align-items: start;
    padding: 10px;
    border-radius: 8px;
    width: 70px;
    background-color: #fff;
    border: 1px solid #0078ff;
    z-index: 1;
    overflow: hidden;
    position: absolute;
    top: 0;
    right: -70px;
    visibility: hidden;
}

.child-profile-inner table tr td.table-item-menu.active .edit-view-delete {
    visibility: visible;
}

@media (max-width: 767px) {
  .child-profile-inner table tr {
    font-size: 16px !important;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .child-profile-inner table tr th {
    padding: 0px 5px;
  }
}
.child-profile-inner table tr td {
  padding: 8px 0px !important;
}
.child-profile-inner table tr td button {
  max-width: 100px;
}

.child-profile-image {
  max-width: 50px;
  min-width: 48px;
}
@media (max-width: 767px) {
  .child-profile-image {
    margin-left: 6px;
    padding-right: 5px;
  }
}

.table-data {
  width: 200px;
}

.table-last-item {
  width: 120px;
}

.blogpage-article-section-image {
  max-width: 500px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .blogpage-article-section-ads-order-1 {
    order: 1;
    margin: 24px 0px;
  }
  .blogpage-article-section-ads-order-2 {
    order: 2;
    margin: 24px 0px;
  }
}

.writter-img {
  max-width: 150px;
}

.blogpage-card {
  border-radius: 10px;
  background: #fff;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15) !important;
}
.blogpage-card-content {
  padding: 18px 20px;
  letter-spacing: 0.32px;
}
.blogpage-card .blogpage-card-link {
  display: flex;
  gap: 6px;
  align-items: center;
}
.blogpage-card .blogpage-card-link img {
  max-width: 10px;
}

.play-body {
  padding-top: 50px;
}
.play-body .profile-header {
  height: 61px;
  background: #fe4f03;
  border: 2px solid #fe4f03;
}
.play-body .profile-header .navigation-mobile .menu-toggler {
  color: #fff;
}
.play-body .profile-header button {
  padding: 6px 8px;
}
.play-body .profile-header button:hover {
  color: white;
  border-color: #2638c1;
}
.play-body .profile-header button:active {
  border-color: #96cc16;
}
@media (max-width: 1130px) {
  .play-body .profile-header button {
    width: 100%;
    border-color: #0078ff;
    color: #0078ff;
  }
}
.play-body .profile-header .dropdown-arrow {
  position: relative;
}
.play-body .profile-header .dropdown-arrow::after {
  position: absolute;
  content: "";
  background-image: url(../../assets/images/polygon.svg);
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  right: 13px;
  top: 48%;
  transform: translateY(-25%);
}
.play-body .profile-header .dropdown-arrow select {
  text-align: start;
  width: 166px;
  padding: 5px 24px;
  height: 38px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
@media (max-width: 1130px) {
  .play-body .profile-header .dropdown-arrow select {
    width: 100%;
  }
}
.play-body .profile-header .dropdown-arrow select:hover {
  background: #fff;
  color: #0078ff;
}

.play-center-banner-section {
  position: relative;
  background-image: url(../../assets/images/orangeleafbg.svg);
  z-index: 1;
}
.play-center-banner-section .play-section-bg-overlay {
  background-size: cover;
  height: 30vh;
}
.play-center-banner-section .play-section-bg-image {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  padding-bottom: 65px;
  z-index: -1;
}
.play-center-banner-section .play-center-banner-bottom {
  z-index: 1;
  background-color: #fe4f03;
}
.play-center-banner-section .play-center-banner-bottom .play-center-user-rating {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 0px;
}

.play-center-banner-section #trexSticker {
	position: absolute;
	top: 20%;
	left: 45%;
	width: 220px;
	height: 110px;
	max-width: 300px;
	max-height: 150px;
	transform: rotate(6deg) scale(1.4);
}
.play-center-banner-section #starSticker {
	position: absolute;
	top: 0%;
	right: 18%;
	transform: rotate(-5deg);
	max-width: 265px;
	max-height: 150px;
	width: 265px;
	height: 150px;
}

.home_banner_mn .canvas-grp {
	display: flex;
	overflow-x: auto;
	cursor: grab;
	touch-action: pan-y;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.home_banner_mn.updated .canvas-grp {
	flex-direction: row !important;
	    height: 180px;
}

.home_banner_mn .canvas-grp::-webkit-scrollbar {
	display: none;
}

.home_banner_mn .canvas-grp .canvas-row {
	display: flex;
	flex-direction: row;
	justify-content: center;
}

.home_banner_mn .canvas-grp canvas {
    width: 270px;
	min-width: 270px;
	max-width: 270px;
    height: 190px;
    min-height: 190px;
    max-height: 190px;
	margin: -55px;
}

.home_banner_mn.updated .canvas-grp canvas {
          width: 100% !important;
    min-width: 150px;
    max-width: 150px;
    height: 150px;
    min-height: 150px;
    max-height: 150px;
    margin: 0 !important;
}
.home_banner_mn .canvas-grp .canvas-row:nth-child(even) {
    margin: -22px -125px -10px 0;
}

@media (max-width: 1630px) {
	.play-center-banner-section #starSticker {
		right: 125px;
	}

}
@media (max-width: 1440px) {
	.play-center-banner-section #trexSticker {
		top: 25%;
		left: 43%;

		transform: rotate(6deg) scale(1.4);
	}
	.play-center-banner-section #starSticker {
		top: 0%;
		right: 0;
		transform: rotate(-5deg) scale(1.0);
		width: 165px;
		height: 110px;
	}

}

@media (max-width: 1366px) {
	.home_banner_mn .canvas-grp .canvas-row:nth-child(even) {
		margin: -5px 40px;}
.home_banner_mn .canvas-grp .canvas-row {
		justify-content: flex-start;
	}

}
@media (max-width: 1199px) {
	.play-center-banner-section #trexSticker {
		width: 160px;
		height: 90px;
	}

}
@media (max-width: 767px) {
	.play-center-banner-section .play-center-banner-bottom .play-center-user-rating {
		flex-direction: column;
		align-items: flex-start;
	}
	.play-center-banner-section #trexSticker ,
	.play-center-banner-section #starSticker {
		display: none;
	}
	.home_banner_mn .canvas-grp canvas {
		width: 190px;
		height: 176px;
		margin: -57px;
	}
}
.play-center-banner-section .play-center-banner-bottom .play-center-user-rating .welcome-user {
	justify-content: space-between;
	display: flex;
	align-items: center;
	gap: 28px;
}
@media (max-width: 767px) {
  .play-center-banner-section .play-center-banner-bottom .play-center-user-rating .welcome-user {
    /*flex-direction: column;*/
    gap: 10px;
	          width: 100%;
  }
}
.play-center-banner-section .play-center-banner-bottom .play-center-user-rating .welcome-user img {
  margin-top: -100px;
  width: 145px;
}
.play-center-banner-section .play-center-banner-bottom .play-center-user-rating .play-user-rating {
  display: flex;
  gap: 3px;
}
.play-center-banner-section .play-center-banner-bottom .play-center-user-rating .play-user-rating img {
  max-width: 30px;
}

.play-center-content .play-side-bar img {
  max-width: 57px;
  width: 100%;
  min-width: 34px;
}
.play-center-content .recently-played {
  border-radius: 10px;
  border: 1px solid #d9e4ff;
  box-shadow: none;
}
.play-center-content .recently-played-inner {
  padding: 18px 30px;
  gap: 18px;
  display: flex;
  align-items: center;
}
.play-center-content .recently-played-inner-images {
  min-width: 93px;
}
@media (max-width: 576px) {
  .play-center-content .recently-played-inner h4 {
    font-size: 16px;
  }
}
.play-center-content .recently-played-inner img {
  max-width: 34px;
}
@media (max-width: 767px) {
  .play-center-content .recently-played-inner img {
    max-width: 28px;
    min-width: 25px;
  }
}
@media (max-width: 767px) {
  .play-center-content .recently-played-inner {
    padding: 12px 7px;
    gap: 5px;
  }
}
.play-center-content .recently-played-slider {
  padding-bottom: 20px;
  max-width: 89%;
  margin: 0px auto;
}
@media (max-width: 992px) {
  .play-center-content .recently-played-slider {
    max-width: 84%;
  }
}
.play-center-content .recently-played-slider .responsive .slick-track .slick-slide {
  display: flex;
  justify-content: center;
}
.play-center-content .recently-played-slider .played-arrow {
  z-index: 11;
  width: 38px;
  height: 38px;
}
@media (max-width: 992px) {
  .play-center-content .recently-played-slider .played-arrow {
    width: 30px;
    height: 30px;
  }
}
.play-center-content .recently-played-slider .played-arrow.prev {
  left: -40px;
}
@media (max-width: 992px) {
  .play-center-content .recently-played-slider .played-arrow.prev {
    left: -30px;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  .play-center-content .recently-played-slider .played-arrow.prev {
    left: -20px;
  }
}
.play-center-content .recently-played-slider .played-arrow.next {
  right: -40px;
}
@media (max-width: 992px) {
  .play-center-content .recently-played-slider .played-arrow.next {
    right: -30px;
  }
}
@media (max-width: 992px) and (max-width: 480px) {
  .play-center-content .recently-played-slider .played-arrow.next {
    right: -20px;
  }
}
.play-center-content .recently-played-slider-img {
  max-width: 245px;
  width: 100%;
}
.play-center-content .recently-played-slider-img .fav-options { position: absolute; top: 5px; left: 10px; }
.play-center-content .recently-played-slider-img { position: relative; }
.play-center-content .recently-played-slider-img .fav-options button { padding: 0; outline: 0; background: transparent; border: 0; }
.play-center-content .recently-played-slider-img .fav-options button i { color: #FFFFFF; }
.play-center-content .recently-played-slider-img .fav-options button i.favorited { color: #FF0000; }
#FF0000
@media (max-width: 1330px) {
  .play-center-content .recently-played-slider-img {
    padding: 10px;
  }
	.play-center-content .recently-played-slider-img .fav-options { top: 10px; right: 15px; }
}

@media (max-width: 767px) {
  /*.play-center-banner-section {
    display: none;
  }*/
}
.verify-popup-inner {
  padding: 62px 55px 24px 55px;
}
@media (max-width: 767px) {
  .verify-popup-inner {
    padding: 20px;
  }
  .verify-popup-inner h3 {
    font-size: clamp(30px, 4.5vw, 25px) !important;
  }
}
@media (max-width: 767px) and (max-width: 576px) {
  .verify-popup-inner {
    padding: 30px 0;
  }
}

.verify-popup {
  border-radius: 30px;
  border: 4px solid #001677;
  background: #2638c4;
}

.input-verify {
  display: flex;
  justify-content: center;
  gap: 6px;
  margin-bottom: 40px;
}
@media (max-width: 576px) {
  .input-verify {
    margin-bottom: 14px;
  }
  .input-verify input {
    padding: 8px !important;
    font-size: 20px !important;
  }
}

.input-verify-button {
  display: flex;
  flex-direction: column;
  align-items: end;
}
.input-verify-button button {
  padding: 2px 3px;
  width: 100%;
  max-width: 86px;
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 767px) {
  .input-verify-button button {
    max-width: 70px;
  }
}
.input-verify-button .verify-enter {
  width: 100%;
  max-width: 178px;
  background: transparent;
  border: none;
}

.input-verify input {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 10px;
  border: 2px solid #6dcbf2;
  background: #1426a9;
  padding: 25px;
  font-size: 22px;
  text-align: center;
  outline: none;
  color: #fff;
}

.verify-popup-inner-image {
  max-width: 204px;
  margin-top: 16px;
}
@media (max-width: 767px) {
  .verify-popup-inner-image {
    display: none;
  }
}

.input-verify-button-inner {
  max-width: 260px;
  flex-wrap: wrap;
  display: flex;
  justify-content: flex-end;
}

@media (max-height: 704px) {
  .verify-popup-inner {
    padding: 0px 20px;
  }
  .verify-popup-inner .input-verify {
    max-width: 320px;
    margin-bottom: 18px;
  }
}
@media (max-width: 767px) and (max-height: 704px) {
  .verify-popup-inner {
    padding: 0px 10px;
  }
  .verify-popup-inner .input-verify {
    max-width: 320px;
    margin-bottom: 18px;
  }
}
.profile-detail .editable-label {
  display: flex;
  height: 40px;
  align-items: center;
}
.profile-detail.editable .editable-label {
  display: none;
}
.profile-detail:not(.editable) .editable-input {
  display: none;
}

.play-center-profile {
  margin-top: -100px;
  width: 133px;
  border: 6px solid white;
  border-radius: 50%;
  aspect-ratio: 1/1;
}

.play-center-profile-mobile {
  max-width: 200px;
  border: 6px solid white;
  border-radius: 50%;
  aspect-ratio: 1/1;
}
@media (max-width: 576px) {
  .play-center-profile-mobile {
    max-width: 150px;
  }
	.profile-detail .editable-label {
		height: auto;
	}
}
@media (max-width: 576px) {
  .play-center-profile-mobile {
    max-width: 100px;
  }
}

.preschool-outer {
  padding-bottom: 150px;
  background: #faf7f3;
}

.preschool-banner {
  margin-bottom: 50px;
}
.preschool-banner .preschool-banner-inner {
    padding-top: 8px;
    display: flex;
    align-items: center;
    padding-bottom: 8px;
}
@media (max-width: 767px) {
  .preschool-banner .preschool-banner-inner {
    flex-direction: column-reverse;
    align-items: center;
    display: flex;
  }
  .preschool-banner .preschool-banner-inner h4 {
    text-align: center;
    line-height: 130% !important;
  }
  .preschool-banner .preschool-banner-inner img {
    margin-right: 0 !important;
  }
}
.preschool-banner .preschool-banner-inner img {
  margin-left: -14px;
  margin-right: 28px;
  max-width: 109px;
  margin-bottom: -50px;
}
.preschool-banner .preschool-banner-inner h4 {
  padding-bottom: 16px;
  padding-top: 16px;
  display: inline;
  color: #fff;
  font-size: 24px;
  font-weight: 800;
  line-height: 18px; /* 75% */
  letter-spacing: 4px;
  margin-bottom: 0;
}

.class-activity .class-activity-details {
  padding-top: 40px;
  padding-right: 28px;
}
@media (max-width: 992px) {
  .class-activity .class-activity-details {
    padding-right: 12px;
  }
}
.class-activity .class-activity-details .card {
  border-radius: 20px;
  border: 2px solid #ff7500;
  background: #fff;
  box-shadow: none;
  padding: 22px 28px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 1130px) {
  .class-activity .class-activity-details .card {
    padding: 22px 20px;
  }
}
.class-activity .class-activity-details .card p {
  margin-bottom: 0;
  line-height: 28px;
  letter-spacing: 0.32px;
}
.class-activity .class-activity-details .card h5 {
  line-height: 28px;
  letter-spacing: 0.32px;
  font-size: 22px;
  margin-bottom: 0;
}
.class-activity .class-activity-details .card a {
  color: #056de2;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px;
  text-decoration-line: underline;
}
/*.class-activity .class-activity-score {
  margin-right: 48px;
}*/
@media (max-width: 992px) {
  .class-activity .class-activity-score {
    margin: 0;
  }
}
.class-activity .class-activity-score h4 {
  color: #0078ff;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  letter-spacing: 4px;
  margin-bottom: 13px;
}
.class-activity .class-activity-score p {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  letter-spacing: 0.32px;
}
.class-activity .class-activity-score .student-activity {
  justify-content: space-evenly;
  padding: 22px 27px;
}
@media (max-width: 992px) {
  .class-activity .class-activity-score .student-activity {
    padding: 12px 8px;
    flex-wrap: wrap;
  }
  .class-activity .class-activity-score .student-activity .student-activity-orange-divider:nth-child(4) {
    display: none;
  }
}
@media (max-width: 992px) and (max-width: 576px) {
  .class-activity .class-activity-score .student-activity .student-activity-orange-divider {
    display: none;
  }
}
.class-activity .class-activity-score .student-activity .student-activity-orange-divider {
  width: 2px;
  height: auto;
  background: #ff7500;
}
.class-activity .class-activity-score .student-activity .student-activity-inner {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (max-width: 992px) {
  .class-activity .class-activity-score .student-activity .student-activity-inner {
    min-width: 194px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .class-activity .class-activity-score .student-activity .student-activity-inner {
    min-width: 55px;
  }
}
@media (max-width: 992px) and (max-width: 767px) and (max-width: 992px) {
  .class-activity .class-activity-score .student-activity .student-activity-inner {
    min-width: 194px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .class-activity .class-activity-score .student-activity .student-activity-inner h2 {
    font-size: 30px !important;
  }
  .class-activity .class-activity-score .student-activity .student-activity-inner p {
    font-size: 17px;
  }
}
.class-activity .class-activity-score .student-activity .student-activity-inner h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  margin-bottom: 0;
}
.class-activity .class-activity-score .student-activity .student-activity-inner h5 {
  font-size: 18px;
  font-weight: 800;
  line-height: 24px;
}
.class-activity .class-activity-score .student-activity .student-activity-inner p {
  color: #606060;
  font-size: 14px;
  font-weight: 600;
  line-height: 24px;
}

.class-reward-stickers {
  padding-top: 50px;
}
.class-reward-stickers img {
  max-width: 356px;
}
.class-reward-stickers .class-reward-stickers-inner {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .class-reward-stickers .class-reward-stickers-inner {
    padding-right: 12px;
  }
}
@media (max-width: 992px) and (max-width: 767px) {
  .class-reward-stickers .class-reward-stickers-inner {
    flex-direction: column;
    text-align: center;
  }
}

.game-recommendations-inner {
  padding: 35px 58px 25px 60px;
  border-radius: 20px;
  border: 2px solid #ff7500;
  margin-top: 50px;
  margin-bottom: 44px;
}
@media (max-width: 992px) {
  .game-recommendations-inner {
    padding: 25px 25px 25px 25px;
  }
}
@media (max-width: 992px) and (max-width: 992px) {
  .game-recommendations-inner {
    flex-direction: column;
    text-align: center;
  }
}

.class-list {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .class-list .class-table {
    overflow-x: scroll;
  }
}
.class-list .class-list-inner {
  margin-top: -144px;
  padding: 50px 72px 90px 72px;
}
@media (max-width: 1130px) {
  .class-list .class-list-inner {
    padding: 30px 50px 60px 50px;
  }
}
@media (max-width: 1130px) and (max-width: 992px) {
  .class-list .class-list-inner {
    padding: 20px 20px 20px 20px;
  }
}
@media (max-width: 1130px) and (max-width: 992px) and (max-width: 767px) {
  .class-list .class-list-inner button {
    width: auto;
  }
}
@media (max-width: 1130px) and (max-width: 992px) {
  .class-list .class-list-inner table {
    min-width: 656px;
  }
}
.class-list .class-list-inner h4.spacing-text {
  font-size: 18px;
  font-weight: 800;
  line-height: 18px; /* 100% */
  letter-spacing: 4px;
}
.class-list .class-list-inner table {
  width: 100%;
}
.class-list .class-list-inner table thead {
  background: #eaf0ff;
}
.class-list .class-list-inner table thead th {
  padding-top: 16px;
  padding-bottom: 8px;
  text-align: center;
  color: #313131;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px; /* 150% */
  letter-spacing: 0.32px;
}
.class-list .class-list-inner table thead th:last-child {
  border-radius: 0px 20px 0px 0px;
}
.class-list .class-list-inner table thead th:first-child {
  border-radius: 20px 0px 0px 0px;
}
.class-list .class-list-inner table tbody tr .table-last-item {
  background: #eaf0ff;
  border: none;
  padding: 25px;
}
.class-list .class-list-inner table tbody tr .table-last-item:last-child {
  border-radius: 0px 0px 20px 0px;
}
.class-list .class-list-inner table tbody tr .table-last-item:first-child {
  border-radius: 0px 0px 0px 20px;
}
.class-list .class-list-inner table tbody tr td.class-table {
  text-align: center;
}
.class-list .class-list-inner table tbody tr td {
  color: #313131;
  font-size: 18px;
  font-weight: 800;
  line-height: 24px; /* 133.333% */
  padding-top: 16px;
  padding-bottom: 13px;
  border-bottom: 1px solid #d9e4ff;
  text-align: center;
}
.class-list .class-list-inner table tbody tr td a {
  color: #056de2;
  font-size: 16px;
  font-style: italic;
  font-weight: 700;
  line-height: 20px; /* 125% */
  text-decoration-line: underline;
}
.class-list .class-list-inner table .table-item-menu {
  position: relative;
  max-width: 40px;
}
.class-list .class-list-inner table .table-item-menu .edit-view-delete {
  display: flex;
  flex-direction: column;
  align-items: start;
  padding: 5px;
  border-radius: 8px;
  width: 70px;
  background-color: #fff;
  border: 1px solid #0078ff;
  z-index: 1;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -19%;
  visibility: hidden;
}
.class-list .class-list-inner table .table-item-menu .edit-view-delete a {
	font-size: 14px;
	line-height: 16px !important;
}
@media (max-width: 992px) {
  .class-list .class-list-inner table .table-item-menu .edit-view-delete {
    top: 0;
    left: -55%;
  }
}
.class-list .class-list-inner table .table-item-menu .edit-view-delete a {
  line-height: 18px;
  text-decoration: none;
}
.class-list .class-list-inner table .table-item-menu .edit-view-delete a:hover {
  text-decoration: underline;
}
.class-list .class-list-inner table .table-item-menu.active .edit-view-delete {
  visibility: visible;
}
.class-list .class-list-inner table .table-item-menu button {
  border: none;
  padding: 0px;
  background: transparent;
}
.class-list .class-list-inner table .table-item-menu button img {
  width: 25px;
}

.first-table-item {
  width: 186px;
  padding-left: 26px;
  text-align: start !important;
}

.second-table-item {
  text-align: start !important;
  width: 323px;
}

.instructions-popup {
  max-width: 545px;
  padding: 55px;
}
@media (max-width: 460px) {
  .instructions-popup {
    padding: 35px 0px !important;
  }
}
.instructions-popup h4 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .instructions-popup h4 {
    padding-bottom: 14px;
  }
}
.instructions-popup .instructions-steps-outer {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 576px) {
  .instructions-popup .instructions-steps-outer {
    gap: 14px;
  }
}
.instructions-popup .instructions-steps-outer .instructions-steps {
  gap: 24px;
  display: flex;
  align-items: center;
}
@media (max-width: 576px) {
  .instructions-popup .instructions-steps-outer .instructions-steps {
    gap: 10px;
  }
}
.instructions-popup .instructions-steps-outer .instructions-steps span {
  text-wrap: nowrap;
  font-weight: 500;
  border-radius: 30px;
  background: rgba(228, 240, 255, 0.81);
  padding: 6px 12px;
}
@media (max-width: 576px) {
  .instructions-popup .instructions-steps-outer .instructions-steps span {
    padding: 3px 6px;
    font-size: 14px;
  }
}
.instructions-popup .instructions-button {
  display: flex;
  justify-content: center;
  gap: 24px;
  padding-top: 36px;
}
@media (max-width: 767px) {
  .instructions-popup .instructions-button {
    flex-wrap: wrap;
  }
}

.parent-section-freetial .text-red {
  color: #de0059;
  font-size: 18px;
  font-weight: 800 !important;
  line-height: 18px;
  letter-spacing: 2px;
}

@media (max-width: 992px) {
  .user-detail-section-2 .profile-text {
    text-align: center;
  }
}
.user-detail-section-2 .user-detail-info {
  padding-top: 34px !important;
  padding-bottom: 28px !important;
}
.user-detail-section-2 .profile-text {
  padding-bottom: 0 !important;
}
.user-detail-section-2 .username-option-outer {
  position: relative;
}
.user-detail-section-2 .username-option-outer select {
  -webkit-appearance: none;
  padding: 5px 33px 5px 20px !important;
}
.user-detail-section-2 .username-option-outer img {
  position: absolute;
  width: 18px;
  height: 18px;
  z-index: 3;
  right: 12px;
  top: 10px;
}
@media (max-width: 992px) {
  .user-detail-section-2 .profile-userinfo div {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.user-detail-section-2 .profile-userinfo img {
  max-width: 150px;
}
.user-detail-section-2 .weekly-activity-score-item {
  max-width: 200px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .user-detail-section-2 .weekly-activity-score-item h1 {
    font-size: 45px !important;
  }
}

.teacher-dashoard {
  padding-bottom: 180px;
}
@media (max-width: 992px) {
  .teacher-dashoard {
    padding-bottom: 90px;
  }
}
@media (max-width: 576px) {
  .teacher-dashoard {
    padding-bottom: 40px;
  }
}
.teacher-dashoard .foundation-section {
  border-top: none;
}
.teacher-dashoard .foundation-right {
  background: #ffffff;
}

.header-purple {
  height: 50px;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10;
}

.playcenter-game-purple {
	background: #5e1ebb;
	position: relative;
	height: calc(100vh - 50px);
	background-repeat: no-repeat;
	background-position: top;
	background-size: 100%;
	background-image: url(../../assets/images/sky_stars.svg);
	margin-top: 50px;
}
.playcenter-game-purple .close {
  width: 30px;
  padding-top: 32px;
  margin-bottom: 5px;
  float: right;
}
.playcenter-game-purple .cloud-purple {
  width: 100%;
  position: absolute;
  bottom: 0;
}/*# sourceMappingURL=styles.css.map */
.resetVerifyBtn {
    background: transparent;
    border: 0;
    color: #0078ff;
}

.resetVerifyBtn:hover {
    color: #000;
}
.card-image.ages-wrap {
    position: relative;
}

.card-image.ages-wrap .ages-badges {
    position: absolute;
    top: 10px;
    right: 10px;
}

.more-link-btn a {
    display: flex;
    align-items: center;
    line-height: 1.2;
}

.more-link-btn a img {
    margin-left: 5px;
}
.playcenter-game-purple .playcenter-game-purple-inner iframe {
    max-width: 1280px;
    max-height: 640px;
    width: 100%;
    height: 100%;
}
.videopage-member-section-content .member-banner-image { margin-bottom: 25px; }
.videopage-member-section-content .member-banner-image>a {
	width: 100%;
	height: 100%;
	display: block;
    position: relative;
}

.videopage-member-section-content .member-banner-image>a img.ply-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85px;
    height: 85px;
}
.videopage-member-section-content .member-banner-image>a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #00000091;
    width: 100%;
    height: 100%;
}
.onboard-container-inner .onboard-01-section .onboard-01-section-card-title { line-height:1 }
.auth-container.reset-auth-container,
.md-modal .modal-dialog { max-width:510px;	}
.games-nonmember-section-content.progress_report .games-nonmember-section-content-scarrymommy-img img { max-width: 100%; }
.games-nonmember-section-content.progress_report h3 {
    max-width: 555px;
}
.educational-games-section.progress_report .educational-games-section-card { text-align: center; max-width: 300px;padding: 30px; }
.educational-games-section.progress_report .educational-games-section-card .btnRegisterModal { margin: 0 auto; }
.games-nonmember-section-content.progress_report .progress_list { margin-right: 60px; }
ul.tick_list {list-style: none;padding: 0;margin: 0;}

ul.tick_list li:after {content: '';position: absolute;top: 0;left: 0;   background-repeat: no-repeat;
  background-position: top;
  background-size: 100%;
  background-image: url(../../assets/images/check_mark.svg); width: 19px;

    height: 17px;}

ul.tick_list li {
	    padding: 0 0 0 45px;
    position: relative;
}
.why_knee_Sc { background-color: #F8F0FF; }
.progress_report_hero { background-image: url(../../assets/images/Hero_ProgressReport.png); }
.play-now-btn { background-color: #96cc16 !important; }
.play-now-btn:hover { background-color: #2638c1 !important; }

.student_login_wrap { max-width: 900px; }
.unlock_box {
	    overflow: hidden;
	border: 2px solid rgba(0, 120, 255, 1);
	margin-top: 30px;
	border-radius: 15px;
}
.unlock_box .body-box {
    padding: 15px 27px;
}
.unlock_box .header-box {background: rgba(0, 120, 255, 1); padding: 30px 20px 12px;}
.unlock_box .header-box h3 {
	font-size: 22px;
	color: #fff;
}
.unlock_box .body-box h4 {
    color: rgba(49, 49, 49, 1);
}

.unlock_box .body-box h5 {
    color: rgba(223, 25, 91, 1);
    margin: 15px 0 0 0;
    font-size: 20px;
}

.unlock_box .body-box p {
    line-height: 20px;
    color: rgba(113, 110, 110, 1);
    font-weight: 600;
    font-size: 16px;
    margin: 20px 0 15px 0;
}
.unlock_box .body-box .btn {
    height: auto;
}
.play-center-content .recently-played h4 small {
    font-size: 1.1rem;
}
.play-center-content .recently-played-slider-img.disable-slide {
	position: relative;
    z-index: 1;
}
.play-center-content .recently-played-slider-img.disable-slide:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.59);
}

.play-center-content .recently-played-slider-img.disable-slide a {
    cursor: auto;
    pointer-events: none;
}
.upgradeModal .modal-header { background: rgba(0, 120, 255, 1); padding: 20px 20px 15px; }

.upgradeModal .modal-header h5 {
    font-size: 3rem;
    line-height: 2.8rem;
    color: #fff;
    font-weight: 800 !important;
}
.upgradeModal .modal-content {
	border-radius: 30px;
	overflow: hidden;
}
.upgradeModal .modal-header button.btn-close {
	position: absolute;
	top: 12px;
	right: 17px;
	margin: 0 !important;
	border: 0;
	background: transparent;
	width: 23px;
	height: 23px;
	padding: 0;
	z-index: 10;
}
.upgradeModal .modal-header button.btn-close img {
    width: 100%;
    display: block;
    height: 100%;
}
body.modal-open .page-content {
    z-index: unset;
}
.upgradeModal .modal-body {
    padding: 38px 52px 30px 47px;
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

.upgradeModal .modal-body .left-box  {
    width: 50%;
    max-width: 378px;
}
.upgradeModal .modal-body .left-box {
}
.unlock_box .header-box h3 {
	font-size: 22px;
	color: #fff;
}
.upgradeModal .modal-body .left-box h4 {
	color: rgba(49, 49, 49, 1);
    font-size: 34px;
    line-height: 40px;
    margin-bottom: 28px;
}
.upgradeModal .modal-body .left-box h4 small {
    font-size: 20px;
    line-height: 26px;
    font-weight: 600 !important;
    display: block;
}
.upgradeModal .modal-footer {
    background: #ffdc00;
    padding-top: 20px;
    padding-bottom: 20px;
    justify-content: center;
	border: 0;
}
.upgradeModal .modal-body .left-box h5 {
    color: rgba(223, 0, 89, 1);
    margin-bottom: 27px;
    font-size: 28px;
    line-height: 32px;
}

.upgradeModal .modal-body .left-box p {
    line-height: 26px;
    color: rgba(61, 61, 61, 1);
    font-weight: 600;
    font-size: 20px;
}
.upgradeModal .modal-body .left-box .btn {
    height: auto;
}

.upgradeModal .modal-body .right-box {
    width: 50%;
    max-width: 359px;
    margin-left: auto;
}

.upgradeModal .modal-body .right-box .list .item {
    display: flex;
    align-items: center;
}

.upgradeModal .modal-body .right-box .list .item+.item {
	margin-top: 15px;
}

.upgradeModal .modal-body .right-box .list .item .thumb {
    width: 105px;
    height: 105px;
}

.upgradeModal .modal-body .right-box .list .item .content {
	width: calc(100% - 105px - 29px);
	color: rgba(94, 30, 187, 1);
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	margin-left:29px;
}

.upgradeModal .modal-body .right-box .list .item .thumb img {
    display: block;
    width: 100%;
    height: 100%;
}
.upgradeModal .modal-footer .btn {
    height: auto;
}
.child_upgrade_grp,
.parent_upgrade_grp {
    padding-left: 68px;
}
.upgradeModal .modal-footer .btn {
	height: auto;
	font-weight: 600;
}
.upgrade_grp_mn .left_title {
    font-size: 24px !important;
    font-weight: 900;
    line-height: 26px;
}
.reg-grp strong {
    text-align: center;
    display: block;
    font-weight: 900;
    font-size: 18px;
}
.upgradeModal .modal-body .right-box .modal_box>img {
    width: 328px;
    height: 313px;
    margin: 0 auto;
    display: block;
}


.upgradeModal.childUpgrade .modal-footer {
    background: transparent;
    padding-top: 10px;
    padding-bottom: 20px;
}

.upgradeModal .modal-body .right-box .modal_box h5 {
    font-size: 24px;
    line-height: 28px;
    color: rgba(223, 0, 89, 1);
    text-align: center;
}
@media(max-width:991px ) {
	.upgradeModal .modal-header h5 {
		font-size: 2rem;
		line-height: 2.2rem;
	}

}
@media(max-width:767px ) {
	.games-nonmember-section-content.progress_report .progress_list { margin-right: 0; }
	.student_login_wrap .card-default-content .row {
		flex-direction: column-reverse;
	}
	.upgradeModal .modal-header h5 {
		font-size: 1.6rem;
		line-height: 2rem;
	}
	.upgradeModal .modal-body {
		padding: 20px;
	}
	.upgradeModal .modal-body .right-box {
		width: 100%;
		margin: auto;
	}
	.upgradeModal .modal-body .left-box {
		width: 100%;
		margin: auto;
	}
	.upgradeModal .modal-body .left-box h4 {
		font-size: 28px;
		line-height: 38px;
		margin-bottom: 15px;
	}
	.upgradeModal .modal-body .left-box h5 {
		margin-bottom: 15px;
		font-size: 22px;
		line-height: 30px;
	}
	.upgradeModal .modal-body .left-box p {
		line-height: 22px;
		font-size: 18px;
	}
	.upgradeModal .modal-body .right-box .list .item .thumb {
		width: 70px;
		height: 70px;
	}
	.upgradeModal .modal-body .right-box .list .item .content {
		width: calc(100% - 70px - 15px);
		font-size: 18px;
		line-height: 22px;
		margin-left: 15px;
	}
	.upgradeModal .modal-footer {     padding-top: 15px;
    padding-bottom: 15px; }
}


.disableBlurClass{
    pointer-events: none;
    cursor: auto;
    filter: blur(1px);
}




 .subscriptionPlanModal.updated .modal-dialog .modal-content{
    background: linear-gradient(180deg, #95C5FF 0%, #E8F1FC 43.9%);
    max-width: 636px;
    margin: 0 auto;
    width: 100%;
}

.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-header{
    background-color: none;
    border: none;
    padding: 0;
}
.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body{

   flex-direction: column;
   display: flex;
}

.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-image{
    margin: 0 auto;
    width: 110px;
    height: 50px;
        margin-bottom: 26px;
}
.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-image img{
    width: 100%;
    height: 100%;
}
.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    text-align: center;
}
.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-box h4{
    font-size: calc(28px + (38 - 28) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    line-height: calc(28px + (38 - 28) * ((100vw - 320px) / (1920 - 320)));
    color: #DF0059;
    width: 100%;
     text-align: center;
}

.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-box p{
    font-size: calc(17px + (22 - 17) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    line-height: 18px;
    color: #2638C1;
    margin: 0;
    width: 100%;
     text-align: center;
}

.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-box .last-p{
    font-size: calc(16px + (18 - 16) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 600;
    line-height: 24px;
    color: #2638C1;
    text-align: center;
    padding: 0 calc(4px + (56 - 4) * ((100vw - 320px) / (1920 - 320)));
}

.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-body .top-box .btn{
    margin-top: 20px;
    margin-bottom: 12px;

}
.subscriptionPlanModal.updated .modal-dialog .modal-content .modal-footer{
  background-color: #0078FF !important;
  margin-top: 60px;
}

.subscriptionPlanModal.updated .modal-dialog .modal-content .footer-image{
    position: absolute;
    left: 0;
    bottom: 28px;
}

.subscriptionPlanModal.updated .modal-dialog .updated-p{
     font-size: calc(24px + (34 - 24) * ((100vw - 320px) / (1920 - 320)));
    font-weight: 800;
    line-height: 38px;
    color: #FFFFFF;
    text-align: center;
    padding: calc(14px + (24 - 14) * ((100vw - 320px) / (1920 - 320))) calc(16px + (36 - 16) * ((100vw - 320px) / (1920 - 320)));
    max-width: 636px;
    width: 100%;
    margin: 0 auto;
}

.subscriptionPlanModal.updated .modal-dialog.modal-dialog-centered {
     flex-direction: column;
}
.ul-list{
    padding: 0;
        display: flex;
    flex-direction: column;
    gap: 14px;
}

.ul-list li{
            display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
}
.ul-list li span.check{
        position: relative;
    display: inline-block;
        padding-left: 36px;
}

.ul-list li span.check:before{
       position: absolute;
    content: "";
        top: 7px;
    left: 1px;
    width: 5px;
    height: 10px;
    background: #FF7500;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(-45deg);
}
.ul-list li span.check:after{
        position: absolute;
    content: "";
   top: 7px;
    left: 3px;
    width: 22px;
    height: 5px;
    background: #FF7500;
    border-radius: 5px;
    display: inline-block;
    transform: rotate(-45deg);
}



/*new css*/


.free-trial-modal
{
    z-index: 9999;
}
.modal.free-trial-modal .modal-dialog {
  max-width: 500px;
  width: 100%;
  margin: auto;
}

.modal.free-trial-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .title {
  font-size: 24px !important;
  font-weight: 800;
  line-height: 30px;
  color: #DF0059 !important;
  margin-bottom: 15px;
  text-align: center;
}

.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content h1 {
  font-size: 28px !important;
  font-weight: 800;
  line-height: 24px;
  color: #2638C1 !important;
  margin-bottom: 10px;
  text-align: center;
}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .subtitle {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 20px;
  color: #DF0059 !important;
  margin-bottom: 12px;
  text-align: center;
  max-width: 387px;
    margin-left: auto;
    margin-right: auto;
}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .plan-title {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px;
  color: #2638C1 !important;
  margin-bottom: 14px;
  text-align: center;
}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group small.pipe {
 width:1px;
 height:33px;
 background-color: #2638C1;
 border-radius: 4px;
 display: inline-block;
}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group small {
 width:2%;
 margin-top:5px;
}

.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group .btn-class {
     width: 49%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group .btn{
    padding: 9px 18px;
    font-size: 16px !important;
  font-weight: 800;
  line-height: 19px;

}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group {
display: flex
;
    align-items: start;
    gap: 14px;
    justify-content: center;
}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content {
    padding: 50px 25px 25px;
}

.modal.free-trial-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content p.para {
  font-size: 10px !important;
  font-weight: 600;
  line-height: 12px;
  color: #606060 !important;
      text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
}
.modal.free-trial-modal .modal-dialog .modal-content .modal-body .btn-close{
position: absolute;
    top: 13px;
    right: 18px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
}

.play-again-modal
{
    z-index: 9999;
}
.modal.play-again-modal .modal-dialog {
  max-width: 100vw;
  height: 100vh;
  width: 100%;
  margin: auto;
}

.modal.play-again-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}

.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .title {
  font-size: 24px !important;
  font-weight: 800;
  line-height: 30px;
  color: #DF0059 !important;
  margin-bottom: 15px;
  text-align: center;
}

.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content h1 {
  font-size: 28px !important;
  font-weight: 800;
  line-height: 24px;
  color: #2638C1 !important;
  margin-bottom: 10px;
  text-align: center;
}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .subtitle {
  font-size: 18px !important;
  font-weight: 700;
  line-height: 20px;
  color: #DF0059 !important;
  margin-bottom: 12px;
  text-align: center;
  max-width: 387px;
    margin-left: auto;
    margin-right: auto;
}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .plan-title {
  font-size: 16px !important;
  font-weight: 700;
  line-height: 24px;
  color: #2638C1 !important;
  margin-bottom: 14px;
  text-align: center;
}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group small.pipe {
 width:1px;
 height:33px;
 background-color: #2638C1;
 border-radius: 4px;
 display: inline-block;
}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group small {
 width:2%;
 margin-top:5px;
}

.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group .btn-class {
     width: 49%;
    display: flex
;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group .btn{
    padding: 9px 18px;
    font-size: 16px !important;
  font-weight: 800;
  line-height: 19px;

}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content .trial-btn-group {
display: flex
;
    align-items: start;
    gap: 14px;
    justify-content: center;
}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content {
    padding: 50px 25px 25px;
}

.modal.play-again-modal .modal-dialog .modal-content .modal-body .card-wizard .card-default-content p.para {
  font-size: 10px !important;
  font-weight: 600;
  line-height: 12px;
  color: #606060 !important;
      text-align: center;
    margin-top: 6px;
    margin-bottom: 0;
}
.modal.play-again-modal .modal-dialog .modal-content .modal-body .btn-close{
position: absolute;
    top: 13px;
    right: 18px;
    width: 20px;
    height: 20px;
    padding: 0;
    background: none;
    border: none;
}


 @keyframes rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}


 @-webkit-keyframes rotate {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}
.load-main{
   width: 100vw;
    height: 100vh;
    display: flex
;
    align-items: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1000;
    background: hsl(0deg 0% 0% / 50%);
    backdrop-filter: blur(1px);

}

.load-main.hide{
    display:none;
}
.load-main.show{
    display: flex;
}

.load {
	width: 30px;
	height: 30px;
	margin: auto;
	border:solid 4px #0078ff;
	border-radius: 50%;
	border-bottom-color: transparent;
	 -webkit-transition: all 0.5s ease-in;
    -webkit-animation-name:             rotate;
    -webkit-animation-duration:         1.0s;
    -webkit-animation-iteration-count:  infinite;
    -webkit-animation-timing-function: linear;

    	 transition: all 0.5s ease-in;
    animation-name:             rotate;
    animation-duration:         1.0s;
    animation-iteration-count:  infinite;
    animation-timing-function: linear;
}

.btn.with-loader{
    display:flex;
    align-items:center;
    gap:8px;

}
.btn.with-loader .load{
    	width: 20px;
	height: 20px;
    	border:solid 3px #ffffff;
	border-radius: 50%;
	border-bottom-color: transparent;

}


.play-body.play-body-data .home_banner_mn .canvas-grp{
    flex-direction: row !important;
     height: 190px;
    min-height: 190px;
    max-height: 190px;
    justify-content: start !important;
        padding-left: 150px;
}

.play-body.play-body-data .home_banner_mn .canvas-grp canvas{
       width: 260px;
    min-width: 260px;
    max-width: 260px;
    height: 170px;
    min-height: 170px;
    max-height: 170px;
    margin: -35px;
}


.play-body.play-body-container{
    background-image: url(../../assets/images/Game_FPO.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width:100%;
  height:100%;
}

.play-body.play-body-container .playcenter-game-purple{
    height: 100vh;
    margin: 0;
}
.play-body.play-body-container .container{
    height: 100%;
}
.play-body.play-body-container .playcenter-game-purple-inner{
    height: 100%;
    height: 100%;
    display: flex
;
    align-items: center;
    justify-content: center;
}

.play-body.play-body-container .playcenter-game-content{
        position: relative;
    margin: auto;
    width: 100%;
    aspect-ratio: 1236 / 697;
    max-width: 1236px;

}

.hover-container{
    position: relative;
    height: 100%;
    overflow: hidden;
}

.hover-container .page-content.body-white{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
}

body.hover-top.play-body.play-body-data .header.profile-header{
    transition: all 0.75s ease;
    transform: translateY(0);
}

.play-body.play-body-data .header.profile-header{
    transform: translateY(-100px);
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    transition: all 0.5s ease;
}
.play-body.play-body-container .playcenter-game-content iframe{
    height: 100%;
    width: 100%;
}
.play-body.play-body-container .playcenter-game-content iframe html body .c3htmlwrap{
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.play-body.play-body-container .playcenter-game-content iframe html body canvas{
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.c3htmlwrap{
    height: 100% !important;
    width: 100% !important;
    margin: 0 !important;
}
.play-body.play-body-container .playcenter-game-content .iframe-overlay{
    height: 100%;
    width: 100%;
    aspect-ratio: 1236 / 697;
    max-width: 1236px;
    z-index: 2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
  margin: auto;
      background-color: rgba(0, 0, 0, 0.5);
}
.play-body.play-body-container .playcenter-game-content .iframe-overlay:before{
    content: "";
    opacity: 0.5;
    height: 100%;
    width: 100%;
    aspect-ratio: 1236 / 697;
    max-width: 1236px;
    z-index: -2;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
    background-image: url(../../assets/images/overlay.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: auto;
      padding: 48px 24px 26px;
}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .btn.red-btn{
            font-size: 55px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    background: #FF0000 !important;
    width: max-content;
    margin: 0 auto;
    border: 7px solid white !important;
    border-radius: 50px;
    padding: 14px 23px;

}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .btn.green-btn{
            font-size: 40px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    background: #00BB22 !important;
    width: max-content;
    margin: 0 auto;
    border: 4px solid white !important;
    border-radius: 50px;
    padding: 14px 23px;
}

.play-body.play-body-container .playcenter-game-content .iframe-overlay h4{
            font-size: 36px !important;
    font-weight: 800 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    text-align: center;

}
.play-body.play-body-container .playcenter-game-content .iframe-overlay p.para{
            font-size: 24px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #ffffff !important;
    display: inline-block;
    position: absolute;
    bottom: -60px;
    left: 0;

}
.play-body.play-body-container .playcenter-game-content .iframe-overlay p.para span{
            font-size: 36px !important;
    font-weight: 600 !important;
    line-height: 1.2 !important;
    color: #ffffff !important

}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .space-y-38{
        display: flex
;
    flex-direction: column;
    gap: 38px;
        padding: 48px 24px 26px;

}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .space-y-23{
        display: flex
;
    flex-direction: column;
    gap: 23px;
    position: relative;

}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .image-grp{
        display: flex
;
    align-items: center;
    gap: 16px;
justify-content:center;
}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .image-grp .img-box{
           aspect-ratio: 385 / 216;
    width: 385px;
    height: auto;
}
.play-body.play-body-container .playcenter-game-content .iframe-overlay .image-grp .img-box img{

    width: 100%;
    height: 100%;

}

@media (max-width: 1130px){
    .hover-container .page-content.body-white{
        position: static !important;

    }

    .play-body.play-body-data .header.profile-header{
        transform: translateY(0);
        position: unset !important;
    }
}




 .error {
        color: red;
    }
    .hideClass{
        display: none !important;
    }

            /* Loader styles */
.loader {
    border: 16px solid #2d25ab; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: none; /* Hide the loader initially */
    z-index: 1050; /* Ensure it is on top of other elements */
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

/* Optional: Dim the background when the loader is active */
.dimmed-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1049;
    display: none;
}





