.mainContent {
  width: 100%;
  max-width: 810px;
  margin-inline: auto;
  margin-top: 2rem;
}

.newsletter-section {
  display: none;
}

.hero {
  width: 100%;
  display: grid;
  min-height: 320px;
  grid-template-columns: 65% 35%;
}

.hero__img {
  background: url(https://cdn.shopify.com/s/files/1/0327/1498/1421/files/Hero_f01f8ad7-13d7-4d4f-8cf3-d4f55ffcdec8.jpg?v=1719573388);
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  text-transform: uppercase;
  position: relative;
  background-position-x: 20%;
}

.hero__img div {
  position: absolute;
  padding: 0 32px;
  bottom: 32px;
}

.hero__img h2 {
  margin: 0;
  font-size: 28px;
  letter-spacing: 0.4px;
  color: #fff;
}

.hero__img h3 {
  margin: 8px 0;
  font-weight: 400;
  color: #fff;
}

.hero__content {
  background-color: #f8f6f7;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding: 32px;
}

.hero__contentTitle {
  text-transform: uppercase;
  color: #e4004b;
  font-size: 22px;
  margin: 0;
  font-weight: 400;
  line-height: 1.2;
}

.hero__contentDesc {
  margin-top: 8px;
  color: #707677;
}

.pills {
  padding: 32px 0 8px;
  display: flex;
  gap: 8px;
  text-wrap: nowrap;
  max-width: 100%;
  overflow: auto;
}

.pills a {
  background: #212121;
  color: #fff;
  text-decoration: none;
  padding: 8px 16px;
  border-radius: 16px;
}

.pills a:first-child {
  margin-left: auto;
}

.pills a:last-child {
  margin-right: auto;
}

.sectionTitle {
  text-transform: uppercase;
  color: #e4004b;
  font-size: 22px;
  text-align: center;
  font-weight: 400;
  margin: 16px 0;
}

.pills + .sectionTitle {
  margin-top: 24px;
}

.tiles {
  gap: 16px;
  display: flex;
  overflow: auto;
  flex-direction: row;
  padding-bottom: 16px;
}

.tiles .tile {
  background: #f8f6f7;
  padding: 32px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
  text-align: center;
  width: 318px;
  min-width: 248px;
}

.tiles .tile:first-child {
  margin-left: auto;
}

.tiles .tile:last-child {
  margin-right: auto;
}

.tiles .tile p {
  margin: 0;
}

.tiles .tile__title {
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
  min-height: 2em;
  line-height: 1.2;
}

.tiles .tile__desc {
  color: #707677;
}

.tab__btns {
  border-bottom: 2px solid #f8f6f7;
  display: flex;
  justify-content: center;
}

.tab__btn {
  outline: none !important;
  border: none;
  background-color: #f8f6f7;
  padding: 16px 32px;
  cursor: pointer;
  text-transform: uppercase;
  color: #707677;
}

.tab__btn--active {
  background-color: #fff;
  border: 2px solid #f8f6f7;
  border-bottom: 0;
  position: relative;
  color: #212121;
}

.tab__btn--active::before {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  top: -2px;
  height: 2px;
  display: block;
  background: #e4004b;
}

.tab__btn--active::after {
  content: " ";
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: -2px;
  height: 2px;
  display: block;
  background: #fff;
}

.tab__content {
  padding: 16px 16px 0;
  display: none;
}

.tab__contentTitle {
  text-transform: uppercase;
  font-size: 18px;
  text-align: center;
  margin-top: 16px;
}

.tab__content--show {
  display: block;
}

.tab__tiles {
  display: flex;
  flex-direction: row;
  gap: 24px;
  overflow: auto;
}

.welcome .tile__title strong {
  display: block;
  font-weight: 400;
  font-size: 24px;
}

.tile__title + p {
  color: #707677;
}

.tab__tiles .tile:first-child {
  margin-left: auto;
}

.tab__tiles .tile:last-child {
  margin-right: auto;
}

.tab__tiles .tile {
  max-width: 243px;
}

.tab__tiles .tile__title {
  color: #212121;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  /* padding: 16px 0 0; */
  min-height: 42px;
}

.tab__tiles .tile ul {
  padding-inline-start: 24px;
  list-style: disc;
}

.tab__tiles .tile li {
  color: #707677;
  padding-bottom: 4px;
}

.apply {
  background: #fff;
  padding: 16px 25% 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.apply .sectionTitle {
  margin-top: 0;
}

.apply .iframeContainer {
  overflow: hidden;
  width: 100%;
  height: 468px;
  margin-bottom: 16px;
}

.apply iframe {
  width: 100%;
  margin-top: -190px;
  height: calc(100% + 180px);
  border: none;
}

.apply .apply__tcs {
  text-align: center;
  color: #707677;
}

.apply .form {
  display: none;
}

.apply .form__info {
  margin-top: 28px;
}

.apply .form__info strong {
  font-size: 18px;
  font-weight: 400;
  color: #212121;
}

.apply .form__info p {
  color: #707677;
  line-height: 22px;
}

.apply .form label {
  font-size: 14px;
  color: #707677;
  display: block;
  padding: 4px 0;
  cursor: pointer;
}

.apply .form input,
.apply .form select {
  font-size: 16px;
  outline: none;
  border: 1px solid #707677;
  color: #212121;
  padding: 12px;
  width: 100%;
  font-family: inherit;
  box-sizing: border-box;
  height: 42px;
}

.apply .form select {
  background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCA3IiBoZWlnaHQ9IjciIHdpZHRoPSIyMCI+CjxwYXRoIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2U9IiMyMTIxMjEiIGQ9Ik0xLjI0NDQ0IDAuOTk5OTk5TDkuODE5MjQgNkwxOC4zOTQgMSI+PC9wYXRoPgo8L3N2Zz4K)
    no-repeat 100% 50%;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-size: 12px;
  background-position-x: calc(100% - 8px);
}

.apply .form button {
  padding: 16px;
  font-family: inherit;
  outline: none;
  background: #fff;
  border: 1px solid #e4004b;
  color: #e4004b;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.25s ease;
}

.apply .form button:hover {
  background: #e4004b;
  color: #fff;
}

.apply .form__field {
  margin: 16px 0;
}

.apply .form__field--split {
  display: flex;
  width: 100%;
  gap: 24px;
}

.apply .form__field--split div {
  width: 50%;
}

.apply .form__field--splitThree {
  display: grid;
  grid-template-columns: 100px 1fr 1fr;
  width: 100%;
  gap: 24px;
}

.apply .form__radio {
  display: flex;
  gap: 32px;
  flex-direction: row;
}

.apply .form__radio [type="radio"]:checked,
.apply .form__radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -100%;
}

.apply .form__radio [type="radio"]:checked + label,
.apply .form__radio [type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 32px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #212121;
}

.apply .form__radio [type="radio"]:checked + label:before,
.apply .form__radio [type="radio"]:not(:checked) + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translatey(-50%);
  width: 18px;
  height: 18px;
  border: 1px solid #212121;
  border-radius: 100%;
  background: #fff;
}

.apply .form__radio [type="radio"]:checked + label:after,
.apply .form__radio [type="radio"]:not(:checked) + label:after {
  content: "";
  width: 10px;
  height: 10px;
  background: #e4004b;
  position: absolute;
  top: 9px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.apply .form__radio [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.apply .form__radio [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.apply .form__radio label,
.apply .form__radio input {
  font-size: 18px;
  width: auto;
  display: inline;
  cursor: pointer;
}

.apply .form__withBtn {
  display: flex;
}

.apply .form__withBtn input {
  width: 70%;
  border-right: 0;
}

.apply .form__withBtn button {
  width: 30%;
}

.apply .form__footer {
  margin-top: 24px;
  padding-top: 16px;
  border-top: 1px solid #a7a8a8;
}

.apply .form__footer input {
  width: 20px;
  height: 20px;
  margin: 0;
  cursor: pointer;
}

.apply .form__footer label {
  display: flex;
  gap: 12px;
  cursor: pointer;
}

.apply .form__footer button {
  margin-top: 16px;
  width: 100%;
}

.apply .form__footer a {
  color: #e4004b;
  text-decoration: none;
}

.apply__banner {
  background: #e4004b;
  padding: 0 16px 16px;
  text-align: center;
  color: #fff;
}

.apply__banner.apply__banner--leader {
  background-color: #212121;
}

.apply__banner h4 {
  text-transform: uppercase;
  margin: 16px 0;
  font-size: 22px;
  font-weight: 400;
  color: #fff;
}

.apply__banner a {
  text-decoration: none;
  color: #fff;
  display: inline-flex;
  gap: 8px;
  margin: 8px;
}

.testimonials {
  display: flex;
  flex-direction: row;
  gap: 24px;
  height: calc(246px + 246px);
  padding-bottom: 32px;
  overflow: auto;
  overflow-y: hidden;
}

.testimonials .item:first-child {
  margin-left: auto;
}

.testimonials .item:last-child {
  margin-right: auto;
}

.testimonials .item {
  width: 246px;
  position: relative;
}

.testimonials .item img {
  display: block;
  height: 243px;
  width: 246px;
}

.testimonials .item__arrow {
  margin: 0;
  display: flex;
  justify-content: center;
  background: #b1063e;
  cursor: pointer;
  position: absolute;
  top: -24px;
  left: 0;
  right: 0;
  height: 24px;
  background-image: url(https://cdn.shopify.com/s/files/1/0327/1498/1421/files/Arrow1.svg);
  background-color: #d00044;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonials .item__content {
  transition: top 1s ease;
  background: #e4004b;
  padding: 16px;
  position: absolute;
  left: 0;
  right: 0;
  top: 246px;
  bottom: 0px;
}

.testimonials .item__contentExpanded {
  visibility: hidden;
}

.testimonials .item__contentName {
  font-size: 18px;
  padding-bottom: 8px;
  color: #fff !important;
  text-transform: uppercase;
}

.testimonials .item__content p {
  margin: 0;
  padding: 4px 0;
  color: #ffffffb8;
}

.testimonials .item__content p strong {
  color: #fff;
  font-weight: normal;
}

.testimonials .item--open .item__arrow {
  background-image: url(https://cdn.shopify.com/s/files/1/0327/1498/1421/files/Arrow2.svg);
  background-color: #000;
}

.testimonials .item--open .item__content {
  top: 24px;
  background-color: #212121;
}

.testimonials .item--open .item__contentExpanded {
  visibility: visible;
  color: #fff;
}

.welcome {
  background: #f8f6f7;
  padding: 32px 10%;
  margin-bottom: 32px;
}

.welcome .tab__tiles {
  margin-top: 24px;
}

.welcome .sectionTitle {
  margin-top: 0;
}

.welcome__desc {
  text-align: center;
  color: #707677;
  line-height: 22px;
  margin-bottom: 0;
}

.welcome__descFirst {
  position: relative;
}

.welcome__descFirst:after {
  content: "#";
  position: absolute;
  font-size: 10px;
  bottom: 4px;
  margin-left: 4px;
}

.welcome__descLast span {
  position: relative;
}

.welcome__descLast span:before {
  content: "#";
  position: absolute;
  font-size: 10px;
  bottom: 4px;
  left: -8px;
}

.welcome__desc a {
  color: #707677 !important;
}

.welcome__desc br {
  content: "";
  display: block;
  margin: 8px;
}

.welcome__desc--meta {
  text-align: left;
  padding-inline: 8px;
}

.welcome__desc--bold {
  color: #212121;
  font-weight: 400;
  margin-top: 12px;
}

.welcome .tab__tiles .tile {
  max-width: 318px;
}

.support {
  background: #f8f6f7;
  padding: 32px 10% 0;
}

.support .sectionTitle {
  margin-top: 0;
}

.support .tiles {
  padding-bottom: 32px;
}

.support .tiles .tile {
  align-items: flex-start;
  text-align: left;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0px 0px 6px 0px #70767721;
  border-bottom: 6px solid #e4004b;
  width: 318px;
}

.video {
  margin: 32px;
  display: flex;
}

.video video {
  margin: auto;
}

.faqContainer {
  background: #f8f6f7;
  padding: 32px 0;
  margin-bottom: 16px;
}

.faqContainer .sectionTitle {
  margin-top: 0;
}

.faq {
  padding: 0 15%;
  display: flex;
  gap: 24px;
}

.faq .faq__content {
  margin: 0;
  color: #707677;
}

.faq .faq__desc {
  margin: 0;
  color: #707677;
  position: relative;
}

.faq .faq__desc:before {
  content: "“";
  position: absolute;
  left: -12px;
  top: -6px;
  color: #e4004b;
  font-size: 24px;
}

.faq .faq__desc:after {
  content: "”";
  position: absolute;
  color: #e4004b;
  font-size: 24px;
  bottom: -11px;
  margin-left: 4px;
}

.faq .faq__image img {
  width: 216px;
}

.faq .faq__imageContent {
  background: #e4004b;
  color: #fff;
  padding: 16px;
}

.faq .faq__imageContent h5 {
  font-size: 22px;
  color: #fff;
  font-weight: 400;
  margin: 4px;
}

.faq .faq__imageContent p {
  font-size: 16px;
  margin: 0;
}

.faq .accordion {
  color: #212121;
  cursor: pointer;
  padding: 16px 0;
  width: 100%;
  text-align: left;
  border: none;
  outline: none;
  transition: 0.5s;
  background-color: transparent;
  font-family: inherit;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq .accordion .accordion__minus {
  display: none;
}

.faq .accordion .accordion__plus {
  display: block;
}

.faq .accordion--active .accordion__minus {
  display: block;
}

.faq .accordion--active .accordion__plus {
  display: none;
}

.faq .accordion__seperator {
  border-bottom: 1px solid #707677;
}

.faq .active,
.faq .accordion:hover {
  color: #e4004b;
}

.faq .panel {
  padding: 0;
  display: none;
  overflow: hidden;
  color: #212121;
}

.faq .panel strong {
  display: block;
}

.faq .panel--show {
  display: block;
}

.disclaimer {
  background-color: #212121;
  padding: 16px;
  color: #ffffffb8;
  margin: 0 32px;
}

.disclaimer p {
  margin: 0;
}

.disclaimer p span {
  display: inline-block;
  min-width: 32px;
}

.stickyApply {
  position: fixed;
  background: #f8f6f7;
  display: flex;
  left: 0;
  bottom: 0;
  right: 0;
  justify-content: center;
  padding: 16px;
  z-index: 1;
  display: none;
}

@media only screen and (max-width: 1024px) {
  .apply {
    padding: 32px 10%;
  }
}

@media only screen and (max-width: 768px) {
  .hero {
    grid-template-columns: 1fr;
    grid-template-rows: 320px 1fr;
  }

  .hero__img div {
    padding: 0 16px;
    bottom: 16px;
  }

  .hero__img h2 {
    font-size: 24px;
  }

  .apply {
    padding: 16px 0;
  }

  .apply__banner p {
    text-align: left;
  }

  .apply__banner a {
    text-align: left;
    width: 100%;
    margin-left: 0;
  }

  .apply .form__field--splitThree {
    grid-template-columns: 1fr 1fr;
  }

  .apply .form__field--splitThree div {
    grid-row: 2;
  }

  .apply .form__field--splitThree div:first-child {
    grid-row: 1;
  }

  .tab__btn {
    padding: 16px;
    font-size: 14px;
  }

  .welcome {
    padding: 32px 16px 16px;
  }

  .support {
    padding: 32px 32px 0;
  }

  .tiles {
    gap: 16px;
  }

  .tab__tiles {
    gap: 16px;
  }

  .testimonials {
    gap: 16px;
  }

  .faq {
    padding: 0;
    flex-direction: column;
  }

  .faq .faq__content {
    padding: 0 16px;
  }

  .faq .faq__image img {
    width: 100%;
  }
}

@media only screen and (max-width: 425px) {
  .tiles {
    flex-direction: column;
  }

  .tiles .tile {
    width: calc(100% - 32px) !important;
  }

  .tiles .tile:first-child {
    margin: 0;
  }

  .tiles .tile:last-child {
    margin: 0;
  }

  .apply .form__field--split {
    flex-direction: column;
    gap: 0;
  }

  .form__field:last-child {
    margin-top: 0;
  }

  .apply .form__field--split div {
    width: 100%;
  }

  .apply .form__field--split div:first-child {
    margin-bottom: 16px;
  }

  .apply .form__field--splitThree {
    grid-template-columns: 1fr;
  }

  .apply .form__field--splitThree div:last-child {
    grid-row: 3;
  }

  .apply {
    padding: 0;
  }

  .tab__content {
    padding: 0;
  }

  .apply .sectionTitle {
    margin-top: 24px;
  }

  .video {
    margin: 16px 0;
  }

  .disclaimer {
    margin: 0;
  }
}
