@font-face {
  font-family: "Jura";
  src: url("https://www.plerdy.com/wp-content/themes/twentytwenty/font/Jura/Jura-Bold.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Jura";
  src: url("https://www.plerdy.com/wp-content/themes/twentytwenty/font/Jura/Jura-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Jura";
  src: url("https://www.plerdy.com/wp-content/themes/twentytwenty/font/Jura/Jura-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Jura";
  src: url("https://www.plerdy.com/wp-content/themes/twentytwenty/font/Jura/Jura-Regular.ttf") format("truetype");
  font-weight:300;
  font-style: normal;
}
@font-face {
  font-family: "Jura";
  src: url("https://www.plerdy.com/wp-content/themes/twentytwenty/font/Jura/Jura-Light.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Gilroy";
  src: url("https://www.plerdy.com/wp-content/themes/twentytwenty/font/gilroy/Gilroy-ExtraBold.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body.page_seo_survey {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  font-family: "Jura";
  font-weight: normal;
  font-style: normal;
  font-size: 55px;
  line-height: 70px;
  color: #000;
  font-size: 18px;
  line-height: 26px;
}
/* The basic stuff to make it work */
.contenedor {
  width: 100vw;
  height: 100vh;
  background: #fff;
  position: relative;
  display: flex;
  align-items: center;
}
.contenedor form {
  box-sizing: border-box;
  text-align: center;
  padding: 13px;
  display: inline-flex;
  flex-direction: column;
  position: fixed;
  height: 100vh;
  justify-content: center;
}
.contenedor form input {
  height: 0;
  margin: 10px 0;
  z-index: 1;
}
.contenedor form input:checked {
  outline: 0;
  border: 0;
}
.contenedor form input:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 10px;
  height: 10px;
  border: 1px solid #bcbcbc;
  border-radius: 11px;
  cursor: pointer;
  transition: all 0.25s linear;
}
/* .contenedor form input:checked:before {
  background-color: #de4c4c;
  border: 1px solid #de4c4c;
} */
.contenedor form input:hover:before {
  border: 1px solid #de4c4c;
  background-color: #de4c4c;
}
.contenedor form input:after {
  content: "" attr(titulo) "";
  position: relative;
  left: 30px;
  opacity: 0;
  color: #de4c4c;
  font-size: 12px;
  display: block;
  min-width: 80px;
  transition: all 0.25s linear;
}
/* .contenedor form input:checked:after, */
.contenedor form input:hover:after {
  opacity: 1;
  left: 20px;
}
.contenedor form input:hover:after:not(label) {
  opacity: 1;
}
.contenedor form input:nth-of-type(1):checked ~ .labels label {
  transform: translateY(-0%);
}
.contenedor form input:nth-of-type(2):checked ~ .labels label {
  transform: translateY(-100%);
}
.contenedor form input:nth-of-type(3):checked ~ .labels label {
  transform: translateY(-200%);
}
.contenedor form input:nth-of-type(4):checked ~ .labels label {
  transform: translateY(-300%);
}
.contenedor form input:nth-of-type(5):checked ~ .labels label {
  transform: translateY(-400%);
}
.contenedor form input:nth-of-type(6):checked ~ .labels label {
  transform: translateY(-500%);
}
.contenedor form input:nth-of-type(7):checked ~ .labels label {
  transform: translateY(-600%);
}
.contenedor form input:nth-of-type(8):checked ~ .labels label {
  transform: translateY(-700%);
}
.contenedor form input:nth-of-type(9):checked ~ .labels label {
  transform: translateY(-800%);
}
.contenedor form input:nth-of-type(10):checked ~ .labels label {
  transform: translateY(-900%);
}
.contenedor form input:nth-of-type(11):checked ~ .labels label {
  transform: translateY(-1000%);
}
.contenedor form input:nth-of-type(12):checked ~ .labels label {
  transform: translateY(-1100%);
}
.contenedor form input:nth-of-type(13):checked ~ .labels label {
  transform: translateY(-1200%);
}
.contenedor form input:nth-of-type(14):checked ~ .labels label {
  transform: translateY(-1300%);
}
.contenedor form input:nth-of-type(15):checked ~ .labels label {
  transform: translateY(-1400%);
}
.contenedor form input:nth-of-type(16):checked ~ .labels label {
  transform: translateY(-1500%);
}
.contenedor form input:nth-of-type(17):checked ~ .labels label {
  transform: translateY(-1600%);
}
.contenedor form input:nth-of-type(18):checked ~ .labels label {
  transform: translateY(-1700%);
}
.contenedor form input:nth-of-type(19):checked ~ .labels label {
  transform: translateY(-1800%);
}
.contenedor form input:nth-of-type(20):checked ~ .labels label {
  transform: translateY(-1900%);
}
.contenedor form input:nth-of-type(21):checked ~ .labels label {
  transform: translateY(-2000%);
}
.contenedor form input:nth-of-type(22):checked ~ .labels label {
  transform: translateY(-2100%);
}

.contenedor form .labels {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  /* padding-left: 50px; */
}
.contenedor form .labels label {
  min-width: 100vw;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 0;
  transition: transform 0.75s cubic-bezier(0.75, 0.25, 0, 1.05);
  position: relative;
}

/* Fancy style */
body {
  font-family: "Jura", "Open sans", sans-serif;
  font-size: 16px;
  font-weight: 100;
  color: white;
  text-align: left;
}

.content {
  width: 100%;
  box-sizing: border-box;
  padding: 0;
  /* max-width: 1256px; */
  text-align: left;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.content_true {
  max-width: 1256px;
}
.content .block {
  width: inherit;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
  margin: 42px 0;
  display: flex;
  justify-content: center;
}
.content .block span,
.content .block span i {
  margin: 0 42px;
}
.content .block span i {
  margin-bottom: 22px;
}
.content .block span i:before {
  font-size: 30px;
}

.Slide:nth-child(even) .content .block {
  color: #717171;
}

.icon {
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  font-size: 11px;
  text-align: center;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
}
.icon i {
  font-size: 22px;
}

#Slide5 .content .block {
  flex-direction: column;
}
#Slide5 .content .block i {
  margin: 0 12px;
  vertical-align: middle;
}

strong {
  font-weight: 400;
}

h1 {
  text-transform: none;
}

ol {
  text-align: left;
  list-style-type: decimal;
}

a {
  text-decoration: none;
  color: inherit;
  transition: all 0.25s linear;
}
a:hover {
  color: rebeccapurple;
}
.row_grafik {
  display: flex;
  width: 100%;
}
.row_grafik img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: inherit;
}
h1 {
  display: inline-flex;
  font-size: 80px;
  font-weight: bold;
  line-height: 100px;
  margin: 0;
  color: #fff;
  font-family: "Gilroy", "Open sans", sans-serif;
}
#Slide1 {
  background-color: #374cb4;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/main_bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
.contenedor form .labels label {
  background-color: #e9e9f4;
}
.logo_plerdy {
  position: absolute;
  left: calc(50% - 628px);
  bottom: 30px;
  width: 100%;
  height: 28px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left center;
  max-width: 1256px;
}
.logo_plerdy a {
  display: inline-flex;
  background: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/icons/logo_t.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 28px;
  width: 140px;
}
.icon span:before {
  content: "";
  display: inline-flex;
  width: 24px;
  height: 24px;
  position: absolute;
  top: -24px;
  left: calc(50% - 12px);
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/seo_survey/keyboard.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right top;
}
.icon span {
  position: relative;
}
.col_grafik > p {
  margin-bottom: 30px;
  color: #374cb4;
  font-size: 36px;
  line-height: 120%;
  font-weight: 600;
}
.img_grafik {
  display: flex;
  min-height: 450px;
  align-items: center;
}


@media (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 50px;
    text-align: center;
  }
  #Slide1 p {
    font-size: 30px;
    line-height: 40px;
    width: 100%;
    text-align: center;
  }
  .col_grafik > p {
    font-size: 15px;
    padding: 0 0 20px !important;
  }
  #Slide9 .logo_plerdy {
    display: none;
  }
  #Slide15 .content.content_true {
    padding-right: 20px;
    padding-left: 40px;
  }
  .list_grafik ol {
    width: 30px;
    font-size: 10px;
    padding-top: 20px;
    padding-left: 25px;
  }
  .list_grafik .img_grafik {
    width: calc(100% - 30px);
    min-height: 0px;
  }
  .list_grafik {
    align-items: flex-start;
  }
  .list_grafik ul {
    padding-left: 30px;
    padding-top: 0px;
  }
  #Slide17 .col_grafik:first-child .img_grafik {
    transform: translateY(-8%);
  }
  .wrap_users li div b {
    font-size: 11px;
    line-height: 12px;
  }
  .wrap_users li div span,
  .wrap_users li div a {
    font-size: 9px;
    line-height: 10px;
  }
  .wrap_users li {
    height: 35px;
    margin: 1px;
    border-radius: 40px;
    width: auto;
  }
  .wrap_users li div em:before {
    width: 4px;
    height: 4px;
  }
  .wrap_users li div {
    padding-left: 3px;
  }
  .content_true {
    padding-left: 40px;
    padding-right: 15px;
  }
  .row_users .col_grafik p {
    font-size: 24px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 0px !important;
  }
  #Slide21 .col_grafik > p {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
  }
  .row_l a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    height: 60px;
  }
  .row_grafik.row_logos {
    padding: 0px;
  }
  label#Slide18 .content_true,
  label#Slide19 .content_true,
  label#Slide20 .content_true {
    padding-right: 6px;
  }
  ul.wrap_users {
    justify-content: center;
    align-items: center;
    flex-direction: row;
  }
  .wrap_users li i {
    max-width: 31px;
  }

  label#Slide15 .logo_plerdy {
    display: none;
  }
  /* .img_grafik {
    display: block;
} */
  label .logo_plerdy .w_social {
    transform: translateY(-2px);
  }
  #Slide1 {
    background-position: calc(100vw - 310px) calc(100vh - 448px);
    background-size: 400px;
  }
  #Slide1 .content {
    padding-top: 100px;
    padding-bottom: 40px;
  }
  .logo_plerdy a {
    height: 24px;
  }
}

.w_social {
  display: inline-flex;
  align-items: center;
}
.w_social span {
  cursor: pointer;
  display: inline-flex;
  width: 28px;
  height: 28px;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/facebook_line.svg);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center;
  transition: 0.3s;
  z-index: 1;
  position: relative;
}
.w_social span:hover {
  background-position: center top;
}
.w_social span.youtobe_btn {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/youtube_line.svg);
}
.w_social span.linkedin_btn {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/linkedin_line.svg);
  background-size: 22px;
}
.w_social span.twitter_btn {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/twitter_line.svg);
  background-size: 22px;
}
.w_social .fgroup_btn {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/group_line.svg);
  background-size: 18px;
  width: 20px;
}
.w_social span + span {
  margin-left: 2px;
}
label#Slide18 .logo_plerdy .w_social span,
label#Slide19 .logo_plerdy .w_social span,
label#Slide20 .logo_plerdy .w_social span {
  background-color: #fff;
  border-radius: 5px;
  width: 28px;
}

label#Slide16 .col_grafik:last-child .img_grafik {
  padding-right: 0px;
}
label#Slide16 .col_grafik:first-child .img_grafik {
  padding-left: 0px;
  justify-content: flex-start;
}
#Slide22 .col_grafik span {
  display: inline-flex;
  font-size: 60px;
  font-weight: bold;
  line-height: 70px;
  padding: 4px 10px;
  margin: 0;
  color: #fff;
  background: #de4c4c;
  width: auto;
}
#Slide22 .col_grafik {
  align-items: flex-start;
}
#Slide22 .col_grafik p {
  max-width: 600px;
  font-size: 36px;
  line-height: 46px;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .logo_plerdy a {
    height: 24px;
  }
  .list_grafik ul li {
    font-size: 12px;
    margin-bottom: 4px;
    line-height: 14px;
  }
  #Slide15 .col_grafik > p {
    min-height: 0px;
    padding-bottom: 10px !important;
  }
  #Slide22 .col_grafik span {
    font-size: 36px;
    line-height: 46px;
  }
  #Slide22 .col_grafik p {
    font-size: 26px;
    line-height: 33px;
    padding-top: 15px !important;
  }
}
.contenedor form input:after,
.contenedor form input:focus {
  outline: 0;
  border: 0;
}
#Slide1 .logo_plerdy {
  bottom: auto;
  top: 50px;
}
.w_social {
  display: none;
}

/*soc*/
.share-list {
  display: flex;
  flex-direction: column;
  z-index: 2;
  position: fixed;
  top: 50px;
  left: 0px;
}

li[class^="soc_"]>* {
	display: flex;
	width: 100%;
  height: 30px;
  background-repeat: no-repeat;
  background-size: 24px;
	background-position: center;
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_share.svg);
}

li[class^="soc_"] {
	margin: 0;
	width: 32px;
  list-style: none;
}

li.soc_f a {
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_f.svg);
}

li.soc_t a {
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_t.svg);
}

li.soc_l a {
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_l.svg);
}

li.soc_d a {
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_d.svg);
	background-size: 34px;
}

li.soc_c a {
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_c.svg);
}

li .soc_y {
	background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/soc_y.svg);
}

li.soc_share:after {
	content: "share";
	color: #a7a7a7;
	font-size: 12px;
	line-height: 120%;
	display: flex;
	justify-content: center;
}

ul.share-list li+li {
	margin-top: 6px;
}

ul.share-list li a {
	transition: 0.3s;
}

ul.share-list li a:hover {
	transform: translateX(8px);
}
li.soc_share > span {
  display: none;
}
@media (max-width: 990px) {
  .share-list {
    top: 24px;
    left: 5px;
  }
}
@media (max-width: 767px) {
	li[class^="soc_"]>* {
		background-size: 24px;
		border-radius: 3px;
	}

	li.soc_d a {
		background-size: 34px;
	}

	ul.share-list li+li {
		margin-top: 6px;
	}

	li.soc_share:after {
		font-size: 14px;
	}

	 .share-list {
		transform: translateX(-42px);
	}
  ul.share-list li+li {
		margin: 0;
	}

	ul.share-list li+li {
		margin-left: 0px;
		border-left: 1px solid #f1f1f1;
	}

	li.soc_share span {
		display: none;
	}

	li.soc_share {
		display: none;
	}
  .share-list li a {
		height: 100%;
		border-radius: 0px;
	}

	li.soc_f a {
		background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/facebook.svg);
		background-color: rgb(59, 89, 152);
		background-size: 12px;
	}

	li.soc_t a {
		background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/twitter.svg);
		background-color: #1d9bf0;
		background-size: 20px;
	}

	li.soc_l a {
		background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/linkedin.svg);
		background-color: #0a66c2;
		background-size: 18px;
	}

	li.soc_d a {
		background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/social/digg.svg);
		background-color: #1b1a19;
		background-size: 25px;
	}

	ul.share-list li+li {
		height: 48px;
		border: none;
		border-radius: 0px;
		width: calc((100vw) / 4);
	}

	[data-language="en"] ul.share-list li+li {
		width: calc((100vw) / 5);
	}

	li.soc_share:after {
		display: none;
	}
	li.soc_share span {
		display: inline-flex;
		background-color: #fff;
		width: 100%;
		border-radius: 4px;
		box-shadow: 0px 10px 11px rgb(53 53 53 / 25%);
		transition: .3s;
	}
	li.soc_share {
		display: inline-flex;
	}
	 .share-list {
		bottom: auto;
		left: auto;
		top: 45px;
		right: 0px;
		width: auto;
		height: auto;
		flex-direction: column;
	}
	 .share-list li {
		max-width: 48px;
	}
	ul.share-list li+li {
		position: absolute;
		right: 0;
		top: 0;
		transition: all ease-in-out 0.5s;
		opacity: 0;
		z-index: -1;
	}
	ul.share-list.share-list-more li+li {
		opacity: 1;
		transform: rotate(0deg);
		z-index: 1;
	}
	.share-list-more li.soc_f {
		top: calc(48px);
		transition-delay: 0.08s;
	}
	.share-list-more li.soc_t {
		top: calc(48*2px);
		transition-delay: 0.16s;
	}
	.share-list-more li.soc_l {
		top: calc(48*3px);
		transition-delay: 0.24s;
	}
	.share-list-more li.soc_d {
		top: calc(48*4px);
		transition-delay: 0.32s;
	}
	.share-list li.soc_share {
		width: 32px;
		height: 35px;
		transition: .3s;
	}
	.share-list.share-list-more li.soc_share {
		width: 48px;
		height: 48px;
		border-top: 1px solid transparent;
	}
	.share-list.share-list-more .soc_share span {
		height: 100%;
		border-radius: 4px 0 0px 0px;
		background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/Close.svg);
	}
	ul.share-list.share-list-more {
		z-index: 9999999999;
	}
	.popup_search.popup_search-show {
		z-index: 123;
	}
  .share-list {
    transform: translateX(0px);
  }
}

/*end soc*/

#Slide1 .content {
  justify-content: space-between;
  padding: 100px 0 50px;
}
#Slide1 .content .logo_plerdy {
  position: static;
}
#Slide1 .logo_plerdy a {
  background: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/logo_white.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 200px;
  height: 45px;
}

#Slide2 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
#Slide2 .row_grafik {
  justify-content: flex-end;
}
#Slide2 .col_grafik {
  max-width: 850px;
}

label#Slide3:after {
  content: '';
  display: inline-flex;
  width: 700px;
  height: 260px;
  position: absolute;
  bottom: 0;
  left: calc(40% - 370px);
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_3.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: left bottom;
}
#Slide3 .col_grafik {
  padding: 60px 60px 0px 60px;
  width: 60%;
}
#Slide3 .row_grafik {
  height: 100%;
}
#Slide3 .col_grafik.col_blue {
  background: #374cb4;
  width: 40%;
  padding-left: 85px;
}
#Slide3 .col_grafik.col_blue * {
  color: #e9e9f4;
}
.title_slide {
  font-size: 52px;
  font-weight: bold;
  font-family: "Gilroy", "Open sans", sans-serif;
  line-height: 120%;
  margin-top: 0;
  margin-bottom: 30px;
  color: #374cb4;
}
#Slide3 .col_grafik p {
  font-size: 26px;
}

label#Slide4 {
  background-color: #374cb4;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_4.png);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: left bottom;
}
#Slide4 .row_grafik {
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding: 50px 0;
}
#Slide4 .title_slide {
  color: #e9e9f4;
  font-size: 66px;
  margin-bottom: 50px;
}
.row_achievements {
  display: flex;
  height: 100%;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.col_achievements {
  background: #e9e9f4;
  width: 390px;
  height: 390px;
  border-radius: 50%;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 30px;
}
.col_achievements div {
  font-size: 102px;
  font-weight: bold;
  font-family: "Gilroy", "Open sans", sans-serif;
  line-height: 120%;
  color: #de4c4c;
}
.col_achievements span {
  color: #374cb4;
  font-size: 24px;
  max-width: 260px;
  font-weight: bold;
}
.col_achievements:first-child  span:first-child {
  margin-top: -24px;
}
.col_achievements:first-child div:after {
  content: '%';
  font-size: 60px;
  line-height: 60px;
}

#Slide5 {
  background-color: #374cb4;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_5.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#Slide5 .title_slide {
  color: #e9e9f4;
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 50px;
}
#Slide5 .title_slide span,
#Slide5 .title_slide span:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 26px;
  height: 26px;
  border-left: 4px solid #de4c4c;
  border-bottom: 4px solid #de4c4c;
  transform: rotate(-45deg);
  display: inline-flex;
  padding: 0px;
}
#Slide5 .title_slide span:before {
  bottom: 0px;
  content: '';
  transform: rotate(0deg);
  margin: 5px;
  width: 22px;
  height: 22px;
}
#Slide5 p {
  color: #e9e9f4;
  max-width: 710px;
  font-size: 32px;
  line-height: 120%;
  font-weight: normal;
}

#Slide6 .content {
  align-items: center;
  height: 100%;
  padding-top: 80px;
}
#Slide6 .title_slide {
  background: #374cb4;
  color: #e9e9f4;
  padding: 10px 20px;
  margin-bottom: 0px;
}
#Slide6 .row_grafik {
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
}
#Slide6 .row_grafik > div {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
span.num {
  display: inline-flex;
  width: 100px;
  height: 100px;
  align-items: center;
  justify-content: center;
  position: relative;
  background: #374cb4;
  color: #e9e9f4;
  border-radius: 50%;
  font-size: 52px;
  font-weight: bold;
  flex-shrink: 0;
  position: relative;
  z-index: 1;
}
.bl {
  font-size: 28px;
  line-height: 120%;
  color: #374cb4;
  font-weight: normal;
  margin: 0 60px;
  border: 2px dashed #de4c4c;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  align-items: center;
  display: inline-block;
}
span.num:before,span.num:after {
  content: '';
  display: inline-flex;
  width: 56px;
  position: absolute;
  border-bottom: 2px dashed #de4c4c;
  right: -56px;
  top: calc(50% - 1px);
}
span.num:after {
  content: '';
  display: inline-flex;
  width: 10px;
  height: 10px;
  position: absolute;
  border-bottom: 2px solid #de4c4c;
  border-right: 2px solid #de4c4c;
  transform: rotate(-45deg);
  top: calc(50% - 6px);
  right: -58px;
}
.bl:after {
  content: '';
  display: inline-flex;
  width: 60px;
  position: absolute;
  border-bottom: 2px dashed #de4c4c;
  right: -60px;
  top: calc(50% - 1px);
}
#Slide6 .con_top {
  padding: 80px 0 120px;
}
#Slide6 .con_top:after {content: '';display: inline-flex;width: calc(100% - 50px);position: absolute;right: 0px;bottom: 0px;border-bottom: 2px dashed #de4c4c;}
#Slide6 .con_top:before {
  content: '';
  display: inline-flex;
  border-right: 2px dashed #de4c4c;
  height: calc(100% - 150px);
  position: absolute;
  bottom: 0px;
  right: 0px;
}
.con_bottom {
  padding: 60px 0;
}
.con_bottom:before {
  content: '';
  display: inline-flex;
  border-right: 2px dashed #de4c4c;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 49px;
}
.bl.bl_3 {
  width: 100%;
  margin-right: 0px;
  position: relative;
  padding: 30px 15px;
}
.bl.bl_3::after {
  display: none;
}
.bl_3 > span:not(.bl_img_1) {
  max-width: 350px;
  display: inline-flex;
}
.bl.bl_3 .bl_img_1 {
  width: 530px;
  height: 300px;
  position: absolute;
  bottom: -124px;
  left: 450px;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_6.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}


#Slide7 .content:after {
  content: '';
  display: inline-flex;
  height: 100%;
  position: absolute;
  top: 0;
  left: 49px;
  border-left: 2px dashed #de4c4c;
}
#Slide7 .con_top {
  display: flex;
  padding: 40px 0;
}
#Slide7 .bl {
  width: 450px;
  /* display: inline-flex; */
  align-items: center;
  margin-right: 120px;
}
#Slide7 .bl.bl_img {
  border: none;
  margin: 0;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/btn_7_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 370px;
}
#Slide7 .bl.bl_img:after {
  display: none;
}
#Slide7  .bl.bl_img_5 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/btn_7_2.png);
}
#Slide7 .bl.bl_img_6 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/btn_7_3.png);
}
#Slide7 .bl::after {
  width: 120px;
  right: -120px;
}


#Slide8 .con_top,
#Slide8 .con_bottom {
  display: flex;
  align-items: center;
  padding: 60px 0;
}

.bl.bl_img.bl_img_7 {
  border: none;
  margin: 0;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_8_2.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 670px;
  height: 364px;
}
.bl.bl_7 {
  margin-right: 120px;
  max-width: 490px;
}
.bl.bl_7::after {
  right: -140px;
  width: 140px;
}


#Slide8 .con_top {
  padding-bottom: 0px;
  padding-top: 0px;
}
#Slide8 .con_bottom {
  padding: 60px 100px 140px;
}
span.num.num_8:after {
  left: -58px;
  transform: rotate(125deg);
}
span.num.num_8:before {
  border-right: 2px dashed #de4c4c;
  height: 110px;
  width: 0;
  top: -115px;
  right: calc(50% + 1px);
}
.bl.bl_img.bl_img_7:after {
  display: none;
}
.bl.bl_8 {
  padding-bottom: 60px;
}
span.bl_img_8 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_8_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: calc(100% - 60px);
  height: 190px;
  position: absolute;
  left: 30px;
  bottom: -140px;
}
#Slide8  .con_bottom:before {
  height: calc(50% - 142px);
  top: auto;
  bottom: 0;
}
.bl.bl_8:before {
  content: '';
  display: inline-flex;
  width: 110px;
  position: absolute;
  border-bottom: 2px dashed #de4c4c;
  left: -113px;
  top: calc(50% - 1px);
}
#Slide8 .con_top:before {
  content: '';
  display: inline-flex;
  border-right: 2px dashed #de4c4c;
  height: calc(50% - 220px);
  position: absolute;
  top: 0px;
  left: 49px;
}

#Slide9 .con_top {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 30px 0;
}
#Slide9 .con_bottom {
  display: flex;
  width: 100%;
  padding-bottom: 0px;
  justify-content: center;
  align-items: flex-end;
  padding-top: 0px;
  flex-shrink: 0;
  position: relative;
}
.bl.bl_img.bl_img_9 {
  border: none;
  margin: 0;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_9.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 800px;
  height: 520px;
  max-height: 100%;
  position: static;
}
.bl.bl_9 {
  margin-right: 120px;
}
.bl.bl_9::after {
  right: -120px;
  width: 120px;
}
.bl_img.bl_img_9::after {
  width: calc((1256px - 740px) / 2);
  right: 0px;
}
.bl_img.bl_img_9::before {
  content: '';
  display: inline-flex;
  position: absolute;
  border-bottom: 2px dashed #de4c4c;
  top: calc(50% - 1px);
  left: 50px;
  width: calc((1256px - 830px) / 2);
}
#Slide9 .con_bottom:before {
  height: 50%;
  top: auto;
  bottom: 0;
}
#Slide9 .con_bottom:after, #Slide9 .con_top:after,#Slide9 .con_top:before {
  content: '';
  display: inline-flex;
  border-right: 2px dashed #de4c4c;
  height: 50%;
  position: absolute;
  top: 0px;
  right: 0;
}
#Slide9 .con_top:before {
  right: auto;
  left: 49px;
}
#Slide9 .con_top {
  position: relative;
}
#Slide9 .con_top:after {
  top: 50%;
}

label#Slide10 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_10.png);
  background-repeat: no-repeat;
  background-size: calc(50vw - 50px);
  background-position: right center;
}
#Slide10 .con_top {
  display: flex;
  padding: 60px 0;
}
#Slide10 .con_top .bl {
  max-width: 460px;
}
#Slide10 .content_true {
  position: relative;
}
#Slide10 .content_true:after {
  content: '';
  display: inline-flex;
  height: calc(50% + 80px);
  position: absolute;
  top: 0;
  left: 49px;
  border-left: 2px dashed #de4c4c;
}

#Slide11 .row_grafik {
  flex-direction: column;
  padding: 80px 100px;
}
#Slide11 p {
  max-width: 80%;
  margin-bottom: 60px;
  font-size: 28px;
  line-height: 120%;
  color: #374cb4;
  font-weight: bold;
}
.row_bl_adding {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}
.col_adding {
  width: calc(25% - 30px);
  position: relative;
  padding: 0;
}
.col_adding span {
  display: inline-flex;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  background: #374cb4;
  align-items: center;
  justify-content: center;
  padding: 30px;
  text-align: center;
  border-radius: 50%;
  z-index: 1;
  color: #e9e9f4;
  font-size: 24px;
  font-weight: bold;
  font-family: "Gilroy","Open sans",sans-serif;
  line-height: 120%;
}
.col_adding:before {
  content: '';
  padding-top: 100%;
  display: flex;
}
.col_adding:nth-child(2n) span {
  background: #de4c4c;
}
.row_bl_adding:after {
  content: '';
  position: absolute;
  border-bottom: 2px dashed #de4c4c;
  display: flex;
  width: calc(100% + 200px);
  left: -100px;
  top: 50%;
}

#Slide12 .row_grafik {
  flex-direction: column;
  height: 100%;
  padding: 50px 0 0;
}
#Slide12 {
  background: #374cb4;
}
#Slide12 .title_slide {
  color: #fff;
  font-size: 36px;
}
.block_img_12 {
  width: 100%;
  height: auto;
  display: flex;
  /* background-image: url(/wp-content/themes/twentytwenty/images/case_slide/bg_11.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top; */
  margin-top: -50px;
}
#Slide12 p {
  font-size: 22px;
  text-align: center;
  padding: 20px 0 20px;
  color: #e9e9f4;
}
.arrow_down {
  display: flex;
  height: 60px;
  justify-content: center;
}
.arrow_down:before {
  content: '';
  width: 22px;
  height: 22px;
  border-left: 4px solid #de4c4c;
  border-bottom: 4px solid #de4c4c;
  transform: translateY(-10px) rotate(-45deg);
  display: inline-flex;
  padding: 0px;
}



.slide_article .row_grafik {
  flex-direction: column;
  height: 100%;
  padding: 50px 0;
}
.slide_article .row_grafik p {
  font-size: 28px;
  line-height: 120%;
  color: #374cb4;
  font-weight: bold;
  margin-bottom: 30px;
}
.slide_article .row_grafik p + p {
  font-weight: normal;
  margin: 0;
}
.slide_article .blocks {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 60px 0 120px;
}
.slide_article .col_block {
  width: 25%;
  padding: 30px;
  font-family: sans-serif;
  background-color: #428af0;
  border: 2px solid #fff;
  border-radius: 20px;
  font-size: 18px;
  padding-bottom: 10px;
  position: relative;
}
.slide_article .col_block:nth-child(1),.slide_article .col_block:nth-child(2) {
  color: #fff;
}
.slide_article .col_block:nth-child(2) {
  background-color: #5d3aae;
}
.slide_article .col_block:nth-child(3) {
  background-color: #fff;
  z-index: 1;
}
.slide_article .col_block:nth-child(4) {
  background-color: #e76f21;
}
.row_ch {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}
i.check {
  display: inline-flex;
  width: 16px;
  height: 16px;
  border: 1px solid #fff;
  margin-right: 10px;
  position: relative;
}
i.check.checker:before {
  content: '';
  display: inline-flex;
  width: 4px;
  height: 8px;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  margin-right: 10px;
  position: absolute;
  transform: rotate(45deg);
  top: 0px;
  left: 4px;
}
.row_num {
  font-size: 24px;
  font-weight: normal;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 8px;
}
.row_date {
  margin-bottom: 30px;
}
.slide_article .col_block i.quastion {
  position: absolute;
  bottom: 15px;
  right: 15px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-style: normal;
  color: #bebebe;
  border: 1px solid #bebebe;
  border-radius: 50%;
  font-size: 12px;
}
.row_num span:first-child {
  font-weight: bold;
  font-size: 30px;
  line-height: 120%;
}
.slide_article .col_block:nth-child(4) i.check,
.slide_article .col_block:nth-child(4) i.checker:before, 
.slide_article .col_block:nth-child(3) i.check {
  border-color: #000;
}
.slide_article .col_block:nth-child(3) {
  position: relative;
}
.slide_article .col_block:nth-child(3):after {
  content: '';
  position: absolute;
  display: inline-flex;
  width: 270px;
  height: 170px;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_13.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: -120px;
  z-index: 1;
  bottom: -130px;
}
#Slide15 .col_block:nth-child(3):after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_15.png);
  right: -40px;
}
#Slide17 .col_block:nth-child(3):after {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_17.png);
  right: -120px;
}


.slide_article_2 .row_grafik {
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  padding: 50px 100px;
}
.slide_article_2 .gyre {
  width: calc(100% / 2);
  position: relative;
  border-radius: 50%;
  border: 2px dashed #de4c4c;
  display: flex;
  max-width: calc(100vh - 100px);
}
.slide_article_2 .gyre:after {
  content: '';
  padding-top: 100%;
  display: flex;
}
.small_gyre {
  position: absolute;
  width: 400px;
  height: 400px;
  display: inline-flex;
  border-radius: 50%;
  border: 2px dashed #de4c4c;
  top: calc(50% - 200px);
  left: -200px;
}
.col_gyre {
  display: inline-flex;
  width: 50%;
  height: 100%;
}
.col_gyre_img {
  position: absolute;
  display: inline-flex;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_14.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  z-index: 1;
  height: 100%;
  top: 0;
  width: 90%;
  right: -55%;
}
.small_gyre > div {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  padding: 20px;
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background-color: #374cb4;
  color: #e9e9f4;
  font-size: 24px;
  position: absolute;
}
.small_gyre_1 {
  top: -150px;
  left: -40px;
  background-color: #de4c4c!important;
}
.small_gyre_2 {
  right: -150px;
  top: calc(50% - 150px);
}
.small_gyre_3 {
  bottom: -150px;
  left: -40px;
}
.small_gyre > div > div {
  font-size: 102px;
  font-weight: bold;
  font-family: "Gilroy","Open sans",sans-serif;
  line-height: 120%;
}
.small_gyre_1 div:after {
  content: '%';
  font-size: 60px;
  line-height: 60px;
}

#Slide16 .col_gyre_img {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_16_2.png);
}
#Slide16 .small_gyre_2:after {
  content: '';
  position: absolute;
  display: inline-flex;
  width: 100%;
  height: 150px;
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_16_1.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center top;
  right: 15px;
  z-index: 1;
  top: -80px;
}

#Slide18 .col_gyre_img {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_18.png);
}
.col_block + .col_block {
  transform: translateX(-2px);
}


#Slide19 {
  background-image: url(https://www.plerdy.com/wp-content/themes/twentytwenty/images/case_slide/bg_19.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right bottom;
}
#Slide19 .row_grafik {
  flex-direction: column;
  padding: 100px 250px 100px 0;
  height: 100%;
  justify-content: space-between;
}
#Slide19 .row_grafik p {
  font-size: 28px;
  line-height: 120%;
  color: #374cb4;
  font-weight: bold;
}
#Slide19 .title_slide {
  font-size: 48px;
  margin-bottom: 50px;
}
#Slide19 .title_slide_red {
  display: inline-flex;
  background-color: #de4c4c;
  padding: 5px 15px;
  color: #e9e9f4;
  margin: -30px 0 0;
}

label#Slide9 {
  border-bottom: 1px solid #9e9e9e;
}

@media (max-width: 1400px) {
  .content_true {
    max-width: 990px;
  }
  h1 {
    font-size: 60px;
    line-height: 120%;
  }
  .col_grafik>p {
    font-size: 28px;
  }
  #Slide2 .col_grafik {
    max-width: 650px;
  }
  #Slide3 .col_grafik {
    padding: 40px 40px 0px 40px;
  }
  .title_slide {
    font-size: 46px;
    margin-bottom: 20px;
  }
  #Slide3 .col_grafik p {
    font-size: 22px;
  }
  .col_grafik>p {
    margin-bottom: 20px;
  }
  #Slide3 .col_grafik p {
    z-index: 1;
    position: relative;
  }
  .col_achievements {
    width: 320px;
    height: 320px;
  }
  .col_achievements span {
    font-size: 20px;
  }
  .col_achievements div {
    font-size: 90px;
  }
  #Slide5 .title_slide {}
  #Slide5 p {
    font-size: 28px;
  }
  .bl {
    font-size: 22px;
  }
  .bl.bl_3 .bl_img_1 {
    width: 430px;
    height: 244px;
    bottom: -75px;
    left: 370px;
  }
  #Slide6 .con_top:before {
    height: calc(100% - 135px);
  }
  #Slide7 .bl {
    width: 350px;
  }
  .bl.bl_img.bl_img_7 {
    width: 620px;
    height: 260px;
    z-index: 12;
  }
  .bl.bl_7 {
    margin-right: 60px;
  }
  #Slide8 .con_bottom:before {
    height: calc(50% - 90px);
  }
  .bl.bl_9 {
    margin-right: 60px;
  }
  .bl.bl_img.bl_img_9 {
    width: 600px;
    height: 390px;
  }
  .bl_img.bl_img_9::before {
    width: calc((990px - 655px) / 2);
  }
  .bl_img.bl_img_9::after {
    width: calc((990px - 560px) / 2);
  }
  .bl.bl_9::after {
    right: -60px;
    width: 60px;
  }
  label#Slide10 {
    background-size: calc(50vw - 84px);
  }
  #Slide10 .con_top .bl {
    max-width: 360px;
  }
  #Slide12 .title_slide {
    font-size: 26px;
  }
  .slide_article .row_grafik p {
    font-size: 22px;
    margin-bottom: 20px;
  }
  .slide_article .blocks {
    padding: 30px 0 100px;
  }
  .slide_article .col_block {
    padding: 20px;
    padding-bottom: 0px;
  }
  .row_num span:first-child {
    font-size: 22px;
  }
  .row_date {
    margin-bottom: 20px;
  }
  .row_num {
    font-size: 20px;
  }
  .slide_article .col_block {
    font-size: 16px;
  }
  .slide_article .col_block:nth-child(3):after {
    width: 200px;
    height: 115px;
    bottom: -95px;
    right: -90px;
  }
  .small_gyre>div>div {
    font-size: 74px;
  }
  .small_gyre>div {
    font-size: 18px;
    width: 240px;
    height: 240px;
  }
  .small_gyre {
    width: 350px;
    height: 350px;
    top: calc(50% - 175px);
    left: -175px;
  }
  .small_gyre_2 {
    right: -120px;
    top: calc(50% - 120px);
  }
  .small_gyre_1 {
    top: -110px;
    left: -40px;
  }
  .small_gyre_3 {
    bottom: -110px;
  }
  #Slide16 .small_gyre_2:after {
    height: 120px;
    top: -65px;
  }
  #Slide19 .title_slide {
    font-size: 38px;
    margin-bottom: 30px;
  }
  label#Slide3:after {
    width: 600px;
  }
}
@media (max-width: 1000px) {
  label#Slide3:after {
    width: 600px;
  }
  .content {
    width: calc(100% - 30px);
  }
  .contenedor form .labels label {
    padding-left: 40px;
  }
  #Slide1 .content .logo_plerdy {
    position: absolute;
    left: 0;
    top: 50px;
  }
  #Slide1 .content {
    position: relative;
    padding-top: 150px;
  }
  #Slide2 {
    background-size: calc(100% - 180px);
  }
  #Slide2 .col_grafik {
    max-width: 100%;
  }
  #Slide2 .col_grafik>p {
    font-size: 22px;
    background: #e9e9f4;
    z-index: 1;
    position: relative;
  }
  #Slide2 .row_grafik {
    height: 100%;
    padding-top: 50px;
  }
  #Slide3 .col_grafik.col_blue {padding-left: 55px;}
  label#Slide3 {
    padding-left: 0px;
  }
  label#Slide3 .content {
    width: 100%;
  }
  #Slide3 .col_grafik {
    padding: 40px 20px 0px 20px;
  }
  #Slide3 .title_slide {
    font-size: 38px;
  }
  .col_achievements div {
    font-size: 68px;
  }
  .col_achievements:first-child div:after {
    font-size: 40px;
    line-height: 40px;
  }
  .col_achievements {
    width: calc((100% / 3) - 10px);
    height: calc((100vw / 3) - 33px);
  }
  #Slide4 .title_slide {
    font-size: 58px;
    margin-bottom: 30px;
  }
  .col_achievements span {
    font-size: 14px;
    line-height: 120%;
  }
  #Slide5 .content.content_true {
    justify-content: flex-start;
    padding-top: 50px;
  }
  #Slide5 {
    background-size: 60%;
  }
  #Slide6 .title_slide {
    font-size: 32px;
  }
  #Slide6 .con_top {
    padding: 0;
  }
  #Slide6 .row_grafik {
    justify-content: flex-start;
    padding-top: 10px;
    height: 773px;
    flex-shrink: 0;
  }
  span.num {
    width: 80px;
    height: 80px;
    font-size: 34px;
  }
  #Slide6 .row_grafik>div {
    flex-direction: column;
  }
  .bl {
    margin: 30px 0;
    background: #e9e9f4;
    z-index: 1;
    text-align: center;
  }
  span.num:before,.bl:after {
    width: 0px;
    height: 28px;
    border: none;
    border-left: 2px dashed #de4c4c;
    bottom: -28px;
    top: auto;
    left: calc(50% - 1px);
  }
  span.num:after {
    width: 8px;
    height: 8px;
    transform: rotate(45deg);
    top: auto;
    bottom: -28px;
    right: calc(50% - 5px);
  }
  #Slide6 .row_grafik>div {
    padding: 0;
  }
  #Slide6 .con_top:before,
  #Slide6 .con_top:after,
  .con_bottom:before {
    display: none;
  }
  .bl.bl_3 .bl_img_1 {
    width: 330px;
    height: 186px;
    left: calc(50% - 165px);
    bottom: -178px;
  }
  .bl.bl_3 {
    padding: 15px;
    width: auto;
  }
  .bl_3>span:not(.bl_img_1) {
    max-width: 100%;
  }
  #Slide6 .content {
    justify-content: space-between;
  }
  #Slide7 .content:after {
    left: calc(50% - 1px);
  }
  #Slide7 .con_top {
    padding: 0;
    flex-direction: column;
    width: 100%;
    align-items: center;
  }
  #Slide7 .col_grafik {
    width: 100%;
  }
  #Slide7 .bl {
    width: auto;
    margin: 30px 0;
    text-align: center;
  }
  #Slide7  span.num:before {
    display: none;
  }
  #Slide7 .bl.bl_img {
    height: 50px;
    margin-bottom: 30px;
    z-index: 1;
  }
  #Slide8 .content:after,#Slide9 .content:after {
    content: '';
    display: inline-flex;
    height: 100%;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
    border-left: 2px dashed #de4c4c;
  }
  #Slide8 .con_top {
    flex-direction: column;
    width: 100%;
  }
  .bl.bl_7::after,
  #Slide8 .con_top:before,
  #Slide7 .bl::after {
    display: none;
  }
  .bl.bl_7 {
    margin-right: 0px;
  }
  #Slide8 .con_bottom {
    padding: 0;
    flex-direction: column;
  }
  .num.num_8 {
    order: 1;
  }
  .bl.bl_8 {
    order: 2;
  }
  .bl.bl_img.bl_img_7 {
    background-color: transparent;
    height: 255px;
  }
  span.num.num_8:after {
    left: auto;
    transform: rotate(45deg);
  }
  .bl.bl_8:before,
  .bl:after,
  span.num.num_8:before,
  #Slide8 span.num:before {
    display: none;
  }
  span.bl_img_8 {
    bottom: -120px;
  }
  #Slide9 .con_top {
    width: 100%;
    flex-direction: column;
    justify-content: center;
  }
  #Slide9 .con_top:before,
  #Slide9 .con_bottom:after, 
  #Slide9 .con_top:after, 
  #Slide9 .con_top:before,
  .bl_img.bl_img_9::before,
  #Slide9 span.num:before{
    display: none;
  }
  .bl.bl_img.bl_img_9 {
    background-color: transparent;
  }
  label#Slide10 {
    background-position: right calc(100% - 50px);
    background-size: calc(50vh);
  }
  #Slide10 .con_top {
    padding: 0;
    width: 100%;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #Slide10 .col_grafik {
    width: 100%;
    height: 100%;
    padding-top: 50px;
  }
  #Slide10 .content_true:after {
    height: calc(50% + 135px);
    left: calc(50% - 1px);
  }
  label#Slide10 span.num:before {
    display: none;
  }
  #Slide11 .row_grafik {
    padding: 50px 0;
  }
  .col_adding span {
    font-size: 16px;
  }
  .col_adding {
    width: calc(25% - 6px);
  }
  #Slide11 p {max-width: 100%;}
  .block_img_12 {
    background-position: center;
  }
  .slide_article .col_block {
    width: 50%;
  }
  .slide_article .blocks {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    height: auto;
  }
  .slide_article .col_block:nth-child(3),.slide_article .col_block:nth-child(4) {
    transform: translate(-2px,-2px);
  }
  .slide_article_2 .gyre {
    width: calc(100%);
  }
  .small_gyre {
    left: calc(50% - 280px);
    top: -134px;
  }
  .col_gyre_img {
    height: 100%;
    top: auto;
    width: 90%;
    right: -80px;
    bottom: 0;
    transform: translateY(50%);
    background-position: right center;
  }
  #Slide19 {
    background-position: calc(100% + 200px) bottom;
  }
  #Slide19 .title_slide {
    font-size: 28px;
  }
  #Slide19 .row_grafik p {
    font-size: 20px;
  }
  .bl.bl_1:after, .bl.bl_2:after {
    display: block;
  }
  label#Slide12~#Slide19 .row_grafik {
    padding-right: 100px;
  }
}
@media (max-width: 767px) {
  .contenedor form input {
    display: none;
  }
  .contenedor form .labels label {
    padding: 0;
  }
  #Slide1 .logo_plerdy a {
    width: 120px;
    height: 30px;
  }
  #Slide1 .content .logo_plerdy {
    top: 30px;
  }
  #Slide1 .content {
    padding: 80px 0 75vw;
    justify-content: center;
    min-height: 100vh;
  }
  h1 {
    font-size: 25px;
    text-align: left;
  }
  #Slide1 {
    background-size: contain;
    background-position: right bottom;
    padding: 0 15px;
  }
  .contenedor form > input {
    display: none;
  }
  .contenedor form .labels {
    position: static;
    height: auto;
  }
  .contenedor form .labels label {
    height: auto;
    transform: translate(0px, 0px)!important;
    min-height: auto;
  }
    .contenedor {
    height: auto;
  }
  .contenedor form {
    height: auto;
    padding: 0;
    position: static;
  }
  .content {
    width: 100%;
  }
  .content_true {
    padding: 15px;
  }
  #Slide2 .col_grafik>p {
    padding: 0 0 0px !important;
    font-size: 18px;
  }
  #Slide2 .row_grafik {
    padding-top: 0px;
  }
  label#Slide2 {
    padding-bottom: 200px;
    background-size: 200px;
  }
  #Slide3 .col_grafik {
    width: 100%!important;
    padding: 20px 15px 0px 15px;
  }
  #Slide3 .row_grafik {
    flex-direction: column;
  }
  #Slide3 .col_grafik.col_blue {
    padding: 15px;
  }
  #Slide3 .col_grafik.col_blue p {
    margin: 0;
    font-size: 18px;
  }
  .col_grafik>p {
    padding: 0px!important;
  }
  label#Slide3:after {
    width: 100%;
    left: 0;
  }
  label#Slide3 {
    padding-bottom: 150px;
  }
  #Slide3 .title_slide {
    font-size: 26px;
    margin-bottom: 15px;
  }
  #Slide4 .row_grafik {
    padding: 0px;
  }
  #Slide4 .title_slide {
    font-size: 30px;
    margin-bottom: 20px;
  }
  .row_achievements {
    flex-direction: column;
  }
  .col_achievements {
    width: 200px;
    height: 200px;
  }
  .col_achievements div {
    font-size: 51px;
  }
  .col_achievements + .col_achievements {
    margin-top: 15px;
  }
  label#Slide4 {
    padding-bottom: 40vw;
  }
  #Slide5 .title_slide {
    padding-bottom: 50px;
    margin-bottom: 25px;
    font-size: 30px;
  }
  #Slide5 .title_slide span, #Slide5 .title_slide span:before {
    width: 20px;
    height: 20px;
  }
  #Slide5 .title_slide span:before {
    width: 15px;
    height: 15px;
  }
  #Slide5 p {
    font-size: 18px;
  }
  .bl {
    font-size: 18px;
  }
  #Slide5 .content.content_true {
    padding-top: 20px;
  }
  #Slide5 {
    padding-bottom: 280px;
    background-size: 240px;
  }
  #Slide6 .content {
    padding-top: 50px;
  }
  #Slide6 .title_slide {
    font-size: 24px;
    text-align: center;
    margin-bottom: 10px;
  }
  .bl.bl_1:after,.bl.bl_2:after {
    display: block;
  }
  #Slide7 .content {
    padding-top: 30px;
  }
  label#Slide8 .content {
    padding-top: 0px;
  }
  span.bl_img_8 {
    height: 25vw;
    bottom: -25px;
    width: 100%;
    left: 15px;
    position: static;
  }
  .bl.bl_9 {
    margin: 30px 0;
  }
  #Slide9 .con_top {
    padding: 0;
  }
  .bl.bl_8 {
    flex-direction: column;
    padding: 15px;
  }
  .bl.bl_img.bl_img_9 {
    padding: 0px;
    height: 58vw;
    background-position: center bottom;
  }
  label#Slide9 .content.content_true {
    padding-bottom: 0px;
  }
  label#Slide10 {
    padding-bottom: 230px;
    background-size: 300px;
    background-position: right bottom;
  }
  .bl.bl_11:after {
    display: block;
    height: 85px;
    bottom: -85px;
  }
  label#Slide11 {
    padding: 0 15px 15px;
  }
  .title_slide {
    font-size: 30px;
    margin-bottom: 20px;
  }
  #Slide11 p {
    font-size: 18px;
  }
  .slide_article .row_grafik p {
    font-size: 18px;
  }
  .row_bl_adding {
    flex-wrap: wrap;
  }
  .col_adding {
    width: calc(50% - 6px);
    margin-bottom: 6px;
  }
  .row_bl_adding:after {
    display: none;
  }
  .col_adding span {
    padding: 20px;
  }
  #Slide12 .row_grafik {
    padding: 0px;
  }
  .block_img_12 {
    height: calc(100vw - 100px);
    margin: 0;
  }
  .slide_article .col_block {
    padding: 15px;
  }
  .slide_article .col_block {
    font-size: 14px;
  }
  .row_ch {
    margin-bottom: 8px;
  }
  .row_num {
    margin-bottom: 0px;
  }
  .slide_article_2 .row_grafik {
    padding: 250px 0px;
  }
  .col_gyre_img {
    right: 0px;
    max-height: 350px;
  }
  .small_gyre>div>div {
    font-size: 54px;
  }
  .small_gyre>div {
    font-size: 14px;
    width: 160px;
    height: 160px;
    line-height: 18px;
  }
  .small_gyre {
    left: 40px;
    top: -134px;
    width: 220px;
    height: 220px;
  }
  .small_gyre_1 div:after {
    font-size: 30px;
    line-height: 30px;
  }
  .small_gyre_3 {
    bottom: -110px;
  }
  label#Slide14 {
    padding: 15px;
  }
  .small_gyre_2 {
    right: -90px;
    top: -30px;
  }
  .small_gyre_3 {
    bottom: -50px;
  }
  i.check {
    margin-right: 5px;
  }
  #Slide15 .content.content_true {
    padding: 0 15px;
  }
  #Slide16 .small_gyre_2:after {
    height: 90px;
    top: -38px;
    left: -48px;
  }
  label#Slide16 {
    padding: 0 15px;
  }
  label#Slide18 {
    padding: 0 15px;
  }
  #Slide19 {
    background-size: 300px;
    background-position: calc(100% + 90px) bottom;
  }
  #Slide19 .row_grafik {
    padding: 0 0 200px;
  }
  #Slide19 .title_slide {
    font-size: 20px;
    max-width: 250px;
  }
  #Slide19 .title_slide_red {
    font-size: 14px;
  }
  /* #Slide19 .row_grafik p {
    position: absolute;
    bottom: 100px;
    width: 50%;
    font-size: 16px;
  } */
  .contenedor form {
    max-width: 100vw;
    overflow: hidden;
  } 
  #Slide3 .col_grafik p {
    font-size: 18px;
  }
}

/* new */
.bl a {
  text-decoration: underline;
  display: inline-flex;
  background-color: #3f51b5;
  padding: 0px 5px;
  color: #e9e9f4;
}
.contenedor form .labels label {
  transform: translateY(0%)!important;
  margin: 0;
  padding: 0;
}
.contenedor form .labels {
  position: static;
  height: auto;
  width: 100%;
}
.contenedor form {
  height: auto;
  padding: 0;
  position: static;
}
.contenedor {
  height: auto;
}
section.page_seo_survey.seo-case-study {
  margin: 0;
  height: auto;
}
.col_left_in {
  position: fixed;
  display: flex;
  flex-direction: column;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}
.share-list {
  top: 130px;
}
#Slide6, #Slide7, #Slide8, #Slide9, #Slide10 {
  min-height: 0px;
}
#Slide9 .con_top,
#Slide9 .con_top .bl.bl_9 {
  width: 100%;
}
body {
  background: #e9e9f4;
}
section.bottom_blog {
  padding-top: 50px;
}
body {
  background: #e9e9f4;
}

section.bottom_blog {
  padding-top: 50px;
}

label#Slide12 {
  min-height: calc(100vh - 100px);
}

.block_img_12 img {
  width: 1000px;
}

.block_img_12 {
  align-items: center;
  justify-content: center;
}

label#Slide3 {
  padding-bottom: 300px;
  min-height: auto;
}

#Slide2 .col_grafik {
  max-width: 650px;
}

#Slide2 .col_grafik p {
  font-size: 30px;
}

label#Slide1 {
  padding-bottom: 200px;
}

label#Slide1 p {
  color: #e9e9f4;
  font-size: 22px;
  margin: 20px 0;
  max-width: 800px;
}

#Slide1 .content {
  min-height: calc(100vh - 300px);
}

#Slide5 .title_slide {
  max-width: 600px;
}
html::-webkit-scrollbar-track
{
	background-color: #e9e9f4;
}

html::-webkit-scrollbar
{
	width: 6px;
	background-color: #e9e9f4;
}

html::-webkit-scrollbar-thumb
{
	background-color: #374cb4;
}
@media (max-width: 1400px) {
  #Slide2 .col_grafik {
    max-width: 400px;
  }
  #Slide2 .col_grafik p {
    font-size: 24px;
  }
  .bl.bl_9 {
    margin-right: 0px;
  }
  label#Slide1 {
    padding-bottom: 100px;
  }

  label#Slide1 p {
    max-width: 500px;
    font-size: 18px;
  }
}
@media (max-width: 990px) { 
  #Slide2 .col_grafik p {
    font-size: 18px;
  }
  #Slide2 .col_grafik {
    max-width: 100%;
    padding-left: 40px;
    background: #e9e9f4;
  }
  label#Slide2 {
    justify-content: flex-start;
  }label#Slide12~label .row_grafik {
    padding: 100px 0;
  }
  label#Slide1 p {
    line-height: 26px;
    text-align: left;
    margin-bottom: 0;
  }

  label#Slide1 {
    padding-bottom: 400px;
  }
}
@media (max-width: 767px) {  
  label#Slide1 {
    min-height: calc(100vh - 50px);
  }
  label#Slide1 {
  padding-bottom: 300px;
  }

  label#Slide1 .content.content_true {
    padding: 80px 0 0vw;
    min-height: 200px;
  }

  #Slide2 .col_grafik {
    padding-left: 0px;
  }

  label#Slide3 {
    padding-bottom: 160px;
  }

  label#Slide12~label .row_grafik {
    padding: 50px 0 200px;
  }
}