:root {
  --color--bg: #060e15;
  --white: white;
  --color--white70: rgba(255, 255, 255, .7);
  --color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>: white;
  --color--white50: rgba(255, 255, 255, .5);
  --yellow: #ffcf23;
  --brand: #ffbb38;
  --orange: #ff8d3a;
  --color--gold: #d0b167;
  --color--light-gold: #ddc079;
  --color--dark-gold: #ad8b3a;
  --color--button-text: #0b0e13;
  --color--campus-bg: #171d27;
  --black: black;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

.w-form-formradioinput--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--color--bg);
  color: var(--white);
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  text-align: center;
  text-transform: uppercase;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 3.88rem;
  font-weight: 400;
  line-height: 1;
}

h2 {
  text-align: center;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heading-texture_1heading-texture.webp'), linear-gradient(125deg, #fff 85%, rgba(255, 255, 255, 0));
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(165deg, #fff 35%, rgba(255, 255, 255, .2));
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  color: var(--color--white70);
  margin-bottom: 0;
  line-height: 1.6;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(45, 64, 234, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.padding-global.hide-desktop {
  display: none;
}

.padding-global.is-cta {
  z-index: 50;
}

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  z-index: 1;
  padding-top: 3rem;
  padding-bottom: 3rem;
  position: relative;
}

.padding-section-small.is-work {
  padding-top: 0;
  padding-bottom: 0;
}

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(45, 64, 234, .05);
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1rem;
}

.text-weight-xbold {
  font-weight: 800;
}

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

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  color: var(--color--white70);
  font-size: .875rem;
  font-weight: 500;
}

.text-size-small.text-color-white {
  color: var(--color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>);
}

.heading-style-h4 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

.padding-section-large {
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-large.is-cta {
  padding-top: 5rem;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  font-size: 1.5rem;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #2d40ea;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

.container-large {
  z-index: 2;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  z-index: 5;
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(135deg, #ffcf23, #ff8d3a);
  justify-content: center;
  align-items: center;
  padding: 3px;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
  text-decoration: none;
  transition: filter .5s, box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 40px rgba(255, 187, 56, .21);
}

.button:hover {
  filter: saturate(300%);
  box-shadow: 0 0 60px 3px rgba(255, 187, 56, .42);
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button.is-small {
  padding: .5rem 1.25rem;
}

.button.is-large {
  padding: 1rem 2rem;
}

.button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.fs-styleguide_classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: 1.25rem;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-medium.is-hero {
  padding-top: 3rem;
  padding-bottom: 4rem;
  position: relative;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: .5rem;
}

.fs-styleguide_spacer-box {
  background-color: rgba(45, 64, 234, .1);
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.section_hero {
  background-image: url('../images/hero-bg_1hero-bg.webp');
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.title-gray {
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(106deg, #777, #9c9c9c);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
}

.hero_content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-size-18 {
  font-weight: 500;
}

.text-size-18.text-weight-normal {
  font-weight: 400;
}

.hero_video_wrap {
  aspect-ratio: 600 / 338;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75%;
  max-width: 67rem;
  margin-top: 2rem;
  margin-bottom: 2.3rem;
  position: relative;
  box-shadow: 0 0 0 7px rgba(6, 14, 21, .64), 0 0 0 8px rgba(255, 255, 255, .24);
}

.relative {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.relative.is-overflow-visible {
  overflow: visible;
}

.button_text {
  background-color: #41391a;
  padding: .9rem 1.8rem;
  transition: padding .2s;
}

.button_text:hover {
  padding-left: 2.1rem;
  padding-right: 2.1rem;
}

.vflex-center-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.section_timeline {
  background-image: url('../images/cubes-bg.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.timeline_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 100%;
  padding-left: 3.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.hflex-center-16 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
  display: flex;
}

.icon_big-check {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.625rem;
  height: 1.1875rem;
  display: flex;
}

.section_interviews {
  margin-bottom: 1rem;
}

.section_student-wins {
  position: relative;
}

.student-wins_content {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.student-wins_wall {
  z-index: 5;
  column-count: 3;
  column-rule: 0px none rgba(255, 255, 255, 0);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  column-gap: 0;
  width: 94%;
  margin-top: 2rem;
  margin-bottom: -9rem;
  position: relative;
}

.student-wins_thumbnail {
  z-index: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.student-wins_image {
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  width: 23.88rem;
  overflow: hidden;
}

.student-wins_image:hover {
  filter: saturate(105%);
  border: 1px solid rgba(255, 255, 255, .3);
}

.student-wins_fade {
  z-index: 2;
  filter: blur(7px);
  pointer-events: none;
  background-image: linear-gradient(rgba(6, 14, 21, 0), rgba(6, 14, 21, .76) 32%, #060e15 63%);
  width: 104%;
  height: 24%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: -2%;
  right: 0%;
}

.section_campuses {
  position: relative;
}

.vflex-center-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.campuses_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.campuses_grid {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 2rem;
}

.campuses_item {
  text-align: left;
  background-color: #09141b;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 29rem;
  padding-top: 1rem;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.campuses_item:hover {
  box-shadow: 0 0 40px #010a13;
}

.campuses_icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.375rem;
  height: 1.5rem;
  margin-left: 1rem;
  display: flex;
}

.campuses_h3 {
  text-transform: uppercase;
  font-size: 1.2rem;
  font-weight: 600;
  line-height: 1;
}

.campuses_paragraph {
  color: var(--color--white50);
  font-size: .88rem;
  font-weight: 300;
}

.campuses_info {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: flex-start;
  min-height: 10rem;
  padding: 1rem;
}

.capuses_bg-grid {
  pointer-events: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.campuses_video {
  z-index: 2;
}

.campuses_gradial {
  opacity: .68;
  filter: blur(60px);
  background-image: radial-gradient(circle, rgba(255, 255, 255, .07), rgba(255, 255, 255, .02));
  border-radius: 100px;
  width: 80%;
  height: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.campuses_linear {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, .37) 52%, rgba(255, 255, 255, 0) 89%);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.campuses_v-linear {
  transform-origin: 50% 100%;
  object-position: 50% 100%;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .37) 20%, rgba(255, 255, 255, 0) 38%);
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.campuses_gold-gradial {
  filter: blur(60px);
  pointer-events: none;
  background-color: rgba(255, 255, 255, .41);
  border-radius: 100px;
  width: 4rem;
  height: 4rem;
  position: absolute;
  top: 2%;
  bottom: auto;
  left: 2%;
  right: auto;
}

.icon_more-campuses {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-bottom: 2rem;
  display: flex;
}

.hflex-center-8 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  align-items: center;
}

.hflex-center-8.is-last, .hflex-center-8.is-horizontal {
  display: flex;
}

.section_path {
  position: relative;
}

.path_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.path_choices {
  z-index: 2;
  justify-content: space-around;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.path-item {
  z-index: 20;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  width: 22.81rem;
  display: flex;
  position: relative;
}

.employee_wrap {
  background-color: #181e27;
  align-items: center;
  height: 3.38rem;
  padding: 1rem 3rem;
  display: flex;
}

.icon_vs {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.125rem;
  height: 5.125rem;
  display: flex;
  position: relative;
  top: 179px;
}

.text-color-gold {
  color: var(--yellow);
}

.icon_point {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8rem;
  height: auto;
  display: flex;
}

.icon_line-point {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 55.6vw;
  max-width: 46rem;
  display: flex;
}

.section_features {
  margin-top: 2rem;
  position: relative;
}

.hero_video_white-gradient {
  background-color: var(--brand);
  opacity: .07;
  filter: blur(50px);
  pointer-events: none;
  border-radius: 100vw;
  width: 35vw;
  max-width: 30rem;
  height: 25vh;
  max-height: 14rem;
  position: absolute;
  top: auto;
  bottom: -7%;
  left: -13%;
  right: auto;
}

.hero_video_orange-gradient {
  z-index: -1;
  background-color: var(--orange);
  opacity: .13;
  filter: blur(70px);
  pointer-events: none;
  border-radius: 100vw;
  width: 30vw;
  max-width: 26rem;
  height: 20vh;
  max-height: 12rem;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -9%;
}

.section_cta {
  background-image: url('../images/section-choice-bg_1section-choice-bg.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.cta_content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.cta {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-radius: 4px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 26rem;
  height: 49.3rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding: 2.5rem 2rem;
  display: flex;
  position: relative;
}

.cta.is-bad {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
}

.cta.is-good {
  transition: margin .3s cubic-bezier(.455, .03, .515, .955), filter .2s;
  overflow: hidden;
}

.cta.is-good:hover {
  filter: saturate(120%);
  margin-top: 1.2rem;
}

.cta-h3 {
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.cta-h3.is-1 {
  font-weight: 400;
}

.icon_line {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12.5rem;
  height: .125rem;
  display: flex;
}

.icon-embed-custom-23 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.4375rem;
  height: 1.9375rem;
  display: flex;
}

.cta_price-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}

.cta_checks {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-embed-custom-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.0625rem;
  height: .75rem;
  display: flex;
}

.icon-embed-custom-26 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.section_faq {
  position: relative;
}

.faq_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  align-items: center;
  width: auto;
  max-width: none;
}

.faqs {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  width: 100%;
  max-width: 52rem;
  display: flex;
}

.faq_quesiton {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #131b23;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 1.5rem;
}

.icon_plus {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  display: flex;
}

.faq_quesiton_text {
  font-size: 1.13rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq_answer {
  max-width: 92%;
  position: relative;
  overflow: hidden;
}

.faq_item {
  cursor: pointer;
  background-color: rgba(19, 27, 35, .5);
  border-radius: 6px;
  transition: filter .2s;
}

.faq_item:hover {
  filter: brightness(110%);
}

.faq_paragraph {
  padding: 1.5rem;
}

.footer_line {
  background-color: rgba(255, 255, 255, .05);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer_content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 42rem;
  font-weight: 400;
  display: flex;
}

.footer_link-line {
  background-color: rgba(255, 255, 255, .05);
  width: 1px;
  height: 1rem;
}

.footer_link {
  color: #fff;
  font-size: .875rem;
  font-weight: 400;
  text-decoration: none;
}

.footer_link:hover {
  opacity: .8;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: center;
}

.footer_right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  height: 100%;
}

.footer_support-text {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  font-size: .75rem;
  line-height: 1;
}

.button_login {
  color: var(--color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>);
  background-color: #181e27;
  border: 1px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border .3s;
  display: flex;
}

.button_login:hover {
  border: 1px solid var(--color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>);
}

.footer_support {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: flex-start;
}

.hero_sub-paragraph {
  color: var(--white);
  text-align: center;
  text-transform: none;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
}

.footer_text {
  color: var(--color--white70);
  font-size: .875rem;
  font-weight: 500;
  display: none;
}

.timeline_video {
  z-index: 5;
  border-radius: 7px;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  position: relative;
}

.timeline_video.is-bigger {
  width: 120%;
  position: absolute;
}

.timeline_video.is-video {
  display: none;
}

.glow_line {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 50%, var(--color--bg) 70%, #050815);
  opacity: 1;
  filter: blur(8px);
  border-radius: 50vw;
  width: 3rem;
  height: 3rem;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-50%, -50%);
}

.interviews_slider {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}

.interviews_slider.hide-tablet {
  padding-top: 0;
}

.interviews_slider.hide-tablet.del {
  margin-bottom: 88px;
}

.swiper {
  width: 100%;
  overflow: hidden;
}

.swiper-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.swiper-slide {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 46vw;
  transition: opacity .5s;
  display: flex;
}

.video_interview {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.interviewer_info {
  margin-top: 1rem;
  margin-bottom: .6rem;
}

.interviewer_name {
  font-weight: 600;
  line-height: 1;
}

.interviewer_name_wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1;
  display: flex;
}

.image_flag {
  max-width: 2rem;
  max-height: 2rem;
  margin-left: .25rem;
}

.interviewer_money_wrap {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  color: var(--color--gold);
  padding-right: 1rem;
  line-height: 1;
  display: flex;
}

.icon_dollarr {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .6rem;
  height: .8rem;
  margin-top: 3px;
  margin-right: 3px;
  display: flex;
}

.text_money {
  background-image: linear-gradient(126deg, var(--yellow), var(--orange));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 2rem;
  font-weight: 600;
}

.text_plus {
  color: var(--orange);
  line-height: 1.7;
}

.video_interview_wrap {
  border: 1px solid #292929;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
  overflow: hidden;
}

.cta_text-small {
  font-weight: 500;
}

.swiper_right {
  z-index: 4;
  border: 2px solid var(--brand);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: var(--color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>);
  cursor: pointer;
  background-color: rgba(5, 9, 21, .5);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  transition: all .25s;
  display: flex;
  position: absolute;
  top: 42%;
  bottom: auto;
  left: -15%;
  right: auto;
  box-shadow: 0 0 20px rgba(6, 14, 21, .5);
}

.swiper_right:hover {
  filter: saturate(185%);
  color: var(--brand);
  box-shadow: 0 0 30px rgba(255, 187, 56, .2);
}

.swiper_right:active {
  transform: scale(.96);
}

.swiper_left {
  z-index: 4;
  border: 2px solid var(--brand);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  cursor: pointer;
  background-color: rgba(5, 9, 21, .5);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.25rem;
  transition: all .25s;
  display: flex;
  position: absolute;
  top: 42%;
  bottom: auto;
  left: auto;
  right: -15%;
  box-shadow: 0 0 20px rgba(6, 14, 21, .5);
}

.swiper_left:hover {
  filter: saturate(180%);
  color: var(--brand);
  box-shadow: 0 0 30px rgba(255, 187, 56, .2);
}

.swiper_left:active {
  transform: scale(.96);
}

.icon_slider_nav {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.2rem;
  display: flex;
}

.timeline_video_wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 36.25rem;
  height: 25rem;
  display: flex;
  position: relative;
}

.students_interview {
  width: 100%;
  overflow: hidden;
}

.student_wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.student_item {
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 40vw;
  transition: opacity .5s;
  display: flex;
}

.sutdents_interviews {
  width: 100%;
  padding-top: 4rem;
  position: relative;
}

.swiper_fade-gradient {
  z-index: 2;
  background-image: linear-gradient(270deg, rgba(6, 14, 21, 0), rgba(6, 14, 21, .79) 41%, rgba(6, 14, 21, .96) 74%, #060e15);
  width: 22%;
  height: 120%;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.swiper_fade-gradient.is-right {
  background-image: linear-gradient(to right, rgba(6, 14, 21, 0), rgba(6, 14, 21, .79) 41%, rgba(6, 14, 21, .96) 74%, #060e15);
  left: auto;
  right: 0%;
}

.button_load-more {
  color: var(--color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>);
  background-color: #181e27;
  border: 1px solid rgba(255, 255, 255, 0);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 1rem 3rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: border .3s;
  display: flex;
}

.button_load-more:hover {
  border: 1px solid var(--color--white\<deleted\|variable-19cc0acd-dba9-d4f0-41af-8ee8824b78c6\>);
}

.textttt {
  max-width: 20.3rem;
  margin-bottom: .5rem;
  font-weight: 400;
}

.pay_wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
}

.path_line-2, .path_line {
  display: none;
}

.icon_path-timeline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: 23.5rem;
  display: none;
}

.email_footer {
  text-decoration: none;
}

.lottie_menu {
  justify-content: center;
  align-items: center;
  max-width: 1.38rem;
  display: flex;
}

.navigation {
  z-index: 999;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  margin-left: 1rem;
  padding: .4rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  transition: border .2s, background-color .2s;
  display: flex;
}

.menu:hover {
  background-color: var(--color--bg);
  border: 1px solid #121d27;
}

.button_nav {
  opacity: .4;
  color: #fff;
  letter-spacing: .01em;
  text-transform: uppercase;
  background-color: rgba(56, 152, 236, 0);
  border: 1px solid #a3a3a3;
  padding: .75rem 2rem;
  font-family: Clashdisplay Variable, sans-serif;
  font-weight: 600;
  line-height: 1.25;
  transition: all .2s;
}

.button_nav:hover {
  opacity: 1;
  color: #0b0a09;
  background-color: #fff;
  border-color: #0b0a09;
}

.nav_menu {
  z-index: 999;
  background-color: var(--color--bg);
  letter-spacing: 0;
  border: 1px solid #121d27;
  border-radius: 2px;
  flex-direction: column;
  align-items: flex-start;
  width: 22rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.13rem;
  line-height: 1;
  display: none;
  position: absolute;
  top: 49px;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu_link {
  color: var(--white);
  border-bottom: 1px solid #121d27;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  transition: all .25s cubic-bezier(.455, .03, .515, .955);
}

.menu_link:hover {
  background-color: #09121a;
  border-bottom-color: #23313d;
  padding-left: 1rem;
}

.menu_link.is-last {
  border-bottom-style: none;
}

.navbar_left {
  z-index: 999;
  flex: 1;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar_content {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button_wrap {
  z-index: 5;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.trw-logo {
  width: 7rem;
  height: 7rem;
}

.text-under-button {
  color: var(--color--white70);
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
}

.text-under-button_white {
  color: var(--white);
  font-size: 1rem;
  font-weight: 700;
}

.hero_fade {
  background-image: linear-gradient(to bottom, rgba(6, 14, 21, 0), var(--color--bg));
  pointer-events: none;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-block {
  font-weight: 300;
}

.timeline_item_grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.svg_money {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.3125rem;
  height: 1.1875rem;
  display: flex;
}

.svg_h2-circle {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 18.0625rem;
  height: 5.0625rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -19%;
  left: auto;
  right: -6%;
}

.h2_relative {
  z-index: 2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.h2_new-skills {
  font-size: 1.8rem;
}

.icon-embed-custom-28 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.75rem;
  height: 1.8125rem;
  margin-top: .5rem;
  margin-bottom: .5rem;
  display: flex;
  position: relative;
  right: -4px;
}

.video_wrap {
  width: 100%;
  max-width: 52rem;
  margin-top: 1rem;
  position: relative;
  overflow: visible;
}

.video_two-path {
  z-index: 5;
  width: 100%;
  height: 110%;
  position: relative;
  overflow: hidden;
}

.title-uppercase {
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: .8rem;
  font-weight: 200;
  line-height: 1;
  display: inline-block;
}

.text_stay-stagnant {
  font-size: 2.38rem;
  font-weight: 600;
  line-height: 1;
}

.icon-embed-custom-29 {
  color: var(--yellow);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.9375rem;
  height: 1.8125rem;
  display: flex;
}

.glow_brand {
  background-color: var(--brand);
  opacity: .25;
  filter: blur(100px);
  pointer-events: none;
  border-radius: 100%;
  width: 25vw;
  max-width: 20rem;
  height: 10vw;
  max-height: 8rem;
  position: absolute;
}

.glow_brand.is-hero {
  top: -5%;
  bottom: auto;
  left: 23%;
  right: auto;
}

.glow_brand.is-video {
  opacity: .15;
  filter: blur(60px);
  top: 0%;
  bottom: auto;
  left: -14%;
  right: auto;
}

.glow_brand.is-video-bot {
  opacity: .13;
  filter: blur(60px);
  top: auto;
  bottom: -17%;
  left: 14%;
  right: auto;
}

.glow_brand.is-cta {
  z-index: -1;
  width: 40vw;
  max-width: 30rem;
  height: 20vw;
  max-height: 16rem;
  top: auto;
  bottom: -7%;
  left: auto;
  right: auto;
  overflow: hidden;
}

.glow_orange {
  background-color: var(--orange);
  opacity: .25;
  filter: blur(100px);
  pointer-events: none;
  border-radius: 100%;
  width: 25vw;
  max-width: 20rem;
  height: 10vw;
  max-height: 8rem;
  position: absolute;
}

.glow_orange.is-hero {
  top: -5%;
  bottom: auto;
  right: 23%;
}

.glow_orange.is-video {
  opacity: .13;
  filter: blur(60px);
  height: 9vw;
  top: 35%;
  bottom: 0%;
  left: auto;
  right: -12%;
}

.glow_orange.is-video-bot {
  opacity: .1;
  filter: blur(50px);
  top: auto;
  bottom: -14%;
  left: auto;
  right: 17%;
}

.svg_hero-stats_right {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 11.5rem;
  height: 4.1875rem;
  display: flex;
}

.svg_hero-stats_left {
  z-index: 10;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7.3125rem;
  height: 3.6875rem;
  display: flex;
}

.hero-stat_wrap_right {
  z-index: 10;
  position: absolute;
  top: 31%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.hero-stat_wrap_left {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 15%;
  left: -6.5%;
  right: auto;
}

.hero_video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.black-overlay {
  z-index: 2;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .21);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.play-button {
  z-index: 5;
  position: absolute;
}

.svg_video-play {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
}

.understand_grid {
  grid-column-gap: 0px;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  position: relative;
}

.understand_title-wrap {
  z-index: 5;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  align-items: flex-start;
  max-width: 27.3rem;
  position: relative;
}

.understand_title-wrap.is-bot {
  margin-left: 2.75rem;
}

.understand_title-wrap.is-first {
  z-index: 10;
}

.p_understand {
  font-size: 1.13rem;
}

.semibold-white {
  color: var(--white);
  font-weight: 600;
}

.svg_scruble {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13rem;
  height: auto;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -6%;
  left: 0%;
  right: auto;
}

.understand_image {
  width: 100%;
}

.understand_image.is-second {
  width: 95%;
}

.galaxy {
  z-index: -1;
  mix-blend-mode: color-dodge;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.features_items {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.feature-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(217, 217, 217, .03);
  border: 4px solid rgba(255, 255, 255, .04);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: stretch;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  transition: all .2s;
  display: grid;
  overflow: hidden;
}

.feature-item:hover {
  filter: saturate(150%);
  background-color: rgba(217, 217, 217, .06);
  border-color: rgba(255, 255, 255, .3);
}

.feature_image_wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.feature_image {
  z-index: 10;
  position: relative;
}

.feature_check {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, .07);
  border-radius: 100vw;
  align-items: center;
  max-width: 34rem;
  padding: .7rem 1rem .7rem 1.5rem;
  font-size: 1.13rem;
  transition: background-color .2s;
}

.feature_check:hover {
  background-color: rgba(255, 255, 255, .12);
}

.glow_brand-feature {
  background-color: var(--brand);
  opacity: .14;
  filter: blur(60px);
  pointer-events: none;
  border-radius: 100%;
  width: 30vw;
  max-width: 24rem;
  height: 10vw;
  max-height: 8rem;
  position: absolute;
  top: -25%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.glow_orange-feature {
  background-color: var(--orange);
  opacity: .2;
  filter: blur(60px);
  pointer-events: none;
  border-radius: 100%;
  width: 30vw;
  max-width: 24rem;
  height: 10vw;
  max-height: 8rem;
  position: absolute;
  top: auto;
  bottom: -43%;
  left: auto;
  right: 4%;
}

.feature_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
}

.work_title-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: left;
  align-items: flex-start;
  max-width: 32.5rem;
}

.section_work {
  padding-left: 2.5rem;
}

.work_image {
  width: 110%;
  max-width: none;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.125rem;
  display: flex;
}

.icon-embed-custom-30 {
  color: var(--brand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 6.125rem;
  height: 1.8125rem;
  display: flex;
}

.svg_price {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 13.5625rem;
  height: 1.25rem;
  display: flex;
}

.cta_wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.image {
  z-index: -1;
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.image.is-1 {
  height: 96%;
}

.text-cta-title {
  color: rgba(255, 255, 255, .44);
  font-size: 1.9rem;
  font-weight: 300;
}

.text-light-70 {
  opacity: .7;
  font-weight: 300;
}

.employee-btn {
  background-color: #212833;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3.6rem;
  margin-top: auto;
  padding: 1rem 3rem;
  font-size: 1.1rem;
  font-weight: 200;
  display: flex;
}

.cta-fade {
  z-index: 2;
  pointer-events: none;
  background-image: linear-gradient(to top, rgba(6, 14, 21, 0), rgba(6, 14, 21, .76) 32%, #060e15 63%);
  width: 100%;
  height: 24%;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.price-increasing_component {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 8rem;
  display: flex;
}

.icon-embed-custom-34 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.75rem;
  height: 2.5rem;
  display: flex;
}

.p_max-width {
  max-width: 35rem;
  margin-top: -.7rem;
}

.opacity70 {
  opacity: .64;
}

.text-footer {
  color: var(--color--white70);
  font-size: .875rem;
  font-weight: 300;
}

.text-footer.hide-mobile-landscape {
  max-width: 29.3rem;
}

.text-footer.hide-desk {
  display: none;
}

.spacer-medium-copy {
  width: 100%;
  padding-top: 1rem;
}

.svg_profile {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5625rem;
  height: 1.5625rem;
  display: none;
}

.link-block {
  display: none;
}

.timeline_fade {
  background-image: linear-gradient(to top, rgba(6, 14, 21, 0), var(--color--bg));
  filter: blur(5px);
  pointer-events: none;
  width: 100%;
  height: 15vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline_fade_bot {
  filter: blur(11px);
  pointer-events: none;
  background-image: linear-gradient(rgba(6, 14, 21, 0) 65%, #060e15 88%);
  width: 100%;
  height: 15vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero_checks {
  display: none;
}

.icon-embed-custom-37 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: 1.125rem;
  display: flex;
}

.icon-embed-custom-38 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8125rem;
  height: 1.25rem;
  display: flex;
}

.icon-embed-custom-42 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  display: flex;
}

.spacer-small-copy {
  width: 100%;
  padding-top: 1rem;
}

.image_wrap {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-fade {
  z-index: 5;
  pointer-events: none;
  background-image: linear-gradient(to top, #060e15, rgba(6, 14, 21, 0));
  width: 100%;
  height: 20%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-fade.is-top {
  background-image: linear-gradient(#060e15, rgba(6, 14, 21, 0));
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-fade.is-left {
  background-image: linear-gradient(to right, #060e15, rgba(6, 14, 21, 0));
  width: 20%;
  height: 100%;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.image-fade.is-right {
  background-image: linear-gradient(270deg, #060e15, rgba(6, 14, 21, 0));
  width: 20%;
  height: 100%;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hide-desktop, .trw-success_wrap, .anouncement_wrap {
  display: none;
}

.svg_announcement {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: .8125rem;
  height: .8125rem;
  display: flex;
}

.logo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero_logo-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.h1 {
  opacity: .5;
  letter-spacing: 3px;
  font-size: .6rem;
}

.hero_heading {
  background-color: var(--white);
  text-transform: uppercase;
  -webkit-text-fill-color: transparent;
  background-image: url('../images/heading-texture_1heading-texture.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: .5rem;
  margin-bottom: .5rem;
  font-family: Clashdisplay Variable, sans-serif;
  font-size: 3.88rem;
  font-weight: 600;
  line-height: 1;
}

.timeline_grid {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: center;
  width: 100%;
  margin-top: 3rem;
  margin-bottom: 3rem;
  display: grid;
  position: relative;
}

.middle {
  z-index: 555;
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .2) 15%, rgba(255, 255, 255, .2) 85%, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: flex-end;
  width: 2px;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 50%;
  right: auto;
  overflow: visible;
}

.middle_inside {
  background-image: linear-gradient(to top, #fff, rgba(255, 255, 255, .5) 55%, rgba(255, 255, 255, .12) 79%, rgba(255, 255, 255, 0));
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.middle_circle {
  justify-content: center;
  align-items: center;
  width: 2px;
  height: 2px;
  display: flex;
  position: absolute;
  box-shadow: 0 0 70px 15px rgba(0, 0, 0, .2);
}

.glow_brand-2 {
  opacity: .25;
  filter: blur(100px);
  pointer-events: none;
  background-color: #ffbb38;
  border-radius: 100%;
  width: 25vw;
  max-width: 20rem;
  height: 10vw;
  max-height: 8rem;
  position: absolute;
}

.glow_brand-2.is-timeline {
  opacity: .2;
  top: auto;
  bottom: 12%;
  left: auto;
  right: 6%;
}

.glow_orange-2 {
  opacity: .25;
  filter: blur(100px);
  pointer-events: none;
  background-color: #ff8d3a;
  border-radius: 100%;
  width: 25vw;
  max-width: 20rem;
  height: 10vw;
  max-height: 8rem;
  position: absolute;
}

.glow_orange-2.is-timeline {
  opacity: .16;
  top: 13%;
  bottom: auto;
  left: 7%;
  right: auto;
}

.timeline_check-item {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-color: rgba(255, 255, 255, .07);
  border: 1px solid rgba(255, 255, 255, .21);
  border-radius: 100vw;
  align-items: center;
  max-width: 34rem;
  padding: .7rem 1rem .7rem 1.5rem;
  font-size: 1.13rem;
  transition: background-color .2s;
}

.timeline_check-item:hover {
  background-color: rgba(255, 255, 255, .12);
}

.icon_circle {
  z-index: 3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  position: absolute;
}

.circle {
  pointer-events: none;
  background-color: rgba(255, 255, 255, .1);
  border-radius: 100%;
  width: 40px;
  height: 40px;
  position: absolute;
}

.svg_timeline {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.4rem;
  height: 40px;
  margin-right: 4px;
  display: flex;
}

.svg_timeline.is-last {
  width: auto;
  height: 2rem;
}

.understand_img {
  display: none;
}

.video-embed-hero {
  aspect-ratio: 16 / 9;
  position: relative;
}

.video-wrapper {
  aspect-ratio: 16 / 9;
  background-color: #181b21;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.video-overlay {
  z-index: 50;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-overlay-img {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 101%;
  position: relative;
}

.video-play-button {
  z-index: 50;
  width: 70px;
  height: 70px;
  position: absolute;
  top: 50%;
  bottom: 0;
  left: 50%;
  right: 0;
  transform: translate(-50%, -50%);
}

.play_button-image {
  width: 100%;
  height: 100%;
}

.load-gif {
  z-index: 50;
  width: 40px;
  height: 40px;
  display: none;
  position: absolute;
}

.video-embed {
  z-index: 10;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-wrapper-interview {
  aspect-ratio: 16 / 9;
  background-color: #181b21;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.video-embed-flagship {
  aspect-ratio: 16 / 9;
  position: relative;
}

.div-block-3 {
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.footer_line_small {
  background-color: rgba(255, 255, 255, .05);
  width: 100%;
  height: 1px;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.footer_line_small.hide_dexk {
  display: none;
}

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 3.44rem;
  }

  p {
    font-size: 1.1rem;
  }

  .button.is-cta {
    overflow: visible;
  }

  .title-gray {
    font-size: 1rem;
  }

  .hero_video_wrap {
    width: 72%;
  }

  .button_text {
    padding: 1.2rem 2.2rem;
    font-size: 1.75rem;
  }

  .button_text:hover {
    padding-left: 2.6rem;
    padding-right: 2.6rem;
  }

  .button_text.is-smaller {
    padding-left: 2.1rem;
    padding-right: 2.1rem;
    font-size: 1.4rem;
  }

  .button_text.is-smaller:hover {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }

  .timeline_content {
    padding-left: 6rem;
  }

  .icon_big-check {
    width: 1.4rem;
    height: auto;
  }

  .campuses_item {
    height: 30rem;
  }

  .campuses_h3 {
    font-size: 1.4rem;
  }

  .campuses_paragraph {
    font-size: 1rem;
  }

  .campuses_info {
    min-height: 11rem;
  }

  .path-item {
    width: 25rem;
  }

  .employee_wrap {
    height: 4rem;
    font-size: 1.2rem;
  }

  .cta {
    height: 49.8rem;
  }

  .faqs {
    max-width: 57rem;
  }

  .faq_quesiton_text {
    font-size: 1.15rem;
  }

  .hero_sub-paragraph {
    font-size: 1.6rem;
  }

  .text_money {
    font-size: 2.2rem;
  }

  .textttt {
    max-width: 25rem;
  }

  .text-under-button {
    font-size: .95rem;
  }

  .text-under-button_white {
    font-size: 1.1rem;
  }

  .svg_h2-circle {
    width: 20rem;
    height: auto;
    bottom: -12%;
    right: -5%;
  }

  .h2_new-skills {
    font-size: 2rem;
  }

  .understand_title-wrap, .understand_title-wrap.is-bot {
    max-width: 34rem;
  }

  .understand_title-wrap.is-first {
    margin-right: -28px;
  }

  .p_understand {
    font-size: 1.2rem;
  }

  .work_title-wrap {
    max-width: 36rem;
  }

  .employee-btn {
    height: 4rem;
    font-size: 1.2rem;
  }

  .icon-embed-custom-34 {
    position: relative;
    right: -4px;
  }

  .p_max-width {
    max-width: 38rem;
  }

  .hero_heading {
    font-size: 4.2rem;
  }
}

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

  h2 {
    font-size: 1.8rem;
  }

  h3 {
    font-size: 1.4rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .padding-global.hide-desktop {
    display: block;
  }

  .padding-section-small.is-swiper {
    padding-top: 1rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .title-gray {
    font-size: .9rem;
  }

  .hero_content {
    margin-top: -2rem;
    margin-left: 40px;
    margin-right: 40px;
  }

  .hero_video_wrap {
    width: 100%;
  }

  .timeline_content {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon_big-check {
    flex: none;
    width: 1.4rem;
    height: auto;
  }

  .section_interviews {
    z-index: 5;
    position: relative;
  }

  .student-wins_wall {
    column-count: 2;
    column-gap: 1rem;
    max-width: 49rem;
  }

  .student-wins_thumbnail {
    margin-bottom: .6rem;
  }

  .student-wins_fade {
    width: 108%;
    left: -4%;
  }

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

  .campuses_item {
    height: 28rem;
  }

  .path_choices {
    align-items: flex-start;
  }

  .path-item {
    justify-content: space-between;
  }

  .icon_vs {
    display: none;
  }

  .icon_line-point {
    width: 46vw;
  }

  .cta {
    margin-bottom: 0;
  }

  .cta.is-bad {
    height: 45rem;
  }

  .footer_content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
  }

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

  .footer_right {
    align-items: center;
  }

  .button_login:hover {
    border-color: rgba(255, 255, 255, 0);
  }

  .footer_support {
    align-items: center;
  }

  .hero_sub-paragraph {
    font-size: 1.2rem;
  }

  .timeline_video {
    transform: translate(0);
  }

  .glow_line {
    opacity: 1;
    filter: blur(14px);
  }

  .interviewer_info {
    margin-top: 0;
    margin-bottom: 0;
  }

  .interviewer_money_wrap {
    padding-right: 0;
  }

  .text_money {
    margin-right: 4px;
  }

  .student_wrap {
    flex-direction: column;
    align-items: center;
  }

  .student_item {
    align-items: stretch;
    width: 100%;
    margin-bottom: 2rem;
  }

  .sutdents_interviews {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    padding-top: 0;
    display: flex;
  }

  .flex-block {
    justify-content: space-between;
    align-items: center;
    margin-top: 1rem;
  }

  .button_load-more {
    cursor: pointer;
    max-width: 250px;
  }

  .button_load-more:hover {
    border-color: rgba(255, 255, 255, 0);
  }

  .trw-logo {
    width: 5.5rem;
    height: 5.5rem;
  }

  .svg_h2-circle {
    width: 10rem;
    height: auto;
    bottom: -12%;
  }

  .video_wrap {
    margin-top: 2rem;
  }

  .title-uppercase {
    font-size: .9rem;
  }

  .svg_hero-stats_right {
    width: 8rem;
    height: auto;
  }

  .svg_hero-stats_left {
    width: 5rem;
    height: auto;
  }

  .hero-stat_wrap_right {
    right: -3%;
  }

  .hero-stat_wrap_left {
    left: -3.5%;
  }

  .understand_grid {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    justify-items: center;
    display: flex;
  }

  .understand_title-wrap {
    margin-top: 2rem;
    margin-bottom: 3rem;
  }

  .understand_title-wrap.is-bot {
    margin-bottom: 0;
    margin-left: 0;
  }

  .understand_title-wrap.is-first {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .p_understand {
    max-width: 27.3rem;
    font-size: 1rem;
  }

  .svg_scruble {
    top: auto;
    bottom: -8%;
    left: auto;
    right: 0%;
  }

  .understand_image {
    z-index: -1;
    object-fit: cover;
    height: 26.88rem;
  }

  .understand_image.is-second {
    width: 100%;
    display: inline-block;
  }

  .feature-item {
    grid-template-columns: .75fr 1fr;
  }

  .feature_check {
    font-size: 1rem;
  }

  .feature_item {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .work_title-wrap {
    z-index: 100;
    margin-top: 2rem;
    padding-bottom: 2rem;
    position: relative;
  }

  .section_work {
    padding-left: 0;
  }

  .work_image {
    object-fit: cover;
    height: 32.5rem;
  }

  .cta_wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column-reverse;
  }

  .price-increasing_component {
    margin-bottom: 6rem;
  }

  .icon-embed-custom-34 {
    position: relative;
    right: -5px;
  }

  .spacer-medium-copy {
    padding-top: .5rem;
  }

  .spacer-small-copy {
    padding-top: .2rem;
  }

  .hide-desktop {
    display: block;
  }

  .trw-success_wrap {
    width: 100%;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .success-images_wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: nowrap;
    display: flex;
  }

  .success_image {
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    flex: none;
    width: 19rem;
    max-width: 100%;
    height: 21rem;
  }

  .anouncement_wrap {
    background-color: #131b23;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: .5rem;
    padding-bottom: .5rem;
    display: none;
  }

  .hero_heading {
    font-size: 2.8rem;
  }

  .glow_brand-2.is-timeline, .glow_orange-2.is-timeline {
    display: none;
  }

  .timeline_check-item {
    font-size: 1rem;
  }

  .circle {
    display: none;
  }

  .understand_img {
    z-index: -1;
    height: 100%;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .understand_img.is-right {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .video-embed {
    margin-left: auto;
    margin-right: auto;
  }

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

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.1rem;
  }

  h2 {
    background-image: linear-gradient(125deg, #fff 85%, rgba(255, 255, 255, 0));
    background-position: 0 0;
    background-size: auto;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .padding-global {
    padding: .25rem 1.25rem;
  }

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.is-cta {
    padding-top: 3rem;
  }

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .fs-styleguide_version, .heading-style-h5 {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-section-medium.is-hero {
    padding-top: 8rem;
  }

  .title-gray {
    font-size: .8rem;
  }

  .hero_content {
    margin-top: -5.7rem;
    margin-left: 0;
    margin-right: 0;
  }

  .hero_video_wrap {
    box-shadow: none;
    order: 2;
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .timeline_content {
    margin-top: .5rem;
    margin-bottom: 2rem;
  }

  .icon_big-check {
    width: 1.2rem;
  }

  .section_student-wins {
    margin-bottom: -2rem;
  }

  .student-wins_wall {
    width: auto;
    max-width: none;
  }

  .campuses_grid {
    grid-template-columns: 1fr;
    margin-top: 1.5rem;
  }

  .campuses_item {
    height: auto;
    margin-bottom: 1rem;
  }

  .campuses_gradial, .campuses_linear, .campuses_v-linear {
    display: none;
  }

  .hflex-center-8 {
    align-items: flex-start;
    display: flex;
  }

  .hflex-center-8.is-last {
    margin-left: -8px;
  }

  .path_choices {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: center;
    margin-top: 1.5rem;
    position: relative;
  }

  .path-item {
    width: 100%;
    max-width: none;
    height: auto;
    margin-top: -1rem;
  }

  .icon_point {
    display: none;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .icon_line-point {
    display: none;
  }

  .cta {
    grid-column-gap: 1.8rem;
    grid-row-gap: 1.8rem;
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding: 3rem;
  }

  .cta.is-bad {
    height: 42rem;
    margin-top: 0;
    overflow: hidden;
  }

  .cta-h3 {
    font-size: 1.8rem;
  }

  .cta_price-wrap {
    grid-column-gap: .9rem;
    grid-row-gap: .9rem;
    margin-right: 17px;
  }

  .faq_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer_link-line {
    width: 100%;
    height: 1px;
  }

  .footer_links {
    flex-direction: column;
  }

  .footer_right {
    text-align: center;
  }

  .button_login {
    width: auto;
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .hero_sub-paragraph {
    order: 4;
  }

  .footer_text {
    font-weight: 400;
    display: block;
  }

  .timeline_video {
    width: 100%;
    min-width: 100%;
    height: auto;
    min-height: 18rem;
  }

  .timeline_video.is-bigger {
    display: none;
  }

  .timeline_video.is-middle {
    display: none;
    bottom: -3rem;
  }

  .timeline_video.is-video {
    mix-blend-mode: lighten;
    display: block;
  }

  .glow_line {
    display: none;
  }

  .swiper-slide {
    width: 90vw;
  }

  .timeline_video_wrap {
    max-width: none;
    height: 18rem;
  }

  .h2.text-align-left.is-mobile {
    text-align: center;
  }

  .student_item {
    width: 90vw;
  }

  .button_load-more {
    color: #fff;
    padding-left: 4rem;
    padding-right: 4rem;
    font-size: 1.1rem;
  }

  .textttt {
    max-width: 18rem;
  }

  .pay_wrap {
    width: 100%;
    padding-top: 1rem;
    position: relative;
  }

  .path_line-2 {
    background-color: rgba(255, 255, 255, .15);
    width: 50%;
    height: 1px;
    display: block;
    position: absolute;
    top: -1px;
    bottom: auto;
    left: -1px;
    right: auto;
  }

  .path_line {
    background-color: rgba(255, 255, 255, .15);
    width: 1px;
    height: 1.25rem;
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 50%;
    right: auto;
    transform: translate(-1px, -100%);
  }

  .icon_path-timeline {
    display: block;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
    transform: translate(-50%);
  }

  .navigation {
    padding-top: 0;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .menu {
    order: 1;
    margin-left: 0;
  }

  .button_nav {
    flex: none;
  }

  .button_nav.hide-mobile-portrait {
    order: 3;
  }

  .nav_image-logo {
    width: 5rem;
    display: none;
  }

  .nav_menu {
    width: 80vw;
    margin-top: 1.13rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: 36px;
  }

  .navbar_content {
    justify-content: space-between;
    align-items: center;
    height: 100px;
  }

  .button_wrap {
    order: 5;
  }

  .trw-logo {
    order: 2;
    width: 4rem;
    height: 4rem;
  }

  .trw-logo.is-nav {
    order: 0;
    display: block;
  }

  .h2_new-skills {
    font-size: 1.5rem;
  }

  .video_wrap {
    margin-top: 2rem;
  }

  .svg_hero-stats_right {
    width: 6rem;
  }

  .svg_hero-stats_left {
    width: 4rem;
  }

  .hero-stat_wrap_right {
    display: none;
    right: -11%;
  }

  .hero-stat_wrap_left, .black-overlay {
    display: none;
  }

  .svg_video-play {
    width: 3.5rem;
    height: auto;
  }

  .understand_title-wrap {
    text-align: center;
    align-items: center;
    margin-top: .5rem;
  }

  .understand_title-wrap.is-first {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .svg_scruble {
    width: 10rem;
    height: auto;
    top: auto;
    bottom: -10%;
    left: auto;
    right: 0%;
  }

  .understand_image {
    height: 20rem;
    top: -1%;
  }

  .understand_image.is-second {
    z-index: 5;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .galaxy {
    display: none;
  }

  .feature-item {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    min-height: 35rem;
    padding-left: .6rem;
    padding-right: .6rem;
  }

  .feature_image {
    width: 100%;
  }

  .feature_image.is-mobile {
    margin-right: 1.5rem;
  }

  .feature_check {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .glow_brand-feature {
    top: 4%;
    left: -6%;
  }

  .glow_orange-feature {
    bottom: -7%;
    right: -2%;
  }

  .feature_item {
    margin-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

  .work_title-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .work_image {
    height: 22rem;
  }

  .image, .image.is-1 {
    width: auto;
  }

  .image.is-bad {
    width: 400px;
    height: auto;
    top: 0%;
    bottom: auto;
    left: 2%;
    right: auto;
  }

  .icon-embed-custom-34 {
    width: 2.2rem;
    height: 2rem;
    margin-bottom: 2px;
    right: 0;
  }

  .opacity70 {
    text-align: left;
  }

  .text-footer.hide-desk {
    display: block;
  }

  .spacer-medium-copy {
    padding-top: .1rem;
  }

  .link-block {
    display: none;
  }

  .hero_checks {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    background-color: #131b23;
    border-radius: 7px;
    flex-direction: column;
    order: 4;
    align-items: center;
    width: 90%;
    max-width: 27rem;
    margin-top: 1.2rem;
    margin-bottom: 1.2rem;
    padding: 1rem;
    display: flex;
  }

  .icon-embed-custom-37, .icon-embed-custom-38 {
    color: var(--brand);
    margin-top: 2px;
  }

  .icon-embed-custom-42 {
    color: var(--brand);
    margin-top: 2px;
    padding-top: 0;
  }

  .success-images_wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .success_image {
    object-fit: cover;
    border-style: none;
    width: 15rem;
    height: 16rem;
  }

  .timeline_h3.is-2 {
    margin-left: 12px;
  }

  .anouncement_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    color: var(--color--white50);
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .7rem;
    display: flex;
  }

  .annnouncement_join {
    color: var(--white);
    font-weight: 700;
    text-decoration: underline;
  }

  .logo-wrap {
    text-transform: uppercase;
    flex-direction: column;
    align-items: center;
    font-size: .8rem;
    font-weight: 700;
    display: flex;
  }

  .hero_heading {
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
    order: 3;
    font-size: 2.1rem;
  }

  .timeline_grid {
    grid-template-columns: 1fr;
    padding-left: 1.25rem;
  }

  .middle {
    top: 0%;
    bottom: 0%;
    left: 1.25rem;
    right: auto;
  }

  .glow_brand-2.is-timeline, .glow_orange-2.is-timeline {
    width: 35vw;
    height: 20vw;
  }

  .svg_timeline {
    color: #fff;
    margin-left: 24px;
  }

  .svg_timeline.is-last {
    height: 1.5rem;
    padding-left: 4px;
  }

  .understand_img {
    right: -5%;
  }

  .understand_img.is-right {
    left: -5%;
  }

  .video-wrapper {
    max-width: 100%;
  }

  .footer_line_small.hide_dexk {
    display: block;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    max-width: 18rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .padding-global {
    padding-top: 0;
    padding-bottom: 0;
  }

  .padding-global.hide-desktop {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .padding-section-small.is-swiper {
    padding-bottom: 1rem;
  }

  .padding-section-small.is-understand {
    padding-top: 0;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-small.text-color-gold {
    font-size: .8rem;
  }

  .padding-section-medium.is-hero {
    padding-bottom: 2rem;
  }

  .spacer-xxsmall {
    display: none;
  }

  .title-gray {
    z-index: 20;
    font-size: .7rem;
    position: relative;
  }

  .hero_content {
    margin-top: -6rem;
  }

  .hero_video_wrap {
    z-index: 20;
  }

  .timeline_content {
    margin-bottom: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .icon_big-check {
    width: 1.1rem;
  }

  .student-wins_wall {
    column-count: 1;
  }

  .student-wins_fade {
    height: 16%;
  }

  .vflex-center-8 {
    grid-column-gap: .4rem;
    grid-row-gap: .4rem;
  }

  .hflex-center-8.is-last {
    justify-content: flex-start;
  }

  .path-item {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .cta {
    background-image: url('../images/CTA-bg.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 8px;
    width: 100%;
    height: auto;
    margin-top: 1rem;
    margin-bottom: 1rem;
    padding: 2rem 1.25rem;
  }

  .cta.is-bad {
    background-image: url('../images/background_1background.webp');
    height: 38rem;
    margin-top: 0;
  }

  .faq_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .faq_quesiton {
    padding: 1rem;
  }

  .icon_plus {
    flex: none;
    width: .8rem;
    height: .8rem;
  }

  .faq_quesiton_text {
    font-size: 1.05rem;
  }

  .faq_answer {
    max-width: none;
  }

  .faq_paragraph {
    padding: 1rem;
    font-size: .9rem;
  }

  .hero_sub-paragraph {
    max-width: 95%;
  }

  .timeline_video {
    min-height: 14rem;
  }

  .timeline_video.is-bigger {
    width: 35rem;
    position: absolute;
  }

  .timeline_video.is-bigger.is-last {
    margin-bottom: -2rem;
  }

  .timeline_video.is-middle {
    bottom: -2rem;
  }

  .interviewer_name_wrap {
    font-size: 1.25rem;
  }

  .image_flag {
    max-width: 1.6rem;
  }

  .text_money {
    font-size: 1.8rem;
  }

  .cta_text-small {
    text-align: left;
    font-size: .9rem;
  }

  .timeline_video_wrap {
    height: 15rem;
  }

  .h2.text-align-left.is-mobile {
    max-width: 17.5rem;
    position: relative;
  }

  .h2.text-align-left.is-mobile.is-2 {
    max-width: none;
  }

  .h2.max-width-mobile {
    max-width: 20rem;
  }

  .h2.max-width-mobile-2 {
    max-width: 18rem;
  }

  .student_item {
    background-color: #131b23;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 0;
    padding: .6rem;
  }

  .flex-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
  }

  .button_load-more {
    max-width: 14rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 1rem;
    font-weight: 500;
  }

  .pay_wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    padding-top: 2rem;
  }

  .lottie_menu {
    max-width: 1.6rem;
  }

  .navbar_left {
    flex: 0 auto;
    justify-content: space-between;
  }

  .navbar_content {
    flex-direction: row;
    height: 70px;
  }

  .trw-logo {
    width: 4.5rem;
    height: 4.5rem;
  }

  .trw-logo.is-nav {
    width: 4rem;
    height: 4rem;
  }

  .svg_h2-circle {
    width: 9rem;
    bottom: -6%;
    right: 27%;
  }

  .h2_new-skills {
    font-size: 4.5vw;
  }

  .icon-embed-custom-28 {
    width: 6vw;
    height: auto;
    right: -2vw;
  }

  .video_wrap {
    margin-top: 1rem;
  }

  .title-uppercase {
    font-size: .7rem;
  }

  .text_stay-stagnant {
    font-size: 1.8rem;
  }

  .icon-embed-custom-29 {
    width: 6.2rem;
    height: auto;
  }

  .play-button {
    justify-content: center;
    align-items: center;
  }

  .svg_video-play {
    width: 2.5rem;
  }

  .understand_grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .understand_title-wrap {
    margin-top: 0;
    margin-bottom: 2rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .understand_title-wrap.is-first {
    padding-bottom: 3rem;
  }

  .p_understand {
    z-index: 5;
    margin-bottom: .2rem;
    position: relative;
  }

  .svg_scruble {
    width: 8rem;
    top: auto;
    bottom: -3%;
    left: 42%;
    right: auto;
  }

  .understand_image {
    height: 16rem;
  }

  .feature_image.is-mobile {
    margin-right: .5rem;
  }

  .glow_brand-feature, .glow_orange-feature {
    width: 50vw;
    height: 20vw;
  }

  .work_image {
    height: 18rem;
  }

  .cta_wrap {
    width: 100%;
  }

  .image {
    display: none;
  }

  .text-cta-title {
    font-size: 1.6rem;
  }

  .icon-embed-custom-34 {
    width: 2rem;
    height: auto;
  }

  .spacer-medium-copy {
    padding-top: .4rem;
  }

  .svg_profile {
    display: block;
  }

  .link-block {
    color: var(--white);
    order: 3;
    display: flex;
  }

  .spacer-small-copy {
    padding-top: 0;
  }

  .image-fade.is-top.hide-desktop {
    background-image: linear-gradient(#060e15, rgba(6, 14, 21, .28) 52%, rgba(6, 14, 21, 0));
    height: 50%;
  }

  .success_image {
    width: 13rem;
    height: 15rem;
  }

  .timeline_h3 {
    flex: 1;
  }

  .timeline_h3.is-last {
    margin-left: -8px;
    font-size: 1.2rem;
  }

  .timeline_h3.is-2 {
    margin-left: 16px;
  }

  .anouncement_wrap {
    font-size: .7rem;
  }

  .logo-wrap {
    z-index: 50;
    grid-column-gap: .25em;
    grid-row-gap: .25em;
    flex-direction: column;
    align-items: center;
    width: 100%;
    position: relative;
    top: 20px;
  }

  .h1 {
    letter-spacing: 2px;
    margin-top: 0;
    margin-bottom: 0;
    font-size: .4rem;
  }

  .hero_heading {
    max-width: 18rem;
  }

  .timeline_grid {
    margin-top: 1.5rem;
    margin-bottom: 2rem;
  }

  .timeline_check-item {
    padding-left: 1rem;
  }

  .div-block {
    justify-content: center;
    align-items: center;
    width: 2.5em;
    display: flex;
  }

  .svg_timeline {
    width: 2rem;
    height: 1.6rem;
    margin-left: 16px;
  }

  .svg_timeline.is-last {
    flex: none;
  }

  .understand_img {
    z-index: 1;
    right: -24%;
  }

  .understand_img.is-right {
    left: -24%;
  }

  .div-block-2 {
    margin-top: 20px;
  }
}

#w-node-_10adbe5d-823c-3cd8-24c4-dc241382574c-877d012e {
  align-self: center;
  justify-self: end;
}

#w-node-_043d95e2-6767-2600-a2ff-41642b4534ac-877d012e, #w-node-_3a15f264-85bf-b956-8765-090399d7d1c6-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-d89f7772-79b2-a1a0-c2a5-feb4f8859566-877d012e {
  align-self: center;
  justify-self: start;
}

#w-node-_4822998f-9229-99ff-30e5-8465092fa79f-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-c0aef432-4cc5-1d92-4f1c-55c7cf8f98c7-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_524c5dad-6b3a-98d4-92bf-9e146612a933-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_5354dde0-b5b4-1945-a358-ce84b1a43682-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f256615-c8f8-5263-9729-0960f4eab4fd-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-_7a642813-2af8-133b-9741-e9f4a262e4a7-877d012e, #w-node-e1696538-1ab6-e463-f696-4ea649abf484-877d012e, #w-node-_24dfbd84-4cfe-3bcf-82a4-a1af2b786776-877d012e, #w-node-_9f987a94-41c5-1871-dbdb-128e50d100a2-877d012e, #w-node-cf2fc661-047d-9187-14fd-0181f1a198fa-877d012e, #w-node-_47c936c6-428f-56b2-b509-4a9ccdec59e2-877d012e, #w-node-ae683b4c-11a6-8c1d-1422-6bcba01fcc68-877d012e, #w-node-dfc2390a-478f-5981-880b-e396c045bf7f-877d012e, #w-node-a2861a3e-d7d8-5e22-bd00-05826c7a32fd-877d012e, #w-node-_1a0f6707-f407-57be-9e6d-b3a86390e3bc-877d012e, #w-node-_93b6d731-2ad9-07e8-60f0-399829189835-877d012e, #w-node-_6152df34-a0c3-e395-d398-b6a9a1278f9c-877d012e, #w-node-_4d18a5c6-79a5-aa9d-43f4-937954e103e3-877d012e, #w-node-a7f06a5c-ab25-678b-55b7-15fc160b558f-877d012e, #w-node-a7f06a5c-ab25-678b-55b7-15fc160b5593-877d012e, #w-node-cb84b04a-c041-2b3b-2d31-47093770a7eb-877d012e, #w-node-b5f4208b-a911-77f2-1601-99420a8c1b12-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_93009c8c-1961-50ec-1f00-cfbd03312571-877d012e {
  align-self: center;
  justify-self: end;
}

#w-node-_9e444374-a51d-fcc8-31d8-bf9b5cc23168-877d012e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-877d0132 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-877d0132 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-877d0132 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-877d0132, #w-node-_50e0a7f9-3936-ea8a-1a10-ec8d1ecb976f-877d0132, #w-node-_50e0a7f9-3936-ea8a-1a10-ec8d1ecb9770-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-877d0132 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-877d0132 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-877d0132, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-877d0132 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-877d0132 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-877d0132, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-877d0132 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-877d0132 {
  justify-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_10adbe5d-823c-3cd8-24c4-dc241382574c-877d012e {
    align-self: center;
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_10adbe5d-823c-3cd8-24c4-dc241382574c-877d012e {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-d89f7772-79b2-a1a0-c2a5-feb4f8859566-877d012e {
    justify-self: center;
  }

  #w-node-_0b878075-f9ec-4630-ca81-b8dbadef1f74-877d012e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_93009c8c-1961-50ec-1f00-cfbd03312571-877d012e {
    justify-self: center;
  }

  #w-node-_9e444374-a51d-fcc8-31d8-bf9b5cc23168-877d012e {
    grid-area: 1 / 1 / 2 / 2;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay Variable';
  src: url('../fonts/ClashDisplay-Variable.woff2') format('woff2');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}