<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.breadcrumbs-wrapper {
  font-size: 14px;
}

.free-tool-main-section .section .content {
  max-width: 1128px;
  margin: 0 auto;
}
.free-tool-main-section .section {
  max-width: 1128px;
  margin: 0 auto;
}
.free-tool-main-section {
  /*max-width: 1128px;*/
  padding-top: 50px;
  padding-bottom: 80px;
  margin: 0 auto;
  gap: 80px;
  display: flex;
  flex-direction: column;
  background: #fff;
  color: #00254d !important;
}
.free-tool-main-section button:focus {
  outline: none;
}
.free-tool-main-section .section h2 {
  max-width: none;
  margin: 8px 0;
}

.free-tool-main-section .hero-bg-wrap {
  /*padding-bottom: 100px;*/
}

/* youtube video */

.free-tool-main-section .video-thumbnail-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
  min-height: 300px;
}

.free-tool-main-section .video-thumbnail-wrapper img {
  max-width: 100% !important;
  border-radius: 8px;
  object-fit: cover;
  height: 100%;
}

.free-tool-main-section .video-thumbnail-wrapper img:hover {
  opacity: 0.9;
  transition: all 0.2s;
}

.free-tool-main-section .video-thumbnail {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.free-tool-main-section .modal {
  display: none;
  position: fixed;
  z-index: 10;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

.free-tool-main-section .modal-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: calc((75vw * 9) / 16);
  background-color: #fff;
  padding: 0;
  border-radius: 8px;
  overflow: hidden;
  padding: 25px;
  background: #000;
}
.free-tool-main-section .modal-content iframe {
  border: none;
}
.free-tool-main-section .close {
  position: absolute;
  top: -10px;
  right: 8px;
  color: #fff;
  font-size: 38px;
  font-weight: bold;
  cursor: pointer;
}

.free-tool-main-section .close:hover,
.free-tool-main-section .close:focus {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

/* Page title */
.free-tool-main-section .section.page-title {
  gap: 16px;
  display: flex;
  flex-direction: column;
  margin-bottom: 100px;
}
.free-tool-main-section .section.page-title .content {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(360px, 1fr));
  column-gap: 100px;
  row-gap: 16px;
}
.free-tool-main-section .section.page-title .vertical-content {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.free-tool-main-section .section.page-title .vertical-content .main-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.free-tool-main-section .section.page-title .vertical-content .title {
  font-size: 56px;
  font-weight: 900;
  line-height: 66px;
  text-align: center;
  color: #00254d;
}
.free-tool-main-section .section.page-title .vertical-content p,
.free-tool-main-section .section.page-title .vertical-content .description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #00254d;
}
.free-tool-main-section .section.page-title .vertical-content .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.free-tool-main-section .section.page-title .vertical-content .cta button {
  background-color: #0081f1;
  color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px #96c7f2;
}
.free-tool-main-section
  .section.page-title
  .vertical-content
  .cta
  button:hover {
  background: #006adc;
}
.free-tool-main-section .section.page-title .vertical-content .container .text {
  font-size: 12px;
  font-weight: 500;
  color: #00254d;
  text-align: center;
}

.free-tool-main-section
  .section.page-title
  .vertical-content
  .embedded-editor-section {
  margin-top: 20px;
}

.free-tool-main-section .section.page-title .hero-image-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: none;
  border-radius: 16px;
}
.free-tool-main-section .section.page-title .hero-image-wrapper img {
  border-radius: 16px;
  max-width: 100%;
}
.free-tool-main-section .section.page-title .title-wrapper {
  display: flex;
  flex-direction: column;
  align-items: start;
}
.free-tool-main-section .section.page-title .title-wrapper .title {
  font-size: 40px;
  font-weight: 800;
  line-height: 44px;
  color: #00254d;
  font-family: "Manrope", Sans-serif;
  text-align: left;
}
.free-tool-main-section .section.page-title .title-wrapper p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #687076;
  font-family: "Manrope", Sans-serif;
  text-align: left;
}

.free-tool-main-section .section.page-title .post-subtitle-wrap {
  margin-top: 8px;
  margin-bottom: 40px;
}

.free-tool-main-section .section.page-title .template-colors-wrapper {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.free-tool-main-section
  .section.page-title
  .template-colors-wrapper
  .color-item {
  width: 40px;
  height: 40px;
  border-radius: 40px;
  border: 1px solid #cdced6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.free-tool-main-section
  .section.page-title
  .template-colors-wrapper
  .color-item.current {
  border: 2px solid #0190ff;
}

.free-tool-main-section
  .section.page-title
  .template-colors-wrapper
  .color-item
  .color {
  width: 32px;
  height: 32px;
  border-radius: 40px;
  z-index: 1;
}
.free-tool-main-section .section.page-title .title-wrapper button {
  background: #151718;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  font-family: "Manrope", Sans-serif;
  padding: 12px 16px;
  border-radius: 8px;
  border: none;
}

.free-tool-main-section .section.page-title .title-wrapper button:hover {
  background: #26292b;
  cursor: pointer;
}

.free-tool-main-section .section.page-title .template-tags-wrapper {
  display: flex;
  gap: 4px;
}

.free-tool-main-section .section.page-title .template-tags-wrapper a:hover {
  color: #0081f1;
}
.free-tool-main-section .section.page-title .template-tags-wrapper p,
.free-tool-main-section .section.page-title .template-tags-wrapper a {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #687076;
  font-family: "Manrope", Sans-serif;
  text-align: left;
}

/* Hero section */

.free-tool-main-section .section.hero-section {
  padding-top: 16px;
}
.free-tool-main-section .section.hero-section .container {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.free-tool-main-section .section.hero-section img {
  max-width: 217px;
  margin: 0 auto;
}
.free-tool-main-section .section.hero-section .container .main-text {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.free-tool-main-section .section.hero-section .container .title {
  font-size: 56px;
  font-weight: 900;
  line-height: 66px;
  text-align: center;
  color: #00254d;
}
.free-tool-main-section .section.hero-section .container .description {
  font-size: 20px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
  color: #00254d;
}
.free-tool-main-section .section.hero-section .container .box {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}

.free-tool-main-section .section.hero-section .container .cta button {
  background-color: #0081f1;
  color: #fff;
  border-radius: 8px;
  padding: 20px 24px;
  border: none;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: 8px;
  box-shadow: 0 10px 30px #96c7f2;
}
.free-tool-main-section .section.hero-section .container .cta button:hover {
  background: #006adc;
}
.free-tool-main-section .section.hero-section .container .text {
  font-size: 12px;
  font-weight: 500;
  color: #00254d;
}

.free-tool-main-section .section.hero-section .container .main-video-wrapper {
  padding: 16px 16px 0 16px;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  background: #c5dcfa;
}
.free-tool-main-section
  .section.hero-section
  .container
  .main-video-wrapper
  video {
  display: block;
  max-width: 100%;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  object-fit: cover;
  height: auto;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0px)
    hue-rotate(0deg);
}

.free-tool-main-section .section.hero-section .container.adv {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 40px;
}
.free-tool-main-section .section.hero-section .container.adv .title {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.free-tool-main-section .section.hero-section .container.adv .title span {
  font-weight: 900;
}
.free-tool-main-section .section.hero-section .container.adv .box.stores {
  display: flex;
  gap: 40px;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
}
.free-tool-main-section .section.hero-section .container.adv.stats {
  margin-top: 40px;
  background-image: url("./assets/blue-bg.svg");
  border-radius: 16px;
  background-size: cover;
  background-position: center;
  padding: 32px 24px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(333px, 1fr));
}
.free-tool-main-section
  .section.hero-section
  .container.adv.stats
  .item
  .title {
  font-size: 96px;
  font-weight: 900;
  color: #00254d;
  text-align: center;
}
.free-tool-main-section
  .section.hero-section
  .container.adv.stats
  .item
  .title
  span {
  font-size: 48px;
  font-weight: 900;
  color: #00254d;
}
.free-tool-main-section
  .section.hero-section
  .container.adv.stats
  .item
  .description {
  font-size: 16px;
  font-weight: 900;
  text-align: center;
  color: #00254d;
}

@media (max-width: 480px) {
  .free-tool-main-section .section.page-title .title {
    line-height: normal;
  }
}

@media (max-width: 1280px) {
  .free-tool-main-section {
    max-width: 930px;
    padding: 50px 18px 50px 18px;
  }
  .free-tool-main-section .section {
    max-width: 100%;
    width: 100%;
  }
}

@media (max-width: 991px) {
  .free-tool-main-section .section.advantages-section .box.stores {
    flex-wrap: wrap;
  }
}

@media (max-width: 480px) {
  .free-tool-main-section .section.page-title .vertical-content .box .text {
    text-align: center;
    font-size: 15px;
  }
  .free-tool-main-section .section.page-title .vertical-content .title {
    font-size: 31px;
    line-height: 42px;
  }
  .free-tool-main-section .section.page-title .vertical-content p {
    font-size: 16px;
  }
  .free-tool-main-section .section.page-title {
    margin-bottom: 0px;
  }
  .free-tool-main-section .section.page-title .vertical-content .cta button {
    padding: 16px 20px;
    font-size: 14px;
  }
  .free-tool-main-section .section.why-section .container .box.items {
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  }
  .free-tool-main-section {
    gap: 100px;
  }
  .free-tool-main-section .section.hero-section .container .title br,
  .free-tool-main-section .section.hero-section .container .description br {
    display: none;
  }
  .free-tool-main-section .section.hero-section .container .title {
    font-size: 31px;
    line-height: 42px;
  }
  .free-tool-main-section .section.hero-section .container .cta button {
    padding: 16px 20px;
    font-size: 14px;
  }
  .free-tool-main-section .section.hero-section {
    padding-top: 40px;
  }
  .free-tool-main-section .section.advantages-section .container.stats {
    grid-template-columns: repeat(auto-fill, minmax(284px, 1fr));
  }
  .free-tool-main-section
    .section.advantages-section
    .container.stats
    .item
    .title {
    font-size: 66px;
  }
  .free-tool-main-section .section.why-section .container .title {
    font-size: 32px;
  }
  .free-tool-main-section .section.comparison-section .container .title {
    font-size: 32px;
  }
  .free-tool-main-section
    .section.comparison-section
    .container
    .box
    .header-items
    div:first-child {
    min-width: 115px;
  }
  .free-tool-main-section .section.hero-section .container .cta button {
    padding: 16px 20px;
    font-size: 14px;
  }
  .free-tool-main-section .section.why-section .container .title br {
    display: none;
  }
  .free-tool-main-section
    .section.why-section
    .container
    .box
    .item
    .description {
    font-size: 16px;
  }
  .free-tool-main-section
    .section.comparison-section
    .container
    .box
    .body-items
    .column.names
    .item
    p {
    font-size: 14px;
  }
  .free-tool-main-section
    .section.comparison-section
    .container
    .box
    .body-items
    .column
    img {
    width: 31px;
    height: 31px;
  }
  .free-tool-main-section
    .section.comparison-section
    .container
    .box
    .body-items
    .column.last
    .item,
  .free-tool-main-section
    .section.comparison-section
    .container
    .box
    .body-items
    .column.middle
    .item
    p {
    font-size: 16px;
  }

  .free-tool-main-section .section.hero-section .container.hero {
    grid-template-columns: repeat(auto-fill, minmax(324px, 1fr));
  }

  .free-tool-main-section .section.page-title .title {
    line-height: normal;
  }

  .free-tool-main-section .section.page-title .content {
    display: flex;
    flex-direction: column-reverse;
  }
  .free-tool-main-section .video-thumbnail-wrapper {
    min-height: unset;
  }
  .free-tool-main-section .hero-bg-wrap {
    padding-bottom: 0;
  }

  .free-tool-main-section .section.page-title .title-wrapper .title {
    text-align: center;
  }
  .free-tool-main-section .section.page-title .title-wrapper {
    align-items: center;
  }
}
</pre></body></html>