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

blockquote {
  margin-bottom: 10px;
  padding: 10px 20px;
  border-left: 3px solid #ebebeb;
  font-size: 19px;
  line-height: 1.6em;
}

figure {
  margin-bottom: 10px;
}

figcaption {
  margin-top: 5px;
  margin-bottom: 80px;
  text-align: center;
}

.project-hero-copy {
  width: 50%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.hero-headline {
  font-size: 60px;
  line-height: 1.1em;
  font-weight: 400;
}

.style-guide-content {
  padding-top: 40px;
}

.style-guide-label {
  margin-top: 10px;
  margin-bottom: 40px;
  color: #aaa;
  font-size: 11px;
  line-height: 11px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.style-guide-label.cc-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.style-guide-section {
  position: relative;
  margin: 20px;
  padding: 60px 30px;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.body {
  font-size: 15px;
  line-height: 1.6em;
}

.button {
  height: 44px;
  padding: 0px 20px;
  border-radius: 4px;
  background-color: #3898ec;
  box-shadow: 0 1px 1px 0 transparent;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  color: #fff;
  line-height: 43px;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.button:hover {
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.project-content {
  display: block;
}

.project-content figure {
  margin-top: 10px;
  margin-bottom: 50px;
}

.project-content img {
  display: block;
}

.project-hero-section {
  padding-top: 60px;
}

.project-hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.project-details-container {
  display: block;
  width: 90%;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.project-services {
  padding-left: 0px;
}

.project-services ul {
  padding-left: 20px;
  font-size: 14px;
  line-height: 30px;
  font-weight: 500;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.project-hero-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}


.container-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  max-width: 1000px;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.back-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  float: left;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  color: #222;
}

.type-column-2 {
  padding-top: 30px;
  padding-left: 20px;
}

.type-column-1 {
  padding-right: 20px;
}

.style-guide-title {
  position: absolute;
  left: 0px;
  top: 0px;
  display: inline-block;
  margin-top: 0px;
  padding-top: 5px;
  padding-left: 18px;
  color: #222;
  font-size: 22px;
  line-height: 44px;
  font-weight: 500;
  text-transform: uppercase;
}

.color-block {
  height: 70px;
  margin-top: 30px;
  border-radius: 4px;
  background-color: #ebebeb;
}

.color-block.cc-font-color-dark {
  background-color: #222;
}

.color-block.cc-font-color-light {
  background-color: #aaa;
}

.color-block.cc-brand-color-1 {
  background-color: #3898ec;
}

.color-block.cc-brand-color-2 {
  background-color: #c860db;
}

.color-block.cc-brand-color-3 {
  background-color: #63ecc0;
}

.color-block.cc-brand-color-4 {
  background-color: #ffb08b;
}

.color-block.cc-light-grey-1 {
  background-color: #f3f3f5;
}

.color-block.cc-light-grey-2 {
  background-color: #ccc;
}

.color-block.cc-dark-grey-1 {
  background-color: #636363;
}

.color-block.cc-dark-grey-2 {
  background-color: #333;
}

.style-guide-title-section {
  margin-bottom: 10px;
}

.style-guide-subhead {
  margin-bottom: 40px;
  padding: 20px;
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
}

.style-guide-label-column {
  min-height: 44px;
}

.style-guide-wrap {
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #f3f3f5;
}

.style-guide-logo-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #aaa;
  border-radius: 4px;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/transparent_1transparent.gif');
  background-position: 0px 0px;
  background-size: 16px;
}

.style-guide-logo-box.cc-dark {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

.style-guide-logo-box.cc-light {
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.5)), to(hsla(0, 0%, 100%, 0.5))), url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/transparent_1transparent.gif');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.5), hsla(0, 0%, 100%, 0.5)), url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/transparent_1transparent.gif');
  background-position: 0px 0px, 0px 0px;
  background-size: auto, 16px;
}

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

.link {
  display: block;
  float: right;
}

.style-guide-label-link {
  display: inline-block;
  font-size: 11px;
  line-height: 11px;
  font-weight: 500;
  text-decoration: none;
}

.style-guide-label-link:hover {
  text-decoration: underline;
}

.input {
  height: 44px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background-color: #fff;
  line-height: 44px;
}

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

.input:focus {
  border-color: #3898ec;
}

.input.cc-long {
  height: auto;
  min-height: 150px;
  line-height: 24px;
}

.form-success {
  background-color: #1cec88;
  color: #1cec88;
}

.success-message {
  border-radius: 4px;
  background-color: rgba(32, 206, 123, 0.1);
  color: #20ce7b;
}

.error-message {
  border-radius: 4px;
  background-color: rgba(236, 56, 114, 0.1);
  color: #ec3872;
  text-align: center;
}

.card {
  margin: 15px;
  padding: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-radius: 4px;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.2);
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-decoration: none;
}

.card:hover {
  margin: 12px;
  padding: 43px;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
}

.card-title {
  margin-top: 0px;
}

.card-paragraph {
  margin-bottom: 0px;
}

.card-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding: 20px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #f3f3f5;
}

.card-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
}

.tab-pane {
  padding: 30px 40px 40px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.tab-link {
  margin-right: 10px;
  margin-left: 10px;
  padding-right: 5px;
  padding-left: 5px;
  background-color: transparent;
  color: #aaa;
}

.tab-link:hover {
  color: #222;
}

.tab-link.w--current {
  background-color: transparent;
  box-shadow: inset 0 -1px 0 0 #333;
  color: #222;
}

.tab-menu {
  padding-right: 5px;
  padding-left: 5px;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  box-shadow: inset 0 -1px 0 0 #ccc;
}

.tabs {
  border-radius: 4px;
  box-shadow: inset 0 0 0 1px #ccc;
}

.main-logo-black {
  margin-top: 10px;
}

.container-3 {
  display: block;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-2 {
  position: relative;
  margin-bottom: 20px;
  background-color: transparent;
}

.brand {
  position: relative;
}

.link-2 {
  display: block;
}

.link-2.tab-button.tab-button-active {
  display: inline-block;
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

.link-3 {
  display: block;
}

.link-3.tab-button {
  display: inline-block;
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

.link-4 {
  display: block;
}

.link-4.tab-button {
  display: inline-block;
  padding-right: 5px;
  font-family: Gotham, sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 100;
  text-decoration: none;
  text-transform: uppercase;
}

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

.div-block {
  width: 300px;
}

.div-block-2 {
  width: 50%;
}

.div-block-3 {
  width: 200px;
  height: 200px;
}

.top-button-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.top-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bottom-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bg-circle-container {
  width: 100%;
  height: 100%;
}

.div-block-4 {
  width: 100%;
  height: 100%;
}

.bg-circle {
  width: 100%;
  height: 100%;
  border-radius: 150px;
  background-color: transparent;
}

.bg-circle:focus {
  background-color: #ccc;
}

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

.icon-button-image {
  position: absolute;
  z-index: 1;
}

.columns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #000;
}

.div-block-6 {
  width: 50px;
  height: 50px;
  background-color: #fff;
}

.tabs-menu {
  display: none;
  overflow: visible;
  margin-top: 0px;
}

.icon-tab-link {
  position: absolute;
  z-index: 2;
  color: #000;
  font-size: 25px;
}

.icon-tab-link.tab-button {
  width: 200px;
  height: 200px;
  color: transparent;
}

.icon-tab-link.tab-button.tab-button-active {
  width: 200px;
  height: 200px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-subtitle {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 500px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
}

.paragraph {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading {
  padding-left: 0px;
  color: #0a1c4d;
  text-align: right;
}

.number-stats {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 350px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px none #000;
  background-color: #f8f8f8;
}

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

.stat-number {
  width: 200px;
  height: 60px;
  margin-top: 10px;
  margin-bottom: 0px;
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-size: 72px;
  line-height: 72px;
  font-weight: 500;
}

.heading-2 {
  margin-bottom: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #0a1c4d;
  font-size: 40px;
}

.stat-label {
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-size: 30px;
  line-height: 38px;
  font-weight: 300;
}

.genre-interaction {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 0px 60px;
  border-top: 1px none #000;
  background-color: #f8f8f8;
}

.div-block-7 {
  display: block;
}

.text-block {
  display: inline-block;
  width: 300px;
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}


.div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-2 {
  position: static;
  display: block;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 45px;
  line-height: 52px;
}

.text-block-2.underline {
  color: #3898ec;
}

.text-block-2.underline.background-text {
  color: transparent;
}

.text-block-2.underline.tab-front {
  font-family: Gotham, sans-serif;
  color: #14aac5;
  font-weight: 500;
  text-decoration: underline;
}

.text-block-2.background-text {
  padding-right: 220px;
  font-family: Gotham, sans-serif;
  color: #0a1c4d;
  font-weight: 300;
}

.text-block-2.background-text.highered {
  padding-right: 0px;
}

.text-block-2.tab-front.static-text {
  display: block;
  padding-right: 220px;
  font-family: Gotham, sans-serif;
  color: transparent;
  font-weight: 300;
}

.text-block-2.tab-front.static-text.highered {
  padding-right: 0px;
}

.tabs-2 {
  z-index: 2;
  display: block;
}

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

.fantasy-and-sf {
  height: 300px;
}

.div-block-9 {
  display: block;
}

.background-container {
  position: absolute;
}

.body-2 {
  overflow: scroll;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.tab-button {
  background-color: #f8f8f8;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tab-button:hover {
  color: #0067d3;
}

.tab-button.tab-button-active {
  border-style: solid;
  border-width: 1px;
  border-color: #f8f8f8;
  background-color: #f8f8f8;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.tab-button.tab-button-active:hover {
  border-style: solid;
  border-color: #f8f8f8;
}

.superheros {
  height: 300px;
}

.tv {
  height: 300px;
}

.tab-pane-tab-4 {
  height: 300px;
}

.icon {
  display: none;
  margin-top: 20px;
  margin-bottom: 10px;
  color: #0067d3;
  font-size: 40px;
  font-weight: 100;
}

.line-graph-section {
  position: relative;
  z-index: 500;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 20px 220px;
  border: 1px none #000;
  background-color: #f8f8f8;
}

.grid-3 {
  margin-top: 15px;
  grid-auto-flow: row dense;
  grid-column-gap: 5px;
  grid-template-areas: "Area" "Area-2";
  -ms-grid-columns: 1fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr 5px 0.5fr;
  grid-template-columns: 1fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr 0.5fr;
}

.grid-3.background-grid {
  position: static;
}

.grid-3.filled-in-circles {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  margin-top: 0px;
}

.div-block-10 {
  width: 30px;
  height: 30px;
}

.div-block-10.background-circle {
  border-radius: 20px;
  background-color: #aaa;
}

.div-block-10.background-circle.c1t2r1.row-1.tab-1 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 0px;
  background-color: transparent;
}

.div-block-10.filled-in-circle {
  border-radius: 20px;
  background-color: #3898ec;
}

.dot-chart-desktop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.line-graph-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.line-graph-1.mobile {
  display: none;
}

.text-block-3 {
  color: #3898ec;
}

.line-graph-2 {
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #000;
}

.quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 356px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 400px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px none #000;
  background-color: #fff;
}

.text-block-4 {
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 100;
  text-align: left;
}

.paragraph-2 {
  font-family: Gotham, sans-serif;
  color: #0a1c4d;
  font-size: 24px;
  line-height: 32px;
  font-weight: 300;
  text-align: left;
}

.gallery {
  position: relative;
  z-index: 500;
  display: block;
  height: 440px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.mask {
  overflow: visible;
  background-color: transparent;
}

.slide {
  width: 360px;
  height: 100%;
}

.slide-2 {
  width: 360px;
  height: 100%;
}

.slide-3 {
  width: 300px;
}

.slide-4 {
  width: 300px;
}

.slider {
  height: 100%;
  background-color: #2091a7;
}

.div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ccc;
}

.left-arrow {
  position: absolute;
  left: 15%;
  top: 75%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  overflow: visible;
}

.right-arrow {
  left: 25%;
  top: 75%;
  right: auto;
  bottom: 0%;
  z-index: 3;
  overflow: visible;
}

.slide-nav {
  display: none;
}

.text-block-5 {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.div-block-12 {
  display: block;
  width: 360px;
  height: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.tabs-content-2 {
  overflow: hidden;
}

.div-block-13 {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  width: 600px;
  height: 100%;
  background-color: rgba(56, 152, 236, 0.27);
}

.slide-5 {
  width: 360px;
  height: 100%;
}

.slide-6 {
  width: 360px;
  height: 100%;
}

.div-block-14 {
  width: 100%;
  height: 100%;
}

.network-visual {
  position: relative;
  z-index: 500;
  height: 800px;
  margin-top: 40px;
  margin-bottom: 40px;
  padding: 20px 220px 0px;
}

.network-visual.healthcare.mobile {
  display: none;
  height: 800px;
  padding-right: 0px;
  padding-left: 0px;
}

.network-visual.highered {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-top: 100px;
  margin-bottom: 100px;
  padding: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.network-visual.highered.remove {
  display: none;
}

.network-visual.hospitality {
  margin-top: 100px;
  margin-bottom: 100px;
  padding-right: 0px;
  padding-left: 0px;
}

.network-visual.hospitality.remove {
  display: none;
}

.network-container {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -webkit-transform: scale(0.7);
  -ms-transform: scale(0.7);
  transform: scale(0.7);
}

.network-outer-container {
  position: static;
  display: block;
  overflow: visible;
  padding-left: 220px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.network-outer-container.making-friends {
  height: 700px;
}

.network-outer-container.between-classes {
  height: 700px;
}

.network-outer-container.at-home {
  height: 700px;
}

.network-outer-container.deprecated {
  display: none;
}

.network-outer-container.healthcare {
  display: block;
  height: 700px;
  padding-left: 300px;
  float: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.network-outer-container.hospitality {
  position: relative;
  left: 29px;
  height: 700px;
  padding-left: 271px;
}

.background-circle-1 {
  position: absolute;
  z-index: 1;
  width: 990px;
  height: 990px;
  border-radius: 990px;
  background-color: rgba(35, 190, 200, 0.15);
}

.background-circle-1.bg {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  background-color: rgba(35, 190, 200, 0.1);
}

.div-block-16 {
  position: relative;
  margin: 40px;
  border-radius: 50px;
  background-color: #3898ec;
}

.div-block-17 {
  position: absolute;
  top: 2850.09px;
  z-index: 5;
  width: 150px;
  height: 150px;
  border-radius: 150px;
  background-color: #3898ec;
}

.div-block-17.top-left {
  position: absolute;
  left: 23%;
  top: 0%;
  right: auto;
  bottom: -162px;
}

.div-block-17.top-right {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-17.bottom-left {
  position: absolute;
  left: 90px;
  top: 336px;
}

.div-block-17.middle-right {
  position: absolute;
  left: auto;
  top: 35%;
  right: 0%;
  bottom: 0%;
}

.div-block-17.top-middle {
  position: absolute;
  left: 35%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-17.top-middle-copy {
  position: absolute;
  left: 35%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.div-block-17.top-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
}

.div-block-17.middle-left {
  position: absolute;
  left: 0%;
  top: 35%;
  right: auto;
  bottom: auto;
}

.div-block-17.bottom-left {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.div-block-17.bottom-middle {
  position: absolute;
  left: 35%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.div-block-17.bottom-right {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-18 {
  position: relative;
  top: -104px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.list {
  font-size: 28px;
  line-height: 36px;
  list-style-type: decimal;
}

.what-to-look-for {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px;
  border: 1px none #000;
  background-color: #f8f8f8;
}

.footer {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px;
  border: 1px none #000;
  background-color: transparent;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/SE_Prism_Blue_1-2_RGB2x.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.what-to-look-for-copy {
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #000;
  background-color: #ccc;
}

.div-block-19 {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: none;
  border-width: 5px;
  border-color: #0165f2;
  border-radius: 100px;
  text-align: left;
}

.div-block-20 {
  display: block;
  float: right;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.column-4 {
  background-color: #fff;
}

.column-5 {
  overflow: hidden;
}

.heading-3 {
  font-family: Gotham, sans-serif;
  font-size: 48px;
  line-height: 53px;
  font-weight: 300;
  letter-spacing: -0.6px;
}

.paragraph-3 {
  font-family: 'Gotham book', sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.heading-4 {
  font-family: Gotham, sans-serif;
  font-weight: 300;
}

.heading-5 {
  font-size: 48px;
}

.heading-6 {
  color: #fff;
}

.paragraph-4 {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 100;
}

.text-block-6 {
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  color: #0a1c4d;
  font-size: 34px;
  line-height: 41px;
  font-weight: 300;
}

.column-6 {
  padding-right: 20px;
  padding-left: 0px;
}

.div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-22 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.column-7 {
  padding-right: 20px;
  padding-left: 20px;
}

.column-8 {
  padding-right: 0px;
  padding-left: 20px;
}

.div-block-23 {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-7 {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 300;
}

.dropdown {
  margin-bottom: 23px;
}

.image-2 {
  display: inline-block;
}

.div-block-24 {
  display: inline-block;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.heading-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  line-height: 70px;
  font-weight: 100;
  text-align: center;
  letter-spacing: -0.75px;
}

.heading-7.mobile {
  display: none;
}

.heading-7.desktop {
  width: 700px;
  padding-right: 20px;
  padding-left: 20px;
}

.div-block-25 {
  width: 100%;
  height: 2px;
  margin-top: 20px;
  margin-bottom: 20px;
  border-top: 1px none #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#fff), to(#73dce1));
  background-image: linear-gradient(90deg, #fff, #73dce1);
}

.paragraph-5 {
  padding-right: 40px;
  padding-left: 40px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 100;
  text-align: center;
}

.paragraph-5.fit {
  padding-right: 30px;
  padding-left: 30px;
  text-align: center;
}

.divider-section {
  position: relative;
  z-index: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 140px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0067d3;
}

.divider-section.remove {
  display: none;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 700px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
}

.section-3 {
  height: 745px;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/HOSPITAL_HERO_0331_r2.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.section-3.hero-1 {
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/HOSPITAL_HERO_0649_r2.jpg');
}

.section-3.hero-1.higher-ed {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/AdobeStock_311204011.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.hero-1.healthcare {
  position: relative;
  z-index: 100;
  overflow: hidden;
  height: 745px;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/wa_9169_7_0184.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.hero-1.hospitality {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/AdobeStock_131282170.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.higher-ed.hero-2 {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/AdobeStock_287721891.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.hero-2.healthcare {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/wa_9169_2a_0211.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.section-3.hero-2.hospitality {
  position: relative;
  z-index: 100;
  overflow: hidden;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/AdobeStock_181492580.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.grid-4 {
  padding-right: 0px;
  grid-column-gap: 5px;
  grid-template-areas: "Area Area Area Area Area Area Area Area Area Area" ". . . . . . . . . ." "Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2 Area-2";
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-block-8 {
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.text-block-9 {
  margin-top: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  line-height: 22px;
  text-transform: uppercase;
}

.heading-8 {
  margin-top: 0px;
}

.graph-outer-container {
  width: 644px;
  height: 212px;
  margin-top: 38px;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/highered_graph1_gradient.svg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.graph-outer-container.higher-education {
  position: relative;
  left: -60px;
  right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background-image: none;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.graph-outer-container.higher-education.graph-2 {
  left: 0px;
  -webkit-transform: scale(0.8);
  -ms-transform: scale(0.8);
  transform: scale(0.8);
}

.grid-5 {
  height: 100px;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 0px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-3 {
  position: relative;
  top: 20px;
}

.image-4 {
  position: relative;
  left: -8px;
  top: 0px;
}

.image-5 {
  position: relative;
  left: -8px;
  top: 0px;
}

.div-block-27 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 25px;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-27.line-graph-1 {
  left: 0px;
  bottom: 37px;
}

.div-block-27.line-graph-1._1 {
  left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-6 {
  position: relative;
  left: -45px;
  top: -36px;
}

.image-6.graph1 {
  left: -48px;
}

.image-7 {
  position: relative;
  top: 28px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-8 {
  position: relative;
  left: -7px;
  top: 15px;
}

.image-9 {
  position: relative;
  left: -18px;
  top: 2px;
}

.image-10 {
  position: relative;
  left: -26px;
  top: -11px;
}

.image-11 {
  position: relative;
  left: -30px;
  top: -16px;
}

.image-12 {
  position: relative;
  left: -36px;
  top: -23px;
}

.column-9 {
  left: 0px;
  display: block;
  overflow: visible;
  margin-top: 0px;
  padding-right: 0px;
  padding-left: 80px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-9.chart-2 {
  left: 0px;
}

.column-9.text {
  left: 20px;
  padding-right: 60px;
}

.text-block-10 {
  margin-top: 20px;
  padding-right: 10px;
  font-family: Gotham, sans-serif;
  color: #0082e6;
  font-size: 24px;
  line-height: 33px;
}

.text-block-10.newicontext {
  width: 100px;
  padding-right: 0px;
  color: #0a1c4d;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
}

.dot-chart-section {
  position: relative;
  z-index: 500;
  margin-top: 80px;
  margin-bottom: 40px;
  padding-right: 0px;
  padding-left: 0px;
}

.heading-9 {
  margin-top: 0px;
}

.column-10 {
  display: block;
}

.image-13 {
  margin-bottom: 60px;
}

.image-14 {
  display: inline-block;
}

.div-block-28 {
  width: auto;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 20px;
  border-left: 5px solid #0067d3;
}

.div-block-29 {
  padding-top: 5px;
  padding-right: 15vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.slide-7 {
  width: 360px;
}

.slide-8 {
  width: 360px;
}

.slide-9 {
  width: 360px;
}

.slide-10 {
  width: 360px;
}

.slide-11 {
  width: 360px;
}

.slide-12 {
  width: 360px;
}

.slide-13 {
  width: 360px;
}

.slide-14 {
  width: 360px;
}

.slide-15 {
  width: 360px;
}

.slide-16 {
  width: 360px;
}

.slider-2 {
  position: relative;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.2)), to(hsla(0, 0%, 100%, 0.2))), -webkit-gradient(linear, left top, right top, from(#23bec8), to(#172a5a));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0.2), hsla(0, 0%, 100%, 0.2)), linear-gradient(90deg, #23bec8, #172a5a);
}

.slide-17 {
  width: 360px;
}

.slide-18 {
  width: 360px;
}

.slide-19 {
  width: 360px;
}

.slide-20 {
  width: 360px;
}

.slide-21 {
  right: 180px;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 1;
}

.slide-22 {
  right: 180px;
  background-color: transparent;
}

.slide-23 {
  right: 180px;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.slide-24 {
  right: 180px;
  background-color: hsla(0, 0%, 100%, 0.2);
  opacity: 1;
}

.slide-25 {
  right: 180px;
  background-color: hsla(0, 0%, 100%, 0.3);
  opacity: 1;
}

.div-block-30 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-31 {
  width: 360px;
  height: 100%;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
}

.text-block-11 {
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 30px;
  line-height: 38px;
  font-weight: 500;
}

.mask-2 {
  position: absolute;
  overflow: visible;
  width: 360px;
  background-color: transparent;
}

.slide-nav-2 {
  display: none;
  overflow: visible;
}

.right-arrow-2 {
  position: absolute;
  left: 390px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.left-arrow-2 {
  position: absolute;
  left: 270px;
  top: auto;
  right: auto;
  bottom: 0%;
  width: 50px;
  height: 50px;
}

.div-block-32 {
  position: relative;
  left: -215px;
  top: -80px;
  z-index: 13;
  display: inline-block;
}

.heading-10 {
  display: inline;
  font-size: 40px;
}

.div-block-33 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  padding-right: 40vw;
}

.div-block-33.healthcare {
  position: static;
  padding-right: 0vw;
}

.heading-11 {
  color: #0a1c4d;
  font-size: 40px;
}

.heading-12 {
  color: #0a1c4d;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.paragraph-6 {
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-weight: 300;
}

.paragraph-6.space {
  margin-top: 40px;
  line-height: 26px;
}

.prefooter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 455px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 40px 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
}

.paragraph-7 {
  font-family: Gotham, sans-serif;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
}

.column-11 {
  font-family: Gotham, sans-serif;
}

.column-11.edu-cta {
  padding-right: 0px;
  padding-left: 40px;
}

.paragraph-8 {
  margin-bottom: 0em;
  padding-left: 0px;
  float: none;
  font-family: Gotham, sans-serif;
  color: #0082e6;
  font-size: 30px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}

.text-block-12 {
  font-family: Gotham, sans-serif;
  color: #0065f2;
  font-size: 16px;
  font-weight: 500;
}

.column-12 {
  padding-right: 140px;
}

.column-12.bottom-copy.other {
  padding-right: 100px;
}

.column-12.edu-quote {
  padding-right: 90px;
}

.text-block-13 {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 100;
}

.text-block-13 p {
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 100;
}

.text-block-13 a {
  color: #fff;
  font-size: 14px;
  line-height: 20px;
}

.text-block-13.copyright {
  margin-top: 60px;
}

.column-13 {
  position: static;
  display: block;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.columns-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.background-circle-2 {
  position: absolute;
  z-index: 1;
  width: 720px;
  height: 720px;
  border-radius: 990px;
  background-color: rgba(17, 168, 196, 0.15);
}

.background-circle-2.large {
  width: 260px;
  height: 260px;
  background-color: rgba(20, 170, 197, 0.2);
}

.background-circle-2.small {
  width: 200px;
  height: 200px;
  background-color: rgba(20, 170, 197, 0.2);
}

.background-circle-3 {
  position: absolute;
  z-index: 1;
  width: 495px;
  height: 495px;
  border-radius: 990px;
  background-color: rgba(2, 144, 214, 0.3);
}

.background-circle-3.large {
  width: 210px;
  height: 210px;
  background-color: rgba(2, 144, 214, 0.4);
}

.background-circle-3.small {
  width: 160px;
  height: 160px;
  background-color: rgba(2, 144, 214, 0.4);
}

.background-circle-4 {
  position: absolute;
  z-index: 1;
  width: 340px;
  height: 340px;
  border-radius: 990px;
  background-color: rgba(2, 144, 214, 0.3);
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #23bec8, #1f82d7);
}

.background-circle-4.large {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  height: 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(16, 103, 211, 0.7);
  background-image: none;
}

.background-circle-4.large.rd3 {
  background-color: rgba(16, 103, 211, 0.6);
}

.background-circle-4.large.rd4 {
  background-color: rgba(16, 103, 211, 0.6);
}

.background-circle-4.large.rd7 {
  background-color: rgba(16, 103, 211, 0.6);
}

.background-circle-4.small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 110px;
  height: 110px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0067d3;
  background-image: none;
}

.background-circle-4.small.with-text {
  background-color: rgba(0, 103, 211, 0.7);
}

.background-circle-4.small.with-text.rd1 {
  background-color: rgba(0, 103, 211, 0.6);
}

.background-circle-4.small.with-text.rd5 {
  background-color: rgba(0, 103, 211, 0.6);
}

.background-circle-4.small.with-text.rd6 {
  background-color: rgba(0, 103, 211, 0.6);
}

.background-circle-4.small.with-text.rd2 {
  background-color: rgba(0, 103, 211, 0.6);
}

.background-radius {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

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

.icon-container.large:hover {
  display: none;
}

.radial-icon-container {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.radial-icon-container.large {
  top: -45px;
}

.radial-icon-container.large.tablet {
  position: relative;
  left: 16%;
  top: auto;
  right: 15%;
  bottom: 30%;
}

.radial-icon-container.large.tablet.healthcare {
  left: 29%;
}

.radial-icon-container.large.phone {
  position: relative;
  left: -40%;
  top: -9%;
  right: auto;
  bottom: 0%;
}

.radial-icon-container.large.phone.other {
  left: -46%;
}

.radial-icon-container.large.laptop {
  position: relative;
  left: auto;
  top: auto;
  right: -18%;
  bottom: -60%;
}

.radial-icon-container.large.bedroom {
  position: absolute;
  left: 21%;
  top: 17%;
  right: auto;
  bottom: auto;
}

.radial-icon-container.small {
  position: relative;
  left: auto;
  top: -70%;
  right: -10%;
  bottom: auto;
}

.radial-icon-container.small.tablet {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.radial-icon-container.small.phone {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: 0%;
}

.radial-icon-container.small.laptop {
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.radial-icon-container.small.shuttle {
  position: relative;
  left: -15%;
  top: 38%;
  right: 0%;
  bottom: 0%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.radial-icon-container.small.shuttle.other {
  left: -28%;
  bottom: -10%;
}

.radial-icon-container.small.shuttle.waiting {
  left: -57%;
  top: auto;
  bottom: -27%;
}

.radial-icon-container.small.marshall {
  position: relative;
  left: auto;
  top: auto;
  right: 49%;
  bottom: -28%;
}

.radial-icon-container.small.sports {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.radial-icon-container.small.sports {
  position: relative;
  left: auto;
  top: -50%;
  right: 3%;
  bottom: auto;
}

.radial-icon-container.small.building {
  position: absolute;
  left: auto;
  top: 37%;
  right: 53%;
  bottom: auto;
}

.radial-icon-container.small.building.tab-1 {
  position: relative;
  top: 23%;
  right: -25%;
}

.radial-icon-container.small.golf {
  position: absolute;
  left: auto;
  top: auto;
  right: 5%;
  bottom: 50%;
}

.radial-icon-container.small.inpatient-care {
  position: relative;
  left: auto;
  top: -66%;
  right: -32%;
  bottom: auto;
}

.radial-icon-container.small.cafeteria {
  position: relative;
  left: 35%;
  top: auto;
  right: 0%;
  bottom: -28%;
}

.radial-icon-container.small.thing {
  position: relative;
  left: 29px;
  top: auto;
  right: -32%;
  bottom: 340px;
}

.tab-pane-1-making-friends {
  position: static;
  width: auto;
  height: auto;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-pane-2-between-classes {
  position: static;
  overflow: visible;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tab-pane-3-at-home {
  position: static;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tabs-content-3 {
  position: relative;
  z-index: 500;
  display: block;
  overflow: visible;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-14 {
  font-family: Gotham, sans-serif;
  color: #0a1c4d;
  font-size: 30px;
  line-height: 38px;
  font-weight: 100;
}

.button-3 {
  height: 45px;
  border-style: solid;
  border-width: 1px;
  border-color: #0067d3;
  background-color: #0067d3;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}

.button-3:hover {
  background-color: #0052a2;
}

.button-4 {
  display: inline-block;
  padding-right: 30px;
  padding-bottom: 5px;
  padding-left: 0px;
  background-color: #fff;
  font-family: Gotham, sans-serif;
  color: #0a1c4d;
  font-size: 30px;
  line-height: 38px;
  font-weight: 100;
}

.button-4:hover {
  border-bottom: 1px solid #0a1c4d;
  color: #14aac5;
  font-weight: 500;
}

.button-4.tab-button {
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: transparent;
}

.button-4.tab-button.tab-button-active {
  border-style: none;
  background-color: transparent;
  font-size: 30px;
  font-weight: 100;
}

.button-4.tab-button.tab-button-active:hover {
  border-style: none none solid;
  border-bottom-color: #0a1c4d;
  font-weight: 500;
}

.button-4.tab-button.tab-button-active.making-friends {
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}

.button-4.tab-button.at-home {
  padding-top: 0px;
  padding-bottom: 0px;
  text-decoration: none;
}

.button-4.tab-button.between-classes {
  padding-top: 0px;
  padding-bottom: 0px;
}

.div-block-34 {
  display: inline-block;
  width: 350px;
  margin-top: 20px;
  padding-right: 0px;
  font-family: Gotham, sans-serif;
  font-size: 30px;
  line-height: 38px;
  font-weight: 100;
}

.div-block-35 {
  position: absolute;
  width: 58px;
  height: 35px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: hsla(0, 0%, 84.7%, 0.5);
}

.div-block-35.half {
  left: 400px;
  width: 32px;
  background-color: transparent;
}

.image-15 {
  position: relative;
}

.donut-graph-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-36 {
  display: none;
  width: 360px;
  height: 360px;
  border-radius: 50%;
}

.button-5 {
  padding-right: 5px;
  padding-bottom: 5px;
  padding-left: 0px;
  border-bottom: 1px solid transparent;
  background-color: transparent;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 100;
}

.button-5:hover {
  border-bottom: 1px solid #fff;
  font-weight: 300;
}

.button-5.tab-button.tab-button-active.hero {
  border-style: none;
  background-color: transparent;
  font-weight: 100;
}

.button-5.tab-button.tab-button-active.hero:hover {
  border-style: none none solid;
  color: #fff;
  font-weight: 300;
}

.button-5.tab-button.hero:hover {
  color: #fff;
}

.tabs-menu-3 {
  position: static;
  display: none;
}

.hover-text {
  position: relative;
  z-index: 2;
  display: inline-block;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

.div-block-37 {
  position: absolute;
  z-index: 1;
}

.image-16 {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
}

.div-block-38 {
  position: absolute;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: transparent;
}

.columns-4 {
  padding-left: 140px;
}

.div-block-39 {
  position: relative;
  z-index: 3;
  padding-right: 32vw;
  padding-left: 0px;
}

.div-block-39.example-2 {
  padding-right: 30vw;
}

.div-block-40 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-41 {
  padding-left: 0px;
}

.image-17 {
  height: 580px;
  max-width: 110%;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-17.hospitality-hero {
  display: block;
}

.image-17.healthcare {
  display: block;
}

.image-17.hospitality {
  display: block;
}

.image-17.healthcare-hero {
  display: block;
}

.image-17.education-hero {
  display: block;
}

.education-hero-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.healthcare-vehicle-conatiner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hospitality-hero-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.html-embed {
  display: none;
}

.div-block-42 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-transform: scale3d(1.15, 1, 1);
  transform: scale3d(1.15, 1, 1);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.div-block-43 {
  padding-left: 10vw;
}

.div-block-43.healthcare {
  padding-left: 20vw;
}

.html-embed-2 {
  width: 100%;
  height: 203px;
}

.div-block-44 {
  position: relative;
  z-index: 2;
}

.div-block-45 {
  padding-left: 20vw;
}

.button-6 {
  display: block;
  padding-left: 20px;
  font-family: Gotham, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.button-6.tab-button {
  background-color: #d9d9d9;
  color: #0067d3;
}

.button-6.tab-button:hover {
  background-color: #f3f3f5;
  font-weight: 500;
}

.button-6.tab-button.tab-button-active {
  border-style: none;
}

.button-6.tab-button.tab-button-active:hover {
  background-color: #f3f3f5;
}

.button-6.drop-down-button {
  background-color: #d9d9d9;
  color: #0067d3;
}

.button-6.drop-down-button:hover {
  background-color: #f3f3f5;
  font-weight: 500;
}

.button-6.drop-down-button.tab-button-active {
  border-style: none;
}

.button-6.drop-down-button.tab-button-active:hover {
  background-color: #f3f3f5;
}

.button-6.drop-down-button.genre-tab-button-active {
  border-style: none;
}

.button-6.drop-down-button.genre-tab-button-active:hover {
  background-color: #f3f3f5;
}

.button-6.drop-down-button.genre-tab-button-active {
  border-style: none;
}

.button-6.drop-down-button.genre-tab-button-active:hover {
  background-color: #f3f3f5;
}

.button-6.drop-down-button.genre-tab-button-active {
  border-style: none;
}

.button-6.drop-down-button.genre-tab-button-active:hover {
  background-color: #f3f3f5;
}

.button-6.drop-down-button {
  background-color: #d9d9d9;
  color: #0067d3;
}

.button-6.drop-down-button:hover {
  background-color: #f3f3f5;
  font-weight: 500;
}

.button-6.drop-down-button.tab-button-active {
  border-style: none;
}

.button-6.drop-down-button.tab-button-active:hover {
  background-color: #f3f3f5;
}

.button-6.drop-down-button {
  background-color: #d9d9d9;
  color: #0067d3;
}

.button-6.drop-down-button:hover {
  background-color: #f3f3f5;
  font-weight: 500;
}

.button-6.drop-down-button.tab-button-active {
  border-style: none;
}

.button-6.drop-down-button.tab-button-active:hover {
  background-color: #f3f3f5;
}

.div-block-46 {
  position: absolute;
  left: 0%;
  top: 300px;
  right: 0%;
  bottom: auto;
}

.image-18 {
  position: absolute;
}

.image-19 {
  display: none;
}

.html-embed-3 {
  display: block;
}

.div-block-47 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 15%;
  min-width: 100%;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-48 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.image-20 {
  position: relative;
  left: 0%;
  bottom: 40px;
}

.vehicle-hero-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: block;
}

.cityscape-hero-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  overflow: visible;
}

.education-vehicle-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.healthcare-hero-conatiner {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hospitality-vehicle-container {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: inline-block;
  overflow: hidden;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.column-14 {
  padding-right: 10px;
}

.div-block-49 {
  display: block;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.text-block-15 {
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
}

.div-block-50 {
  position: relative;
  left: 25px;
  display: inline-block;
}

.div-block-50.low {
  position: relative;
  left: 4px;
  top: 40px;
}

.div-block-50.middle {
  position: relative;
  left: 33px;
  top: 15px;
}

.div-block-50.high {
  position: relative;
  left: 79px;
  top: -1px;
}

.div-block-50.year-1 {
  left: 1px;
}

.div-block-50.year-2 {
  left: 29px;
}

.div-block-50.year-3 {
  left: 68px;
}

.div-block-51 {
  position: absolute;
  left: 0%;
  top: 35%;
  right: 0%;
  bottom: auto;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.div-block-51.line-graph-1 {
  left: 0%;
  top: -16%;
  right: 0%;
  bottom: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-52 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 644px;
  height: 246px;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  background-color: #f0f0f0;
}

.image-21 {
  display: inline-block;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-53 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -34%;
}

.years-container {
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 125px;
  padding-left: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.line-graph-1-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.line-graph-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  margin-bottom: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px none #000;
}

.div-block-54 {
  display: block;
  font-family: Gotham, sans-serif;
}

.tabs-4 {
  position: relative;
  left: 5%;
  top: 5%;
  right: 0%;
  bottom: auto;
  height: 700px;
}

.div-block-55 {
  position: absolute;
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  padding-left: 0px;
}

.div-block-56 {
  position: static;
  bottom: 200px;
  display: block;
  margin-bottom: 0px;
  margin-left: auto;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-57 {
  display: none;
  width: 100%;
}

.paralax-image {
  width: 110%;
  height: 110%;
}

.div-block-58 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 100px;
  overflow: visible;
  padding-bottom: 0px;
}

.div-block-58.example-1 {
  bottom: 75px;
}

.columns-5 {
  float: none;
}

.column-16 {
  position: static;
  display: block;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.hosp-header {
  padding-left: 0vw;
}

.hosp-text {
  padding-top: 5px;
  padding-right: 0vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.edu-header {
  padding-left: 10vw;
}

.edu-header.higher-education {
  padding-left: 0vw;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  text-align: right;
}

.edu-header.healthcare {
  padding-left: 20vw;
}

.edu-text {
  padding-top: 5px;
  padding-right: 15vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.edu-text.higher-education {
  padding-right: 0vw;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.heal-header {
  padding-left: 10vw;
}

.heal-header.healthcare {
  padding-left: 0vw;
}

.heal-text {
  padding-top: 5px;
  padding-right: 15vw;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.heal-text.healthcare {
  padding-right: 0vw;
}

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

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.button-7 {
  height: 45px;
  margin-top: 20px;
  background-color: #0067d3;
  font-size: 16px;
  line-height: 1.7em;
  font-weight: 500;
}

.button-7:hover {
  background-color: #0052a2;
}

.div-block-59 {
  position: absolute;
  top: auto;
  right: auto;
  bottom: -18%;
  width: 474px;
  margin-left: 0px;
  font-family: Gotham, sans-serif;
  color: #0082e6;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
}

.circles-text {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Gotham, sans-serif;
  color: #0067d3;
  font-size: 70px;
  line-height: 70px;
  font-weight: 700;
}

.hidden {
  display: none;
}

.icon-wrapper {
  width: 136px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.chart-container {
  display: inline-block;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: Gotham, sans-serif;
}

.desktop-header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: block;
  overflow: visible;
  height: 90vh;
  padding: 20px 0px;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/SE_Prism_Blue_1-2_RGB_Blue-LT-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.mobile-header {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: none;
  overflow: visible;
  height: 700px;
  padding: 20px 0px;
  background-image: url('/content/dam/spectrum/enterprise/en/landing/infographic/contemporary-tv/images/SE_Prism_Blue_1-2_RGB_Blue-LT-2.png');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.dropdown-toggle-copy {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 360px;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #0067d3;
  background-color: #0067d3;
  color: #fff;
}

.html-embed-6 {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.div-block-61 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.columns-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.text-block-13-copy {
  display: inline-block;
  margin-bottom: 10px;
  font-family: Gotham, sans-serif;
  color: #fff;
  font-weight: 100;
}

.sources-link {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.sources-link:hover {
  text-decoration: underline;
}

.feature-section {
  margin-left: 0px;
  padding: 100px 0px;
  background-color: #f8f8f8;
}

.donut-graph-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-top: 100px;
  padding-right: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-image-mask {
  width: 100%;
  margin-right: 40px;
}

.feature-image {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 50% 50%;
  object-position: 50% 50%;
}

.donut-graph-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  padding-left: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-62 {
  margin-left: 0px;
  padding-left: 0px;
}

.div-block-63 {
  margin-right: 0px;
  padding-right: 0px;
}

.div-block-64 {
  margin-right: 0px;
}

.div-block-65 {
  margin-left: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.feature-section-2 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-container.graph-2 {
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.donut-graph-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  padding-left: 30%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.donut-graph-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 90%;
  margin-top: 100px;
  margin-bottom: 0px;
  padding-right: 30%;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-66 {
  padding-right: 0px;
}

.div-block-67 {
  padding-left: 0px;
}

.div-block-68 {
  margin-right: 0px;
  padding-right: 60px;
}

.dot-chart-mobile {
  display: none;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-4-mobile {
  padding-right: 0px;
  grid-column-gap: 5px;
  grid-template-areas: "Area Area Area Area Area" ". . . . ." "Area-2 Area-2 Area-2 Area-2 Area-2";
  -ms-grid-columns: 1fr 5px 1fr 5px 1fr 5px 1fr 5px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.feature-section-3 {
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #f8f8f8;
}

.div-block-70 {
  width: 400px;
  padding-right: 0px;
  padding-left: 0px;
}

.div-block-71 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.section-4 {
  position: relative;
  z-index: 998;
}

.column-17 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-18 {
  padding-right: 10px;
  padding-left: 10px;
}

.column-19 {
  padding-right: 0px;
  padding-left: 20px;
}

.h2-super {
  position: relative;
  bottom: 17px;
  font-size: 20px;
  text-decoration: none;
}

.h2-super.super-link {
  text-decoration: none;
}

.h2-super.super-link:hover {
  text-decoration: underline;
}

.text-super {
  position: relative;
  bottom: 9px;
  color: #0082e6;
  font-size: 12px;
  text-align: left;
  text-decoration: none;
}

.text-super.stat {
  font-size: 15px;
}

.column-20 {
  padding-right: 0px;
  padding-left: 20px;
}

.column-21 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-22 {
  padding-right: 20px;
  padding-left: 0px;
}

.column-23 {
  padding-right: 0px;
  padding-left: 20px;
}

.text-span {
  display: inline-block;
  margin-bottom: 10px;
  color: #fff;
}

.div-block-72 {
  width: 1200px;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.column-24 {
  padding-right: 25px;
  padding-left: 0px;
}

.div-block-73 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-73-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

._800container {
  width: 800px;
  max-width: 100%;
}

.network-visual-container {
  position: relative;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.title-subtitle-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.container-4 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.container-5 {
  clear: none;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-6 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

.container-7 {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-5 {
  position: relative;
  height: 500px;
}

.container-title-sub {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.div-block-76 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-super.big {
  bottom: 25px;
  font-size: 18px;
}

.text-super.big.super-link.dark {
  color: #333;
  text-decoration: none;
}

.text-super.dark {
  color: #333;
}

.text-span-2 {
  white-space: nowrap;
}

.text-span-3 {
  white-space: nowrap;
}

.text-span-4 {
  white-space: nowrap;
}

.text-span-5 {
  white-space: nowrap;
}

.text-span-6 {
  white-space: nowrap;
}

.text-span-7 {
  white-space: nowrap;
}

.text-span-8 {
  white-space: nowrap;
}

.text-span-9 {
  white-space: nowrap;
}

.text-span-10 {
  white-space: nowrap;
}

.image-35 {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.div-block-77 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: -25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-6 {
  display: none;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-6.healthcare {
  display: block;
}

.newicon-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.newicon-div.other {
  width: 100px;
  height: 100px;
}

.newicon-div.another {
  width: 100px;
}

.newicontext-div {
  margin-top: 10px;
}

.grid-6 {
  margin-top: 60px;
  margin-bottom: 60px;
  justify-items: center;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -ms-flex-align: start;
  align-items: start;
  -webkit-align-content: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.div-block-78 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-79 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.div-block-80 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-81 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.grid-7 {
  margin-top: 40px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.paragraph-10 {
  margin-top: 40px;
}

.image-37 {
  width: 300px;
  height: 100px;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.down-to-info {
  position: relative;
  z-index: 100;
  cursor: pointer;
}

.down-to-info-mobile {
  cursor: pointer;
}

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

.super-link {
  font-size: 40px;
  line-height: 0px;
  text-decoration: none;
}

.super-link:hover {
  text-decoration: underline;
}

.super-link.blue {
  color: #0082e6;
}

.super-link.dark {
  color: #333;
}

.image-38 {
  width: 75px;
  height: 75px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

@media screen and (min-width: 1280px) {
  .donut-graph-container {
    -webkit-transform: scale3d(1, 1, 0.5);
    transform: scale3d(1, 1, 0.5);
  }
  .div-block-39 {
    padding-right: 32vw;
  }
  .paragraph-9 {
    margin-top: 10px;
    font-family: 'Gotham book', sans-serif;
    color: #0067d3;
  }
  .text-span-11 {
    font-family: Gotham, sans-serif;
    color: #0067d3;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500;
  }
}

@media screen and (min-width: 1440px) {
  .text-block-10.newicontext {
    color: #0a1c4d;
    font-weight: 500;
  }
}

@media screen and (min-width: 1920px) {
  .div-block-58 {
    bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .number-stats {
    padding-right: 40px;
    padding-left: 40px;
  }
  .genre-interaction {
    padding-right: 40px;
    padding-left: 40px;
  }
  .quote {
    padding-right: 40px;
    padding-left: 40px;
  }
  .dot-chart-section {
    padding-right: 40px;
    padding-left: 40px;
  }
  .div-block-39 {
    padding-right: 300px;
    padding-left: 40px;
  }
  .div-block-42 {
    width: 100%;
  }
  .div-block-58 {
    bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .card-wrap {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .number-stats {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .genre-interaction {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-10.background-circle.c1t2r1.row-1.tab-1 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .dot-chart-desktop {
    display: none;
  }
  .quote {
    padding-right: 20px;
    padding-left: 20px;
  }
  .network-visual {
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }
  .what-to-look-for {
    padding-right: 20px;
    padding-left: 20px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .column-7 {
    padding-left: 0px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .div-block-25 {
    display: none;
  }
  .section-3.hero-1.hospitality {
    height: 350px;
  }
  .section-3.hero-2.hospitality {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
  }
  .dot-chart-section {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .prefooter {
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }
  .column-11 {
    margin-top: 20px;
  }
  .column-12 {
    padding-right: 10px;
  }
  .div-block-39 {
    padding-right: 20px;
    padding-left: 20px;
  }
  .div-block-41 {
    padding-left: 20px;
  }
  .chart-container {
    width: 90%;
    height: 90%;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    -o-object-fit: scale-down;
    object-fit: scale-down;
  }
  .image-22 {
    display: block;
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .div-block-61 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .columns-7 {
    display: block;
  }
  .feature-section {
    padding: 40px 20px;
  }
  .donut-graph-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .feature-image-mask {
    margin-right: 0px;
  }
  .feature-image {
    margin-right: auto;
    margin-left: auto;
  }
  .donut-graph-1 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-block-62 {
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-63 {
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .feature-section-2 {
    padding: 40px 20px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donut-graph-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .donut-graph-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .dot-chart-mobile {
    display: block;
  }
  .grid-4-mobile {
    -webkit-box-pack: start;
    -webkit-justify-content: start;
    -ms-flex-pack: start;
    justify-content: start;
    justify-items: start;
    grid-column-gap: 0px;
    grid-row-gap: 5px;
  }
  .feature-section-3 {
    padding: 40px 20px;
  }
}

@media screen and (max-width: 479px) {
  .columns-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .column-2 {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .column-3 {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading {
    padding-right: 20px;
    padding-left: 20px;
    font-size: 55px;
    line-height: 65px;
    text-align: center;
  }
  .number-stats {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .stat-number {
    font-size: 60px;
    line-height: 50px;
  }
  .heading-2 {
    font-size: 25px;
    line-height: 36px;
  }
  .stat-label {
    font-size: 25px;
    line-height: 36px;
  }
  .genre-interaction {
    padding-right: 10px;
    padding-left: 10px;
  }
  
  .text-block-2.underline.tab-front {
    width: 300px;
    margin-bottom: -13px;
    font-size: 25px;
    line-height: 36px;
  }
  .text-block-2.background-text {
    width: auto;
    font-size: 25px;
    line-height: 36px;
  }
  .text-block-2.background-text.mobile {
    margin-top: 40px;
  }
  .text-block-2.tab-front.static-text {
    width: 300px;
    padding-right: 0px;
    color: #333;
    font-size: 25px;
    line-height: 36px;
  }
  .fantasy-and-sf {
    height: 225px;
  }
  .fantasy-and-sf.hospitality {
    height: 300px;
  }
  .background-container {
    display: none;
    overflow: visible;
  }
  .body-2 {
    overflow: visible;
  }
  .superheros {
    height: 275px;
  }
  .superheros.healthcare {
    height: 250px;
  }
  .tv {
    height: 250px;
  }
  .tv.healthcare {
    height: 275px;
  }
  .tv.hospitality {
    height: 300px;
  }
  .line-graph-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .dot-chart-desktop {
    display: none;
    width: 100%;
  }
  .line-graph-1.desktop {
    display: none;
  }
  .line-graph-1.mobile {
    display: block;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .quote {
    height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-4 {
    font-size: 14px;
    line-height: 20px;
  }
  .paragraph-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .network-visual {
    padding-right: 10px;
    padding-left: 10px;
  }
  .network-visual.healthcare.mobile {
    height: 700px;
  }
  .network-visual.highered {
    height: 800px;
    margin-top: 20px;
    padding-top: 0px;
  }
  .network-visual.hospitality {
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .network-container {
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
  }
  .network-outer-container.making-friends {
    padding-left: 0px;
  }
  .network-outer-container.between-classes {
    padding-left: 0px;
  }
  .network-outer-container.at-home {
    padding-left: 0px;
  }
  .network-outer-container.healthcare {
    padding-left: 0px;
  }
  .network-outer-container.hospitality {
    left: auto;
    height: 650px;
    padding-left: 0px;
  }
  .what-to-look-for {
    padding-right: 10px;
    padding-left: 10px;
  }
  .footer {
    padding-right: 10px;
    padding-left: 10px;
    background-position: 50% 50%;
    background-size: cover;
    -o-object-fit: none;
    object-fit: none;
  }
  .heading-6 {
    font-size: 34px;
    line-height: 41px;
  }
  .text-block-6 {
    text-align: center;
  }
  .column-6 {
    padding-right: 0px;
  }
  .div-block-21 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .div-block-22 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
  .column-7 {
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-8 {
    padding-left: 0px;
  }
  .div-block-23 {
    margin-top: 20px;
  }
  .div-block-23.hospitality {
    margin-top: 40px;
  }
  .heading-7 {
    display: block;
    width: 300px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 40px;
    line-height: 46px;
    text-decoration: none;
  }
  .heading-7.mobile {
    display: block;
  }
  .heading-7.desktop {
    display: none;
  }
  .div-block-25 {
    display: none;
  }
  .paragraph-5 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .divider-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-26 {
    width: 300px;
  }
  .section-3 {
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .section-3.hero-1.higher-ed {
    height: 350px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .section-3.hero-1.healthcare {
    height: 350px;
    background-attachment: scroll;
  }
  .section-3.hero-1.hospitality {
    height: 350px;
    background-position: 50% 50%;
    background-attachment: scroll;
  }
  .section-3.higher-ed.hero-2 {
    height: 350px;
    background-position: 65% 50%;
    background-attachment: scroll;
  }
  .section-3.hero-2.healthcare {
    height: 350px;
    background-position: 14% 50%;
    background-attachment: scroll;
  }
  .section-3.hero-2.hospitality {
    height: 350px;
    background-position: 50% 50%;
    background-size: cover;
    background-attachment: scroll;
  }
  .grid-4 {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .heading-8 {
    width: 300px;
    font-size: 25px;
    line-height: 36px;
    white-space: normal;
  }
  .graph-outer-container.higher-education {
    left: auto;
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .graph-outer-container.higher-education.graph-2 {
    -webkit-transform: scale(0.55);
    -ms-transform: scale(0.55);
    transform: scale(0.55);
  }
  .div-block-27.line-graph-1._1 {
    left: 0px;
  }
  .column-9 {
    position: relative;
    left: auto;
    display: block;
    padding-left: 50px;
  }
  .text-block-10 {
    font-size: 15px;
    line-height: 22px;
  }
  .dot-chart-section {
    position: static;
    height: 400px;
    margin-top: 20px;
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 0px;
  }
  .heading-9 {
    font-size: 25px;
    line-height: 36px;
  }
  .column-10 {
    display: none;
  }
  .image-13 {
    margin-bottom: 29px;
  }
  .slider-2 {
    left: auto;
  }
  .slide-21 {
    right: 220px;
  }
  .slide-22 {
    right: 220px;
  }
  .slide-23 {
    right: 220px;
  }
  .slide-24 {
    right: 220px;
  }
  .slide-25 {
    right: 220px;
  }
  .div-block-31 {
    width: 275px;
  }
  .text-block-11 {
    font-size: 24px;
    line-height: 30px;
  }
  .mask-2 {
    width: 275px;
  }
  .right-arrow-2 {
    left: 230px;
  }
  .left-arrow-2 {
    left: 100px;
  }
  .heading-10 {
    font-size: 25px;
    line-height: 36px;
  }
  .div-block-33 {
    width: auto;
    padding-right: 0vw;
    padding-left: 10px;
  }
  .heading-11 {
    font-size: 25px;
    line-height: 36px;
  }
  .paragraph-6.space {
    margin-right: auto;
    margin-left: auto;
    padding-right: 10px;
    padding-left: 10px;
  }
  .prefooter {
    height: auto;
    padding-right: 0px;
    padding-left: 0px;
  }
  .column-11 {
    margin-top: 23px;
    padding-top: 0px;
    padding-left: 0px;
  }
  .column-11.bottom {
    padding-left: 0px;
  }
  .column-11.bottom.healthcare {
    padding-left: 10px;
  }
  .column-11.bottom-copy {
    padding-left: 10px;
  }
  .column-11.edu-cta {
    padding-left: 10px;
  }
  .paragraph-8 {
    padding-right: 10px;
    font-size: 25px;
    line-height: 36px;
  }
  .column-12 {
    padding-right: 10px;
    padding-left: 0px;
  }
  .column-12.bottom-copy {
    padding-left: 10px;
  }
  .column-12.bottom-copy.other {
    padding-right: 10px;
  }
  .column-12.edu-quote {
    padding-right: 10px;
    padding-left: 10px;
  }
  .text-block-13 {
    font-size: 8px;
    line-height: 15px;
  }
  .text-block-13 p {
    font-size: 8px;
    line-height: 10px;
  }
  .text-block-13 a {
    font-size: 8px;
    line-height: 10px;
  }
  .background-radius {
    left: -19px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .background-radius.background {
    left: 0px;
    top: 168px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: scale(0.7);
    -ms-transform: scale(0.7);
    transform: scale(0.7);
  }
  .background-radius.healthcare {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .background-radius.hospitality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .radial-icon-container.large.tablet {
    left: 49%;
    right: 0%;
    bottom: 22%;
  }
  .radial-icon-container.large.tablet.healthcare {
    left: 54%;
  }
  .radial-icon-container.large.phone {
    left: -76%;
  }
  .radial-icon-container.large.phone.other {
    left: -78%;
  }
  .radial-icon-container.large.laptop {
    right: -27%;
  }
  .radial-icon-container.small {
    top: 36%;
    right: 10%;
  }
  .radial-icon-container.small.shuttle {
    left: -51%;
    top: 56%;
  }
  .radial-icon-container.small.shuttle.other {
    left: -58%;
    top: 52%;
    bottom: 1%;
  }
  .radial-icon-container.small.shuttle.other.waiting-room {
    top: 26%;
  }
  .radial-icon-container.small.shuttle.waiting {
    left: auto;
    right: 35%;
    bottom: -51%;
  }
  .radial-icon-container.small.marshall {
    right: -12%;
    bottom: 42%;
  }
  .radial-icon-container.small.sports {
    left: auto;
    top: 23%;
    right: 68%;
  }
  .radial-icon-container.small.building.tab-1 {
    top: 17%;
    right: -39%;
  }
  .radial-icon-container.small.golf {
    right: -9%;
    bottom: 41%;
  }
  .radial-icon-container.small.inpatient-care {
    top: -51%;
    right: -51%;
  }
  .radial-icon-container.small.cafeteria {
    left: 54%;
    right: -1%;
    bottom: -29%;
  }
  .radial-icon-container.small.thing {
    top: -38%;
    right: 71%;
    bottom: auto;
  }
  .tab-pane-1-making-friends {
    width: auto;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .text-block-14 {
    font-size: 22px;
    line-height: 28px;
  }
  .button-4.tab-button {
    display: block;
    padding-right: 140px;
    font-size: 22px;
    line-height: 28px;
  }
  .button-4.tab-button.tab-button-active {
    display: block;
    font-size: 22px;
    line-height: 28px;
  }
  .button-4.tab-button.tab-button-active.making-friends {
    margin-right: 0px;
    padding-right: 0px;
  }
  .button-4.tab-button.at-home {
    margin-right: 100px;
    padding-right: 0px;
  }
  .button-4.tab-button.between-classes {
    margin-right: 40px;
    padding-right: 0px;
  }
  .button-4.tab-button.making-friends {
    padding-right: 40px;
  }
  .button-4.tab-button.making-friends.tab-button-active {
    margin-right: 40px;
  }
  .div-block-34 {
    width: 250px;
    margin-top: 10px;
  }
  .donut-graph-container {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .div-block-39 {
    padding-right: 0vw;
    padding-left: 0px;
  }
  .div-block-41 {
    padding-left: 0px;
  }
  .education-hero-container {
    bottom: 15%;
    overflow: visible;
  }
  .healthcare-vehicle-conatiner {
    z-index: 999;
    overflow: visible;
  }
  .hospitality-hero-container {
    overflow: visible;
  }
  .div-block-42 {
    display: none;
  }
  .div-block-47 {
    left: -57%;
    max-width: 100%;
    min-width: 20%;
    -o-object-fit: fill;
    object-fit: fill;
  }
  .vehicle-hero-container {
    position: relative;
  }
  .cityscape-hero-container {
    position: relative;
    top: 88px;
    bottom: 0%;
  }
  .education-vehicle-container {
    position: relative;
    left: 0%;
    bottom: 0%;
    z-index: 999;
    overflow: visible;
  }
  .healthcare-hero-conatiner {
    overflow: visible;
  }
  .hospitality-vehicle-container {
    position: absolute;
    left: 0%;
    top: auto;
    right: auto;
    bottom: 0%;
    z-index: 999;
    overflow: hidden;
  }
  .column-14 {
    bottom: 54px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .text-block-15 {
    font-size: 24px;
  }
  .div-block-50 {
    left: 0px;
  }
  .div-block-50.middle {
    left: 0px;
  }
  .div-block-50.high {
    left: 13px;
  }
  .div-block-50.year-2 {
    left: 0px;
  }
  .div-block-50.year-3 {
    left: 10px;
  }
  .tabs-4 {
    position: relative;
    left: 5%;
    top: 0%;
    width: 100%;
    height: 800px;
    padding-right: 0px;
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
  }
  .div-block-55 {
    left: 0%;
    top: auto;
    right: 0%;
    bottom: -5%;
    padding-left: 10px;
  }
  .div-block-56 {
    position: relative;
    left: 4px;
    bottom: -15px;
    margin-left: 0px;
  }
  .div-block-56.hospitality {
    bottom: 33px;
  }
  .div-block-58 {
    position: absolute;
    bottom: 20px;
    overflow: hidden;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .hosp-header {
    padding-right: 20px;
    padding-left: 20px;
  }
  .hosp-text {
    padding-right: 20px;
    padding-left: 20px;
  }
  .edu-header.higher-education {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
  .edu-text.higher-education {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heal-header.healthcare {
    padding-right: 10px;
    padding-left: 10px;
  }
  .heal-text.healthcare {
    padding-right: 10px;
    padding-left: 10px;
  }
  .div-block-59 {
    bottom: -20%;
  }
  .html-embed-4 {
    display: none;
  }
  .columns-6 {
    height: 200px;
  }
  .div-block-60 {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }
  .italic-text {
    font-size: 16px;
    line-height: 24px;
  }
  .image-22 {
    position: relative;
    left: -273px;
    max-width: none;
    -o-object-fit: none;
    object-fit: none;
  }
  .text-block-16 {
    width: 300px;
    margin-top: 0px;
    padding-top: 0px;
    font-size: 15px;
    line-height: 24px;
  }
  .italic-text-2 {
    font-size: 16px;
    line-height: 24px;
  }
  .html-embed-5 {
    display: none;
  }
  .desktop-header {
    display: none;
    padding-right: 10px;
    padding-left: 10px;
  }
  .mobile-header {
    display: block;
    overflow: visible;
    height: 700px;
    padding-right: 10px;
    padding-left: 10px;
  }
  .image-23 {
    max-width: 300%;
  }
  .image-23.mobile {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .image-24 {
    max-width: 300%;
  }
  .image-24.mobile {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .image-25 {
    max-width: 300%;
  }
  .image-25.mobile {
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    transform: scale(1.5);
  }
  .image-26 {
    max-width: 300%;
  }
  .image-26.mobile {
    position: relative;
    bottom: 167px;
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
  }
  .image-27 {
    max-width: 300%;
  }
  .image-27.mobile {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
  }
  .image-28 {
    max-width: 300%;
  }
  .image-28.mobile {
    -webkit-transform: scale(4);
    -ms-transform: scale(4);
    transform: scale(4);
  }
  .dropdown-toggle-copy {
    width: 300px;
  }
  .div-block-61 {
    padding-left: 0px;
  }
  .columns-7 {
    display: block;
  }
  .text-block-13-copy {
    font-size: 8px;
    line-height: 15px;
  }
  .sources-link {
    font-size: 8px;
    line-height: 14px;
  }
  .feature-section {
    padding-right: 10px;
    padding-left: 10px;
  }
  .donut-graph-2 {
    padding-right: 0vw;
  }
  .donut-graph-1 {
    padding-left: 0vw;
  }
  .feature-section-2 {
    padding-right: 10px;
    padding-left: 10px;
  }
  .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .flex-container.graph-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .donut-graph-right {
    padding-left: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .donut-graph-left {
    padding-right: 0vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .div-block-66 {
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-67 {
    padding-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .div-block-68 {
    padding-right: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .dot-chart-mobile {
    width: 100%;
  }
  .grid-4-mobile {
    margin-top: 70px;
    margin-bottom: 0px;
    margin-left: -5px;
    padding-top: 0px;
    padding-bottom: 0px;
    grid-column-gap: 5px;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }
  .edu-cityscape-mobile {
    position: absolute;
  }
  .health-cityscape-mobile {
    position: absolute;
  }
  .hosp-cityscape-mobile {
    position: static;
  }
  .image-30 {
    max-width: none;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .image-31 {
    max-width: none;
  }
  .image-32 {
    max-width: none;
  }
  .div-block-69 {
    margin-right: 0px;
    padding-right: 0px;
  }
  .div-block-70 {
    width: 350px;
  }
  .div-block-70.second {
    -o-object-fit: fill;
    object-fit: fill;
  }
  .mobile-header-w-underline {
    border-style: none none solid;
    border-width: 1px;
    border-color: #000 #000 #fff;
  }
  .mobile-title-w-underline {
    border-bottom: 2px none #73dce1;
  }
  .image-33 {
    max-width: none;
  }
  .image-34 {
    max-width: none;
  }
  .column-18 {
    padding-left: 0px;
  }
  .column-19 {
    padding-left: 0px;
  }
  .h2-super {
    font-size: 16px;
  }
  .text-super.mobile {
    bottom: 6px;
  }
  .column-20 {
    padding-left: 0px;
  }
  .column-23 {
    padding-left: 0px;
  }

  .div-block-73 {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .div-block-73-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .column-25 {
    padding-left: 0px;
  }
  .column-26 {
    padding-left: 0px;
  }
  .column-27 {
    padding-left: 0px;
  }
  .column-footer {
    padding-left: 0px;
  }
  .column-28 {
    padding-left: 0px;
  }
  .network-visual-container {
    padding-left: 10px;
  }
  .column-29 {
    padding-left: 0px;
  }
  .text-span-5 {
    white-space: nowrap;
  }
  .text-span-6 {
    white-space: nowrap;
  }
  .text-span-7 {
    white-space: nowrap;
  }
  .text-span-8 {
    white-space: nowrap;
  }
  .text-span-9 {
    white-space: nowrap;
  }
  .text-span-10 {
    white-space: nowrap;
  }
  .image-35 {
    width: 40px;
    height: 40px;
  }
  .div-block-77 {
    bottom: -20px;
  }
  .newicon-div {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .grid-6 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-template-areas: ". ." ". ." "Area Area";
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .grid-6.edu {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .image-36 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .grid-7 {
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    justify-items: stretch;
    grid-template-areas: ".";
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .grid-7.edu {
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }
  .grid-8 {
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
}

#w-node-a36fa3b7c38a-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-4>#w-node-a36fa3b7c38a-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-a36fa3b7c38a-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-a36fa3b7c38e-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-a36fa3b7c391-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c394-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c397-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c39a-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c39d-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3a0-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3a3-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3a6-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3a9-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3ac-98837628 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-4>#w-node-a36fa3b7c3ac-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-a36fa3b7c3ac-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-a36fa3b7c3b0-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3b3-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3b6-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3b9-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3bc-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3bf-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3c2-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3c5-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3c8-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a36fa3b7c3cb-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f270880-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-4>#w-node-e1308f270880-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-e1308f270880-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-e1308f270884-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-e1308f270887-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f27088a-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f27088d-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f270890-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f270893-98837628 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-4>#w-node-e1308f270893-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-e1308f270893-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-e1308f270897-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f27089a-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f27089d-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f2708a0-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e1308f2708a3-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-033a7c04321b-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-033a7c043221-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-033a7c043227-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-f4b4b663ad5a-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-eb1c6c077808-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-86eff9838314-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-86eff983831a-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-86eff9838320-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-86eff9838326-98837628 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-86eff983832c-98837628 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6dfb083405a-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-4>#w-node-d6dfb083405a-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-d6dfb083405a-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-d6dfb083405e-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-7e1bfc5fae3e-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-8f6a8f5c4f25-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c8b73accb26c-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-13903cbfc398-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-49baacfc2f31-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a7f7308f3fc0-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-a98fcdd12052-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-73de15b8b936-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-4e7ca6ca573b-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d6dfb0834068-98837628 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-4>#w-node-d6dfb0834068-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-d6dfb0834068-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-d2f605872739-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-dbe7ef5243ad-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-c5357f1ad231-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-9d387c549236-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-904d93cc7a15-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-5ac72d1b3335-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-02d58a0a6c20-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-96745c97ec2e-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b5e509dcf189-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ba8eda511f85-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d2ca-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Area;
}

.grid-4>#w-node-21a1fbb1d2ca-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-21a1fbb1d2ca-98837628 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-21a1fbb1d2ce-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -webkit-align-self: start;
  -ms-flex-item-align: start;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-21a1fbb1d2d1-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d2d4-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d2e6-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d1e1fe4acdad-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d2ec-98837628 {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: Area-2;
}

.grid-4>#w-node-21a1fbb1d2ec-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 19;
}

.grid-4-mobile>#w-node-21a1fbb1d2ec-98837628 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  -ms-grid-column-span: 9;
}

#w-node-21a1fbb1d2f0-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d2f3-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d2f6-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d308-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-21a1fbb1d30b-98837628 {
  -ms-grid-column-align: center;
  justify-self: center;
  -ms-grid-row-align: start;
  align-self: start;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6bdbd62742d-98837628 {
  -ms-grid-column-align: auto;
  justify-self: auto;
}

#w-node-b6bdbd627433-98837628 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6bdbd627439-98837628 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6bdbd62743f-98837628 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-b6bdbd627445-98837628 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@media screen and (max-width: 767px) {
  #w-node-e1308f270884-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f270887-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f27088a-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f27088d-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f270890-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f270897-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f27089a-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f27089d-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f2708a0-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-e1308f2708a3-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d2ce-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d2d1-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d2d4-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d2e6-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-d1e1fe4acdad-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-row: 1;
    grid-row-start: 1;
    -ms-grid-column-span: 0;
    grid-column-end: 1;
    -ms-grid-row-span: 0;
    grid-row-end: 1;
  }
  #w-node-21a1fbb1d2f0-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d2f3-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d2f6-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d308-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
  #w-node-21a1fbb1d30b-98837628 {
    -ms-grid-column-align: start;
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-033a7c043227-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: center;
    justify-self: center;
    grid-area: Area;
  }
  .grid-4>#w-node-033a7c043227-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 19;
  }
  .grid-4-mobile>#w-node-033a7c043227-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
  }
  #w-node-f4b4b663ad5a-98837628 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-eb1c6c077808-98837628 {
    -ms-grid-column-align: center;
    justify-self: center;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-86eff983832c-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    grid-area: Area;
  }
  .grid-4>#w-node-86eff983832c-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 19;
  }
  .grid-4-mobile>#w-node-86eff983832c-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
  }
  #w-node-d1e1fe4acdad-98837628 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }
  #w-node-b6bdbd627445-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-align: auto;
    justify-self: auto;
    grid-area: Area;
  }
  .grid-4>#w-node-b6bdbd627445-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 19;
  }
  .grid-4-mobile>#w-node-b6bdbd627445-98837628 {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 9;
  }
  @media screen and (max-width: 479px) {
    .grid-6>#w-node-a36fa3b7c38a-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
    .grid-6>#w-node-e1308f270880-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
    .grid-6>#w-node-d6dfb083405a-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
    .grid-6>#w-node-21a1fbb1d2ca-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
    .grid-6>#w-node-033a7c043227-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
    .grid-6>#w-node-86eff983832c-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
    .grid-6>#w-node-b6bdbd627445-98837628 {
      -ms-grid-row: 3;
      -ms-grid-column: 1;
      -ms-grid-column-span: 2;
    }
  }
}

@font-face {
  font-family: 'Gotham book';
  src: url('../fonts/Gotham-Book.otf') format('opentype'), url('../fonts/Gotham-Book.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Thin.otf') format('opentype'), url('../fonts/Gotham-Thin.otf') format('opentype');
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-Light.otf') format('opentype'), url('../fonts/Gotham-XLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Medium.otf') format('opentype'), url('../fonts/Gotham-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BlackIta.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-BoldIta.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: 'Gotham bookita';
  src: url('../fonts/Gotham-BookIta.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-LightIta.otf') format('opentype'), url('../fonts/Gotham-XLightIta.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-MediumIta.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham';
  src: url('../fonts/Gotham-ThinIta.otf') format('opentype');
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: 'Gotham ultra';
  src: url('../fonts/Gotham-Ultra.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
}