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

body {
  font-family: Inter, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.cs-link {
  color: #3b4052;
  text-decoration: none;
}

.cs-image-2 {
  width: 100%;
  margin-bottom: 9px;
}

.cs-vertical-line {
  width: 1px;
  height: 24px;
  margin-right: 24px;
  background-color: #e9ecf0;
}

.cs-features-background {
  position: absolute;
  top: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 240px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 8px;
  background-color: #f9fafb;
}

.cs-slider {
  margin-bottom: 6px;
  border-style: none none solid;
  border-width: 1px;
  border-color: #000 #000 #e9ecf0;
  font-size: 24px;
}

.cs-img-1 {
  position: relative;
  left: -15px;
  top: 411px;
  border-radius: 6px;
  box-shadow: -8px 8px 15px -3px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.cs-img-1:hover {
  box-shadow: none;
}

.cs-featured-on-ph {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 9px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-image-styles {
  position: absolute;
  left: 25.875px;
  top: 151px;
  bottom: 0%;
  z-index: 2;
}

.cs-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 952px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  font-size: 16px;
}

.cs-img-8 {
  position: relative;
  left: 59px;
  top: 276px;
}

.cs-packshot-bottom {
  padding: 24px 44px 32px;
}

.cs-grey-bg {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  background-color: #f9fafb;
}

.cs-header-subdiv {
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.cs-packshot-sketch {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.cs-image-styles-2 {
  position: absolute;
  left: 56.875px;
  top: 113px;
  bottom: 0%;
  z-index: 2;
}

.cs-line {
  width: 100%;
  height: 1px;
  background-color: #e9ecf0;
}

.cs-img-6 {
  position: relative;
  left: 40px;
  top: 82px;
  border-radius: 6px;
  box-shadow: -3px 3px 8px -2px rgba(0, 0, 0, 0.11);
}

.kit-header-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 44px 0px 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.24);
}

.kit-header-1.more {
  margin-top: 0px;
}

.cs-header-preview-cloud {
  margin-right: 24px;
  color: #3b4052;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
}

.cs-header-preview-cloud:hover {
  text-decoration: underline;
}

.cs-digit {
  width: 29px;
  height: 29px;
  margin-top: 0px;
  margin-bottom: 10px;
  padding-top: 0px;
  padding-right: 6px;
  padding-left: 11px;
  border-radius: 20px;
  background-color: #0e9cf7;
  color: #fff;
  font-size: 14px;
  line-height: 29px;
}

.footer-link {
  margin-right: 12px;
}

.cs-small-digits {
  color: #009bff;
  font-size: 11px;
}

.cs-hero-text-6 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 36px;
  color: #979797;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.cs-h2 {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 8px;
  color: #109af4;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
}

.cs-header-sub-dvi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-link-red {
  color: #ed5b2e;
  font-weight: 500;
}

.cs-all-categories {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 642px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.kit-freebies {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-template-areas: "Area"
    "Area";
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.cs-image-resizing-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 214px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-837 {
  margin-right: 12px;
}

.kit-more-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 54px;
  margin-top: 12px;
  margin-bottom: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid none none;
  border-width: 1px;
  border-color: hsla(0, 0%, 59.2%, 0.24);
  border-radius: 0px;
  background-color: rgba(255, 255, 255, 0);
  color: #000;
  font-size: 16px;
  line-height: 21px;
  font-weight: 600;
}

.kit-more-button:hover {
  border-color: hsla(0, 0%, 59.2%, 0.24);
  background-color: hsla(0, 0%, 59.2%, 0.03);
}

.cs-hero {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 6px;
}

.kit-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0px;
  padding: 60px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-text-features-text-block {
  width: 100%;
  padding-right: 40px;
  padding-left: 30px;
}

.cs-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.cs-1440 {
  width: 100%;
  height: 100%;
  max-width: 1440px;
  padding-right: 66px;
  padding-left: 66px;
}

.cs-sketch-symbols {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 33.33%;
  height: 240px;
  margin-right: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #edeff1;
  border-radius: 8px;
  background-color: #fff;
}

.cs-div {
  width: 50%;
  padding-right: 9px;
}

.cs-image-resizing {
  position: absolute;
  top: 113px;
  bottom: 0%;
  z-index: 2;
  border-radius: 6px;
  box-shadow: -4px 4px 10px -3px rgba(0, 0, 0, 0.32);
}

.cs-packshot-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 952px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 6px;
  box-shadow: -6px 6px 14px -5px rgba(0, 0, 0, 0.14);
  font-size: 16px;
}

.cs-img-5 {
  position: absolute;
  left: 694px;
  top: 193px;
  border-radius: 6px;
}

.cs-categorie {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 38px;
  margin-right: 14px;
  margin-bottom: 8px;
  padding-right: 12px;
  padding-left: 11px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e9ecf0;
  border-radius: 6px;
}

.cs-img-9 {
  position: relative;
  left: 166px;
  top: -47px;
  z-index: 4;
  border-radius: 6px;
  box-shadow: -29px 29px 60px -7px rgba(28, 33, 36, 0.13);
  -webkit-transition: box-shadow 450ms ease;
  transition: box-shadow 450ms ease;
}

.cs-img-9:hover {
  box-shadow: -85px 85px 220px -7px rgba(28, 33, 36, 0.13);
}

.footer-grid {
  width: 100%;
  margin-top: 25px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.kit-main-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0px;
  padding: 0px 30px 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-hero-image {
  position: absolute;
  left: 35%;
  top: 11%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 932px;
  height: 565px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
}

.cs-image-resizing-copy {
  position: absolute;
  top: 113px;
  bottom: 0%;
  z-index: 3;
  border-radius: 6px;
}

.type-6 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  letter-spacing: 0px;
  text-decoration: none;
}

.type-6.lowcontrast {
  color: #797979;
  font-weight: 400;
  text-decoration: none;
}

.cs-img-3 {
  position: absolute;
  left: 693px;
  top: 305px;
  border-radius: 6px;
  box-shadow: -7px 7px 8px -4px rgba(0, 0, 0, 0.08);
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
}

.cs-img-3:hover {
  box-shadow: -12px 12px 13px -4px rgba(0, 0, 0, 0.08);
}

.image-835 {
  position: relative;
  left: -8px;
  top: 165px;
  display: none;
}

.cs-featured {
  margin-right: 8px;
  margin-bottom: 4px;
}

.cs-colorshcemes-fixed {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  width: 400px;
  max-width: 400px;
  margin-right: 100px;
  margin-bottom: 36px;
  color: #3b4052;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
}

.cs-paragraph {
  color: #acacac;
  font-size: 12px;
}

.cs-img-2 {
  position: relative;
  left: -139px;
  top: 274px;
  border-radius: 6px;
}

.cs-img-11 {
  position: relative;
  left: -556px;
  top: 220px;
  border-radius: 6px;
}

.footer {
  position: relative;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
}

.grey-link {
  color: #494949;
}

.cs-1440-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  margin-top: 0px;
  padding: 120px 66px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-preview-images {
  width: 100%;
}

.cs-categorie-text {
  max-width: 450px;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #3b4052;
  font-size: 17px;
  line-height: 22px;
  font-weight: 400;
}

.cs-img-7 {
  position: absolute;
  left: 236px;
  top: 383px;
  border-radius: 6px;
  -webkit-transition: box-shadow 300ms ease;
  transition: box-shadow 300ms ease;
}

.cs-img-7:hover {
  box-shadow: -8px 8px 20px -2px rgba(0, 0, 0, 0.18);
}

.cs-hero-text-3 {
  max-width: 260px;
  margin-top: 0px;
  margin-bottom: 9px;
  color: #3b4052;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
}

.cs-image-symbols {
  position: absolute;
  top: 104px;
  bottom: 0%;
  z-index: 2;
}

.type-5 {
  display: block;
  margin-top: 4px;
  margin-bottom: 4px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #000;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  letter-spacing: 0px;
  text-decoration: none;
}

.type-5.lowcontrast {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #707070;
  font-size: 16px;
  font-weight: 400;
}

.type-5.footer-margin {
  margin-top: 8px;
  margin-bottom: 8px;
}

.type-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
  line-height: 30px;
  font-weight: 500;
}

.cs-img-4 {
  position: relative;
  left: 337px;
  top: 155px;
  border-radius: 6px;
}

.cs-blue {
  color: #009cff;
}

.footer-flexbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.cs-hero-text-center {
  max-width: 450px;
  margin-bottom: 60px;
  color: #333;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
  text-align: center;
}

.cs-categories-left {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.mp-cell-featured-25 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  text-decoration: none;
}

.cs-hero-text-2 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 36px;
  padding-right: 33px;
  font-family: Inter, sans-serif;
  color: #3b4052;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
}

.cs-all-packshot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-width: 1440px;
  padding: 120px 46px 120px 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-packshot-header {
  padding: 38px 44px 24px;
}

.cs-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 180px;
  height: 55px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #009bff;
  font-size: 16px;
}

.cs-button:hover {
  background-color: #018ee9;
}

.cs-hero-text-4 {
  max-width: 260px;
  margin-top: 0px;
  margin-bottom: 9px;
  color: #3b4052;
  font-size: 42px;
  line-height: 41px;
  font-weight: 700;
}

.cs-hero-and-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 756px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f9fafb;
}

.cs-1440-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  max-width: 1440px;
  margin-top: 0px;
  padding: 120px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-hero-text-5 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 12px;
  color: #3b4052;
  font-size: 26px;
  line-height: 140%;
  font-weight: 700;
}

.cs-features-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 952px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-hero-text {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 36px;
  color: #3b4052;
  font-size: 32px;
  line-height: 41px;
  font-weight: 400;
}

.div-block-240 {
  padding-right: 76px;
}

.more-design-tools {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: #fff;
}

.cs-features {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 675px;
  max-width: 100%;
  padding-top: 120px;
  padding-right: 46px;
  padding-left: 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-img-14 {
  position: relative;
  left: 0px;
  top: -11px;
  margin-top: 150px;
  border-radius: 6px;
}

.cs-packshot-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 62px;
  margin-top: 25px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 12px;
  background-color: #0e9cf7;
}

.cs-packshot-button:hover {
  background-color: #018ee9;
}

.kit-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top: 1px solid hsla(0, 0%, 59.2%, 0.24);
}

.cs-image-resizing-4 {
  position: absolute;
  top: 113px;
  bottom: 0%;
  z-index: 4;
  border-radius: 6px;
}

.product-4x-grid {
  display: -ms-grid;
  display: grid;
  margin-top: 20px;
  margin-bottom: 20px;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.cs-bullet {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  padding-top: 4px;
  padding-bottom: 4px;
}

.cs-ph-featured-2 {
  max-width: 400px;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 33px;
  color: #3b4052;
  font-size: 12px;
  line-height: 41px;
  font-weight: 400;
}

.cs-header-download-link {
  color: #0e9cf7;
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
}

.cs-header-download-link:hover {
  text-decoration: underline;
}

.cs-img-13 {
  position: relative;
  left: 45px;
  bottom: 32px;
  border-radius: 6px;
}

.cs-all-types-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 391px;
  max-width: 1440px;
  padding: 120px 46px 120px 66px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-header {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.cs-packshot {
  width: 50%;
  border-style: none none none solid;
  border-width: 1px;
  border-color: #e9ecf0;
}

.cs-preview-standart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.kit-product {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-decoration: none;
}

.cs-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.kit-canvas {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.mp-h2 {
  width: 100%;
  margin: 18px 0px 20px;
  padding-bottom: 8px;
  border-bottom: 1px solid hsla(0, 0%, 59.2%, 0.24);
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
}

.footer-link-text {
  color: #000;
  font-weight: 600;
  text-decoration: none;
}

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

.cs-packshot-white {
  width: 50%;
  height: 100%;
  background-color: #fff;
}

.cs-img-12 {
  position: relative;
  left: 27px;
  top: -32px;
  border-radius: 6px;
}

.cs-body {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.cs-img-10 {
  position: relative;
  left: -119px;
  top: -241px;
  border-radius: 6px;
}

.cs-image-1 {
  width: 50%;
}

.div-block-243 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-838 {
  width: 160px;
}

@media screen and (max-width: 991px) {
  .cs-image-2 {
    width: 50%;
  }

  .cs-vertical-line {
    display: none;
  }

  .cs-slider {
    width: 33.333%;
  }

  .cs-img-1 {
    display: none;
  }

  .cs-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cs-img-8 {
    position: absolute;
    left: 480px;
    top: 45px;
  }

  .cs-img-6 {
    position: absolute;
    left: 480px;
    top: 287px;
  }

  .kit-header-1 {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .cs-header-preview-cloud {
    display: none;
  }

  .cs-hero-text-6 {
    width: 100%;
    max-width: 100%;
    margin-bottom: 10px;
  }

  .cs-h2 {
    margin-top: 19px;
  }

  .cs-all-categories {
    width: 100%;
  }

  .kit-freebies {
    width: 100%;
  }

  .kit-more-button {
    margin-top: 20px;
  }

  .cs-hero {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .kit-content {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-text-features-text-block {
    padding-right: 16px;
    padding-left: 16px;
  }

  .cs-1440 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .cs-sketch-symbols {
    width: 33.333%;
    margin-bottom: 19px;
  }

  .cs-packshot-block {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs-img-5 {
    left: 480px;
    top: 179px;
  }

  .cs-img-9 {
    position: absolute;
    left: 40px;
    top: 207px;
  }

  .footer-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .kit-main-footer {
    margin-bottom: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-hero-image {
    left: auto;
    top: 32%;
    overflow: hidden;
    width: 100%;
  }

  .type-6 {
    display: block;
  }

  .cs-img-3 {
    left: 631px;
    top: 287px;
  }

  .cs-colorshcemes-fixed {
    position: -webkit-sticky;
    position: sticky;
    top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background-color: #fff;
  }

  .cs-paragraph {
    display: block;
  }

  .cs-img-2 {
    position: absolute;
    left: 333px;
    top: 183px;
  }

  .cs-img-11 {
    display: none;
  }

  .footer {
    padding-top: 60px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cs-1440-3 {
    padding: 60px 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .cs-img-7 {
    left: 333px;
    top: 288px;
  }

  .cs-hero-text-3 {
    max-width: 100%;
  }

  .type-5 {
    display: block;
  }

  .type-3 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 20px;
    line-height: 42px;
  }

  .cs-img-4 {
    display: none;
  }

  .cs-categories-left {
    width: 100%;
  }

  .mp-cell-featured-25 {
    margin-top: 0px;
    margin-bottom: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .cs-hero-text-2 {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .cs-all-packshot {
    padding: 60px 40px;
  }

  .cs-1440-2 {
    overflow: hidden;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .cs-features-blocks {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cs-hero-text {
    max-width: 100%;
    padding-top: 140px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .div-block-240 {
    padding-top: 40px;
  }

  .more-design-tools {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .cs-features {
    height: auto;
    padding: 60px 40px;
  }

  .cs-img-14 {
    position: absolute;
    left: 333px;
    top: -101px;
  }

  .kit-footer {
    margin-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .product-4x-grid {
    margin-top: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .cs-ph-featured-2 {
    max-width: 100%;
    margin-bottom: 18px;
  }

  .cs-img-13 {
    display: none;
  }

  .cs-all-types-block {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .cs-packshot {
    display: none;
  }

  .cs-preview-standart {
    overflow: hidden;
  }

  .cs-packshot-white {
    width: 100%;
  }

  .cs-img-12 {
    display: none;
  }

  .cs-img-10 {
    position: absolute;
    left: 40px;
    top: 20px;
  }

  .cs-image-1 {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .kit-header-1 {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .kit-content {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .cs-sketch-symbols {
    width: 100%;
  }

  .kit-main-footer {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .type-3 {
    line-height: 27px;
  }

  .mp-cell-featured-25 {
    padding-right: 0px;
  }

  .cs-features-blocks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .kit-footer {
    margin-right: 20px;
    margin-bottom: 0px;
    margin-left: 0px;
    padding-left: 0px;
  }

  .product-4x-grid {
    margin-top: 20px;
  }

  .kit-product {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .kit-canvas {
    padding-right: 20px;
    padding-left: 20px;
  }

  .mp-h2 {
    margin-top: 20px;
    margin-right: 0px;
    margin-left: 0px;
  }
}

@media screen and (max-width: 479px) {
  .link-block-35 {
    margin-bottom: 31px;
  }

  .cs-slider {
    display: none;
  }

  .cs-packshot-bottom {
    padding: 20px;
  }

  .kit-header-1 {
    margin-left: 0px;
    padding: 20px 0px;
  }

  .kit-content {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .cs-1440 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .cs-sketch-symbols {
    margin-right: 0px;
  }

  .cs-categorie {
    width: 100%;
  }

  .footer-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .kit-main-footer {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-242 {
    margin-top: 20px;
  }

  .cs-hero-image {
    display: none;
  }

  .cs-colorshcemes-fixed {
    margin-bottom: 24px;
  }

  .footer {
    margin-top: 20px;
    padding-top: 0%;
    padding-bottom: 0px;
  }

  .cs-1440-3 {
    padding: 20px;
  }

  .cs-hero-text-center {
    margin-bottom: 0px;
    text-align: left;
  }

  .mp-cell-featured-25 {
    width: 100%;
    padding-right: 0px;
  }

  .cs-all-packshot {
    padding: 20px;
  }

  .cs-packshot-header {
    padding: 20px;
  }

  .cs-hero-text-4 {
    font-size: 32px;
  }

  .cs-hero-and-header {
    height: 490px;
  }

  .cs-1440-2 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .cs-hero-text-5 {
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 157%;
  }

  .cs-hero-text {
    margin-bottom: 0px;
  }

  .div-block-240 {
    padding-top: 20px;
  }

  .cs-features {
    padding: 20px;
  }

  .kit-footer {
    margin-left: 0px;
    padding: 20px 0px;
  }

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

  .cs-bullet {
    width: 100%;
  }

  .cs-all-types-block {
    height: auto;
    padding: 20px;
  }

  .cs-preview-standart {
    margin-bottom: 20px;
  }

  .kit-product {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mp-h2 {
    margin-right: 0px;
    margin-bottom: 12px;
    margin-left: 0px;
    font-size: 18px;
    line-height: 27px;
  }
}

#w-node-f41cf61a-e756-ddee-afbd-31c324b68dcd-666529e0 {
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

