@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
.header {
  width: 100%;
  position: absolute;
  z-index: 11;
  top: 0;
  margin-top: 3rem;
  margin-bottom: 1rem;
}
.header__logo {
  max-width: 183px;
  max-height: 43px;
}
@media (min-width: 45rem) {
  .header__logo {
    max-width: 283px;
    max-height: 63px;
  }
}
.header__logo {
  object-fit: contain;
}
.header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}
@media (min-width: 33.75rem) {
  .header__content {
    gap: 3rem;
  }
}
.header__button {
  display: inline-block;
  text-transform: capitalize;
  border-radius: 8px;
  background-color: #ffffff;
  color: #000;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  font-size: 0.7rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.header__button:hover {
  background-color: #0e82ff;
  color: #ffffff;
}
.header__button:focus {
  outline: none;
  border-color: #0e82ff;
}
.header__button:active {
  transform: scale(0.98);
}
@media (min-width: 33.75rem) {
  .header__button {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
    border-radius: 6px;
  }
}
@media (min-width: 45rem) {
  .header__button {
    padding: 0.8rem 1.5rem;
    font-size: 1rem;
    border-radius: 8px;
  }
}
@media (min-width: 60rem) {
  .header__button {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    border-radius: 10px;
  }
}

.hero {
  position: relative;
  z-index: 1;
  background-image: url("../images/bg-image.png?v=3");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 653px;
  display: grid;
  place-items: center;
}
@media (min-width: 60rem) {
  .hero {
    min-height: 803px;
  }
}
@media (min-width: 60rem) {
  .hero {
    place-items: center;
    padding-top: 0;
  }
}
.hero {
  color: #ffffff;
}
.hero__content-container {
  display: grid;
  place-items: start;
  gap: 2rem;
  grid-template-columns: 3fr;
}
@media (min-width: 45rem) {
  .hero__content-container {
    grid-template-columns: 1.5fr 1fr;
  }
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: space-evenly;
  height: 100%;
  gap: 2rem;
}
@media (min-width: 45rem) {
  .hero__content {
    gap: 0;
  }
}
@media (min-width: 60rem) {
  .hero__content {
    margin-top: -0.75rem;
  }
}
.hero__title {
  max-width: 372px;
  font-size: 30.83px;
}
@media (min-width: 45rem) {
  .hero__title {
    font-size: 37.83px;
    max-width: 100%;
  }
}
@media (min-width: 60rem) {
  .hero__title {
    font-size: 45.83px;
  }
}
.hero__title {
  line-height: 1.3;
}
.hero__br {
  display: none;
}
@media (min-width: 60rem) {
  .hero__br {
    display: inline;
  }
}
.hero__meta {
  margin-top: 1rem;
  display: flex;
  align-items: left;
  flex-direction: column;
}
@media (min-width: 60rem) {
  .hero__meta {
    flex-direction: row;
    align-items: center;
  }
}
.hero__meta {
  gap: 2rem;
  justify-content: space-between;
  width: 100%;
}
.hero__meta-item {
  display: flex;
  align-items: center;
  gap: 1rem;
  max-width: 180px;
}
@media (min-width: 45rem) {
  .hero__meta-item {
    max-width: 100%;
  }
}
.hero__meta-icon {
  max-width: 25px;
  max-height: 25px;
}
@media (min-width: 45rem) {
  .hero__meta-icon {
    max-width: 35px;
    max-height: 35px;
  }
}
@media (min-width: 60rem) {
  .hero__meta-icon {
    max-width: 45px;
    max-height: 45px;
  }
}
.hero__meta-icon {
  object-fit: contain;
}
.hero__meta-text {
  display: flex;
  flex-direction: column;
  font-size: 14px;
}
.hero__meta-label {
  color: #0e82ff;
}
.hero__meta-value {
  font-weight: normal;
}
.hero__img {
  position: absolute;
  z-index: 22;
  bottom: 5rem;
  right: 1rem;
  max-width: 50%;
  max-height: 50%;
}
@media (min-width: 45rem) {
  .hero__img {
    display: none;
  }
}
.hero__image {
  display: none;
}
@media (min-width: 45rem) {
  .hero__image {
    display: grid;
    place-items: center;
  }
}
.hero__image-img {
  max-width: 35%;
}
@media (min-width: 45rem) {
  .hero__image-img {
    max-width: 75%;
  }
}
@media (min-width: 60rem) {
  .hero__image-img {
    max-width: 100%;
  }
}
.hero__image-img {
  height: auto;
}

.section-paragraph {
  position: relative;
  z-index: 1;
  margin-top: -5rem;
  width: 100%;
  background-color: #002a7d;
  color: #ffffff;
  padding: 1.5rem;
  border-radius: 1rem;
}
@media (min-width: 45rem) {
  .section-paragraph {
    padding: 2rem 3rem;
  }
}
@media (min-width: 60rem) {
  .section-paragraph {
    padding: 2rem 5rem;
  }
}

.topics {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .topics {
    margin-bottom: 95px;
  }
}
.topics__title {
  text-align: center;
}
.topics__grid {
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 45rem) {
  .topics__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 60rem) {
  .topics__grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
.topics__grid {
  gap: 2rem;
  margin-top: 1rem;
}
.topics__card {
  background-color: #002a7d;
  border-radius: 1rem;
  padding: 2.5rem 2rem;
  text-align: center;
  color: #ffffff;
  min-height: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 1.5rem;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.topics__card:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}
.topics__icon {
  max-width: 315px;
  max-height: 315px;
  object-fit: contain;
  margin: 0 auto;
}
.topics__text {
  text-align: left;
  font-weight: 400;
  line-height: 1.2;
  text-transform: uppercase;
}
.topics {
  /* Responsive */
}
@media (max-width: 1200px) {
  .topics__grid {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 900px) {
  .topics__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .topics__grid {
    grid-template-columns: 1fr;
  }
}

.attend {
  margin-top: 50px;
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .attend {
    margin-top: 78px;
    margin-bottom: 140px;
  }
}
.attend__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 45rem) {
  .attend__content {
    grid-template-columns: repeat(2, 1fr);
    gap: 4rem;
  }
}
.attend__title {
  margin-bottom: 1rem;
}
.attend__subtitle {
  margin-bottom: 1rem;
  font-size: 15px;
}
@media (min-width: 45rem) {
  .attend__subtitle {
    font-size: 17px;
  }
}
@media (min-width: 60rem) {
  .attend__subtitle {
    font-size: 20px;
  }
}
.attend__list {
  list-style: none;
  padding: 0;
  width: 100%;
}
.attend__text {
  margin-top: 1.25rem;
  max-width: 410px;
}
.attend__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.overview-section {
  padding: 5rem 0;
  background-color: #ffffff;
}
.overview-section__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}
@media (min-width: 45rem) {
  .overview-section__grid {
    grid-template-columns: 1fr 1fr;
    gap: 4rem;
  }
}
.overview-section__title {
  margin-bottom: 1rem;
}
.overview-section__subtitle {
  font-weight: 700;
  font-size: 15px;
}
@media (min-width: 45rem) {
  .overview-section__subtitle {
    font-size: 17px;
  }
}
@media (min-width: 60rem) {
  .overview-section__subtitle {
    font-size: 20px;
  }
}
.overview-section__subtitle {
  margin-bottom: 1.5rem;
}
.overview-section__list {
  list-style: none;
  padding: 0;
  width: 100%;
}
.overview-section__border {
  border-top: 2px solid #002a7d;
  padding-top: 35px;
}
@media (min-width: 45rem) {
  .overview-section__border {
    border-top: 0;
    padding-top: 0;
    border-left: 2px solid #002a7d;
    padding-left: 55px;
  }
}
.overview-section__text {
  margin-bottom: 1.25rem;
  max-width: 470px;
}
.overview-section__text strong {
  font-weight: 700;
}

.speakers {
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .speakers {
    margin: 100px 0;
  }
}
.speakers__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 60rem) {
  .speakers__content {
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
  }
}
.speakers__header {
  display: flex;
}
@media (min-width: 60rem) {
  .speakers__header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.speakers__header {
  align-items: left;
  justify-content: space-between;
  height: 100%;
}
.speakers__title {
  margin-bottom: 0;
}
.speakers__nav {
  display: flex;
  gap: 0.5rem;
}
.speakers__nav-btn {
  width: 35px;
  height: 35px;
}
@media (min-width: 60rem) {
  .speakers__nav-btn {
    width: 40px;
    height: 40px;
  }
}
.speakers__nav-btn {
  border-radius: 50%;
  border: 1px solid #002a7d;
  background: #002a7d;
  cursor: pointer;
  transition: background 0.2s ease;
}
.speakers__nav-btn img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.speakers__nav-btn--prev, .speakers__nav-btn--next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 60rem) {
  .speakers__nav-btn--prev, .speakers__nav-btn--next {
    margin-bottom: 4rem;
  }
}
.speakers__nav-btn:hover {
  background: #0e82ff;
}
.speakers__nav-btn--prev {
  transform: rotate(180deg);
}
.speakers__swiper {
  width: 100%;
}

.speaker-card {
  text-align: left;
}
.speaker-card__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: auto;
}
@media (min-width: 60rem) {
  .speaker-card__image {
    height: 290px;
  }
}
.speaker-card__image img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
@media (min-width: 33.75rem) {
  .speaker-card__info {
    display: flex;
    flex-direction: column;
    align-items: left;
    justify-content: space-between;
    min-height: 118.8px;
  }
}
.speaker-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #002a7d;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.speaker-card__role {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #444;
}
.speaker-card__bio-btn {
  background-color: #002a7d;
  color: #ffffff;
  border: none;
  width: 100%;
  padding: 0.5rem;
  margin-top: 1.5rem;
  font-weight: 700;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.5s ease;
}
.speaker-card__bio-btn:hover {
  background-color: #0e82ff;
}

.speaker-bio-modal {
  position: fixed;
  inset: 0;
  z-index: 999;
  display: none;
}
.speaker-bio-modal.is-open {
  display: block;
}
.speaker-bio-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.speaker-bio-modal__content {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100%;
  max-width: 90%;
  background: #fff;
  padding: 1.5rem;
  overflow-y: auto;
  max-height: 70vh;
  transform: translate(-50%, -50%);
  border-radius: 16px;
}
@media (min-width: 60rem) {
  .speaker-bio-modal__content {
    max-width: 65%;
  }
}
@media (min-width: 95rem) {
  .speaker-bio-modal__content {
    max-width: 40%;
  }
}
.speaker-bio-modal__close {
  position: absolute;
  top: 12px;
  right: 16px;
  font-size: 2rem;
  background: none;
  border: none;
  font-weight: 700;
  cursor: pointer;
}
.speaker-bio-modal__name {
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 600;
}
.speaker-bio-modal__desc {
  color: #444;
}

.trainers {
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .trainers {
    margin: 100px 0;
    padding: 150px 0;
    margin-bottom: 75px;
  }
}
.trainers {
  background-color: #e9f0ff;
}
.trainers__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  align-items: start;
}
@media (min-width: 60rem) {
  .trainers__content {
    grid-template-columns: 1fr 3fr;
    gap: 3rem;
  }
}
.trainers__header {
  display: flex;
}
@media (min-width: 60rem) {
  .trainers__header {
    flex-direction: column;
    margin-bottom: 2rem;
  }
}
.trainers__header {
  align-items: left;
  justify-content: space-between;
  height: 100%;
}
.trainers__title {
  color: #002a7d;
  margin-bottom: 0;
}
.trainers__nav {
  display: flex;
  gap: 0.5rem;
}
.trainers__nav-btn {
  width: 35px;
  height: 35px;
}
@media (min-width: 60rem) {
  .trainers__nav-btn {
    width: 40px;
    height: 40px;
  }
}
.trainers__nav-btn {
  border-radius: 50%;
  border: 1px solid #002a7d;
  background: #002a7d;
  cursor: pointer;
  transition: background 0.2s ease;
}
.trainers__nav-btn img {
  width: 15px;
  height: 15px;
  object-fit: contain;
}
.trainers__nav-btn--prev, .trainers__nav-btn--next {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 0;
}
@media (min-width: 60rem) {
  .trainers__nav-btn--prev, .trainers__nav-btn--next {
    margin-bottom: 4rem;
  }
}
.trainers__nav-btn:hover {
  background: #0e82ff;
}
.trainers__nav-btn--prev {
  transform: rotate(180deg);
}
.trainers__swiper {
  width: 100%;
}

.trainer-card {
  text-align: left;
}
.trainer-card__image {
  border-radius: 12px;
  overflow: hidden;
  margin-bottom: 1rem;
  height: auto;
}
@media (min-width: 60rem) {
  .trainer-card__image {
    height: 290px;
  }
}
.trainer-card__image img {
  width: 100%;
  height: 100%;
  object-position: top;
  object-fit: cover;
}
.trainer-card__name {
  font-size: 14px;
  font-weight: 700;
  color: #002a7d;
  margin-bottom: 0.25rem;
  text-transform: uppercase;
}
.trainer-card__role {
  text-transform: capitalize;
  font-weight: 400;
  font-size: 14px;
  color: #444;
}

.organizers {
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .organizers {
    margin-bottom: 75px;
  }
}
.organizers__content {
  position: relative;
  background-color: #ededed;
  padding: 1rem;
  min-height: 442.83px;
}
@media (min-width: 45rem) {
  .organizers__content {
    padding: 2rem 3rem;
    min-height: 642.83px;
  }
}
.organizers__block {
  position: relative;
  z-index: 1;
  background-color: #002a7d;
  display: grid;
  place-items: start;
  grid-template-columns: 1fr;
  padding: 1rem;
  gap: 0.75rem;
}
@media (min-width: 45rem) {
  .organizers__block {
    grid-template-columns: 1fr 3fr;
    gap: 1.75rem;
    padding: 2rem 3rem;
  }
}
.organizers__title {
  color: #ffffff;
  margin-bottom: 0;
}
.organizers__text {
  color: #ffffff;
}
.organizers__img {
  width: 100%;
  min-height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  right: 0;
}

.apply {
  padding: 50px 0;
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .apply {
    margin-bottom: 100px;
    padding: 85px 0;
  }
}
.apply {
  background-color: #002a7d;
  color: #ffffff;
  text-align: left;
}
.apply__content {
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr;
}
@media (min-width: 45rem) {
  .apply__content {
    grid-template-columns: 1fr 2.5fr;
    gap: 3rem;
  }
}
.apply__content {
  gap: 2rem;
  align-items: start;
  width: 100%;
}
.apply__title {
  color: #ffffff;
  margin-bottom: 2rem;
  text-transform: none;
}
.apply__button {
  display: inline-block;
  text-transform: capitalize;
  border-radius: 8px;
  background-color: #ffffff;
  color: #000;
  padding: 0.6rem 1.2rem;
  font-weight: 600;
  font-size: 14px;
  border: 1px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
}
.apply__button:hover {
  background-color: #0e82ff;
  color: #ffffff;
}
.apply__button:focus {
  outline: none;
  border-color: #0e82ff;
}
.apply__button:active {
  transform: scale(0.98);
}
@media (min-width: 33.75rem) {
  .apply__button {
    padding: 0.5rem 1rem;
    border-radius: 6px;
  }
}
@media (min-width: 45rem) {
  .apply__button {
    padding: 0.8rem 1.5rem;
    border-radius: 8px;
    margin-bottom: 3rem;
  }
}
@media (min-width: 60rem) {
  .apply__button {
    padding: 1rem 2rem;
    border-radius: 10px;
  }
}
.apply__cards {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.apply__card {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.25rem 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  background: transparent;
  cursor: pointer;
}
.apply__icon {
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}
.apply__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.apply__card-text {
  text-align: left;
}
.apply__info {
  margin-top: 2rem;
}
.apply__info-block {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.apply__info-label {
  font-weight: 600;
  font-size: 14px;
}
.apply__info-value {
  opacity: 0.9;
  font-size: 14px;
}
@media (min-width: 45rem) {
  .apply__notification {
    margin-top: 2rem;
  }
}
.apply__notification {
  text-align: left;
}
.apply__notification-title {
  font-weight: 600;
  font-size: 14px;
}
@media (min-width: 45rem) {
  .apply__notification-title {
    margin-bottom: 0.25rem;
  }
}
.apply__notification-text {
  opacity: 0.85;
}

.sponsors {
  text-align: center !important;
  margin-bottom: 50px;
}
@media (min-width: 60rem) {
  .sponsors {
    margin: 100px 0;
  }
}
.sponsors__title {
  text-align: left !important;
}
.sponsors__sub-title {
  text-align: left !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
@media (min-width: 60rem) {
  .sponsors__sub-title {
    font-size: 18px !important;
  }
}
.sponsors__marquee {
  display: flex !important;
  flex-wrap: wrap;
  align-items: center !important;
  justify-content: start !important;
}
@media (min-width: 45rem) {
  .sponsors__marquee {
    justify-content: space-between !important;
  }
}
.sponsors__marquee {
  gap: 2.5rem;
  width: 100%;
}
.sponsors__layout {
  display: flex !important;
  flex-wrap: wrap;
  justify-content: space-between !important;
  column-gap: 2rem;
  row-gap: 7rem;
}
.sponsors__logo {
  max-height: 40px !important;
}
@media (min-width: 45rem) {
  .sponsors__logo {
    max-height: 70px !important;
  }
}
.sponsors__logo {
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease, opacity 0.3s ease;
}
.sponsors__logo:hover {
  transform: scale(1.05);
  opacity: 1;
}

.contact {
  padding: 50px 0;
}
@media (min-width: 60rem) {
  .contact {
    padding: 85px 0;
  }
}
.contact {
  background-color: #e9f0ff;
  color: #002a7d;
}
.contact__title {
  text-align: center;
}
.contact__info {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  width: 100%;
}
.contact__item {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  text-decoration: none;
  font-size: 0.95rem;
  transition: color 0.3s ease;
  color: #002f87;
}
.contact__img {
  display: grid;
  place-items: center;
  background-color: #002a7d;
  border-radius: 9999px;
  padding: 10px;
  width: 35px;
  height: 35px;
}
@media (min-width: 45rem) {
  .contact__img {
    width: 50px;
    height: 50px;
  }
}
.contact__icon {
  width: 15px;
  height: 15px;
}
@media (min-width: 45rem) {
  .contact__icon {
    width: 20px;
    height: 20px;
  }
}
.contact__icon {
  object-fit: contain;
}
.contact__email {
  word-break: break-all;
  color: #002a7d;
  font-size: 14px;
}

.footer__bottom {
  padding: 30px 0;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
  color: #002a7d;
}
@media (min-width: 60rem) {
  .footer__bottom {
    font-size: 22px;
  }
}

.button-shape {
  display: inline-block;
  padding: 12px 19px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
  cursor: pointer;
  font-size: 11.17px;
}

.button-shape-primary {
  background: #002a7d;
  color: #ffffff;
}
.button-shape-primary:hover {
  background: #0e82ff;
}

.button-shape-contact {
  background: #002a7d;
  color: #ffffff;
  border-radius: 6px;
  display: inline-block;
  padding: 9px 18px;
  font-weight: 400;
  text-transform: uppercase;
  transition: all 0.5s ease;
  cursor: pointer;
  font-size: 10.42px;
}
.button-shape-contact:hover {
  background: #0e82ff;
}

.button-shape-black {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.button-shape-black:hover {
  color: #ffffff;
  background: #0e82ff;
  border: 1px solid #0e82ff;
}

.button-shape-dark {
  background: #002a7d;
  color: #ffffff;
}
.button-shape-dark:hover {
  background: #000;
}

/* Global Styles */
* {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  box-sizing: border-box;
}

html,
body {
  width: 100%;
  line-height: 1.5;
  font-family: "Open Sans", Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
}

h1 {
  color: #002a7d;
  text-transform: capitalize;
  font-size: 30px;
}
@media (min-width: 60rem) {
  h1 {
    font-size: 45.83px;
  }
}
h1 {
  line-height: 1.2;
  font-weight: 600;
  margin-bottom: 3rem;
}

p {
  line-height: 25px;
  font-size: 14px;
}

li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 25px;
  font-size: 14px;
}
li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 21px;
  height: 21px;
}
@media (min-width: 60rem) {
  li::before {
    width: 23px;
    height: 23px;
  }
}
li::before {
  background-image: url("../images/circle-arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
}

.container2 {
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 82.5rem) {
  .container2 {
    width: 71.75rem;
  }
}
.container2 {
  max-width: 1148px;
}

.container {
  width: 90vw;
  margin: 0 auto;
}
@media (min-width: 82.5rem) {
  .container {
    width: 71.75rem;
  }
}
.container {
  max-width: 1148px;
  overflow: hidden;
}

#hero_logo,
#header_logo {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

#hero_logo.visible,
#header_logo.visible {
  opacity: 1;
  visibility: visible;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

a {
  text-decoration: none;
  color: inherit;
  display: inline-flex;
}

img {
  max-width: 100%;
}

button {
  border: none;
  outline: none;
  background: none;
}

.scroll-top-btn {
  position: fixed;
  right: 30px;
  bottom: 40px;
  width: 50px;
  z-index: 99;
  height: 50px;
  border-radius: 50%;
  opacity: 0;
  visibility: hidden;
  border: none;
  display: grid;
  place-items: center;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transition: all 0.5s ease;
}
.scroll-top-btn:hover {
  background-color: #002a7d;
  transform: scale(1.2);
}

.scroll-top-btn .scroll-btn {
  width: 20px;
  height: 20px;
  object-fit: contain;
  rotate: 90deg;
  filter: brightness(0) saturate(100%) invert(100%) sepia(64%) saturate(7%) hue-rotate(175deg) brightness(115%) contrast(100%);
  transition: transform 0.3s ease, filter 0.3s ease;
}

@media (min-width: 33.75rem) {
  .scroll-top-btn.show {
    opacity: 1;
    visibility: visible;
    animation: bounceIn 0.6s ease forwards;
  }
}
.scroll-top-btn.show {
  transform: translateY(0);
  pointer-events: auto;
}

@keyframes bounceIn {
  0% {
    transform: translateY(50px) scale(0.5);
    opacity: 0;
  }
  60% {
    transform: translateY(-10px) scale(1.1);
    opacity: 1;
  }
  80% {
    transform: translateY(5px) scale(0.95);
  }
  100% {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
.animate-on-scroll {
  opacity: 0;
  transform: translateY(0);
  transition: opacity 0.9s ease-out, transform 0.9s ease-out;
}
.animate-on-scroll[data-animate=fade-up] {
  transform: translateY(80px);
}
.animate-on-scroll[data-animate=fade-down] {
  transform: translateY(-80px);
}
.animate-on-scroll[data-animate=fade-left] {
  transform: translateX(80px);
}
.animate-on-scroll[data-animate=fade-right] {
  transform: translateX(-80px);
}
.animate-on-scroll.in-view {
  opacity: 1;
  transform: translate(0, 0);
}

/*# sourceMappingURL=main.css.map */
