.watch-demo-button {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  width: 220px; }

.watch-demo-button, .watch-demo-button > i {
  z-index: 1;
  background: linear-gradient(180deg, #FCD75B 0%, #FAB539 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 21px;
  font-weight: 600; }

html {
  margin: auto;
  background-color: #ffffff;
  max-width: 2400px;
  overflow-x: hidden; }

body {
  margin: auto;
  background-color: #ffffff;
  max-width: 2400px;
  overflow-x: hidden;
  font-family: Montserrat; }

a {
  cursor: pointer !important; }

button {
  cursor: pointer !important;
  background-color: transparent;
  border: none; }

.section.one .countdown {
  margin-top: 25px;
  margin-bottom: 10px; }

.countdown > .rect {
  text-align: center;
  font-size: 35px;
  width: 310px;
  height: 80px;
  line-height: 80px;
  background: #2253A8;
  border-radius: 6px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 2px; }
  .countdown > .rect > .number {
    background: linear-gradient(180deg, #FCD75B 0%, #FAB539 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 600; }
  .countdown > .rect > .unit {
    color: #C3DAFF80;
    opacity: 50%; }

.watch-bubble {
  position: absolute; }

.section.two p {
  margin-bottom: 50px; }
.section.five .section-content {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px; }
  .section.five .section-content .description-text {
    max-width: 600px;
    margin-right: 3vw;
    padding: 150px 0 0 50px; }
    .section.five .section-content .description-text .section-title {
      padding-bottom: 10px; }
      .section.five .section-content .description-text .section-title h2 {
        font-size: 32px;
        font-weight: 600;
        line-height: 42px;
        width: 430px;
        color: #262626; }
      .section.five .section-content .description-text .section-title p {
        width: 420px;
        font-size: 16px;
        font-weight: 400;
        line-height: 28px;
        color: #262626; }
.section.section-c {
  background: #306CD5;
  padding: 100px 50px; }
  .section.section-c .section-title > h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 58px;
    letter-spacing: 0em;
    text-align: center;
    color: #fff;
    margin: 0;
    height: 120px; }
  .section.section-c .content .section-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .section.section-c .content .section-row > .row-item {
      box-sizing: border-box;
      width: calc(50% - 1vw - 50px);
      padding: 100px 70px;
      border-radius: 12px;
      background: #fff; }
      .section.section-c .content .section-row > .row-item > p {
        font-size: 30px;
        line-height: 1.17;
        padding: 0;
        margin: 0;
        margin-bottom: 40px; }
        .section.section-c .content .section-row > .row-item > p b {
          font-weight: inherit; }
      .section.section-c .content .section-row > .row-item:first-child p > b {
        color: #fbb93d; }
      .section.section-c .content .section-row > .row-item:nth-child(2) p > b {
        color: #285dc6; }
      .section.section-c .content .section-row > .row-item > * {
        text-align: center; }
.section.section-b {
  padding: 100px 50px 0px 50px; }
  .section.section-b > .section-title {
    margin-bottom: 80px; }
    .section.section-b > .section-title h2 {
      font-size: 40px;
      font-weight: 600;
      line-height: 52px;
      letter-spacing: 0em;
      text-align: center;
      margin-bottom: 50px; }
    .section.section-b > .section-title h3 {
      font-size: 27px;
      font-weight: 600;
      line-height: 32px;
      letter-spacing: 0em;
      text-align: center;
      margin: auto;
      max-width: 1300px; }
  .section.section-b > .content > .section-row {
    max-width: 1300px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin: auto;
    padding-bottom: 40px; }
    .section.section-b > .content > .section-row h4 {
      font-size: 20px;
      font-weight: 700;
      line-height: 28px;
      letter-spacing: 0em;
      text-align: left;
      width: 500px;
      margin: 0; }
    .section.section-b > .content > .section-row > div:nth-child(2) {
      display: flex;
      flex-direction: column;
      align-items: center; }
      .section.section-b > .content > .section-row > div:nth-child(2) .divider {
        display: flex;
        flex-direction: column;
        align-items: center;
        border-left: 1px solid #000;
        height: 456px;
        margin-top: 40px; }
    .section.section-b > .content > .section-row > div:first-child > img {
      border-radius: 12px;
      border: 1px solid #000000;
      box-shadow: 0px 4px 7px 4px #0000004D;
      width: 520px; }
.section.section-a {
  margin-top: 100px; }
  .section.section-a > .section-title > h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: center; }
  .section.section-a > .section-content > table {
    border-collapse: collapse; }
    .section.section-a > .section-content > table tr:not(:last-child) {
      border-bottom: 1px solid #C6C6C6; }
    .section.section-a > .section-content > table tr > td, .section.section-a > .section-content > table tr > th {
      text-align: center;
      width: 300px; }
      .section.section-a > .section-content > table tr > td:nth-child(2), .section.section-a > .section-content > table tr > th:nth-child(2) {
        width: 320px; }
    .section.section-a > .section-content > table tr > th {
      font-size: 41px;
      font-weight: 600;
      line-height: 49px;
      letter-spacing: 0em;
      text-align: center;
      height: 150px; }
    .section.section-a > .section-content > table tr td {
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      height: 250px; }
      .section.section-a > .section-content > table tr td > b {
        font-weight: 600; }
      .section.section-a > .section-content > table tr td:nth-child(2) {
        background-repeat: no-repeat;
        background-position: center; }
.section.section-d {
  padding-top: 120px; }
  .section.section-d .rectangle {
    margin: auto; }
  .section.section-d .button-wrapper {
    padding-bottom: 140px; }
  .section.section-d .guarantee {
    text-align: center;
    border-radius: 260px;
    margin: auto; }
  .section.section-d > .section-title > h2 {
    font-size: 40px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    color: #333333;
    max-width: 1100px;
    margin: auto;
    padding-bottom: 40px; }
    .section.section-d > .section-title > h2 b {
      color: #FAB539; }
  .section.section-d > .section-content {
    margin-bottom: 70px; }
    .section.section-d > .section-content img {
      max-width: 95vw; }
.section.section-case-study {
  padding-top: 70px; }
  .section.section-case-study > .section-title h2 {
    font-size: 41px;
    font-weight: 600;
    line-height: 49px;
    text-align: center;
    margin-bottom: 30px; }
  .section.section-case-study > .section-title h3 {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    text-align: center;
    margin-bottom: 80px; }
  .section.section-case-study > .section-content {
    display: flex;
    justify-content: center;
    flex-direction: row;
    align-items: self-start; }
    .section.section-case-study > .section-content h3 {
      font-size: 30px;
      font-weight: 500;
      line-height: 60px;
      padding-left: 50px;
      color: #3D82F0;
      height: 60px; }
    .section.section-case-study > .section-content > div {
      border: 1px solid #000000;
      box-shadow: 0px 4px 7px 4px #0000004D; }
      .section.section-case-study > .section-content > div:first-child {
        margin-right: 2vw; }
      .section.section-case-study > .section-content > div img {
        height: auto;
        max-width: 45vw; }

.line-trough {
  text-decoration: line-through; }

.underlined {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 5px; }

.guarantee {
  display: flex;
  align-items: center;
  padding-left: 115px;
  height: 128px;
  background: #111;
  top: 665px;
  width: 593px; }
  .guarantee > h3 {
    margin-left: 35px;
    font-weight: 600;
    width: 400px;
    color: #fff;
    font-size: 18px;
    line-height: 26px; }
    .guarantee > h3 > b {
      background: linear-gradient(180deg, #FCD75B 0%, #FAB539 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }

.go-to-app {
  top: 110px; }

.bottom-content {
  text-align: center; }

.bubble-background {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 365px;
  width: 580px;
  margin: auto;
  background-image: url("assets/Bubble-2.svg");
  background-repeat: no-repeat;
  background-size: cover; }
  .bubble-background .rectangle {
    transform: translateY(20px); }

.buttons-line {
  display: flex;
  margin: 30px 0; }

.button-wrapper {
  text-align: center;
  position: relative; }

.choose-plan-button {
  width: 100px;
  height: 23px;
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

.close-button-icon {
  position: relative;
  top: -20px;
  right: -620px;
  z-index: 10; }

.section.two, .section.section-t {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 100px 30px;
  flex-direction: row; }
  .section.two .description-text h3, .section.section-t .description-text h3 {
    font-size: 20px;
    font-weight: 600;
    line-height: 35px; }
  .section.two .description-text .link, .section.section-t .description-text .link {
    font-size: 20px;
    font-weight: 400;
    line-height: 35px;
    text-align: left;
    color: #4285F4; }
  .section.two .description-text p, .section.section-t .description-text p {
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    font-weight: 500;
    font-size: 20px;
    width: 540px; }
    .section.two .description-text p > b, .section.section-t .description-text p > b {
      font-weight: 700; }

.description-text p {
  line-height: 1.75;
  letter-spacing: normal;
  text-align: left;
  color: #959595; }
.description-text > h2 {
  font-size: 32px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  text-align: left;
  color: #333333; }

.section.section-t {
  padding-top: 70px;
  padding-bottom: 0px; }
  .section.section-t .description-text {
    width: 650px;
    max-width: 40vw; }

.display-on-mobile {
  display: none; }

.faq-container {
  width: 1170px; }

.faq-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 75%;
  padding: 20px 0 80px;
  background-color: #ffffff;
  margin: 100px auto 0; }
  .faq-section .section-title {
    margin: 80px 0 40px 0; }
  .faq-section h3 {
    font-size: 16px;
    font-weight: 700;
    color: #333333;
    line-height: 1.5em;
    margin: 0; }
  .faq-section p {
    margin: 5px 0 50px 0;
    width: 67%;
    color: #959595;
    font-size: 16px;
    line-height: 1.5;
    text-align: center; }

.faq-number-circle {
  width: 25px;
  height: 25px;
  margin: 0 0 5px;
  background-image: linear-gradient(to bottom, #fab73b, #fbc448 42%, #fcd559);
  border-radius: 20px;
  text-align: center; }
  .faq-number-circle > span {
    width: 20px;
    height: 24px;
    margin: 6px 2px 0 3px;
    font-size: 12px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 2.08;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }

.flow-arrow {
  width: 14px;
  height: 14px;
  border-right: solid 7px #ffffff;
  border-bottom: solid 7px #ffffff;
  border-radius: 4px;
  margin: 30px 30px 30px 25px;
  transform: rotate(-45deg); }

.flow-circle {
  width: 76px;
  height: 77px;
  border-radius: 100px;
  background-image: linear-gradient(155deg, #5cdb8e 14%, #149654 93%);
  transform: translateX(-25px); }

.flow-rectangle-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 353px;
  height: 364px;
  border-radius: 10px;
  box-shadow: 0 20px 70px 0 rgba(4, 7, 18, 0.3);
  background-color: #ffffff; }
  .flow-rectangle-content > p {
    width: 245px;
    height: 80px;
    margin: 22px 0 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.42;
    letter-spacing: normal;
    text-align: left;
    color: #959595; }

.flow-rectangle-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 0 -25px; }

.footer-rectangle {
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  height: 120px;
  padding: 0 15px;
  background-image: url("assets/Bcg-section-3-desktop_2x.png");
  background-position-y: -3px;
  background-repeat: no-repeat;
  background-size: 100%; }

.home-page .footer-rectangle {
  background-image: none;
  background-color: #ffffff; }

.footer p {
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.42;
  text-align: left;
  color: #ffffff; }

.home-page.footer p {
  color: #0083F1; }

.footer-links a {
  text-decoration: none;
  color: inherit; }
  .footer-links a:hover {
    text-decoration: underline; }

.texture-section-one {
  position: absolute;
  width: 1920px;
  height: 1080px;
  left: 0px;
  top: 0px;
  background-image: url("assets/Mask-Group.svg");
  background-repeat: no-repeat; }

.how-seomatic-works-flow {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-bottom: 120px; }
  .how-seomatic-works-flow .rectangle {
    margin: 45px 46px 167px;
    padding: 22px 65px 22px 65px; }

.how-seomatic-works-icon1 {
  width: 143px;
  height: 143px;
  background-image: url("assets/Icon.svg");
  background-repeat: no-repeat; }

.how-seomatic-works-icon2 {
  width: 143px;
  height: 143px;
  background-image: url("assets/Icon2.svg");
  background-repeat: no-repeat; }

.how-seomatic-works-icon3 {
  width: 143px;
  height: 143px;
  background-image: url("assets/Icon3.svg");
  background-repeat: no-repeat; }

.isometric {
  width: 1020px;
  height: 725px;
  background: url("assets/Artboard_Top_Isometric.svg") no-repeat; }

.isometric-background {
  width: 1020px;
  height: 710px;
  mix-blend-mode: normal;
  opacity: 0.3;
  transform: rotate(1deg);
  background-image: url("/assets/Artboard_Top_Isometric_background.svg"); }

.isometric-image-section {
  position: relative;
  top: 200px; }

.mobile-footer {
  display: none; }

.picture-group-search {
  width: 575px;
  height: 300px;
  background-image: url("assets/search.svg");
  background-position: right;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 60px 3vw 20px -60px; }

.picture-group-three {
  width: 400px;
  height: 290px;
  max-width: 1040px;
  max-height: 758px;
  background-image: url(assets/web-exploring.svg);
  background-position: left;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 40px;
  margin-left: 40px; }

.picture-group-four {
  width: 960px;
  height: 759px;
  background-image: url("assets/Group-3.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 20px 0px 25px 0;
  transform: translateX(30px); }

.plan-options {
  display: flex;
  flex-direction: row;
  align-self: center;
  justify-content: center; }

.plan-rectangle {
  display: flex;
  flex-direction: column;
  align-content: center;
  border-radius: 5px 5px 10px 10px;
  width: 370px;
  margin: 30px 15px;
  padding: 46px 0 40px 0;
  box-shadow: 7px 15px 30px 0 rgba(0, 90, 198, 0.1);
  background-color: #ffffff; }
  .plan-rectangle > h2 {
    width: 104px;
    height: 21px;
    margin: 0 auto 8px;
    font-size: 22px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    text-align: center;
    color: #333333; }
  .plan-rectangle p.price {
    height: 71px;
    margin: 8px auto 2px;
    font-size: 60px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.3em;
    letter-spacing: normal;
    text-align: center; }
  .plan-rectangle p.per-month {
    width: 66px;
    height: 18px;
    margin: 2px auto 0;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    text-align: center;
    color: #959595; }
  .plan-rectangle p.plan-description {
    height: 170px;
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.75;
    letter-spacing: normal;
    text-align: center;
    color: #959595; }
  .plan-rectangle div.line {
    width: 95%;
    border-bottom: 1px solid #e8e8e8;
    margin: 30px 0; }

.plan-rectangle p span {
  font-size: 40px;
  font-weight: 500;
  color: #d1d1d1;
  text-decoration-thickness: 2px;
  position: relative;
  bottom: 10px; }
.plan-rectangle p b {
  font-weight: inherit;
  margin-right: 10px; }

.plan-rectangle.business {
  border-top: 6px solid #fbb93d; }
  .plan-rectangle.business p.price {
    width: 100%; }
    .plan-rectangle.business p.price > b {
      color: #fbb93d; }
  .plan-rectangle.business .rectangle-choose-plan {
    background-image: linear-gradient(#fcd75b 0%, #fab539 100%) !important; }

.plan-rectangle.premium {
  border-top: 6px solid #0083F1; }
  .plan-rectangle.premium p.price {
    color: #0083F1; }
  .plan-rectangle.premium .rectangle-choose-plan {
    background-image: linear-gradient(#0855c9 0%, #018bff 100%) !important; }

.privacy-policy {
  width: 1170px;
  max-width: 100%;
  margin: auto; }
  .privacy-policy .head-section {
    display: flex;
    flex-direction: column;
    justify-content: center; }
    .privacy-policy .head-section .logo {
      padding: 75px 0; }
    .privacy-policy .head-section h2 {
      margin: auto;
      font-size: 32px;
      font-weight: 700; }
    .privacy-policy .head-section p {
      font-size: 16px; }
    .privacy-policy .head-section .title {
      display: flex;
      flex-direction: column;
      align-items: center; }
  .privacy-policy .terms-and-service-content {
    line-height: 1.4; }
    .privacy-policy .terms-and-service-content .policy-content-div-title {
      margin: 0 0 10px 0;
      text-align: left;
      font-size: 20px;
      color: #3d83ee; }
    .privacy-policy .terms-and-service-content .policy-content-div-title.terms-of-service {
      margin: 0 0 10px 0;
      text-align: left;
      font-size: 20px;
      color: #2d2d2d; }
  .privacy-policy .policy-content-div {
    padding: 20px 10px;
    margin-left: 100px; }
    .privacy-policy .policy-content-div table {
      width: 100%; }
    .privacy-policy .policy-content-div ul {
      list-style-type: none; }
    .privacy-policy .policy-content-div li {
      margin-bottom: 20px;
      font-size: 15px; }
    .privacy-policy .policy-content-div i {
      margin-left: -23px;
      padding-right: 5px; }

.promo-text {
  width: 540px;
  height: 70px;
  margin: 0 auto 20px auto;
  font-size: 23px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.36;
  letter-spacing: normal;
  text-align: center;
  color: #333333;
  transform: translateY(20px); }

.rectangle {
  background-image: linear-gradient(#fcd75b 0%, #fab539 100%) !important;
  height: 72px;
  border-radius: 36px;
  text-decoration: none; }

.rectangle, .rectangle-clear {
  width: 345px;
  max-width: 90vw;
  display: flex;
  justify-content: space-around;
  align-items: center; }

.rectangle-clear {
  height: 72px;
  border-radius: 36px;
  text-decoration: none;
  border: solid 2px #ffffff;
  background-color: transparent;
  text-decoration: none; }

.rectangle-clear.primary {
  border-color: transparent;
  background: linear-gradient(180deg, #FCD75B 0%, #FAB539 100%) border-box;
  mask: linear-gradient(0deg, #fff, #fff) padding-box, linear-gradient(0deg, #fff, #fff);
  -webkit-mask: linear-gradient(0deg, #fff, #fff) padding-box, linear-gradient(0deg, #fff, #fff);
  -webkit-mask-composite: xor;
  /*5'*/
  mask-composite: exclude;
  /*5*/ }

.rectangle-choose-plan {
  width: 200px;
  height: 50px;
  border-radius: 25px;
  text-decoration: none; }

.rectangle-clear.opposite {
  border: solid 2px #0083F1; }

.section.one {
  background-image: url("assets/Background_2x.png");
  background-size: cover;
  background-repeat: no-repeat;
  height: 758px;
  padding: 0 30px 100px 30px; }
  .section.one .guarantee {
    border-radius: 0px 260px 260px 0px;
    position: absolute;
    left: 0; }
  .section.one h1 {
    color: #ffffff;
    letter-spacing: normal;
    text-align: left; }
  .section.one h2 {
    color: #ffffff;
    letter-spacing: normal;
    text-align: left;
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 52px;
    letter-spacing: 0em;
    text-align: left; }
    .section.one h2 > b {
      background: linear-gradient(180deg, #FCD75B 0%, #FAB539 100%);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent; }
  .section.one .section-title > h1 {
    width: 740px;
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 35px;
    font-weight: 600;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left; }
  .section.one .content-div {
    display: flex;
    align-items: center;
    margin: auto;
    justify-content: space-between; }

.section.three {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 30px 100px 30px;
  flex-direction: row-reverse; }
  .section.three .description-text {
    max-width: 674px; }
    .section.three .description-text .button-wrapper {
      margin: 0 -30px 0 -30px; }
    .section.three .description-text > h2 {
      font-size: 40px;
      font-weight: 600;
      line-height: 48px;
      letter-spacing: 0em;
      text-align: left;
      margin-bottom: 30px; }
    .section.three .description-text .rectangle {
      margin-top: 40px; }
    .section.three .description-text > ul > li {
      margin-left: 20px;
      font-size: 18px;
      font-weight: 400;
      line-height: 27px;
      letter-spacing: 0em;
      text-align: left; }
      .section.three .description-text > ul > li > b {
        font-weight: 700; }
      .section.three .description-text > ul > li:before {
        content: '\2022';
        vertical-align: top;
        font-weight: 600; }

.section-five {
  padding-bottom: 60px;
  padding-top: 15px; }
  .section-five .section-footer {
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-top: 80px; }
    .section-five .section-footer > h4 {
      font-size: 20px;
      font-weight: 600;
      line-height: 52px;
      color: #000000;
      margin-left: 25px;
      align-items: center; }
      .section-five .section-footer > h4 > b {
        font-size: 24px;
        font-weight: 700;
        line-height: 52px;
        color: #FAB539; }
  .section-five .section-content {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 30px; }
    .section-five .section-content .description-text {
      max-width: 600px;
      margin-right: 3vw; }
      .section-five .section-content .description-text .section-title {
        padding-bottom: 10px; }
        .section-five .section-content .description-text .section-title h2 {
          font-size: 32px;
          font-weight: 600;
          line-height: 42px;
          width: 430px;
          color: #262626; }
        .section-five .section-content .description-text .section-title p {
          width: 420px;
          font-size: 16px;
          font-weight: 400;
          line-height: 28px;
          color: #262626; }

ul {
  list-style: none;
  margin-left: -20px;
  padding-left: 0; }
  ul > li {
    padding-left: 1em;
    padding-bottom: 20px;
    font-size: 20px;
    font-weight: 500;
    line-height: 35px;
    letter-spacing: 0em;
    text-align: left;
    display: table;
    color: #959595; }
    ul > li > b {
      font-weight: 700; }
    ul > li:before {
      font-family: "Glyphter";
      content: "\0041";
      padding-right: 15px;
      display: table-cell;
      vertical-align: middle;
      font-size: 15px; }

.section.four {
  flex-direction: row;
  height: 887px;
  margin: 190px 0 0;
  padding: 0 0 23px;
  background-image: url("assets/Background_2x.png");
  background-repeat: no-repeat;
  background-size: 100% 100%; }
  .section.four h2 {
    height: 35px;
    margin: 75px 0 35px 0;
    font-size: 25px;
    font-weight: 500;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff; }
  .section.four .section-title > h2 {
    margin-bottom: 80px;
    padding: 120px 50px 45px 50px;
    font-size: 40px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 52px;
    letter-spacing: 0;
    text-align: center;
    color: #ffffff; }
  .section.four .rectangle {
    transform: scale(1.2);
    margin: auto; }

.section-four {
  flex-direction: column; }

.section.six {
  display: flex;
  justify-content: center;
  padding: 30px 0 150px 0;
  background-image: url("assets/Background_2x.png");
  background-attachment: fixed;
  background-size: cover;
  background-position: 50% 50%; }

.section-bullet {
  display: flex;
  flex-direction: row;
  width: 370px;
  height: 29px;
  margin: -17px 5px 30px 30px; }
  .section-bullet > h2 {
    font-size: 24px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.14;
    letter-spacing: normal;
    text-align: left;
    color: #333333;
    transform: translateX(-30px); }

.section-content {
  width: 100%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center; }

.section.three-and-a-half .section-title > h2 {
  width: 90vw;
  margin: auto;
  height: auto;
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.3em;
  letter-spacing: normal;
  text-align: center;
  color: #333333; }
.section.three-and-a-half .section-title > h3 {
  font-size: 20px;
  font-weight: 600;
  line-height: 52px;
  text-align: center;
  margin-top: 10px; }
.section.three-and-a-half .section-title > p {
  font-size: 18px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  padding-bottom: 60px;
  margin-top: -20px; }

.seomatic-video {
  margin-top: 100px;
  padding-top: 0px;
  padding-bottom: 0px;
  outline: currentcolor none medium;
  position: fixed;
  top: 0px;
  display: block;
  z-index: 3; }

.show-video-container {
  max-width: 2600px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  display: flex !important;
  justify-content: center;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2; }

.start-now-button {
  width: 242px;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: normal;
  text-align: center;
  color: #ffffff; }

.start-button-top-bar {
  width: 206px;
  color: #fff; }

.top-bar.top-bar-fixed {
  position: fixed;
  z-index: 1;
  top: 0;
  background-color: #fff;
  opacity: 0;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out; }
  .top-bar.top-bar-fixed .start-button-top-bar {
    color: #0083F1; }

.text-section {
  align-self: center;
  margin-right: 8vw;
  margin-left: 30px; }
  .text-section > p {
    width: 305px;
    height: 80px;
    margin: 29px 63px 90px 31px;
    font-size: 16px;
    font-stretch: normal;
    line-height: 1.75;
    text-align: left;
    color: #959595; }

.top-bar {
  width: 100vw;
  height: 50px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between; }
  .top-bar > .logo {
    margin-left: 5vw; }
  .top-bar > .rectangle-clear {
    margin-right: 5vw; }

.top-bar-fixed.is-sticky {
  opacity: 1;
  z-index: 2;
  transition: opacity .5s ease-in-out;
  -moz-transition: opacity .5s ease-in-out;
  -webkit-transition: opacity .5s ease-in-out;
  box-shadow: 0 0 30px 0; }

.top-bar-regular {
  height: 50px;
  padding-left: 120px; }

.top-bar {
  height: 120px;
  width: 100vw;
  position: relative; }

.same-line {
  white-space: nowrap; }

.three > .rectangle {
  margin: 20px auto; }

.v-icon {
  width: 30px;
  height: 15px;
  border-right: solid 7px #56c47d;
  border-bottom: solid 7px #56c47d;
  transform: translate(-60px, 22px) scaleX(-1) scale(0.7) rotate(45deg); }

.upper-layer {
  margin-top: 100px;
  width: 640px;
  height: 360px; }

.video-container-wrapper {
  display: none;
  overflow: initial;
  z-index: 100; }

.icon-play {
  display: inline-block;
  transform: translateY(4px); }

@media (min-width: 1171px) {
  .seomatic-video {
    width: 640px;
    height: 360px; }

  .section.one .content-div {
    width: 1203px; }
  .section.one > h2 > b {
    font-size: 24px; }
  .section.one .button-wrapper:nth-child(2) {
    margin-left: 50px; }

  .section-t {
    height: 805px; }

  .section.two > .description-text, .section.section-t > .description-text {
    width: 510px;
    padding: 115px 0; }
  .section.two > h2, .section.section-t > h2 {
    width: 540px; }

  .top-bar {
    transform: translateX(-30px); } }
@media (max-width: 1170px) {
  .watch-demo-button {
    font-size: 18px; }

  .section-five {
    padding-bottom: 0;
    padding-top: 150px; }
    .section-five .countdown .rect {
      width: 100vw;
      border-radius: 0;
      font-size: 38px; }
    .section-five > .plan-options {
      flex-direction: column; }
    .section-five .section-footer {
      flex-direction: column;
      align-items: center; }
      .section-five .section-footer > h4 {
        padding-top: 20px;
        font-size: 18px;
        line-height: 24px;
        text-align: center;
        margin: auto; }
        .section-five .section-footer > h4 > b {
          font-size: inherit; }
    .section-five .section-content {
      width: 100vw;
      flex-direction: column; }
      .section-five .section-content .description-text {
        margin: auto; }
        .section-five .section-content .description-text > p {
          width: 90vw;
          max-width: 410px; }

  .section.section-a .section-title {
    width: 90vw;
    margin: auto; }
    .section.section-a .section-title > h2 {
      font-size: 32px;
      line-height: 52px; }
  .section.section-a .section-content {
    display: block; }
    .section.section-a .section-content h3 {
      font-size: 41px;
      font-weight: 600;
      line-height: 49px;
      text-align: center;
      margin-bottom: -30px;
      margin-top: 70px; }
    .section.section-a .section-content table tr td {
      display: block;
      width: 90vw !important;
      padding: 70px 5vw;
      height: auto; }
  .section.two {
    padding-bottom: 50px; }
    .section.two .description-text {
      max-width: 90vw;
      margin: auto; }
      .section.two .description-text p {
        width: auto; }
  .section.three {
    flex-direction: column; }
    .section.three .description-text {
      padding-top: 80px; }
      .section.three .description-text > h2 {
        font-size: 24px;
        line-height: 32px; }
      .section.three .description-text ul > li {
        font-size: 14px;
        line-height: 24px; }
  .section.section-d {
    padding: 30px 5vw 40px 5vw;
    position: relative; }
    .section.section-d .guarantee {
      width: 100vw;
      border-radius: 0;
      position: absolute;
      bottom: -375px;
      left: 0;
      padding-left: 0;
      justify-content: center; }
      .section.section-d .guarantee h3 {
        text-align: left;
        font-size: 14px;
        line-height: 24px;
        margin-left: 30px;
        margin-right: 30px; }
      .section.section-d .guarantee > img {
        width: 50px;
        height: auto;
        margin-left: 30px; }
    .section.section-d > .section-title:first-child > h2 {
      font-size: 23px;
      line-height: 32px; }
    .section.section-d > .section-title h2 {
      font-size: 25px;
      line-height: 35px; }
    .section.section-d > .section-content {
      margin-bottom: 150px; }
      .section.section-d > .section-content img {
        max-width: 90vw; }
  .section.section-case-study > .section-title h2 {
    font-size: 26px;
    line-height: 32px; }
  .section.section-case-study > .section-title h3 {
    font-size: 14px;
    line-height: 24px;
    width: 90vw;
    margin: auto;
    padding-bottom: 30px; }
  .section.section-case-study > .section-content {
    flex-direction: column;
    align-items: center; }
    .section.section-case-study > .section-content > div:first-child {
      margin-right: 0;
      margin-bottom: 60px; }
    .section.section-case-study > .section-content > div img {
      width: 90vw;
      max-width: none; }
  .section.section-c {
    padding-top: 30px; }
    .section.section-c .content .section-row {
      flex-direction: column;
      align-items: center; }
      .section.section-c .content .section-row > .row-item {
        width: calc(90vw);
        padding: 40px 20px;
        font-size: 20px; }
        .section.section-c .content .section-row > .row-item p {
          font-size: 27px; }
        .section.section-c .content .section-row > .row-item:first-child {
          margin-bottom: 30px; }
    .section.section-c .section-title > h2 {
      font-size: 24px;
      margin: auto;
      padding: 30px 0px;
      line-height: 40px; }
  .section.three-and-a-half > .section-title {
    width: 90vw;
    margin: auto; }
    .section.three-and-a-half > .section-title > h2 {
      font-size: 26px;
      line-height: 32px;
      padding-bottom: 10px; }
    .section.three-and-a-half > .section-title > h3 {
      font-size: 20px;
      line-height: 28px; }
    .section.three-and-a-half > .section-title p {
      font-size: 14px;
      line-height: 24px;
      margin-top: 0;
      padding-bottom: 20px; }
  .section.three-and-a-half .section-content {
    display: block; }
  .section.four {
    height: auto;
    background-image: url("assets/Background-flowchart-mobile.svg");
    background-attachment: scroll;
    background-position: 50% 100%;
    background-size: cover;
    margin-top: 0; }
    .section.four .bottom-content h2 {
      margin: 95px 0 10px 0; }
    .section.four .button-wrapper {
      margin: 0 0 70px 0; }
    .section.four h2 {
      font-size: 18px; }
    .section.four .section-title > h2 {
      font-size: 24px;
      margin: auto;
      height: 150px;
      line-height: 36px;
      width: 90vw;
      padding: 120px 0 50px 0; }
    .section.four .rectangle {
      transform: scale(1); }
    .section.four > .how-seomatic-works-flow {
      flex-direction: column; }
  .section > .section-content > table tr > td:nth-child(2) {
    background-size: contain; }
  .section > .section-content > table tr > td:first-child {
    padding-left: 5vw; }
  .section > .section-content > table tr > td:last-child {
    padding-right: 5vw; }
  .section.one {
    height: 1200px;
    padding: 0;
    background-attachment: scroll;
    background-image: url("assets/Background_2x-mobile.png");
    background-position: top;
    background-size: 100% 100%;
    margin-bottom: 40px; }
    .section.one .button-wrapper .rectangle span {
      font-size: 16px; }
    .section.one .button-wrapper .rectangle-clear {
      height: 60px; }
      .section.one .button-wrapper .rectangle-clear span {
        height: 60px;
        font-size: 16px; }
    .section.one .section-title {
      position: static;
      align-items: center; }
      .section.one .section-title > h1 {
        align-items: center;
        width: 100vw;
        font-size: 30px;
        text-align: center;
        line-height: normal;
        height: auto; }
    .section.one .content-div {
      display: block;
      padding: 0 2vw; }
      .section.one .content-div .section-title > h1 {
        width: 90vw;
        margin: auto; }
      .section.one .content-div .section-title > h2 {
        text-align: center;
        width: auto;
        margin-top: 35px;
        font-size: 14px;
        line-height: 30px;
        margin-bottom: 35px; }
      .section.one .content-div .section-title > .countdown {
        margin-top: 35px;
        margin-bottom: 20px; }
        .section.one .content-div .section-title > .countdown .rect {
          margin: auto;
          width: 75vw;
          height: 65px;
          line-height: 65px;
          font-size: 30px; }
  .section.five .section-content {
    width: 100vw;
    flex-direction: column;
    padding: 0; }
    .section.five .section-content .description-text {
      margin: auto;
      padding: 0;
      max-width: 90vw; }
      .section.five .section-content .description-text ul li {
        font-size: 16px;
        line-height: 24px;
        font-weight: 500;
        line-height: 24px; }
        .section.five .section-content .description-text ul li b {
          font-weight: 700; }
        .section.five .section-content .description-text ul li:not(last-child) {
          padding-bottom: 30px; }
      .section.five .section-content .description-text .section-title > h2 {
        width: auto; }
      .section.five .section-content .description-text .section-title > p {
        text-align: center;
        width: 90vw; }
  .section.section-b {
    padding-bottom: 80px; }
    .section.section-b .section-title h2 {
      font-size: 26px;
      line-height: 32px; }
    .section.section-b .section-title h3 {
      font-size: 18px;
      line-height: 32px; }
    .section.section-b .content > .section-row {
      flex-direction: column-reverse;
      align-items: center; }
      .section.section-b .content > .section-row > div {
        margin-top: 30px;
        text-align: center; }
        .section.section-b .content > .section-row > div:first-child img {
          width: 90vw; }
        .section.section-b .content > .section-row > div:nth-child(2) {
          display: none; }
        .section.section-b .content > .section-row > div:nth-child(3) {
          margin-top: 22px; }
          .section.section-b .content > .section-row > div:nth-child(3) h4 {
            width: 90vw;
            font-size: 16px;
            font-weight: 700;
            line-height: 20px; }

  .top-bar {
    height: 60px; }
    .top-bar > .logo {
      margin: 0 -30px 0 30px; }
      .top-bar > .logo > img {
        width: 154px; }
    .top-bar > .rectangle-clear {
      transform: scale(0.6);
      margin-bottom: -20px;
      margin-top: -20px;
      margin-right: -30px; }

  .picture-group-three {
    transform: none;
    margin: 0;
    transform: translateX(-10px);
    width: 100vw;
    background-position: center;
    background-repeat: no-repeat;
    align-self: center; }

  .picture-group-four {
    transform: none;
    margin: auto;
    background-image: url("assets/group-4-mobile.svg");
    width: 330px;
    height: 250px; }

  .bubble-background {
    width: 85%;
    background-size: contain;
    height: 330px; }

  .buttons-line {
    flex-direction: column;
    margin-top: 20px; }

  .button-wrapper .rectangle {
    height: 60px; }
    .button-wrapper .rectangle span {
      font-size: 16px; }

  .close-button-icon {
    position: fixed;
    top: 9%;
    right: -1%; }

  .description-text {
    margin: auto;
    text-align: center;
    margin: auto; }
    .description-text > h2 {
      font-weight: bold;
      font-stretch: normal;
      font-style: normal;
      letter-spacing: normal;
      color: #333333;
      font-size: 26px; }
    .description-text > p {
      text-align: center; }
    .description-text p {
      margin-top: 30px; }

  h2 {
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    letter-spacing: normal;
    text-align: center;
    color: #333333; }

  .display-on-desktop {
    display: none !important; }

  .faq-section {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    background-color: transparent; }
    .faq-section h3 {
      font-size: 19px;
      line-height: 1.5em;
      text-align: center; }
    .faq-section .section-title > h2 {
      font-size: 24px;
      font-weight: 600; }
    .faq-section p {
      line-height: 1.5;
      margin: 0 6px 25px 3px;
      width: 100%; }

  .faq-logo {
    background-image: url("assets/FAQ-Illustration.svg");
    width: 330px;
    height: 271px;
    margin: auto; }

  .faq-number-circle {
    border-radius: 40px; }
    .faq-number-circle > span {
      margin: 6px 5px 0 3px; }

  .flow-arrow {
    width: 18px;
    height: 18px;
    border-right: solid 4px #ffffff;
    border-bottom: solid 4px #ffffff;
    border-radius: 4px;
    margin: 26px 25px 0px 26px;
    transform: rotate(45deg); }

  .flow-circle {
    width: 77px;
    height: 77px;
    transform: translateY(-25px);
    z-index: 1; }

  .flow-rectangle-content {
    width: 90vw;
    height: 400px;
    border-radius: 10px; }
    .flow-rectangle-content > p {
      margin-top: 50px;
      width: 80%;
      text-align: center; }

  .flow-rectangle-wrapper {
    flex-direction: column;
    margin: -25px 0; }

  .footer-rectangle {
    padding: 0; }
    .footer-rectangle .logo {
      margin: 10px; }

  .footer-links {
    margin: 10px; }

  .footer {
    display: none; }

  .mobile-footer {
    display: block;
    height: 243px;
    background-size: cover;
    background-position: 50% 50%;
    background-image: url("assets/Background_2x-mobile.png"); }
    .mobile-footer .footer-rectangle {
      height: inherit;
      background-image: none;
      display: flex;
      flex-direction: column;
      align-items: flex-start; }
    .mobile-footer .footer-links p {
      display: flex;
      flex-direction: column;
      padding-left: 25px; }
    .mobile-footer .footer-links a {
      color: #ffffff;
      font-size: 19px;
      font-weight: 600;
      margin-bottom: 20px; }
    .mobile-footer .logo {
      margin: 50px 30px 0; }

  .plan-options {
    align-items: center; }

  .plan-rectangle {
    width: 90%;
    align-items: center; }
    .plan-rectangle > h2 {
      margin: 0 18px 0 0;
      font-size: 18px;
      font-weight: 600; }
    .plan-rectangle p.price {
      font-size: 48px; }
      .plan-rectangle p.price > span {
        font-size: 32px;
        bottom: 8px; }
    .plan-rectangle p.per-month {
      margin: 5px 20px 0 0; }

  .plan-rectangle.premium p.price {
    margin: 8px auto 0; }

  .plan-rectangle.business p.price {
    margin: 8px 20px 0 0; }

  .promo-text {
    width: 90vw;
    max-width: 280px;
    font-size: 19px;
    color: #333333;
    height: auto;
    font-weight: bold; }

  .rectangle-choose-plan {
    width: 250px; }

  .section-bullet {
    margin: 0 0 0 70px;
    height: 60px; }
    .section-bullet > h2 {
      font-size: 24px; }
    .section-bullet > p {
      font-size: 14px;
      line-height: 24px; }

  .section.section-t .picture-group-search {
    margin: 0 0 15px 0;
    width: 100vw;
    height: 50vw;
    background-image: url("assets/search-mobile.svg"); }
  .section.section-t .description-text {
    width: auto;
    max-width: none; }
    .section.section-t .description-text h3 {
      font-size: 18px;
      line-height: 28px;
      text-align: left; }
  .section.section-t ul > li {
    font-size: 14px;
    line-height: 24px; }

  .section-one-content {
    margin: 0;
    padding-top: 20px; }
    .section-one-content h1 {
      font-size: 30px;
      line-height: 37px; }
    .section-one-content .button-wrapper {
      margin-bottom: 25px; }

  .section.six {
    margin: 0;
    padding: 0;
    background-image: none; }

  .section.two, .section.section-t {
    margin-bottom: 0;
    flex-direction: column; }
    .section.two .button-wrapper, .section.section-t .button-wrapper {
      margin: 40px 0; }
    .section.two .description-text, .section.section-t .description-text {
      margin: 0; }
      .section.two .description-text .link, .section.section-t .description-text .link {
        font-size: 18px; }
      .section.two .description-text h2, .section.section-t .description-text h2 {
        font-weight: 600;
        font-size: 21px; }
      .section.two .description-text h3, .section.section-t .description-text h3 {
        font-size: 17px; }
      .section.two .description-text p, .section.section-t .description-text p {
        font-size: 15px; }

  .seomatic-video {
    width: 90vw;
    height: 50vw; }

  .text-section {
    margin: 0;
    padding-left: 10px; }
    .text-section > p {
      margin: 0 20px 20px 80px;
      width: 65vw;
      height: auto; }

  .upper-layer {
    width: 90vw;
    height: 50vw; }

  .legal-footer {
    background-image: url("assets/Bcg-section-3-desktop_2x.png");
    background-size: cover;
    background-position: 50% 50%;
    height: 300px; }

  .privacy-policy {
    width: 80vw;
    margin: auto; }
    .privacy-policy .logo {
      align-self: center;
      text-align: center; } }
.rectangle, .rectangle-clear {
  margin: auto; }

@media only screen and (min-width: 2000px) {
  .faq-container {
    width: 1500px; }

  .plan-options {
    width: 1500px; }

  .plan-rectangle {
    width: 485px; } }
@media only screen and (max-width: 350px) {
  .section.one .section-title > h1 {
    font-size: 25px; }
  .section.one .content-div .section-title > .countdown .rect {
    width: 90vw; }

  .rectangle, .rectangle-clear {
    width: 90vw; }

  .top-bar > .logo > img {
    width: 130px; }

  .v-icon {
    width: 20px;
    height: 10px;
    transform: translate(-63px, 22px) scaleX(-1) scale(0.7) rotate(45deg); }

  .section-bullet > h2 {
    transform: translateX(-55px); }

  .text-section > p {
    margin-left: 45px; }

  .section.three {
    padding-right: 15px;
    padding-left: 15px; } }
@media only screen and (max-width: 325px) {
  .section-bullet > h2 {
    font-size: 23px; } }

/*# sourceMappingURL=style.css.map */
