.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: Lato, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.intro-container {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.section-intro {
  padding-top: 40px;
  padding-bottom: 40px;
}

.subheader {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #888;
  font-size: 20px;
  line-height: 20px;
}

.header {
  margin-top: 0px;
  margin-bottom: 20px;
}

.sample-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.paragraph {
  margin-bottom: 40px;
  font-size: 16px;
}

.image {
  width: 100%;
  height: 150px;
  margin-bottom: 10px;
}

.paragraph-2 {
  padding-right: 20px;
  padding-left: 20px;
  text-align: justify;
}

.div-block {
  margin-right: 10px;
  margin-left: 10px;
}

.rich-text-block {
  width: 90%;
  max-width: 1600px;
  margin: 40px auto;
}

.section-dummy {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #eee;
}

.rich-text-block-2 {
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
}

.section-tutorial {
  overflow: hidden;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px;
  border-radius: 15px;
  box-shadow: 4px 4px 20px 0 rgba(0, 0, 0, 0.15);
}

.details-container {
  width: 50%;
  padding: 20px;
}

.image-container {
  position: relative;
  width: 50%;
  padding: 40px;
}

.details-header {
  margin-top: 0px;
  margin-bottom: 40px;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-areas: "Icon-1 Title-1"
    "Line-1 Details-1"
    "Icon-2 Title-2"
    "Line-2 Details-2"
    "Icon-3 Title-3"
    "Line-3 Details-3";
  -ms-grid-columns: auto 30px 1fr;
  grid-template-columns: auto 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto;
}

.icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  -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: 500px;
  background-image: linear-gradient(45deg, #2fc58c, #66a9ff);
  font-family: Lato, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 900;
}

.title-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.title {
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.icon-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.line-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.line {
  width: 2px;
  height: 100%;
  background-color: #ccc;
  -webkit-perspective-origin: 50% 0%;
  perspective-origin: 50% 0%;
  -webkit-transform-origin: 50% 0%;
  -ms-transform-origin: 50% 0%;
  transform-origin: 50% 0%;
}

.details-text-container {
  margin-bottom: 30px;
}

.details-text-header {
  margin-top: 0px;
}

.image-item {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  border-radius: 15px;
  background-image: url('../images/catbenefits_1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.image-item._1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.image-item._2 {
  z-index: 2;
  background-image: url('../images/catbenefits_2.jpg');
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.image-item._3 {
  z-index: 3;
  background-image: url('../images/catbenefits_3.jpg');
  opacity: 0;
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.created-by-container {
  position: fixed;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 9999;
  margin-right: 20px;
  margin-bottom: 20px;
  padding: 0px;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #131313;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.created-by-container:hover {
  box-shadow: 6px 6px 10px 0 rgba(0, 0, 0, 0.25);
  -webkit-transform: translate(-3px, -3px);
  -ms-transform: translate(-3px, -3px);
  transform: translate(-3px, -3px);
}

.created-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding: 5px 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.created-text {
  margin-right: 3px;
}

.sketchzlab {
  width: 15px;
  height: 15px;
  margin-right: 5px;
}

#w-node-_298b8dd9-ad97-ff9a-c37a-49c17db2e9b8-c1646557 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: Icon-1;
}

#w-node-_056cf0b8-f12f-a9dc-3042-540c1f29ed35-c1646557 {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: Title-1;
}

#w-node-_933992aa-e789-573e-4bc6-0cc83b6b9bb8-c1646557 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: Line-1;
}

#w-node-_45b56062-ecd8-0682-b427-0f38556b28a4-c1646557 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: Details-1;
}

#w-node-de5cb2ce-37b2-b4e6-9eb6-7f5fe3cb8989-c1646557 {
  -ms-grid-row: 5;
  -ms-grid-column: 1;
  grid-area: Icon-2;
}

#w-node-f9ab94f0-715f-88f4-8f62-17fb5a6097d0-c1646557 {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: Title-2;
}

#w-node-f3edb0d4-e43c-ecdf-8e74-97371cafa994-c1646557 {
  -ms-grid-row: 7;
  -ms-grid-column: 1;
  grid-area: Line-2;
}

#w-node-_690ee2a7-4d74-8da2-0141-e606bcfedcff-c1646557 {
  -ms-grid-row: 7;
  -ms-grid-column: 3;
  grid-area: Details-2;
}

#w-node-_4d4c1900-380e-320c-dd5e-9b4092f3fe97-c1646557 {
  -ms-grid-row: 9;
  -ms-grid-column: 1;
  grid-area: Icon-3;
}

#w-node-c2690be5-e204-84ba-4ac0-e8524ba71805-c1646557 {
  -ms-grid-row: 9;
  -ms-grid-column: 3;
  grid-area: Title-3;
}

#w-node-_4ee65564-2b40-0ba0-41eb-4aaa7059a265-c1646557 {
  -ms-grid-row: 11;
  -ms-grid-column: 3;
  grid-area: Details-3;
}