:root {
  --medium-violet-red: #a44f8a;
  --tomato: #fa6754;
}

body {
  color: #333;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: HK Nova, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 700;
  line-height: 48px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: HK Nova, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: HK Nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: HK Nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

p {
  margin-bottom: 10px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  line-height: 26px;
}

.hero {
  background-color: #191a1e;
  background-image: url('../images/Background-Amplified-Academy.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.hero.marginbanner {
  padding-top: 64px;
}

.header {
  justify-content: space-between;
  align-items: center;
  padding: 12px 10%;
  display: flex;
}

.navmenu {
  align-items: center;
  display: flex;
}

.landingcontent {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.dark-heading {
  color: #fff;
  max-width: 720px;
  font-size: 48px;
  line-height: 60px;
}

.dark-heading.marginb40 {
  max-width: 860px;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Hknova, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 64px;
}

.button {
  opacity: 1;
  background-color: #f16754;
  background-image: linear-gradient(112deg, #f16754, #9f4d8e);
  border-radius: 4px;
  padding: 16px 24px;
  transition: all .3s;
}

.button:hover {
  opacity: .8;
}

.button.big {
  border: 1px solid var(--medium-violet-red);
  border-radius: 8px;
  padding: 16px 22px;
  font-family: Hknova, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.button.big:hover {
  border-color: var(--tomato);
  font-weight: 500;
}

.button.big.disabled {
  display: none;
}

.button.apply {
  border: 1px solid var(--medium-violet-red);
  border-radius: 8px;
  margin-left: 24px;
  padding: 10px 14px;
  font-family: Hknova, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.button.apply:hover {
  border-color: var(--tomato);
  font-weight: 500;
}

.button.apply.disabled {
  display: none;
}

.button.marginb40 {
  border-radius: 8px;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
}

.button.form {
  min-width: 100%;
  margin-top: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.button.marginb40-copy {
  color: #000;
  background-color: #0000;
  background-image: none;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  margin-bottom: 0;
  padding: 10px 14px;
  font-family: Inter, sans-serif;
}

.button.navbr {
  border: 1px solid var(--medium-violet-red);
  border-radius: 8px;
  padding: 16px 22px;
  font-family: Hknova, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
}

.button.navbr:hover {
  border-color: var(--tomato);
  font-weight: 500;
}

.button.navbr.disabled {
  display: none;
}

.container-small {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1080px;
  padding: 0%;
  display: flex;
}

.container-small.horizontal {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 1080px;
}

.paragraph {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph.bigbold {
  color: var(--medium-violet-red);
  font-size: 32px;
  line-height: 40px;
}

.section-color {
  background-color: #f7f7f6;
  padding: 5% 15%;
}

.section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e5e5e5;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10%;
  font-family: HK Nova, sans-serif;
  display: flex;
}

.section.disabled {
  display: none;
}

.heading-red {
  border-bottom: 0px solid var(--tomato);
  color: #000;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 24px;
  padding-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
}

.heading-red.left {
  text-align: left;
  margin-top: 0;
  margin-bottom: 24px;
}

.heading-red.center {
  text-align: center;
  max-width: 960px;
}

.heading-red.center.red {
  color: var(--tomato);
}

.oportunity-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 24px;
  display: flex;
}

.oportunity-box:hover {
  border-color: #a8a8a8;
}

.oportunity-right {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0;
  display: flex;
}

.oportunity-tag {
  border: 1px solid var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #a44f8a26;
  border-radius: 20px;
  margin-right: 0;
  padding: 4px 12px;
  font-family: Hknova, Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
  display: inline-block;
}

.icon-oportunity {
  width: 56px;
  max-width: none;
  height: 56px;
}

.oportunity-left {
  padding: 0;
  display: flex;
}

.marginb16 {
  text-align: left;
  max-width: 960px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.marginb16.copy {
  margin-bottom: 8px;
  font-weight: 400;
}

.marginb16.apply-now {
  text-align: center;
}

.heading-oportunity {
  color: #000;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.heading-oportunity.margint40 {
  margin-top: 40px;
}

.heading-oportunity.big {
  color: #fa6754;
  width: 100%;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 72px;
  font-weight: 500;
  line-height: 80px;
}

.heading-oportunity.big.subtitle {
  color: #000;
  font-family: Hknova, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
  text-decoration: none;
}

.heading-oportunity.gdpr {
  color: #fa6754;
  background-color: #0000;
  background-image: none;
  width: 100%;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 52px;
}

.heading-oportunity.gdpr.subtitle {
  color: #333;
  font-family: Hknova, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.main-menu-links {
  color: #fff;
  padding: 8px 16px;
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.main-menu-links:hover {
  color: var(--tomato);
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
}

.link-find-more {
  color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: none;
  margin-top: 5%;
  line-height: 36px;
  text-decoration: none;
  display: flex;
}

.findoutmoretxt {
  color: #fffc;
  margin-bottom: 44px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.container-big {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

.about-container {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-bottom: 0px solid var(--medium-violet-red);
  flex-flow: column;
  padding-top: 60px;
  padding-bottom: 60px;
  padding-left: 0;
  display: flex;
}

.about-wrap {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.about-bubbles {
  max-width: 380px;
}

.benefit-box {
  flex-direction: column;
  align-items: center;
  min-height: 300px;
  max-height: 300px;
  margin-bottom: 80px;
  display: flex;
}

.benefit-icon {
  background-color: #fcf0dd;
  border-radius: 32px;
  margin-bottom: 24px;
  padding: 24px;
}

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

.timeline-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #0000;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  margin-bottom: 24px;
  padding: 32px 24px;
  display: flex;
}

.date-box {
  border: 0 solid #e5e5e5;
  border-radius: 0;
  min-width: auto;
  max-width: none;
  margin-right: 0;
}

.month {
  background-color: var(--tomato);
  color: #fff;
  text-align: center;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: 80px;
  padding: 8px 8px 4px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.month.special {
  padding-top: 7px;
  padding-bottom: 0;
}

.day {
  text-align: center;
  border: 1px solid #e5e5e5;
  border-top: 0 solid #000;
  border-radius: 0 0 8px 8px;
  width: 80px;
  padding: 4px 8px 8px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.day.special {
  color: #fff;
  background-color: #7b5da6;
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
  padding-top: 5px;
  padding-bottom: 7px;
  font-family: HK Nova, sans-serif;
  font-size: 14px;
}

.timeline-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border: 0 solid #e5e5e5;
  border-radius: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  font-family: Inter, sans-serif;
  display: flex;
}

.timeline-item.last {
  margin-bottom: 0;
}

.heading-timeline {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.aplication-box {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 638px;
  margin-top: 40px;
  padding: 32px 24px;
  display: flex;
}

.text-20px {
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.redboldfix {
  color: #fa6754;
  font-weight: 600;
}

.bold {
  font-weight: 600;
}

.footer {
  background-color: #494062;
  padding-top: 40px;
  padding-bottom: 24px;
}

.copyright-text {
  color: #e9e9e9;
  text-align: center;
  font-size: 14px;
}

.footer-logo {
  max-height: 56px;
}

.footer-box {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  display: flex;
}

.h5-footer {
  color: #fff;
  font-family: HK Nova, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.icon-social-media {
  margin-right: 16px;
  transition: all .3s ease-out;
}

.icon-social-media:hover {
  opacity: .64;
  transform: translate(0, -3px);
}

.title-accordion {
  border-bottom: 1px solid #e5e5e5;
  flex-wrap: wrap;
  max-width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-left: 16px;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.title-accordion.w--open {
  border-bottom-width: 0;
  padding-bottom: 16px;
}

.title-accordion.last {
  border-bottom-width: 0;
}

.accordion-container {
  max-width: 100%;
  display: inline;
}

.dropdown-list {
  background-color: #805858;
}

.dropdown-list.w--open {
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 16px 24px;
  position: static;
}

.dropdown-list.last.w--open {
  border-bottom-width: 0;
}

.logo-footer {
  transition: all .3s ease-out;
}

.logo-footer:hover {
  opacity: .64;
}

.icon {
  position: relative;
}

.no-undernline-link {
  color: #4f1f78;
  text-decoration: none;
  transition: opacity .3s;
}

.no-undernline-link:hover {
  opacity: .84;
}

.line-timeline {
  color: #fff;
  text-align: center;
  background-color: #7b5da6;
  font-family: HK Nova, sans-serif;
  line-height: 8px;
}

.heading-masters {
  text-align: center;
  margin-top: 40px;
  padding-bottom: 24px;
}

.paragraph-masters {
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.banner-application-closed {
  z-index: 11;
  background-color: var(--tomato);
  color: #fff;
  justify-content: center;
  width: 100%;
  padding: 8px 40px;
  display: flex;
  position: fixed;
}

.form-email {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.div-block {
  flex: 1;
  max-width: 360px;
}

.text-field {
  border-radius: 4px;
  min-width: 360px;
  margin-bottom: 0;
  padding-top: 21px;
  padding-bottom: 21px;
}

.submit-button {
  background-color: var(--tomato);
  background-image: linear-gradient(94deg, var(--tomato), var(--medium-violet-red));
  border-radius: 4px;
  margin-left: 12px;
  padding: 12px 24px;
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
}

.emailbox {
  border-bottom: 1px solid #00000029;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5% 10%;
  display: flex;
}

.hide {
  display: none;
}

.hide.yesnt {
  display: block;
}

.modal {
  z-index: 99;
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  min-height: 100%;
  display: none;
  position: fixed;
}

.modal-body {
  background-color: #fff;
  border-radius: 10px;
  min-width: 480px;
  padding: 16px 32px 24px;
  position: relative;
}

.text-field-2 {
  border-radius: 6px;
}

.label {
  margin-top: 16px;
  font-weight: 400;
}

.close-modal {
  background-color: #42303d;
  border-radius: 80px;
  justify-content: center;
  align-items: center;
  min-width: 40px;
  min-height: 40px;
  padding: 10px;
  position: absolute;
  inset: -16px -16px auto auto;
  box-shadow: 1px 1px 14px #0000005c;
}

.success-message {
  background-color: #fff;
}

.heading {
  font-weight: 700;
}

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

.div-block-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.paragraph-copy {
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.div-block-3 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.div-block-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.code-embed {
  width: 24px;
  height: 24px;
  line-height: 16px;
}

.code-embed._20px {
  width: 20px;
  height: 20px;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.container-small-copy {
  flex-flow: column;
  display: flex;
}

.heading-oportunity-copy {
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.heading-oportunity-copy.margint40 {
  margin-top: 40px;
}

.heading-oportunity-copy.big {
  margin-bottom: 0;
  font-size: 36px;
  line-height: 44px;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.div-block-9 {
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  padding: 8px;
}

.div-block-10 {
  flex-flow: column;
  display: flex;
}

.div-block-10.benefits {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.container-small-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: none;
  padding-top: 0;
  display: flex;
}

.oportunity-box-copy {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 24px;
  padding: 24px 32px;
  display: flex;
}

.oportunity-box-copy.benefits {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding-left: 24px;
  padding-right: 24px;
}

.oportunity-box-copy.benefits:hover {
  border-color: #a8a8a8;
}

.div-block-11 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-12 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: 100%;
  display: flex;
}

.div-block-13 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
  border: 1px solid #ffffff4d;
  border-radius: 100px;
  padding: 8px;
}

.countdown-block {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #00000008;
  border: 1px solid #e5e5e580;
  border-radius: 8px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  padding: 12px 16px;
  display: flex;
}

.countdown {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.icon-x-small {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

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

.countdown-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 510px;
  display: flex;
}

.paragraph-regular {
  color: #454f5f;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular._404-copy-copy {
  color: var(--medium-violet-red);
  text-align: center;
  font-family: Hknova, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.paragraph-regular._404-copy {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 16px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.paragraph-regular._404-subtitle {
  font-family: Hknova, Arial, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.countdown-illustration {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.graphic-badge-arrow {
  color: #e57361;
  background-color: #fcefee;
  border: 1px solid #f6d0cb;
  border-radius: 100%;
  padding: 2px;
}

.section-regular {
  padding: 92px 5%;
  position: relative;
}

.section-regular.background-off-white {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.countdown-vector-graphic {
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: -40px -40px auto auto;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.paragraph-x-small {
  color: #454f5f;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.h3-heading {
  color: #3e376d;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.2;
}

.h4-heading {
  color: #000;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

.countdown-image {
  aspect-ratio: 4 / 5;
  border-radius: 48px;
  position: relative;
  overflow: hidden;
}

.countdown-vector-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 24px -48px auto auto;
  box-shadow: 0 2px 8px #c4cad43d;
}

.countdown-statistics-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 32px;
  flex-flow: column;
  min-width: 240px;
  max-width: 240px;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto auto -32px -56px;
  box-shadow: 0 2px 8px #c4cad43d;
}

.container-regular {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  width: 100%;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-tiny {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.countdown-badge-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-radius: 99px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: -40px -110px auto auto;
  box-shadow: 0 2px 8px #c4cad43d;
}

.paragraph-small {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.paragraph-small.text-color-orange-500 {
  color: #f4a952;
}

.countdown-number {
  color: #000;
  letter-spacing: -.02em;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.header-grid {
  grid-column-gap: 92px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  margin-bottom: 82px;
}

.countdown-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.overline-large {
  color: #e57361;
  letter-spacing: .2em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.button-primary {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #000;
  font-weight: 600;
}

.column-large {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.column-large.column-center {
  text-align: center;
  justify-content: flex-start;
  align-items: center;
}

.countdown-booster {
  display: none;
}

.div-block-14 {
  height: 100%;
}

.timeline-date {
  border-bottom: 0 solid #e5e5e5;
  padding-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
}

.timeline-date.timeline-action {
  border-top: 1px #e5e5e5;
  border-bottom-width: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.timeline-date.timeline-action.italic {
  color: #3339;
  margin-top: 32px;
}

.timeline-date.copy {
  color: var(--tomato);
  padding-bottom: 8px;
  font-size: 24px;
}

.div-block-15 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.div-block-16 {
  text-align: center;
}

.div-block-17 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 100%;
  max-width: 638px;
  margin-top: 40px;
  display: flex;
}

.paragraph-regular-bg {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}

.paragraph-regular-bg.text-weight-bold {
  color: #101828;
  font-weight: 600;
  line-height: 1.2;
}

.paragraph-regular-bg.text-weight-bold-copy {
  color: #fff;
  margin-bottom: 8px;
  font-family: Hknova, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}

.faq-icon {
  color: #23272f;
  background-color: #a8a8a81a;
  border-radius: 99px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 4px;
  display: flex;
}

.faq-tab {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #0000;
  flex-flow: column;
  padding-bottom: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.faq-title-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  white-space: pre-wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.bold-text-4 {
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.faq-title {
  z-index: 2;
  background-color: #0000;
  flex-flow: column;
  width: 100%;
  padding: 16px;
  display: flex;
}

.bold-text-2 {
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-weight: 600;
  line-height: 2;
}

.icon-x-small-2 {
  color: #575757;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.faq-content {
  background-color: #0000;
  margin-top: -4px;
  display: block;
  position: relative;
}

.faq-border {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #d5d9e2;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 638px;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  display: flex;
}

.faq {
  background-color: #0000;
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.paragraph-small-2 {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-2.text-color-gray-600 {
  color: #575757;
  letter-spacing: -.3px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.faq-divider {
  background-color: #94979c;
  width: 100%;
  height: .5px;
}

.f-footer-bottom {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  height: auto;
  display: flex;
}

.f-container-large {
  width: 100%;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-footer-brand {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.f-footer-group {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-footer-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #160042;
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.f-footer-link:hover {
  color: #642eff;
}

.text-block-2 {
  color: #94979c;
  font-family: Inter, sans-serif;
  font-weight: 400;
}

.text-block-2:hover {
  color: #fff;
}

.icon-x-small-3 {
  color: #94979c;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.vectors-wrapper-3 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  text-decoration: none;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.paragraph-small-3 {
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

.paragraph-small-3.text-color-gray-600 {
  color: #94979c;
  font-family: Inter, sans-serif;
}

.f-footer-small {
  background-color: #000000e6;
  border-top: 1px solid #535862;
  width: 100%;
  padding: 64px 10% 80px;
  position: relative;
}

.image {
  height: 44px;
}

.link {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  display: inline;
}

.sc_opportunities {
  width: 100%;
  padding: 5% 10%;
}

.sc_benefits {
  padding: 5% 10%;
}

.div-block-18 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  display: flex;
}

.sc_about-us-amplified-academy {
  justify-content: center;
  align-items: center;
  padding: 10%;
  display: block;
}

.secondary-buttn {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: -20px;
  padding: 10px 14px;
  display: flex;
}

.secondary-buttn:hover {
  border-color: #000;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.secondary-buttn.firstsection {
  margin-top: 16px;
}

.paragraph-2 {
  color: #000;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.paragraph-2:hover {
  font-weight: 600;
}

.div-block-19 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  max-width: 1080px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-20 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.div-block-21 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  width: 400px;
}

.div-block-22 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-3 {
  width: 40%;
  height: 40%;
}

.text-mail {
  text-align: center;
  max-width: 560px;
  margin-bottom: 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.text-mail.title {
  font-family: Hknova, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 44px;
}

.field-label {
  font-family: Inter, sans-serif;
}

.form-block {
  flex-flow: row;
  max-width: 860px;
  display: flex;
}

.div-block-23 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-2 {
  color: #000;
  background-color: #fff;
  border: 1px solid #e5e5e5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 10px 14px;
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.button-2:hover {
  border-color: var(--tomato);
  color: var(--tomato);
  background-color: #0000;
  font-weight: 500;
  line-height: 24px;
}

.secondary-button {
  border: 1px solid var(--medium-violet-red);
  color: var(--medium-violet-red);
  background-color: #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  margin-top: 16px;
  padding: 10px 14px;
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
  line-height: 24px;
  display: flex;
}

.secondary-button:hover {
  color: #a44f8a;
  background-color: #a44f8a0d;
  border-color: #94979f;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.div-block-24 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.utility-page-wrap {
  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;
  width: 260px;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 620px;
}

.icon-2 {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

._404-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 440px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

._404-shape-right {
  position: absolute;
  inset: auto -96px 88px auto;
}

.h1-heading {
  color: #000;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 56px;
  font-weight: 500;
  line-height: 1.2;
}

._404-title {
  color: var(--tomato);
  letter-spacing: -.02em;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Hknova, Arial, sans-serif;
  font-size: 256px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

._404-box-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 99px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: 144px -92px auto auto;
  transform: rotate(5deg);
  box-shadow: 0 2px 8px #c4cad43d;
}

._404-box-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: .5px solid #f3f4f6;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 102px auto auto -108px;
  transform: rotate(-5deg);
  box-shadow: 0 2px 8px #c4cad43d;
}

.text-color-red-500 {
  color: #e57361;
}

.image-4 {
  height: 32px;
}

.image-5 {
  display: none;
}

.link-2 {
  color: #000;
  font-weight: 600;
  text-decoration: underline;
  display: inline;
}

.bold-text-5 {
  text-decoration: underline;
}

.link-3, .bold-text-6 {
  color: #000;
  font-weight: 600;
}

.footerdivider {
  background-color: #94979c;
  width: 100%;
  height: .5px;
  margin-top: 8px;
  margin-bottom: 8px;
}

.gdpr-subtitle {
  font-family: HK Nova, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.div-block-25 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 22px;
  display: flex;
}

.div-block-26 {
  background-color: #fa67540d;
  border: 1px solid #fa6754;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 14px;
  display: flex;
}

.link-4, .link-5 {
  color: #000;
  font-weight: 600;
}

.gdpr {
  background-color: #191a1e;
  background-image: url('../images/Background-Amplified-Academy.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

.gdpr.marginbanner {
  padding-top: 64px;
}

.link-6 {
  color: #000;
  font-weight: 600;
}

.div-block-27 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.bold-text-7 {
  color: var(--tomato);
  font-family: Hknova, Arial, sans-serif;
  font-weight: 500;
}

.gdpr-page {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-bottom: 1px solid #e5e5e5;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  margin-left: 0%;
  margin-right: 0%;
  padding: 10%;
  font-family: HK Nova, sans-serif;
  display: flex;
}

.gdpr-page.disabled {
  display: none;
}

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1080px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    z-index: 9999;
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    background-image: linear-gradient(306deg, #ffffff4d, #ffffff0d);
    border-bottom: 1px solid #e5e5e5;
    padding-top: 16px;
    padding-bottom: 16px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-small, .container-small.horizontal {
    padding-left: 0;
    padding-right: 0;
  }

  .section-color {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section {
    padding: 10% 5%;
  }

  .heading-red {
    margin-bottom: 0;
  }

  .heading-red.center.red {
    color: #000;
    text-align: left;
  }

  .marginb16.apply-now {
    text-align: left;
  }

  .main-menu-links {
    display: none;
  }

  .container-big {
    padding-left: 0;
    padding-right: 0;
  }

  .about-container {
    padding-left: 0;
  }

  .about-bubbles {
    display: none;
  }

  .aplication-box {
    max-width: none;
    padding: 40px;
  }

  .emailbox {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

  .code-embed {
    width: 24px;
    height: 24px;
  }

  .div-block-5 {
    padding: 10% 5%;
  }

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

  .div-block-8 {
    flex-flow: wrap;
  }

  .div-block-9 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-small-copy {
    padding-left: 24px;
    padding-right: 24px;
  }

  .div-block-13 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-regular {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .countdown-image {
    max-height: 400px;
  }

  .countdown-vector-card {
    right: -16px;
  }

  .countdown-statistics-card {
    left: -24px;
  }

  .countdown-badge-card {
    right: -24px;
  }

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

  .div-block-16 {
    text-align: left;
    margin-top: 20px;
  }

  .faq-border {
    max-width: none;
  }

  .f-footer-bottom {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .f-footer-brand {
    justify-content: flex-start;
    align-items: center;
  }

  .f-footer-group {
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .f-footer-link {
    width: auto;
  }

  .f-footer-menu {
    justify-content: flex-start;
    align-items: center;
  }

  .sc_opportunities {
    padding: 10% 5%;
  }

  .sc_benefits {
    padding: 5%;
  }

  .sc_about-us-amplified-academy {
    padding-left: 5%;
    padding-right: 5%;
  }

  .secondary-buttn {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-color: #e5e5e5;
    border-radius: 8px;
    justify-content: space-between;
    align-items: center;
    margin-top: -40px;
    padding: 10px 14px;
    font-family: Inter, sans-serif;
  }

  .secondary-buttn:hover {
    border-color: #000;
  }

  .paragraph-2 {
    color: #000;
    text-transform: none;
    margin-bottom: 0;
    font-family: Inter, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 22px;
    text-decoration: none;
  }

  .div-block-19 {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

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

  .div-block-22 {
    flex-flow: column;
  }

  .image-3 {
    width: 40%;
  }

  .button-2, .secondary-button {
    width: auto;
  }

  .gdpr-page {
    padding: 10% 5%;
  }
}

@media screen and (max-width: 767px) {
  .header {
    z-index: 9999;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    background-image: linear-gradient(300deg, #ffffff4d, #ffffff0d);
    border-bottom: 1px solid #e5e5e5;
    padding-top: 20px;
    padding-bottom: 20px;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navmenu {
    display: block;
  }

  .oportunity-box {
    flex-direction: column;
  }

  .oportunity-tag {
    margin-bottom: 8px;
  }

  .icon-oportunity {
    min-width: 80px;
    max-width: 80px;
  }

  .oportunity-left {
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 0;
    padding-left: 0;
  }

  .main-menu-links {
    display: none;
  }

  .footer-box {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-accordion {
    display: block;
  }

  .logo-footer {
    margin-top: 24px;
  }

  .column {
    padding-left: 0;
    padding-right: 0;
  }

  .oportunity-box-copy {
    flex-direction: column;
  }

  .div-block-12 {
    flex-flow: column;
  }

  .paragraph-x-small {
    margin-right: 8px;
    display: inline;
  }

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

  .countdown-vector-card {
    display: none;
  }

  .countdown-statistics-card {
    left: -12px;
  }

  .countdown-badge-card {
    display: none;
  }

  .button-2, .secondary-button {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  ._404-wrapper {
    margin-bottom: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  ._404-shape-right {
    display: none;
  }

  .h1-heading {
    font-size: 48px;
  }

  ._404-title {
    font-size: 212px;
  }

  ._404-box-right, ._404-box-left {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  .header {
    z-index: 9999;
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    background-image: linear-gradient(312deg, #ffffff4d, #ffffff0d);
    border-bottom: 1px solid #e5e5e5;
    justify-content: flex-start;
    align-items: center;
    padding: 20px 5%;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navmenu {
    margin-left: auto;
    display: block;
  }

  .landingcontent {
    margin-top: 0;
  }

  .dark-heading.marginb40 {
    text-align: left;
    margin-bottom: 0;
    font-size: 44px;
    line-height: 52px;
  }

  .button.big {
    width: 100%;
    padding: 10px 14px;
  }

  .button.big:hover {
    background-color: var(--medium-violet-red);
  }

  .button.apply {
    border-width: 0;
    display: block;
  }

  .button.marginb40 {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button.navbr {
    width: 100%;
    padding: 10px 14px;
  }

  .button.navbr:hover {
    background-color: var(--medium-violet-red);
  }

  .container-small {
    padding-left: 0;
    padding-right: 0;
  }

  .container-small.horizontal {
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    width: 100%;
  }

  .section {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20% 5%;
  }

  .heading-red {
    font-size: 44px;
    line-height: 52px;
  }

  .heading-red.center {
    text-align: left;
    line-height: 48px;
  }

  .oportunity-box {
    width: 100%;
    padding: 16px;
  }

  .oportunity-right {
    padding: 0;
  }

  .heading-oportunity.big, .heading-oportunity.gdpr {
    font-size: 56px;
    line-height: 64px;
  }

  .main-menu-links {
    display: none;
  }

  .findoutmoretxt {
    text-align: left;
    margin-bottom: 20px;
  }

  .container-big {
    padding-left: 0;
    padding-right: 0;
  }

  .timeline-box {
    padding: 16px;
  }

  .timeline-item {
    justify-content: flex-start;
    align-items: center;
  }

  .heading-timeline, .heading-timeline.timeline {
    font-size: 16px;
    font-weight: 600;
  }

  .aplication-box {
    padding: 20px 16px;
  }

  .text-20px, .bold {
    font-size: 16px;
  }

  .form-email {
    grid-row-gap: 12px;
    flex-direction: column;
    align-items: stretch;
  }

  .text-field {
    width: 100%;
    min-width: auto;
  }

  .submit-button {
    margin-left: 0;
  }

  .emailbox {
    background-color: #e5e5e526;
    padding: 20% 5%;
  }

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

  .div-block-4 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: center;
    align-items: flex-start;
    margin-top: 200px;
    margin-bottom: 0;
    padding-top: 0;
  }

  .code-embed {
    width: 24px;
    height: 24px;
  }

  .div-block-5 {
    height: 80vh;
    padding-left: 5%;
    padding-right: 5%;
  }

  .div-block-6 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 100%;
  }

  .heading-oportunity-copy {
    text-align: left;
  }

  .div-block-8 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: wrap;
  }

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

  .container-small-copy {
    padding-left: 16px;
    padding-right: 16px;
  }

  .oportunity-box-copy.benefits {
    padding: 16px;
  }

  .div-block-11, .div-block-12 {
    flex-flow: column;
  }

  .div-block-13 {
    display: none;
  }

  .countdown-block {
    min-width: 140px;
  }

  .countdown-illustration {
    grid-column-gap: 92px;
    grid-row-gap: 92px;
  }

  .countdown-vector-graphic {
    display: none;
  }

  .countdown-statistics-card {
    inset: auto 2% -15% auto;
  }

  .countdown-badge-card {
    inset: auto 16px 16px auto;
  }

  .button-primary {
    width: 100%;
  }

  .timeline-date.copy {
    padding-bottom: 16px;
    font-size: 32px;
  }

  .div-block-16 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 32px;
    display: flex;
  }

  .faq-title {
    background-color: #fff;
  }

  .f-footer-bottom {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .f-footer-brand {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 16px;
  }

  .f-footer-group {
    grid-row-gap: 40px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
  }

  .f-footer-link, .f-footer-link.w--current {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .f-footer-menu {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .paragraph-small-3.text-color-gray-600 {
    display: none;
  }

  .f-footer-small {
    background-color: #0c0e12;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sc_opportunities {
    background-color: #e5e5e526;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    padding: 20% 5%;
  }

  .sc_benefits {
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .sc_about-us-amplified-academy {
    padding: 20% 5%;
  }

  .secondary-buttn {
    background-color: #fff;
    border-color: #e5e5e5;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: -20px;
  }

  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .div-block-19 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    width: 100%;
  }

  .div-block-22 {
    flex-flow: column;
  }

  .image-3 {
    width: 100%;
  }

  .text-mail, .text-mail.title {
    text-align: left;
  }

  .form-block {
    width: 100%;
  }

  .button-2 {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 20px;
    display: flex;
  }

  .button-2:hover {
    color: #000;
    background-color: #e5e5e533;
    border-color: #8f8e8e;
  }

  .secondary-button {
    background-color: #a44f8a0d;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .secondary-button:hover {
    color: var(--medium-violet-red);
    background-color: #a44f8a26;
    border-color: #a44f8a;
  }

  .div-block-24 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    width: 100%;
  }

  ._404-wrapper {
    margin-bottom: 12px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  ._404-title {
    font-size: 100px;
  }

  .mobile-logo {
    width: auto;
    height: 44px;
  }

  .image-4 {
    display: none;
  }

  .image-5 {
    width: auto;
    height: 44px;
    display: block;
  }

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

  .gdpr-page {
    justify-content: space-between;
    align-items: flex-start;
    padding: 20% 5%;
  }
}

#w-node-_876c35ab-8b50-d7f0-0569-0f6282751e19-ef986de0, #w-node-cc29ea11-d428-9beb-6c82-d158c4ef23ad-8596d88b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


@font-face {
  font-family: 'HK Nova';
  src: url('../fonts/HKNova-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Hknova';
  src: url('../fonts/HKNova-ExtraBold.ttf') format('truetype'), url('../fonts/HKNova-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}