:root {
  --dark-slate-blue: #11395a;
  --white-smoke: #f7f7f7;
  --663399: #805886;
  --thistle: #bcb4c7;
  --black: #1d061a;
  --indigo: #3f1a42;
  --black-2: #1f2229;
  --silver: #b7c0ca;
  --dark-turquoise: #0bc8dd;
  --gainsboro: #e6e5e5;
  --purple-3: #69004c;
  --purple-2: #52003c;
  --royal-blue: #0e63aa;
  --black-3: #041727;
  --teal: #178491;
  --medium-violet-red: #dd0b90;
  --dark-slate-gray: #4d4d4d;
  --dark-slate-gray-2: #323232;
  --tan: #c7aa8b;
  --light-gray: #d1d1d1;
  --purple: #532f56;
  --dark-slate-grey: #333e49;
  --grey: #86888a;
  --purple-4: #730035;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  padding-top: 60px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  color: #5a2144;
  text-align: center;
  margin: 0 0 10px;
  font-size: 3em;
  font-weight: 700;
  line-height: 2em;
}

h2 {
  color: #4d4d4d;
  text-transform: uppercase;
  margin: 0 0 10px;
  font-size: 30px;
  font-weight: 700;
  line-height: 27px;
}

h3 {
  color: var(--dark-slate-blue);
  text-transform: uppercase;
  margin: 10px 0;
  font-family: Oswald, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  margin: 0 0 10px;
  padding-top: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

h5 {
  color: var(--white-smoke);
  margin: 10px 0;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  margin: 10px 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.button {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: rgba(77, 77, 77, .2);
  border: 2px solid #fff;
  padding: 8px 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .1s;
  display: inline-block;
}

.button:hover {
  color: #323232;
  background-color: #fff;
}

.button.beige {
  color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.beige:hover {
  color: #323232;
  background-color: #c7aa8b;
}

.button.beige.footer {
  border-color: var(--663399);
  color: var(--663399);
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.button.beige.footer:hover {
  background-color: var(--thistle);
}

.button.form {
  color: #f7f7f7;
  background-color: #dd0b90;
  border-color: #323232;
  margin-top: 22px;
  margin-bottom: 23px;
}

.button.form:hover {
  color: #f7f7f7;
  background-color: #5a2144;
  border-color: #dd0b90;
}

.button.form:focus {
  border-color: #5a2144;
}

.button.solid {
  background-color: #c7aa8b;
  border-color: #c7aa8b;
}

.button.solid:hover {
  color: #c7aa8b;
  background-color: rgba(0, 0, 0, 0);
}

.button.hireus {
  background-color: #dd0b90;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 8px;
}

.button.hireus:hover {
  color: #5a2144;
}

.button.hireus.hire {
  background-color: #5a2144;
}

.button.hireus.hire:hover {
  color: #dd0b90;
}

.button.apply {
  background-color: #dd0b90;
  margin-top: 15px;
  margin-bottom: 0;
  padding-top: 8px;
}

.button.apply:hover {
  color: #5a2144;
}

.button.apply.hire {
  background-color: #5a2144;
}

.button.apply.hire:hover {
  color: #dd0b90;
}

.navbar {
  border: 0px solid var(--black);
  background-color: var(--black);
  padding-top: 21px;
  padding-bottom: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 0 1px rgba(255, 255, 255, .13);
}

.nav-link {
  color: #dd0b90;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #323232;
  border-left: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  padding: 20px 30px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}

.nav-link:hover {
  color: #fff;
  background-color: #dd0b90;
}

.nav-link:visited {
  background-color: #70425f;
}

.nav-link.w--current {
  box-shadow: none;
  color: #dd0b90;
  background-color: #5a2144;
  border-left: 1px solid #d1d1d1;
  border-right-color: #d1d1d1;
  transition-property: none;
}

.nav-link.w--current:hover {
  color: #dd0b90;
}

.nav-link.w--current:visited {
  background-color: #323232;
}

.nav-link.social-icons {
  float: right;
  opacity: .45;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid #d1d1d1;
  border-right-width: 0;
  border-right-color: #d1d1d1;
  padding: 10px;
  transition-property: width, margin;
  transition-duration: .408s, .5s;
}

.nav-link.social-icons:hover {
  opacity: 1;
}

.nav-link.social-icons.last {
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-right-color: #d1d1d1;
}

.nav-link.farleft {
  color: var(--thistle);
  background-color: rgba(0, 0, 0, 0);
  border-right-width: 0;
}

.nav-link.farleft:hover {
  color: #dd0b90;
}

.nav-link.social-icons-li {
  float: right;
  opacity: .45;
  background-color: rgba(0, 0, 0, 0);
  border-left: 0 solid #d1d1d1;
  border-right-width: 0;
  border-right-color: #d1d1d1;
  padding: 12px 10px 10px;
  transition-property: width, margin;
  transition-duration: .408s, .5s;
}

.nav-link.social-icons-li:hover {
  opacity: 1;
}

.nav-link.social-icons-li.last {
  background-color: rgba(0, 0, 0, 0);
  border-left-style: none;
  border-left-width: 0;
  border-right-width: 0;
  border-right-color: #d1d1d1;
}

.logo-text {
  float: left;
  color: #ededed;
  text-transform: uppercase;
  margin-top: 3px;
  margin-right: 31px;
  font-family: Roboto Condensed, sans-serif;
  font-size: 25px;
  font-weight: 500;
}

.nav-menu {
  float: left;
  border-left: 1px solid #4d4d4d;
}

.tym-logo {
  float: left;
  opacity: .9;
  margin-right: 25px;
  padding-top: 0;
}

.tym-logo.footer {
  opacity: .6;
  margin-right: 0;
  padding-bottom: 0;
}

.brand, .brand.w--current {
  margin-top: -9px;
  padding-top: 0;
}

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

.section.grey {
  color: #fff;
  background-color: #333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.section.purple {
  background-color: var(--indigo);
}

.section.image {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/w_TimeToHireStudents.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.section.lightgrey {
  background-color: var(--thistle);
  padding-top: 40px;
  padding-bottom: 20px;
}

.section.footer {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.section.hero {
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/H_livestream_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.section.darkgray {
  background-color: #323232;
}

.section.darkgray.margintighter {
  background-color: var(--black-2);
  padding-top: 0;
  padding-bottom: 0;
}

.section.margintight {
  background-color: var(--silver);
  padding-top: 8px;
  padding-bottom: 8px;
}

.section.hero-about-page {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/2020_1920px_header_Sutdents.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-_livestream {
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/g_CollaborateMeeting.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.section.partner_hero {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2020_1920px_Team_01.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.turquise {
  background-color: var(--black-2);
  padding-top: 40px;
  padding-bottom: 0;
}

.section.hero-internships {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/XREvent.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-_showdowns {
  background-color: var(--black);
  background-image: linear-gradient(rgba(17, 57, 90, .7), rgba(17, 57, 90, .7)), url('../images/2020_1920px_header_showdowns_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1940px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-research {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/2020_1920px_header_research.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-tch {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/App_FeaturedGraphic_1920x1080_Charcters.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero-htr {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/XREvent.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.hero3d {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2023_Header_3D_RFP.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.section.vrtraining {
  background-image: linear-gradient(rgba(50, 50, 50, .7), rgba(50, 50, 50, .7)), url('../images/0_XRshowdown_VR_ExxonTeamTest_576px.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.main-heading {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  font-family: Roboto Condensed, sans-serif;
  font-size: 79px;
  font-style: normal;
  font-weight: 300;
  line-height: 66px;
}

.main-heading.bold {
  margin-bottom: 0;
  font-size: 5em;
  font-weight: 700;
  line-height: 1.5em;
  position: relative;
}

.slider-nav {
  font-size: 9px;
  line-height: 10px;
}

.main-subheading {
  width: 80%;
  opacity: .8;
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Oswald, sans-serif;
  font-size: 1.5em;
  font-style: italic;
  font-weight: 500;
  line-height: 1.5em;
}

.horizontal-bar {
  width: 60px;
  height: 2px;
  background-color: #fff;
  display: inline-block;
}

.horizontal-bar.beige {
  background-color: #dd0b90;
  display: inline-block;
}

.horizontal-bar.lightgrey {
  background-color: rgba(50, 50, 50, .18);
}

.slider {
  height: 490px;
  background-color: rgba(0, 0, 0, 0);
}

.slide {
  text-align: center;
  background-image: url('../images/bridge.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 80px;
  padding-bottom: 80px;
}

.slide._2 {
  background-image: url('../images/city.jpg');
}

.slide._3 {
  background-image: url('../images/town.jpg');
}

.process-titles {
  color: #d1d1d1;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 1.5em;
  line-height: 1em;
}

.icon-wrapper {
  height: 109px;
  text-align: center;
  margin-bottom: 24px;
}

.number {
  color: #5a2144;
  text-transform: uppercase;
  margin-top: -22px;
  margin-bottom: 2px;
  padding-top: 0;
  font-size: 16px;
}

.testimonials-slider {
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 47px;
  padding-right: 47px;
}

.testimonial-slide {
  width: 50%;
  text-align: center;
  padding: 24px 30px;
}

.left-arrow {
  width: 45px;
  color: #d1d1d1;
}

.left-arrow:hover {
  color: #c7aa8b;
}

.right-arrow {
  width: 45px;
  color: #d1d1d1;
  transition: all .2s;
}

.right-arrow:hover {
  color: #c7aa8b;
}

.testimonial {
  margin-bottom: 18px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.small-title {
  color: var(--indigo);
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1em;
}

.small-title.whitetext {
  color: #f7f7f7;
  text-align: center;
  padding-top: 12px;
  font-size: 1.5em;
  line-height: 1em;
}

.small-title.whitetext.bold {
  padding-top: 0;
  font-size: 70px;
}

.small-title.whitetext-copy {
  color: #f7f7f7;
  text-align: center;
}

.small-title.whitetext-copy.bold {
  padding-top: 80px;
  font-size: 70px;
}

.small-title.pinktext {
  color: #dd0b90;
  text-align: center;
  padding-top: 26px;
}

.small-title.pinktext.bold {
  text-align: center;
  padding-top: 71px;
  font-size: 70px;
  font-weight: 700;
}

.small-title.centered {
  text-align: center;
}

.small-title-wrapper {
  text-align: center;
  margin-bottom: 20px;
}

.author {
  color: #c7aa8b;
  text-transform: uppercase;
}

.footer-text {
  color: #858585;
  margin-top: 3px;
}

.footer-text.address {
  opacity: .6;
  color: #d1d1d1;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 5px;
  font-family: Roboto, sans-serif;
}

.footer-text.address.turquise {
  opacity: 1;
  color: var(--dark-turquoise);
}

.subheading {
  color: #a6a6a6;
  margin-top: 19px;
  margin-bottom: 10px;
  font-family: Vollkorn, serif;
  font-size: 18px;
  font-style: italic;
}

.contact-form-column {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  padding: 0 33px 10px;
  display: flex;
}

.contact-info-column {
  padding-top: 34px;
  padding-bottom: 34px;
}

.field {
  height: 52px;
  color: #323232;
  text-transform: uppercase;
  border: 0 solid #000;
  margin-bottom: 14px;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 18px;
}

.field:hover {
  background-color: rgba(255, 255, 255, .8);
}

.field:focus {
  box-shadow: inset 0 0 rgba(0, 0, 0, 0);
}

.success {
  color: #323232;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #dd0b90;
  padding-top: 35px;
  padding-bottom: 43px;
  font-size: 23px;
  font-weight: 500;
}

.success-message {
  color: #dd0b90;
  margin-bottom: 73px;
}

.contact-text {
  margin-top: 10px;
}

.contact-icon {
  margin-top: 31px;
  margin-bottom: 10px;
}

.project-description {
  margin-bottom: 11px;
}

.project-title {
  margin-bottom: 20px;
}

.tag-wrapper {
  margin-bottom: 19px;
}

.tag-icon {
  float: left;
  opacity: .19;
  margin-top: 4px;
  margin-right: 5px;
}

.tag-title {
  float: left;
  color: #b8b8b8;
  margin-right: 16px;
  font-size: 14px;
}

.back-to-work-column {
  text-align: right;
  padding-top: 32px;
}

.prev-project-wrapper {
  text-align: right;
  border-right: 3px solid #4d4d4d;
  padding-right: 30px;
}

.nex-project-wrapper {
  padding-left: 30px;
}

.project-link {
  text-decoration: none;
}

.project-link:hover {
  color: #323232;
  text-decoration: underline;
}

.name {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10px;
  font-size: 16px;
}

.social-icon {
  opacity: .26;
  padding-right: 10px;
  transition: all .2s;
}

.social-icon:hover {
  opacity: 1;
}

.position {
  margin-bottom: 8px;
  font-family: Vollkorn, serif;
  font-style: italic;
}

.icons-wrapper {
  margin-bottom: 11px;
}

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

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.white {
  color: var(--white-smoke);
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  line-height: 1.8em;
}

.white.toppadding {
  padding: 10px;
  text-decoration: none;
}

.heading {
  color: #f7f7f7;
  line-height: 1.5em;
}

.heading.center {
  text-align: right;
  line-height: 1em;
}

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

.pink {
  color: #dd0b90;
}

._60percent {
  padding-right: 0;
}

.fade {
  width: 80%;
  opacity: .1;
}

.videorow {
  flex-direction: row;
  align-items: flex-start;
  margin: 0 21px;
  display: flex;
}

.fade02 {
  opacity: .8;
}

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

.dark {
  background-color: #323232;
  padding-top: 17px;
  padding-bottom: 17px;
}

.fade02-copy {
  opacity: .8;
}

.goh {
  text-align: center;
}

.goh02 {
  text-align: center;
  font-weight: 700;
}

.link {
  color: var(--dark-turquoise);
  text-decoration: none;
}

.link:hover {
  color: #dd0b90;
}

.image-2 {
  width: 50%;
}

.advocay {
  padding-left: 143px;
  padding-right: 143px;
}

.bannerpink {
  opacity: 1;
  background-color: rgba(221, 11, 144, .5);
}

.bannerpurple {
  opacity: 1;
  background-color: #5a2144;
}

.process-titles-goals {
  color: #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 0;
  padding-top: 23px;
  padding-bottom: 22px;
  font-size: 2em;
  line-height: 1em;
}

.bannergray {
  opacity: 1;
  background-color: rgba(51, 62, 73, .5);
}

.image {
  padding-top: 72px;
}

.image_bio {
  display: inline-block;
}

.columns_bio {
  justify-content: space-around;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.text_bio_title_white {
  color: #d1d1d1;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-weight: 500;
}

.h1_motto {
  color: #f7f7f7;
  margin-bottom: 67px;
  line-height: 1.3em;
}

.text_bio_title_gray {
  color: #4d4d4d;
  text-transform: uppercase;
  font-weight: 500;
}

.titles_gray {
  color: #4d4d4d;
  text-align: left;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.titles_gray_centered {
  color: #4d4d4d;
  text-align: center;
  text-transform: uppercase;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

.heading_2 {
  margin-right: 18px;
  padding-left: 1px;
  font-size: 2em;
  line-height: 1.5em;
}

.section_sponsor {
  background-color: var(--gainsboro);
  padding-top: 40px;
  padding-bottom: 40px;
}

.section_rdlab {
  background-color: var(--gainsboro);
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading_purple {
  color: #5a2144;
  text-align: center;
  text-transform: none;
  margin-bottom: 25px;
  font-size: 3em;
  font-style: normal;
  font-weight: 700;
  line-height: 1em;
}

.titles_gray-02 {
  color: #4d4d4d;
  text-align: left;
  text-transform: uppercase;
  border-top: 0 solid rgba(50, 50, 50, .13);
  margin-bottom: 0;
  padding-top: 20px;
  font-size: 1.5em;
  font-weight: 700;
  line-height: 1em;
}

.titles_gray-02.centered {
  text-align: center;
  padding-bottom: 10px;
}

.titles_purple {
  color: #5a2144;
  text-align: left;
  text-transform: uppercase;
  border-top: 0 solid rgba(50, 50, 50, .13);
  margin-bottom: 0;
  padding-top: 0;
  font-size: 4em;
  font-weight: 700;
}

.contact-text-02 {
  margin-top: 6px;
}

.small-title-02 {
  color: rgba(50, 50, 50, .36);
  text-transform: uppercase;
  font-size: 2em;
}

.small-title-02.whitetext {
  color: #f7f7f7;
  text-align: center;
}

.small-title-02.whitetext.bold {
  padding-top: 80px;
  font-size: 70px;
}

.small-title-02.whitetext-copy {
  color: #f7f7f7;
  text-align: center;
}

.small-title-02.whitetext-copy.bold {
  padding-top: 80px;
  font-size: 70px;
}

.small-title-02.pinktext {
  color: #dd0b90;
  text-align: center;
  padding-top: 26px;
  padding-left: 24px;
  font-size: 1em;
  line-height: 1em;
}

.small-title-02.pinktext.bold {
  text-align: center;
  padding-top: 71px;
  font-size: 70px;
  font-weight: 700;
}

.columns {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column {
  padding-top: 10px;
  padding-bottom: 10px;
}

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

.column_padding {
  padding: 20px 10px 10px;
}

.column_margin {
  margin-top: 20px;
  margin-bottom: 20px;
}

.columnsupporters {
  margin-top: 20px;
}

.column-6, .column-7 {
  padding-left: 5px;
  padding-right: 5px;
}

.column-8 {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 5px;
  padding-right: 5px;
}

.column-9 {
  padding-left: 5px;
  padding-right: 5px;
}

.heading-2 {
  color: #5a2144;
  text-align: center;
}

.three-columns {
  margin-top: 16px;
  margin-bottom: 15px;
}

.container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_column {
  flex-direction: row;
  margin-left: 0;
  margin-right: 0;
  padding-top: 18px;
  padding-bottom: 18px;
  display: block;
}

.mission {
  background-color: var(--purple-3);
  margin-top: 0;
  margin-left: 0;
  padding-top: 20px;
}

.mission.regular {
  background-color: var(--dark-turquoise);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.columns-3 {
  flex-wrap: nowrap;
  align-items: center;
  display: flex;
}

.background-video {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heroheading {
  color: var(--white-smoke);
  text-align: center;
  text-shadow: 1px 1px 6px var(--purple-2), 1px 1px 6px var(--indigo);
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 5em;
  line-height: 1em;
}

.link-2 {
  color: #dd0b90;
  text-decoration: none;
}

.link-3 {
  color: #dd0b90;
}

.text-container {
  padding: 10px;
}

.internships_01 {
  background-image: url('../images/g_2020_Learn_VideoGames.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.h1_internships {
  color: #f7f7f7;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 49px;
  padding-bottom: 49px;
  font-size: 2em;
  line-height: 1em;
  display: flex;
}

.process-titles-leftjustified {
  color: var(--663399);
  text-align: left;
  text-transform: uppercase;
  margin-bottom: 6px;
  font-size: 2em;
  line-height: 1em;
}

.columns_internships {
  justify-content: space-around;
  align-items: stretch;
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}

.internships_02 {
  background-image: url('../images/g_2020_Learn_Storytelling.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.internships_03 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/g_AtWork_WebApp.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.internship-option {
  margin-bottom: 0;
  padding-bottom: 34px;
}

.list {
  padding-top: 5px;
  padding-bottom: 5px;
}

.white-cetnered {
  color: #f7f7f7;
  text-align: center;
  text-transform: uppercase;
  padding-top: 0;
  font-family: Roboto, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  overflow: visible;
}

.white-cetnered.paddingtop10 {
  padding-top: 10px;
}

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

.h1_pick-intern {
  color: #f7f7f7;
  text-transform: uppercase;
  margin-bottom: 20px;
  line-height: 1em;
}

.internships_04 {
  background-image: url('../images/g_2020_Learn_TeamWork.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.internships_05 {
  background-image: url('../images/g_2020_Learn_UIUX.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.internships_06 {
  background-image: url('../images/g_2020_Learn_3DArt.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.success-message-2 {
  background-color: #dd0b90;
}

.text-block {
  color: #f7f7f7;
}

.error-message {
  background-color: #e92020;
}

.error-text {
  color: #f7f7f7;
}

.showdown-list {
  padding-top: 40px;
}

.section_alerts {
  background-color: var(--gainsboro);
  padding-top: 30px;
  padding-bottom: 30px;
}

.block-quote {
  color: var(--purple-3);
  padding-left: 0;
  font-family: Exo, sans-serif;
}

.studio-partners-header {
  padding-top: 34px;
  padding-bottom: 34px;
}

.heading_2-copy {
  margin-right: 18px;
  padding-left: 1px;
  font-size: 2em;
  line-height: 1.5em;
}

.heading-3 {
  font-size: 2.5em;
  line-height: 1em;
}

.blue {
  color: var(--dark-turquoise);
  font-size: 1em;
  line-height: 1.5em;
}

.gray-cetnered {
  color: #4d4d4d;
  text-align: center;
  text-transform: uppercase;
  padding-top: 8px;
  font-family: Exo, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.2em;
  overflow: visible;
}

.text-block_padding {
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
}

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

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

.link-4 {
  color: #f7f7f7;
  text-decoration: none;
}

.link-4.w--current {
  color: #d1d1d1;
  font-size: 1em;
  text-decoration: none;
}

.heading-4 {
  text-transform: uppercase;
}

.text-block-3 {
  font-size: 1.5em;
  line-height: 1.5em;
}

.text-block-3.centered {
  text-align: center;
}

.text-block-3.text-block_padding {
  padding-left: 15px;
}

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

.text-block-4 {
  font-size: 1.5em;
  line-height: 2em;
}

.background-video-xrs {
  border-style: solid;
  border-width: 1px 1px 10px;
  border-color: var(--dark-turquoise);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.xrs-header-container {
  max-width: 500px;
  flex-direction: column;
  align-items: center;
  padding-top: 30px;
  padding-left: 0;
  display: flex;
}

.image-3 {
  max-width: 150px;
}

.image-4 {
  max-width: 300px;
}

.paragraph {
  text-align: center;
}

.paragraph.shadow {
  text-shadow: 1px 1px 8px #000;
}

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

.paragraph-xrs.shadow {
  text-shadow: 1px 1px 8px #000;
  font-family: Oswald, sans-serif;
  font-size: 2.5vh;
  font-weight: 500;
  line-height: 3vh;
}

.p_oswald24pt {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.div-block {
  width: 80px;
  height: 80px;
  background-color: var(--dark-turquoise);
  border-radius: 50%;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  display: flex;
}

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

.heading-5 {
  font-size: 6vh;
  line-height: 55px;
}

.heading-5.white {
  color: var(--white-smoke);
}

.heading-5.white.centered {
  text-align: center;
  font-family: Oswald, sans-serif;
}

.heading-5.centered {
  text-align: center;
}

.turquiseline {
  max-width: 60%;
  border-bottom: 5px solid var(--dark-turquoise);
  background-color: var(--dark-turquoise);
  padding-left: 0;
}

.column_turquise {
  border-bottom: 0px solid var(--white-smoke);
  background-color: var(--dark-turquoise);
  margin: 5px 10px;
}

.p_oswald50pt {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 30px;
}

.column_padding_top5 {
  padding: 10px;
}

.column_padding_top5.columndarkblue {
  background-color: var(--royal-blue);
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.column_padding_top5.columnblue {
  background-color: var(--black-3);
  border-radius: 20px;
  margin-bottom: 10px;
}

.column_turquise-darkblue {
  border-bottom: 0px solid var(--white-smoke);
  background-color: var(--teal);
  margin: 0 10px 5px;
}

.p_oswald18pt {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.column_red {
  border-bottom: 0px solid var(--white-smoke);
  background-color: var(--purple-3);
  margin: 0 10px 5px;
}

.column_no-padding_left {
  padding-left: 10px;
}

.section_dark-blue, .section_dark-blue.section {
  background-color: var(--dark-slate-blue);
}

.darkblueline {
  max-width: 60%;
  border-bottom: 5px solid var(--dark-slate-blue);
  background-color: var(--dark-slate-blue);
  text-align: left;
  justify-content: center;
  padding-left: 0;
  display: block;
}

.container-3 {
  flex-direction: column;
  align-items: center;
  display: block;
}

.section_turquise {
  background-color: var(--dark-turquoise);
}

.section_turquise.section {
  background-color: #0ab1c4;
}

.home_columnvideos {
  background-color: var(--black);
}

.internships_07 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/g_AtWork_esports.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.internships_08 {
  background-image: url('../images/g_2020_Learn_DigitalMedia.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.internships_09 {
  background-image: url('../images/g_2020_Learn_Coding.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.video_margintop20 {
  margin-top: 20px;
}

.headerdark {
  max-width: 800px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  display: flex;
}

.image_circle {
  width: 60%;
  border-radius: 50%;
}

.showdowndescribtiontext {
  color: var(--dark-slate-blue);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 2vh;
  line-height: 2.4vh;
}

.p_oswald24pt-nopadding {
  color: var(--white-smoke);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.fade02_sizeimage {
  width: 70%;
  opacity: .8;
  padding-bottom: 10px;
}

.italic-text {
  color: var(--white-smoke);
  text-align: left;
}

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

.heading-6 {
  text-transform: uppercase;
}

.heading-6.centered {
  text-align: center;
}

.heading-6.text_bio_title_white {
  color: #ebe7e7;
}

.showdown-list-03 {
  padding-top: 40px;
}

.roundedcorners {
  border-radius: 25px;
  padding-bottom: 10px;
}

.project-video {
  background-color: var(--black);
}

.container-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columnsupporters-03 {
  margin-top: 20px;
}

.heading_6 {
  margin-right: 18px;
  padding-left: 1px;
  font-size: 1.5em;
  line-height: 1.5em;
}

.link-5, .link-6 {
  color: var(--white-smoke);
  text-decoration: none;
}

.section_lightblue {
  background-color: #93e6f0;
}

.section_lightpurple {
  background-color: #ded6eb;
}

.section_pink {
  background-color: var(--medium-violet-red);
  padding-bottom: 20px;
}

.success-message-3, .error-message-2 {
  background-color: var(--medium-violet-red);
}

.heading-8 {
  color: var(--purple-2);
  font-size: 25px;
}

.register-button {
  background-color: var(--medium-violet-red);
  margin-bottom: 10px;
}

.register-button:hover {
  background-color: var(--663399);
}

.register-button:active {
  background-color: var(--dark-turquoise);
}

.showdown-list-04 {
  padding-top: 0;
}

.visualization.section_lightpurple {
  padding-bottom: 40px;
}

.column-11 {
  padding-bottom: 20px;
}

.contain_top_bot_pad {
  padding-bottom: 40px;
}

.heading2_white {
  color: var(--white-smoke);
  margin-top: 10px;
}

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

.toppadding {
  padding-top: 10px;
}

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

.image-5 {
  border-radius: 50px;
  padding-bottom: 10px;
}

.factbignumber {
  color: var(--medium-violet-red);
  text-align: right;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 5em;
}

.link-7 {
  color: var(--medium-violet-red);
  text-decoration: none;
}

.h3_centered_white {
  color: var(--white-smoke);
  text-align: center;
}

.heading2_white-lowercase {
  color: var(--white-smoke);
  text-transform: none;
}

.heading2_white-lowercase.centered {
  text-align: center;
}

.column-12 {
  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;
  display: flex;
}

.secion_pink, .secion_pink-copy {
  background-color: var(--medium-violet-red);
  padding-top: 20px;
  padding-bottom: 20px;
}

.columnflexvertical {
  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;
  display: flex;
}

.heading-9 {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.section_aishowdown {
  background-color: var(--medium-violet-red);
  padding-top: 20px;
  padding-bottom: 20px;
}

.image_60 {
  max-width: 60%;
}

.p-roboto_18_25 {
  font-size: 18px;
  line-height: 25px;
}

.column-margintop10 {
  margin-top: 10px;
}

.t-descibtions {
  color: var(--white-smoke);
  font-weight: 300;
}

.section_ai_showdown_details {
  padding-top: 40px;
  padding-bottom: 40px;
}

.sectionais_header {
  color: #4d4d4d;
  padding-top: 80px;
  padding-bottom: 20px;
}

.sectionais_header.grey {
  color: #fff;
  background-color: #333;
  padding-top: 55px;
  padding-bottom: 55px;
}

.sectionais_header.purple {
  background-color: var(--indigo);
}

.sectionais_header.image {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('../images/w_TimeToHireStudents.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  padding-top: 127px;
  padding-bottom: 127px;
}

.sectionais_header.lightgrey {
  background-color: var(--thistle);
  padding-top: 40px;
  padding-bottom: 20px;
}

.sectionais_header.footer {
  background-color: var(--black);
  padding-top: 50px;
  padding-bottom: 50px;
  display: block;
}

.sectionais_header.hero {
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/H_livestream_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.sectionais_header.darkgray {
  background-color: #323232;
}

.sectionais_header.darkgray.margintighter {
  background-color: var(--black-2);
  padding-top: 0;
  padding-bottom: 0;
}

.sectionais_header.margintight {
  background-color: var(--silver);
  padding-top: 8px;
  padding-bottom: 8px;
}

.sectionais_header.hero-about-page {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/2020_1920px_header_Sutdents.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.hero-_livestream {
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/g_CollaborateMeeting.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 0;
}

.sectionais_header.partner_hero {
  background-color: var(--black);
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2020_1920px_Team_01.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.turquise {
  background-color: var(--black-2);
  padding-top: 40px;
  padding-bottom: 0;
}

.sectionais_header.hero-internships {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/XREvent.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.hero-_showdowns {
  background-color: var(--black);
  background-image: linear-gradient(rgba(17, 57, 90, .7), rgba(17, 57, 90, .7)), url('../images/2020_1920px_header_showdowns_02.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1940px;
  margin-top: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.hero-research {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/2020_1920px_header_research.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.hero-tch {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/App_FeaturedGraphic_1920x1080_Charcters.jpg');
  background-position: 0 0, 50%;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.hero-htr {
  background-color: var(--black);
  background-image: linear-gradient(rgba(50, 50, 50, .5), rgba(50, 50, 50, .5)), url('../images/XREvent.jpg');
  background-position: 0 0, 50% 40%;
  background-size: auto, auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.hero3d {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/2023_Header_3D_RFP.jpg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.sectionais_header.vrtraining {
  background-image: linear-gradient(rgba(50, 50, 50, .7), rgba(50, 50, 50, .7)), url('../images/0_XRshowdown_VR_ExxonTeamTest_576px.jpg');
  background-position: 0 0, 50% 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-top: 140px;
  padding-bottom: 140px;
}

.text-block_padding_pink {
  background-color: var(--medium-violet-red);
  color: var(--white-smoke);
  text-align: center;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
}

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

.text-block_padding_tuq {
  background-color: var(--dark-turquoise);
  color: var(--white-smoke);
  text-align: center;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
}

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

.marginbottom {
  margin-bottom: 20px;
}

.text-block_padding_dblue {
  background-color: var(--dark-slate-blue);
  color: var(--white-smoke);
  text-align: center;
  padding: 15px;
  font-size: 1.2em;
  line-height: 1.5em;
}

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

.titles_gray_smaller {
  color: #4d4d4d;
  text-align: left;
  text-transform: uppercase;
  overflow-wrap: break-word;
  object-fit: fill;
  border-top: 1px solid rgba(50, 50, 50, .13);
  margin-bottom: 23px;
  padding-top: 23px;
  font-size: 21px;
}

@media screen and (max-width: 991px) {
  body {
    padding-top: 57px;
  }

  .nav-link {
    max-width: 100%;
    border-top: 1px solid #4d4d4d;
    border-right-style: none;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-link.social-icons, .nav-link.social-icons-li {
    border-right-color: #4d4d4d;
    padding-left: 21px;
    padding-right: 21px;
  }

  .nav-menu {
    background-color: #323232;
    box-shadow: inset 0 -1px rgba(255, 255, 255, .13), 0 7px 13px -4px rgba(0, 0, 0, .45);
  }

  .menu-icon {
    color: #fff;
    line-height: 21px;
  }

  .section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu-button {
    opacity: .8;
  }

  .menu-button.w--open {
    opacity: 1;
    background-color: #dd0b90;
  }

  .main-heading {
    margin-bottom: 4px;
    font-size: 68px;
  }

  .slider {
    height: 469px;
  }

  .testimonial-slide {
    width: 100%;
    padding-left: 92px;
    padding-right: 92px;
  }

  .left-arrow {
    margin-left: 0;
  }

  .right-arrow {
    margin-right: 0;
  }

  .small-title.whitetext {
    font-size: 1em;
  }

  .contact-icon {
    display: none;
  }

  .heading.center {
    font-size: 2.5em;
  }

  .process-titles-goals {
    font-size: 1.5em;
  }

  .heading_purple {
    font-weight: 700;
  }

  .small-title-02.pinktext {
    font-size: 1em;
  }

  .mission {
    margin-left: 0;
  }

  .background-video-xrs {
    margin-top: 0;
  }

  .sectionais_header {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  body {
    padding-top: 0;
  }

  .button.beige.footer {
    margin-top: 17px;
    margin-bottom: 8px;
  }

  .navbar {
    position: relative;
  }

  .tym-logo.footer {
    float: none;
  }

  .section {
    padding: 34px 10px;
  }

  .section.grey {
    padding: 35px 10px;
  }

  .section.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .section.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .main-heading {
    font-size: 50px;
    line-height: 44px;
  }

  .slider {
    height: 392px;
  }

  .slide {
    padding: 50px 10px;
  }

  .process-titles {
    font-size: 2em;
  }

  .icon-wrapper {
    height: 102px;
  }

  .number {
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .testimonials-slider {
    padding-left: 19px;
    padding-right: 19px;
  }

  .testimonial-slide {
    padding-left: 34px;
    padding-right: 34px;
  }

  .small-title {
    line-height: 1em;
  }

  .small-title.whitetext {
    flex-direction: column;
    font-size: 2em;
    display: block;
  }

  .small-title.whitetext.bold {
    padding-top: 0;
  }

  .small-title.pinktext.bold {
    padding-top: 15px;
  }

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

  .contact-form-column {
    justify-content: center;
    margin-top: 0;
    padding: 0 10px 10px;
    display: flex;
  }

  .contact-info-column {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
    padding-top: 42px;
    display: flex;
  }

  .contact-icon {
    display: block;
  }

  .back-to-work-column {
    text-align: left;
    padding-top: 12px;
  }

  .icons-wrapper {
    margin-bottom: 23px;
  }

  .project-column {
    padding-top: 23px;
  }

  .fade {
    width: 80%;
  }

  .videorow {
    flex-wrap: wrap;
  }

  .nopadding {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .process-titles-goals {
    font-size: 1em;
  }

  .image {
    padding-top: 42px;
  }

  .image_bio {
    display: block;
  }

  .h1_motto {
    font-size: 2em;
  }

  .columns {
    flex-flow: column;
    align-items: center;
  }

  .video {
    margin: 12px;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .column-_nopadding {
    justify-content: center;
    align-items: stretch;
    display: flex;
  }

  .column_padding {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column_margin {
    justify-content: center;
    display: flex;
  }

  .container {
    display: none;
  }

  .mission {
    margin-top: 0;
  }

  .heroheading {
    line-height: 1em;
  }

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

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

  .h1_internships {
    font-size: 2em;
  }

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

  .h1_pick-intern {
    font-size: 2em;
  }

  .showdown-list {
    flex-direction: column;
    display: flex;
  }

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

  .studio-partners-header {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-bottom: 27px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .text-block_padding {
    padding-left: 0;
    font-size: 2vh;
  }

  .heading-4 {
    line-height: 1em;
  }

  .columns-4 {
    align-items: center;
    display: flex;
  }

  .background-video-xrs {
    margin-top: 0;
  }

  .column_padding_top5 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .column_no-padding_left {
    padding-left: 0;
  }

  .showdown-list-03, .showdown-list-04 {
    flex-direction: column;
    display: flex;
  }

  .sectionais_header {
    padding: 34px 10px;
  }

  .sectionais_header.grey {
    padding: 35px 10px;
  }

  .sectionais_header.image {
    background-attachment: scroll;
    padding: 61px 10px;
  }

  .sectionais_header.footer {
    text-align: center;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .text-block_padding_pink, .text-block_padding_tuq, .text-block_padding_dblue {
    padding-left: 0;
    font-size: 2vh;
  }
}

@media screen and (max-width: 479px) {
  .button.hireus {
    margin-bottom: 12px;
  }

  .section.margintight {
    padding-left: 0;
    padding-right: 0;
  }

  .main-heading {
    width: 100%;
    font-size: 48px;
  }

  .main-heading.bold {
    font-size: 3.5em;
    line-height: 1em;
  }

  .main-subheading {
    width: 100%;
    padding-top: 10px;
    font-size: 1.3em;
  }

  .slider {
    height: 476px;
  }

  .slide {
    padding-top: 58px;
    padding-bottom: 58px;
  }

  .process-titles {
    font-size: 2em;
  }

  .small-title {
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1.5em;
  }

  .small-title.whitetext {
    padding-left: 6px;
    padding-right: 6px;
    font-size: 2em;
  }

  .small-title.whitetext.bold, .small-title.pinktext.bold {
    padding-top: 0;
  }

  .contact-form-column {
    text-align: center;
    margin-top: 0;
  }

  .contact-info-column {
    text-align: center;
  }

  .contact-text {
    margin-bottom: 25px;
  }

  .heading {
    font-size: 2em;
  }

  .heading.center {
    font-size: 3em;
  }

  .videorow {
    margin: auto;
  }

  .nopadding {
    justify-content: center;
    align-items: center;
    padding-top: 16px;
    padding-bottom: 9px;
    display: flex;
  }

  .process-titles-goals {
    flex-flow: column wrap;
    display: block;
  }

  .image {
    text-align: center;
  }

  .heading_2 {
    font-size: 1em;
  }

  .small-title-02.pinktext {
    padding-top: 0;
    padding-left: 0;
  }

  .columns {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .column {
    justify-content: center;
    display: flex;
  }

  .columns_clientslogos {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column-_nopadding {
    justify-content: center;
    display: flex;
  }

  .column-_nopadding.column-_centered {
    align-items: center;
  }

  .column_padding {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .column_margin {
    justify-content: center;
    display: block;
  }

  .columnsupporters {
    padding-top: 11px;
    padding-bottom: 51px;
  }

  .mission {
    margin-top: 0;
  }

  .columns-3 {
    flex-direction: column;
  }

  .heroheading {
    font-size: 2.8em;
  }

  .process-titles-leftjustified {
    font-size: 1.5em;
  }

  .contact-text-centered {
    margin-bottom: 25px;
  }

  .studio-partners-header {
    text-align: center;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading_2-copy {
    font-size: 1em;
  }

  .text-block_padding {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }

  .heading-4 {
    font-size: 2em;
    line-height: 1em;
  }

  .text-block-3 {
    font-size: 1.5em;
    line-height: 1.5em;
  }

  .background-video-xrs {
    border-radius: 0;
  }

  .xrs-header-container {
    padding: 20px 10px;
  }

  .paragraph-xrs.shadow {
    font-size: 2.5vh;
  }

  .column-_centered {
    padding-bottom: 10px;
  }

  .heading-5 {
    font-size: 5.5vh;
  }

  .column_padding_top5 {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .heading-6 {
    padding-top: 10px;
    font-size: 2em;
    line-height: 1em;
  }

  .heading-6.centered {
    font-size: 24px;
  }

  .columnsupporters-03 {
    padding-top: 11px;
    padding-bottom: 51px;
  }

  .heading_6 {
    font-size: 1em;
  }

  .section_lightblue, .section_lightpurple {
    padding-top: 20px;
  }

  .container-5, .container-6, .container-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-8 {
    text-align: center;
    line-height: 20px;
  }

  .list-item, .list-item-2, .list-item-3, .list-item-4, .list-item-5 {
    text-align: left;
  }

  .heading-9 {
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .sectionais_header.margintight {
    padding-left: 0;
    padding-right: 0;
  }

  .text-block_padding_pink, .text-block_padding_tuq, .text-block_padding_dblue {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
  }
}


