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

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

h1 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

h2 {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 50px;
  font-weight: 700;
  line-height: 62px;
}

a {
  text-decoration: none;
}

li {
  padding-top: 20px;
}

.body {
  color: #272d4e;
  font-family: Plusjakartasans, sans-serif;
}

.hero {
  background-image: linear-gradient(#ffe6c0, #fff);
  margin-bottom: 0;
  padding: 60px 5%;
  overflow: hidden;
}

.contain {
  max-width: 1100px;
  margin: 0 auto;
}

.contain.flex {
  background-color: #000;
  align-items: center;
  display: flex;
}

.contain.flex._1 {
  object-fit: fill;
  background-color: rgba(0, 0, 0, 0);
  flex-wrap: wrap;
  margin-top: 40px;
  margin-bottom: 0;
  margin-right: auto;
}

.contain.flex._2 {
  background-color: rgba(255, 153, 0, .5);
  border: 4px solid #f90;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  margin-right: auto;
  padding: 40px;
}

.contain.flex._3 {
  max-width: 1100px;
  background-color: rgba(0, 0, 0, 0);
  flex-flow: row;
  align-content: stretch;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.contain.flex._4 {
  max-width: none;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-family: Bitter, serif;
}

.contain.nav {
  align-items: center;
  display: flex;
}

.contain._800 {
  max-width: 800px;
}

.contain._660 {
  max-width: 660px;
}

.column-left {
  width: 50%;
  flex: none;
  margin-left: 20px;
}

.column-left._3 {
  width: 50%;
}

.column-left._1 {
  margin-left: 0;
}

.column-left._2 {
  width: 100%;
  margin-left: 0;
}

.sub-heading {
  color: rgba(255, 255, 255, .7);
  padding-left: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 30px;
}

.sub-heading.white {
  color: #fff;
}

.sub-heading._1 {
  color: #363636;
  margin-bottom: 40px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.sub-heading._2 {
  clear: none;
  color: #363636;
  text-align: left;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: flex;
}

.sub-heading._4 {
  color: rgba(0, 0, 0, .7);
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.sub-heading._12 {
  color: #fff;
  text-align: left;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-weight: 500;
}

.button-wrapper {
  align-items: center;
  margin-top: 30px;
  margin-bottom: 40px;
  display: flex;
}

.button {
  background-color: #000;
  border-radius: 8px;
  padding: 15px 30px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 700;
  transition: background-color .2s;
}

.button:hover {
  color: #363636;
  background-color: #f90;
}

.button.p {
  background-color: #7854f7;
}

.button.p.nav {
  background-color: #000;
}

.button.p.nav:hover {
  background-color: #f90;
}

.button.full-width {
  width: 100%;
  background-color: #70c217;
  border-radius: 12px;
}

.link-blue {
  color: #0036e6;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s;
}

.link-blue:hover {
  color: #072481;
}

.link-blue.padding-20 {
  margin-left: 0;
  padding: 10px 20px;
}

.link-blue.padding-20:hover {
  color: #004170;
}

.link-blue.m-t-20 {
  margin-top: 20px;
  display: block;
}

.hero-image {
  width: 60vw;
  max-width: 620px;
  opacity: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  margin-left: 60px;
  transform: scale(.9)translate(0);
}

.features {
  margin-top: 0;
  margin-bottom: 0;
  padding: 50px 5%;
}

.text-center {
  text-align: left;
  padding-left: 0;
}

.container-800 {
  max-width: 800px;
}

.container-800.m-auto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.feature__grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 20px;
}

.features-column {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 10px;
  padding: 10px;
}

.features-column._2 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding: 10px;
}

.features-column._3 {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.feature-image-wrapper {
  text-align: center;
  position: relative;
}

.feature-paragraph {
  color: #94a2b3;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.feature-paragraph._2 {
  color: #000;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 500;
}

.text-block {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
}

.purple {
  perspective: none;
  color: #fff;
  background-color: #7854f7;
  background-image: linear-gradient(#000, #000);
  padding: 120px 5% 150px;
  position: relative;
  overflow: hidden;
  transform: none;
}

.purple-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  align-items: center;
}

.purple__slant-top {
  width: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.purple-transition {
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.purple-decor-2 {
  max-width: 430px;
  position: absolute;
  top: -12%;
  bottom: auto;
  left: auto;
  right: -14%;
}

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

.purple-decor-1 {
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.testimonials {
  background-image: linear-gradient(#fff, #e5efff 51%, #fff);
  padding: 50px 5% 60px;
}

.testimonial-logo {
  margin-bottom: 25px;
}

.author-name {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

.testimonial-card {
  height: 100%;
  display: flex;
  box-shadow: 17px 88px 60px -100px rgba(79, 94, 120, .18), 11px 0 20px -9px rgba(79, 94, 120, .1);
}

.play-button {
  position: absolute;
}

.horizontal-angle {
  z-index: 99;
  height: 101%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: -2%;
}

.right-arrow {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  font-size: 14px;
  transition: all .2s;
  top: 17px;
  right: -17px;
}

.right-arrow:hover {
  transform: translate(2px);
}

.author-block {
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.quote-content {
  color: #272d4e;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
}

.slider-horizontal {
  z-index: 2;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 60px;
}

.testimonial-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.left-arrow {
  width: 45px;
  height: 45px;
  background-color: #7854f7;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 14px;
  transition: all .2s;
  display: flex;
  top: 17px;
  left: -17px;
}

.left-arrow:hover {
  transform: translate(-2px);
}

.slide-nav {
  max-width: 150px;
  background-color: #fff;
  border-radius: 500px;
  display: none;
  top: 575.901px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .05);
}

.testimonial-content {
  width: 60%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 75px;
  display: flex;
}

.slider-mask {
  overflow: visible;
}

.height-100px {
  min-height: 100px;
}

.author-job {
  color: rgba(21, 28, 52, .5);
}

.testimonial-image-wrap {
  width: 40%;
  height: 350px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.author-image {
  width: 50px;
  border-radius: 100px;
  margin-right: 14px;
  box-shadow: 1px 1px 3px rgba(0, 0, 0, .14);
}

.slider-wrapper {
  position: relative;
}

.testimonial-decor-2 {
  z-index: 1;
  max-width: 35%;
  position: absolute;
  top: auto;
  bottom: -11%;
  left: -9%;
  right: auto;
}

.testimonial-decor {
  z-index: 1;
  max-width: 30%;
  position: absolute;
  top: -13%;
  bottom: auto;
  left: auto;
  right: -5%;
}

.container__660 {
  max-width: 660px;
}

.container__660.m-auto {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.team {
  padding-top: 100px;
  padding-left: 5%;
  padding-right: 5%;
}

.team-image {
  margin-top: 60px;
}

.cta {
  color: #fff;
  text-align: center;
  background-color: rgba(255, 153, 0, .2);
  padding: 40px 5%;
}

.footer {
  outline-offset: 0px;
  color: #fff;
  background-color: rgba(255, 255, 255, .5);
  border-style: none solid solid;
  border-color: #797c83;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  outline: 3px #fff;
  padding: 40px 5%;
}

.footer-top-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  text-align: center;
  border-bottom: 1px solid rgba(255, 255, 255, .27);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-bottom: 60px;
}

.footer-top-grid-block {
  align-items: center;
  display: flex;
}

.footer-top-grid-icon {
  width: 30px;
  margin-right: 16px;
}

.footer-bottom-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 60px;
}

.footer-heading {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 12px;
  font-weight: 700;
}

.footer-link {
  color: #fff;
  margin-bottom: 20px;
  text-decoration: none;
  display: block;
}

.navbar {
  height: 100px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 20px 5%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav__right {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 40px;
  display: flex;
}

.nav-link {
  color: #272d4e;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 700;
}

.nav-link.auto-left, .nav-link.forms, .nav-menu-left {
  margin-left: auto;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.cta-header {
  font-size: 40px;
}

.page-wrapper {
  width: 100%;
  overflow: hidden;
}

.nav-space {
  height: 100px;
}

.ix-slide-1 {
  color: #0036e6;
  margin-bottom: 20px;
  padding-left: 0;
  line-height: 50px;
}

.tooltip-highlight {
  z-index: 99;
  border: 3px solid #2a62ff;
  border-radius: 10px;
  position: absolute;
  top: -5px;
  bottom: -5px;
  left: -5px;
  right: -5px;
  box-shadow: 1px 1px 3px 10000px rgba(0, 0, 0, .39);
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 600;
}

.social-button {
  width: 49%;
  height: 45px;
  color: #374252;
  background-color: #fff;
  border: 1.1px solid #dcdce5;
  border-radius: 6px;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding-right: 3px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 2px #dcdce5;
}

.social-button:hover {
  background-color: #f9f9f9;
  border-color: #434de7;
}

.social-button:active {
  background-color: #fff;
  box-shadow: 1px 0 3px #dbdbdb;
}

.social-button.facebook {
  color: #fff;
  background-color: #3578e5;
  border-color: #3578e5;
}

.checkbox {
  width: 14px;
  height: 14px;
}

.checkbox.w--redirected-checked {
  background-color: #2d323e;
}

.flex-row-outer {
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.link {
  border-bottom: 1px dashed #7b83ff;
}

.link:hover {
  color: #272d88;
}

.svg {
  width: 25px;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  display: flex;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.checkbox-label {
  color: rgba(0, 0, 0, .8);
  font-size: 12px;
  font-weight: 300;
}

.input-description {
  color: rgba(0, 0, 0, .6);
  margin-top: 3px;
  padding-left: 5px;
  font-size: 12px;
  font-weight: 300;
}

.tooltip-navigation {
  z-index: 3;
  min-height: 50px;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.tooltip-navigation.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.tooltip-svg {
  width: 16px;
  height: 16px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.form-wrapper {
  z-index: 50;
  width: 100%;
  max-width: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: visible;
}

.form-wrapper.signup {
  margin-bottom: 60px;
}

.input {
  height: 42px;
  color: #000;
  background-color: #f9fbff;
  border: 1px solid #dcdce5;
  border-radius: 8px;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
  box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.input:hover {
  background-color: #fff;
  border-color: #70c217;
  box-shadow: 0 1px 4px rgba(220, 220, 229, .9);
}

.input:focus {
  border: 1px solid #0036e6;
}

.input::-ms-input-placeholder {
  color: #6e6e6e;
}

.input::placeholder {
  color: #6e6e6e;
}

.tour-step, .tour-step._1 {
  display: block;
}

.tour-step._1.hide-on-load {
  display: none;
}

.tooltip-anchor {
  z-index: 100;
  width: 100%;
  height: 10px;
  justify-content: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 12px;
  display: flex;
  position: absolute;
  top: 100%;
  bottom: 0;
  left: 0%;
  right: 0%;
}

.tooltip-highlight-content {
  z-index: 100;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.input-wrapper {
  width: 100%;
  flex-direction: column;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.input-wrapper.half {
  width: 49%;
}

.tooltip-diamond {
  z-index: 2;
  width: 16px;
  height: 16px;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -7px;
  bottom: auto;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
  box-shadow: 0 -3px 8px rgba(45, 62, 80, .06);
}

.tooltip-button {
  color: #fff;
  text-align: center;
  background-color: #2962ff;
  border-radius: 4px;
  padding: 5px 12px;
  font-weight: 700;
  line-height: 2em;
  transition: background-color .2s, box-shadow .2s, color .2s, border-color .2s;
  position: relative;
  box-shadow: 0 15px 25px -10px rgba(13, 97, 182, .25);
}

.tooltip-button:hover {
  background-color: #007ace;
  box-shadow: 0 15px 25px -12px rgba(18, 67, 117, .35);
}

.tooltip-author {
  width: 32px;
  border-radius: 50%;
  margin-right: 10px;
}

.form-field-wrapper {
  flex-flow: column wrap;
  justify-content: space-between;
  margin-bottom: 20px;
  padding-top: 10px;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.button-2 {
  width: 100%;
  height: 45px;
  background-color: #434de7;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  transition: background-color .2s, box-shadow .2s;
  display: flex;
  box-shadow: 0 1px 20px rgba(34, 34, 34, .16);
}

.button-2:hover {
  background-color: #272d88;
  box-shadow: 0 5px 30px rgba(34, 34, 34, .16);
}

.relative {
  position: relative;
}

.input-label {
  color: #374252;
  margin-bottom: 3px;
  padding-left: 5px;
  font-size: 13.5px;
  font-weight: 600;
}

.input-label.link-blue {
  color: #0036e6;
  text-align: right;
}

.input-label.reset-password {
  color: #0036e6;
  text-align: right;
  margin-top: 12px;
}

.checkbox-field {
  margin-top: 5px;
  margin-bottom: 20px;
}

.tooltip-close {
  z-index: 5;
  width: 24px;
  height: 24px;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, .1);
}

.signup-header {
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 600;
  line-height: 28px;
}

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

.form-div-line {
  width: 40%;
  height: .8px;
  background-color: #e4e4e4;
}

.form-divider {
  width: 100%;
  color: rgba(0, 0, 0, .8);
  letter-spacing: 2px;
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 12px;
  display: flex;
}

.tooltip-wrapper {
  width: 300px;
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  font-size: 11.5px;
  font-weight: 400;
  line-height: 1.5em;
  display: block;
  position: absolute;
  box-shadow: 1px 1px 8px 1px rgba(45, 62, 80, .12);
}

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

.input-field-row {
  display: flex;
}

.show-hide-wrap {
  z-index: 4;
  font-size: 13px;
  position: absolute;
  top: 2px;
  bottom: auto;
  left: auto;
  right: 0%;
}

.show-hide {
  background-color: rgba(0, 0, 0, 0);
  padding: 0 7px 0 6px;
  display: flex;
}

.show-hide.w--current {
  display: none;
}

.svg-eye {
  width: 16px;
  justify-content: center;
  align-items: center;
  margin-right: 4px;
  display: flex;
}

.hide {
  display: none;
}

.brand {
  padding: 15px 0;
}

.form-page {
  background-image: linear-gradient(#e5efff, #fff);
  padding: 40px 5% 150px;
  overflow: hidden;
}

.space {
  width: 20px;
  height: 20px;
}

.link-black {
  color: #272d4e;
}

.footer-2 {
  text-align: center;
  align-items: flex-start;
  padding-top: 10vh;
  padding-bottom: 5vh;
  font-size: 13px;
}

.footer-flex-container {
  text-align: left;
  justify-content: space-between;
  display: flex;
}

.ms-iframe-embed {
  width: 180px;
  height: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: relative;
  overflow: visible;
}

.short-page-wrapper {
  width: 100%;
  min-height: 100vh;
  min-width: 50%;
  flex-direction: column;
  justify-content: space-between;
  padding-top: 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.ms-iframe-footer-embed {
  width: 100%;
  height: 350px;
  background-color: #7854f7;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.container-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.navbar-2 {
  padding-top: 4vh;
  padding-bottom: 4vh;
}

.flex-stack-center {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 10vh;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
}

.html-embed {
  width: 40vw;
  border-radius: 10px;
  margin-top: 23px;
  overflow: hidden;
  box-shadow: 0 3px 10px rgba(255, 255, 255, .4), 0 10px 20px rgba(93, 41, 211, .1), 0 40px 50px rgba(55, 66, 82, .5);
}

.ms-iframe {
  z-index: 2147483647;
  height: 70px;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fake-logo {
  height: 20px;
  color: #374252;
  font-size: 20px;
  font-weight: 600;
}

._40vw {
  width: 40vw;
}

.widget-svg {
  width: 44px;
  height: 44px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-svg-small {
  width: 24px;
  height: 24px;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.widget-mobile {
  display: none;
}

.widget-close {
  z-index: 5;
  width: 32px;
  height: 32px;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin-bottom: -.5vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: auto;
  right: 1vw;
}

.widget-close:hover {
  background-color: rgba(0, 42, 255, .1);
}

.widget-container {
  z-index: 3;
  height: 100%;
  background-color: #2962ff;
  border: 2px solid #2962ff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -7px 7px 30px 1px rgba(0, 0, 0, .2);
}

.widget-wrapper {
  z-index: 9999;
  width: 20vw;
  height: 50vh;
  padding: 1vw;
  position: fixed;
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}

.widget-embed {
  height: 100%;
  min-width: 86vh;
  flex: 1;
}

.widget-move {
  width: 40px;
  height: 40px;
  opacity: 0;
  color: #fff;
  background-color: #161e27;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 100%;
  left: 0;
  right: 0;
}

.widget-move:hover {
  opacity: 1;
}

.widget-move.right {
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: 100%;
  right: auto;
  transform: rotate(90deg);
}

.widget-move.down {
  top: 100%;
  bottom: auto;
  transform: rotate(180deg);
}

.widget-move.left {
  margin: auto 0;
  top: 0;
  bottom: 0;
  left: auto;
  right: 100%;
  transform: rotate(-90deg);
}

.hidden-embed {
  z-index: -1;
  height: 0;
  max-height: 0;
  opacity: 0;
  position: fixed;
}

.ms-iframe-footer-embed-2 {
  width: 100%;
  height: 350px;
  background-color: #d1e7fb;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: 200px;
  justify-content: flex-end;
  align-items: flex-end;
  margin-bottom: 0;
  display: block;
  overflow: hidden;
}

.bold-text {
  color: #272d4e;
  font-family: Bitter, serif;
  font-size: 40px;
  line-height: 42px;
}

.bold-text._2 {
  color: #fff;
  padding-left: 40px;
}

.heading {
  padding-left: 5px;
}

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

.quick-stack {
  background-color: #000;
  border-radius: 16px;
  margin-left: -52px;
  margin-right: -52px;
  padding-left: 10px;
  padding-right: 10px;
}

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

.heading-2 {
  color: #fff;
  margin-bottom: 20px;
  padding-left: 40px;
  font-size: 35px;
}

.div-block {
  text-align: left;
  margin-top: 60px;
}

.paragraph {
  color: rgba(255, 255, 255, .71);
  padding-left: 40px;
}

.image {
  margin-bottom: 10px;
}

.image-2 {
  text-align: left;
  margin-bottom: 0;
  margin-left: 100px;
  padding-top: 0;
}

.image-2._1 {
  flex: 1;
  margin-right: 0;
}

.image-3 {
  border-radius: 13px;
  padding-left: 0;
}

.image-4, .image-5 {
  border-radius: 12px;
}

.div-block-2 {
  position: static;
}

.cell-3 {
  background-color: #fff;
  border-radius: 12px;
}

.cell-4, .cell-5 {
  background-color: #fff;
}

.paragraph-2 {
  color: #272d4e;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.container-801 {
  color: rgba(0, 0, 0, 0);
  background-color: #e5efff;
  border-radius: 0;
}

.cell-6 {
  background-color: #e5efff;
  border-radius: 12px;
}

.cell-7, .cell-8 {
  background-color: #e5efff;
  border: 1px #000;
  border-radius: 12px;
}

.paragraph-3 {
  color: #272d4e;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.image-6 {
  border-radius: 200px;
}

.paragraph-4 {
  color: #272d4e;
  text-transform: capitalize;
  font-weight: 700;
}

.text-block-2 {
  color: #272d4e;
  margin-top: -8px;
}

.cell-9 {
  text-align: center;
}

.button-3, .button-4 {
  float: left;
  background-color: #0036e6;
  margin-left: 0;
}

.button-5 {
  float: left;
  color: #000;
  background-color: #f90;
  margin-left: 0;
  font-weight: 500;
}

.heading-3 {
  color: #000;
  overflow-wrap: normal;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.image-8 {
  max-width: 100px;
  object-fit: contain;
}

.section {
  margin-top: 60px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.section-2 {
  object-fit: fill;
  margin-bottom: 0;
  padding: 60px 5%;
}

.button-6 {
  overflow-wrap: normal;
  background-color: #000;
  margin-top: 20px;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 700;
}

.button-6.feature {
  margin-top: 0;
  padding: 20px 30px;
  display: inline-block;
}

.button-6.feature:hover {
  color: #363636;
  background-color: #f90;
}

.paragraph-5 {
  margin-bottom: 0;
  font-size: 18px;
}

.image-9 {
  text-align: center;
}

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

.image-10 {
  text-align: center;
  object-fit: contain;
  border-radius: 800px;
  margin-bottom: 20px;
  margin-left: -156px;
}

.div-block-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.container-802 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-11 {
  border-radius: 800px;
}

.section-3 {
  background-color: rgba(0, 0, 0, 0);
  padding: 60px 5%;
}

.div-block-4 {
  font-family: Lato, sans-serif;
}

.div-block-5 {
  background-color: rgba(255, 255, 255, .75);
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-6 {
  background-color: #e5efff;
  border-radius: 9px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.div-block-7 {
  background-color: #e5efff;
  border-radius: 10px;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.quick-stack-2 {
  padding-top: 40px;
  padding-bottom: 20px;
}

.quick-stack-2._2 {
  clear: none;
  padding-top: 20px;
  overflow: auto;
}

.text-block-3 {
  color: #000;
  padding-left: 0;
  font-size: 18px;
  font-weight: 500;
}

.text-block-3._3 {
  padding-left: 10px;
}

.text-block-4 {
  font-size: 18px;
  font-weight: 500;
}

.bold-text-2 {
  color: #fff;
}

.heading-5 {
  max-width: none;
  color: #363636;
  margin-top: 0;
  margin-bottom: 20px;
  padding-left: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-style: italic;
  font-weight: 700;
  line-height: 40px;
}

.heading-5._1 {
  max-width: 400px;
}

.div-block-8 {
  width: 40%;
  height: 100px;
}

.div-block-9 {
  height: 100%;
}

.heading-6 {
  width: 100%;
  margin-top: 20px;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.img {
  width: 250px;
  height: 250px;
  max-width: none;
  float: left;
  clear: none;
  text-align: left;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 20px;
  margin-right: 20px;
  padding-right: 0;
  display: block;
}

.img._1 {
  width: auto;
}

.text-block-5 {
  font-size: 18px;
}

.heading-7 {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 40px;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 40px;
}

.cell-10 {
  justify-content: center;
}

.youtube {
  margin-left: -5px;
}

.paragraph-6 {
  font-size: 18px;
}

.image-13 {
  max-width: none;
  margin-top: 0;
  margin-left: 0;
}

.heading-8 {
  margin-bottom: 20px;
  padding-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 38px;
}

.paragraph-7 {
  color: #000;
  margin-top: 0;
  font-size: 18px;
}

.div-block-10 {
  display: flex;
}

.image-14 {
  object-fit: contain;
}

.heading-9 {
  font-size: 30px;
  font-weight: 500;
}

.footer-light {
  background-color: #fff;
  border-style: none;
  border-color: rgba(0, 0, 0, 0) #6b7094 #6b7094;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-radius: 0;
  padding: 40px 30px;
  position: relative;
}

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

.footer-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

.footer-link-two:hover {
  color: rgba(26, 27, 31, .75);
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  height: 48px;
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::-ms-input-placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-field::placeholder {
  color: rgba(26, 27, 31, .8);
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  width: 50px;
  height: 48px;
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

.footer-divider-two {
  width: 100%;
  height: 1px;
  background-color: #e4ebf3;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-social-block-two {
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.link-2 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
}

.quick-stack-3 {
  padding-left: 0;
  padding-right: 0;
}

.quick-stack-4 {
  padding-left: 0;
  padding-right: 60px;
}

.bold-text-3, .bold-text-4, .bold-text-5 {
  font-weight: 500;
}

.bold-text-6, .bold-text-7 {
  color: #000;
  text-transform: none;
}

.bold-text-8 {
  color: #000;
  -webkit-text-stroke-color: #000;
  text-transform: none;
}

.cell-15, .cell-16 {
  justify-content: center;
}

.bold-text-9 {
  font-family: Lato, sans-serif;
}

.paragraph-8, .paragraph-9 {
  color: #000;
}

.heading1 {
  color: #363636;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 42px;
  display: flex;
}

.paragraph-10 {
  color: #000;
  font-family: Lato, sans-serif;
}

.paragraph-11 {
  color: #000;
}

.div-block-11 {
  align-items: stretch;
  display: block;
}

.container-804 {
  width: 200px;
  height: 200px;
  max-width: none;
  clear: none;
  object-fit: fill;
  padding-right: 0;
}

.paragraph-12 {
  clear: none;
  color: #1f2022;
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.cf-service-paragraph {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
  display: flex;
}

.cf-service-icon {
  object-fit: contain;
}

.cf-features-section-3-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.cf-features-section-2-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-features-section-2-icon-wrap {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-3-grid-cell {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-features-section-2-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bitter, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-3-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.bold-text-13 {
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 500;
  display: flex;
}

.bold-text-14 {
  color: #363636;
  text-align: left;
  margin-left: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.bold-text-15 {
  font-size: 20px;
  font-weight: 500;
}

.bold-text-16 {
  margin-left: 20px;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-17 {
  margin-left: 20px;
  font-family: Plusjakartasans, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.bold-text-18 {
  font-size: 20px;
  font-weight: 500;
}

.label {
  letter-spacing: .02rem;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.35;
}

.body-color {
  color: #60697b;
}

.headline-reasons {
  max-width: 660px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}

.step {
  font-size: 50px;
  font-weight: 600;
  line-height: 1;
}

.step.text-gradient {
  background-image: linear-gradient(100deg, #f90 20%, #b37400);
  font-family: Lato, sans-serif;
  font-size: 40px;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(100deg, #605dba 20%, #3f78e0);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-gradient.text-emphasize {
  padding-left: 2px;
  padding-right: 2px;
}

.reasons {
  padding-top: 100px;
  padding-bottom: 100px;
}

.tab {
  background-color: rgba(0, 0, 0, 0);
}

.tab.card {
  grid-column-gap: 20px;
  flex-direction: row;
  flex: 1;
  padding: 30px;
  transition: box-shadow .2s, background-color .2s, color .2s;
  display: flex;
}

.tab.card:hover {
  color: #343f52;
  background-color: #fff;
  box-shadow: 0 5px 35px rgba(30, 34, 40, .07);
}

.tab.card.w--current {
  background-color: rgba(0, 0, 0, 0);
  transition-property: none;
}

.tabs-menu {
  grid-column-gap: 30px;
  grid-row-gap: 20px;
  justify-content: space-between;
  display: flex;
}

.display-2 {
  letter-spacing: -.01rem;
  margin-bottom: 15px;
  font-size: 44px;
  line-height: 1.2;
}

.container-805 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-12 {
  grid-column-gap: 61px;
  grid-row-gap: 52px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 60px;
  margin-right: 60px;
  display: grid;
}

.div-block-13, .div-block-14 {
  display: flex;
}

.div-block-15 {
  margin-left: 0;
  display: flex;
}

.div-block-16, .div-block-17 {
  display: flex;
}

.div-block-18 {
  padding-top: 20px;
  display: flex;
}

.div-block-19 {
  text-align: left;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-4 {
  background-color: rgba(255, 153, 0, .2);
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 70px;
  padding-bottom: 100px;
}

.container-806 {
  text-align: center;
}

.navbar-no-shadow-container {
  z-index: 5;
  width: 100%;
  max-width: 1140px;
  background-color: rgba(0, 0, 0, 0);
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  position: fixed;
}

.container-regular {
  width: 100%;
  max-width: none;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  text-align: center;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-2 {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
}

.nav-link-2 {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-2:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-link-2:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-link-2[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: rgba(26, 27, 31, .75);
}

.nav-dropdown-toggle:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.mobile-margin-top-10 {
  padding-top: 0;
}

.nav-button-wrapper {
  margin-left: 120px;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-16 {
  height: 50px;
}

.heading-10 {
  color: #363636;
  margin-top: 40px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-span {
  color: #f90;
  font-style: italic;
}

.cf-nav-2-button {
  color: #f0f9f5;
  letter-spacing: .4px;
  background-color: #000;
  border-radius: 12px;
  padding: 16px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.cf-nav-2-button:hover {
  background-color: #000;
}

.cf-navigation-right-contain {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.cf-navigation-2-link {
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.cf-navigation-2-link:hover {
  color: #b16cea;
}

.cf-navigation-2-link.w--current {
  color: #007e60;
}

.cf-nav-underline {
  width: 100%;
  height: 2px;
  background-color: #0b141f;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.cf-resource-block-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.cf-nav-visual-text-block {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.cf-resource-visual {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cf-resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-resources-visual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-nav-dropdown-title-para {
  color: #0b141f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-nav-dropdown-title {
  color: #0b141f;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.cf-nav-dropdown-top {
  border-bottom: 1px solid rgba(11, 20, 31, .3);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 45px;
  display: flex;
}

.cf-navigation-drop-container {
  width: 90%;
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.cf-dropdown-list-contain {
  width: 100%;
  max-width: none;
  background-color: #fff;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px rgba(64, 69, 79, .1);
}

.cf-dropdown-list-nav {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px rgba(0, 0, 0, .08);
}

.cf-dropdown-list-nav.w--open {
  width: 100%;
  box-shadow: none;
  padding-top: 25px;
  top: 55px;
  overflow: visible;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle-div {
  grid-column-gap: 10px;
  color: #04121f;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle-div:hover {
  color: #b16cea;
  font-weight: 500;
}

.cf-dropdown-wrapper {
  position: static;
}

.cf-visual-features-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-nav-visual-image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.cf-visual-features-item-image {
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
  overflow: hidden;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-nav-2-menu {
  grid-column-gap: 32px;
  color: #283338;
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: static;
}

.cf-navigation-logo {
  height: 60px;
  object-fit: contain;
}

.cf-brand-2 {
  width: auto;
  height: 40px;
  object-fit: contain;
  justify-content: flex-start;
  padding-left: 0;
  display: flex;
}

.cf-navigation-2-left-contain {
  align-items: center;
  display: flex;
}

.cf-navigation-2-wrapper {
  width: 95%;
  height: 100%;
  max-width: 1200px;
  min-height: 40px;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.cf-navigation-2-bar {
  width: 100%;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(221, 221, 221, 0);
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: fixed;
}

.text-span-2 {
  color: #000;
  font-style: italic;
  font-weight: 700;
}

.image-17 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.image-18, .image-19 {
  width: 45px;
  margin-right: 10px;
}

.quick-stack-6 {
  padding-left: 0;
  padding-right: 0;
}

.div-block-20 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: stretch;
  margin-left: 20px;
  display: flex;
}

.text-block-6 {
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 22px;
}

.div-block-21 {
  max-width: 40%;
  text-align: left;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.cell-17 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.cell-18 {
  text-align: left;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.paragraph-13 {
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.about-me-heading {
  color: #010b15;
  text-align: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 1.3em;
}

.about-me-heading._1 {
  text-align: left;
  font-family: Open Sans, sans-serif;
  font-size: 40px;
  line-height: 16px;
}

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

.text-block-7, .text-block-8, .text-block-9, .text-block-10 {
  font-family: Open Sans, sans-serif;
  font-weight: 700;
}

.container-5 {
  max-width: none;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  padding: 60px 0%;
  display: flex;
}

.image-20 {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}

.image-21 {
  text-align: left;
}

.rich-text-block-5 {
  font-family: Lato, sans-serif;
  font-size: 18px;
}

.wbs-feature-icon {
  height: 40px;
  flex: none;
}

.paragraph-14 {
  font-family: Open Sans, sans-serif;
}

.wbs-feature-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-15 {
  font-family: Open Sans, sans-serif;
}

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

.wbs-feature-4-item {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: rgba(0, 0, 0, 0);
  background-color: #fff;
  border: 2px solid #f90;
  border-radius: 10px;
  padding: 30px;
  display: flex;
}

.wbs-feature-title {
  color: #010b15;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
  line-height: 1.2em;
}

.wbs-section-3 {
  background-color: rgba(255, 153, 0, .2);
  padding: 60px 5%;
}

.cf-feature-pointer-text-20px {
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.cf-choose-feature-check-icon {
  width: 32px;
  height: 32px;
  margin-right: 16px;
}

.cf-pricing-plan-pointers {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.cf-pricing-plan-pointers.no-margin {
  margin-bottom: 0;
}

.cf-choose-feature-bold-text-16px {
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: 32px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.cf-choose-feature-wrapper {
  width: 100%;
  max-width: 480px;
  background-color: #fff;
  border-radius: 13px;
  margin-top: 35px;
  padding: 48px 40px;
  box-shadow: 0 10px 70px rgba(255, 153, 0, .23);
}

.cf-choose-feature-heading-32px {
  letter-spacing: -.01em;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 32px;
}

.cf-choose-feature-name-container {
  height: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-choose-feature-container {
  position: relative;
}

.cf-bottom-line-image {
  width: 100%;
  max-width: 340px;
  position: absolute;
  top: auto;
  bottom: -60px;
  left: 50px;
  right: auto;
}

.cf-choose-grid {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  align-items: center;
  justify-items: center;
  position: relative;
}

.cf-green-vs-circle {
  z-index: 11111;
  width: 72px;
  height: 72px;
  color: #fff;
  letter-spacing: -.01em;
  text-transform: uppercase;
  background-image: linear-gradient(135deg, #b16cea, #ff5e69 49%, #ffa84b);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  margin: auto;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 40px;
  display: flex;
  position: absolute;
  top: 20%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cf-choose-bottom-container {
  width: 100%;
  max-width: 1000px;
  position: relative;
}

.cf-20px-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 32px;
}

.cf-20px-text.max-width-520px {
  max-width: none;
  font-family: Lato, sans-serif;
}

.cf-italic-text {
  font-style: italic;
  font-weight: 700;
}

.cf-h2-heading-56px {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-choose-upper-section {
  width: 100%;
  max-width: none;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
  font-family: Lato, sans-serif;
  display: flex;
}

.cf-wrapper-1160 {
  width: 90%;
  max-width: 1160px;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-wrapper-1160.choose-flex {
  flex-direction: column;
  padding-top: 0;
  padding-bottom: 0;
}

.course-featires {
  padding-top: 60px;
  padding-bottom: 60px;
}

.udesly-paragraph-small {
  color: #525252;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.udesly-udesly-text-semibold {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

.udesly-udesly-text-semibold.udesly-large {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.2;
}

.udesly-icon-block-medium {
  width: 48px;
  height: 48px;
  background-color: #f5f5f5;
  border: 1px solid #e6e6e6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.udesly-stats-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 24px;
  display: flex;
  box-shadow: 0 1px 2px -1px rgba(16, 24, 40, .1), 0 1px 3px rgba(16, 24, 40, .25);
}

.udesly-grid-four-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.udesly-button {
  min-height: 48px;
  color: #fff;
  background-color: #171717;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button:hover {
  background-color: rgba(23, 23, 23, .85);
}

.udesly-button-tertiary {
  min-height: 48px;
  color: #404040;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: 6px;
  flex: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: background-color .25s ease-out;
}

.udesly-button-tertiary:hover {
  background-color: #f5f5f5;
  border-color: #d4d4d4;
}

.udesly-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.udesly-button-wrapper.udesly-n-margin {
  margin-top: 0;
}

.udesly-paragraph-large {
  color: #404040;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.udesly-text-extrabold {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Lato, sans-serif;
  font-size: 40px;
  font-weight: 800;
}

.udesly-column {
  width: 100%;
  position: relative;
}

.udesly-column.udesly-max-width-700 {
  max-width: 700px;
}

.udesly-heading-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  margin-bottom: 64px;
}

.udesly-container {
  width: 100%;
  max-width: 1216px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.cf-service-paragraph-2 {
  color: rgba(13, 14, 16, .9);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading-2 {
  color: #0d0d0d;
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap-2 {
  width: 100%;
  height: 56px;
  max-width: 56px;
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.cf-features-section-2-icon-wrap-2.cf-absolute {
  position: absolute;
  top: -6%;
  bottom: auto;
  left: 6%;
  right: auto;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell-2 {
  width: 100%;
  max-width: 353px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-features-section-2-grid-cell-2.homepage-3 {
  max-width: 353px;
  align-items: flex-start;
}

.cf-features-section-2-grid-2 {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 80px;
}

.cf-features-section-2-heading-2 {
  max-width: 700px;
  color: #000;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-wrapper {
  width: 90%;
  max-width: 1140px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.f-paragraph-large {
  color: #363636;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.f-h5-heading {
  color: #160042;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-feature-icon-wrapper-white {
  width: 80px;
  height: 72px;
  min-height: 72px;
  min-width: 72px;
  text-align: center;
  background-color: #fff;
  border: 1px solid #f90;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  margin-top: -69px;
  margin-bottom: 40px;
  padding: 16px;
  display: flex;
}

.f-feature-card-filled {
  background-color: rgba(255, 153, 0, .2);
  border-radius: 12px;
  margin-bottom: 20px;
  padding: 32px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-button-secondary {
  min-height: 48px;
  color: #160042;
  letter-spacing: -.02em;
  background-color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: #f3f5fb;
  border-color: rgba(0, 0, 0, 0);
}

.f-button-neutral {
  min-height: 48px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: #282556;
}

.f-button-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.f-margin-bottom-32 {
  margin-bottom: 32px;
}

.f-h3-heading {
  color: #363636;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: #6b7094;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-12 {
  margin-bottom: 12px;
}

.f-max-width-large {
  max-width: 610px;
}

.f-header-grid-asymmetrical {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  margin-bottom: 0;
}

.f-margin-bottom-64 {
  margin-bottom: 64px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 60px 5%;
  position: relative;
}

.lynx-paragraph-features {
  max-width: 294px;
  color: #797c83;
  margin-bottom: 0;
  font-family: Varela, sans-serif;
  font-size: 16px;
  line-height: 165%;
}

.lynx-heading-features-small {
  color: #1f2022;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: PT Serif, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 128%;
}

.lynx-icon-features-small {
  width: 50px;
  height: 50px;
  display: block;
}

.lynx-block-features-yellow {
  background-color: rgba(172, 183, 50, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-features {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lynx-block-features-green {
  background-color: rgba(50, 183, 122, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-block-features-purple {
  background-color: rgba(137, 121, 236, .1);
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.blockk {
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #f90;
  border-radius: 25px;
  margin-bottom: 20px;
  padding: 22px;
}

.lynx-grid-features-4-columns {
  width: 100%;
  grid-column-gap: 26px;
  grid-row-gap: 26px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  margin-top: 14px;
  margin-bottom: 60px;
}

.lynx-heading {
  max-width: none;
  color: #1f2022;
  text-align: center;
  margin-top: 0;
  margin-bottom: 36px;
  font-family: Lato, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.lynx-subtitle {
  color: #1f2022;
  letter-spacing: 1.3px;
  text-transform: uppercase;
  font-family: Varela, sans-serif;
  font-size: 12px;
  line-height: 140%;
}

.lynx-block-center {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  font-family: Lato, sans-serif;
  font-weight: 700;
  display: flex;
}

.lynx-content {
  width: 100%;
  max-width: 1080px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-span-3 {
  color: #f90;
  font-style: italic;
}

.div-block-22 {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-3 {
  color: #363636;
  font-family: Lato, sans-serif;
}

.link-4, .link-5 {
  color: #363636;
}

.text-block-11 {
  font-family: Lato, sans-serif;
}

.image-22 {
  width: 50px;
  background-color: rgba(0, 0, 0, 0);
}

.image-23 {
  text-align: center;
  border-radius: 12px;
  margin-bottom: 0;
  margin-right: 60px;
  padding-right: 0;
  display: block;
}

.text-span-4 {
  color: #f90;
  font-style: italic;
}

.heading-11 {
  color: #363636;
  font-family: Lato, sans-serif;
  font-size: 40px;
  line-height: 48px;
}

.text-span-6 {
  color: #f90;
  font-style: italic;
}

.wbs-blog-card-author-wrap {
  width: 100%;
  align-items: center;
  margin-top: 30px;
  display: flex;
}

.wbs-blog-card-info {
  flex-direction: column;
  align-items: stretch;
  padding: 25px 25px 0;
  display: flex;
}

.button-7 {
  max-width: 100%;
  background-color: #010b15;
  border-radius: 6px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 30px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 700;
  display: flex;
}

.wbs-blog-card-image {
  width: 500px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.div-block-24 {
  border: 1px solid rgba(1, 11, 21, .12);
  border-radius: 20px;
}

.div-block-24:hover {
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.wbs-section-2 {
  padding: 60px 5%;
}

.wbs-blog-card-category {
  margin-bottom: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.wbs-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.wbs-blog-card-image-wrap {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.wbs-blog-card-title {
  color: #010b15;
  margin-top: 0;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.wbs-container-2 {
  width: 100%;
  max-width: 1300px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
  display: block;
}

.spark-flexed-price {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.spark-checked-item {
  width: 100%;
  max-width: 296px;
  grid-column-gap: 16px;
  color: rgba(0, 0, 0, .76);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.spark-pricing-information {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.spark-features-included {
  grid-row-gap: 16px;
  text-align: left;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  flex-direction: column;
  align-items: center;
  padding: 32px 20px;
  display: flex;
}

.spark-features-included.spark-two-column {
  flex-flow: wrap;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 0;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-pricing-top {
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, .16);
  flex-direction: column;
  padding: 32px 16px;
  display: flex;
}

.spark-pricing-top.spark-thick-top-pricing {
  text-align: left;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 20px 48px;
}

.spark-price-text {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-foreground-secondary {
  color: rgba(0, 0, 0, .76);
  font-size: 18px;
}

.spark-foreground-secondary.spark-no-bottom {
  margin-bottom: 0;
}

.spark-button {
  color: #fff;
  background-color: #5532fa;
  border: 1px solid #5532fa;
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  opacity: 1;
  background-color: #1e116e;
  border-color: #1e116e;
}

.spark-button.spark-full-width {
  width: 100%;
  text-align: center;
  background-color: #1f2022;
  border-style: none;
}

.spark-button.spark-full-width:hover {
  background-color: #f90;
}

.spark-large-plan-name {
  color: #1f2022;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1;
}

.spark-flex-row-pricing {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.spark-small-icon {
  width: 24px;
  height: 24px;
  flex: none;
  display: inline-block;
}

.spark-small-icon.spark-primary-color {
  color: #f90;
}

.spark-centered-900 {
  width: 900px;
  max-width: 100%;
  text-align: center;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-half-pricing-column {
  width: 458px;
  max-width: 100%;
  background-color: #fff;
}

.spark-half-pricing-column.spark-simple-shadow-small {
  width: 50%;
  border-radius: 8px;
  position: relative;
  box-shadow: 0 5px 15px -3px rgba(0, 0, 0, .16);
}

.spark-pricing-bottom {
  grid-row-gap: 8px;
  text-align: center;
  flex-direction: column;
  padding: 16px;
  display: flex;
}

.spark-left-side-pricing-info {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  color: #5532fa;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 1rem;
  display: flex;
}

.spark-left-side-pricing-info.spark-reduce-margin-bottom {
  margin-bottom: 0;
  padding-bottom: 0;
}

.section-link {
  width: 100%;
  padding: 60px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.heading-12 {
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 46px;
}

.cell-21 {
  flex-direction: row;
}

@media screen and (min-width: 1440px) {
  .contain.flex._4 {
    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;
    display: flex;
  }

  .button {
    font-weight: 700;
  }

  .cta {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading1 {
    margin-bottom: 20px;
  }

  .cf-choose-feature-name-container {
    height: 50px;
  }

  .text-span-4 {
    padding-left: 10px;
  }

  .text-span-5 {
    color: #f90;
    margin-left: 10px;
    font-style: italic;
  }
}

@media screen and (max-width: 991px) {
  .hero {
    padding-top: 40px;
  }

  .contain.flex {
    display: block;
  }

  .contain.flex._1 {
    margin-top: 0;
    display: flex;
  }

  .contain.flex._2 {
    padding: 20px;
    display: flex;
  }

  .contain.flex._3, .contain.flex._4 {
    display: flex;
  }

  .contain.nav {
    justify-content: space-between;
  }

  .column-left, .column-left._3 {
    width: 100%;
  }

  .column-left._1 {
    width: 50%;
  }

  .column-left._2 {
    width: 60%;
  }

  .sub-heading._1 {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 28px;
  }

  .sub-heading._2 {
    font-size: 16px;
    line-height: 20px;
  }

  .button.p {
    display: block;
  }

  .button.p.nav {
    max-width: 300px;
    margin-top: 30px;
  }

  .hero-image {
    width: 100%;
    max-width: none;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .feature__grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .purple-decor-2 {
    max-width: 340px;
  }

  .purple-decor-1 {
    max-width: 250px;
  }

  .testimonials {
    overflow: hidden;
  }

  .testimonial-image {
    position: relative;
  }

  .testimonial-content {
    padding-left: 25px;
    padding-right: 40px;
  }

  .team {
    padding-top: 0;
  }

  .cta {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer-top-grid {
    grid-template-columns: 1fr;
  }

  .nav-link {
    color: #fff;
    padding-left: 0;
  }

  .nav-menu {
    color: #fff;
    background-color: #272d4e;
    padding: 30px 5% 50px;
  }

  .nav__button {
    background-color: rgba(0, 0, 0, 0);
    padding: 8px;
  }

  .nav__button.w--open {
    color: #272d4e;
    background-color: rgba(0, 0, 0, 0);
  }

  .nav__icon {
    font-size: 32px;
  }

  .ix-slide-1 {
    font-size: 40px;
    line-height: 40px;
  }

  .svg {
    align-self: center;
  }

  .form-page {
    padding-top: 150px;
  }

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

  .short-page-wrapper {
    height: auto;
    flex-direction: column;
  }

  .bold-text {
    font-size: 30px;
    line-height: 30px;
  }

  .image-2._1 {
    margin-left: 10px;
  }

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

  .heading-3 {
    font-size: 26px;
  }

  .heading-5 {
    font-size: 26px;
    line-height: 36px;
  }

  .heading-6 {
    font-size: 28px;
    line-height: 36px;
  }

  .img {
    overflow: visible;
  }

  .heading-7 {
    font-size: 26px;
  }

  .heading-8 {
    font-size: 24px;
  }

  .container-803 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .cell-13 {
    text-align: left;
    align-items: flex-end;
  }

  .image-15 {
    text-align: center;
  }

  .cell-14 {
    align-items: center;
  }

  .cf-features-section-2-grid {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .reasons {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .tabs-menu {
    flex-direction: column;
  }

  .display-2 {
    font-size: 37px;
    line-height: 44px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-2 {
    background-color: #fff;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .nav-link-2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-button-wrapper {
    width: 100%;
    margin-left: 0;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .cf-navigation-2-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-nav-dropdown-title-para {
    font-size: 15px;
  }

  .cf-nav-dropdown-title {
    font-size: 40px;
  }

  .cf-nav-dropdown-title-container {
    max-width: 280px;
  }

  .cf-navigation-drop-container {
    flex-direction: column;
  }

  .cf-dropdown-list-contain {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle-div {
    width: 90%;
    justify-content: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-visual-features-items-container {
    max-width: 500px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    width: 100%;
    max-width: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    margin-left: 0;
    display: grid;
  }

  .cf-nav-2-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
  }

  .cf-navigation-2-left-contain {
    display: flex;
  }

  .cf-navigation-2-wrapper {
    width: 90%;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr 1fr;
  }

  .wbs-section-3 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .cf-feature-pointer-text-20px {
    font-size: 18px;
  }

  .cf-bottom-line-image {
    bottom: -50px;
  }

  .cf-choose-grid {
    grid-column-gap: 40px;
    grid-row-gap: 200px;
    grid-template-columns: 1fr;
    align-content: center;
    justify-content: center;
    align-items: center;
    justify-items: center;
  }

  .cf-green-vs-circle {
    top: 3%;
  }

  .cf-20px-text {
    line-height: 150%;
  }

  .cf-h2-heading-56px {
    font-size: 30px;
  }

  .cf-wrapper-1160 {
    flex-direction: column;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .udesly-udesly-text-semibold {
    font-size: 14px;
  }

  .udesly-grid-four-column {
    grid-template-columns: 1fr 1fr;
  }

  .udesly-heading-grid {
    grid-template-columns: 2fr;
  }

  .cf-features-section-2-grid-2 {
    max-width: 700px;
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .cf-features-section-2-heading-2 {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-header-grid-asymmetrical {
    grid-template-columns: 1fr;
  }

  .lynx-heading-features-small {
    font-size: 19px;
  }

  .lynx-grid-features-4-columns {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .lynx-heading {
    font-size: 38px;
  }

  .wbs-blog-card-image {
    width: 100%;
  }

  .wbs-section-2 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .wbs-blog-grid {
    grid-template-columns: 1fr;
  }

  .spark-checked-item.spark-half-width {
    width: 50%;
  }

  .spark-features-included {
    padding-left: 64px;
    padding-right: 64px;
  }

  .spark-flex-row-pricing {
    flex-wrap: wrap;
    justify-content: center;
  }

  .spark-half-pricing-column.spark-simple-shadow-small {
    width: 100%;
  }

  .section-link {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    padding-bottom: 0;
  }

  .contain.flex._1 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .contain.flex._4 {
    display: flex;
  }

  .sub-heading._1 {
    font-size: 14px;
  }

  .sub-heading._2 {
    object-fit: contain;
    font-size: 12px;
    line-height: 15px;
    overflow: scroll;
  }

  .sub-heading._4 {
    font-size: 12px;
  }

  .button-wrapper {
    margin-bottom: 20px;
  }

  .button {
    padding: 10px 20px;
    font-size: 12px;
  }

  .features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .feature__grid {
    max-width: 330px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    margin-left: auto;
    margin-right: auto;
  }

  .feature-paragraph {
    font-size: 12px;
  }

  .purple {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .purple-image {
    max-width: 70%;
  }

  .testimonials {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonial-card {
    flex-wrap: wrap;
  }

  .horizontal-angle {
    display: none;
  }

  .slider-horizontal {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .testimonial-content {
    width: 100%;
    padding: 45px;
  }

  .testimonial-image-wrap {
    width: 100%;
    height: 280px;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cta-header {
    font-size: 40px;
    line-height: 50px;
  }

  .ix-slide-1 {
    line-height: 20px;
  }

  .svg-eye {
    width: 36px;
  }

  .footer-2 {
    padding: 40px 20px;
  }

  .short-page-wrapper {
    flex-direction: column;
  }

  .widget-svg {
    width: 36px;
  }

  .widget-svg.close {
    display: none;
  }

  .widget-mobile {
    width: 42px;
    height: 42px;
    color: #fff;
    background-color: #2962ff;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    display: flex;
    position: fixed;
    top: auto;
    bottom: 3vw;
    left: auto;
    right: 3vw;
    box-shadow: 0 0 0 5px rgba(41, 98, 255, .2);
  }

  .widget-wrapper {
    width: 250px;
    height: 400px;
    margin: auto;
    display: block;
    top: 0;
    left: 0;
  }

  .widget-embed {
    min-width: 690px;
  }

  .widget-move {
    display: none;
  }

  .bold-text {
    font-size: 22px;
    line-height: 20px;
  }

  .image-2._1 {
    max-width: 40%;
  }

  .button-5 {
    font-size: 12px;
    font-weight: 500;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 20px;
    line-height: 26px;
  }

  .section-2 {
    padding-bottom: 20px;
  }

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

  .div-block-5 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .div-block-6 {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .div-block-7 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

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

  .heading-5 {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .heading-5._1 {
    max-width: 50%;
  }

  .heading-6 {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
  }

  .img._1 {
    width: 50%;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .heading-7 {
    font-size: 20px;
    line-height: 26px;
  }

  .heading-8 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
  }

  .paragraph-7 {
    font-size: 14px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .rich-text-block-3 {
    font-size: 12px;
  }

  .rich-text-block-4 {
    font-size: 12px;
    line-height: 16px;
  }

  .bold-text-9 {
    font-size: 12px;
  }

  .bold-text-10, .bold-text-11, .bold-text-12 {
    font-size: 16px;
  }

  .paragraph-8, .paragraph-9 {
    font-size: 12px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-2 {
    flex-direction: column;
    padding-bottom: 30px;
    padding-left: 0;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .cf-resource-block-text {
    font-size: 20px;
  }

  .cf-resource-visual-block {
    width: 30%;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-column-gap: 30px;
  }

  .cf-nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .cf-nav-dropdown-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
  }

  .cf-visual-features-item-heading {
    font-size: 23px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 20px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-items-container {
    width: 100%;
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
  }

  .cf-visual-features-items-container.nav {
    max-width: 400px;
    grid-template-columns: 1fr;
  }

  .wbs-feature-4 {
    grid-template-columns: 1fr;
  }

  .wbs-section-3 {
    padding: 2rem 2%;
  }

  .cf-choose-feature-check-icon {
    margin-right: 10px;
  }

  .cf-20px-text {
    font-size: 18px;
  }

  .cf-h2-heading-56px {
    font-size: 28px;
  }

  .cf-wrapper-1160.choose-flex {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .udesly-paragraph-small {
    font-size: 12px;
  }

  .udesly-udesly-text-semibold.udesly-large {
    font-size: 16px;
  }

  .udesly-grid-four-column {
    grid-template-columns: 1fr;
  }

  .cf-service-paragraph-2 {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading-2 {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid-2 {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading-2 {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .lynx-grid-features-4-columns {
    grid-template-columns: 1fr 1fr;
  }

  .lynx-heading {
    max-width: 540px;
    font-size: 34px;
  }

  .wbs-blog-card-author-wrap {
    margin-top: 10px;
  }

  .wbs-blog-card-image {
    width: 100%;
  }

  .wbs-section-2 {
    padding: 2rem 2%;
  }

  .spark-features-included.spark-two-column {
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-flex-row-pricing {
    flex-direction: column;
  }

  .section-link {
    padding-top: 88px;
    padding-bottom: 88px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 48px;
    line-height: 60px;
  }

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

  .contain.flex._1 {
    text-align: left;
    flex-direction: row;
    align-items: center;
    display: flex;
  }

  .contain.flex._2 {
    border-width: 2px;
    align-items: center;
    padding: 20px;
    display: flex;
  }

  .contain.flex._4 {
    max-width: none;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .column-left {
    width: 80%;
    margin-left: 0;
  }

  .column-left._3 {
    width: 100%;
  }

  .column-left._1 {
    width: 100%;
    flex: 1;
    margin-left: 0;
  }

  .column-left._2 {
    width: 100%;
  }

  .sub-heading {
    font-size: 14px;
  }

  .sub-heading._1 {
    margin-top: 20px;
    margin-bottom: 10px;
    padding-top: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .sub-heading._2 {
    object-fit: fill;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .sub-heading._4 {
    font-size: 16px;
    line-height: 24px;
  }

  .sub-heading._12 {
    color: rgba(255, 255, 255, .78);
    display: inline-block;
  }

  .button-wrapper {
    display: block;
  }

  .button {
    width: 100%;
    float: none;
    text-align: center;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
  }

  .link-blue.padding-20 {
    margin-top: 30px;
    margin-left: 0;
    display: block;
  }

  .features {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .text-center {
    font-size: 40px;
    line-height: 50px;
  }

  .feature__grid {
    margin-top: 10px;
    padding-left: 0;
  }

  .features-column {
    text-align: left;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 12px;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
  }

  .features-column._2 {
    text-align: left;
  }

  .feature-paragraph {
    margin-bottom: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-paragraph._2 {
    padding-top: 0;
  }

  .purple {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .testimonials {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .right-arrow {
    top: auto;
    bottom: -3%;
    left: auto;
    right: 20%;
  }

  .author-block {
    margin-top: 15px;
  }

  .left-arrow {
    top: auto;
    bottom: -3%;
    left: 20%;
    right: auto;
  }

  .testimonial-content {
    padding-bottom: 70px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .testimonial-image-wrap {
    height: 260px;
  }

  .cta {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer-bottom-grid {
    grid-template-columns: 1fr 1fr;
  }

  .navbar {
    height: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-header {
    font-size: 35px;
    line-height: 43px;
  }

  .ix-slide-1 {
    column-count: 0;
    margin-top: 20px;
    margin-bottom: 0;
    line-height: 40px;
  }

  .social-button {
    width: 48%;
    height: 45px;
  }

  .input-wrapper.half, .form-divider {
    width: 100%;
  }

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

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-column {
    margin-top: 20px;
  }

  .bold-text {
    float: none;
    clear: right;
    text-align: left;
    object-fit: none;
    font-size: 28px;
    line-height: 0;
  }

  .image-2 {
    margin-left: 0;
    padding-top: 0;
  }

  .image-2._1 {
    max-width: 100%;
    text-align: center;
    margin-top: 0;
    padding-top: 0;
  }

  .image-3 {
    border-radius: 12px;
  }

  .div-block-2 {
    flex-direction: row;
    justify-content: flex-start;
    align-items: stretch;
    display: block;
  }

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

  .button-3 {
    text-align: left;
    margin-top: 20px;
    margin-left: 0;
  }

  .button-4 {
    text-align: center;
    margin-top: 20px;
    margin-left: 0;
  }

  .button-5 {
    margin-top: 20px;
    margin-left: 0;
  }

  .heading-3 {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
  }

  .image-7 {
    font-weight: 400;
  }

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

  .button-6 {
    width: 100%;
    float: none;
    text-align: center;
    object-fit: fill;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: static;
    overflow: visible;
  }

  .heading-4 {
    margin-bottom: 0;
    font-size: 30px;
  }

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

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

  .div-block-5, .div-block-6, .div-block-7 {
    margin-bottom: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .quick-stack-2 {
    padding: 10px 10px 0;
  }

  .text-block-3 {
    padding-left: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .heading-5 {
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
    font-size: 24px;
    line-height: 32px;
  }

  .heading-5._1 {
    max-width: 100%;
    margin-bottom: 0;
  }

  .heading-6 {
    width: 100%;
    margin-top: 10px;
    font-size: 24px;
    line-height: 32px;
  }

  .img {
    width: auto;
    height: 250px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
  }

  .img._1 {
    width: 100%;
  }

  .text-block-5 {
    font-size: 16px;
  }

  .heading-7 {
    width: 100%;
    font-size: 24px;
    line-height: 32px;
  }

  .cell-10 {
    flex-wrap: nowrap;
    align-content: flex-start;
  }

  .image-13 {
    max-width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }

  .heading-8 {
    font-size: 20px;
    font-weight: 700;
  }

  .paragraph-7 {
    margin-top: 10px;
    font-size: 16px;
    line-height: 24px;
  }

  .rich-text-block, .rich-text-block-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .cell-11 {
    text-align: left;
  }

  .footer-light {
    padding-top: 40px;
  }

  .container-803 {
    max-width: none;
  }

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

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    flex-flow: row;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    justify-items: start;
    margin-top: 20px;
    margin-left: 0;
    display: flex;
  }

  .quick-stack-3 {
    object-fit: fill;
    position: static;
  }

  .quick-stack-4 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .quick-stack-5 {
    padding-left: 0;
  }

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

  .cell-13 {
    align-items: flex-end;
  }

  .cell-14 {
    align-items: flex-start;
  }

  .bold-text-9 {
    font-size: 14px;
  }

  .heading1 {
    justify-content: center;
    align-items: center;
    font-size: 32px;
    line-height: 42px;
    display: inline-block;
  }

  .paragraph-12 {
    font-size: 14px;
    line-height: 20px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .bold-text-14 {
    font-size: 18px;
  }

  .tab.card {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .nav-menu-2 {
    flex-direction: column;
  }

  .nav-button-wrapper {
    width: auto;
  }

  .heading-10 {
    margin-top: 100px;
    font-size: 32px;
    line-height: 42px;
  }

  .cf-nav-2-button {
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cf-nav-arrow-icon {
    width: 20px;
    height: 20px;
  }

  .cf-resource-block-text {
    font-size: 18px;
  }

  .cf-resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

  .cf-resources-visual-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-nav-dropdown-title-para {
    line-height: 22px;
  }

  .cf-nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .cf-nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cf-dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cf-visual-features-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 10px;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: 230px;
    max-width: none;
  }

  .cf-navigation-logo {
    height: 40px;
    text-align: left;
  }

  .cf-brand-2 {
    max-width: 50px;
    justify-content: flex-start;
    align-items: stretch;
  }

  .image-17 {
    width: 40px;
    height: 40px;
  }

  .image-18, .image-19 {
    width: 40px;
  }

  .quick-stack-6 {
    flex: 0 auto;
  }

  .text-block-6 {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .paragraph-13 {
    font-size: 14px;
    line-height: 22px;
  }

  .about-me-heading {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
  }

  .about-me-heading._1 {
    margin-bottom: 30px;
    font-size: 32px;
  }

  .container-5 {
    flex-direction: column;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-20 {
    width: 40px;
    height: 40px;
  }

  .image-21 {
    padding-bottom: 10px;
  }

  .wbs-feature-4-item {
    padding: 20px;
  }

  .wbs-feature-title {
    font-size: 20px;
  }

  .wbs-section-3 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .cf-feature-pointer-text-20px {
    font-size: 16px;
    line-height: 140%;
  }

  .cf-choose-feature-check-icon {
    width: 28px;
    height: 28px;
    margin-right: 8px;
  }

  .cf-choose-feature-bold-text-16px {
    margin-bottom: 20px;
  }

  .cf-choose-feature-wrapper {
    padding: 40px 15px;
  }

  .cf-bottom-line-image {
    left: 0;
  }

  .cf-h2-heading-56px {
    font-size: 24px;
  }

  .cf-wrapper-1160 {
    width: 90%;
  }

  .udesly-grid-four-column {
    grid-template-columns: 1fr;
  }

  .udesly-container {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-features-section-2-icon-wrap-2 {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid-2 {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .f-paragraph-large {
    font-size: 18px;
    line-height: 24px;
  }

  .f-h3-heading {
    font-size: 32px;
    line-height: 42px;
  }

  .f-section-large {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .lynx-heading-features-small {
    font-size: 18px;
  }

  .lynx-grid-features-4-columns {
    width: auto;
    grid-row-gap: 40px;
    flex-direction: column;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .lynx-heading {
    font-size: 24px;
  }

  .lynx-content {
    flex-direction: column;
  }

  .div-block-22 {
    flex-direction: column;
    align-items: flex-start;
  }

  .image-22 {
    width: auto;
    height: 30px;
  }

  .image-23 {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .div-block-23 {
    flex-direction: column;
    display: flex;
  }

  .image-24, .image-25 {
    text-align: left;
  }

  .heading-11 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
  }

  .wbs-blog-card-author-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .wbs-blog-card-info {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-7 {
    flex: 0 auto;
    justify-content: center;
  }

  .wbs-section-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .wbs-blog-grid {
    grid-auto-flow: row;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
  }

  .spark-checked-item.spark-half-width {
    width: 100%;
  }

  .spark-features-included {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-pricing-top.spark-thick-top-pricing {
    grid-row-gap: 16px;
    text-align: center;
    flex-wrap: wrap;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-large-plan-name {
    font-size: 1.2rem;
  }

  .spark-flex-row-pricing {
    align-items: flex-start;
    margin-top: 0;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .spark-half-pricing-column.spark-simple-shadow-small {
    position: static;
  }

  .spark-hold-pricing {
    width: 100%;
    text-align: center;
  }

  .spark-left-side-pricing-info.spark-reduce-margin-bottom {
    justify-content: center;
  }

  .section-link {
    padding: 10px 20px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 30px;
  }
}

#w-node-_27938f27-2599-ab96-ca23-5b9444f89379-0ab63ebb, #w-node-_27938f27-2599-ab96-ca23-5b9444f89384-0ab63ebb, #w-node-_27938f27-2599-ab96-ca23-5b9444f8938f-0ab63ebb, #w-node-a54b583b-a9e3-4da6-772c-55186038e5f4-0ab63ebb, #w-node-a54b583b-a9e3-4da6-772c-55186038e602-0ab63ebb, #w-node-_60885082-50d1-0f18-dff5-56947b8893e8-0ab63ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a54b583b-a9e3-4da6-772c-55186038e609-0ab63ebb {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-a54b583b-a9e3-4da6-772c-55186038e5fb-0ab63ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_64ff996c-edd2-f073-7127-913598c0b93f-0ab63ebb {
  grid-area: 2 / 3 / 3 / 4;
}

#w-node-_518bf8f4-6a0b-6c10-1188-908d9782836e-0ab63ebb {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

#w-node-_460aeab3-c657-6745-f235-b10fdccc476d-0ab63ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bc2fa57-38ac-a737-39ec-35fb53329dd4-0ab63ebb {
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
}

#w-node-_4bc2fa57-38ac-a737-39ec-35fb53329dd5-0ab63ebb, #w-node-_4bc2fa57-38ac-a737-39ec-35fb53329dd6-0ab63ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eb4ade95-8c19-8fcd-721b-912830eb8267-0ab63ebb {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-eb4ade95-8c19-8fcd-721b-912830eb8268-0ab63ebb, #w-node-eb4ade95-8c19-8fcd-721b-912830eb826a-0ab63ebb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-bb968cf2-6643-f210-a7a1-990ca2058d7b-0ab63ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_4bc2fa57-38ac-a737-39ec-35fb53329dd4-0ab63ebb, #w-node-eb4ade95-8c19-8fcd-721b-912830eb8267-0ab63ebb {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_4bc2fa57-38ac-a737-39ec-35fb53329dd4-0ab63ebb, #w-node-eb4ade95-8c19-8fcd-721b-912830eb8267-0ab63ebb {
    grid-template-rows: auto;
    grid-template-columns: 4.25fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a54b583b-a9e3-4da6-772c-55186038e609-0ab63ebb {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-a54b583b-a9e3-4da6-772c-55186038e5fb-0ab63ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_518bf8f4-6a0b-6c10-1188-908d9782836e-0ab63ebb {
    grid-template-rows: minmax(auto, 1fr);
    grid-template-columns: 1fr;
  }

  #w-node-_460aeab3-c657-6745-f235-b10fdccc476d-0ab63ebb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4bc2fa57-38ac-a737-39ec-35fb53329dd4-0ab63ebb, #w-node-eb4ade95-8c19-8fcd-721b-912830eb8267-0ab63ebb {
    grid-template-rows: auto;
    grid-template-columns: .5fr 1fr;
  }
}


@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-BoldItalic.ttf') format('truetype'), url('../fonts/PlusJakartaSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraBold.ttf') format('truetype'), url('../fonts/PlusJakartaSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Plusjakartasans';
  src: url('../fonts/PlusJakartaSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraBold.ttf') format('truetype'), url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-BoldItalic.ttf') format('truetype'), url('../fonts/Barlow-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Barlow-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Ebgaramond Variablefont Wght';
  src: url('../fonts/EBGaramond-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kronaone';
  src: url('../fonts/KronaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin Variablefont Wght';
  src: url('../fonts/LibreFranklin-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librefranklin Variablefont Wght';
  src: url('../fonts/LibreFranklin-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Variablefont Wght';
  src: url('../fonts/Lora-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Lora Variablefont Wght';
  src: url('../fonts/Lora-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-BoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-BoldItalic.ttf') format('truetype'), url('../fonts/NotoSans-ExtraBoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-LightItalic.ttf') format('truetype'), url('../fonts/NotoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Thin.ttf') format('truetype'), url('../fonts/NotoSans-Thin.ttf') format('truetype'), url('../fonts/NotoSans-Thin.ttf') format('truetype'), url('../fonts/NotoSans-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLight.ttf') format('truetype'), url('../fonts/NotoSans-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans-ExtraBold.ttf') format('truetype'), url('../fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ExtraLightItalic.ttf') format('truetype'), url('../fonts/NotoSans-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('../fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Opensans Variablefont Wdth Wght';
  src: url('../images/') format('truetype');
  font-weight: 300 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Oswald Variablefont Wght';
  src: url('../fonts/Oswald-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Playfairdisplay Variablefont Wght';
  src: url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype'), url('../fonts/PlayfairDisplay-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 400 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Poppins-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Quicksand Variablefont Wght';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Raleway Variablefont Wght';
  src: url('../fonts/Raleway-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Reeniebeanie';
  src: url('../fonts/ReenieBeanie-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-ThinItalic.ttf') format('truetype'), url('../fonts/Roboto-ThinItalic.ttf') format('truetype');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rubik Variablefont Wght';
  src: url('../fonts/Rubik-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sourcesans 3 Variablefont Wght';
  src: url('../fonts/SourceSans3-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 200 900;
  font-style: italic;
  font-display: swap;
}