body {
  margin: 0px;
  font-family: Glimer;
  font-weight: 400;
  font-size: 16px;
  line-height: initial;
  color: rgb(0, 0, 0);
  scroll-behavior: smooth;
}
html {
  -webkit-tap-highlight-color: transparent;
  text-size-adjust: 100%;
}
ol,
ul {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
a,
button {
  cursor: pointer;
}
*,
::after,
::before {
  box-sizing: border-box;
  font-family: Glimer;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin-top: 0px;
  margin-bottom: 0px;
}
button {
  background-image: initial;
  background-position-x: 0px;
  background-position-y: 0px;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: initial;
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
}
label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
/* input:active,
input:focus {
  border-top-width: 0px;
  border-right-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-top-style: initial;
  border-right-style: initial;
  border-bottom-style: initial;
  border-left-style: initial;
  border-top-color: initial;
  border-right-color: initial;
  border-bottom-color: initial;
  border-left-color: initial;
  border-image-source: initial;
  border-image-slice: initial;
  border-image-width: initial;
  border-image-outset: initial;
  border-image-repeat: initial;
  outline-color: initial;
  outline-style: initial;
  outline-width: 0px;
} */
a {
  text-decoration-line: unset;
  text-decoration-thickness: unset;
  text-decoration-style: unset;
  text-decoration-color: unset;
  color: inherit;
}
.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
ul {
  list-style-type: none;
}
h2,
h3 {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
}
h1 {
  text-align: center;
  font-size: 28px;
  line-height: 36px;
  margin-bottom: 40px;
  color: rgb(0, 0, 0);
}
.lightBg {
  background-color: rgb(242, 242, 242);
  padding-bottom: 80px;
}
.bannerSec {
  position: relative;
  margin-top: 90px;
}
.bannerSec .bannerImage {
  width: 100%;
  object-fit: cover;
}
.card-move {
  position: relative;
  margin-top: -213px;
}
.card-move .cardWrapper {
  background-image: initial;
  background-position-x: initial;
  background-position-y: initial;
  background-size: initial;
  background-attachment: initial;
  background-origin: initial;
  background-clip: initial;
  background-color: rgb(255, 255, 255);
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding-top: 48px;
  padding-right: 94px;
  padding-bottom: 40px;
  padding-left: 94px;
}
.card-move .cardWrapper p {
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  font-weight: 500;
}
.card-move .cardWrapper h3 {
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  margin-top: 32px;
  text-align: left;
}
.card-move .cardWrapper h3::after {
  content: "";
  background-color: rgb(255, 203, 9);
  height: 4px;
  width: 80px;
  display: block;
  margin-top: 16px;
  margin-bottom: 24px;
}
.card-move .cardWrapper .description {
  text-align: left;
}
.card-move .cardWrapper .levels .accordion {
  cursor: pointer;
  width: 100%;
  transition-duration: 0.4s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: flex;
  align-items: center;
  column-gap: 16px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(238, 238, 238);
  justify-content: space-between;
  margin-top: 24px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
}
.card-move .cardWrapper .levels .accordion h4 {
  font-size: 16px;
  line-height: 36px;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 24px;
  margin-left: 0px;
  font-weight: 500;
  color: rgb(102, 102, 102);
}
.card-move .cardWrapper .levels .accordion img {
  transform: rotate(0deg);
  transition-duration: 0.6s;
  transition-timing-function: ease;
  transition-delay: 0s;
  transition-property: all;
  display: block;
}
.card-move .cardWrapper .levels .accordion.active {
  border-bottom-width: initial;
  border-bottom-style: none;
  border-bottom-color: initial;
}
.card-move .cardWrapper .levels .accordion.active h4 {
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
}
.card-move .cardWrapper .levels .accordion.active img {
  transform: rotate(180deg);
}
.card-move .cardWrapper .levels .accordion:last-child {
  border-bottom-width: initial;
  border-bottom-style: none;
  border-bottom-color: initial;
}
.card-move .cardWrapper .levels .panel {
  overflow-x: hidden;
  overflow-y: hidden;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: max-height;
  display: none;
  margin-top: 0px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgb(238, 238, 238);
}
.card-move .cardWrapper .levels .panel li {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 0px;
  margin-right: 24px;
  margin-bottom: 24px;
  margin-left: 24px;
  position: relative;
}
.card-move .cardWrapper .levels .panel li::before {
  content: "";
  margin-right: 0px;
  background-color: rgb(0, 0, 0);
  width: 6px;
  height: 6px;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
  border-bottom-right-radius: 50%;
  border-bottom-left-radius: 50%;
  display: block;
  position: absolute;
  left: -20px;
  top: 0.5rem;
}
.card-move .cardWrapper .levels .panel a {
  text-decoration-line: underline;
  text-decoration-thickness: initial;
  text-decoration-style: initial;
  text-decoration-color: initial;
  color: rgb(0, 131, 204);
}
.card-move .cardWrapper .levels .panel p {
  text-align: left;
  font-size: 14px;
  line-height: 22px;
  color: rgb(0, 0, 0);
  font-weight: 600;
  margin-top: 16px;
  margin-right: 0px;
  margin-bottom: 16px;
  margin-left: 0px;
}
.card-move .cardWrapper .levels .panel:last-child {
  border-bottom-width: initial;
  border-bottom-style: none;
  border-bottom-color: initial;
}
.here {
  color: rgb(0, 131, 204);
  text-decoration-line: underline;
}
@font-face {
  font-family: Glimer;
  src: url("Gilmer-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: Glimer;
  font-display: swap;
  src: url("Gilmer-Heavy.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: Glimer;
  font-display: swap;
  src: url("Gilmer-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: Glimer;
  font-display: swap;
  src: url("Gilmer-Medium.woff") format("woff");
  font-weight: 500;
}
@font-face {
  font-family: Glimer;
  src: url("Gilmer-Bold.woff") format("woff");
  font-display: swap;
  font-weight: 600;
}
@font-face {
  font-family: Glimer;
  font-display: swap;
  src: url("Gilmer-Heavy.woff") format("woff");
  font-weight: 700;
}
@font-face {
  font-family: Glimer;
  font-display: swap;
  src: url("Gilmer-Regular.woff") format("woff");
  font-weight: 400;
}
@font-face {
  font-family: Glimer;
  font-display: swap;
  src: url("Gilmer-Medium.woff") format("woff");
  font-weight: 500;
}
@media (max-width: 1200px) {
  .bannerSec {
    margin-top: 70px;
  }
}
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}
@media (min-width: 1501px) {
  .container {
    max-width: 1240px;
  }
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  h1 {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 16px;
  }
  .card-move .cardWrapper {
    padding-top: 24px;
    padding-right: 16px;
    padding-bottom: 24px;
    padding-left: 16px;
  }
  .card-move .cardWrapper p {
    font-size: 12px;
    line-height: 20px;
  }
  .card-move .cardWrapper h3 {
    font-size: 14px;
    margin-bottom: 0px;
  }
  .card-move .cardWrapper h3::after {
    margin-top: 8px;
    margin-bottom: 16px;
  }
  .card-move .cardWrapper .levels .accordion h4 {
    font-size: 14px;
    line-height: 24px;
  }
  .card-move .cardWrapper .levels .panel li {
    font-size: 12px;
    line-height: 22px;
    margin-top: 0px;
    margin-right: 22px;
    margin-bottom: 16px;
    margin-left: 22px;
  }
  .panel p {
    font-size: 12px;
  }
  .accordion h4 {
    font-size: 12px;
  }
}
@media (max-width: 768px) {
  .primary-btn,
  input[type="submit"] {
    min-width: 176px;
  }
  .lightBg {
    padding-bottom: 40px;
  }
  .footerWrapper {
    padding-top: 0 !important;
  }
}
input:focus-visible,
textarea:focus-visible,
input:focus,
textarea:focus {
  border: 1px solid #ffcb09 !important;
  outline: none;
}