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

body {
  color: #121212;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 35px;
  font-weight: 700;
  line-height: 54px;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 21px;
  font-weight: 700;
  line-height: 28px;
}

h4 {
  color: #939393;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

p {
  color: #939393;
  margin-top: 8px;
  margin-bottom: 1%;
  font-size: 16px;
  line-height: 24px;
}

a {
  color: #121212;
  text-decoration: none;
}

.button {
  background-color: #1e90ff;
  padding: 12px 24px;
  font-weight: 700;
}

.button.cc-geadient-pulm {
  background-image: linear-gradient(231deg, #764ba2, #667eea);
}

.button.cc-geadient-pulm.radius {
  background-image: linear-gradient(231deg, #764ba2, #667eea);
  transition: transform .2s;
}

.button.cc-geadient-pulm.radius:hover {
  transform: scale(1.05);
}

.button.radius {
  border-radius: 6px;
}

.section {
  width: 100%;
  max-width: 1440px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.section.inline {
  display: block;
}

.container {
  width: 100%;
  height: auto;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section-headline {
  flex-direction: row;
  padding-right: 8px;
  display: flex;
}

.text-headline {
  align-items: center;
  margin-left: 18px;
  display: flex;
}

.wraper {
  width: 100%;
  max-width: none;
  margin-top: 80px;
  padding-top: 0;
  position: static;
}

.divider {
  width: 100%;
  height: 1px;
  background-color: #f1f1f1;
  margin-top: 20px;
  margin-bottom: 20px;
}

.soacial-wrap {
  width: 70%;
}

.sticky-nav {
  z-index: 9999;
  background-color: #fff;
  padding: 16px 20px;
  position: static;
  top: 0;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}

.nav-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content max-content max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin: 0;
  padding: 0;
  display: grid;
}

.nav-logo-link {
  height: 60px;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.nav-link {
  color: #764ba2;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 0;
  font-weight: 700;
  text-decoration: none;
  display: block;
}

.nav-link:hover {
  text-decoration: none;
}

.logo {
  border-radius: 50%;
  position: relative;
}

.logo-text {
  color: #fff;
  margin-left: 10px;
}

.nav-wrap {
  width: 90%;
  max-width: none;
  align-self: center;
  padding-top: 0;
  position: static;
}

.container-home {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.footer {
  text-align: center;
  background-color: #121212;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 40px;
  display: flex;
}

.text-block {
  width: 600px;
  margin: 50px 60px 60px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.heading-2 {
  color: #121212;
}

.headline-wrap {
  margin-bottom: 20px;
}

.video-card-light {
  width: 100%;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  margin-bottom: 40px;
  padding-left: 0;
  transition: transform .2s;
  display: flex;
  box-shadow: 0 2px 4px rgba(18, 18, 18, .2);
}

.video-card-light:hover {
  box-shadow: 0 2px 4px rgba(18, 18, 18, .3);
}

.cc-purple {
  color: #5540fb;
}

.video-block-view {
  width: 70%;
  height: auto;
  background-image: url('../images/unreal.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0, 0 0;
  background-repeat: no-repeat, repeat, repeat;
  background-size: cover, auto, auto;
  background-attachment: scroll, scroll, scroll;
  border-radius: 0 8px 8px 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-block-view._1 {
  background-image: url('../images/WB_PREVIZ_LIMA_22-0000412_1WB_PREVIZ_LIMA_22 (0;00;04;12).jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.video-block-view._2 {
  background-image: url('../images/KZ_Long_Edit2-1-00-44-14.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._3 {
  background-image: url('../images/E_Matchups_reign_03a-0-00-00-21.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
}

.video-block-view._4 {
  background-image: url('../images/DAR_12140_Purpose_Video_WhyAndWhat_MASTER-0-01-06-18.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._5 {
  background-image: url('../images/padresthumb.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._6 {
  background-image: url('../images/S3_MASTERthumb-0-00-19-16.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._7 {
  background-image: url('../images/PRE_510_Clinical_Upates_21_JN_04-0024922_1PRE_510_Clinical_Upates_21_JN_04 (0;02;49;22).jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._8 {
  background-image: url('../images/sprite_N10b3_81-Comp-1v2-0-00-00-09.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._9 {
  background-image: url('../images/FINAL_COMPLETE-0000300.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._10 {
  background-image: url('../images/Mball_edit_008-0-00-09-00.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._11 {
  background-image: url('../images/FINAL_COMPLETE-0000300.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}

.video-block-view._12 {
  background-image: url('../images/underworld.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: cover, auto;
  background-attachment: scroll, scroll;
}

.video-block-view._13 {
  background-image: url('../images/Jnelson_unreal_engine_demo_v6-1-00-42-09.jpg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
}

.video-block-view._14 {
  background-image: url('../images/cnbcthumb.png'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg'), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%, 0 0, 50%;
  background-repeat: no-repeat, repeat, no-repeat;
  background-size: cover, auto, cover;
}

.button-2 {
  background-color: #f1f1f1;
  border-radius: 8px;
  padding: 23px 21px 23px 23px;
  display: inline-block;
}

.button-2.cc-gradient-pulm {
  background-image: linear-gradient(#667eea, #667eea 0%, #764ba2);
  transition: transform .2s, background-color .3s;
}

.button-2.cc-gradient-pulm:hover {
  background-image: linear-gradient(#667eea, #764ba2);
}

.button-2.cc-gradient-pulm {
  width: 80px;
  height: 80px;
  background-image: linear-gradient(#667eea, #667eea 0%, #764ba2);
  transition: transform .2s, background-color .3s;
}

.button-2.cc-gradient-pulm:hover {
  background-image: linear-gradient(#667eea, #764ba2);
  border-radius: 50%;
}

.button-gradien-complex {
  transition: transform .2s;
  display: flex;
  position: relative;
}

.button-gradien-complex:hover {
  transform: scale(1.05);
}

.play-icon {
  z-index: 7;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.side-pattern {
  z-index: -1;
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -5%;
  right: auto;
}

.content-h2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 40px;
  line-height: 1.1;
}

.instructor-image {
  width: 450px;
  height: 400px;
  border-radius: 300px;
}

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

.content-section {
  padding: 132px 3% 96px;
  position: relative;
}

.container-3 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.hero-paragraph {
  color: #111010;
  letter-spacing: -.03em;
  margin-bottom: 32px;
  font-weight: 700;
}

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

.bg-shape-80 {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-width: 80%;
  background-color: #faf3ff;
  border-top-right-radius: 35px;
  border-bottom-right-radius: 35px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.video-link {
  width: 82px;
  height: 82px;
  background-color: rgba(255, 255, 255, .25);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.bg-shape-40 {
  z-index: -1;
  width: 100%;
  height: 100%;
  max-height: 520px;
  max-width: 43%;
  background-color: #001a49;
  border-top-left-radius: 35px;
  border-bottom-left-radius: 35px;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
  box-shadow: 13px 30px 44px #818a8c;
}

.hero {
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: flex;
  position: relative;
}

.video-block {
  height: 100%;
  max-height: 420px;
  min-height: 400px;
  background-color: #edd5ff;
  background-image: url('../images/Jahil_DemoReel_2019_013-0-00-02-07.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 35px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  min-height: 58px;
  white-space: nowrap;
  background-image: linear-gradient(264deg, #cd10ff, #9f06ff);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 14px 48px;
  font-weight: 600;
  display: flex;
}

.button-5.button-space {
  margin-top: 32px;
}

.heading-4 {
  color: #001a49;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 68px;
  line-height: 1;
}

.title-tag {
  min-height: 38px;
  color: #9f06ff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #fff2e7;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-bottom: 38px;
  padding: 6px 25px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.side-pattern-right {
  z-index: -1;
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.content-section-2 {
  padding: 60px 3%;
  position: relative;
}

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.content-h2-2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 22px;
  font-size: 39px;
  line-height: 1.1;
}

.paragraph-3 {
  max-width: 650px;
}

.navigation {
  height: 96px;
  background-color: #fff;
  align-items: center;
  padding-left: 3%;
  padding-right: 3%;
  display: none;
}

.nav-link-2 {
  color: #001a49;
  letter-spacing: -.03em;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 600;
  transition: all .35s;
}

.nav-link-2:hover {
  color: #9f06ff;
}

.navigation-button-wrap {
  align-items: center;
  display: flex;
}

.navigation-container-full {
  width: 100%;
  height: 100%;
  max-width: 1200px;
  min-height: auto;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-menu {
  width: auto;
  height: 100%;
  color: #3f0a3d;
  align-items: center;
  display: flex;
}

.logo-2 {
  width: 160px;
}

.brand {
  margin-right: 20px;
}

.navigation-side-plain {
  align-items: center;
  display: flex;
}

.heading-5 {
  margin-top: 0;
}

.image-2 {
  max-width: 80px;
}

.lightbox-link {
  z-index: 7;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-area {
  max-height: 200px;
  max-width: 100%;
  min-height: 177px;
  min-width: 100%;
  color: #f97561;
  background-color: #fff;
  border: 1px solid #d0cccc;
  border-radius: 14px;
  margin-bottom: 0;
  padding: 23px 19px;
  font-size: 16px;
  line-height: 1.375em;
  transition: color .3s, border-color .3s;
}

.text-area:hover {
  border-color: #f97561;
}

.text-area:focus {
  color: #f97561;
  border-color: #f97561;
}

.text-area::-ms-input-placeholder {
  color: #817d7d;
}

.text-area::placeholder {
  color: #817d7d;
}

.input {
  min-height: 65px;
  color: #f97561;
  background-color: #fff;
  border: 1px solid #d0cccc;
  border-radius: 14px;
  margin-bottom: 0;
  padding-left: 19px;
  padding-right: 19px;
  font-size: 14px;
  line-height: 1.375em;
  transition: color .3s, border-color .3s;
}

.input:hover {
  border-color: #f97561;
}

.input:focus {
  color: #f97561;
  border-color: #f97561;
}

.input::-ms-input-placeholder {
  color: #817d7d;
}

.input::placeholder {
  color: #817d7d;
}

.success-message {
  color: #fff;
  text-align: center;
  background-color: #f97561;
  border-radius: 15px;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.375em;
}

.contact-wrapper {
  z-index: 3;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.button-primary {
  color: #fff;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #f97561;
  border-radius: 14px;
  padding: 26px 44px;
  font-weight: 600;
  line-height: 1.111em;
  transition: color .3s, transform .3s, background-color .3s;
  transform: translate3d(0, 0, .01px);
}

.button-primary:hover {
  color: #2c2524;
  background-color: #ffca0f;
  transform: translate3d(0, -4px, .01px);
}

.contact-link {
  color: #2c2524;
  align-items: center;
  font-weight: 600;
  line-height: 1.556em;
  text-decoration: none;
  display: flex;
}

.contact-link:hover {
  color: #f97561;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #fc4548;
  border-radius: 15px;
  align-self: stretch;
  padding: 20px;
  font-size: 16px;
  line-height: 1.375em;
}

.paragraph-4.contact {
  margin-bottom: 41px;
}

.contact-form {
  grid-column-gap: 27px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bg {
  position: absolute;
}

.bg.contact {
  min-height: 835px;
  background-color: #fffaf6;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.bg.corner-2 {
  z-index: 1;
  width: 50%;
  top: auto;
  bottom: -.1%;
  left: auto;
  right: 0%;
}

.bg.corners-mask {
  z-index: 2;
  min-height: 50%;
  top: auto;
  bottom: -.1%;
  left: 0%;
  right: 0%;
}

.bg.corner-1 {
  z-index: 1;
  width: 50%;
  top: auto;
  bottom: -.1%;
  left: 0%;
  right: auto;
}

.image-3.contact-link-icon {
  width: 41px;
  max-height: 41px;
  min-height: 41px;
  min-width: 41px;
  border-radius: 10000000px;
  margin-right: 16px;
}

.image-3.shape {
  position: absolute;
}

.image-3.shape.contact-2 {
  top: -78px;
  right: -55px;
}

.image-3.shape.contact-3 {
  bottom: -81px;
  right: 75px;
}

.image-3.shape.contact-1 {
  top: -76px;
  left: -71px;
}

.text-no-wrap {
  white-space: nowrap;
}

.field-label-extra-bold {
  font-weight: 800;
}

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

.section-2 {
  padding-top: 160px;
  padding-bottom: 160px;
}

.section-2.contact {
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.contact-links-grid {
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.card {
  background-color: #fff;
  border: 1px solid #e0dbdb;
  border-radius: 20px;
  overflow: hidden;
}

.card.contact {
  z-index: 1;
  min-height: 873px;
  align-items: center;
  padding: 66px 46px;
  display: flex;
  position: relative;
}

.container-default {
  max-width: 1257px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.contact-form-block {
  max-width: 100%;
  flex: 1;
  margin-bottom: 0;
}

.split-content.contact-right {
  width: 100%;
  max-width: 56%;
  position: relative;
}

.split-content.contact-left {
  z-index: 1;
  max-width: 436px;
  flex: 1;
  margin-right: 30px;
  position: relative;
}

.title.contact {
  margin-bottom: 12px;
}

.div-block-2 {
  border-radius: 14px;
  padding: 20px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}

.heading-6 {
  margin-top: 20px;
  display: none;
}

.grid-2 {
  grid-template-rows: auto;
}

.image-4, .image-5 {
  margin-bottom: 20px;
}

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

.image-6 {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-4 {
  padding: 40px 20px 60px;
}

@media screen and (min-width: 1920px) {
  .section-2 {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .section-2.contact {
    padding-top: 211px;
    padding-bottom: 228px;
  }
}

@media screen and (max-width: 991px) {
  .footer {
    padding-left: 20px;
    padding-right: 20px;
  }

  .side-pattern {
    left: -20%;
  }

  .hero-grid {
    grid-row-gap: 55px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .bg-shape-80 {
    width: 100%;
    max-width: 90%;
    border-top-right-radius: 90px;
  }

  .bg-shape-40 {
    display: none;
  }

  .hero {
    padding-top: 92px;
    padding-bottom: 92px;
  }

  .heading-4 {
    color: #001a49;
  }

  .nav-link-2 {
    width: 100%;
  }

  .navigation-container-full {
    min-height: auto;
    position: relative;
  }

  .menu-button-green {
    color: #001a49;
    border: 1px solid rgba(159, 6, 255, .07);
    border-radius: 100px;
  }

  .menu-button-green.w--open {
    background-color: #9f06ff;
    border-color: #9f06ff;
  }

  .nav-menu {
    height: auto;
    background-color: #fff;
  }

  .brand {
    margin-right: 16px;
    padding: 0;
  }

  .navigation-side-plain {
    align-items: center;
    display: flex;
  }

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

  .paragraph-4.contact {
    margin-bottom: 34px;
  }

  .bg.contact {
    min-height: 1200px;
  }

  .section-2 {
    padding-top: 128px;
    padding-bottom: 128px;
  }

  .section-2.contact {
    padding-top: 140px;
    padding-bottom: 146px;
  }

  .contact-links-grid {
    grid-row-gap: 20px;
  }

  .card.contact {
    min-height: 861px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .split-content.contact-left {
    margin-bottom: 80px;
    margin-right: 0;
  }

  .title.contact {
    margin-bottom: 10px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
    line-height: 41px;
  }

  .wraper {
    width: 90%;
  }

  .sticky-nav {
    position: relative;
  }

  .nav-grid {
    text-align: center;
    grid-template-columns: 1fr max-content;
  }

  .footer {
    padding: 40px 20px;
  }

  .text-block {
    margin: 20px 40px 40px 20px;
  }

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

  .video-block-view {
    width: 100%;
  }

  .list-item, .list-item-2 {
    display: none;
  }

  .side-pattern {
    left: -35%;
  }

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

  .hero {
    padding-bottom: 60px;
  }

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

  .navigation-button-wrap {
    display: none;
  }

  .navigation-side-plain {
    width: 100%;
    justify-content: space-between;
  }

  .button-primary {
    padding-left: 30px;
    padding-right: 30px;
  }

  .paragraph-4.contact {
    margin-bottom: 28px;
  }

  .contact-form {
    grid-template-columns: minmax(100%, 100%);
  }

  .bg.contact {
    min-height: 1600px;
  }

  .image-3.shape.contact-2 {
    top: -67px;
    right: -46px;
  }

  .image-3.shape.contact-3 {
    bottom: -71px;
    right: 40px;
  }

  .image-3.shape.contact-1 {
    top: -68px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-2.contact {
    padding-top: 130px;
    padding-bottom: 116px;
  }

  .card.contact {
    min-height: 1258px;
    padding: 50px 35px;
  }

  .split-content.contact-left {
    margin-bottom: 70px;
  }

  .title.contact {
    margin-bottom: 6px;
  }
}

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

  .soacial-wrap {
    width: 100%;
  }

  .sticky-nav {
    padding: 0;
    display: flex;
  }

  .nav-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 60px;
    grid-template-columns: 1.5fr 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
  }

  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }

  .nav-logo-link.w--current {
    height: 60px;
    display: flex;
  }

  .nav-link {
    border-top: 1px solid #c4c4c4;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .nav-wrap {
    width: 95%;
  }

  .footer {
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block {
    width: auto;
    margin-right: 20px;
  }

  .heading-2 {
    text-align: left;
    font-size: 15px;
    line-height: 20px;
  }

  .video-card-light {
    flex-direction: column;
  }

  .video-block-view {
    height: 240px;
    order: -1;
  }

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

  .button-5.button-space {
    border: 1px solid #000;
  }

  .heading-4 {
    font-size: 48px;
    line-height: 1.1;
  }

  .paragraph-3 {
    color: #000;
  }

  .text-area, .input {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary {
    padding: 22px 20px;
    display: block;
  }

  .contact-link {
    flex-wrap: wrap;
    margin-bottom: -4px;
    font-size: 16px;
  }

  .paragraph-4.contact {
    margin-bottom: 23px;
  }

  .contact-form {
    grid-row-gap: 35px;
  }

  .contact-link-text {
    margin-bottom: 4px;
  }

  .bg.contact {
    min-height: 1500px;
  }

  .image-3.contact-link-icon {
    width: 34px;
    max-height: 34px;
    min-height: 34px;
    min-width: 34px;
    margin-bottom: 4px;
    margin-right: 10px;
  }

  .image-3.shape.contact-2 {
    top: -52px;
    right: -36px;
  }

  .image-3.shape.contact-3 {
    bottom: -50px;
    right: -32px;
  }

  .image-3.shape.contact-1 {
    top: -68px;
    left: -96px;
  }

  .section-2 {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section-2.contact {
    padding-top: 120px;
    padding-bottom: 93px;
  }

  .card.contact {
    min-height: 1172px;
    padding: 42px 25px;
  }

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

  .split-content.contact-left {
    margin-bottom: 60px;
  }

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

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

#w-node-_22f4807a-f4c6-d05b-e204-4b920b2c989a-4622ebf2, #w-node-_32d61332-c663-d2da-5cee-181ae6fc97bf-4622ebf2 {
  align-self: center;
}

#w-node-_32d61332-c663-d2da-5cee-181ae6fc97c4-4622ebf2 {
  align-self: center;
  justify-self: center;
}

#w-node-_10e37ee4-7199-5f69-3038-8aa4e0d7eaaa-4622ebf2, #w-node-_6087c0cf-eef5-c2eb-0312-a6e77db64fea-4622ebf2, #w-node-b07387e0-52c3-6de7-4e22-162c3060c53c-4622ebf2, #w-node-_0ce1b77e-a2cc-0994-8906-9d33ae2ce36c-4622ebf2, #w-node-_60d741dc-e7de-af4f-15a7-804284eeb0d5-4622ebf2, #w-node-ad5d169d-61df-7b68-66e9-90b59270af9e-4622ebf2, #w-node-fe066007-bbe0-0042-7189-39138ca1caa7-4622ebf2, #w-node-_525f60ea-8090-ce4b-b1c1-d6e45dfdb8bf-4622ebf2, #w-node-d5d9cdd6-4ea0-39a0-a5d1-953f5b1b3069-4622ebf2, #w-node-_8d6706f4-1965-2eaf-f529-4cbb07473afd-4622ebf2, #w-node-b98e3187-1ae3-4a21-21d2-7616eda43211-4622ebf2, #w-node-_12cfeda2-30bb-02d2-766f-03cd72f3dec6-4622ebf2, #w-node-a61d90f7-8e9f-7fa9-f47b-694bf454d492-4622ebf2, #w-node-_7b420945-f5c7-7b11-2726-cd7e14631bfc-4622ebf2, #w-node-c48e37fb-4636-c20f-127c-5f586119fac6-4622ebf2, #w-node-_1f36c1d6-320f-0bc1-48c0-b44eb2d46b80-4622ebf2, #w-node-_61d0b199-d161-c275-7961-d1e364855840-4622ebf2, #w-node-c3c6c03f-ffce-40a4-8098-8b5e2b492624-4622ebf2, #w-node-_5766fc23-acf8-9900-5504-bc7e472d43e2-4622ebf2, #w-node-a7441bb2-bf49-24ce-b1ab-f2b2a525ad74-4622ebf2, #w-node-d3ff6929-82df-7c54-3a8c-184a06d21a3e-4622ebf2, #w-node-_34a7fd1e-b971-0431-2056-48992f8d3de9-4622ebf2, #w-node-_8aad6d02-7a6f-c1a5-3e29-6833f02cd212-4622ebf2, #w-node-_6037cd78-3ebf-6863-112b-96b748d87aac-4622ebf2, #w-node-f87b880f-61fc-c281-33b8-155719ce607f-4622ebf2, #w-node-_043dcd7a-04c1-cfdc-3dff-c9512173e8bf-4622ebf2, #w-node-_587cdfac-debf-a67b-1ba2-34d5055f13a4-4622ebf2, #w-node-_1efd4fd1-e3df-1909-d6fe-ceaf7e42b655-4622ebf2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe55-a645fe51 {
  justify-self: start;
}

#w-node-_2c6c62ae-b0da-14fc-a593-8b27e1a56330-4622ebf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2c6c62ae-b0da-14fc-a593-8b27e1a56334-4622ebf4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe63-a645fe51 {
    order: 9999;
  }

  #w-node-_2c6c62ae-b0da-14fc-a593-8b27e1a56330-4622ebf4, #w-node-_2c6c62ae-b0da-14fc-a593-8b27e1a56334-4622ebf4 {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe55-a645fe51 {
    justify-self: start;
  }

  #w-node-_3dc044a7-57a7-f688-1ac0-5a35a645fe63-a645fe51 {
    justify-self: end;
  }

  #w-node-_2c6c62ae-b0da-14fc-a593-8b27e1a56334-4622ebf4 {
    justify-self: stretch;
  }
}


