.matlab-intro {
  background-image: url("../img/matlab-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  min-height: 514px;
  padding: 80px 0 290px 0;
  position: relative;
}
.matlab-intro .matlab-intro-items {
  display: block;
  align-items: center;
  margin-bottom: 24px;
}
.matlab-intro .matlab-date-range {
  background: #FFD263;
  mix-blend-mode: normal;
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  border-radius: 24px;
  padding: 12px 24px;
  display: inline-block;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  color: #000000;
}
.matlab-intro .matlab-gov-logos {
  background-image: url("../img/gov_logos.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 242px;
  height: 64px;
  display: none;
}
.matlab-intro .matlab-gov-logos.mobile {
  display: block;
  margin: auto;
  margin-bottom: 32px;
}
.matlab-intro h1 {
  font-weight: 800;
  font-size: 32px;
  line-height: 44px;
  color: #FFFFFF;
  margin-bottom: 22px;
}
.matlab-intro p {
  font-weight: 500;
  font-size: 22px;
  line-height: 24px;
  color: #FFFFFF;
}
.matlab-intro .matlab-intro-btn {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 12px 32px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #3838F5;
  margin-top: 22px;
  display: inline-block;
  margin-bottom: 8px;
}
.matlab-intro .matlab-intro-btn:hover {
  text-decoration: none;
}

.matlab-intro-footer {
  margin-top: -30px;
  margin-bottom: 80px;
}
.matlab-intro-footer > .container > .row {
  position: relative;
  z-index: 1;
}
.matlab-intro-footer .matlab-intro-footer-card-btn-mobile {
  display: inline-block;
  padding: 12px 32px;
  background: #29C40F;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.matlab-intro-footer .matlab-intro-footer-card-btn-mobile:hover {
  text-decoration: none;
}
.matlab-intro-footer .matlab-intro-bg-item {
  background-image: url("../img/matlab-bg-item-2.svg");
  background-size: contain;
  width: 280px;
  height: 270px;
  top: -256px;
  background-repeat: no-repeat;
  position: absolute;
  right: 0;
  left: 50%;
  transform: translateX(-50%);
}
.matlab-intro-footer .matlab-intro-footer-card {
  max-width: 860px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.15);
  border-radius: 14px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details {
  display: flex;
  align-items: center;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-note {
  display: flex;
  align-items: center;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-note:before {
  content: "";
  background-image: url("../img/matlab-intro-reg-icon.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  margin-right: 18px;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-note span {
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  color: #232323;
  display: none;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-timer {
  text-align: center;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-timer span {
  display: block;
  background: transparent;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #000000;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-btn {
  display: none;
  padding: 12px 32px;
  background: #29C40F;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #FFFFFF;
}
.matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-btn:hover {
  text-decoration: none;
  background: #27B110;
}

.matlab-stages {
  padding: 70px 0 70px 0;
}
.matlab-stages > .container > .row {
  max-width: 1040px;
  margin: auto;
}
.matlab-stages .matlab-stages-card .matlab-stages-card-img {
  background-size: contain;
  background-repeat: no-repeat;
  width: 141px;
  height: 141px;
  display: block;
  margin-bottom: 40px;
  flex-shrink: 0;
}
.matlab-stages .matlab-stages-card.stage-1 .matlab-stages-card-img {
  background-image: url("../img/matlab-stage-1.svg");
  position: relative;
  z-index: 1;
}
.matlab-stages .matlab-stages-card.stage-1 .matlab-stages-card-stage {
  background: #3AD121;
}
.matlab-stages .matlab-stages-card.stage-2 {
  position: relative;
}
.matlab-stages .matlab-stages-card.stage-2:before {
  content: "";
  background-image: url("../img/arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 184px;
  position: absolute;
  left: -300px;
  top: -100px;
  display: none;
}
.matlab-stages .matlab-stages-card.stage-2:after {
  content: "";
  background-image: url("../img/arrow_2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 100%;
  height: 184px;
  position: absolute;
  right: -140px;
  top: -100px;
  display: none;
}
.matlab-stages .matlab-stages-card.stage-2 .matlab-stages-card-img {
  background-image: url("../img/matlab-stage-2.svg");
  position: relative;
  z-index: 1;
}
.matlab-stages .matlab-stages-card.stage-2 .matlab-stages-card-stage {
  background: #FFD263;
  color: #000000;
}
.matlab-stages .matlab-stages-card.stage-3 .matlab-stages-card-img {
  background-image: url("../img/matlab-stage-3.svg");
}
.matlab-stages .matlab-stages-card.stage-3 .matlab-stages-card-stage {
  background: #3838F5;
}
.matlab-stages .matlab-stages-card .matlab-stages-card-stage {
  padding: 4px 16px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 28px;
  color: #FFFFFF;
  margin-bottom: 20px;
  display: inline-block;
}
.matlab-stages .matlab-stages-card h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 4px;
}
.matlab-stages .matlab-stages-card span:not(.matlab-stages-card-stage) {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #000000;
  margin-bottom: 20px;
  display: inline-block;
}
.matlab-stages .matlab-stages-card p {
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #4A4E50;
}

.matlab-advantages {
  padding: 80px 0;
}
.matlab-advantages .matlab-advantages-card {
  background: #3636F2;
  border-radius: 32px;
  padding: 24px;
  position: relative;
  padding-top: 90px;
  padding-bottom: 40px;
}
.matlab-advantages .matlab-advantages-card:before {
  content: "";
  background-image: url("../img/matlab-hero.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 259px;
  height: 259px;
  top: -165px;
  right: 50%;
  transform: translateX(50%);
  display: block;
  position: absolute;
}
.matlab-advantages .matlab-advantages-card h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #FFFFFF;
  margin-bottom: 8px;
}
.matlab-advantages .matlab-advantages-card .matlab-advantages-card-list {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.matlab-advantages .matlab-advantages-card .matlab-advantages-card-list li {
  display: flex;
  align-items: flex-start;
  width: 100%;
  margin-top: 40px;
}
.matlab-advantages .matlab-advantages-card .matlab-advantages-card-list li:before {
  content: "";
  background-image: url("../img/matlab-list-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 27px;
  height: 24px;
  display: block;
  margin-right: 19px;
  flex-shrink: 0;
}
.matlab-advantages .matlab-advantages-card .matlab-advantages-card-list li > span {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
}

.matlab-awards {
  padding: 80px 0;
  background: #F6F6FB;
}
.matlab-awards .matlab-award-icon {
  background-image: url("../img/matlab_award_icon.svg");
  background-size: contain;
  width: 80px;
  height: 80px;
  display: block;
  margin: auto;
  margin-bottom: 16px;
}
.matlab-awards h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.01em;
  color: #000000;
  text-align: center;
  margin-bottom: 16px;
}
.matlab-awards .subtitle {
  max-width: 500px;
  margin: auto;
  margin-bottom: 40px;
}
.matlab-awards .matlab-awards-card {
  background: #FFFFFF;
  border-radius: 16px;
  padding: 0px 40px 40px 40px;
  text-align: center;
  max-width: 321px;
  margin: auto;
  margin-top: 42px;
}
.matlab-awards .matlab-awards-card .matlab-awards-stage {
  padding: 4px 16px;
  border-radius: 40px;
  font-weight: 600;
  font-size: 24px;
  line-height: 36px;
  color: #FFFFFF;
  margin-bottom: 30px;
  display: inline-block;
  border: 10px solid #F6F6FB;
  margin-top: -30px;
}
.matlab-awards .matlab-awards-card .matlab-awards-stage.stage-1 {
  background: #3AD121;
}
.matlab-awards .matlab-awards-card .matlab-awards-stage.stage-2 {
  background: #FFD263;
  color: #000000;
}
.matlab-awards .matlab-awards-card .matlab-awards-stage.stage-3 {
  background: #3838F5;
}
.matlab-awards .matlab-awards-card .matlab-awards-stage.stage-4 {
  background: #E86B10;
}
.matlab-awards .matlab-awards-card h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.015em;
  color: #000000;
  margin-bottom: 4px;
}
.matlab-awards .matlab-awards-card h3 span {
  font-weight: 400;
}

.matlab-apply {
  padding-top: 100px;
}
.matlab-apply .matlab-apply-card {
  background: #F8F4E9;
  border-radius: 20px;
  overflow: hidden;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-details {
  position: relative;
  background-image: url("../img/matlab-form-bg.svg");
  background-size: cover;
  background-repeat: no-repeat;
  width: 100%;
  min-height: 312px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* align-items: self-end; */
  align-items: center;
  height: 100%;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-details::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-image: url("../img/paper-fold.svg");
  background-size: contain;
  width: 86px;
  height: 84px;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-details:after {
  content: "";
  background-image: url("../img/matlab-form-bg-2.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 174px;
  height: 163px;
  display: block;
  align-self: center;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-details .matlab-apply-card-details-inner {
  padding: 132px 35px 0 35px;
  max-width: 350px;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-details .matlab-apply-card-details-inner h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 16px;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-details .matlab-apply-card-details-inner p {
  font-weight: 400;
  font-size: 14px;
  line-height: 18px;
  color: #000000;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form h3 {
  font-weight: 600;
  font-size: 28px;
  line-height: 36px;
  color: #000000;
  margin-top: 50px;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form > p {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #F55639;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset {
  background: none !important;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset input[type=text], .matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset input[type=url], .matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset input[type=email], .matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset .file-upload-wrapper, .matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset textarea {
  background: transparent;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset label {
  background: transparent;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset input {
  padding-left: 2px;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset .action-button.next {
  margin-top: 20px !important;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form fieldset .form-select {
  background-color: transparent !important;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .action-button.next:hover {
  background: #1212F3 !important;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .action-button.previous {
  background: #F5F5F5 !important;
  border: 1px solid #E8E7E7 !important;
  border-radius: 8px;
  margin-right: 16px;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #4E4C4C !important;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .matlab-file-input {
  background: #fdfaf0;
  border: 1px dashed #AEAEF2;
  border-radius: 8px;
  display: flex;
  justify-content: center;
  padding: 16px;
  align-items: center;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .matlab-file-input:before {
  content: "";
  background: url("../img/file_icon.svg");
  background-size: contain;
  width: 24px;
  height: 24px;
  display: block;
  margin-right: 9px;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .form-info-box {
  border-radius: 8px;
  background-color: #F7F5F2;
  height: auto;
  gap: 10px;
  margin-top: 20px;
  border: 0.5px solid #DEDEDE;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .form-info-box p {
  color: #484A4F;
}
.matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .form-info-box img {
  width: 20px;
  height: 20px;
}

.matlab-faq {
  background-image: url("../img/matlab-faq-bg.svg");
  background-size: cover;
  width: 100%;
  height: 100%;
  min-height: 300px;
  padding-bottom: 100px;
}
.matlab-faq h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 40px;
  letter-spacing: -0.02em;
  color: #000000;
  margin-bottom: 32px;
}
.matlab-faq .matlab-faq-container {
  margin-top: 136px;
  margin-bottom: 32px;
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}
.matlab-faq .accordion {
  background: none !important;
  padding: 0 !important;
  margin-bottom: 16px;
}
.matlab-faq .accordion .card-header {
  background: none !important;
  border: none !important;
}
.matlab-faq .accordion .card-header button {
  background: none !important;
  border: none !important;
  padding: 0 !important;
}
.matlab-faq .accordion .card-header button:hover {
  color: inherit !important;
}
.matlab-faq .accordion .card-header button {
  padding: 28px 32px !important;
  background: #3838F5 !important;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  transition: none;
}
.matlab-faq .accordion .card-header button:hover {
  color: #fff !important;
}
.matlab-faq .accordion .card-header button > span {
  padding-right: 40px;
  display: inline-block;
}
.matlab-faq .accordion .card-header button:after {
  content: "";
  background-image: url("../img/faq-arrow-down-active.svg");
  background-size: contain;
  width: 32px;
  height: 32px;
  display: block;
  border: none;
  top: calc(50% - 16px);
  transition: all 0.1s;
  margin-right: 32px;
}
.matlab-faq .accordion .card-header button.collapsed {
  background: #fff !important;
  color: #000000;
}
.matlab-faq .accordion .card-header button.collapsed:hover {
  color: #000 !important;
}
.matlab-faq .accordion .card-header button.collapsed:after {
  content: "";
  background-image: url("../img/faq-arrow-down.svg");
  margin-left: 30px;
}
.matlab-faq .accordion .card {
  background: #FFFFFF !important;
  border: 2px solid #E7E7FC !important;
  border-radius: 16px;
}
.matlab-faq .accordion .card .addBg .card-body {
  background: #3838F5;
  color: #fff;
}
.matlab-faq .accordion .card-body {
  border-bottom: none !important;
  padding: 24px 32px;
  padding-top: 0;
  padding-right: 95px;
  color: #000;
}
.matlab-faq .accordion .card-body p {
  padding: 0;
  border-left: none !important;
}

#msform.mathlab-form {
  height: 800px;
}

#msform.mathlab-form .row.no-gutters {
  height: unset !important;
}

#msform.mathlab-form .second-step .row.no-gutters {
  height: 110px;
}

.mathlab-form#msform .action-button.next,
.mathlab-form#msform .action-button.submit,
.mathlab-form#msform .action-button.previous {
  margin-top: 70px;
}

#msform.mathlab-form .row.no-gutters {
  height: 99px;
}

@media (min-width: 576px) {
  .matlab-intro .matlab-date-range {
    margin-right: 32px;
  }
  .matlab-intro .matlab-gov-logos.mobile {
    margin: 0;
    margin-bottom: 32px;
  }
}
@media (min-width: 768px) {
  .matlab-intro {
    padding-bottom: 80px;
  }
  .matlab-intro .matlab-intro-items {
    display: flex;
  }
  .matlab-intro .matlab-gov-logos {
    display: block;
  }
  .matlab-intro .matlab-gov-logos.mobile {
    display: none;
  }
  .matlab-intro-footer {
    margin-top: -50px;
  }
  .matlab-intro-footer .matlab-intro-footer-card {
    padding: 20px 32px;
    justify-content: space-between;
    border-radius: 24px;
  }
  .matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-timer span {
    background: #FFD263;
    padding: 4px 16px;
  }
  .matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-note {
    margin-right: 18px;
  }
  .matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-note:before {
    content: "";
    width: 56px;
    height: 56px;
  }
  .matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-details .matlab-intro-footer-card-details-note span {
    display: block;
  }
  .matlab-intro-footer .matlab-intro-footer-card .matlab-intro-footer-card-btn {
    display: inline-block;
  }
  .matlab-intro-footer .matlab-intro-bg-item {
    width: 300px;
    height: 255px;
    top: -200px;
    margin-right: 34px;
    left: unset;
    transform: unset;
  }
  .matlab-advantages .matlab-advantages-card {
    padding: 60px;
  }
  .matlab-advantages .matlab-advantages-card:before {
    content: "";
    width: 259px;
    height: 259px;
    top: -95px;
    right: 50px;
    transform: unset;
  }
  .matlab-advantages .matlab-advantages-card .matlab-advantages-card-list li {
    width: calc(50% - 10px);
  }
  .matlab-advantages .matlab-advantages-card h3 {
    max-width: 530px;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-details {
    flex-direction: row;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-details:after {
    content: "";
    align-self: flex-end;
    width: 252px;
    height: 236px;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-form-container form .form-info-box {
    margin-top: 20px;
  }
  #msform.mathlab-form {
    height: 650px;
  }
  #msform.mathlab-form .row.no-gutters {
    height: 99px !important;
  }
}
@media (min-width: 992px) {
  .matlab-intro {
    border-bottom-left-radius: 80px;
    border-bottom-right-radius: 80px;
  }
  .matlab-intro h1 {
    font-size: 48px;
    line-height: 64px;
  }
  .matlab-intro-footer .matlab-intro-bg-item {
    width: 340px;
    height: 289px;
    top: -237px;
    bottom: -55px;
    margin-right: 34px;
  }
  .matlab-stages .matlab-stages-card {
    padding-right: 30px;
  }
  .matlab-awards .matlab-awards-card {
    max-width: unset;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-details {
    flex-direction: column;
    min-height: 576px;
    justify-content: space-between;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-details:after {
    content: "";
    width: 296px;
    height: 277px;
    align-self: unset;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-details .matlab-apply-card-details-inner {
    max-width: unset;
  }
  #msform.mathlab-form .row.no-gutters {
    height: 90px;
  }
  #msform.mathlab-form .second-step .row.no-gutters {
    height: 110px;
  }
  #msform.mathlab-form {
    height: 650px;
  }
}
@media (min-width: 1200px) {
  .matlab-intro h1 {
    padding-right: 0;
  }
  .matlab-intro-footer .matlab-intro-bg-item {
    width: 428px;
    height: 400px;
    top: -348px;
    bottom: -55px;
    margin-right: 34px;
  }
  .matlab-stages {
    padding-bottom: 70px;
  }
  .matlab-stages .matlab-stages-card.stage-2 {
    margin-top: 100px;
  }
  .matlab-stages .matlab-stages-card.stage-2:before {
    content: "";
    display: block;
  }
  .matlab-stages .matlab-stages-card.stage-2:after {
    content: "";
    display: block;
  }
  .matlab-advantages .matlab-advantages-card:before {
    content: "";
    width: 391px;
    height: 352px;
    top: -165px;
    right: 100px;
  }
  .matlab-awards .matlab-awards-card {
    padding: 0px 80px 40px 80px;
  }
  .matlab-apply .matlab-apply-card .matlab-apply-card-details .matlab-apply-card-details-inner {
    padding: 132px 160px 0 35px;
  }
}
.rate-btn {
  width: 60px;
  height: 60px;
  border-radius: 60px;
  align-items: center;
  justify-content: center;
  right: 24px;
  bottom: 120px;
  padding: 15px 35px;
  border: none;
  animation: glow 4s ease-in-out infinite;
}

.pos-fixed {
  position: fixed;
}

.color-white {
  color: #ffffff !important;
}

.fs-13 {
  font-size: 13px;
}

.form-redirect-button {
  background: #3838F5;
  padding: 12px 20px;
  border-radius: 8px;
  width: 100%;
  color: white;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
}

.form-redirect-button:hover {
  color: white;
}

.modal-content {
  border-radius: 16px;
  border: 1px solid #EEE;
}
.modal-content .redirect-content p {
  color: #646466;
}

.loader {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent;
  display: inline-block;
  position: relative;
}

.loader::after {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border-width: 3px;
  border-style: solid;
  border-color: transparent transparent transparent #646466;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  animation: rotate 1s infinite ease-out;
}

@keyframes rotate {
  from {
    transform: rotate(135deg);
  }
  to {
    transform: rotate(495deg);
  }
}
.loader img {
  width: 100%;
}
