:root {
  --dark-gray: #242c33;
  --grammatica-purple-100: #73f;
  --ultralight-gray: #f2f5f7;
  --light-gray: #d2d6d9;
  --white: white;
  --grammatica-purple-70: #5324b3;
  --grammatica-purple-40: #2f1566;
  --medium-gray: #919699;
  --superlight-gray: #e3e6e8;
  --grammatica-pink: #ff4c6a;
  --grammatica-green: #3dcc55;
}

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

body {
  color: var(--dark-gray);
  letter-spacing: -.4px;
  font-family: proxima-soft, sans-serif;
  font-size: 19px;
  font-weight: 500;
  line-height: 1.42em;
}

h1 {
  color: var(--grammatica-purple-100);
  text-align: center;
  letter-spacing: -.3px;
  text-shadow: 18px 18px 30px rgba(119, 51, 255, .4);
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 80px;
  font-weight: 700;
  line-height: 1em;
}

h2 {
  color: var(--grammatica-purple-100);
  letter-spacing: -.3px;
  margin-top: 35px;
  margin-bottom: 32px;
  font-size: 50px;
  font-weight: 700;
  line-height: 1.2em;
}

h3 {
  color: var(--grammatica-purple-100);
  letter-spacing: -.3px;
  margin-top: 32px;
  margin-bottom: 30px;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.21em;
}

h4 {
  color: var(--grammatica-purple-100);
  letter-spacing: -.3px;
  margin-top: 30px;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23em;
}

p {
  margin-bottom: 0;
  line-height: 1.42em;
}

a {
  color: var(--dark-gray);
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

figure {
  margin-bottom: 10px;
}

.default-container {
  z-index: 10;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.default-container.header-container {
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
}

.default-container.grammatica-content-header-container {
  flex-wrap: nowrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  display: block;
}

.default-container.flex {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.default-container.copyright-container {
  padding-left: 0;
  padding-right: 0;
}

.device-mockup---iphone-11-pro {
  z-index: 100;
  width: 100%;
  position: relative;
}

.device-frame {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: url('../images/device_frame_iphone11pro.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
}

.device-content {
  z-index: -10;
  width: 86.8056%;
  height: 94.0904%;
  position: absolute;
  top: 3.01275%;
  left: 6.71296%;
}

.perspective-shadow {
  z-index: -20;
  width: 131.944%;
  height: 117.729%;
  background-image: url('../images/perspective_shadow_iphone11pro.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.image {
  width: 100%;
  height: 100%;
}

.grammatica-footer {
  z-index: 1;
  background-color: var(--ultralight-gray);
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  border-top: 1px solid var(--light-gray);
  justify-content: space-between;
  padding-top: 50px;
  display: flex;
}

.text-style---body-3 {
  letter-spacing: -.2px;
  font-size: 14px;
  line-height: 1.42em;
}

.div-block-12 {
  width: 20px;
  height: 20px;
  position: relative;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto auto;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.list {
  margin-bottom: 0;
  padding-left: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42em;
}

.text-style---headline-3 {
  letter-spacing: -.2px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.42em;
}

.footer---logo {
  width: 196px;
  position: relative;
}

.list-item {
  display: block;
}

.grammatica-header {
  z-index: 100;
  width: auto;
  padding-top: 20px;
  padding-bottom: 20px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.grammatica-logo {
  width: 179px;
}

.header-linkblock {
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-self: auto;
  align-items: center;
  display: flex;
}

.sign-in-link {
  margin-right: 30px;
  display: flex;
}

.user-icon {
  margin-right: 10px;
}

.sign-in-text {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  display: block;
}

.add-to-browser-link {
  width: 205px;
  height: 48px;
  color: var(--white);
  background-color: #73f;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(119, 51, 255, .4);
}

.add-to-browser-link:hover {
  text-decoration: none;
}

.add-to-browser-link.inner {
  width: 100%;
  box-shadow: none;
  background-image: none;
  justify-content: space-between;
  padding: 0;
  transition-property: none;
}

.add-to-browser-link.firefox, .add-to-browser-link.edge, .add-to-browser-link.safari {
  display: none;
}

.add-to-chrome-text {
  text-align: center;
  margin: 12px 20px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}

.add-to-chrome-text:hover {
  text-decoration: none;
}

.add-to-chrome-text.getitnow {
  margin-left: auto;
  margin-right: 35px;
}

.chevron-holder {
  width: 48px;
  height: 48px;
  background-color: #5f29cc;
  justify-content: center;
  align-items: center;
  display: flex;
  box-shadow: 0 0 13px rgba(0, 0, 0, .5);
}

.grammatica-content-header {
  z-index: 1;
  padding-top: 100px;
  padding-bottom: 75px;
  font-family: Nunito, sans-serif;
  position: relative;
}

.grammatica-header-text {
  text-align: left;
  letter-spacing: -.3px;
  background-image: url('../images/page-title-underline3x.png');
  background-position: 3px 63px;
  background-repeat: no-repeat;
  background-size: 345px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 72px;
}

.grammatica-header-text.german, .grammatica-header-text.spanish {
  background-image: none;
}

.body {
  font-family: Nunito, sans-serif;
}

.chrome-button-holder {
  width: 300px;
  flex-direction: column;
  align-items: center;
  margin-left: -10px;
  display: flex;
}

.browser-button {
  width: 298px;
  height: 80px;
  color: var(--white);
  background-color: #73f;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 8px;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 3px rgba(119, 51, 255, .2);
}

.browser-button:hover {
  background-color: #5f29cc;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(119, 51, 255, .3);
}

.browser-button.firefox {
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  display: none;
}

.browser-button.firefox.notready {
  justify-content: space-between;
  display: none;
}

.browser-button.edge {
  padding-right: 26px;
  display: none;
}

.browser-button.edge.notready {
  display: none;
}

.browser-button.safari {
  padding-right: 25px;
  display: none;
}

.image-2 {
  height: 100%;
}

.add-to-chrome {
  text-align: left;
  font-weight: 700;
}

.add-to-chrome.german {
  font-size: 14px;
}

.its-free {
  color: rgba(255, 255, 255, .7);
  text-align: center;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
}

.its-free.ff, .its-free.edge {
  text-align: left;
}

.text-holder {
  flex: 0 auto;
}

.text-holder.centered {
  flex: 1;
  padding-left: 20px;
}

.availability {
  color: #73f;
  letter-spacing: -.3px;
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
}

.availability.firefox {
  text-align: center;
  display: none;
}

.availability.firefox.edge {
  text-align: center;
  display: block;
}

.availability.safari {
  text-align: center;
  display: none;
}

.availability.chrome {
  text-align: center;
}

.availability.android.iphone {
  display: block;
}

.availability.edge {
  text-align: center;
  display: none;
}

.text-block {
  width: 445px;
  margin-bottom: 40px;
}

.link {
  color: #73f;
  text-decoration: underline;
}

.link.grey {
  color: #bdbdbd;
}

.link-2 {
  color: #73f;
  text-decoration: underline;
}

.image-3 {
  border-radius: 11px;
  margin-top: 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, .4);
}

.stars {
  width: 250px;
  height: 80px;
  justify-content: center;
  align-items: center;
  margin-top: -21px;
  display: flex;
}

.text-block-2 {
  margin-top: 10px;
  margin-left: 10px;
  font-size: 38px;
  font-weight: 700;
}

.quote {
  width: 410px;
  text-align: center;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 20px;
}

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

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto;
}

.div-block-29 {
  padding-top: 75px;
  display: flex;
}

.div-block-30 {
  background-color: var(--white);
  border-radius: 20px;
}

.div-block-31 {
  justify-content: center;
  display: inline-block;
}

.left-arrow, .right-arrow {
  display: none;
}

.slider {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: block;
}

.slider.homepage {
  display: block;
}

.grammatica-headline {
  color: #73f;
  letter-spacing: -.3px;
  line-height: 60px;
}

.grammatica-headline.center {
  text-align: center;
  margin-bottom: 20px;
}

.text-block-3 {
  width: 470px;
  letter-spacing: -.3px;
  margin-top: 20px;
  line-height: 27px;
}

.grid-3 {
  grid-column-gap: 66px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  padding-bottom: 100px;
}

.center {
  text-align: center;
}

.text-block-4 {
  width: 460px;
  text-align: center;
  letter-spacing: -.3px;
  margin-bottom: -19px;
  line-height: 27px;
}

.text-block-4.spacing, .text-block-4.german {
  margin-bottom: 40px;
}

.text-block-4.spanish {
  margin-bottom: 20px;
}

.text-block-5 {
  margin-top: -25px;
  margin-bottom: 15px;
  font-size: 14px;
}

.text-block-5.german {
  margin-top: 40px;
}

.text-block-5.spanish {
  margin-top: 28px;
}

.plugin-buttons {
  margin-bottom: 140px;
  display: flex;
}

.image-6 {
  height: 56px;
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-6.popoverlink {
  height: 48px;
}

.link-block {
  background-color: #73f;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  border-radius: 10px;
  margin-bottom: 150px;
  padding: 1px;
  transition: background-color .2s, box-shadow .2s;
  overflow: hidden;
  box-shadow: 0 5px 10px rgba(119, 51, 255, .4);
}

.link-block:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .3));
  text-decoration: none;
  box-shadow: 0 5px 10px rgba(95, 41, 204, .4);
}

.text-block-6 {
  color: var(--white);
  line-height: 20px;
  text-decoration: none;
}

.div-block-35 {
  background-color: #73f;
  border-radius: 10px;
  padding: 20px 40px;
  transition: background-color .2s;
}

.div-block-35:hover {
  background-color: #5f29cc;
}

.videolink {
  max-width: 410px;
  flex-direction: column;
  align-items: center;
  margin-top: 70px;
  display: flex;
  position: relative;
}

.videolink:hover {
  text-decoration: none;
}

.everywhere-you-need-it {
  z-index: 1;
  position: relative;
}

.top-background {
  z-index: 0;
  width: auto;
  height: 1600px;
  background-image: linear-gradient(rgba(242, 245, 247, 0), #f2f5f7 50%, rgba(242, 245, 247, 0));
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.star {
  width: auto;
  height: 100%;
  margin-left: -15px;
  margin-right: -15px;
}

.div-block-38 {
  width: 730px;
}

.div-block-39 {
  margin-left: -8%;
  margin-right: -8%;
}

.div-block-39.german {
  margin-left: 1%;
  margin-right: 1%;
}

.hover-box {
  z-index: 1000;
  width: 220px;
  height: 200px;
  opacity: 0;
  background-image: url('../images/popover3x.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: -10px;
  margin-right: -10px;
  padding-top: 13px;
  display: none;
  position: absolute;
}

.add-to-browser-holder {
  display: none;
  position: relative;
}

.coming-soon {
  color: #919699;
  margin-top: -8px;
  font-size: 12px;
  font-style: italic;
}

.coming-soon.edge {
  display: none;
}

.coming-soon.firefox {
  display: block;
}

.playbutton {
  width: 64px;
  height: 64px;
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  top: 37%;
  bottom: auto;
  left: 41%;
  right: 0%;
}

.play {
  width: 12px;
  height: 14px;
  background-image: url('../images/play.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.videojs, .image-7, .onetrust-cookie-banner {
  display: none;
}

.footer-social-links {
  align-items: center;
  display: flex;
}

.icon {
  margin-right: 10px;
}

.features {
  z-index: 10;
  margin-top: -90px;
}

.heading2 {
  color: var(--grammatica-purple-100);
  text-align: center;
  letter-spacing: -.3px;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2em;
}

.underline {
  width: 238px;
  height: 1px;
  border: 2px solid #00d2e6;
  border-radius: 4px;
  margin: -44px auto 25px;
}

.underline.thx {
  width: 330px;
  height: 1px;
  margin-bottom: 24px;
  position: absolute;
  bottom: 21%;
  left: 0%;
  right: 0%;
}

.underline.thx.spanish {
  display: none;
}

.underline.thx-2 {
  width: 410px;
  margin-bottom: 20px;
  position: absolute;
  bottom: 59%;
  left: -5%;
  right: 0%;
}

.underline.thx-2.spanish {
  display: none;
}

.underline.german {
  width: 320px;
}

.underline.spanish {
  width: 280px;
}

.body-2 {
  text-align: center;
  letter-spacing: -.3px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.41em;
}

.headline-1 {
  color: #00d2e6;
  text-align: left;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.42em;
}

.headline-1.center {
  text-align: center;
  display: block;
}

.body-1 {
  letter-spacing: -.3px;
  font-family: Nunito, sans-serif;
  font-size: 19px;
  font-weight: 400;
}

.body-1.small {
  width: 445px;
  text-align: center;
  margin-bottom: -20px;
  margin-left: auto;
  margin-right: auto;
}

.headline-2 {
  color: #00d2e6;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.41em;
}

.headline-3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Nunito, sans-serif;
  font-weight: 600;
  line-height: 1.43em;
}

.body-3 {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.43em;
}

.callout-1 {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.11em;
}

.callout-2 {
  font-weight: 600;
  line-height: 1.12em;
}

.callout-3 {
  font-size: 14px;
  font-weight: 600;
  line-height: 1.14em;
}

.grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-bottom: 80px;
}

.feature-box {
  width: 100%;
  border-radius: 20px;
  flex-direction: column;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.box-bottom {
  z-index: 10;
  height: 100%;
  background-color: #ebeef0;
  align-items: center;
  padding: 30px;
  display: flex;
  position: relative;
}

.blurry-top {
  z-index: 5;
  filter: blur(10px);
  background-color: rgba(242, 245, 247, .3);
  padding: 40px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.box-top {
  z-index: 5;
  position: relative;
}

.box-top.grey {
  background-color: #f2f5f7;
}

.boxcontent {
  z-index: 10;
  padding: 0;
  position: relative;
}

.bold-text {
  font-weight: 800;
}

.box-image {
  margin-top: 40px;
  padding-left: 65px;
  padding-right: 65px;
}

.lottie-wrapper {
  width: 313px;
  height: 300px;
  margin: 105px auto 10px;
}

.lottie-animation {
  margin: 15px -75px -75px;
}

.gradient-top-right {
  z-index: 5;
  position: absolute;
  top: -7%;
  bottom: auto;
  right: -54%;
}

.gradient-top-right.thank-you {
  top: -185%;
  right: -58%;
}

.gradient-left {
  z-index: 5;
  position: absolute;
  top: 15%;
  bottom: 0%;
  left: -18%;
  right: auto;
}

.features-link {
  margin-right: 30px;
  display: flex;
}

.features-link.w--current {
  text-decoration: underline;
}

.features-link-text {
  font-family: Nunito, sans-serif;
  font-size: 14px;
  display: block;
}

.features-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.contentwrapper {
  z-index: 10;
  position: relative;
}

.browser-buttonholder {
  width: 300px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.browser-button-border {
  text-align: center;
  background-color: #f2f5f7;
  border-radius: 65px;
  padding: 25px;
}

.header-styles-and-js {
  display: none;
}

.grey-border {
  background-color: #f2f5f7;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: inline-block;
}

.grey-border.header {
  display: none;
}

.image-8 {
  width: 160px;
}

.mobile-app-footer {
  justify-content: center;
  display: none;
}

.redirection-text {
  color: #bdbdbd;
  text-align: center;
  margin-bottom: 100px;
  font-size: 15px;
}

.burger-wrapper {
  width: 42px;
  height: 42px;
  background-color: #f2f5f7;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: none;
}

.burger-wrapper-inner {
  width: 36px;
  height: 36px;
  background-color: var(--grammatica-purple-100);
  border-radius: 50%;
}

.header-inner {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cookie-reader, .linkblock.safari {
  display: none;
}

.thx, .thx-page {
  z-index: 10;
  height: 100vh;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.terms---information---table-header-column-2 {
  flex: 1;
  font-weight: 600;
}

.text-weight---semibold {
  font-weight: 600;
}

.terms---information---table-header-column-1 {
  width: 190px;
  flex: none;
  margin-right: 10px;
  font-weight: 600;
}

.terms---information---table-column-1 {
  width: 30px;
  flex: none;
  margin-right: 10px;
}

.no-margin {
  margin-bottom: 0;
}

.no-margin.left {
  text-align: left;
}

.text-color---medium-gray {
  color: #919699;
  margin-top: 10px;
}

.terms---list {
  grid-template-rows: 80px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  list-style-type: disc;
  display: block;
}

.terms---list-item---numbered {
  list-style-type: decimal;
}

.link---blue {
  color: #1a98ff;
  text-decoration: none;
}

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

.list-item-3 {
  position: static;
}

.terms---information---table-column-3 {
  flex: 1;
}

.terms---information---table-column-2 {
  width: 150px;
  flex: none;
  margin-right: 10px;
}

.section-anchor {
  width: 0;
  height: 0;
  margin-top: -172px;
  display: block;
  position: absolute;
}

.terms---paragraph {
  margin-bottom: 1.4em;
}

.terms---document-body {
  margin-top: 100px;
  margin-bottom: 100px;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.terms---document-body.margin---top---default.margin---bottom---default {
  margin-top: 60px;
}

.terms---content-block {
  margin-bottom: 50px;
}

.terms---information---table-row {
  display: flex;
}

.terms---information---table {
  width: 75%;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 50px;
  display: grid;
}

.terms---list---heading {
  margin-left: -20px;
  list-style-type: none;
}

.link---dark-gray {
  color: #242c33;
  text-decoration: none;
}

.link---dark-gray:hover {
  text-decoration: underline;
}

.link---dark-gray.link---underlined:hover {
  color: #1a98ff;
}

.default-container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 45px;
  padding-right: 45px;
  position: relative;
}

.terms---document-title {
  margin-bottom: 50px;
}

.text-color---medium-gray-2 {
  color: #919699;
}

.termination, .general-terms, .auto-renewing-subscriptions, .general-prohibitions, .indemnity, .your-user-reviews, .your-information-and-responsibilities {
  margin-top: 10px;
}

.medicalheader {
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 17px;
}

.limitation-of-liability, .itranslate-intellectual-property-rights, .governing-law, .contact-information {
  margin-top: 10px;
}

.terms---document-body-2 {
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
}

.terms---document-body-2.margin---top---default.margin---bottom---default {
  margin-top: 60px;
}

.dmca-copyright-policy, .warranty-disclaimers {
  margin-top: 10px;
}

.trialbutton {
  position: relative;
}

.triallink {
  width: 205px;
  height: 48px;
  color: var(--white);
  background-color: #73f;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(119, 51, 255, .4);
}

.triallink:hover {
  text-decoration: none;
}

.triallink.inner {
  width: 100%;
  box-shadow: none;
  background-image: none;
  justify-content: center;
  padding: 0;
  transition-property: none;
}

.triallink.firefox, .triallink.edge, .triallink.safari {
  display: none;
}

.trialtext {
  text-align: center;
  margin: 12px 20px;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}

.trialtext:hover {
  text-decoration: none;
}

.trialtext.getitnow {
  margin-left: auto;
  margin-right: 35px;
}

.triallinkelement {
  width: 205px;
  height: 48px;
  color: var(--white);
  background-color: #73f;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .2));
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
  box-shadow: 0 5px 8px rgba(119, 51, 255, .4);
}

.triallinkelement:hover {
  text-decoration: none;
}

.triallinkelement.inner {
  width: 100%;
  box-shadow: none;
  background-image: none;
  justify-content: space-between;
  padding: 0;
  transition-property: none;
}

.triallinkelement.firefox, .triallinkelement.edge, .triallinkelement.safari {
  display: none;
}

.triallinkelement.with-margin {
  margin-top: 20px;
}

.grid-5 {
  grid-template-rows: auto minmax(auto, 1fr);
}

.image-9 {
  display: inline;
}

.rich-text-block {
  text-align: center;
}

.getplus {
  display: flex;
}

.getplus h2, .getplus figure {
  display: inline;
}

.goplus-section {
  text-align: center;
  display: block;
}

.heading-2, .heading-3 {
  display: inline;
}

.div-block-40 {
  text-align: center;
}

.image-10 {
  flex: none;
  padding-left: 15px;
  padding-right: 3px;
  display: inline;
}

.goplus-heading {
  max-height: 56px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  margin-top: 6px;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.42em;
  display: flex;
}

.goplus-subheadline {
  max-width: 445px;
  justify-content: flex-start;
  margin-top: 0;
  padding-bottom: 0;
  display: block;
}

.div-block-41 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 22px;
  padding-bottom: 80px;
  display: flex;
}

.goplus-gridholder {
  justify-content: center;
  padding-bottom: 128px;
  display: flex;
}

.goplus-gridholder.pluspage {
  padding-bottom: 0;
}

.grid-6 {
  grid-column-gap: 0px;
  grid-row-gap: 100px;
  grid-template-rows: minmax(auto, 350px) minmax(auto, 350px);
  grid-template-columns: minmax(200px, 350px) minmax(200px, 572px);
}

.bold-text-2 {
  font-weight: 900;
}

.body2-goplusgrid {
  text-align: left;
  letter-spacing: -.3px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Nunito, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.41em;
}

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

.image-11 {
  max-width: 540px;
  margin-right: 15px;
}

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

.heading-4 {
  text-align: left;
}

.banner {
  z-index: 15;
  height: 80px;
  color: #fff;
  text-align: center;
  letter-spacing: -.3px;
  background-color: #00c6d9;
  justify-content: center;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 19px;
  line-height: 27px;
  display: none;
  position: relative;
}

.bannerlink {
  color: var(--white);
  text-decoration: underline;
}

.left-arrow-2, .right-arrow-2 {
  display: none;
}

.slider-mood-detection {
  height: 350px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/plus_feature_mesh_gradient_background_variant-b.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.image-12 {
  margin-top: -30px;
}

.slider-contextual-synonyms {
  height: 350px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/plus_feature_mesh_gradient_background_variant-a.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.playbutton2 {
  width: 118px;
  height: 32px;
  background-color: var(--white);
  color: #73f;
  text-align: center;
  letter-spacing: -.3px;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  margin-top: -16px;
  padding-left: 12px;
  padding-right: 12px;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.41em;
  display: flex;
}

.playbutton2.german {
  width: 160px;
}

.playbutton2.spanish {
  width: 150px;
}

.play2 {
  width: 7px;
  height: 8px;
  background-image: url('../images/play.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 6px;
}

.noslidenav {
  display: none;
}

.slider-translation {
  height: 350px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/plus_feature_mesh_gradient_background_variant-a.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
}

.box-image-2 {
  margin-top: 40px;
  padding-left: 65px;
  padding-right: 65px;
}

.slider-2 {
  width: auto;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  display: none;
}

.headline-4 {
  color: #00d2e6;
  letter-spacing: -.3px;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 19px;
  line-height: 1.42em;
}

.headline-4.center {
  text-align: center;
  display: block;
}

.button-label---large {
  text-align: left;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.23em;
}

.button-label---large.german {
  font-size: 15px;
}

.plus-buttonholder {
  width: 300px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.goplusbutton {
  position: relative;
}

.text-block-7 {
  color: #919699;
}

.copyright-text {
  color: #919699;
  letter-spacing: -.3px;
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 12px;
  line-height: 1.33em;
}

.copyright-container {
  max-width: 730px;
  border-top: 1px solid #d2d6d9;
}

.grammatica-footer-2 {
  z-index: 1;
  background-color: #f2f5f7;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.div-block-43 {
  border-top: 1px solid #d2d6d9;
  justify-content: space-between;
  padding-top: 50px;
  padding-right: 95px;
  display: flex;
}

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

.purple-image-bg {
  background-color: var(--white);
  background-image: linear-gradient(217deg, #6a3ae7, #7540ff);
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  padding-bottom: 50px;
  padding-left: 38px;
  padding-right: 38px;
}

.grid-german {
  grid-column-gap: 78px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 2fr;
  padding-bottom: 100px;
}

.bold-text-3 {
  font-weight: 900;
}

.languageswitcher {
  font-size: 14px;
}

.browser-button-copy {
  width: 298px;
  height: 80px;
  color: var(--white);
  background-color: #73f;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 8px;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 3px rgba(119, 51, 255, .2);
}

.browser-button-copy:hover {
  background-color: #5f29cc;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(119, 51, 255, .3);
}

.browser-button-copy.firefox {
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  display: none;
}

.browser-button-copy.firefox.notready {
  justify-content: space-between;
  display: none;
}

.browser-button-copy.edge {
  padding-right: 26px;
  display: none;
}

.browser-button-copy.edge.notready {
  display: none;
}

.browser-button-copy.safari {
  padding-right: 25px;
  display: none;
}

.browser-button-copy {
  width: 298px;
  height: 80px;
  color: var(--white);
  background-color: #73f;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 8px 20px 8px 8px;
  transition: box-shadow .2s, background-color .2s;
  display: flex;
  box-shadow: 0 1px 3px rgba(119, 51, 255, .2);
}

.browser-button-copy:hover {
  background-color: #5f29cc;
  text-decoration: none;
  box-shadow: 0 1px 3px rgba(119, 51, 255, .3);
}

.browser-button-copy.firefox {
  justify-content: space-between;
  padding-top: 9px;
  padding-bottom: 9px;
  padding-left: 9px;
  display: none;
}

.browser-button-copy.firefox.notready {
  justify-content: space-between;
  display: none;
}

.browser-button-copy.edge {
  padding-right: 26px;
  display: none;
}

.browser-button-copy.edge.notready {
  display: none;
}

.browser-button-copy.safari {
  padding-right: 25px;
  display: none;
}

.grey {
  color: #bdbdbd;
}

.typeright-playground {
  background-color: #fff;
  border-radius: 20px;
  margin-top: 75px;
  padding: 50px;
}

.text-block-8 {
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 17px;
  }

  h1 {
    letter-spacing: -.5px;
    font-size: 60px;
  }

  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 29px;
  }

  h4 {
    font-size: 22px;
  }

  .default-container {
    max-width: 690px;
    padding-left: 0;
    padding-right: 0;
  }

  .grammatica-footer {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .text-style---body-3, .text-style---headline-3 {
    font-size: 13px;
  }

  .grammatica-header-text {
    background-size: 304px;
    font-size: 53px;
  }

  .div-block-30 {
    margin-left: 15px;
  }

  .grammatica-headline, .grammatica-headline.center {
    line-height: 48px;
  }

  .text-block-3 {
    width: 100%;
  }

  .grid-3 {
    grid-column-gap: 18px;
    grid-template-columns: 2fr minmax(200px, 2.25fr);
  }

  .slide-nav {
    margin-bottom: -10px;
  }

  .image-5 {
    max-width: 100%;
  }

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

  .playbutton {
    top: 29%;
    left: 37%;
  }

  .underline.thx {
    width: 320px;
  }

  .underline.thx-2 {
    left: -7%;
  }

  .body-2 {
    font-size: 15px;
  }

  .headline-1, .body-1 {
    font-size: 17px;
  }

  .headline-2 {
    font-size: 15px;
  }

  .headline-3, .body-3 {
    font-size: 13px;
  }

  .callout-1 {
    font-size: 17px;
  }

  .callout-3 {
    font-size: 13px;
  }

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

  .blurry-top {
    display: flex;
  }

  .blurry-top.third {
    display: none;
  }

  .box-top.third {
    background-color: #f2f5f7;
  }

  .box-image {
    padding-left: 27px;
    padding-right: 27px;
  }

  .gradient-top-right {
    top: -3%;
    right: -50%;
  }

  .gradient-left {
    max-width: 150%;
    top: 22%;
    left: -30%;
  }

  .slide-nav-feature {
    margin-bottom: -10px;
  }

  .text-color---medium-gray {
    font-size: 15px;
  }

  .terms---information---table {
    width: 100%;
  }

  .default-container-2 {
    max-width: 690px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-color---medium-gray-2 {
    font-size: 15px;
  }

  .grid-6 {
    grid-template-rows: minmax(auto, auto) minmax(auto, auto);
    grid-template-columns: minmax(auto, 555px);
    grid-auto-rows: minmax(auto, auto);
  }

  .body2-goplusgrid {
    text-align: center;
    font-size: 15px;
  }

  .div-block-42 {
    margin-left: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .image-11 {
    max-width: 100%;
  }

  .playbutton2 {
    top: 29%;
  }

  .headline-4 {
    font-size: 17px;
  }

  .grammatica-footer-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .purple-image-bg {
    margin-left: 15px;
  }

  .grid-german {
    grid-column-gap: 18px;
    grid-template-columns: 2fr minmax(200px, 2.25fr);
  }
}

@media screen and (max-width: 767px) {
  body {
    font-size: 15px;
  }

  h1 {
    letter-spacing: -.4px;
    text-shadow: 11px 11px 20px rgba(119, 51, 255, .4);
    font-size: 40px;
  }

  .default-container {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grammatica-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-11 {
    padding-right: 0;
  }

  .footer---logo {
    width: 150px;
    margin-bottom: 30px;
  }

  .add-to-browser-link {
    display: none;
  }

  .slide-nav {
    margin-bottom: -16px;
  }

  .text-block-5 {
    margin-top: -16px;
  }

  .image-6 {
    height: 50px;
  }

  .hover-box {
    display: none;
  }

  .playbutton {
    top: 37%;
    left: 41%;
  }

  .box-image {
    padding-left: 21px;
    padding-right: 21px;
  }

  .slide-nav-feature {
    margin-bottom: -16px;
  }

  .terms---information---table-column-3 {
    flex: none;
  }

  .terms---information---table {
    overflow: scroll;
  }

  .default-container-2 {
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .triallink {
    display: none;
  }

  .triallink.inner {
    display: block;
  }

  .triallinkelement {
    display: none;
  }

  .triallinkelement.with-margin {
    display: block;
  }

  .playbutton2 {
    top: 37%;
    left: 41%;
  }

  .copyright-container {
    padding-left: 20px;
    padding-right: 20px;
  }

  .grammatica-footer-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .div-block-43 {
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    margin-bottom: 20px;
  }

  h2 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 34px;
  }

  h3 {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 26px;
  }

  h4 {
    margin-top: 20px;
  }

  .default-container.header-container {
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
  }

  .device-mockup---iphone-11-pro {
    margin-right: -31.9444%;
  }

  .perspective-shadow {
    margin-bottom: -31.9444%;
    margin-right: -31.9444%;
  }

  .div-block-11 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .div-block-15 {
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-19 {
    flex: none;
  }

  .grammatica-header {
    height: 52px;
    padding-top: 5px;
    padding-bottom: 8px;
    overflow: hidden;
  }

  .grammatica-logo {
    width: 120px;
  }

  .header-linkblock {
    width: 100vw;
    flex: none;
    justify-content: center;
  }

  .sign-in-link {
    margin-right: 0;
  }

  .user-icon {
    margin-left: 10px;
  }

  .add-to-browser-link {
    display: none;
  }

  .grammatica-header-text {
    background-position: 2px 34px;
    background-size: 188px;
    font-size: 33px;
    line-height: 40px;
  }

  .chrome-button-holder {
    width: 100%;
    margin-left: -10px;
    display: none;
  }

  .browser-button {
    width: 210px;
    height: 64px;
    max-width: 260px;
    padding-right: 8px;
  }

  .browser-button.german {
    width: 230px;
  }

  .image-2.german {
    margin-right: 10px;
  }

  .availability.firefox.edge {
    text-align: center;
    display: none;
  }

  .availability.safari {
    display: block;
  }

  .availability.android.iphone {
    text-align: center;
    display: none;
  }

  .text-block {
    width: 100%;
    margin-bottom: 20px;
  }

  .image-3 {
    margin-top: 40px;
  }

  .stars {
    margin-bottom: 10px;
  }

  .text-block-2 {
    font-size: 30px;
  }

  .quote {
    width: 100%;
    margin-top: 20px;
  }

  .div-block-29 {
    flex-direction: column;
    align-items: center;
  }

  .div-block-30 {
    width: 96%;
    margin-left: 0;
  }

  .slider {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }

  .grammatica-headline {
    font-size: 28px;
    line-height: 40px;
  }

  .grammatica-headline.center {
    font-size: 28px;
    line-height: 38px;
  }

  .slide-nav {
    margin-bottom: -10px;
  }

  .text-block-4 {
    width: 100%;
    margin-bottom: -10px;
  }

  .text-block-5 {
    text-align: center;
    margin-top: 0;
  }

  .plugin-buttons {
    flex-direction: column;
  }

  .image-6 {
    width: 200px;
    height: auto;
  }

  .mask {
    width: auto;
    height: auto;
  }

  .everywhere-you-need-it {
    overflow: hidden;
  }

  .add-to-browser-holder {
    display: none;
  }

  .playbutton {
    top: 43%;
    left: 37%;
  }

  .features {
    margin-top: -54px;
  }

  .heading2 {
    letter-spacing: -.2px;
    font-size: 35px;
    line-height: 1em;
  }

  .underline {
    width: 160px;
    margin-top: -22px;
  }

  .underline.thx {
    width: 190px;
    bottom: 15%;
  }

  .underline.thx-2 {
    width: 240px;
    bottom: 51%;
    left: -12%;
  }

  .underline.german {
    width: 185px;
  }

  .headline-1 {
    text-align: center;
  }

  .body-1.small {
    width: 100%;
  }

  .headline-3, .body-3, .callout-3 {
    font-size: 12px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
    display: none;
  }

  .box-bottom {
    height: 220px;
  }

  .blurry-top.third {
    display: block;
  }

  .box-top.grey, .box-top.third {
    background-color: rgba(0, 0, 0, 0);
  }

  .lottie-wrapper {
    width: 210px;
    height: 90px;
    margin-bottom: 143px;
  }

  .lottie-animation {
    margin-left: -35px;
    margin-right: -35px;
  }

  .gradient-top-right {
    top: -1%;
  }

  .gradient-left {
    max-width: 200%;
    display: none;
    top: 43%;
    left: -46%;
  }

  .features-link {
    margin-right: 0;
  }

  .browser-buttonholder {
    width: 100%;
    margin-left: auto;
    display: none;
  }

  .browser-button-border {
    margin-top: 20px;
    padding: 12px;
  }

  .slide-nav-feature {
    margin-bottom: -55px;
  }

  .grey-border {
    text-align: center;
  }

  .grey-border.header {
    border-radius: 12px;
    margin-right: 65px;
    padding: 3px;
    display: block;
  }

  .grey-border.features {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .image-8.header {
    width: 103px;
  }

  .mobile-app-footer {
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .appbatch.iphone {
    display: block;
  }

  .appbatch.android {
    display: none;
  }

  .redirection-text {
    font-size: 11px;
  }

  .burger-wrapper {
    z-index: 100;
    cursor: pointer;
    display: flex;
    position: absolute;
    top: auto;
    bottom: auto;
    left: auto;
    right: 20px;
  }

  .header-inner {
    width: 200vw;
    min-height: 42px;
    justify-content: space-between;
    position: relative;
    left: 0;
  }

  .slide {
    padding-left: 20px;
    padding-right: 20px;
  }

  .lottie-animation-2 {
    margin: -4px;
  }

  .header-logo-block {
    width: 100vw;
    justify-content: space-between;
    align-items: center;
    padding-left: 20px;
    display: flex;
  }

  .thx, .thx-page {
    margin-top: 0;
  }

  .terms---document-body {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .trialbutton, .triallink, .triallinkelement {
    display: none;
  }

  .goplus-section {
    margin-top: 100px;
  }

  .image-10 {
    width: 65%;
    height: auto;
    padding-left: 11px;
    transform: translate(0, -1px);
  }

  .image-10.spanish {
    margin-top: -22px;
    display: block;
  }

  .goplus-heading.spanish {
    flex-direction: column;
  }

  .div-block-41.spanish {
    padding-top: 41px;
  }

  .div-block-42 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .heading-4 {
    text-align: center;
  }

  .slider-mood-detection {
    height: auto;
    margin-bottom: -130px;
  }

  .image-12 {
    margin: -25px;
  }

  .slider-contextual-synonyms {
    height: auto;
    margin-bottom: -130px;
  }

  .playbutton2 {
    top: 43%;
    left: 37%;
  }

  .slider-translation {
    height: auto;
    margin-bottom: -130px;
  }

  .slider-2 {
    margin-left: -20px;
    margin-right: -20px;
    display: block;
  }

  .slide-2, .slide-3, .slide-4, .slide-5, .slide-6, .slide-7, .slide-8 {
    margin-bottom: 25px;
  }

  .button-label---large {
    font-size: 19px;
    line-height: 1.42em;
  }

  .plus-buttonholder {
    width: 100%;
    margin-left: auto;
  }

  .div-block-43 {
    flex-direction: column-reverse;
    align-items: center;
  }

  .purple-image-bg {
    width: 96%;
    margin-left: 0;
  }

  .browser-button-copy {
    width: 210px;
    height: 64px;
    max-width: 260px;
    padding-right: 8px;
  }

  .browser-button-copy.german {
    width: 230px;
  }

  .browser-button-copy {
    width: 210px;
    height: 64px;
    max-width: 260px;
    padding-right: 8px;
  }

  .browser-button-copy.german {
    width: 230px;
  }

  .typeright-playground {
    padding: 15px;
  }
}

#typeright-playground.w-node-a3e8ae02-cb5d-793a-f7bc-a7110257f3d3-d7884535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f689794-9898-7b7e-7539-879368e687ec-d7884535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b477b201-7abf-d3c3-43ed-dad10832cd10-d7884535 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_820fa856-33e5-83d2-4151-899eb3deb2e0-d7884535, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353d3-d7884535 {
  align-self: center;
}

#w-node-_135d9f3f-9c4f-ae97-a86e-a19f6ed543fb-6ed543f5, #w-node-_135d9f3f-9c4f-ae97-a86e-a19f6ed54402-6ed543f5, #w-node-_482c8d6b-1abe-d6a7-2b36-d49e93b4814c-3005f326, #w-node-_2b6f3552-d6b9-f489-1541-38043005f32c-3005f326, #w-node-_92b9bc2d-1d0c-3989-99d2-10a326fe6f66-04884538, #w-node-_803739e6-d0cb-ccc7-1e44-6e62ba94384f-04884538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e56f80-0ba2-d761-4e7d-15de959c39cc-04884538 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43e56f80-0ba2-d761-4e7d-15de959c39e3-04884538, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39f5-04884538 {
  align-self: center;
  justify-self: start;
}

#w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337200-82884539 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337217-82884539, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337229-82884539 {
  align-self: center;
  justify-self: start;
}

#typeright-playground.w-node-fecf22d3-caf2-9c9a-a07a-bc002f164370-877e9db4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f689794-9898-7b7e-7539-879368e687ec-877e9db4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b477b201-7abf-d3c3-43ed-dad10832cd10-877e9db4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_820fa856-33e5-83d2-4151-899eb3deb2e0-877e9db4, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353d3-877e9db4 {
  align-self: center;
}

#w-node-_64d6d373-a378-0afb-a541-53adda4bbe8b-8ec49dc1, #w-node-_64d6d373-a378-0afb-a541-53adda4bbe99-8ec49dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e56f80-0ba2-d761-4e7d-15de959c39cc-8ec49dc1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43e56f80-0ba2-d761-4e7d-15de959c39e3-8ec49dc1, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39f5-8ec49dc1 {
  align-self: center;
  justify-self: start;
}

#w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337200-a5200e50 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337217-a5200e50, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337229-a5200e50 {
  align-self: center;
  justify-self: start;
}

#typeright-playground.w-node-fecf22d3-caf2-9c9a-a07a-bc002f164370-61b9f0ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6f689794-9898-7b7e-7539-879368e687ec-61b9f0ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b477b201-7abf-d3c3-43ed-dad10832cd10-61b9f0ae {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_820fa856-33e5-83d2-4151-899eb3deb2e0-61b9f0ae, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353d3-61b9f0ae {
  align-self: center;
}

#w-node-_0ae10c40-d65a-acd0-74ac-5baf129f31b3-129f31ad, #w-node-_0ae10c40-d65a-acd0-74ac-5baf129f31ba-129f31ad, #w-node-_92b9bc2d-1d0c-3989-99d2-10a326fe6f66-33807c8e, #w-node-_803739e6-d0cb-ccc7-1e44-6e62ba94384f-33807c8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_43e56f80-0ba2-d761-4e7d-15de959c39cc-33807c8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_43e56f80-0ba2-d761-4e7d-15de959c39e3-33807c8e, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39f5-33807c8e {
  align-self: center;
  justify-self: start;
}

#w-node-cb81427d-128b-bac9-51cc-b579e51ba346-6518f159 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-cb81427d-128b-bac9-51cc-b579e51ba35d-6518f159, #w-node-cb81427d-128b-bac9-51cc-b579e51ba375-6518f159 {
  align-self: center;
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39cc-04884538, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39e3-04884538, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39f5-04884538, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337200-82884539, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337217-82884539, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337229-82884539, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39cc-8ec49dc1, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39e3-8ec49dc1, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39f5-8ec49dc1, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337200-a5200e50, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337217-a5200e50, #w-node-_5e29edd6-65a2-fe65-d0ab-8dfb76337229-a5200e50, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39cc-33807c8e, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39e3-33807c8e, #w-node-_43e56f80-0ba2-d761-4e7d-15de959c39f5-33807c8e, #w-node-cb81427d-128b-bac9-51cc-b579e51ba346-6518f159, #w-node-cb81427d-128b-bac9-51cc-b579e51ba35d-6518f159, #w-node-cb81427d-128b-bac9-51cc-b579e51ba375-6518f159 {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_6858edf5-e3ca-f7dc-f844-52a13a4f9db8-d7884535 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34a7277d-4295-ebbe-62f7-7799b9d0c7c2-d7884535 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-e948d54d-9cb9-c398-7ba5-2fc1cb4b4b69-d7884535, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353bb-d7884535 {
    align-self: center;
  }

  #w-node-_6858edf5-e3ca-f7dc-f844-52a13a4f9db8-877e9db4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34a7277d-4295-ebbe-62f7-7799b9d0c7c2-877e9db4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-e948d54d-9cb9-c398-7ba5-2fc1cb4b4b69-877e9db4, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353bb-877e9db4 {
    align-self: center;
  }

  #w-node-_6858edf5-e3ca-f7dc-f844-52a13a4f9db8-61b9f0ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_34a7277d-4295-ebbe-62f7-7799b9d0c7c2-61b9f0ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: auto;
    justify-self: center;
  }

  #w-node-e948d54d-9cb9-c398-7ba5-2fc1cb4b4b69-61b9f0ae, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353bb-61b9f0ae {
    align-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-e948d54d-9cb9-c398-7ba5-2fc1cb4b4b69-d7884535 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_820fa856-33e5-83d2-4151-899eb3deb2e0-d7884535, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353d3-d7884535 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353bb-d7884535, #w-node-e948d54d-9cb9-c398-7ba5-2fc1cb4b4b69-877e9db4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_820fa856-33e5-83d2-4151-899eb3deb2e0-877e9db4, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353d3-877e9db4 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353bb-877e9db4, #w-node-e948d54d-9cb9-c398-7ba5-2fc1cb4b4b69-61b9f0ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }

  #w-node-_820fa856-33e5-83d2-4151-899eb3deb2e0-61b9f0ae, #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353d3-61b9f0ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-_824e9c50-36bd-04fe-cef8-e15a3a2353bb-61b9f0ae {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: auto;
  }
}


@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraBoldItalic.ttf') format('truetype'), url('../fonts/Nunito-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-BlackItalic.ttf') format('truetype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLightItalic.ttf') format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Bold.ttf') format('truetype'), url('../fonts/Nunito-ExtraBold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-ExtraLight.ttf') format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Nunito';
  src: url('../fonts/Nunito-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}