<html><head><meta name="color-scheme" content="light dark"><style></style></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">:root {
  --midnight: #2f3542;
  --green-acc-1000: #008545;
  --alice-blue: #e8edf5;
  --green-on-dark-bg: #00cc69;
  --google-green: #00a353;
  --midnight-alt: #051b44;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: var(--midnight);
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

h1 {
  color: var(--midnight);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 42px;
  font-weight: 800;
  line-height: 50px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

a {
  color: #00a353;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

li {
  margin-bottom: 11px;
  line-height: 1.3;
  list-style-type: square;
}

.header-primary {
  box-shadow: none;
  background-color: #fff;
  border: 0 #000;
  border-bottom: 1px solid #e8edf5;
  padding-top: 0;
}

.header-logo {
  margin-top: 14px;
}

.header-nav-link-text {
  float: left;
  text-transform: none;
  padding: 20px 0 20px 10px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.header-nav-link-text.w--current {
  color: #56544d;
}

.header-nav-link-text.hide-in-devices {
  float: left;
  width: auto;
}

.header-nav-link-text.hide-in-devices.subject-link {
  text-transform: none;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.ck-12-icons {
  font-family: Ck12;
  font-weight: 400;
  line-height: 20px;
  position: relative;
  top: 2px;
}

.ck-12-icons.display-inline.cep-alumni-contact-email-icon {
  font-size: 17px;
}

.nav-menu {
  float: right;
  width: auto;
  margin-left: 9px;
}

.nav-menu.header-desktop-nav-menu {
  float: right;
  width: auto;
}

.header-search-bar {
  float: right;
  width: 100%;
  margin-top: 11px;
  margin-bottom: 0;
  margin-left: 24px;
}

.header-search-input {
  float: left;
  border: 2px solid #cec9be;
  border-radius: 3px;
  width: 100%;
  max-width: 319px;
  height: 42px;
  box-shadow: inset 4px 4px 10px #f4f4f4;
}

.primary-color-bg {
  background-color: #ff6937;
}

.search-button {
  float: left;
  color: #fff;
  width: 38px;
  height: 41px;
  margin-left: -6px;
  padding-top: 7px;
  padding-left: 11px;
}

.search-button.primary-color-bg {
  width: 42px;
  height: 42px;
  padding-top: 8px;
  padding-left: 14px;
}

.header-secondary {
  background-color: #56544d;
  border: 1px rgba(0, 0, 0, .23);
  padding-top: 0;
  box-shadow: 0 3px 2px 1px rgba(0, 0, 0, .11);
}

.secondary-nav-menu {
  float: right;
  width: auto;
  margin-left: 9px;
}

.secondary-header-nav-link-text {
  color: #eee;
  text-transform: uppercase;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
}

.secondary-header-nav-link-text.secondary-header-join-btn.primary-color-bg {
  border-radius: 2px;
  margin-top: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.dropdown-toggle {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
}

.primary-color-text {
  color: #f63;
}

.show-in-devices {
  display: none;
}

.hide-in-devices {
  float: none;
  width: auto;
}

.desktop-header-search {
  float: right;
  width: 355px;
}

.header-main-section {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
}

.header-main-section.hide {
  display: none;
}

.body {
  margin-top: 100px;
}

.background-color-narvik {
  background-color: #efefe7;
}

.banner-medium {
  padding-top: 50px;
  padding-bottom: 50px;
}

.banner-medium.background-color-narvik {
  margin-top: -43px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.heading {
  font-size: 34px;
}

.heading.overview-banner-title {
  margin-top: 42px;
}

.heading-intro {
  font-size: 20px;
  line-height: 1.3;
}

.overview-download-pdf-btn {
  margin-top: 141px;
  position: absolute;
}

.page-content-container {
  margin-top: 100px;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container.overview-footer {
  margin-top: 74px;
}

.accordion-item {
  border: 1px #a8f2ff;
  border-bottom-style: solid;
  margin-bottom: 32px;
  padding-bottom: 43px;
}

.accordion-content {
  overflow: hidden;
}

.accordion-title {
  cursor: pointer;
}

.heading-2 {
  font-size: 30px;
}

.heading-2.overview-h2 {
  font-weight: 400;
}

.text-align-center {
  text-align: center;
  align-items: center;
  max-width: 1024px;
  display: flex;
}

.footer-holder {
  background-color: #2f3542;
  border-top: 2px solid #e0ddd5;
  margin-top: 110px;
  padding: 40px 20px;
}

.heading-3 {
  font-size: 16px;
}

.footer-list {
  font-size: 14px;
}

.footer-social-icon {
  margin-top: 25px;
  font-size: 26px;
}

.columns {
  text-align: right;
}

.secondary-links {
  color: #56544d;
}

.secondary-links:hover {
  color: #1aaba3;
}

.footer-credits {
  border-top: 2px solid #e0ddd5;
  padding-top: 14px;
}

.footer-credits-column-1-style {
  float: left;
  color: #b5b1a8;
  border-right: 1px solid #b5b1a8;
  margin-right: 6px;
  padding-right: 8px;
  font-size: 14px;
}

.footer-credits-column-1-style.no-border-right {
  border-right-width: 0;
  line-height: 20px;
}

.footer-credits-column-1-style.no-border-right.full-width {
  width: 100%;
}

.footer-credits-column-1-style.float-right {
  float: left;
}

.no-margin-bottom {
  color: #fff;
  margin-bottom: 0;
}

.footer-credits-column-2-style {
  float: right;
  color: #56544d;
  text-align: left;
  border: 1px #000;
  margin-left: 12px;
  margin-right: 0;
  padding-right: 12px;
  font-size: 14px;
  line-height: 15px;
}

.footer-credits-column-2-style.no-border-right {
  text-align: right;
  border-right-width: 0;
  line-height: 15px;
}

.footer-credits-column-2-style.no-border-right.no-padding-right {
  padding-right: 0;
}

.footer-credits-column-2-style.no-border-right.no-padding-right.float-right {
  float: left;
}

.column {
  text-align: left;
}

.testimonials-banner {
  background-image: url('../images/testimonial-map.jpg');
  background-position: 50% 46%;
  background-size: auto;
  height: 450px;
}

.testimonial-banner-title {
  color: #56544d;
  text-align: center;
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .66);
  margin-top: 197px;
  font-size: 40px;
}

.testimonials-live-map-btn {
  float: right;
  color: #0b57b9;
  background-color: rgba(255, 255, 255, .31);
  border-radius: 60px;
  margin-top: 73px;
  padding: 15px 21px 6px;
  font-size: 30px;
  font-weight: 700;
}

.testimonials-intro-section {
  background-image: url('../images/Blue_Bar_128.png');
  background-position: 0 -3px;
  height: 127px;
}

.text-color-white {
  color: #fff;
}

.text-color-white.slab-date-time {
  margin-top: 0;
}

.text-color-white.slab-date-time.text-left {
  font-size: 24px;
}

.text-color-white.slab-speaker {
  text-align: left;
  margin-top: 45px;
  font-weight: 400;
  position: static;
  top: 183px;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.text-color-white.text-left {
  text-align: left;
  font-weight: 400;
}

.testimonials-intro {
  font-size: 19px;
}

.testimonials-navigation-section {
  background-color: #f9f9f5;
  margin-top: 0;
  padding-top: 35px;
}

.testimonials-tab-active {
  cursor: pointer;
}

.testimonials-tab-title {
  margin-bottom: -2px;
}

.testimonials-tab-icon {
  width: 90px;
  margin-top: 9px;
}

.testimonial-content-section-educators {
  background-color: #e4e4e0;
  margin-bottom: -121px;
  padding-top: 39px;
  padding-bottom: 73px;
}

.testimonial-video-title {
  color: #2d8fc7;
  padding-left: 13px;
  padding-right: 13px;
}

.testimonial-video-item {
  cursor: pointer;
  background-color: #fff;
  border-radius: 20px;
  margin-bottom: 17px;
  padding: 10px 15px;
  position: relative;
  overflow: hidden;
}

.testimonial-video-item.testimonial-comment-item {
  border: 1px solid #cec9be;
  height: 260px;
  padding: 29px 24px;
  font-size: 21px;
  line-height: 30px;
}

.testimonial-video-image {
  width: 130%;
  max-width: 115%;
  height: 0;
  margin-top: -15px;
  margin-left: -18px;
}

.text-align-right {
  text-align: right;
}

.collection-list-video {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-around;
  align-items: center;
  justify-items: end;
}

.testimonial-content-section-students {
  background-color: #e4e4e0;
  margin-bottom: -112px;
  padding-top: 39px;
  padding-bottom: 94px;
}

.testimonials-filter-holder {
  background-color: #f9f9f5;
  border-top: 1px solid #c7c7c4;
  margin-top: -43px;
  margin-bottom: 45px;
  padding-top: 26px;
  padding-bottom: 26px;
  box-shadow: 8px 8px 12px -10px rgba(0, 0, 0, .49);
}

.testimonials-filter-section-tab.primary-color-bg.text-color-white {
  float: left;
  cursor: grab;
  margin-right: 22px;
  padding: 10px 27px;
  line-height: 0;
}

.testimonials-filter-section-tab-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
}

.testimonials-students-featured-video {
  background-color: #57544d;
  margin-top: -47px;
  margin-bottom: 68px;
  padding-top: 48px;
}

.testimonial-students-featured-video {
  border-radius: 20px;
  margin-bottom: -11px;
  padding: 10px 15px;
  overflow: hidden;
}

.testimonial-students-featured-video-title {
  padding-left: 13px;
  padding-right: 13px;
}

.testimonials-featured-comment-block {
  color: #fff;
  background-color: rgba(0, 0, 0, .49);
  width: 410px;
  height: 330px;
  margin-top: 44px;
  margin-right: 35px;
  padding: 38px 42px;
  font-size: 30px;
  line-height: 1.3;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.testimonials-video-holer {
  height: 0;
  overflow: hidden;
}

.popup-overlay {
  z-index: 100000;
  background-color: rgba(0, 0, 0, .6);
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.popup-content-holder {
  z-index: 10;
  background-color: #fff;
  width: 100%;
  max-width: 900px;
  height: 100%;
  max-height: 600px;
  margin-top: 92px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: relative;
}

.close-popup {
  cursor: pointer;
  position: absolute;
  top: -2%;
  bottom: auto;
  left: auto;
  right: -1%;
}

.video-next {
  display: none;
}

.collection-list-comment {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: space-around;
  align-items: center;
  justify-items: end;
}

.comment-next {
  display: none;
}

.testimonial-video-topic {
  height: 0;
  overflow: hidden;
}

.select-wrapper.pull-right {
  float: right;
}

.select-wrapper.display-inline.cep-alumni-filter-holder {
  width: 260px;
}

.previous {
  display: none;
}

.mission-holder {
  opacity: 0;
  margin-top: 0;
}

.skrollable.skrollable-before.process-style-attribute {
  margin-left: 6px;
  position: absolute;
  bottom: -40px;
}

.cep-header {
  text-align: center;
  background-image: url('../images/edr-cep-banner-bg.jpg');
  background-position: 0 0;
  background-attachment: scroll;
  height: 75px;
  margin-top: 101px;
}

.cep-header-title {
  color: #fff;
  background-image: url('../images/ck-12-cep-badge-1_1ck-12-cep-badge-1.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 430px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.cep-banner {
  background-image: url('../images/Shield.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 15%;
  padding-top: 57px;
  padding-bottom: 57px;
}

.banner-intro-text {
  margin-bottom: 19px;
  font-size: 18px;
  line-height: 26px;
}

.banner-intro-text.text-color-white {
  font-size: 19px;
}

.banner-intro-text.text-color-white.on-mobile.student {
  color: #000;
  margin-top: 23px;
  margin-bottom: 40px;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 30px;
}

.button-teal-primary {
  background-color: #1aaba3;
  border-radius: 5px;
  padding: 13px 29px;
  font-weight: 700;
}

.button-teal-primary.student-success-footer-button {
  margin-top: 12px;
}

.button-teal-primary.margin-left-15 {
  margin-left: 15px;
}

.cep-banner-video {
  text-align: center;
  background-image: url('../images/Video-Mock.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 95%;
  height: 270px;
}

.cep-banner-video-content {
  padding-top: 34px;
}

.cep-tabs {
  margin-top: 38px;
}

.cep-program-info {
  text-align: center;
  margin-bottom: -62px;
}

.cep-key-actions {
  margin-top: 35px;
  margin-bottom: 35px;
}

.cep-key-actions.cep-learn-action {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
}

.cep-program-requirement {
  z-index: 1;
  background-color: #f2f2f2;
  border-radius: 5px;
  padding: 35px 110px;
  position: relative;
}

.cep-program-requirement-seperator {
  background-color: #00aba5;
  width: 100px;
  height: 2px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.cep-learn-section {
  background-color: #273238;
  margin-top: -188px;
  padding: 237px 16px 71px;
}

.cep-program-requirement-seperator-white {
  background-color: #fff;
  width: 100px;
  height: 2px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.cep-alumni-list-intro {
  padding-top: 98px;
  padding-bottom: 98px;
}

.cep-alumni-list-intro.background-color-narvik {
  padding-top: 85px;
  padding-bottom: 85px;
}

.cep-alumni-image-holder {
  width: 201px;
  height: 201px;
  margin-bottom: 16px;
  display: inline-block;
  position: relative;
}

.cep-alumni-item {
  margin-bottom: 50px;
}

.link {
  font-family: Ck12;
}

.cep-alumni-image {
  border-radius: 100px;
  overflow: hidden;
}

.cep-badge {
  position: absolute;
  top: 5%;
  bottom: auto;
  left: -6%;
  right: auto;
}

.cep-alumni-name {
  padding-right: 7px;
  display: inline;
  position: relative;
  top: -1px;
}

.ghost-button-teal-primary {
  border: 2px solid #1aaba3;
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 700;
  display: inline-block;
}

.alumni-intro-list {
  margin-top: 55px;
  margin-bottom: 37px;
}

.cep-alumni-in-action {
  margin-top: 85px;
  margin-bottom: 85px;
}

.cep-alumni-action-videos {
  margin-top: 33px;
}

.display-inline {
  display: inline-block;
}

.cep-contact-holder {
  margin-top: 56px;
  font-size: 20px;
}

.cep-alumni-list {
  text-align: center;
}

.tab-pane {
  padding-top: 70px;
}

.sticky-tabs-menu {
  z-index: 2;
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}

.tab-link {
  color: #7a7a7a;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 18px;
  padding-bottom: 18px;
}

.tab-link.w--current {
  color: #1aaba3;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 2px solid #1aaba3;
  font-weight: 700;
}

.cep-alumni-portal-section.text-align-left {
  border-bottom: 1px solid #a8f2ff;
  margin-bottom: 50px;
  padding-bottom: 50px;
}

.text-align-left {
  text-align: left;
}

.no-bullet {
  list-style-type: none;
}

.button-teal-secondary {
  background-color: #1aaba3;
  border-radius: 5px;
  padding: 9px 29px;
  font-weight: 700;
}

.container-2, .container-3 {
  display: none;
}

.student-success-footer {
  background-color: #273238;
  padding-top: 24px;
  padding-bottom: 24px;
}

.student-success-footer-text {
  margin-top: 25px;
}

.heading-4 {
  margin-top: 22px;
  margin-bottom: 37px;
}

.expan-plus {
  float: right;
  color: #f64a26;
  margin-top: -40px;
  margin-right: 15px;
  font-size: 50px;
  font-weight: 400;
  display: inline-block;
}

.expan-minus {
  float: right;
  color: #f64a26;
  margin-top: -40px;
  margin-right: 15px;
  font-size: 50px;
  font-weight: 400;
  display: none;
}

.column-4 {
  padding-left: 45px;
  padding-right: 45px;
}

.explore-submenu-holder {
  float: left;
  background-color: #fff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  display: none;
}

.explore-submenu-icon {
  width: 27px;
  max-width: none;
}

.explore-submenu-title {
  margin-bottom: 0;
  font-weight: 700;
}

.paragraph {
  font-size: 13px;
}

.explore-submenu-item {
  height: 100px;
  padding-top: 19px;
  padding-right: 22px;
}

.explore-submenu-other-resources {
  margin-top: 16px;
}

.explore-submenu-link {
  color: #00a353;
  margin-top: 8px;
  margin-bottom: -15px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
}

.explore-submenu-link:hover {
  transform: translate(3px);
}

.search-bulb-icon {
  display: none;
}

.footer-a {
  color: #fff;
}

.five-columns {
  float: left;
  width: 16.66%;
}

.menu-list-style {
  float: none;
  list-style-type: none;
}

.menu-list-ul {
  margin-bottom: 20px;
  padding-left: 0;
}

.menu-list-a {
  color: #56544d;
}

.subjects-submenu-holder {
  float: left;
  background-color: #fff;
  width: 100%;
  padding-top: 17px;
  padding-bottom: 17px;
  display: none;
}

.header-dashboard-btn {
  float: right;
  color: #00a353;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #00a353;
  border-radius: 20px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-right: 25px;
  font-weight: 700;
}

.header-dashboard-btn:hover {
  transform: translate(0, -3px);
  box-shadow: 1px 4px 14px rgba(0, 0, 0, .24);
}

.header-dashboard-btn.flexletbtn {
  color: #fff;
  background-color: #00a353;
  border-radius: 6px;
  margin-top: 50px;
  padding: 6px 10px;
  font-size: 14px;
  font-weight: 400;
}

.section {
  float: left;
  background-image: url('../images/bg-1.png');
  background-position: 50% 0;
  background-size: 100%;
  width: 100%;
  margin-top: 100px;
  padding-top: 170px;
  padding-bottom: 177px;
}

.section.slab-banner-holder {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  margin-top: 25px;
  padding-left: 35px;
  padding-right: 35px;
  position: relative;
}

.slab-h1 {
  color: #2f3542;
  font-family: proxima nova;
  font-size: 55px;
  font-weight: 900;
  line-height: 54px;
}

.slab-item {
  padding: 80px 40px 38px;
  box-shadow: 0 0 12px 1px rgba(0, 0, 0, .12);
}

.slab-item.blog {
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  max-width: 451px;
  height: 320px;
  margin-top: 22px;
  margin-bottom: 30px;
  margin-right: 10px;
  padding-top: 59px;
  padding-bottom: 38px;
  display: inline-block;
}

.slab-item.webinars {
  background-color: #fff;
  border-radius: 6px;
  max-width: 290px;
  height: 270px;
  margin-top: 91px;
  margin-left: 10px;
  padding: 48px 20px 12px;
}

.slab-item.blog-banner {
  background-color: #fff;
  border-radius: 6px;
  max-width: 297px;
  margin-top: 84px;
  margin-bottom: 30px;
  margin-right: 10px;
  padding: 59px 20px 38px;
}

.slab-item.blog {
  text-align: left;
  background-color: #fff;
  border-radius: 6px;
  max-width: 451px;
  height: 320px;
  margin-top: 22px;
  margin-bottom: 30px;
  margin-right: 10px;
  padding-top: 59px;
  padding-bottom: 38px;
}

.block-section {
  float: left;
  width: 100%;
}

.block-section.slab-mission-sesction {
  margin-top: 22px;
  margin-bottom: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-section.seperator-line {
  background-color: #f2fdf7;
  height: 100px;
  margin-top: 64px;
  margin-bottom: 21px;
}

.block-section.slab-member-section {
  background-image: url('../images/Path-696.svg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
}

.block-section.why-slab {
  background-color: #fafafa;
  margin-top: 0;
  padding-top: 98px;
  padding-bottom: 159px;
}

.block-section.why-slab.slab-blog-post-holder {
  text-align: center;
  background-color: #fafafa;
  padding-top: 55px;
  padding-bottom: 55px;
}

.block-section.why-slab.past-webinars {
  margin-top: -220px;
}

.block-section.why-slab.past-webinars.webinars-section {
  background-color: rgba(0, 0, 0, 0);
}

.block-section.why-slab.webinars-section {
  background-color: #fff;
  padding-left: 15px;
  padding-right: 15px;
}

.block-section.why-slab.webinars-section.upcoming-webinars-holder {
  display: none;
}

.block-section.slab-footer {
  text-align: center;
  margin-top: 60px;
  margin-bottom: -50px;
  padding-left: 20px;
  padding-right: 20px;
}

.block-section.slab-footer.slab-blog-post-holder {
  background-color: #fafafa;
  padding-top: 55px;
  padding-bottom: 55px;
}

.block-section.our-story-section {
  margin-top: 67px;
  padding-left: 35px;
  padding-right: 35px;
}

.slab-blog-image {
  width: 200px;
  max-width: none;
  margin-top: -377px;
  margin-left: 47px;
}

.slab-blog-image.hover {
  opacity: 0;
  margin-top: -417px;
  margin-left: 47px;
  display: inline-block;
}

.slab-h2 {
  font-size: 40px;
}

.slab-h2.blog {
  color: #53bc86;
  font-family: proxima nova;
  font-weight: 900;
}

.slab-h2.mission {
  color: #53bc86;
  text-align: center;
  margin-top: 72px;
  font-family: proxima nova;
  font-size: 48px;
  font-weight: 900;
}

.slab-h2.story {
  font-family: proxima nova;
  font-size: 48px;
  font-weight: 900;
}

.slab-h2.story.why-slab {
  text-align: center;
}

.slab-h2.story.past-web-title {
  font-size: 34px;
}

.slab-h2.member {
  font-family: proxima nova;
  font-size: 48px;
  font-weight: 900;
  line-height: 46px;
  position: static;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
  transform: rotate(0);
}

.slab-h2.member.hover {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(-90deg);
}

.salb-h2 {
  color: #4c8ab5;
  font-family: proxima nova;
  font-size: 40px;
  font-weight: 900;
}

.slab-item-p {
  color: rgba(0, 0, 0, .47);
  margin-top: 32px;
  font-size: 17px;
  font-weight: 400;
}

.slab-webinar-image {
  max-width: none;
  margin-bottom: -100px;
  padding-left: 50px;
}

.slab-webinar-image.hover {
  opacity: 0;
  margin-top: -61px;
}

.slab-banner-text {
  padding-right: 47px;
}

.slab-header-p {
  margin-top: 20px;
  font-size: 18px;
  line-height: 28px;
}

.slab-circle-design {
  background-color: #edfef5;
  border-radius: 200px;
  width: 280px;
  height: 280px;
}

.paragraph-2 {
  text-align: center;
  font-size: 16px;
}

.slab-mission-statement {
  text-align: center;
  margin-top: 55px;
  font-size: 44px;
  font-weight: 700;
  line-height: 52px;
}

.mission-quote {
  float: left;
  color: #53bc86;
  font-family: Proxima Nova;
  font-size: 75px;
  font-weight: 700;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -50px;
  right: auto;
}

.slab-mission-container {
  padding-top: 21px;
  padding-bottom: 37px;
  position: relative;
}

.mission-quote-bottom {
  float: left;
  color: #53bc86;
  font-family: Proxima Nova;
  font-size: 75px;
  font-weight: 700;
  position: absolute;
  top: 124px;
  bottom: 0%;
  left: auto;
  right: 249px;
}

.text-span {
  color: #53bc86;
}

.slab-story-p {
  margin-top: 20px;
  font-size: 16px;
  line-height: 28px;
}

.slab-story-p.why-slab {
  text-align: center;
  max-width: 435px;
  margin-left: auto;
  margin-right: auto;
}

.body-2 {
  color: #2f3542;
}

.slab-member-toggle-top {
  z-index: 2;
  background-color: #53bc86;
  border-radius: 20px;
  width: 328px;
  height: 50px;
  margin: 34px auto -16px;
  padding-top: 13px;
  padding-left: 41px;
  position: relative;
}

.slab-toggle-text {
  color: #fff;
  text-align: left;
  margin-top: 2px;
  font-size: 24px;
  font-weight: 700;
}

.slab-toggle-text.bottom {
  color: #2f3542;
  text-align: center;
}

.slab-member-toggle-bottom {
  background-color: #73d1a1;
  border-radius: 0 0 20px 20px;
  width: 328px;
  height: 70px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 31px;
  padding-left: 0;
  position: relative;
}

.slab-members-holder {
  overflow: hidden;
}

.text-span-2 {
  color: rgba(0, 88, 149, .7);
}

.slab-member-img {
  margin-top: 24px;
  margin-bottom: -38px;
  position: relative;
  right: -41px;
}

.slab-member-img.only-on-tablet {
  display: none;
}

.slab-member-switch {
  margin-bottom: 36px;
}

.text-span-3 {
  color: rgba(0, 88, 149, .7);
}

.slab-webinars-holder {
  text-align: center;
  justify-content: center;
  margin-top: 50px;
  display: flex;
}

.slab-webinar-item {
  background-color: #3e78a0;
  border-radius: 10px;
  max-width: 266px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 14px 35px 26px;
  display: inline-block;
  position: relative;
}

.slab-past-webinars-item {
  float: left;
  color: rgba(0, 88, 149, .7);
  width: 100%;
  margin-bottom: 27px;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.slab-past-webinars-item:hover {
  color: #005895;
}

.slab-past-webinar-holder {
  margin-top: 27px;
}

.slab-blogs-holder {
  margin-top: 41px;
  display: inline-block;
}

.slab-blog-post-item {
  background-color: #fff;
  border-radius: 10px;
  max-width: 304px;
  box-shadow: 0 0 12px rgba(0, 0, 0, .16);
}

.slab-blog-item-image {
  width: 100%;
  max-width: none;
  margin-left: 0;
}

.slab-blog-category {
  color: #53bc86;
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 15px;
  font-weight: 700;
}

.slab-blog-title {
  color: #2f3542;
  text-align: left;
  margin-top: 10px;
  padding-left: 18px;
  padding-right: 20px;
  font-size: 18px;
  font-weight: 700;
}

.slab-blog-desc {
  color: rgba(47, 53, 66, .75);
  text-align: left;
  margin-top: 20px;
  padding-left: 18px;
  padding-right: 20px;
  font-size: 14px;
  font-weight: 400;
}

.blog-item-footer {
  text-align: left;
  background-color: #fafafa;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 21px;
  padding-top: 16px;
  padding-bottom: 16px;
}

.slab-blog-user-icon {
  color: #fff;
  background-color: #000;
  border-radius: 60px;
  width: 37px;
  height: 37px;
  padding-top: 8px;
  padding-left: 14px;
  font-weight: 700;
}

.slab-blog-user-icon.color-1 {
  float: left;
  text-align: left;
  background-color: #3e78a0;
  padding-left: 13px;
  font-size: 18px;
  position: relative;
}

.slab-blog-user-icon.color-2 {
  float: left;
  background-color: #53bcac;
  margin-left: -10px;
  font-size: 18px;
  display: none;
}

.text-span-4 {
  color: #53bc86;
  font-weight: 700;
}

.slab-blog-footer-holder {
  max-width: 220px;
  margin-left: auto;
  margin-right: auto;
}

.slab-blog-cta {
  text-align: center;
  margin-top: 70px;
}

.columns-2 {
  display: none;
}

.paragraph-3 {
  display: block;
}

.columns-5, .columns-6, .slider, .columns-9 {
  display: none;
}

.columns-9.ex {
  display: flex;
}

.image-6 {
  width: 100%;
}

.image-7 {
  display: none;
}

.text-span-5 {
  color: #53bc86;
}

.text-span-6 {
  color: #53bc86;
  font-weight: 700;
}

.ex-slab-members-main-holder {
  display: none;
}

.div-block, .slab-member-switch-holder {
  max-width: 307px;
  margin-left: auto;
  margin-right: auto;
}

.text-span-2-copy {
  color: #53bc86;
  position: static;
}

.columns-10 {
  display: none;
}

.slab-member-switch-holder-mobile {
  text-align: center;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.slab-toggle-text-mobile {
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}

.slab-toggle-text-mobile.bottom {
  color: #2f3542;
  text-align: center;
}

.slab-member-toggle-top-mobile {
  z-index: 2;
  background-color: #ddd;
  border-radius: 20px;
  width: 220px;
  height: 41px;
  margin: 34px auto -16px;
  padding-top: 8px;
  padding-left: 0;
  position: relative;
}

.slab-member-toggle-top-mobile.active {
  background-color: #53bc86;
}

.why-slab-item-holder {
  margin-top: 100px;
  padding-left: 10px;
  padding-right: 10px;
}

.why-slab-item {
  background-color: #e2ebf0;
  border-radius: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 291px;
  height: 493px;
  padding-top: 0;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.why-slab-item.yellow {
  background-color: #f7f3e5;
}

.why-slab-item.yellow.why-slab-2 {
  margin-left: auto;
  margin-right: auto;
}

.why-slab-item.red {
  background-color: #f2dedf;
}

.why-slab-item.red.why-slab-3, .why-slab-item.why-slab-1 {
  margin-left: auto;
  margin-right: auto;
}

.text-block {
  color: #3e78a0;
}

.why-slab-title {
  color: #3e78a0;
  font-family: proxima nova;
  font-size: 30px;
  font-weight: 900;
  line-height: 37px;
  position: absolute;
  left: 29.2656px;
}

.why-slab-title.yellow {
  color: #6c6342;
}

.why-slab-title.red {
  color: #955c5e;
}

.why-slab-detail {
  line-height: 25px;
}

.why-slab-img-1 {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: auto;
  right: -12%;
}

.why-slab-img-2 {
  position: absolute;
  top: 78%;
  bottom: 78%;
  left: -18%;
  right: -18%;
}

.why-slab-img-3 {
  position: absolute;
  top: 90%;
  bottom: 90%;
  left: 3%;
  right: 3%;
}

.why-slab-nav {
  background-color: #eaeaea;
  border-radius: 60px;
}

.text-block-2 {
  color: #8d9096;
  text-align: center;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 44px;
  font-weight: 700;
  display: flex;
}

.columns-12 {
  display: none;
}

.image-9 {
  width: 305px;
  margin: 173px auto -242px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.image-9-copy {
  width: 305px;
  margin: -52px auto -242px;
  display: block;
  position: static;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: rotate(180deg);
}

.image-10 {
  width: 100px;
  height: 36px;
}

.link-block {
  margin-top: 121px;
}

.team-image-holder {
  margin-top: 46px;
  position: relative;
}

.team-camera-2 {
  position: absolute;
  top: auto;
  bottom: -3%;
  left: auto;
  right: -8%;
}

.team-camera-1 {
  position: absolute;
  top: -7%;
  bottom: auto;
  left: -12%;
  right: auto;
}

.holiday-banner {
  margin-top: 63px;
}

.heading-5 {
  margin-top: 104px;
  font-family: Frankruhllibre;
  font-size: 48px;
  line-height: 58px;
}

.text-block-3 {
  margin-top: 40px;
  line-height: 26px;
}

.image-11 {
  margin-top: 19px;
}

.heading-5-2 {
  margin-top: 0;
  font-family: Frankruhllibre;
  font-size: 44px;
  line-height: 58px;
}

.text-span-7 {
  color: #20bf6b;
}

.paragraph-4 {
  margin-top: 30px;
  line-height: 23px;
}

.motivate-images {
  width: 100%;
  margin-top: -36px;
  position: relative;
}

.image-12 {
  width: 100%;
  max-width: none;
  margin-top: 46px;
  margin-left: 131px;
  position: absolute;
}

.image-12-copy {
  width: 50%;
  position: absolute;
}

.image-13 {
  width: 35%;
  max-width: none;
  margin-top: 32px;
  margin-left: 9px;
  position: relative;
}

.image-14 {
  width: 80%;
  max-width: none;
  margin-top: 88px;
  margin-left: -64px;
  position: relative;
}

.paragraph-5 {
  color: #20bf6b;
}

.motivate-container {
  background-color: #faf3ea;
  border-radius: 41px;
  min-height: 598px;
  margin-top: 115px;
  padding: 80px 60px 37px;
  position: relative;
}

.motivate-container.dark {
  background-color: #495f5d;
  padding-top: 116px;
}

.image-15 {
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.text-span-8 {
  color: #3d82b2;
}

.paragraph-5-copy {
  color: #3d82b2;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
}

.image-12-copy {
  width: 69%;
  max-width: none;
  margin-top: 30px;
  margin-left: 154px;
  position: absolute;
}

.image-14-copy {
  width: 50%;
  max-width: none;
  margin-top: 233px;
  margin-left: -145px;
  position: absolute;
}

.text-span-9 {
  color: #e78576;
}

.slider-2 {
  height: 820px;
}

.holidays-slider {
  height: 840px;
}

.motivate-images-copy {
  width: 100%;
  margin-top: 0;
  position: relative;
}

.paragraph-5-copy {
  color: #e78576;
}

.heading-5-copy {
  text-align: center;
  margin-top: 93px;
  font-family: Frankruhllibre;
  font-size: 48px;
  line-height: 58px;
}

.text-span-10 {
  color: #20bf6b;
}

.link-2 {
  color: #fff;
  text-align: center;
  background-color: #20bf6b;
  border-radius: 50px;
  width: 168px;
  height: 52px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 17px;
  font-size: 18px;
  display: block;
  position: relative;
  left: -21px;
}

.paragraph-6 {
  color: #20bf6b;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 23px;
  margin-bottom: 23px;
  margin-left: -47px;
}

.holiday-social-share {
  width: 163px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.link-block-2 {
  margin-left: 52px;
}

.paragraph-7 {
  color: #3d82b2;
}

.image-16 {
  width: 52px;
}

.image-17 {
  position: absolute;
  top: -23%;
  bottom: auto;
  left: -19%;
  right: auto;
}

.image-18 {
  position: absolute;
  top: 6%;
  bottom: auto;
  left: auto;
  right: 6%;
}

.image-19 {
  position: absolute;
  top: auto;
  bottom: -6%;
  left: auto;
  right: 27%;
}

.image-20 {
  position: absolute;
  top: auto;
  bottom: 2%;
  left: 30%;
  right: auto;
}

.image-21 {
  position: absolute;
  top: 3%;
  bottom: auto;
  left: auto;
  right: 36%;
}

.image-22 {
  position: absolute;
  top: 10%;
  bottom: auto;
  left: auto;
  right: 31%;
}

.image-23 {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: 28%;
  right: auto;
}

.image-24 {
  position: absolute;
  top: auto;
  bottom: -8%;
  left: auto;
  right: -6%;
}

.image-25 {
  position: absolute;
  top: 46%;
  bottom: auto;
  left: auto;
  right: -3%;
}

.image-26 {
  width: 67%;
}

.image-27 {
  width: 65%;
  margin-top: 21px;
  margin-left: 38px;
}

.image-17-copy {
  position: absolute;
  top: -27%;
  bottom: auto;
  left: 24%;
  right: auto;
  transform: rotate(74deg);
}

.image-18-copy {
  position: absolute;
  top: 48%;
  bottom: auto;
  left: auto;
  right: -7%;
}

.image-20-copy {
  position: absolute;
  top: auto;
  bottom: -3%;
  left: 26%;
  right: auto;
}

.image-13-copy {
  width: 35%;
  max-width: none;
  margin-top: 32px;
  margin-left: -16px;
  position: relative;
}

.holiday-dark-slide {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.columns-13 {
  z-index: 1;
  position: relative;
}

.image-29 {
  width: 100%;
  margin-top: 252px;
  position: absolute;
}

.image-30 {
  margin-left: 274px;
  position: absolute;
  transform: rotate(17deg);
}

.link-block-3 {
  margin-top: 27px;
  margin-left: 118px;
}

.image-31 {
  margin-top: 111px;
  margin-left: 6px;
}

.image-15-copy {
  width: 110px;
  margin-top: 372px;
  margin-left: 272px;
  position: absolute;
  top: -8%;
  bottom: auto;
  left: -2%;
  right: auto;
}

.image-15-copy-2 {
  position: absolute;
  top: -35%;
  bottom: auto;
  left: -10%;
  right: auto;
}

.div-block-2 {
  position: relative;
}

.image-24-copy {
  position: absolute;
  top: auto;
  bottom: -23%;
  left: auto;
  right: -16%;
}

.image-25-copy {
  z-index: 1;
  position: absolute;
  top: 46%;
  bottom: auto;
  left: auto;
  right: -10%;
}

.section-2 {
  background-color: #f7f7f7;
  margin-bottom: -114px;
  padding-bottom: 34px;
  position: relative;
  overflow: hidden;
}

.container-4 {
  z-index: 2;
  position: relative;
}

.image-33 {
  width: 110%;
  max-width: 100%;
  margin-top: -651px;
  margin-bottom: -851px;
  margin-left: -646px;
}

.image-34 {
  position: absolute;
  top: 33%;
  bottom: auto;
  left: auto;
  right: -32%;
}

.paragraph-8 {
  opacity: .55;
  margin-top: 13px;
}

.nav-title-3 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-3._4th-column {
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.subject-link-2 {
  color: #2f3542;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link-2:hover {
  color: #00a353;
  font-weight: 600;
}

.subject-link-2.dxtrack-user-action {
  color: rgba(5, 27, 68, .75);
  font-family: Proximanova, sans-serif;
  font-weight: 400;
  transition: transform .2s, font-size .2s, color .2s;
}

.subject-link-2.dxtrack-user-action:hover {
  color: #00a353;
  transform: translate(2px);
}

.logo {
  min-width: 55px;
}

.fletlets-banner-wrap-2 {
  margin-top: 10px;
  display: flex;
}

.navigation-right {
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  font-size: 16px;
  display: flex;
}

.nav-title-2 {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.nav-title-2._4th-column {
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.marketing-banner-title {
  flex: 1;
  align-self: center;
  margin-top: 20px;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.marketing-banner-wrap {
  text-align: center;
  background-color: #e8edf5;
  border-radius: 5px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 11px;
  padding: 30px 15px 10px;
  font-weight: 600;
  display: block;
  position: relative;
}

.explore-icons {
  max-width: 25px;
  max-height: 25px;
}

.nav-menu-3 {
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.nav-link-details-2 {
  color: rgba(40, 51, 56, .9);
  font-size: 13px;
  font-weight: 400;
  line-height: 15px;
}

.flexlets-banner {
  margin-top: 0;
}

.dropdown-link-2 {
  color: #2f3542;
  padding-right: 5px;
  transition: color .2s;
}

.dropdown-link-2:hover {
  color: #2f3542;
}

.navigation-container-mob {
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.marketing-banner-desc {
  font-family: Proxima Nova;
  font-weight: 400;
  line-height: 18px;
}

.nav-content-wrap-2 {
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.explore-icon-wrap {
  justify-content: center;
  align-items: flex-start;
  margin-right: 10px;
  display: flex;
}

.dropdown-list-full-wrapper {
  background-color: #fff;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-column-2 {
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 0;
  padding: 10px 0;
}

.navigation-column-2.flexlets {
  padding-top: 0;
}

.navigation-column-2.subjects {
  width: 20%;
}

.navigation-column-2.other-resources {
  background-color: #e8edf5;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-top: 0;
  padding: 20px;
  display: flex;
}

.marketing-banner-cta {
  background-color: #00a353;
  border-radius: 100px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 7px 20px;
  transition: all .2s;
}

.marketing-banner-cta:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .24);
}

.marketing-banner-cta.dxtrack-user-action {
  border-radius: 5px;
  margin-top: 64px;
  font-size: 14px;
  font-weight: 400;
  box-shadow: 3px 4px 5px rgba(0, 0, 0, .4);
}

.marketing-banner-cta.dxtrack-user-action:hover {
  box-shadow: none;
  transform: none;
}

.drop-arrow-plain-2 {
  color: #2f3542;
  margin-right: 10px;
  font-size: 14px;
}

.brand-2 {
  margin-right: 44px;
}

.brand-2.dxtrack-user-action {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  margin-right: 0;
  padding: 0;
}

.navigation-link-block-2 {
  color: #283338;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 5px;
  padding: 15px;
  font-size: 16px;
  text-decoration: none;
  transition: all .35s;
  display: flex;
}

.navigation-link-block-2:hover {
  color: #00a353;
  background-color: #e8edf5;
}

.navigation-link-block-2.dxtrack-user-action {
  align-items: stretch;
  height: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.hiking {
  position: static;
  top: -36.9844px;
}

.dropdown-toggle-3 {
  padding: 10px 26px 10px 18px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-toggle-3:hover {
  color: #00a353;
  background-color: #e8edf5;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 26px;
}

.dropdown-list-3 {
  min-width: 100%;
  position: fixed;
}

.dropdown-list-3.w--open {
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  height: auto;
  margin-top: -1px;
  padding: 20px;
  position: fixed;
  top: 61px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
}

.grid-8 {
  grid-row-gap: 10px;
  grid-template: ". . . Area Area Area-2" 100px
                 ". . . Area Area Area-2" 100px
                 ". . . Area Area Area-2" 100px
                 ". . . Area Area Area-2" 100px
                 / 1.2fr 1.2fr 1.2fr .5fr .5fr 1.25fr;
}

.subject-link-3 {
  color: rgba(47, 53, 66, .75);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link-3:hover {
  color: #00a353;
  font-weight: 600;
}

.navigation-full-2 {
  z-index: 99;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px rgba(61, 66, 75, .07);
  align-items: center;
  width: 100%;
  padding: 10px 20px;
  display: flex;
  position: static;
}

.navigation-full-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.navigation-container {
  align-items: center;
  width: 100%;
  max-width: 1024px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.flowbase-logo {
  width: 54px;
}

.navigation-mob-2 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-link-details-3 {
  color: rgba(40, 51, 56, .75);
  font-size: 14px;
  line-height: 15px;
}

.subject-header-2 {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.navigation-bottom-bar {
  background-color: rgba(119, 53, 246, .08);
  background-image: url('../images/scribble-5.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.navigation-link-2 {
  color: #fff;
  white-space: nowrap;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 20px 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link-2:hover {
  color: #dbdbdb;
}

.navigation-link-2.w--current {
  color: #99d715;
}

.navigation-link-2.dxtrack-user-action {
  color: #2f3542;
  margin-right: 5px;
  padding: 10px 18px;
}

.navigation-link-2.dxtrack-user-action {
  color: #051b44;
  margin-right: 5px;
  padding: 10px 18px;
  font-family: Proximanova, sans-serif;
  font-weight: 600;
}

.navigation-link-2.dxtrack-user-action:hover {
  background-color: #e8edf5;
  border-radius: 5px;
  padding-left: 18px;
  padding-right: 18px;
}

.large-link {
  color: #6127da;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 40px;
  text-decoration: none;
  display: flex;
}

.dropdown {
  margin-left: 5px;
  margin-right: 5px;
  position: static;
}

.navigation-button-2 {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 40px;
  margin-left: 10px;
  padding: 8px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .2s ease-out;
  display: flex;
}

.navigation-button-2:hover {
  color: #00a353;
  background-color: #fff;
  transform: translate(0, -3px);
  box-shadow: 0 4px 14px rgba(47, 53, 66, .24);
}

.navigation-button-2.dxtrack-user-action {
  color: #00a353;
  background-color: #fff;
  border-color: #00a353;
}

.navigation-button-2.dxtrack-user-action:hover {
  color: #fff;
  background-color: #00a353;
}

.navigation-button-2.dxtrack-user-action {
  border-color: var(--green-acc-1000);
  color: var(--green-acc-1000);
  background-color: #fff;
  border-radius: 8px;
  font-weight: 700;
}

.navigation-button-2.dxtrack-user-action:hover {
  background-color: var(--green-acc-1000);
  color: #fff;
}

.navigation-2 {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navigation-left {
  align-items: center;
  width: 50%;
  display: flex;
}

.navigation-drop-container {
  background-color: #fff;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navigation-drop-container.explore {
  display: none;
}

.navigation-wrap-2 {
  z-index: 9990;
  border-bottom: 1px solid #e8edf5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-wrap-2:hover {
  background-color: rgba(0, 0, 0, 0);
}

.other-resources-links-3 {
  color: #00a353;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: transform .2s;
  display: block;
}

.other-resources-links-3:hover {
  transform: translate(2px);
}

.other-resources-links-2 {
  color: #00a353;
  margin-bottom: 5px;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 10px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  display: block;
}

.other-resources-links-2.dxtrack-user-action {
  font-size: 16px;
  line-height: 24px;
  transition: transform .2s;
}

.other-resources-links-2.dxtrack-user-action {
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  transition: transform .2s;
}

.other-resources-links-2.dxtrack-user-action:hover {
  transform: translate(3px);
}

.top-bar-nav-wrap {
  background-color: #2f3542;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 10px 20px;
  display: none;
}

.top-bar-content-wrap {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  max-width: 1024px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-right: 0;
  display: flex;
}

.links-right {
  flex: 0 auto;
  display: flex;
}

.top-bar-link {
  color: #fff;
  margin-left: 0;
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
}

.donate-heart-wrap {
  margin-left: 20px;
  text-decoration: none;
  display: flex;
}

.donate-heart {
  padding-left: 5px;
}

.navigation-full {
  z-index: 99;
  background-color: #e8edf5;
  border-bottom: 1px solid rgba(61, 66, 75, .07);
  align-items: center;
  width: 100%;
  padding: 0 20px;
  display: flex;
  position: relative;
}

.nav-title {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 500;
}

.nav-title._4th-column {
  margin-bottom: 0;
  padding: 15px 15px 15px 0;
}

.navigation-button {
  color: #fff;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
  background-color: #00a353;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: auto;
  min-height: 40px;
  margin-left: 10px;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
  text-decoration: none;
  transition: all .4s ease-out;
  display: flex;
}

.dropdown-toggle-2 {
  padding: 10px 24px 10px 12px;
  font-size: 16px;
  font-weight: 600;
  transition: all .2s;
}

.dropdown-toggle-2:hover {
  color: #00a353;
}

.navigation {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: flex;
}

.nav-link-details {
  color: rgba(40, 51, 56, .87);
  font-size: 12px;
  line-height: 14px;
}

.nav-content-wrap {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.navigation-mob {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.navigation-wrap {
  display: none;
}

.nav-menu-2 {
  color: #283338;
  align-items: center;
  font-size: 15px;
  display: flex;
  position: static;
}

.drop-arrow-plain {
  margin-right: 5px;
  font-size: 14px;
}

.navigation-link {
  white-space: nowrap;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  padding: 20px 12px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-link:hover {
  color: #00a353;
}

.navigation-link.w--current {
  color: #99d715;
}

.dropdown-list-2 {
  min-width: 100%;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  height: auto;
  padding: 20px;
  position: absolute;
  top: 61px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: visible;
  box-shadow: 0 10px 24px rgba(0, 0, 0, .24);
}

.navigation-column {
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 10px 10px 10px 0;
}

.navigation-column.other-resources {
  width: 25%;
}

.navigation-column.subjects {
  width: 20%;
}

.subject-header {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
  font-weight: 500;
}

.fletlets-banner-wrap {
  margin-top: 10px;
}

.hero-wrap {
  border-radius: 5px;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
}

.hero-wrap.padding-sm {
  background-image: url('../images/hero-pattern-bg.jpg');
  background-position: 50%;
  background-size: cover;
}

.hero-wrap.padding-sm.center-text {
  border-radius: 0;
  flex-direction: column;
  align-items: center;
  max-width: none;
  margin-bottom: 274px;
  display: flex;
}

.country-header-content {
  border-radius: 5px;
  max-width: 1024px;
  margin-bottom: 12px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px 20px;
}

.country-header-content.hidden {
  display: none;
}

.country-header-content.new {
  padding: 0;
}

.country-header-flag-bg {
  background-color: rgba(255, 255, 255, .75);
  border-radius: 5px;
  flex-wrap: nowrap;
  align-items: center;
  width: 199px;
  padding: 10px;
  display: flex;
}

.country-flag {
  margin-right: 10px;
}

.country-header-name {
  color: #2f3542;
  flex: 0 auto;
  align-self: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.course-listing-wrapper {
  padding: 0 20px;
}

.course-listing-container {
  max-width: 1024px;
  margin: 50px auto;
}

.h4 {
  color: var(--midnight);
  text-transform: capitalize;
  border-bottom: 1px solid #e8edf5;
  font-family: Proximanova, sans-serif;
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
}

.course-listing-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 20px;
  padding-bottom: 20px;
  display: grid;
}

.course-item {
  color: #2f3542;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  position: relative;
}

.course-item:hover {
  color: var(--green-acc-1000);
}

.course-cover {
  border: 1px solid #e8edf5;
  border-radius: 10px;
  margin-bottom: 5px;
  transition: transform .2s, box-shadow .2s;
}

.course-cover:hover {
  border-width: 1px;
  transform: translate(0, -3px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .24);
}

.course-title {
  text-align: center;
  margin-top: 5px;
  font-size: 16px;
}

.footer-copyright {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 400;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text:hover {
  color: #00a353;
}

.social-icons-wrap {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.image-35.cc {
  padding-left: 10px;
}

.footer-link-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
  grid-auto-columns: 1fr;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.item-wrap.dxtrack-user-action {
  flex: 0 auto;
}

.footer-wrapper {
  background-color: #2f3542;
  padding: 30px 20px;
}

.footer-wrap-bottom {
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.footer-header {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.footer-header.hidden {
  color: #2f3542;
}

.footer-bottom-right-links {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links:hover {
  color: #00a353;
}

.attribution-banner-bg {
  float: left;
  background-color: rgba(232, 237, 245, .4);
  width: 100%;
  margin-top: 62px;
  padding-top: 25px;
  padding-bottom: 53px;
}

.attribution-intro {
  color: #2f3542;
  font-size: 18px;
  line-height: 28px;
}

.attribution-intro.highlight {
  font-size: 20px;
  font-weight: 700;
}

.attribution-intro.highlight-2 {
  font-size: 18px;
  font-weight: 700;
}

.attribution-intro.highlight-2.margin-fix {
  margin-top: 24px;
}

.attribution-intro.v2 {
  font-size: 18px;
}

.highlight-color {
  color: #00a353;
}

.button-yellow-secondary {
  color: #000;
  background-color: #f9ca5c;
  border-radius: 6px;
  padding: 9px 18px;
  font-weight: 700;
}

.button-yellow-secondary.scroll-to.design-fix1 {
  width: 217px;
}

.text-block-5 {
  float: left;
  margin-right: 5px;
}

.image-36 {
  margin-top: -3px;
  margin-left: 7px;
}

.attribution-content-area-holder {
  float: left;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
}

.heading-6 {
  font-size: 36px;
  font-weight: 700;
}

.attribution-update-date {
  margin-top: -5px;
  font-size: 14px;
  font-style: italic;
}

.tab-link-tab-2 {
  background-color: #fff;
}

.tab-link-1 {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #000;
  justify-content: center;
  width: 33.33%;
  padding: 17px 35px 15px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.tab-link-1.w--current {
  color: #00a353;
  text-align: center;
  background-color: #f3f5f9;
  border-bottom: 5px solid #00cb67;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: 15px 35px 13px;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.tab-link-tab-2-2 {
  background-color: #fff;
  border-bottom: 1px solid #333;
  padding: 17px 35px 15px;
  font-size: 20px;
  font-weight: 700;
}

.attribution-guide-tabs {
  margin-top: 32px;
}

.tab-link-tab-2-2-copy {
  background-color: #fff;
  border-bottom: 1px solid #333;
  padding: 17px 35px 15px;
  font-size: 20px;
  font-weight: 700;
}

.tab-pane-1 {
  padding-top: 45px;
  padding-bottom: 45px;
}

.attribution-steps-holder {
  margin-bottom: 44px;
  position: relative;
}

.attr-step-text {
  color: #000;
  background-color: #ffe4a5;
  border-radius: 6px;
  padding: 6px 12px;
  font-size: 18px;
  line-height: 1;
  position: absolute;
  top: -20px;
  bottom: auto;
  left: -98px;
  right: auto;
}

.tabs-content {
  overflow: visible;
}

.attr-step-text-small {
  color: #2f3542;
  font-size: 18px;
  font-weight: 400;
  position: static;
  top: -20px;
  bottom: auto;
  left: -98px;
  right: auto;
}

.text-span-11 {
  color: #00a353;
}

.blockquote-1 {
  border-left: 7px solid #e8edf5;
  padding-left: 18px;
}

.code-block {
  background-color: #f3f6fa;
  border-radius: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 25px 22px;
}

.code-block.v2 {
  border: 1px solid #2f3542;
  position: relative;
}

.code-text {
  font-family: Courier Prime, sans-serif;
  font-size: 15px;
  overflow: hidden;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #00a353;
}

.attr-col-1 {
  border-right: 1px solid rgba(47, 53, 66, .5);
  padding-right: 40px;
}

.attr-col-2 {
  padding-left: 40px;
}

.image-37 {
  max-width: 220px;
  margin-bottom: 27px;
}

.textarea.copy-text-source {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #000;
  min-width: 100%;
  max-width: 100%;
  height: 71px;
  max-height: 71px;
  font-family: Courier Prime, sans-serif;
  font-size: 15px;
  overflow: hidden;
}

.image-38 {
  width: 312px;
  margin-bottom: 14px;
}

.bold-text-4, .bold-text-5, .bold-text-6 {
  color: #00a353;
}

.attr-footer {
  float: left;
  background-color: rgba(232, 237, 245, .4);
  width: 100%;
  margin-top: -65px;
  margin-bottom: 61px;
  padding-top: 60px;
  padding-bottom: 50px;
}

.attr-footer-text {
  max-width: 648px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  line-height: 34px;
}

.attr-footer-text.team {
  text-align: right;
  font-weight: 700;
}

.bold-text-7 {
  color: #00cb67;
}

.div-block-3 {
  float: left;
  width: 100%;
  margin-top: -171px;
}

.tab-image {
  padding-right: 10px;
}

.tabs-menu {
  justify-content: center;
  display: flex;
}

.copy-tick-mark {
  display: none;
  position: absolute;
  top: 40%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.link-block-4 {
  margin-top: 12px;
  margin-left: -6px;
}

.text-span-12, .text-span-13 {
  color: #00a353;
}

.hero-content {
  flex-direction: column;
  align-items: center;
  max-width: 1024px;
  margin-top: 50px;
  display: flex;
}

.hero-content._2-columns {
  display: flex;
}

.hero-content.design-fix-2 {
  text-align: center;
  padding-top: 45px;
  font-size: 22px;
}

.products-section {
  margin-bottom: 50px;
}

.products-section.webinars {
  padding-left: 20px;
  padding-right: 20px;
}

.products-section.webinars.padding-lg {
  margin-bottom: 0;
}

.products-section.testimonials {
  display: none;
}

.item-block {
  background-color: #fff;
  border-radius: 8px;
  align-items: center;
  padding: 10px 20px 10px 35px;
  transition: all .2s;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 8px rgba(0, 0, 0, .24);
}

.item-block:hover {
  transform: translate(0, -3px);
  box-shadow: 1px 1px 24px rgba(0, 0, 0, .24);
}

.product-image-holder {
  float: left;
  border-radius: 10px;
  margin-top: 0;
  overflow: hidden;
}

.heading-7 {
  text-transform: capitalize;
  font-size: 21px;
}

.two-column-grid {
  grid-column-gap: 24px;
  grid-row-gap: 25px;
  margin-top: 26px;
}

.alt-section {
  margin-top: 26px;
  margin-bottom: 26px;
}

.paragraph-9 {
  margin-top: 21px;
  font-size: 20px;
  line-height: 1.4;
}

.heading-8 {
  margin-top: 71px;
}

.heading-9 {
  margin-top: 108px;
}

.active-testimonial-item-holder {
  min-height: 505px;
  padding: 12px 12px 28px;
  box-shadow: 0 24px 24px rgba(0, 0, 0, .24);
}

.paragraph-10 {
  color: #56544d;
  margin-top: 4px;
}

.link-block-5 {
  margin-top: 2px;
}

.image-40 {
  width: 100%;
}

.column-6 {
  padding-bottom: 44px;
}

.bold-text-8 {
  color: #20bf6b;
}

.play-video-testimonial {
  position: relative;
  top: -16px;
}

.image-41 {
  z-index: 5;
  opacity: .4;
  position: absolute;
  top: 32%;
  left: 43%;
}

.grid-9 {
  grid-template-columns: 1fr 1fr 1fr;
}

.cta-banner-wrap {
  background-color: #2f3542;
  background-image: url('../images/hero-pattern-bg.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 30px 20px;
}

.bold-text-9 {
  color: #fff;
}

.heading-10 {
  text-align: left;
  margin-top: 10px;
  display: inline-block;
  position: relative;
  top: 6px;
}

.paragraph-11 {
  text-align: center;
  margin-top: 35px;
  margin-bottom: 35px;
  font-size: 25px;
  line-height: 1.4;
}

.link-3 {
  font-size: 22px;
  font-weight: 700;
}

.paragraph-12 {
  margin-top: 16px;
  margin-bottom: 40px;
}

.webinars-video-item {
  border: 1px solid var(--alice-blue);
  color: var(--midnight);
  background-color: #fff;
  border-radius: 8px;
  height: 100%;
  padding: 10px;
  transition: all .2s;
}

.webinars-video-item:hover {
  color: var(--green-acc-1000);
  box-shadow: 1px 1px 24px rgba(47, 53, 66, .24);
}

.webinars-video-item.testimonials {
  height: 100%;
}

.webinars-video {
  position: relative;
}

.webinars-video.play-video-testimonial {
  height: 150px;
  top: 0;
  overflow: hidden;
}

.image-42 {
  z-index: 2;
  opacity: .8;
  max-width: 70px;
  position: absolute;
  top: 31%;
  left: 37%;
}

.webinars-video-title {
  margin-top: 8px;
}

.image-43 {
  float: none;
  width: 28px;
  margin-right: 9px;
  display: inline-block;
}

.youtube-channel-link {
  margin-top: 14px;
}

.youtube-channel-link.text-align-center {
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.text-block-6 {
  display: inline-block;
}

.navigation-mob-3 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.design-fix-1 {
  padding-top: 0;
}

.paragraph-13 {
  margin-top: 15px;
  margin-bottom: 20px;
}

.image-44 {
  display: none;
}

.image-45 {
  display: block;
}

.link-block-6 {
  position: relative;
  top: -19px;
}

.integration-bg {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 0;
  margin-top: 0;
  display: flex;
  position: relative;
}

.integration-block {
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  box-shadow: 1px 1px 9px rgba(0, 0, 0, .17);
}

.integration-block.integration-1 {
  border-radius: 8px;
  justify-content: center;
  padding: 30px;
  transition: all .2s;
  display: flex;
}

.integration-block.integration-1:hover {
  transform: translate(0, -3px);
  box-shadow: 1px 1px 14px rgba(0, 0, 0, .24);
}

.html-embed {
  width: 80px;
}

.image-46 {
  position: absolute;
  top: -67px;
}

.remote-banner-bg {
  text-align: center;
  background-color: #2f3542;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: auto;
  margin-top: 40px;
  margin-bottom: 50px;
  padding: 120px 20px 40px;
  display: flex;
  position: relative;
}

.remote-banner-bg.right {
  background-color: #feca5c;
  border-radius: 8px;
  justify-content: space-between;
  width: auto;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 135px;
}

.remote-banner-bg.left {
  color: #fff;
  border-radius: 8px;
  justify-content: space-between;
  width: auto;
  margin-bottom: 0;
  margin-right: 0;
  padding-top: 135px;
}

.section-3 {
  width: 100%;
  margin-top: 40px;
  margin-bottom: 65px;
  padding-left: 20px;
  padding-right: 20px;
}

.remote-banner-title {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
}

.cta-main-2 {
  background-color: #00a353;
  border-radius: 20px;
  height: 40px;
  padding: 11px 30px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
}

.cta-main-2:hover {
  transform: translate(0, -3px);
  box-shadow: 0 4px 24px rgba(0, 0, 0, .24);
}

.cta-main-2.secondary {
  color: #2f3542;
  background-color: #fff;
}

.cta-main-2.secondary.dxtrack-user-action {
  border-radius: 8px;
  height: auto;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-main-2.secondary.dxtrack-user-action.remote-banner-cta {
  color: #00a353;
  background-color: #fff;
  border-radius: 8px;
  margin-top: 20px;
  margin-right: 0;
}

.cta-main-2.secondary.dxtrack-user-action.design-fix-2 {
  flex: 0 auto;
  font-size: 18px;
  position: static;
  top: 0;
}

.remote-banner-text-wrap {
  align-self: center;
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.remote-banner-p {
  color: rgba(255, 255, 255, .75);
  margin-bottom: 0;
  font-size: 18px;
}

.remote-banner-p.student {
  color: #2f3542;
}

.integration-section {
  float: left;
  width: 100%;
}

.paragraph-9-copy {
  margin-top: 10px;
  font-size: 20px;
  line-height: 1.4;
}

.ghost-button.white {
  color: #fff;
  border: 2px solid #fff;
  padding: 12px 50px;
  font-size: 17px;
  font-weight: 700;
}

.cta-wapper {
  background-color: #6a47ed;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.cta-copy-wrapper {
  justify-content: center;
  align-items: center;
  max-width: 1024px;
  display: flex;
}

.cta-copy {
  color: #fff;
  padding-right: 20px;
  font-size: 36px;
  font-weight: 800;
  line-height: 36px;
}

.paragraph-14 {
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 18px;
  display: inline-block;
  position: static;
  top: 3px;
}

.email-us {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 20px 15px;
  font-size: 22px;
  display: flex;
}

.columns-14 {
  max-width: 800px;
  display: inline-block;
}

.sup {
  font-size: 16px;
  position: relative;
  top: -8px;
}

.quote-holder {
  float: left;
  width: 100%;
  position: relative;
}

.text-span-14 {
  font-family: Proximanova, sans-serif;
}

.link-block-7 {
  width: 100%;
}

.slab-join-holder {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
}

.upcoming-webinars {
  display: none;
}

.bn-banner-holder {
  background-color: #00a353;
  padding-top: 108px;
  padding-bottom: 0;
}

.bn-banner-holder.on-mobile.student {
  background-color: #f9ca5c;
}

.design-fix-3 {
  width: 100%;
  max-width: 500%;
  margin-left: -31px;
}

.design-fix-3.on-mobile {
  display: none;
}

.design-fix-3.student {
  margin-left: 0;
}

.extrabold {
  font-family: proxima nova;
  font-weight: 900;
}

.extrabold.text-color-white {
  text-shadow: 1px 1px 6px rgba(0, 0, 0, .16);
  font-size: 38px;
}

.extrabold.text-color-white.on-mobile {
  display: none;
}

.extrabold.text-color-white.student {
  font-size: 37px;
  line-height: 45px;
}

.button-yellow-1 {
  color: #000;
  text-align: center;
  background-color: #f9ca5c;
  border-radius: 6px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: proxima nova;
  font-weight: 900;
}

.button-yellow-1.on-mobile.student {
  background-color: #fff;
}

.button-yellow-1.on-mobile.student.scroll-to.large {
  padding: 14px 18px;
  font-family: Proxima nova;
  font-size: 26px;
  font-weight: 800;
  box-shadow: 0 3px 10px rgba(0, 0, 0, .16);
}

.bn-getting-started-heading {
  text-align: center;
  margin-top: 84px;
  margin-bottom: 66px;
  font-family: Proxima nova;
  font-size: 60px;
  font-weight: 800;
}

.tab-link-tab-2-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 3px solid #d6dfed;
  border-radius: 10px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 27px 18px;
  font-size: 22px;
  font-weight: 700;
}

.tab-link-tab-2-3.w--current {
  background-color: #e8edf5;
  border: 3px solid #d6dfed;
}

.tab-link-tab-2-3.design-fix-12 {
  text-align: center;
  max-width: 316px;
  padding-top: 17px;
  padding-bottom: 17px;
}

.tab-link-tab-2-3.design-fix-13 {
  min-height: 86px;
  padding-top: 31px;
}

.tab-link-tab-2-3.design-fix-13.w--current {
  text-align: center;
}

.tabs {
  float: left;
  width: 100%;
}

.tabs-menu-2 {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: 54px;
}

.tabs-content-2 {
  float: left;
  text-align: center;
  width: 100%;
  margin-bottom: -42px;
}

.tabs-content-2.student {
  margin-bottom: 0;
}

.column-8 {
  text-align: left;
  align-items: center;
  display: flex;
}

.bn-getting-started-section-2 {
  float: left;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 20px;
}

.heading-11 {
  color: #00a353;
  text-align: center;
  margin-top: 42px;
}

.heading-11.student {
  display: none;
}

.div-block-6 {
  float: left;
  width: 100%;
}

.heading-11-copy {
  color: #2f3542;
  text-align: center;
  margin-top: 12px;
}

.heading-11-copy.design-fix-6 {
  float: left;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 70px;
}

.down-arrow-holder {
  float: left;
  text-align: center;
  width: 100%;
  min-width: 0;
  margin-top: 9px;
  margin-bottom: 40px;
}

.down-arrow-holder.footer {
  z-index: 2;
  margin-top: 8px;
  position: relative;
}

.heading-11-copy {
  color: #2f3542;
  text-align: center;
}

.more-heading {
  float: left;
  color: #2f3542;
  text-align: center;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 23px;
  font-family: Proxima nova;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}

.more-heading.footer {
  color: #fff;
  margin-top: 0;
  font-family: Proxima Nova;
  font-size: 60px;
  font-weight: 700;
}

.more-heading.student {
  font-size: 60px;
}

.image-47 {
  width: 182px;
  max-width: none;
  margin-left: -29px;
  margin-right: 17px;
}

.image-48 {
  width: 178px;
  max-width: none;
  margin-left: 14px;
}

.section-holder {
  float: left;
  width: 100%;
}

.section-holder.design-fix-7 {
  margin-top: -117px;
}

.how-section {
  float: left;
  background-image: linear-gradient(rgba(232, 237, 245, .35), #fff);
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-heading-1 {
  font-family: Proxima nova;
  font-size: 30px;
  font-weight: 800;
}

.paragraph-15 {
  opacity: .75;
  font-family: Proximanova, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.column-9 {
  padding-right: 70px;
}

.column-9.student {
  padding-right: 0;
}

.arrow-grey {
  opacity: .5;
  border-bottom: 3px solid #2f3542;
  border-right: 3px solid #2f3542;
  width: 9px;
  height: 16px;
  display: inline-block;
  transform: rotate(45deg);
}

.arrow-grey.active {
  border-bottom-color: #00a353;
  border-right-color: #00a353;
}

.grid-10 {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  grid-template-columns: .25fr 1fr;
}

.paragraph-16 {
  color: #969aa0;
  margin-left: 7px;
  font-family: Proximanova, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: inline-block;
}

.list {
  padding-left: 5px;
  list-style-type: none;
}

.list-item {
  margin-bottom: -5px;
  font-family: Proximanova, sans-serif;
  list-style-type: none;
}

.image-49 {
  margin-top: -74px;
  margin-left: -107px;
}

.image-49.on-mobile {
  display: none;
}

.how-section-1 {
  float: left;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.how-section-1-container {
  background-color: #f5f7fb;
  border-radius: 40px 0 0 40px;
  padding-top: 70px;
  padding-bottom: 70px;
  padding-left: 68px;
  position: relative;
}

.how-section-1-container.design-fix-4 {
  margin-top: -134px;
  padding-top: 50px;
  padding-bottom: 60px;
}

.section-heading-2 {
  color: #00a353;
  font-family: Proxima nova;
  font-size: 40px;
  font-weight: 800;
}

.link-block-8 {
  font-size: 20px;
  font-weight: 700;
}

.link-block-8.section-arrow-link {
  margin-bottom: 24px;
}

.link-block-8.section-arrow-link.start-using-ck12-link {
  font-size: 30px;
}

.bn-section-image-1 {
  width: 161%;
  max-width: none;
  margin-top: -31px;
  margin-bottom: -40px;
  margin-left: -52px;
}

.bn-section-image-1.on-mobile {
  display: none;
}

.bn-section-image-2 {
  width: 107%;
  max-width: none;
  margin-left: -38px;
}

.bn-section-image-2.on-mobile {
  display: none;
}

.how-section-2 {
  float: left;
  width: 100%;
  margin-top: -30px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.green-button-3 {
  background-color: #00a353;
  border-radius: 6px;
  padding: 3px 10px;
  font-weight: 700;
}

.green-button-3.hidden {
  display: inline-block;
}

.more-section {
  float: left;
  background-color: #f5f7fb;
  width: 100%;
  padding-top: 60px;
}

.more-section.student {
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 60px;
}

.more-section.student.teacher-section {
  padding-top: 104px;
}

.div-block-7 {
  opacity: .5;
  background-color: #00a353;
  width: 52px;
  height: 8px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.columns-15 {
  align-items: center;
  display: flex;
}

.bn-sub-section-image-1 {
  width: 130%;
  max-width: none;
  margin-left: -52px;
}

.bn-sub-section-image-1.on-mobile {
  display: none;
}

.bn-sub-section-image-1.student {
  width: 100%;
  margin-left: 0;
}

.bn-sub-section-image-2 {
  width: 130%;
  max-width: none;
  margin-left: -73px;
}

.bn-sub-section-image-2.on-mobile {
  display: none;
}

.column-9-copy {
  padding-left: 70px;
}

.div-block-8 {
  margin-bottom: -12px;
}

.faq-section {
  float: left;
  width: 100%;
  padding-top: 60px;
}

.faq-section.student {
  background-color: #f5f7fb;
  border-radius: 40px;
}

.grid-11 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-11.teacher {
  grid-template-columns: 1fr 1fr 1fr;
}

.grid-11.faq-student {
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
}

.faq-question {
  margin-bottom: 9px;
  font-size: 18px;
  font-weight: 700;
  line-height: 28px;
}

.bn-student-banner {
  background-color: #f9ca5c;
  border-radius: 10px;
  height: 135px;
  padding: 30px 25px;
}

.heading-12 {
  font-family: proxima nova;
  font-weight: 900;
}

.paragraph-17 {
  margin-top: -11px;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.image-52 {
  width: 323px;
  max-width: none;
  margin-top: -71px;
  margin-left: -18px;
}

.image-52.mobile {
  width: 183px;
  margin-top: -44px;
}

.columns-16 {
  margin-top: -15px;
}

.button-white-1 {
  color: #000;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  margin-top: 29px;
  padding: 14px 22px;
  font-family: Proximanova, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.button-white-1.on-mobile {
  display: none;
}

.bn-footer {
  float: left;
  background-color: #00a353;
  width: 100%;
  margin-top: 0;
  padding: 100px 15px 52px;
  position: relative;
  overflow: hidden;
}

.bn-footer.student {
  background-color: #f9ca5c;
  margin-bottom: -4px;
}

.paragraph-18 {
  color: #fff;
  text-align: center;
  font-size: 25px;
  line-height: 1.3;
}

.paragraph-18.footer.student {
  color: #2f3642;
  font-family: Proximanova, sans-serif;
}

.button-white-ghost-1 {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  margin-top: 29px;
  padding: 20px 60px;
  font-family: Proximanova, sans-serif;
  font-size: 30px;
  font-weight: 700;
}

.button-white-ghost-1.student {
  z-index: 2;
  color: #2f3642;
  background-color: #fff;
  border-style: none;
  border-color: #2f3642;
  position: relative;
}

.image-53 {
  width: 265px;
  margin-top: -220px;
  position: absolute;
  top: 240px;
  bottom: 0%;
  left: auto;
  right: 73px;
}

.image-53.student {
  width: 298px;
  margin-top: -280px;
  right: 0;
}

.time-line-images-holder {
  height: 422px;
  padding-left: 0;
  padding-right: 20px;
}

.time-line-images-holder.student {
  height: 372px;
}

.image-54 {
  position: absolute;
  top: 220px;
  bottom: auto;
  left: 35px;
  right: auto;
}

.image-54.on-mobile {
  display: none;
}

.image-55 {
  opacity: .45;
}

.bn-bf-holder.on-mobile {
  display: none;
}

.column-10 {
  padding-left: 20px;
}

.div-block-9 {
  position: relative;
}

.div-block-9.student {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.text-block-8 {
  line-height: 23px;
}

.bn-student-tab-p {
  width: 613px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 36px;
}

.tab-pane-tab-2 {
  text-align: center;
}

.bn-teacher-tab-p {
  max-width: 717px;
  margin-left: auto;
  margin-right: auto;
  font-size: 25px;
  line-height: 35px;
}

.bn-teacher-tab-p.design-fix-11 {
  margin-bottom: 27px;
  font-weight: 700;
}

.image-56 {
  max-width: 710px;
  box-shadow: 1px 1px 50px #d6dfed;
}

.lms-holder {
  justify-content: center;
  display: flex;
}

.lms-item {
  color: #000;
  border: 2px solid #e8edf5;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 210px;
  height: 210px;
  margin-left: 9px;
  margin-right: 9px;
  padding: 30px;
  display: flex;
}

.bn-all-integration {
  color: #2f3542;
  font-size: 20px;
  font-weight: 700;
}

.columns-17 {
  align-items: center;
  display: flex;
}

.image-57 {
  width: 140px;
  max-width: none;
}

.image-57.on-mobile {
  display: none;
}

.grid-12 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.time-line-image {
  width: 100%;
  max-width: none;
  box-shadow: 1px 1px 50px #d6dfed;
}

.flex-columns {
  display: flex;
}

.underline-link {
  text-decoration: underline;
}

.underline-link.on-mobile {
  text-decoration: none;
}

.design-fix-10 {
  margin-bottom: 40px;
}

.hidden, .bn-banner-arrow-holder {
  display: none;
}

.grid-13 {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .4fr .4fr .25fr;
}

.columns-19 {
  display: none;
}

.grid-14, .grid-14-copy {
  grid-template-rows: auto;
}

.grid-15 {
  grid-column-gap: 0px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .5fr .5fr .5fr .25fr;
}

.paragraph-20 {
  color: #fff;
}

.footer-version-holder-mobile {
  display: none;
}

.footer-terms-holder {
  float: right;
}

.footer-credits-column-1-style-footer-version {
  float: left;
  color: #b5b1a8;
  border-right: 1px solid #b5b1a8;
  margin-right: 6px;
  padding-right: 8px;
  font-size: 14px;
}

.footer-credits-column-1-style-footer-version.no-border-right {
  border-right-width: 0;
  line-height: 20px;
}

.footer-credits-column-1-style-footer-version.no-border-right.full-width {
  width: 100%;
}

.footer-credits-column-1-style-footer-version.float-right {
  float: left;
}

.grid-16 {
  grid-column-gap: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr .75fr .75fr;
}

.explore-table-col {
  display: none;
}

.bn-getting-started-heading-copy {
  text-align: center;
  margin-top: -31px;
  margin-bottom: 66px;
  font-family: Proximanova, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.grid-17 {
  grid-template-columns: 1fr;
}

.start-using-section {
  text-align: center;
  width: 100%;
  margin-top: 45px;
  margin-bottom: -20px;
  display: inline-block;
}

.bn-faq-answer {
  line-height: 25px;
}

.faq-heading {
  float: left;
  color: #2f3542;
  text-align: center;
  width: 100%;
  margin-top: 29px;
  margin-bottom: 23px;
  font-family: Proxima nova;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.2;
}

.faq-heading.footer {
  color: #fff;
  margin-top: 0;
  font-family: Proxima Nova;
  font-size: 60px;
  font-weight: 700;
}

.bn-banner-arrow-holder-teacher {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 30px;
  display: block;
}

.text-span-15 {
  color: #2f3542;
}

.marketing-banner-wrap-2 {
  text-align: center;
  background-color: #d5f4fa;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100px;
  margin-top: 50px;
  padding: 30px 15px 10px;
  font-weight: 600;
  display: flex;
  position: relative;
}

.subject-header-3 {
  color: #051b44;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Proximanova, sans-serif;
  font-size: 17px;
  font-weight: 700;
}

.grid-18 {
  grid-column-gap: 15px;
  grid-row-gap: 10px;
  grid-template: "." 100px
                 "." 100px
                 "." 100px
                 "." 100px
                 / 1fr 1fr 1fr 1fr;
}

.dropdown-toggle-4 {
  color: var(--midnight);
  padding: 10px 26px 10px 18px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-toggle-4:hover {
  background-color: #e8edf5;
  border-radius: 8px;
  padding-left: 18px;
  padding-right: 26px;
}

.navigation-mob-4 {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  align-items: center;
  display: none;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-title-4 {
  color: #051b44;
  margin-bottom: 5px;
  font-family: Proximanova, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.nav-title-4._4th-column {
  margin-bottom: 10px;
  padding: 0 15px 0 0;
  font-size: 18px;
  font-weight: 700;
}

.marketing-banner-title-2 {
  flex: 1;
  margin-top: 40px;
  margin-bottom: 5px;
  padding-top: 0;
  font-size: 20px;
  font-weight: 700;
}

.subject-link-4 {
  color: rgba(47, 53, 66, .75);
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 15px;
  font-weight: 400;
  text-decoration: none;
  transition: font-size .2s, color .2s;
  display: block;
}

.subject-link-4:hover {
  color: #00a353;
  font-weight: 600;
}

.hiking-2 {
  position: absolute;
  top: -36.9844px;
}

.marketing-banner-desc-2 {
  line-height: 18px;
}

.dropdown-list-4 {
  min-width: 100%;
}

.dropdown-list-4.w--open {
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  height: auto;
  margin-top: -1px;
  padding: 20px;
  position: absolute;
  top: 61px;
  bottom: auto;
  left: 0;
  right: 0;
  overflow: auto;
  box-shadow: 0 10px 10px rgba(0, 0, 0, .24);
}

.nav-link-details-4 {
  color: var(--midnight);
  font-family: Proximanova, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
}

.navigation-wrap-3 {
  z-index: 5;
  border-bottom: 1px solid #e8edf5;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.navigation-wrap-3:hover {
  background-color: rgba(0, 0, 0, 0);
}

.dropdown-link-3 {
  padding-right: 5px;
  transition: color .2s;
}

.image-58.footer {
  margin-bottom: 10px;
}

.footer-link-text-2 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text-2:hover {
  color: #00a353;
}

.footer-link-text-2.dxtrack-user-action {
  color: rgba(255, 255, 255, .75);
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text-2.dxtrack-user-action:hover {
  color: var(--green-on-dark-bg);
}

.footer-wrapper-2 {
  background-color: #2f3542;
  margin-top: auto;
  padding: 30px 20px;
  position: relative;
  top: auto;
}

.spacer-20px {
  width: 100%;
  height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

.footer-wrap-bottom-3 {
  justify-content: space-between;
  align-items: center;
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.html-embed-2 {
  margin-top: 20px;
}

.social-icons-wrap-3 {
  justify-content: space-between;
  padding-top: 5px;
  display: flex;
}

.section-wrap {
  padding-left: 20px;
  padding-right: 20px;
}

.section-wrap.padding-lg {
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.section-wrap.padding-lg.bg---alice-blue.reduced-top-margin {
  padding-top: 30px;
}

.section-wrap.padding-lg.center-text {
  max-width: none;
}

.padding-lg {
  padding-top: 75px;
  padding-bottom: 75px;
}

.padding-sm {
  padding-top: 25px;
  padding-bottom: 25px;
}

.padding-md {
  padding-top: 50px;
  padding-bottom: 50px;
}

.columns-20, .columns-21 {
  align-items: center;
  display: flex;
}

.columns-22 {
  flex: 0 auto;
  align-items: center;
  display: flex;
}

.columns-23, .columns-24, .columns-25 {
  align-items: center;
  display: flex;
}

.webinar-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1024px;
  margin: 20px auto;
}

.webinar-cover {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.content-left {
  text-align: left;
}

.explore-descriptions {
  font-size: 16px;
  line-height: 22px;
}

.content-right {
  justify-content: center;
  display: flex;
}

.feature-section-heading {
  font-size: 36px;
  font-weight: 800;
  line-height: 44px;
  position: static;
}

.heading-14 {
  border-bottom: 1px solid var(--alice-blue);
}

.section-heading {
  border-bottom: 1px solid var(--alice-blue);
  text-align: left;
  text-transform: uppercase;
}

.section-heading.center-text {
  text-transform: none;
  padding-bottom: 10px;
  font-size: 28px;
  line-height: 36px;
}

.cta-banner-text {
  color: #fff;
  text-align: left;
  flex: 1;
  margin-top: 10px;
  margin-right: 20px;
  font-size: 28px;
  line-height: 36px;
}

.blob-bg {
  width: 100%;
  position: static;
}

.integration-cards-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
}

.integration-logo {
  width: 85px;
}

.content-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.explore-role-wrap {
  grid-template-rows: auto;
  max-width: 1024px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.center-text {
  text-align: center;
  max-width: 75ch;
  margin-left: auto;
  margin-right: auto;
}

.bg---alice-blue {
  background-color: var(--alice-blue);
}

.text-link {
  color: var(--midnight);
  font-size: 18px;
  font-weight: 600;
}

.white-text {
  color: #fff;
  max-width: 75ch;
}

.hero-logo-link {
  background-color: rgba(255, 255, 255, .2);
  border-radius: 8px;
  padding: 10px 20px;
  display: block;
}

.video {
  border-radius: 15px;
  margin-bottom: 0;
  overflow: hidden;
  box-shadow: 1px 1px 40px rgba(5, 27, 68, .24);
}

.hero-cta {
  background-color: var(--green-acc-1000);
  color: #fff;
  border-radius: 8px;
  margin-top: 15px;
  margin-bottom: 35px;
  padding: 12px 20px;
  font-size: 18px;
  font-weight: 600;
  transition: box-shadow .2s, transform .2s;
}

.hero-cta:hover {
  transform: translate(0, -3px);
  box-shadow: 1px 1px 24px rgba(5, 27, 68, .24);
}

.hero-video-wrap {
  margin-bottom: -350px;
}

.video-sub-text {
  max-width: 75ch;
  margin-top: 40px;
}

.hero-subheader {
  font-size: 20px;
}

.column-17 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-container {
  max-width: 1024px;
  margin-left: auto;
  margin-right: auto;
}

.text-cta {
  color: var(--green-acc-1000);
  transition: color .2s;
}

.text-cta:hover {
  color: rgba(0, 163, 83, .8);
}

.testimonial-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.testimonial-image-wrap {
  height: 150px;
}

.testimonial-description {
  text-align: center;
  font-size: 16px;
  line-height: 20px;
}

.link-4, .link-5 {
  color: var(--green-acc-1000);
}

.donate-heart-2 {
  margin-right: 4px;
}

.subject-dropdown-text-link-2 {
  transform-origin: 0%;
  color: #000;
  letter-spacing: -.2px;
  border-bottom: 1px #565a65;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.subject-dropdown-text-link-2:hover {
  color: #008545;
}

.rl_navbar5_logo-link {
  flex: 0 auto;
  max-width: 80px;
  padding-left: 0;
}

.rl_navbar5_menu-button {
  padding: 0;
}

.subject-list-wrap {
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.subject-list-wrap.no-wrap {
  flex-direction: column;
  align-items: flex-start;
}

.rl_navbar5_dropdown-link-icon-2 {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  filter: grayscale();
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: grid;
}

.rl_navbar5_dropdown-link-icon-2:hover {
  filter: grayscale(0%);
  background-color: #e5f3ec;
}

.subject-link-wrap {
  margin-top: 4px;
  margin-right: 8px;
}

.rl_navbar5_dropdown-toggle-2 {
  color: #000;
  border-radius: 5px;
  padding: .5rem 2.5rem .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .2s;
}

.rl_navbar5_dropdown-toggle-2:hover {
  background-color: #e8edf5;
}

.rl_navbar5_item-title-2 {
  color: #000;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.main-navigation-2 {
  z-index: 10;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #e8edf5;
}

.rl_navbar5_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 68.75rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.rl_navbar5_icon-wrapper {
  flex: none;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #008545;
  border: 1.5px solid #008545;
  border-radius: 5px;
  padding: .5rem 1.5rem;
  font-weight: 600;
  transition: background-color .2s;
}

.button-2:hover {
  color: #fff;
  background-color: #14673f;
  border-color: #14673f;
}

.button-2.is-small {
  border-radius: 5px;
  padding: .5rem 1.25rem;
}

.math-info-link {
  text-align: center;
  font-size: 1rem;
  text-decoration: underline;
}

.ugc-tooltip-wrap-2 {
  text-align: center;
  background-color: #f9f9f5;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  min-width: 260px;
  padding: 4px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: auto;
  box-shadow: -4px 0 8px rgba(0, 0, 0, .16), 3px 3px 4px rgba(0, 0, 0, .08);
}

.rl_navbar5_dropdown-content {
  width: 100%;
  display: flex;
}

.other-resources-wrap-2 {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.other-resources-wrap-2:hover {
  background-color: #e5f3ec;
}

.math-category-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl_navbar5_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.rl-dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.ugc-tooltip {
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.25;
}

.rl_navbar5_link-2 {
  color: #000;
  padding: .5rem 1rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.rl_navbar5_link-2.w--current {
  color: rgba(0, 0, 0, 0);
}

.rl_navbar5_link-2.with-icon {
  border-radius: 5px;
  align-items: center;
  transition: background-color .2s;
  display: flex;
}

.rl_navbar5_link-2.with-icon:hover {
  background-color: #e8edf5;
}

.rl_navbar5_menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 68.75rem;
  margin-left: auto;
  margin-right: auto;
}

.rl_navbar5_icon {
  width: 1.5rem;
}

.rl_navbar5_dropdown-column-text-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.3;
}

.rl_navbar5_dropdown-column-text-2.underline {
  color: #565a65;
  letter-spacing: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e8edf5;
  padding-bottom: 8px;
  font-size: .875rem;
  font-weight: 700;
}

.rl_navbar5_dropdown-column-text-2.sub {
  color: #565a65;
  font-weight: 700;
}

.rl_navbar5_menu-left {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.other-resources-item {
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
}

.nav-account-wrap {
  grid-column-gap: 4px;
  display: flex;
}

.spacer-8px {
  width: 100%;
  height: 8px;
}

.subject-link-underline-2 {
  transform-origin: 0%;
  background-color: #2f3542;
  height: 2px;
}

.rl_navbar5_dropdown-link-list {
  grid-column-gap: 1rem;
  grid-row-gap: .5rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-rows: max-content;
  grid-auto-columns: 1fr;
  padding-top: 8px;
  display: grid;
}

.rl_navbar5_dropdown-link-list.math-wrap {
  background-color: #f9f9f5;
  border: 1px solid #e8edf5;
  border-radius: 8px;
  padding: 8px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.nav-right {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.rl_navbar5_menu {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  height: 100%;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

._1px-divider-2 {
  background-color: #e8edf5;
  width: 1px;
  height: 30px;
  max-height: 100%;
  margin-left: 4px;
  margin-right: 4px;
}

.rl_navbar5_logo {
  width: 100%;
  height: 100%;
}

.rl_navbar5_dropdown-content-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2rem 0;
  display: grid;
}

.rl_navbar5_dropdown-content-left.explore {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.ugc-nav-icon {
  align-items: center;
  display: flex;
}

.ugc-tooltip-image-wrap {
  position: relative;
}

.rl_navbar5_menu-dropdown-2 {
  position: static;
}

.rl_navbar5_text-small-2 {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.html-embed-3 {
  width: 24px;
  height: 24px;
}

.rl_navbar5_dropdown-list-2.w--open {
  background-color: #fff;
  border-top: 1px solid #e8edf5;
  border-bottom: 1px solid #e8edf5;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: absolute;
  top: 100%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.hide {
  display: none;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 1rem;
}

.ck12-logo.footer {
  margin-bottom: 24px;
}

.footer-link-text-3 {
  color: #fff;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-link-text-3:hover {
  color: #00a353;
}

.footer-link-text-3.dxtrack-user-action {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
}

.footer-link-text-3.dxtrack-user-action:hover {
  color: #00cc69;
}

.rl-text-style-regular {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.ck-section-footer {
  color: #fff;
  background-color: #2f3542;
}

.image-59.cc {
  padding-left: 10px;
}

.rl_footer1_social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #fff;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  display: flex;
}

.rl_footer1_social-link:hover {
  color: #008545;
}

.footer-header-2 {
  color: #fff;
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 700;
  overflow: visible;
}

.footer-link-wrap-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 8px;
  display: grid;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-vertical.padding-medium {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.footer-bottom-right-links-2 {
  color: #fff;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-right-links-2:hover {
  color: #00a353;
}

.rl_footer1_social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.rl_footer1_line-divider {
  background-color: #fff;
  width: 100%;
  height: 1px;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .columns-9, .ex-slab-members-main-holder {
    display: none;
  }

  .dropdown-list-3.w--open {
    border: 1px solid #e8edf5;
    border-top-width: 2px;
    margin-top: -1px;
  }

  .hero-wrap {
    margin-bottom: -25px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-wrap.padding-sm.center-text {
    margin-bottom: 385px;
  }

  .course-listing-wrapper {
    padding-top: 0;
  }

  .course-listing-container {
    margin-top: 50px;
  }

  .course-listing-grid {
    grid-template: ". ."
                   ". Area" minmax(auto, 1fr)
                   / 1fr 1fr 1fr 1fr 1fr;
  }

  .social-icons-wrap {
    justify-content: space-between;
    display: flex;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-wrapper {
    background-color: #2f3542;
    width: 100%;
    padding: 30px 19px;
  }

  .license-wrap {
    padding-left: 10px;
  }

  .tab-link-1.w--current {
    justify-content: flex-start;
    display: flex;
  }

  .copy-tick-mark {
    display: none;
  }

  .image-39 {
    margin-top: 20px;
  }

  .two-column-grid {
    grid-row-gap: 24px;
  }

  .paragraph-12 {
    margin-bottom: 41px;
  }

  .youtube-channel-link.text-align-center {
    margin-left: auto;
    margin-right: auto;
  }

  .design-fix-3 {
    width: 107%;
  }

  .paragraph-16 {
    font-family: Proximanova, sans-serif;
    font-size: 16px;
    font-weight: 600;
  }

  .how-section-1 {
    z-index: 2;
    position: relative;
  }

  .grid-2-3-columns, .grid-2-columns {
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .footer-version-holder-mobile {
    display: none;
  }

  .grid-2-3-columns-copy {
    grid-row-gap: 0px;
    grid-template-rows: auto;
  }

  .dropdown-list-4.w--open {
    border: 1px solid #e8edf5;
    border-top-width: 2px;
    margin-top: -1px;
  }

  .footer-wrapper-2 {
    width: 100%;
    padding: 30px 19px;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    display: flex;
  }

  .license-wrap-2 {
    padding-left: 10px;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr 1fr 1.25fr 1fr 1fr;
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 991px) {
  .header-nav-link-text.show-in-devices.link-on-mobile {
    width: 100%;
    padding-left: 0;
  }

  .header-nav-link-text.mobile-join-menu-btn.show-in-devices.link-on-mobile {
    border: 1px #cec9be;
    border-top-style: solid;
  }

  .header-nav-link-text.first.link-on-mobile {
    width: 100%;
    padding-left: 0;
  }

  .nav-menu {
    background-color: #efede7;
    width: 400px;
    margin-left: 140px;
    padding-top: 15px;
    padding-left: 20px;
  }

  .search-button.primary-color-bg {
    padding-right: 18px;
  }

  .header-secondary {
    display: none;
  }

  .show-in-devices {
    display: inline;
  }

  .hide-in-devices {
    display: none;
  }

  .header-main-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .body {
    margin-top: 57px;
  }

  .footer-holder {
    padding-left: 30px;
    padding-right: 30px;
  }

  .heading-3.design-fix-12 {
    display: none;
  }

  .no-margin-bottom, .no-margin-bottom.text-color-white {
    font-size: 12px;
  }

  .footer-credits-column-2-style.no-border-right.no-padding-right.float-right {
    float: right;
  }

  .testimonials-filter-section-tab.primary-color-bg.text-color-white {
    margin-bottom: 8px;
  }

  .banner-intro-text.text-color-white.on-mobile {
    margin-top: -41px;
    margin-bottom: 52px;
    font-size: 20px;
    line-height: 30px;
  }

  .banner-intro-text.text-color-white.on-mobile.student {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }

  .section.block-section {
    padding-left: 51px;
  }

  .section.slab-banner-holder {
    background-position: 50% 100%;
    background-repeat: no-repeat;
    margin-top: -54px;
    padding-bottom: 57px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .slab-item.webinars {
    max-width: 280px;
    margin-top: 5px;
    margin-left: 0;
    padding-top: 14px;
    padding-bottom: 0;
  }

  .slab-item.webinars.mobile {
    background-color: #3d78a0;
    max-width: 260px;
    height: auto;
  }

  .slab-item.blog-banner {
    max-width: 260px;
    margin-right: 0;
    padding-top: 14px;
    padding-bottom: 4px;
  }

  .slab-item.blog-banner.mobile {
    background-color: #53bc86;
  }

  .slab-item.blog {
    border-radius: 6px;
    flex-direction: column-reverse;
    height: 500px;
    padding: 0 20px 30px;
  }

  .block-section {
    padding-left: 50px;
    padding-right: 50px;
  }

  .block-section.slab-mission-sesction {
    padding: 0 10px;
  }

  .block-section.slab-member-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-section.why-slab {
    padding-left: 50px;
    padding-right: 50px;
  }

  .block-section.why-slab.slab-blog-post-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .block-section.why-slab.past-webinars.webinars-section {
    padding-bottom: 120px;
  }

  .block-section.slab-tab-fix {
    padding-left: 0;
    padding-right: 0;
  }

  .block-section.our-story-section {
    padding-left: 25px;
    padding-right: 40px;
  }

  .block-section.footer {
    padding-left: 0;
    padding-right: 0;
  }

  .slab-blog-image {
    width: 170px;
  }

  .slab-blog-image.hover.mobile {
    width: 170px;
    margin-top: -344px;
    margin-left: 89px;
  }

  .slab-blog-image.mobile {
    margin-top: -344px;
    margin-left: 89px;
  }

  .slab-h2.blog.mobile {
    color: #fff;
    font-family: proxima nova;
    font-size: 30px;
    font-weight: 900;
  }

  .slab-h2.member {
    margin-bottom: 0;
    font-size: 29px;
    line-height: 1.3;
  }

  .salb-h2.mobile {
    color: #fff;
    font-size: 30px;
  }

  .slab-item-p {
    margin-top: -1px;
  }

  .slab-item-p.mobile {
    color: rgba(0, 0, 0, .6);
    font-weight: 700;
  }

  .slab-item-p.mobile.design-fix-4 {
    color: #fff;
  }

  .slab-webinar-image.mobile {
    width: 250px;
    margin-top: 14px;
    margin-left: 66px;
  }

  .slab-mission-statement {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 40px;
  }

  .mission-quote {
    top: 6%;
    left: 4%;
  }

  .mission-quote-bottom {
    top: auto;
    left: auto;
    right: -13px;
  }

  .slab-members-holder {
    overflow: hidden;
  }

  .slab-member-img {
    max-width: 40%;
    margin-top: 20px;
    margin-bottom: -31px;
    margin-right: -17px;
    padding-top: 0;
    display: none;
    position: static;
    top: -133px;
    bottom: 0%;
    left: auto;
    right: -8%;
  }

  .slab-member-img.design-fix-4564 {
    margin-top: 42px;
  }

  .slab-member-img.design-fix-154 {
    margin-top: 0;
  }

  .slab-member-img.only-on-tablet {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    display: block;
    position: absolute;
    top: auto;
    bottom: 0;
    left: auto;
    right: 0;
  }

  .slab-blog-post-item {
    margin-top: 0;
    margin-bottom: 28px;
  }

  .columns-2 {
    display: block;
  }

  .columns-2.tab-dslb-bsnnrt-itrmd {
    margin-top: 11px;
  }

  .columns-3 {
    display: none;
  }

  .columns-3.mobile {
    display: block;
  }

  .paragraph-3 {
    padding-right: 0;
    display: block;
  }

  .columns-4, .columns-5, .columns-6, .image-2.scroll-to, .image-3.scroll-to, .image-4, .image-5, .columns-9 {
    display: none;
  }

  .columns-10 {
    display: block;
  }

  .columns-11 {
    display: none;
  }

  .why-slab-item-holder {
    width: 110%;
    margin-top: 30px;
    margin-left: -6%;
  }

  .why-slab-item.yellow.why-slab-2, .why-slab-item.red.why-slab-3, .why-slab-item.why-slab-1 {
    width: 100%;
    max-width: 449px;
    height: 400px;
  }

  .text-block-2 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .columns-12 {
    margin-bottom: 98px;
    display: block;
  }

  .image-9 {
    margin-top: 55px;
  }

  .image-copy {
    margin-top: 251px;
  }

  .team-camera-2 {
    width: 100px;
    bottom: 0%;
    right: -13%;
  }

  .team-camera-1 {
    width: 100px;
    max-width: 70%;
    margin-top: -141px;
    top: 37%;
  }

  .holiday-banner {
    margin-left: 30px;
    margin-right: 30px;
  }

  .heading-5 {
    margin-top: 64px;
  }

  .image-11 {
    width: 100%;
    margin-top: 57px;
  }

  .motivate-holder {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .image-12 {
    width: 50%;
    margin-top: -17px;
    margin-left: 367px;
  }

  .image-13 {
    width: 30%;
    margin-top: 48px;
  }

  .image-14 {
    width: 60%;
    margin-top: -149px;
    margin-left: 110px;
  }

  .motivate-container {
    display: block;
  }

  .image-12-copy {
    width: 40%;
    margin-top: -10px;
    margin-left: 198px;
  }

  .image-14-copy {
    width: 30%;
    margin-top: 4px;
    margin-left: 252px;
  }

  .slide-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .holidays-slider {
    height: 900px;
  }

  .slide-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .left-arrow, .right-arrow {
    display: none;
  }

  .slide-5 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-13-copy {
    width: 30%;
    margin-top: 68px;
  }

  .image-30 {
    margin-left: 75px;
  }

  .link-block-3 {
    margin-left: 0;
  }

  .image-31 {
    width: 150px;
    margin-top: -27px;
    margin-left: 271px;
  }

  .image-15-copy {
    width: 80px;
    margin-top: 88px;
    margin-left: 429px;
  }

  .image-15-copy-2 {
    top: -24%;
    left: -12%;
  }

  .image-24-copy {
    bottom: -14%;
  }

  .image-25-copy {
    right: -13%;
  }

  .image-33 {
    margin-left: -320px;
  }

  .image-34 {
    right: -16%;
  }

  .nav-title-3 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 15px;
    transition: color .2s;
  }

  .nav-title-3:hover {
    color: #00a353;
  }

  .nav-title-3._4th-column {
    font-weight: 500;
  }

  .nav-title-3._4th-column:hover {
    color: #2f3542;
  }

  .fletlets-banner-wrap-2 {
    margin-top: 0;
  }

  .nav-title-2 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 18px;
    transition: color .2s;
  }

  .nav-title-2:hover {
    color: #00a353;
  }

  .nav-title-2._4th-column {
    font-weight: 500;
  }

  .nav-title-2._4th-column:hover {
    color: #2f3542;
  }

  .nav-title-2._4th-column.mobile {
    padding: 0 10px 10px;
    font-weight: 600;
  }

  .brand-3 {
    padding-left: 0;
  }

  .text-block-4 {
    color: #00a353;
  }

  .text-block-4.explore {
    color: #2f3542;
    align-self: center;
    font-size: 18px;
    font-weight: 600;
    text-decoration: none;
  }

  .explore-icon {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .dashboard-button {
    clear: none;
    background-color: #00a353;
    border-radius: 5px;
    flex: 1;
    justify-content: center;
    align-items: center;
    padding: 15px 23px;
    font-weight: 600;
    display: flex;
  }

  .mobile-dropdown {
    width: 100%;
  }

  .nav-link-details-2 {
    font-size: 15px;
    font-weight: 400;
  }

  .my-dashboard-mob-wrap {
    margin-top: 4px;
    margin-bottom: 4px;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .mobile-toggle-2 {
    color: #2f3542;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    transition: background-color .2s;
  }

  .mobile-toggle-2:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-2.explore {
    display: flex;
  }

  .navigation-container-mob {
    justify-content: space-between;
  }

  .grid-2 {
    grid-row-gap: 0px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-2 {
    background-color: #fff;
    border: 1px solid #e8edf5;
    height: 80vh;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    overflow: auto;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .mobile-nav-header-bg-2 {
    background-color: #2f3542;
    justify-content: flex-start;
    padding: 10px;
    display: none;
  }

  .nav-content-wrap-2 {
    align-self: center;
    padding-left: 10px;
  }

  .nav-content-wrap-2:hover {
    color: #00a353;
  }

  .nav-content-wrap-2.mobile {
    padding-left: 0;
  }

  .navigation-column-2.mobile-explore {
    width: auto;
  }

  .navigation-column-2.mobile-explore.other-resources {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navigation-column-2.subjects {
    width: auto;
  }

  .navigation-column-2.subjects.mobile {
    margin-left: 40px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navigation-link-block-2 {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .navigation-link-block-2.mobile {
    border-radius: 5px;
    margin-bottom: 15px;
    padding: 10px;
  }

  .mobile-nav-link-2 {
    color: #2f3542;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
  }

  .mobile-nav-link-2.dashboard {
    color: #e8edf5;
    background-color: #00a353;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    font-size: 18px;
    transition: background-color .2s;
    display: flex;
  }

  .mobile-nav-link-2.dashboard.home {
    color: #2f3542;
    background-color: rgba(0, 0, 0, 0);
    font-size: 18px;
  }

  .mobile-nav-link-2.dashboard.home {
    color: #2f3542;
    background-color: rgba(0, 0, 0, 0);
    margin-left: 10px;
    margin-right: 10px;
    font-size: 18px;
  }

  .mobile-nav-link-2.dashboard {
    color: #00a353;
    transition: background-color .2s;
    display: block;
  }

  .mobile-nav-link-2.dashboard:hover {
    background-color: #e8edf5;
  }

  .mobile-nav-link-2.dashboard.home {
    color: #2f3542;
  }

  .mobile-nav-link-2.dashboard.home:hover {
    color: #00a353;
  }

  .subject-link-3 {
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .navigation-full-2 {
    background-color: #fff;
  }

  .flowbase-logo {
    width: 75px;
  }

  .icon-3 {
    color: #2f3542;
  }

  .navigation-mob-2 {
    z-index: 10;
    background-color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #e7e7e7;
    flex-direction: row;
    justify-content: center;
    padding: 8px 20px;
    display: flex;
    position: fixed;
  }

  .nav-link-details-3 {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details-3.mobile {
    margin-top: 5px;
    font-size: 16px;
    line-height: 18px;
  }

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .heart-icon {
    margin-right: 5px;
  }

  .donate-button.mobile {
    color: #2f3542;
    margin-left: 10px;
    margin-right: 10px;
    padding: 10px 40px 10px 20px;
    font-size: 18px;
    text-decoration: none;
    display: flex;
  }

  .dropdown-list-mob {
    background-color: #fff;
  }

  .dropdown-list-mob.w--open {
    margin-bottom: 0;
    padding-bottom: 10px;
    box-shadow: 11px 59px 55px rgba(82, 82, 82, .05);
  }

  .navigation-button-2.mobile {
    padding: 8px 15px;
  }

  .navigation-2, .navigation-left {
    display: none;
  }

  .menu-mob-2 {
    color: #00a353;
    background-color: #e8edf5;
    border-radius: 5px;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob-2.w--open {
    background-color: #008041;
  }

  .other-resources-links-3.mobile {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    font-size: 18px;
  }

  .other-resources-links-2.mobile {
    padding-left: 20px;
  }

  .top-bar-nav-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-bar-content-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .links-right {
    margin-right: 0;
  }

  .navigation-full {
    background-color: #fff;
  }

  .nav-title {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 15px;
    transition: color .2s;
  }

  .nav-title:hover {
    color: #00a353;
  }

  .nav-title._4th-column {
    font-weight: 500;
  }

  .nav-title._4th-column:hover {
    color: #2f3542;
  }

  .nav-title._4th-column.mobile {
    padding: 0 10px 10px;
  }

  .mobile-toggle {
    color: #2f3542;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    font-weight: 600;
    transition: background-color .2s;
  }

  .mobile-toggle:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle.explore {
    display: flex;
  }

  .navigation-button.mobile {
    padding: 8px 15px;
  }

  .navigation {
    display: none;
  }

  .nav-link-details {
    font-size: 15px;
    font-weight: 400;
  }

  .nav-link-details.mobile {
    font-size: 14px;
  }

  .nav-content-wrap {
    align-self: center;
    padding-left: 10px;
  }

  .nav-content-wrap:hover {
    color: #00a353;
  }

  .nav-content-wrap.mobile {
    padding-left: 0;
  }

  .mobile-nav {
    background-color: #fff;
    border: 1px solid #e8edf5;
    padding-top: 10px;
    padding-bottom: 10px;
    box-shadow: 42px 42px 55px rgba(32, 53, 90, .09);
  }

  .menu-mob {
    color: #fff;
    background-color: #00a353;
    border-radius: 5px;
    padding: 10px;
    font-size: 22px;
  }

  .menu-mob.w--open {
    background-color: #008041;
  }

  .navigation-mob {
    border: 0 solid #555;
    border-bottom: 1px solid #e8edf5;
    flex-direction: row;
    justify-content: center;
    padding: 10px 20px;
    display: flex;
  }

  .navigation-column.mobile-explore {
    width: auto;
  }

  .navigation-column.mobile-explore.other-resources {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .navigation-column.subjects {
    width: auto;
  }

  .navigation-column.subjects.mobile {
    margin-left: 30px;
    margin-right: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fletlets-banner-wrap {
    margin-top: 0;
  }

  .hero-wrap {
    margin-left: auto;
    margin-right: auto;
  }

  .country-header-content.new {
    margin-top: 76px;
  }

  .course-listing-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .footer-bottom-right-wrap {
    align-items: center;
    display: flex;
  }

  .social-icons-wrap {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .image-35 {
    padding-left: 10px;
  }

  .footer-link-wrap {
    grid-template-columns: .75fr .75fr 1fr .75fr 1fr;
    padding-bottom: 20px;
  }

  .item-wrap {
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    margin-right: 10px;
    padding-right: 0;
    display: flex;
  }

  .license-wrap {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .attribution-banner-bg, .attribution-content-area-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-1 {
    width: 33.33%;
  }

  .attr-step-text {
    margin-bottom: -16px;
    position: static;
  }

  .attr-footer {
    float: left;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .tab-image {
    padding-right: 10px;
  }

  .copy-tick-mark {
    display: none;
    top: 83px;
    bottom: auto;
    left: auto;
    right: 25px;
  }

  .hero-content.design-fix-2 {
    max-width: none;
  }

  .products-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .item-block {
    padding-right: 10px;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .heading-10 {
    text-align: center;
  }

  .image-42 {
    top: 27%;
    left: 32%;
  }

  .image-42.ck-12-play {
    top: 36%;
    left: 43%;
  }

  .navigation-mob-3 {
    background-color: #fff;
    border: 1px #000;
    flex-direction: row;
    justify-content: center;
    padding: 8px 20px;
    display: flex;
    position: fixed;
  }

  .image-46 {
    margin-top: -101px;
    margin-bottom: 20px;
    top: 33px;
  }

  .remote-banner-bg {
    text-align: center;
    flex-direction: column;
    height: auto;
    margin-top: 50px;
    padding-bottom: 40px;
    position: static;
  }

  .remote-banner-bg.right {
    margin-left: 0;
    position: relative;
  }

  .remote-banner-bg.left {
    margin-right: 0;
    position: relative;
  }

  .remote-banner-title {
    margin-bottom: 10px;
    line-height: 40px;
  }

  .remote-banner-title.white-text {
    line-height: 40px;
  }

  .cta-main-2.secondary.dxtrack-user-action.remote-banner-cta {
    font-size: 18px;
  }

  .remote-banner-p {
    margin-bottom: 10px;
  }

  .cta-copy {
    font-weight: 800;
  }

  .design-fix-2 {
    width: 190px;
  }

  .column-7 {
    text-align: right;
  }

  .bn-banner-holder.on-mobile {
    padding-bottom: 29px;
  }

  .design-fix-3 {
    display: none;
  }

  .design-fix-3.on-mobile {
    width: 100%;
    display: inline-block;
  }

  .design-fix-3.on-mobile.student {
    margin: -34px -31px -80px;
  }

  .extrabold.text-color-white {
    display: none;
  }

  .extrabold.text-color-white.on-mobile {
    text-align: center;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    font-size: 40px;
    display: block;
  }

  .button-yellow-1.on-mobile {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .bn-getting-started-section {
    padding-left: 15px;
    padding-right: 15px;
  }

  .timeline-nav-holder {
    justify-content: center;
    display: flex;
  }

  .tab-link-tab-2-3 {
    margin-left: 6px;
    margin-right: 6px;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 17px;
  }

  .column-8 {
    justify-content: center;
    padding-top: 55px;
  }

  .bn-getting-started-section-2 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .down-arrow-holder.footer {
    margin-bottom: 68px;
  }

  .more-heading.footer.student {
    margin-bottom: 14px;
    font-size: 50px;
  }

  .how-section {
    text-align: center;
    margin-bottom: 50px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .paragraph-15 {
    text-align: center;
    max-width: 80%;
    margin-bottom: 14px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
  }

  .column-9 {
    padding-right: 10px;
  }

  .paragraph-16 {
    color: #979aa0;
    font-size: 16px;
  }

  .list {
    text-align: left;
  }

  .list.design-fix-9, .list.design-fix-9-copy {
    justify-content: center;
    display: flex;
  }

  .list-item {
    padding-right: 19px;
  }

  .list-item.flex-list-item {
    display: flex;
  }

  .image-49 {
    display: none;
  }

  .image-49.on-mobile {
    z-index: 2;
    margin-top: -85px;
    margin-bottom: 20px;
    margin-left: -36px;
    display: block;
    position: relative;
  }

  .image-49.on-mobile.reverse {
    display: none;
  }

  .how-section-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .how-section-1-container.design-fix-4 {
    text-align: center;
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-top: 31px;
    padding-bottom: 34px;
    padding-left: 0;
  }

  .link-block-8.section-arrow-link.start-using-ck12-link {
    font-size: 20px;
  }

  .bn-section-image-1 {
    display: none;
  }

  .bn-section-image-1.on-mobile {
    width: 100%;
    margin-top: -30px;
    margin-bottom: -52px;
    margin-left: auto;
    display: block;
  }

  .bn-section-image-2 {
    display: none;
  }

  .bn-section-image-2.on-mobile {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .bn-section-image-2.on-mobile.student {
    max-width: 600px;
  }

  .how-section-2 {
    text-align: center;
    margin-bottom: 20px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .green-button-3.design-fix-10, .green-button-3.hidden {
    display: none;
  }

  .more-section {
    background-color: #fff;
    padding-left: 15px;
    padding-right: 15px;
  }

  .more-section.student {
    padding-top: 0;
    padding-bottom: 80px;
  }

  .more-section.student.teacher-section {
    padding-top: 85px;
  }

  .div-block-7 {
    margin: 23px auto -44px;
  }

  .columns-15 {
    text-align: center;
    display: block;
  }

  .bn-sub-section-image-1 {
    width: 100%;
    margin-left: 0;
    display: none;
  }

  .bn-sub-section-image-1.on-mobile {
    margin-top: -39px;
    margin-bottom: -77px;
    display: block;
  }

  .bn-sub-section-image-2 {
    display: none;
  }

  .bn-sub-section-image-2.on-mobile {
    width: 100%;
    margin: -39px auto -57px;
    display: block;
  }

  .column-9-copy {
    padding-left: 0;
  }

  .faq-section {
    background-color: #f5f7fb;
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-section.student {
    padding-left: 50px;
    padding-right: 50px;
  }

  .grid-11, .grid-11.teacher {
    grid-template-columns: 1fr 1fr;
  }

  .faq-question {
    line-height: 28px;
  }

  .bn-student-banner {
    height: 210px;
  }

  .image-52 {
    width: 114%;
    margin-top: 0;
  }

  .image-52.mobile {
    width: 160px;
    margin-top: -4px;
    margin-left: -11px;
  }

  .button-white-1 {
    display: none;
  }

  .button-white-1.on-mobile {
    margin-top: 7px;
    display: inline-block;
  }

  .bn-footer {
    text-align: center;
    padding-bottom: 148px;
  }

  .button-white-ghost-1.student {
    margin-top: 9px;
  }

  .image-53 {
    margin-left: auto;
    margin-right: auto;
    display: inline;
    position: static;
  }

  .timeline-nav {
    width: 328px;
    margin-top: 30px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
  }

  .time-line-images-holder.student {
    height: auto;
  }

  .image-54 {
    display: none;
  }

  .image-54.on-mobile {
    display: block;
    top: 387px;
    left: 79px;
  }

  .image-55 {
    opacity: .45;
    margin-top: -9px;
  }

  .on-mobile-col {
    text-align: center;
  }

  .bn-multi-list {
    width: 440px;
    margin-left: auto;
    margin-right: auto;
    display: inline-block;
    position: relative;
  }

  .bn-multi-list.design-fix-11 {
    width: 320px;
  }

  .bn-multi-list.design-fix-198 {
    width: 310px;
  }

  .bn-bf-holder {
    display: none;
  }

  .bn-bf-holder.on-mobile {
    margin-top: 40px;
    display: block;
  }

  .container-6 {
    margin-bottom: 40px;
  }

  .column-10 {
    text-align: center;
  }

  .div-block-9 {
    margin-bottom: -213px;
    position: relative;
    top: 228px;
  }

  .div-block-9.student {
    margin-top: 194px;
  }

  .container-7 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .student.design-fix-39 {
    margin-top: -2px;
  }

  .columns-17 {
    display: block;
  }

  .columns-18 {
    display: flex;
  }

  .column-13 {
    align-items: center;
    display: flex;
  }

  .grid-12 {
    grid-template-columns: 1fr 1fr;
  }

  .flex-columns {
    display: block;
  }

  .underline-link.on-mobile {
    text-decoration: underline;
  }

  .underline-link.on-mobile.not-in-tablet {
    text-decoration: none;
  }

  .bn-banner-arrow-holder {
    float: left;
    width: 100%;
    margin-top: 31px;
    display: none;
  }

  .grid-2-3-columns {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-3-columns.grid-width-1 {
    max-width: 470px;
  }

  .grid-2-3-columns.grid-width-2 {
    max-width: 530px;
  }

  .bn-list-item {
    text-align: left;
    margin-bottom: -12px;
    display: flex;
  }

  .grid-2-columns {
    grid-template-columns: 1fr 1fr;
    max-width: 386px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-13 {
    grid-column-gap: 10px;
    grid-template-columns: .25fr .46fr .25fr;
  }

  .grid-14 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .grid-14-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .paragraph-20 {
    font-size: 12px;
  }

  .mobile-nav-outside-area {
    width: 100vw;
    height: 100%;
    margin-top: -19px;
    margin-left: -101.8vw;
  }

  .bn-getting-started-heading-copy {
    margin-bottom: 43px;
  }

  .start-using-section {
    display: none;
  }

  .grid-2-3-columns-copy {
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 614px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-2-3-columns-copy.grid-width-1 {
    max-width: 470px;
  }

  .grid-2-3-columns-copy.grid-width-2 {
    max-width: 530px;
  }

  .column-15 {
    padding-left: 0;
  }

  .bn-faq-answer {
    line-height: 25px;
  }

  .faq-heading.footer.student {
    margin-bottom: 64px;
  }

  .bn-banner-arrow-holder-teacher {
    float: left;
    width: 100%;
    margin-top: 31px;
    display: block;
  }

  .bn-banner-arrow-holder-teacher.student {
    margin-bottom: 2px;
  }

  .marketing-banner-copy-right-mobile-wrap {
    text-align: left;
  }

  .marketing-banner-wrap-2 {
    flex-direction: row;
    justify-content: flex-start;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .navigation-mob-4 {
    background-color: #fff;
    border: 1px #000;
    border-bottom: 1px solid #e8edf5;
    flex-direction: row;
    justify-content: center;
    padding: 8px 20px;
    display: flex;
    position: fixed;
  }

  .nav-title-4 {
    color: #2f3542;
    margin-bottom: 0;
    font-size: 15px;
    transition: color .2s;
  }

  .nav-title-4:hover {
    color: #00a353;
  }

  .nav-title-4._4th-column {
    font-weight: 500;
  }

  .nav-title-4._4th-column:hover {
    color: #2f3542;
  }

  .marketing-banner-title-2 {
    margin-top: 0;
  }

  .subject-link-4 {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 18px;
    font-weight: 600;
    line-height: 24px;
  }

  .hiking-2 {
    margin-right: 20px;
    position: static;
  }

  .nav-link-details-4 {
    font-size: 15px;
    font-weight: 400;
  }

  .mobile-toggle-3 {
    color: #2f3542;
    border-radius: 5px;
    width: 97%;
    margin: 5px 10px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    transition: background-color .2s;
  }

  .mobile-toggle-3:hover {
    background-color: #e8edf5;
  }

  .mobile-toggle-3.w--open {
    font-weight: 700;
  }

  .mobile-toggle-3.explore {
    margin-left: 10px;
    margin-right: 10px;
    display: flex;
  }

  .image-58 {
    min-width: 75px;
  }

  .social-icons-wrap-3 {
    justify-content: space-between;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
  }

  .columns-22 {
    width: 100%;
  }

  .explore-image-wrap {
    justify-content: flex-end;
    padding-right: 0;
    display: flex;
  }

  .testimonial-grid {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-image-wrap {
    height: 200px;
  }

  .donate-heart-2 {
    margin-left: 4px;
  }

  .rl_navbar5_menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .rl_navbar5_dropdown-toggle-2 {
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 16px;
    font-size: 1.125rem;
    display: flex;
  }

  .rl_menu-icon_line-top, .rl_menu-icon_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl_navbar5_dropdown-content {
    flex-direction: column;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .rl-dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    top: auto;
    bottom: auto;
    left: auto;
    right: 16px;
  }

  .rl_navbar5_link-2 {
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 16px;
    font-size: 1.125rem;
  }

  .rl_navbar5_link-2.with-icon {
    width: 100%;
    padding-left: 16px;
  }

  .rl_navbar5_link-2.with-icon:hover {
    background-color: #e8edf5;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-10 {
    order: -1;
  }

  .rl_navbar5_menu-right {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 0;
  }

  .rl_navbar5_menu-left {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-account-wrap {
    grid-column-gap: 0px;
    align-items: center;
    width: 100%;
  }

  .rl_menu-icon_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .nav-right {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-right: 16px;
  }

  .rl_navbar5_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1rem 2.5rem 15rem;
    position: absolute;
    overflow: auto;
  }

  ._1px-divider-2 {
    display: none;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1rem;
    grid-template-columns: 1.25fr 1fr 1fr;
    align-content: start;
    align-items: start;
    padding: 1rem 0;
  }

  .rl_navbar5_dropdown-content-left.explore {
    grid-template-columns: 1fr 1fr;
  }

  .rl_navbar5_menu-dropdown-2 {
    width: 100%;
    transition: background-color .2s;
    position: relative;
  }

  .rl_navbar5_menu-dropdown-2:hover {
    background-color: #e8edf5;
    border-radius: 5px;
  }

  .nav-left {
    width: 100%;
  }

  .rl_navbar5_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .rl_navbar5_dropdown-list-2.w--open {
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    margin-bottom: 1.5rem;
    padding: 0 0 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .license-wrap-2 {
    align-self: center;
    align-items: center;
    display: flex;
  }

  .ck12-logo {
    min-width: 75px;
  }

  .footer-column-wrap {
    margin-bottom: 16px;
  }

  .footer-bottom-right-wrap-2 {
    align-items: center;
    display: flex;
  }

  .image-59 {
    padding-left: 10px;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr 1fr;
    padding-bottom: 20px;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .header-nav-link-text.show-in-devices, .header-nav-link-text.first.w--current {
    width: 100%;
  }

  .nav-menu {
    height: 100%;
    position: fixed;
    overflow: auto;
  }

  .container {
    grid-template-columns: 1fr;
  }

  .text-align-center {
    flex-direction: column;
  }

  .slab-item.blog {
    max-width: none;
    height: auto;
  }

  .mission-quote-bottom {
    right: -35px;
  }

  .slab-toggle-text {
    width: 170%;
    margin-left: -103px;
  }

  .slab-member-img {
    max-width: 130px;
    margin-top: 0;
    margin-bottom: -31px;
    margin-right: -20px;
    display: inline-block;
    position: static;
  }

  .slab-member-img.design-fix-4564 {
    margin-top: 0;
  }

  .slab-member-img.only-on-tablet {
    display: none;
  }

  .slab-blog-post-item {
    max-width: none;
  }

  .why-slab-item-holder {
    width: 100%;
    margin-left: 0%;
  }

  .text-block-2 {
    margin-bottom: 11px;
  }

  .nav-title-2, .nav-title-2._4th-column.mobile {
    font-weight: 600;
  }

  .text-block-4.explore {
    font-size: 18px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .mobile-nav-2 {
    height: 80vh;
    overflow: auto;
  }

  .navigation-column-2.mobile-explore {
    padding-top: 5px;
    padding-bottom: 0;
  }

  .navigation-column-2.mobile-explore.other-resources {
    align-items: end;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .subject-link-3 {
    color: rgba(47, 53, 66, .75);
    font-size: 18px;
    font-weight: 600;
  }

  .navigation-mob-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .mobile-nav-dropdown {
    font-size: 18px;
  }

  .top-bar-nav-wrap, .navigation-mob {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navigation-column.mobile-explore {
    padding-bottom: 0;
  }

  .navigation-column.mobile-explore.other-resources {
    align-items: end;
    padding-top: 20px;
  }

  .course-listing-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .footer-bottom-right-wrap {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-link-text {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .image-35, .image-35.cc {
    padding-left: 0;
  }

  .footer-link-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .license-wrap {
    align-self: flex-start;
    padding-top: 5px;
  }

  .footer-wrap-bottom {
    align-items: flex-start;
  }

  .footer-bottom-right-links {
    padding-left: 0;
  }

  .attribution-banner-bg, .attribution-content-area-holder {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tab-link-1 {
    width: 100%;
  }

  .tab-link-1.w--current {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .attr-col-1, .attr-col-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .tabs-menu {
    display: block;
  }

  .copy-tick-mark {
    top: auto;
    bottom: 32px;
    left: 76px;
    right: auto;
  }

  .hero-content._2-columns {
    flex-direction: column;
  }

  .item-block {
    padding-left: 20px;
  }

  .two-column-grid {
    grid-row-gap: 24px;
  }

  .webinars-video-item {
    text-align: center;
  }

  .image-42 {
    top: 41%;
    left: 43%;
  }

  .navigation-mob-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .design-fix-1 {
    padding-left: 0;
  }

  .image-44 {
    width: 100%;
    max-width: none;
    display: block;
  }

  .image-45 {
    display: none;
  }

  .integration-bg {
    width: 100%;
  }

  .remote-banner-bg {
    margin-top: 69px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .remote-banner-bg.right {
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .remote-banner-bg.left {
    width: 100%;
    margin-bottom: 25px;
    margin-left: 0;
    margin-right: 0;
  }

  .cta-copy-wrapper {
    flex-direction: column;
  }

  .cta-copy {
    text-align: center;
    align-self: center;
    padding-bottom: 10px;
  }

  .form {
    margin-top: -20px;
  }

  .column-7 {
    text-align: right;
  }

  .tab-link-tab-2-3.w--current {
    margin-bottom: 12px;
  }

  .more-heading.footer {
    line-height: 1.2;
  }

  .more-heading.footer.student {
    line-height: 1.1;
  }

  .list-item.flex-list-item {
    align-items: flex-start;
  }

  .image-49.on-mobile.reverse {
    display: none;
  }

  .bn-section-image-1.on-mobile {
    margin-top: 0;
  }

  .bn-sub-section-image-1.on-mobile {
    margin-bottom: -51px;
  }

  .grid-11.teacher {
    grid-template-columns: 1fr;
  }

  .bn-student-banner {
    height: auto;
  }

  .image-52 {
    width: 251px;
  }

  .image-55 {
    margin-top: 5px;
  }

  .bn-multi-list.design-fix-198 {
    width: 320px;
  }

  .column-11 {
    text-align: center;
  }

  .grid-12 {
    grid-template-columns: 1fr;
  }

  .bn-list-item {
    align-items: flex-start;
    display: flex;
  }

  .column-14 {
    text-align: center;
  }

  .faq-heading.footer {
    line-height: 1.2;
  }

  .faq-heading.footer.student {
    line-height: 1.1;
  }

  .navigation-mob-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .subject-link-4 {
    color: rgba(47, 53, 66, .75);
    font-size: 18px;
    font-weight: 600;
  }

  .footer-link-text-2 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .footer-wrap-bottom-3 {
    align-items: flex-start;
  }

  .webinar-grid {
    grid-template-columns: 1fr;
  }

  .cta-banner-text {
    text-align: center;
    margin-right: 0;
  }

  .blob-bg {
    object-fit: contain;
    height: 300px;
  }

  .integration-cards-wrap {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .explore-role-wrap {
    grid-template-columns: 1fr;
  }

  .explore-image-wrap {
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
  }

  .rl_navbar5_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .padding-global, .rl_navbar5_menu {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .rl_navbar5_menu-dropdown-2 {
    padding-right: 0;
  }

  .rl_navbar5_text-small-2 {
    display: none;
  }

  .license-wrap-2 {
    align-self: flex-start;
    padding-top: 5px;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .footer-link-text-3 {
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .rl-padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer-bottom-right-wrap-2 {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image-59, .image-59.cc {
    padding-left: 0;
  }

  .footer-link-wrap-2 {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-right-links-2 {
    padding-left: 0;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .header-nav-link-text {
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-nav-link-text.show-in-devices.link-on-mobile {
    padding-left: 10px;
  }

  .header-nav-link-text.mobile-join-menu-btn.show-in-devices {
    float: left;
    border: 1px #000;
    border-top: 1px solid #cec9be;
    margin-top: 12px;
    padding-top: 17px;
    display: block;
  }

  .header-nav-link-text.first.w--current {
    margin-top: 22px;
  }

  .header-nav-link-text.first.link-on-mobile {
    padding-left: 10px;
  }

  .nav-menu {
    width: auto;
    margin-left: 67px;
    padding-left: 8px;
  }

  .header-search-bar {
    margin-top: -10px;
  }

  .header-search-input {
    width: 83%;
  }

  .search-button.primary-color-bg {
    text-align: center;
    padding-left: 0;
    padding-right: 0;
  }

  .show-in-devices.mobile-search-bar {
    float: left;
    width: 100%;
    padding-left: 14px;
    padding-right: 14px;
  }

  .header-main-section {
    padding-left: 0;
    padding-right: 0;
  }

  .heading.overview-banner-title {
    text-align: center;
    margin-top: 18px;
    font-size: 30px;
    line-height: 34px;
  }

  .heading-intro {
    text-align: center;
    font-size: 18px;
  }

  .overview-download-pdf-btn {
    margin-top: 17px;
    position: static;
  }

  .heading-2.overview-h2 {
    padding-right: 54px;
  }

  .footer-holder {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns {
    text-align: right;
  }

  .footer-credits {
    margin-top: 49px;
  }

  .footer-credits-column-1-style {
    float: none;
    border-right-width: 0;
    display: inline-block;
  }

  .footer-credits-column-1-style.no-border-right.full-width {
    width: auto;
  }

  .footer-credits-column-1-style.float-right {
    float: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .no-margin-bottom {
    font-size: 11px;
  }

  .no-margin-bottom.text-color-white {
    border-right: 1px solid #fff;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 11px;
  }

  .footer-credits-column-2-style {
    border-right-width: 0;
    width: 100%;
    margin-bottom: 6px;
  }

  .footer-credits-column-2-style.no-border-right.no-padding-right {
    text-align: left;
  }

  .footer-credits-column-2-style.no-border-right.no-padding-right.float-right {
    float: none;
    width: auto;
    margin-left: 7px;
    display: inline-block;
  }

  .column-2, .column-3 {
    text-align: center;
  }

  .testimonials-intro-section {
    height: auto;
    padding-bottom: 15px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonials-tab-icon {
    margin-bottom: -41px;
    padding-bottom: 0;
  }

  .testimonials-filter-section-tab.primary-color-bg.text-color-white {
    margin-bottom: 15px;
  }

  .select-wrapper.pull-right.pull-left {
    float: left;
  }

  .cep-header-title {
    text-align: left;
    padding-left: 59px;
    font-size: 19px;
  }

  .banner-intro-text.text-color-white.on-mobile {
    text-align: left;
    margin-top: -20px;
    margin-bottom: 18px;
    font-size: 16px;
  }

  .banner-intro-text.text-color-white.on-mobile.student {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 28px;
  }

  .button-teal-primary.margin-left-15.sim {
    text-align: center;
    width: 100%;
    margin-top: 14px;
    margin-left: 0;
  }

  .button-teal-primary.plix {
    text-align: center;
    width: 100%;
    margin-top: 11px;
  }

  .hide-in-devices-2 {
    display: none;
  }

  .cep-program-requirement, .tab-pane {
    padding-left: 15px;
    padding-right: 15px;
  }

  .section.slab-banner-holder {
    padding-left: 15px;
  }

  .slab-h1 {
    font-size: 30px;
    line-height: 40px;
  }

  .slab-item.webinars.mobile {
    width: 100%;
    max-width: none;
    height: 103px;
    margin-top: 84px;
  }

  .slab-item.blog-banner.mobile {
    width: 130px;
    max-width: none;
    height: 103px;
    padding-bottom: 0;
  }

  .slab-item.blog {
    padding-bottom: 70px;
  }

  .slab-item.blog.ex {
    margin-right: 0;
  }

  .block-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-section.why-slab {
    padding: 75px 10px 50px;
  }

  .block-section.why-slab.slab-blog-post-holder {
    padding-top: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-section.why-slab.past-webinars.webinars-section {
    padding-top: 140px;
    padding-bottom: 40px;
  }

  .block-section.why-slab.webinars-section {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .block-section.our-story-section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .slab-blog-image.hover.mobile {
    margin-top: -458px;
  }

  .slab-blog-image.mobile {
    width: 90px;
    margin-top: -138px;
    margin-left: 32px;
  }

  .slab-h2.blog.mobile {
    font-size: 22px;
  }

  .slab-h2.story.why-slab {
    font-size: 40px;
  }

  .salb-h2.mobile {
    font-size: 22px;
  }

  .slab-item-p.mobile {
    display: none;
  }

  .slab-webinar-image.mobile {
    width: 160px;
    margin-top: -68px;
    margin-left: -37px;
  }

  .slab-banner-text {
    padding-right: 0;
  }

  .slab-header-p {
    font-size: 15px;
    line-height: 25px;
  }

  .slab-mission-statement {
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 20px;
    line-height: 30px;
  }

  .mission-quote {
    width: 20px;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .mission-quote-bottom {
    width: 20px;
    top: auto;
    bottom: 6px;
    left: auto;
    right: -16px;
  }

  .slab-member-img {
    margin-top: -20px;
    margin-bottom: -70px;
    margin-right: -30px;
    position: static;
    top: -125px;
  }

  .slab-member-switch {
    display: none;
  }

  .slab-blog-post-item {
    max-width: none;
    height: auto;
  }

  .blog-item-footer {
    margin-top: 27px;
  }

  .slab-blog-cta {
    margin-top: 40px;
  }

  .columns-2.tab-dslb-bsnnrt-itrmd {
    margin-left: -24px;
    display: block;
  }

  .columns-3.mobile {
    display: none;
  }

  .image {
    margin-top: 0;
  }

  .paragraph-3 {
    padding-right: 0;
    display: block;
  }

  .image-2, .image-3 {
    display: none;
  }

  .image-4 {
    display: block;
  }

  .image-5 {
    margin-top: 31px;
    display: block;
  }

  .slide {
    background-color: rgba(238, 62, 62, 0);
  }

  .slider {
    background-color: rgba(0, 0, 0, 0);
    height: auto;
    margin-bottom: 20px;
    display: block;
  }

  .slide-2 {
    padding-left: 19px;
  }

  .slide-nav {
    background-color: rgba(0, 0, 0, 0);
    position: static;
  }

  .columns-7, .columns-8, .columns-9 {
    display: none;
  }

  .columns-9.ex {
    display: block;
  }

  .image-6 {
    display: none;
  }

  .image-7 {
    display: inline-block;
  }

  .column-5 {
    text-align: center;
  }

  .slab-member-switch-holder-mobile {
    margin-bottom: 23px;
    display: block;
    position: relative;
    left: 15px;
  }

  .slab-toggle-text-mobile {
    font-size: 14px;
  }

  .slab-member-toggle-top-mobile {
    float: left;
    width: 130px;
    height: 33px;
    padding-top: 5px;
    display: inline-block;
  }

  .slab-member-toggle-top-mobile.active {
    float: left;
    height: 33px;
    margin-right: 13px;
    padding-top: 5px;
    display: inline-block;
  }

  .why-slab-img-1 {
    right: -5%;
  }

  .columns-12 {
    margin-bottom: 58px;
  }

  .image-9 {
    margin-top: 47px;
  }

  .link-block {
    margin-top: 15px;
  }

  .image-copy {
    margin-top: 0;
  }

  .team-camera-2 {
    width: 75px;
    right: -5%;
  }

  .team-camera-1 {
    width: 75px;
    margin-top: 16px;
    top: -14%;
    left: -7%;
  }

  .heading-5 {
    font-size: 40px;
    line-height: 47px;
  }

  .text-block-3 {
    margin-top: 26px;
    margin-bottom: 16px;
  }

  .image-11 {
    margin-bottom: 47px;
  }

  .heading-5-2 {
    font-size: 28px;
    line-height: 31px;
  }

  .paragraph-4 {
    margin-top: 15px;
  }

  .image-12 {
    margin-top: 23px;
    margin-left: 167px;
  }

  .image-14 {
    margin-top: -85px;
    margin-left: 57px;
  }

  .motivate-container {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-15 {
    left: 0%;
  }

  .image-12-copy {
    margin-left: 83px;
  }

  .image-14-copy {
    margin-left: 106px;
  }

  .slide-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .holidays-slider {
    height: 830px;
  }

  .heading-5-copy {
    font-size: 34px;
    line-height: 42px;
  }

  .slide-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .icon, .icon-2, .left-arrow, .right-arrow {
    display: none;
  }

  .slide-5 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-19 {
    width: 50px;
  }

  .image-25 {
    top: 28%;
  }

  .image-27 {
    width: 77%;
    margin-top: 0;
    margin-left: 0;
  }

  .image-20-copy {
    width: 30px;
    left: 7%;
  }

  .image-31 {
    width: 100px;
    margin-top: 9px;
    margin-left: -19px;
  }

  .image-15-copy {
    width: 50px;
    margin-left: 79px;
    left: 0%;
  }

  .image-15-copy-2 {
    top: -29%;
    left: -4%;
  }

  .image-25-copy {
    margin-top: 24px;
    margin-left: 0;
    top: 50%;
    right: -3%;
  }

  .image-32 {
    width: 100%;
  }

  .image-33 {
    width: 180%;
    margin-top: -738px;
    margin-left: -116px;
  }

  .image-34 {
    right: -40%;
  }

  .dashboard-button {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .my-dashboard-mob-wrap {
    text-align: center;
    flex-direction: row;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .mobile-toggle-2.w--open, .mobile-toggle-2.explore.w--open {
    background-color: #e8edf5;
  }

  .grid-2 {
    grid-template-columns: 1fr;
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-nav-header-bg-2 {
    display: none;
  }

  .navigation-column-2.mobile-explore {
    padding-right: 0;
  }

  .navigation-link-block-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .mobile-nav-link-2.dashboard {
    display: block;
  }

  .navigation-mob-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .mobile-toggle.w--open, .mobile-toggle.explore.w--open {
    background-color: #e8edf5;
  }

  .navigation-column.mobile-explore {
    padding-right: 0;
  }

  .hero-wrap {
    margin-top: 52px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrap.padding-sm.center-text {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .country-header-content {
    border-radius: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .h4 {
    padding-bottom: 5px;
  }

  .course-listing-grid {
    grid-template-columns: 1fr 1fr;
  }

  .image-35.cc {
    padding-left: 0;
  }

  .footer-bottom-right-links {
    padding-bottom: 5px;
  }

  .icon-4, .menu-button {
    display: flex;
  }

  .tab-link-1 {
    width: 100%;
  }

  .hero-content.design-fix-2 {
    max-width: none;
  }

  .item-block {
    padding: 20px 10px;
  }

  .product-image-holder {
    width: 100%;
    height: 150px;
  }

  .two-column-grid {
    grid-template-columns: 1fr;
  }

  .bold-text-9 {
    font-size: 27px;
  }

  .heading-10 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .webinars-video-item {
    margin-bottom: 29px;
  }

  .image-42 {
    top: 33%;
    left: 37%;
  }

  .image-43 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .youtube-channel-link.text-align-center {
    flex-direction: column;
  }

  .navigation-mob-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .paragraph-13 {
    margin-bottom: 49px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-44 {
    width: 100%;
  }

  .integration-bg {
    height: auto;
  }

  .html-embed {
    width: 60px;
  }

  .image-46 {
    top: 31px;
  }

  .remote-banner-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .remote-banner-bg.right {
    justify-content: space-between;
    margin-bottom: 25px;
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .remote-banner-bg.left {
    margin-bottom: 25px;
    padding-bottom: 30px;
  }

  .section-3 {
    margin-top: 50px;
  }

  .remote-banner-title {
    font-size: 30px;
  }

  .cta-main-2.secondary.dxtrack-user-action.design-fix-2 {
    margin-top: 27px;
    display: inline-block;
  }

  .cta-wapper {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .cta-copy {
    padding-left: 35px;
    padding-right: 35px;
    font-size: 28px;
    line-height: 32px;
  }

  .paragraph-14 {
    text-align: left;
  }

  .team-img-mobile {
    text-align: right;
  }

  .form {
    margin-top: 0;
  }

  .bn-banner-holder.on-mobile {
    padding-bottom: 43px;
  }

  .bn-banner-holder.on-mobile.student {
    padding-bottom: 32px;
  }

  .design-fix-3.on-mobile {
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .design-fix-3.on-mobile.student {
    width: 100%;
    max-width: none;
    margin-top: -13px;
    margin-bottom: -40px;
    margin-left: 0;
  }

  .extrabold.text-color-white.on-mobile {
    text-align: left;
    font-size: 30px;
    line-height: 35px;
  }

  .button-yellow-1.on-mobile.student.scroll-to.large {
    font-size: 21px;
  }

  .bn-getting-started-heading {
    margin-top: 60px;
    margin-bottom: -56px;
    font-size: 30px;
  }

  .tab-link-tab-2-3 {
    margin-bottom: 7px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .tab-link-tab-2-3.w--current {
    margin-bottom: 7px;
  }

  .tab-link-tab-2-3.design-fix-12 {
    width: 100%;
    max-width: none;
  }

  .tab-link-tab-2-3.design-fix-13 {
    width: 100%;
  }

  .column-8 {
    padding-top: 15px;
  }

  .arrow-link-1 {
    font-size: 18px;
  }

  .arrow-link-1.underline-link.on-mobile {
    text-decoration: underline;
  }

  .heading-11-copy {
    font-size: 18px;
    line-height: 22px;
  }

  .down-arrow-holder {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .down-arrow-holder.footer {
    margin-bottom: 42px;
  }

  .more-heading {
    margin-bottom: 2px;
    font-size: 30px;
  }

  .more-heading.footer {
    font-size: 30px;
  }

  .more-heading.footer.student {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .more-heading.student {
    margin-bottom: 18px;
    font-size: 30px;
  }

  .image-47 {
    margin-left: auto;
    margin-right: auto;
  }

  .how-section {
    padding-bottom: 60px;
  }

  .paragraph-15 {
    opacity: 1;
    max-width: none;
    margin-bottom: 21px;
    font-size: 18px;
  }

  .column-9 {
    padding-right: 10px;
  }

  .paragraph-16 {
    color: #979aa0;
    max-width: none;
    font-size: 13px;
  }

  .list {
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: inline-block;
  }

  .list.design-fix-9 {
    display: flex;
  }

  .list.design-fix-9.design-fix-10 {
    float: none;
    max-width: 167px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list.design-fix-11 {
    width: 80%;
    margin-top: 0;
    padding-left: 0;
    position: static;
    top: -6px;
  }

  .list.design-fix-9-copy {
    display: flex;
  }

  .list.design-fix-9-copy.design-fix-10 {
    float: none;
    max-width: 167px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .list-item {
    padding-right: 13px;
  }

  .list-item.flex-list-item {
    align-items: flex-start;
    margin-bottom: -1px;
    display: flex;
  }

  .image-49.on-mobile {
    max-width: none;
    display: none;
  }

  .image-49.on-mobile.reverse {
    z-index: 2;
    width: 110px;
    margin-top: -3px;
    margin-bottom: -77px;
    margin-left: auto;
    display: block;
    position: relative;
  }

  .how-section-1 {
    padding-left: 0;
    padding-right: 0;
  }

  .how-section-1-container.design-fix-4 {
    border-top-right-radius: 40px;
    border-bottom-right-radius: 40px;
    padding-bottom: 30px;
  }

  .section-heading-2 {
    margin-bottom: -4px;
    font-size: 30px;
  }

  .bn-section-image-1.on-mobile {
    margin-top: 0;
    margin-bottom: -26px;
  }

  .bn-section-image-2.on-mobile {
    width: 100%;
  }

  .how-section-2 {
    margin-bottom: 60px;
    padding-top: 0;
  }

  .more-section {
    margin-top: -8px;
    padding-top: 0;
  }

  .more-section.student {
    background-color: rgba(232, 237, 245, .35);
    padding-top: 57px;
    padding-bottom: 0;
  }

  .more-section.student.teacher-section {
    padding: 86px 0 83px;
  }

  .div-block-7 {
    margin-top: 15px;
    margin-bottom: 27px;
  }

  .bn-sub-section-image-1.on-mobile {
    margin-bottom: -26px;
  }

  .bn-sub-section-image-2.on-mobile {
    margin-bottom: -23px;
  }

  .faq-section {
    border-radius: 40px 40px 0 0;
    padding-top: 40px;
  }

  .faq-section.student {
    background-color: #e8edf5;
    border-radius: 25px;
    padding-top: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-11 {
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-11.teacher {
    grid-template-columns: 1fr;
  }

  .faq-question {
    margin-bottom: 16px;
  }

  .bn-student-banner {
    border-radius: 25px;
    height: auto;
  }

  .heading-12 {
    font-size: 28px;
    line-height: 30px;
  }

  .heading-12.student {
    margin-bottom: 26px;
  }

  .paragraph-17 {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    font-size: 20px;
    line-height: 25px;
  }

  .image-52 {
    width: 251px;
    margin-top: -91px;
  }

  .image-52.mobile {
    width: 193px;
    margin-top: -42px;
  }

  .bn-footer {
    padding-top: 80px;
    padding-bottom: 44px;
  }

  .paragraph-18.footer {
    font-size: 20px;
  }

  .image-53 {
    width: 70px;
    margin-top: 0;
    margin-left: 74%;
    display: block;
  }

  .image-53.student {
    width: 75px;
    position: relative;
    top: -15px;
  }

  .timeline-nav {
    width: 293px;
  }

  .time-line-images-holder {
    height: auto;
    padding-right: 0;
  }

  .time-line-images-holder.student {
    height: auto;
  }

  .image-54.on-mobile {
    width: 59px;
    top: 277px;
    left: 31px;
  }

  .image-54.on-mobile.student {
    margin-top: -51px;
    margin-left: 10px;
  }

  .image-55 {
    margin-top: 3px;
  }

  .image-55.design-fix-35 {
    margin-top: 0;
  }

  .on-mobile-col {
    text-align: left;
  }

  .bn-multi-list, .bn-multi-list.design-fix-11 {
    width: auto;
    display: flex;
  }

  .bn-multi-list.design-fix-198 {
    display: inline-block;
  }

  .bn-bf-holder.on-mobile {
    margin-top: 20px;
    display: block;
  }

  .div-block-9 {
    text-align: right;
    top: -8px;
    left: 13px;
  }

  .div-block-9.student {
    margin-top: 113px;
  }

  .text-block-7, .text-block-8, .text-block-9, .column-11 {
    text-align: center;
  }

  .bn-student-tab-p {
    width: auto;
    max-width: 619px;
  }

  .bn-teacher-tab-p {
    font-size: 18px;
  }

  .bn-teacher-tab-p.design-fix-11 {
    line-height: 23px;
  }

  .image-56 {
    max-width: 100%;
  }

  .lms-holder {
    flex-direction: row;
    align-items: center;
  }

  .lms-item {
    width: 79px;
    max-width: 200px;
    height: 79px;
    max-height: 200px;
    margin-bottom: 26px;
    padding: 10px;
  }

  .bn-all-integration {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 1.3;
  }

  .column-12 {
    text-align: center;
  }

  .student.design-fix-39 {
    margin-top: -1px;
  }

  .image-57 {
    display: none;
  }

  .image-57.on-mobile {
    width: 35px;
    max-width: none;
    margin-top: 9px;
    margin-bottom: 16px;
    display: inline-block;
  }

  .columns-18, .column-13 {
    display: block;
  }

  .underline-link.on-mobile, .underline-link.on-mobile.not-in-tablet {
    text-decoration: underline;
  }

  .bn-banner-arrow-holder {
    text-align: center;
  }

  .grid-2-3-columns {
    grid-column-gap: 7px;
    grid-template-columns: .75fr 1fr;
    max-width: 614px;
  }

  .grid-2-3-columns.grid-width-1 {
    grid-template-columns: 1fr .75fr;
    max-width: 290px;
  }

  .grid-2-3-columns.grid-width-1.design-fix-125 {
    grid-template-columns: .9fr .75fr;
    max-width: 250px;
  }

  .grid-2-3-columns.grid-width-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 290px;
  }

  .bn-list-item {
    align-items: flex-start;
    display: flex;
  }

  .grid-2-columns.design-fix-15 {
    max-width: 326px;
  }

  .grid-2-columns.design-fix-15.design-fix-14 {
    grid-template-columns: 1.15fr 1fr;
    max-width: 304px;
  }

  .paragraph-19 {
    margin-bottom: 32px;
  }

  .grid-13 {
    grid-template-columns: 2.5fr 2.5fr;
  }

  .grid-14-copy {
    grid-template-columns: 1fr;
  }

  .grid-15 {
    max-width: 200px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-version-holder {
    display: none;
  }

  .footer-version-holder-mobile {
    text-align: center;
    display: block;
  }

  .footer-terms-holder {
    float: none;
    text-align: center;
    justify-content: center;
    width: 108%;
    margin-left: -12px;
    margin-right: auto;
  }

  .footer-credits-column-1-style-footer-version {
    float: none;
    border-right-width: 1px;
    border-right-color: #fff;
    margin-right: 6px;
    padding-right: 7px;
    display: inline-block;
  }

  .footer-credits-column-1-style-footer-version.no-border-right.full-width {
    width: auto;
  }

  .footer-credits-column-1-style-footer-version.float-right {
    float: none;
    width: auto;
    margin-right: 0;
    padding-right: 0;
    display: inline-block;
  }

  .mobile-nav-outside-area {
    width: 100vw;
    height: 100%;
    margin-left: -101vw;
    position: fixed;
    top: 0;
  }

  .bn-getting-started-heading-copy {
    margin-top: 61px;
    margin-bottom: 12px;
    font-size: 18px;
    line-height: 1.2;
  }

  .start-using-section {
    display: none;
  }

  .grid-2-3-columns-copy {
    grid-column-gap: 7px;
    grid-template-columns: .61fr .75fr;
    max-width: 313px;
  }

  .grid-2-3-columns-copy.grid-width-1 {
    grid-template-columns: .75fr .75fr;
    max-width: 290px;
  }

  .grid-2-3-columns-copy.grid-width-2 {
    grid-template-columns: 1fr 1fr;
    max-width: 290px;
  }

  .column-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .column-16 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .bn-faq-answer {
    font-size: 18px;
    line-height: 28px;
  }

  .faq-heading {
    margin-bottom: 24px;
    font-size: 30px;
  }

  .faq-heading.footer {
    font-size: 30px;
  }

  .faq-heading.footer.student {
    margin-bottom: 38px;
  }

  .faq-heading.student {
    margin-bottom: 18px;
  }

  .bn-banner-arrow-holder-teacher, .bn-student-banner-btn, .marketing-banner-copy-right-mobile-wrap {
    text-align: center;
  }

  .marketing-banner-wrap-2 {
    justify-content: center;
  }

  .navigation-mob-4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hiking-2 {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .mobile-toggle-3.w--open, .mobile-toggle-3.explore.w--open {
    background-color: #e8edf5;
  }

  .image-58 {
    width: 65px;
    min-width: 65px;
  }

  .footer-bottom-left-wrap-2 {
    order: 1;
    padding-top: 10px;
  }

  .footer-wrap-bottom-3 {
    flex-wrap: wrap;
  }

  .social-icons-wrap-3 {
    justify-content: flex-start;
  }

  .columns-22 {
    text-align: center;
    flex-direction: column-reverse;
  }

  .integration-cards-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .explore-image-wrap {
    justify-content: center;
    padding-left: 0;
  }

  .explore-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .rl_navbar5_dropdown-link-icon-2, .other-resources-wrap-2 {
    padding-left: .5rem;
  }

  .rl_navbar5_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rl_navbar5_dropdown-content-left.explore {
    grid-template-columns: 1fr;
  }

  .ck12-logo {
    width: 65px;
    min-width: 65px;
  }

  .footer-bottom-left-wrap-3 {
    order: 1;
    padding-top: 10px;
  }

  .image-59.cc {
    padding-left: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-right-links-2 {
    padding-bottom: 5px;
  }

  .footer-bottom-wrap {
    flex-wrap: wrap;
  }
}

#w-node-_37245a34-95d6-2a9f-f215-36c80a4becc3-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4becd8-2c11d637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_37245a34-95d6-2a9f-f215-36c80a4becd9-2c11d637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_37245a34-95d6-2a9f-f215-36c80a4becf4-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bed23-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bed28-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bed47-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bed52-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bed5e-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4beda7-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bedbf-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bedd6-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4beded-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bee01-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4bee96-2c11d637, #w-node-_37245a34-95d6-2a9f-f215-36c80a4beeac-2c11d637 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_83f4ef61-3eaa-ac9b-adbe-f06fde0b98f6-2c11d637, #w-node-_0f8e3b3f-4751-c70b-b3e6-2a4f3d7d70ac-2c11d637 {
  align-self: center;
}

#w-node-b8e3cbf5-5ffe-2593-df9e-5cbc6d0ab653-2c11d637 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-e9d5f569-ea69-a06e-fa0a-5ee59e18ad35-2c11d637 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_360fbb1f-bb11-ea81-4f48-9cfff63fdf39-2c11d637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b8e3cbf5-5ffe-2593-df9e-5cbc6d0ab653-2c11d637 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_360fbb1f-bb11-ea81-4f48-9cfff63fdf3d-2c11d637, #w-node-_360fbb1f-bb11-ea81-4f48-9cfff63fdf58-2c11d637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b8e3cbf5-5ffe-2593-df9e-5cbc6d0ab653-2c11d637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_360fbb1f-bb11-ea81-4f48-9cfff63fdf39-2c11d637, #w-node-_360fbb1f-bb11-ea81-4f48-9cfff63fdf72-2c11d637 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Extrabold.otf') format('opentype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proximanova';
  src: url('../fonts/ProximaNova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}</pre></body></html>