 @media only screen and (min-width: 1025px) {
.tablet-up {
	display: block;
	visibility: visible
}
}
.tablet-down {
	display: none;
	visibility: hidden
}
@media only screen and (max-width: 1024px) {
.tablet-down {
	display: block;
	visibility: visible
}
}
.mobile-down {
	display: none;
	visibility: hidden
}
@media only screen and (max-width: 956px) {
.mobile-down {
	display: block;
	visibility: visible
}
}
@keyframes cta-line {
0% {
transform-origin:100% 50%;
transform:scaleX(1)
}
45% {
transform-origin:100% 50%;
transform:scaleX(0)
}
55% {
transform-origin:0% 50%;
transform:scaleX(0)
}
100% {
transform-origin:0% 50%;
transform:scaleX(1)
}
}
img {
	border: 0;
	max-width: 100%
}
 @keyframes slideUp {
0% {
transform:translateY(100%);
opacity:0.5
}
100% {
transform:translateY(0);
opacity:1
}
}
amp-consent {
	background: white;
	box-shadow: rgba(0,0,0,0.26) 0 0 19px 0;
	animation: .5s ease-out 0s 1 slideUp
}
.consent-popup p {
	line-height: 20px;
	font-size: 14px
}
.consent-popup div {
	display: flex;
	justify-content: center;
	align-items: center
}
.consent-popup a {
	text-transform: none;
	font-size: inherit
}
.consent-popup .close-button {
	background: url(/static/img/symbols/close.svg) no-repeat center transparent;
	filter: brightness(0.25);
	border: 0;
	position: absolute
}
.consent-popup .button.text-label {
	flex: none;
	align-self: center;
	padding: 13px 18px;
	width: 142px;
	border: none
}
@media only screen and (max-width: 640px) {
.consent-popup div {
	flex-flow: column wrap;
	align-items: center;
	margin: 12px 25px 15px 12px
}
.consent-popup p {
	padding: 5px 20px 5px 10px;
	margin: 0 0 10px 0
}
.consent-popup .close-button {
	background-size: 17px;
	top: 15px;
	right: 13px;
	width: 20px;
	height: 20px
}
}
@media only screen and (min-width: 641px) {
.consent-popup div {
	flex-flow: row;
	height: 100px;
	margin: 0 40px
}
.consent-popup p {
	max-width: 530px;
	padding: 0 25px 0 40px;
	margin: 0
}
.consent-popup .close-button {
	background-size: 20px;
	left: 30px;
	width: 30px;
	height: 55px
}
}
.promo {
	display: flex;
	height: 60px;
	justify-content: center;
	overflow: hidden;
	position: relative;
	text-align: center
}
.promo .left, .promo .right {
	background: linear-gradient(36deg, #0dd3ff, #0389ff, #1c79c0);
	flex: 1 1 50%;
	padding: 4px 0;
	display: block;
	text-transform: none;
	font-weight: 300
}
.promo .right {
	background: linear-gradient(36deg, #0dd3ff, #0389ff, #1c79c0);
	position: relative
}
.promo .right::before {
	display: block;
	content: '';
	position: absolute;
	top: -10%;
	left: -10px;
	background: #fff;
	width: 20px;
	height: 120%;
	transform: rotate(20deg)
}
.promo .description, .promo .link {
	color: white;
	line-height: 1.5;
	position: relative
}
.promo .description {
	font-size: 20px
}
@media only screen and (min-width: 958px) {
.promo .description.desktop-up {
	display: block
}
}
.promo .link {
	display: inline-block;
	font-weight: 400;
	margin-left: 20px;
	text-transform: uppercase;
	vertical-align: center
}
.promo .link::after {
	background: url(/static/img/arrow.svg) center/cover no-repeat;
	content: '';
	display: inline-block;
	height: 10px;
	margin-left: 10px;
	width: 10px
}
@media only screen and (max-width: 956px) {
.promo .promo .description, .promo .promo .link {
	font-size: 16px
}
.promo .promo .description.mobile-down {
	display: block
}
.promo .promo .description, .promo .promo .link {
	font-size: 14px
}
}
.promo-line {
	left: 50px;
	top: -50px;
	position: absolute;
	width: 150px
}
.rtl .header .promo .link::after {
	transform: rotate(180deg)
}
.doc-sidebar, .toc {
	top: 140px
}
:lang(ko) .promo .left, :lang(ko) .promo .right {
	font-weight: 400
}
nav.breadcrumb {
	margin: 15px 20px;
	position: absolute;
	z-index: 2
}
nav.breadcrumb ul {
	line-height: 12px;
	list-style: none
}
nav.breadcrumb li, nav.breadcrumb a {
	color: #959595;
	font-size: 12px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 17px;
	text-transform: none
}
nav.breadcrumb li {
	display: inline
}
nav.breadcrumb li::after {
	content: '\00bb';
	margin-left: 5px
}
nav.breadcrumb li:last-child::after {
	content: ''
}
.rtl nav li::after {
	margin-left: 0;
	margin-right: 5px
}
@media only screen and (max-width: 956px) {
nav li, nav a {
	font-size: 10px
}
}
:lang(ko) nav.breadcrumb li, :lang(ko) nav.breadcrumb a {
	font-weight: 400
}
.language {
	height: 33px;
	left: 100px;
	position: relative;
	top: -4px;
	user-select: none
}
.language section {
	border: 0;
	padding: 0
}
.language section[expanded] .current, .language section[expanded] .others-inner {
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1)
}
.language section[expanded] .current {
	left: 60px
}
.language section[expanded] .current::after {
	transform: scale(0.75)
}
.language h6 {
	color: #333;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	text-transform: uppercase
}
.language h6 span {
	padding-right: 6px
}
.language .current {
	font-size: 1em;
	margin-right: 100px;
	text-align: right;
	width: 140px
}
.language .current::after {
	width: 16px;
	height: 8.3px;
	background-position: -42.58px -54.2px;
	content: '';
	display: inline-block;
	position: relative;
	top: -4px;
	transform: scale(0.75)
}
.language .others {
	padding: 0 50px 50px 50px;
	left: -50px;
	top: -1px
}
.language .others-inner {
	background: #fff;
	margin: 0
}
.language .others-inner div {
	width: 200px
}
.language .others-inner div a {
	margin: 0 10px;
	text-transform: capitalize
}
.language .others-inner div:hover {
	background-color: #f9f9f9
}
.language .current, .language .others-inner div {
	background-color: transparent;
	border: 0;
	box-sizing: border-box;
	height: auto;
	padding: 10px 15px 8px
}
.language .current:hover a, .language .others-inner div:hover a {
	text-decoration: none
}
.language .current a, .language .others-inner div a {
	color: #333;
	display: inline-block;
	overflow: hidden;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap
}
.rtl .language {
	left: auto;
	right: 100px
}
.rtl .language .current {
	margin: 0 0 0 100px;
	right: -60px
}
.rtl .language .others {
	left: auto;
	right: -50px
}
.rtl .language section[expanded] .current {
	left: auto;
	right: 0
}
.rtl .language .current a, .rtl .language .others-inner div a {
	background-position: right 6px
}
header .language {
	align-self: center;
	margin-left: 12px
}
@media only screen and (max-height: 775px) {
header .language .others-inner div {
	padding: 7px 15px
}
header .language .others-inner div a {
	display: block
}
}
amp-sidebar .language {
	bottom: 15px;
	left: 10px;
	position: absolute;
	top: auto
}
amp-sidebar .language section[expanded] .current {
	left: 0
}
amp-sidebar .language .current a, amp-sidebar .language .others-inner div a {
	color: #1c79c0
}
amp-sidebar .language .current {
	margin-right: 0;
	text-align: left
}
amp-sidebar .language .current::after {
	width: 15.53px;
	height: 8.3px;
	background-position: -84px -15.71px;
	top: -5px;
	transform: rotate(180deg) scale(0.75)
}
amp-sidebar .language .others {
	box-shadow: 0 0 40px 0 rgba(0,0,0,0.1);
	left: 0;
	padding: 0;
	transform: translateY(-117%);
	transform: translateY(calc(-100% - 50px))
}
amp-sidebar .language .others .others-inner {
	box-shadow: none;
	width: 240px
}
amp-sidebar .language .others .others-inner::after {
	clear: both;
	content: '';
	display: table
}
amp-sidebar .language .others .others-inner div {
	float: left;
	width: 120px
}
.rtl amp-sidebar .language section[expanded] .current {
	right: -50px
}
.animated-lines-big {
	position: relative;
	height: 1000px;
	width: 800px;
	transform: rotate(144deg) scale(0.8);
	transform-origin: 250px 250px;
	contain: strict
}
.animated-lines-big .line, .animated-lines-big .line::before {
	animation-duration: 5.17s
}
.animated-lines-big amp-img {
	position: relative;
	left: -21px;
	top: 18px
}
.line {
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.9, 0.01, 0.82, 0.5);
	position: relative;
	overflow: hidden;
	transform-origin: left
}
.line::before {
	animation-iteration-count: infinite;
	animation-timing-function: cubic-bezier(0.89, 0.01, 0.15, 1);
	transform-origin: right;
	display: block;
	content: '';
	height: 9px
}
@keyframes l-a-b {
0% {
transform:scaleX(0)
}
13.53965% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-a {
0% {
transform:scale3d(1, 1, 1)
}
13.53965% {
transform:scale3d(1, 1, 1)
}
32.88201% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-a {
	animation-name: l-a;
	width: 510px
}
.line-a::before {
	animation-name: l-a-b;
	background: linear-gradient(to left, #fff, #0389ff, #0dd3ff);
	width: 510px
}
@keyframes l-b-b {
0% {
transform:scaleX(0)
}
3.2882% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-b {
0% {
transform:scale3d(1, 1, 1)
}
3.2882% {
transform:scale3d(1, 1, 1)
}
6.5764% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-b {
	animation-name: l-b;
	width: 120px
}
.line-b::before {
	animation-name: l-b-b;
	background: linear-gradient(to left, #0389ff, #1c79c0);
	width: 120px
}
@keyframes l-c-b {
0% {
transform:scaleX(0)
}
12.57253% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-c {
0% {
transform:scale3d(1, 1, 1)
}
12.57253% {
transform:scale3d(1, 1, 1)
}
33.46228% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-c {
	animation-name: l-c;
	width: 450px
}
.line-c::before {
	animation-name: l-c-b;
	background: linear-gradient(to left, #fff, #0389ff, #0dd3ff);
	width: 450px
}
@keyframes l-d-b {
0% {
transform:scaleX(0)
}
4.25532% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-d {
0% {
transform:scale3d(1, 1, 1)
}
4.25532% {
transform:scale3d(1, 1, 1)
}
9.28433% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-d {
	animation-name: l-d;
	width: 120px
}
.line-d::before {
	animation-name: l-d-b;
	background: linear-gradient(to right, #0dd3ff, #0dd3ff, #fff);
	width: 120px
}
@keyframes l-e-b {
0% {
transform:scaleX(0)
}
3.09478% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-e {
0% {
transform:scale3d(1, 1, 1)
}
5.22244% {
transform:scale3d(1, 1, 1)
}
9.47776% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-e {
	animation-name: l-e;
	width: 300px
}
.line-e::before {
	animation-name: l-e-b;
	background: linear-gradient(to right, #0dd3ff, #0dd3ff, #fff);
	width: 300px
}
@keyframes l-f-b {
0% {
transform:scaleX(0)
}
1.93424% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-f {
0% {
transform:scale3d(1, 1, 1)
}
22.24371% {
transform:scale3d(1, 1, 1)
}
26.11219% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-f {
	animation-name: l-f;
	width: 250px
}
.line-f::before {
	animation-name: l-f-b;
	background: linear-gradient(to left, #fff, #0389ff, #0dd3ff);
	width: 250px
}
@keyframes l-g-b {
0% {
transform:scaleX(0)
}
3.67505% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-g {
0% {
transform:scale3d(1, 1, 1)
}
3.67505% {
transform:scale3d(1, 1, 1)
}
8.12379% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-g {
	animation-name: l-g;
	width: 80px
}
.line-g::before {
	animation-name: l-g-b;
	background: #0dd3ff;
	width: 80px
}
@keyframes l-h-b {
0% {
transform:scaleX(0)
}
12% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-h {
0% {
transform:scale3d(1, 1, 1)
}
12% {
transform:scale3d(1, 1, 1)
}
14.2% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-h {
	animation-name: l-h;
	width: 60px
}
.line-h::before {
	animation-name: l-h-b;
	background: linear-gradient(to left, #fff, #0389ff, #0dd3ff);
	width: 60px
}
@keyframes l-i-b {
0% {
transform:scaleX(0)
}
12% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-i {
0% {
transform:scale3d(1, 1, 1)
}
12% {
transform:scale3d(1, 1, 1)
}
15% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-i {
	animation-name: l-i;
	width: 180px
}
.line-i::before {
	animation-name: l-i-b;
	background: #1c79c0;
	width: 180px
}
@keyframes l-j-b {
0% {
transform:scaleX(0)
}
3.4% {
transform:scaleX(1)
}
100% {
transform:scaleX(1)
}
}
@keyframes l-j {
0% {
transform:scale3d(1, 1, 1)
}
3.4% {
transform:scale3d(1, 1, 1)
}
6.8% {
transform:scale3d(0, 1, 1)
}
100% {
transform:scale3d(0, 1, 1)
}
}
.line-j {
	animation-name: l-j;
	width: 120px
}
.line-j::before {
	animation-name: l-j-b;
	background: linear-gradient(to left, #0389ff, #1c79c0);
	width: 120px
}
.line-pos {
	position: absolute
}
.pos-306-75-delay--1050 {
	left: 75px;
	top: 306px
}
.pos-306-75-delay--1050 .line, .pos-306-75-delay--1050 .line::before {
	animation-delay: -1050ms
}
.pos-155-101-delay--5100 {
	left: 101px;
	top: 155px
}
.pos-155-101-delay--5100 .line, .pos-155-101-delay--5100 .line::before {
	animation-delay: -5100ms
}
.pos-282-62-delay--5090 {
	left: 62px;
	top: 282px
}
.pos-282-62-delay--5090 .line, .pos-282-62-delay--5090 .line::before {
	animation-delay: -5090ms
}
.pos-255-559-delay--4150 {
	left: 559px;
	top: 255px
}
.pos-255-559-delay--4150 .line, .pos-255-559-delay--4150 .line::before {
	animation-delay: -4150ms
}
.pos-318-0-delay--4120 {
	left: 0px;
	top: 318px
}
.pos-318-0-delay--4120 .line, .pos-318-0-delay--4120 .line::before {
	animation-delay: -4120ms
}
.pos-297-268-delay--4050 {
	left: 268px;
	top: 297px
}
.pos-297-268-delay--4050 .line, .pos-297-268-delay--4050 .line::before {
	animation-delay: -4050ms
}
.pos-353-107-delay--3160 {
	left: 107px;
	top: 353px
}
.pos-353-107-delay--3160 .line, .pos-353-107-delay--3160 .line::before {
	animation-delay: -3160ms
}
.pos-74-0-delay--3150 {
	left: 0px;
	top: 74px
}
.pos-74-0-delay--3150 .line, .pos-74-0-delay--3150 .line::before {
	animation-delay: -3150ms
}
.pos-257-312-delay--3120 {
	left: 312px;
	top: 257px
}
.pos-257-312-delay--3120 .line, .pos-257-312-delay--3120 .line::before {
	animation-delay: -3120ms
}
.pos-207-435-delay--3090 {
	left: 435px;
	top: 207px
}
.pos-207-435-delay--3090 .line, .pos-207-435-delay--3090 .line::before {
	animation-delay: -3090ms
}
.pos-294-244-delay--2150 {
	left: 244px;
	top: 294px
}
.pos-294-244-delay--2150 .line, .pos-294-244-delay--2150 .line::before {
	animation-delay: -2150ms
}
.pos-251-401-delay--2120 {
	left: 401px;
	top: 251px
}
.pos-251-401-delay--2120 .line, .pos-251-401-delay--2120 .line::before {
	animation-delay: -2120ms
}
.pos-52-69-delay--2100 {
	left: 69px;
	top: 52px
}
.pos-52-69-delay--2100 .line, .pos-52-69-delay--2100 .line::before {
	animation-delay: -2100ms
}
.pos-203-164-delay--1940 {
	left: 164px;
	top: 203px
}
.pos-203-164-delay--1940 .line, .pos-203-164-delay--1940 .line::before {
	animation-delay: -1940ms
}
.pos-0-184-delay--1130 {
	left: 184px;
	top: 0px
}
.pos-0-184-delay--1130 .line, .pos-0-184-delay--1130 .line::before {
	animation-delay: -1130ms
}
.pos-76-553-delay--1110 {
	left: 553px;
	top: 76px
}
.pos-76-553-delay--1110 .line, .pos-76-553-delay--1110 .line::before {
	animation-delay: -1110ms
}
.pos-306-75-delay--1010 {
	left: 75px;
	top: 306px
}
.pos-306-75-delay--1010 .line, .pos-306-75-delay--1010 .line::before {
	animation-delay: -1010ms
}
.pos-280-322-delay--950 {
	left: 322px;
	top: 280px
}
.pos-280-322-delay--950 .line, .pos-280-322-delay--950 .line::before {
	animation-delay: -950ms
}
.pos-54-106-delay-0 {
	left: 106px;
	top: 54px
}
.pos-54-106-delay-0 .line, .pos-54-106-delay-0 .line::before {
	animation-delay: 0ms
}
.pos-0-20-delay-20 {
	left: 20px;
	top: 0px
}
.pos-0-20-delay-20 .line, .pos-0-20-delay-20 .line::before {
	animation-delay: 20ms
}
.pos-20-0-delay-60 {
	left: 0px;
	top: 20px
}
.pos-20-0-delay-60 .line, .pos-20-0-delay-60 .line::before {
	animation-delay: 60ms
}
.pos-40-46-delay-190 {
	left: 46px;
	top: 40px
}
.pos-40-46-delay-190 .line, .pos-40-46-delay-190 .line::before {
	animation-delay: 190ms
}
.pos-57-32-delay-0 {
	left: 32px;
	top: 57px
}
.pos-57-32-delay-0 .line, .pos-57-32-delay-0 .line::before {
	animation-delay: 0ms
}
.pos-38-0-delay-10 {
	left: 0px;
	top: 38px
}
.pos-38-0-delay-10 .line, .pos-38-0-delay-10 .line::before {
	animation-delay: 10ms
}
.pos-0-38-delay-70 {
	left: 38px;
	top: 0px
}
.pos-0-38-delay-70 .line, .pos-0-38-delay-70 .line::before {
	animation-delay: 70ms
}
.pos-17-98-delay-110 {
	left: 98px;
	top: 17px
}
.pos-17-98-delay-110 .line, .pos-17-98-delay-110 .line::before {
	animation-delay: 110ms
}
.pos-57-151-delay-130 {
	left: 151px;
	top: 57px
}
.pos-57-151-delay-130 .line, .pos-57-151-delay-130 .line::before {
	animation-delay: 130ms
}
.home .hero {
	position: relative;
	margin: 0 auto;
	max-width: 1440px
}
.home .hero .container {
	position: relative;
	display: flex;
	justify-content: space-between
}
.home .hero .intro {
	color: #000;
	font-size: 16px;
	margin: 0;
	padding-bottom: 30px;
	max-width: 500px
}
.home .hero .cta_connector {
	margin: 0 20px
}
.home .hero-image {
	flex: 1 1 auto;
	left: -100px;
	min-width: 0;
	position: relative;
	transform: translateY(-14%);
	z-index: -1
}
@media only screen and (max-width: 3000px) {
.home .hero-image {
	max-width: 700px;
	top: 40px
}
}
.home .hero-image .lines, .home .hero-image .phone {
	max-width: 100%
}
.home .hero-image .lines {
	height: 600px;
	position: relative;
	top: 50px;
	width: 700px;
	left: -95px;
}
.home .hero-image .lines .animated-lines-big {
	/*	position: absolute;*/
	left: 25%;
	top: -100px
}
.home .hero-image .phone {
	position: absolute;
	left: -30%;
	top: 70px;
	transform: scale(1.1);
	width: 700px;
	z-index: 1
}
.home .hero-content {
	flex: 10 1 auto
}
.home .latest {
	left: -20%;
	margin-top: 80px;
	position: relative;
	width: 120%
}
.home .latest .card {
	flex-basis: calc(33% - 20px);
	padding: 20px
}
.home .latest .card-type {
	margin-bottom: 5px
}
.home .latest .card-content {
	max-height: 48px;
	overflow: hidden
}
@media only screen and (min-width: 2801px) and (max-width: 3000px) {
.home .latest {
	left: 0;
	width: 100%
}
}
.home .latest-mobile {
	margin-top: 140px
}
.home .latest-mobile .latest-label {
	margin: 0;
	text-align: center;
	transform: none;
	position: static
}
.home .latest-label {
	margin: 0 0 -15px 40px
}
.home .benefits h1 {
	margin: 0 auto;
	max-width: 450px;
	text-align: center
}
.home .benefits .benefits-row {
	display: flex;
	justify-content: center;
	margin-top: 80px
}
.home .benefits .benefit {
	margin: 0 80px;
	min-width: 0;
	white-space: nowrap
}
.home .benefits .benefit:nth-child(2) .benefit-image {
	width: 80px
}
.home .benefits .benefit-image {
	display: inline-block;
	margin-right: 15px;
	position: relative;
	top: 0;
	width: 65px
}
.home .benefits .benefit-content {
	display: inline-block;
	position: relative;
	vertical-align: top;
	white-space: normal;
	width: 300px
}
.home .benefits .benefit-content .desc {
	font-size: 16px
}
.home .newsletter {
	text-align: center
}
.home .newsletter p {
	font-size: 16px;
	color: #333
}
.home .newsletter a {
	margin-left: 10px
}
.home .experience {
	align-items: center;
	display: flex;
	justify-content: flex-end;
	margin-left: 50px;
	margin-top: -250px;
	max-width: 100%
}
.home .experience .experience-content {
	margin-right: 100px;
	max-width: 450px
}
.home .experience .experience-image {
	min-width: 0;
	position: relative
}
.home .experience .experience-image .bg, .home .experience .experience-image .lines, .home .experience .experience-image .phone {
	max-width: 100%;
	z-index: -1
}
.home .experience .experience-image .bg {
	position: relative;
	transform: translateY(-9%);
	width: 712px
}
.home .experience .experience-image .lines {
	left: 0;
	position: absolute;
	top: 0;
	width: 782px
}
.home .experience .experience-image .phone {
	left: 30%;
	position: absolute;
	top: 24%;
	transform: scale(1.1);
	width: 610px
}
.home .success-stories {
	margin-bottom: -80px;
	margin-top: -80px;
	padding: 0;
	position: relative;
	z-index: 1
}
.home .success-stories h1 {
	margin: 0 auto 30px;
	max-width: 700px;
	text-align: center
}
.home .success-stories .card {
	display: block
}
.home .success-stories .card.wapo .card-icon {
	width: 220px
}
.home .success-stories .card.wired .card-icon {
	width: 150px
}
.home .success-stories .card.teads .card-icon {
	width: 100px
}
.home .success-stories .card-inner {
	width: 100%
}
.home .success-stories .card-content {
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 20px;
	position: relative
}
.home .success-stories .card-content p {
	color: #333;
	font-size: 18px
}
.home .success-stories .card-icon {
	margin: 0 auto 30px
}
.home .large-cta {
	padding: 130px 0 100px 0
}
.home .wrap section {
	padding: 80px 0 60px 0
}
.home.rtl .hero .hero-image {
	left: auto
}
.home.rtl .hero br.tablet-down {
	display: block;
	visibility: visible
}
.home.rtl .latest {
	left: auto;
	right: -20%
}
.home.rtl .latest-label {
	margin: 0 40px -15px 0
}
.home.rtl .benefits .benefit-image {
	margin: 0 0 0 15px
}
.home.rtl .experience {
	justify-content: flex-start
}
.home.rtl .experience-image {
	order: 0
}
.home.rtl .experience-content {
	order: 1
}
@media only screen and (max-width: 1024px) {
.home .hero .container {
	flex-direction: column
}
.home .hero .intro-container {
	text-align: center
}
.home .hero .intro-container .button {
	margin-bottom: 20px
}
.home .hero .intro {
	margin: 0 auto
}
.home .hero .cta_connector {
	margin: 0 5px 0 0
}
.home .hero .card {
	flex-basis: 100%
}
.home .hero-image {
	left: auto;
	margin: 0 auto;
	max-width: 500px;
	order: 2;
	transform: none;
	width: 100%
}
.home .hero-content {
	order: 1
}
.home .benefits .benefit-image {
	display: block;
	margin: 20px auto
}
}
@media only screen and (max-width: 956px) {
.home .hero {
	padding-top: 100px
}
.home .hero-image {
	z-index: 0
}
.home .hero-image .lines {
	left: 50%;
	height: 350px;
	transform: translateX(-50%)
}
.home .hero-image .lines .animated-lines-big {
	left: 0;
	top: -140px;
	transform: rotate(144deg) scale(0.5)
}
.home .hero-image .phone {
	left: 20%;
	max-width: 380px;
	transform: translateX(-50%)
}
.home .benefits h1 {
	max-width: 200px
}
.home .benefits .benefits-row {
	flex-direction: column;
	margin-top: 0
}
.home .benefits .benefit {
	margin: 20px auto;
	text-align: center;
	white-space: normal
}
.home .benefits .benefit-image {
	top: 0
}
.home .newsletter {
	padding-bottom: 40px
}
.home .experience {
	flex-direction: column;
	margin-top: 0
}
.home .experience .bg {
	transform: translateY(-20%)
}
.home .experience-image {
	margin: -50px 0 0 auto;
	max-width: 600px;
	width: 100%
}
.home .success-stories {
	margin-bottom: 0;
	margin-top: 0
}
.home .success-stories h1 {
	max-width: 300px
}
.home .success-stories .card {
	flex-basis: 100%
}
.home .success-stories .card-content h2 {
	font-size: 20px;
	line-height: 1.5
}
.home .wrap section {
	padding: 50px 0 40px
}
.home.rtl .experience-image {
	order: 1
}
.home.rtl .experience-content {
	order: 0
}
.home.rtl .benefits .benefit-image {
	margin: 20px auto
}
}
.phone {
	max-width: 600px;
	position: absolute;
	top: 100px;
	left: -175px;
}
.animated-lines-big amp-img {
	position: relative;
	left: -21px;
	top: 50px;
}
.i-amphtml-layout-size-defined {
	overflow: hidden !important;
}
.i-amphtml-layout-size-defined .i-amphtml-fill-content {
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.i-amphtml-replaced-content, .i-amphtml-screen-reader {
	padding: 0 !important;
	border: none !important;
}
