#main > .wf-wrap {
    width: 900px;
}

@media screen and (min-width: 780px) {
	.vc_row[data-vc-full-width="true"] .upb_row_bg {
		width: 100% !important;
	}	
}

/* product text */
.product-text {
	padding-top: 15px;
	padding-bottom: 70px;
	text-align: center;
}
.product-text .wpb_column:not(.vc_col-sm-12) .vc_column-inner  {
	padding-top: 0 !important;
}
.product-text .wpb_text_column,
.product-text .wpb_single_image  {
	margin-bottom: 20px;
}
.product-text .wpb_single_image:first-child img {
	width: 100px;
}
.product-text.dpod-text .wpb_single_image:first-child img {
	width: 200px;
}
.product-text.ascomy-text .wpb_single_image:first-child img {
    height: 55px;
    object-fit: cover;
    object-position: bottom;
    width: 198px;
}
.product-text.self-text .wpb_single_image:first-child img {
    height: 55px;
    object-fit: cover;
    object-position: bottom;
    width: 232px;
}
.product-text.aski-text .wpb_single_image:first-child img {
    width: 200px;
    height: 57px;
    object-fit: cover;
    object-position: bottom;
}
.product-text .wpb_text_column .wpb_wrapper {
	width: max-content;
	max-width: 100%;
	margin: auto;
	position: relative;
	font-size: 19px;
	line-height: 1.5;	
}
.product-text h2 {
	font-size: 28px;
	line-height: 1.4;
	color: #000;
	display: inline-block;
	position: relative;
}
.product-bul .wpb_text_column .wpb_wrapper h2::before,
.product-text .wpb_text_column .wpb_wrapper h2::before {
    content: "";
    width: 48px;
    height: 48px;
    position: absolute;
    left: -48px;
    top: -48px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
}
.rtl .product-bul .wpb_text_column .wpb_wrapper h2::before,
.rtl  .product-text .wpb_text_column .wpb_wrapper h2::before {
    left: auto;
    right: -48px;
}
.product-text.self-text .wpb_text_column .wpb_wrapper h2::before {
    background-image: url(../pics/self-plus.svg);
}
.product-bul.dpod-bul .wpb_text_column .wpb_wrapper h2::before,
.product-text.dpod-text .wpb_text_column .wpb_wrapper h2::before {
    background-image: url(../pics/dpod-plus.svg);
}
.product-bul.aski-bul .wpb_text_column .wpb_wrapper h2::before,
.product-text.aski-text .wpb_text_column .wpb_wrapper h2::before {
    background-image: url(../pics/aski-plus.svg);
}
.product-bul.ascomy-bul .wpb_text_column .wpb_wrapper h2::before,
.product-text.ascomy-text .wpb_text_column .wpb_wrapper h2::before {
    background-image: url(../pics/ascomy-plus.svg);
}
.product-text .wpb_video_widget {
    max-width: 550px;
    margin: auto;
    background: #f5f7f8;
    padding: 25px;
    box-sizing: border-box;
}
.product-text .bordered-image {
    max-width: 550px;
    margin: auto;
    background: #f5f7f8;
    padding: 25px;
    box-sizing: border-box;
}
.product-text .combar-button {
	margin-top: 50px;
}
.product-text .combar-button button {
    color: #fff;
    font-weight: 900;
    font-size: 26px;
    border: none;
    line-height: 1;
    padding: 10px 20px;
    border-radius: 10px;
	transition: .5s;
}
.product-text.self-text .combar-button button {
    background: #10cad4;
}
.product-text.dpod-text .combar-button button {
    background: #95559c;	
}
.product-text.aski-text .combar-button button {
    background: #ec2027;	
}
.product-text.ascomy-text .combar-button button {
    background: #ffcf01;	
	color: #000;
}
.product-text .combar-button button i {
	margin-inline-end: 10px;
}
.product-text .combar-button.left-icon button i {
    float: right;
    margin-inline: 10px 0px;
}
.rtl .product-text .combar-button.left-icon button i {
    float: left;
}
.product-text .combar-button button:hover {
	opacity: .75;
}

@media screen and (min-width: 780px) {
	.product-text  .justify-start .combar-button {
		text-align: left;
	}
	.product-text  .justify-end .combar-button {
		text-align: right;
	}
	.rtl .product-text  .justify-start .combar-button {
		text-align: right;
	}
	.rtl .product-text  .justify-end .combar-button {
		text-align: left;
	}
}

/* product bg */
.product-bg {
	padding: 65px 0 35px;
	min-height: 300px;
	box-sizing: border-box;
	color: #fff;
	font-size: 16px;
}
.product-bg .upb_row_bg {
    background-color: #2d3a4c !important;
    background-image: url(../pics/product-bg-left.svg), url(../pics/product-bg-right.svg) !important;
    background-repeat: no-repeat !important;
    background-size: calc((100vw - 900px) /2 ) 70%, calc((100vw - 900px) /2 ) 70% !important;
    background-position: left top 10%, right bottom 10% !important;
}
.product-bg .wpb_text_column {
	margin-bottom: 65px;
}
.product-bg h3 {
    color: #fff;
    font-size: 26px;
    font-weight: 500;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.product-bg h3::after {
    content: "";
    background: #10cad4;
    height: 5px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.rtl .product-bg h3::after {
	left: auto;
	right: 0;
}
.product-bg.self-bg h3::after {
	background: #10cad4;
}
.product-bg.dpod-bg h3::after {
	background: #95559c;
}
.product-bg.aski-bg h3::after {
	background: #ec2027;
}
.product-bg.ascomy-bg h3::after {
	background: #ffcf01;
}
.content .product-bg ul {
    list-style: none;
	margin: 0;
}
.content .product-bg li {
	padding-left: 16px;
	position: relative;
}
.content .product-bg li::before {
    content: "+";
    left: 0;
    top: 0;
    position: absolute;
	font-weight: 700;
}
.rtl .content .product-bg li {
	padding-right: 16px;
	padding-left: 0;
}
.rtl .content .product-bg li::before {
    left: auto;	
    right: 0;	
}

/* product bullets */
.product-bul  {
	padding: 70px 0 5px;
}
.product-bul.dpod-bul,
.product-bul.aski-bul  {
	padding: 118px 0 5px;
}
.product-bul .vc_column-inner {
	padding-top: 0 !important;
}
.product-bul .wpb_text_column {
	margin: 0;
}
#content .product-bul .vc_col-sm-12:not(.not-title) .wpb_text_column {
	text-align: center;	
}
.product-bul .wpb_column:not(.vc_col-sm-12) .wpb_text_column,
#content .product-bul .vc_col-sm-12.not-title .wpb_text_column {
    margin-bottom: 65px;
}
#content .product-bul .wpb_text_column h2:last-child {
	margin-bottom: 50px;
	font-size: 28px;
	line-height: 1.1;
	color: #000;
	display: inline-block;
	position: relative;
}
.product-bul h3 {
    font-size: 26px;
    font-weight: 500;
    position: relative;
    padding-bottom: 35px;
    margin-bottom: 30px;
}
.product-bul h3::after {
    content: "";
    height: 5px;
    width: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
}
.rtl .product-bul h3::after {
	left: auto;
	right: 0;
}
.product-bul.aski-bul h3::after {
    background: #ec2027;
}
.product-bul.ascomy-bul h3::after {
    background: #ffcf01;
}
.content .product-bul ul {
    list-style: none;
	margin: 0;
}
.content .product-bul li {
	padding-left: 16px;
	position: relative;
	margin-bottom: 5px;
}
.content .product-bul li:last-child {
	margin-bottom: 0px;
}
.content .product-bul li::before {
    content: "+";
    left: 0;
    top: 0;
    position: absolute;
	font-weight: 700;
}

.rtl .content .product-bul li {
	padding-right: 16px;
	padding-left: 0;
}
.rtl .content .product-bul li::before {
    left: auto;
    right: 0;
}

@media screen and (min-width: 780px) {
	.product-bul .double-ul ul {
		float: right;
		width: 50%;
	}
	.product-bul .double-ul.wpb_text_column {
		display: flex;
	}
}

/* reccom */
.product-rec {
	padding: 35px 0 70px;
}
.product-rec .vc_column-inner {
	padding-top: 35px;
}
.product-rec h2 {
	margin-bottom: 50px;
	font-weight: 900;
	font-size: 28px;
	color: #000;
}
.rec-car.owl-carousel .wpb_single_image {
	margin: 0;
}
.rec-car.owl-carousel > .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
	border: none;
	outline: none !important;
}
.rec-car.owl-carousel > .owl-nav button i {
    color: #c0c1c3;
    font-size: 60px;
}
.rec-car.owl-carousel > .owl-nav button.owl-prev {
	right: -90px;
}
.rec-car.owl-carousel > .owl-nav button.owl-next {
	left: -90px;
}
.rec-car.owl-carousel > .owl-dots {
	display: flex;
	justify-content: center;
	line-height: 1;
	margin-top: 15px;
}
.rec-car.owl-carousel > .owl-dots .owl-dot {
	opacity: .5;
}
.rec-car.owl-carousel > .owl-dots .owl-dot.active {
	opacity: 1;
}
.rec-car.owl-carousel > .owl-dots button span {
    width: 15px;
    height: 15px;
    background: #d8d8db;
    display: inline-block;
    margin: 0 5px;
    border-radius: 50%;
}

@media screen and (max-width: 780px) {
	.product-bul.dpod-bul,
	.product-bul.aski-bul  {
		padding-top: 58px;
	}
	.product-text {
		padding-bottom: 50px;
	}	
	.product-bul .wpb_text_column .wpb_wrapper h2::before,
	.product-text .wpb_text_column .wpb_wrapper h2::before {
		width: 40px;
		height: 40px;
		right: -25px;
		top: -25px;
	}
	.product-text .wpb_text_column, .product-text .wpb_single_image {
		margin-bottom: 30px;
		margin-top: 30px;
	}
	.product-text .wpb_single_image:first-child {
		margin-bottom: 40px;
	}
	.product-text .wpb_text_column .wpb_wrapper {
		width: auto;
	}
	.product-text .wpb_text_column .wpb_wrapper::before {
		width: 30px;
		height: 30px;
		right: -10px;
		top: -25px;
	}
	.product-text .combar-button.small-margin-top {
		margin-top: 15px;
	}
	.product-rec h2,
	.product-text h2 {
		font-size: 6vw;
	}
	.product-bg .upb_row_bg {
		background-size: 100% 40% !important;
	}
	.product-bg h3 {
		font-size: 5.5vw;		
	}
	.product-text .wpb_video_widget {
		padding: 10px;
	}
	.product-bg {
		padding: 15px 0 35px;
	}
	.product-bg .wpb_text_column {
		margin-bottom: 15px;
	}
	.product-rec {
		padding: 15px 0 50px;
	}
	.product-rec h2 {
		margin-bottom: 30px;
	}
	.product-text h2,
	#content .product-bul .wpb_text_column h2:last-child {
		max-width: calc(100% - 70px);
	}
	.product-text .combar-button button {
		font-size: 20px;
	}
	.product-bul .wpb_column.no-margin-bottom-mob .wpb_text_column {
		margin-bottom: 0px;
	}
}

/* product form */
.product-con {
	color: #2d3a4c;
	font-size: 22px;
	text-align: center;
	padding: 15px 0 50px;
	line-height: 1;
}
.product-con h2 {
	color: #2d3a4c;
	font-weight: 900;
	font-size: 28px;
	line-height: 1;
	margin-bottom: 20px;
}

.product-form > div {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}


@media screen and (min-width: 780px) {
	.product-form > div {
		gap: 20px;	
	}
	.product-form > div:first-child {
		margin-bottom: 20px;
	}
	.product-form > div > div {
		flex: 1;
	}
	.product-form > div:last-child > div:last-child {
		width: 16%;
		flex: 0 0 16%;
	}
}
.product-form > div input.wpcf7-form-control:not([type="checkbox"]) {
    font-size: 14px;
    background: #fff;
    color: #222;
    border: 1px solid #fff;
    border-radius: 0px;
    height: 35px;
    margin: 0;
	font-weight: 900;
}
.product-form > div > div.col2-3 {
	text-align: start;
	font-size: 15px;
}
.product-form .wpcf7-form-control.wpcf7-acceptance label {
	display: flex;
	gap: 8px;
	align-items: center;
}
.product-form .wpcf7-form-control.wpcf7-acceptance label input {
	width: 15px;
	height: 15px;
}
.product-form > div input.wpcf7-submit:not([type="checkbox"]) {
    width: 100%;
	font-size: 20px;
    background: #2d3a4c;
    color: #fff;
    transition: .3s;
    font-weight: 900;
	border: none;
	line-height: 1;
}

.product-form > div input[type="submit"]:hover {
    background: #222;
	box-shadow: none !important;
}
.product-form > div input:not([type="submit"]):focus {
    background: lightyellow;
}
.product-form > div input.wpcf7-form-control::placeholder {
    color: #b1b1b1 !important;
    opacity: 1 !important;
}
div.wpcf7-response-output, .product-form .wpcf7-not-valid-tip {
    display: none !important;
}
.product-form > div  input.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid red;
}
@media screen and (max-width: 780px) {
	.product-con {
		font-size: 4.8vw;
		line-height: 1.4;		
	}
	.product-con .wpb_text_column {
		margin-bottom: 30px;
	}
	.product-con h2 {
		font-size: 6vw;
		line-height: 1.4;	
		margin-bottom: 10px;		
	}
	.product-form > div,
	.product-form > div > div {
		width: 100%;
		flex: 0 0 100%;
	}
	.product-form > div > div {
		margin-bottom: 10px;
	}
	.product-form > div:last-child > div:last-child {
		margin: 0;
	}
	.product-form .wpcf7-form-control.wpcf7-acceptance label {
	  align-items: flex-start;
	}
	.product-form .wpcf7-form-control.wpcf7-acceptance label input {
		margin-top: 5px;
	}
}

/* logos */
.product-logos {
	padding: 35px 0 70px;
}
.product-logos h2 {
	font-size: 40px;
	margin-bottom: 50px;
}
.product-logos .wpb_single_image {
    margin: 0;
    display: flex;
    align-self: center;
}
.product-logos .wpb_single_image .vc_figure {
    display: flex;
}
.product-logos .just-container {
    display: grid;
    grid-template-columns: repeat(6,1fr);
    grid-template-rows: auto;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
}
.product-logos  .just-container img {
    max-height: 80px;
    max-width: 100%;
    object-fit: contain;
}
@media screen and (max-width: 780px) {
	.product-logos .just-container {
		grid-template-columns: repeat(5,1fr);
	}	
	.product-logos h2 {
		font-size: 7vw;
	}
}
@media screen and (max-width: 520px) {
	.product-logos .just-container {
		grid-template-columns: repeat(4,1fr);
	}	
}
@media screen and (max-width: 480px) {
	.product-logos .just-container {
		grid-template-columns: repeat(3,1fr);
	}	
}

/* self */
.self-head {
  direction: rtl;
}
.self-head .upb_row_bg::after,
.self-head .upb_row_bg::before {
    content: "";
    width: 40vw;
    height: 40vw;
    position: absolute;
    background: linear-gradient(to right, #00e0c0 50%, #29aaf1);
    border-radius: 25%;
}
.self-head .upb_row_bg::before {
    top: -26vw;
    right: 11vw;
	transform: rotate(45deg);
}
.self-head .upb_row_bg::after {
    top: -9vw;
    left: -30vw;
    transform: rotate(-45deg);
}
.self-head .wpb_single_image {
	margin-bottom: 0;
}
.self-head:not(.new-self) img {
	width: auto;
	padding: 50px 0 0px 0;
	height: 30vw;
}
.self-head:not(.new-self) p {
    font-size: 5vw;
}
.self-head:not(.new-self) p strong {
    background: linear-gradient(to right, #00e0c0 50%, #29aaf1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.self-head.new-self img {
  width: auto;
  padding: 0px 0 0px 0;
  height: calc(30vw + 50px + -0.5vw);
  margin-top: -0.5vw;
  margin-inline-start: 2.5vw;
}
.self-head.new-self .wpb_text_column {
	position: absolute;
	top: 10vw;
	margin: 0;
	inset-inline-end: 20vw;
	text-align: center;
}
.self-head.new-self .self-head-img .vc_column-inner {
	padding-top: 0 !important;
}
.self-head.new-self .wpb_text_column .wpb_wrapper{
    background: linear-gradient(to right, #01dfc2 20%, #27adf0);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.self-head.new-self h3 {
  font-size: 4.7vw;
  font-weight: 900;
  white-space: nowrap;
  line-height: 1;
}
.self-head.new-self h3 em {
  font-style: normal;
  font-size: 50%;
  margin-inline-start: -0.9vw;
  font-weight: 600;
}
.self-head.new-self p {
	line-height: 1;
	font-size: 3.2vw;
}
.self-head.new-self p:first-child {
	z-index: -1;
	position: relative;
}
.self-head.new-self p:first-child::after {
  content: "";
  position: absolute;
  margin: auto;
  background: linear-gradient(to right, #01dfc2 20%, #27adf0);
  width: 100%;
  height: 0.25vw;
  bottom: 0;
  inset-inline: 0;
  z-index: -1;
  border-radius: 10px;
}
.self-head.new-self strong {
	position: relative;
	z-index: 1;
	padding: 0;
	line-height: 1;
    background: linear-gradient(to right,#07d7c9 20%,#1eb9e6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.self-head.new-self strong::after {
  content: "";
  position: absolute;
  width: calc(100% + 50px);
  height: 100%;
  background: #fff;
  display: block;
  z-index: -1;
  inset-inline-start: -25px;
  top: 0;
}
.self-head.new-self p:last-child {
	font-weight: 500;
}
@media screen and (min-width: 780px) {
	.self-head .wpb_text_column {
		  position: absolute;
		  margin-right: -5vw;
	}
}
@media screen and (max-width: 780px) {
	.self-head .vc_column-inner {
		padding-top: 0 !important;
	}
	.self-head .vc_col-sm-6:nth-child(3) {
		 position: absolute;
		text-align: left;
		top: 21vw;
		left: 17vw;
	}
	.self-head img {
		width: auto;
		padding: 20px 0 0px 0;
		height: 40vw;
	}
	
	.self-head.new-self img {
		height: calc(40vw + 20px);
	}
	.self-head.new-self .vc_col-sm-6:nth-child(3) {
	  position: absolute;
	  top: 0;
	  inset-inline-end: 0;
	}
	.self-head.new-self .wpb_text_column {
		inset-inline-end: 18vw;
	}
	
	.self-head.new-self h3 {
		 font-size: 5.7vw;
	}
	.self-head.new-self p {
		font-size: 4.1vw;
	}	
	.self-head.new-self p:first-child::after {
	  height: 0.55vw;
	}
	.self-head.new-self strong::after {
	  width: calc(100% + 6vw);
	  inset-inline-start: -3vw;
	}
}

/* banner */
.vc_row.wpb_row.vc_row-fluid.self-banner {
  height: 23vw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-bottom: 1.5px solid #fff;
}
.self-list .vc_column-inner,
.self-banner .vc_column-inner {
	padding: 0 !important;
}
.self-list .wpb_content_element {
	margin: 0;
}
.self-list .wpb_content_element:not(:last-child) {
	margin: 0 0 50px;
}
.self-banner div.vc_custom_heading {
  font-size: 65px;
  font-weight: 700;
  line-height: 1.2;
}
.self-list {
	border-bottom: 1px solid #c0c1c3;
	padding-block: 125px;
	padding-inline: 0 !important;
}
.content .self-list ol {
  list-style: none;
  margin: 0;
  counter-reset: self;
  position: relative;
  z-index: 1;
}
.content .self-list li {
  padding-inline-start: 310px;
  position: relative;
  min-height: 220px;
  margin-bottom: 150px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-size: 20px;
  text-align: justify;
  line-height: 1.5;
}
.content .self-list li::before {
	counter-increment: self;
	content: counter(self, decimal-leading-zero);
	position: absolute;
	right: 0;
	width: 220px;
	height: 220px;
	top: 50%;
	transform: translateY(-50%);
	box-sizing: border-box;
	border: 5px solid #fff;
	border-radius: 8px 8px 55px 0px;
	color: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 120px;
	font-weight: 400;
	background-image: linear-gradient(
		45deg,
		hsl(171deg 100% 44%) 0%,
		hsl(174deg 88% 46%) 21%,
		hsl(177deg 83% 46%) 30%,
		hsl(181deg 80% 46%) 39%,
		hsl(184deg 77% 48%) 46%,
		hsl(188deg 76% 49%) 54%,
		hsl(191deg 77% 51%) 61%,
		hsl(195deg 80% 52%) 69%,
		hsl(198deg 84% 54%) 79%,
		hsl(201deg 88% 55%) 100%
	);
}
.content .self-list .vc_col-sm-12 {
	margin-bottom: 20px;
}
.self-bridge.wpb_column  {
  width: 250px;
  margin-inline-start: 60px;
}
.self-bridge .svg-file {
  text-align: center;
}
.self-video.wpb_column {
	width: auto;
	flex: 1;
}
.self-video.wpb_column .wpb_video_widget {
  margin: 0;
  background: #f5f7f8;
  padding: 20px;
  box-sizing: border-box;
}
.self-bridge p {
  text-align: center;
  color: #0fccd6;
  font-weight: 900;
  font-size: 40px;
  line-height: 1;
  letter-spacing: 0;
  margin-bottom: 20px;
}

/* ltr */
html:not([dir="rtl"]) .content .self-list li {
	text-align: start;
}
html:not([dir="rtl"]) .content .self-list li::before {
	left: 0;
	right: auto;
}
@media screen and (min-width: 768px) {
	.self-list {
		flex-direction: row-reverse;
	}
	.content .self-list li:nth-child(even) {
		padding-inline: 0 310px;
	}
	.content .self-list li:nth-child(even)::before {
		left: 0;	
		right: auto;	
	}
	html:not([dir="rtl"]) .content .self-list li:nth-child(even)::before {
		left: auto;	
		right: 0;	
	}
}
.content .self-list li:last-child {
  margin-bottom: 0px;
}
.self-list h4 {
	font-weight: 800;
	font-size: 41px;
	line-height: 1.2;
	margin-bottom: 20px;
	text-align: start;
}
.product-banner  {
	border-top: 2px solid #c0c1c2;
}
.product-banner .wpb_single_image  {
	margin-bottom: 0px;
}
@media screen and (max-width: 780px) {
	.vc_row[data-vc-full-width="true"] {
		left: 0 !important;
		width: 100vw !important;
		margin: 0 -20px;
	}
	.vc_row[data-vc-full-width="true"] .upb_row_bg {
		width: 100vw !important;
		right: 0 !important;
	}	
	.vc_row.wpb_row.vc_row-fluid.self-banner {
	  height: auto;
	  padding-top: 50px;
	  padding-bottom: 50px;
	}
	.self-banner div.vc_custom_heading {
		font-size: 10vw;
	}
	.self-list {
		padding-block: 70px;
		padding-inline: 20px !important;
	}
	.content .self-list .vc_col-sm-12 {
	  margin-bottom: 50px;
	}
	.self-list .wpb_column.vc_col-sm-12::before {
	  content: "";
	  position: absolute;
	  top: 0;
	  right: 32px;
	  width: 5px;
	  height: 100%;
	  background: red;
	  z-index: 0;
	  background: linear-gradient(89deg, rgba(0, 224, 192, 1) 0%, rgba(6, 216, 200, 1) 26.01%, rgba(24, 193, 220, 1) 67.04%, rgba(41, 170, 241, 1) 99.93%, rgba(41, 170, 241, 1) 100%);
	}
	html:not([dir="rtl"]) .content .self-list .wpb_column.vc_col-sm-12::before {
	  left: 32px;
	  right: auto;
	}
	.content .self-list li {
		padding-inline-start: 85px;
		min-height: auto;
		margin-bottom: 70px;
		font-size: 17px;
	}
	.content .self-list li::before {
	  width: 70px;
	  height: 70px;
	  font-size: 30px;
	  border-radius: 8px 8px 20px 0px;
	}
	.self-list h4 {
		font-size: 23px;
		margin-bottom: 15px;
	}
	.self-list h4 br {
		display: none;
	}
	.self-bridge.wpb_column {
	  width: 100%;
	  margin-inline-start: 0px;
	}
	.self-bridge.wpb_column br {
		display: none;
	}
	.self-bridge p {
	  margin-bottom: 40px;
	}
	.self-bridge svg {
	  max-width: 200px;
	  margin: auto;
	}
	.self-video.wpb_column .wpb_video_widget {
	  margin: 40px 0 0;
	  padding: 10px;
	}
}

/* dpod */
.dpod-head {
    background-image: url(../pics/dpod-bg.svg);
	background-size: cover;
}
.aski-head .wpb_text_column,
.aski-head .wpb_single_image,
.dpod-head .wpb_text_column,
.dpod-head .wpb_single_image {
	margin-bottom: 0;
}
.dpod-head p {
    font-size: 2.5vw;
    text-align: right;
}
.dpod-head p br {
	display: none;
}
.dpod-head img {
	width: auto;
	padding: 50px 0 0px 0;
	height: 30vw;
}
@media screen and (min-width: 780px) {
	.dpod-head p br {
		display: none;
	}	
}
@media screen and (max-width: 780px) {
	.dpod-head .vc_col-sm-6:nth-child(3) {
		position: absolute;
		text-align: left;
		top: 21vw;
		left: 11vw;
		max-width: 55vw;
	}
	.dpod-head .vc_column-inner {
		padding-top: 0 !important;
	}
	.dpod-head img {
		padding: 0px 0 0px 0;
		height: calc(40vw + 20px);
		width: 43vw;
		object-fit: cover;
		object-position: left bottom;
	}
	.dpod-head p {
		font-size: 3.9vw;
		line-height: 1.4;
	}
}

/* aski */
.aski-head {
    background-image: url(../pics/aski-bg.jpg);
	background-size: cover;
}
.aski-head {
	text-align: left;
}
.aski-head h5,
.aski-head p {
	margin: 0;
	line-height: 1;
}
.aski-head .wpb_text_column {
  position: absolute;
  top: 7.5vw;
  left: 22.8vw;
  width: 30vw;
}
.aski-head i {
  color: #999;
  font-style: normal;
  font-weight: 700;
  font-size: 1.6vw;
  width: 100%;
  display: block;
  padding-bottom: 20px;
  margin-bottom: 20px !important;
  border-bottom: 2px solid;
}
 .aski-head p:not(:first-child) {
  margin: 0;
  line-height: 1;
  font-size: 3.2vw;
  color: #ec2027;
}
.aski-head p strong {
	font-weight: 900;
}
.aski-head h5 {
	display: inline-block;
	font-size: 5vw;
	font-weight: 900;
	text-transform: uppercase;
	background-image: url(../pics/aski-title.jpg);
	background-size: cover;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
/*
.aski-head p {
    font-size: 2.5vw;
    text-align: center;
    padding-left: 15vw;
	line-height: 1.3;
}
.ltr .aski-head p {
	padding-left: 12vw;
}
.aski-head p strong {
    font-size: 2vw;
}
*/
.aski-head img {
	width: auto;
	height: 30vw;
}
.aski-head .vc_column-inner {
	padding-top: 0 !important;
}
@media screen and (max-width: 780px) {
	.aski-head .vc_col-sm-6:nth-child(3) {
		position: absolute;
		text-align: left;
		top: 0vw;
		left: 0vw;
		width: max-content;
	}
	.aski-head .wpb_text_column {
	  position: absolute;
	  top: 10vw;
	  left: 25vw;
	  width: 33vw;
	}
	.aski-head i {
	  font-size: 5vw;
	  padding-bottom: 5px;
	  margin-bottom: 5px !important;
	}
	.aski-head p:not(:first-child) {
	  margin: 0;
	  line-height: 1;
	  font-size: 6vw;
	  color: #ec2027;
	}
	.aski-head h5 {
		font-size: 10vw;
	}
	.aski-head img {
		height: calc(40vw + 20px);
		width: 45vw;
		object-fit: cover;
		object-position: left bottom;
	}
	/*
	.aski-head p {
		font-size: 5vw;
		line-height: 1.4;
		padding: 0;
	}
	.ltr .aski-head p {
		font-size: 4.3vw;
		max-width: 47vw;
	}
	.aski-head p strong {
		font-size: 4.5vw;
	}*/
}

/* ascomy */
.ascomy-head {
    background-image: url(../pics/ascomy-bg.svg);
	background-size: cover;
}
.ltr .aski-head,
.ltr .dpod-head,
.ltr .ascomy-head {
	flex-direction: row-reverse;
}
.ascomy-head p {
    font-size: 2.5vw;
    text-align: center;
    padding-left: 15vw;
    line-height: 1;
	color: #4d4d4f;
}
.ascomy-head p strong {
    font-size: 2vw;
}
.ascomy-head .wpb_single_image {
	margin: 0;
}
.ascomy-head img {
	width: auto;
	height: 30vw;
}
.ascomy-head .vc_column-inner {
	padding-top: 0 !important;
}
@media screen and (max-width: 780px) {
	.ascomy-head {
		background-position: left -2vw center;
	}
	.ascomy-head .vc_col-sm-6:nth-child(3) {
		position: absolute;
		text-align: left;
		top: 6vw;
		left: 10vw;
		width: max-content;
	}
	.ascomy-head img {
		height: calc(40vw + 20px);
		width: 45vw;
	}
	.ascomy-head p {
		font-size: 4vw;
		line-height: 1.2;
		padding: 0;
	}
	.ascomy-head p strong {
		font-size: 4vw;
	}
}
.ascomy-split {
	padding: 70px 0 35px;
}
.ascomy-split h2 {
    font-weight: 900;
    line-height: 1.4;
    color: #000;
	font-size: 35px;
    margin: 0 0 50px;
}
.ascomy-split .vc_column-inner {
	padding-top: 0 !important;
}
.ascomy-split .wpb_text_column {
	text-align: center;
	line-height: 1.4;
}
.ascomy-split .svg-file {
    text-align: center;
	margin: 0 0 10px;
}
.ascomy-split .svg-file svg {
    width: 80px;
}
@media screen and (min-width: 780px) {
	.ascomy-split .vc_col-sm-6:last-child::before {
		content: "/";
		color: #fff;
		font-weight: 400;
		font-size: 110px;
		position: absolute;
		top: 50%;
		bottom: 0;
		left: 0;
		transform: translateX(-50%) translateY(-50%);
	}
	.rtl .ascomy-split .vc_col-sm-6:last-child::before {
		right: 0;
		left: auto;
		transform: translateX(50%) translateY(-50%);
	}
}
@media screen and (max-width: 780px) {
	.ascomy-split h2 {
		line-height: 1.1;
		font-size: 9vw;
	}
}