@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GilroyBold/font.woff"), url("./fonts/GilroyBold/font.woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GilroyBlack/font.woff"), url("./fonts/GilroyBlack/font.woff2");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GilroyMedium/font.woff"), url("./fonts/GilroyMedium/font.woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/GilroyRegular/font.woff"), url("./fonts/GilroyRegular/font.woff2");
  font-weight: 400;
  font-style: normal;
}
#MX-APN body {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-family: "Gilroy";
  font-weight: 500;
  line-height: 132%;
  color: #0F261F;
  position: relative;
}
#MX-APN body.no-scroll {
  overflow: hidden;
}
#MX-APN body a {
  color: inherit;
}
#MX-APN body #loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  /* Black with 50% opacity */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  /* Ensure it is above everything else */
  overflow: hidden;
  color: #50F40C;
}
#MX-APN body h1 {
  font-weight: 900;
  font-size: 135px;
  margin: 0;
  line-height: 85%;
  letter-spacing: -2.498px;
  text-transform: uppercase;
}
#MX-APN body h4 {
  font-weight: 900;
  font-size: 21px;
  margin: 0;
  line-height: 132%;
  letter-spacing: -0.315px;
}
#MX-APN body .header-wrapper {
  background-color: #0F261F;
}
#MX-APN body header {
  max-width: 1440px;
  padding: 34px 0;
  margin: auto;
  padding: 35px 80px 35px 80px;
  width: 100%;
}
#MX-APN body header nav {
  padding: 0;
  display: flex;
  justify-content: space-between;
}
#MX-APN body header nav .navbar-collapse {
  justify-content: flex-end;
}
#MX-APN body header nav .navbar-nav {
  gap: 10px;
}
#MX-APN body header nav .navbar-nav .nav-link {
  color: #FFF;
  font-size: 17px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
#MX-APN body main .video-section-wrapper {
  background-color: #00EF00;
}
#MX-APN body main .video-title-section {
  max-width: 1440px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  overflow: hidden;
}
#MX-APN body main .video-title-section .title-header {
  flex: 3 1 0;
  padding: 90px 0 90px 80px;
  z-index: 1;
}
#MX-APN body main .video-title-section .title-header .video-section-title {
  width: 100%;
}
#MX-APN body main .video-title-section .title-header .note {
  color: #0F261F;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
#MX-APN body main .video-title-section .video-container {
  flex: 1 1 0;
  position: relative;
}
#MX-APN body main .video-title-section .video-container .hand-image {
  background-image: url("../Images/Hand_image.png");
  height: 758px;
  width: 600px;
  background-size: cover;
  background-position: top;
  z-index: 0;
  position: relative;
  margin-left: -118px;
  margin-right: -53px;
}
#MX-APN body main .video-title-section .video-container .arc-image {
  position: absolute;
  z-index: 100;
  top: 40px;
  margin-left: 34px;
  width: 302px;
}
#MX-APN body main .video-title-section .video-container .finger-image {
  position: absolute;
  bottom: 163px;
  margin-left: 28px;
  width: 40px;
  height: 85px;
  z-index: 10;
}
#MX-APN body main .video-title-section .video-container .video-js {
  position: absolute;
  top: 41px;
  height: 651px;
  width: 302px;
  z-index: 1;
  border-radius: 25px;
  margin-left: -91px;
}
#MX-APN body main .video-title-section .video-container .video-js .vjs-control-bar {
  width: calc(100% - 20px);
  margin: auto;
  border-radius: 10px;
}
#MX-APN body main .video-title-section .video-container .video-js .vjs-control-bar .vjs-picture-in-picture-control,
#MX-APN body main .video-title-section .video-container .video-js .vjs-control-bar .vjs-fullscreen-control,
#MX-APN body main .video-title-section .video-container .video-js .vjs-control-bar .vjs-remaining-time {
  display: none;
}
#MX-APN body main .video-title-section .video-container .video-js .vjs-big-play-button {
  border-radius: 50%;
  height: 2em;
  width: 2em;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0;
  border: none;
}
#MX-APN body main .video-title-section .video-container .video-js .vjs-big-play-button .vjs-icon-placeholder:before {
  top: 7px;
}
#MX-APN body main .switch-apn-section {
  padding: 80px;
  max-width: 1440px;
  margin: 0 auto;
}
#MX-APN body main .switch-apn-section .title {
  text-align: center;
  font-size: 60px;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -0.9px;
  text-transform: uppercase;
}
#MX-APN body main .switch-apn-section .steps-list {
  display: grid;
  margin-top: 50px;
  grid-template-columns: repeat(6, 1fr);
  gap: 0 20px;
  justify-content: center;
  overflow: hidden;
}
#MX-APN body main .switch-apn-section .steps-list .step {
  padding-right: 10px;
  border-right: 1px solid #D2E9E0;
  margin-right: -2px;
  flex: 0 1 180px;
  padding-top: 40px;
  padding-bottom: 35px;
}
#MX-APN body main .switch-apn-section .steps-list .step .step-head {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 20px;
}
#MX-APN body main .switch-apn-section .steps-list .step .step-head .step-title {
  font-size: 25px;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -0.375px;
  text-transform: uppercase;
}
#MX-APN body main .switch-apn-section .steps-list .step .step-head .step-icon {
  background-color: #0F261F;
  border-radius: 50%;
  width: 55px;
  height: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
#MX-APN body main .switch-apn-section .steps-list .step .step-content {
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}
#MX-APN body main .switch-apn-section .steps-list .step:last-child, #MX-APN body main .switch-apn-section .steps-list .step:nth-last-child(1):nth-child(n) {
  border-right: none;
}
#MX-APN body main .need-help-section-wrapper {
  background-color: #D2E9E0;
}
#MX-APN body main .need-help-section {
  display: flex;
  gap: 120px;
  justify-content: space-between;
  padding: 80px 100px;
  max-width: 1440px;
  margin: 0 auto;
}
#MX-APN body main .need-help-section > * {
  flex-basis: 100%;
}
#MX-APN body main .need-help-section .xl-text {
  font-size: 60px;
  text-align: right;
  line-height: 85%;
  letter-spacing: -1.335px;
  white-space: nowrap;
}
#MX-APN body main .need-help-section .contact-button-group {
  margin-top: 20px;
}
#MX-APN body main .need-help-section .contact-section .description {
  font-weight: 400;
}
#MX-APN body main .need-help-section .contact-number {
  color: #0F261F;
  font-weight: 700;
  text-decoration: none;
}
#MX-APN body main .switch-status {
  margin: auto;
  margin-top: 32px;
  padding-top: 32px;
  display: flex;
  gap: 20px;
  max-width: 800px;
}
#MX-APN body main .switch-status .text-content {
  margin: auto 0;
  padding-bottom: 15px;
  font-size: 17px;
}
#MX-APN body main .switch-status img {
  margin-right: 10px;
  width: 40px;
}
#MX-APN body main .switch-status .title {
  font-size: 35px;
  font-weight: 900;
  line-height: 85%;
  letter-spacing: -0.72px;
  width: fit-content;
  align-items: center;
  justify-content: center;
  height: 82px;
  width: 260px;
  flex-shrink: 0;
}
#MX-APN body main .switch-status .success {
  background-color: #50F40C;
}
#MX-APN body main .switch-status .failed {
  background-color: #FF5029;
}
#MX-APN body main .switch-status .switched {
  background-color: #BDC5C4;
}
#MX-APN body main .switch-status .text-content .phone-num {
  color: #0F261F;
  text-decoration: none;
}
#MX-APN body .footer-wrapper {
  background: #0F261F;
}
#MX-APN body footer {
  padding: 40px 80px 30px 80px;
  max-width: 1440px;
  margin: 0 auto;
}
#MX-APN body footer .footer-top {
  display: flex;
  justify-content: space-between;
  padding-bottom: 30px;
  margin-bottom: 20px;
  border-bottom: 1px solid #789194;
  flex-wrap: wrap;
  gap: 20px;
}
#MX-APN body footer .footer-top .social-media-icons {
  display: flex;
  gap: 25px;
}
#MX-APN body footer .footer-top .get-app {
  display: flex;
  gap: 15px;
}
#MX-APN body footer .footer-bottom {
  display: flex;
  justify-content: space-around;
  color: #789194;
  font-size: 13px;
  font-weight: 400;
  line-height: 19.5px;
  gap: 60px;
}
#MX-APN body footer .footer-bottom .copy-right-text {
  margin: 0;
}
#MX-APN body footer .footer-bottom .footer-links {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
#MX-APN body footer .footer-bottom .footer-links a {
  color: inherit;
}
#MX-APN body .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid rgba(15, 38, 31, 0.2);
  padding: 24px 0;
}
#MX-APN body .accordion .accordion-item .accordion-header .accordion-button {
  background-color: #fff;
  box-shadow: none;
  padding: 0;
  font-weight: 900;
  font-size: 21px;
  color: #0F261F;
  margin: 0;
  line-height: 132%;
  letter-spacing: -0.315px;
}
#MX-APN body .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: inherit;
}
#MX-APN body .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_25_2128)"><path d="M24.4053 12.5C24.4053 5.87259 19.0327 0.500002 12.4053 0.500001C5.77786 0.5 0.405275 5.87258 0.405274 12.5C0.405274 19.1274 5.77786 24.5 12.4053 24.5C19.0327 24.5 24.4053 19.1274 24.4053 12.5Z" fill="%230F261F"/><path d="M12.4063 7.42374L8.71402 12.0391L8.71402 16.6545L12.4063 12.0391L16.0986 16.6545L16.0986 12.0391L12.4063 7.42374Z" fill="white"/></g><defs><clipPath id="clip0_25_2128"><rect width="24" height="24" fill="white" transform="translate(24.4053 24.5) rotate(-180)"/></clipPath></defs></svg>');
}
#MX-APN body .accordion .accordion-item .accordion-body {
  padding: 10px 0 0 0;
  color: rgba(15, 38, 31, 0.8);
}
#MX-APN body .switch-button {
  background-color: #00EF00;
  font-size: 25px;
  font-weight: 900;
  padding: 16px 43px;
  line-height: 1;
  border: none;
  color: #0F261F;
  margin: 80px auto 0px auto;
  display: block;
}
#MX-APN body .switch-button:disabled {
  background-color: #0f261f;
  color: #fff;
  opacity: 0.4;
  cursor: not-allowed;
}
#MX-APN body .contact-button {
  border: none;
  background-color: #0F261F;
  color: #50F40C;
  font-size: 16px;
  font-weight: 700;
}
#MX-APN body .green-button {
  color: #11AD76;
  font-size: 17px;
  font-weight: 800;
  line-height: 130%;
}
#MX-APN body .green-text {
  color: #00EF00;
}
#MX-APN body .white-text {
  color: #fff;
}
#MX-APN body .bg-white {
  background-color: #fff;
}
#MX-APN body .me-32 {
  margin-right: 32px;
}
#MX-APN body .mt-8 {
  margin-top: 8px;
}
#MX-APN body .mt-32-sm-20 {
  margin-top: 32px;
}
#MX-APN body .mt-24 {
  margin-top: 24px;
}
#MX-APN body .mb-15-sm-8 {
  margin-bottom: 15px;
}
#MX-APN body .pb-24 {
  padding-bottom: 24px;
}
#MX-APN body .px-25 {
  padding-left: 25px;
  padding-right: 25px;
}
#MX-APN body .py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}
#MX-APN body .py-14 {
  padding-top: 14px;
  padding-bottom: 14px;
}
#MX-APN body .fs-20-sm-18 {
  font-size: 20px;
}
#MX-APN body .fs-17-sm-15 {
  font-size: 17px;
}
#MX-APN body .fs-18 {
  font-size: 18px;
}
#MX-APN body .fw-bold {
  font-weight: 700;
}
#MX-APN body .fw-bolder {
  font-weight: 900;
}
#MX-APN body .lh-26 {
  line-height: 26px;
}
#MX-APN body .bottom-border {
  border-bottom: 1px solid rgba(15, 38, 31, 0.2);
}
#MX-APN body .w-120-sm-100 {
  width: 120px;
}
#MX-APN body .mobile-only-text {
  display: block;
  color: #789194;
  font-size: 14px;
  font-weight: 500;
  line-height: 26px;
}
#MX-APN body .video-section {
  height: 400px;
}

@media only screen and (max-width: 1200px) {
  #MX-APN body main {
    display: block;
  }
  #MX-APN body main .need-help-section {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    padding: 40px 55px 60px 55px;
    background-color: #D2E9E0;
  }
  #MX-APN body main .need-help-section .xl-text {
    font-size: 55px;
    flex: 1 1 0;
    line-height: normal;
  }
  #MX-APN body main .need-help-section .contact-section {
    flex: 2 1 0;
  }
  #MX-APN body .sm-mt-52 {
    margin-top: 52px;
  }
  #MX-APN body .sm-mt-10 {
    margin-top: 10px;
  }
  #MX-APN body .sm-mt-32 {
    margin-top: 32px;
  }
  #MX-APN body .video-section {
    height: 240px;
  }
}
@media (min-width: 768px) and (max-width: 1200px) {
  #MX-APN body h1 {
    line-height: 85%;
    font-size: 60px;
  }
  #MX-APN body header {
    padding: 35px 55px 35px 55px;
  }
  #MX-APN body main .video-title-section .title-header {
    padding: 80px 0 55px 55px;
  }
  #MX-APN body main .video-title-section .title-header .note {
    font-size: 26px;
    line-height: 130%;
  }
  #MX-APN body main .video-title-section .video-container {
    flex: 1 1 0;
  }
  #MX-APN body main .video-title-section .video-container .hand-image {
    height: 606px;
    width: 488px;
    background-size: cover;
    background-position: top;
    z-index: 0;
    position: relative;
    margin-left: -60px;
    margin-right: -53px;
  }
  #MX-APN body main .video-title-section .video-container .finger-image {
    position: absolute;
    bottom: 123px;
    margin-left: 58px;
    width: 28px;
    height: 68px;
    z-index: 10;
  }
  #MX-APN body main .video-title-section .video-container .arc-image {
    position: absolute;
    z-index: 100;
    top: 35px;
    margin-left: 64px;
    width: 247px;
  }
  #MX-APN body main .video-title-section .video-container .video-js {
    position: absolute;
    top: 32px;
    height: 533px;
    margin-left: -61px;
    width: 247px;
    z-index: 1;
    border-radius: 25px;
  }
  #MX-APN body main .switch-apn-section {
    padding: 80px 55px 40px 55px;
  }
  #MX-APN body main .switch-apn-section .steps-list {
    grid-template-columns: repeat(3, 1fr);
    max-width: 650px;
    margin-right: auto;
    margin-left: auto;
  }
  #MX-APN body main .switch-apn-section .steps-list .step {
    flex: 0 1 240px;
  }
  #MX-APN body footer {
    padding: 40px 55px 40px 55px;
  }
  #MX-APN body .sm-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  #MX-APN body h1 {
    line-height: 85%;
    letter-spacing: -0.51px;
    font-size: 46px;
    margin-right: 0;
  }
  #MX-APN body header {
    padding: 16px 30px 16px 30px;
  }
  #MX-APN body header .navbar-nav {
    text-align: center;
    margin-top: 20px;
  }
  #MX-APN body header .navbar-toggler {
    background-color: #94A5A4;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    display: flex;
    padding: 0;
    align-items: center;
  }
  #MX-APN body main .video-title-section {
    display: block;
  }
  #MX-APN body main .video-title-section .title-header {
    padding: 30px 25px 0px 25px;
  }
  #MX-APN body main .video-title-section .title-header .note {
    font-size: 16px;
    margin-bottom: 0;
  }
  #MX-APN body main .video-title-section .video-container .hand-image {
    height: 620px;
    width: 500px;
    margin-left: calc((100% - 512px) / 2);
  }
  #MX-APN body main .video-title-section .video-container .finger-image {
    position: absolute;
    bottom: 124px;
    margin-left: calc((100% - 270px) / 2);
    width: 30px;
    height: 71px;
    z-index: 10;
  }
  #MX-APN body main .video-title-section .video-container .arc-image {
    position: absolute;
    z-index: 100;
    top: 33px;
    margin-left: calc((100% - 258px) / 2);
    width: 252px;
  }
  #MX-APN body main .video-title-section .video-container .video-js {
    top: 33px;
    margin-left: calc((100% - 508px) / 2);
    height: 544px;
    width: 252px;
    border-radius: 25px;
  }
  #MX-APN body main .switch-apn-section {
    padding: 40px 30px 40px 30px;
  }
  #MX-APN body main .switch-apn-section .title {
    font-size: 35px;
  }
  #MX-APN body main .switch-apn-section .steps-list {
    margin-left: 25px;
    margin-right: 25px;
    grid-template-columns: repeat(1, 1fr);
    margin: 0 60px;
  }
  #MX-APN body main .switch-apn-section .steps-list .step {
    border-bottom: 1px solid #D2E9E0;
    border-right: none;
    text-align: start;
  }
  #MX-APN body main .switch-apn-section .steps-list .step .step-head {
    justify-content: flex-start;
  }
  #MX-APN body main .switch-apn-section .steps-list .step:last-child {
    border-bottom: none;
  }
  #MX-APN body main .switch-status {
    display: block;
  }
  #MX-APN body main .switch-status .title {
    font-size: 35px;
    line-height: 85%;
    letter-spacing: -0.36px;
    margin: auto;
    margin-bottom: 20px;
  }
  #MX-APN body main .switch-status .text-content {
    margin: 0;
    padding-bottom: 0;
  }
  #MX-APN body main .need-help-section {
    display: block;
    padding: 32px 30px;
    text-align: center;
  }
  #MX-APN body main .need-help-section .xl-text {
    font-size: 35px;
    text-align: center;
  }
  #MX-APN body main .need-help-section .contact-section .contact-button-group a {
    height: 55px;
    width: 190px;
    line-height: 55px;
    padding: 0;
    margin: auto;
  }
  #MX-APN body footer {
    padding: 30px;
  }
  #MX-APN body footer .footer-top {
    border-bottom: none;
    margin-bottom: 0;
  }
  #MX-APN body footer .footer-top .social-media-icons {
    padding-bottom: 16px;
    border-bottom: 1px solid #789194;
    width: 100%;
    justify-content: center;
    margin: 25px 0;
  }
  #MX-APN body footer .footer-top .get-app img {
    width: 138px;
    height: 40px;
  }
  #MX-APN body footer .footer-bottom {
    flex-direction: column-reverse;
    gap: 20px;
  }
  #MX-APN body footer .footer-bottom .footer-links {
    gap: 0px 10px;
    justify-content: space-around;
  }
  #MX-APN body footer .footer-bottom .copy-right-text {
    text-align: center;
  }
  #MX-APN body .switch-button {
    width: 100%;
    text-align: center;
    font-size: 25px;
    font-weight: 900;
    line-height: 85%;
    margin-top: 40px;
    padding: 20px 0 20px 0;
  }
  #MX-APN body .me-32 {
    margin-right: 18px;
  }
  #MX-APN body .w-120-sm-100 {
    width: 100px;
  }
  #MX-APN body .fs-17-sm-15 {
    font-size: 15px;
  }
  #MX-APN body .sm-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
  #MX-APN body .fs-20-sm-18 {
    font-size: 18px;
  }
  #MX-APN body .mt-32-sm-20 {
    margin-top: 20px;
  }
  #MX-APN body .mb-15-sm-8 {
    margin-bottom: 8px;
  }
  #MX-APN body .sm-my-16 {
    margin-top: 16px;
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 1023px) {
  #MX-APN body footer .footer-top {
    justify-content: space-around;
  }
}
.video-js {
  position: absolute;
  top: 28px;
  height: 550px;
  left: 125px;
  width: 255px;
  z-index: 1;
  border-radius: 25px;
}
.video-js video {
  border-radius: 25px;
}
.video-js .vjs-control-bar {
  bottom: 10px;
}

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