:root {
  --slate-blue: #5540c4;
  --ghost-white: #fafbff;
  --light-slate-grey: #8a94a6;
  --ghost-white-2: #fafbff;
}

.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;
}

h1 {
  margin-top: 20px;
  margin-bottom: 35px;
  font-size: 60px;
  font-weight: 700;
  line-height: 110%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 150%;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 29px;
}

p {
  margin-bottom: 10px;
  line-height: 25px;
}

a {
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  line-height: 26px;
}

strong {
  font-weight: bold;
}

.par-padding {
  max-width: 100%;
  margin-top: 0;
}

.par-padding._100 {
  max-width: 80%;
  line-height: 20px;
}

.par-padding._2 {
  max-width: 680px;
}

.section-item {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.section-item.bg {
  color: #fff;
  background-color: #5540c4;
}

.section-item.bg.no-padding {
  background-color: var(--slate-blue);
  background-image: url('../images/Dots_1.svg');
  background-position: 0 0;
  background-size: cover;
  padding-top: 80px;
}

.section-item.haze {
  background-color: #fafbff;
  padding-top: 60px;
  padding-bottom: 60px;
  display: block;
  overflow: hidden;
}

.section-item.haze.seo {
  display: block;
  position: relative;
}

.section-item.haze.first {
  padding-top: 120px;
  padding-bottom: 20px;
  display: block;
}

.section-item.haze.visible-overflow {
  overflow: visible;
}

.section-item.haze.padding-bottom-30 {
  padding-bottom: 0;
}

.section-item.color {
  background-color: var(--slate-blue);
  color: #fff;
}

.section-item.blue {
  background-color: var(--slate-blue);
  color: #fff;
  background-image: url('../images/dots-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: fixed;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  display: flex;
}

.section-item.dots {
  background-image: url('../images/dots-2.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
}

.section-item.hide {
  display: none;
}

.section-item.visible-overflow {
  overflow: visible;
}

.section-item.map {
  color: #fff;
  background-image: url('../images/Dot-map.svg'), linear-gradient(225deg, #13baff, #2d5dd3);
  background-position: 50%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: auto, auto;
  height: 100%;
  min-height: 70vh;
  padding-top: 120px;
  padding-left: 2%;
  padding-right: 2%;
}

.list-item {
  margin-bottom: 16px;
}

.list {
  color: var(--ghost-white);
}

.panel {
  direction: ltr;
  background-color: #ffffff0d;
  border-radius: 12px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
}

.button-3:hover {
  background-color: #40a9ff;
  text-decoration: none;
}

.wrapper-box {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.wrapper-box.hor {
  flex-direction: row;
}

.wrapper-box.hor.reverse {
  flex-direction: row-reverse;
}

.wrapper-box.faq {
  max-width: 800px;
}

.wrapper-box._1 {
  margin-top: 0;
}

.panel-body-home {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: 1 0 auto;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 36px;
  display: flex;
  position: relative;
}

.panel-body-home.transparent {
  background-color: #0000;
  height: auto;
  padding-bottom: 10px;
}

.panel-body-home.transparent._1 {
  margin-top: 40px;
}

.tabs-vertical-tab-home {
  color: #ffffff80;
  background-color: #5540c4;
  border: 1px solid #fff3;
  border-radius: 6px;
  flex: none;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 48px;
  margin-bottom: 12px;
  margin-right: 12px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, color .2s, background-color .2s;
  display: flex;
}

.tabs-vertical-tab-home:hover {
  color: #333;
  background-color: #fff;
}

.tabs-vertical-tab-home.w--current {
  color: #333;
  background-color: #fff;
  border: 2px solid #1890ff;
}

.grid-list {
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid-list._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.divider {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.divider.c {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
}

.text-list {
  color: #fff;
}

.intro {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro.small_margin {
  margin-top: 24px;
}

.tabs-vertical-menu-home {
  justify-content: center;
  padding-bottom: 30px;
  display: flex;
}

.tabs-vertical-menu-home._2 {
  display: none;
}

.heading-box {
  margin-bottom: 30px;
}

.heading-box.center {
  text-align: center;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin: 0 auto 22px;
  display: flex;
}

.tabs_new {
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.c09_feature_column_85 {
  width: 85%;
  height: 100%;
}

.c09_h4 {
  width: 440px;
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 25px;
}

.side-media-3 {
  flex-direction: row;
  flex: 0 50%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.tab-pane-tab-1-2 {
  text-align: center;
  flex: 0 auto;
  align-self: center;
  min-width: 100%;
  max-width: 100%;
  min-height: 100%;
  max-height: 100%;
}

.main-grid-3 {
  grid-column-gap: 28px;
  grid-row-gap: 64px;
  perspective: 2000px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row dense;
  place-content: stretch center;
  align-self: auto;
  place-items: stretch center;
  width: 100%;
  margin-top: 20px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.c09_feature_column_15 {
  width: 15%;
  height: 100%;
}

.par-left {
  text-align: left;
  margin-top: 25px;
}

.side-tabs-2 {
  flex-direction: column;
  flex: 0 50%;
  justify-content: flex-start;
  align-items: flex-start;
  margin-right: 55px;
  display: flex;
}

.lottie-animation-2 {
  width: 100%;
  height: 100%;
}

.lightbox-photo-wrapper {
  border-radius: 6px;
  overflow: hidden;
}

.c09_icon_circle {
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: static;
  box-shadow: 6px 6px 13px #a4aeaf2b;
}

.c09_icon_circle.lottie {
  z-index: 3;
  width: 100px;
  height: 100px;
  display: none;
  position: absolute;
  inset: 125% -19% 0% auto;
}

.c09_feature_wrap {
  align-items: center;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.c09_check {
  width: 20px;
}

.side-tab-new {
  background-color: #fff;
  border-radius: 16px;
  align-items: flex-start;
  margin-top: 6px;
  margin-bottom: 6px;
  padding: 24px;
  transition: box-shadow .4s, background-color .4s;
  display: flex;
  box-shadow: 0 8px 16px #0000, inset 0 0 0 2px #e3e3e3;
}

.side-tab-new:hover {
  box-shadow: 0 8px 16px #0000001a, inset 0 0 0 1px #e3e3e3;
}

.side-tab-new.w--current {
  background-color: #fff;
  padding: 24px;
  box-shadow: inset 0 0 0 2px #1890ff;
}

.h10 {
  background-color: #7540ee;
  background-image: url('../images/waves.svg');
  background-position: 50% 101%;
  background-repeat: no-repeat;
  background-size: contain;
  justify-content: center;
  align-items: center;
  height: 85vh;
  min-height: 750px;
  padding-bottom: 90px;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h10_container {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  max-width: 1140px;
  display: flex;
}

.h10_h1 {
  color: #fff;
  text-align: left;
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 15px;
}

.h10_text {
  color: #f5f7fd;
  max-width: 500px;
  margin-bottom: 20px;
  font-size: 14px;
  font-weight: 500;
  line-height: 170%;
}

.h10_button {
  color: #7540ee;
  letter-spacing: 1px;
  background-color: #f5f7fd;
  border: 1px #6165ff;
  border-radius: 100px;
  margin-right: 10px;
  padding: 12px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.h09 {
  color: #fff;
  background-color: #f8fcff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/essaywritingservice.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 600px;
  display: flex;
  position: relative;
  overflow: visible;
}

.h09_container {
  flex: 1;
  max-width: 1140px;
}

.h09_title {
  color: #7540ee;
  text-align: left;
  letter-spacing: 1px;
  max-width: 500px;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.h09_h1 {
  color: #33334f;
  max-width: 550px;
  margin-top: auto;
  margin-bottom: 30px;
  font-size: 52px;
}

.h09_text {
  color: #0a1f44;
  text-align: left;
  max-width: 410px;
  margin-bottom: 25px;
  margin-right: auto;
  font-size: 14px;
  line-height: 170%;
  display: block;
}

.h09_button_wrap {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.h09_button {
  color: #fff;
  letter-spacing: 1px;
  background-color: #7540ee;
  border: 1px solid #6165ff;
  border-radius: 100px;
  margin-right: 15px;
  padding: 10px 40px;
  font-size: 13px;
  font-weight: 600;
  transition: all .25s ease-in;
}

.h09_link {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.heading-11 {
  color: #151515;
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 500;
}

.text-block-85 {
  color: #151515;
  min-height: 36px;
  max-height: 36px;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 400;
  line-height: 18px;
  overflow: hidden;
}

.customer_reviews-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: stretch;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.body-text {
  position: relative;
  top: auto;
}

.t02_slider-3 {
  background-color: #0000;
  flex: 1;
  max-width: 100%;
  max-height: 168px;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
}

.tab04_content {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  min-height: 0;
  max-height: none;
  padding: 15px;
  display: flex;
  overflow: visible;
}

.tab04_tabs {
  align-items: flex-start;
  max-width: 100%;
  display: block;
}

.t02_slide-3 {
  width: 25%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: static;
  overflow: visible;
}

.t02_icon {
  color: #4e5d78;
  width: 25px;
  height: 25px;
  font-size: 22px;
}

.card_site_reviews-2 {
  text-align: left;
  background-color: #fff;
  flex: none;
  order: 0;
  align-self: auto;
  min-width: 260px;
  max-width: 260px;
  min-height: 168px;
  max-height: none;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px;
  position: relative;
}

.t02_mask-3 {
  max-width: 1110px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.secondary-text-2 {
  align-self: center;
}

.header_ratings-2 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
  display: flex;
  position: relative;
}

.t02_slide_arrow_left-3 {
  color: #000;
  max-height: 80px;
  left: -65px;
}

.author {
  font-weight: 500;
  position: absolute;
  top: auto;
  bottom: 14px;
}

.tab04_pane {
  flex: 0 auto;
  align-self: auto;
  max-width: 100%;
}

.slide_nav {
  margin-top: 27px;
  bottom: -55px;
}

.star {
  flex: none;
  align-self: center;
}

.image-19 {
  line-height: 11px;
}

.tab04_tab-2 {
  color: #0a1f44;
  background-color: #0000;
  border: 2px #0000;
  border-radius: 8px;
  justify-content: center;
  align-self: center;
  align-items: center;
  min-width: 200px;
  margin-bottom: 0;
  padding: 15px;
  display: flex;
}

.tab04_tab-2.w--current {
  background-color: #fff;
  border: 2px #f59933;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 15px;
}

.card_trustpilot-2 {
  text-align: left;
  background-color: #fff;
  flex: none;
  order: 0;
  align-self: auto;
  min-width: auto;
  max-width: 260px;
  min-height: 160px;
  max-height: 160px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 14px;
  position: relative;
}

.text-block-86 {
  color: #999;
  font-size: 13px;
  font-weight: 500;
}

.text-block-87 {
  color: #999;
  text-align: right;
  font-size: 10px;
}

.tab04_menu {
  background-color: #0000;
  border-radius: 10px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 14px;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.tab04_icon {
  width: 24px;
  margin-right: 10px;
}

.tab04_container {
  flex-direction: column;
  flex: 1;
  align-items: stretch;
  max-width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.tab04_title {
  font-size: 16px;
  font-weight: 500;
}

.t02_slide_arrow_right-3 {
  color: #000;
  max-height: 80px;
  margin-left: auto;
  margin-right: auto;
  inset: 0% -65px 0% auto;
  overflow: hidden;
}

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

.faq01-comment {
  height: auto;
  padding-top: 15px;
  overflow: hidden;
}

.faq-header {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
}

.faq-header.noselect {
  color: #333;
  padding-right: 40px;
  font-size: 17px;
  font-weight: 500;
  line-height: 150%;
}

.section-wrapper {
  border: 1px #dadbdb;
  border-radius: 6px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.faq01_click_wrap {
  flex-direction: column;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.divider-2 {
  background-color: #ffa949;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 4px;
  margin-bottom: 21px;
}

.divider-2.animated {
  margin-top: 20px;
  margin-bottom: 30px;
}

.faq01_block {
  cursor: pointer;
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 10px 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.head-box {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq01_container {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.heading-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 700px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-item-2 {
  background-color: #fff;
  border-left: 1px solid #cbd4e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-item-2.color {
  background-color: #0000;
}

.section-item-2.haze {
  background-color: var(--ghost-white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.faq01_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 5% auto auto;
}

.faq01_paragraph {
  color: #4e5d78;
  margin-left: 30px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.col-item-2 {
  flex-direction: column;
  flex: 0 50%;
  order: 1;
  align-items: flex-start;
  margin-top: 0;
  padding: 32px 60px 0 50px;
  display: flex;
}

.image-24 {
  z-index: 5;
  width: 100%;
  height: 400px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.column-5 {
  position: static;
}

.button-dropdown {
  z-index: 6;
  width: 48px;
  height: 48px;
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: auto 0% 0%;
}

.c04_icon {
  width: 45px;
  height: 46px;
  margin-bottom: 25px;
}

.link-block-2 {
  z-index: 999;
  color: #8a94a6;
  border: 1px solid #8a94a685;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  margin-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  text-decoration: none;
  display: flex;
  position: relative;
}

.columns-5 {
  flex: 1;
  width: 100%;
}

.seo-hide {
  overflow: hidden;
}

.seo-hide.haze {
  padding-bottom: 124px;
  display: none;
}

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

.button-2 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
  position: static;
}

.button-2:hover {
  background-color: #40a9ff;
  text-decoration: none;
}

.calculator-content {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.c02_block_image {
  width: 50%;
  padding-right: 0;
  position: relative;
}

.c11_h3 {
  color: #0a1f44;
  text-align: center;
  margin: 0 auto 25px;
  font-size: 42px;
  line-height: 45px;
}

.c11_paragraph {
  font-size: 16px;
  line-height: 26px;
}

.c11_title_wrap {
  justify-content: center;
  align-items: center;
  margin-bottom: 80px;
}

.c11_process_image {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 30px;
  display: flex;
  position: relative;
}

.c11_process_card_02 {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c11_process {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.c11_centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.c11_process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 30px 20px;
  display: flex;
  position: relative;
}

.c11_h4 {
  color: #1d1f45;
  margin-top: 0;
  font-size: 29px;
  font-weight: 700;
}

.c11_process_card {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.c11_process_line {
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 85%;
  position: absolute;
}

.c11_centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  display: flex;
}

.c11_container {
  flex-flow: column wrap;
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.c11_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c11_centre_step {
  color: #6937ff;
  font-size: 18px;
  font-weight: 600;
}

.c11 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c11.haze {
  background-color: #fff;
}

.c08_feature_wrap {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto 6px;
  display: flex;
}

.c08_column {
  z-index: 3;
  width: 33%;
  min-height: 190px;
  padding-right: 35px;
  position: relative;
}

.c08_h6 {
  z-index: 5;
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 30px;
  position: relative;
}

.c08_paragraph {
  max-width: 560px;
  margin-top: 32px;
  margin-bottom: 15px;
  font-size: 14px;
  display: block;
}

.c08_number_low {
  z-index: 2;
  color: #8a94a624;
  font-size: 70px;
  font-weight: 700;
  line-height: 90px;
  position: absolute;
  top: -25px;
  left: -7px;
}

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

.t06_icon {
  color: #000;
  font-size: 17px;
}

.t06_arrow_right {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 0% 0% auto;
}

.t06_card {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 25px 30px;
  display: flex;
}

.t06_avatar_02 {
  background-image: url('../images/forest_avatar_02.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_slider {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 75px;
  padding-left: 30px;
  padding-right: 30px;
}

.t06_mask {
  width: 40%;
  overflow: visible;
}

.t06_stars_wrap {
  margin-bottom: 10px;
}

.t06_card_base {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.t06_arrow_left {
  border: 1px solid #c1c7d0;
  border-radius: 100px;
  width: 50px;
  height: 50px;
  inset: auto 80px 0% auto;
}

.t06_paragraph {
  color: var(--light-slate-grey);
}

.t06_author {
  align-items: center;
  display: flex;
}

.t06_avatar {
  background-image: url('../images/forest_avatar_05.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_avatar_04 {
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_team_wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.t06_avatar_03 {
  background-image: url('../images/forest_avatar_04.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_author_wrap {
  padding-left: 0;
}

.t06_star {
  object-fit: contain;
  object-position: 50% 50%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.t06_job {
  color: #b8b9c2;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 13px;
  font-weight: 600;
}

.t06_slider_nav {
  margin-right: 34px;
}

.t06_avatar_05 {
  background-image: url('../images/forest_avatar.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100px;
  width: 44px;
  height: 44px;
  margin-top: 15px;
  margin-bottom: 15px;
  position: relative;
}

.t06_name {
  color: #0a1f44;
  letter-spacing: 1px;
  margin-bottom: 4px;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px;
}

.t06_h5 {
  color: #333;
}

.p07 {
  background-color: #fff;
  padding: 60px 5%;
}

.p07.haze {
  background-color: var(--ghost-white);
  padding-top: 60px;
  padding-bottom: 60px;
}

.p07_check_wrap {
  margin-bottom: 35px;
}

.p07_pricing {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_pricing_white {
  color: #fff;
  margin-left: 2px;
  margin-right: 2px;
  font-size: 50px;
  line-height: 50px;
}

.p07_block {
  background-color: #fff;
  border-radius: 10px;
  padding: 0 20px;
}

.p07_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.p07_date_text_white {
  color: #fff;
}

.p07_icon {
  margin-right: 10px;
}

.p07_h3_white {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p07_h3 {
  color: #0a1f44;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 15px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 32px;
}

.p07_column {
  width: 33.3333%;
  padding: 0 10px;
}

.p07_column._2 {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding-left: 50px;
  display: flex;
}

.p07_info_text {
  color: #b0b7c3;
  text-align: center;
  max-width: 200px;
  margin-top: 12px;
  margin-left: auto;
  margin-right: auto;
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.p07_text {
  color: #0a1f44;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p07_pricing_wrap {
  color: #7540ee;
  flex-direction: row;
  align-items: flex-end;
  margin-top: 5px;
  margin-bottom: 25px;
  display: flex;
}

.p07_button {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button:hover {
  color: #fff;
  background-color: #7540ee;
}

.p07_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.p07_button_white {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #ebecf0;
  border-radius: 8px;
  width: 100%;
  padding-top: 13px;
  padding-bottom: 13px;
  font-size: 11px;
  font-weight: 600;
  transition: all .2s;
}

.p07_button_white:hover {
  color: #0a1f44;
  background-color: #fff;
}

.p07_block_03 {
  background-color: #0000;
  border-radius: 10px;
  padding: 20px;
}

.p07_text_white {
  color: #fff;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.p07_block_02 {
  background-color: #0000;
  border-radius: 15px;
  padding: 0;
}

.big-form-icon {
  flex: none;
  height: 24px;
  margin-left: 16px;
}

.nav-search {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu-icon-line-top {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
}

.menu-icon {
  float: right;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 20px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-link {
  color: #151515;
  text-transform: capitalize;
  border-radius: 6px;
  flex: none;
  padding: 8px 36px 8px 16px;
  font-size: 15px;
  transition: background-color .4s;
}

.nav-link:hover {
  background-color: #f3f3f7;
}

.nav-link.w--current {
  color: #151515;
  font-weight: 700;
}

.nav-link._1 {
  padding-right: 16px;
}

.nav-dropdown-icon {
  color: #999;
  margin-right: 12px;
  font-size: 13px;
  display: block;
}

.big-form-button {
  background-color: #ffa949;
  border-radius: 6px;
  flex: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: width .4s;
}

.dropdown-list.w--open {
  z-index: 999;
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  margin-top: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
  left: 0;
  overflow: hidden;
  box-shadow: 0 6px 24px #30364d38;
}

.navigation {
  flex: none;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  padding-right: 15px;
  display: flex;
}

.nav-buttons {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.logo {
  width: 140px;
  height: 44px;
}

.nav-right {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline;
}

.button:hover {
  background-color: #f59933;
}

.button.ghost {
  color: #574b8a;
  background-color: #f3f3f7;
  align-self: auto;
  height: 42px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 500;
  display: flex;
}

.button.ghost:hover {
  box-shadow: none;
  background-color: #eaeaf1;
}

.button.nav-button {
  background-color: #0082d5;
  border-radius: 6px;
  height: 42px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 15px;
  font-weight: 700;
  display: inline-block;
}

.button.nav-button:hover {
  background-color: #006eb4;
}

.menu-icon-line-bottom {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
}

.nav-menu {
  flex: none;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.brand {
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-bridge {
  z-index: 1;
  height: 8px;
  position: absolute;
  top: -8px;
  left: 0;
  right: 0;
}

.popup-bg-overlay {
  z-index: 1;
  background-color: #000000c7;
  position: fixed;
  inset: 0%;
}

.nav-bar {
  z-index: 99999999;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 88px;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
  left: auto;
  right: auto;
  box-shadow: 0 0 20px #0000001a;
}

.form-big-input {
  background-color: #0000;
  border: 1px #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
}

.form-big-input:hover, .form-big-input:focus {
  border-color: #ffa949;
}

.form-big-input::placeholder {
  color: #999;
}

.menu-icon-line-middle {
  background-color: #574b8a;
  border-radius: 1px;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.nav-dropdown-link {
  color: #151515;
  padding: 9px 20px 11px;
  font-size: 14px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link:hover {
  background-color: #f3f3f7;
}

.nav-dropdown-link.w--current {
  color: #574b8a;
  font-weight: 700;
}

.dropdown-corner {
  z-index: 1;
  background-color: #fff;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  top: -4px;
  left: 33px;
  transform: rotate(45deg);
}

.dropdown-corner.padding {
  left: 89px;
}

.nav-search-form {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  max-width: 94vw;
  height: 60px;
  margin-top: 208px;
  padding: 6px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 4px #0000004d;
}

.nav-search-form:hover {
  box-shadow: 0 0 0 4px #00000080;
}

.modal-close-button {
  z-index: 3;
  cursor: pointer;
  background-color: #0000004d;
  background-image: url('../images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  transition: transform .4s, border-color .4s, background-color .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button:hover {
  background-color: #574b8a;
  transform: scale(1.1);
}

.wrapper-2 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  position: relative;
  overflow: visible;
}

.wrapper-2.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  max-width: 1140px;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  overflow: visible;
}

.wrapper-5 {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #0000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-bottom-right {
  text-align: right;
  flex-wrap: wrap;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer-bottom-2 {
  color: #ffffff80;
  border-top: 1px solid #fff3;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 24px 15px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
}

.bold-text-12 {
  color: #fff;
  font-family: Lato, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.footer {
  background-color: #5540c4;
}

.nav-link-3 {
  color: #282f4b;
  background-color: #0000;
  margin-right: 12px;
  padding: 12px;
  text-decoration: none;
  transition: background-color .4s;
}

.nav-link-3:hover {
  color: #282f4b;
  background-color: #282f4b42;
  border-radius: 6px;
}

.nav-link-3.w--current {
  color: #282f4b;
  padding-top: 12px;
  padding-bottom: 12px;
}

.footer-bottom-left {
  flex-wrap: wrap;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-icons-small {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-63 {
  color: #fff;
}

.social-icon-small {
  width: 16px;
}

.social-link-small-2 {
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: background-color .4s;
  display: flex;
}

.social-link-small-2:hover {
  background-color: #7666d5;
}

.footer-brand-2 {
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.footer-brand-2.w--current {
  cursor: pointer;
  flex: 0 auto;
}

.lp-footer-top-2 {
  border-bottom: 1px solid #fff3;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 0;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.image-12 {
  height: 50px;
  margin: 0;
  padding-top: 0;
  display: inline-block;
}

.logo-2 {
  width: 150px;
  max-width: 200px;
  height: auto;
}

.c01 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c01.blue {
  background-color: var(--slate-blue);
  color: #ffffff82;
}

.c01.blue.white.no-padding {
  background-color: #0000;
  padding-top: 0;
}

.c01.blue.white._0down {
  padding-top: 0;
  padding-bottom: 0;
}

.c01.blue {
  color: #ffffff82;
  background-color: #5540c4;
}

.c01.blue.white {
  color: #fff;
  background-color: #5540c4;
}

.c01.blue.white.nopd {
  padding-top: 0;
}

.c01_container {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c01_container.gorizontal {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.c01_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  padding-right: 55px;
  display: flex;
  position: relative;
}

.c01_block._12 {
  justify-content: center;
  align-items: center;
  padding-right: 0;
}

.c01_block.gorizontal {
  align-items: center;
  margin-bottom: 0;
  padding-right: 0;
}

.c01_title {
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
}

.c01_h3 {
  max-width: 420px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 50px;
}

.c01_focus_colour {
  color: #7540ee;
}

.c01_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.c03_container {
  flex: 1;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c03_text {
  max-width: 560px;
  margin-bottom: 0;
  font-weight: 500;
  line-height: 25px;
}

.c03_h3 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  line-height: 45px;
}

.c03_google {
  border-radius: 8px;
}

.c03_check {
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.c03 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c03.color {
  background-color: var(--ghost-white);
}

.c03_check_wrap {
  margin-top: 44px;
  margin-bottom: 35px;
}

.check-icon {
  width: 20px;
  margin-right: 12px;
}

.c03_app_wrap {
  flex-wrap: wrap;
  align-items: flex-start;
  display: flex;
}

.c03_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 0;
  display: flex;
  position: relative;
}

.c03_apple {
  border-radius: 8px;
  margin-left: 15px;
}

.c03_title {
  color: #767ead96;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c09_columns {
  flex: 1;
}

.c09_column_02 {
  padding-top: 35px;
  padding-left: 0;
}

.c09_h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 32px;
  line-height: 42px;
}

.c07_icon {
  width: 45px;
  margin-bottom: 25px;
}

.c09_paragraph {
  text-align: left;
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  display: block;
}

.c09 {
  background-color: #fff;
  align-items: center;
  padding: 90px 5%;
  display: flex;
}

.c09_title {
  color: #767ead96;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
}

.c09_image {
  margin-bottom: 30px;
}

.c09_container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c09_feature_wrap-2 {
  align-items: flex-start;
  height: auto;
  margin-bottom: 15px;
  display: flex;
}

.c09_h4-2 {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 25px;
}

.c09_feature_column_85-2 {
  width: 100%;
  height: 100%;
}

.text-tab {
  width: 440px;
  font-size: 18px;
  font-weight: 700;
}

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

.section-item-3.haze {
  background-color: #fafbff;
  padding-top: 100px;
  padding-bottom: 100px;
  overflow: hidden;
}

.divider-3 {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-3.c {
  margin-bottom: 0;
  margin-right: 0;
}

.faq02_h6 {
  color: #3d5169;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.text-grey {
  color: #8a94a6;
  flex: none;
  margin-top: 20px;
  margin-bottom: 6px;
  font-weight: 400;
  line-height: 170%;
}

.faq02_block {
  cursor: pointer;
  border: 1px solid #ebecf0;
  border-bottom-style: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 20px 30px 15px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.faq02_block.faq02_middle_block {
  border-right-style: solid;
  border-radius: 0;
}

.faq02_icon {
  width: 15px;
  height: 15px;
  position: absolute;
  inset: auto 5% auto auto;
}

.faq02-comment {
  border-top: 1px #ebecf0;
  border-left: 1px solid #ebecf0;
  border-right: 1px solid #ebecf0;
  padding-top: 5px;
  padding-left: 30px;
  padding-right: 25px;
  overflow: hidden;
}

.faq02-comment.faq02_bottom_block {
  border-bottom: 1px solid #ebecf0;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding-top: 8px;
}

.div-block-24 {
  max-width: 600px;
  line-height: 160%;
}

.hed-parent {
  max-width: 480px;
  font-size: 50px;
  line-height: 160%;
}

.heading-12 {
  line-height: 90%;
}

.div-block-25 {
  width: 540px;
}

.heading-13 {
  font-size: 65px;
  line-height: 110%;
}

.bold-text-13 {
  color: #3f3f3f;
}

.card-first-block {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.section-box {
  padding-top: 0;
  padding-bottom: 100px;
  padding-right: 117px;
}

.section-box.sticky {
  padding-top: 0;
}

.feature-icon-left {
  flex-direction: row;
  align-items: flex-start;
  padding-right: 4%;
  display: flex;
}

.icon {
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  margin-bottom: 16px;
  display: flex;
}

.pricing-v2-tag {
  z-index: 1;
  color: #151515;
  background-color: #0000;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 48px;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 21px;
  font-weight: 500;
  line-height: 28px;
  display: flex;
}

.pricing-feature {
  color: #151515;
  align-items: center;
  margin-bottom: -1px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.stucky-col-right {
  width: 60%;
  padding-left: 30px;
  padding-right: 0;
}

.h_5 {
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
}

.pricing-v2-billing {
  color: #fff;
  text-align: left;
  border-left: 1px solid #e3e3e3;
  max-width: 70px;
  margin-left: 0;
  padding-top: 0;
  padding-left: 12px;
  font-size: 13px;
  font-weight: 400;
  line-height: 110%;
}

.text-block-75 {
  color: #fff;
  padding-right: 12px;
  font-size: 44px;
  font-weight: 600;
}

.button-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: inline-block;
  position: absolute;
}

.button-4:hover {
  background-color: #40a9ff;
  text-decoration: none;
}

.button-4.card {
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: relative;
  bottom: 23px;
}

.pricing-v2-description {
  z-index: 3;
  font-size: 13px;
  line-height: 20px;
  position: relative;
}

.pricing-v2-card-info {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.par-box {
  margin-top: 50px;
}

.pricing-feature-icon {
  flex: none;
  width: 20px;
  height: 20px;
  margin-right: 12px;
}

.bold-text-14 {
  color: #04be5b;
}

.stiky-cont {
  flex: 1;
  max-width: 1140px;
  display: flex;
}

.pricing-v2-header {
  color: #fff;
  background-color: #2f384c;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  flex-direction: column;
  align-self: stretch;
  align-items: center;
  padding: 40px 15%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-right {
  flex: 1;
  padding-left: 18px;
}

.pricing-v2-features {
  text-align: left;
  padding-bottom: 10px;
}

.sticky-section {
  background-color: #fafbff;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5% 0;
  display: flex;
}

.pricing-side-features {
  grid-column-gap: 30px;
  grid-row-gap: 48px;
  flex: 0 60%;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.pricing-v2-card {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 30%;
  align-items: center;
  margin-top: 32px;
  margin-bottom: 50px;
  padding-bottom: 30px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #30364d1a;
}

.sticky-col_left {
  perspective: 2000px;
  background-image: url('../images/dots-2.svg');
  background-position: 50% 61%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-height: 660px;
  margin-top: 0;
  padding: 0 35px 46px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.image-25 {
  width: 100px;
}

.paragraph {
  font-size: 16px;
  line-height: 150%;
}

.fe06_title {
  color: #7540ee;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.fe06_icon {
  background-color: #e3d9fc7d;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_icon_02 {
  background-color: #d5dff75c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_h5 {
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 21px;
}

.fe06_text {
  text-align: left;
  max-width: 500px;
  margin-bottom: 18px;
  line-height: 25px;
}

.fe06_icon_03 {
  background-color: #e9f9f0;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fe06_container {
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe06_icon_image {
  width: 25px;
}

.fe06_row {
  max-width: 1140px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.fe06_icon_04 {
  background-color: #fffaf1;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-bottom: 25px;
  font-style: italic;
  display: flex;
}

.fe06 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  min-height: 500px;
  padding: 80px 5%;
  display: block;
}

.fe06_h2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.heading-text {
  text-align: center;
  max-width: 700px;
  margin-top: 20px;
}

.service-card {
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 48%;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 240px;
  margin-top: 40px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding: 60px 25px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.service-card:hover {
  border-color: var(--slate-blue);
}

.service-card._2 {
  flex-basis: 32%;
  min-height: 207px;
  margin-left: 15px;
  margin-right: 0;
}

.fe01_icon {
  z-index: 5;
  filter: grayscale();
  background-color: #fff;
  border-radius: 50%;
  width: 65px;
  padding: 16px;
  position: absolute;
  inset: -30px 0% auto 15px;
  box-shadow: 0 1px 16px #00000014;
}

.h2 {
  margin-bottom: 0;
}

.h2.left {
  text-align: left;
}

.paragraph-2 {
  align-self: auto;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 168%;
}

.paragraph-2.white {
  color: #fff;
  margin-top: 10px;
}

.paragraph-2.white.large {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.paragraph-2.bold.margin-right {
  margin-right: 10px;
}

.service-container {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin: 70px auto 35px;
  display: flex;
}

._3s-wrapper {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.heading-box-2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-box-2 {
  background-color: var(--ghost-white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.h3-card {
  color: var(--slate-blue);
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.heading-14 {
  margin-bottom: 30px;
}

.h2-400 {
  max-width: 400px;
  margin-top: 0;
  margin-bottom: 0;
}

.section-text {
  background-color: var(--slate-blue);
  color: #fff;
  background-image: url('../images/dots-2.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-top: 90px;
  padding-bottom: 90px;
}

.section-item-4 {
  background-color: #fff;
  border-left: 1px solid #cbd4e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  position: relative;
  overflow: hidden;
}

.faq01-comment-2 {
  flex: 0 auto;
  height: auto;
  margin-top: 15px;
  padding-top: 0;
  padding-right: 92px;
  overflow: hidden;
}

.heading-wrapper-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: none;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.process_card {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.proc-image._01 {
  width: 355.99px;
  height: 223.993px;
}

.proc-image._02 {
  width: 360.104px;
  height: 319.583px;
}

.proc-image._03 {
  width: 360.104px;
  height: 216.597px;
}

.proc-image._04 {
  width: 222.986px;
  height: 295.972px;
}

.wrapper {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: block;
}

.h3 {
  color: #414b54;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 24px;
  font-weight: 700;
  line-height: 160%;
}

.process_details {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  min-height: 300px;
  padding: 16px;
  display: flex;
  position: relative;
}

.process_card_02 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.process_line {
  background-image: url('../images/line.svg');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
  width: 2px;
  height: 78%;
  margin-top: 141px;
  position: absolute;
}

.centre_block {
  justify-content: center;
  align-items: flex-start;
  width: 120px;
  display: flex;
}

.process {
  color: #414b54;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.process.max-width-1000 {
  max-width: 1000px;
}

.heading-box-3 {
  text-align: center;
}

.heading-box-3.padding {
  padding-left: 174px;
  padding-right: 174px;
}

.heading-box-3.marg-bot {
  margin-bottom: 50px;
}

.centre_step {
  color: #ffcf00;
  font-size: 18px;
  font-weight: 600;
}

.process_image {
  justify-content: center;
  align-items: center;
  width: 45%;
  min-height: 300px;
  padding: 16px;
  display: flex;
  position: relative;
}

.centre_icon_wrap {
  z-index: 5;
  background-color: #fff;
  border-radius: 19px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 10px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px 18px #e6cbff24;
}

.centre_icon_wrap._2 {
  color: var(--slate-blue);
  border: 1px solid #5540c426;
  border-radius: 2009px;
  margin-right: 25px;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.hero-par-big {
  font-size: 25px;
  line-height: 180%;
}

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

.paragraph-box_hero {
  max-width: 560px;
  margin-bottom: 32px;
}

.hero-button-box {
  justify-content: flex-start;
  align-items: center;
  width: 350px;
  height: 60px;
  display: flex;
}

.hero-button-box._2 {
  margin-top: 30px;
}

.h1-box {
  flex: 0 60%;
  align-self: auto;
  margin-bottom: 0;
}

.img {
  border-radius: 10px;
  flex: 0 50%;
}

.h15_button_main {
  color: #5b7fff;
  background-color: #fff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-width: 130px;
  margin-top: 5px;
  padding: 12px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.h15_button_main:hover {
  background-color: #000;
}

.h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 32px;
  font-size: 29px;
  font-weight: 700;
  line-height: 140%;
}

.h1.small {
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
}

.hero-cont {
  z-index: 200;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
  position: relative;
}

.paragraph-3 {
  color: #fff;
  margin-bottom: 20px;
  font-size: 29px;
  font-weight: 700;
  line-height: 140%;
}

.bold-text-15 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 14px;
}

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

.benefit-title {
  margin-top: 5px;
  margin-bottom: 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
}

.s4-sticky-col {
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 80px;
  display: flex;
}

.logo-3 {
  width: 7vw;
  max-height: 50px;
}

.check-list_item {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
}

.check-list_item.vert {
  flex-direction: column;
  align-items: flex-start;
}

.col-item {
  flex-direction: column;
  flex: 0 50%;
  order: 1;
  align-items: flex-start;
  margin-top: 50px;
  padding: 32px 60px 0 50px;
  display: flex;
}

.col-item.left {
  margin-top: 0;
  padding-top: 61px;
  padding-bottom: 0;
  padding-left: 0;
}

.col-item.sticky {
  background-color: #fff;
  flex-direction: column;
  flex-basis: 32%;
  align-items: flex-start;
  margin-top: 50px;
  padding: 0 60px 50px 0;
  display: flex;
  box-shadow: 0 0 30px 5px #919ebe29;
}

.par-box-2 {
  margin-top: 32px;
}

.sticky-col_left-2 {
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  max-height: 820px;
  margin-top: 76px;
  padding: 46px 35px 46px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.button-5 {
  color: #fff;
  background-color: #7540ee;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
  padding: 18px 40px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s cubic-bezier(.455, .03, .515, .955);
  display: flex;
}

.button-5:hover {
  background-color: #000;
}

.button-5.widget {
  color: #515d76;
  background-color: #0000;
  border: 1px solid #c1c7d0;
  width: 6vw;
  height: 2vw;
  margin-top: 0;
  padding: 0;
  font-size: .6vw;
  font-weight: 400;
}

.item-logo {
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  width: 40%;
  height: 100%;
  display: flex;
}

.item-number {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 15%;
  height: 100%;
  display: flex;
}

.check-list_box {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 0;
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 0;
  display: flex;
  position: relative;
}

.check-list_box.text {
  padding-top: 0;
  padding-bottom: 0;
}

.site-link_box {
  color: #0a1f44;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
}

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

.section-box-3.sticky {
  padding-top: 0;
}

.c04_icon-2 {
  width: 45px;
  margin-bottom: 0;
}

.check-list_icon {
  width: 20px;
  margin-top: 5px;
  margin-right: 12px;
}

.site-link {
  font-size: 20px;
  font-weight: 700;
}

.button-box-2 {
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.item-button {
  flex: 0 auto;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-right: 0;
  padding: .9vw;
  display: flex;
}

.widget-col {
  background-color: #fafbfc;
  border-radius: 10px;
  width: 100%;
  box-shadow: 0 1px 16px 1px #0000001a;
}

.sticky-image {
  margin-top: 40px;
  margin-bottom: 40px;
}

.item-vidget {
  justify-content: space-between;
  width: 100%;
  height: 4vw;
  display: flex;
}

.item-vidget.blue {
  background-color: #ebf7fe;
  width: 100%;
}

.number-rate {
  color: #515d76;
  font-size: .7vw;
  font-weight: 700;
  display: inline-block;
}

.sticky-section-2 {
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  padding: 120px 5%;
  display: flex;
}

.check-list_wrapper {
  margin-bottom: 0;
}

.heading-15 {
  margin-bottom: 25px;
}

.div-block-26 {
  margin-top: 95px;
}

.pricing-v2-card-2 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #30364d1a;
}

.pricing-v2-card-info-2 {
  flex-direction: column;
  width: 100%;
  margin-top: 24px;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
}

.heading-16 {
  margin-top: 0;
}

.h3-padding {
  margin-top: 30px;
  margin-bottom: 10px;
}

.textsize-h3 {
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
}

.div-block-27 {
  background-color: #0000000f;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

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

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

._404- {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.h1-box-404 {
  flex-direction: column;
  flex: 0 100%;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-top: 471px;
  margin-bottom: 0;
  display: flex;
}

.lottie-animation-3 {
  position: absolute;
  inset: 0% 0% auto;
}

.button-6 {
  border-radius: 50px;
  padding: 15px 40px;
}

.utility-page-wrapper {
  color: #fff;
  background-color: #574b8a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utility-page-wrapper._404-page {
  color: #151515;
  background-color: #fff;
  height: auto;
}

.utility-page-content-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
}

._404-image {
  width: 100%;
  max-width: 940px;
  margin-top: -15%;
}

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

.button-7 {
  box-shadow: none;
  color: #fff;
  text-align: left;
  letter-spacing: 0;
  text-transform: capitalize;
  background-color: #1890ff;
  border: 2px #5d3eff;
  border-radius: 4px;
  align-items: center;
  min-height: 30px;
  max-height: none;
  margin-left: 0;
  padding: 15px 30px;
  font-size: 15px;
  font-weight: 400;
  line-height: 17px;
  transition: all .35s;
  display: inline-block;
  position: static;
}

.button-7:hover {
  color: #fff;
  background-color: #40a9ff;
}

.div-block-28 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.button-parent {
  box-shadow: none;
  color: var(--ghost-white);
  text-align: left;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #4936b1;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 16px 36px;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
  position: relative;
}

.button-parent:hover {
  color: #fff;
  background-color: #6b37e0;
}

.button-parent.white {
  color: #7540ee;
  background-color: #fff;
}

.button-parent.nav {
  margin-top: 0;
}

.button-parent.nav.haze {
  color: var(--light-slate-grey);
  background-color: #f1f1f1;
}

.button-parent.nav.haze.mobile {
  display: none;
}

.button-parent.card {
  width: 200px;
  height: auto;
}

.button-parent.long {
  max-width: none;
}

.link {
  color: #f3f3f3;
}

.link-2 {
  color: #fff;
}

.heading {
  margin-bottom: 22px;
}

.div-block-29 {
  justify-content: center;
  align-items: center;
  margin-top: 25px;
  display: flex;
}

.t06_paragraph-2 {
  color: #8a94a6;
}

.paragraph-box {
  color: #414b54;
  font-size: 16px;
  line-height: 155%;
}

.paragraph-box.marg-top {
  color: #7c828d;
  margin-top: 24px;
  font-size: 18px;
  font-weight: 300;
}

.paragraph-box.marg-top.padding-center {
  padding-left: 140px;
  padding-right: 140px;
}

.paragraph-box.marg-bot {
  margin-bottom: 16px;
}

.paragraph-box.marg-bot.fixed-heigh {
  height: 54px;
  margin-bottom: 0;
}

.icon-2 {
  border-radius: 50%;
  width: 65px;
  position: static;
  inset: -30px 0% auto 15px;
  box-shadow: 0 1px 16px #00000012;
}

.grid {
  grid-column-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.grid.gap-72 {
  grid-column-gap: 72px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.wrapper-6 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  display: block;
}

.paragraph-4 {
  color: #414b54;
  font-size: 16px;
  font-weight: 300;
  line-height: 155%;
}

.paragraph-4.bold {
  font-weight: 600;
}

.paragraph-4.bold.big {
  font-size: 18px;
  line-height: 155%;
}

.paragraph-4.smal-14 {
  font-size: 14px;
}

.section-block {
  justify-content: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-block.haze {
  background-color: var(--ghost-white-2);
}

.icon-block.marg-bot {
  margin-bottom: 16px;
}

.lnd_image {
  width: 100%;
}

.lnd_checks {
  margin-top: 35px;
  margin-bottom: 25px;
}

.lnd_content_block {
  width: 50%;
  min-height: 200px;
  padding-left: 15px;
}

.lnd_paragraph {
  max-width: 600px;
  margin-bottom: 18px;
  font-size: 17px;
  line-height: 25px;
}

.lnd_h4 {
  color: #0a1f44;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 700;
  line-height: 45px;
}

.lnd_check_wrap {
  align-items: center;
  margin-bottom: 14px;
  display: flex;
}

.lnd_paragraph_02 {
  color: #4e5d78;
  max-width: 560px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 25px;
}

.lnd_icon {
  margin-bottom: 15px;
}

.lnd_container {
  flex: 1;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 55px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.lnd_img_block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px 30px 30px 0;
  display: flex;
  position: relative;
}

.section-item-5 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section-item-5.haze {
  background-color: #0000;
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

.t06_slider_nav-2 {
  margin-right: 34px;
  font-size: 14px;
}

.t06_stars_wrap-2 {
  margin-bottom: 10px;
  margin-right: 10px;
}

.c04_button {
  color: #fff;
  background-color: #7540ee;
  border: 1px solid #1730492e;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  min-height: 50px;
  padding: 11px 28px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c04_button:hover {
  background-color: #5b56e0;
}

.c04_columns {
  margin-bottom: 30px;
}

.c04_title {
  color: #767ead96;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c04_block_right {
  clear: both;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  padding-top: 15px;
  padding-bottom: 80px;
  display: flex;
}

.c04_button_text {
  margin-right: 8px;
}

.c04_block {
  width: 50%;
  min-height: 200px;
}

.c04_top {
  align-items: flex-end;
  margin-bottom: 55px;
  display: flex;
}

.c04_paragraph {
  max-width: 560px;
  margin-bottom: 20px;
  line-height: 25px;
}

.c04_container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.c04_h4 {
  max-width: 500px;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 900;
  line-height: 32px;
}

.c04_icon-3 {
  width: 56px;
  margin-bottom: 0;
}

.c04_button_link {
  position: absolute;
  inset: 0%;
}

.c04_h3 {
  max-width: 480px;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.c04_column {
  padding-left: 0;
  padding-right: 25px;
}

.h4-about {
  font-size: 21px;
}

.values-text-box {
  max-width: 450px;
}

.bold-text-16 {
  font-size: 18px;
}

.cta05 {
  color: #fff;
  background-color: #7540ee;
  background-image: url('../images/flowbase_wave.png');
  background-position: 50% 100%;
  background-size: cover;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-height: 480px;
  padding: 100px 5%;
  display: flex;
  position: relative;
}

.cta05_container {
  flex: 1;
  justify-content: space-between;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta05_title_wrap {
  width: 500px;
  padding-top: 20px;
  padding-bottom: 20px;
  display: inline-block;
}

.cta05_title {
  color: #fff;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  max-width: 500px;
  margin-bottom: 0;
  font-size: 13px;
  font-weight: 700;
  line-height: 25px;
}

.cta05_h1 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
}

.cta05_button_wrap {
  flex-direction: column;
  flex: 0 70%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta05_button {
  text-align: center;
  letter-spacing: 1px;
  background-color: #0a1f44;
  border-radius: 50px;
  width: 100%;
  max-width: 240px;
  margin-bottom: 15px;
  padding: 15px 30px;
  font-size: 12px;
  font-weight: 500;
}

.cta05_text_light {
  color: #f5f7fd;
  font-size: 13px;
  line-height: 18px;
}

.te03_title {
  color: #8a94a6;
  text-align: center;
  letter-spacing: 1px;
  max-width: 500px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 25px;
}

.card-text-box {
  text-align: center;
  border: 1px solid #e9ebf0;
  border-left-style: none;
  border-right: 1px #000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 30px;
  padding: 33px 10%;
  display: flex;
}

.card-info-50 {
  text-align: left;
  flex: 0 50%;
  padding-top: 30px;
}

.button-card {
  box-shadow: none;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #7540ee;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 0;
  font-size: 13px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.button-card:hover {
  color: #fff;
  background-color: #6b37e0;
}

.te03_title_wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.card-writer-parent {
  background-color: #fff;
  border: 1px solid #ebecf0;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 32%;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
}

.card-writer-parent:hover {
  transform: translate(0, -4px);
  box-shadow: 7px 7px 55px #ebecf0;
}

.text-block-76 {
  color: #d1d2d5;
}

.card-name-box {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.te03_container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.stars-box {
  margin-top: 10px;
  display: flex;
}

.text-block-77 {
  color: #333;
  margin-top: 0;
  margin-bottom: 7px;
  font-size: 19px;
  font-weight: 600;
}

.section-item-6 {
  background-color: #fff;
  border-left: 1px solid #cbd4e0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}

.section-item-6.haze {
  background-color: #f8f8f8;
}

.card-name {
  font-size: 18px;
  font-weight: 700;
}

.te03_card_wrap {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.text-span-14 {
  color: #333;
}

.te03_h3 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 38px;
  font-weight: 700;
  line-height: 42px;
}

.card-info-parent {
  height: 120px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.card-info-box {
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
  position: relative;
  left: -20px;
}

.card-info-box.right {
  left: 20px;
}

.button-box {
  width: 80%;
  padding-top: 30px;
  padding-bottom: 30px;
}

.writer-avatar {
  background-image: url('../images/forest_avatar_06.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #fff;
  border-radius: 100px;
  width: 120px;
  height: 120px;
  margin-bottom: 0;
  position: relative;
  top: -56px;
}

.h2-nopading {
  margin-bottom: 0;
}

.paragraph-box-2 {
  color: #8a94a6;
  margin-bottom: 32px;
}

.link-page-item {
  color: var(--light-slate-grey);
  margin-bottom: 10px;
  text-decoration: none;
}

.link-page-item.pres {
  color: #333;
  font-weight: 700;
}

.rich-text-block {
  color: #414b54;
}

.section-box-4 {
  padding-top: 0;
  padding-bottom: 100px;
}

.section-box-4.sticky {
  padding-top: 0;
}

.links-page-parent {
  z-index: 1;
  text-align: center;
  background-color: #0000;
  border-radius: 20px;
  flex-direction: column;
  flex: 0 30%;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  padding-bottom: 48px;
  display: flex;
  position: relative;
}

.link-sticky-pbox {
  perspective: 2000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  max-height: 660px;
  margin-top: 0;
  padding: 0 35px 46px 25px;
  display: flex;
  position: sticky;
  top: 100px;
}

.c07_button_text {
  letter-spacing: 1px;
  margin-right: 8px;
}

.c07_image {
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.c07_paragraph {
  max-width: 560px;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
  line-height: 26px;
  display: block;
}

.c07_h4 {
  margin-top: 5px;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 25px;
}

.c07_title {
  color: #767ead96;
  letter-spacing: 1px;
  margin-bottom: 8px;
  font-weight: 700;
}

.c07_line {
  background-color: #ebecf0;
  max-width: 1140px;
  height: 1px;
  margin: 45px auto;
  display: block;
}

.c07_button {
  color: #fff;
  background-color: #6165ff;
  border: 1px solid #1730492e;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  min-width: 140px;
  max-width: 170px;
  min-height: 50px;
  margin-top: 15px;
  padding: 11px 20px;
  font-size: 14px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.c07_button:hover {
  background-color: #5b56e0;
}

.c07 {
  background-color: #fff;
  padding: 90px 5%;
}

.c07_container {
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c07_column {
  width: 33%;
  padding-right: 30px;
}

.c07_h3 {
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 42px;
  line-height: 45px;
}

.c07_icon_wrap {
  flex-direction: column;
  flex: 1;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.c07_block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-right: 40px;
  display: flex;
}

.s2-wrapper {
  flex-direction: column;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  display: flex;
}

.paragraph-5 {
  align-self: auto;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 168%;
}

.paragraph-5.white {
  color: #fff;
  margin-top: 10px;
}

.paragraph-5.white.large {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
}

.s5-col {
  flex-wrap: wrap;
  margin-top: -50px;
  display: flex;
}

.section-box-5 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-box-5.haze {
  color: #fff;
  background-color: #5540c4;
  background-image: url('../images/Dots_1.svg');
  background-position: 0 0;
  background-size: cover;
  background-color: var(--slate-blue);
  background-image: url('../images/Dots_1.svg');
  background-position: 0 0;
  background-size: cover;
}

.heading-box-4 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.grid-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.html-embed {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: center;
  align-items: flex-start;
  width: 380px;
  max-width: none;
  max-height: 470px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-mobile-button {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-image: url('../images/search-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 1px solid #e3e3e3;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: none;
}

.big-form-button-2 {
  background-color: #f77e46;
  border-radius: 6px;
  flex: none;
  height: 100%;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  transition: width .4s;
}

.nav-search-button {
  display: none;
}

.wrapper-7 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.wrapper-7.nav-bar-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.menu-icon-line-top-2 {
  background-color: #151515;
  height: 2px;
}

.nav-input-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-search-2 {
  align-items: flex-start;
  margin: 0 12px 0 0;
  display: flex;
}

.nav-dropdown-link-v2 {
  color: #151515;
  background-color: #0000;
  border-radius: 7px;
  align-items: center;
  width: 50%;
  padding: 8px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.nav-dropdown-link-v2:hover {
  background-color: #f5f5f5;
}

.nav-dropdown-link-v2.w--current {
  font-weight: 700;
}

.nav-link-4 {
  color: #151515;
  text-transform: uppercase;
  border-radius: 7px;
  padding: 8px 14px;
  font-size: 12px;
  font-weight: 700;
  line-height: 20px;
  transition: background-color .4s;
}

.nav-link-4:hover {
  background-color: #f5f5f5;
}

.nav-link-4.w--current {
  color: #151515;
  font-weight: 700;
}

.nav-link-4.nav-dropdown {
  padding-right: 26px;
}

.navigation-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 71px;
  padding-right: 15px;
  display: flex;
}

.button-8 {
  color: #fff;
  text-align: center;
  background-color: #f77e46;
  border-style: none;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 13px 20px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.button-8:hover {
  background-color: #452c48;
}

.button-8.nav-button {
  flex: none;
}

.modal-close-button-2 {
  z-index: 3;
  cursor: pointer;
  background-color: #0000004d;
  background-image: url('../images/x-white.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 20px;
  border: 2px solid #fff;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin-top: 24px;
  margin-right: 24px;
  transition: transform .4s, border-color .4s, background-color .4s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.modal-close-button-2:hover {
  background-color: #452c48;
  transform: scale(1.1);
}

.search-mobile-form {
  z-index: 3;
  background-color: #fff;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 470px;
  max-width: 94vw;
  height: 60px;
  margin-top: 208px;
  padding: 6px;
  transition: box-shadow .4s;
  display: flex;
  position: relative;
  box-shadow: 0 0 0 4px #0000004d;
}

.search-mobile-form:hover {
  box-shadow: 0 0 0 4px #00000080;
}

.nav-dropdown-link-info {
  flex: 1;
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 12px;
}

.nav-menu-2 {
  flex: none;
  align-items: center;
  margin-right: auto;
  padding-left: 0;
  padding-right: 20px;
  display: flex;
}

.logo-text {
  font-size: 23px;
  font-weight: 700;
  line-height: 28px;
}

.nav-dropdown-icon-2 {
  color: #151515;
  margin-right: 10px;
}

.input {
  background-color: #f5f5f5;
  border: 1px solid #0000;
  border-radius: 7px;
  height: 48px;
  margin-bottom: 0;
  padding: 7px 20px 8px;
  transition: box-shadow .4s, opacity .2s, color .4s, background-color .4s, border-color .4s;
}

.input:hover, .input:focus {
  background-color: #fff;
  border-color: #f77e46;
}

.input::placeholder {
  color: #999;
}

.input.nav-search-input {
  width: 160px;
  padding-left: 44px;
  transition: width .4s, color .4s, background-color .4s, border-color .4s;
}

.input.nav-search-input:focus {
  width: 216px;
}

.input-icon {
  opacity: .5;
  width: 20px;
  margin-left: 16px;
  position: absolute;
  left: 0;
}

.search-mobile {
  z-index: 100;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: fixed;
  inset: 0%;
}

.dropdown-decription {
  color: #666;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}

.subscribe-input {
  background-color: #0000;
  border: 1px solid #000;
  flex: 1;
  height: 100%;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 17px;
}

.subscribe-input:hover, .subscribe-input:focus {
  border-color: #f77e46;
}

.subscribe-input::placeholder {
  color: #999;
}

.nav-right-2 {
  z-index: 1;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.menu-icon-line-bottom-2 {
  background-color: #151515;
  height: 2px;
}

.nav-dropdown-box {
  color: #452c48;
  background-color: #f5f5f5;
  background-image: url('../images/cube.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 18px;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  font-size: 13px;
  font-weight: 700;
  line-height: 20px;
  display: flex;
}

.brand-2 {
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.nav-dropdown-heading {
  border-bottom: 1px solid #e3e3e3;
  padding: 8px 28px 16px;
}

.dropdown-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 6px;
  padding-top: 2px;
  padding-bottom: 2px;
  display: grid;
}

.menu-icon-line-middle-2 {
  background-color: #151515;
  height: 2px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.dropdown-header {
  border-top: 1px solid #e3e3e3;
  margin-top: 8px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px 24px 4px;
}

.dropdown-list-2.w--open {
  background-color: #fff;
  border-radius: 8px;
  flex-wrap: wrap;
  margin-top: 8px;
  margin-left: -4px;
  padding-top: 10px;
  padding-bottom: 10px;
  left: 0;
  box-shadow: 0 6px 24px #30364d38;
}

.dropdown-list-2.components-list.w--open {
  width: 420px;
  margin-left: -48px;
  padding: 12px;
  display: flex;
}

.dropdown-list-2.big-list {
  margin-left: -80px;
}

.nav-dropdown-link-2 {
  color: #151515;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 20px;
  transition: color .1s, background-color .1s;
}

.nav-dropdown-link-2:hover {
  background-color: #f5f5f5;
}

.nav-dropdown-link-2.w--current {
  color: #151515;
  font-weight: 700;
}

.nav-dropdown-link-2.dropdown-grid-link {
  border-radius: 7px;
  margin-left: 12px;
  margin-right: 12px;
  padding-left: 16px;
  padding-right: 16px;
}

.item-heading {
  color: #2f384c;
  align-self: center;
  font-size: 24px;
  font-weight: 500;
}

.item-heading.bottom-margin-small {
  text-align: left;
  margin-bottom: 4px;
  font-size: 18px;
}

.writer-info-2 {
  align-self: center;
  display: flex;
}

.button-card-2-2 {
  border: 1px solid var(--slate-blue);
  box-shadow: none;
  color: var(--slate-blue);
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 0;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.button-card-2-2:hover {
  color: #fff;
  background-color: #6b37e0;
}

.wrapper-8 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.wrapper-8.pading {
  padding-bottom: 50px;
}

.slide {
  margin-right: 60px;
}

.mask-3 {
  padding: 40px 0;
  overflow: hidden;
}

.body-text-2 {
  color: #333;
  text-align: left;
  max-width: none;
  margin-bottom: 18px;
  line-height: 25px;
}

.body-text-2.no-margin {
  color: #414b54;
  margin-bottom: 0;
}

.heading-writers-2 {
  color: #fff;
  text-align: right;
  flex-direction: row;
  flex: 1;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.team-v1-social-2 {
  z-index: 3;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: 0;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  bottom: 0;
  overflow: hidden;
}

.avatar {
  border-radius: 200px;
  width: 70px;
  height: 70px;
  margin-right: 20px;
}

.testimonials-v3-2 {
  z-index: 1;
  color: #151515;
  background-color: #0000;
  border-radius: 20px;
  height: auto;
  margin: 0 auto;
  padding: 0;
  overflow: visible;
}

.stars-absolute {
  width: 106.997px;
  height: 23.9931px;
}

.writer-rating, .name {
  align-self: center;
}

.cards {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.cards.writer-item {
  color: #0000;
  background-color: #0000;
  padding: 0;
  display: flex;
  overflow: visible;
}

.testimonials-v3-nav-2 {
  height: 28px;
  font-size: 6px;
  line-height: 16px;
  bottom: 0;
}

.team-v1-bio-2 {
  color: #666;
  text-align: left;
  font-size: 13px;
  line-height: 24px;
}

.team {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  padding-right: 0;
  overflow: visible;
}

.team-v1-card-2 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #5540c42b;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 7%;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
}

.team-v1-card-2:hover {
  border-color: #0000;
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.testimonials-v3-button {
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 14px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  left: -28px;
  box-shadow: 0 1px 2px #0003;
}

.testimonials-v3-button:hover {
  background-color: var(--slate-blue);
  box-shadow: none;
  color: #fff;
  transform: scale(1.1);
}

.testimonials-v3-button.right {
  left: auto;
  right: -28px;
}

.testimonials-v3-button.right:hover {
  background-color: var(--slate-blue);
}

.nav-buttons-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-4 {
  width: 103.993px;
  max-width: none;
  height: auto;
}

.brand-3 {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.brand-3.w--current {
  flex: 1;
}

.team-v1-card-3 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: auto;
  padding: 7%;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
}

.team-v1-card-3:hover {
  border-color: #0000;
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.writer-info-3 {
  align-self: center;
  align-items: flex-start;
  display: flex;
}

.button-card-2-3 {
  box-shadow: none;
  color: #787ae6;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #787ae6;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 0;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.button-card-2-3:hover {
  color: #fff;
  background-color: #6b37e0;
}

.testimonials-v3-button-2 {
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 14px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  left: -28px;
  box-shadow: 0 1px 2px #0003;
}

.testimonials-v3-button-2:hover {
  box-shadow: none;
  color: #fff;
  background-color: #787ae6;
  transform: scale(1.1);
}

.testimonials-v3-button-2.right {
  left: auto;
  right: -28px;
}

.heading-writers-3 {
  color: #fff;
  text-align: right;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 24px;
  display: flex;
}

.h3-card-2 {
  color: #5540c4;
  font-size: 36px;
  line-height: 150%;
}

.service-card-2 {
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 48%;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 240px;
  margin-top: 40px;
  margin-bottom: 25px;
  margin-right: 20px;
  padding: 60px 25px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.service-card-2:hover {
  border-color: #5540c4;
}

.testimonials-v3-button-3 {
  color: #151515;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 52px;
  height: 52px;
  padding: 14px;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  left: -28px;
  box-shadow: 0 1px 2px #0003;
}

.testimonials-v3-button-3:hover {
  box-shadow: none;
  color: #fff;
  background-color: #5540c4;
  transform: scale(1.1);
}

.testimonials-v3-button-3.right {
  left: auto;
  right: -28px;
}

.testimonials-v3-button-3.right:hover {
  background-color: #5540c4;
}

.divider-4 {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-4.c {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
}

.section-box-6 {
  background-color: #fafbff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.button-card-2-4 {
  box-shadow: none;
  color: #5540c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #5540c44f;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 0;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition: all .35s;
  display: flex;
}

.button-card-2-4:hover {
  color: #fff;
  background-color: #6b37e0;
}

.faq01_block-2 {
  cursor: pointer;
  border-bottom: 1px solid #ebecf0;
  align-items: center;
  width: 100%;
  min-width: 400px;
  min-height: 70px;
  padding: 10px 79px 10px 30px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.service-container-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1140px;
  margin: 70px auto 35px;
  display: flex;
}

.service-card-3 {
  border: 1px solid #d7d8ea;
  border-radius: 10px;
  flex-direction: column;
  flex: 0 32%;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 260px;
  margin-top: 40px;
  padding: 60px 25px 25px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.service-card-3:hover {
  border-color: #8a94a6;
}

.fe01_icon-2 {
  border-radius: 50%;
  width: 65px;
  position: absolute;
  inset: -30px 0% auto 15px;
  box-shadow: 0 1px 16px #00000014;
}

.divider-5 {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 0;
  margin-right: 30px;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-5.c {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 0;
}

.body-7, .body-8 {
  font-family: Inter, sans-serif;
}

.team-v1-card-4 {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  align-items: flex-start;
  height: 100%;
  padding: 7%;
  transition: transform .4s, box-shadow .4s, border-color .4s;
  display: flex;
  position: relative;
}

.team-v1-card-4:hover {
  border-color: #0000;
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #e3e3e3;
}

.button-card-2-5 {
  box-shadow: none;
  color: #5540c4;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #5540c4;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  margin-top: 0;
  padding: 18px 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 17px;
  transition: all .35s;
  display: flex;
}

.button-card-2-5:hover {
  color: #fff;
  background-color: #6b37e0;
}

.pricing-v2-card-3 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 50px;
  padding-bottom: 0;
  display: flex;
  position: relative;
  box-shadow: 0 15px 30px #30364d1a;
}

.pricing-v2-features-2 {
  text-align: left;
  padding-bottom: 32px;
}

._3s-wrapper-2 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.column-6 {
  padding-bottom: 0;
}

.columns-6 {
  height: auto;
}

.tooltip {
  z-index: 5;
  color: #fff;
  text-align: center;
  background-color: #574b8a;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 200px;
  max-width: 200px;
  margin-bottom: 16px;
  padding: 12px 16px;
  font-size: 11px;
  line-height: 16px;
  display: flex;
  position: absolute;
  bottom: 50%;
}

.main-grid-4 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  position: relative;
}

.main-grid-4.canada {
  align-items: center;
}

.side-accordion {
  width: 100%;
  padding-top: 12px;
  padding-bottom: 16px;
}

.tooltip-arrow {
  background-color: #fff;
  border-bottom: 1px solid #d1d1d1;
  border-right: 1px solid #d1d1d1;
  width: 8px;
  height: 8px;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  bottom: -5px;
  left: 0;
  right: 0;
  transform: rotate(45deg);
}

.accordion-header {
  color: #222;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  min-height: 72px;
  padding: 20px 28px;
  display: flex;
}

.pricing-image {
  width: 72%;
  margin-top: -8px;
  margin-bottom: 20px;
}

.text-label-2 {
  color: #666;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 16px;
  font-size: 11px;
  font-weight: 500;
  line-height: 16px;
  display: inline-block;
}

.intro-2 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-2.left {
  text-align: left;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-left: 0;
  padding-right: 0;
}

.intro-2.left.sticky {
  position: sticky;
  top: 160px;
}

.intro-2.margin-bottom {
  margin-bottom: 80px;
}

.accordion-card {
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 12px;
  margin-bottom: 12px;
  transition: box-shadow .4s, background-color .4s;
  overflow: hidden;
}

.accordion-card:hover {
  background-color: #fff;
  box-shadow: 0 8px 16px #0000001a;
}

.info {
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 8px;
  transition: border .3s;
  display: flex;
  position: relative;
}

.info:hover {
  border-color: red;
}

.info-icon {
  opacity: .33;
  background-image: url('../images/info-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  height: 100%;
  transition: opacity .4s;
}

.info-icon:hover {
  opacity: 1;
}

.accordion-icon {
  width: 24px;
  margin-right: 16px;
}

.accordion-heading {
  flex: 1;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-right: 16px;
}

.accordion-arrow {
  opacity: .5;
  background-image: url('../images/right-dark_1.svg');
  background-position: 50%;
  background-size: 100%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  position: relative;
}

.text-link-2 {
  color: #7666d5;
  text-decoration: underline;
  transition: color .2s;
}

.text-link-2:hover {
  color: #ffa949;
  text-decoration: underline;
}

.pricing-v1-tag {
  color: #574b8a;
  justify-content: center;
  align-items: flex-start;
  margin-top: -16px;
  margin-bottom: 4px;
  font-size: 38px;
  font-weight: 700;
  line-height: 48px;
}

.accordion-text {
  color: #888;
  margin-left: 12px;
  margin-right: 12px;
  padding-bottom: 32px;
}

.pricing-v1-billing {
  color: #574b8a;
  margin-bottom: 24px;
  font-size: 11px;
}

.pricing-v1-card {
  color: #151515;
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  flex: 1;
  padding: 48px;
  position: relative;
  box-shadow: 0 6px 12px #30364d1f;
}

.accordion-info {
  margin-left: 16px;
  margin-right: 16px;
}

.button-14 {
  color: #fff;
  text-align: center;
  background-color: #ffa949;
  border: 1px #0000;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 12px 24px;
  font-size: 17px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .4s, border-color .4s, transform .4s, box-shadow .4s;
  display: flex;
}

.button-14:hover {
  background-color: #f59933;
}

.mini-blocks {
  z-index: 2;
  background-color: var(--slate-blue);
  color: #242424;
  border: 1px #e3e3e3;
  border-radius: 20px;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: relative;
  inset: -60px 0% 0%;
  overflow: hidden;
  box-shadow: 0 1px 40px #00000024;
}

.mini-block {
  text-align: center;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  padding: 12px 15px;
  display: flex;
  box-shadow: 1px 0 #e3e3e342;
}

.mini-block-heading {
  z-index: 1;
  color: #fff;
  margin-bottom: 8px;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  position: relative;
}

.mini-block-description {
  z-index: 1;
  color: #b2a4ff;
  position: relative;
}

.heading-18 {
  margin-bottom: 0;
}

.h2-seo {
  margin-bottom: 20px;
  font-size: 24px;
}

.image-26 {
  height: 510px;
}

.image-27 {
  max-width: 60%;
}

.slider-button {
  color: #574b8a;
  background-color: #fff;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  padding: 14px;
  font-size: 24px;
  transition: box-shadow .2s;
  display: none;
  left: -28px;
  box-shadow: 0 1px 2px #00000024;
}

.slider-button:hover {
  box-shadow: 0 0 0 4px #00000026, 0 8px 16px #0000001a;
}

.slider-button.right {
  display: none;
  left: auto;
  right: -28px;
}

.logo-5 {
  filter: grayscale();
  height: 80px;
}

.slider-arrow-icon {
  opacity: 1;
  width: 100%;
  display: none;
}

.logo-link {
  margin: 20px 8px;
  padding: 8px;
  transition: opacity .4s, transform .4s;
}

.logo-link:hover {
  transform: scale(1.08);
}

.logo-link.faded {
  opacity: .5;
}

.logo-link.faded:hover {
  opacity: 1;
}

.logotypes-2 {
  justify-content: space-around;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 80px;
  display: flex;
}

.slider-nav {
  opacity: 1;
  height: 30px;
  font-size: 6px;
  line-height: 16px;
  display: block;
  bottom: 14px;
}

.mini-blocks-2 {
  z-index: 2;
  color: #242424;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
  position: absolute;
  inset: auto 0% -8%;
  overflow: hidden;
  box-shadow: 0 1px 40px #00000024;
}

.testimonials-v5-slide {
  width: 100%;
  padding: 0 0%;
}

.testimonials-v5 {
  background-color: #0000;
  width: 100%;
  max-width: 88vw;
  height: auto;
  margin: -40px auto;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.card-step {
  opacity: .15;
  text-align: center;
  align-self: auto;
  width: auto;
  height: 240px;
  margin: auto auto 0 0;
  padding-right: 0;
  display: block;
  position: absolute;
  inset: auto -80px auto auto;
}

.card-step._01 {
  right: -94px;
}

.card-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
}

.card-heading.black {
  color: #333;
  align-self: center;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
}

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

.card-content {
  align-self: center;
  display: block;
}

.card-icon {
  text-align: center;
  width: auto;
  height: 50px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  display: block;
}

.card-text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.nsubtitle {
  color: #4e5d78;
  text-align: center;
  max-width: 100%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 17px;
  line-height: 25px;
}

.nsubtitle.full-page {
  max-width: 100%;
}

.card {
  height: 230px;
  position: relative;
}

.nh2 {
  color: #0a1f44;
  text-align: center;
  margin-top: 0;
  margin-bottom: 25px;
  font-size: 38px;
  line-height: 45px;
}

.nwrapper {
  z-index: 5;
  width: 100%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.nintro {
  max-width: 600px;
  margin-bottom: 34px;
  margin-left: auto;
  margin-right: auto;
}

.nintro.full-page {
  max-width: 100%;
}

.card-front {
  background-color: var(--ghost-white);
  backface-visibility: hidden;
  transform: ;
  text-align: center;
  border: 1px solid #6d48e51a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.card-content-in {
  flex-direction: column;
  align-self: center;
  display: flex;
}

.card-back {
  background-color: var(--slate-blue);
  backface-visibility: hidden;
  color: #ededed;
  text-align: center;
  transform-style: preserve-3d;
  border: 1px #f85353;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._01 {
  background-color: var(--slate-blue);
  backface-visibility: hidden;
  transform-style: preserve-3d;
  border-style: none;
  border-color: #6781c1;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._05 {
  background-color: #f85353;
}

.card-back._04 {
  border-color: var(--slate-blue);
  background-color: var(--slate-blue);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._06 {
  background-color: #ffbb51;
  border-color: #ffbb51;
}

.card-back._02, .card-back._03 {
  border-color: var(--slate-blue);
  background-color: var(--slate-blue);
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._01 {
  backface-visibility: hidden;
  transform-style: preserve-3d;
  background-color: #5540c4;
  border-style: none;
  border-color: #6781c1;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.card-back._03, .card-back._02, .card-back._04 {
  transform-style: preserve-3d;
  background-color: #5540c4;
  border-color: #5540c4;
  transform: rotateX(0)rotateY(180deg)rotateZ(0);
}

.tab03_icon {
  max-width: 25px;
}

.tab03_tab_link {
  z-index: 999;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.tab03_tab_link.w--current {
  background-color: #0000;
  transition: all .2s;
  transform: translate(0, -10px);
}

.tab03_arrow_block {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 20%;
  height: 90px;
  padding-top: 9px;
  padding-bottom: 9px;
  display: flex;
  position: relative;
}

.tab03_paragraph {
  color: #4e5d78;
}

.tab03_menu {
  margin-bottom: 30px;
  display: flex;
}

.tab03 {
  background-color: #fff;
  padding: 100px 0% 10px;
}

.tab03_arrow_wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  display: flex;
  position: relative;
}

.tab03_block_right {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.tab03_arrow {
  opacity: .5;
  width: 15px;
  position: absolute;
  left: auto;
  right: 0%;
}

.tab03_content {
  overflow: visible;
}

.tab03_tab_arrow_04 {
  background-color: #fafbfc;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -10px auto auto 68%;
  transform: rotate(45deg);
}

.tab03_container {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.tab03_block_left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.tab03_tab_arrow_05 {
  background-color: #fafbfc;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -10px auto auto 88%;
  transform: rotate(45deg);
}

.tab03_icon_wrap {
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 25px;
  transition: border .25s;
  display: flex;
  box-shadow: 1px 1px 35px #0000000d;
}

.tab03_icon_wrap:hover {
  border: 2px solid #6000fc;
}

.tab03_icon_wrap.w--current {
  background-image: linear-gradient(#ce1b1bc4, #fd9a0f);
}

.tab03_tab_arrow {
  background-color: #fafbfc;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -10px auto auto 8%;
  transform: rotate(45deg);
}

.tab03_pane {
  background-color: #fafbfc;
  min-height: 500px;
}

.tab03_tab_content {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.tab03_h2 {
  color: #0a1f44;
  margin-bottom: 25px;
}

.tab03_tabs {
  top: -100px;
}

.tab03_tab_arrow_03 {
  background-color: #fafbfc;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -10px auto auto 48%;
  transform: rotate(45deg);
}

.tab03_tab_arrow_02 {
  background-color: #fafbfc;
  width: 35px;
  height: 35px;
  position: absolute;
  inset: -10px auto auto 28%;
  transform: rotate(45deg);
}

.tab03_title {
  margin-top: 15px;
  font-family: Varela Round, sans-serif;
  font-weight: 700;
}

.paragraph-7 {
  margin-bottom: -200px;
}

.heading-20 {
  text-align: center;
  font-size: 40px;
  font-weight: 400;
}

.paragraph-8 {
  text-align: center;
}

.bold-text-17 {
  text-align: left;
}

.link-3 {
  text-align: right;
}

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

.italic-text {
  font-size: 20px;
  font-style: italic;
}

.italic-text-2 {
  text-align: center;
  font-size: 20px;
}

.paragraph-10 {
  text-align: center;
}

.italic-text-3, .italic-text-4, .italic-text-5, .italic-text-6, .italic-text-7, .italic-text-8, .italic-text-9 {
  font-size: 20px;
}

.container-small {
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.container-small._540px {
  max-width: 540px;
}

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

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

.container-default {
  max-width: 1242px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.button-secondary {
  color: #153cf5;
  text-align: center;
  letter-spacing: .08em;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 4px;
  padding: 18px 24px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  transition: transform .3s, color .3s, background-color .3s;
  box-shadow: 0 2px 6px #05152e1a, 0 2px 6px #153cf505, 0 -2px 4px #153cf50a;
}

.button-secondary:hover {
  color: #fff;
  background-color: #153cf5;
  transform: translate(0, -2px);
}

.button-secondary.large {
  padding: 22px 36px;
  font-size: 18px;
  line-height: 20px;
}

.mg-top-48px {
  margin-top: 48px;
}

.color-primary-1 {
  color: #153cf5;
}

.color-primary-1.underline {
  text-decoration: underline;
}

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

.section.purple {
  background-color: #f0f1fe;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.purple.hero {
  padding-top: 30px;
  padding-bottom: 90px;
}

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

.section.purple.navbar {
  z-index: 20;
  background-color: #fff;
  border-bottom: 1px solid #a9bcff;
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
  position: sticky;
  top: 0;
}

.section.hidden {
  display: none;
}

.section.counters {
  padding-top: 68px;
  padding-bottom: 68px;
}

.section.benefits, .section.papers, .section.features, .section.howit, .section.faq, .section.reasons {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.foot {
  background-color: #5b7fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.companies-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 24px 48px;
  transition: box-shadow .4s, transform .4s;
  box-shadow: 0 6px 12px #153cf50d, 0 2px 6px #05152e05, 0 -2px 6px #24348008;
}

.companies-card:hover {
  transform: translate(0, -8px);
  box-shadow: 0 8px 16px #153cf514, 0 3px 8px #05152e0a, 0 -3px 8px #2434800f;
}

.flex {
  display: flex;
}

.flex.center {
  justify-content: center;
}

.section-2 {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-2.haze {
  background-color: #f3f3f7;
}

.feature-card {
  text-align: center;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 12%;
  display: flex;
}

.link-arrow {
  background-image: url('../images/right-dark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 23px;
  height: 23px;
  margin-bottom: -1px;
  margin-left: 0;
  font-size: 16px;
}

.icon-3 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  margin-bottom: 16px;
  display: flex;
}

.text-grey-2 {
  color: #666;
}

.main-grid {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
  position: relative;
}

.link-4 {
  color: #574b8a;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.wrapper-9 {
  z-index: 2;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 40px;
  padding-right: 40px;
  position: relative;
}

.text-small {
  font-size: 13px;
  line-height: 20px;
}

.link-underline {
  z-index: 1;
  background-color: #f77e46;
  width: 50%;
  height: 2px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.divider-6 {
  background-color: #f77e46;
  border-radius: 1.5px;
  width: 88px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 16px;
}

.text-label {
  color: #666;
  letter-spacing: .8px;
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 12px;
  font-size: 11px;
  font-weight: 700;
  line-height: 16px;
  display: inline-block;
}

.icon-4 {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  display: flex;
}

.link-5 {
  color: #151515;
  text-align: left;
  align-items: center;
  margin-top: -8px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 -2px #e3e3e3;
}

.intro-3 {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 570px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.intro-3.margin-bottom {
  max-width: 680px;
  margin-bottom: 80px;
}

.icon-box {
  background-color: #452c48;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  display: flex;
}

.icon-box.color-2 {
  background-color: #20b49b;
}

.icon-box.color-4 {
  background-color: #665ba2;
}

.icon-box.color-3 {
  background-color: #853f71;
}

.icon-box.color-1 {
  background-color: #f77e46;
}

.feature-card-2 {
  z-index: 1;
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 20px 20px 32px;
  display: flex;
  position: relative;
  box-shadow: 0 8px 24px #0000001a;
}

.feature-card-2.small {
  flex-direction: column;
  justify-content: flex-start;
  padding: 32px;
}

.feature-cards-4 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.h5-card {
  margin-bottom: 0;
  font-size: 21px;
  line-height: 29px;
}

.paragraph-11 {
  padding-top: 10px;
}

.card-front-2 {
  backface-visibility: hidden;
  transform: ;
  text-align: center;
  cursor: auto;
  background-color: #fafbff;
  border: 1px solid #6d48e51a;
  border-radius: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  padding: 30px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.h3-card-3 {
  color: #5540c4;
  font-size: 36px;
  font-weight: 700;
  line-height: 150%;
}

.section-3 {
  background-color: #fafbff;
}

.div-block-128 {
  align-self: center;
  align-items: center;
  padding-right: 15px;
  display: flex;
}

.text-block-42 {
  color: #616e81;
}

.image-28 {
  width: 40px;
  height: 40px;
  margin-left: 0;
  margin-right: 10px;
}

.div-block-129 {
  flex-direction: row-reverse;
  align-items: center;
  display: flex;
}

.link-6 {
  white-space: normal;
}

.link-7 {
  color: #fff;
}

.post-header {
  background-color: #fff;
  border-radius: 6px;
  margin-bottom: 32px;
  padding: 32px;
  box-shadow: 0 6px 10px #0000001a;
}

.post-category {
  background-color: var(--slate-blue);
  color: #fff;
  letter-spacing: .5px;
  text-transform: uppercase;
  border-radius: 4px;
  padding: 10px 10px 8px;
  font-size: 12px;
  line-height: 1em;
  text-decoration: none;
}

.post-date {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  color: var(--light-slate-grey);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: auto;
  display: grid;
}

.post-title {
  margin-top: 16px;
  margin-bottom: 16px;
  font-size: 40px;
  line-height: 125%;
}

.post-grid {
  grid-column-gap: 64px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
  position: relative;
}

.post-sidebar {
  position: sticky;
  top: 100px;
}

.post-img {
  border-radius: 6px;
  margin-bottom: 32px;
  box-shadow: 0 15px 30px #00000026;
}

.post-author {
  background-color: #fff;
  border-radius: 6px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 32px;
  padding: 16px;
  font-weight: 700;
  display: flex;
  box-shadow: 0 6px 20px #0000001a;
}

.post-author-img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}

.post-featured-title {
  margin-bottom: 16px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3em;
}

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

.empty {
  text-align: center;
  background-color: #5540c41a;
  border-radius: 6px;
}

.featured-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #151515;
  background-color: #fff;
  border-radius: 6px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .4s;
  display: grid;
  box-shadow: 0 6px 20px #0000001a;
}

.featured-link:hover {
  transform: translate(0, 3px);
  box-shadow: inset 0 0 0 1px #0000001a;
}

.featured-img {
  border-radius: 6px;
}

.featured-date {
  color: var(--light-slate-grey);
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1em;
}

.featured-title {
  font-weight: 700;
  line-height: 1.4em;
}

.blog-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list.col-2 {
  grid-template-columns: 1fr 1fr;
}

.blog-link {
  color: #151515;
  background-color: #fff;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  padding: 16px;
  text-decoration: none;
  transition: all .4s;
  box-shadow: 0 6px 20px #0000001a;
}

.blog-link:hover {
  transform: translate(0, 3px);
  box-shadow: 0 0 0 1px #8a94a640;
}

.blog-img {
  border-radius: 6px;
  margin-bottom: 16px;
}

.blog-title {
  margin-bottom: 16px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.3em;
}

.blog-info {
  color: var(--light-slate-grey);
  align-items: center;
  display: flex;
}

.blog-info-text {
  margin-right: 4px;
}

.blog-info-text.last {
  color: #151515;
  margin-right: 0;
}

.breadcrumbs {
  color: var(--light-slate-grey);
  align-items: center;
  font-size: 12px;
  text-decoration: none;
  display: flex;
}

.breadcrumbs-link {
  color: var(--light-slate-grey);
}

.breadcrumbs-link:hover {
  color: var(--slate-blue);
}

.breadcrumbs-arrow {
  width: 16px;
  margin-left: 8px;
  margin-right: 8px;
}

.category-wrap {
  margin-bottom: 32px;
  display: none;
}

.category-list {
  display: flex;
}

.category-link {
  color: #151515;
  background-color: #fff;
  border-radius: 6px;
  margin-left: 8px;
  margin-right: 8px;
  padding: 8px 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 3px 9px #0000001c;
}

.category-link:hover, .category-link.all {
  background-color: var(--slate-blue);
  color: #fff;
}

.category-dropdown {
  align-items: center;
  display: flex;
}

.category-toggle {
  align-items: center;
  display: none;
}

.category-toggle-text {
  font-weight: 700;
}

.category-toggle-arrow {
  width: 24px;
}

.blog-h1 {
  margin-bottom: 20px;
  font-size: 48px;
}

.tab-link-3 {
  color: #151515;
  text-align: center;
  background-color: #0000;
  border-bottom: 2px solid #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 24px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  transition: box-shadow .4s;
  display: flex;
}

.tab-link-3.w--current {
  background-color: #0000;
  border-bottom-color: #f5a623;
}

.main-grid-5 {
  grid-column-gap: 30px;
  grid-row-gap: 64px;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.tab-text {
  color: #677581;
  font-size: 14px;
  font-weight: 300;
  line-height: 170%;
}

.tabs-horisontal-2 {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 72px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  box-shadow: inset 0 -1px #e3e3e3;
}

.h4 {
  margin-top: 15px;
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 600;
}

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

.h4.no-margin.tab {
  font-size: 32px;
  font-weight: 700;
  line-height: 155%;
}

.tabs-content-2 {
  overflow: visible;
}

.tab-icon-left {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  margin-right: 12px;
  display: flex;
}

.intro-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.media-rounded {
  z-index: 2;
  object-fit: contain;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  position: relative;
}

.divider-7 {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
}

.divider-7.long {
  width: 148px;
}

.divider-8 {
  background-color: #f5a623;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.media-container {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.media-decoration {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 40px;
  width: 90%;
  height: 90%;
  position: absolute;
  inset: -32px -32px auto auto;
}

.media-decoration.bottom-left {
  inset: auto auto -32px 90px;
}

.media-decoration.bottom-right {
  border-radius: 6px;
  inset: auto -32px -32px auto;
}

.item-heading-2 {
  color: #2f384c;
  font-size: 24px;
  font-weight: 700;
}

.item-price {
  color: #4e5d78;
  font-size: 18px;
}

.divider-9 {
  opacity: .35;
  background-color: #3e6cb2;
  width: 100%;
  height: 1px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.divider-9.white {
  background-color: #fff;
}

.bold-text-19 {
  color: #ff7b7b;
  text-decoration: line-through;
}

.list-2 {
  justify-content: space-between;
  margin-top: 0;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.list-2.last-item {
  border-bottom-style: none;
  padding-bottom: 0;
}

.head-4 {
  font-size: 24px;
  font-weight: 700;
}

.head-4.marg-bot {
  margin-bottom: 12px;
}

.bold-text-20 {
  color: var(--slate-blue);
  font-size: 20px;
}

.text-left {
  flex: 1;
  align-self: center;
}

.bold-text-21 {
  color: #3eb282;
}

.item-list {
  color: #333;
  font-size: 18px;
}

.icon-check {
  margin-right: 16px;
}

.price-box {
  color: #3e6cb2;
  background-color: #fff;
  border-radius: 6px;
  width: 60px;
  padding: 8px;
}

.bold-text-22 {
  color: #ff7b7b;
  text-decoration: line-through;
}

.grid-4 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.grid-4.marg-bot {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

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

.button-15 {
  color: #fff;
  background-color: #3e6cb2;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 42px;
  padding: 12px 36px;
  font-family: Open Sans, sans-serif;
  font-size: 15px;
  font-weight: 600;
  display: flex;
}

.button-15:hover {
  box-shadow: 1px 1px 33px #0000000f;
}

.button-15.white {
  color: #3e6cb2;
  background-color: #fff;
  font-family: Inter, sans-serif;
  font-weight: 600;
}

.prices-featured-card {
  color: #fff;
  background-color: #2f384c;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  box-shadow: 0 4px 34px #00000014;
}

.t06_card_base-2 {
  color: #b8b9c2;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 40px;
  display: flex;
  overflow: hidden;
  box-shadow: 0 8px 2.6rem #c1c7d03b;
}

.item-box {
  display: flex;
}

.grid-10 {
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: 1fr;
  margin-top: 16px;
  margin-bottom: 16px;
}

.heading-26 {
  color: #fff;
  text-align: right;
  border-bottom: 1px solid #3f6cb252;
  justify-content: space-between;
  align-items: flex-start;
  height: 60px;
  margin-bottom: 24px;
  display: flex;
}

.small-text {
  font-size: 10px;
  line-height: 20px;
}

.free {
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.main-grid-6 {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.feature-image-medium {
  width: 100%;
  height: 340px;
  margin-bottom: 16px;
}

.text-grey-3 {
  color: #677581;
  text-align: left;
  font-weight: 300;
}

.text-grey-3.auto-height {
  height: auto;
}

.dynamic-column {
  grid-row-gap: 80px;
  grid-template-columns: 100%;
}

.dynamic-column.margin-top {
  margin-top: 160px;
}

.heading-margin-big.small {
  font-size: 32px;
}

.button-16 {
  background-color: #0080ff;
  border-radius: 4px;
  padding: 12px 24px;
  font-weight: 700;
}

.feature-card-3 {
  color: #30364d;
  text-align: center;
  background-color: #fff;
  border-radius: 6px;
  flex-direction: column;
  flex: 270px;
  align-items: center;
  padding: 10%;
  display: flex;
  box-shadow: 0 15px 30px #30364d1a;
}

.contact-item {
  background-color: #f5f7fc;
  border-radius: 10px;
  align-items: center;
  height: auto;
  margin-top: 40px;
  padding: 32px;
  display: flex;
  box-shadow: 0 1px 24px #00000012;
}

.icon-5 {
  width: 45px;
  margin-bottom: 0;
}

.icon-5.big {
  width: 56px;
}

.icon-5.big.margin-right {
  margin-right: 24px;
}

.info-text {
  color: #414b54;
  font-size: 16px;
  line-height: 155%;
}

.info-text.marg-top {
  margin-top: 8px;
  font-size: 18px;
}

.info-text.bold {
  font-weight: 700;
}

.grid-7 {
  grid-column-gap: 32px;
  grid-template-rows: auto;
}

.reviews {
  margin-left: 16px;
  margin-right: 16px;
}

.reviews-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.review-stars {
  height: 16px;
}

.hero-layer {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.hero-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-17 {
  color: #5b7fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  line-height: 22px;
}

.text-17.bold {
  font-weight: 700;
}

.text-17.bold.marg-top-20 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.text-17.faq-item-title {
  margin-top: 30px;
  margin-bottom: 0;
  margin-right: 32px;
  font-weight: 400;
}

.image-29 {
  z-index: 1;
  width: 456.979px;
  height: 323.976px;
  position: relative;
}

.dots-img {
  width: 311.927px;
  height: 324px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% auto auto 34%;
}

.list-3 {
  background-color: #f7f7f7;
  border-radius: 8px;
  margin-top: 20px;
  padding: 30px 30px 30px 46px;
}

.c02_block_image-2 {
  background-image: url('../images/dots.svg');
  background-position: 63%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  width: 50%;
  padding-right: 0;
  position: relative;
}

.section-item-7 {
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  overflow: hidden;
}

.divider-10 {
  background-color: #f1ae3d;
  border-radius: 1.5px;
  width: 88px;
  height: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.dropdown-link, .dropdown-link-2 {
  display: block;
}

.heading-27 {
  text-align: center;
  min-width: 10px;
  margin-top: -35px;
  padding-top: 0;
  padding-bottom: 20px;
}

.text-38 {
  color: #191919;
  letter-spacing: .003em;
  font-family: Poppins, sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 57px;
}

.text-38.benefits-title {
  text-align: center;
  max-width: 500px;
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
}

.text-38.papers-title, .text-38.features-title {
  margin-bottom: 20px;
}

.text-38.howit-title {
  max-width: 700px;
  margin-bottom: 10px;
}

.text-38.faq-title {
  text-align: center;
  margin-bottom: 60px;
}

.text-38.writers-title {
  margin-bottom: 12px;
}

.text-38.prices-title {
  margin-bottom: 40px;
}

.text-18 {
  color: #4a4955;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.text-18.papers-description {
  text-align: center;
  max-width: 700px;
}

.text-18.howit-description {
  text-align: center;
  max-width: 700px;
  margin-bottom: 60px;
}

.text-18.writers-description {
  text-align: center;
  max-width: 700px;
  margin-bottom: 78px;
}

.text-20 {
  color: #191919;
  letter-spacing: .003px;
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 32px;
}

.text-20.hero-description {
  z-index: 2;
  margin-bottom: 22px;
  font-weight: 400;
  position: relative;
}

.text-16 {
  color: #4a4955;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.text-16.features-description {
  letter-spacing: .003em;
  margin-bottom: 30px;
  line-height: 24px;
}

.text-16.howit-tab-text {
  opacity: 0;
  height: 0;
  line-height: 24px;
  display: block;
  overflow: hidden;
}

.text-16.howit-tab-text.howit-tab-text-active {
  display: block;
}

.text-16.prices-paper-type {
  margin-left: 7px;
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.text-12 {
  color: #181421;
  font-family: Inter, sans-serif;
  font-size: 12px;
  line-height: 42px;
}

.btn {
  letter-spacing: .5px;
  background-color: #5b7fff;
  justify-content: center;
  align-items: center;
  width: 92px;
  height: 36px;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  display: flex;
}

.btn.btn_transparent {
  color: #5b7fff;
  background-color: #0000;
  border: 1px solid #5b7fff;
  border-radius: 1px;
}

.btn.btn_transparent.login-btn {
  width: 81px;
  height: 36px;
  margin-right: 10px;
}

.btn.hero-cta-btn {
  width: 187px;
  max-width: 187px;
  height: 52px;
}

.btn.features-btn {
  width: 187px;
  height: 52px;
}

.text-22 {
  color: #191919;
  letter-spacing: .003em;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.text-22.howit-tab-title, .text-22.reasons-title {
  margin-top: 0;
  margin-bottom: 0;
}

.text-22.prices-table-title {
  margin-bottom: 20px;
}

.text-14 {
  color: #2f2f2f;
  letter-spacing: .03em;
  padding-bottom: 15px;
  font-family: Roboto, sans-serif;
  line-height: 24px;
}

.text-14.faq-item-content {
  width: 100%;
  padding-bottom: 20px;
}

.foot-link {
  opacity: .7;
  color: #fff;
  margin-right: 16px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 26px;
  text-decoration: none;
}

.foot-link.last {
  margin-right: 26px;
}

.foot-link.foot-link_canada {
  opacity: 1;
  flex-direction: row;
  justify-content: flex-start;
  margin-right: 16px;
  display: flex;
}

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

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

.hero-container {
  margin-top: 74px;
  position: relative;
  overflow: hidden;
}

.navbar {
  background-color: #0000;
  flex-wrap: nowrap;
  justify-content: space-between;
  display: block;
}

.navbar-container {
  justify-content: space-between;
  align-items: center;
  max-width: 1140px;
  font-family: Poppins, sans-serif;
  display: flex;
}

.navbar-logo-wrap {
  margin-right: auto;
}

.navbar-links {
  flex: 0 auto;
  margin-left: auto;
  display: flex;
}

.navbar-auth-wrap {
  justify-content: flex-start;
  align-items: center;
  margin-left: 90px;
  margin-right: 20px;
  display: flex;
}

.navbar-link {
  color: #151515;
  font-family: Poppins, sans-serif;
  font-size: 14px;
  text-decoration: none;
}

.hero-grid {
  grid-column-gap: 22px;
  grid-template-rows: auto;
}

.hero-left {
  max-width: 600px;
}

.hero-right {
  margin-left: 40px;
  display: flex;
  position: relative;
}

.text-52 {
  color: #191919;
  letter-spacing: .003em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 52px;
  font-weight: 600;
  line-height: 60px;
}

.text-52.hero-h1 {
  z-index: 1;
  margin-bottom: 46px;
  position: relative;
}

.hero-leaf-img {
  position: absolute;
  top: 18%;
  right: 0;
}

.hero-star-img {
  position: absolute;
  bottom: 15%;
  left: -25%;
}

.hero-calc-wrap {
  position: relative;
}

.image-32 {
  z-index: 1;
  position: absolute;
  top: 15px;
  left: -30px;
}

.html-embed-2 {
  z-index: 2;
  position: relative;
}

.image-33 {
  position: absolute;
  inset: 50% 0% 0% 66%;
  overflow: hidden;
}

.image-34 {
  z-index: 0;
  position: absolute;
  bottom: 50%;
  right: 66%;
}

.hero-bubble {
  max-width: 203px;
  margin-left: 32px;
  display: flex;
  position: static;
  inset: 0% 0% 0% auto;
}

.hero-bubble-right {
  position: relative;
}

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

.counters-block {
  text-align: center;
  border-right: 1px solid #a9bcff;
}

.counters-block.last {
  border-right-style: none;
}

.counters-number {
  color: #5b7fff;
  letter-spacing: -.05em;
  margin: 0 0 12px;
  font-family: Poppins, sans-serif;
  font-size: 40px;
  line-height: 40px;
}

.counters-description {
  opacity: .7;
  color: #0e101a;
  margin: 0;
  font-family: Roboto, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

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

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

.benefits-block {
  cursor: default;
  border: 1px solid #a9bcff;
  padding: 30px;
}

.benefits-block:hover {
  background-color: #fffbf6;
  border-style: solid;
  border-color: #fffbf6;
}

.papers-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs {
  color: #181421;
  margin-top: 60px;
}

.papers-tab-wrap {
  z-index: 2;
  background-color: #fffbf6;
  border: 1px solid #a9bcff;
  margin-bottom: 75px;
  padding: 54px 104px;
  position: relative;
  overflow: visible;
}

.papers-tab-content {
  position: relative;
  overflow: visible;
}

.papers-grid {
  grid-column-gap: 65px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.papers-grid.papers-grid-3col {
  grid-template-columns: 1fr 1fr 1fr;
}

.papers-list {
  text-align: left;
  padding-left: 10px;
  list-style-type: none;
}

.papers-list-item {
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 42px;
}

.papers-tab-menu {
  margin-bottom: 32px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  line-height: 22px;
}

.papers-tab-bg-img {
  z-index: 2;
  width: 1140px;
  height: 100%;
  display: block;
  position: absolute;
  inset: 8% auto auto -2%;
  overflow: visible;
}

.papers-tab-bg-img.tab-4 {
  height: 100%;
}

.papers-tab-pane {
  z-index: 0;
}

.div-block-133 {
  z-index: 3;
  background-image: url('../images/background.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  height: 500px;
  position: absolute;
  inset: -1% auto auto -3%;
}

.papers-tab-link {
  background-color: #0000;
  border: 0 solid #f0f1fe;
  border-bottom-width: 2px;
  padding-bottom: 23px;
}

.papers-tab-link.w--current {
  color: #5b7fff;
  background-color: #fff;
  border: 0 solid #000;
  border-bottom: 2px solid #5b7fff;
  padding-bottom: 23px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.tab-link-tab-2 {
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 2px solid #f0f1fe;
  padding-bottom: 23px;
}

.tab-link-tab-3, .tab-link-tab-4 {
  background-color: #0000;
  padding-bottom: 23px;
}

.tab-pane-tab-3, .tab-pane-tab-2, .tab-pane-tab-4 {
  width: 1140px;
}

.features-grid {
  grid-column-gap: 76px;
  grid-template-rows: auto;
}

.howit-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tabs-2 {
  flex-direction: row;
  width: 100%;
  display: flex;
}

.tabs-menu-2 {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.howit-tab-link {
  background-color: #fff;
  border: 1px solid #a9bcff;
  flex-direction: column;
  max-width: 465px;
  margin-bottom: 18px;
  padding-top: 22px;
  padding-bottom: 12px;
  padding-right: 18px;
  display: flex;
}

.howit-tab-link.w--current {
  background-color: #fffbf6;
  border-color: #fffbf6;
  display: flex;
}

.howit-tab-icon {
  flex-direction: row;
  flex: none;
  align-items: center;
  display: flex;
}

.tabs-content-4 {
  align-items: center;
  display: flex;
}

.review-container {
  display: flex;
}

.review-left {
  max-width: 500px;
}

.review-right {
  border-bottom: 2px solid #5b7fff;
  width: 600px;
  max-width: 600px;
  height: 100%;
  max-height: 500px;
  margin-left: 54px;
  padding-bottom: 40px;
  position: relative;
  overflow: scroll;
}

.review-title {
  margin-bottom: 40px;
}

.review-description {
  margin-bottom: 26px;
}

.review-block {
  z-index: 2;
  background-color: #fff;
  border: 1px solid #a9bcff;
  padding: 20px 32px 16px;
  position: relative;
}

.review-block.yellow {
  background-color: #fffbf6;
}

.review-text {
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 20px;
}

.review-star {
  margin-bottom: 14px;
}

.review-meta {
  color: #181421;
  align-items: center;
  display: flex;
}

.review-meta-authors {
  border: 0 solid #33333380;
  border-right-width: 1px;
  justify-content: center;
  align-items: center;
  height: 16px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Roboto, sans-serif;
  line-height: 16px;
  display: flex;
}

.review-meta-authors.first {
  padding-left: 0;
}

.review-meta-writer {
  justify-content: center;
  align-items: center;
  display: flex;
}

.review-meta-date {
  color: #545454;
  padding-left: 10px;
  font-size: 12px;
}

.review-meta-param {
  color: #181421;
  margin-right: 5px;
  font-family: Roboto, sans-serif;
}

.review-meta-value {
  font-family: Roboto, sans-serif;
  font-weight: 500;
  line-height: 16px;
}

.review-block-wrap {
  max-width: 487px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: 40px;
  position: relative;
}

.review-block-wrap.even {
  margin-left: 0;
  margin-right: auto;
}

.review-bg-img {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 12% auto auto 4%;
}

.review-bg-img.half {
  height: 100%;
}

.review-right-bottom-line {
  z-index: 3;
  background-color: #5b7fff;
  width: 97%;
  height: 2px;
  display: none;
  position: absolute;
  inset: auto 0% 0;
}

.faq-container {
  text-align: left;
}

.faq-column-left {
  padding-left: 0;
}

.text-14-2._393939 {
  color: #393939;
}

.faq-item-content-wrap {
  width: 88%;
  height: auto;
  margin-top: 0;
  margin-bottom: 20px;
  margin-right: 30px;
  padding-bottom: 25px;
  overflow: visible;
}

.faq-grid-container {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.faq-item {
  background-color: #fff;
  border: 0 solid #a9bcff;
  border-top-width: 1px;
  flex-direction: column;
  justify-content: center;
  min-height: 115px;
  display: flex;
}

.faq-item.last {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

.arrow-green {
  width: 17px;
  height: 12px;
}

.arrow-green.marg-top-6 {
  margin-top: 6px;
}

.faq-item-title-wrap {
  cursor: pointer;
  border-radius: 17px;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.faq-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq-column-right {
  padding-left: 15px;
  padding-right: 0;
}

.text-14-medium-2 {
  margin-right: 15px;
  font-size: 14px;
  font-weight: 500;
}

.faq-toggle-open {
  position: absolute;
  top: 50%;
  right: 0;
}

.faq-toggle-close {
  opacity: 0;
  display: block;
  position: absolute;
  top: 50%;
  right: 0;
}

.reasons-grid {
  grid-column-gap: 20px;
}

.reasons-block-wrap {
  border: 1px solid #a9bcff;
  padding: 28px 54px 40px;
}

.reasons-block-wrap:hover {
  background-color: #fffbf6;
  border-color: #fffbf6;
}

.reasons-title-wrap {
  align-items: center;
  margin-bottom: 22px;
  padding-top: 28px;
  display: flex;
}

.reasons-icon {
  margin-right: 20px;
}

.reasons-text {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
}

.foot-top {
  padding-bottom: 32px;
  display: flex;
}

.foot-bottom {
  justify-content: space-between;
  align-items: center;
  padding-top: 46px;
  display: flex;
}

.foot-links {
  align-items: center;
  margin-left: auto;
  display: flex;
}

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

.foot-social-link {
  border: 1px solid #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  margin-right: 12px;
  display: flex;
}

.foot-social-link.last {
  margin-right: 0;
}

.foot-copy {
  color: #ffffffb3;
  font-family: Roboto, sans-serif;
  font-weight: 300;
  line-height: 21px;
}

.foot-payment {
  display: flex;
}

.foot-payment-block {
  background-color: #fff3;
  justify-content: center;
  align-items: center;
  width: 78px;
  height: 44px;
  margin-right: 10px;
  display: flex;
}

.foot-payment-block.last {
  margin-right: 0;
}

.foot-canada-flag {
  margin-right: 12px;
}

.writers-container {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.writers-slider {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  overflow: visible;
}

.writers-slide-flex-wrap {
  z-index: 2;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: stretch center;
  place-items: stretch stretch;
  max-width: 940px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.writers-slide-left {
  background-color: #f2f3ff;
  flex: 0 40%;
  padding: 28px 38px 38px;
}

.writers-slide-right {
  background-color: #fffbf6;
  flex: 0 60%;
  padding: 42px 48px 34px;
}

.slide-nav {
  background-color: #0000;
  bottom: -60px;
}

.writers-slider-arrow {
  border: 1.5px solid #5b7fff;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: 0% auto 0% -100px;
}

.writers-slider-arrow.left {
  left: 0;
}

.writers-slider-arrow.left:hover {
  background-color: #5b7fff;
}

.writers-slider-arrow.right {
  inset: 0 0 0 auto;
}

.writers-slider-arrow.right:hover {
  background-color: #5b7fff;
}

.right-arrow {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  inset: 45% -100px 0% auto;
}

.slide-2 {
  max-height: 355px;
  overflow: visible;
}

.mask-4 {
  width: 100%;
  height: 375px;
  overflow: hidden;
}

.writers-slide-tutor {
  align-items: center;
  margin-bottom: 34px;
  display: flex;
}

.writers-tutor-img {
  border-radius: 50%;
}

.writers-tutor-meta-wrap {
  text-align: left;
  margin-left: 20px;
}

.writers-tutor-name {
  color: #191919;
  margin-bottom: 12px;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 21px;
}

.writers-slide-rates {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #5b7fff26;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 20px;
  display: grid;
}

.writers-success-rate {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 14px;
  display: flex;
}

.writers-reviews-count {
  border-bottom: 1px solid #fff;
  border-left: 1px solid #fff;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
  display: flex;
}

.writers-finished-orders {
  border-right: 1px solid #fff;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 14px;
}

.writers-degree {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 14px;
}

.writers-colored-text {
  color: #4b71f8;
  text-align: left;
  margin-right: 16px;
  font-family: Roboto, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.writers-colored-text.writers-competences-title {
  margin-bottom: 16px;
  margin-right: 0;
}

.writers-rate-text {
  color: #454d5c;
  font-family: Roboto, sans-serif;
  line-height: 14px;
}

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

.writers-slide-competences {
  padding-top: 22px;
}

.paragraph-13 {
  text-align: left;
}

.writers-competences-text {
  color: #454d5c;
  text-align: left;
  margin-bottom: 0;
  font-family: Roboto, sans-serif;
  line-height: 14px;
}

.image-36 {
  z-index: 1;
  width: 82%;
  height: 100%;
  position: absolute;
  inset: auto 0% -20px 6%;
}

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

.writers-review-block {
  color: #000;
  text-align: left;
  margin-bottom: 6px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 33px;
}

.writers-review-user {
  color: #5b7fff;
  text-align: left;
  font-family: Roboto, sans-serif;
  font-size: 18px;
  line-height: 27px;
}

.writers-review-meta {
  margin-left: 22px;
}

.writers-review-text {
  text-align: left;
  margin-top: 24px;
  margin-bottom: 40px;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.hero-bubble-left {
  z-index: 3;
  position: relative;
}

.hero-bubble-text-wrap {
  flex-direction: row;
  align-items: center;
  display: flex;
  position: absolute;
  top: 12px;
  right: 25px;
}

.image-37 {
  max-width: 202px;
  display: block;
  position: relative;
}

.hero-bubble-reviews-count {
  z-index: 4;
  font-family: Roboto, sans-serif;
  font-size: 9px;
  font-weight: 300;
  line-height: 10px;
  position: relative;
}

.hero-bubble-score {
  letter-spacing: -.07em;
  margin-right: 12px;
  font-family: Roboto, sans-serif;
  font-size: 33px;
  font-weight: 300;
  line-height: 40px;
}

.hero-bubble-stars {
  z-index: 4;
  position: relative;
}

.dropdown-list-wrap {
  background-color: #f0f1fe;
  border: 1px solid #a9bcff;
  border-top-width: 0;
}

.dropdown-list-wrap.w--open {
  border: 1px solid #a9bcff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: block;
}

.dropdown-link:hover {
  background-color: #fffbf6;
}

.foot-canada-link {
  align-items: center;
  text-decoration: none;
  display: flex;
}

.howit-tab-title-icon {
  margin-right: 24px;
}

.howit-tab-title {
  align-items: center;
  width: 100%;
  display: flex;
}

.foot-social-wrap {
  flex-direction: row;
  display: flex;
}

.foot-links-wrap {
  margin-left: auto;
  display: flex;
}

.dropdown-toggle, .dropdown-toggle-btn {
  color: #151515;
}

.privacy-text {
  flex: 1;
  height: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 12px;
  line-height: 14px;
}

.button-block {
  flex: 0 auto;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 25px;
}

.privacy-txt-mob {
  font-size: 12px;
  font-weight: 400;
  line-height: 14.06px;
  display: block;
}

.privacy-link {
  color: #191919;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 18.2%;
  text-decoration: underline;
}

.privacy-inner-mob {
  max-width: 250px;
  display: none;
}

.privacy-policy {
  z-index: 999;
  background-color: #5b7fff;
  border: 1px #7fc1eb;
  border-radius: 18px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  width: auto;
  max-width: 491px;
  height: auto;
  max-height: none;
  margin: 0 auto;
  display: flex;
  position: fixed;
  inset: auto auto 10px 65px;
}

.privacy-policy.hide {
  background-color: #f2f3ff;
  border-style: solid;
  border-color: #5b7fff;
  border-radius: 0;
  display: flex;
}

.img-block {
  flex: 0 auto;
  align-self: auto;
  height: 100%;
  padding: 13px 15px 13px 25px;
}

.policy-button {
  color: var(--ghost-white);
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
}

.privacy-inner {
  align-items: center;
  display: flex;
}

.policy-link {
  color: #fff;
  background-color: #5b7fff;
  border: 1.5px solid #f5f7fd;
  border-radius: 0;
  padding: 10px 20px;
  text-decoration: none;
}

.cookie-img {
  background-image: url('../images/ews-cookie.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 20px;
  width: 40px;
  height: 40px;
}

.privacy-txt {
  color: #191919;
  margin-left: 15px;
  margin-right: 25px;
  padding-left: 0;
  padding-right: 0;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 18.2px;
}

.privacy-link-mob {
  color: #00056d;
  font-size: 12px;
}

.privacy-shadow {
  background-image: url('../images/shadow.svg');
  background-position: 0 0;
  background-size: auto;
  min-width: 491px;
  min-height: 80px;
  position: fixed;
  bottom: 20px;
  left: 55px;
}

.privacy-wrap.hide {
  display: none;
}

.grid-12 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: flex;
}

.faq-left {
  width: 50%;
  margin-right: 122px;
}

.faq-right {
  width: 50%;
}

.prices-grid {
  grid-column-gap: 54px;
  grid-template-rows: auto;
}

.name-and-price-container {
  border-bottom: 1px solid #bccfff;
  justify-content: space-between;
  display: flex;
}

.name-and-price-container.padding-top-bottom-10 {
  padding-top: 10px;
  padding-bottom: 10px;
}

.name-and-price-container.padding-top-bottom-10.marg-top20 {
  margin-top: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

.text-15 {
  color: #575757;
  font-size: 15px;
  line-height: 167%;
}

.text-15.grey {
  color: #575757;
}

.text-15.grey.marg-top-20 {
  margin-top: 20px;
  line-height: 170%;
}

.text-16-2 {
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.text-16-2.medium {
  font-weight: 500;
}

.text-16-2.medium.grey {
  color: #575757;
}

.text-16-2.medium.grey.marg-left-5 {
  margin-left: 5px;
  font-weight: 500;
}

.price-button-container.marg-top-30 {
  justify-content: flex-end;
  margin-top: 30px;
  display: flex;
}

.text-21 {
  font-size: 21px;
  font-weight: 600;
  line-height: 150%;
}

.text-21.blue {
  color: #0b2051;
}

.price-container {
  font-family: Poppins, sans-serif;
  font-weight: 500;
}

.section-4 {
  padding: 80px 20px;
  transform: translate(0);
}

.wrapper-10 {
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.name-price-container {
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #0b2051;
  font-size: 40px;
  font-weight: 500;
}

.main-button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #f16029;
  border-radius: 2px;
  padding: 20px 40px;
  font-weight: 500;
  transition: transform 1s cubic-bezier(.075, .82, .165, 1), color .4s, background-color .4s;
}

.main-button:hover {
  color: #0b2051;
  background-color: #cadaff;
  border: 1px #000;
  transform: translate(0, -2px);
}

.text-span-2 {
  color: #f16029;
  font-weight: 700;
}

.right-side-price-container.bg {
  background-color: #f2f3ff;
  padding: 60px;
}

.prices-number {
  color: #5b7fff;
  font-family: Poppins, sans-serif;
}

@media screen and (min-width: 1440px) {
  .section-item {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .section-item.bg.no-padding {
    padding-top: 60px;
    padding-bottom: 100px;
  }

  .section-item.haze {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-item.hide {
    display: none;
  }

  .wrapper-box {
    justify-content: flex-end;
  }

  .panel-body-home.transparent {
    padding-bottom: 0;
  }

  .divider {
    height: 2px;
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .divider.c {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-box.security {
    margin-bottom: 0;
  }

  .c09_feature_column_85 {
    flex: 0 auto;
    width: 100%;
    display: flex;
  }

  .side-media-3 {
    max-height: 700px;
  }

  .main-grid-3 {
    align-self: auto;
    justify-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .c09_feature_column_15 {
    flex: 1;
  }

  .side-tabs-2 {
    max-height: 720px;
  }

  .c09_icon_circle {
    margin-right: 0;
  }

  .c09_feature_wrap {
    font-size: 14px;
    line-height: 26px;
  }

  .side-tab-new {
    width: 530px;
    font-size: 18px;
    font-weight: 500;
  }

  .image-24 {
    display: block;
  }

  .nav-link {
    display: flex;
  }

  .nav-dropdown-icon {
    display: block;
  }

  .dropdown-list.w--open {
    margin-top: 0;
  }

  .image-12.cstm-lp-footer {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c01.blue {
    background-color: var(--slate-blue);
    color: #fff;
  }

  .c01.blue.white.no-padding {
    padding-bottom: 50px;
  }

  .c01.blue {
    color: #fff;
    background-color: #5540c4;
  }

  .c09_column_02._2 {
    padding-left: 50px;
  }

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

  .text-tab {
    width: auto;
    margin-left: 0;
  }

  .section-item-3 {
    background-color: #0000;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .divider-3 {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .divider-3.c {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .faq02_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-grey {
    font-size: 15px;
  }

  .text-grey:hover {
    color: #666;
  }

  .faq02_click_wrap {
    position: relative;
    top: 0;
  }

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

  .paragraph {
    font-size: 18px;
    line-height: 160%;
  }

  .fe06_h5 {
    font-size: 40px;
    line-height: 150%;
  }

  .service-card {
    flex-basis: 48%;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 260px;
    padding: 39px 53px 50px;
  }

  .section-box-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .h3-card {
    color: var(--slate-blue);
    margin-bottom: 9px;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
  }

  .faq01-comment-2 {
    overflow: hidden;
  }

  .h3 {
    object-fit: fill;
    margin-bottom: 22px;
  }

  .process_line {
    height: 81%;
  }

  .pricing-v2-card-2 {
    flex: none;
  }

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

  .button-parent.nav.haze.mobile {
    display: none;
  }

  .section-item-5 {
    background-color: #fafbff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .button-card-2-3 {
    color: #787ae6;
    background-color: #0000;
    border: 1px solid #787ae6;
    font-size: 11px;
  }

  .h3-card-2 {
    color: #5540c4;
    margin-bottom: 9px;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
  }

  .service-card-2 {
    flex-basis: 48%;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 260px;
    padding: 39px 53px 50px;
  }

  .divider-4 {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .divider-4.c {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-box-6 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .divider-5 {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .divider-5.c {
    margin-top: 14px;
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-6 {
    text-align: center;
  }

  .heading-19 {
    padding-top: 60px;
    font-size: 25px;
  }

  .card-back {
    transform: rotateX(0)rotateY(180deg)rotateZ(0);
  }

  .tab03_icon {
    color: var(--ghost-white-2);
  }

  .tab03_block_right, .tab03_block_left {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-default {
    max-width: 1300px;
  }

  .section.foot {
    background-color: #5b7fff;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .heading-21, .heading-22, .heading-23, .heading-24 {
    font-size: 40px;
  }

  .h3-card-3 {
    color: #5540c4;
    margin-bottom: 9px;
    font-size: 40px;
    font-weight: 700;
    line-height: 150%;
  }

  .heading-25 {
    font-size: 30px;
  }

  .bold-text-18 {
    display: inline;
  }

  .div-block-128 {
    border-right: 1px solid #e3e3e3;
    margin-right: 5px;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-right: 10px;
  }

  .divider-7 {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .media-container {
    justify-content: center;
    align-items: center;
  }

  .section-item-7 {
    background-color: #fff;
    padding-top: 80px;
    padding-bottom: 80px;
    position: relative;
  }

  .divider-10 {
    height: 2px;
    margin-top: 24px;
    margin-bottom: 0;
  }

  .text-38.safe-title {
    margin: 0 0 20px;
  }

  .text-18 {
    text-align: left;
  }

  .text-18.papers-description, .text-18.howit-description {
    text-align: center;
  }

  .text-18.safe-text {
    margin-bottom: 24px;
  }

  .text-18.safe-text.marg_bot_32 {
    margin-bottom: 32px;
  }

  .text-16 {
    font-family: Poppins, sans-serif;
  }

  .text-16.prices-paper-type {
    margin-left: 5px;
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .text-22.reasons-title {
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-22.safe-heading {
    margin-bottom: 12px;
  }

  .foot-link.last {
    margin-right: 20px;
  }

  .reasons-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: stretch;
    justify-items: stretch;
    display: grid;
  }

  .reasons-block-wrap {
    border: 1px solid #a9bcff;
    flex: 0 48%;
    align-self: auto;
    padding: 28px 50px 40px;
  }

  .reasons-block-wrap:hover {
    background-color: #fffbf6;
    border-color: #fffbf6;
  }

  .reasons-title-wrap {
    align-items: center;
    margin-bottom: 22px;
    display: flex;
  }

  .reasons-icon {
    margin-right: 20px;
  }

  .reasons-text {
    color: #0e101a;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }

  .reasons-flex-wrap {
    flex-flow: wrap;
    place-content: stretch flex-start;
    align-items: flex-start;
    display: flex;
  }

  .foot-top {
    border-bottom: 1px solid #ffffff4d;
    align-items: center;
    padding-bottom: 32px;
    display: flex;
  }

  .foot-bottom {
    justify-content: space-between;
    align-items: center;
    padding-top: 46px;
    display: flex;
  }

  .foot-links {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-left: auto;
    display: flex;
  }

  .foot-nav-links {
    align-items: center;
    list-style-type: none;
    display: flex;
  }

  .foot-social-link {
    border: 1px solid #fff6;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-right: 12px;
    display: flex;
  }

  .foot-social-link.last {
    margin-right: 0;
  }

  .foot-copy {
    color: #ffffffb3;
    font-family: Roboto, sans-serif;
    font-weight: 300;
    line-height: 21px;
  }

  .foot-payment {
    display: flex;
  }

  .foot-payment-block {
    background-color: #fff3;
    justify-content: center;
    align-items: center;
    width: 78px;
    min-width: 78px;
    height: 44px;
    min-height: 44px;
    margin-right: 10px;
    display: flex;
  }

  .foot-payment-block.last {
    margin-right: 0;
  }

  .prices-grid {
    grid-column-gap: 54px;
    grid-row-gap: 20px;
  }

  .price-container {
    font-family: Poppins, sans-serif;
    font-weight: 500;
  }

  .name-price-container {
    font-family: Poppins, sans-serif;
  }

  .prices-number {
    color: #5b7fff;
    font-weight: 700;
  }
}

@media screen and (min-width: 1920px) {
  .section-item.bg {
    background-image: url('../images/Dots_1.svg');
  }

  .tabs-vertical-tab-home {
    color: #ffffffcf;
    font-weight: 600;
  }

  .divider {
    margin-bottom: 24px;
  }

  .divider._1 {
    margin-top: 0;
  }

  .head-box {
    padding-bottom: 16px;
  }

  .section-item-2.color {
    background-color: #f5f7fc;
  }

  .seo-hide {
    margin-left: auto;
    margin-right: auto;
  }

  .sticky-section {
    padding-bottom: 0;
  }

  .sticky-col_left {
    flex: none;
    align-items: stretch;
    max-height: 760px;
    position: sticky;
    overflow: visible;
  }

  .paragraph-2 {
    margin-bottom: 10px;
  }

  .paragraph-2.white.large {
    color: #fff;
  }

  .paragraph-2.white.large.black {
    color: var(--light-slate-grey);
  }

  .paragraph-3 {
    color: #fff;
  }

  .paragraph-3.black {
    color: #1f1f1f;
  }

  .logo-3 {
    max-width: 170px;
  }

  .sticky-col_left-2 {
    flex: none;
    align-items: stretch;
    max-height: 760px;
    position: sticky;
    overflow: visible;
  }

  .button-5.widget {
    flex: none;
    width: 5vw;
  }

  .item-logo {
    width: 50%;
    padding-left: 13px;
  }

  .item-number {
    width: 15%;
  }

  .item-button {
    width: 40%;
    height: 100%;
  }

  .widget-col {
    height: auto;
  }

  .sticky-section-2 {
    padding-bottom: 200px;
  }

  ._404- {
    height: 60vh;
  }

  .h1-box-404 {
    margin-top: 120px;
  }

  .lottie-animation-3 {
    width: 1500px;
    height: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .lottie-animation-4 {
    width: 950px;
  }

  .link-page-item.w--current {
    color: #333;
    font-weight: 700;
  }

  .link-sticky-pbox {
    flex: none;
    align-items: stretch;
    max-height: 760px;
    position: sticky;
    overflow: visible;
  }

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

  .c07_icon_wrap {
    flex-direction: column;
  }

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

  .paragraph-5 {
    margin-bottom: 10px;
  }

  .paragraph-5.white.large {
    color: #fff;
  }

  .divider-4 {
    margin-bottom: 24px;
  }

  .logo-5 {
    filter: grayscale();
  }

  .divider-7 {
    height: 3px;
  }

  .icon-5 {
    margin-bottom: 0;
  }

  .divider-10 {
    margin-bottom: 24px;
  }

  .papers-grid {
    grid-row-gap: 10px;
  }

  .main-button:hover {
    background-color: #cadaff;
  }
}

@media screen and (max-width: 991px) {
  .section-item, .section-item.haze {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .wrapper-box {
    flex-direction: column;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
  }

  .wrapper-box.hor {
    text-align: center;
    flex-direction: column;
    max-width: 80%;
  }

  .wrapper-box.hor.reverse {
    flex-direction: column-reverse;
  }

  .panel-body-home.transparent {
    height: auto;
  }

  .tabs-vertical-tab-home, .tabs-vertical-tab-home.w--current {
    margin-bottom: 6px;
    margin-right: 0;
  }

  .divider {
    margin-right: 0;
  }

  .intro {
    padding-left: 8px;
    padding-right: 8px;
  }

  .tabs-vertical-menu-home {
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .heading-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .heading-box.security {
    margin-top: 54px;
  }

  .main-grid-3 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column-reverse;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    align-self: center;
    align-items: stretch;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .side-tabs-2 {
    flex-direction: column;
    flex: none;
    width: 100%;
    margin-top: 71px;
    margin-bottom: 27px;
    margin-right: 0;
  }

  .c09_icon_circle.lottie {
    inset: -91% 0% auto;
  }

  .c09_feature_wrap {
    justify-content: flex-start;
    max-width: 500px;
  }

  .side-tab-new {
    margin-top: 4px;
    margin-bottom: 4px;
    padding: 24px;
  }

  .h09 {
    padding: 90px 5%;
  }

  .customer_reviews-2 {
    flex-direction: column;
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .tab04_content {
    width: 100%;
  }

  .t02_slide-3 {
    width: 50%;
  }

  .card_site_reviews-2 {
    align-self: center;
    min-width: 260px;
  }

  .t02_slide_arrow_left-3 {
    max-width: 25px;
    display: none;
    left: -4%;
  }

  .tab04_tab-2 {
    margin-bottom: 10px;
  }

  .tab04_tab-2.w--current {
    width: 100%;
    margin-bottom: 15px;
  }

  .tab04_menu {
    margin-left: auto;
    margin-right: auto;
    padding: 10px;
    display: block;
  }

  .t02_slide_arrow_right-3 {
    max-width: 25px;
    display: none;
    right: -4%;
  }

  .faq01_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .faq01_block {
    min-width: auto;
    padding-left: 20px;
    padding-right: 50px;
  }

  .heading-wrapper {
    padding-left: 8px;
    padding-right: 8px;
  }

  .section-item-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .col-item-2 {
    padding-left: 0;
    padding-right: 40px;
  }

  .calculator-content {
    align-items: center;
    width: 100%;
    padding-right: 0;
  }

  .c02_block_image {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 55px;
    padding-right: 0;
    display: flex;
  }

  .c11_process_image {
    padding: 15px;
  }

  .c11_process_details {
    padding: 10px;
  }

  .c11_centre_block {
    width: 150px;
  }

  .c08_feature_wrap {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
  }

  .c08_column {
    width: 100%;
    min-height: auto;
    margin-bottom: 35px;
  }

  .t06_mask {
    width: 60%;
  }

  .p07_block {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p07_container {
    flex-flow: column wrap;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .p07_icon {
    margin-bottom: 10px;
  }

  .p07_column {
    width: auto;
  }

  .p07_column._2 {
    flex-direction: column;
    width: auto;
  }

  .p07_button, .p07_button_white {
    margin-left: auto;
    margin-right: auto;
  }

  .p07_block_03, .p07_block_02 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-link {
    color: #574b8a;
    background-color: #fff;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 16px 24px;
  }

  .nav-link:hover {
    background-color: #fff;
  }

  .nav-link.w--current {
    color: #574b8a;
  }

  .nav-dropdown-icon {
    color: #d1d1d1;
    margin-right: 24px;
    font-size: 15px;
    display: inline-block;
  }

  .dropdown-list.w--open {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    margin-top: -1px;
    margin-left: 0;
    padding: 0 16px 8px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-buttons {
    grid-column-gap: 12px;
  }

  .logo {
    height: 44px;
  }

  .menu-button {
    z-index: 99;
    background-color: #0000;
  }

  .menu-button.w--open {
    color: #574b8a;
    background-color: #0000;
  }

  .nav-menu {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .brand {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-bridge {
    display: none;
  }

  .nav-bar {
    height: 64px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown-link {
    color: #574b8a;
    padding-left: 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-dropdown-link:hover {
    background-color: #0000;
  }

  .nav-dropdown-link.w--current {
    color: #574b8a;
  }

  .dropdown-corner {
    display: none;
  }

  .nav-search-form {
    margin-top: 136px;
  }

  .modal-close-button {
    margin-top: 12px;
    margin-right: 12px;
  }

  .wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 8px;
    padding-right: 8px;
    display: block;
  }

  .wrapper-2.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-5 {
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
    display: flex;
  }

  .footer-bottom-2 {
    margin-left: 8px;
    margin-right: 8px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link-3 {
    color: #fff;
  }

  .nav-link-3:hover {
    border-radius: 0;
  }

  .nav-link-3.w--current {
    color: #fff;
  }

  .lp-footer-top-2 {
    margin-bottom: 0;
  }

  .logo-2 {
    max-width: 180px;
    height: auto;
  }

  .c01_container {
    flex-direction: row;
  }

  .c01_block {
    width: 100%;
    padding-right: 15px;
  }

  .c03_container {
    flex-flow: wrap-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .c03_block {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .c09_paragraph {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .c09_column_01 {
    padding-left: 0;
    padding-right: 0;
  }

  .c09_feature_wrap-2 {
    display: block;
  }

  .section-item-3, .section-item-3.haze {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .divider-3 {
    margin-right: 0;
  }

  .text-grey {
    text-align: justify;
  }

  .faq02_click_wrap {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

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

  .feature-icon-left {
    align-items: flex-start;
    margin-bottom: 15px;
    padding-right: 0;
  }

  .icon {
    width: 72px;
    margin-bottom: 12px;
  }

  .stucky-col-right {
    padding-left: 25px;
    padding-right: 10px;
  }

  .h_5 {
    font-size: 17px;
  }

  .stiky-cont {
    flex-direction: row;
    align-items: flex-start;
  }

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

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

  .pricing-v2-card {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-bottom: 50px;
  }

  .sticky-col_left {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 25px;
  }

  .fe06_card {
    margin-bottom: 40px;
  }

  .heading-text {
    text-align: center;
    font-size: 14px;
  }

  .service-card {
    flex-basis: 100%;
    width: 49%;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .service-card._2 {
    flex-basis: 47%;
  }

  .paragraph-2 {
    text-align: left;
    font-size: 14px;
    line-height: 170%;
  }

  .service-container {
    align-items: flex-start;
    margin-top: 0;
  }

  ._3s-wrapper {
    padding-left: 0%;
    padding-right: 0%;
  }

  .heading-box-2 {
    text-align: center;
    margin-bottom: 30px;
  }

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

  .section-item-4 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-wrapper-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

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

  .process_details {
    padding: 10px;
  }

  .centre_block {
    width: 150px;
  }

  .heading-box-3.padding.marg-bot {
    padding-left: 56px;
    padding-right: 56px;
  }

  .process_image {
    padding: 15px;
  }

  .img-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 40px;
  }

  .h1-box {
    align-self: center;
  }

  .img {
    flex: 0 auto;
  }

  .h1 {
    font-size: 44px;
  }

  .hero-cont {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .s4-sticky-col {
    flex-direction: column;
    align-items: stretch;
  }

  .logo-3 {
    width: 14vw;
  }

  .col-item {
    padding-right: 40px;
  }

  .col-item.sticky {
    margin-top: 34px;
  }

  .sticky-col_left-2 {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 25px;
  }

  .button-5.widget {
    width: 10vw;
    height: 4vw;
    font-size: 1.3vw;
  }

  .check-list_box {
    width: 100%;
    padding-top: 35px;
    padding-left: 0;
  }

  .section-box-3 {
    padding: 60px 5%;
  }

  .widget-col {
    flex-direction: column;
    display: flex;
  }

  .item-vidget {
    height: 10vw;
  }

  .number-rate {
    font-size: 1.3vw;
  }

  .sticky-section-2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .pricing-v2-card-2 {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-bottom: 50px;
  }

  ._404- {
    padding: 90px 5%;
  }

  .h1-box-404 {
    align-self: center;
  }

  .lottie-animation-3 {
    top: 23%;
  }

  .button-7 {
    display: inline-block;
  }

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

  .wrapper-6 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-block {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .lnd_image {
    width: auto;
  }

  .lnd_content_block {
    width: 100%;
  }

  .lnd_container {
    flex-direction: column;
    align-content: center;
  }

  .lnd_img_block {
    width: 100%;
    overflow: hidden;
  }

  .section-item-5, .section-item-5.haze {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .c04_button {
    position: relative;
  }

  .c04_block_right {
    width: 30%;
  }

  .c04_block {
    width: 70%;
  }

  .c04_button_link {
    position: absolute;
    inset: 0%;
  }

  .c04_column {
    padding-right: 15px;
  }

  .cta05_container {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cta05_title_wrap {
    text-align: center;
    width: 100%;
  }

  .cta05_button_wrap {
    align-items: center;
    display: flex;
  }

  .cta05_button {
    max-width: 280px;
    margin-bottom: 10px;
  }

  .card-writer-parent {
    flex-basis: 48%;
    width: 100%;
    max-width: 600px;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-item-6 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section-box-4 {
    padding: 60px 5%;
  }

  .links-page-parent {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-bottom: 50px;
  }

  .link-sticky-pbox {
    flex-direction: column;
    padding-left: 10px;
    padding-right: 25px;
  }

  .c07_paragraph {
    margin-left: 0;
    margin-right: 0;
  }

  .c07_button {
    background-color: #7540ee;
    position: relative;
  }

  .c07_button:hover {
    background-color: #6d3ae2;
  }

  .c07_column {
    width: 100%;
    margin-bottom: 10px;
  }

  .c07_icon_wrap {
    flex-direction: column;
  }

  .s2-wrapper {
    padding-left: 5%;
    padding-right: 5%;
  }

  .paragraph-5 {
    text-align: left;
    font-size: 14px;
    line-height: 170%;
  }

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

  .heading-box-4 {
    text-align: center;
    margin-bottom: 30px;
  }

  .html-embed {
    margin-top: 25px;
  }

  .wrapper-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-7.nav-bar-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-search-2 {
    margin-right: 12px;
  }

  .nav-dropdown-link-v2 {
    width: 100%;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-dropdown-link-v2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-v2.w--current {
    color: #452c48;
  }

  .nav-link-4 {
    background-color: #fff;
    border-radius: 0;
    margin-bottom: -1px;
    padding: 16px 24px;
  }

  .nav-link-4:hover {
    background-color: #fff;
  }

  .nav-link-4.w--current {
    color: #452c48;
  }

  .navigation-2 {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 0;
  }

  .modal-close-button-2 {
    margin-top: 12px;
    margin-right: 12px;
  }

  .search-mobile-form {
    margin-top: 136px;
  }

  .nav-menu-2 {
    background-color: #fff;
    border-bottom: 1px solid #e3e3e3;
    max-height: 90vh;
    margin-right: 0;
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
    overflow: scroll;
  }

  .nav-dropdown-icon-2 {
    color: #d1d1d1;
    margin-right: 24px;
    font-size: 15px;
  }

  .input {
    box-shadow: inset 0 0 #0000;
  }

  .menu-button-2 {
    z-index: 99;
    background-color: #0000;
  }

  .menu-button-2.w--open {
    color: #452c48;
    background-color: #0000;
  }

  .brand-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-dropdown-heading {
    display: none;
  }

  .dropdown-grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-header {
    display: none;
  }

  .dropdown-list-2.w--open {
    z-index: 1;
    background-color: #fff;
    border-radius: 0;
    margin-top: -1px;
    margin-left: 0;
    padding: 0 16px 8px;
    position: relative;
    box-shadow: 0 1px #ffffff1f;
  }

  .dropdown-list-2.components-list.w--open {
    width: 100%;
    margin-left: 0;
  }

  .nav-dropdown-link-2 {
    padding-left: 24px;
    padding-right: 24px;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
  }

  .nav-dropdown-link-2:hover {
    background-color: #0000;
  }

  .nav-dropdown-link-2.w--current {
    color: #452c48;
  }

  .nav-dropdown-link-2.dropdown-grid-link {
    margin-left: 0;
    margin-right: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .wrapper-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-8.pading {
    padding-bottom: 50px;
  }

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

  .testimonials-v3-2 {
    max-width: 88%;
    padding: 32px 48px;
  }

  .cards.writer-item {
    margin-bottom: 15px;
    display: block;
  }

  .testimonials-v3-nav-2 {
    bottom: 0;
  }

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

  .nav-buttons-2 {
    grid-column-gap: 12px;
  }

  .logo-4 {
    height: 44px;
  }

  .brand-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .service-card-2 {
    flex-basis: 100%;
    width: 49%;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .divider-4 {
    margin-right: 0;
  }

  .section-box-6 {
    padding: 60px 5%;
  }

  .faq01_block-2 {
    min-width: auto;
    padding-left: 20px;
    padding-right: 50px;
  }

  .service-container-3 {
    align-items: flex-start;
    margin-top: 0;
  }

  .service-card-3 {
    flex-basis: 49%;
    width: 49%;
    min-height: 300px;
    margin-top: 30px;
    margin-bottom: 0;
  }

  .divider-5 {
    margin-right: 0;
  }

  .pricing-v2-card-3 {
    flex: 0 auto;
    align-self: center;
    min-width: 350px;
    margin-bottom: 50px;
  }

  ._3s-wrapper-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .main-grid-4 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-2 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .intro-2.margin-bottom {
    margin-bottom: 64px;
  }

  .info {
    flex: none;
  }

  .pricing-v1-card {
    flex: 0 auto;
    width: 100%;
  }

  .mini-blocks {
    flex-flow: wrap;
    justify-content: flex-start;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .mini-block {
    margin-top: -1px;
    margin-left: -1px;
    padding: 8px 3%;
  }

  .mini-block-heading {
    margin-bottom: 4px;
    font-size: 17px;
    line-height: 24px;
  }

  .mini-block-description {
    font-size: 13px;
    line-height: 20px;
  }

  .logo-5 {
    height: 60px;
  }

  .logo-link {
    flex: none;
    margin: 12px;
  }

  .logo-link.faded {
    flex: 1;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .logotypes-2 {
    flex-flow: wrap;
    justify-content: center;
    padding: 24px 0;
  }

  .slider-nav {
    bottom: -9px;
  }

  .mini-blocks-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: stretch;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .testimonials-v5-slide {
    width: 100%;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonials-v5 {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

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

  .nwrapper {
    z-index: 2;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_block_right {
    width: 40%;
  }

  .tab03_block_left {
    width: 60%;
  }

  .tab03_tabs {
    top: 0;
  }

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

  .section {
    padding-top: 68px;
    padding-bottom: 68px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-card {
    padding: 5vw;
  }

  .icon-3 {
    width: 72px;
    margin-bottom: 12px;
  }

  .main-grid {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .wrapper-9 {
    padding-left: 8px;
    padding-right: 8px;
  }

  .link-5 {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 13px;
  }

  .intro-3.margin-bottom {
    margin-bottom: 64px;
  }

  .icon-box {
    width: 56px;
    height: 56px;
  }

  .feature-card-2 {
    border-radius: 16px;
    padding: 16px 16px 28px;
  }

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

  .post-header {
    padding: 24px;
  }

  .post-title {
    font-size: 30px;
  }

  .post-grid {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .post-sidebar {
    position: static;
  }

  .post-featured-title {
    text-align: center;
  }

  .featured-list {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .featured-link {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .featured-img {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100px;
  }

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

  .blog-title {
    font-size: 24px;
  }

  .blog-h1 {
    font-size: 46px;
  }

  .tab-link-3 {
    text-align: left;
    padding: 16px;
  }

  .tab-link-3.w--current {
    text-align: left;
  }

  .main-grid-5 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .tabs-horisontal-2 {
    margin-left: -16px;
    margin-right: -16px;
  }

  .intro-left {
    z-index: 2;
    text-align: center;
    align-items: center;
    position: relative;
  }

  .media-rounded {
    border-radius: 20px;
  }

  .divider-7 {
    margin-right: 0;
  }

  .media-decoration {
    border-radius: 32px;
    top: -24px;
    right: -24px;
  }

  .media-decoration.bottom-left {
    bottom: -24px;
    left: -24px;
  }

  .media-decoration.bottom-right {
    bottom: -24px;
    right: -24px;
  }

  .item-list {
    text-align: left;
  }

  .grid-4 {
    display: block;
  }

  .main-grid-6 {
    grid-column-gap: 16px;
    grid-row-gap: 64px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-image-medium {
    height: 27vw;
  }

  .dynamic-column {
    grid-row-gap: 40px;
  }

  .dynamic-column.margin-top {
    grid-row-gap: 32px;
    margin-top: 0;
  }

  .heading-margin-big.small {
    font-size: 20px;
  }

  .feature-card-3 {
    padding: 5vw;
  }

  .info-text.marg-top {
    font-size: 16px;
  }

  .grid-7 {
    grid-column-gap: 24px;
  }

  .reviews-list {
    grid-template-columns: 1fr 1fr;
  }

  .reviews-img {
    display: none;
  }

  .c02_block_image-2 {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding-top: 55px;
    padding-right: 0;
    display: flex;
  }

  .section-item-7 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .divider-10 {
    margin-right: 0;
  }

  .text-38.safe-title {
    text-align: center;
  }

  .btn.hero-cta-btn {
    position: relative;
  }

  .text-22.howit-tab-title {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 24px;
  }

  .foot-link {
    flex: none;
    align-self: auto;
    font-size: 15px;
  }

  .foot-link.foot-link_canada {
    opacity: 1;
    flex-wrap: nowrap;
    flex: 0 auto;
    align-self: auto;
    margin-right: 0;
    display: flex;
  }

  .hero-container {
    overflow: hidden;
  }

  .navbar-links.w--open {
    background-color: #f0f1fe;
    margin-top: 20px;
  }

  .navbar-link {
    background-color: #f0f1fe;
  }

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

  .hero-left {
    margin-bottom: 60px;
  }

  .hero-leaf-img {
    right: 56px;
  }

  .hero-calc-wrap {
    margin-left: auto;
    margin-right: auto;
    left: -8%;
  }

  .image-34 {
    z-index: 0;
    bottom: 29%;
    right: 63%;
    overflow: hidden;
    transform: rotate(-66deg);
  }

  .hero-bubble {
    position: relative;
    right: 10%;
  }

  .grid-11 {
    grid-column-gap: 0px;
  }

  .counters-block {
    text-align: center;
    padding-left: 14px;
    padding-right: 14px;
  }

  .counters-block.first {
    padding-right: 14px;
  }

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

  .benefits-block {
    width: auto;
    height: auto;
  }

  .tabs {
    width: 100%;
  }

  .papers-tab-wrap {
    padding: 30px;
  }

  .papers-grid {
    grid-column-gap: 20px;
  }

  .papers-list {
    margin-bottom: 0;
  }

  .papers-list-item {
    margin-bottom: 15px;
    line-height: 24px;
  }

  .papers-tab-bg-img {
    display: none;
  }

  .papers-tab-pane {
    width: 100%;
  }

  .features-grid {
    grid-column-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .features-left {
    margin-top: auto;
    margin-bottom: auto;
    display: block;
  }

  .tabs-2 {
    flex-direction: row;
  }

  .tabs-menu-2 {
    flex-direction: column;
    max-width: 50%;
    margin-right: 20px;
  }

  .howit-tab-link {
    justify-content: flex-start;
    align-items: stretch;
    padding: 16px 12px 12px;
  }

  .howit-tab-link.w--current {
    flex-direction: column;
    padding: 16px 12px 12px;
  }

  .tabs-content-4 {
    width: 50%;
  }

  .review-container {
    flex-direction: column;
  }

  .review-left {
    max-width: 100%;
    margin-bottom: 60px;
  }

  .review-right {
    width: 100%;
    max-width: 100%;
    max-height: 50vh;
    margin-left: 0;
  }

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

  .safe-block {
    margin-bottom: 60px;
  }

  .foot-top {
    flex-direction: column;
    align-items: center;
  }

  .foot-bottom {
    padding-top: 25px;
  }

  .foot-links {
    margin-left: 0;
  }

  .foot-nav-links {
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .foot-social-link {
    flex: none;
  }

  .writers-slider-arrow.left, .writers-slider-arrow.right {
    top: auto;
    bottom: -10%;
  }

  .slide-2 {
    max-height: 420px;
  }

  .mask-4 {
    height: 440px;
    overflow: hidden;
  }

  .image-36 {
    width: 101%;
    display: none;
  }

  .dropdown-list-wrap.w--open {
    border-style: none;
  }

  .foot-canada-link {
    flex-wrap: nowrap;
    flex: 0 20%;
  }

  .navbar-toggle-btn.w--open {
    color: #000;
    background-color: #0000;
  }

  .papers-tab-text {
    font-size: 14px;
  }

  .features-img {
    text-align: left;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .howit-tab-title-icon {
    height: auto;
    margin-right: 24px;
  }

  .howit-tab-pane {
    margin-left: auto;
    margin-right: auto;
  }

  .howit-tab-title {
    flex-direction: row;
    justify-content: flex-start;
  }

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

  .foot-social-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .foot-links-wrap {
    flex-wrap: wrap;
    flex: none;
    margin-bottom: 25px;
    display: flex;
  }

  .dropdown, .dropdown-2, .dropdown-toggle-btn {
    background-color: #f0f1fe;
  }

  .privacy-link-mob {
    color: #00056d;
    font-size: 14px;
  }

  .faq-left {
    margin-right: 40px;
  }

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

  .text-15.grey.marg-top-20 {
    max-width: none;
  }

  .price-button-container.marg-top-30 {
    justify-content: center;
  }

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

  .wrapper-10 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .heading-2 {
    font-size: 35px;
  }

  .main-button {
    padding-left: 18px;
    padding-right: 18px;
  }

  .right-side-price-container.bg {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
    padding: 35px;
  }

  .howit-tab-img {
    max-width: 100%;
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .par-padding._2 {
    text-align: center;
    max-width: 100%;
    display: flex;
  }

  .section-item {
    padding-left: 3%;
    padding-right: 3%;
  }

  .wrapper-box {
    max-width: 100%;
  }

  .wrapper-box.hor {
    max-width: 90%;
  }

  .panel-body-home.transparent {
    flex-direction: column;
  }

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

  .divider {
    margin-bottom: 20px;
  }

  .tabs-vertical-menu-home {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .heading-box.center {
    padding-left: 5%;
    padding-right: 5%;
  }

  .main-grid-3 {
    grid-row-gap: 48px;
    display: flex;
  }

  .side-tabs-2 {
    width: 100%;
    margin-right: 0;
  }

  .side-tab-new {
    text-align: left;
    flex-direction: row;
    align-items: flex-start;
  }

  .h09 {
    background-image: linear-gradient(to bottom, null, null), url('../images/image-15.jpg');
    background-position: 0 0, 50%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .tab04_tabs {
    flex-direction: column;
  }

  .t02_slide-3 {
    width: 100%;
  }

  .card_trustpilot-2 {
    display: block;
  }

  .tab04_menu {
    width: 100%;
    margin-right: 0;
  }

  .section-item-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .col-item-2 {
    flex-basis: 100%;
  }

  .image-24 {
    z-index: 5;
  }

  .calculator-content, .c02_block_image {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .c11_process_image {
    display: none;
  }

  .c11_process_card_02 {
    margin-bottom: 35px;
  }

  .c11_process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .c11_process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .c11_process_line {
    inset: 0% auto 0% 25px;
  }

  .c11_centre_block {
    width: 55px;
  }

  .t06_mask {
    width: 80%;
  }

  .t06_slider_nav._5 {
    right: -36%;
  }

  .t06_slider_nav._4 {
    right: -27%;
  }

  .t06_slider_nav._3 {
    right: -18%;
  }

  .t06_slider_nav._2 {
    right: -9%;
  }

  .p07_column {
    width: 100%;
  }

  .menu-icon {
    margin-left: 2px;
    margin-right: 2px;
  }

  .nav-link {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button.nav-button {
    display: none;
  }

  .nav-bar {
    height: 60px;
  }

  .nav-search-form {
    margin-top: 104px;
  }

  .modal-close-button {
    width: 36px;
    height: 36px;
  }

  .footer-bottom-right {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
    align-self: center;
  }

  .footer-bottom-left {
    text-align: center;
    flex: 0 auto;
    justify-content: center;
    width: 100%;
    margin-bottom: 12px;
  }

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

  .footer-brand-2.w--current {
    float: none;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: static;
  }

  .lp-footer-top-2 {
    padding-top: 40px;
    padding-bottom: 40px;
    display: block;
  }

  .image-12.cstm-lp-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .logo-2 {
    max-width: 180px;
    height: auto;
    margin-left: 0;
  }

  .c01_container {
    flex-direction: column;
  }

  .c03_google {
    margin-right: 15px;
  }

  .c03_apple {
    margin-left: 0;
  }

  .c09_column_02 {
    padding-left: 0;
  }

  .text-grey {
    text-align: justify;
  }

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

  .feature-icon-left {
    margin-bottom: 25px;
  }

  .icon {
    width: 64px;
  }

  .stucky-col-right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .stiky-cont {
    flex-direction: column;
    flex: 1;
  }

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

  .pricing-side-features {
    grid-template-columns: 1fr;
    display: block;
  }

  .sticky-col_left {
    width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    position: relative;
    top: 0;
  }

  .service-card {
    flex-basis: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .service-card._2 {
    flex-basis: 100%;
    margin-right: 15px;
  }

  .paragraph-2 {
    margin-bottom: 0;
  }

  .paragraph-2.white.large {
    font-size: 16px;
  }

  ._3s-wrapper {
    padding-left: 0%;
  }

  .section-item-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .process_card {
    flex-direction: row-reverse;
    margin-bottom: 35px;
    padding-bottom: 20px;
  }

  .process_details {
    justify-content: flex-start;
    width: 90%;
    min-height: auto;
    padding: 20px;
  }

  .process_card_02 {
    margin-bottom: 35px;
  }

  .process_line {
    margin-top: 48px;
    inset: 0% auto 0% 25px;
  }

  .centre_block {
    width: 55px;
  }

  .heading-box-3.padding.marg-bot {
    padding-left: 24px;
    padding-right: 24px;
  }

  .process_image {
    display: none;
  }

  .img-wrapper {
    width: 100%;
  }

  .h1 {
    font-size: 38px;
  }

  .hero-cont {
    flex-direction: column;
    padding-top: 0;
  }

  .logo-3 {
    width: 24vw;
    margin-left: 0;
  }

  .col-item {
    flex-basis: 100%;
  }

  .sticky-col_left-2 {
    width: 100%;
    max-height: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-right: 10px;
    position: relative;
    top: 0;
  }

  .button-5 {
    width: 100%;
  }

  .button-5.widget {
    width: 25vw;
    height: 7vw;
    font-size: 12px;
  }

  .item-logo {
    padding-left: 24px;
  }

  .item-number {
    padding-left: 0;
  }

  .button-box-2 {
    width: 100%;
  }

  .item-vidget {
    height: 12vw;
    padding-left: 10px;
    padding-right: 10px;
  }

  .number-rate {
    font-size: 12px;
  }

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

  ._404- {
    background-image: linear-gradient(to bottom, null, null), url('../images/image-15.jpg');
    background-position: 0 0, 50%;
    padding-left: 3%;
    padding-right: 3%;
  }

  .h1-box-404 {
    margin-top: 0;
  }

  .lottie-animation-3 {
    top: 15%;
  }

  .button-7 {
    display: inline-block;
  }

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

  .lnd_img_block {
    padding: 10px;
  }

  .c04_columns {
    margin-bottom: 0;
  }

  .c04_block_right {
    justify-content: flex-start;
    width: 100%;
    padding-bottom: 0;
  }

  .c04_block {
    width: 100%;
  }

  .c04_top {
    flex-direction: column;
  }

  .c04_column {
    margin-bottom: 15px;
  }

  .cta05_container {
    width: 100%;
  }

  .card-writer-parent {
    flex-basis: 70%;
  }

  .section-item-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-box-4 {
    padding-top: 0;
  }

  .links-page-parent {
    flex-direction: column;
    min-width: auto;
    display: flex;
  }

  .link-sticky-pbox {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .c07_image {
    margin-top: 55px;
  }

  .c07_container, .c07_icon_wrap {
    flex-direction: column;
  }

  .c07_block {
    width: 100%;
  }

  .s2-wrapper {
    padding-top: 30px;
  }

  .paragraph-5 {
    margin-bottom: 0;
  }

  .paragraph-5.white.large {
    font-size: 16px;
  }

  .search-mobile-button {
    background-image: url('../images/search.svg');
    width: 44px;
    height: 44px;
    margin-right: 12px;
  }

  .nav-input-wrapper {
    display: none;
  }

  .nav-link-4 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .button-8.nav-button {
    height: 44px;
    display: none;
  }

  .modal-close-button-2 {
    width: 36px;
    height: 36px;
  }

  .search-mobile-form {
    margin-top: 104px;
  }

  .logo-text {
    font-size: 21px;
    line-height: 24px;
  }

  .wrapper-8.pading {
    padding-left: 0;
    padding-right: 0;
  }

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

  .testimonials-v3-2 {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .testimonials-v3-nav-2 {
    bottom: -32px;
  }

  .team {
    display: block;
  }

  .testimonials-v3-button {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .testimonials-v3-button.right {
    right: -24px;
  }

  .logo-4 {
    height: 39px;
  }

  .testimonials-v3-button-2 {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .testimonials-v3-button-2.right {
    right: -24px;
  }

  .service-card-2 {
    flex-basis: 100%;
    min-height: auto;
    margin-bottom: 30px;
  }

  .testimonials-v3-button-3 {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .testimonials-v3-button-3.right {
    right: -24px;
  }

  .service-card-3 {
    flex-basis: 100%;
    min-height: auto;
  }

  ._3s-wrapper-2 {
    padding-left: 0%;
  }

  .main-grid-4 {
    grid-row-gap: 48px;
  }

  .accordion-header {
    min-height: 60px;
    padding: 12px 16px;
  }

  .intro-2.left.sticky {
    position: static;
  }

  .intro-2.margin-bottom {
    margin-bottom: 48px;
  }

  .accordion-card {
    margin-bottom: 12px;
  }

  .accordion-icon {
    width: 20px;
    margin-left: 1px;
    margin-right: 10px;
  }

  .accordion-heading {
    font-size: 17px;
    line-height: 24px;
  }

  .pricing-v1-tag {
    font-size: 40px;
    line-height: 48px;
  }

  .accordion-text {
    margin-left: 4px;
    margin-right: 4px;
    padding-bottom: 24px;
  }

  .pricing-v1-card {
    padding: 32px;
  }

  .mini-blocks {
    flex-wrap: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .slider-button {
    width: 48px;
    height: 48px;
    padding: 10px;
    left: -24px;
  }

  .slider-button.right {
    right: -24px;
  }

  .logo-link {
    margin: 4px 8px;
  }

  .logotypes-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-nav {
    font-size: 7px;
    bottom: 15px;
  }

  .mini-blocks-2 {
    flex-wrap: wrap;
    height: 130px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .testimonials-v5-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonials-v5 {
    margin-top: -8px;
    margin-bottom: -24px;
  }

  .card-heading.black {
    line-height: 26px;
  }

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

  .tab03_icon {
    width: 15px;
  }

  .tab03_menu {
    flex-wrap: wrap;
  }

  .tab03_block_right {
    width: 100%;
  }

  .tab03_block_left {
    width: 100%;
    padding-top: 15px;
  }

  .tab03_icon_wrap {
    width: 40px;
    height: 40px;
  }

  .tab03_tab_content {
    flex-direction: column;
    position: relative;
  }

  .tab03_h2 {
    font-size: 32px;
  }

  .tab03_title {
    font-size: 14px;
  }

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

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .icon-3 {
    width: 64px;
  }

  .main-grid {
    grid-row-gap: 48px;
  }

  .icon-4 {
    width: 20px;
  }

  .intro-3.margin-bottom {
    margin-bottom: 48px;
  }

  .icon-box {
    width: 52px;
    height: 52px;
  }

  .feature-card-2 {
    padding: 20px 20px 32px;
  }

  .div-block-128 {
    display: none;
  }

  .featured-list {
    grid-template-columns: 1fr;
  }

  .featured-link {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }

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

  .blog-list.col-2 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .blog-title {
    font-size: 20px;
  }

  .category-wrap {
    background-color: #fff;
    border-radius: 6px;
    flex-direction: column;
    padding-top: 8px;
    padding-bottom: 8px;
    overflow: hidden;
    box-shadow: 0 3px 9px #0000001c;
  }

  .category-list {
    flex-direction: column;
    align-items: stretch;
  }

  .category-link {
    box-shadow: none;
    border-radius: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .category-dropdown {
    flex-direction: column;
    align-items: stretch;
  }

  .category-toggle {
    justify-content: flex-start;
    padding: 8px 16px;
    font-size: 16px;
    display: flex;
  }

  .blog-h1 {
    font-size: 40px;
  }

  .tab-link-3 {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 12px;
    font-size: 13px;
    line-height: 16px;
  }

  .tab-link-3.w--current {
    text-align: center;
  }

  .main-grid-5 {
    grid-row-gap: 48px;
  }

  .tabs-horisontal-2 {
    margin-bottom: 40px;
  }

  .tab-icon-left {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .media-rounded {
    border-radius: 16px;
  }

  .grid-4 {
    display: block;
  }

  .main-grid-6 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-image-medium {
    height: 25vw;
  }

  .text-grey-3 {
    height: auto;
  }

  .dynamic-column {
    grid-row-gap: 32px;
  }

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

  .reviews {
    margin-left: 0;
    margin-right: 0;
  }

  .reviews-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .c02_block_image-2 {
    margin-bottom: 55px;
    padding-right: 0;
  }

  .divider-10 {
    margin-bottom: 0;
  }

  .text-38.prices-title, .text-18 {
    text-align: center;
  }

  .foot-link {
    flex: none;
  }

  .foot-link.last {
    margin-right: 0;
  }

  .foot-link.foot-link_canada {
    flex: none;
    margin-bottom: 15px;
  }

  .hero-right {
    margin-left: 0;
    padding-left: 40px;
    overflow: hidden;
  }

  .image-32 {
    top: 10px;
    left: 10px;
  }

  .hero-bubble {
    right: 10%;
  }

  .grid-11 {
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .counters-block {
    border-right-width: 0;
  }

  .counters-block.last {
    border-top: 1px #a9bcff;
    border-left-width: 1px;
    border-left-color: #a9bcff;
    padding-top: 14px;
  }

  .counters-block.first {
    border-bottom: 1px solid #a9bcff;
    border-right-width: 1px;
    padding-bottom: 14px;
  }

  .counters-block.second {
    border-bottom: 1px solid #a9bcff;
    padding-bottom: 14px;
  }

  .counters-block.third {
    border-right-width: 1px;
    padding-top: 14px;
  }

  .papers-tab-link {
    padding-left: 15px;
    padding-right: 15px;
  }

  .faq-column-left {
    margin-bottom: 15px;
    padding-right: 0;
  }

  .faq-column-right {
    padding-left: 0;
  }

  .writers-slide-flex-wrap {
    flex-direction: column;
  }

  .slide-2 {
    max-height: 100%;
  }

  .mask-4 {
    height: auto;
  }

  .writers-reviews-count {
    border-left-width: 0;
    justify-content: center;
  }

  .writers-finished-orders {
    text-align: center;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .writers-degree {
    justify-content: center;
    display: flex;
  }

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

  .image-37 {
    max-width: 202px;
  }

  .papers-tab-text {
    font-size: 12px;
    font-weight: 500;
  }

  .foot-links-wrap {
    place-content: stretch center;
    max-width: 100%;
  }

  .privacy-text {
    color: #fff;
    padding-top: 0;
    padding-bottom: 0;
  }

  .privacy-txt-mob {
    color: #191919;
    padding-left: 0;
    padding-right: 10px;
    font-family: Poppins, sans-serif;
    font-size: 12px;
    font-weight: 500;
    display: block;
  }

  .privacy-link {
    text-decoration: underline;
  }

  .close-cookies {
    background-color: #fff;
    background-image: url('../images/dme-cross.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: auto;
    border: 1px #7fc1eb;
    border-radius: 4px;
    width: 18px;
    height: 18px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: 5px;
    left: 5px;
  }

  .privacy-inner-mob {
    border-radius: 10px;
    align-items: center;
    max-width: 230px;
    display: flex;
  }

  .privacy-policy {
    max-width: 338px;
    display: flex;
    left: 20px;
  }

  .privacy-policy.hide {
    display: flex;
  }

  .policy-button {
    color: #fff;
  }

  .privacy-inner {
    display: none;
  }

  .policy-link {
    background-color: #353b4e;
    border-color: #fff;
  }

  .cookie-img {
    background-image: url('../images/ews-cookie.svg');
  }

  .privacy-txt {
    display: none;
  }

  .privacy-link-mob {
    color: #191919;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: 18.2px;
    text-decoration: underline;
  }

  .privacy-shadow {
    background-image: url('../images/shadow.svg');
    background-position: 0 0;
    background-size: auto;
    min-width: 230px;
    max-width: 230px;
    position: fixed;
    bottom: 15px;
    left: 5px;
  }

  .faq-left {
    margin-right: 10px;
  }

  .main-button {
    flex: 1;
    margin-right: 0;
  }

  .main-button.right-auto {
    text-align: center;
    flex: 1;
  }

  .right-side-price-container.bg {
    background-repeat: repeat;
    background-size: auto;
    margin-top: 20px;
    padding-top: 35px;
    padding-left: 35px;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    font-size: 23px;
  }

  .par-padding {
    text-align: left;
    max-width: 100%;
    margin-bottom: 20px;
  }

  .section-item {
    padding-left: 3%;
    padding-right: 3%;
  }

  .section-item.haze.first {
    padding-top: 40px;
  }

  .panel {
    border-radius: 6px;
  }

  .button-3 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .panel-body-home {
    background-color: #fff;
    padding: 15px;
    font-weight: 400;
  }

  .panel-body-home.transparent {
    height: auto;
    padding-left: 0;
  }

  .tabs-vertical-tab-home {
    margin-bottom: 6px;
    margin-right: 6px;
    padding-left: 6px;
    padding-right: 6px;
  }

  .tabs-vertical-tab-home:hover {
    color: #fff;
    background-color: #ffffff80;
  }

  .tabs-vertical-tab-home.w--current {
    background-color: #fff;
  }

  .tabs-vertical-tab-home.w--current:hover {
    color: #333;
  }

  .grid-list._3 {
    grid-template-columns: 1fr 1fr;
  }

  .divider {
    margin-bottom: 20px;
  }

  .intro {
    margin-left: auto;
  }

  .tabs-vertical-menu-home {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

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

  .heading-box.center {
    padding-left: 0%;
    padding-right: 0%;
  }

  .tabs-wrpaeer {
    flex-direction: row;
    width: 100%;
    display: block;
  }

  .c09_feature_column_85 {
    padding-left: 15px;
  }

  .c09_h4 {
    width: auto;
    font-size: 16px;
  }

  .main-grid-3 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: flex-start;
    align-self: stretch;
    align-items: center;
    display: block;
  }

  .side-tabs-2 {
    align-self: center;
    min-height: auto;
    margin-top: 0;
    margin-bottom: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .c09_icon_circle {
    margin-bottom: 15px;
  }

  .c09_icon_circle.lottie {
    top: -123%;
    left: 34%;
  }

  .c09_feature_wrap {
    flex-direction: row;
    max-width: 100%;
  }

  .side-tab-new {
    flex-direction: row;
    width: 100%;
    padding: 14px 16px;
  }

  .side-tab-new.w--current {
    flex-direction: row;
    flex: none;
    align-self: stretch;
    padding: 14px 15px;
  }

  .h09 {
    color: #fff;
    background-image: linear-gradient(#00000073, #00000073), url('../images/graduate-with-papers-and-laptop-excited-about-getting-job-4560150-1.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    height: auto;
    padding-left: 8%;
    padding-right: 8%;
  }

  .t02_slider-3 {
    height: 100%;
    max-height: 220px;
    overflow: visible;
  }

  .t02_slide-3 {
    width: 100%;
    height: auto;
  }

  .card_site_reviews-2 {
    min-width: auto;
  }

  .t02_mask-3 {
    max-width: none;
    max-height: 220px;
    overflow: hidden;
  }

  .header_ratings-2 {
    flex-direction: column;
  }

  .card_trustpilot-2 {
    max-height: 200px;
  }

  .tab04_menu {
    margin-right: 0;
  }

  .faq01_click_wrap {
    height: auto;
  }

  .faq01_block {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .heading-wrapper {
    margin-left: auto;
  }

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

  .faq01_paragraph {
    margin-left: 15px;
  }

  .col-item-2 {
    padding: 0;
  }

  .image-24 {
    z-index: 5;
    height: 40vh;
    display: none;
    inset: auto 0% 0;
  }

  .link-block-2 {
    margin-top: 40px;
  }

  .button-2 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .calculator-content {
    text-align: left;
  }

  .c02_block_image {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .c11_process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .t06_card {
    padding: 15px;
  }

  .t06_slider {
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_mask {
    width: 100%;
  }

  .t06_slider_nav {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .t06_slider_nav._5, .t06_slider_nav._4, .t06_slider_nav._3, .t06_slider_nav._2 {
    right: 0%;
  }

  .p07_column._2 {
    padding-left: 5%;
  }

  .big-form-icon {
    display: none;
  }

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

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

  .nav-buttons {
    grid-column-gap: 0px;
    justify-items: center;
    width: 100%;
  }

  .logo {
    width: 79px;
    height: auto;
  }

  .button.ghost {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 15px;
  }

  .nav-menu {
    width: 100%;
  }

  .brand {
    width: 130px;
  }

  .nav-dropdown-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrapper-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-bottom-2 {
    flex-wrap: wrap;
  }

  .div-block-23 {
    flex-direction: column;
    display: flex;
  }

  .footer-brand-2 {
    align-self: stretch;
    margin-bottom: 32px;
  }

  .lp-footer-top-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-self: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
  }

  .image-12 {
    margin-bottom: 0;
    margin-right: auto;
  }

  .logo-2 {
    flex: 1;
    height: auto;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .c01.blue.white.no-padding {
    padding-bottom: 0;
  }

  .c03_google {
    margin-bottom: 15px;
  }

  .c03_app_wrap {
    flex-direction: column;
  }

  .c03_apple {
    margin-left: 0;
  }

  .c09_feature_wrap-2 {
    flex-direction: column;
  }

  .c09_feature_column_85-2 {
    padding-left: 10px;
  }

  .text-grey {
    text-align: justify;
  }

  .faq02_block {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .heading-13 {
    font-size: 52px;
  }

  .feature-icon-left {
    flex-direction: column;
    padding-right: 0;
    display: flex;
  }

  .icon {
    width: 72px;
  }

  .stucky-col-right {
    width: 100%;
    padding-left: 0;
  }

  .button-4 {
    padding-left: 18px;
    padding-right: 18px;
  }

  .pricing-v2-card-info {
    padding-left: 40px;
    padding-right: 40px;
  }

  .stiky-cont {
    flex-direction: column;
  }

  .info-right {
    margin-top: 7px;
    padding-left: 0;
  }

  .sticky-section {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-side-features {
    grid-template-columns: 1fr;
    display: block;
  }

  .pricing-v2-card {
    min-width: auto;
    padding-bottom: 40px;
  }

  .sticky-col_left {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .paragraph {
    font-size: 16px;
    line-height: 170%;
  }

  .service-card {
    width: 100%;
    margin-top: 60px;
  }

  .paragraph-2.white.large {
    font-size: 14px;
  }

  .section-item-4 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-wrapper-2 {
    margin-left: auto;
  }

  .wrapper.navbar-wrapper {
    padding-left: 10px;
    padding-right: 0;
  }

  .wrapper.prices-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .process_details {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
  }

  .heading-box-3.padding.marg-bot {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-button-box {
    justify-content: center;
    width: 100%;
  }

  .h15_button_main {
    flex-direction: row;
    align-self: stretch;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .h1 {
    font-size: 28px;
  }

  .paragraph-3 {
    font-size: 21px;
    line-height: 136%;
  }

  .s4-sticky-col {
    margin-bottom: 30px;
  }

  .logo-3 {
    width: 100px;
    margin-left: 0;
  }

  .col-item {
    padding: 0;
  }

  .col-item.sticky {
    padding-bottom: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sticky-col_left-2 {
    width: 100%;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .button-5 {
    flex-direction: row;
    align-self: stretch;
    align-items: stretch;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-5.widget {
    align-items: center;
    width: 100px;
    height: 40px;
    margin-right: 10px;
  }

  .item-logo {
    padding-left: 0;
  }

  .check-list_box {
    align-items: stretch;
  }

  .button-box-2 {
    flex-direction: column;
    align-items: stretch;
    min-width: 100%;
  }

  .item-button {
    padding: 0;
  }

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

  .item-vidget {
    height: 80px;
  }

  .sticky-section-2 {
    padding-left: 0%;
    padding-right: 0%;
  }

  .pricing-v2-card-2 {
    min-width: auto;
    padding-bottom: 40px;
  }

  .pricing-v2-card-info-2 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-17 {
    font-size: 39px;
    line-height: 120%;
  }

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

  ._404- {
    color: #fff;
    height: 600px;
    min-height: 1050px;
  }

  .h1-box-404 {
    margin-top: 0;
  }

  .lottie-animation-3 {
    width: 530px;
    height: 600px;
    left: -32%;
  }

  .utility-page-content-2 {
    width: 100%;
  }

  .button-7 {
    display: inline-block;
  }

  .button-parent.nav.haze {
    display: none;
  }

  .button-parent.nav.haze.mobile {
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

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

  .wrapper-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .lnd_img_block {
    margin-bottom: 35px;
    padding: 0;
  }

  .section-item-5 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .t06_slider_nav-2 {
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta05_container {
    padding-left: 0;
  }

  .cta05_h1 {
    font-size: 36px;
  }

  .card-writer-parent {
    flex-basis: 100%;
  }

  .text-block-76 {
    font-size: 13px;
  }

  .section-item-6 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .card-info-box {
    left: -10px;
  }

  .card-info-box.right {
    left: 10px;
  }

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

  .links-page-parent {
    text-align: left;
    flex: 0 auto;
    margin-left: 0;
    padding-bottom: 40px;
  }

  .link-sticky-pbox {
    width: 50%;
    max-height: 150px;
    margin-top: 0;
    position: relative;
    top: 0;
  }

  .c07_column, .c07_block {
    padding-right: 0;
  }

  .s2-wrapper {
    padding-top: 0;
  }

  .paragraph-5.white.large {
    font-size: 14px;
  }

  .html-embed {
    width: 100%;
    margin-top: 40px;
  }

  .nav-link-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-2 {
    width: 100%;
  }

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

  .input {
    min-width: 0;
  }

  .nav-dropdown-link-2, .nav-dropdown-link-2.dropdown-grid-link {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-32 {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .item-heading {
    text-align: left;
    font-size: 19px;
  }

  .item-heading.bottom-margin-small {
    text-align: center;
  }

  .writer-info-2 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-card-2-2 {
    width: 100%;
    margin-top: 20px;
  }

  .mask-3 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .body-text-2 {
    text-align: left;
  }

  .body-text-2.no-margin {
    color: #151515;
    text-align: left;
  }

  .heading-writers-2 {
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .team-v1-social-2 {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 20px;
  }

  .avatar {
    width: 80px;
    height: 80px;
    margin-right: 0;
  }

  .testimonials-v3-2 {
    border-radius: 12px;
    width: 100%;
    max-width: none;
    padding: 0;
  }

  .stars-absolute {
    width: 240px;
    margin-top: 8px;
    position: relative;
    inset: 0 0% auto auto;
  }

  .name {
    flex-direction: column;
    align-items: center;
    margin-top: 10px;
    display: flex;
  }

  .testimonials-v3-nav-2 {
    display: block;
    bottom: 87px;
  }

  .team-v1-bio-2 {
    text-align: center;
  }

  .team {
    display: block;
  }

  .testimonials-v3-button {
    display: block;
    position: relative;
    inset: 70px 0% 0% -10%;
  }

  .testimonials-v3-button.right {
    position: relative;
    top: 22px;
    left: 10%;
    right: 0;
  }

  .nav-buttons-2 {
    grid-column-gap: 0px;
    justify-items: center;
    width: 100%;
  }

  .logo-4 {
    flex: 0 auto;
  }

  .brand-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .writer-info-3 {
    text-align: center;
    flex-direction: column;
    flex: 0 auto;
    align-self: auto;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .button-card-2-3 {
    width: 100%;
    margin-top: 20px;
  }

  .testimonials-v3-button-2 {
    display: block;
    position: relative;
    inset: 70px 0% 0% -10%;
  }

  .testimonials-v3-button-2.right {
    position: relative;
    top: 22px;
    left: 10%;
    right: 0;
  }

  .heading-writers-3 {
    text-align: left;
    flex-direction: column;
    flex: 1;
    align-self: auto;
    width: 100%;
    display: flex;
  }

  .service-card-2 {
    width: 100%;
    margin-top: 60px;
  }

  .testimonials-v3-button-3 {
    display: block;
    position: relative;
    inset: 70px 0% 0% -10%;
  }

  .testimonials-v3-button-3.right {
    position: relative;
    top: 22px;
    left: 10%;
    right: 0;
  }

  .button-card-2-4 {
    width: 100%;
    margin-top: 20px;
  }

  .faq01_block-2 {
    flex-direction: column;
    align-items: flex-start;
    min-width: auto;
    padding-left: 15px;
  }

  .service-card-3 {
    width: 100%;
    margin-top: 60px;
  }

  .button-card-2-5 {
    width: 100%;
    margin-top: 20px;
  }

  .pricing-v2-card-3 {
    min-width: auto;
    padding-bottom: 40px;
  }

  .main-grid-4 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .intro-2.left.sticky {
    text-align: center;
    align-items: center;
  }

  .mini-blocks {
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-bottom: 0;
    display: block;
    top: -17px;
    right: 11%;
  }

  .mini-block {
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    box-shadow: 0 1px #e3e3e3;
  }

  .slider-button {
    display: none;
  }

  .logo-link {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .logotypes-2 {
    flex-wrap: wrap;
    justify-content: center;
  }

  .mini-blocks-2 {
    flex-direction: column;
    width: 100%;
    height: 130px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .testimonials-v5-slide {
    padding-left: 0%;
    padding-right: 0%;
  }

  .testimonials-v5 {
    padding-bottom: 56px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .nh2 {
    display: inline-block;
  }

  .tab03_tab_link {
    width: 50%;
  }

  .tab03_menu {
    justify-content: space-between;
    align-items: center;
  }

  .tab03_arrow_wrap {
    display: none;
  }

  .tab03_tabs {
    margin-top: 35px;
  }

  .container-small {
    padding-left: 16px;
    padding-right: 16px;
  }

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

  .container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section.purple.hero {
    padding: 60px 0;
  }

  .section.purple.navbar {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .feature-card {
    padding: 10vw;
  }

  .icon-3 {
    width: 72px;
  }

  .main-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .column-7 {
    padding-left: 0;
  }

  .div-block-128 {
    display: none;
  }

  .image-28 {
    height: 40px;
  }

  .div-block-129 {
    align-items: center;
  }

  .featured-list {
    grid-template-columns: 1fr;
  }

  .featured-link {
    grid-column-gap: 10px;
  }

  .blog-h1 {
    font-size: 36px;
  }

  .tab-link-3 {
    padding: 12px;
  }

  .main-grid-5 {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .tabs-horisontal-2 {
    border-bottom-style: none;
  }

  .media-decoration {
    border-radius: 28px;
    top: -16px;
    right: -16px;
  }

  .media-decoration.bottom-left {
    bottom: -16px;
    left: -16px;
  }

  .media-decoration.bottom-right {
    bottom: -16px;
    right: -16px;
  }

  .item-heading-2 {
    text-align: left;
    font-size: 19px;
  }

  .item-price {
    text-align: right;
    font-size: 16px;
  }

  .item-list {
    text-align: left;
    font-size: 16px;
  }

  .grid-4 {
    display: block;
  }

  .text-right {
    font-size: 12px;
  }

  .main-grid-6 {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .feature-image-medium {
    width: 100%;
    height: auto;
  }

  .feature-card-3 {
    padding: 10vw;
  }

  .info-2 {
    width: 100%;
  }

  .contact-item {
    flex-direction: column;
  }

  .icon-5.big.margin-right {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .reviews-list {
    grid-template-columns: 1fr;
  }

  .paragraph-12 {
    text-align: left;
  }

  .c02_block_image-2 {
    margin-bottom: 0;
    padding-top: 15px;
  }

  .section-item-7 {
    padding-left: 3%;
    padding-right: 3%;
  }

  .column-8 {
    padding-left: 0;
  }

  .text-38 {
    font-size: 24px;
    line-height: 36px;
  }

  .text-38.features-title {
    text-align: center;
    font-size: 24px;
    line-height: 36px;
  }

  .text-38.review-title {
    text-align: center;
  }

  .text-38.safe-title {
    font-size: 26px;
    line-height: 38px;
  }

  .text-18.safe-text, .text-18.review-description {
    text-align: center;
  }

  .text-18.prices-description {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-20.hero-description {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
  }

  .text-16.howit-tab-text {
    max-width: 100%;
  }

  .text-16.prices-paper-type {
    margin-left: 7px;
  }

  .btn.btn_transparent.login-btn {
    width: 65px;
    height: 28px;
    margin-right: 5px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .btn.signup-btn {
    width: 65px;
    height: 28px;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 12px;
  }

  .btn.hero-cta-btn, .btn.features-btn {
    margin-left: auto;
    margin-right: auto;
  }

  .text-22.reasons-title {
    font-size: 18px;
    line-height: 24px;
  }

  .foot-link {
    margin-bottom: 10px;
    margin-right: 0;
  }

  .foot-link.foot-link_canada {
    flex-direction: row;
    align-items: stretch;
    margin-bottom: 0;
  }

  .hero-container {
    margin-top: 0;
  }

  .navbar {
    align-items: center;
    height: 70px;
    display: block;
  }

  .navbar-container {
    max-width: 100%;
  }

  .navbar-container.w--open {
    background-color: #f0f1fe;
  }

  .navbar-logo-wrap {
    padding-left: 0;
  }

  .navbar-auth-wrap {
    justify-content: flex-start;
    margin-left: 10px;
    margin-right: 0;
    display: flex;
  }

  .navbar-auth-wrap.in-dropdown {
    justify-content: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .navbar-link {
    background-color: #f0f1fe;
  }

  .hero-grid {
    max-width: 100%;
  }

  .hero-left {
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
  }

  .hero-right {
    z-index: 1;
    flex-direction: column;
    max-width: 100%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    padding-top: 120px;
    padding-left: 0;
    overflow: hidden;
  }

  .text-52.hero-h1 {
    text-align: center;
    font-size: 42px;
    line-height: 62px;
    display: block;
    overflow: visible;
  }

  .hero-leaf-img {
    top: -1%;
    left: 4px;
    overflow: visible;
  }

  .hero-star-img {
    top: 6%;
    bottom: auto;
    left: 0%;
  }

  .hero-calc-wrap {
    object-fit: none;
    margin-left: auto;
    margin-right: auto;
    left: -1%;
  }

  .image-32 {
    display: block;
    top: 4px;
    left: auto;
    right: 10px;
  }

  .html-embed-2 {
    overflow: visible;
  }

  .image-33 {
    display: block;
    left: -3%;
  }

  .hero-bubble {
    z-index: 5;
    max-height: 202px;
    margin-left: 38px;
    position: relative;
    inset: auto auto auto 0%;
    overflow: visible;
  }

  .counters-number {
    font-size: 32px;
  }

  .counters-description {
    font-size: 14px;
  }

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

  .papers-tab-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .papers-grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .papers-grid.papers-grid-3col {
    grid-template-columns: 1fr 1fr;
  }

  .features-right {
    margin-bottom: 40px;
  }

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

  .tabs-menu-2 {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }

  .tabs-content-4 {
    width: 100%;
    margin-top: 20px;
  }

  .review-meta {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 25px;
  }

  .review-meta-authors {
    padding-left: 0;
  }

  .review-meta-authors.first {
    border-right-style: none;
    border-right-width: 1px;
  }

  .review-meta-date {
    padding-left: 0;
  }

  .review-block-wrap {
    margin-right: 0;
  }

  .review-bg-img {
    display: none;
  }

  .faq-grid {
    grid-template-rows: auto;
  }

  .text-14-medium-2 {
    margin-right: 15px;
  }

  .reasons-grid {
    grid-template-rows: auto auto auto auto;
  }

  .reasons-block-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .reasons-title-wrap {
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }

  .reasons-icon {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .safe-block {
    text-align: center;
    margin-bottom: 20px;
  }

  .foot-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .foot-copy {
    text-align: center;
    margin-bottom: 25px;
  }

  .foot-payment-block {
    width: 68px;
    height: 40px;
  }

  .foot-payment-icon {
    width: 25px;
    height: 25px;
  }

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

  .writers-slide-right {
    padding: 24px 12px;
  }

  .writers-slider-arrow.left, .writers-slider-arrow.right {
    bottom: -8%;
  }

  .writers-success-rate {
    padding-bottom: 8px;
    padding-right: 8px;
  }

  .writers-reviews-count {
    padding-bottom: 8px;
    padding-left: 8px;
  }

  .writers-finished-orders {
    padding-top: 8px;
    padding-right: 8px;
  }

  .writers-degree {
    padding-top: 8px;
    padding-left: 8px;
  }

  .writers-colored-text {
    margin-right: 10px;
  }

  .div-block-135 {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .writers-review-block, .writers-review-user {
    text-align: center;
  }

  .features-img {
    width: auto;
    height: auto;
  }

  .foot-logo {
    margin-bottom: 40px;
  }

  .foot-links-wrap {
    flex-direction: column;
    flex: 1;
    justify-content: center;
    align-self: auto;
    align-items: center;
  }

  .navbar-logo-img {
    width: 100px;
    height: auto;
    display: block;
  }

  .dropdown, .dropdown-2 {
    background-color: #f0f1fe;
  }

  .privacy-policy {
    left: 10px;
  }

  .grid-12 {
    flex-direction: column;
  }

  .faq-left {
    width: 100%;
    margin-right: 0;
  }

  .faq-right {
    width: 100%;
  }

  .text-16-2.medium.grey {
    display: flex;
  }

  .text-16-2.medium.grey.marg-left-5 {
    margin-left: 10px;
  }

  .price-button-container.marg-top-30 {
    flex-direction: column;
  }

  .price-container {
    width: 50%;
  }

  .section-4 {
    padding: 40px 16px;
  }

  .wrapper-10 {
    margin-left: 0;
    margin-right: 0;
  }

  .name-price-container {
    justify-content: flex-start;
    align-items: center;
    width: 50%;
  }

  .heading-2 {
    text-align: left;
    margin-bottom: 0;
    font-size: 32px;
  }

  .main-button {
    text-align: center;
    font-size: 14px;
  }

  .main-button.right-auto {
    margin-right: 0;
  }

  .right-side-price-container.bg {
    padding-left: 14px;
    padding-right: 14px;
  }

  .howit-tab-img {
    width: 100vw;
  }
}

#w-node-_84ead1de-ecda-f378-ad85-2e321dccc3b8-b36bf7ba {
  align-self: start;
}

#w-node-_836c8a3c-2c5e-9d1c-299d-d3be69994d08-01d51da7 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_836c8a3c-2c5e-9d1c-299d-d3be69994d0e-01d51da7, #w-node-_836c8a3c-2c5e-9d1c-299d-d3be69994d23-01d51da7 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-e313a66b-b27e-bf60-6fee-a10d26d4f9f0-65d359a0, #w-node-e313a66b-b27e-bf60-6fee-a10d26d4fa0c-65d359a0, #w-node-e313a66b-b27e-bf60-6fee-a10d26d4fa28-65d359a0, #w-node-e313a66b-b27e-bf60-6fee-a10d26d4f999-65d359a0, #w-node-e313a66b-b27e-bf60-6fee-a10d26d4f9b5-65d359a0, #w-node-e313a66b-b27e-bf60-6fee-a10d26d4f9d2-65d359a0 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e5a-e2d51da8, #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e66-e2d51da8, #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e72-e2d51da8, #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e7e-e2d51da8, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc50468-6dd51da9, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc50474-6dd51da9, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc50480-6dd51da9, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc5048c-6dd51da9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_33df78dc-b521-4797-f0ab-c27fd4031c36-88d51daa {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_33df78dc-b521-4797-f0ab-c27fd4031c3c-88d51daa, #w-node-_33df78dc-b521-4797-f0ab-c27fd4031c58-88d51daa {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-ef9099ee-1f1e-07a9-8cf1-1e249228560e-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e249228562a-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e2492285646-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e2492285664-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e2492285680-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e249228569c-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e24922856ba-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e24922856d6-34d51db8, #w-node-ef9099ee-1f1e-07a9-8cf1-1e24922856f2-34d51db8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: auto;
}

#w-node-_730ba842-c1c3-0991-ac18-1279feeed720-2bd51dbb, #w-node-_730ba842-c1c3-0991-ac18-1279feeed72c-2bd51dbb, #w-node-_730ba842-c1c3-0991-ac18-1279feeed738-2bd51dbb, #w-node-_730ba842-c1c3-0991-ac18-1279feeed744-2bd51dbb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6640be56-0a98-f178-18f0-9958a3f84ff6-5ed51dbc {
  grid-area: 1 / 9 / 2 / 13;
  align-self: start;
}

#w-node-_6640be56-0a98-f178-18f0-9958a3f84ffd-5ed51dbc, #w-node-_6640be56-0a98-f178-18f0-9958a3f85019-5ed51dbc {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-aeafc23d-d969-1903-c3ca-d85b438fbd7b-438fbd79, #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd87-438fbd79, #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd93-438fbd79, #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd9f-438fbd79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4fdd1f2-66da-669b-8bfe-ac8d61abb33f-f1d51dbf {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-e4fdd1f2-66da-669b-8bfe-ac8d61abb37b-f1d51dbf {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18b8-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18c2-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18cc-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18d6-98d51dc0 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-96d51dc8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-96d51dc8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-96d51dc8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-96d51dc8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-96d51dc8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-96d51dc8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-96d51dc8 {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-96d51dc8 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc07903-96d51dc8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-96d51dc8 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-96d51dc8 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705c4-96d51dc8, #w-node-be34e6c0-6107-b80c-2bbd-8279152705da-96d51dc8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-5dd51dca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-5dd51dca {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-5dd51dca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-5dd51dca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-5dd51dca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-5dd51dca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-5dd51dca {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-5dd51dca {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc07903-5dd51dca {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-5dd51dca {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-5dd51dca {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705c4-5dd51dca, #w-node-be34e6c0-6107-b80c-2bbd-8279152705da-5dd51dca {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-9fd51dcb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-9fd51dcb {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-9fd51dcb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-9fd51dcb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-9fd51dcb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-9fd51dcb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-9fd51dcb {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-9fd51dcb {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc07903-9fd51dcb {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-9fd51dcb {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-9fd51dcb {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705c4-9fd51dcb, #w-node-be34e6c0-6107-b80c-2bbd-8279152705da-9fd51dcb {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-ead51dcc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: stretch;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-ead51dcc {
  grid-area: span 1 / span 6 / span 1 / span 6;
  align-self: start;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-ead51dcc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-ead51dcc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-ead51dcc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-ead51dcc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-ead51dcc {
  grid-area: span 1 / span 5 / span 1 / span 5;
  align-self: center;
}

#w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-ead51dcc {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc07903-ead51dcc {
  grid-area: span 1 / span 3 / span 1 / span 3;
  align-self: end;
}

#w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-ead51dcc {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-ead51dcc {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-be34e6c0-6107-b80c-2bbd-8279152705c4-ead51dcc, #w-node-be34e6c0-6107-b80c-2bbd-8279152705da-ead51dcc {
  grid-area: span 1 / span 4 / span 1 / span 4;
  align-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_89f25620-4f16-1bc6-cea7-0894079a00e7-b36bf7ba {
    order: 9999;
  }

  #w-node-_836c8a3c-2c5e-9d1c-299d-d3be69994d08-01d51da7 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e5a-e2d51da8, #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e66-e2d51da8, #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e72-e2d51da8, #w-node-_31028d97-a4ec-0c0a-d7a5-ce863b734e7e-e2d51da8, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc50468-6dd51da9, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc50474-6dd51da9, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc50480-6dd51da9, #w-node-e2651f69-f3ea-80b5-fe8e-20534dc5048c-6dd51da9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_33df78dc-b521-4797-f0ab-c27fd4031c36-88d51daa {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_730ba842-c1c3-0991-ac18-1279feeed720-2bd51dbb, #w-node-_730ba842-c1c3-0991-ac18-1279feeed72c-2bd51dbb, #w-node-_730ba842-c1c3-0991-ac18-1279feeed738-2bd51dbb, #w-node-_730ba842-c1c3-0991-ac18-1279feeed744-2bd51dbb {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6640be56-0a98-f178-18f0-9958a3f84ff6-5ed51dbc {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd7b-438fbd79, #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd87-438fbd79, #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd93-438fbd79, #w-node-aeafc23d-d969-1903-c3ca-d85b438fbd9f-438fbd79 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e4fdd1f2-66da-669b-8bfe-ac8d61abb33f-f1d51dbf {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18b8-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18c2-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18cc-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18d6-98d51dc0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_5417465d-3102-e750-f51a-ab39c94dc002-8dd51dc4, #w-node-_59aa4de5-e04e-b018-355f-efed2d549c89-a6d51dc5, #w-node-_6aeec242-edc9-4b11-2476-c108dc674b9e-46d51dc7 {
    place-self: end stretch;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-96d51dc8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-96d51dc8 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-96d51dc8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-96d51dc8 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-96d51dc8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-96d51dc8 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-96d51dc8 {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-96d51dc8 {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-96d51dc8 {
    grid-area: 1 / 1 / 3 / 1;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-96d51dc8 {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-5dd51dca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-5dd51dca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-5dd51dca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-5dd51dca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-5dd51dca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-5dd51dca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-5dd51dca {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-5dd51dca {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-5dd51dca {
    grid-area: 1 / 1 / 3 / 1;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-5dd51dca {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-9fd51dcb {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-9fd51dcb {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-9fd51dcb {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-9fd51dcb {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-9fd51dcb {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-9fd51dcb {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-9fd51dcb {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-9fd51dcb {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-9fd51dcb {
    grid-area: 1 / 1 / 3 / 1;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-9fd51dcb {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-ead51dcc {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-ead51dcc {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-ead51dcc {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-ead51dcc {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-ead51dcc {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-ead51dcc {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-ead51dcc {
    grid-area: 2 / 2 / 3 / 8;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-ead51dcc {
    grid-area: 1 / 2 / 2 / 8;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-ead51dcc {
    grid-area: 1 / 1 / 3 / 1;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-ead51dcc {
    grid-area: 1 / 6 / 2 / 9;
    align-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_836c8a3c-2c5e-9d1c-299d-d3be69994d08-01d51da7, #w-node-_33df78dc-b521-4797-f0ab-c27fd4031c36-88d51daa, #w-node-_6640be56-0a98-f178-18f0-9958a3f84ff6-5ed51dbc {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-e4fdd1f2-66da-669b-8bfe-ac8d61abb33f-f1d51dbf {
    grid-area: 2 / 1 / 3 / 13;
    align-self: center;
  }

  #w-node-e4fdd1f2-66da-669b-8bfe-ac8d61abb37b-f1d51dbf {
    grid-area: 1 / 1 / 2 / 13;
  }

  #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18b8-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18c2-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18cc-98d51dc0, #w-node-f6824ced-5360-9de6-b1d6-7d00b1ca18d6-98d51dc0 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-96d51dc8 {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-96d51dc8 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-5dd51dca {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-5dd51dca {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-9fd51dcb {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-9fd51dcb {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-ddb064b3-fc2c-7785-7311-f8e1ccc0794a-ead51dcc {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-ead51dcc {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_836c8a3c-2c5e-9d1c-299d-d3be69994d08-01d51da7, #w-node-_33df78dc-b521-4797-f0ab-c27fd4031c36-88d51daa, #w-node-_6640be56-0a98-f178-18f0-9958a3f84ff6-5ed51dbc {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-e4fdd1f2-66da-669b-8bfe-ac8d61abb33f-f1d51dbf, #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-96d51dc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-96d51dc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-96d51dc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-96d51dc8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-96d51dc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-96d51dc8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-96d51dc8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-96d51dc8 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-96d51dc8 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-5dd51dca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-5dd51dca {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-5dd51dca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-5dd51dca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-5dd51dca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-5dd51dca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-5dd51dca {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-5dd51dca {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-5dd51dca {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-9fd51dcb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-9fd51dcb {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-9fd51dcb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-9fd51dcb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-9fd51dcb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-9fd51dcb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-9fd51dcb {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-9fd51dcb {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-9fd51dcb {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63428-ead51dcc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6342e-ead51dcc {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63434-ead51dcc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6343a-ead51dcc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63440-ead51dcc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63446-ead51dcc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b6344c-ead51dcc {
    grid-area: span 1 / span 4 / span 1 / span 4;
    align-self: center;
  }

  #w-node-_812cc7c1-36ba-431d-6439-d9a9b5b63452-ead51dcc {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-be34e6c0-6107-b80c-2bbd-8279152705bd-ead51dcc {
    grid-area: 1 / 1 / 2 / 5;
    align-self: start;
  }
}


