@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Poppins;
  src: url('../fonts/Poppins-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserratalternates;
  src: url('../fonts/MontserratAlternates-ExtraBold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Montserratalternates;
  src: url('../fonts/MontserratAlternates-ExtraBold.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: white;
  --depaul-blue: #0057b7;
  --light-gray: #dbdbdb;
  --text-black: #333;
  --smc-blue: #005db8;
  --dim-grey: #5c5c5c;
  --depaul-red: #af272f;
  --hover-blue: #034d96;
  --deep-sky-blue: #00a9e0;
  --smc-yellow: #f3d03e;
  --unibuddy-blue: #004c98;
  --mapbg: #aad3df;
  --edu-blue: #0931f9;
  --dark-gray: #585353;
  --medium-gray: #b3b3b3;
  --focused-yellow: #e5c961;
  --light-cyan: #d4eff8;
  --deep-sky-blue-2: #43c9f5;
  --sky-blue: #8ee3ff;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 1.6;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.7em;
  font-weight: 700;
  line-height: 1.4;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.3em;
  font-weight: 700;
  line-height: 1.4;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.7em;
  font-weight: 700;
  line-height: 1.4;
}

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .85em;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
}

a {
  font-size: 1em;
  text-decoration: none;
}

blockquote {
  border-left: .4em solid #e2e2e2;
  margin-bottom: 1em;
  padding: 1em 2em;
  font-size: 140%;
  line-height: 1.6;
}

.html {
  width: 0;
  height: 0;
  position: absolute;
  inset: 0% 0% auto;
  overflow: hidden;
}

.section {
  width: 100%;
}

.section.map1 {
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: absolute;
}

.section.map-location {
  z-index: 3;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: 104vh;
  padding-top: 0;
  display: flex;
  position: relative;
  inset: 0%;
}

.section.locations-intro {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 0;
  display: flex;
}

.section.who_1 {
  flex: none;
  width: 75%;
  height: 28em;
  margin-top: 0;
  position: fixed;
  inset: 0% 25% auto 0%;
}

.section.who_2 {
  z-index: 2;
  background-color: #fff;
  margin-top: 28em;
  padding-top: 6em;
  padding-bottom: 10em;
  position: relative;
}

.section.why_1 {
  flex: none;
  width: 100%;
  height: 35em;
  margin-top: 0;
  position: static;
  inset: 0% 25% auto 0%;
}

.section.why_2 {
  z-index: 2;
  background-color: #fff;
  margin-top: 0;
  padding-top: 6em;
  padding-bottom: 10em;
  position: static;
}

.section.products_1 {
  height: 29em;
}

.section.products_2 {
  flex-flow: column;
  padding-top: 4em;
  padding-bottom: 12em;
  display: flex;
}

.section.edu_1 {
  flex: none;
  width: 75%;
  height: 30em;
  position: fixed;
}

.section.edu_2 {
  z-index: 2;
  background-color: #fff;
  flex-flow: column;
  margin-top: 30em;
  padding-top: 4em;
  padding-bottom: 12em;
  display: flex;
  position: relative;
}

.section.lb_1-copy {
  z-index: 1;
  flex: none;
  width: 75%;
  height: 30em;
  position: fixed;
}

.section.lb_2 {
  z-index: 3;
  background-color: #fff;
  flex-flow: column;
  margin-top: 30em;
  padding-top: 6em;
  padding-bottom: 6em;
  display: flex;
  position: relative;
}

.section.examples_2 {
  padding-top: 4em;
  padding-bottom: 0;
}

.section.lb-2 {
  z-index: 3;
  background-color: #beff64;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.lb_4, .section.lb_5 {
  z-index: 3;
  background-color: #fff;
  padding-top: 8em;
  padding-bottom: 8em;
  position: relative;
}

.section.lb_6 {
  z-index: 3;
  background-color: #beff64;
  padding-top: 8em;
  padding-bottom: 12em;
  position: relative;
}

.main {
  z-index: 500;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 75vw;
  min-width: 75vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.main.body {
  background-color: var(--white);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 75vw;
  height: auto;
  min-height: 100%;
  padding-bottom: 0;
  position: relative;
}

.main.body.state-main {
  bottom: 3em;
}

.quicklinks_list {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-left: 3em;
  padding-right: 3em;
  display: flex;
}

.quicklinks_li {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.quicklinks_li:hover {
  border-bottom: 1px none var(--light-gray);
  background-color: #0000;
}

.quicklinks_li:focus {
  background-color: #0000;
}

.quicklinks_li:focus-visible, .quicklinks_li[data-wf-focus-visible] {
  border: 2px #ec1313;
}

.quicklink {
  color: var(--depaul-blue);
  text-align: center;
  padding: .5em;
  font-size: 1.1em;
  font-weight: 700;
  line-height: 1.4;
  overflow: auto;
}

.quicklink:hover {
  text-decoration: underline;
}

.quicklink.home {
  color: var(--text-black);
  font-family: Open Sans, sans-serif;
  font-size: .9em;
  font-weight: 700;
}

.skiplink_a {
  opacity: 1;
  color: var(--depaul-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.skiplink_a:focus-visible, .skiplink_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.skiplink_a.w--current {
  background-color: var(--white);
  color: var(--depaul-blue);
  text-align: left;
}

.img_contain {
  object-fit: contain;
  width: 100%;
  height: auto;
  display: block;
}

.social_wrapper {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4.1em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.nav_list {
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  max-height: 80%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-left: 0;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.nav_li {
  text-align: left;
  min-height: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: .5em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  font-weight: 700;
  overflow: visible;
}

.nav_li.sub {
  border: 1px #000;
  border-left: 1px dashed #beff64;
  margin-left: .5em;
  padding-left: 1.8em;
}

.nav_li.disabled {
  display: none;
}

.my-container {
  z-index: 1;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  height: auto;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.my-container.city {
  margin-top: 2em;
  padding-bottom: 0;
}

.my-container.city.top5 {
  width: 80%;
}

.my-container.home {
  flex-direction: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 96vh;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  position: relative;
}

.my-container.unibuddy {
  background-color: #0000;
  margin-top: 2em;
  margin-bottom: 10em;
  padding-top: 0;
}

.my-container.home-subscribe {
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  margin-bottom: auto;
  padding-top: 0;
  position: relative;
}

.welcome {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 63%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  position: relative;
}

.img_cover {
  border: 4px none var(--white);
  opacity: 1;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  height: 100%;
  position: static;
}

.img_cover.map-base {
  object-fit: cover;
  object-position: 50% 50%;
}

.img_cover.from-btm {
  object-position: 50% 100%;
}

.img_cover.from-top {
  object-position: 50% 0%;
}

.img_cover.who {
  object-position: 0% 100%;
  flex: none;
}

.img_cover.from-rt {
  object-position: 100% 50%;
}

.social_embed {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.social_embed:hover {
  border: 1px none var(--white);
}

.social_link {
  border: 1px #000;
  border-radius: 50%;
  width: 2em;
  height: 2em;
  margin-right: 0;
}

.social_link:hover {
  border: 2px solid var(--white);
}

.social_link.disabled {
  display: none;
}

.lang_menu {
  z-index: 200;
  opacity: 0;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 3em;
  margin-top: 0;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 0;
  display: flex;
  position: relative;
  bottom: 0;
}

.lang_link {
  color: var(--white);
  text-shadow: 1px 1px 2px var(--smc-blue);
  margin-right: 1em;
  font-family: Gotham;
  font-style: normal;
  font-weight: 500;
  text-decoration: underline;
}

.lang_text {
  color: var(--white);
  text-shadow: 1px 1px 6px var(--smc-blue);
  margin-right: 1em;
  font-family: Gotham;
  font-size: 1em;
  font-weight: 400;
}

.skiplink_wrapper {
  z-index: 550;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  position: fixed;
  right: 25vw;
}

.select-lang_wrapper {
  z-index: 550;
  background-color: #0000;
  margin-top: 7.8em;
  margin-right: 3em;
  padding-top: .5em;
  padding-bottom: .5em;
  display: none;
  position: fixed;
  right: 37.2vw;
}

.select-lang_a {
  background-color: var(--white);
  opacity: 1;
  color: var(--depaul-blue);
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: -200%;
  margin-left: 0%;
  padding: .5em;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.4;
  display: flex;
}

.select-lang_a:focus-visible, .select-lang_a[data-wf-focus-visible] {
  border: 1px solid var(--white);
  opacity: 1;
  margin-top: 0%;
  margin-left: 0%;
  font-style: italic;
  font-weight: 400;
}

.select-lang_a.w--current {
  color: var(--white);
  text-align: left;
}

.page-nav_wrapper {
  z-index: 450;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-right: 0;
  display: flex;
  position: static;
  right: 25vw;
}

.nav-back {
  cursor: pointer;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  display: flex;
}

.nav-back:hover {
  background-color: #0000;
  border: 3px solid #ebb607;
}

.nav-back:focus-visible, .nav-back[data-wf-focus-visible] {
  background-color: var(--text-black);
  border: 3px solid #ebb607;
}

.nav-back.w--current {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.nav-back.disabled {
  cursor: not-allowed;
  background-color: #0000;
  border-radius: 50px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  display: flex;
}

.nav-back.disabled:hover {
  background-color: #0000;
}

.nav-next {
  cursor: auto;
  background-color: #0000;
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2em;
  height: 2.2em;
  padding: 0;
  display: flex;
}

.nav-next:hover {
  background-color: #0000;
  border: 3px solid #ebb607;
  flex: none;
  padding: 0;
}

.nav-next:focus-visible, .nav-next[data-wf-focus-visible] {
  background-color: #0000;
  border: 3px solid #ebb607;
}

.nav-next.disabled {
  cursor: not-allowed;
}

.html-embed {
  width: 100%;
  height: 100%;
  padding-top: .25em;
  padding-bottom: .25em;
}

.footer_wrapper {
  z-index: 550;
  background-color: var(--light-gray);
  justify-content: center;
  width: 75vw;
  height: 3em;
  display: flex;
  position: fixed;
  bottom: 0;
  left: 0;
}

.modal-component {
  z-index: 500;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-component.subscribe {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: static;
}

.modal-component.play-welcome {
  z-index: 550;
  display: none;
  position: static;
  top: auto;
  bottom: auto;
  right: auto;
}

.modal-component.profile {
  z-index: auto;
  inset: auto auto 2em;
}

.modal-component.unibud {
  position: relative;
  inset: auto 0% 0% auto;
}

.modal-component.play-welcome {
  z-index: auto;
  z-index: auto;
  align-items: center;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  right: auto;
}

.modal-component.play-welcome.video-container.absolute {
  justify-content: center;
  position: absolute;
  inset: 0%;
}

.button {
  background-color: #4353ff;
  padding: 16px 24px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition-property: none;
}

.button.modal-open_btn {
  background-color: var(--depaul-red);
  padding: 1em 3em;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
}

.button.modal-open_btn.play-welcome {
  background-color: var(--depaul-blue);
  border-radius: .5em;
  padding: .5em 3em;
  font-size: 1.7em;
  font-weight: 700;
  box-shadow: 1px 1px 12px #00000040;
}

.button.modal-open_btn.play-welcome:hover, .button.modal-open_btn.play-welcome:focus {
  background-color: var(--depaul-red);
}

.button.modal-open_btn2 {
  background-color: var(--depaul-red);
  padding: 1em 3em;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  background-color: var(--white);
  color: var(--text-black);
  font-family: "Gotham 0";
  font-size: 1em;
}

.button.modal-open_btn2.subscribe:hover, .button.modal-open_btn2.subscribe:focus {
  background-color: var(--white);
}

.button.modal-open_btn2.subscribe-home {
  color: #1b4079;
  background-color: #fff;
  background-image: linear-gradient(315deg, #10b929, #beff64);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserratalternates, Arial, sans-serif;
  font-size: 1em;
  display: flex;
}

.button.modal-open_btn2.subscribe-home:hover, .button.modal-open_btn2.subscribe-home:focus {
  background-color: var(--white);
  border: 2px solid #ebb607;
}

.button.subscribe {
  background-color: var(--depaul-red);
  margin-top: 0;
  font-family: urw-din-semi-condensed;
  font-size: 1em;
  font-weight: 700;
}

.button.modal-open_btn {
  background-color: var(--depaul-blue);
  border-radius: .5em;
}

.button.modal-open_btn.profile {
  background-color: var(--smc-blue);
  font-family: "Gotham 0";
  display: none;
}

.button.modal-open_btn.profile:hover {
  background-color: var(--hover-blue);
  font-family: "Gotham 0";
  font-weight: 700;
}

.button.modal-open_btn.unibud {
  background-color: var(--text-black);
  color: var(--white);
  text-transform: uppercase;
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  padding: 1.2em 2.5em 1.2em 1.5em;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
  font-weight: 700;
  display: flex;
}

.button.modal-open_btn {
  background-color: #af272f;
  padding: 1em 3em;
  font-size: 1em;
}

.button.modal-open_btn.play-welcome {
  z-index: auto;
  color: #f1c500;
  text-align: center;
  background-color: #0000;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding: 0 0 0 .125em;
  font-size: 3.4em;
  font-weight: 700;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 12px #00000021;
}

.button.modal-open_btn.play-welcome:hover, .button.modal-open_btn.play-welcome:focus {
  color: #009087;
  background-color: #0000;
  border: 1px #46166b;
}

.button.modal-open_btn.play-welcome.play-button {
  background-color: var(--white);
  flex: none;
}

.button.modal-open_btn.play-welcome.play-button:hover {
  color: var(--deep-sky-blue);
  border-style: none;
  border-color: #0000;
}

.button.modal-open_btn.play-welcome.play-button:focus {
  color: var(--deep-sky-blue);
  border-color: #0000;
}

.button.modal-open_btn.play-welcome.play-button {
  color: var(--dim-grey);
  font-size: 2.5em;
}

.button.modal-open_btn.play-welcome.play-button:hover {
  color: var(--text-black);
}

.button.modal-open_btn2 {
  background-color: #af272f;
  padding: 1em 3em;
  font-size: 1em;
}

.button.modal-open_btn2.subscribe {
  color: #1b4079;
  background-color: #fff;
  background-image: linear-gradient(309deg, #10b929, #beff64);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  font-family: Montserratalternates, Arial, sans-serif;
  font-size: 1em;
  font-weight: 700;
  display: flex;
}

.button.modal-open_btn2.subscribe:hover, .button.modal-open_btn2.subscribe:focus {
  background-color: #fff;
  border: 2px solid #ebb607;
}

.modal-wrapper {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper.play-welcome {
  width: 75vw;
  display: none;
}

.modal-wrapper.subscribe-home {
  flex: none;
  width: 75vw;
  height: 100vh;
  padding-top: 0;
  display: none;
  inset: 0%;
  overflow: auto;
}

.modal-wrapper.subscribe-home.fixed {
  background-image: linear-gradient(315deg, #10b929, #0931f9);
  display: flex;
}

.modal-wrapper.profile {
  z-index: 100005;
  display: none;
  right: 25em;
  overflow: auto;
}

.modal-wrapper.play-welcome {
  width: 75vw;
  height: 100vh;
  display: none;
}

.modal-wrapper.play-welcome.sl {
  z-index: 2;
  display: none;
}

.modal-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 1em;
  width: 85%;
  max-width: 600px;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: hidden;
}

.modal-container.profile {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  align-items: center;
  margin-top: 16vh;
  display: flex;
}

.modal-container.unibud {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13vh;
  display: flex;
}

.modal-container.subscribe-home {
  border-radius: 1em;
  width: 70%;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
}

.modal-container.play-welcome {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  height: 65%;
  margin-top: 18vh;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.modal-container.play-welcome.sl {
  z-index: 3;
  align-items: center;
  width: 80%;
  max-width: 900px;
  height: 60vh;
  max-height: 60vh;
  margin-top: 16vh;
  padding-top: 0;
}

.modal-container.subscribe-home {
  border-radius: 1em;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
  overflow: auto;
}

.modal-close_btn {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn:hover {
  color: #444;
}

.sr-only {
  white-space: nowrap;
  border: 0 solid #0000;
  width: 1px;
  height: 1px;
  margin-top: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.modal-close_area {
  justify-content: center;
  align-items: center;
  position: fixed;
  inset: 0;
}

.nav-menu {
  flex-direction: column;
  align-items: center;
  width: 80%;
  max-height: 75vh;
  margin-top: 2em;
  margin-bottom: auto;
  padding-left: 2em;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  display: flex;
  overflow: auto;
}

.menu-button-2 {
  display: none;
}

.menu-button-2.w--open {
  background-color: #0000;
}

.navbar {
  background-color: var(--dim-grey);
  background-image: linear-gradient(90deg, #0931f9, #1b4079);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 25vw;
  min-width: 25vw;
  height: 100vh;
  padding: 2em 1.5em 0;
  font-size: 1em;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
  box-shadow: 1px 1px 20px #3333338a;
}

.nav-container {
  color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  font-family: urw-din-semi-condensed;
  display: flex;
  overflow: auto;
}

.contents_title-2 {
  outline-offset: 0px;
  text-transform: none;
  border: 1px #fff;
  border-bottom-width: 2px;
  outline: 3px #fff;
  justify-content: flex-start;
  align-items: center;
  width: 95%;
  margin: .5em auto 1em;
  padding-top: .5em;
  padding-bottom: .1em;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.2em;
  font-style: normal;
  font-weight: 400;
  display: flex;
}

.nav_link-2 {
  color: #fff;
  text-align: left;
  font-family: Poppins, Arial, sans-serif;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: underline;
}

.nav_link-2:hover {
  border-style: none none none solid;
  border-width: 1px;
  border-color: black black black var(--white);
  padding-left: 1em;
  font-style: normal;
  font-weight: 600;
  text-decoration: underline;
}

.nav_link-2:focus-visible, .nav_link-2[data-wf-focus-visible] {
  font-weight: 700;
}

.nav_link-2.w--current {
  border-left: 1px solid #fff;
  padding-left: 1em;
  font-size: 1em;
  font-weight: 700;
}

.ql_bar {
  z-index: 700;
  background-color: var(--white);
  border-radius: 1em;
  justify-content: space-between;
  align-items: center;
  width: auto;
  height: auto;
  margin-left: 0;
  padding: .5em 1em;
  display: flex;
  position: fixed;
  top: 2em;
  left: auto;
  right: 36%;
  box-shadow: 1px 1px 12px #0000003d;
}

.ql_menu {
  width: 80%;
}

.ql_menu-button {
  display: none;
}

.nav_logo {
  width: 100%;
}

.hero {
  object-position: 50% 0%;
  background-color: #0000;
  width: 100%;
  height: 28.3em;
}

.hero._28em {
  height: 28em;
}

.hero._28em.relative {
  height: 32.7em;
  position: relative;
}

.hero.video {
  height: 80vh;
  position: relative;
}

.hero.video.city {
  height: 70vh;
}

.hero.video.city.fixed {
  background-color: #0000;
  height: 90vh;
}

.hero.video.state {
  z-index: 5;
  background-color: #0000;
  height: 90vh;
  display: flex;
}

.hero.relative {
  position: relative;
}

.title {
  width: 100%;
}

.title._1col {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 2em;
  padding-top: 1em;
  padding-bottom: 2em;
  display: flex;
}

.title.state {
  z-index: 5;
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin: 0 0;
  display: flex;
  position: relative;
}

.title.city {
  width: 80%;
  margin: 4em auto;
  display: flex;
}

.smc_p {
  text-align: left;
  font-family: Gothambook;
  font-size: 1.1em;
  font-weight: 500;
  line-height: 1.4;
}

.smc_p._1-2em {
  text-align: left;
  width: auto;
  font-family: Gothambook;
  font-size: 1.2em;
  font-weight: 500;
}

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

.smc_p.centered.unibuddy {
  width: 80%;
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.4em;
}

.smc_p.unibuddy.name {
  margin-top: 1em;
  font-family: "Gotham 0";
  font-size: 1.6em;
  font-weight: 400;
}

.smc_p.unibuddy._1-3 {
  margin-top: .7em;
  font-size: 1.3em;
}

.smc_p.unibuddy._1-3.bottom {
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1em;
}

.smc_h2 {
  color: var(--white);
  text-align: left;
  text-transform: none;
  padding: .5em;
  font-family: Gotham;
  font-size: 2em;
  font-weight: 400;
  line-height: 1.1;
}

.smc_h2.unibuddy {
  text-align: center;
  text-transform: none;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  font-family: Gotham;
  font-size: 1.7em;
  line-height: 1.3;
}

.mobile-social_bar {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--depaul-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 3em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.mobile-social {
  z-index: 201;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--depaul-blue);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 25vw;
  height: 4.1em;
  margin-top: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: .5em;
  padding-bottom: .5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.dp_h3 {
  color: var(--depaul-blue);
  text-align: left;
  font-family: Gotham;
  font-size: 1.8em;
  line-height: 1.1;
}

.dp_h3.top10 {
  font-size: 1.4em;
}

.bg {
  z-index: 0;
  background-color: #0000;
  position: fixed;
  inset: 0%;
}

.bg.home {
  background-color: #0000;
  background-image: linear-gradient(298deg, #10b929, #0931f9);
  display: block;
  right: 25vw;
}

.community {
  width: 80%;
  margin-top: 3em;
  margin-bottom: 4em;
}

.profile_block {
  height: 44em;
  position: relative;
}

.profile_base {
  background-color: var(--white);
  border-radius: .5em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  margin-top: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
  box-shadow: 1px 1px 3px #0003;
}

.profile_img {
  outline-color: var(--white);
  outline-offset: 0px;
  border: 1px #000;
  border-radius: 50%;
  outline-width: 4px;
  outline-style: solid;
  width: 6em;
  height: 6em;
  margin-top: -2.4em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.community-grid {
  grid-row-gap: 3em;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
}

.testimonial_img {
  width: auto;
  min-width: 30%;
  max-width: 30%;
}

.unibuddy_wrapper {
  align-items: stretch;
  width: auto;
  height: 3.8em;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.unibuddy_wrapper:hover {
  box-shadow: 1px 1px 7px #00000091;
}

.unibuddy_wrapper:focus {
  width: 4.4em;
  box-shadow: 1px 1px 7px #00000091;
}

.modal-wrapper-2 {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0 25vw 0 0;
  overflow: auto;
}

.modal-wrapper-2.initial {
  display: none;
}

.text-span-4 {
  font-weight: 400;
}

.unibud-img_wrapper {
  width: 4em;
  height: 100%;
}

.unibuddy-logo {
  width: 40%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
}

.background-video {
  width: 100%;
  height: 100%;
}

.overlay-title {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-title.state {
  justify-content: flex-end;
  height: 10em;
  top: auto;
  bottom: 10.6em;
}

.steps-left {
  flex: 0 auto;
  align-self: auto;
  width: 29%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  position: static;
  top: 100px;
}

.steps-left.top5 {
  width: 40%;
}

.left-content {
  background-color: var(--smc-blue);
  border-radius: 1em;
  height: auto;
  position: sticky;
  top: 22%;
  box-shadow: 1px 1px 7px #0000004a;
}

.left-content.top5 {
  background-color: var(--light-gray);
  padding: 1em;
}

.step-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  min-height: 200px;
  margin-bottom: 110px;
  padding-top: 20px;
  padding-left: 30px;
  padding-right: 0;
  display: flex;
  position: static;
  top: 0;
}

.steps-right {
  flex-direction: column;
  align-items: flex-end;
  width: 70%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.steps-cont {
  justify-content: center;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  overflow: visible;
}

.steps-section {
  background-color: var(--white);
  width: 100%;
  height: auto;
  margin-top: 0;
  padding-top: 3em;
  padding-bottom: 3em;
  overflow: visible;
}

.number_wrapper {
  background-color: var(--light-gray);
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  margin-left: 0;
  display: flex;
}

.top10_text {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
  position: relative;
}

.number {
  color: var(--text-black);
  font-family: Gotham;
  font-size: 2em;
  font-weight: 700;
}

.top10_header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  display: flex;
  position: relative;
}

.top10_img {
  border-radius: 1em;
  width: 100%;
  height: 14.5em;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.shadow {
  z-index: 3;
  background-image: linear-gradient(#00000052, #0000);
  display: block;
  position: absolute;
  inset: 0%;
}

.top10-card {
  background-color: #fff;
  border-radius: 1em;
  width: 70%;
  height: 30em;
  margin-bottom: 3.5em;
  margin-left: auto;
  margin-right: auto;
  position: sticky;
  top: 10em;
  overflow: hidden;
  box-shadow: 1px 1px 3px #00000026;
}

.brand {
  width: 62%;
  margin-top: 1em;
}

.brand.w--current {
  flex: none;
  width: 80%;
  min-width: 80%;
  min-height: 5em;
  margin-top: .5em;
}

.video {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: static;
  inset: 0%;
}

.video.welcome {
  width: 100%;
  height: 100%;
  position: absolute;
}

.arrow {
  justify-content: center;
  align-items: center;
  width: 76%;
  height: 63%;
  padding: 0;
  font-size: .9em;
  display: flex;
}

.arrow.next {
  padding-left: 0;
  padding-right: 0;
}

.arrow.down {
  background-color: #0000;
  height: 63%;
  transform: rotate(269deg);
}

.down_btn {
  z-index: 2;
  background-color: var(--smc-yellow);
  box-shadow: none;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  margin-top: -1.6em;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  display: flex;
  position: relative;
}

.down_btn.w--current {
  background-color: var(--deep-sky-blue);
}

.down_btn.city {
  background-color: #fff;
  margin-top: 7.5em;
  margin-bottom: -18px;
}

.down_btn.city:hover {
  background-color: var(--white);
}

.profile-blue-bar {
  background-color: var(--unibuddy-blue);
  width: 100%;
  height: 3.5em;
}

.unibuddy-chat {
  border: 2px solid var(--unibuddy-blue);
  color: var(--unibuddy-blue);
  background-color: #0000;
  border-radius: 500px;
  margin-top: 1em;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 1.3em;
}

.unibuddy-profile-bottom {
  border-top: 1px solid #e9e9e9;
  flex-direction: column;
  width: 90%;
  height: auto;
  margin-top: 1em;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.unibuddy_caps {
  text-transform: uppercase;
  font-family: Gothambook;
  font-size: 1.1em;
}

.unibuddy_caps.top-margin {
  margin-top: 1em;
}

.unibuddy-link {
  color: var(--smc-blue);
  margin-top: 1em;
  margin-bottom: 1em;
  font-family: Gotham;
  font-size: 1.2em;
  font-weight: 500;
}

.hometown {
  grid-column-gap: 1em;
  grid-row-gap: .5em;
  display: flex;
}

.flag {
  object-fit: contain;
  width: 2.5em;
}

.state-img_wrapper {
  border-radius: 50%;
  flex: none;
  width: 18em;
  height: 18em;
  overflow: hidden;
}

.subscribe_embed {
  width: 100%;
  margin-top: 2em;
}

.why-fact_block-v {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-center {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid #fff;
  border-radius: 0;
  flex-flow: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
}

.content-center.state-callout {
  grid-column-gap: 3em;
  justify-content: center;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.content-center.locations2 {
  z-index: 4;
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  display: flex;
  position: relative;
}

.content-center.who2, .content-center.why2 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
}

.content-center.why-img2 {
  margin-top: 3em;
}

.content-center.why3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3em;
}

.content-center.products2 {
  margin-top: 6em;
}

.content-center.products3 {
  margin-top: 4em;
}

.content-center.edu2, .content-center.edu3 {
  margin-top: 3em;
}

.content-center.lb3 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  background-color: #beff64;
  flex-flow: row;
  margin-top: 3em;
  padding: 2em;
}

.content-center.lb4 {
  margin-top: 3em;
}

.content-center.examples2 {
  margin-bottom: 4em;
}

.content-center.examples3 {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  border: 1px solid #fff;
  padding-top: 4em;
  padding-bottom: 4em;
}

.content-center.lb-3 {
  border-style: none;
  width: 75%;
}

.content-center.lb5 {
  grid-column-gap: 3.8em;
  grid-row-gap: 3.8em;
}

.content-center.lb-6 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  border-style: none;
  flex-flow: column;
  align-items: center;
}

.content-center.pp_2 {
  border: 1px solid #000;
  margin-top: 8em;
  padding: 3em 2em;
}

.content-center.pp_3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #b2e56a;
  border-radius: 20px;
  flex-flow: column;
  width: 100%;
  margin-top: 2em;
  padding: 3em;
}

.content-center.pp_1 {
  border: 1px solid #000;
  margin-top: 4em;
  padding: 3em 2em;
}

.content-center.home-txt {
  width: 60%;
  padding: 6em 3em;
}

.map-bg {
  z-index: auto;
  object-position: 50% 50%;
  width: 100vw;
  height: 100vh;
  position: fixed;
  right: 25%;
}

.modal-close_btn-3 {
  z-index: 500;
  color: #333;
  background-color: #fff;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0 auto auto;
}

.video-embed {
  z-index: 2;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.video-embed.sl {
  align-items: center;
  height: 100%;
  padding-top: 0;
}

.map-intro {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.cali-intro-txt {
  align-items: center;
  display: flex;
}

.modal-close_btn-2 {
  z-index: 10;
  color: #000;
  background-color: #fff;
  border-radius: .2em;
  margin-top: 8px;
  margin-right: 8px;
  padding: 6px 8px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn-2:hover {
  color: #444;
}

.map-scroll-content {
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  height: 20em;
  margin-left: auto;
  position: relative;
  overflow: hidden;
}

.map-list {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  border-radius: 0;
  flex-direction: column;
  height: auto;
  max-height: 65vh;
  padding: 2em 1em;
  display: flex;
  position: sticky;
  top: 14%;
  overflow: auto;
  box-shadow: 1px 1px 7px #0000004a;
}

.scroll-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--white);
  opacity: 1;
  border: 1px #000;
  flex-direction: column;
  justify-content: flex-start;
  width: 90%;
  min-height: 200px;
  margin-bottom: 110px;
  padding: 0 0 2em 0;
  display: flex;
  position: relative;
  top: 0;
}

.scroll-content.hidden {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  min-height: 0;
}

.map-list-wrap {
  flex-direction: column;
  display: flex;
}

.map-steps-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  flex: 0 auto;
  align-self: auto;
  width: 27%;
  height: auto;
  min-height: 100%;
  margin-top: 0;
  display: flex;
  position: static;
  top: 100px;
}

.location-link {
  color: var(--text-black);
  font-family: Open Sans, sans-serif;
  font-weight: 700;
  text-decoration: underline;
}

.location-link.w--current {
  color: var(--text-black);
  font-family: Open Sans, sans-serif;
}

.background-video-2 {
  width: 100%;
  height: 100%;
}

.video_header {
  color: var(--smc-blue);
  text-align: center;
  font-family: Gotham;
  font-size: 1.6em;
  font-weight: 400;
  line-height: 1.2;
}

.vid-title-txt {
  flex-direction: column;
  display: flex;
}

.vid-title-txt.top5 {
  align-items: center;
}

.video_title {
  color: #1145b8;
  font-family: Gothambook;
  font-size: 1.1em;
  font-weight: 800;
  line-height: 1.2;
}

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

.video_fine {
  color: #707070;
  padding-left: .2em;
  font-style: italic;
  font-weight: 500;
}

.map-txt-wrap {
  background-color: #f2efe9c2;
  width: 80%;
  padding: 2em;
}

.map-intro-img {
  width: 80%;
  margin-top: 2em;
  display: none;
}

.heading, .heading-2 {
  font-family: Open Sans, sans-serif;
}

.top10-title {
  color: var(--text-black);
}

.map-title_link {
  color: var(--text-black);
  font-family: Open Sans, sans-serif;
  text-decoration: underline;
}

.heading-3 {
  color: var(--edu-blue);
  font-family: Poppins, Arial, sans-serif;
}

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

.get-in-touch {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: auto;
  margin-bottom: 4.5em;
  display: flex;
}

.modal-close_btn-3 {
  z-index: 10;
  color: #000;
  padding: 12px 16px;
  font-size: 2.2rem;
  font-weight: 500;
  line-height: .7;
  text-decoration: none;
  transition: opacity .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close_btn-3:hover {
  color: #444;
}

.modal-wrapper-stationary {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper-stationary.play-welcome {
  width: 75vw;
  display: none;
}

.modal-wrapper-stationary.subscribe-home {
  width: 75vw;
  padding-top: 0;
  display: none;
  overflow: auto;
}

.modal-wrapper-stationary.subscribe-home.fixed {
  background-image: linear-gradient(315deg, #10b929, #0931f9);
  display: flex;
}

.modal-wrapper-stationary.profile {
  z-index: 100005;
  display: none;
  right: 25em;
  overflow: auto;
}

.modal-wrapper-stationary.play-welcome {
  width: 75vw;
  height: 100vh;
  display: none;
}

.modal-wrapper-stationary.play-welcome.sl {
  z-index: 2;
  display: none;
}

.modal-wrapper-copy {
  z-index: 99999;
  background-color: #141414cc;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0;
  overflow: scroll;
}

.modal-wrapper-copy.play-welcome {
  width: 75vw;
  display: none;
}

.modal-wrapper-copy.subscribe-home {
  width: 75vw;
  padding-top: 0;
  display: none;
  overflow: auto;
}

.modal-wrapper-copy.subscribe-home.fixed {
  background-image: linear-gradient(315deg, #10b929, #0931f9);
  display: flex;
}

.modal-wrapper-copy.profile {
  z-index: 100005;
  display: none;
  right: 25em;
  overflow: auto;
}

.modal-wrapper-copy.play-welcome {
  width: 75vw;
  height: 100vh;
  display: none;
}

.modal-wrapper-copy.play-welcome.sl {
  z-index: 2;
  display: none;
}

.subscribe-home-container {
  z-index: 5;
  background-color: #fff;
  border-radius: 1em;
  width: 85%;
  max-width: 600px;
  max-height: 70%;
  margin: 10vh auto 20px;
  padding: 40px;
  display: block;
  position: relative;
  overflow: auto;
}

.subscribe-home-container.profile {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  border-radius: 1em;
  align-items: center;
  margin-top: 16vh;
  display: flex;
}

.subscribe-home-container.unibud {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 13vh;
  display: flex;
}

.subscribe-home-container.subscribe-home {
  border-radius: 1em;
  width: 70%;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
}

.subscribe-home-container.play-welcome {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  max-width: 1000px;
  height: 65%;
  margin-top: 18vh;
  margin-bottom: auto;
  padding: 0;
  display: flex;
}

.subscribe-home-container.play-welcome.sl {
  z-index: 3;
  align-items: center;
  width: 80%;
  max-width: 900px;
  height: 60vh;
  max-height: 60vh;
  margin-top: 16vh;
  padding-top: 0;
}

.subscribe-home-container.subscribe-home {
  border-radius: 1em;
  max-height: 65vh;
  margin-top: 8em;
  margin-bottom: auto;
}

.subscribe-home-container.disabled {
  display: none;
}

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

.h1 {
  color: #0931f9;
  font-family: Montserratalternates, Arial, sans-serif;
  font-size: 3.4em;
}

.h1.white {
  color: #fff;
}

.h1.white.centered {
  text-align: center;
  line-height: 1.1;
}

.h3 {
  color: #0931f9;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
  line-height: 1.3;
}

.h3.green {
  color: #beff64;
  font-size: 2.1em;
  font-weight: 600;
  line-height: 1.2;
}

.h3.green.left.subheader.ul {
  text-decoration: underline;
}

.h3.centered {
  text-align: center;
  font-size: 1.8em;
}

.h3.centered.subscribe {
  font-size: 2.5em;
}

.h3.centered.lb {
  font-size: 2.2em;
}

.h3.subheader {
  font-size: 1.8em;
}

.h3.subheader.white {
  color: #fff;
}

.h3.subheader.white.example {
  font-size: 2.3em;
}

.h3.subheader.white.normal {
  font-weight: 400;
}

.h3.blk {
  color: #000;
}

.no-break {
  white-space: nowrap;
  word-break: keep-all;
}

.p {
  color: #000;
  font-family: Poppins, Arial, sans-serif;
  font-size: 1em;
}

.p.callout {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.8em;
  font-weight: 800;
}

.p.callout.centered {
  text-align: center;
}

.p.callout.drone {
  font-size: 1.3em;
}

.p.white {
  color: #fff;
}

.p.white.ul {
  text-decoration: underline;
}

.p.white.ul.ex-link {
  font-size: 1.4em;
}

.p.white.ul.ex-link.disabled {
  display: none;
}

.p.subheader {
  font-size: 1.2em;
}

.p.subheader.bold {
  color: #0931f9;
  font-size: 1.7em;
  font-weight: 800;
}

.who-img2 {
  width: 100%;
  margin-top: 4em;
  margin-left: -2em;
}

.why_header {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.why-callout1 {
  z-index: 2;
  background-color: #0931f9;
  width: auto;
  padding: 2em;
  position: absolute;
  inset: 33% auto auto 15%;
}

.fine-white {
  color: #fff;
  font-size: .9em;
  font-weight: 400;
}

.lrg {
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1;
}

.why-callout2 {
  background-color: #beff64;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 4em 2em;
  display: flex;
}

.fine-blk {
  color: #000;
  font-size: .8em;
  font-weight: 400;
}

.why-callout2-line {
  border: 1px solid #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 3em;
  padding: 2em;
  display: flex;
}

.product-block {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  cursor: pointer;
  background-color: #0931f9;
  align-items: center;
  padding: 2em 4em 2em 2em;
  display: flex;
}

.product-block:hover, .product-block:focus-visible, .product-block[data-wf-focus-visible] {
  border: 3px solid #ebb607;
}

.product-block.coming-soon {
  grid-column-gap: 3.3em;
  grid-row-gap: 3.3em;
  cursor: auto;
  background-color: #beff64;
  border-radius: 20px;
}

.product-block.coming-soon:hover, .product-block.coming-soon:focus-visible, .product-block.coming-soon[data-wf-focus-visible] {
  border-style: none;
}

.product-block.disabled {
  display: none;
}

.product-img {
  width: 50%;
}

.product-img._2 {
  width: 50%;
  padding-left: 2em;
  padding-right: 2em;
}

.product-img._1 {
  height: 81%;
  padding-left: 1.5em;
  padding-right: 1.2em;
}

.product-img._4 {
  width: 46%;
}

.product-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.products-current {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 2em;
  display: flex;
}

.list-edu {
  padding-left: 20px;
}

.lb3_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 52%;
  display: flex;
}

.lb3_img {
  width: 42%;
}

.examples_header {
  height: 25em;
}

.example-1 {
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  background-image: linear-gradient(270deg, #1b4079, #0931f9);
  flex-flow: column;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.example-sub {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.example-txt1 {
  border-right: 5px solid #fff;
  padding-right: 1em;
}

.example-img {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.example-img.mobile {
  width: 60%;
}

.example-img.mobile.grc {
  width: 50%;
}

.example-img.contain {
  border: 3px solid #fff;
  border-radius: 10px;
  overflow: hidden;
}

.example-img.contain.grc {
  width: 69%;
}

.example-links {
  grid-column-gap: 6em;
  grid-row-gap: 6em;
  justify-content: center;
  align-items: center;
  width: 71%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.example-2 {
  background-color: #0931f9;
  width: 100%;
  margin-top: 0;
  padding-top: 4em;
  padding-bottom: 12em;
}

.get-in-touch_mobile {
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-top: auto;
  margin-bottom: 4.5em;
  display: flex;
}

.lb_1 {
  grid-column-gap: 3.2em;
  grid-row-gap: 3.2em;
  align-items: center;
  margin-top: 4em;
  display: flex;
}

.lb1_l {
  grid-column-gap: 2.3em;
  grid-row-gap: 2.3em;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.bold-blue {
  color: #0931f9;
  font-weight: 800;
}

.bold-blue.blk {
  color: #000;
}

.lb1-r {
  width: 42%;
}

.icon-txt-blk {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon {
  flex: none;
  width: 3.5em;
  height: 3.5em;
}

.icon-txt {
  width: 60%;
}

.lb2-r {
  width: 52%;
  margin-top: 2em;
}

.lb_2, .lb_2-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  display: flex;
}

.lb4-r-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 52%;
  display: flex;
}

.lb5-header._6 {
  width: 100%;
}

.lb5_btm {
  grid-column-gap: 1.8em;
  grid-row-gap: 1.8em;
  justify-content: space-between;
  display: flex;
}

.lb5-l {
  width: 50%;
}

.lb5-r {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: center;
  width: 50%;
  display: flex;
}

.lb6-l {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  width: 47%;
  display: flex;
}

.lb6-r {
  width: 50%;
}

.reg {
  font-weight: 400;
}

.blk {
  color: #000;
}

.pp2_vid {
  justify-content: center;
  align-items: flex-end;
  width: auto;
  margin-left: auto;
  display: flex;
}

.drone-video {
  border: 6px solid #fff;
  border-radius: 20px;
  width: 16.7em;
  height: 23.1em;
  overflow: hidden;
}

.pp2_txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 58%;
  display: flex;
}

.drone-callout {
  grid-column-gap: 2.3em;
  grid-row-gap: 2.3em;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.drone-header {
  margin-bottom: 1em;
}

.design-imgs {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 2em;
  display: flex;
}

.design-img1 {
  border: 3px solid #10b929;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.launch-img1 {
  border: 3px #10b929;
  border-radius: 20px;
  width: 100%;
  overflow: hidden;
}

.launch-img2 {
  width: 60%;
}

.logo {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  background-color: #0000;
  border-radius: 0;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 52%;
  padding: 0 2em 4em;
  display: flex;
}

.home-img {
  background-color: #fff;
  width: 100%;
  padding: 1em;
  display: flex;
}

.home-example {
  object-fit: contain;
  width: 49%;
  height: 100%;
  display: block;
}

.home-bg-vid {
  width: 100%;
  height: 100%;
}

.home-bg-vid.disabled {
  display: none;
}

.alt {
  font-family: Poppins, Arial, sans-serif;
  font-size: .7em;
  font-weight: 400;
}

.alt.ul {
  text-decoration: underline;
}

.content-center-2 {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p-2 {
  font-family: Poppins, Arial, sans-serif;
  font-size: 1.1em;
}

.p-2.white {
  color: #fff;
}

.p-2.white.centered {
  text-align: center;
}

.p-2.white.centered.pricing-intro {
  font-size: 1.6em;
}

.p-2.white.centered.pricing-intro.med {
  border: 1px solid #fff;
  margin-top: 4em;
  padding: 1em;
  font-size: 1.2em;
}

.h1-2 {
  color: #0931f9;
  font-family: Montserratalternates, Arial, sans-serif;
  font-size: 3.4em;
}

.h1-2.green {
  color: #beff64;
}

.h1-2.green.centered {
  text-align: center;
}

.h1-2.wht {
  color: #beff64;
}

.h1-2.wht.centered {
  color: #fff;
  text-align: center;
}

.section-2 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-2.pricing-header {
  background-image: linear-gradient(316deg, #10b929, #0931f9);
  justify-content: center;
  align-items: center;
  height: 40em;
  padding-top: 8em;
  padding-bottom: 6em;
  display: flex;
}

.content-center-3 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content-center-3.pricing-row {
  margin-top: 6em;
}

.content-center-3.pricing-row.bundle {
  margin-top: 4em;
}

.content-center-3.pricing-best {
  border: 3px solid #0931f9;
  border-radius: 10px;
  margin-top: 6em;
  padding: 0 0 6em;
}

.p-3 {
  font-family: Poppins, Arial, sans-serif;
  font-size: .9em;
}

.p-3.pricing-header {
  text-align: center;
  font-size: 1.3em;
  font-weight: 800;
}

.p-3.pricing-header.green {
  color: #beff64;
}

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

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

.p-3.centered.trans {
  color: #0000;
}

.section-3 {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.pricing_2 {
  padding-bottom: 12em;
}

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

.bundle-title {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 33%;
  margin-top: -1.5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.pricing-block-line {
  border-top: 1px solid #000;
  margin-top: 1em;
  padding-top: .5em;
  padding-bottom: .5em;
}

.pricing-block-line.white {
  border-top-color: #fff;
}

.pricing-block {
  border-radius: 10px;
  flex-flow: column;
  width: 50%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.pricing-block.bundle {
  width: 50%;
}

.cards-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.block-header {
  background-color: #beff64;
  flex-flow: column;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.block-header.blue {
  background-color: #0931f9;
}

.h3-2 {
  color: #0931f9;
  font-family: Poppins, Arial, sans-serif;
  font-size: 2.2em;
  font-weight: 800;
  line-height: 1.3;
}

.h3-2.alt {
  font-family: Montserratalternates, Arial, sans-serif;
  font-weight: 700;
}

.h3-2.centered {
  text-align: center;
  font-size: 1.8em;
}

.prices {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  padding: 2em 1em;
  display: flex;
}

.bonus {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border: 1px #000;
  border-top-style: solid;
  flex-flow: column;
  width: 100%;
  padding: 1em .5em .5em;
  display: flex;
}

.example-imgs {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.example-imgs.grc {
  grid-column-gap: 3.3em;
  grid-row-gap: 3.3em;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  .section.who_1 {
    width: 100%;
    margin-top: 4.1em;
    position: fixed;
  }

  .section.who_2 {
    margin-top: 32.1em;
    padding-bottom: 12em;
  }

  .section.products_1 {
    margin-top: 5.2em;
  }

  .section.edu_1 {
    width: 100%;
    height: 25.4em;
    margin-top: 5.9em;
  }

  .section.lb_1-copy {
    width: 100%;
    height: 24.5em;
    margin-top: 6em;
  }

  .section.lb_2 {
    padding-top: 6em;
  }

  .section.examples_1 {
    margin-top: 6.1em;
  }

  .section.examples_2 {
    padding-top: 2em;
  }

  .main {
    width: 100%;
    min-width: 100vw;
    height: 100vh;
  }

  .main.body {
    height: 100%;
  }

  .quicklinks_list {
    background-color: var(--white);
    color: var(--depaul-blue);
    border-radius: 1em;
    flex-direction: column;
    width: 55%;
    height: auto;
    margin-top: 0;
    padding: 2em;
    display: none;
    position: absolute;
    inset: auto 0% 61%;
  }

  .quicklinks_li {
    color: var(--text-black);
    justify-content: center;
  }

  .quicklink.home {
    color: var(--text-black);
    text-align: left;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.3;
  }

  .img_contain {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .social_wrapper {
    border-left: 1px none var(--light-gray);
    background-color: #0000;
    justify-content: flex-start;
    width: 100%;
    height: 3.2em;
    margin-top: 0;
    margin-left: 0;
    padding-left: 1em;
    display: none;
    position: static;
  }

  .nav_list {
    width: 100%;
    overflow: auto;
  }

  .nav_li {
    text-align: left;
    margin-top: .5em;
    line-height: 1.6;
  }

  .my-container {
    width: 80%;
    margin-top: 4em;
    padding-top: 0;
    padding-bottom: 4em;
  }

  .my-container.home {
    background-color: var(--text-black);
    flex-direction: row;
    width: 100%;
    height: 79%;
    margin-top: 7.5em;
    padding-bottom: 0;
    position: relative;
  }

  .my-container.unibuddy {
    margin-top: 1em;
  }

  .my-container.home-subscribe {
    background-color: #0000;
    flex-direction: row;
    width: 100%;
    height: 79%;
    margin-top: 4.6em;
    padding-bottom: 0;
    position: relative;
  }

  .welcome {
    width: 100%;
  }

  .img_cover {
    object-position: 50% 50%;
  }

  .img_cover.from-rt {
    object-position: 100% 50%;
  }

  .social_embed {
    background-color: #0000;
  }

  .lang_menu {
    white-space: pre;
    flex-flow: wrap;
    align-content: stretch;
    align-items: flex-start;
    width: 75%;
    height: 100%;
  }

  .lang_link {
    color: var(--white);
    font-family: Gothambook;
    font-size: 12px;
  }

  .lang_text {
    color: var(--white);
    text-align: left;
    font-family: Gothambook;
    font-size: 12px;
  }

  .page-nav_wrapper {
    grid-column-gap: 1.8em;
    grid-row-gap: 1.8em;
    justify-content: space-between;
    width: auto;
    margin-top: 0;
    margin-right: 0;
    padding-right: 0;
    left: 3em;
    right: auto;
  }

  .footer_wrapper {
    z-index: 550;
    background-color: var(--dim-grey);
    justify-content: flex-start;
    align-items: flex-end;
    width: 100vw;
    height: 3em;
    padding-bottom: 0;
    font-size: 1em;
    position: fixed;
    inset: auto 0% 0;
  }

  .button.modal-open_btn2.subscribe, .button.modal-open_btn2.subscribe-home {
    font-family: Gotham;
    position: sticky;
    top: 0;
    right: 0;
  }

  .button.modal-open_btn.profile {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.modal-open_btn.play-welcome.play-button {
    width: 1.5em;
    height: 1.5em;
    padding-left: .2em;
  }

  .button.modal-open_btn2.subscribe {
    box-sizing: border-box;
    padding-left: 2em;
    padding-right: 2em;
    font-family: Montserratalternates, Arial, sans-serif;
    position: static;
    top: 0;
    right: 0;
  }

  .button.modal-open_btn2.subscribe.mobile {
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .button.modal-open_btn2.subscribe.mobile:hover, .button.modal-open_btn2.subscribe.mobile:focus-visible, .button.modal-open_btn2.subscribe.mobile[data-wf-focus-visible] {
    border-style: none;
  }

  .modal-wrapper.subscribe-home {
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    display: none;
    overflow: auto;
  }

  .modal-wrapper.profile {
    display: none;
    right: 0;
  }

  .modal-wrapper.play-welcome {
    width: 100vw;
    display: none;
    top: 5em;
  }

  .modal-wrapper.play-welcome.sl {
    display: none;
  }

  .modal-container.profile {
    margin-top: 20vh;
  }

  .modal-container.unibud {
    margin-top: 19vh;
  }

  .modal-container.play-welcome {
    width: 90%;
    max-width: 900px;
    height: 52vw;
  }

  .modal-container.play-welcome.sl {
    width: 80%;
    height: 46vw;
  }

  .modal-container.subscribe-home {
    margin-top: 10em;
    margin-bottom: auto;
    position: relative;
  }

  .modal-close_btn {
    color: var(--white);
  }

  .modal-close_btn:hover {
    color: var(--depaul-red);
  }

  .modal-close_btn.subscribe {
    color: var(--text-black);
  }

  .nav-menu {
    background-color: #0931f9;
    background-image: linear-gradient(349deg, #1b4079, #0931f9);
    width: 100%;
    max-height: 72vh;
    margin-top: 0;
    padding: 1em 30px 2em;
    right: auto;
  }

  .menu-button-2 {
    background-color: #0000;
    margin-right: 3em;
  }

  .menu-button-2:active {
    background-color: #0000;
  }

  .menu-button-2:focus {
    background-color: #0000;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #000;
  }

  .menu-button-2.w--open {
    border: 1px none var(--white);
    background-color: #0000;
    border-radius: 50%;
    box-shadow: 1px 1px 3px #00000012;
  }

  .navbar {
    background-image: linear-gradient(90deg, #0931f9, #1b4079);
    flex-direction: column;
    width: 100%;
    height: auto;
    padding: .25em 0 0;
    inset: 0% 0% auto;
  }

  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 80%;
  }

  .contents_title-2 {
    color: var(--white);
    margin-left: 0;
    font-size: 1.3em;
  }

  .nav_link-2, .nav_link-2.w--current {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
  }

  .ql_bar {
    flex-wrap: nowrap;
    justify-content: space-around;
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    padding: .25em 2em;
    position: fixed;
    inset: auto 5% 5.1em;
  }

  .ql_menu-button {
    z-index: 2;
    border: 1px solid var(--text-black);
    background-color: var(--white);
    color: var(--text-black);
    text-align: center;
    border-radius: 2em;
    justify-content: center;
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    font-family: Open Sans, sans-serif;
    font-size: 18px;
    font-weight: 700;
    display: flex;
    position: relative;
  }

  .ql_menu-button:focus {
    background-color: var(--text-black);
    color: var(--white);
  }

  .nav_logo {
    width: auto;
    height: 100%;
  }

  .hero {
    height: 30em;
    margin-top: 6.1em;
  }

  .hero._28em.relative {
    height: 22.5em;
  }

  .hero.video.city.fixed {
    height: 60vh;
  }

  .smc_p {
    font-size: 1em;
    font-weight: 400;
  }

  .smc_p.centered.unibuddy {
    font-size: 1.3em;
  }

  .smc_h2.unibuddy {
    font-size: 1.8em;
  }

  .mobile-social_bar {
    z-index: 500;
    border-left: 1px solid var(--light-gray);
    background-color: var(--white);
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: .5em;
    margin-left: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 1em;
    display: flex;
    position: relative;
    inset: 0 0% auto;
    box-shadow: 1px 1px 13px #0000003b;
  }

  .mobile-social {
    border-left: 1px none var(--light-gray);
    background-color: #0000;
    justify-content: flex-start;
    width: auto;
    height: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: 3em;
    display: none;
    position: static;
  }

  .bg.home {
    right: 0;
  }

  .community {
    width: 90%;
  }

  .profile_img {
    width: 20%;
    height: auto;
  }

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

  .modal-wrapper-2 {
    display: none;
    right: 0;
  }

  .unibuddy-logo {
    width: 50%;
  }

  .steps-left {
    width: 80%;
  }

  .steps-left.top5 {
    width: 60%;
  }

  .left-content {
    width: 80%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .step-content {
    width: 90%;
    padding-left: 0;
  }

  .steps-right {
    align-items: center;
    width: 80%;
  }

  .steps-cont {
    flex-direction: column;
    align-items: center;
    padding-left: 2em;
    padding-right: 2em;
  }

  .top10_text {
    width: 100%;
  }

  .top10_img {
    width: 100%;
    height: 19.5em;
  }

  .brand {
    width: auto;
    height: 3.2em;
    margin-top: 0;
    margin-left: 3em;
  }

  .video {
    width: 100%;
  }

  .video.welcome {
    height: 83%;
    position: absolute;
    inset: 0%;
  }

  .arrow.next {
    padding-left: 0;
    padding-right: 0;
  }

  .down_btn {
    margin-top: 0;
  }

  .why-fact_block-v {
    width: 100%;
  }

  .content-center {
    font-size: 16px;
  }

  .content-center.state-callout {
    align-items: flex-start;
    width: 80%;
  }

  .content-center.products2 {
    margin-top: 4em;
  }

  .content-center.edu1 {
    font-size: 16px;
  }

  .content-center.lb3 {
    background-color: #b2e56a;
  }

  .content-center.lb-3 {
    border-style: none;
  }

  .content-center.lb5 {
    font-size: 16px;
  }

  .content-center.lb-6 {
    border-style: none;
  }

  .content-center.pp_2, .content-center.pp_1 {
    font-size: 16px;
  }

  .map-bg {
    right: 0%;
  }

  .modal-close_btn-3.sl:hover {
    color: #b3b3b3;
  }

  .video-embed {
    width: 100%;
    height: 100%;
    margin-top: auto;
    margin-bottom: auto;
    position: static;
  }

  .map-scroll-content {
    width: 100%;
  }

  .map-list {
    width: 100%;
    margin-bottom: 6em;
    margin-left: auto;
    margin-right: auto;
  }

  .scroll-content {
    width: 100%;
    padding-left: 0;
  }

  .scroll-content.hidden, .map-list-wrap {
    display: none;
  }

  .map-steps-left {
    width: 80%;
  }

  .video_header {
    text-align: center;
    font-size: 1.5em;
  }

  .video_title, .video_fine {
    text-align: center;
  }

  .get-in-touch {
    display: none;
  }

  .modal-close_btn-3 {
    color: #fff;
  }

  .modal-close_btn-3:hover {
    color: #af272f;
  }

  .modal-close_btn-3.subscribe {
    color: #333;
  }

  .modal-wrapper-stationary.subscribe-home {
    width: 100vw;
    display: none;
    overflow: auto;
  }

  .modal-wrapper-stationary.profile {
    display: none;
    right: 0;
  }

  .modal-wrapper-stationary.play-welcome {
    width: 100vw;
    display: none;
    top: 5em;
  }

  .modal-wrapper-stationary.play-welcome.sl {
    display: none;
  }

  .modal-wrapper-copy.subscribe-home {
    width: 100vw;
    display: none;
    overflow: auto;
  }

  .modal-wrapper-copy.profile {
    display: none;
    right: 0;
  }

  .modal-wrapper-copy.play-welcome {
    width: 100vw;
    display: none;
    top: 5em;
  }

  .modal-wrapper-copy.play-welcome.sl {
    display: none;
  }

  .subscribe-home-container.profile {
    margin-top: 20vh;
  }

  .subscribe-home-container.unibud {
    margin-top: 19vh;
  }

  .subscribe-home-container.play-welcome {
    width: 90%;
    max-width: 900px;
    height: 52vw;
  }

  .subscribe-home-container.play-welcome.sl {
    width: 80%;
    height: 46vw;
  }

  .subscribe-home-container.subscribe-home {
    margin-top: auto;
    margin-bottom: auto;
    position: relative;
  }

  .h1 {
    line-height: 1.1;
  }

  .h1.sm-cntr {
    font-size: 3.1em;
  }

  .h1.white.centered {
    line-height: 1;
  }

  .h3 {
    font-size: 1.6em;
  }

  .p.white.sm-cntr, .p.sm-cntr {
    text-align: center;
  }

  .p.sm-cntr.lb {
    text-align: left;
  }

  .p.subheader.bold {
    line-height: 1.3;
  }

  .who-img2 {
    margin-left: 0;
  }

  .why-callout2 {
    background-color: #b2e56a;
  }

  .product-block {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    padding-bottom: 4em;
    padding-left: 0;
    padding-right: 0;
  }

  .product-block.coming-soon {
    background-color: #b2e56a;
  }

  .product-img._1 {
    width: 68%;
    height: 20em;
  }

  .product-img._4 {
    width: 60%;
    height: 20em;
  }

  .product-txt {
    justify-content: center;
    align-items: center;
    width: 80%;
  }

  .examples_header {
    height: 21em;
  }

  .example-sub {
    justify-content: center;
    align-items: center;
  }

  .example-img.contain.grc {
    width: 80%;
  }

  .get-in-touch_mobile {
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: 1em;
    padding-top: .25em;
    padding-bottom: .25em;
  }

  .lb_1 {
    flex-flow: column;
    margin-top: 2em;
  }

  .lb1_l {
    width: 100%;
  }

  .lb1-r {
    width: 70%;
  }

  .icon-txt {
    width: 100%;
  }

  .lb2-r {
    width: 80%;
  }

  .lb_2-copy {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .lb4-r-copy {
    width: 100%;
  }

  .lb5_btm {
    flex-flow: column;
    font-size: 16px;
  }

  .lb5-l {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .lb5-r {
    width: 100%;
    font-size: 16px;
  }

  .lb6-l {
    width: 100%;
    padding: 0;
  }

  .lb6-r {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .pp2_vid {
    justify-content: flex-start;
    align-items: flex-end;
    margin-top: 1em;
    margin-left: auto;
    margin-right: auto;
  }

  .drone-video {
    width: 25em;
    height: 34.1em;
  }

  .pp2_txt {
    width: 100%;
  }

  .drone-callout {
    flex-flow: column;
  }

  .home-example {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .content-center-2 {
    font-size: 16px;
  }

  .h1-2.wht.centered {
    font-size: 2.6em;
  }

  .section-2.pricing-header {
    height: 46.7em;
    margin-top: 6.3em;
  }

  .content-center-3.pricing-row {
    margin-top: 8em;
    font-size: 16px;
  }

  .content-center-3.pricing-row.bundle {
    margin-top: 3em;
  }

  .p-3.sm-cntr {
    text-align: left;
  }

  .p-3.pricing-header.green {
    color: #b2e56a;
  }

  .pricing-block, .pricing-block.bundle {
    width: 100%;
  }

  .cards-row {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    margin-top: 2em;
  }

  .block-header {
    background-color: #b2e56a;
  }

  .example-imgs {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
}

@media screen and (max-width: 767px) {
  .section.who_2 {
    padding-bottom: 12em;
  }

  .section.why_1 {
    height: 28em;
    margin-top: 4.7em;
  }

  .section.products_1 {
    height: 20em;
    margin-top: 7.4em;
  }

  .section.products_2, .section.edu_2 {
    padding-top: 6em;
  }

  .section.examples_1 {
    margin-top: 8.1em;
  }

  .section.examples_2 {
    padding-top: 4em;
    padding-bottom: 0;
  }

  .section.lb-2 {
    background-color: #b2e56a;
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .section.lb_4 {
    padding-bottom: 4em;
  }

  .section.lb_5 {
    padding-top: 4em;
  }

  .section.lb_6 {
    background-color: #b2e56a;
  }

  .quicklinks_list {
    width: 60%;
  }

  .img_contain {
    margin-left: auto;
  }

  .my-container {
    width: 100%;
    height: 100%;
    margin-top: 2em;
  }

  .my-container.home {
    margin-top: 7.4em;
    position: relative;
  }

  .my-container.unibuddy {
    margin-top: 0;
  }

  .my-container.home-subscribe {
    justify-content: center;
    align-items: flex-start;
    margin-top: 7.4em;
    padding-top: 8em;
    position: relative;
  }

  .welcome {
    justify-content: flex-end;
    width: 68%;
    height: auto;
    margin-left: auto;
    position: absolute;
    right: 0;
  }

  .img_cover.map-base {
    object-position: 50% 50%;
  }

  .img_cover.who {
    object-position: 50% 100%;
  }

  .img_cover.from-rt {
    object-position: 79% 50%;
  }

  .lang_menu {
    line-height: 1.6;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: auto;
    margin-right: 0;
  }

  .nav-next {
    flex: none;
  }

  .button.modal-open_btn2.subscribe-home {
    position: relative;
  }

  .button.modal-open_btn2.subscribe {
    align-items: center;
    height: 3em;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: relative;
  }

  .modal-wrapper.play-welcome {
    display: none;
  }

  .modal-wrapper.subscribe-home {
    overflow: auto;
  }

  .modal-wrapper.profile, .modal-wrapper.play-welcome, .modal-wrapper.play-welcome.sl {
    display: none;
  }

  .modal-container.play-welcome {
    height: 53vw;
    margin-top: 14vh;
  }

  .modal-container.profile {
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .modal-container.play-welcome {
    height: 42vw;
    margin-top: 11vh;
    display: flex;
  }

  .modal-container.play-welcome.sl {
    width: 90%;
    height: 42vw;
    margin-top: 14vh;
    display: flex;
  }

  .modal-close_btn {
    font-size: 1.8rem;
    top: 10%;
  }

  .modal-close_btn.subscribe {
    top: 0%;
  }

  .navbar {
    background-image: linear-gradient(90deg, #0931f9, #1b4079);
  }

  .contents_title-2 {
    text-align: left;
    font-size: 1.1em;
  }

  .ql_bar {
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: 40%;
    padding-left: 1em;
    padding-right: 1em;
    bottom: 5em;
  }

  .ql_menu {
    width: auto;
  }

  .ql_menu-button {
    width: 100%;
    font-size: 16px;
  }

  .hero {
    height: 20.7em;
  }

  .hero._28em {
    height: 21.7em;
  }

  .hero.video.city.fixed {
    height: 50vh;
  }

  .title._1col {
    margin-bottom: 1em;
  }

  .title.city {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smc_p._1-2em {
    font-size: 1.1em;
  }

  .mobile-social {
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    padding-left: 0;
  }

  .community {
    width: 60%;
  }

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

  .testimonial_img {
    width: 40%;
  }

  .text-span-3 {
    line-height: 0;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .steps-left.top5, .steps-right {
    width: 100%;
  }

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

  .video.welcome {
    object-position: 50% 50%;
    height: 84%;
    margin-left: 0;
  }

  .why-fact_block-v {
    flex-direction: column;
    justify-content: flex-end;
    width: 90%;
  }

  .content-center {
    width: 80%;
  }

  .content-center.state-callout {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-direction: column;
    align-items: center;
    width: 80%;
  }

  .content-center.locations2, .content-center.who2, .content-center.why2, .content-center.why-img2, .content-center.why3 {
    width: 80%;
  }

  .content-center.lb3 {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .content-center.examples2 {
    margin-bottom: 4em;
  }

  .content-center.pp_3 {
    padding-bottom: 2em;
    padding-left: 2em;
    padding-right: 2em;
  }

  .content-center.home-txt {
    width: 80%;
  }

  .map-bg {
    background-color: var(--mapbg);
  }

  .modal-close_btn-3:hover, .modal-close_btn-3.sl {
    top: 0%;
  }

  .modal-close_btn-2 {
    font-size: 1.8rem;
  }

  .scroll-content.hidden, .map-list-wrap {
    display: none;
  }

  .map-txt-wrap {
    width: 100%;
  }

  .modal-close_btn-3 {
    font-size: 1.8rem;
    top: 10%;
  }

  .modal-close_btn-3.subscribe {
    top: 0%;
  }

  .modal-wrapper-stationary.play-welcome {
    display: none;
  }

  .modal-wrapper-stationary.subscribe-home {
    overflow: auto;
  }

  .modal-wrapper-stationary.profile, .modal-wrapper-stationary.play-welcome, .modal-wrapper-stationary.play-welcome.sl, .modal-wrapper-copy.play-welcome {
    display: none;
  }

  .modal-wrapper-copy.subscribe-home {
    overflow: auto;
  }

  .modal-wrapper-copy.profile, .modal-wrapper-copy.play-welcome, .modal-wrapper-copy.play-welcome.sl {
    display: none;
  }

  .subscribe-home-container.play-welcome {
    height: 53vw;
    margin-top: 14vh;
  }

  .subscribe-home-container.profile {
    flex-direction: column;
    margin-bottom: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .subscribe-home-container.play-welcome {
    height: 42vw;
    margin-top: 11vh;
    display: flex;
  }

  .subscribe-home-container.play-welcome.sl {
    width: 90%;
    height: 42vw;
    margin-top: 14vh;
    display: flex;
  }

  .h1 {
    font-size: 2em;
  }

  .h1.sm-cntr {
    text-align: center;
    font-size: 2em;
  }

  .h1.sm-cntr.lb {
    text-align: left;
  }

  .h1.sm-cntr.future {
    text-align: center;
  }

  .h1.sm-cntr.why {
    text-align: left;
  }

  .h3 {
    font-size: 1.6em;
  }

  .h3.green.why-callouttxt {
    text-align: center;
    font-size: 1.6em;
  }

  .h3.centered {
    font-size: 1.6em;
  }

  .h3.subheader.white {
    text-align: center;
  }

  .h3.subheader.white.example.normal.sm_cntr {
    text-align: center;
    font-size: 1.5em;
  }

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

  .h3.blk.features {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .p.callout {
    font-size: 1.6em;
  }

  .p.callout.drone {
    line-height: 1.3;
  }

  .p.white.ul.ex-link {
    font-size: 1.2em;
  }

  .p.sm-cntr.lb {
    text-align: center;
  }

  .p.subheader.bold {
    font-size: 1.6em;
    line-height: 1.3;
  }

  .why_header {
    flex-flow: column;
  }

  .why-callout1 {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: static;
    left: 8%;
  }

  .product-block.coming-soon {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .product-img._4 {
    height: auto;
  }

  .lb3_txt {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .lb3_img {
    border: 2px solid #0931f9;
    width: 70%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .examples_header {
    height: 16.4em;
  }

  .example-1 {
    background-color: #1b4079;
    background-image: linear-gradient(270deg, #1b4079, #1b4079 1%, #0931f9);
    padding-top: 6em;
  }

  .example-sub {
    flex-flow: column;
  }

  .example-txt1 {
    border-bottom: 2px solid #fff;
    border-right-style: none;
    justify-content: center;
    align-items: center;
    width: 80%;
    padding-bottom: 1em;
    padding-right: 0;
    display: flex;
  }

  .example-img.mobile {
    width: 80%;
  }

  .example-img.mobile.grc {
    width: 67%;
  }

  .example-img.contain {
    width: 90%;
  }

  .example-links {
    width: 80%;
  }

  .get-in-touch_mobile {
    flex: none;
    margin-left: auto;
    margin-right: 1em;
  }

  .lb1_l {
    grid-column-gap: 4.8em;
    grid-row-gap: 4.8em;
  }

  .icon-txt-blk {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .icon {
    width: 5em;
    height: 5em;
  }

  .pp2_vid {
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-bottom: 0;
  }

  .drone-video {
    width: 100%;
    height: 100%;
    padding-top: 0;
    overflow: hidden;
  }

  .drone-callout {
    justify-content: space-between;
    align-items: center;
  }

  .home-example {
    margin-left: auto;
  }

  .content-center-2 {
    width: 80%;
  }

  .p-2.white.centered.pricing-intro {
    font-size: 1em;
  }

  .p-2.white.centered.pricing-intro.med {
    margin-top: 2em;
    font-size: 1em;
  }

  .h1-2 {
    font-size: 2.6em;
  }

  .h1-2.wht.centered {
    font-size: 1.6em;
  }

  .section-2.pricing-header {
    height: 40em;
  }

  .content-center-3 {
    width: 80%;
  }

  .content-center-3.pricing-row {
    margin-top: 6em;
  }

  .bundle-title {
    width: 50%;
    margin-top: -1.1em;
  }

  .cards-row {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .h3-2 {
    font-size: 1.8em;
  }
}

@media screen and (max-width: 479px) {
  .section.map1 {
    top: 7.3em;
  }

  .section.locations-intro {
    align-items: center;
    margin-top: 0;
  }

  .section.who_1 {
    height: 16.9em;
  }

  .section.who_2 {
    margin-top: 20.9em;
    padding-top: 2em;
    padding-bottom: 12em;
  }

  .section.why_1 {
    height: 25.2em;
    margin-top: 4.8em;
  }

  .section.why_2 {
    padding-top: 2em;
  }

  .section.products_1 {
    height: 11.6em;
  }

  .section.products_2 {
    padding-top: 2em;
  }

  .section.edu_1 {
    height: 14.8em;
    margin-top: 6.9em;
  }

  .section.edu_2 {
    margin-top: 21.5em;
  }

  .section.lb_1-copy {
    height: 14.8em;
    margin-top: 7.9em;
  }

  .section.lb_2 {
    margin-top: 22.3em;
    padding-top: 2em;
  }

  .section.examples_1 {
    margin-top: 6.6em;
  }

  .section.lb-2, .section.lb_4, .section.lb_5 {
    padding-top: 4em;
    padding-bottom: 6em;
  }

  .section.lb_6 {
    padding-top: 4em;
  }

  .quicklinks_list {
    padding-left: 1em;
    padding-right: 1em;
    display: none;
  }

  .quicklinks_li {
    justify-content: flex-start;
  }

  .img_contain {
    width: auto;
  }

  .nav_list {
    margin-top: 1em;
  }

  .my-container {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 10em;
  }

  .my-container.city.top5 {
    justify-content: flex-start;
  }

  .my-container.home {
    background-color: var(--text-black);
    width: 100%;
    height: 81%;
  }

  .my-container.unibuddy {
    padding-bottom: 0;
  }

  .my-container.home-subscribe {
    background-color: #0000;
    width: 100%;
    height: 81%;
    margin-top: 4em;
  }

  .welcome {
    z-index: 2;
    width: 84%;
    margin-top: 1em;
    margin-right: -1.5em;
  }

  .img_cover {
    object-position: 50% 50%;
  }

  .img_cover.chat {
    object-position: 41% 50%;
  }

  .img_cover.map-base {
    object-position: 50% 50%;
    width: 100%;
    height: 80vh;
  }

  .img_cover.who {
    object-position: 60% 100%;
  }

  .img_cover.from-rt, .img_cover.why-img {
    object-position: 100% 50%;
  }

  .lang_menu {
    justify-content: flex-start;
    width: 54%;
    padding-right: .5em;
  }

  .lang_text {
    white-space: pre-wrap;
    margin-right: 0;
  }

  .page-nav_wrapper {
    justify-content: space-between;
    width: auto;
    margin-top: 0;
    left: 3em;
    right: auto;
  }

  .footer_wrapper {
    bottom: 0;
  }

  .button.modal-open_btn2.subscribe, .button.modal-open_btn2.subscribe-home {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.modal-open_btn.unibud {
    height: 100%;
  }

  .button.modal-open_btn:focus {
    border: 2px solid #ff9500;
  }

  .button.modal-open_btn.play-welcome {
    font-size: 1.4em;
  }

  .button.modal-open_btn2:focus {
    border: 2px solid #ff9500;
  }

  .button.modal-open_btn2.subscribe {
    padding-left: 2em;
    padding-right: 2em;
  }

  .button.modal-open_btn2.subscribe.mobile {
    height: 2.2em;
    padding-top: .5em;
  }

  .modal-wrapper.play-welcome, .modal-wrapper.subscribe-home {
    display: none;
  }

  .modal-wrapper.profile {
    padding-bottom: 15em;
  }

  .modal-wrapper.play-welcome {
    display: none;
    overflow: auto;
  }

  .modal-wrapper.play-welcome.sl {
    display: none;
  }

  .modal-container.play-welcome {
    height: 51vw;
  }

  .modal-container.unibud {
    padding-left: 20px;
    padding-right: 10px;
  }

  .modal-container.play-welcome {
    height: 124vw;
    margin-top: 13vh;
  }

  .modal-container.play-welcome.sl {
    height: 55vh;
    max-height: 55vh;
    margin-top: 10vh;
  }

  .modal-container.subscribe-home {
    max-height: 60vh;
    margin-top: 12em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .modal-close_btn {
    top: 12%;
  }

  .menu-button-2 {
    margin-right: 1em;
  }

  .navbar {
    padding: 0;
  }

  .contents_title-2 {
    text-align: left;
    padding-bottom: 0;
    line-height: 1.4;
  }

  .ql_bar {
    width: auto;
    padding-right: 1em;
    bottom: 5em;
  }

  .ql_menu {
    width: 50%;
  }

  .nav_logo {
    width: auto;
  }

  .hero {
    height: 20.8em;
  }

  .hero._28em.relative {
    flex: none;
    height: 16em;
    margin-top: 7.1em;
  }

  .hero.video.city.fixed {
    height: 47vh;
  }

  .title._1col {
    padding-top: 2em;
  }

  .title.city {
    width: 100%;
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .smc_p._1-2em {
    padding-left: 1em;
    padding-right: .5em;
  }

  .smc_p.centered {
    margin-top: 1em;
  }

  .smc_p.centered.unibuddy {
    font-size: 1.3em;
  }

  .smc_h2 {
    font-size: 2.1em;
  }

  .smc_h2.unibuddy {
    font-size: 1.5em;
  }

  .mobile-social_bar {
    border-left-color: #fff9;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 3.8em;
    padding-left: 0;
    top: 14%;
  }

  .mobile-social {
    justify-content: flex-start;
    align-items: center;
    padding-left: 2em;
  }

  .dp_h3 {
    line-height: 1.2;
  }

  .community {
    width: 80%;
  }

  .profile_img {
    flex: none;
    width: 20%;
    height: auto;
  }

  .community-grid {
    grid-row-gap: 3em;
  }

  .testimonial_img {
    width: 70%;
  }

  .unibuddy_wrapper {
    height: 2.8em;
  }

  .modal-wrapper-2 {
    display: none;
  }

  .unibuddy-logo {
    width: 75%;
  }

  .left-content {
    width: 100%;
  }

  .left-content.top5 {
    margin-bottom: 4em;
  }

  .step-content {
    width: 100%;
    margin-bottom: 69px;
  }

  .steps-right {
    width: 100%;
  }

  .steps-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .steps-section {
    padding-top: 2em;
  }

  .steps-section.map {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .number_wrapper {
    width: 4em;
    height: 4em;
  }

  .number {
    font-size: 1.7em;
  }

  .top10_header {
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .top10_header.map {
    text-align: left;
    justify-content: flex-start;
  }

  .top10_img {
    height: 12.9em;
  }

  .brand {
    height: 2.7em;
    margin-left: 2em;
  }

  .video.welcome {
    height: 82%;
    margin-top: 0;
    margin-right: 0;
  }

  .down_btn {
    margin-top: -.8em;
  }

  .why-fact_block-v {
    width: 80%;
    height: 100%;
    margin-bottom: 2em;
  }

  .content-center {
    width: 90%;
  }

  .content-center.state-callout {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
  }

  .content-center.who2, .content-center.why2, .content-center.why-img2, .content-center.why3 {
    width: 90%;
  }

  .content-center.lb3 {
    padding-top: 2em;
    padding-bottom: 2em;
  }

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

  .content-center.lb-3, .content-center.lb-4 {
    width: 80%;
  }

  .content-center.lb5 {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    width: 80%;
  }

  .content-center.lb-6 {
    width: 80%;
  }

  .content-center.pp_3, .content-center.pp_1 {
    padding-left: 1em;
    padding-right: 1em;
  }

  .content-center.home-txt {
    width: 80%;
    padding-left: 1em;
    padding-right: 1em;
  }

  .map-bg {
    background-color: #aad3df;
    right: auto;
  }

  .modal-close_btn-3 {
    top: 0%;
    right: 0;
  }

  .modal-close_btn-3.sl {
    top: 0%;
  }

  .video-embed {
    height: 100%;
    display: flex;
  }

  .map-intro {
    font-size: 1em;
  }

  .map-list, .scroll-content, .map-steps-left {
    width: 100%;
  }

  .video_header {
    text-align: left;
    font-size: 1.3em;
  }

  .vid-title-txt.top5 {
    margin-top: -.5em;
  }

  .video_title {
    text-align: left;
    font-size: .9em;
  }

  .video_fine {
    text-align: left;
  }

  .modal-close_btn-3 {
    top: 12%;
  }

  .modal-wrapper-stationary.play-welcome, .modal-wrapper-stationary.subscribe-home {
    display: none;
  }

  .modal-wrapper-stationary.profile {
    padding-bottom: 15em;
  }

  .modal-wrapper-stationary.play-welcome {
    display: none;
    overflow: auto;
  }

  .modal-wrapper-stationary.play-welcome.sl, .modal-wrapper-copy.play-welcome, .modal-wrapper-copy.subscribe-home {
    display: none;
  }

  .modal-wrapper-copy.profile {
    padding-bottom: 15em;
  }

  .modal-wrapper-copy.play-welcome {
    display: none;
    overflow: auto;
  }

  .modal-wrapper-copy.play-welcome.sl {
    display: none;
  }

  .subscribe-home-container.play-welcome {
    height: 51vw;
  }

  .subscribe-home-container.unibud {
    padding-left: 20px;
    padding-right: 10px;
  }

  .subscribe-home-container.play-welcome {
    height: 124vw;
    margin-top: 13vh;
  }

  .subscribe-home-container.play-welcome.sl {
    height: 55vh;
    max-height: 55vh;
    margin-top: 10vh;
  }

  .subscribe-home-container.subscribe-home {
    max-height: 60vh;
    margin-top: 12em;
    padding-left: 30px;
    padding-right: 30px;
  }

  .h1 {
    font-size: 2.2em;
    line-height: 1.2;
  }

  .h1.sm-cntr.lb, .h1.sm-cntr.why {
    text-align: center;
  }

  .h1.white.centered {
    font-size: 2em;
  }

  .h3 {
    font-size: 1.5em;
  }

  .h3.green.why-callouttxt {
    font-size: 1.8em;
  }

  .h3.centered {
    line-height: 1.2;
  }

  .h3.centered.lb.blk, .h3.subheader {
    font-size: 1.5em;
  }

  .h3.subheader.white {
    text-align: center;
  }

  .h3.subheader.white.example {
    font-size: 1.8em;
  }

  .h3.subheader.white.example.normal.sm_cntr {
    font-size: 1.5em;
  }

  .h3.subheader.sm_cntr {
    text-align: center;
  }

  .h3.products {
    font-size: 1.7em;
  }

  .h3.sm_cntr, .h3.lb, .p {
    text-align: center;
  }

  .p.callout {
    line-height: 1.2;
  }

  .p.white.ul.ex-link {
    font-size: 1em;
  }

  .p.sm-cntr.lb, .p.lb {
    text-align: center;
  }

  .who-img2 {
    margin-left: 0;
  }

  .why_header {
    flex-flow: column;
  }

  .why-callout1 {
    width: 100%;
    margin-top: auto;
    padding-left: 1em;
    padding-right: 0;
    position: static;
  }

  .why-callout2 {
    padding: 2em 1em;
  }

  .why-callout2-line {
    padding: 1em;
  }

  .product-block {
    padding-left: 1em;
    padding-right: 1em;
  }

  .product-block.coming-soon {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    padding-bottom: 2em;
  }

  .product-img._2 {
    width: 80%;
  }

  .product-img._1 {
    width: 100%;
    height: auto;
  }

  .product-img._4 {
    width: 80%;
    height: auto;
  }

  .product-txt {
    width: 100%;
  }

  .product-txt.sm-margin-top, .products-current {
    margin-top: 1em;
  }

  .lb3_txt, .lb3_img {
    width: 100%;
  }

  .example-1 {
    margin-top: 3em;
    padding-top: 2em;
  }

  .example-img {
    width: 88%;
  }

  .example-img.contain.grc {
    width: 90%;
  }

  .example-links {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .get-in-touch_mobile {
    margin-top: 0;
    margin-left: auto;
    margin-right: 1em;
  }

  .lb_1 {
    margin-top: 2em;
  }

  .icon-txt-blk {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .icon {
    width: 3em;
    height: 3em;
  }

  .lb2-r {
    margin-top: 0;
  }

  .drone-video {
    width: 15em;
    height: 20.8em;
  }

  .home-example {
    width: auto;
  }

  .content-center-2 {
    width: 90%;
  }

  .h1-2 {
    font-size: 2.2em;
    line-height: 1.2;
  }

  .h1-2.wht.centered {
    font-size: 1.4em;
  }

  .section-2.pricing-header {
    height: 43.7em;
  }

  .content-center-3 {
    width: 90%;
  }

  .content-center-3.pricing-row.bundle {
    margin-top: 1em;
  }

  .content-center-3.pricing-best {
    padding-bottom: 2em;
  }

  .p-3.sm-cntr {
    text-align: center;
  }

  .bundle-title {
    width: 70%;
    margin-top: -.9em;
  }

  .h3-2 {
    font-size: 1.5em;
  }

  .h3-2.alt.sm-cntr {
    text-align: center;
  }

  .h3-2.centered {
    line-height: 1.2;
  }
}

#w-node-f134d957-7b23-5756-5821-0a95433f1db0-bf9e668c {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_1acff030-f8b6-f684-4201-6d70bb80884f-e219c98d, #w-node-d5e5a94b-5a1a-7351-caf0-95bd56b0c686-e219c98d {
  grid-area: 2 / 1 / 3 / 2;
}


@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserratalternates';
  src: url('../fonts/MontserratAlternates-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}