:root {
  --neutral--100\<deleted\|variable-07926372\>: #fff;
  --accent--primary-1\<deleted\|variable-86b36df2\>: #a3e8ff;
  --neutral--800\<deleted\|variable-44c33ad4\>: #080f25;
  --secondary--color-4\<deleted\|variable-539db04a\>: #343b4f;
  --secondary--color-1\<deleted\|variable-6e6412b6\>: #101935;
  --neutral--500\<deleted\|variable-769b0229\>: #7e89ac;
  --general--shadow-03\<deleted\|variable-0fec43f0\>: #14142b1a;
  --neutral--400\<deleted\|variable-e617119b\>: #aeb9e1;
  --system--red-100\<deleted\|variable-757a308e\>: #ffeff0;
  --system--300\<deleted\|variable-6ada6106\>: #ff5a65;
  --neutral--300\<deleted\|variable-37cef123\>: #d1dbf9;
  --general--shadow-02\<deleted\|variable-cfed2663\>: #14142b14;
  --untitled-ui--primary600\<deleted\|variable-c514c1b4\>: #7f56d9;
  --untitled-ui--gray400\<deleted\|variable-b339bef7\>: #98a2b3;
  --font-family: Exo, sans-serif;
}

body {
  color: #aeb9e1;
  background-color: #041016;
  font-family: Exo, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.5em;
}

h1 {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 49px;
  font-weight: 500;
  line-height: 1.571em;
}

h2 {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.417em;
}

h3 {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  margin-top: 0;
  margin-bottom: .5rem;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.273em;
}

h4 {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.375em;
}

h5 {
  color: #abe3ff;
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.429em;
}

h6 {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  margin-top: 0;
  margin-bottom: .625rem;
  font-size: .5625rem;
  font-weight: 500;
  line-height: 1.5em;
}

p {
  margin-bottom: 1rem;
}

a {
  color: var(--accent--primary-1\<deleted\|variable-86b36df2\>);
  text-decoration: underline;
  transition: color .3s;
}

a:hover {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
}

ul, ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 2.5rem;
}

li {
  margin-bottom: .5rem;
  padding-left: .5rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  margin-bottom: .75rem;
  font-weight: 700;
  display: block;
}

strong {
  color: var(--neutral--800\<deleted\|variable-44c33ad4\>);
  font-weight: 700;
}

blockquote {
  background-color: var(--accent--primary-1\<deleted\|variable-86b36df2\>);
  color: var(--neutral--100\<deleted\|variable-07926372\>);
  text-align: center;
  border: 0 solid #000;
  border-radius: 1.5rem;
  margin-top: .875rem;
  margin-bottom: 2rem;
  padding: 5.375rem 4rem;
  font-size: 1.125rem;
  line-height: 1.875rem;
}

figure {
  margin-top: 1.5rem;
  margin-bottom: 3rem;
}

figcaption {
  text-align: center;
  margin-top: 1rem;
}

.page-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #07243200;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  height: auto;
  font-family: Exo, sans-serif;
  display: flex;
}

.display-4 {
  opacity: .8;
  color: #f1fcff;
  letter-spacing: 2px;
  column-count: 0;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(171deg, #f1fcff 19%, #a3e8ff 70%);
  -webkit-background-clip: text;
  background-clip: text;
  width: 580px;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 120%;
}

.container-default {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  max-width: none;
  height: auto;
  margin-top: 48px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: visible;
}

.sidebar-logo-link {
  transform-style: preserve-3d;
  transition-property: transform;
}

.sidebar-logo-link:hover {
  transform: scale3d(1.06, 1.06, 1.01);
}

.sidebar-logo-link.show-on-tablet {
  display: none;
}

.position-relative---z-index-1 {
  z-index: 1;
  position: relative;
}

.position-relative---z-index-1.logo-and-icon-mobile-container {
  margin-top: 0;
  box-shadow: 0 8.5px 16px #abe3ff0a, 0 12px 20.5px #abe3ff0b, 0 17.3px 25.6px #abe3ff0b, 0 26.3px 32px #abe3ff0b, 0 45.7px 42.1px #abe3ff0c;
}

.dashboard-main-section {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  display: flex;
}

.sidebar-spacer {
  background-color: #072432;
  width: 300px;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
}

.dashboard-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #aeb9e100;
  background-color: #04101600;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  width: auto;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  font-family: Exo, sans-serif;
  display: block;
  position: static;
  overflow: visible;
}

.dashboard-content.utility-page-content {
  flex-direction: column;
  min-height: 100vh;
  display: flex;
}

.menu-phase {
  border: 1px #000;
  border-top: 1px solid #a3e8ff1a;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 83%;
  height: auto;
  margin: .7rem auto .3rem;
  padding-bottom: 0;
  padding-right: 1.9rem;
  display: flex;
}

.menu-phase.first {
  width: 83%;
  height: auto;
  box-shadow: none;
  width: 83%;
  height: auto;
  box-shadow: none;
  border-top-style: none;
  border-bottom-style: none;
  border-bottom-color: #a3e8ff33;
  border-left-style: none;
  flex: 0 auto;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: .3rem;
  padding-bottom: 0;
  padding-right: 18px;
  font-family: Exo, sans-serif;
}

.body-5 {
  color: #aeb9e100;
  background-color: #072432;
  flex-flow: column;
  font-family: Exo, sans-serif;
  display: flex;
}

.dashboard-main-content-2 {
  padding-top: 48px;
  padding-bottom: 64px;
}

.dashboard-main-content-2.sales-page {
  z-index: 1;
  z-index: 1;
  flex: 1;
  align-self: auto;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: visible;
}

.fn-paragraph-4 {
  color: #f1fcffe6;
  letter-spacing: 1px;
  width: 370px;
  margin-bottom: 0;
  font-family: "Exo 2";
  font-size: 12px;
  font-weight: 300;
  line-height: 1.6em;
}

.fn-heading-5 {
  color: #abe3ffe6;
  letter-spacing: 1px;
  text-transform: none;
  -webkit-text-fill-color: transparent;
  background-image: radial-gradient(circle at 20% 100%, #65d9ff, #a3e8ff 50%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  width: 400px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Exo, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 146%;
}

.fn-footer-legal-link {
  color: #abe3ffe6;
  letter-spacing: 1px;
  flex: none;
  justify-content: space-between;
  align-self: flex-start;
  align-items: center;
  width: auto;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
  text-decoration: none;
  transition: color .25s;
  display: flex;
}

.fn-footer-legal-link:hover {
  color: #fff;
}

.fn-footer-copyright {
  opacity: .88;
  color: #abe3ff;
  letter-spacing: 0;
  align-self: auto;
  width: 160px;
  height: auto;
  padding-right: 0;
  font-family: Exo, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.fn-paragraph-7 {
  color: #cdd3d2;
  width: 70%;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-container-grid-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 860px;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.fn-column-4 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.fn-faq-classic-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding-top: 0;
  display: flex;
}

.fn-faq-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #939b9b;
  border-bottom: 1px solid #254250;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 36px;
  padding-bottom: 36px;
  display: flex;
}

.hamburger-menu-wrapper-2 {
  padding: 0;
  font-family: Exo, sans-serif;
}

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

.sidebar-menu-container-4 {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

.sidebar-logo-section-container-2 {
  z-index: 100000000;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px #a3e8ff1a;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 26px 28px 20px 24px;
  display: flex;
  position: static;
  top: -1px;
}

.overflow-hidden-3 {
  font-family: Exo, sans-serif;
  overflow: hidden;
}

.sidebar-wrapper-20 {
  z-index: 1000000000;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #072432;
  border: 1px solid #4dabe166;
  border-radius: 14px;
  width: 100%;
  max-width: 264px;
  height: 88vh;
  margin-top: 22px;
  margin-left: 20px;
  font-family: Exo, sans-serif;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
}

.text-401 {
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.143em;
}

.text-401.sidebar-dropdown-text {
  color: #a3e8ff;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  letter-spacing: 1.2px;
  text-transform: capitalize;
  flex: none;
  align-self: auto;
  height: auto;
  margin-top: 2px;
  font-family: Exo, sans-serif;
  font-size: .9rem;
  font-weight: 300;
  text-decoration: none;
}

.phase-3 {
  color: #dff7ffe6;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 4px;
  font-family: Exo, sans-serif;
  font-size: 10px;
  font-weight: 600;
  line-height: 1.4em;
}

.image-69 {
  opacity: 1;
  flex: none;
  align-self: center;
  width: 21px;
  max-width: none;
  height: 21px;
  margin-top: 0;
}

.image-109 {
  width: 146px;
  max-width: none;
  font-family: Exo, sans-serif;
}

.fn-container-grid-9 {
  grid-column-gap: 260px;
  grid-row-gap: 260px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-left: 290px;
  padding-right: 0;
  display: flex;
}

.fn-legal-links-wrapper-2 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding-left: 0;
  display: flex;
}

.fn-footer-second-2 {
  z-index: 100000;
  color: #ecf0ef;
  background-color: #072432;
  border-top: 1px solid #9bd0eb33;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 56px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  font-family: Open Sans, sans-serif;
  display: flex;
  position: fixed;
  inset: auto 0% 0%;
}

.text-span-38 {
  font-size: 18px;
}

.code-embed {
  border: 1px #000;
  width: 88%;
  height: 40px;
  margin: 8px auto 0;
  display: flex;
}

.link-block-last {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #a3e8ff;
  flex-flow: row;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  height: 36px;
  margin-left: 24px;
  margin-right: 0;
  text-decoration: none;
  display: flex;
}

.link-block-last.w--current {
  justify-content: flex-start;
  align-items: center;
  margin-left: 24px;
}

.div-block-129 {
  justify-content: space-between;
  align-items: center;
  width: 190px;
  display: flex;
}

.code-embed-6 {
  width: auto;
  margin-bottom: 40px;
  margin-left: 0;
}

.div-block-139 {
  width: 390px;
  margin-left: 200px;
}

@media screen and (min-width: 1440px) {
  body {
    background-color: #041016;
  }

  .page-wrapper {
    box-sizing: content-box;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    background-color: #04101600;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .grid-2-columns {
    width: 870px;
  }

  .display-4 {
    background-image: url("https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg");
    background-position: 0 0;
    background-size: auto;
    width: 430px;
    font-size: 50px;
    font-weight: 400;
    line-height: 120%;
  }

  .actions-number.sidebar-dropdown-arrow {
    color: #a3e8ff;
    flex: none;
    align-self: center;
    margin-top: 4px;
    font-family: Exo, sans-serif;
    font-size: .8rem;
    font-weight: 300;
  }

  .container-default {
    color: #fff;
    flex-flow: column;
    max-width: none;
    margin-top: 46px;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    display: block;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding: 0 1.4rem;
  }

  .dashboard-main-section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #04101600;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 40px;
    padding-bottom: 0;
  }

  .sidebar-spacer {
    flex: 0 auto;
    width: 310px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dashboard-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #041016;
    background-color: #04101600;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-size: 1.3125rem;
    display: block;
  }

  .dashboard-main-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-bar {
    border: 1px solid #4dabe14d;
    border-radius: 14px;
    flex-flow: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    display: flex;
  }

  .tools-line-container-2 {
    height: 3px;
  }

  .tools-line-2 {
    background-color: #fff;
    height: 2px;
  }

  .tools_tab-title-2 {
    letter-spacing: 2px;
    flex: 0 auto;
    align-self: center;
    margin-bottom: .4rem;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .tools_tab-title-2.one {
    letter-spacing: 2px;
    letter-spacing: 2px;
    padding-bottom: 0;
    font-size: 18px;
    font-weight: 400;
  }

  .tools_pane {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tools_tab-2 {
    color: #a3e8ff;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    min-width: auto;
    margin-top: 0;
    padding: 0;
  }

  .tools_tab-2.w--current {
    color: #a3e8ff;
    align-items: center;
    width: 100px;
    min-width: auto;
    padding-left: 0;
  }

  .courses {
    margin-top: 3.375rem;
    margin-right: 0;
  }

  .text-span {
    color: #fff;
    width: auto;
    font-size: 2.25rem;
    line-height: 130%;
  }

  .text-span.first {
    color: #a3e8ff;
    width: auto;
    font-family: Exo, sans-serif;
    font-size: 34px;
    font-weight: 400;
  }

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

  .cell.school {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    font-size: 0;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 1.875rem;
  }

  .cell-2.school {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #a3e8ff;
    border-color: #4dabe14d;
    border-radius: 12px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: 72px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 12px;
  }

  .quick-stack:hover {
    color: #fff;
    background-color: #0000;
  }

  .link-block-2 {
    color: #a3e8ff;
    justify-content: space-between;
    align-items: center;
    width: 338px;
    margin-bottom: 0;
    transition-property: none;
  }

  .link-block-2:hover {
    -webkit-text-stroke-color: #fff;
    background-color: #062c3d;
  }

  .tabs-main {
    width: auto;
    height: 3.1rem;
    box-shadow: none;
    opacity: .9;
    flex-direction: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-end;
    margin: 0 auto 16px 4px;
    transform: none;
  }

  .menu-phase {
    width: 85%;
    box-shadow: none;
    border-top-style: solid;
    border-top-color: #a3e8ff1a;
    border-bottom-color: #a3e8ff33;
    margin-top: .8rem;
    margin-bottom: .2rem;
    padding-bottom: 0;
    padding-right: 1.4rem;
  }

  .menu-phase.first {
    width: 85%;
    box-shadow: none;
    width: 85%;
    box-shadow: none;
    border-bottom-color: #a3e8ff33;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    margin-bottom: .2rem;
    padding-bottom: 0;
    padding-right: 1.4rem;
  }

  .body-5 {
    background-color: #072432;
    flex-flow: column;
    display: flex;
  }

  .frame-1000006702 {
    grid-column-gap: 0rem;
    border-width: 1px;
    border-color: #57c3ff4d;
    border-radius: 3px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 18px;
    margin-bottom: -.375rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: .3rem;
    padding-right: .3rem;
  }

  .text-403 {
    height: auto;
    font-size: .5rem;
  }

  .contact-now-0 {
    width: auto;
    font-size: .4rem;
  }

  .contact-now-1 {
    font-size: .4375rem;
  }

  .topic-name {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    height: auto;
    padding-top: 0;
  }

  .tools_pane-item_school {
    flex: 0 auto;
    width: 100%;
    margin-left: auto;
  }

  .tools_pane-item_tools, .tools_pane-item_experts, .tools_pane-item_share {
    width: 100%;
    margin-left: auto;
  }

  .ui-card-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .flex-name {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 78%;
    margin-top: 0;
  }

  .image_wraper {
    box-sizing: border-box;
    opacity: .92;
    background-image: none;
    border-radius: 10px;
    width: 48px;
    height: 48px;
    padding-bottom: 0;
  }

  .head-youtube {
    width: auto;
  }

  .heading-2 {
    color: #a3e8ff;
    letter-spacing: 1px;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 226px;
    margin-bottom: 0;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
  }

  .skillshare-icon {
    width: 2.3rem;
    margin-top: 0;
    padding-top: 0;
  }

  .statista {
    opacity: .94;
    width: auto;
    height: 19px;
  }

  .clarity-logo {
    opacity: .94;
    height: 19px;
  }

  .link-wrapper-scholl {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 187px;
    height: auto;
    margin-top: 0;
    margin-left: 0;
  }

  .nielsen {
    opacity: .94;
    align-self: flex-start;
    width: auto;
    height: 16px;
  }

  .uber-logo {
    opacity: .94;
    vertical-align: baseline;
    width: auto;
    max-width: 100%;
    height: 18px;
  }

  .creator-platform {
    grid-column-gap: 9px;
    grid-row-gap: 9px;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 220px;
    height: 18px;
    margin-top: 3px;
    display: flex;
  }

  .creator-name {
    width: auto;
    height: auto;
  }

  .platform-name {
    width: auto;
    height: 10px;
    margin-top: -5px;
  }

  .heading-3-copy {
    letter-spacing: 1px;
    font-size: 11px;
    font-weight: 400;
  }

  .heading-3-copy.courses {
    letter-spacing: .5px;
    -webkit-text-stroke-color: #abe3ff;
    letter-spacing: .5px;
    -webkit-text-stroke-color: #abe3ff;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 14px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-right: 0;
    font-size: 11px;
    font-weight: 300;
  }

  .image-11 {
    opacity: .94;
    border-radius: 0;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-top: 0;
  }

  .line {
    width: auto;
    height: 10px;
    margin-top: -1px;
  }

  .ine-img {
    width: auto;
    height: 12px;
    margin-top: -6px;
  }

  .category-first {
    padding-left: 0;
  }

  .heading-4.text {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 12px;
  }

  .paragraph-school {
    color: #fffc;
    letter-spacing: 2px;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: auto;
    padding-left: 4px;
    font-family: "Exo 2";
    font-size: 12px;
    font-weight: 200;
    line-height: 170%;
  }

  .upwork {
    width: auto;
    max-width: none;
    height: 23px;
  }

  .main_section {
    width: 1083px;
    height: auto;
    margin-bottom: 140px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .solutions-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    margin: 0 auto;
  }

  .school-hint {
    border: .0625px #57c3ff33;
    border-radius: .4rem;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0 0 1rem 16px;
  }

  .share-solutions {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    align-self: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .container-solution {
    flex-flow: column;
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    display: flex;
  }

  .dashboard-main-content-2.sales-page {
    flex: 1;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .youtube-ui {
    width: 39px;
    height: 10px;
    margin-top: -4px;
    margin-left: 0;
  }

  .coursera-ui {
    width: auto;
    height: 7px;
    margin-top: 1px;
  }

  .courses-solutions2 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    width: auto;
    margin: 0 0 0;
    padding: 20px;
  }

  .telegram {
    opacity: .94;
    width: 90px;
    max-width: none;
    height: 30px;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .image_wraper-solutions {
    box-sizing: border-box;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    opacity: .92;
    background-image: none;
    border-radius: .25rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 200px;
    height: auto;
    margin-left: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .link-solutions {
    color: #a3e8ff;
    -webkit-text-stroke-color: #a3e8ff;
    justify-content: space-between;
    align-items: center;
    width: 334px;
    margin-bottom: 0;
    transition-property: none;
  }

  .link-wrapper-solutions {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 187px;
    height: 48px;
    margin-top: 0;
    margin-left: 0;
  }

  .img-warp {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: 23px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
  }

  .brand-descript {
    width: 230px;
  }

  .upwork-logo {
    opacity: .94;
    height: 19px;
  }

  .fiverr-logo {
    opacity: .94;
    height: 21px;
  }

  .creator-name-first {
    width: auto;
  }

  .image-21 {
    opacity: .94;
  }

  .ui-card-wrap-share {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .share-link-facebook, .share-link-telegram {
    color: #a3e8ff;
    justify-content: space-between;
    align-items: center;
    width: 334px;
    margin-bottom: 0;
    transition-property: none;
  }

  .share-link-x {
    color: #a3e8ff;
    -webkit-text-stroke-color: #a3e8ff;
    justify-content: space-between;
    align-items: center;
    width: 334px;
    margin-bottom: 0;
    transition-property: none;
  }

  .share-link-reddit {
    color: #a3e8ff;
    justify-content: space-between;
    align-items: center;
    width: 334px;
    margin-bottom: 0;
    transition-property: none;
  }

  .share-link-copy {
    color: #a3e8ff;
    -webkit-text-stroke-color: #a3e8ff;
    justify-content: space-between;
    align-items: center;
    width: 334px;
    margin-bottom: 0;
    transition-property: none;
  }

  .uber-courses {
    opacity: .5;
    width: 2.9rem;
    margin-top: -.1rem;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-end;
    padding-top: 0;
    padding-bottom: 1.875rem;
  }

  .cell-3.school {
    justify-content: center;
    align-items: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .heading-7.text {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 12px;
  }

  .heading-8 {
    color: #a3e8ff;
    letter-spacing: .5px;
    width: 210px;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
  }

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

  .image-25 {
    opacity: .94;
  }

  .image-27 {
    opacity: .94;
    width: 3.063rem;
    max-width: none;
    height: 3.063rem;
    margin-top: 0;
  }

  .contact-now-5 {
    width: auto;
    font-size: .4rem;
  }

  .text-417 {
    height: auto;
    font-size: .5rem;
  }

  .heading-12 {
    color: #a3e8ff;
    letter-spacing: .5px;
    width: 208px;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
  }

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

  .image-38 {
    opacity: .94;
    width: 3.063rem;
    max-width: none;
    height: 3.063rem;
    margin-top: 0;
  }

  .frame-1410119751 {
    grid-column-gap: 0rem;
    border-width: 1px;
    border-radius: 3px;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-items: center;
    width: 61px;
    height: 18px;
    margin-bottom: -.375rem;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1px;
    padding-left: .3rem;
    padding-right: .2rem;
  }

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

  .image-43 {
    opacity: .94;
  }

  .contact-now-12 {
    font-size: .4375rem;
  }

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

  .image-45 {
    opacity: .94;
  }

  .heading-17 {
    color: #a3e8ff;
    letter-spacing: .5px;
    width: 167px;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
  }

  .contact-now-13 {
    font-size: .4375rem;
  }

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

  .image-47 {
    opacity: .94;
  }

  .image-48 {
    opacity: .94;
    width: 3.063rem;
    max-width: none;
    height: 3.063rem;
    margin-top: 0;
  }

  .heading-20 {
    color: #a3e8ff;
    letter-spacing: .5px;
    width: 156px;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
  }

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

  .image-54 {
    opacity: .94;
    width: 3.063rem;
    max-width: none;
    height: 3.063rem;
    margin-top: 0;
  }

  .wapp-logo {
    opacity: .94;
    height: 29px;
  }

  .image-55 {
    align-self: flex-start;
    width: auto;
    max-width: none;
    height: 26px;
    margin-left: -3px;
  }

  .domestika-ui {
    opacity: .7;
    width: 60px;
    max-width: none;
    margin-top: 0;
    margin-left: 0;
  }

  .xmind {
    opacity: .94;
    height: 24px;
  }

  .logo-descript {
    width: auto;
    max-width: none;
    height: 17px;
  }

  .placeit {
    opacity: .94;
    height: 20px;
  }

  .podcastle {
    width: auto;
    max-width: none;
    height: 32px;
  }

  .clickup {
    opacity: .94;
    vertical-align: baseline;
    width: auto;
    height: 24px;
  }

  .cell-17, .cell-18 {
    justify-content: flex-start;
    align-items: center;
  }

  .image-58 {
    opacity: .94;
  }

  .image-59 {
    opacity: .94;
    width: 3.063rem;
    max-width: none;
    height: 3.063rem;
    margin-top: 0;
  }

  .heading-21 {
    color: #a3e8ff;
    letter-spacing: .5px;
    width: 167px;
    margin-bottom: 0;
    font-size: .7rem;
    font-weight: 600;
  }

  .notion {
    width: auto;
    max-width: none;
    height: 23px;
  }

  .fontjoy-logo {
    width: auto;
    max-width: none;
  }

  .logo-descript-2 {
    width: 80px;
    max-width: none;
  }

  .livestorm-logo {
    opacity: .94;
    width: auto;
    height: 21px;
  }

  .patriot-logo {
    opacity: .94;
    vertical-align: baseline;
    width: auto;
    height: 27px;
  }

  .statista-first {
    opacity: .94;
    width: auto;
    height: 14px;
  }

  .looka-logo {
    width: 72px;
    max-width: none;
    height: auto;
  }

  .weflow-logo {
    width: auto;
    max-width: none;
  }

  .sem-logo {
    width: auto;
    max-width: none;
    height: 16px;
  }

  .liveagent-logo {
    opacity: .94;
    width: auto;
    height: 20px;
  }

  .loop-gradient-left {
    width: 25%;
    height: 39px;
    margin-left: 0;
  }

  .loop-gradient-right {
    width: 36%;
    height: 39px;
    margin-right: 0;
  }

  .fn-paragraph-4 {
    opacity: 1;
    color: #f1fcffe6;
    letter-spacing: 1px;
    width: 410px;
    font-family: "Exo 2";
    font-size: 14px;
  }

  .fn-heading-5 {
    box-sizing: border-box;
    aspect-ratio: auto;
    letter-spacing: 1px;
    text-transform: none;
    column-count: auto;
    background-image: radial-gradient(circle at 0 200%, #65d9ff, #a3e8ff 50%, #fff);
    width: 400px;
    margin-bottom: 0;
    font-size: 22px;
    line-height: 140%;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .fn-cta-banner-dark-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 872px;
    height: auto;
    box-shadow: none;
    background-color: #072432;
    flex-flow: row;
    margin-top: 20px;
    padding: 20px;
    display: flex;
  }

  .fn-footer-legal-link {
    letter-spacing: 1px;
    width: auto;
    font-family: Exo, sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-decoration: none;
  }

  .fn-footer-copyright {
    color: #abe3ff;
    height: auto;
    font-size: 12px;
    font-weight: 300;
  }

  .fn-faq-classic-wrapper-2 {
    padding-top: 0;
  }

  .fn-faq-item-2 {
    border-bottom-color: #254250;
    margin-bottom: 36px;
    padding-bottom: 46px;
  }

  .uui-layout50_image {
    width: 100%;
    height: auto;
    max-height: 285px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .guide_section-header-long {
    margin-top: 220px;
    margin-bottom: 220px;
  }

  .sidebar-menu-container-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 0;
    padding-bottom: 32px;
  }

  .sidebar-logo-section-container-2 {
    background-color: #072432;
    height: auto;
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 22px;
    padding-left: 1.4rem;
  }

  .sidebar-wrapper-20 {
    z-index: 100000;
    border-radius: 14px;
    max-width: 268px;
    height: 87vh;
    margin-top: 24px;
    margin-left: 22px;
  }

  .sidebar-dropdown {
    color: #a3e8ff;
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: .8rem;
    font-weight: 200;
  }

  .sidebar-dropdown.w--current {
    transition-property: none;
    overflow: visible;
  }

  .text-401.sidebar-dropdown-text {
    color: #a3e8ff;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    flex: none;
    align-self: center;
    margin-top: 2px;
    padding-top: 0;
    font-size: 15px;
    font-weight: 300;
  }

  .sidebar-dropdown-inner-wrapper-5 {
    border-left-width: 2px;
    border-left-color: #9ad8ff54;
    margin-left: auto;
    padding-left: 1.6rem;
  }

  .sidebar-dropdown-list-wrapper-4.w--open {
    padding-left: 13px;
  }

  .dropdown-toggle.sidebar-dropdown {
    color: #abe3ff;
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    padding: 12px .125rem 12px 0;
  }

  .phase-3 {
    color: #dff7ffe6;
    letter-spacing: 2.5px;
    padding-left: .2rem;
    font-size: 10px;
    font-style: normal;
    font-weight: 600;
  }

  .image-69 {
    opacity: 1;
    flex: none;
    align-self: auto;
    width: 20px;
    height: 21px;
  }

  .card-image {
    flex: none;
    width: 340px;
    height: auto;
  }

  .div-block-18 {
    opacity: .8;
    background-color: #a3e8ff00;
    border-width: 1px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 33%;
    display: flex;
  }

  .ui-card-wrap-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .youtube-solutions-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    border: .0625rem #1b4b64;
    border-radius: .4375rem;
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    width: auto;
    margin: 0 auto 0;
    padding: 0 20px 20px;
  }

  .youtube-3 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 338px;
    height: auto;
    display: flex;
  }

  .courses_ui {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    border: .0625rem #1b4b64;
    border-radius: .4375rem;
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    width: 100%;
    height: auto;
    margin: 0 auto 0;
    padding: 20px;
  }

  .paragraph-2 {
    letter-spacing: .5px;
    width: 230px;
    margin-bottom: 0;
    font-size: 13px;
    font-weight: 300;
  }

  .youtube_div {
    border: 0 solid #1b4b64;
    border-top: 1px #1b4b64;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .paragraph-2-copy {
    color: #a3e8ff;
    letter-spacing: .5px;
    flex: 0 auto;
    align-self: auto;
    margin-bottom: 0;
    font-size: .8rem;
    font-weight: 300;
  }

  .div-block-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: flex;
  }

  .tools_container_home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 140px;
    display: flex;
  }

  .fn-heading-5-copy {
    box-sizing: border-box;
    aspect-ratio: auto;
    letter-spacing: 2px;
    text-transform: none;
    column-count: auto;
    width: auto;
    margin-bottom: 0;
    margin-left: 4px;
    font-family: Exo, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 124%;
  }

  .div-block-18-copy {
    opacity: .8;
    background-color: #a3e8ff00;
    border-width: .0625rem 1px 1px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 32%;
    display: flex;
  }

  .div-block-23 {
    margin-top: -1px;
  }

  .courses_icon {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-24 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-26 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-4 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: auto;
    display: flex;
  }

  .div-block-30 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-5 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 336px;
    height: auto;
    display: flex;
  }

  .div-block-32 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-34 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-6 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 336px;
    height: auto;
    display: flex;
  }

  .div-block-38 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-7 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 336px;
    height: auto;
    display: flex;
  }

  .div-block-44 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-46 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-9 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: auto;
    display: flex;
  }

  .div-block-50 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-10 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 336px;
    height: auto;
    display: flex;
  }

  .div-block-54 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .paragraph-10 {
    color: #a3e8ff;
    width: 203px;
    margin-bottom: 0;
    font-size: .8rem;
  }

  .div-block-55 {
    opacity: 1;
    background-color: #a3e8ff00;
    border-width: .0625rem 1px 1px;
    border-radius: 14px;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    display: flex;
  }

  .youtube-11 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: auto;
    display: flex;
  }

  .div-block-58 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-12 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 322px;
    height: auto;
    display: flex;
  }

  .div-block-59 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-61 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .youtube-13 {
    border: 1px #000;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 335px;
    height: auto;
    display: flex;
  }

  .div-block-62 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-64 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-65 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-67 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-68 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-70 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-74 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-76 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-77 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-79 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-80 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-82 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-83 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-85 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-86 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-88 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .image-97 {
    margin-bottom: 5px;
  }

  .div-block-89 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-91 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-95 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-97 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-98 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-99 {
    flex: none;
    align-self: auto;
  }

  .div-block-100 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    display: flex;
  }

  .div-block-101 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-103 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-104 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-106 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-108 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-109 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-111 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-112 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-114 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-115 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-117 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-118 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .div-block-120 {
    border: 0 solid #1b4b64;
    border-top-width: 1px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    padding: 10px;
    display: flex;
  }

  .div-block-121 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    display: flex;
  }

  .image-109 {
    width: 145px;
    max-width: none;
  }

  .main_section-home {
    width: 500px;
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-11 {
    margin-bottom: 0;
    font-size: .8rem;
    line-height: 170%;
  }

  .uui-container-large-9 {
    padding-left: 0;
  }

  .uui-faq01_list {
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-faq01_accordion {
    border-bottom-style: solid;
  }

  .uui-faq01_question {
    padding-top: 1rem;
  }

  .uui-faq01_component {
    margin-top: 1rem;
    margin-left: 4px;
  }

  .accordion-icon_vertical-line-3 {
    width: 2px;
  }

  .uui-space-medium-4 {
    min-height: .6rem;
  }

  .uui-padding-vertical-xhuge-6 {
    width: auto;
    padding-top: 0;
  }

  .faq-ui-card {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    opacity: 1;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    flex: 0 auto;
    align-self: stretch;
    width: 94%;
    height: auto;
    margin: 0 auto 32px;
    padding: 0 0 20px;
  }

  .link-block-3 {
    color: #a3e8ff;
    width: 334px;
    text-decoration: none;
    transition-property: none;
  }

  .fn-container-grid-9 {
    grid-column-gap: 491px;
    grid-row-gap: 491px;
    flex: 0 auto;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 289px;
    display: flex;
  }

  .fn-legal-links-wrapper-2 {
    grid-column-gap: 18px;
    grid-row-gap: 18px;
    flex: 0 auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-footer-second-2 {
    z-index: 100;
    background-color: #072432;
    flex: 0 auto;
    width: 100%;
    height: 56px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-2-faq {
    color: #a3e8ff;
    letter-spacing: 2px;
    width: auto;
    margin-bottom: 0;
    font-size: .9rem;
    font-weight: 400;
  }

  .faq-section {
    width: 98%;
    margin-top: 400px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .fn-container-grid-10 {
    padding-top: 10px;
  }

  .heading-1 {
    text-align: left;
    letter-spacing: 2px;
    width: 95%;
    margin-bottom: 20px;
    margin-left: 0;
    font-size: 50px;
    font-weight: 400;
    line-height: 126%;
    display: block;
    transform: translate(0);
  }

  .heading-1.blue {
    letter-spacing: 2px;
    letter-spacing: 2px;
    margin-bottom: 1rem;
    font-size: 35px;
  }

  .uui-layout50_image2, .uui-layout50_image3 {
    width: 100%;
    height: auto;
    max-height: 285px;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .uui-layout50_image1 {
    opacity: .8;
    width: 340px;
  }

  .heading_wapper {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 16px;
  }

  .tabs_wrapper {
    border: 1px #000;
    width: 1090px;
    margin-top: 0;
    margin-bottom: 64px;
  }

  .features-image {
    width: 26px;
    height: 26px;
  }

  .phase_link {
    letter-spacing: 2px;
    width: 336px;
  }

  .heading_action {
    letter-spacing: 1.3px;
    width: auto;
    padding-left: 10px;
    font-size: 16px;
    font-weight: 400;
  }

  .heading_tag {
    width: 98%;
    margin-left: auto;
    margin-right: auto;
  }

  .code-embed {
    width: 88%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
    font-size: 1rem;
    display: flex;
  }

  .sidebar-spacer-home {
    flex: 0 auto;
    width: 300px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-123 {
    width: 98%;
  }

  .intro_image-min._2 {
    width: 44px;
    height: 32px;
    top: 5px;
  }

  .div-block-125 {
    text-align: left;
  }

  .paragraph-13 {
    width: 400px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 4px;
    padding-left: 0;
    font-size: 1rem;
    line-height: 160%;
  }

  .link-42, .link-44 {
    color: #a3e8ff;
  }

  .div-block-125-2 {
    text-align: left;
  }

  .master-icon {
    width: 3.1rem;
    margin-top: -.3rem;
  }

  .edx {
    width: 2.3rem;
    height: auto;
    margin-top: 0;
  }

  .partners_logo {
    height: 24px;
  }

  .x {
    align-self: flex-start;
    width: auto;
    height: 21px;
  }

  .taskade {
    align-self: flex-start;
    width: auto;
    max-width: none;
    height: 22px;
    margin-left: -3px;
  }

  .similar {
    opacity: .94;
    vertical-align: baseline;
    width: 91px;
    max-width: 100%;
    height: auto;
  }

  .simplified {
    width: auto;
    height: 20px;
  }

  .adobe {
    opacity: .94;
    height: 15px;
  }

  .moosend {
    opacity: .94;
    vertical-align: baseline;
    width: auto;
    height: 26px;
  }

  .coda {
    height: 16px;
  }

  .cell-19, .cell-20, .cell-21 {
    justify-content: flex-start;
    align-items: center;
  }

  .code-embed-2 {
    width: 100%;
  }

  .section {
    margin-top: 90px;
  }

  .text-span-39 {
    color: #a3e8ff;
  }

  .text-span-41 {
    font-size: 27px;
  }

  .code-embed-3 {
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .breadcrumb-navigation {
    padding-left: 0;
  }

  .link-block-last {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 36px;
    margin-left: 22px;
  }

  .link-block-last.w--current {
    margin-left: 22px;
  }

  .div-block-129 {
    width: 195px;
  }

  .hero_content {
    max-width: none;
    margin-bottom: 0;
  }

  .hero_title_row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .h1_heading {
    letter-spacing: 1px;
    padding-top: 4px;
    font-weight: 300;
  }

  .stat_value {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .code-embed-4 {
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
  }

  .heading_wapper-home {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
  }

  .div-block-130 {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-117 {
    height: 50px;
  }

  .div-block-132 {
    margin-bottom: 56px;
  }

  .div-block-133 {
    margin-bottom: 80px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #a3e8ff;
    border-color: #1b4b64;
    border-radius: .3125rem;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: 72px;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 0 10px 0 12px;
  }

  .quick-stack-2:hover {
    color: #fff;
  }

  .frame-1707480499 {
    grid-row-gap: 24px;
    padding: 18px;
  }

  .frame-1707480499:hover {
    background-color: #062c3d;
  }

  .frame-1707480492 {
    grid-row-gap: 12px;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg-fill {
    width: auto;
    height: 26px;
  }

  .badge {
    flex: none;
    height: 22px;
    padding: 1px 4px 2px;
  }

  .free {
    letter-spacing: 1.3px;
    flex: 0 auto;
    height: auto;
    padding-top: 3px;
    padding-left: 2px;
    font-size: 8px;
  }

  .descript {
    border-top-width: 1px;
    border-top-color: #abe3ff26;
    padding-top: 16px;
    padding-bottom: 12px;
  }

  .build-forms-collect-data-and-automate-business-workflows-visually {
    letter-spacing: .8px;
    width: 100%;
    font-weight: 300;
  }

  .proof {
    font-weight: 300;
  }

  .cta_text {
    padding-top: 0;
  }

  .ui_footer {
    justify-content: space-between;
    align-items: center;
    padding-bottom: 10px;
    padding-right: 10px;
  }

  .frame-1707480501 {
    border-radius: 14px;
    padding: 18px;
  }

  .frame-1707480503, .frame-1707480505, .frame-1707480507 {
    padding: 18px;
  }

  .frame-1707480509 {
    border-radius: 15px;
    padding: 18px;
  }

  .frame-1707480511, .frame-1707480513, .frame-1707480515, .frame-1707480517 {
    padding: 18px;
  }

  .frame-1707480519 {
    border-radius: 14px;
    padding: 18px;
  }

  .frame-1707480521, .frame-1707480523, .frame-1707480525, .frame-1707480527, .frame-1707480529, .frame-1707480531, .frame-1707480533, .frame-1707480535 {
    padding: 18px;
  }

  .frame-1707480537 {
    border-radius: 14px;
    padding: 18px;
  }

  .frame-1707480539, .frame-1707480541, .frame-1707480543, .frame-1707480545, .frame-1707480547, .frame-1707480549, .frame-1707480551, .frame-1707480553, .frame-1707480555, .frame-1707480556, .frame-1707480557, .frame-1707480558, .frame-1707480559, .frame-1707480560, .frame-1707480561, .frame-1707480562, .frame-1707480563 {
    padding: 18px;
  }

  .frame-1707480564 {
    grid-row-gap: 24px;
    padding: 18px;
  }

  .frame-1707480565 {
    grid-row-gap: 12px;
  }

  .seranking {
    opacity: .94;
    vertical-align: baseline;
    width: auto;
    height: 24px;
  }

  .ghost-button {
    height: 0;
  }

  .pill {
    width: 56px;
    max-width: none;
    padding-top: 0;
    padding-bottom: 0;
    top: -24px;
    left: 351px;
  }

  .label-style {
    font-size: 13px;
  }

  .image-124 {
    width: auto;
    height: 360px;
    margin: 0;
  }

  .div-block-135 {
    height: 350px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-left: 240px;
  }

  .value_chip {
    width: 57.9px;
    height: 16px;
  }

  .faq-section {
    max-width: none;
  }

  .sv-prevnext {
    grid-column-gap: 32px;
    margin-top: 20px;
  }

  .sv-prevnext-link {
    grid-column-gap: 4px;
    grid-row-gap: 6px;
  }

  .sv-prevnext-link.is-next {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    grid-column-gap: 7px;
    grid-row-gap: 7px;
  }

  .sv-prevnext-icon {
    color: #a3e8ff;
    width: auto;
    height: 36px;
  }

  .sv-prevnext-dir {
    font-size: 11px;
  }

  .sv-prevnext-title {
    font-size: 16px;
  }

  .image-131 {
    width: 16px;
    max-width: none;
  }

  .cta {
    font-weight: 300;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg-fill-copy {
    width: auto;
    height: 32px;
  }

  .share-solutions-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    opacity: 1;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    align-self: auto;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 20px;
  }

  .patriot {
    opacity: .94;
    height: 30px;
  }

  .text-block-6 {
    margin-left: 4px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    background-color: #041016;
  }

  img {
    position: relative;
  }

  .page-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #041016;
    letter-spacing: 0;
    background-color: #04101600;
    flex: none;
    align-self: stretch;
    height: auto;
    margin-bottom: 0;
  }

  .display-4 {
    background-image: linear-gradient(177deg, #f1fcff 23%, #a3e8ff 88%);
    width: 610px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 56px;
    font-weight: 400;
    line-height: 117%;
    text-decoration: none;
  }

  .input {
    color: #fff;
  }

  .actions-number.sidebar-dropdown-arrow {
    color: #a3e8ff;
    flex: none;
    align-self: center;
    font-family: Exo, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .container-default {
    box-sizing: border-box;
    flex-flow: column;
    flex: none;
    align-self: auto;
    width: 880px;
    max-width: none;
    margin-top: 48px;
    display: block;
  }

  .dropdown-wrapper.sidebar-dropdown {
    justify-content: center;
    align-items: center;
    padding-bottom: 5px;
    padding-left: 1.4rem;
    padding-right: 1.4rem;
    font-size: .9rem;
  }

  .dashboard-main-section {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: #041016;
    background-color: #04101600;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-height: none;
    margin-bottom: 40px;
    padding-top: 0;
    padding-bottom: 0;
    font-weight: 500;
  }

  .sidebar-spacer {
    width: 10px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .dashboard-content {
    background-color: #04101600;
    border-left: .0625rem #000;
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    min-width: 0;
    max-width: none;
    height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    display: block;
  }

  .dashboard-main-content {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .tab-bar {
    z-index: 1;
    opacity: 1;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .tools-line-container-2 {
    height: 3px;
    padding-bottom: 0;
  }

  .tools_tab-header-2 {
    align-items: center;
  }

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

  .tools_tab-title-2 {
    letter-spacing: .125rem;
    margin-bottom: .4rem;
    padding-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .tools_tab-title-2.one {
    letter-spacing: .125rem;
    letter-spacing: .125rem;
    padding-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 18px;
    font-weight: 400;
  }

  .tools_pane {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tools_tab-2 {
    grid-row-gap: 0rem;
    letter-spacing: 0;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100px;
    min-width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0;
    transition-property: none;
  }

  .tools_tab-2.w--current {
    align-items: center;
    width: 100px;
    min-width: auto;
    padding-left: 0;
  }

  .courses {
    margin-top: 0;
    margin-right: 0;
  }

  .text-span {
    color: #abe3ff;
    font-size: 2.5rem;
    font-weight: 300;
    line-height: 130%;
  }

  .text-span.first {
    color: #a3e8ff;
    width: auto;
    font-family: Exo, sans-serif;
    font-size: 36px;
    font-style: normal;
    font-weight: 400;
  }

  .cell {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .cell.school {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
  }

  .cell-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding: .75rem 0 0;
  }

  .cell-2.school {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 .6rem;
  }

  .quick-stack {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px solid #4dabe166;
    border-radius: 12px;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: 72px;
    margin-bottom: 0;
    padding: 0 10px 0 12px;
  }

  .link-block-2 {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 340px;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .link-block-2:hover {
    background-color: #062c3d;
  }

  .tabs-main {
    height: 3.1rem;
    margin-top: 0;
    margin-bottom: 16px;
    margin-left: 4px;
    padding-top: 0;
  }

  .menu-phase {
    border: 1px #000;
    border-top: 1px solid #a3e8ff1a;
    width: 85%;
    margin-top: .8rem;
    margin-bottom: .2rem;
    padding-top: 1rem;
    padding-bottom: 0;
  }

  .menu-phase.first {
    border-top-style: none;
    border-top-color: #a3e8ff1a;
    border-bottom-color: #a3e8ff33;
    align-self: auto;
    width: 85%;
    margin-top: 0;
    margin-bottom: .2rem;
    padding-top: 16px;
    padding-bottom: 0;
    padding-right: 1.4rem;
  }

  .body-5 {
    justify-content: flex-start;
    align-items: center;
    height: auto;
  }

  .frame-1000006702 {
    border-color: #57c3ff4d;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: 18px;
    margin-top: -22px;
    margin-left: auto;
    margin-right: 0;
    padding-top: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    font-size: 1rem;
  }

  .text-403 {
    flex: 0 auto;
    width: auto;
    font-size: .625rem;
  }

  .contact-now-0 {
    color: #a3e8ff;
    font-size: .4rem;
  }

  .topic-name {
    align-self: auto;
  }

  .tools_pane-item_school {
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .tools_pane-item_tools, .tools_pane-item_experts {
    width: auto;
  }

  .tools_pane-item_share {
    width: 100%;
  }

  .ui-card-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .flex-name {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    width: 78%;
  }

  .image_wraper {
    opacity: .92;
    width: 48px;
    height: 48px;
  }

  .head-youtube {
    width: auto;
  }

  .heading-2 {
    width: 214px;
    font-size: .7rem;
    font-weight: 400;
  }

  .skillshare-icon {
    width: 2.4rem;
    margin-top: 0;
    padding-top: 4px;
  }

  .statista {
    opacity: .94;
    width: auto;
    height: 19px;
  }

  .clarity-logo {
    opacity: .94;
    width: auto;
    height: 20px;
  }

  .link-wrapper-scholl {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: row;
    width: 190px;
    height: auto;
    margin-top: 0;
  }

  .nielsen {
    opacity: .94;
    height: 18px;
  }

  .uber-logo {
    opacity: .94;
    width: auto;
    height: 18px;
    margin-top: 0;
  }

  .creator-platform {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    justify-content: flex-start;
    align-items: center;
    width: 230px;
    height: auto;
    margin-top: 0;
  }

  .creator-name {
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .platform-name {
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 0;
  }

  .heading-3-copy {
    letter-spacing: 1px;
    width: 310px;
    margin-top: 0;
    font-size: 11px;
    font-weight: 400;
  }

  .heading-3-copy.courses {
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: 14px;
    margin-top: 0;
    margin-bottom: -4px;
    margin-right: 0;
    font-size: 11px;
    font-weight: 300;
  }

  .image-11 {
    opacity: .94;
    width: 48px;
    height: 48px;
  }

  .line {
    width: auto;
    margin-top: 5px;
  }

  .ine-img {
    height: auto;
    margin-top: -11px;
  }

  .category-first {
    padding-left: 0;
  }

  .heading-4.text {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 10px;
  }

  .div-block-school {
    padding-left: 16px;
  }

  .paragraph-school {
    color: #fffc;
    letter-spacing: 2px;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 4px;
    font-family: "Exo 2";
    font-size: 13px;
    font-weight: 200;
    line-height: 180%;
  }

  .upwork {
    width: auto;
    height: 23px;
  }

  .main_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 1100px;
    height: auto;
    margin-left: 0;
    padding-top: 0;
    display: flex;
  }

  .solutions-wrap {
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .school-hint {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: .4rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 21px;
    line-height: 24px;
  }

  .share-solutions {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 20px;
    padding: 0;
  }

  .container-solution {
    flex-flow: column;
    width: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .dashboard-main-content-2.sales-page {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 5px;
    display: flex;
  }

  .youtube-ui {
    width: 2.5rem;
    margin-top: -2px;
  }

  .coursera-ui {
    width: auto;
    height: 7px;
    margin-top: 4px;
    padding-top: 0;
  }

  .courses-solutions2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding: 20px;
  }

  .telegram {
    opacity: .94;
    width: 90px;
    height: auto;
  }

  .image_wraper-solutions {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: .92;
    width: auto;
    margin-top: 0;
  }

  .link-solutions {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 342px;
    height: 72px;
    margin-bottom: 0;
    display: flex;
  }

  .link-wrapper-solutions {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    width: auto;
    height: auto;
  }

  .img-warp {
    justify-content: center;
    align-items: flex-start;
    height: 25px;
    margin-bottom: 0;
  }

  .brand-descript {
    width: 210px;
    height: 1rem;
    margin-top: 6px;
  }

  .upwork-logo {
    opacity: .94;
    width: auto;
    height: 20px;
  }

  .fiverr-logo {
    opacity: .94;
    width: auto;
    height: 22px;
  }

  .creator-name-first {
    width: auto;
    height: auto;
    margin-top: 0;
    padding-top: 0;
  }

  .image-21 {
    opacity: .94;
  }

  .ui-card-wrap-share {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .share-link-facebook, .share-link-telegram, .share-link-x, .share-link-reddit, .share-link-copy {
    grid-column-gap: .625rem;
    grid-row-gap: .625rem;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: 342px;
    height: auto;
    margin-bottom: 0;
    display: flex;
  }

  .uber-courses {
    width: 55px;
    height: 9px;
    margin-top: 0;
  }

  .cell-3 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    padding: .75rem 0 0;
  }

  .cell-3.school {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0 0 .6rem;
  }

  .heading-7.text {
    text-transform: uppercase;
    text-transform: uppercase;
    font-size: 10px;
  }

  .heading-8 {
    width: 200px;
    font-size: .7rem;
    font-weight: 600;
  }

  .cell-4 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-25, .image-27 {
    opacity: .94;
  }

  .contact-now-5 {
    color: #a3e8ff;
    font-size: .4rem;
  }

  .text-417 {
    flex: 0 auto;
    width: auto;
    font-size: .625rem;
  }

  .heading-12 {
    width: 214px;
    font-size: .7rem;
    font-weight: 600;
  }

  .cell-8 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-38 {
    opacity: .94;
  }

  .frame-1410119751 {
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 70px;
    height: 18px;
    margin-top: -22px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: .3rem;
    padding-right: .2rem;
    font-size: 1rem;
  }

  .cell-11 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-43 {
    opacity: .94;
  }

  .cell-12 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-45 {
    opacity: .94;
  }

  .heading-17 {
    width: 148px;
    font-size: .7rem;
    font-weight: 600;
  }

  .cell-13 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-47, .image-48 {
    opacity: .94;
  }

  .heading-20 {
    width: 162px;
    font-size: .7rem;
    font-weight: 600;
  }

  .cell-16 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-54 {
    opacity: .94;
  }

  .wapp-logo {
    opacity: .94;
    width: auto;
    height: 30px;
  }

  .domestika-ui {
    margin-top: 0;
  }

  .xmind {
    opacity: .94;
    width: auto;
    height: 24px;
  }

  .logo-descript {
    width: auto;
    max-width: none;
    height: 18px;
  }

  .placeit {
    opacity: .94;
    width: auto;
    height: 20px;
  }

  .podcastle {
    width: auto;
    max-width: none;
    height: 32px;
  }

  .clickup {
    opacity: .94;
    width: auto;
    height: 24px;
    margin-top: 0;
  }

  .cell-17, .cell-18 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-58, .image-59 {
    opacity: .94;
  }

  .heading-21 {
    width: 190px;
    font-size: .7rem;
    font-weight: 600;
  }

  .notion {
    width: auto;
    height: 22px;
  }

  .fontjoy-logo {
    width: auto;
    max-width: none;
    height: 26px;
  }

  .logo-descript-2 {
    width: 80px;
    max-width: none;
  }

  .livestorm-logo {
    opacity: .94;
    width: auto;
    height: 21px;
  }

  .patriot-logo {
    opacity: .94;
    width: 85px;
    height: 28px;
    margin-top: 0;
  }

  .statista-first {
    opacity: .94;
    width: auto;
    height: 15px;
  }

  .looka-logo {
    width: 72px;
    height: auto;
  }

  .weflow-logo {
    width: auto;
    max-width: none;
  }

  .sem-logo {
    height: 16px;
  }

  .liveagent-logo {
    opacity: .94;
    width: auto;
    height: 20px;
  }

  .loop-gradient-left {
    width: 27%;
    height: 50px;
    margin-left: -7px;
  }

  .loop-gradient-right {
    flex: 0 auto;
    width: 28%;
    height: 50px;
    margin-right: -10px;
    right: 0%;
  }

  .fn-paragraph-4 {
    opacity: 1;
    color: #f1fcffe6;
    letter-spacing: 1px;
    width: 290px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 300;
  }

  .fn-heading-5 {
    color: #abe3ff;
    text-transform: none;
    width: 430px;
    margin-bottom: 0;
    font-size: 24px;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 26px;
    grid-row-gap: 26px;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
  }

  .fn-cta-banner-dark-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 880px;
    height: auto;
    box-shadow: none;
    border-color: #57c3ff33;
    justify-content: space-between;
    align-items: center;
    margin-top: 20px;
    padding: 20px;
  }

  .fn-footer-legal-link {
    letter-spacing: 1px;
    font-size: 12px;
    font-weight: 300;
  }

  .fn-footer-copyright {
    color: #9acfea;
    height: auto;
  }

  .fn-container-grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .fn-faq-classic-wrapper-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    padding-top: 0;
  }

  .fn-faq-item-2 {
    border-bottom-color: #254250;
    margin-bottom: 36px;
    padding-bottom: 36px;
  }

  .uui-layout50_image {
    width: 100%;
    max-width: 477px;
    height: auto;
    max-height: 268px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .guide_section-header-long {
    width: 50%;
  }

  .sidebar-menu-container-4 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-bottom: 32px;
  }

  .sidebar-logo-section-container-2 {
    height: auto;
    margin-bottom: 0;
    padding-top: 26px;
    padding-bottom: 22px;
  }

  .overflow-hidden-3 {
    border-right: .00625rem solid #a3e8ff33;
  }

  .sidebar-wrapper-20 {
    border-right-width: .0625rem;
    border-radius: 14px;
    max-width: 280px;
    height: 93vh;
    margin-top: 24px;
    margin-left: 22px;
  }

  .sidebar-dropdown {
    color: #a3e8ff;
    margin-top: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 0;
    font-size: .8rem;
    font-weight: 300;
    transition-property: none;
  }

  .sidebar-dropdown.w--current {
    padding-left: .25rem;
  }

  .text-401.sidebar-dropdown-text {
    color: #a3e8ff;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    letter-spacing: 1.6px;
    text-transform: capitalize;
    align-self: center;
    margin-top: 2px;
    padding-top: 0;
    font-size: 15px;
    font-weight: 300;
    display: block;
  }

  .sidebar-dropdown-inner-wrapper-5 {
    border-left-color: #9ad8ff54;
    height: auto;
    padding-left: 1.7rem;
  }

  .sidebar-dropdown-list-wrapper-4.w--open {
    height: auto;
    padding-left: 15px;
  }

  .dropdown-toggle.sidebar-dropdown {
    color: #abe3ff;
    flex-direction: row;
    padding: 12px 0;
  }

  .phase-3 {
    color: #dff7ffe6;
    letter-spacing: 2.5px;
    margin-top: .5rem;
    padding-left: .2rem;
    font-size: 11px;
    font-weight: 600;
  }

  .image-69 {
    width: 22px;
    height: 21px;
  }

  .div-block-18 {
    background-color: #3c5a6800;
    border: 1px solid #1b4b64;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 33%;
  }

  .ui-card-wrap-new {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    width: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .youtube-solutions-copy {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    background-color: #072432;
    border: .0625rem #1b4b64;
    border-radius: .4375rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 0;
    padding: 0 20px 20px;
  }

  .youtube-3 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    border-width: .0625rem;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 338px;
    height: auto;
  }

  .courses_ui {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    border: .0625rem #1b4b64;
    border-radius: .4375rem;
    flex-flow: column;
    justify-content: flex-start;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-right: auto;
    padding: 20px;
  }

  .paragraph-2 {
    color: #a3e8ff;
    width: 230px;
    font-size: 13px;
  }

  .youtube_div {
    border-style: none;
    border-width: .1rem .0625rem .0625rem;
  }

  .paragraph-2-copy {
    font-size: 13px;
  }

  .div-block-20 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .tools_container_home {
    opacity: 1;
    flex-direction: column;
    justify-content: space-between;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    margin-top: 80px;
    margin-left: 0;
    margin-right: auto;
    display: flex;
  }

  .fn-heading-5-copy {
    color: #fff;
    letter-spacing: 2px;
    text-transform: none;
    width: 290px;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 300;
  }

  .div-block-18-copy {
    opacity: 1;
    background-color: #3c5a6800;
    border: 1px solid #1b4b64;
    border-top-width: .0625rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 33%;
  }

  .image-78 {
    height: auto;
  }

  .div-block-23 {
    margin-top: -2px;
  }

  .div-block-24 {
    border-style: solid none none;
    border-width: 1px;
  }

  .youtube-4 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .image-80 {
    margin-top: -5px;
  }

  .youtube-5 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 338px;
    height: auto;
  }

  .div-block-32 {
    border-style: solid none none;
    border-width: 1px;
  }

  .youtube-6, .youtube-7 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 338px;
    height: auto;
  }

  .div-block-44 {
    border-style: solid none none;
    border-width: 1px;
  }

  .youtube-9 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .youtube-10 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 338px;
    height: auto;
  }

  .div-block-55 {
    background-color: #3c5a6800;
    border: 1px solid #1b4b64;
    border-top-width: .0625rem;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: auto;
  }

  .youtube-11, .youtube-12 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .div-block-59 {
    border-style: solid none none;
    border-width: 1px;
  }

  .youtube-13 {
    box-sizing: border-box;
    -webkit-text-stroke-color: #335fff;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #000;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 340px;
    height: auto;
  }

  .div-block-62, .div-block-65, .div-block-68, .div-block-74, .div-block-77, .div-block-80, .div-block-83 {
    border-style: solid none none;
    border-width: 1px;
  }

  .div-block-86 {
    border-style: solid none none;
    border-width: .12rem 1px .0625rem;
  }

  .div-block-89, .div-block-95, .div-block-98, .div-block-101, .div-block-104, .div-block-108, .div-block-111, .div-block-114, .div-block-117, .div-block-120 {
    border-style: solid none none;
    border-width: 1px;
  }

  .image-109 {
    width: 148px;
  }

  .button-26 {
    font-size: 14px;
  }

  .main_section-home {
    flex-flow: column;
    width: 580px;
    margin-left: 0;
    display: block;
  }

  .paragraph-11 {
    font-weight: 300;
    line-height: 170%;
  }

  .uui-container-large-9 {
    padding-left: 0;
  }

  .uui-page-padding-9 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .uui-faq01_component {
    margin-top: 1rem;
  }

  .uui-padding-vertical-xhuge-6 {
    width: auto;
  }

  .faq-ui-card {
    grid-column-gap: .3rem;
    grid-row-gap: .3rem;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 20px;
  }

  .fn-container-grid-9 {
    grid-column-gap: 518px;
    grid-row-gap: 518px;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-end;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-bottom: 0;
    padding-left: 240px;
    padding-right: 0;
  }

  .fn-legal-links-wrapper-2 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-footer-second-2 {
    background-color: #072432;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: 56px;
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 30px;
    position: fixed;
    inset: auto 0% 0%;
  }

  .heading-2-faq {
    width: auto;
    font-size: 1rem;
    font-weight: 400;
  }

  .faq-section {
    flex: none;
    order: 1;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 480px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
    position: static;
    bottom: 0;
  }

  .heading-1 {
    color: #eefbff;
    letter-spacing: 2px;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 539px;
    margin-bottom: 26px;
    font-size: 58px;
    font-weight: 400;
    line-height: 130%;
    display: block;
  }

  .heading-1.blue {
    margin-bottom: 1rem;
  }

  .uui-layout50_image2 {
    width: 100%;
    max-width: 478px;
    height: auto;
    max-height: 268px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .uui-layout50_image3 {
    width: 100%;
    max-width: 477px;
    height: auto;
    max-height: 268px;
    margin-top: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .uui-layout50_image1 {
    opacity: .8;
  }

  .heading_wapper {
    justify-content: space-between;
    align-items: center;
    width: auto;
  }

  .tabs_wrapper {
    border-style: none;
    flex: 0 auto;
    width: 1107px;
    margin-top: 0;
    margin-bottom: 72px;
  }

  .features-right {
    width: 92%;
  }

  .features-block-two {
    width: auto;
  }

  .phase_link {
    letter-spacing: 2px;
    flex: 0 auto;
    align-self: auto;
    width: 370px;
  }

  .heading_action {
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(0deg, #a3e8ff 50%, #fff);
    -webkit-background-clip: text;
    background-clip: text;
    width: 1100px;
    padding-left: 10px;
    font-size: 16px;
  }

  .heading_tag {
    flex: none;
    align-self: stretch;
    width: 98%;
  }

  .code-embed {
    width: 88%;
    font-size: .7rem;
  }

  .sidebar-spacer-home {
    width: 630px;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-123 {
    width: 98%;
  }

  .intro_image-min._2 {
    width: 44px;
    max-width: none;
    height: 34px;
    margin-left: 12px;
    margin-right: 12px;
    top: 5px;
  }

  .div-block-125 {
    text-align: left;
    width: 540px;
  }

  .paragraph-13 {
    color: #a3e8ff;
    letter-spacing: 1px;
    width: 460px;
    margin-left: 4px;
    font-size: 18px;
    line-height: 170%;
  }

  .link-40 {
    color: #a3e8ff;
    font-weight: 300;
  }

  .link-41, .link-42, .link-43, .link-44, .link-45, .link-46 {
    color: #a3e8ff;
  }

  .submit-button {
    font-weight: 500;
  }

  .div-block-125-2 {
    text-align: left;
  }

  .master-icon {
    margin-top: -.3rem;
  }

  .edx {
    width: 2rem;
    height: auto;
    margin-top: 1px;
  }

  .partners_logo {
    height: 23px;
    position: static;
  }

  .x {
    width: auto;
    height: 22px;
    position: static;
  }

  .similar {
    opacity: .94;
    width: 96px;
    height: 15px;
    margin-top: 0;
  }

  .simplified {
    width: auto;
    height: 21px;
  }

  .adobe {
    opacity: .94;
    width: auto;
    height: 15px;
  }

  .moosend {
    opacity: .94;
    width: auto;
    height: 26px;
    margin-top: 0;
  }

  .coda {
    height: 18px;
    position: static;
  }

  .cell-19, .cell-20, .cell-21 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    margin-top: 90px;
  }

  .section-2 {
    height: 300px;
  }

  .breadcrumb-navigation {
    align-self: flex-start;
    padding-left: 2px;
  }

  .link-block-last {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    height: 38px;
    margin-bottom: 0;
    margin-left: 21px;
  }

  .div-block-129 {
    width: 209px;
  }

  .hero_content {
    grid-row-gap: 26px;
    margin-bottom: 0;
    padding: 0;
  }

  .hero_title_row {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 1px;
    flex: 1;
    justify-content: space-between;
    align-items: center;
  }

  .h1_heading {
    letter-spacing: 1px;
    line-height: 147%;
  }

  .code-embed-4 {
    margin-top: 0;
  }

  .container-2 {
    letter-spacing: 1px;
  }

  .heading_wapper-home {
    justify-content: space-between;
    align-items: center;
    width: auto;
    margin-top: 30px;
  }

  .div-block-130 {
    justify-content: space-between;
    align-items: center;
  }

  .image-117 {
    height: 50px;
  }

  .div-block-132 {
    margin-bottom: 64px;
  }

  .quick-stack-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: .0625rem solid #1b4b64;
    border-radius: .3125rem;
    flex: 0 auto;
    align-self: auto;
    width: 100%;
    max-width: none;
    height: 72px;
    margin-bottom: 0;
    padding: 0 10px 0 12px;
  }

  .frame-1707480499 {
    grid-row-gap: 24px;
    color: #a3e8ff;
    transition-property: none;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg-fill {
    width: auto;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg {
    width: 110px;
  }

  .badge {
    flex-flow: column;
    height: 24px;
    padding: 3px 5px;
  }

  .free {
    letter-spacing: 1.3px;
    padding-top: 3px;
    padding-left: 1px;
    font-size: 9px;
  }

  .proof {
    align-self: auto;
    font-weight: 300;
  }

  .frame-1707480509 {
    border-radius: 15px;
  }

  .frame-1707480537 {
    border-radius: 14px;
  }

  .frame-1707480565 {
    grid-row-gap: 12px;
  }

  .seranking {
    opacity: .94;
    width: auto;
    height: 25px;
    margin-top: 0;
  }

  .pill {
    width: 60px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    top: -26px;
    left: 391px;
  }

  .image-124 {
    box-sizing: border-box;
    width: auto;
    height: 550px;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    position: static;
  }

  .div-block-135 {
    align-self: center;
    width: auto;
    height: 508px;
    margin: 20px 0 0 420px;
  }

  .sv-prevnext {
    grid-column-gap: 48px;
    width: 100%;
    margin-top: 20px;
  }

  .sv-prevnext-link {
    grid-column-gap: 14px;
    grid-row-gap: 8px;
  }

  .sv-prevnext-link.is-next {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .sv-prevnext-icon {
    width: auto;
    height: 40px;
  }

  .sv-prevnext-dir {
    letter-spacing: 2px;
    margin-left: 0;
    font-size: 12px;
  }

  .sv-prevnext-title {
    font-size: 20px;
  }

  .image-127 {
    width: 20px;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg-fill-copy {
    width: auto;
  }

  .pat {
    width: 300px;
    height: 80px;
  }

  .share-solutions-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    border: .0625rem #57c3ff33;
    border-radius: .4375rem;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0;
  }

  .patriot {
    opacity: .94;
    width: auto;
    height: 32px;
  }

  .text-block-6 {
    margin-left: 4px;
    font-size: 15px;
  }

  .code-embed-6 {
    width: auto;
    margin-left: 0;
  }

  .div-block-139 {
    margin-left: 160px;
  }
}

@media screen and (max-width: 991px) {
  h2 {
    margin-bottom: .75rem;
  }

  .page-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .display-4 {
    font-size: 1.25rem;
  }

  .actions-number.sidebar-dropdown-arrow {
    color: #a3e8ff;
  }

  .container-default {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: none;
    padding-top: 0;
    padding-left: 0;
    padding-right: 20px;
    display: block;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .error-message.password {
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .sidebar-logo-link.show-on-tablet, .position-relative---z-index-1 {
    display: block;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    grid-column-gap: 1.5rem;
    grid-column-gap: 24px;
    grid-column-gap: 24px;
    grid-column-gap: 24px;
    box-shadow: none;
    grid-column-gap: 24px;
    grid-column-gap: 1.5rem;
    grid-column-gap: 24px;
    grid-column-gap: 24px;
    grid-column-gap: 24px;
    box-shadow: none;
    grid-column-gap: 24px;
    justify-content: space-between;
    align-items: center;
    padding-left: 24px;
    display: flex;
  }

  .dashboard-main-section {
    justify-content: space-between;
    align-items: center;
    height: auto;
  }

  .sidebar-spacer {
    width: 0;
    display: none;
  }

  .dashboard-content {
    background-color: #04101600;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    margin-left: auto;
  }

  .dashboard-content.utility-page-content {
    min-height: 92vh;
  }

  .dashboard-main-content {
    flex-flow: column;
    justify-content: center;
    margin-left: 0;
    padding-top: 0;
  }

  .dashboard-main-content.utility-page-main-content {
    flex-direction: column;
    justify-content: center;
    padding-top: 5rem;
    display: flex;
  }

  .tab-bar {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tools-line-container-2 {
    width: 110px;
  }

  .tools_tab-title-2 {
    padding-bottom: 0;
    font-family: "Exo 2";
  }

  .tools_tab-title-2.one {
    letter-spacing: .125rem;
    letter-spacing: .125rem;
    font-family: "Exo 2";
  }

  .tools_pane {
    align-self: auto;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .tools_tab-2 {
    flex: none;
    align-self: auto;
  }

  .text-span.first {
    color: #a3e8ff;
    font-family: Exo, sans-serif;
  }

  .cell-2 {
    justify-content: center;
    align-items: flex-end;
  }

  .quick-stack {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 0;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .link-block-2 {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
  }

  .tabs-main {
    grid-row-gap: 0rem;
    flex-direction: row;
    align-self: auto;
    width: auto;
    margin-bottom: 2rem;
  }

  .ui-card-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .heading-2 {
    color: #a3e8ff;
  }

  .main_section {
    width: auto;
  }

  .solutions-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 711px;
    margin-left: 0;
    margin-right: 0;
  }

  .school-hint {
    width: 650px;
  }

  .share-solutions {
    flex-flow: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .container-solution {
    width: 710px;
    max-width: none;
  }

  .dashboard-main-content-2.sales-page {
    flex: 0 auto;
    width: auto;
  }

  .courses-solutions2 {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .link-solutions {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
  }

  .ui-card-wrap-share {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
  }

  .share-link-facebook, .share-link-telegram, .share-link-x, .share-link-reddit, .share-link-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    text-decoration: none;
  }

  .cell-3 {
    justify-content: center;
    align-items: flex-end;
  }

  .heading-8, .heading-12, .heading-17, .heading-20, .heading-21 {
    color: #a3e8ff;
  }

  .fn-heading-5 {
    width: 310px;
    margin-bottom: 0;
    font-size: 18px;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .fn-cta-banner-dark-3 {
    width: auto;
    height: 210px;
  }

  .fn-footer-legal-link {
    transition: none;
  }

  .fn-footer-legal-link:hover {
    color: #939b9b;
  }

  .fn-container-grid-5 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .guide_section-header-long {
    grid-template-columns: 1fr;
    width: 90%;
    padding-left: 0;
  }

  .hamburger-menu-wrapper-2 {
    grid-column-gap: 24px;
    justify-content: center;
    align-items: center;
    min-width: 80px;
    max-width: 80px;
    min-height: 80px;
    max-height: 80px;
    display: flex;
  }

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

  .sidebar-menu-container-4 {
    background-color: #072432;
    min-width: 260px;
    height: 110vh;
    min-height: 100vh;
    margin-top: 80px;
    padding-top: 24px;
    padding-bottom: 150px;
    overflow: auto;
  }

  .sidebar-logo-section-container-2 {
    display: none;
  }

  .sidebar-mobile-menu-icon {
    max-width: 12px;
  }

  .sidebar-mobile-menu-icon.right {
    width: auto;
    max-width: none;
  }

  .sidebar-mobile-menu-icon-wrapper-2 {
    grid-column-gap: 10px;
    justify-content: center;
    align-items: center;
    min-width: 64px;
    max-width: 64px;
    min-height: 64px;
    max-height: 64px;
    margin-top: 8px;
    margin-left: 8px;
    display: flex;
  }

  .sidebar-wrapper-20 {
    border-style: none;
    border-width: 0;
    border-bottom-color: #37446b;
    border-left-color: #4dabe100;
    max-width: none;
    height: auto;
    min-height: 80px;
    max-height: 80px;
    margin-top: 0;
    margin-left: 0;
    position: relative;
    top: auto;
    bottom: auto;
    left: auto;
    overflow: visible;
  }

  .text-401.sidebar-dropdown-text {
    color: #a3e8ff;
  }

  .dropdown-toggle.sidebar-dropdown {
    padding-right: 0;
  }

  .div-block-18 {
    width: 100%;
  }

  .ui-card-wrap-new {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .youtube-solutions-copy {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .youtube-3 {
    width: 100%;
  }

  .courses_ui {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .tools_container_home {
    flex-direction: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-heading-5-copy {
    margin-bottom: 12px;
    font-size: 20px;
  }

  .div-block-18-copy {
    width: 100%;
  }

  .button-26 {
    opacity: .9;
  }

  .main_section-home {
    width: auto;
  }

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

  .faq-ui-card {
    flex-flow: column;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .fn-container-grid-9 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .fn-footer-second-2 {
    padding-bottom: 60px;
  }

  .heading-2-faq {
    color: #a3e8ff;
  }

  .fn-heading-18 {
    margin-bottom: 12px;
    font-size: 40px;
  }

  .fn-section-11 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid-10 {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .heading-1 {
    width: 600px;
  }

  .container {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-right {
    max-width: 100%;
  }

  .heading_tag {
    margin-left: 0;
    margin-right: 0;
  }

  .sidebar-spacer-home {
    width: 0;
    display: none;
  }

  .intro_image-min {
    border-radius: .2535rem;
    width: 2.2rem;
  }

  .heading_wapper-home {
    margin-top: 0;
  }

  .quick-stack-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    order: 0;
    width: 100%;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .image-124 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-135 {
    margin-left: 0;
  }

  .sv-prevnext {
    grid-column-gap: 20px;
    margin-top: 60px;
  }

  .sv-prevnext-icon {
    width: 28px;
    height: 28px;
  }

  .sv-prevnext-title {
    font-size: 16px;
  }

  .share-solutions-copy {
    flex-flow: column;
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-6 {
    margin-left: 4px;
  }

  .div-block-139 {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    margin-bottom: .625rem;
    font-size: 1.625rem;
  }

  h2 {
    font-size: 1.375rem;
  }

  h3 {
    font-size: 1.25rem;
  }

  blockquote {
    border-radius: 1.125rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .page-wrapper {
    justify-content: space-between;
    align-items: center;
  }

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

  .mg-top-48px {
    margin-top: 2.5rem;
  }

  .display-4 {
    width: auto;
  }

  .actions-number.sidebar-dropdown-arrow {
    color: #a3e8ff;
  }

  .container-default {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    max-width: none;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .error-message.password {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    padding-left: 20px;
    padding-right: 1.25rem;
  }

  .dashboard-main-section {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .dashboard-content {
    background-color: #04101600;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    max-width: none;
  }

  .dashboard-main-content {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    margin-left: auto;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 4rem;
  }

  .tab-bar {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .tools-line-container-2 {
    width: 100%;
  }

  .tools_tab-header-2 {
    align-self: center;
    width: auto;
    font-size: .7rem;
  }

  .tools-line-2 {
    max-width: 100%;
  }

  .tools_tab-title-2, .tools_tab-title-2.one, .tools_tab-title-2.one {
    font-family: Exo, sans-serif;
    font-size: .875rem;
  }

  .tools_pane {
    flex: 1;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
    width: 100%;
  }

  .tools_tab-2 {
    flex: 0 auto;
    width: 25%;
    min-width: auto;
  }

  .tools_tab-2.w--current {
    width: 25%;
  }

  .text-span.first {
    color: #a3e8ff;
    font-family: Exo, sans-serif;
    font-size: 28px;
  }

  .quick-stack {
    width: 100%;
    padding-left: .75rem;
  }

  .link-block-2 {
    flex-flow: column;
    width: 100%;
  }

  .tabs-main {
    grid-row-gap: 0rem;
    flex-direction: row;
    flex: none;
    width: 60vw;
    margin: 0 auto 0 0;
  }

  .tools_pane-item_school {
    flex: 1;
    width: 100%;
  }

  .tools_pane-item_tools, .tools_pane-item_experts, .tools_pane-item_share {
    flex: 1;
    width: auto;
  }

  .ui-card-wrap {
    flex-flow: column;
    width: 100%;
  }

  .heading-2 {
    color: #a3e8ff;
  }

  .category-first {
    font-size: .75px;
  }

  .paragraph-school {
    color: #a3e8ff;
  }

  .main_section {
    margin-top: 0;
  }

  .solutions-wrap {
    flex-direction: column;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .share-solutions {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .container-solution {
    width: auto;
  }

  .dashboard-main-content-2.sales-page {
    width: auto;
    padding-top: 10px;
  }

  .courses-solutions2 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .link-solutions, .ui-card-wrap-share, .share-link-facebook, .share-link-telegram, .share-link-x, .share-link-reddit, .share-link-copy {
    flex-flow: column;
    width: 100%;
  }

  .heading-8, .heading-12, .heading-17, .heading-20, .heading-21 {
    color: #a3e8ff;
  }

  .fn-paragraph-4 {
    width: 180px;
    margin-bottom: 24px;
  }

  .fn-heading-5 {
    width: 220px;
    font-size: 21px;
  }

  .fn-banner-dark-column-3 {
    padding: 12px 0;
  }

  .fn-cta-banner-dark-3 {
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 10px;
  }

  .fn-paragraph-7 {
    width: 51%;
    margin-bottom: 24px;
  }

  .fn-container-grid-5 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    width: 100%;
    max-width: none;
    padding-left: 4px;
    padding-right: 0;
  }

  .fn-column-4 {
    width: auto;
  }

  .fn-faq-classic-wrapper-2 {
    width: 50%;
  }

  .fn-faq-item-2 {
    width: auto;
  }

  .sidebar-menu-container-4 {
    background-color: #072432;
  }

  .sidebar-mobile-menu-icon.right {
    width: 29px;
    max-width: none;
  }

  .sidebar-wrapper-20 {
    border-style: none;
  }

  .card-image {
    width: 290px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .ui-card-wrap-new {
    flex-flow: column;
    align-self: flex-start;
    width: 100%;
  }

  .youtube-solutions-copy {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
    padding-left: 20px;
    padding-right: 20px;
  }

  .courses_ui {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .tools_container_home {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .fn-heading-5-copy {
    font-size: 20px;
  }

  .paragraph-11 {
    width: auto;
  }

  .uui-page-padding-9 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-faq01_component {
    margin-top: 3rem;
  }

  .uui-space-medium-4 {
    min-height: 1.5rem;
  }

  .uui-padding-vertical-xhuge-6 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .faq-ui-card {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .fn-container-grid-9 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    padding-left: 0;
  }

  .fn-footer-second-2 {
    text-align: center;
    padding-bottom: 40px;
  }

  .heading-2-faq {
    color: #a3e8ff;
  }

  .fn-heading-18 {
    font-size: 34px;
  }

  .fn-paragraph-10 {
    width: auto;
    margin-bottom: 24px;
  }

  .fn-section-11 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-container-grid-10 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .fn-label-small-2 {
    margin-bottom: 12px;
  }

  .heading-1 {
    margin-bottom: 0;
    font-size: 49px;
    font-weight: 300;
    line-height: 1.3em;
  }

  .uui-layout50_image3, .uui-layout50_image1 {
    width: 100%;
  }

  .features-list {
    padding: 60px 15px;
  }

  .quick-stack-2 {
    width: 100%;
    padding-left: .75rem;
  }

  .image-124 {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .div-block-135 {
    margin-left: 0;
  }

  .sv-prevnext {
    grid-column-gap: 16px;
    margin-top: 48px;
  }

  .sv-prevnext-link {
    grid-column-gap: 8px;
    grid-row-gap: 2px;
  }

  .sv-prevnext-icon {
    width: 24px;
    height: 24px;
  }

  .sv-prevnext-dir {
    letter-spacing: 1px;
    font-size: 10px;
  }

  .sv-prevnext-title {
    font-size: 14px;
  }

  .share-solutions-copy {
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    margin-top: 0;
    margin-bottom: 2.5rem;
  }

  .div-block-139 {
    margin-left: 0;
  }
}

@media screen and (max-width: 479px) {
  img {
    width: .5625rem;
    height: auto;
  }

  .page-wrapper {
    z-index: 6000;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #07243200;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    position: static;
  }

  .mg-top-48px {
    margin-top: 2rem;
  }

  .display-4 {
    opacity: .9;
    text-align: left;
    letter-spacing: 1px;
    width: 359px;
    text-shadow: none;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    font-family: Exo, sans-serif;
    font-size: 49px;
    font-weight: 400;
    line-height: 126%;
  }

  .actions-number.sidebar-dropdown-arrow {
    color: #a3e8ff;
    border: .0625rem #fff;
    border-radius: 12.5rem;
    margin-top: 2px;
    padding: 0 .25rem 0 0;
    font-weight: 300;
  }

  .container-default {
    text-align: justify;
    flex: 1;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: .7rem;
  }

  .dropdown-wrapper.sidebar-dropdown {
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: .6rem;
    padding-right: 1.1rem;
  }

  .sidebar-logo-link.show-on-tablet {
    flex: none;
    align-self: auto;
    width: 168px;
    padding-left: 0;
  }

  .sidebar-logo-link.show-on-tablet {
    flex: none;
    align-self: auto;
    width: 168px;
    padding-left: 0;
  }

  .sidebar-logo-link.show-on-tablet:hover {
    width: auto;
  }

  .sidebar-logo-link.show-on-tablet:active {
    width: 168px;
  }

  .sidebar-logo-link.show-on-tablet.w--current {
    width: auto;
    padding-left: 0;
  }

  .sidebar-logo-link.show-on-tablet.w--current:hover {
    transform: none;
  }

  .position-relative---z-index-1.logo-and-icon-mobile-container {
    z-index: 1200;
    z-index: 1;
    width: 100%;
    height: 60px;
    box-shadow: none;
    z-index: 1200;
    z-index: 1;
    width: 100%;
    height: 60px;
    box-shadow: none;
    background-color: #072432;
    margin-left: auto;
    margin-right: auto;
    padding-top: .4rem;
    padding-left: 16px;
    padding-right: 0;
  }

  .dashboard-main-section {
    background-color: #07243200;
    flex-flow: row;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin: 0 auto 32px;
  }

  .dashboard-content {
    background-color: #07243200;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .dashboard-main-content {
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dashboard-main-content.utility-page-main-content {
    padding-top: 3rem;
  }

  .tab-bar {
    grid-row-gap: 0rem;
    background-color: #05192300;
    justify-content: center;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 0 auto 0;
    position: static;
  }

  .tools-line-container-2 {
    border-radius: .375rem;
    width: 100%;
    height: 3px;
  }

  .tools_tab-header-2 {
    grid-row-gap: 0rem;
    align-items: center;
  }

  .tools-line-2 {
    background-color: #fff;
    flex: 1;
    max-width: 100%;
    height: 2px;
  }

  .tools_tab-title-2 {
    opacity: 1;
    letter-spacing: 1px;
    align-self: center;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .tools_tab-title-2.one {
    letter-spacing: 1px;
    letter-spacing: 1px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: 16px;
    font-weight: 400;
  }

  .tools_pane {
    opacity: 1;
    flex: none;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    position: static;
  }

  .tools_tab-2 {
    z-index: 1;
    color: #6c72ff00;
    border-top: .0625rem #3e8fb9;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 25%;
    min-width: auto;
    height: 56px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: .7rem;
    transition: color .3s;
  }

  .tools_tab-2.w--current {
    justify-content: center;
    align-items: center;
    width: 25%;
    min-width: auto;
    margin-left: 0;
    padding-left: 0;
  }

  .courses {
    align-items: stretch;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .text-span {
    color: #a9e2ff;
    letter-spacing: .025rem;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 140%;
  }

  .text-span.first {
    opacity: .94;
    color: #a3e8ff;
    text-align: right;
    letter-spacing: 1px;
    opacity: .94;
    text-align: right;
    letter-spacing: 1px;
    width: auto;
    font-size: 24px;
    font-weight: 400;
    line-height: 132%;
  }

  .cell {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell.school {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
  }

  .cell-2 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: .8125rem;
    padding-bottom: 0;
    text-decoration: none;
  }

  .cell-2.school {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: .25rem;
  }

  .quick-stack {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: #a3e8ff;
    border-width: 1px;
    border-color: #4dabe14d;
    border-radius: 12px;
    flex: none;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 73px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 10px 12px 12px;
    text-decoration: none;
  }

  .quick-stack:hover {
    background-color: #062c3d;
  }

  .link-block-2 {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    color: #a3e8ff;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 72px;
    margin: 0 auto auto;
    text-decoration: none;
    display: flex;
  }

  .link-block-2:hover {
    background-color: #062c3d;
  }

  .tabs-main {
    z-index: 0;
    grid-row-gap: 0rem;
    width: 100%;
    height: auto;
    box-shadow: none;
    opacity: .9;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    position: static;
  }

  .menu-phase {
    width: 91%;
    box-shadow: none;
    background-color: #072432;
    border-top-style: solid;
    border-top-color: #a3e8ff1a;
    border-bottom-width: 1px;
    border-bottom-color: #a3e8ff33;
    border-left-style: none;
    border-right-style: none;
    margin-top: 1rem;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-right: 1.1rem;
  }

  .menu-phase.first {
    width: 91%;
    height: auto;
    box-shadow: none;
    width: 91%;
    height: auto;
    box-shadow: none;
    background-color: #072432;
    border-top-color: #a3e8ff1a;
    border-bottom-color: #a3e8ff33;
    margin-top: 0;
    margin-bottom: .5rem;
    padding-bottom: 0;
    padding-right: 1.1rem;
  }

  .body-5 {
    -webkit-text-fill-color: inherit;
    background-color: #072432;
    background-image: none;
    background-clip: border-box;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    height: auto;
    display: flex;
  }

  .frame-1000006702 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0c1e2700;
    border: .0625rem solid #57c3ff4d;
    border-radius: .25rem;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 .3rem;
  }

  .text-403 {
    color: #fff;
    letter-spacing: 0;
    white-space: normal;
    direction: rtl;
    flex: 0 auto;
    width: 110%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    font-family: Exo, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 100;
  }

  .contact-now-0 {
    color: #a3e8ff;
    letter-spacing: .07rem;
    vertical-align: baseline;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
  }

  .contact-now-1 {
    color: #fff;
    letter-spacing: .0625rem;
    margin-left: 0;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
  }

  .topic-name {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .tools_pane-item_school {
    opacity: 1;
    flex: 1;
    width: auto;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .tools_pane-item_tools {
    opacity: 1;
    width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .tools_pane-item_experts {
    opacity: 1;
    flex: 1;
    width: 100%;
    height: auto;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .tools_pane-item_share {
    z-index: 2000;
    opacity: 1;
    width: 100%;
    margin-bottom: 16px;
    margin-left: auto;
    margin-right: auto;
  }

  .ui-card-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .flex-name {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-self: center;
    width: auto;
    height: auto;
    margin-top: 2px;
  }

  .image_wraper {
    opacity: 1;
    background-color: #ec6e6e00;
    background-image: none;
    border-radius: 10.9px;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: 48px;
    height: 48px;
    display: flex;
    overflow: hidden;
    box-shadow: 0 2px 5px #0003;
  }

  .head-youtube {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    letter-spacing: 0;
    flex: 1;
    align-self: auto;
    width: 100%;
    height: 1rem;
    font-family: "Exo 2";
    display: flex;
  }

  .heading-2 {
    pointer-events: auto;
    color: #a3e8fff0;
    text-align: left;
    letter-spacing: .8px;
    text-indent: 0;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
    direction: ltr;
    flex: none;
    width: 241px;
    margin-top: auto;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    overflow: hidden;
  }

  .skillshare-icon {
    opacity: .7;
    width: auto;
    height: 15px;
    margin-top: .1rem;
    padding-top: 0;
    padding-left: 0;
  }

  .statista {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 17px;
  }

  .clarity-logo {
    opacity: .96;
    width: auto;
    max-width: none;
    height: 19px;
    margin-top: 1px;
    display: block;
  }

  .link-wrapper-scholl {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 310px;
    height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .nielsen {
    opacity: .94;
    align-self: auto;
    width: auto;
    max-width: none;
    height: 16px;
  }

  .uber-logo {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 17px;
    margin-top: 1px;
    padding-left: 0;
  }

  .creator-platform {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    letter-spacing: 0;
    flex-flow: row;
    flex: 1;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: auto;
    height: 1rem;
    margin-top: 4px;
    display: flex;
  }

  .creator-name {
    border-right: 0 #fff;
    width: auto;
    height: 1rem;
    margin-bottom: 2px;
    margin-right: 0;
    padding-top: 0;
  }

  .platform-name {
    border-left: .1rem #507181;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .heading-3-copy {
    color: #a3e8ffb3;
    letter-spacing: 1px;
    width: 312px;
    margin-top: 0;
    padding-top: 0;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
  }

  .heading-3-copy.courses {
    color: #a3e8ffb3;
    text-align: left;
    letter-spacing: 1px;
    text-align: left;
    letter-spacing: 1px;
    flex-flow: column;
    width: auto;
    height: 1rem;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    font-weight: 300;
    display: block;
  }

  .image-11 {
    opacity: .85;
    pointer-events: auto;
    vertical-align: baseline;
    border-radius: 0;
    flex: none;
    align-self: stretch;
    width: auto;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .line {
    border-left: .1rem #507181;
    flex-flow: row;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 2px;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .ine-img {
    opacity: .9;
    border-radius: 100px;
    flex: 0 auto;
    width: 3px;
    max-width: none;
    height: .8rem;
    margin-top: -2px;
    padding-top: 0;
    font-size: .8rem;
  }

  .category-first {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: row;
    justify-content: space-between;
    align-self: stretch;
    align-items: center;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    display: flex;
  }

  .heading-4 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 1.6rem;
    font-size: 13px;
    font-weight: 400;
  }

  .heading-4.text {
    opacity: 1;
    color: #a3e8ff;
    text-align: left;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #a3e8ff;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    opacity: 1;
    text-align: left;
    letter-spacing: 2px;
    -webkit-text-stroke-color: #a3e8ff;
    text-transform: uppercase;
    -webkit-text-fill-color: transparent;
    background-image: linear-gradient(246deg, #fff, #abe3ff);
    -webkit-background-clip: text;
    background-clip: text;
    flex: none;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Exo, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    display: flex;
    position: relative;
  }

  .div-block-school {
    text-align: center;
    align-self: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    margin-left: 0;
    font-family: Exo, sans-serif;
  }

  .paragraph-school {
    opacity: .98;
    color: #fff;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #d1f3ffe6;
    text-transform: none;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    width: 280px;
    margin: 0 auto 0 0;
    padding-left: 2px;
    padding-right: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 200;
    line-height: 150%;
    overflow: hidden;
  }

  .text {
    padding-left: 1.6rem;
  }

  .upwork {
    opacity: .96;
    width: auto;
    height: 24px;
  }

  .main_section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .solutions-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    opacity: 1;
    text-align: left;
    flex-flow: column;
    flex: none;
    grid-template-columns: 1fr;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 98%;
    height: auto;
    margin: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .school-hint {
    width: auto;
    height: 51px;
    padding-top: 16px;
    padding-bottom: 0;
    padding-left: 16px;
  }

  .share-solutions {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-color: #57c3ff14;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
  }

  .container-solution {
    text-align: left;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin: 0 12px;
    display: flex;
  }

  .dashboard-main-content-2.sales-page {
    flex: none;
    width: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .youtube-ui {
    opacity: .6;
    width: 2.5rem;
    max-width: none;
    height: 9px;
    margin-top: -9px;
    margin-left: 1px;
    padding-top: 0;
    position: relative;
    bottom: -.25rem;
  }

  .coursera-ui {
    opacity: .6;
    flex: 0 auto;
    align-self: auto;
    width: 50px;
    max-width: none;
    height: 14px;
    margin-top: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 0;
    font-size: .8rem;
  }

  .courses-solutions2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-color: #57c3ff14;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin: 10px 0 0;
    padding: 1rem 0 0;
  }

  .telegram {
    width: 90px;
    height: 29px;
    margin-top: 3px;
  }

  .image_wraper-solutions {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    opacity: .88;
    background-color: #ec6e6e00;
    background-image: none;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 210px;
    height: auto;
    padding-left: 0;
    display: flex;
  }

  .link-solutions {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    color: #a3e8ff;
    border-radius: 0;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: 72px;
    margin: 0 auto auto;
    text-decoration: none;
    transition-property: none;
    display: flex;
  }

  .link-solutions:hover {
    background-color: #062c3d;
  }

  .link-wrapper-solutions {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    justify-content: center;
    align-self: auto;
    align-items: flex-start;
    width: auto;
    height: 48px;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .img-warp {
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: 22px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 0;
  }

  .brand-descript {
    border-right: 0 #fff;
    flex: 1;
    width: 280px;
    height: 10px;
    margin-bottom: 2px;
    margin-right: 0;
    padding-top: 0;
    font-size: 12px;
  }

  .upwork-logo {
    opacity: .93;
    width: auto;
    max-width: none;
    height: 19px;
    display: block;
  }

  .fiverr-logo {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 20px;
    margin-top: 1px;
    padding-top: 0;
    display: block;
  }

  .creator-name-first {
    border-right: 0 #fff;
    width: auto;
    height: 1rem;
    margin-bottom: 2px;
    margin-right: 0;
    padding-top: 0;
  }

  .image-21 {
    width: auto;
    height: 20px;
  }

  .ui-card-wrap-share {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .share-link-facebook {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto auto;
    text-decoration: none;
    display: flex;
  }

  .share-link-facebook:hover {
    background-color: #062c3d;
  }

  .share-link-telegram, .share-link-x {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto auto;
    text-decoration: none;
    display: flex;
  }

  .share-link-x:hover {
    background-color: #062c3d;
  }

  .share-link-reddit {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto auto;
    text-decoration: none;
    display: flex;
  }

  .share-link-reddit:hover {
    background-color: #062c3d;
  }

  .share-link-copy {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    border-radius: 0;
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto auto;
    text-decoration: none;
    display: flex;
  }

  .share-link-copy:hover {
    background-color: #062c3d;
  }

  .uber-courses {
    opacity: .8;
    width: 3.5625rem;
    height: 1.125rem;
    margin-top: 0;
  }

  .cell-3 {
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: .8125rem;
    padding-bottom: 0;
    text-decoration: none;
  }

  .cell-3.school {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: .25rem;
  }

  .heading-7 {
    color: #fff;
    letter-spacing: 1px;
    text-transform: none;
    margin-bottom: 16px;
    margin-left: 0;
    padding-left: 1.6rem;
    font-size: 13px;
    font-weight: 400;
  }

  .heading-7.text {
    opacity: .8;
    letter-spacing: 1px;
    opacity: .8;
    letter-spacing: 1px;
    background-image: radial-gradient(circle farthest-side at 60% 100%, #abe3ff 35%, #fffffff0);
    justify-content: center;
    align-items: center;
    width: auto;
    height: 16px;
    margin-bottom: 0;
    padding-left: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    font-style: normal;
    font-weight: 600;
    display: flex;
  }

  .heading-8 {
    color: #a3e8fff0;
    letter-spacing: .8px;
    text-overflow: ellipsis;
    flex: none;
    width: 219px;
    margin-top: auto;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .cell-4 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell-4.school {
    padding-bottom: 0;
  }

  .image-25 {
    width: auto;
    height: 20px;
  }

  .image-27 {
    opacity: .94;
    border-radius: 0;
    align-self: flex-start;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .contact-now-5 {
    color: #a3e8ff;
    letter-spacing: .07rem;
    vertical-align: baseline;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
    text-decoration: none;
  }

  .text-417 {
    color: #fff;
    letter-spacing: 0;
    white-space: normal;
    direction: rtl;
    flex: 0 auto;
    width: 110%;
    height: auto;
    margin-top: 0;
    padding-top: 0;
    font-family: Exo, sans-serif;
    font-size: .625rem;
    font-style: normal;
    font-weight: 100;
  }

  .heading-12 {
    color: #a3e8fff0;
    letter-spacing: .8px;
    text-overflow: ellipsis;
    flex: none;
    width: 210px;
    margin-top: auto;
    margin-bottom: 0;
    font-family: "Exo 2";
    font-size: 13px;
    font-weight: 600;
  }

  .cell-8 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell-8.school {
    padding-bottom: 0;
  }

  .image-38 {
    opacity: .94;
    border-radius: 0;
    align-self: flex-start;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .frame-1410119751 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #0c1e2700;
    border: .0625rem solid #57c3ff4d;
    border-radius: .25rem;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    height: 20px;
    margin-bottom: 0;
    margin-right: 0;
    padding: 0 .3rem;
  }

  .cell-11 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .image-43 {
    width: auto;
    height: 20px;
  }

  .contact-now-12 {
    color: #fff;
    letter-spacing: .0625rem;
    margin-left: 0;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
  }

  .cell-12 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .image-45 {
    width: auto;
    height: 20px;
  }

  .heading-17 {
    color: #a3e8fff0;
    letter-spacing: .8px;
    flex: none;
    width: auto;
    margin-top: auto;
    margin-bottom: 0;
    font-family: "Exo 2";
    font-size: 13px;
    font-weight: 600;
  }

  .contact-now-13 {
    color: #fff;
    letter-spacing: .0625rem;
    margin-left: 0;
    font-size: .44rem;
    font-style: italic;
    font-weight: 400;
  }

  .cell-13 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell-13.school {
    padding-bottom: 0;
  }

  .image-47 {
    width: auto;
    height: 20px;
  }

  .image-48 {
    opacity: .94;
    border-radius: 0;
    align-self: flex-start;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .heading-20 {
    color: #a3e8fff0;
    letter-spacing: .8px;
    flex: none;
    width: auto;
    margin-top: auto;
    margin-bottom: 0;
    font-family: "Exo 2";
    font-size: 13px;
    font-weight: 600;
  }

  .cell-16 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell-16.school {
    padding-bottom: 0;
  }

  .image-54 {
    opacity: .94;
    border-radius: 0;
    align-self: flex-start;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .wapp-logo {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 21px;
    margin-top: 1px;
    display: block;
  }

  .image-55 {
    margin-left: -3px;
  }

  .domestika-ui {
    margin-top: 0;
  }

  .xmind {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 22px;
    margin-top: 1px;
    padding-top: 0;
    display: block;
  }

  .logo-descript {
    opacity: .96;
    width: auto;
    height: 14px;
  }

  .placeit {
    opacity: .94;
    width: 85px;
    max-width: none;
    height: 22px;
    margin-top: 1px;
    margin-left: -7px;
    padding-top: 0;
    display: block;
  }

  .podcastle {
    height: 32px;
  }

  .tubebuddy {
    width: 96px;
  }

  .clickup {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 20px;
    margin-top: 0;
    padding-left: 0;
  }

  .cell-17, .cell-18 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .cell-18.school {
    padding-bottom: 0;
  }

  .image-58 {
    width: auto;
    height: 20px;
  }

  .image-59 {
    opacity: .94;
    border-radius: 0;
    align-self: flex-start;
    width: 48px;
    max-width: none;
    height: 48px;
    margin-bottom: 0;
  }

  .heading-21 {
    color: #a3e8fff0;
    letter-spacing: .8px;
    flex: none;
    width: 233px;
    margin-top: auto;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 13px;
    font-weight: 500;
  }

  .notion {
    opacity: .94;
    width: auto;
    height: 18px;
  }

  .fontjoy-logo {
    width: auto;
    height: 23px;
    margin-left: -4px;
  }

  .logo-descript-2 {
    margin-left: -1px;
  }

  .livestorm-logo {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 19px;
  }

  .patriot-logo {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 27px;
    margin-left: -3px;
    padding-left: 0;
  }

  .statista-first {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 16px;
  }

  .looka-logo {
    opacity: .96;
    width: 72px;
  }

  .weflow-logo {
    opacity: .96;
    width: auto;
    height: 15px;
  }

  .sem-logo {
    height: 15px;
  }

  .liveagent-logo {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 19px;
  }

  .loop-gradient-left {
    z-index: 1;
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: cover;
    background-image: linear-gradient(90deg, #072432 14%, #fff0 70%);
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 40%;
    height: 40px;
    display: flex;
    inset: auto 0% 0%;
  }

  .loop-gradient-right {
    background-image: linear-gradient(270deg, #072432 14%, #fff0 70%);
    width: 40%;
    height: auto;
  }

  .fn-paragraph-4 {
    opacity: .9;
    color: #f1fcfffc;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #f1fcff00;
    width: 278px;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 160%;
  }

  .fn-heading-5 {
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
    text-transform: none;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    align-self: flex-start;
    width: auto;
    margin-bottom: 0;
    font-family: Exo, sans-serif;
    font-size: 20px;
    font-weight: 300;
    line-height: 158%;
  }

  .fn-banner-dark-column-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    text-align: left;
    flex-flow: column;
    flex: none;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-bottom: 0;
    padding: 0;
  }

  .fn-cta-banner-dark-3 {
    z-index: 1;
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    width: 100%;
    height: 439px;
    box-shadow: none;
    background-color: #0f121300;
    border: .0625rem solid #57c3ff4d;
    border-radius: 8px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: flex-start;
    place-items: center start;
    margin-top: 32px;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 18px 16px;
  }

  .fn-footer-legal-link {
    letter-spacing: .7px;
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-self: center;
    align-items: center;
    height: 21px;
    font-family: Exo, sans-serif;
    font-size: 11px;
    font-weight: 300;
    text-decoration: none;
  }

  .fn-footer-legal-link.w--current {
    text-decoration: none;
  }

  .fn-footer-copyright {
    opacity: .64;
    color: #abe3ff;
    text-align: center;
    letter-spacing: .54px;
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    height: auto;
    font-family: Exo, sans-serif;
    font-size: 10px;
    font-weight: 200;
  }

  .fn-paragraph-7 {
    color: #a3e8ffe6;
    text-align: left;
    letter-spacing: 1px;
    width: 80%;
    margin-top: 16px;
    margin-bottom: 32px;
    font-size: 14px;
    font-weight: 300;
  }

  .fn-container-grid-5 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-top: 12px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .fn-column-4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-bottom: .5px #f1fcff80;
    width: 90%;
    margin-bottom: 32px;
  }

  .fn-faq-item-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-bottom: 1px solid #a3e8ff33;
    margin-bottom: 32px;
    padding-bottom: 32px;
  }

  .uui-layout50_image {
    opacity: .9;
    flex: none;
    width: 100%;
    max-width: 317px;
    height: 100%;
    max-height: 178px;
    margin: 0;
    display: block;
  }

  .hamburger-menu-wrapper-2 {
    grid-column-gap: 0px;
    flex-flow: row;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
    width: 64px;
    min-width: auto;
    max-width: none;
    min-height: auto;
    max-height: none;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .sidebar-menu-container-4 {
    z-index: 100000;
    box-sizing: border-box;
    aspect-ratio: auto;
    object-fit: fill;
    object-position: 50% 50%;
    background-color: #072432;
    flex: 0 auto;
    width: auto;
    min-width: auto;
    height: 100vh;
    min-height: auto;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 250px;
    display: block;
    top: auto;
    overflow: auto;
  }

  .sidebar-logo-section-container-2 {
    height: 80px;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-mobile-menu-icon.right {
    opacity: .94;
    opacity: .94;
    flex: 1;
    width: auto;
    max-width: none;
    height: 12px;
    margin-top: 1px;
    margin-right: 0;
    padding-top: 0;
    padding-right: 0;
  }

  .sidebar-mobile-menu-icon-wrapper-2 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 64px;
    min-width: auto;
    max-width: none;
    height: 72px;
    min-height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-right: 5px;
  }

  .overflow-hidden-3 {
    height: auto;
    box-shadow: none;
    margin-left: auto;
    margin-right: auto;
  }

  .sidebar-wrapper-20 {
    z-index: 1000000000;
    width: 100%;
    height: 100%;
    min-height: auto;
    max-height: none;
    box-shadow: none;
    border: 1px solid #0000;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    position: sticky;
    top: -1px;
  }

  .sidebar-dropdown {
    color: #a3e8ff;
    width: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 0;
    font-size: .9rem;
    font-weight: 300;
  }

  .sidebar-dropdown:hover {
    color: #a3e8ff;
  }

  .sidebar-dropdown.w--current {
    color: #a3e8ff;
    padding-top: .5rem;
    padding-bottom: .5rem;
    padding-left: .2rem;
    font-size: .8rem;
    font-weight: 300;
  }

  .text-401.sidebar-dropdown-text {
    color: #a3e8ff;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    letter-spacing: 1.2px;
    text-transform: capitalize;
    margin-top: 2px;
    font-size: 18px;
    font-weight: 300;
  }

  .sidebar-dropdown-inner-wrapper-5 {
    border-left-width: .0625rem;
    margin-top: 8px;
    margin-bottom: 0;
    margin-left: 5px;
    padding-left: 1.5rem;
  }

  .sidebar-dropdown-list-wrapper-4.w--open {
    margin-bottom: 1rem;
    padding-left: 11px;
  }

  .dropdown-toggle.sidebar-dropdown {
    color: #abe3ff;
    border-bottom: .0625rem #0b1e24;
    border-radius: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 2px;
  }

  .dropdown-toggle.sidebar-dropdown.w--open {
    border-bottom-style: none;
  }

  .phase-3 {
    color: #dff7ffe6;
    letter-spacing: 1.8px;
    -webkit-text-stroke-color: #3481ab;
    text-transform: uppercase;
    margin-bottom: 0;
    margin-left: 0;
    padding-left: 0;
    font-family: Exo, sans-serif;
    font-size: 11px;
    font-weight: 600;
  }

  .image-68 {
    opacity: .96;
    color: #a3e8ff;
    width: 150px;
    max-width: none;
    height: auto;
    margin-left: 0;
    margin-right: 10px;
  }

  .image-69 {
    opacity: 1;
    width: 26px;
    height: 26px;
  }

  .text-span-30 {
    color: #a3e8ff;
    font-family: Exo, sans-serif;
  }

  .card-image {
    text-align: left;
    flex: none;
    align-self: center;
    width: auto;
    height: auto;
    display: block;
  }

  .div-block-18 {
    z-index: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    mix-blend-mode: overlay;
    border: 1px solid #4dabe14d;
    border-radius: 14px;
    flex: none;
    align-self: center;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    overflow: hidden;
  }

  .ui-card-wrap-new {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .youtube-solutions-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    border: 1px #4dabe14d;
    border-radius: 5px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 16px auto 0;
    padding: 0;
  }

  .youtube-3 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .44;
    outline-offset: 0px;
    text-overflow: clip;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: -1px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    overflow: hidden;
  }

  .courses_ui {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #4dabe14d;
    border-radius: 5px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .paragraph-2 {
    color: #a3e8ff;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #a3e8ff;
    width: 250px;
    height: 36px;
    margin: 0 0 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.7em;
  }

  .youtube_div {
    background-color: #07243200;
    border: 1px #4dabe14d;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .paragraph-2-copy {
    color: #a3e8fff0;
    text-align: right;
    letter-spacing: 1px;
    border-right: 1px #fff;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: auto;
    margin: 0 0 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
  }

  .div-block-20 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: auto;
    height: 20px;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .tools_container_home {
    grid-row-gap: 0rem;
    background-color: #05192300;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto 1rem;
    position: static;
  }

  .fn-heading-5-copy {
    color: #fff;
    text-align: left;
    letter-spacing: 2px;
    text-transform: none;
    -webkit-text-fill-color: inherit;
    background-color: #072432;
    background-clip: border-box;
    align-self: flex-start;
    width: auto;
    margin-bottom: 0;
    margin-left: 5px;
    padding-top: 0;
    font-family: Exo, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 125%;
  }

  .div-block-18-copy {
    z-index: 0;
    width: 100%;
    height: auto;
    box-shadow: none;
    mix-blend-mode: overlay;
    border: 1px solid #4dabe14d;
    border-radius: 5px;
    flex: 0 auto;
    align-self: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    overflow: visible;
  }

  .image-78 {
    opacity: .88;
    flex: 0 auto;
    align-self: center;
    width: 13px;
    height: 13px;
    margin-top: 0;
    padding-top: 0;
    display: block;
  }

  .div-block-23 {
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    height: 20px;
    padding-top: 0;
    padding-bottom: 1px;
    display: flex;
  }

  .courses_icon {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    opacity: .6;
    text-align: right;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    width: 60px;
    height: auto;
    margin-top: 1px;
    margin-right: 0;
    padding-bottom: 0;
    padding-right: 5px;
    display: flex;
  }

  .div-block-24 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-25 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-26 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-79 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-4 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-29 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-30 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-80 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-5 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-32 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-33 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-34 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-81 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-6 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-37 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-38 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-82 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-7 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-44 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-45 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-46 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-84 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-9 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-49 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-50 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-85 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-10 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-53 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-54 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .paragraph-10 {
    color: #a3e8ff;
    text-align: left;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #a3e8ff;
    width: 239px;
    height: 36px;
    margin: 0 0 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    font-weight: 300;
  }

  .div-block-55 {
    z-index: 0;
    width: auto;
    height: auto;
    box-shadow: none;
    mix-blend-mode: overlay;
    border: 1px solid #4dabe14d;
    border-radius: 14px;
    flex: 0 auto;
    align-self: stretch;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position: static;
    overflow: hidden;
  }

  .image-86 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-11 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-57 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-58 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-87 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-12 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-59 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-60 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-61 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-88 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .youtube-13 {
    z-index: -2;
    box-sizing: border-box;
    opacity: .4;
    outline-offset: 0px;
    mix-blend-mode: normal;
    border: 1px #4dabe1db;
    border-radius: 0;
    outline: 2px #4dabe14d;
    width: 100%;
    height: auto;
    margin-bottom: -1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .div-block-62 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-63 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-64 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-89 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-65 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-66 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-67 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-90 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-68 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-69 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-70 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-91 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-74 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-75 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-76 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-93 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-77 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-78 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-79 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-94 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-80 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-81 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-82 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-95 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-83 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-84 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-85 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-96 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-86 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-87 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-88 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-97 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-89 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-90 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-91 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-98 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-95 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-96 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-97 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-100 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-98 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-99 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-100 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-101 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: 14px;
    height: 16px;
    padding-top: 2px;
    display: block;
  }

  .div-block-101 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-102 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-103 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-102 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-104 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-105 {
    flex: 0 auto;
    align-self: flex-start;
    height: auto;
  }

  .div-block-106 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-103 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-108 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-109 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-104 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-111 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-112 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-105 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-114 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-115 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-106 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-117 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-118 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-107 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .div-block-120 {
    background-color: #9ce0f700;
    border: 1px #4dabe14d;
    border-top-style: solid;
    border-radius: 0 0 4px 4px;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 12px 14px;
    display: flex;
  }

  .div-block-121 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    text-align: right;
    flex: 0 auto;
    justify-content: center;
    align-self: flex-start;
    align-items: center;
    width: auto;
    height: auto;
    margin-right: 0;
    padding-bottom: 0;
    display: flex;
  }

  .image-108 {
    opacity: .7;
    flex: 0 auto;
    align-self: center;
    width: auto;
    height: 14px;
    padding-top: 2px;
    display: block;
  }

  .text-span-33 {
    color: #abe3ff;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
  }

  .button-26 {
    color: #a3e8ff;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    text-underline-position: under;
    background-color: #a3e8ff00;
    border-bottom: 2px solid #88d8ff85;
    border-radius: 0;
    flex: 0 auto;
    align-self: flex-start;
    width: auto;
    margin-top: 10px;
    padding-bottom: 5px;
    padding-left: 4px;
    padding-right: 4px;
    font-family: Exo, sans-serif;
    font-size: 13px;
    font-weight: 400;
    -webkit-text-decoration: none;
    text-decoration: none;
    transition-property: none;
  }

  .button-26:hover {
    color: #d7f2ffcc;
    flex: 0 auto;
    padding-left: 4px;
    padding-right: 4px;
  }

  .text-span-35, .text-span-36, .text-span-37 {
    color: #d7f2ffcc;
  }

  .main_section-home {
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .paragraph-11 {
    color: #e3f8ffcc;
    text-align: left;
    letter-spacing: 2px;
    width: auto;
    margin-left: 0;
    padding-left: 5px;
    padding-right: 4px;
    font-size: 13px;
    font-weight: 400;
    line-height: 170%;
  }

  .uui-container-large-9 {
    align-self: center;
    width: 90%;
  }

  .uui-faq01_list {
    margin-left: 0;
    margin-right: 4px;
  }

  .uui-faq01_answer {
    margin-bottom: 0;
  }

  .uui-faq01_accordion {
    border-bottom-color: #4dabe14d;
  }

  .uui-faq01_question {
    margin-top: 10px;
    padding-top: .8rem;
    padding-bottom: 1rem;
    font-weight: 400;
  }

  .uui-faq01_icon-wrapper {
    color: #7f56d9;
    position: static;
  }

  .uui-faq01_component {
    margin-top: 1rem;
  }

  .accordion-icon_component-3 {
    color: #98a2b3;
    border-color: #98a2b3;
    width: .9rem;
    height: .9rem;
    margin-left: 0;
    margin-right: 0;
    padding-right: 4px;
  }

  .accordion-icon_vertical-line-3, .accordion-icon_horizontal-line-3 {
    background-color: #a3e8ff8a;
  }

  .uui-space-medium-4 {
    min-height: .5rem;
  }

  .uui-padding-vertical-xhuge-6 {
    background-color: #0000;
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-ui-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border: 1px #4dabe14d;
    border-radius: 5px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: stretch;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
  }

  .link-block-3 {
    width: auto;
    text-decoration: none;
  }

  .fn-container-grid-9 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    place-items: flex-start stretch;
    width: 100%;
    padding-left: 0;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .fn-legal-links-wrapper-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: auto;
    margin-top: 0;
    margin-bottom: 14px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Exo, sans-serif;
    display: flex;
  }

  .fn-footer-second-2 {
    z-index: 1000000;
    background-color: #082332;
    border: 1px #000;
    border-top: 1px solid #a3e8ff4d;
    flex: 0 auto;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 90px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
    inset: 0%;
  }

  .heading-2-faq {
    color: #a3e8fff0;
    text-align: left;
    letter-spacing: 1px;
    text-indent: 0;
    word-break: normal;
    flex: none;
    width: 94%;
    margin-top: auto;
    margin-bottom: 0;
    padding-left: 4px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .faq-section {
    width: auto;
    margin-top: 100px;
  }

  .fn-heading-18 {
    font-family: Exo, sans-serif;
  }

  .fn-paragraph-10 {
    text-align: left;
    width: 330px;
    font-family: Exo, sans-serif;
    font-weight: 400;
  }

  .fn-section-11 {
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    width: auto;
    padding-left: 16px;
    padding-right: 20px;
  }

  .fn-container-grid-10 {
    width: 100%;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
  }

  .fn-column-7 {
    width: 353px;
    padding-right: 0;
    overflow: visible;
  }

  .fn-list {
    flex: 0 auto;
    width: 380px;
  }

  .fn-list-item {
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    padding-top: 0;
    padding-left: 0;
  }

  .text-block {
    text-align: left;
    width: 340px;
    font-family: Exo, sans-serif;
    font-size: 14px;
    font-weight: 400;
  }

  .link-39 {
    color: #ebfaff;
    letter-spacing: 1px;
    font-size: 18px;
    font-weight: 500;
  }

  .link-39:hover {
    color: #a3e8ff;
  }

  .heading-1 {
    opacity: .9;
    color: #fff;
    text-align: left;
    letter-spacing: .8px;
    white-space: normal;
    overflow-wrap: normal;
    -webkit-text-fill-color: inherit;
    direction: ltr;
    background-image: none;
    background-clip: border-box;
    width: 94%;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Exo, sans-serif;
    font-size: 38px;
    font-weight: 400;
    line-height: 126%;
    display: block;
  }

  .heading-1.blue {
    color: #abe3ff;
    letter-spacing: 1.6px;
    letter-spacing: 1.6px;
    margin-bottom: .5rem;
    font-size: 30px;
    font-weight: 300;
    line-height: 140%;
  }

  .uui-layout50_image2 {
    opacity: .9;
    text-align: left;
    flex: none;
    width: 100%;
    max-width: 317px;
    height: 100%;
    max-height: 178px;
    margin: 0;
    display: block;
  }

  .uui-layout50_image3 {
    opacity: .9;
    flex: none;
    width: 100%;
    max-width: 317px;
    height: 100%;
    max-height: 178px;
    margin: 0 auto;
    display: block;
  }

  .heading_wapper {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 16px;
    padding-bottom: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .tabs_wrapper {
    border: 1px solid #4dabe14d;
    border-radius: 14px;
    flex: 0 auto;
    width: 94%;
    margin: 0 auto 56px;
  }

  .features-list {
    width: 100%;
    margin-top: 32px;
    margin-bottom: 0;
    padding: 0;
  }

  .container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .features-wrapper-two {
    height: auto;
  }

  .features-right {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    opacity: 1;
    margin-bottom: 0;
    padding-left: 0;
  }

  .features-block-two {
    flex-flow: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    height: auto;
    margin-bottom: 14px;
    padding-left: 0;
    list-style-type: none;
  }

  .features-image {
    opacity: 1;
    align-self: auto;
    width: 24px;
    max-width: none;
    height: 24px;
    margin-bottom: 0;
    margin-right: 12px;
  }

  .phase_link {
    color: #a3e8ff;
    text-align: left;
    letter-spacing: 1px;
    text-overflow: clip;
    overflow-wrap: normal;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    margin-top: 2px;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 300;
    text-decoration: none;
    transition-property: none;
  }

  .heading_action {
    opacity: 1;
    color: #abe3ff;
    text-align: left;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    -webkit-text-fill-color: inherit;
    background-image: none;
    background-clip: border-box;
    width: 100.003%;
    height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
    font-weight: 300;
    line-height: 120%;
  }

  .heading_tag {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: 0 auto;
    justify-content: flex-end;
    align-self: auto;
    align-items: flex-start;
    width: 100%;
    margin: 4px auto 0;
    padding-left: 0;
    display: flex;
  }

  .code-embed {
    width: 92%;
    height: 0;
    margin: 0 auto 56px;
    padding-left: 0;
    display: block;
  }

  .div-block-123 {
    align-self: center;
    width: 98%;
    margin-bottom: 72px;
    margin-left: 2px;
    margin-right: 0;
  }

  .intro_image-min._2 {
    clear: none;
    vertical-align: text-bottom;
    clear: none;
    vertical-align: text-bottom;
    width: 46px;
    max-width: none;
    height: 34px;
    margin: 0 14px;
    padding-top: 0;
    padding-bottom: 2px;
    display: inline-block;
    top: 1px;
    right: auto;
  }

  .intro_images-min-wrap-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: inline;
  }

  .div-block-125 {
    text-align: left;
    margin-top: 16px;
    font-size: .7rem;
    line-height: 1.5em;
  }

  .paragraph-13 {
    opacity: .95;
    color: #abe3ffe6;
    text-align: left;
    letter-spacing: 1px;
    width: 340px;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 153%;
  }

  .div-block-126 {
    flex-flow: column;
    width: auto;
    display: flex;
  }

  .text-block-2 {
    text-align: left;
    width: 330px;
    font-size: 18px;
  }

  .findmyfont {
    font-family: Exo, sans-serif;
    font-weight: 500;
  }

  .div-block-125-2 {
    text-align: left;
    flex: 0 auto;
    height: 50px;
    margin-top: 16px;
    margin-bottom: 0;
    font-size: .7rem;
    line-height: 1.5em;
  }

  .master-icon {
    opacity: .6;
    width: 51px;
    height: .9rem;
    margin-top: .1rem;
    padding-top: 0;
    padding-left: 3px;
  }

  .edx {
    opacity: .6;
    align-self: auto;
    width: 3.1rem;
    max-width: none;
    height: 1rem;
    margin-top: 0;
    margin-left: 1px;
    padding-top: 0;
    padding-left: 0;
    font-size: .8rem;
  }

  .partners_logo {
    width: auto;
    height: 21px;
  }

  .x {
    align-self: flex-start;
    width: auto;
    height: 19px;
  }

  .taskade {
    margin-left: -3px;
  }

  .image-114, .image-115, .image-116 {
    width: auto;
  }

  .similar {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 17px;
    margin-top: 1px;
    padding-left: 0;
  }

  .simplified {
    width: auto;
    height: 20px;
  }

  .adobe {
    opacity: .96;
    width: auto;
    max-width: none;
    height: 15px;
    margin-top: 1px;
    display: block;
  }

  .moosend {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 22px;
    padding-left: 0;
  }

  .coda {
    width: auto;
    height: 17px;
  }

  .cell-19, .cell-20, .cell-21 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 4px;
  }

  .text-span-39 {
    color: #a3e8ff;
    font-weight: 400;
  }

  .text-span-40 {
    word-break: normal;
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    margin-right: 3px;
    font-family: Exo, sans-serif;
    font-style: italic;
    font-weight: 300;
  }

  .text-span-41 {
    font-size: 12px;
    display: inline-flex;
  }

  .code-embed-3 {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }

  .breadcrumb-navigation {
    margin-bottom: 32px;
    padding-left: 16px;
  }

  .breadcrumb-link {
    letter-spacing: .8px;
    font-size: 10px;
  }

  .breadcrumb-separator {
    margin-left: 4px;
    margin-right: 4px;
    font-size: 11px;
  }

  .breadcrumb-current {
    letter-spacing: .4px;
    font-size: 10px;
  }

  .div-block-128 {
    background-color: #fff;
    width: 100%;
    height: 20px;
    position: sticky;
    bottom: 5px;
  }

  .hacks {
    width: 100%;
    height: 40px;
  }

  .link-block-last {
    height: 48px;
    margin-left: 16px;
  }

  .link-block-last.w--current {
    height: 40px;
    margin-left: 16px;
  }

  .div-block-129 {
    width: 316px;
  }

  .hero_content {
    grid-row-gap: 0px;
    background-color: #09354b00;
    border-style: none;
    border-radius: 0;
    flex-flow: column;
    align-self: flex-start;
    width: auto;
    max-width: none;
    margin: 0 0 0 14px;
    padding: 0;
  }

  .hero_title_row {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .h1_heading {
    opacity: .94;
    text-align: left;
    letter-spacing: 1px;
    width: auto;
    padding-top: 0;
    font-size: 32px;
    font-weight: 300;
  }

  .action_icon {
    opacity: .8;
    flex: none;
    width: 41px;
    max-width: none;
    padding-top: 5px;
  }

  .stat_item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .stats_row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: .88;
    flex-flow: row;
    flex: none;
    justify-content: space-between;
    align-items: flex-start;
    height: auto;
  }

  .stat_label {
    color: #fff;
    letter-spacing: 1.4px;
    flex: none;
    font-size: 11px;
    font-weight: 400;
  }

  .stat_value {
    opacity: 100;
    color: #a3e8ff;
    letter-spacing: 1px;
    flex: none;
    justify-content: flex-end;
    align-self: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-right: 19px;
    font-size: 17px;
  }

  .code-embed-4 {
    width: 100%;
    margin: 0 auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    color: #9be2ff;
    letter-spacing: 1px;
    font-size: 1rem;
    font-weight: 400;
  }

  .container-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    flex-flow: column;
    align-self: flex-start;
    margin-left: 16px;
  }

  .heading_wapper-home {
    text-align: left;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: auto;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 4px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-130 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex: none;
    justify-content: space-between;
    align-items: center;
    width: auto;
    display: flex;
  }

  .image-117 {
    width: auto;
    height: 38px;
  }

  .div-block-131 {
    flex-flow: column;
    display: flex;
  }

  .image-118 {
    width: auto;
    height: 50px;
  }

  .div-block-132 {
    width: 98%;
    margin: 20px auto 48px;
  }

  .div-block-133 {
    width: 100%;
    margin-bottom: 10px;
  }

  .quick-stack-2 {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    color: #a3e8ff;
    border-width: 1px;
    border-color: #4dabe14d;
    border-radius: 5px;
    flex: none;
    order: 0;
    align-self: auto;
    width: 100%;
    height: 72px;
    min-height: auto;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    padding: 12px 10px 12px 12px;
    text-decoration: none;
  }

  .quick-stack-2:hover {
    background-color: #062c3d;
  }

  .frame-1707480499 {
    clear: left;
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 14px;
    text-decoration: none;
  }

  .frame-1707480492 {
    grid-row-gap: 14px;
  }

  .card-top {
    flex-flow: row;
    flex: 1;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg-fill, ._69012e4570c0a8c6c9c8f76e_taskade_logosvg {
    width: auto;
  }

  .badge {
    background-color: #5bc9ff1a;
    border-radius: 3.2px;
    justify-content: center;
    align-self: center;
    align-items: center;
    height: 20px;
    padding: 7px 5px;
  }

  .free {
    letter-spacing: 1.4px;
    white-space: normal;
    word-break: normal;
    flex: 0 auto;
    align-self: center;
    height: 12px;
    padding-top: 0;
    padding-left: 0;
    font-size: 8px;
    font-weight: 400;
    display: block;
  }

  .descript {
    border-top: 1px solid #abe3ff26;
    border-bottom: 1px #abe3ff1a;
    width: auto;
    margin-left: auto;
    margin-right: auto;
    padding-top: 14px;
    padding-bottom: 0;
  }

  .build-forms-collect-data-and-automate-business-workflows-visually {
    color: #a3e8ffb3;
    letter-spacing: 1px;
    width: auto;
    padding-left: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 21px;
  }

  .image-119, .image-120, .image-121 {
    width: auto;
    height: 9px;
  }

  .proof {
    color: #a3e8ff99;
    font-size: 12px;
    font-style: italic;
    font-weight: 300;
    line-height: 21px;
  }

  .div-block-134 {
    width: 100%;
  }

  .cta_ui {
    color: #a3e8ff33;
    background-color: #a3e8ff36;
    border-radius: 4px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    height: auto;
    padding-right: 20px;
    text-decoration: none;
    display: flex;
  }

  .cta_text {
    color: #a3e8ff;
    text-transform: uppercase;
    height: 15px;
    padding-top: 0;
    font-size: 10px;
    font-weight: 400;
    text-decoration: none;
  }

  .ui_footer {
    grid-column-gap: 7px;
    grid-row-gap: 7px;
    color: #a3e8ff;
    background-color: #a3e8ff30;
    border: 1px solid #a3e8ff33;
    border-radius: 5px;
    flex-flow: row;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 7px 10px;
    text-decoration: none;
  }

  .frame-1707480500 {
    grid-row-gap: 14px;
  }

  .frame-1707480501 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480502 {
    grid-row-gap: 14px;
  }

  .frame-1707480503 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480504 {
    grid-row-gap: 14px;
  }

  .frame-1707480505 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480506 {
    grid-row-gap: 14px;
  }

  .frame-1707480507 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480508 {
    grid-row-gap: 14px;
  }

  .frame-1707480509 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480510 {
    grid-row-gap: 14px;
  }

  .frame-1707480511 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: line-through;
  }

  .frame-1707480512 {
    grid-row-gap: 14px;
  }

  .frame-1707480513 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480514 {
    grid-row-gap: 14px;
  }

  .frame-1707480515 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480516 {
    grid-row-gap: 14px;
  }

  .frame-1707480517 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480518 {
    grid-row-gap: 14px;
  }

  .frame-1707480519 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480520 {
    grid-row-gap: 14px;
  }

  .frame-1707480521 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480522 {
    grid-row-gap: 14px;
  }

  .frame-1707480523 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480524 {
    grid-row-gap: 14px;
  }

  .frame-1707480525 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480526 {
    grid-row-gap: 14px;
  }

  .frame-1707480527 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480528 {
    grid-row-gap: 14px;
  }

  .frame-1707480529 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480530 {
    grid-row-gap: 14px;
  }

  .frame-1707480531 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480532 {
    grid-row-gap: 14px;
  }

  .frame-1707480533 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480534 {
    grid-row-gap: 14px;
  }

  .frame-1707480535 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480536 {
    grid-row-gap: 14px;
  }

  .frame-1707480537 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480538 {
    grid-row-gap: 14px;
  }

  .frame-1707480539 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480540 {
    grid-row-gap: 14px;
  }

  .frame-1707480541 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480542 {
    grid-row-gap: 14px;
  }

  .frame-1707480543 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480544 {
    grid-row-gap: 14px;
  }

  .frame-1707480545 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480546 {
    grid-row-gap: 14px;
  }

  .frame-1707480547 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480548 {
    grid-row-gap: 14px;
  }

  .frame-1707480549 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480550 {
    grid-row-gap: 14px;
  }

  .frame-1707480551 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480552 {
    grid-row-gap: 14px;
  }

  .frame-1707480553 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480554 {
    grid-row-gap: 14px;
  }

  .frame-1707480555 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480556 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480557, .frame-1707480558 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480559, .frame-1707480560, .frame-1707480561, .frame-1707480562 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    color: #a3e8ff;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480563 {
    clear: left;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: none;
    padding: 12px;
    text-decoration: none;
  }

  .frame-1707480564 {
    clear: left;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    color: #a3e8ff;
    border-radius: 14px;
    max-width: none;
    padding: 14px;
    text-decoration: none;
  }

  .frame-1707480565 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .frame-1707480566, .frame-1707480567, .frame-1707480568 {
    grid-row-gap: 14px;
  }

  .seranking {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 23px;
    margin-top: 0;
    padding-left: 0;
  }

  .buttons-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: .8;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: 200px;
    margin: 0 auto 28px 20px;
  }

  .primary-button {
    border-width: 1px;
    height: auto;
    padding: 11px 13px;
  }

  .start-with {
    letter-spacing: 1px;
    font-size: 13px;
  }

  .research {
    letter-spacing: 1px;
  }

  .ghost-button {
    grid-column-gap: 4px;
    border: 1px solid #a3e8ff;
    justify-content: center;
    align-items: center;
    width: 106px;
    height: 36px;
    padding: 10px 10px 9px;
  }

  .see-all-phases {
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 14px;
    font-weight: 300;
  }

  .primary_link {
    color: #a3e8ff;
    -webkit-text-stroke-color: #a3e8ff;
    flex: none;
    align-self: auto;
    height: 44px;
    text-decoration: none;
  }

  .image-122 {
    width: .9rem;
  }

  ._w-nav-button {
    color: #a3e8ff;
    text-underline-offset: 7px;
    -webkit-text-decoration-skip-ink: auto;
    text-decoration-skip-ink: auto;
    flex: 0 auto;
    align-self: auto;
    width: auto;
    height: 45px;
    -webkit-text-decoration: none;
    text-decoration: none;
    text-decoration-thickness: 1px;
  }

  .image-123 {
    width: 12px;
    margin-bottom: 2px;
  }

  .pill {
    opacity: .7;
    background-color: #caf2ff00;
    flex: none;
    width: 52px;
    max-width: none;
    padding: 0;
    position: relative;
    top: -21px;
    left: 150px;
  }

  .label-style {
    color: #072432;
    letter-spacing: .1px;
    font-family: Inconsolata, monospace;
    font-size: 12px;
    font-weight: 700;
  }

  .image-124 {
    opacity: .9;
    width: 100%;
    height: auto;
    margin-bottom: 0;
    margin-left: -10px;
    margin-right: 0;
    padding-left: 0;
    position: static;
    bottom: 0;
    right: auto;
    overflow: hidden;
  }

  .div-block-135 {
    align-self: center;
    width: 100%;
    height: 220px;
    margin: 0 auto 0 0;
    overflow: hidden;
  }

  .code-embed-5 {
    width: 64px;
    height: 72px;
    margin-right: 0;
    padding-right: 0;
  }

  .faq-section {
    max-width: none;
  }

  .faq-question, .faq-answer {
    text-align: left;
  }

  .sv-prevnext {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sv-prevnext-link {
    grid-column-gap: 8px;
    flex: none;
    width: 50%;
  }

  .sv-prevnext-link.is-next {
    text-align: right;
    text-align: right;
    flex: none;
    justify-content: flex-end;
    align-items: center;
  }

  .sv-prevnext-icon {
    width: 22px;
    height: 22px;
  }

  .sv-prevnext-dir {
    letter-spacing: 1px;
    justify-content: flex-start;
    align-items: center;
    font-size: 9px;
    display: flex;
  }

  .sv-prevnext-dir.backto {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0;
  }

  .sv-prevnext-dir.for {
    justify-content: flex-end;
    align-items: center;
  }

  .sv-prevnext-title {
    font-size: 14px;
  }

  .image-125, .image-126 {
    width: 21px;
    height: 21px;
  }

  .text-block-5 {
    color: #99dcf3;
    letter-spacing: 1px;
    margin-top: 0;
    font-size: 16px;
    font-weight: 300;
  }

  .div-block-136 {
    flex: 1;
    height: 17px;
    margin-top: 8px;
  }

  .image-128, .image-129 {
    width: auto;
  }

  .image-130 {
    opacity: .8;
    width: .7rem;
    margin-top: -1px;
    padding-top: 0;
  }

  .div-block-137 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 0;
    display: flex;
  }

  .container-3 {
    width: 30%;
    margin-right: 0;
  }

  .image-131 {
    opacity: .7;
    flex: none;
    width: 14px;
    margin-top: -2px;
  }

  .div-block-138 {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    height: auto;
    margin-top: 0;
    display: flex;
  }

  .cta {
    width: auto;
    padding-left: 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 21px;
  }

  ._69012e4570c0a8c6c9c8f76e_taskade_logosvg-fill-copy {
    width: auto;
  }

  .share-solutions-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-style: none;
    border-color: #57c3ff14;
    flex-flow: column;
    flex: none;
    justify-content: space-between;
    align-self: center;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0 0;
  }

  .patriot {
    opacity: .94;
    width: auto;
    max-width: none;
    height: 29px;
    margin-top: 1px;
    padding-top: 0;
    display: block;
  }

  .text-span-42 {
    box-sizing: border-box;
    object-fit: fill;
    height: auto;
  }

  .text-block-6 {
    opacity: .9;
    color: #a3e8ffd4;
    letter-spacing: 1px;
    width: 71px;
    margin-top: -5px;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    position: relative;
    top: 50px;
    left: 124px;
  }

  .code-embed-6 {
    width: auto;
    height: auto;
    margin-bottom: 24px;
    margin-left: 0;
  }

  .div-block-139 {
    width: 89%;
    height: 0%;
    margin-left: 0;
  }

  .text-span-43 {
    color: #f1fcff;
  }

  .text-span-44 {
    width: auto;
  }
}

#w-node-c2469891-d126-774e-412e-06f69a40e4e9-9a40e4e6, #w-node-ce1bad14-a08c-4927-b655-035562002f15-9a40e4e6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: auto center;
}

@media screen and (min-width: 1920px) {
  #w-node-c2469891-d126-774e-412e-06f69a40e4e9-9a40e4e6, #w-node-ce1bad14-a08c-4927-b655-035562002f15-9a40e4e6 {
    justify-self: center;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-c2469891-d126-774e-412e-06f69a40e4e9-9a40e4e6, #w-node-ce1bad14-a08c-4927-b655-035562002f15-9a40e4e6 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c2469891-d126-774e-412e-06f69a40e4e9-9a40e4e6, #w-node-ce1bad14-a08c-4927-b655-035562002f15-9a40e4e6 {
    grid-column: span 8 / span 8;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c2469891-d126-774e-412e-06f69a40e4e9-9a40e4e6, #w-node-ce1bad14-a08c-4927-b655-035562002f15-9a40e4e6 {
    grid-area: 1 / 1 / 2 / 5;
    justify-self: center;
  }
}
