:root {
  --midnight-blue: #231656;
  --dodger-blue: #226cff;
  --midnight-blue-3: #1a2693;
  --white: white;
  --dim-grey: #6f6a80;
  --white-smoke: whitesmoke;
  --ghost-white: #eae9ef;
  --midnight-blue-2: #0f072c;
  --gold: #f9e34f;
  --dim-grey-2: #666668;
  --silver: #bab9bd;
}

body {
  color: #6f6a80;
  font-family: Thicccboi, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
}

h1 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Thicccboi, sans-serif;
  font-size: 68px;
  font-weight: 800;
  line-height: 110%;
}

h2 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 800;
  line-height: 110%;
}

h3 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

h4 {
  color: var(--midnight-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

h5 {
  color: #0f072c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  color: var(--dodger-blue);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  margin-bottom: 5px;
}

.white {
  color: var(--midnight-blue-3);
  font-family: Montserrat, sans-serif;
  font-size: 40px;
}

.wrapper {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper.hero-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 960px;
  padding-top: 163px;
  padding-bottom: 50px;
}

.wrapper.featured-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 900px;
  padding-top: 50px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 28px;
}

.wrapper.main-image-wrapper {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 50px;
  position: relative;
}

.wrapper.track-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  max-width: 950px;
  padding-top: 60px;
  padding-bottom: 20px;
  position: relative;
}

.wrapper.testimonial-wrapper {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 150px;
  position: relative;
}

.wrapper.award-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  max-width: 950px;
  padding-top: 0;
  padding-bottom: 200px;
  display: flex;
  position: relative;
}

.wrapper.footer-wrapper {
  padding-top: 55px;
  padding-bottom: 55px;
  position: relative;
}

.wrapper.navbar {
  z-index: 100;
  background-color: var(--white);
  border-radius: 73px;
  width: 100%;
  max-width: none;
  margin-top: 0;
  padding: 0 7px 0 35px;
  position: relative;
}

.wrapper.reverse {
  position: relative;
}

.wrapper.footer-sub-wrapper {
  margin-top: 0;
  padding-bottom: 30px;
}

.wrapper.changelog-wrapper {
  flex-direction: column;
  justify-content: center;
  padding-top: 220px;
}

.wrapper.license {
  flex-direction: column;
  align-items: flex-start;
}

.wrapper.license.down {
  flex-direction: row;
}

.wrapper.style-guide {
  display: block;
}

.hero-text-wrapper {
  width: 80%;
  margin-top: 32px;
}

.store-links-wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  display: flex;
  position: relative;
}

.image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image.contain {
  object-fit: contain;
  object-fit: contain;
  overflow: visible;
}

.store-link {
  width: 185px;
  height: 55px;
  transition: transform .2s;
  display: block;
}

.store-link:hover {
  transform: translate(0, -6px);
}

.store-link.margin {
  margin-left: 15px;
  display: block;
}

.featured-section {
  background-color: #e6f4fc;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
}

.text-block {
  color: var(--dim-grey);
}

.text-block._14-px {
  color: #1a2693;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 42px;
}

.text-block._16-px {
  direction: ltr;
  color: var(--dim-grey);
  text-align: justify;
  -webkit-text-stroke-color: var(--midnight-blue);
  font-size: 16px;
  line-height: 160%;
}

.text-block._24-px {
  color: var(--midnight-blue-3);
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.text-block._18-px {
  font-size: 18px;
  line-height: 28px;
}

.text-block._18-px.regular {
  font-weight: 400;
  line-height: 140%;
}

.text-block._20-px {
  font-size: 20px;
  line-height: 160%;
}

.featured-grid {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 33px;
  display: grid;
}

.featured-item-wrapper {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.main-image-circle-1 {
  width: 400px;
  height: 400px;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.main-image-circle-2 {
  width: 240px;
  height: 240px;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 16%;
  right: auto;
}

.track-text-wrapper {
  width: 60%;
  margin-top: 30px;
}

.track-item-wrapper {
  grid-column-gap: 70px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  margin-top: 20px;
  display: grid;
}

.track-item {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.track-item-icon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.track-item-heading {
  margin-top: 32px;
}

.track-item-text {
  margin-top: 17px;
}

.feature-1-section {
  display: none;
}

.feature-1-image-wrapper {
  width: 45%;
  max-width: 475px;
  position: relative;
}

.feature-1-main-image {
  position: relative;
}

.feature-1-circle-1 {
  width: 370px;
  height: 370px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -9%;
  right: auto;
  overflow: hidden;
}

.feature-1-circle-2 {
  width: 215px;
  height: 215px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.feature-1-content-wrapper {
  width: 43%;
}

.feature-1-text-wrapper {
  margin-top: 40px;
}

.feature-2-section {
  background-color: var(--white-smoke);
}

.feature-2-content-wrapper {
  width: 42%;
}

.feature-2-heading-wrapper {
  width: 110%;
}

.feature-2-pointer-wrapper {
  margin-top: 40px;
}

.feature-2-item-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.feature-2-item-wrapper.middle {
  margin-top: 45px;
  margin-bottom: 45px;
}

.feature-2-item-icon {
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(149, 155, 187, .25);
}

.feature-2-item-content {
  max-width: 83%;
}

.feature-2-item-text-wrapper {
  margin-top: 10px;
}

.feature-2-image-wrapper {
  width: 45%;
  max-width: 430px;
  position: relative;
}

.feature-2-main-image {
  position: relative;
}

.feature-2-circle-1 {
  width: 360px;
  height: 360px;
  position: absolute;
  top: auto;
  bottom: -3%;
  left: -5%;
  right: auto;
  overflow: hidden;
}

.feature-2-circle-2 {
  width: 185px;
  height: 185px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.testimonial-section.instructions {
  width: 100%;
}

.testimonial-heading-wrapper {
  max-width: 675px;
}

.testimonial-container {
  background-image: url('../images/g10-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 850.844px;
  margin-top: 20px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.testimonial-slider {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  height: auto;
  position: relative;
}

.testimonial-slider-mask {
  height: auto;
  padding-top: 60px;
}

.testimonial-slide {
  text-align: center;
  border-radius: 18px;
  height: auto;
  padding-left: 0;
  padding-right: 0;
}

.testimonial-slider-content-wrapper {
  background-color: var(--white);
  border-radius: 18px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 650px;
  height: 100%;
  min-height: 350px;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 10% 60px;
  display: flex;
  position: relative;
  overflow: visible;
  box-shadow: 0 15px 30px rgba(177, 182, 201, .25);
}

.quotation-image {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  display: flex;
}

.testimonial-text-wrapper {
  margin-top: 25px;
}

.testimonial-slider-left-arrow {
  background-color: #200e32;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  left: 10%;
}

.testimonial-slider-arrow-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 11px;
  display: flex;
}

.testimonial-slider-right-arrow {
  background-color: var(--midnight-blue-2);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35px;
  height: 35px;
  display: flex;
  top: -25%;
  right: 10%;
}

.testimonial-person-images-container {
  justify-content: center;
  align-items: flex-start;
  max-width: 650px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hide {
  display: none;
}

.testimonial-person {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 9px;
  margin-right: 9px;
  display: flex;
}

.testimonial-person.slide-current-author {
  justify-content: center;
  max-width: 100px;
}

.testimonial-person-image {
  transform-origin: 50%;
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min_1autumn-goodman-242825-unsplash-1-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  overflow: hidden;
}

.testimonial-person-image.slide-author1 {
  background-image: url('../images/pexels-photo-2463236-1-min.jpg');
  width: 38px;
  height: 38px;
}

.testimonial-person-image.slide-author1.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author2 {
  background-image: url('../images/autumn-goodman-242825-unsplash-min.jpg');
}

.testimonial-person-image.slide-author2.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author3 {
  background-image: url('../images/autumn-goodman-242825-unsplash-2-min.jpg');
}

.testimonial-person-image.slide-author3.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author4 {
  background-image: url('../images/autumn-goodman-242825-unsplash-min-1.jpg');
}

.testimonial-person-image.slide-author4.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-image.slide-author5 {
  background-image: url('../images/autumn-goodman-242825-unsplash-1-min.jpg');
}

.testimonial-person-image.slide-author5.current {
  width: 80px;
  height: 80px;
}

.testimonial-person-name-text {
  color: #0f072c;
  margin-top: 25px;
  font-size: 18px;
  line-height: 28px;
  display: none;
}

.testimonial-person-name-text.slide-current-author {
  width: 150%;
  margin-top: 10px;
  font-weight: 600;
  display: block;
}

.testimonial-person-designation-text {
  color: #6f6a80;
  margin-top: 6px;
  font-size: 12px;
  line-height: 18px;
  display: none;
}

.testimonial-person-designation-text.slide-current-author {
  width: 200%;
  font-family: Montserrat, sans-serif;
  display: block;
}

.award-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.award-item.award-image {
  width: 230px;
}

.rating-text {
  color: var(--midnight-blue);
  font-size: 74px;
  font-weight: 800;
  line-height: 96px;
}

.rating-star-image {
  margin-bottom: 18px;
}

.footer {
  background-color: var(--gold);
}

.footer-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 70%;
  max-width: 700px;
  display: flex;
}

.footer-store-links-wrapper {
  justify-content: space-between;
  align-items: center;
  margin-top: 65px;
  display: flex;
}

.footer-image-wrapper {
  width: 25%;
}

.footer-person-2 {
  border: 1px solid #ececec;
  border-radius: 50%;
  width: 51px;
  height: 51px;
  position: absolute;
  top: auto;
  bottom: 40%;
  left: auto;
  right: -8%;
  overflow: hidden;
}

.footer-person-3 {
  border: 1px solid #ececec;
  border-radius: 50%;
  width: 78px;
  height: 78px;
  position: absolute;
  top: auto;
  bottom: 19%;
  left: auto;
  right: 33%;
  overflow: hidden;
}

.footer-person-4 {
  border: 1px solid #ececec;
  border-radius: 50%;
  width: 38px;
  height: 38px;
  position: absolute;
  top: 16%;
  bottom: auto;
  left: auto;
  right: 32%;
  overflow: hidden;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.brand {
  padding-left: 0;
}

.brand.w--current {
  width: 80px;
  height: 35px;
  padding-left: 0;
}

.nav-link {
  color: var(--midnight-blue);
  padding: 20px 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  line-height: 28px;
  transition: color .2s;
}

.nav-link:hover {
  color: rgba(35, 22, 86, .6);
}

.nav-button {
  background-color: var(--gold);
  color: var(--midnight-blue-3);
  border-radius: 80px;
  padding: 14px 26px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 28px;
  transition: background-color .2s;
}

.nav-button:hover {
  background-color: var(--midnight-blue-3);
  color: var(--white);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 76%;
  display: flex;
}

.preload {
  z-index: 9999;
  background-color: var(--white);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.wrapper-instruction {
  justify-content: space-between;
  align-items: center;
  width: 85%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.wrapper-instruction.updates {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  justify-content: center;
  width: 70%;
  margin-top: 100px;
  margin-bottom: 50px;
  padding: 40px;
}

.wrapper-instruction.instruction-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 100px;
}

.style-guide-title {
  background-color: var(--midnight-blue);
  color: #fff;
  text-transform: none;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.style-guide-note {
  color: #ff0707;
  letter-spacing: .5px;
  background-color: rgba(255, 0, 0, .1);
  border-radius: 10px;
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.style-guide-line {
  background-color: #091818;
  border: 1px solid #e5e5e5;
  border-radius: 20px;
  width: 100%;
  height: 2px;
  margin-top: 30px;
  margin-bottom: 30px;
}

.style-guide-colours {
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.colour {
  background-color: #fff;
  border-radius: 5px;
  margin: 30px;
  padding: 40px;
}

.colour._1 {
  background-color: var(--midnight-blue);
}

.colour._2 {
  background-color: var(--dim-grey);
}

.colour._3 {
  background-color: #185cff;
  background-color: var(--midnight-blue-2);
  box-shadow: 0 10px 50px rgba(0, 0, 0, .1);
}

.colour._4 {
  background-color: var(--dodger-blue);
}

.style-guide-title-2 {
  color: #fff;
  text-transform: none;
  background-color: #152c5b;
  border-radius: 10px;
  width: 100%;
  padding: 20px;
  font-size: 26px;
  font-weight: 700;
  line-height: 40px;
}

.footer-subtext {
  color: var(--midnight-blue-3);
  font-size: 18px;
}

.footer-links {
  color: var(--midnight-blue-3);
  transition: color .2s;
}

.footer-links:hover {
  color: #fff;
}

.middle-image-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.middle-image {
  width: 100%;
  max-width: 300px;
  position: relative;
}

.middle-image._1 {
  transform-style: preserve-3d;
  margin-bottom: -40px;
  margin-right: -60px;
}

.middle-image._3 {
  margin-bottom: -40px;
  margin-left: -60px;
}

.update-text {
  margin-bottom: 10px;
}

.template-updates {
  text-align: center;
}

.update-wrapper {
  margin-left: 30px;
  padding: 0;
}

.version-wrapper {
  width: 25%;
}

.version-number {
  margin-bottom: 10px;
}

.changelog {
  text-align: center;
  letter-spacing: 6px;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.update-date {
  font-style: normal;
  font-weight: 500;
}

.footer-link {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
  transition: color .2s;
}

.footer-link:hover {
  color: rgba(255, 255, 255, .7);
}

.licensing-link {
  color: #434343;
  margin-bottom: 20px;
  text-decoration: none;
  transition: all .3s;
}

.licensing-link.text {
  color: #ad5555;
  margin-bottom: 0;
  display: inline-block;
}

.footer-links-card-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.footer-divider-line {
  background-color: rgba(255, 255, 255, .2);
  width: 100%;
  height: 1px;
  margin-bottom: 80px;
}

.button {
  color: #fff;
  background-color: #185cff;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 16px 27.5px;
  font-size: 16px;
  line-height: 32px;
  transition: background-color .2s;
}

.button:hover {
  background-color: rgba(24, 92, 255, .8);
}

.button.footer-button {
  transition: background-color .2s;
}

.button.footer-button:hover {
  background-color: rgba(24, 92, 255, .6);
}

.footer-heading-wrapper-2 {
  width: 60%;
  max-width: 570px;
}

.licensing-text {
  text-align: left;
  margin-top: 0;
}

.licensing-text-wrap {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 25%;
  margin-right: 30px;
  display: flex;
}

.footer-text-wrapper {
  width: 90%;
  margin-top: 32px;
}

.licensing-image-and-text-wrapper {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 70%;
  margin-top: -3px;
  padding: 44px;
  display: flex;
}

.licencing-images-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: 40px;
  display: grid;
}

.footer-logo-wrapper {
  width: 127px;
  height: 37px;
}

.footer-social-icon-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.licensing-heading {
  margin-bottom: 40px;
}

.licensing-section {
  padding-top: 140px;
}

.licensing-subtext {
  margin-top: 20px;
}

.utility-page-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

._404-text {
  font-size: 160px;
  font-style: italic;
  font-weight: 700;
  line-height: 100%;
}

._404-heading {
  margin-top: 30px;
  font-size: 76px;
  font-style: italic;
  line-height: 100%;
}

._404-subtext {
  color: #152c5b;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 100%;
}

.home-button {
  color: #fff;
  border-radius: 61px;
  padding: 14px 26px;
  font-size: 16px;
  line-height: 28px;
}

.testimonial-arrow {
  z-index: 80;
  background-color: var(--white);
  width: 30px;
  height: 40px;
  margin-bottom: -18px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(-45deg);
}

.section-subtext {
  color: var(--dim-grey);
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  line-height: 150%;
}

.blog-post-rich-text {
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 80px;
}

.blog-post-rich-text p {
  color: #152c5b;
  margin-top: 32px;
  margin-bottom: 56px;
}

.blog-post-rich-text figure {
  margin-top: 40px;
  margin-bottom: 40px;
}

.blog-post-rich-text blockquote {
  color: rgba(21, 44, 91, .6);
  margin-top: 32px;
  margin-bottom: 32px;
  font-style: italic;
  line-height: 32px;
}

.blog-post-rich-text ol {
  margin-top: 32px;
  margin-bottom: 58px;
}

.blog-post-rich-text h3 {
  margin-bottom: 20px;
  font-size: 20px;
  line-height: 35px;
}

.blog-post-rich-text h6 {
  color: #152c5b;
  letter-spacing: 0;
  text-transform: none;
  font-size: 14px;
}

.blog-post-rich-text h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 40px;
}

.blog-post-rich-text h4 {
  margin-bottom: 20px;
  font-size: 18px;
}

.blog-post-rich-text a {
  color: #185cff;
}

.blog-post-rich-text img {
  object-fit: cover;
  max-height: 500px;
}

.blog-post-rich-text h5 {
  margin-bottom: 20px;
  font-size: 16px;
  line-height: 100%;
}

.learn-more-wrapper {
  align-items: center;
  max-width: 150px;
  margin-top: 33px;
  display: flex;
}

.section-link {
  letter-spacing: 3px;
  text-transform: uppercase;
}

.section-image-container {
  border-radius: 8px;
  width: 48%;
  max-width: 580px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-text-container {
  width: 48%;
  max-width: 465px;
}

.pointer-text-wrapper {
  width: 90%;
  margin-left: 13px;
}

.second-pointer {
  justify-content: flex-start;
  align-items: center;
  margin-top: 13px;
  display: flex;
}

.pointer-text {
  color: #152c5b;
  font-size: 18px;
  line-height: 32px;
}

.sub-text-wrapper {
  margin-top: 25px;
  margin-bottom: 10px;
}

.first-pointer {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.paragraph-wrapper {
  margin-top: 40px;
  margin-bottom: 40px;
}

.icon-wrapper {
  width: 54px;
  height: 54px;
  overflow: hidden;
}

.learn-more-arrow-wrapper {
  width: 18px;
  height: 29px;
  margin-left: 8px;
}

.checkbox-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: visible;
}

.nav-and-menu-button-wrapper {
  display: none;
}

.lottie-wrapper {
  width: 40vw;
}

.instruction-heading {
  margin-bottom: 20px;
  font-size: 40px;
  line-height: 140%;
}

.text-block-instruction {
  color: #8a95ad;
  margin-top: 27px;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-instruction.instruction-text {
  margin-top: 15px;
}

.navbar-shadow {
  filter: blur(60px);
  background-color: rgba(103, 102, 109, .1);
  border-radius: 100px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-shadow-wrapper {
  width: 85%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.navbar-main-white-div {
  z-index: 10;
  padding-top: 15px;
  position: relative;
}

.navbar-main-shadow {
  filter: blur(40px);
  background-color: rgba(15, 7, 44, .07);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.style-guide-main {
  padding-top: 140px;
}

.section-placeholder {
  margin-top: -100px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.section-placeholder.features {
  margin-top: -50px;
}

.section-placeholder.whyappish {
  margin-top: -30px;
}

.section-placeholder.testimonial {
  margin-top: -50px;
}

.section-placeholder.awards {
  margin-top: -120px;
}

.heading {
  color: #1a2693;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
}

.heading-2 {
  color: #1a2693;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 800;
  line-height: 110%;
}

.field-label {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.heading-4 {
  color: var(--dim-grey-2);
  margin-top: 40px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.heading-5 {
  color: #1a2693;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
}

.form-block {
  flex: 0 auto;
}

.field-label-2, .field-label-3 {
  text-align: left;
  font-family: Montserrat, sans-serif;
}

.form {
  width: 600px;
  padding-top: 40px;
}

.field-label-4 {
  text-align: left;
}

.submit-button {
  border-radius: 13px;
  width: 200px;
  margin-top: 20px;
  padding-top: 10px;
}

.heading-6, .heading-7, .bold-text {
  color: var(--dim-grey-2);
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.image-2 {
  min-width: 992px;
  max-width: 992px;
  margin-bottom: 20px;
}

.text-block-2 {
  text-align: center;
  font-family: Montserrat, sans-serif;
}

.text-span, .text-span-2, .text-span-3, .text-span-4 {
  color: var(--midnight-blue-3);
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #1d2a9e;
  border-radius: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 40px;
  padding-left: 60px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  display: grid;
}

.field-label-5 {
  padding-top: 40px;
  font-weight: 500;
}

.field-label-6, .field-label-7, .field-label-8, .field-label-9 {
  font-weight: 500;
}

.container {
  background-color: var(--midnight-blue-3);
  border-radius: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.submit-button-2 {
  background-color: var(--gold);
  color: var(--midnight-blue-3);
  border-radius: 8px;
  margin-bottom: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.text-block-3 {
  color: var(--white);
  text-align: center;
  margin: 40px 60px 20px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 38px;
}

.button-4 {
  background-color: var(--white);
  color: var(--midnight-blue-3);
  border-radius: 11px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 600;
}

.div-block {
  background-color: rgba(0, 0, 0, 0);
}

.text-block-4 {
  color: var(--midnight-blue-3);
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
}

.text-field-5 {
  margin-top: 40px;
  padding-top: 0;
}

.field-label-10, .field-label-12, .field-label-13 {
  font-weight: 500;
}

.heading-8, .heading-9, .heading-10 {
  color: var(--midnight-blue-3);
  font-size: 18px;
}

.heading-11 {
  line-height: 22px;
}

.image-10 {
  max-width: 60%;
  padding-right: 60px;
}

.button-5 {
  background-color: var(--midnight-blue-3);
  border-radius: 9px;
  font-family: Montserrat, sans-serif;
}

.container-4 {
  text-align: center;
}

.heading-12 {
  color: var(--midnight-blue-3);
  text-align: center;
  margin-top: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 35px;
  font-weight: 700;
}

.paragraph-2 {
  color: var(--midnight-blue-3);
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.button-8 {
  background-color: var(--gold);
  color: var(--midnight-blue-3);
  border-radius: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.section {
  padding-bottom: 40px;
}

.dropdown-toggle {
  padding-left: 10px;
  padding-right: 40px;
}

.div-block-2 {
  margin-top: 20px;
  margin-left: 40px;
  margin-right: 40px;
  display: flex;
}

.image-12 {
  float: none;
  clear: none;
  display: inline-block;
  overflow: visible;
}

.container-6 {
  align-self: center;
}

.button-9 {
  background-color: var(--midnight-blue-3);
  color: var(--white);
  border-radius: 20px;
  margin-top: 20px;
}

.dropdown-link {
  color: var(--midnight-blue-3);
  font-size: 13px;
}

.dropdown-link:hover {
  background-color: var(--midnight-blue-3);
  color: var(--white);
}

.dropdown-link-2 {
  color: var(--midnight-blue-3);
  font-size: 13px;
}

.dropdown-link-2:hover {
  background-color: var(--midnight-blue-3);
  color: var(--white);
}

.image-15 {
  max-width: 80%;
  font-size: 16px;
}

.container-7 {
  z-index: 100;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.link-2 {
  background-color: var(--midnight-blue-3);
  color: var(--white);
  border-radius: 11px;
  margin-bottom: 30px;
  padding: 10px;
  font-size: 14px;
  display: inline-block;
}

.text-block-5 {
  color: var(--midnight-blue-3);
  font-size: 13px;
}

.icon {
  color: var(--midnight-blue-3);
  font-size: 16px;
}

.button-10 {
  background-color: var(--midnight-blue-3);
  color: var(--white);
  border-radius: 9px;
}

.secci-n-de-registro-zona {
  grid-column-gap: 40px;
  background-color: var(--ghost-white);
  border-radius: 11px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}

.text-block-6 {
  color: var(--midnight-blue-3);
  align-self: center;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.text-block-7 {
  text-align: center;
  font-family: Tahoma, Verdana, Segoe, sans-serif;
}

.field-label-14, .field-label-15 {
  font-weight: 500;
}

.checkbox-field {
  font-weight: 300;
}

.checkbox-label {
  font-size: 14px;
  font-weight: 400;
}

.text-block-8 {
  font-size: 15px;
}

.div-block-3 {
  flex-direction: column;
  padding-top: 61px;
  display: flex;
}

.image-16 {
  margin-left: 24px;
}

.div-block-5 {
  width: auto;
  margin-left: 60px;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
}

.link-3 {
  color: var(--midnight-blue-3);
  margin-right: 43px;
  font-weight: 700;
}

.link-4 {
  margin-right: 35px;
}

.section-2 {
  background-color: var(--white-smoke);
  height: 200px;
  display: flex;
}

.bold-text-3 {
  color: var(--dim-grey);
}

.accordion-item {
  color: var(--dim-grey);
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.accordion-toggle {
  flex-wrap: nowrap;
  width: 100%;
  height: 60px;
  display: block;
}

.bold-text-4 {
  color: var(--dim-grey);
  display: block;
}

.div-block-6 {
  width: 100%;
}

.dropdown-list {
  background-color: #fff;
  padding: 20px 40px 20px 20px;
  display: block;
  position: static;
}

.feature-2-section-copy {
  background-color: var(--white-smoke);
}

.italic-text {
  white-space: normal;
  word-break: normal;
}

.italic-text-2 {
  color: var(--midnight-blue);
  -webkit-text-stroke-color: var(--midnight-blue);
}

.italic-text-3 {
  color: var(--midnight-blue);
}

.italic-text-4 {
  color: var(--dim-grey);
  font-weight: 400;
}

@media screen and (min-width: 1280px) {
  .white {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-size: 55px;
  }

  .wrapper.footer-sub-wrapper {
    color: var(--midnight-blue-3);
  }

  .featured-section {
    background-color: #e6f4fc;
  }

  .text-block._14-px {
    text-align: center;
    font-size: 40px;
    line-height: 44px;
  }

  .featured-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .featured-item-wrapper {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .feature-2-content-wrapper {
    width: 44%;
  }

  .testimonial-container {
    position: relative;
  }

  .footer {
    background-color: var(--gold);
  }

  .nav-button {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .nav-button:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .wrapper-instruction.updates {
    margin-bottom: 0;
  }

  .footer-subtext, .footer-links {
    color: var(--midnight-blue-3);
  }

  .heading-2 {
    font-size: 30px;
  }

  .heading-4 {
    color: var(--dim-grey-2);
    margin-top: 40px;
    font-size: 20px;
  }

  .heading-6, .heading-7, .bold-text {
    font-size: 18px;
  }

  .image-2 {
    min-width: 1280px;
    max-width: 1280px;
    margin-top: 40px;
  }

  .text-block-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .text-span {
    color: var(--midnight-blue-3);
    background-color: rgba(0, 0, 0, 0);
  }

  .text-span-2 {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
  }

  .text-span-3, .text-span-4 {
    color: var(--midnight-blue-3);
  }

  .form-2 {
    color: var(--white);
    background-color: #1d2a9e;
    margin-bottom: 40px;
    padding-bottom: 40px;
    font-weight: 400;
  }

  .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
    font-weight: 500;
  }

  .container {
    background-color: var(--midnight-blue-3);
    color: var(--midnight-blue-3);
    border-radius: 20px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .submit-button-2 {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    border-radius: 10px;
    padding-left: 60px;
    padding-right: 60px;
    font-weight: 600;
  }

  .text-block-3 {
    color: var(--white);
    margin-top: 40px;
  }

  .button-4 {
    background-color: var(--white);
    color: var(--midnight-blue-3);
    border-radius: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-weight: 600;
  }

  .text-block-4 {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .field-label-10, .field-label-11, .field-label-12, .field-label-13 {
    font-weight: 500;
  }

  .heading-8, .heading-9, .heading-10 {
    color: var(--midnight-blue-3);
  }

  .image-10 {
    padding-right: 60px;
  }

  .button-5 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 12px;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
  }

  .paragraph-2 {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .section {
    padding-bottom: 40px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-9 {
    color: var(--white);
    margin-top: 40px;
    padding-top: 10px;
  }

  .dropdown-link {
    color: var(--midnight-blue-3);
    font-size: 14px;
  }

  .dropdown-link:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .dropdown-link-2 {
    color: var(--midnight-blue-3);
    font-size: 14px;
  }

  .dropdown-link-2:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .container-7 {
    z-index: 100;
    justify-content: flex-end;
    align-items: flex-end;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .link-2 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 6px;
    margin-bottom: 30px;
    padding: 10px;
    font-size: 15px;
    display: inline-block;
  }

  .text-block-5 {
    color: var(--midnight-blue-3);
    font-size: 14px;
  }

  .icon {
    color: var(--midnight-blue-3);
  }

  .button-10 {
    background-color: var(--midnight-blue-3);
    border-radius: 15px;
  }

  .secci-n-de-registro-zona {
    grid-column-gap: 40px;
    background-color: var(--white-smoke);
    border-radius: 15px;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: flex;
  }

  .text-block-6 {
    color: var(--midnight-blue-3);
    align-self: center;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .div-block-3 {
    margin-top: -4px;
    padding-top: 58px;
    display: flex;
  }

  .image-16 {
    margin-left: 40px;
  }

  .div-block-5 {
    margin-top: 14px;
    margin-left: 185px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .link-3 {
    color: var(--midnight-blue-3);
    margin-right: 57px;
    font-weight: 700;
  }

  .link-4 {
    margin-right: 47px;
  }

  .section-2 {
    background-color: var(--white-smoke);
    height: 200px;
  }
}

@media screen and (min-width: 1440px) {
  .white {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .wrapper.hero-wrapper {
    max-width: 960px;
  }

  .wrapper.main-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .wrapper.track-wrapper {
    background-color: rgba(0, 0, 0, 0);
    margin-top: 40px;
    padding-top: 0;
  }

  .wrapper.testimonial-wrapper {
    background-color: #f2f2f2;
    border-radius: 20px;
    margin-top: 100px;
    padding-top: 60px;
    padding-bottom: 40px;
    position: relative;
  }

  .wrapper.award-wrapper {
    align-items: stretch;
  }

  .wrapper.footer-wrapper {
    color: var(--midnight-blue-3);
  }

  .wrapper.reverse, .wrapper.footer-sub-wrapper {
    padding-top: 40px;
  }

  .hero-text-wrapper {
    width: 80%;
  }

  .image.contain {
    width: 85%;
    max-width: 85%;
    height: 85%;
    display: block;
  }

  .featured-section {
    background-color: #e6f4fc;
  }

  .text-block._14-px {
    text-align: center;
    font-size: 40px;
    line-height: 46px;
  }

  .text-block._24-px {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .featured-grid {
    grid-template-columns: 1fr 1fr 1fr;
    align-content: stretch;
    justify-content: space-around;
  }

  .featured-item-wrapper {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .track-item-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    align-items: start;
    margin-top: 60px;
    display: grid;
  }

  .track-item {
    justify-content: flex-start;
  }

  .testimonial-slider-mask {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonial-slide {
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .testimonial-person-name-text.slide-current-author {
    font-family: Montserrat, sans-serif;
    font-size: 26px;
  }

  .testimonial-person-designation-text.slide-current-author {
    align-self: auto;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .footer {
    background-color: var(--gold);
  }

  .navbar {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link {
    color: var(--midnight-blue-3);
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 16px;
  }

  .nav-button {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .nav-button:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .footer-subtext, .footer-links {
    color: var(--midnight-blue-3);
  }

  .section-subtext {
    font-size: 22px;
  }

  .heading {
    font-size: 50px;
  }

  .heading-2 {
    padding-top: 0;
    font-size: 30px;
  }

  .field-label {
    font-size: 15px;
    font-weight: 600;
  }

  .heading-4 {
    color: var(--dim-grey-2);
    margin-top: 40px;
    font-size: 25px;
    font-weight: 500;
    line-height: 150%;
  }

  .field-label-2, .field-label-3 {
    font-size: 15px;
    font-weight: 600;
  }

  .field-label-4 {
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 600;
  }

  .submit-button {
    background-color: #1a2693;
  }

  .heading-6, .heading-7, .bold-text {
    color: var(--dim-grey-2);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .text-field {
    border: 1px solid var(--silver);
    color: var(--dim-grey);
    border-radius: 5px;
  }

  .text-field-2 {
    border: 1px solid var(--silver);
    border-radius: 5px;
  }

  .text-field-3, .text-field-4 {
    border-radius: 5px;
  }

  .image-2 {
    min-width: 1440px;
    max-width: 1440px;
    margin-top: 63px;
  }

  .text-block-2 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .text-span, .text-span-2, .text-span-3, .text-span-4 {
    color: var(--midnight-blue-3);
  }

  .image-3 {
    text-align: center;
    text-decoration: none;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-color: #1d2a9e;
    border-radius: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: .75fr 1fr;
    grid-auto-columns: 1fr;
    padding: 20px 40px;
    display: grid;
  }

  .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .container {
    background-color: var(--midnight-blue-3);
    border-radius: 20px;
    margin-top: 60px;
    margin-bottom: 60px;
    padding: 40px;
  }

  .submit-button-2 {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    border-radius: 11px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .text-block-3 {
    color: var(--white);
    text-align: center;
    padding-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 600;
  }

  .button-4 {
    background-color: var(--white);
    color: var(--midnight-blue-3);
    border-radius: 20px;
    padding: 15px 50px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .text-block-4 {
    font-size: 30px;
    font-weight: 700;
  }

  .text-field-5, .text-field-6, .text-field-7, .select-field {
    font-family: Montserrat, sans-serif;
  }

  .field-label-10, .field-label-11, .field-label-12, .field-label-13 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .text-field-9, .text-field-10, .text-field-11, .select-field-2 {
    font-family: Montserrat, sans-serif;
  }

  .heading-11 {
    color: var(--dim-grey-2);
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .image-10 {
    margin-left: 100px;
    padding-right: 60px;
  }

  .button-5 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 12px;
    margin-bottom: 0;
    padding: 10px 20px;
    font-family: Montserrat, sans-serif;
  }

  .grid {
    grid-auto-flow: row;
  }

  .container-4 {
    text-align: center;
  }

  .heading-12 {
    color: var(--midnight-blue-3);
    text-align: center;
    margin-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
  }

  .grid-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    grid-template-rows: 1fr auto;
    grid-template-columns: .25fr .25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column dense;
    display: grid;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .button-7 {
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    border-radius: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .button-8 {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .section {
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .dropdown-toggle {
    color: var(--midnight-blue-3);
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .div-block-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .button-9 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 9px;
    margin-top: 40px;
  }

  .dropdown-link:hover, .dropdown-link-2:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .container-7 {
    z-index: 100;
    object-fit: none;
    flex-wrap: nowrap;
    justify-content: flex-end;
    align-items: flex-end;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .link-2 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 16px;
    margin-bottom: 20px;
    padding: 10px;
    font-size: 17px;
    display: inline-block;
  }

  .button-10 {
    background-color: var(--midnight-blue-3);
    border-radius: 12px;
  }

  .secci-n-de-registro-zona {
    grid-column-gap: 40px;
    background-color: var(--ghost-white);
    border-radius: 20px;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    display: flex;
  }

  .text-block-6 {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .div-block-3 {
    background-color: var(--white-smoke);
    height: 200px;
    margin-top: 0;
    padding-top: 0;
    display: flex;
  }

  .image-16 {
    margin-top: 60px;
    margin-left: 60px;
  }

  .div-block-5 {
    justify-content: center;
    margin-top: 71px;
    margin-left: 239px;
    font-family: Montserrat, sans-serif;
    font-size: 16px;
    display: flex;
  }

  .link-3 {
    color: var(--midnight-blue-3);
    margin-right: 44px;
    font-weight: 700;
  }

  .link-4 {
    margin-right: 43px;
  }

  .accordion-item {
    padding-bottom: 20px;
  }

  .accordion-toggle {
    height: 30px;
    padding: 0;
  }
}

@media screen and (min-width: 1920px) {
  .white {
    object-fit: fill;
    width: auto;
    margin-right: 0;
    padding-top: 60px;
    padding-left: 0;
    font-family: Montserrat, sans-serif;
    display: block;
    overflow: visible;
  }

  .wrapper.hero-wrapper {
    max-width: 1000px;
    padding-top: 163px;
    padding-bottom: 0;
  }

  .wrapper.featured-wrapper {
    width: 100%;
    padding-bottom: 20px;
  }

  .wrapper.track-wrapper {
    width: 100%;
    margin-top: 40px;
    padding-bottom: 60px;
  }

  .wrapper.testimonial-wrapper {
    margin-top: 0;
    margin-bottom: 60px;
  }

  .wrapper.footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 90%;
    display: flex;
  }

  .wrapper.navbar {
    padding-left: 20px;
  }

  .wrapper.reverse {
    font-size: 20px;
  }

  .image {
    padding-left: 0;
    display: inline-block;
  }

  .image.contain {
    -webkit-text-fill-color: inherit;
    background-color: rgba(0, 0, 0, 0);
    background-clip: border-box;
    border: 1px #000;
    border-radius: 0;
    flex: 0 auto;
    order: 0;
    align-self: stretch;
    width: 85%;
    margin-top: 0;
    margin-bottom: 28px;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
  }

  .featured-section {
    color: var(--white);
    background-color: #e6f4fc;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 28px;
  }

  .text-block._14-px {
    text-align: center;
    padding-bottom: 0;
    font-size: 40px;
  }

  .featured-grid {
    grid-column-gap: 97px;
    flex: 0 auto;
    align-content: stretch;
    justify-items: center;
    width: 120%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .featured-item-wrapper {
    margin-top: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .main-image-section {
    margin-bottom: auto;
  }

  .track-item-wrapper {
    margin-top: 30px;
  }

  .feature-2-section {
    background-color: var(--white-smoke);
  }

  .feature-2-item-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .feature-2-item-content {
    order: 0;
    align-self: auto;
    padding-left: 20px;
  }

  .testimonial-slide {
    color: var(--ghost-white);
    background-color: #f8f8f8;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-slider-left-arrow {
    justify-content: flex-end;
  }

  .testimonial-slider-right-arrow {
    justify-content: flex-end;
    display: flex;
  }

  .footer {
    background-color: var(--gold);
  }

  .brand.w--current {
    margin-right: -79px;
    padding-left: 0;
  }

  .nav-link {
    padding-left: 0;
    padding-right: 20px;
    font-size: 18px;
  }

  .nav-button {
    font-family: Montserrat, sans-serif;
    font-size: 16px;
  }

  .nav-button:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .wrapper-instruction.updates {
    margin-bottom: 100px;
  }

  .licensing-text {
    text-align: center;
  }

  .heading {
    font-size: 50px;
    line-height: 120%;
  }

  .heading-2 {
    font-family: Montserrat, sans-serif;
  }

  .heading-4 {
    margin-top: 40px;
    font-size: 30px;
  }

  .heading-5 {
    padding-left: 20px;
    font-size: 40px;
  }

  .form {
    width: auto;
    min-width: 700px;
    max-width: 600px;
  }

  .heading-6, .heading-7, .bold-text {
    color: var(--dim-grey-2);
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
  }

  .image-2 {
    min-width: 1920px;
    max-width: 0;
    max-height: none;
    margin-top: 20px;
  }

  .body {
    min-width: 1920px;
  }

  .text-block-2 {
    text-align: center;
    margin-top: 20px;
    padding-bottom: 0;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
  }

  .image-3 {
    background-color: var(--white-smoke);
    border-radius: 20px;
  }

  .form-2 {
    grid-column-gap: 16px;
    grid-row-gap: 24px;
    background-color: #24309e;
    border-radius: 20px;
    flex-direction: column;
    grid-template: "."
                   "."
                   "."
                   "."
                   "Area"
                   "."
                   / 1fr 1.5fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
    padding: 40px;
    display: grid;
  }

  .field-label-5, .field-label-6, .field-label-7, .field-label-8, .field-label-9 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .container {
    background-color: var(--midnight-blue-3);
    border-radius: 20px;
    margin-top: 0;
    margin-bottom: 60px;
    padding: 60px;
  }

  .submit-button-2 {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    text-align: center;
    border-radius: 12px;
    margin-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .text-block-3 {
    color: var(--white);
    text-align: center;
    margin-top: 40px;
    padding-bottom: 40px;
    font-family: Montserrat, sans-serif;
    font-size: 35px;
    font-weight: 700;
  }

  .button-2 {
    order: 0;
    justify-content: center;
    align-self: flex-end;
    display: block;
  }

  .container-2 {
    align-self: flex-end;
    padding-left: 0;
    display: block;
  }

  .button-3 {
    flex: 1;
    order: -1;
    align-self: auto;
  }

  .button-4 {
    background-color: var(--white);
    color: var(--midnight-blue-3);
    text-align: center;
    border-radius: 20px;
    margin-top: 40px;
    padding: 20px 60px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .image-4 {
    background-color: var(--white-smoke);
    border-radius: 20px;
  }

  .div-block {
    grid-column-gap: 16px;
    grid-row-gap: 28px;
    text-align: center;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 1200px;
    margin-left: 0;
    margin-right: 0;
    display: inline;
  }

  .text-block-4 {
    color: var(--midnight-blue-3);
    margin-top: 60px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .image-5 {
    background-color: var(--white-smoke);
    border-radius: 20px;
    padding-bottom: 0;
  }

  .text-field-5, .text-field-6, .text-field-7, .select-field, .text-field-8 {
    font-family: Montserrat, sans-serif;
  }

  .field-label-10, .field-label-11 {
    color: var(--white);
    margin-top: 40px;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .field-label-12, .field-label-13 {
    color: var(--white);
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .heading-8, .heading-9, .heading-10 {
    color: var(--midnight-blue-3);
    font-size: 22px;
  }

  .image-6, .image-7 {
    padding: 10px;
  }

  .image-8 {
    width: 100px;
    max-width: 120%;
    max-height: 120px;
    padding: 10px;
  }

  .image-9 {
    float: none;
    display: block;
  }

  .text-span-5, .text-span-6, .text-span-7 {
    font-size: 40px;
  }

  .image-10 {
    margin-left: 100px;
    margin-right: 20px;
  }

  .button-5 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 10px;
    margin-top: 0;
    margin-bottom: 0;
    padding: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 20px;
    font-weight: 600;
  }

  .grid {
    grid-column-gap: 74px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-flow: row;
  }

  .container-3 {
    margin-top: 40px;
    margin-bottom: 60px;
    padding-left: 0;
  }

  .container-4 {
    margin-top: 60px;
  }

  .heading-12 {
    color: var(--midnight-blue-3);
    text-align: center;
    margin-top: 60px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
    font-size: 40px;
    font-weight: 700;
  }

  .grid-2 {
    grid-column-gap: 54px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .paragraph-2 {
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 37px;
  }

  .container-5 {
    align-items: stretch;
    display: flex;
  }

  .button-6 {
    justify-content: space-between;
    display: flex;
  }

  .button-7 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 20px;
    margin-top: 60px;
    margin-right: 100px;
    padding: 20px 20px 20px 40px;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 600;
  }

  .button-8 {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    text-align: center;
    border: 0 solid #000;
    border-radius: 20px;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
    font-weight: 700;
    display: inline-block;
  }

  .section {
    background-color: var(--white-smoke);
    margin-top: 40px;
    margin-bottom: 0;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .image-11 {
    margin-right: 0;
    padding-right: 0;
  }

  .grid-3 {
    grid-template: ". Area"
    / 1fr 1fr 1fr 1fr;
    justify-items: center;
    margin-top: 40px;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-rows: minmax(auto, 1fr);
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-content: flex-start;
    justify-content: space-between;
    align-items: baseline;
    justify-items: stretch;
    width: auto;
    margin-left: 0;
    text-decoration: line-through;
    display: flex;
    position: static;
  }

  .image-12 {
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-13 {
    margin-left: 0;
    padding-left: 0;
  }

  .image-14 {
    display: block;
  }

  .container-6 {
    max-width: 800px;
  }

  .button-9 {
    background-color: var(--midnight-blue-3);
    color: var(--white-smoke);
    border: 1px #000;
    border-radius: 9px;
    margin-top: 60px;
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 25px;
    font-weight: 600;
    overflow: visible;
  }

  .dropdown-link {
    color: var(--midnight-blue-3);
    font-size: 18px;
  }

  .dropdown-link:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .dropdown-link-2 {
    color: var(--midnight-blue-3);
    font-size: 18px;
  }

  .dropdown-link-2:hover {
    background-color: var(--midnight-blue-3);
    color: var(--white);
  }

  .image-15 {
    margin-left: -28px;
    display: block;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .container-7 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: flex-end;
    align-items: flex-end;
    justify-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .link {
    position: fixed;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .link-2 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 14px;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: center;
    align-self: baseline;
    align-items: flex-start;
    margin-top: 40px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 10px 20px 10px 10px;
    font-weight: 600;
    display: flex;
    position: static;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .button-10 {
    background-color: var(--midnight-blue-3);
    border-radius: 10px;
    padding-top: 20px;
    padding-bottom: 20px;
    font-family: Montserrat, sans-serif;
  }

  .secci-n-de-registro-zona {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: var(--ghost-white);
    border-radius: 20px;
    flex-wrap: nowrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: center;
    justify-content: end;
    align-self: flex-start;
    align-items: center;
    margin-top: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .text-block-6 {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-size: 30px;
    font-weight: 700;
  }

  .div-block-3 {
    background-color: rgba(0, 0, 0, 0);
    height: 300px;
    display: flex;
  }

  .image-16 {
    margin-top: 121px;
    margin-left: 100px;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .div-block-4 {
    display: inline-block;
  }

  .div-block-5 {
    color: var(--midnight-blue-3);
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    margin-top: -19px;
    margin-left: 200px;
    padding-top: 0;
    font-family: Montserrat, sans-serif;
    display: flex;
  }

  .link-3 {
    color: var(--midnight-blue-3);
    margin-left: 155px;
    font-weight: 700;
  }

  .section-2 {
    height: 250px;
    padding-bottom: 0;
  }

  .feature-2-section-copy {
    background-color: var(--white-smoke);
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 58px;
  }

  h3 {
    line-height: 32px;
  }

  .white {
    font-size: 50px;
    line-height: 110%;
  }

  .hero-section {
    overflow: hidden;
  }

  .wrapper {
    flex-direction: column;
  }

  .wrapper.hero-wrapper {
    padding-top: 180px;
  }

  .wrapper.featured-wrapper {
    padding-top: 40px;
  }

  .wrapper.testimonial-wrapper {
    width: 90%;
    padding-bottom: 60px;
  }

  .wrapper.award-wrapper {
    grid-column-gap: 70px;
    grid-row-gap: 60px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    justify-items: center;
    padding-bottom: 150px;
    display: grid;
  }

  .wrapper.footer-wrapper {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .wrapper.navbar {
    flex-direction: row;
    padding: 10px 0 10px 20px;
  }

  .wrapper.reverse {
    flex-direction: column-reverse;
  }

  .wrapper.footer-sub-wrapper {
    padding-top: 60px;
  }

  .image.contain {
    margin-top: 0;
    padding-top: 0;
  }

  .text-block._24-px {
    font-size: 22px;
    line-height: 140%;
  }

  .featured-grid {
    grid-column-gap: 60px;
    margin-top: 10px;
  }

  .main-image-section {
    overflow: hidden;
  }

  .main-image-circle-1 {
    width: 270px;
    height: 270px;
    top: 5%;
    right: 0%;
  }

  .main-image-circle-2 {
    width: 200px;
    height: 200px;
    left: 5%;
  }

  .track-text-wrapper {
    width: 90%;
  }

  .track-item-wrapper {
    grid-column-gap: 40px;
    align-items: start;
    margin-top: 0;
    margin-bottom: 20px;
  }

  .feature-1-image-wrapper.margin-bottom {
    width: 50%;
    margin-bottom: 40px;
  }

  .feature-1-circle-1 {
    width: 270px;
    height: 270px;
  }

  .feature-1-circle-2 {
    width: 180px;
    height: 180px;
  }

  .feature-1-content-wrapper {
    width: 75%;
  }

  .feature-2-content-wrapper {
    width: 80%;
  }

  .feature-2-heading-wrapper {
    width: 120%;
  }

  .feature-2-pointer-wrapper {
    width: 80%;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-2-item-icon {
    margin-top: 5px;
  }

  .feature-2-item-content {
    max-width: 85%;
  }

  .feature-2-image-wrapper.margin-bottom {
    width: 50%;
    margin-bottom: 70px;
  }

  .feature-2-circle-1 {
    width: 280px;
    height: 280px;
  }

  .feature-2-circle-2 {
    width: 160px;
    height: 160px;
  }

  .testimonial-container {
    margin-top: 0;
  }

  .testimonial-slider {
    max-width: 700px;
  }

  .testimonial-slider-content-wrapper {
    width: 90%;
    max-width: 620px;
  }

  .testimonial-slider-left-arrow {
    margin-top: 26%;
    top: 0%;
    left: 3%;
  }

  .testimonial-slider-right-arrow {
    margin-top: 26%;
    top: 0%;
    right: 3%;
  }

  .testimonial-person-images-container {
    max-width: 620px;
  }

  .award-section {
    padding-top: 60px;
  }

  .award-item {
    align-items: center;
  }

  .footer-content-wrapper {
    flex-direction: column;
    width: 80%;
  }

  .footer-store-links-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
  }

  .footer-image-wrapper {
    width: 40%;
  }

  .footer-image-wrapper.margin-bottom {
    width: 30%;
    margin-bottom: 60px;
  }

  .footer-person-2 {
    margin-top: 40px;
    top: 17%;
    bottom: auto;
    left: auto;
    right: 19%;
  }

  .footer-person-3 {
    width: 60px;
    height: 60px;
    top: 46%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .footer-person-4 {
    top: 19%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .navbar {
    overflow: visible;
  }

  .brand.w--current {
    height: 30px;
  }

  .nav-links-wrapper {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-link {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 0;
  }

  .nav-button {
    margin-left: 14px;
  }

  .nav-button.mobile {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu {
    background-color: #fff;
    max-width: none;
    padding-top: 10px;
    padding-bottom: 28px;
    box-shadow: 0 18px 30px rgba(0, 0, 0, .1);
  }

  .menu-button {
    color: #000;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .menu-button.w--open {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-button-wrapper {
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    display: none;
  }

  .wrapper-instruction {
    flex-direction: column;
    width: 80%;
    padding-bottom: 100px;
  }

  .update-wrapper {
    width: 100%;
    margin-top: 50px;
    margin-left: 0;
  }

  .version-wrapper {
    width: 100%;
  }

  .footer-link {
    margin-bottom: 15px;
  }

  .licensing-link {
    font-size: 50px;
  }

  .licensing-link.text {
    font-size: 18px;
  }

  .footer-links-card-heading {
    margin-bottom: 25px;
  }

  .footer-divider-line {
    margin-bottom: 60px;
  }

  .button {
    border-radius: 4px;
  }

  .button.footer-button {
    margin-top: 25px;
  }

  .footer-heading-wrapper-2 {
    width: 100%;
  }

  .licensing-text-wrap {
    align-items: flex-start;
    width: 100%;
    margin-right: 0;
    padding: 44px;
  }

  .footer-text-wrapper {
    margin-top: 20px;
  }

  .licensing-image-and-text-wrapper {
    width: 100%;
  }

  .licensing-section {
    padding-top: 100px;
  }

  ._404-heading {
    font-size: 60px;
  }

  ._404-subtext {
    line-height: 150%;
  }

  .blog-post-rich-text {
    padding-bottom: 50px;
  }

  .learn-more-wrapper {
    margin-top: 0;
  }

  .section-image-container {
    width: 100%;
    margin-top: 80px;
  }

  .section-text-container {
    width: auto;
    max-width: none;
    margin-top: 50px;
    margin-left: 0;
  }

  .second-pointer {
    align-items: flex-start;
    margin-top: 8px;
  }

  .first-pointer {
    align-items: flex-start;
  }

  .paragraph-wrapper {
    margin-top: 20px;
    margin-bottom: 30px;
  }

  .checkbox-wrapper {
    margin-top: 5px;
  }

  .nav-and-menu-button-wrapper {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .lottie-wrapper {
    width: 50vw;
  }

  .instruction-heading {
    margin-bottom: 0;
    font-size: 30px;
  }

  .text-block-instruction {
    margin-top: 20px;
  }

  .style-guide-main {
    padding-top: 100px;
  }

  .section-placeholder {
    margin-top: -60px;
  }

  .heading {
    margin-top: -63px;
    padding-top: 0;
    font-size: 40px;
  }

  .heading-5 {
    text-align: left;
    font-size: 38px;
  }

  .image-2 {
    min-width: 984px;
  }

  .container {
    border-radius: 20px;
  }

  .text-block-3 {
    font-weight: 600;
  }

  .button-4 {
    text-align: center;
    font-family: Montserrat, sans-serif;
    display: block;
  }

  .div-block {
    margin-left: 40px;
    margin-right: 40px;
  }

  .image-10 {
    text-align: center;
    align-self: center;
    margin-top: 20px;
    padding-left: 60px;
  }

  .container-4 {
    text-align: center;
  }

  .heading-12 {
    color: var(--midnight-blue-3);
    text-align: center;
    font-family: Montserrat, sans-serif;
    font-size: 25px;
    font-weight: 700;
  }

  .paragraph-2 {
    color: var(--midnight-blue-3);
    font-family: Montserrat, sans-serif;
    font-weight: 700;
  }

  .button-8 {
    background-color: var(--gold);
    color: var(--midnight-blue-3);
    border-radius: 20px;
    font-family: Montserrat, sans-serif;
    font-weight: 600;
  }

  .button-9 {
    background-color: var(--midnight-blue-3);
    color: var(--white);
    border-radius: 9px;
    margin-top: 40px;
  }

  .dropdown-toggle-2 {
    color: var(--midnight-blue-3);
    text-align: right;
    flex-wrap: nowrap;
    align-content: stretch;
    justify-content: space-around;
    align-items: center;
    margin-left: -230px;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 36px;
    font-size: 13px;
    display: inline-block;
  }

  .dropdown-link-3, .dropdown-link-4 {
    color: var(--midnight-blue-3);
    font-size: 13px;
  }

  .link-3, .link-4 {
    margin-right: 20px;
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 18px;
    line-height: 28px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 35px;
  }

  h3 {
    font-size: 22px;
    line-height: 31px;
  }

  h4 {
    line-height: 29px;
  }

  h5 {
    line-height: 26px;
  }

  .white {
    text-align: left;
    font-size: 45px;
  }

  .wrapper {
    width: 90%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .wrapper.hero-wrapper {
    padding-top: 170px;
  }

  .wrapper.featured-wrapper {
    align-items: center;
    padding-top: 80px;
    display: flex;
  }

  .wrapper.track-wrapper {
    padding-top: 20px;
  }

  .wrapper.testimonial-wrapper {
    padding-bottom: 60px;
  }

  .wrapper.award-wrapper {
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .wrapper.footer-wrapper {
    text-align: center;
    padding-top: 20px;
  }

  .wrapper.footer-sub-wrapper {
    margin-top: 50px;
    padding-top: 0;
  }

  .wrapper.changelog-wrapper {
    padding-top: 180px;
  }

  .wrapper.license.down {
    flex-direction: column;
  }

  .hero-text-wrapper {
    width: 80%;
  }

  .image.contain {
    text-align: right;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    text-decoration: line-through;
    display: block;
  }

  .store-link {
    width: 180px;
    height: 60px;
  }

  .featured-section {
    overflow: hidden;
  }

  .text-block._24-px {
    font-size: 20px;
  }

  .text-block._18-px.regular {
    font-size: 17px;
    line-height: 24px;
  }

  .featured-grid {
    grid-column-gap: 52px;
    grid-row-gap: 40px;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    max-width: 370px;
  }

  .main-image-section {
    overflow: hidden;
  }

  .main-image-circle-1 {
    width: 220px;
    height: 220px;
  }

  .main-image-circle-2 {
    width: 140px;
    height: 140px;
  }

  .track-section {
    overflow: hidden;
  }

  .track-text-wrapper {
    width: 80%;
  }

  .track-item-wrapper {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 75%;
    margin-top: 50px;
  }

  .track-item-heading {
    margin-top: 12px;
  }

  .track-item-text {
    margin-top: 6px;
  }

  .feature-1-section {
    overflow: hidden;
  }

  .feature-1-image-wrapper.margin-bottom {
    width: 60%;
  }

  .feature-1-circle-1 {
    width: 220px;
    height: 220px;
  }

  .feature-1-circle-2 {
    width: 160px;
    height: 160px;
  }

  .feature-1-content-wrapper {
    width: 80%;
  }

  .feature-2-section {
    overflow: hidden;
  }

  .feature-2-content-wrapper {
    width: 85%;
  }

  .feature-2-pointer-wrapper {
    width: 100%;
  }

  .feature-2-item-content {
    max-width: 83%;
  }

  .feature-2-image-wrapper.margin-bottom {
    width: 70%;
  }

  .feature-2-circle-1 {
    width: 220px;
    height: 220px;
  }

  .testimonial-section {
    overflow: hidden;
  }

  .testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonial-slider-mask {
    padding-top: 20px;
  }

  .testimonial-slider-content-wrapper {
    padding: 40px 7%;
  }

  .testimonial-slider-left-arrow, .testimonial-slider-right-arrow {
    width: 28px;
    height: 28px;
    margin-top: 0%;
    top: 33%;
  }

  .award-item {
    align-items: center;
  }

  .award-item.award-image {
    max-width: 230px;
  }

  .rating-text {
    font-size: 80px;
  }

  .footer-content-wrapper {
    width: 100%;
  }

  .footer-person-2, .footer-person-3 {
    width: 40px;
    height: 40px;
  }

  .footer-person-4 {
    width: 35px;
    height: 35px;
    top: 15%;
    bottom: auto;
    left: -1%;
    right: auto;
  }

  .wrapper-instruction, .wrapper-instruction.updates {
    width: 90%;
  }

  .update-wrapper {
    margin-top: 40px;
  }

  .licensing-link {
    font-size: 40px;
  }

  .footer-divider-line {
    margin-bottom: 40px;
  }

  .button.footer-button {
    margin-top: 25px;
  }

  .footer-heading-wrapper-2 {
    width: 100%;
  }

  .licensing-text-wrap {
    text-align: center;
    width: 100%;
    margin-right: 0;
    padding: 30px;
  }

  .footer-text-wrapper {
    max-width: 350px;
    margin-bottom: 60px;
  }

  .licensing-image-and-text-wrapper {
    padding: 30px;
  }

  .licensing-subtext {
    text-align: left;
  }

  .utility-page-content {
    width: 90%;
  }

  ._404-text {
    font-size: 130px;
  }

  ._404-heading {
    font-size: 40px;
  }

  .blog-post-rich-text blockquote {
    font-size: 17px;
    line-height: 26px;
  }

  .blog-post-rich-text h3 {
    line-height: 26px;
  }

  .blog-post-rich-text h2 {
    line-height: 33px;
  }

  .blog-post-rich-text li {
    font-size: 17px;
    line-height: 26px;
  }

  .section-image-container {
    margin-top: 50px;
  }

  .second-pointer {
    margin-top: 5px;
  }

  .pointer-text {
    font-size: 17px;
  }

  .paragraph-wrapper {
    margin-top: 25px;
    margin-bottom: 25px;
  }

  .lottie-wrapper {
    width: 60vw;
  }

  .instruction-heading {
    font-size: 20px;
  }

  .text-block-instruction {
    margin-top: 20px;
    line-height: 24px;
  }

  .nav-shadow-wrapper {
    width: 90%;
  }

  .heading {
    font-size: 40px;
  }

  .heading-4 {
    font-size: 20px;
  }

  .form {
    width: 500px;
  }

  .image-2 {
    min-width: 568px;
    max-width: 568px;
  }

  .form-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .container {
    max-width: 90%;
  }

  .text-block-3 {
    margin-bottom: 40px;
  }

  .button-4 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    margin-left: 120px;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-4 {
    margin-top: 20px;
  }

  .image-5 {
    max-width: 100%;
    display: inline-block;
  }

  .div-block-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .link-3 {
    display: flex;
  }

  .feature-2-section-copy {
    overflow: hidden;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: 17px;
  }

  h1 {
    font-size: 33px;
  }

  h2 {
    font-size: 26px;
    line-height: 110%;
  }

  .white {
    text-align: center;
    font-size: 30px;
  }

  .wrapper.hero-wrapper {
    padding-top: 140px;
  }

  .wrapper.featured-wrapper {
    flex-wrap: nowrap;
    align-content: flex-start;
    padding-top: 40px;
  }

  .wrapper.main-image-wrapper {
    padding-bottom: 0;
  }

  .wrapper.track-wrapper {
    padding-top: 10px;
  }

  .wrapper.testimonial-wrapper {
    width: auto;
    max-width: none;
  }

  .wrapper.award-wrapper {
    padding-bottom: 100px;
  }

  .wrapper.footer-wrapper {
    justify-content: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .wrapper.navbar {
    padding-left: 20px;
    padding-right: 0;
  }

  .wrapper.reverse {
    padding-top: 40px;
  }

  .wrapper.changelog-wrapper {
    padding-top: 140px;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .store-links-wrapper {
    justify-content: center;
    width: 100%;
    margin-top: 30px;
  }

  .store-link {
    width: 45%;
    height: 60px;
  }

  .store-link.margin {
    margin-left: 10px;
  }

  .featured-section {
    padding-top: 20px;
  }

  .text-block._14-px {
    font-size: 25px;
    line-height: 30px;
  }

  .text-block._16-px {
    font-size: 14px;
  }

  .text-block._24-px {
    font-size: 18px;
    line-height: 140%;
  }

  .text-block._20-px {
    font-size: 14px;
  }

  .featured-grid {
    grid-column-gap: 40px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 90%;
  }

  .featured-item-wrapper {
    text-align: center;
    font-size: 14px;
    line-height: 18px;
  }

  .main-image-circle-1 {
    width: 160px;
    height: 160px;
    top: 6%;
  }

  .main-image-circle-2 {
    width: 110px;
    height: 110px;
  }

  .track-item-wrapper {
    width: 90%;
    margin-top: 20px;
  }

  .feature-1-image-wrapper.margin-bottom {
    width: 90%;
  }

  .feature-1-circle-1 {
    width: 180px;
    height: 180px;
  }

  .feature-1-circle-2 {
    width: 120px;
    height: 120px;
  }

  .feature-1-content-wrapper {
    width: 100%;
  }

  .feature-1-text-wrapper {
    margin-top: 30px;
  }

  .feature-2-content-wrapper {
    width: 100%;
  }

  .feature-2-pointer-wrapper {
    margin-top: 30px;
  }

  .feature-2-item-wrapper {
    flex-direction: column;
  }

  .feature-2-item-icon {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .feature-2-item-content {
    max-width: none;
  }

  .feature-2-image-wrapper.margin-bottom {
    width: 80%;
  }

  .feature-2-circle-1 {
    width: 200px;
    height: 200px;
    left: -7%;
  }

  .testimonial-container {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .testimonial-slider {
    width: 100%;
  }

  .testimonial-slider-mask {
    overflow: visible;
  }

  .testimonial-slider-content-wrapper {
    width: 100%;
    padding-left: 8%;
    padding-right: 8%;
  }

  .testimonial-slider-left-arrow {
    top: 30%;
    left: -4%;
  }

  .testimonial-slider-right-arrow {
    top: 30%;
    right: -4%;
  }

  .testimonial-person {
    margin-left: 5px;
    margin-right: 5px;
  }

  .testimonial-person.slide-current-author {
    max-width: 80px;
  }

  .testimonial-person-designation-text.slide-current-author {
    width: 220%;
  }

  .award-item.award-image {
    max-width: 70%;
  }

  .footer-store-links-wrapper {
    justify-content: center;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-image-wrapper.margin-bottom {
    width: 70%;
  }

  .footer-person-2 {
    width: 30px;
    height: 30px;
    top: 32%;
    right: 1%;
  }

  .footer-person-3 {
    width: 30px;
    height: 30px;
    top: 50%;
  }

  .footer-person-4 {
    width: 30px;
    height: 30px;
    right: -3%;
  }

  .brand.w--current {
    width: 65px;
    height: 30px;
    padding-left: 0;
  }

  .nav-button.mobile {
    border-radius: 100px;
    margin-left: 5px;
    padding: 6px 15px;
    font-size: 10px;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wrapper-instruction.updates {
    padding: 20px;
  }

  .style-guide-title {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .style-guide-colours {
    justify-content: center;
    align-items: center;
  }

  .colour {
    margin: 10px;
  }

  .style-guide-title-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 20px;
  }

  .footer-subtext {
    font-size: 16px;
    line-height: 26px;
  }

  .middle-image._1 {
    transform: scale3d(1none, 1none, 1none) translate(67px, 0px) rotate(-20deg);
  }

  .update-text {
    font-size: 32px;
  }

  .template-updates {
    font-size: 37px;
  }

  .update-wrapper {
    margin-top: 30px;
  }

  .licensing-link {
    font-size: 30px;
  }

  .licencing-images-grid {
    grid-template-columns: 1fr;
  }

  ._404-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .section-subtext {
    font-size: 20px;
  }

  .first-pointer {
    align-items: flex-start;
  }

  .checkbox-wrapper {
    margin-top: 4px;
  }

  .lottie-wrapper {
    width: 90vw;
  }

  .instruction-heading {
    font-size: 20px;
    line-height: 110%;
  }

  .text-block-instruction {
    font-size: 15px;
    line-height: 21px;
  }

  .text-block-instruction.instruction-text {
    font-size: 16px;
  }

  .nav-shadow-wrapper {
    width: 90%;
  }

  .style-guide-main {
    padding-top: 100px;
  }

  .heading, .heading-2 {
    font-size: 25px;
  }

  .heading-4 {
    font-size: 12px;
    line-height: 18px;
  }

  .heading-5 {
    max-width: 280px;
    font-size: 28px;
  }

  .form {
    width: auto;
    min-width: 270px;
  }

  .heading-6, .heading-7, .bold-text {
    font-family: Montserrat, sans-serif;
  }

  .image-2 {
    min-width: 320px;
    max-width: 320px;
  }

  .text-block-2 {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .form-2 {
    grid-column-gap: 2px;
    border-radius: 0;
    grid-template-columns: .5fr 1.25fr;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
    padding-right: 0;
    font-size: 11px;
    line-height: 16px;
  }

  .field-label-8 {
    line-height: 16px;
  }

  .container {
    max-width: 95%;
    padding-left: 0;
  }

  .text-block-3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 22px;
  }

  .button-4 {
    margin-left: 70px;
    margin-right: 60px;
    display: block;
  }

  .div-block {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-4 {
    margin-top: 0;
  }

  .text-field-5, .text-field-6, .text-field-7, .select-field {
    font-size: 10px;
  }

  .field-label-11 {
    font-weight: 500;
  }

  .heading-8, .heading-9, .heading-10 {
    font-size: 16px;
  }

  .text-field-9, .text-field-10 {
    font-size: 10px;
  }

  .bold-text-2 {
    font-size: 12px;
    line-height: 16px;
  }

  .image-10 {
    max-width: 80%;
  }

  .heading-12 {
    font-size: 16px;
  }

  .div-block-2 {
    flex-direction: column;
    margin-left: 10px;
    margin-right: 10px;
  }

  .container-7 {
    max-width: 400px;
    display: block;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .secci-n-de-registro-zona {
    grid-column-gap: 40px;
    grid-row-gap: 16px;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
    align-items: center;
    max-width: 200px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .div-block-3 {
    justify-content: center;
    align-items: flex-start;
    height: 200px;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 0;
  }

  .div-block-5 {
    font-size: 12px;
    display: block;
  }

  .section-2 {
    height: 250px;
  }

  .accordion-item {
    width: 100%;
  }

  .bold-text-4 {
    object-fit: fill;
    width: auto;
    display: inline;
    overflow: visible;
  }
}

#w-node-fa54d477-31d2-aee7-0322-384cd0eceb00-49b09859, #referral-code.w-node-e4ef8bdf-789f-6380-a2a8-da792fe6ae9c-49b09859, #w-node-ad135715-87c3-4eeb-cca3-68dc01cf21b2-49b09859, #w-node-_009d2043-2a3e-bc93-4cf5-5b70c753d3a6-49b09859 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_23c89087-8e6f-3d86-7c2d-2b162c9dc915-49b09859 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
  justify-self: center;
}

@media screen and (min-width: 1920px) {
  #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a054-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a063-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a064-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5a4b4210-0c65-0911-8c8c-904cd8d07a5b-49b09859, #w-node-_5b4ecf65-40d0-bb66-1712-1dd4b529bbc9-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6ba73d6-7456-5454-e074-92f08373e86f-49b09859 {
    grid-area: Area;
  }

  #w-node-_9fddddda-c60e-0846-282f-854d94a3874a-49b09859, #name.w-node-_528e93d5-1bec-f4fc-ada3-b8582ede9e24-49b09859, #w-node-_9661987b-5bac-5d1f-e1c0-4e1242c96c2c-49b09859, #w-node-c7247dbd-ecf0-5cfa-5b48-41dd20b89d84-49b09859, #phone-number.w-node-_8ef5f3f5-49ed-1d4b-c25f-60d60a06935c-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8a9af18b-2a58-bdbd-a223-10829a158100-49b09859 {
    grid-area: Area;
  }

  #origin.w-node-a287d4e4-25c6-65eb-b402-557fb1bc5aca-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_23c89087-8e6f-3d86-7c2d-2b162c9dc915-49b09859 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a054-49b09859, #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a064-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_23c89087-8e6f-3d86-7c2d-2b162c9dc915-49b09859 {
    grid-column: span 2 / span 2;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a054-49b09859, #w-node-_624e6634-bcb0-6b49-22b9-4871a1b7a064-49b09859 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}


@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Thicccboi';
  src: url('../fonts/THICCCBOI-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}