.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;
}

h1 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Agrandir, sans-serif;
  font-size: 6em;
  font-weight: 300;
  line-height: 1.1em;
}

p {
  color: #fff;
  margin-bottom: 10px;
  font-family: Manrope, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.hero {
  z-index: 4;
  background-image: url('../images/hero-gamingconsulting.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-wrapper {
  height: auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 61px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.hero-container {
  z-index: 15;
  max-width: 90%;
  flex: 1;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.hero-content {
  max-width: 90%;
}

.heading {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Agrandir, sans-serif;
  font-size: 6em;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
}

.heading.is-medium {
  text-align: center;
  padding-bottom: 24px;
  font-size: 5em;
}

.heading.is-medium.is--facilities {
  color: #292d2f;
}

.heading.is-medium.is--course {
  color: #fff;
  color: #000;
  text-align: center;
}

.heading.is-medium.is--gm {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  display: flex;
}

.heading.is-medium.is--benefits {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #292d2f;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  font-size: 4.7em;
  display: flex;
}

.heading.is-medium.is--blog {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #292d2f;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 9px;
  display: flex;
}

.heading.is--small {
  margin-top: 0;
  font-size: 2.5em;
}

.heading.is--verysmall {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6em;
  display: inline-block;
}

.heading.is--verysmall.is--one {
  padding-bottom: 9px;
  font-size: 2.7em;
}

.heading.is--verysmall.is--two {
  margin-top: 12px;
  padding-bottom: 9px;
}

.navigation-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.navigation {
  width: 100%;
  min-height: 88px;
  background-color: rgba(255, 255, 255, 0);
  align-items: center;
  padding: 8px 1%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.logo {
  width: 124px;
}

.navigation-menu {
  align-items: center;
  display: flex;
  position: static;
}

.navigation-container {
  width: 100%;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  border-bottom: 1px solid #fff;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 15px;
  display: flex;
}

.navigation-link {
  color: #fff;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 12px 18px;
  font-family: Manrope, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-link:hover {
  color: #fff;
  background-color: rgba(243, 245, 251, 0);
}

.navigation-link:active {
  flex: 1;
}

.navigation-link.w--current {
  color: #642eff;
}

.video {
  z-index: 5;
  margin-top: -17px;
  margin-left: auto;
  margin-right: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.video-wrapper {
  padding-top: 0;
  padding-bottom: 0;
}

.background-video {
  height: 0%;
  border-radius: 20px;
  padding-bottom: 51%;
}

.intro {
  z-index: 6;
  background-color: #292d2f;
  border-radius: 20px;
  margin-top: -17px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.intro.contact-page-wrapper {
  background-color: #9c9c9c;
}

.space {
  height: 100vh;
  background-color: red;
}

.intro-wrapper {
  height: auto;
  background-color: #292d2f;
  border-radius: 999px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 112px;
  padding-bottom: 114px;
  display: flex;
  position: relative;
}

.intro-wrapper.contact-page-wrapper {
  background-color: #9c9c9c;
  padding-top: 30px;
}

.intro-container {
  max-width: 100%;
  flex: 0 auto;
}

.body {
  background-color: #f7f8fb;
}

.intro-heading-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 0;
  display: flex;
}

.intro-heading {
  max-width: 70%;
  padding: 54px 62px 40px;
  position: relative;
}

.degree-grid {
  max-width: 100%;
  min-width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.icon-container {
  width: 80px;
  height: 80px;
  min-height: 80px;
  min-width: 80px;
  background-color: rgba(226, 248, 248, 0);
  justify-content: center;
  align-items: center;
  margin-bottom: 8px;
  padding: 0;
  display: flex;
}

.degree-card {
  height: 100%;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-direction: row;
  align-items: center;
  margin-top: 0;
  display: block;
}

.degree-card.is--one {
  border-top-style: none;
  border-right: 1px solid #fff;
}

.degree-card.is--two {
  border-top-style: none;
  border-right: 1px #000;
}

.degree-card.is--four {
  border-right-style: none;
}

.degrees {
  justify-content: flex-start;
  margin-right: auto;
  padding: 61px 0% 15px;
  display: flex;
}

.degree-container {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
  display: block;
}

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

.paragraph.is--small {
  max-width: 80%;
  font-size: 1.2em;
}

.paragraph.is--facilties {
  text-align: left;
  margin-left: 0;
  font-family: "Suisseintl 2", sans-serif;
}

.paragraph.is--black {
  color: #000;
}

.paragraph.is--black.is--center {
  max-width: 60%;
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: "Suisseintl 2", sans-serif;
}

.paragraph.is--black.is--facilities {
  max-width: 55%;
  text-align: center;
  font-family: "Suisseintl 2", sans-serif;
  text-decoration: none;
}

.paragraph.is--black.is--benefits {
  color: #292d2f;
  text-align: left;
  font-family: "Suisseintl 2", sans-serif;
}

.paragraph.is--black.is--blog {
  color: #292d2f;
  text-align: center;
  padding-bottom: 23px;
  font-family: "Suisseintl 2", sans-serif;
}

.paragraph.is--hero {
  text-align: left;
  font-family: "Suisseintl 2", sans-serif;
}

.paragraph.is--intro {
  font-family: "Suisseintl 2", sans-serif;
  line-height: 1.3em;
}

.inner-degree {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  background-color: #cecece;
  border: 1px #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 11px 21px;
  transition: all .375s;
  display: flex;
  position: relative;
}

.accent-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#49aa93 16%, #a9ffeb);
  -webkit-background-clip: text;
  background-clip: text;
}

.accent-text.is--two {
  background-image: url('../images/Untitled-design-38-1.png');
  background-position: 0 100%;
  background-size: auto;
}

.arrow__image {
  width: 55px;
  filter: invert();
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.college__image {
  width: 100%;
  min-width: 100%;
  display: block;
}

.degree-content {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.degree-left {
  flex: 1;
  padding-bottom: 0;
  display: block;
}

.degree-right {
  max-width: 100%;
  flex: 1;
  position: relative;
}

.dates-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dates-container {
  background-color: #668483;
  background-image: url('../images/Untitled-design-38-1.png');
  background-position: 0 100%;
  background-size: auto;
  border: 1px #fff;
  border-bottom-style: solid;
  border-radius: 15px;
  padding: 16px 18px;
  display: inline-block;
  transform: skew(0deg, -4deg);
  box-shadow: 6px 6px 0 1px #fff;
}

.dates-top {
  border-bottom: 1px solid #fff;
}

.dates-bottom {
  display: inline-block;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.progress_fill {
  width: 0%;
  height: 100%;
  background-color: #000;
  position: relative;
}

.tricks-slider_slide {
  width: 80%;
  height: 60vh;
  max-height: 80vw;
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tricks-slider {
  width: 100%;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.progress {
  width: 80%;
  height: 1.5px;
  background-color: rgba(0, 0, 0, .09);
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.mission {
  width: 100%;
  background-color: #f7f8fb;
  border-radius: 20px;
  padding-top: 91px;
  font-size: 1em;
  position: relative;
  overflow: hidden;
}

.image {
  z-index: 1;
  width: 200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.tricks-slider_text {
  z-index: 2;
  text-align: left;
  letter-spacing: 0;
  font-family: Agrandir, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1.1em;
  position: relative;
}

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

.container {
  width: 100%;
  max-width: 100em;
  min-height: 80vh;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 6em;
  display: flex;
}

.mission-cotainer {
  max-width: 90%;
  background-image: linear-gradient(rgba(0, 0, 0, .07), rgba(0, 0, 0, .07));
  border-radius: 20px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 58px;
  padding-bottom: 40px;
  box-shadow: 7px 4px 12px 1px rgba(0, 0, 0, .2);
}

.facilities-heading-container {
  max-width: 96%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
  display: flex;
}

.facility-content {
  z-index: 55;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), linear-gradient(rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, .43) 96%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 39px;
  padding-left: 38px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.facilities-inner-content {
  max-width: 65%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section-2 {
  padding: 5.625vw 10vw;
  position: relative;
}

.container-2 {
  width: 100%;
}

._2-5vw-text {
  font-size: 1.7vw;
  line-height: 1;
}

._2-5vw-text.relative {
  position: relative;
}

.overflow-hidden {
  padding-left: 0;
  overflow: hidden;
}

.work-absolute-wrap {
  width: 36vw;
  height: 24vw;
  opacity: 0;
  display: none;
  position: absolute;
  top: -4.5vw;
  right: 0;
}

.work-effect-container {
  width: 100%;
  text-decoration: none;
  position: relative;
}

.work-effect-container.archieve {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 6vw 1fr auto;
  grid-auto-columns: 1fr;
  padding-top: 2.5vw;
  padding-bottom: 2.5vw;
  display: grid;
}

.horizontal-line {
  z-index: 1;
  width: 100%;
  height: 1px;
  opacity: .25;
  background-color: #fff;
  position: relative;
}

._7-5vw-title {
  font-size: 3vw;
  line-height: 1;
}

._100--width {
  width: 100%;
}

._100--width.cover {
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.course-icon {
  width: 88px;
}

.servicies {
  max-width: 100%;
  background-color: #292d2f;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 92px;
  padding-bottom: 55px;
  display: flex;
}

.sub-paragraph__two {
  color: #292d2f;
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
  line-height: 1.5em;
}

.card-content-left {
  max-width: 100%;
  flex: 1;
  margin-top: -85px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
}

.card-content {
  height: auto;
  max-width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sticky-card__image.is--three {
  width: auto;
  height: 700px;
  object-fit: cover;
  border-radius: 0% 16px 16px 0%;
}

.card-content-right {
  max-width: 60%;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.heading__two {
  color: #292d2f;
  padding-bottom: 6px;
  font-size: 2.5em;
  font-weight: 400;
}

.section__swipe {
  background-color: #292d2f;
  margin-top: -10px;
  padding-bottom: 0;
}

.inner__card {
  height: 500px;
  max-width: 414px;
  min-width: 320px;
  background-color: #9ba0f3;
  border-radius: 16px;
  position: relative;
  box-shadow: 0 9px 25px rgba(0, 0, 0, .25);
}

.inner__card.is--3, .inner__card.is--2, .inner__card.is--4 {
  height: auto;
  max-width: 90%;
  min-width: 90%;
  background-color: #f7f8fb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner__card.is--1 {
  height: auto;
  max-width: 90%;
  min-width: 80%;
  background-color: #f7f8fb;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sticky--card {
  height: 100vh;
  perspective: 1020px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
}

.sticky--card.z3 {
  z-index: 3;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.sticky--card.z5 {
  z-index: 5;
}

.sticky--card.z6 {
  z-index: 6;
}

.sticky--card.z4 {
  z-index: 4;
  display: flex;
}

.bold-text-3 {
  font-weight: 400;
}

.bold-text-4 {
  font-size: .9em;
  font-weight: 400;
}

.bold-text-5, .bold-text-6 {
  font-weight: 400;
}

.btn-container {
  margin-top: 17px;
  display: inline-block;
}

.btn-container.is--test {
  z-index: 5;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.btn {
  color: #fff;
  background-color: #40687a;
  background-image: linear-gradient(60deg, #a7a7a7, #000);
  border-radius: 14px;
  padding: 16px 34px;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 1.2em;
  font-weight: 400;
}

.btn.is--100 {
  text-align: center;
  background-color: #40687a;
  background-image: linear-gradient(60deg, #1d1d1d, gray);
  border-radius: 0 0 16px 16px;
  justify-content: center;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 1.9em;
  font-weight: 400;
  transition: background-color .325s;
  display: flex;
}

.btn.is--100:hover {
  background-color: #54754d;
}

.btn.is--black {
  background-color: #292d2f;
  font-family: "Suisseintl 2", sans-serif;
  font-weight: 400;
}

.class-container {
  max-width: 90%;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.classes {
  max-width: 95%;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.div-block-8 {
  width: 160px;
  height: 160px;
  color: #fff;
  text-align: center;
  background-image: linear-gradient(333deg, #e9592d, #f39519);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-top: 11px;
  margin-right: 16px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.div-block-8._2nd {
  color: #fff;
  background-color: #40687a;
  background-image: linear-gradient(60deg, #8f8f8f, #383838);
  border: 2px solid #fff;
  margin-top: 66px;
  margin-bottom: 34px;
  margin-right: 0;
}

.class-image-container {
  width: 450px;
  height: 515px;
  justify-content: center;
  align-items: center;
  margin-top: 69px;
  display: flex;
  position: relative;
}

.rimage {
  width: 250px;
  height: 400px;
  object-fit: cover;
  position: absolute;
}

.rimage.left {
  width: auto;
  height: 420px;
  transform-origin: 0%;
  border-radius: 20px;
  transform: none;
}

.rimage.mid {
  width: auto;
  height: 420px;
  border-radius: 20px;
  transform: none;
}

.rimage.right {
  width: auto;
  height: 420px;
  transform-origin: 100%;
  border-radius: 20px;
  transform: none;
}

.text-block {
  color: #fff;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.1em;
}

.type-container.is--one {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: -8%;
  transform: rotate(14deg);
}

.type-container.is--two {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -11%;
  right: auto;
  transform: rotate(11deg);
}

.type-container.is--three {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: -9%;
  transform: rotate(-11deg);
}

.type-container.is--four {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -15%;
  right: auto;
  transform: rotate(-20deg);
}

.type-inner {
  text-align: center;
  background-color: #f7f8fb;
  border-radius: 14px;
  padding: 9px 14px 7px;
  display: inline-block;
}

.type__text {
  color: #292d2f;
  text-transform: uppercase;
  font-family: Agrandir, sans-serif;
  font-size: 1.3em;
  display: inline-block;
}

.arroww-image {
  width: 25px;
}

.overflow-wrapper {
  overflow: hidden;
}

.heading__one {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 10px;
  font-family: Agrandir, sans-serif;
  font-size: 6em;
  font-weight: 400;
  position: -webkit-sticky;
  position: sticky;
}

.heading__one.is-medium {
  text-align: center;
  padding-bottom: 24px;
  font-size: 5em;
}

.bar__image {
  width: 550px;
  min-width: 300px;
  flex: 0 auto;
  margin-top: -51px;
  margin-bottom: -64px;
}

.bar-image-container {
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 34px;
  padding-bottom: 39px;
  display: flex;
}

.facts-wrapper {
  padding-bottom: 4px;
}

.facts {
  padding-bottom: 74px;
}

.feature-section {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -27px;
  padding: 100px 3%;
}

.image-2 {
  margin-left: 10px;
}

.why-grid-heading {
  grid-column-gap: 70px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 31px;
  display: flex;
  overflow: hidden;
}

.why-container {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.why-btn-wrapper {
  justify-content: flex-end;
  display: flex;
}

.button {
  color: #fff;
  background-color: #40687a;
  border-radius: 20px;
  align-items: center;
  padding: 20px 44px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.button:hover {
  background-color: #1c3bee;
}

.why-heading-container {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
  display: flex;
}

.anim-wrap {
  overflow: hidden;
}

.process-number {
  color: #292d2f;
  font-family: Agrandir, sans-serif;
  font-size: 3.7em;
  font-weight: 700;
  line-height: 1.1em;
  position: static;
  top: -10px;
  bottom: auto;
  left: auto;
  right: 0%;
}

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

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

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
  position: relative;
}

.home-proces_component {
  text-align: left;
  padding-top: 149px;
  position: relative;
}

.paragraph-normal {
  color: #000;
  margin-bottom: 0;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.875rem;
}

.process-item-title {
  font-family: Agrandir, sans-serif;
  font-weight: 700;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.process-flex-item1 {
  max-width: 286px;
  margin-right: 0;
  position: relative;
}

.why {
  background-color: #f7f8fb;
  background-image: linear-gradient(#292d2f 3%, #f7f8fb 19%);
  border-bottom: 1px #c4c4c4;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  padding-top: 7rem;
  padding-bottom: 4.3rem;
}

.why.contact-us-why {
  background-image: none;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.process-flex-item3 {
  max-width: 286px;
  margin-top: 0;
  position: relative;
}

.process-flex-items {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.process-icon {
  width: 64px;
}

.process-flex-item2 {
  max-width: 286px;
  margin-top: 0;
  margin-right: 0;
  position: relative;
}

.feature-content {
  opacity: 1;
  margin-top: 50px;
  position: relative;
}

.feature {
  background-color: rgba(252, 239, 238, 0);
  border: 1px solid rgba(0, 0, 0, .26);
  border-radius: 9px;
  padding: 0 32px 38px 24px;
}

.feature-heading {
  color: #292d2f;
  margin-bottom: 8px;
  font-family: Agrandir, sans-serif;
  font-size: 2em;
  font-weight: 500;
  line-height: 32px;
}

.why-grid {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.why-feature-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.inner-why {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: flex;
  position: relative;
}

.inner-why-left {
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-why-right {
  justify-content: center;
  align-items: center;
  padding-left: 8px;
  padding-right: 0;
  display: flex;
  position: relative;
}

.line__gif {
  width: 70px;
  opacity: 1;
  margin-left: 13px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.book__image {
  width: 65px;
  height: 55px;
  filter: invert();
  margin-top: -59px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.arrow__gif {
  width: 65px;
  margin-top: -36px;
  margin-left: 56px;
  padding-left: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: rotate(14deg);
}

.blog {
  background-color: #f7f8fb;
  padding: 142px 3% 113px;
  display: block;
}

.button-arrow {
  color: #fff;
  background-color: rgba(41, 45, 47, 0);
  border: 1px solid #fff;
  border-radius: 150px;
  align-items: center;
  margin-bottom: 10px;
  padding: 12px 15px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.blog-container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.blog-thumbnail {
  height: 100%;
  min-width: 215px;
  background-color: rgba(207, 207, 207, 0);
  flex: 1;
}

.blog-card {
  background-color: #40687a;
  border-radius: 20px;
  align-items: stretch;
  padding: 0 14px 0 0;
  text-decoration: none;
  display: flex;
}

.blog__title {
  color: #fff;
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 14px;
  font-family: Agrandir, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.arrow-right {
  filter: invert();
}

.blog-content-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.btn-text {
  margin-right: 10px;
  font-family: "Suisseintl 2", sans-serif;
  font-size: .9em;
}

.blog-title-wrapper {
  max-width: 520px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog__cover-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  display: block;
}

.category {
  color: #000;
  letter-spacing: 1px;
  background-color: #f7f8fb;
  border-radius: 20px;
  margin-bottom: 14px;
  padding: 4px 13px 3px;
  font-family: Agrandir, sans-serif;
  font-size: .8em;
  font-weight: 400;
}

.blog-paragraph {
  color: #fff;
  margin-bottom: 20px;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 14px;
  line-height: 1.3em;
}

.blog-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.blog-heading-container {
  max-width: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 22px;
  display: flex;
}

.footer-line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .16);
  margin-top: 30px;
  margin-bottom: 20px;
}

.button-3 {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #292d2f;
  border-radius: 25px;
  justify-content: center;
  align-items: center;
  padding: 15px 50px;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 1.1em;
  font-weight: 400;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  color: #000;
  background-color: #fff;
  border-color: #42dc2a;
}

.instagram-wrapper {
  width: 95%;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -135px;
  display: none;
}

.footer-content {
  margin-top: 140px;
}

.footer-content.for-footer {
  width: 87%;
  margin-top: 100px;
}

.made-with-webflow {
  align-items: center;
  margin-top: 5px;
  text-decoration: none;
  transition: all .4s;
  display: flex;
}

.made-with-webflow.left-margin {
  color: rgba(255, 255, 255, .8);
  margin-top: 0;
  margin-left: 15px;
  font-size: 16px;
  font-weight: 600;
}

.made-with-webflow.left-margin:hover {
  opacity: .73;
  color: #fff;
}

.coppyright-text {
  color: #fff;
  flex: 1;
  justify-content: flex-end;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: flex;
}

.instagram-photo {
  border-radius: 30px;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.instagram-overlay {
  background-image: linear-gradient(rgba(0, 0, 0, .3), rgba(0, 0, 0, .3));
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer-grid {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.instagram-circle-wrapper {
  z-index: 2;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 700;
  position: absolute;
}

.text-block-13 {
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
}

.footer-container {
  background-color: #fff;
  padding: 140px 5%;
  position: relative;
}

.footer-container.footer {
  background-image: url('../images/hero-gamingconsulting.webp');
  background-position: 0 0;
  background-size: cover;
  border-top-right-radius: 350px;
  padding: 30px 5% 40px;
}

.nav-link-footer {
  color: #121217;
  text-transform: uppercase;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 38px;
  font-weight: 600;
  line-height: 40px;
  text-decoration: none;
  position: relative;
}

.nav-link-footer.for-footer-version {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
}

.nav-link-footer.for-footer-version:hover {
  opacity: 1;
}

.left-copyright-flex {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.left-copyright-flex.full {
  grid-column-gap: 30px;
  justify-content: flex-start;
}

.footer-link-text {
  letter-spacing: 0;
  text-transform: capitalize;
  font-weight: 400;
}

.footer-link-text:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
}

.footer-link-text.is--title {
  font-family: Agrandir, sans-serif;
}

.instagram-circle {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 15px;
  display: flex;
  position: relative;
  top: 50%;
  bottom: auto;
  right: auto;
}

.instagram-image {
  width: 100%;
  height: 100%;
  display: block;
}

.brand-2 {
  color: #111;
  letter-spacing: 11px;
  text-transform: uppercase;
  order: -1;
  align-items: center;
  font-size: 22px;
  font-weight: 700;
  line-height: 21px;
  display: flex;
}

.brand-2.white-version {
  color: #fff;
  margin-bottom: 30px;
  display: flex;
}

.brand-2.white-version.w--current {
  width: 200px;
  height: 100px;
  background-image: url('../images/white-logo.png');
  background-position: 0 0;
  background-size: contain;
}

.footer-links-container {
  font-family: "Suisseintl 2", sans-serif;
}

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

.image-3 {
  width: 200px;
}

.facility-gradient-overlay {
  z-index: 55;
  background-image: linear-gradient(rgba(0, 0, 0, 0) 61%, rgba(0, 0, 0, .43) 96%);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 39px;
  padding-left: 38px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hero__join {
  z-index: 1;
  width: auto;
  max-width: none;
  -webkit-backdrop-filter: blur(5rem);
  backdrop-filter: blur(5rem);
  color: #fff;
  letter-spacing: .05em;
  text-transform: uppercase;
  border: .0625rem solid rgba(255, 255, 255, .3);
  border-radius: 50px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 11px 25px;
  font-size: 1.1875rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
}

.hero__join.is--nav {
  z-index: -2;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #292d2f;
  padding: 4px 31px;
}

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

.arrow-wrap {
  z-index: 1;
  width: 1.375rem;
  height: 1.375rem;
  color: #141731;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  padding: .1875rem .1875rem .1875rem .25rem;
  transition: all .3s;
  display: flex;
  transform: scale(1);
}

.arrow-wrap.text-color-orange.mod--join {
  width: 32px;
  height: 32px;
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid #fff;
  border-radius: 100%;
  margin-left: 1rem;
  padding: .4em .4em .5rem;
}

.icon-2 {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-2.mod--arrow-btn {
  width: 1em;
  height: 1.1em;
  color: #fff;
  width: .6rem;
  justify-content: center;
  align-items: center;
  font-size: 1.1em;
  line-height: 1.1em;
  display: block;
  position: relative;
}

.overflow__anim {
  transition: all .5s;
  position: static;
  bottom: 0;
  left: 0;
}

.btn__txt.mod--normal {
  letter-spacing: 0;
  text-transform: capitalize;
  font-family: "Suisseintl 2", sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.btnbig {
  color: #fff;
  border-radius: 1.25rem;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5rem;
  text-decoration: none;
  position: relative;
}

.gray-accent {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(60deg, #535353, #a8a8a8);
  -webkit-background-clip: text;
  background-clip: text;
}

.gray-accent.is--two {
  padding-left: 19px;
}

.nav-menu-4 {
  z-index: 999999999;
  width: 75vw;
  height: 9.5%;
  min-width: 700px;
  background-color: rgba(200, 200, 200, 0);
  margin-left: 0;
  margin-right: 0;
  display: block;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bottom-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
  transform: translate(0);
}

.nav {
  width: 100%;
  max-width: 97%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: start;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 2px;
  display: flex;
}

.sub-nav-list {
  margin-top: 20px;
  padding-left: 60px;
  list-style-type: none;
}

.list-item-4 {
  text-align: left;
}

.list-item-4.d-none {
  display: none;
}

.link-block-2 {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.image-4 {
  width: 200px;
}

.top-line {
  width: 100%;
  height: 2px;
  background-color: #fff;
}

.footer-social-links {
  filter: invert();
  align-items: center;
  margin-top: 43px;
  margin-right: 14px;
  display: flex;
}

.nav-left-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.nav-list-link {
  color: #fff;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 18px;
  line-height: 40px;
}

.nav-list-link:hover {
  font-weight: 500;
}

.nav-list-link.link {
  width: 148px;
  margin-left: 0;
}

.footer-social-link {
  flex: none;
  margin-right: 26px;
  transition: opacity .2s;
}

.footer-social-link:hover {
  opacity: .6;
}

.navlink {
  color: #16192c;
  text-decoration: none;
  display: flex;
}

.navlink:hover {
  opacity: .6;
}

.header-nav {
  z-index: 999999999;
  height: auto;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-list {
  padding-top: 27px;
  padding-left: 60px;
  list-style-type: none;
}

.nav-inner-button-wrapper {
  margin-right: 22px;
}

.overlay-nav {
  z-index: auto;
  width: 100%;
  height: 10000vh;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: rgba(24, 24, 24, 0);
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-2 {
  width: 100%;
  height: 100vh;
  padding-left: 0;
  display: flex;
}

.social-media__icon {
  filter: contrast(200%);
}

.social-media__icon.is--white {
  filter: invert();
}

.header-right-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.menu-line-wrapper {
  width: 24px;
  height: 20px;
  flex-direction: column;
  justify-content: space-around;
  display: none;
  position: relative;
}

.nav-inner__button {
  color: #000;
  background-color: #fff;
  border-radius: 100px;
  padding: 11px 29px;
  font-family: "Suisseintl 2", sans-serif;
  font-size: .9em;
  font-weight: 400;
}

.header-left {
  width: 100%;
  max-width: 100%;
  background-color: #292d2f;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 40px 0 0 40px;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 30px;
  display: flex;
  position: relative;
  overflow: auto;
}

.navigation-bar {
  height: 102px;
  background-color: rgba(22, 25, 44, 0);
  border-bottom: 1px rgba(22, 25, 44, 0);
  align-items: center;
  padding-top: 5px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.menu-button-display {
  background-color: rgba(0, 0, 0, 0);
  padding: 10px;
  display: block;
}

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

.menu-button-display.display {
  z-index: 9999;
  width: 35px;
  height: 35px;
  background-image: url('../images/62cc4777ba8c7216a2d2fde3_nav-close.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-left: 60px;
  margin-right: auto;
}

.link-nav {
  color: #fff;
  letter-spacing: 0;
  text-transform: capitalize;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
  padding: 0;
  font-family: "Suisseintl 2", sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.1em;
  text-decoration: none;
  display: block;
}

.link-nav.max-width {
  width: 70px;
  margin-left: 30px;
  display: none;
}

.nav-link-5 {
  color: #fff;
  font-family: "Suisseintl 2", sans-serif;
  font-size: 42px;
  line-height: 64px;
}

.nav-inner-social {
  padding-left: 60px;
}

.nav-wrapper {
  flex: 0 auto;
}

.image-5 {
  display: none;
}

.arrow-button-secondary {
  z-index: 10;
  height: 40px;
  min-width: 70px;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: rgba(179, 179, 179, .5);
}

.scroll-arrow-txt {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-right: 5px;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
}

.scroll-arrow-img {
  width: 17px;
  float: left;
  clear: right;
}

.italic-text {
  color: #000;
  text-transform: capitalize;
  font-family: Allura, sans-serif;
}

.paragraph-2 {
  color: #000;
  font-family: Allura, sans-serif;
  font-size: 1.8em;
}

.trusted-by-block-holder {
  width: 100%;
  flex-direction: column;
  align-items: center;
  display: flex;
  position: relative;
}

.trusted-brands {
  color: #000;
  font-size: 18px;
  font-weight: 600;
}

.text-span {
  color: #2260da;
}

.grid-6-columns {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.grid-6-columns.trusted-brands-grid {
  width: 100%;
  margin-top: 1.5em;
}

.trusted-brand-holder {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5px;
  display: flex;
}

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

.text-span-3 {
  text-transform: uppercase;
}

.text-span-4 {
  font-family: Montserrat, sans-serif;
}

.html-embed {
  width: 500px;
  border-radius: 0;
}

@media screen and (min-width: 1280px) {
  .heading {
    font-size: 6em;
  }

  .heading.headform {
    font-size: 5em;
  }

  .image-3 {
    display: block;
  }
}

@media screen and (min-width: 1440px) {
  .hero-wrapper {
    padding-top: 198px;
    padding-bottom: 162px;
  }

  .hero-content {
    max-width: 70%;
  }

  .heading {
    font-size: 7em;
  }

  .heading.is-medium {
    font-size: 6em;
  }

  .heading.is-medium.is--facilities {
    font-size: 5em;
  }

  .heading.is-medium.is--benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 5em;
  }

  .heading.is-medium.is--blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    justify-content: flex-start;
    margin-left: 0;
    font-size: 5em;
  }

  .intro-container {
    max-width: 98%;
  }

  .intro-heading {
    max-width: 50%;
    padding: 65px 0 81px;
  }

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

  .degree-card.is--one {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
  }

  .degree-card.is--two {
    border-top-style: solid;
    border-bottom: 1px solid #fff;
    border-right-style: solid;
    border-right-color: #fff;
  }

  .degree-card.is--three {
    border-bottom: 1px solid #fff;
  }

  .degree-card.is--four {
    border-bottom: 1px solid #fff;
    border-right-style: solid;
  }

  .degree-container {
    max-width: 100%;
  }

  .paragraph.is--black.is--facilities {
    max-width: 45%;
    text-align: center;
  }

  .inner-degree {
    border-top: 1px solid #fff;
    border-right-style: solid;
  }

  .degree-content {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .degree-left {
    max-width: 100%;
    margin-right: auto;
  }

  .dates-wrapper {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
    display: flex;
    top: 8%;
    right: 44%;
  }

  .tricks-slider_text {
    font-size: 4em;
  }

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

  .servicies {
    padding-top: 113px;
    padding-bottom: 40px;
  }

  .card-content {
    max-width: 100%;
  }

  .heading__two {
    font-size: 3em;
  }

  .inner__card.is--3, .inner__card.is--2, .inner__card.is--4, .inner__card.is--1 {
    max-width: 65%;
    min-width: 75%;
  }

  .rimage.left, .rimage.mid, .rimage.right {
    height: 525px;
  }

  .heading__one.is-medium {
    font-size: 6em;
  }

  .heading__one.is-medium.is--study {
    font-size: 5em;
  }

  .bar-image-container {
    margin-bottom: 0;
    padding-top: 13px;
    padding-bottom: 40px;
  }

  .facts {
    padding-bottom: 145px;
  }

  .why-heading-container {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin-left: 0;
    display: flex;
  }

  .book__image {
    right: 8%;
  }

  .arrow__gif {
    margin-left: 44px;
  }

  .blog-heading-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    display: flex;
  }

  .footer-link-text:hover {
    opacity: 1;
    color: #fff;
  }

  .image-3 {
    width: 65px;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-position: 0 0;
    background-size: auto;
  }

  .hero-wrapper {
    padding-top: 273px;
    padding-bottom: 238px;
  }

  .hero-content {
    max-width: 70%;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .heading {
    max-width: 90%;
    font-size: 8em;
  }

  .heading.is-medium {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 6em;
  }

  .heading.is-medium.is--gm, .heading.is-medium.is--benefits, .heading.is-medium.is--blog {
    max-width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading.is--verysmall.is--one {
    font-size: 2.5em;
  }

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

  .intro-container {
    padding-top: 0;
    padding-bottom: 184px;
  }

  .intro-heading-wrapper {
    padding-bottom: 141px;
  }

  .intro-heading {
    max-width: 50%;
    padding-bottom: 77px;
    padding-left: 0;
    padding-right: 0;
  }

  .degrees {
    flex-direction: row;
  }

  .degree-container {
    max-width: 70%;
  }

  .paragraph.is--black.is--center {
    max-width: 45%;
  }

  .paragraph.is--black.is--blog {
    text-align: center;
  }

  .paragraph.is--hero {
    max-width: 100%;
    margin-left: 0;
    font-size: 1.7em;
  }

  .paragraph.is--intro {
    max-width: 70%;
  }

  .degree-content {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: row;
    flex: 1;
  }

  .degree-left {
    max-width: 90%;
  }

  .dates-container {
    flex: 0 auto;
    padding-right: 23px;
  }

  .mission {
    padding-top: 102px;
  }

  .container {
    justify-content: center;
    margin-top: -62px;
    padding-top: 0;
    padding-left: 0;
  }

  .mission-cotainer {
    padding-bottom: 109px;
  }

  .facilities-heading-container {
    max-width: 82%;
  }

  .servicies {
    margin-top: 0;
    padding-top: 111px;
    padding-bottom: 31px;
  }

  .sub-paragraph__two {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .card-content {
    max-width: 100%;
  }

  .sticky-card__image.is--three, .card-content-right {
    flex: 0 auto;
  }

  .inner__card.is--3, .inner__card.is--2 {
    height: auto;
    max-width: 60%;
    min-width: 70%;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .inner__card.is--4 {
    height: auto;
    max-width: 60%;
    min-width: 70%;
    justify-content: center;
    display: flex;
  }

  .inner__card.is--1 {
    height: auto;
    max-width: 70%;
    min-width: 70%;
  }

  .sticky--card.z6 {
    padding-top: 0;
  }

  .btn-container.is--test {
    z-index: 5;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .btn {
    border-radius: 14px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .class-container {
    max-width: 100%;
    padding-top: 69px;
  }

  .div-block-8._2nd {
    margin-bottom: 0;
  }

  .class-image-container {
    margin-top: 0;
  }

  .rimage.left, .rimage.mid, .rimage.right {
    height: 700px;
    border-radius: 20px;
  }

  .heading__one {
    max-width: 90%;
    font-size: 9em;
  }

  .heading__one.is-medium {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size: 6em;
  }

  .bar__image {
    width: 700px;
    min-width: 450px;
    flex: 0 auto;
    margin-top: -87px;
    margin-bottom: -56px;
  }

  .bar-image-container {
    margin-top: -44px;
    padding-bottom: 0;
  }

  .facts {
    padding-bottom: 106px;
  }

  .why-heading-container {
    max-width: 82%;
    margin-left: 0;
  }

  .process-number {
    color: #292d2f;
    display: inline-block;
  }

  .feature-content {
    display: inline-block;
  }

  .book__image {
    right: 26%;
  }

  .arrow__gif {
    margin-left: 44px;
  }

  .why-grid-left {
    flex: 1;
    justify-content: flex-start;
    display: flex;
  }

  .blog-container {
    max-width: 80%;
  }

  .blog-thumbnail {
    min-width: 275px;
  }

  .blog-title-wrapper {
    max-width: 80%;
  }

  .blog-grid {
    max-width: 85%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-heading-container {
    max-width: 100%;
    align-items: center;
    margin-left: 0;
  }

  .nav-menu-4 {
    width: 45vw;
  }

  .nav-inner__button {
    border: 1px #000;
  }
}

@media screen and (max-width: 991px) {
  .heading {
    font-size: 4em;
  }

  .heading.is-medium.is--facilities, .heading.is-medium.is--gm {
    font-size: 3.5em;
  }

  .heading.is-medium.is--benefits {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 3.5em;
  }

  .heading.is-medium.is--blog {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    font-size: 3.5em;
  }

  .navigation-wrapper {
    width: auto;
    align-items: center;
    display: flex;
  }

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

  .logo-link {
    margin-right: 0;
  }

  .menu-button {
    color: #fff;
    border: 1px #f3f5fb;
    border-radius: 8px;
    padding: 12px;
  }

  .menu-button.w--open {
    background-color: #160042;
    border-color: #fff;
  }

  .navigation-menu {
    color: #393b6a;
    background-color: #fff;
    border-radius: 8px;
    padding: 12px;
    position: absolute;
  }

  .navigation-menu.w--open {
    background-color: #282556;
    border-color: #fff;
  }

  .navigation-link {
    width: 100%;
  }

  .background-video {
    padding-bottom: 94%;
  }

  .intro-wrapper {
    padding-bottom: 83px;
  }

  .intro-heading {
    padding: 112px 0 92px;
  }

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

  .paragraph.is--facilties {
    text-align: left;
    font-size: 1.2em;
  }

  .paragraph.is--black.is--center, .paragraph.is--black.is--facilities {
    max-width: 80%;
  }

  .tricks-slider_slide {
    width: 77%;
    margin-right: 2em;
  }

  .progress {
    margin-top: 30px;
  }

  .mission {
    padding-top: 62px;
  }

  .tricks-slider_text {
    text-align: left;
    font-size: 2.7em;
  }

  .container {
    min-height: 70vh;
    margin-top: 0;
    padding-top: 1.6em;
    padding-left: 4em;
    padding-right: 4em;
  }

  .facility-content {
    padding-left: 14px;
  }

  .facilities-inner-content {
    max-width: 90%;
  }

  .work-absolute-wrap {
    width: 40vw;
  }

  .servicies {
    padding-top: 75px;
  }

  .card-content-left {
    max-width: 100%;
    padding-left: 14px;
  }

  .card-content {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .sticky-card__image.is--three {
    height: 650px;
  }

  .card-content-right {
    max-width: 50%;
  }

  .heading__two {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    font-size: 2.2em;
  }

  .section__swipe {
    margin-top: -136px;
  }

  .btn {
    flex: none;
  }

  .class-image-container {
    margin-top: 45px;
  }

  .rimage.left, .rimage.mid, .rimage.right {
    height: 365px;
  }

  .overflow-wrapper {
    flex: none;
  }

  .heading__one.is-medium {
    font-size: 3.5em;
  }

  .why-grid-heading {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }

  .why-btn-wrapper {
    flex: none;
    justify-content: flex-start;
  }

  .why-heading-container {
    max-width: 80%;
    margin-left: 0;
  }

  .process-number {
    font-size: 4em;
  }

  .process-flex-item1 {
    max-width: 520px;
  }

  .why {
    padding-top: 3.3rem;
  }

  .process-flex-item3 {
    max-width: 520px;
    margin-top: 0;
  }

  .process-flex-items {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    align-items: flex-start;
  }

  .process-flex-item2 {
    max-width: 520px;
    margin-top: 0;
  }

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

  .blog {
    padding-bottom: 63px;
  }

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

  .blog-heading-container {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .instagram-wrapper {
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
    margin-top: -103px;
  }

  .footer-content {
    margin-top: 100px;
  }

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

  .made-with-webflow.left-margin {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .menu-wrapper {
    margin-bottom: 20px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr;
    padding-top: 42px;
  }

  .footer-container.footer {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 5px;
  }

  .left-copyright-flex {
    padding-left: 0;
  }

  .brand-2 {
    margin-right: 10px;
  }

  .footer-left {
    padding-bottom: 45px;
  }

  .facility-gradient-overlay {
    padding-left: 14px;
  }

  .gray-accent.is--two {
    padding-left: 18px;
  }

  .nav-menu-4 {
    height: auto;
    background-color: rgba(255, 255, 255, 0);
  }

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

  .image-4 {
    width: 50px;
  }

  .nav-list {
    padding-top: 0;
  }

  .header-2 {
    width: 100%;
  }

  .menu-line-wrapper {
    justify-content: space-around;
    align-items: stretch;
  }

  .header-left {
    justify-content: flex-start;
  }

  .navigation-bar {
    height: 102px;
  }

  .menu-button-display {
    margin-left: 0;
  }

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

  .link-nav {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    font-size: 15px;
    line-height: 18px;
    display: block;
  }

  .link-nav.max-width {
    width: 60px;
    margin-left: 30px;
  }

  .nav-link-5 {
    font-size: 30px;
    line-height: 48px;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .scroll-arrow-txt {
    font-size: .7rem;
  }

  .grid-6-columns.trusted-brands-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .trusted-brand-holder {
    align-items: flex-start;
  }
}

@media screen and (max-width: 767px) {
  .degree-grid {
    grid-template-columns: 1fr;
  }

  .degrees {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .tricks-slider_text {
    font-size: 9.9em;
  }

  .paragraph-normal {
    font-size: 18px;
    line-height: 28px;
  }

  .process-flex-item3 {
    margin-top: 0;
  }

  .process-flex-items {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .process-flex-item2 {
    margin-top: 0;
  }

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

  .instagram-wrapper {
    width: 100%;
  }

  .made-with-webflow.left-margin {
    margin: 5px 0;
  }

  .footer-grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr;
  }

  .footer-container.footer {
    border-top-right-radius: 0;
  }

  .nav-link-footer {
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 30px;
  }

  .left-copyright-flex {
    flex-direction: column;
    align-items: flex-start;
  }

  .left-copyright-flex.full {
    width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu-4 {
    width: 80%;
    min-width: 400px;
  }

  .sub-nav-list {
    margin-bottom: 0;
    padding-left: 30px;
  }

  .footer-social-links {
    margin-bottom: 24px;
    margin-right: -24px;
  }

  .nav-list {
    padding-left: 30px;
  }

  .header-left {
    justify-content: flex-start;
  }

  .menu-button-display.display.w--open {
    margin-left: 30px;
  }

  .nav-link-5 {
    font-size: 20px;
    line-height: 38px;
  }

  .brand-logo-wrapper {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    background-position: 0 0;
    background-size: cover;
    background-attachment: scroll;
  }

  .hero-wrapper {
    margin-top: 0;
    padding-top: 145px;
    padding-bottom: 108px;
  }

  .hero-container {
    max-width: 100%;
    padding-left: 12px;
  }

  .hero-content {
    max-width: 96%;
  }

  .heading {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading.is-medium {
    padding-bottom: 18px;
    font-size: 2.3em;
  }

  .heading.is-medium.is--facilities {
    padding-bottom: 0;
    font-size: 3em;
  }

  .heading.is-medium.is--gm {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    font-size: 2.2em;
  }

  .heading.is-medium.is--benefits {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #585858;
    text-align: center;
    flex-wrap: wrap;
    font-size: 3em;
  }

  .heading.is-medium.is--blog {
    font-size: 3em;
  }

  .heading.is--small {
    text-align: left;
    padding-bottom: 8px;
    font-size: 1.8em;
  }

  .heading.is--verysmall.is--one {
    font-size: 1.3em;
  }

  .heading.is--verysmall.is--two, .heading.is--verysmall.is--three {
    font-size: 1.1em;
  }

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

  .menu-button {
    border-style: none;
  }

  .video, .video-wrapper, .video-container {
    border-radius: 20px;
  }

  .background-video {
    padding-bottom: 90%;
  }

  .intro {
    background-color: rgba(41, 45, 47, 0);
  }

  .intro-wrapper {
    border-radius: 20px;
    padding-top: 67px;
    padding-bottom: 0;
  }

  .intro-wrapper.contact-page-wrapper {
    padding-bottom: 20px;
  }

  .intro-container {
    max-width: 100%;
  }

  .intro-heading-wrapper {
    max-width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .intro-heading {
    max-width: 100%;
    padding-top: 94px;
  }

  .degree-grid {
    width: 100%;
    min-height: auto;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    overflow: visible;
  }

  .degree-card {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .degree-card.is--one {
    width: 260px;
    max-width: 100%;
    min-width: 260px;
    flex: none;
  }

  .degree-card.is--two {
    width: 260px;
    min-width: 260px;
  }

  .degree-card.is--three, .degree-card.is--four {
    width: 260px;
    min-width: 260px;
    border-top-style: none;
  }

  .degrees {
    width: 100%;
    max-width: 100%;
    min-width: 100%;
    flex-direction: row;
    padding: 35px 0% 0;
    overflow: visible;
  }

  .degree-container {
    width: 100%;
    height: 100%;
    max-width: 100%;
    min-height: 100%;
    min-width: 100%;
    display: block;
    overflow: visible;
  }

  .paragraph {
    font-size: 1.2em;
  }

  .paragraph.is--small {
    font-size: 1.1em;
  }

  .paragraph.is--facilties {
    font-size: 1.2em;
  }

  .paragraph.is--black.is--center {
    max-width: 92%;
  }

  .paragraph.is--black.is--facilities {
    max-width: 80%;
    font-size: 1.2em;
  }

  .paragraph.is--black.is--benefits {
    color: #494949;
    text-align: center;
  }

  .paragraph.is--black.is--blog {
    text-align: center;
  }

  .paragraph.is--hero {
    text-align: left;
  }

  .paragraph.is--intro {
    font-size: 1.2em;
  }

  .inner-degree {
    width: 100%;
    height: 100%;
    min-height: 100%;
    min-width: 100%;
    flex-direction: column;
    flex: 0 auto;
    margin-right: 0;
    padding-bottom: 14px;
    padding-left: 0;
    display: block;
  }

  .inner-degree:hover {
    background-image: none;
  }

  .degree-content {
    flex-direction: column-reverse;
  }

  .degree-left {
    padding-bottom: 43px;
  }

  .degree-right {
    width: 100%;
    min-width: 100%;
  }

  .dates-wrapper {
    display: block;
    top: -27%;
  }

  .tricks-slider_slide {
    width: 135%;
    height: 60vh;
    max-height: 100vw;
    min-height: 45vh;
    margin-right: 3em;
  }

  .mission {
    padding-top: 55px;
  }

  .tricks-slider_text {
    text-align: left;
    font-size: 2em;
  }

  .container {
    min-height: 60vh;
    margin-top: 0;
    padding-top: 1.6em;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .mission-cotainer {
    max-width: 95%;
    padding-bottom: 13px;
  }

  .facilities-heading-container {
    max-width: 100%;
  }

  .facility-content {
    padding-bottom: 6px;
    padding-left: 16px;
  }

  .servicies {
    margin-top: 48px;
  }

  .sub-paragraph__two {
    text-align: center;
    font-size: 1.1em;
  }

  .card-content-left {
    max-width: 90%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .card-content {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-direction: column;
    padding-top: 32px;
  }

  .sticky-card__image.is--three {
    width: auto;
    height: auto;
    border-top-right-radius: 0;
    border-bottom-left-radius: 16px;
    flex: 0 auto;
  }

  .card-content-right {
    max-width: 100%;
  }

  .heading__two {
    text-align: center;
    font-size: 2em;
  }

  .section__swipe {
    margin-top: -11px;
    padding-bottom: 0;
  }

  .btn.is--100 {
    padding-top: 26px;
    padding-bottom: 26px;
    font-size: 1.5em;
  }

  .icon {
    color: #fff;
  }

  .class-container {
    max-width: 100%;
  }

  .classes {
    max-width: 100%;
    padding-top: 83px;
    padding-bottom: 53px;
    overflow: hidden;
  }

  .div-block-8._2nd {
    width: 115px;
    height: 115px;
  }

  .class-image-container {
    width: 100%;
    height: auto;
    flex: 0 auto;
    margin-top: 0;
    padding-top: 340px;
    padding-bottom: 349px;
  }

  .rimage.left, .rimage.mid {
    width: 260px;
    height: 360px;
  }

  .rimage.right {
    width: 260px;
    height: 360px;
    object-fit: cover;
  }

  .text-block {
    font-size: 1.2em;
  }

  .type-container.is--one {
    right: -3%;
  }

  .type-container.is--two {
    top: auto;
    bottom: 4%;
    left: -2%;
    right: auto;
  }

  .type-container.is--three {
    top: auto;
    bottom: 1%;
    left: auto;
    right: -1%;
  }

  .type-container.is--four {
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .type__text {
    font-size: .9em;
  }

  .arroww-image {
    width: 18px;
  }

  .heading__one {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 3em;
  }

  .heading__one.is-medium {
    max-width: 83%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 18px;
    font-size: 3em;
  }

  .heading__one.is-medium.is--study {
    max-width: 100%;
  }

  .bar__image {
    margin-top: -65px;
    margin-bottom: 0;
  }

  .bar-image-container {
    margin-bottom: 0;
    padding-top: 11px;
    padding-bottom: 0;
  }

  .facts-wrapper {
    margin-bottom: 0;
  }

  .facts {
    padding-bottom: 0;
  }

  .why-grid-heading {
    flex-direction: column;
    justify-content: center;
    margin-bottom: 60px;
    padding-bottom: 0;
  }

  .why-heading-container {
    max-width: 100%;
    align-items: center;
    padding-bottom: 3px;
  }

  .process-number, .process-number.l {
    font-size: 3.6em;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-normal {
    text-align: left;
    font-size: 16px;
    line-height: 28px;
  }

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

  .process-flex-item1 {
    max-width: none;
  }

  .why {
    background-image: none;
    margin-top: 0;
    padding-top: 2.6rem;
  }

  .process-flex-item3, .process-flex-item2 {
    max-width: none;
  }

  .feature-content {
    margin-top: 0;
  }

  .feature {
    padding-top: 37px;
    padding-bottom: 47px;
  }

  .why-feature-grid {
    flex-direction: column;
    display: flex;
  }

  .line__gif {
    padding-top: 0;
    bottom: -9%;
  }

  .arrow__gif {
    margin-top: -5px;
    margin-left: 50px;
    top: -13%;
    left: 9%;
    transform: rotate(31deg);
  }

  .blog {
    padding-top: 73px;
  }

  .blog-thumbnail {
    width: 100%;
    height: 350px;
    flex: 0 auto;
    margin-bottom: 20px;
  }

  .blog-card {
    flex-direction: column;
    padding-right: 0;
  }

  .blog__title {
    text-align: center;
  }

  .blog-content-wrapper {
    width: 93%;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .btn-text {
    font-size: 1em;
  }

  .blog__cover-image {
    border-top-right-radius: 20px;
    border-bottom-left-radius: 0;
  }

  .blog-paragraph {
    max-width: 90%;
    text-align: center;
  }

  .blog-heading-container {
    max-width: 100%;
    align-items: center;
    padding-bottom: 3px;
  }

  .instagram-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer-content.for-footer {
    margin-top: 38px;
  }

  .made-with-webflow.left-margin {
    margin-left: 0;
  }

  .menu-wrapper {
    margin-bottom: -3px;
  }

  .coppyright-text {
    font-size: 11px;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .footer-container {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-container.footer {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    padding-top: 0;
  }

  .nav-link-footer {
    padding-top: 0;
    padding-bottom: 0;
    font-size: 27px;
  }

  .left-copyright-flex {
    flex-direction: column;
  }

  .brand-2 {
    margin-right: 0;
    padding-left: 0;
  }

  .footer-left {
    padding-bottom: 10px;
  }

  .facility-gradient-overlay {
    padding-bottom: 6px;
    padding-left: 16px;
  }

  .hero__join.is--nav {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gray-accent {
    background-image: linear-gradient(60deg, #858585, #a8a8a8);
    justify-content: flex-start;
    align-items: flex-start;
    line-height: 1em;
    display: block;
  }

  .gray-accent.sub-hero {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu-4 {
    width: 90%;
    min-width: 0;
    background-color: rgba(255, 255, 255, 0);
  }

  .sub-nav-list {
    padding-bottom: 0;
  }

  .image-4 {
    width: 120px;
    position: static;
  }

  .nav-left-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .nav-list-link {
    font-size: .9em;
    line-height: 28px;
  }

  .nav-list {
    margin-top: 29px;
  }

  .nav-inner__button {
    padding-left: 22px;
    padding-right: 22px;
    font-weight: 400;
  }

  .header-left {
    justify-content: flex-start;
    overflow: visible;
  }

  .navigation-bar {
    height: 76px;
    background-color: rgba(22, 25, 44, 0);
    border-bottom-style: none;
    padding-top: 0;
  }

  .menu-button-display.w--open, .menu-button-display.display.w--open {
    background-color: rgba(254, 248, 241, 0);
  }

  .link-nav {
    font-size: .8em;
    line-height: 20px;
  }

  .nav-link-5 {
    font-size: 23px;
  }

  .nav-inner-social {
    padding-left: 30px;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-arrow-txt {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .scroll-arrow-img {
    width: 20px;
  }

  .trusted-by-block-holder {
    margin-top: 0;
  }

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

  .grid-6-columns.trusted-brands-grid {
    grid-template-columns: 1fr;
    align-items: center;
    justify-items: center;
  }

  .trusted-brand-holder {
    align-items: center;
    margin-bottom: 1em;
  }

  .client-logo {
    max-width: 60%;
  }

  .html-embed {
    width: 270px;
  }
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150a1-4154892d {
  align-self: center;
  justify-self: center;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150f7-4154892d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150fc-4154892d {
  align-self: center;
  justify-self: start;
}

#w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc6e-4154892d, #w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc70-4154892d, #w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc74-4154892d, #w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc72-4154892d, #w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc76-4154892d, #w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc78-4154892d, #w-node-_9570d293-e974-f0e5-c53c-ae5794911fd0-4154892d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ebdfdbe-d96d-7e4a-1afc-2db24488e9d7-4154892d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_42089d48-14ef-a443-886b-3672b6277a4d-4154892d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91929a6a-43a0-5458-8644-d21a19ce41a9-4154892d {
  justify-self: start;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150a1-22c867c8 {
  align-self: center;
  justify-self: center;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150f7-22c867c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: end;
}

#w-node-ddd07fbc-f45e-eb9f-3e34-cd2110b150fc-22c867c8 {
  align-self: center;
  justify-self: start;
}

#w-node-_9570d293-e974-f0e5-c53c-ae5794911fd0-22c867c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4ebdfdbe-d96d-7e4a-1afc-2db24488e9d7-22c867c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
  justify-self: auto;
}

#w-node-_42089d48-14ef-a443-886b-3672b6277a4d-22c867c8, #w-node-_91929a6a-43a0-5458-8644-d21a19ce4195-22c867c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_91929a6a-43a0-5458-8644-d21a19ce41a9-22c867c8 {
  justify-self: start;
}

@media screen and (max-width: 479px) {
  #w-node-_48ca1eae-5ac1-3241-66cf-9a386410fc6e-4154892d {
    align-self: center;
    justify-self: center;
  }

  #w-node-_91929a6a-43a0-5458-8644-d21a19ce41a9-4154892d, #w-node-_91929a6a-43a0-5458-8644-d21a19ce41a9-22c867c8 {
    align-self: center;
    justify-self: start;
  }
}


@font-face {
  font-family: 'Sofia Pro';
  src: url('../fonts/Sofia-Pro-Regular-2.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Allura';
  src: url('../fonts/Allura-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Wide';
  src: url('../fonts/Agrandir-WideLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Grand';
  src: url('../fonts/agrandir-grand-heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir Grand';
  src: url('../fonts/Agrandir-GrandLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Agrandir';
  src: url('../fonts/Agrandir-TextBold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Suisseintl 2';
  src: url('../fonts/SuisseIntl-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}