:root {
  --flowui-component-library--white: white;
  --flowui-component-library--gray-700: #282556;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-600: #393b6a;
  --flowui-component-library--gray-900: #160042;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-100: #f7f9fd;
  --flowui-component-library--grey-300: #e4e6f1;
  --white: white;
  --black: black;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.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;
}

.span-small--pricing {
  color: rgba(0, 0, 0, .45);
  padding-left: 2px;
  padding-right: 2px;
  font-size: 32px;
  font-weight: 400;
}

.main-grid--pricing {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    /*grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;*/
  align-items: start;
  width: 100%;
  position: relative;
}

.tabs-content--pricing {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pricing-wrapper {
  width: 100%;
  padding-bottom: 35px;
}

.tabs-content-wrapper--pricing {
  width: 100%;
}

.tabs-menu--pricing {
  background-color: #fff;
  border-radius: 200px;
  justify-content: center;
  margin-bottom: 30px;
  padding: 10px;
  display: flex;
  overflow: hidden;
}

.tabs-menu--pricing.plan {
  padding-top: 10px;
  padding-bottom: 10px;
}

.icon-check--pricing {
  height: 18px;
}

.sub-title-wrapper {
  color: #585858;
  text-transform: uppercase;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.text-block-comps {
  color: #fff;
  background-color: #2c85f8;
  border-radius: 4px 4px 0 0;
  padding: 4px 8px;
  font-size: 10px;
  font-weight: 400;
}

.block-rounded--pricing {
  grid-row-gap: 2.5em;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2em;
  display: flex;
  position: relative;

    margin: 0 auto;
}

.block-rounded--pricing.featured {
  box-shadow: none;
  background-color: rgba(32, 35, 48, .56);
}

.price--pyn-site {
  color: #000;
  margin-bottom: 0;
  padding-top: .18em;
  padding-bottom: .18em;
  font-size: 3.2em;
  font-weight: 400;
  line-height: .8;
}

.inner-tab-content--pricing {
  padding-top: 34px;
  padding-bottom: 34px;
}

.top-featured-card {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: -18px;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-pill {
  color: #fff;
  background-color: #92cc92;
  border-radius: 20px;
  padding: 7px 16px;
  font-size: 12px;
  font-weight: 500;
}

.text-pill.purple {
  background-color: #00deff;
}

.button {
  z-index: 5;
  color: #000;
  text-align: center;
  white-space: nowrap;
  background-color: #b0ebb9;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 1.2em 35px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.button:hover {
  color: #616161;
  background-color: #efffa6;
}

.button.plan {
  color: #fff;
  background-color: #202330;
  border-radius: 6px;
}

.button.plan:hover {
  color: #fff;
  background-color: #00deff;
}

.button.stretch {
  background-color: #00deff;
  flex: 1;
  width: 100%;
}

.container--pricing {
  z-index: 2;
  flex-direction: row;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: relative;
}

.list-wrapper--pricing {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.tab-rounded--pricing {
  color: #a3a3a3;
  background-color: rgba(0, 0, 0, 0);
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 20px;
  font-weight: 500;
}

.tab-rounded--pricing:hover {
  color: #6d6d6d;
}

.tab-rounded--pricing.w--current {
  color: #fff;
  background-color: #202330;
  border-radius: 100px;
}

.pricing--pyn-site {
  border: 1px solid #2c85f8;
  border-top-style: none;
}

.price-wrapper--pyn-site {
  grid-row-gap: .6em;
  flex-direction: column;
  align-items: flex-start;
  min-height: auto;
  display: flex;
}

.heading-small--pricing {
  color: #000;
  margin-bottom: 0;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.25;
}

.heading-small--pricing.alt {
  border: 1px solid rgba(0, 0, 0, .15);
  border-radius: 100px;
  margin-bottom: 0;
  padding: 10px 20px;
  font-size: 14px;
}

.line-title {
  background-color: #2c85f8;
  flex: 1;
  height: 1px;
}

.list-flex--pricing {
  color: rgba(0, 0, 0, .5);
  align-items: flex-start;
  padding-top: 7px;
  padding-bottom: 7px;
  font-size: 1.15em;
  display: flex;
}

.list-flex--pricing.off {
  color: rgba(145, 145, 145, .54);
  text-decoration: none;
}

.circle-check--pricing {
  background-color: rgba(0, 222, 255, .51);
  border-radius: 100px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  margin-right: 8px;
  display: flex;
}

.circle-check--pricing.off {
  opacity: .35;
  background-color: rgba(179, 179, 179, .28);
}

.p-small--pricing {
  color: rgba(0, 0, 0, .5);
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.15em;
  line-height: 1.45;
}

.button-wrapper--pricing {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 35px;
  display: flex;
}

.dropdown-list {
  min-width: 50em;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid rgba(51, 51, 51, .06);
  border-radius: 5px;
  min-width: 30em;
  left: -10.9em;
  box-shadow: 0 60px 60px -10px rgba(0, 0, 0, .08);
}

.text-block-nav {
  background-color: #ececec;
  border-radius: 3px;
  padding: 4px 6px;
  font-size: 11px;
}

.nav-flex-h {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.nav-link {
  color: #a5a5a5;
  border-radius: 3px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: background-color .35s;
}

.nav-link:hover {
  color: rgba(20, 20, 20, .75);
  background-color: rgba(0, 0, 0, .08);
}

.nav-link.w--current {
  color: #1b1b1b;
  background-image: url('../images/dot-item.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 8px;
}

.dropdown-toggle {
  border-radius: 4px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-weight: 500;
  transition: background-color .2s;
}

.dropdown-toggle:hover {
  background-color: rgba(0, 0, 0, .08);
}

.grid-drop-down {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.button-hover-fill {
  background-color: #9290f3;
  border-radius: 100%;
  width: 5em;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -100%;
  bottom: auto;
  left: -46%;
  right: auto;
}

.nav-wrapper-white {
  z-index: 10;
  background-color: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  box-shadow: 0 1px 3px rgba(0, 0, 0, .12);
}

.drop-menu-icon {
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: -.35em;
  bottom: auto;
  left: 13.5em;
  right: auto;
}

.nav-m-button {
  color: #fff;
}

.icon {
  font-size: 12px;
}

.main-navbar {
  z-index: 1;
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.btn-label-wrapper {
  z-index: 4;
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
  position: relative;
}

.inner-title-dropdown-links-02 {
  color: #9e9e9e;
  text-transform: uppercase;
  flex-direction: column;
  align-items: flex-start;
  padding: 6px 10px;
  font-size: 12px;
  font-weight: 600;
  display: flex;
}

.icon-arrow-flip {
  height: 12px;
}

.container-wb-footer {
  z-index: 2;
  flex: none;
  width: 100%;
  max-width: 1480px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.container-wb-footer.footer {
  padding-top: 3em;
  padding-bottom: 3em;
}

.li {
  color: #777676;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 3px;
  width: 100%;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
}

.li:hover {
  color: #474747;
  background-color: #ececec;
}

.li.w--current {
  color: #000;
}

.link-button-green {
  color: #fff;
  background-color: #bad1d8;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  transition: background-color .35s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link-button-green:hover, .link-button-green.nav {
  color: #fff;
  background-color: #00deff;
}

.label-button {
  font-size: 16px;
}

.inner-dropdown-links {
  z-index: 3;
  grid-row-gap: .1em;
  flex-direction: column;
  padding: 15px 12px 20px;
  display: flex;
  position: relative;
}

.inner-dropdown-links.m {
  border-left: 1px solid #e7e7e7;
  border-right: 1px solid #e7e7e7;
}

.brand {
  z-index: 4;
  position: relative;
}

.dropdown-nav {
  flex: none;
  font-size: 16px;
}

.image-brand {
  max-height: 2em;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  width: 100%;
  display: flex;
  box-shadow: inset 0 -1px rgba(255, 255, 255, .2);
}

.arrow-wrapper {
  grid-row-gap: 0px;
  flex-direction: column;
  flex: none;
  align-items: center;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.nav-1-column-6 {
  display: flex;
}

.nav-1-brand-3 {
  color: #fff;
  border-right: 1px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 4em;
  padding-left: 0;
  padding-right: 0;
  transition: border-color .2s, background-color .2s;
  display: flex;
  top: 1px;
  left: -1px;
}

.nav-1-brand-3:hover {
  background-color: rgba(255, 255, 255, .11);
  border-right-color: rgba(255, 255, 255, .3);
}

.nav-1-brand-name {
  letter-spacing: -.03em;
  text-indent: -.03em;
  font-size: 1.8em;
  font-weight: 500;
  line-height: 1.1em;
}

.default-home-text {
  color: #f6978e;
  text-transform: uppercase;
  margin-top: -1.1em;
  margin-left: .5em;
  font-size: .8em;
  line-height: 1.1em;
}

.navigation-wb-button {
  outline-offset: 0px;
  color: var(--flowui-component-library--white);
  text-align: center;
  letter-spacing: -.02em;
  background-color: #202330;
  border-radius: 48px;
  outline: 2px solid rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.navigation-wb-button:hover {
  background-color: var(--flowui-component-library--gray-700);
}

.navigation-wb-link {
  color: #0f1d2b;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 15px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.navigation-wb-link:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.navigation-wb-link.w--current {
  color: var(--flowui-component-library--primary-base);
}

.navigation-wb-link.login {
  font-size: 16px;
  font-weight: 700;
}

.navigation-wb-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.navigation-wb-content {
  grid-column-gap: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wb-dropdown-link {
  background-color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 24px;
  transition: background-color .3s;
}

.navigation-wb-dropdown-link:hover {
  background-color: var(--flowui-component-library--gray-100);
}

.navigation-wb-dropdown-list, .navigation-wb-dropdown-list.w--open {
  background-color: #fff;
}

.icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.navigation-wb-language-dropdown-toggle {
  grid-column-gap: 8px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  letter-spacing: -.02em;
  padding: 4px 24px 4px 10px;
  font-size: 14px;
  font-weight: 500;
  display: flex;
}

.navigation-wb-dropdown {
  margin-left: 0;
  margin-right: 0;
  font-size: 14px;
  font-weight: 500;
}

.navigation-wb-link-wrapper {
  grid-column-gap: 13px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navigation-wb-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.navigation--web-builder {
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.flex-block {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.image {
  margin-left: 10px;
}

.f-navigation-button-secondary {
  border: 1px solid var(--flowui-component-library--grey-300);
  color: var(--flowui-component-library--gray-900);
  text-align: center;
  letter-spacing: -.02em;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 40px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s, border-color .2s;
  display: flex;
}

.f-navigation-button-secondary:hover {
  background-color: var(--flowui-component-library--gray-200);
  border-color: rgba(0, 0, 0, 0);
}

.f-navigation-r {
  grid-column-gap: 8px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-logo {
  width: 124px;
}

.f-navigation-link-2 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-l {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-navigation-link-3 {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-3:hover {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
}

.f-navigation-link-3.w--current {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-social-link {
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  transition: color .3s;
  display: flex;
}

.f-navigation-social-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-navigation-socials-wrapper {
  grid-column-gap: 16px;
  border-left: 1px solid var(--flowui-component-library--grey-300);
  justify-content: flex-start;
  align-items: center;
  padding-left: 18px;
  display: flex;
}

.f-navigation-container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-3 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.text-block {
  font-size: 13px;
}

.section--wb-pricing-hero {
  z-index: 20;
  background-color: #fff;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.container-wb-pricing-hero {
  z-index: 10;
  width: 100%;
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 8em;
  padding-right: 8em;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.padding-inner-wb-pricing-hero {
  padding: 6em 0 3em;
}

.wb-pricing-hero-content {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 65em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.heading-wb-pricing-hero1 {
  color: #0f1d2b;
  letter-spacing: -.04em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 4.5em;
  font-weight: 500;
  line-height: 1em;
}

.heading-wb-pricing-hero2 {
  color: rgba(51, 51, 51, .63);
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.heading-wb-pricing-hero2.is-about-title-3 {
  color: rgba(51, 51, 51, .63);
  text-align: center;
  letter-spacing: -.04em;
  text-indent: -.04em;
  margin-bottom: .5em;
  padding-left: 2em;
  padding-right: 2em;
  font-size: 4.1em;
  font-weight: 500;
  line-height: 1.1em;
}

.wb-content-text-1 {
  max-width: 27em;
  margin-bottom: 0;
  font-size: 1.4em;
  line-height: 1.5em;
}

.paragraph--wb-enterprise {
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 600;
}

.spacer--wb-enterprise {
  width: 100%;
  height: 30px;
}

.header--wb-enterprise {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.2;
}

.spacer-20 {
  width: 100%;
  height: 20px;
}

.section-wb-enterprise {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-wb-enterprise.cta-color {
  background-color: #202330;
}

.grid--wb-enterprise {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  align-items: center;
}

.container-wb-enterprise {
  z-index: 1;
  width: 100%;
  position: relative;
}

.paragraph-wb-enterprise2 {
  opacity: .8;
  color: #fff;
  text-align: left;
  letter-spacing: .1px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.3;
}

.image--wb-enterprise {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  max-height: 100vh;
}

.wb-cta-reveal-wrap {
  position: relative;
}

.enterprise-reveal-block {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(0, 0, 0, .7);
  height: 0%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.wrap--wb-enterprise {
  z-index: 1;
  width: 100%;
  padding: 5vw;
}

.button--wb-enterprise {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button--wb-enterprise:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #000;
}

.button--wb-enterprise.outline {
  color: #fff;
  background-color: rgba(112, 243, 125, 0);
  border: 1px solid #fff;
  padding-left: 25px;
  padding-right: 25px;
}

.button--wb-enterprise.outline:hover {
  color: #fcfcfc;
  background-color: #475467;
}

.flex-vertical-wb-enterprise {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.opacity-70 {
  opacity: .6;
}

.template-main-title {
  flex-direction: column;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.container-wb-cta {
  z-index: 10;
  width: 100%;
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26em;
  padding-right: 26em;
  position: relative;
}

.heading-wb-cta {
  letter-spacing: -.0125em;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.1em;
  text-decoration: none;
}

.heading-wb-cta.main-title {
  text-align: center;
  margin-bottom: .7em;
  font-family: Montserrat, sans-serif;
  font-size: 3em;
  font-weight: 500;
  line-height: 1.3em;
}

.button-background-2 {
  z-index: 2;
  background-color: #202330;
  border-radius: 50%;
  flex: none;
  width: 20em;
  height: 20em;
  display: none;
  position: absolute;
}

.button-icon {
  z-index: 8;
  object-fit: contain;
  width: 1em;
  height: 1em;
  font-size: 1.3em;
  display: none;
  position: absolute;
}

.main-button-title-wb-cta {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .8em;
  font-weight: 500;
}

.main-button-wb-cta2 {
  z-index: 10;
  color: #202330;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border: 2px solid #202330;
  border-radius: 5em;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1em 2.3em;
  font-weight: 700;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scroll-down-line-5 {
  background-color: #10131f;
  height: 2px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-text-wb-cta {
  z-index: 10;
  text-transform: uppercase;
  font-size: .8em;
  position: relative;
}

.main-button-wb-cta {
  z-index: 20;
  color: #10131f;
  text-align: center;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
  top: 2px;
}

.section-wb-pricing-cta {
  z-index: 10;
  position: relative;
  overflow: hidden;
}

.scroll-down-icon {
  width: 1em;
  height: 1em;
  font-size: 1.2em;
  display: none;
  position: absolute;
}

.grid--wb-footer {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.small-link {
  z-index: 10;
  color: #193047;
  padding-top: .4em;
  padding-bottom: .4em;
  transition: color .2s;
  position: relative;
  overflow: hidden;
}

.small-link:hover {
  color: #272b3d;
}

.small-link.is-term-link {
  color: #333;
  margin-left: .8em;
  margin-right: .8em;
  text-decoration: none;
}

.small-link.is-term-link:hover {
  color: #333;
}

.small-link-line {
  background-color: #272b3d;
  height: 2px;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.small-link-line.is-white {
  background-color: #fff;
}

.small-text-link {
  letter-spacing: .1em;
  text-transform: capitalize;
  object-fit: fill;
  margin-bottom: 0;
  font-size: .7em;
  font-weight: 400;
  text-decoration: none;
  overflow: visible;
}

.inner-section--wb-footer {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.grid-wrapper--wb-footer {
  min-height: auto;
  position: relative;
}

.footer-wb-pricing {
  width: 100%;
  padding-top: 30px;
  padding-bottom: 10px;
}

.t-c-links-list-wb-footer {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  display: flex;
}

.logo-wb-footer {
  max-height: 32px;
  margin-bottom: 0;
}

.link-wb-footer {
  color: #202330;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.link-wb-footer:hover {
  color: rgba(0, 0, 0, .54);
}

.wrapper-menu-wb-footer {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  justify-content: center;
  display: flex;
}

.wb-pricing-cta-main-title {
  flex-flow: column;
  align-items: center;
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.nav-menu-wb-login2 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0f1d2b;
  background-color: rgba(252, 252, 252, .8);
  border: 1px #f7f7f7;
  border-radius: 50px;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.nav-container-wb-login2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.navbar-link {
  color: #000;
  border-bottom: 1px rgba(0, 0, 0, 0);
  margin-left: 0;
  margin-right: 0;
  padding: 20px 15px;
  font-weight: 400;
  text-decoration: none;
}

.navbar-link:hover {
  opacity: .65;
  border-bottom-style: none;
  border-bottom-color: #000;
}

.navbar-link.w--current {
  color: #000;
  text-decoration: underline;
}

.navbar-link.far-left {
  margin-left: 10px;
}

.navbar-login-page2 {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.hamburger {
  padding: 0;
  display: none;
}

.wrap-wb-login2 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.nav-logo-link-wb-login2 {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.nav-button-wb-login2 {
  color: #0f1d2b;
  background-color: #f1f4f6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.nav-button-wb-login2:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #202330;
}

.tooltip-svg {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-wb-login2 {
  color: #000;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2em;
}

.header-wb-login2.center {
  text-align: center;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
}

.tooltip-wrapper {
  color: #333;
  text-align: left;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 10px;
  width: 300px;
  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);
}

.log-in_buttons_100w {
  width: 100%;
}

.spacer-15 {
  width: 100%;
  height: 15px;
}

.tooltip-container {
  z-index: 3;
  background-color: #fafbfe;
  border-radius: 9px 9px 0 0;
  padding: 20px;
  font-size: 12.5px;
  position: relative;
}

.input-label-wb-login2 {
  z-index: 2;
  color: #000;
  background-color: #fcfcfc;
  border-radius: 3px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 7px;
  font-size: 13.5px;
  font-weight: 400;
  line-height: 15px;
  display: inline-block;
  position: relative;
  bottom: -7px;
  left: 0;
}

.input-label-wb-login2.transparent {
  background-color: rgba(252, 252, 252, 0);
}

.social-btn-3 {
  color: #000;
  border: 1px solid #cfcfcf;
  border-radius: 50px;
  width: 100%;
  margin-bottom: 0;
  padding: 12px 40px 12px 15px;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
  transition: border-color .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 1px 2px rgba(220, 220, 229, .5);
}

.social-btn-3:hover {
  box-shadow: none;
  border-color: #70f37d;
}

.social-btn-3:focus {
  border: 1px solid #000;
}

.social-btn-3::placeholder {
  color: #6e6e6e;
}

.social-btn-3.google {
  box-shadow: 0 1px 2px rgba(29, 1, 80, 0);
}

.social-btn-3.google:hover {
  border-color: #4285f4;
}

.social-text-2 {
  font-size: 14px;
  font-weight: 400;
}

.tooltip-diamond {
  z-index: 2;
  background-color: #fafbfe;
  border: 1px solid #d8e3f0;
  border-radius: 2px;
  width: 16px;
  height: 16px;
  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-diamond.left {
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 10px;
  left: -7px;
  right: auto;
}

.input-wb-login2 {
  color: #000;
  background-color: #fcfcfc;
  border: 1px #cfcfcf;
  border-bottom-style: solid;
  border-radius: 0;
  height: 48px;
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 0;
  font-size: 15px;
  font-weight: 300;
  transition: border-color .2s, box-shadow .2s;
}

.input-wb-login2:hover {
  box-shadow: none;
  border-color: #70f37d;
}

.input-wb-login2:focus {
  border: 1px #70f37d;
  border-bottom-style: solid;
}

.input-wb-login2::placeholder {
  color: #6e6e6e;
}

.input-wb-login2.transparent {
  background-color: rgba(252, 252, 252, 0);
}

.button-wb-login2 {
  color: #000;
  background-color: #70f37d;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.button-wb-login2:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #000;
}

.button-wb-login2.in-form {
  color: #fff;
  background-color: #202330;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 48px;
  margin-top: 5px;
  margin-left: 0;
  display: flex;
}

.button-wb-login2.in-form:hover {
  color: #0f1d2b;
  background-color: #00deff;
}

.form-block_small {
  width: 100%;
  max-width: 400px;
  margin-bottom: 0;
}

.tooltip-author-wrap {
  align-items: center;
  display: flex;
}

.tooltip-author {
  border-radius: 50%;
  width: 32px;
  margin-right: 10px;
}

.navigation_tooltip {
  z-index: 3;
  color: #64636e;
  background-color: #fafbfe;
  border-top: 1px solid #d8e3f0;
  border-radius: 0 0 9px 9px;
  justify-content: space-between;
  align-items: center;
  min-height: 50px;
  padding: 8px 20px;
  display: flex;
  position: relative;
  bottom: 0;
}

.navigation_tooltip.top {
  border-top-style: none;
  border-bottom: 1px solid #d8e3f0;
  border-radius: 9px 9px 0 0;
}

.social-image {
  width: 24px;
}

.modal_backblur {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: rgba(255, 255, 255, .8);
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 450px;
  padding: 25px;
  display: flex;
}

.or-wrap {
  justify-content: space-between;
  align-items: center;
  margin-top: 15px;
  margin-bottom: 15px;
  display: flex;
}

.gray-line-2 {
  opacity: .55;
  background-color: #cfcfcf;
  flex: 1;
  height: 1px;
}

.message-success {
  color: #fff;
  background-color: #19b13a;
  border-radius: 10px;
  font-weight: 600;
}

.image-p-wb-login2 {
  align-self: center;
}

.tooltip-close {
  z-index: 5;
  color: #3f3e46;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.tooltip-close:hover {
  background-color: rgba(0, 42, 255, .1);
}

.or-new-2 {
  color: #cfcfcf;
  text-align: center;
  margin: 0 15px;
}

.section-wb-login2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.section-wb-login2.auth-pic {
  background-image: url('../images/Pyn-Site-BG.jpg');
  background-position: 50%;
  background-size: cover;
}

.link-wb-login2 {
  color: #000;
  font-weight: 400;
  text-decoration: underline;
}

.link-wb-login2:hover {
  color: #000;
}

.tooltip-anchor {
  z-index: 100;
  justify-content: center;
  width: 100%;
  height: 10px;
  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-anchor.right {
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 100%;
  margin-right: -12px;
  padding-left: 12px;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tooltip-title {
  margin-bottom: 6px;
  font-size: 110%;
  font-weight: 800;
}

.input-wrapper-wb-login2 {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 12px;
  display: flex;
  position: relative;
}

.social-content-2 {
  grid-column-gap: 20px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tour-step_2 {
  display: none;
}

.flex_center-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-container-2 {
  text-align: left;
  flex-flow: column wrap;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
  position: relative;
}

.form-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.form-row.flex-end {
  justify-content: flex-end;
  margin-top: 0;
}

.faint-text {
  color: #000;
}

.position-relative-wb-login2 {
  position: relative;
}

.button-nav-wb-login3 {
  z-index: 10;
  color: #f1f3f7;
  letter-spacing: .05em;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #f1f3f7;
  border-radius: 5px;
  font-size: 18px;
  transition: background-color .2s;
  position: absolute;
  top: 40px;
  bottom: auto;
  left: auto;
  right: 40px;
}

.button-nav-wb-login3:hover {
  background-image: linear-gradient(135deg, #141414, rgba(186, 190, 199, .16));
}

.form-wb-login3 {
  width: 100%;
}

.head-div {
  margin-bottom: 40px;
}

.heading-wb-login3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 135%;
}

.heading-3-login3 {
  color: #81858d;
  margin-top: 0;
  font-weight: 400;
}

.circle-2-login3 {
  z-index: 3;
  background-color: rgba(241, 243, 247, .13);
  background-image: linear-gradient(315deg, #1f1c1c, rgba(0, 222, 255, .93));
  border-radius: 300px;
  width: 80px;
  height: 80px;
  position: absolute;
  top: auto;
  bottom: 160px;
  left: auto;
  right: 40px;
}

.heading-2-login3 {
  color: #babec7;
  margin-top: 0;
  font-weight: 400;
}

.div-1 {
  flex-direction: column;
  justify-content: center;
  width: 65%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.heading-1-login3 {
  color: #f1f3f7;
  margin-top: 0;
}

.image-2 {
  border-radius: 20px;
  flex: none;
  width: 30px;
  height: 30px;
  padding: 3px;
}

.div-block {
  z-index: 5;
  width: 100%;
  padding-left: 40px;
  position: relative;
}

.text-block-9 {
  justify-content: center;
  align-items: center;
  line-height: 100%;
  text-decoration: none;
  display: inline-block;
}

.form-block-2 {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  max-width: 380px;
  display: flex;
}

.text-field-2 {
  border: 1px solid #f1f3f7;
  border-radius: 5px;
  width: 100%;
  max-width: 380px;
  height: 50px;
  font-size: 16px;
  transition: border .2s;
}

.text-field-2:hover {
  border-color: rgba(31, 28, 28, .18);
}

.text-field-2:active {
  border-color: #c3c5ca;
}

.text-field-2:focus {
  background-color: #f1f3f7;
  border-top-style: none;
  border-bottom-width: 3px;
  border-bottom-color: #a600ff;
  border-left-style: none;
  border-right-style: none;
}

.success-message {
  background-color: #f1f3f7;
}

.div-2 {
  background-color: #141414;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 35%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.page-wrapper-wb-login3 {
  color: #141414;
  letter-spacing: .01em;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  display: flex;
}

.image-p-wb-login3 {
  align-self: center;
  margin-bottom: 20px;
}

.text-block-10 {
  color: rgba(31, 28, 28, .54);
  text-align: center;
  letter-spacing: .01em;
  margin-bottom: 20px;
  font-size: 13px;
}

.social-login {
  color: rgba(31, 28, 28, .8);
  letter-spacing: .05em;
  background-color: #fdfdff;
  border: 1.1px #e4e4e4;
  border-radius: 5px;
  align-content: stretch;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 50px;
  margin-bottom: 24px;
  padding: 10px 20px;
  font-size: 16px;
  text-decoration: none;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  position: relative;
  box-shadow: 0 1px 3px rgba(31, 28, 28, .1);
}

.social-login:hover {
  border-color: #dbdbdb;
  box-shadow: 0 4px 8px rgba(31, 28, 28, .1);
}

.social-login:active {
  background-color: #f1f3f7;
  box-shadow: 0 2px 6px rgba(31, 28, 28, .1);
}

.div-block-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.link-block {
  position: absolute;
  top: 40px;
  bottom: auto;
  left: 40px;
  right: auto;
}

.circle-1-login3 {
  background-color: rgba(241, 243, 247, .13);
  background-image: linear-gradient(135deg, #141414 8%, rgba(241, 243, 247, 0));
  border-radius: 300px;
  width: 300px;
  height: 300px;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: -200px;
}

.error-message {
  background-color: #fee;
}

.submit-button {
  letter-spacing: .05em;
  background-color: #00deff;
  border-radius: 5px;
  width: 100%;
  height: 50px;
  margin-top: 20px;
  font-size: 18px;
  transition: background-color .2s, box-shadow .2s;
  box-shadow: 0 1px 3px rgba(31, 28, 28, .15);
}

.submit-button:hover {
  background-color: #202330;
  box-shadow: 0 6px 12px rgba(31, 28, 28, .15);
}

.submit-button:active {
  background-color: #a600ff;
  border: 1px #000;
  box-shadow: 0 4px 8px rgba(31, 28, 28, .15);
}

.submit-button:focus {
  border: 1px #000;
}

.div-block-57 {
  text-align: center;
  width: 100%;
}

.image-pynsite-login3 {
  opacity: .85;
  width: auto;
  height: 1.5em;
}

.dem-text-3 {
  color: #949494;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
}

.button-google-login5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #505050;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ddd;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.wrap-2-wb-login5 {
  flex: 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-1-wb-login5 {
  display: flex;
}

.text-1-wb-login5 {
  color: #5f5f5f;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.button-1-wb-login5 {
  color: #fff;
  background-color: #00deff;
  border-radius: 8em;
  padding: .5em 2em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.button-facebook-login5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #1877f2;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.section-1-wb-login5 {
  background-image: url('../images/Rectangle-7.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 7em 5em;
  font-size: 1vw;
}

.form-2-wb-login5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.container-1-wb-login5 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.logo-1-wb-login5 {
  width: 17em;
}

.wrap-3-wb-login5 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #fff;
  border-radius: .4em;
  flex-direction: column;
  flex: 1;
  padding: 7em 6em;
  display: flex;
}

.button-apple-login5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 8em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.heading-1-wb-login5 {
  color: #0f1d2b;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.3em;
}

.dem-icon-1 {
  width: 1em;
}

.dem-icon-1.do {
  width: auto;
  height: 1em;
}

.imput-1-wb-login5 {
  color: #858585;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ececec;
  height: 3em;
  margin-bottom: 0;
  padding: 1em 1em 1em 0;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.wrap-10-wb-login5 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.dem-wrap-10 {
  background-color: #ececec;
  flex: 1;
  height: .1em;
}

.form-block-1-wb-login5 {
  margin-bottom: 0;
}

.link-2-wb-login5 {
  color: #193047;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.link-1-wb-login5 {
  color: #193047;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.wrap-8-wb-login5 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3em;
  display: flex;
}

.wrap-9-wb-login5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.wrap-6-wb-login5 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-top: 1.3em;
  display: flex;
}

.section-1-wb-login6 {
  padding: 7em 8em;
  font-size: 1vw;
}

.imput-1-wb-login6 {
  color: #858585;
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #ececec;
  height: 3em;
  margin-bottom: 0;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 400;
  line-height: 1.3em;
}

.wrap-9-wb-login6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  display: flex;
}

.heading-1-wb-login6 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.8em;
  font-weight: 500;
  line-height: 1.3em;
}

.button-apple-login6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #fff;
  border-radius: 8em;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.button-facebook-login6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #fff;
  text-align: center;
  background-color: #1877f2;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.link-1-wb-login6 {
  color: #00deff;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.3em;
}

.text-1-wb-login6 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
  display: inline;
}

.wrap-1-wb-login6 {
  display: flex;
}

.wrap-8-wb-login6 {
  justify-content: space-between;
  align-items: center;
  margin-top: 1.3em;
  display: flex;
}

.dem-wrap-10-login6 {
  background-color: #ececec;
  flex: 1;
  height: .1em;
}

.wrap-2-wb-login6 {
  flex: 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-6-wb-login6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-top: 1.3em;
  display: flex;
}

.dem-text-3-login6 {
  color: #949494;
  font-size: 1.3em;
  font-weight: 300;
  line-height: 1.3em;
}

.dem-icon-1-login6 {
  width: 1em;
}

.dem-icon-1-login6.do {
  width: auto;
  height: 1em;
}

.container-1-wb-login6 {
  width: 100%;
  max-width: 100em;
  margin-left: auto;
  margin-right: auto;
}

.form-2-wb-login6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.wrap-3-wb-login6 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #0f1d2b;
  border-radius: .4em;
  flex-direction: column;
  flex: 1;
  padding: 7em 6em;
  display: flex;
}

.button-1-wb-login6 {
  color: #0f1d2b;
  background-color: #fff;
  border: 1px solid #00deff;
  border-radius: 8em;
  padding: .5em 2em;
  font-size: 1.2em;
  font-weight: 500;
  line-height: 1.3em;
}

.form-block-1-wb-login6 {
  margin-bottom: 0;
}

.button-google-login6 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #505050;
  text-align: center;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  padding: 1em;
  font-size: 1.3em;
  font-weight: 600;
  line-height: 1.3em;
  text-decoration: none;
  display: flex;
}

.logo-1-wb-login6 {
  width: 17em;
}

.logo-1-wb-login6.dark-logo {
  width: 20em;
}

.link-2-wb-login6 {
  color: #fff;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3em;
}

.wrap-10-wb-login6 {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-direction: column;
  display: flex;
}

.nav-button-wb-login4 {
  color: #0f1d2b;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 50px;
  padding: 15px 35px;
  font-size: 15px;
  font-weight: 400;
  display: flex;
}

.nav-button-wb-login4:hover {
  box-shadow: none;
  color: #fcfcfc;
  background-color: #202330;
}

.nav-container-wb-login4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-menu-wb-login4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #0f1d2b;
  background-color: rgba(0, 0, 0, 0);
  border: 1px #f7f7f7;
  border-radius: 50px;
  align-items: center;
  padding-right: 12px;
  display: flex;
}

.navbar-login-page4 {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo-link-wb-login4 {
  max-width: 140px;
  padding-top: 5px;
  padding-left: 0;
}

.wrap-wb-login4 {
  padding-left: 5vw;
  padding-right: 5vw;
}

.wrap-login4 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: rgba(11, 12, 68, .68);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 600px;
  min-height: auto;
  padding: 85px 40px;
  display: flex;
}

.wrap-6-wb-login4 {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  align-items: center;
  margin-top: 1.5em;
  display: flex;
}

.text-field-3-login4 {
  color: #dff4ff;
  background-color: #031e2d;
  background-image: url('../images/user.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 5px;
  height: 40px;
  margin-bottom: 15px;
  padding-left: 40px;
  transition: box-shadow .2s;
}

.text-field-3-login4:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 0 3px 3px rgba(9, 188, 255, .57);
}

.text-field-3-login4:focus {
  border-color: rgba(255, 0, 0, 0);
  box-shadow: 0 0 3px 3px rgba(9, 188, 255, .57);
}

.text-field-3-login4::placeholder {
  color: #dff4ff;
}

.text-field-3-login4.password {
  background-image: url('../images/lock.svg');
}

.link-4 {
  color: #000;
  background-color: #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  text-decoration: none;
  transition: color .2s, background-color .2s;
  display: flex;
}

.link-4:hover {
  color: #fff;
  background-color: #587598;
}

.or {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.link-2-wb-login4 {
  color: #fff;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
}

.paragraph-1089 {
  color: #fff;
}

.text-1-wb-login4 {
  color: #fff;
  font-size: .9em;
  font-weight: 400;
  line-height: 1em;
  display: inline;
}

.fields-wrap-login4 {
  margin-top: 40px;
}

.paragraph-1088 {
  margin-bottom: 0;
}

.button-wb-login4 {
  background-color: #00deff;
  border-radius: 5px;
  width: 100%;
  height: 40px;
  margin-bottom: 5px;
  transition: background-color .2s;
}

.button-wb-login4:hover {
  background-color: #031e2d;
}

.heading-wb-login4 {
  color: #00deff;
  text-align: center;
}

.section-wb-login4 {
  background-image: url('../images/magicpattern-mesh-gradient-1683104541213.png');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.link-1-wb-login4 {
  color: #00deff;
  font-size: .9em;
  font-weight: 500;
  line-height: 1em;
}

.form-block-3-login4 {
  width: 100%;
  max-width: 350px;
}

.link-img {
  margin-right: 10px;
}

.navbar-login-page7 {
  z-index: 20;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px #f7f7f7;
  align-items: center;
  height: auto;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form-divider-login7 {
  grid-column-gap: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.full-form-login7 {
  width: 100%;
  margin-bottom: 0;
}

.wrapper-5-login7 {
  width: 100%;
  padding-bottom: 35px;
}

.image-h-login7 {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.inner-input-login7 {
  grid-row-gap: .6em;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.inner-input-login7.flex-horizontal {
  grid-column-gap: 6em;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.master-section-3 {
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.master-section-3.hp {
  grid-row-gap: 2em;
  background-color: #fafafa;
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2em 30px 4em;
  display: flex;
  overflow: hidden;
}

.text-field {
  border: 1px solid #fff;
  border-radius: 6px;
  width: 100%;
  min-width: auto;
  height: auto;
  min-height: 50px;
  margin-bottom: 0;
  padding-top: 3px;
  padding-bottom: 3px;
  padding-left: 20px;
  font-size: 18px;
  box-shadow: inset 1px 1px #fff;
}

.text-field.outline {
  box-shadow: none;
  background-color: #fff;
  border-color: #bbb;
  min-height: 65px;
  margin-right: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
}

.error {
  color: #8a0a0a;
  background-color: #f76969;
  border-radius: 4px;
  padding-top: 13px;
  padding-bottom: 13px;
}

.wrapper-main-content {
  flex-direction: column;
  flex: 1;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.account-image-wrapper-login7 {
  min-height: 90vh;
  overflow: hidden;
}

.label-form {
  color: #616161;
  margin-top: 0;
  font-size: 14px;
  font-weight: 500;
}

.page-wrapper-login7 {
  z-index: 10;
  background-color: #fff;
  flex-direction: column;
  display: flex;
  position: relative;
}

.page-wrapper-login7.flex {
  flex-direction: row;
  margin-top: 0;
  overflow: visible;
}

.form-page-wrapper-login7 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.line-divider {
  background-color: #cacaca;
  width: 100%;
  height: 1px;
}

.form-container-login7 {
  color: #747474;
  width: 100%;
  max-width: 40em;
}

.form-container-login7._w-med {
  max-width: 35em;
  margin-left: auto;
  margin-right: auto;
}

.outline-login7 {
  border: 1px solid #2c85f8;
  border-top-style: none;
  height: 110vh;
}

.success {
  color: #313d17;
  background-color: #c4f85c;
}

.icon-arrow {
  height: 12px;
  margin-top: 2px;
  margin-left: 10px;
}

.sign-up-link {
  color: #464646;
  background-color: #f5f5f5;
  border-radius: 7px;
  align-self: flex-start;
  padding: 18px 22px;
  text-decoration: none;
  display: flex;
}

.sign-up-link.google {
  grid-column-gap: 10px;
  border: 1px solid #cacaca;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-weight: 500;
}

.sign-up-link.google:hover {
  color: #7c7a7a;
  background-color: #e6e6e6;
}

.google-logo {
  height: 20px;
}

.inner-form-login7 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.inner-form-login7.gap {
  grid-row-gap: 1.2em;
  text-align: left;
  align-items: flex-start;
}

.main-grid-login7 {
  grid-column-gap: 2.2em;
  grid-row-gap: 2.2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
  position: relative;
}

.main-grid-login7.full {
  height: 100%;
}

.link-wrapper-login7 {
  color: rgba(0, 0, 0, .85);
  white-space: nowrap;
  border-bottom: 1px dashed #c5c5c5;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 5px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.link-wrapper-login7:hover {
  color: rgba(87, 85, 85, .85);
  padding-right: 0;
}

.link-wrapper-login7.small {
  font-size: 1em;
}

.form-wrapper-login7 {
  width: 100%;
}

.form-wrapper-login7.left {
  flex-direction: column;
  justify-content: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.center-wrapper-login7 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.center-wrapper-login7.gap {
  grid-row-gap: 1.25em;
  position: relative;
}

.center-wrapper-login7.gap._100 {
  width: 100%;
}

.mb-15 {
  margin-bottom: 15px;
}

.form-flex {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.right-bot {
  background-color: #f9f9f9;
  border-radius: 10px;
  padding: 25px;
}

.credit-bot {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.content {
  width: 100%;
  display: flex;
}

.credit-card {
  background-color: #000;
  border-radius: 14px;
  flex-direction: column;
  justify-content: space-between;
  min-height: 225px;
  padding: 30px;
  display: flex;
}

.profile-img {
  border-radius: 50%;
}

.nav-icon {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f9f9f9;
  border-radius: 10px;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
  padding: 10px;
  display: flex;
}

.invoice-wrap {
  border-bottom: 1px solid rgba(127, 127, 127, .4);
  margin-top: 20px;
  margin-bottom: 40px;
}

.card-icon {
  border: 2px solid #000;
  border-top-color: rgba(127, 127, 127, .6);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 43px;
  height: 43px;
  display: flex;
}

.card-icon.small {
  border-bottom-color: rgba(127, 127, 127, .6);
  border-left-color: rgba(127, 127, 127, .6);
}

.card-icon.half {
  border-left-color: rgba(127, 127, 127, .6);
}

.shadow {
  display: none;
}

.invoice-profiles {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.p-10 {
  color: #7f7f7f;
  font-size: 10px;
}

.search-field {
  background-color: #f9f9f9;
  background-image: url('../images/search.svg');
  background-position: 25px;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 10px;
  height: 55px;
  margin-bottom: 0;
  padding: 10px 10px 10px 60px;
  font-weight: 400;
  transition: border .2s;
}

.search-field:hover, .search-field:focus {
  border-color: rgba(127, 127, 127, .6);
}

.section {
  display: flex;
}

.credit-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-buttons {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.right-mid {
  background-color: #f9f9f9;
  border-radius: 10px;
  margin-bottom: 30px;
  padding: 20px;
}

.form-block {
  margin-bottom: 0;
}

.icon-img {
  border-radius: 50%;
}

.invoice-top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.embed-icon {
  margin-bottom: -4px;
}

.bot-label {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.form-fields {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 40px;
  padding-bottom: 5px;
  display: flex;
}

.notiifi-icon {
  background-color: #f9f9f9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 55px;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.notiifi-icon:hover {
  transform: translate(-1px, -1px);
  box-shadow: 1px 1px 0 1px rgba(0, 0, 0, .2);
}

.button-2 {
  color: #fff;
  background-color: #000;
  border-radius: 10px;
  width: 100%;
  padding: 25px 30px;
  transition: box-shadow .2s, transform .2s;
}

.button-2:hover {
  transform: translate(0, -4px);
  box-shadow: 0 4px 4px rgba(127, 127, 127, .6);
}

.button-2.grey {
  background-color: #7f7f7f;
}

.circles-wrap {
  align-items: center;
  display: flex;
}

.p-12 {
  font-size: 12px;
}

.p-12.mb-5 {
  margin-bottom: 5px;
}

.p-12.mb-20 {
  margin-bottom: 20px;
}

.p-12.mw {
  text-align: right;
  min-width: 50px;
}

.p-12.mb-10 {
  margin-bottom: 10px;
}

.mobile-nav {
  display: none;
}

.content-right {
  width: 35%;
  padding: 40px 25px;
}

.mid-label {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.nav {
  z-index: 999;
  border-right: 1px solid rgba(127, 127, 127, .4);
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  max-width: 265px;
  height: 100vh;
  padding: 40px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.transaction-icon {
  grid-column-gap: 15px;
  display: flex;
}

.transaction-wrap {
  margin-top: 10px;
}

.h1 {
  font-size: 27px;
  font-weight: 500;
}

.nav-link-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #7f7f7f;
  align-items: center;
  margin-bottom: 10px;
  padding: 10px;
  transition: background-color .2s, color .2s;
  display: flex;
}

.nav-link-2:hover, .nav-link-2.w--current {
  color: #000;
  background-color: #f9f9f9;
  border-radius: 10px;
}

.nav-link-2.no-m {
  margin-bottom: 0;
}

.right-top {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.card {
  grid-row-gap: 15px;
  background-color: #c5caff;
  border-radius: 10%;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  /*height: 100%;*/
  padding: 30px 25px;
  display: flex;
}

.card.pink {
  background-color: #f4d2dd;
}

.card.light {
  background-color: #e1e7e9;
}

.white-p {
  color: #fff;
}

.grey-p {
  color: #7f7f7f;
}

.link {
  color: #7f7f7f;
  white-space: nowrap;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  font-size: 12px;
  font-weight: 500;
  transition: border .2s;
}

.link:hover {
  border-bottom: 1px solid #7f7f7f;
}

.circle {
  background-color: #f9f9f9;
  border: 1px solid #000;
  border-radius: 50%;
  width: 17px;
  height: 17px;
}

.circle.ml {
  background-color: #f9f9f9;
  margin-left: -6px;
}

.field-label {
  border-right: 1px solid #000;
  min-width: 150px;
  margin-bottom: 0;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 500;
}

.profile {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #f9f9f9;
  border-radius: 5px;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
}

.invoice-wrapper {
  width: 100%;
  margin-top: 40px;
}

.plus-link {
  background-color: #f9f9f9;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 55px;
  transition: box-shadow .2s, transform .2s;
  display: flex;
}

.plus-link:hover {
  transform: translate(-1.1px, -1.1px);
  box-shadow: 1px 1px 0 1.1px rgba(127, 127, 127, .2);
}

.plus-link.white {
  background-color: #fff;
}

.transaction {
  grid-column-gap: 40px;
  border-bottom: 1px solid rgba(127, 127, 127, .4);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.transaction.last {
  border-bottom-style: none;
  margin-bottom: 0;
}

.cards-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  max-height: 215px;
  margin-top: 60px;
  margin-bottom: 50px;
  display: flex;
}

.content-left {
  width: 65%;
  padding: 40px 25px;
}

.profile-wrap {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
}

.search {
  width: 100%;
  margin-bottom: 0;
}

.text-field-3 {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  width: 100%;
  margin-bottom: 0;
  padding: 10px 10px 10px 20px;
  font-size: 16px;
  font-weight: 500;
  transition: border .2s;
}

.text-field-3:hover, .text-field-3:focus {
  border-color: rgba(127, 127, 127, 0);
}

.text-field-3::placeholder {
  color: #7f7f7f;
  font-size: 14px;
}

.text-field-3.email {
  background-image: url('../images/letter.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 25px;
}

.text-field-3.name {
  background-image: url('../images/customer.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-right: 25px;
}

@media screen and (min-width: 1440px) {
  .section-1-wb-login5, .section-1-wb-login6 {
    font-size: 14px;
  }
}

@media screen and (min-width: 1920px) {
  .nav-button-wb-login2 {
    color: #0f1d2b;
    background-color: #f1f4f6;
  }

  .nav-button-wb-login2:hover {
    background-color: #202330;
  }

  .header-wb-login2.center {
    margin-bottom: 10px;
    font-family: Montserrat, sans-serif;
    font-weight: 400;
  }

  .social-text-2 {
    font-size: 14px;
    font-weight: 400;
  }

  .button-wb-login2.in-form {
    color: #fff;
    background-color: #202330;
    margin-top: 5px;
  }

  .button-wb-login2.in-form:hover {
    color: #0f1d2b;
    background-color: #00deff;
  }

  .image-p-wb-login2 {
    align-self: center;
  }

  .link-wb-login2 {
    margin-right: 5px;
    font-weight: 400;
  }

  .nav-button-wb-login4 {
    color: #0f1d2b;
    background-color: #f1f4f6;
  }

  .nav-button-wb-login4:hover {
    background-color: #202330;
  }

    .section-147 {
        color: #040053;
    }
}

@media screen and (max-width: 991px) {

    .sidebar-blog-text {
        font-size: .8em;
    }

    .sidebar-blog-text.is-1st {
        min-width: 9em;
    }

    .blog-sidebar-2 {
        grid-column-gap: 2em;
        grid-row-gap: 2em;
        border-top: 1px solid #7298bd;
        grid-template-rows: auto;
        grid-template-columns: 1fr 1fr;
        grid-auto-columns: 1fr;
        max-width: none;
        padding-top: 4em;
        display: grid;
    }

    #w-node-acd85dd7-fde5-fdd9-6579-d69bc02b95c0-57e67e0b {
        justify-self: auto;
    }

    .blog-post-grid {
        grid-template-columns: 1fr;
    }

    .padding-9 {
        padding-top: 4em;
        padding-bottom: 4em;
    }

    .padding-9.top-8em {
        padding-top: 6em;
    }

    .section-147 {
        margin-top: 40px;
        margin-bottom: 40px;
    }
    .container-78 {
        padding-left: 4em;
        padding-right: 4em;
    }
  .main-grid--pricing {
    grid-template-columns: 1fr 1fr;
  }

  .tabs-menu--pricing {
    justify-content: center;
  }

  .icon-check--pricing {
    margin-right: 0;
  }

  .button {
    padding: 18px 40px;
  }

  .button:hover {
    background-color: rgba(128, 128, 128, .2);
  }

  .container--pricing {
    flex: 0 auto;
  }

  .dropdown-list {
    width: 100%;
    min-width: auto;
    margin-left: auto;
    margin-right: auto;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .dropdown-list.w--open {
    min-width: auto;
    top: 2em;
    left: 0;
  }

  .nav-link {
    color: #242424;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 20px;
  }

  .nav-link:hover {
    color: #242424;
  }

  .grid-drop-down {
    grid-template-columns: 1fr 1fr 1fr;
    width: 100%;
  }

  .button-hover-fill {
    display: none;
  }

  .nav-m-button {
    color: #fff;
    order: 1;
  }

  .nav-m-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .main-navbar {
    text-align: left;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-left: 15px;
    padding-right: 20px;
  }

  .container-wb-footer {
    flex: 0 auto;
  }

  .link-button-green {
    padding-left: 50px;
  }

  .dropdown-nav {
    width: 100%;
    font-size: 20px;
  }

  .default-home-text {
    font-size: .9em;
  }

  .navigation-wb-menu-button {
    border: 1px solid var(--flowui-component-library--gray-200);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .navigation-wb-menu-button.w--open {
    background-color: var(--flowui-component-library--gray-900);
    border-color: #fff;
  }

  .navigation-wb-link {
    width: 100%;
  }

  .navigation-wb-menu {
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    padding: 12px;
    position: absolute;
  }

  .navigation-wb-menu.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .navigation-wb-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .navigation-wb-logo-link {
    margin-right: 0;
  }

  .navigation--web-builder {
    position: relative;
  }

  .f-navigation-r {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-l {
    border: 1px solid var(--flowui-component-library--gray-200);
    background-color: var(--flowui-component-library--white);
    color: var(--flowui-component-library--grey-600);
    border-radius: 8px;
    width: 100%;
    padding: 12px;
  }

  .f-navigation-l.w--open {
    background-color: var(--flowui-component-library--gray-700);
    border-color: #fff;
  }

  .f-navigation-2 {
    position: relative;
  }

  .f-navigation-link-3 {
    width: 100%;
  }

  .f-navigation-3 {
    position: relative;
  }

  .container-wb-pricing-hero {
    padding-left: 4em;
    padding-right: 4em;
  }

  .heading-wb-pricing-hero2.is-about-title-3 {
    font-size: 5em;
  }

  .grid--wb-enterprise {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .image--wb-enterprise {
    max-height: 50vh;
  }

  .wb-cta-reveal-wrap {
    width: 100%;
  }

  .template-main-title {
    max-width: 57em;
    padding-bottom: 8em;
  }

  .container-wb-cta {
    padding-left: 6em;
    padding-right: 6em;
  }

  .heading-wb-cta.main-title {
    margin-bottom: .5em;
    font-size: 3.4em;
  }

  .main-button-title-wb-cta {
    margin-right: 1.5em;
    font-size: .9em;
  }

  .main-button-wb-cta {
    flex-direction: row;
    font-size: .9em;
  }

  .scroll-down-icon {
    display: block;
    position: relative;
    top: -.05em;
  }

  .grid--wb-footer {
    grid-template-columns: 1fr 1fr;
  }

  .small-link {
    padding-top: .7em;
    padding-bottom: .7em;
  }

  .logo-wb-footer {
    max-height: 18px;
    margin-bottom: 10px;
  }

  .wrapper-menu-wb-footer {
    flex-wrap: wrap;
  }

  .hamburger_line-bottom, .hamburger_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger_line-middle-in {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .nav-menu-wb-login2 {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .nav-container-wb-login2 {
    justify-content: space-between;
    align-items: center;
  }

  .hamburger_line-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-link {
    white-space: nowrap;
    width: auto;
    padding: 20px;
    font-size: 14px;
  }

  .hamburger_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .hamburger.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .button-nav-wb-login3 {
    top: 20px;
    right: 20px;
  }

  .heading-3-login3 {
    font-size: 36px;
  }

  .circle-2-login3 {
    width: 60px;
    height: 60px;
  }

  .heading-2-login3, .heading-1-login3 {
    font-size: 36px;
  }

  .image-2 {
    align-self: center;
  }

  .div-block {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-block {
    top: 20px;
    left: 20px;
  }

  .circle-1-login3 {
    width: 240px;
    height: 240px;
    right: -140px;
  }

  .div-block-57 {
    flex-direction: column;
    justify-content: center;
    align-self: center;
    display: flex;
  }

  .section-1-wb-login5 {
    font-size: 1.3vw;
  }

  .wrap-3-wb-login5 {
    padding: 5em 4em;
  }

  .section-1-wb-login6 {
    font-size: 1.3vw;
  }

  .wrap-3-wb-login6 {
    padding: 5em 4em;
  }

  .nav-container-wb-login4 {
    justify-content: space-between;
    align-items: center;
  }

  .nav-menu-wb-login4 {
    z-index: 40;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px #000;
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
    padding: 0 0%;
    display: flex;
    overflow: auto;
  }

  .wrap-login4 {
    width: 100%;
  }

  .master-section-3.hp {
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-field {
    min-width: auto;
  }

  .form-page-wrapper-login7 {
    padding: 45px 30px;
  }

  .form-container-login7 {
    max-width: none;
  }

  .main-grid-login7 {
    grid-template-columns: 1fr 1fr;
  }

  .form-flex {
    flex-direction: column;
  }

  .hamburger-2 {
    cursor: pointer;
  }

  .content {
    flex-direction: column;
  }

  .nav-icon {
    margin-top: 0;
  }

  .shadow {
    z-index: 999;
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px);
    background-color: rgba(0, 0, 0, .2);
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .search-field {
    height: 45px;
  }

  .section {
    flex-direction: column;
  }

  .notiifi-icon {
    height: 45px;
  }

  .mobile-nav {
    z-index: 9999;
    background-color: #fdfdfd;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    justify-content: space-between;
    align-items: center;
    height: 60px;
    padding-left: 25px;
    padding-right: 25px;
    display: flex;
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .content-right {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav {
    z-index: 9998;
    background-color: #fff;
    border-left: 1px solid rgba(127, 127, 127, .4);
    height: auto;
    padding-left: 30px;
    padding-right: 30px;
    display: none;
    position: fixed;
    top: 60px;
    bottom: 0;
    right: 0;
  }

  .right-top {
    z-index: 99;
    background-color: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .2);
    padding: 10px 25px;
    position: fixed;
    top: 60px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .logo-link {
    display: none;
  }

  .logo-link.mobile {
    display: block;
  }

  .card {
    border-radius: 20px;
  }

  .hamburger-line {
    background-color: #000;
    width: 40px;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-line.mid {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .field-label {
    min-width: 140px;
  }

  .cards-wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .content-left {
    width: 100%;
    margin-top: 80px;
    padding-top: 10px;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {


    .sidebar-article-link-name {
        font-size: 1.2em;
    }

    .sidebar-blog-text {
        font-size: .9em;
    }

    .blog-sidebar-2 {
        grid-row-gap: 4em;
        grid-template-columns: 1fr;
    }

    .padding-9 {
        padding-top: 3em;
        padding-bottom: 3em;
    }

    .padding-9.top-8em {
        padding-top: 5em;
    }

    .padding-9.less-paddings-5em {
        padding-top: 3.5em;
        padding-bottom: 3.5em;
    }
    .container-78.is-breadcrumbs {
        padding-left: 2.5em;
        padding-right: 2.5em;
        top: 2em;
    }
    .section-147 {
        margin-top: 0;
    }
  .main-grid--pricing {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .tabs-menu--pricing {
    grid-column-gap: 10px;
    background-color: rgba(0, 0, 0, 0);
    border-radius: 0;
    flex-direction: row;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    width: 100%;
    font-size: 16px;
  }

  .tab-rounded--pricing {
    border-radius: 100px;
    font-size: 1em;
  }

  .nav-1-brand-3 {
    padding-left: 2em;
    padding-right: 0;
  }

  .nav-1-brand-3:hover {
    background-color: rgba(0, 0, 0, 0);
    border-right-color: rgba(0, 0, 0, 0);
  }

  .nav-1-brand-name {
    font-size: 1.6em;
  }

  .navigation-wb-language-dropdown-toggle, .f-navigation-button-secondary, .f-navigation-socials-wrapper {
    display: none;
  }

  .heading-wb-pricing-hero2.is-about-title-3 {
    font-size: 4em;
    line-height: 1.1em;
  }

  .image--wb-enterprise {
    max-height: 50vh;
  }

  .container-wb-cta {
    padding-left: 7em;
    padding-right: 7em;
  }

  .main-button-title-wb-cta {
    font-size: 1em;
  }

  .button-text-wb-cta {
    font-size: .9em;
  }

  .grid--wb-footer {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .small-text-link {
    font-size: 1em;
  }

  .logo-wb-footer {
    max-height: 32px;
  }

  .hamburger_line-bottom, .hamburger_line-top {
    background-color: #00deff;
  }

  .nav-menu-wb-login2 {
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 5%;
  }

  .navbar-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-link.far-left {
    margin-left: 0;
  }

  .hamburger_line-middle {
    background-color: #202330;
  }

  .navbar-login-page2 {
    height: 4rem;
  }

  .button-nav-wb-login3 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
    top: 40px;
    right: 40px;
  }

  .heading-3-login3 {
    font-size: 32px;
  }

  .circle-2-login3 {
    bottom: 182px;
    right: 60px;
  }

  .heading-2-login3 {
    font-size: 32px;
  }

  .div-1 {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .heading-1-login3 {
    font-size: 32px;
  }

  .div-block {
    padding-left: 40px;
  }

  .div-2 {
    width: 100%;
    padding-top: 60px;
    padding-bottom: 50px;
  }

  .page-wrapper-wb-login3 {
    flex-wrap: wrap;
    height: auto;
  }

  .circle-1-login3 {
    bottom: auto;
  }

  .wrap-1-wb-login5 {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    flex-direction: column;
  }

  .section-1-wb-login5 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .wrap-3-wb-login5 {
    padding: 7em 6em;
  }

  .section-1-wb-login6 {
    padding-left: 3em;
    padding-right: 3em;
    font-size: 1.69vw;
  }

  .wrap-1-wb-login6 {
    grid-column-gap: 10em;
    grid-row-gap: 10em;
    flex-direction: column;
  }

  .wrap-3-wb-login6 {
    padding: 7em 6em;
  }

  .nav-menu-wb-login4 {
    border-radius: 20px;
    margin-top: 15px;
    margin-left: 5vw;
    margin-right: 5vw;
    padding: 1rem 5%;
  }

  .navbar-login-page4 {
    height: 4rem;
  }

  .wrap-login4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar-login-page7 {
    height: 4rem;
  }

  .text-field {
    text-align: left;
    margin-bottom: 15px;
  }

  .inner-form-login7 {
    flex-direction: column;
  }

  .main-grid-login7 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .invoice-profiles {
    flex-direction: column;
  }

  .mobile-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .cards-wrap {
    flex-direction: column;
    max-height: none;
  }
}

@media screen and (max-width: 479px) {


    .blog-sidebar-block-3 {
        grid-row-gap: 1em;
    }

    .blog-sidebar-2 {
        grid-template-columns: 1fr;
    }

    .padding-9 {
        padding-top: 2em;
        padding-bottom: 2em;
    }

    .padding-9.bottom-5em {
        padding-bottom: 4em;
    }

    .padding-9.less-paddings-5em {
        padding-top: 2.5em;
        padding-bottom: 2.5em;
    }

    .container-78 {
        padding-left: 2vw;
        padding-right: 2vw;
    }

    .container-78.is-breadcrumbs {
        padding-left: 1.6em;
        padding-right: 1.6em;
        top: 1.2em;
    }
    .section-147 {
        margin-top: 30px;
    }
  .main-grid--pricing {
    grid-row-gap: 2em;
  }

  .tabs-menu--pricing.plan, .icon-check--pricing {
    margin-bottom: 0;
  }

  .block-rounded--pricing {
    padding: 30px 20px 40px;
  }

  .price--pyn-site {
    font-size: 40px;
  }

  .inner-tab-content--pricing {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .button {
    justify-content: center;
    width: 100%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .container--pricing {
    flex: 0 auto;
    width: 100%;
  }

  .tab-rounded--pricing {
    text-align: center;
    flex: 1;
    padding: 12px 15px;
    font-size: 1em;
  }

  .heading-small--pricing {
    font-size: 1em;
  }

  .list-flex--pricing {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .p-small--pricing {
    font-size: 14px;
  }

  .dropdown-list.w--open {
    z-index: 5;
  }

  .nav-link, .dropdown-toggle {
    font-size: 18px;
  }

  .drop-menu-icon {
    display: none;
  }

  .main-navbar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-wb-footer {
    flex: 0 auto;
    width: 100%;
  }

  .link-button-green {
    flex: 0 auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .label-button {
    font-size: 16px;
  }

  .brand {
    padding-left: 0;
  }

  .dropdown-nav {
    z-index: 5;
  }

  .image-brand {
    max-height: 24px;
  }

  .nav-1-brand-3 {
    padding-left: 1.5em;
    padding-right: 0;
  }

  .default-home-text {
    font-size: .8em;
  }

  .navigation-wb-button {
    display: none;
  }

  .container-wb-pricing-hero {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-wb-pricing-hero2.is-about-title-3 {
    font-size: 3.5em;
    line-height: 1.2em;
  }

  .header--wb-enterprise {
    font-size: 30px;
  }

  .wrap--wb-enterprise {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .container-wb-cta {
    padding-left: 8vw;
    padding-right: 8vw;
  }

  .heading-wb-cta.main-title {
    font-size: 6vw;
  }

  .main-button-wb-cta {
    padding-top: 1.4em;
    padding-bottom: 1.4em;
  }

  .grid--wb-footer {
    grid-row-gap: 2em;
  }

  .button-nav-wb-login3 {
    top: 30px;
    right: 30px;
  }

  .circle-2-login3 {
    bottom: 191px;
    right: 49px;
  }

  .div-block {
    padding-left: 20px;
  }

  .form-block-2 {
    margin-left: auto;
    margin-right: auto;
  }

  .section-1-wb-login5 {
    font-size: 2.5vw;
  }

  .wrap-3-wb-login5 {
    padding: 5em 4em;
  }

  .section-1-wb-login6 {
    font-size: 2.5vw;
  }

  .wrap-3-wb-login6 {
    padding: 5em 4em;
  }

  .wrap-login4 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .inner-input-login7.flex-horizontal {
    grid-row-gap: 2em;
    flex-direction: column;
  }

  .text-field {
    text-align: left;
    max-width: none;
    height: 60px;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 20px;
  }

  .account-image-wrapper-login7 {
    min-height: 60vh;
  }

  .label-form {
    text-align: left;
  }

  .form-container-login7 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .sign-up-link.google {
    font-size: 16px;
  }

  .inner-form-login7.gap, .main-grid-login7 {
    grid-row-gap: 2em;
  }

  .link-wrapper-login7 {
    font-size: 16px;
  }

  .link-wrapper-login7.small {
    font-size: .8em;
  }

  .form-wrapper-login7 {
    width: 100%;
  }

  .center-wrapper-login7 {
    font-size: 18px;
  }

  .center-wrapper-login7.gap {
    grid-row-gap: .85em;
  }

  .form-buttons {
    flex-direction: column;
  }

  .mobile-nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h1 {
    font-size: 20px;
  }

  .field-label {
    min-width: 110px;
    font-size: 12px;
  }

  .cards-wrap {
    margin-top: 20px;
  }

  .text-field-3 {
    font-size: 12px;
  }

  .text-field-3::placeholder {
    font-size: 10px;
  }
}

#w-node-_60bbe23f-d1af-7a2e-bc5f-c58b041e7ec4-51dc61ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aec67408-dfad-5012-c54c-f56367534c8f-51dc61ae {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-aec67408-dfad-5012-c54c-f56367534c84-51dc61ae {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: auto;
}

#w-node-b6cd393f-fd38-6b5a-9665-0ef9ad855eb9-51dc61ae {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-51dc61ae {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_94fb996a-053b-b338-b801-717c5343a008-51dc61ae, #w-node-_94fb996a-053b-b338-b801-717c5343a009-51dc61ae, #w-node-_94fb996a-053b-b338-b801-717c5343a015-51dc61ae, #w-node-_94fb996a-053b-b338-b801-717c5343a016-51dc61ae {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e29e768-eef6-a97a-69a5-7e762160c008-51dc61ae {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_2e29e768-eef6-a97a-69a5-7e762160c00a-51dc61ae {
  grid-area: 1 / 4 / 2 / 7;
  align-self: center;
}

#w-node-_2e29e768-eef6-a97a-69a5-7e762160c015-51dc61ae {
  grid-area: 1 / 7 / 2 / 10;
  align-self: center;
  justify-self: end;
}

#w-node-_60bbe23f-d1af-7a2e-bc5f-c58b041e7ec4-f2394c5e {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-aec67408-dfad-5012-c54c-f56367534c8f-f2394c5e {
  grid-area: 1 / 5 / 2 / 8;
}

#w-node-aec67408-dfad-5012-c54c-f56367534c84-f2394c5e {
  grid-area: 1 / 9 / 2 / 11;
  justify-self: auto;
}

#w-node-b6cd393f-fd38-6b5a-9665-0ef9ad855eb9-f2394c5e {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-f2394c5e {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: stretch;
}

#w-node-_94fb996a-053b-b338-b801-717c5343a008-f2394c5e, #w-node-_94fb996a-053b-b338-b801-717c5343a009-f2394c5e, #w-node-_94fb996a-053b-b338-b801-717c5343a015-f2394c5e, #w-node-_94fb996a-053b-b338-b801-717c5343a016-f2394c5e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e29e768-eef6-a97a-69a5-7e762160c008-f2394c5e {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_2e29e768-eef6-a97a-69a5-7e762160c00a-f2394c5e {
  grid-area: 1 / 4 / 2 / 7;
  align-self: center;
}

#w-node-_2e29e768-eef6-a97a-69a5-7e762160c015-f2394c5e {
  grid-area: 1 / 7 / 2 / 10;
  align-self: center;
  justify-self: end;
}

#w-node-b16fa179-16de-2b08-9501-4a47f7c00bbe-fc1319e8 {
  grid-area: 1 / 6 / 2 / 13;
  align-self: stretch;
}

#w-node-b16fa179-16de-2b08-9501-4a47f7c00be5-fc1319e8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-51dc61ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e29e768-eef6-a97a-69a5-7e762160c008-51dc61ae {
    grid-column-end: 3;
  }

  #w-node-_2e29e768-eef6-a97a-69a5-7e762160c00a-51dc61ae {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-f2394c5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e29e768-eef6-a97a-69a5-7e762160c008-f2394c5e {
    grid-column-end: 3;
  }

  #w-node-_2e29e768-eef6-a97a-69a5-7e762160c00a-f2394c5e, #w-node-b16fa179-16de-2b08-9501-4a47f7c00bbe-fc1319e8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-b16fa179-16de-2b08-9501-4a47f7c00be5-fc1319e8 {
    grid-column: span 2 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-f2394c5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-51dc61ae, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-51dc61ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e29e768-eef6-a97a-69a5-7e762160c008-51dc61ae {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fbc-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce04fe9-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05046-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05016-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce05075-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050a2-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050ff-f2394c5e, #w-node-_28d6b0e8-570d-ce37-bb7b-a3bb6ce050cf-f2394c5e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_2e29e768-eef6-a97a-69a5-7e762160c008-f2394c5e {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-b16fa179-16de-2b08-9501-4a47f7c00bbe-fc1319e8 {
    grid-column-end: 3;
  }
}

.section-147 {
    z-index: 10;
    color: #193047;
    width: 100%;
    margin-top: 60px;
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.container-78 {
    z-index: 20;
    width: 100%;
    max-width: 1600px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-left: 6em;
    padding-right: 6em;
    position: relative;
}

.container-78.is-breadcrumbs {
    position: absolute;
    top: 4em;
    left: 0;
    right: 0;
}

.container-78.in-hero-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: -4em;
    display: flex;
}


.padding-9 {
    z-index: 10;
    width: 100%;
    padding: 5em 0;
    position: relative;
}

.padding-9.bottom-5em {
    padding-bottom: 5em;
}

.padding-9.top-8em {
    padding-top: 8em;
}

.padding-9.bottom-4em {
    padding-bottom: 4em;
}

.padding-9.less-paddings-5em {
    padding-top: 5em;
    padding-bottom: 5em;
}

.padding-9.less-paddings-5em.earned-wage {
    padding-top: 1em;
    padding-bottom: 1em;
}

.blog-post-grid {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1fr;
    width: 100%;
}

#w-node-acd85dd7-fde5-fdd9-6579-d69bc02b95c0-57e67e0b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
    justify-self: center;
}


.blog-sidebar-2 {
    grid-row-gap: 4em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 25em;
    display: flex;
}


.blog-sidebar-block-3 {
    grid-row-gap: 2em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    display: flex;
}


.sidebar-blog-text {
    opacity: .7;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-size: .9em;
    font-weight: 600;
    line-height: 1.3em;
}

.sidebar-blog-text.is-1st {
    min-width: 11em;
    font-weight: 700;
}

.sidebar-blog-text.is-link {
    color: #993117;
}

.sidebar-blog-text.is-link:hover {
    color: var(--blue--color-3);
}


.sidebar-article-link-2 {
    grid-column-gap: 2em;
    grid-row-gap: .5em;
    opacity: .5;
    color: #1e3a57;
    border-left: 1px solid #7298bd;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: .9em;
    padding-bottom: .9em;
    padding-left: 1.5em;
    transition: border-color .2s, opacity .2s;
    display: flex;
}

.sidebar-article-link-2:hover {
    opacity: .8;
    border-left-color: #f5dcd5;
}

.sidebar-article-link-2.w--current {
    opacity: 1;
    border-left-color: #284969;
}

.sidebar-article-content {
    grid-row-gap: .25em;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
}

.sidebar-article-link-name {
    font-size: 1em;
    line-height: 1.3em;
}

.sidebar-article-link-name.is-extra-large {
    color: var(--blue--color-1);
    font-size: 1.3em;
}


.sidebar-articles {
    width: 100%;
}

.empty-state-hidden {
    display: none;
}

.html-embed {
    padding-right: 8em;
}
