/* SCSS Comments (do not remove) */
/* Variables */
/* Bezier */
/* Heights */
/* Mixins */
/* Box-shadow */
/* SP-ALL */
/* Animations */
@keyframes stroke {
  0% {
    transform: translateY(20px);
  }
  2% {
    stroke: #fff;
  }
  100% {
    stroke-dashoffset: 0;
    transform: translateY(0);
  }
}

.is-atf {
  /* default Roll Animation */
  /* to avoid overwritten of Animation Packages */
  /*
		&.atf-anim__roll {
			h1, h2 {
				overflow: hidden;
			}
			h1 > span, h2 > span {
				transition-duration: 1s;
				transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
				display: inline-block;
			}
			h2 > span {
				transition-delay: .3s;
			}
			.cta-wrap {
				transition: 1s cubic-bezier(0.19, 1, 0.22, 1) .55s;
				opacity: 0;
			}
			&.atf-anim__roll--up {
				h1 > span, h2 > span {
					transform: translateY(100%);
				}
			}
			&.atf-anim__roll--down {
				h1 > span, h2 > span{
					transform: translateY(-100%);
				}
			}
			&.atf-anim__roll--left,
			&.atf-anim__roll--right {
				h1, h2 {
					display: table;
					> span {
						width: 100%;
					}
				}
			}
			&.atf-anim__roll--left {
				h1 > span, h2 > span {
					transform: translateX(-100%);
				}
			}
			&.atf-anim__roll--right {
				h1 > span, h2 > span {
					transform: translateX(100%);
				}
			}
		}*/
}

.is-loaded .is-atf {
  /* Roll Animation */
  /* to avoid overwritten of Animation Packages */
  /*
             
			&.atf-anim__roll {
				.cta-wrap {
					opacity: 1;
				}
				&.atf-anim__roll--up,
				&.atf-anim__roll--down {
					h1 > span, h2 > span {
						transform: translateY(0);
					}
				}
				&.atf-anim__roll--left,
				&.atf-anim__roll--right {
					h1 > span, h2 > span {
						transform: translateX(0);
					}
				}
			}*/
}

/* Layout Styles (need to move this to CMSBuilder or App Manager, please delete this CSS if it has been moved) */
video.kenburns_videoSlideShow {
  visibility: visible;
  opacity: 1;
}

.component-best-sellers * {
  text-align: center !important;
}

.component-best-sellers h6 {
  display: inline-block !important;
}

.component-best-sellers h6 + h6 {
  font-weight: bold !important;
}

.component-atf-vp.valueprop-c17-layout .row-content + .row-content {
  margin-top: 70px;
}

.testimonial-layout-3 .row-content > .row-content-inner,
.testimonial-layout-2 .row-content > .row-content-inner {
  padding-left: 15px;
  padding-right: 15px;
}

.cta-secondary {
  display: inline-block;
}

.news-container .component-portfolio.portfolio-c1-layout1 {
  min-height: auto;
  -webkit-box-shadow: 2px;
  -moz-box-shadow: 2px;
  box-shadow: 2px;
}

.component-form-builder .cta-wrap {
  padding-top: 0;
}

.component-form-builder .cta-main {
  width: 100%;
  text-align: center;
}

.component-form-builder input {
  /*padding: 32px 10px;*/
  /*getting hidden in firefox*/
  padding: 0 10px;
}

.slide .placement-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.formbuilder-c7-layout1 h3,
.formbuilder-c7-layout1 h4 {
  text-align: center;
}

.portfolio-c1-layout1 .filter-links li a {
  border: none;
  text-transform: uppercase !important;
}

.portfolio-c1-layout1 .filter-links li a.active {
  border: 3px solid currentColor;
}

.toba_news_wrapper * {
  text-align: center;
}

.toba_news_wrapper .text-wrap {
  padding-top: 0;
}

.flexContainer.toba-about__background,
.flexContainer.toba-team__background,
.flexContainer.toba-about__background-2,
.flexContainer.toba-team__background-2 {
  overflow: visible;
}

.toba-about__background h4,
.toba-team__background h4 {
  display: none !important;
}

.toba_map_value-prop .component-item:hover {
  box-shadow: none !important;
}

.toba_map_value-prop .component-item {
  align-items: flex-start !important;
}

.toba_map_value-prop .component-item .text-wrap {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
}

.toba_map_value-prop .component-item .text-wrap:before {
  content: "\f124";
  position: absolute;
  left: -50px;
  top: 25px;
  color: #c1272d !important;
}

.toba_map_value-prop .col-md-4:last-of-type .component-item {
  background: transparent !important;
}

.toba_map_value-prop .col-md-4:last-of-type .text-wrap:before {
  display: none;
}

.toba_1 {
  stroke-dasharray: 1315.976318359375;
  stroke-dashoffset: 1315.976318359375;
}

.is-loaded .toba_1 {
  animation: stroke 1.5s forwards;
}

.toba_2 {
  opacity: 0;
  transform: translateY(20px);
}

.is-loaded .toba_2 {
  transition: 1.5s 0.4s;
  opacity: 1;
  transform: translateY(0px);
}

.toba_atf .header-wrap:before {
  display: none;
}

.placement-wrap {
  position: initial;
}

.component-portfolio.portfolio-c1-layout1 .image-wrap img {
  padding: 10px;
}

@media only screen and (max-width: 992px) {
  /*portfolio links */
  .component-portfolio ul li {
    width: 100%;
    padding: 15px 0;
  }
  .component-page-blurb.pageblurb-c20-layout1 .component-item .content-wrap {
    padding: 75px 15px;
  }
  /* page blurb offset images */
  .pageblurb-c16-layout1 .image-wrap {
    width: 100% !important;
  }
  .component-portfolio.portfolio-c1-layout1 .image-wrap img {
    padding: 0;
  }
}

@media (min-width: 980px) and (max-width: 1500px) {
  .flexContainer.toba-about__background .image-wrap img {
    width: calc(60% - -10vw);
  }
}

/* SVG Mods */
.green-curve-1,
.green-curve-1 g {
  fill: inherit !important;
}

svg .UIKITNEW_SVG1B {
  opacity: 1;
}

/*#mask-2 {
		display: none;
	}*/
g#Page-1 {
  fill: inherit !important;
}

.flexContainer svg {
  height: auto;
  width: auto;
}

html body svg .curve-green-white,
html body svg .curve-white-solo,
html body svg .green-curve-3 {
  fill: #ffffff !important;
}

/* SP_9_MASTER */
.sp-9-master svg {
  bottom: -1px;
}

/* SP_10_MASTER */
.sp-10-master svg {
  bottom: -1px;
  margin: 0;
}

/* SP-0 */
.sp-0-master .portfolio-c1-layout1 ul,
.sp-0-master .portfolio-c1-layout1 ol {
  margin-left: 0;
}

/* SP-1 */
.is-atf.sp1-master h1 > span {
  padding: 15px 0 0 25px;
  /*sp1 headline flair issue fixed*/
  /*&:before {
						transition-delay: 1s;
						height: 0!important;
						width: 0!important;
						top: 0!important;
						left: 0!important;
					}
					&:after {
						transition-delay: 1.4s;
						transform: rotate(45deg) translateX(-100%)!important;
						top: -12px!important;
						left: -12px!important;
					}*/
}

.is-atf.sp1-master h1 > span:before,
.is-atf.sp1-master h1 > span:after {
  transition-duration: 1s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.is-atf.sp1-master h2 {
  padding: 0 0 0 25px;
}

.is-atf.sp1-master svg g#SVG_1 > g > g {
  transform-origin: right;
  opacity: 0;
  transform: scale(0);
}

.is-loaded .is-atf.sp1-master {
  /* Delayed H1 Transition */
  /* Delayed H2 Transition */
  /* Delayed CTA Transition */
}

.is-loaded .is-atf.sp1-master h1 > span {
  transition-delay: 0.5s;
}

.is-loaded .is-atf.sp1-master h2 > span {
  transition-delay: 0.7s;
}

.is-loaded .is-atf.sp1-master .cta-wrap {
  transition-delay: 0.9s;
}

.is-loaded .is-atf.sp1-master h1 > span:before {
  height: calc(100% - 15px) !important;
  width: 100% !important;
}

.is-loaded .is-atf.sp1-master h1 > span:after {
  transform: rotate(45deg) translateX(0) !important;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g > g {
  animation-name: sp-1-scale-in;
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-duration: 1s;
  animation-fill-mode: forwards;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g:nth-child(2) > g {
  animation-delay: 0s;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g:nth-child(3) > g {
  animation-delay: 0.1s;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g:nth-child(4) > g {
  animation-delay: 0.2s;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g:nth-child(5) > g {
  animation-delay: 0.3s;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g:nth-child(6) > g {
  animation-delay: 0.4s;
}

.is-loaded .is-atf.sp1-master svg g#SVG_1 > g:nth-child(7) > g {
  animation-delay: 0.5s;
}

.sp1-master.flexContainer .wrapper-ecwid-search {
  text-align: left;
}

@media (max-width: 979px) {
  .sp1-master.flexContainer .col-md-12 .row-header {
    margin-bottom: 0 !important;
  }
}

body .sp1-master.flexContainer div[class*="col-md"] .component.component-gallery .row-content {
  display: inline-block !important;
}

@keyframes sp-1-scale-in {
  from {
    opacity: 0;
    transform: scale(0);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* SP-2 */
.is-atf.sp-2 {
  /* Delayed H1 Transition */
  /* Delayed H2 Transition */
  /* Delayed CTA Transition */
}

.is-atf.sp-2 h1 > span {
  transition-delay: 0.8s;
}

.is-atf.sp-2 h2 > span {
  transition-delay: 0.9s;
}

.is-atf.sp-2 .cta-wrap {
  transition-delay: 1s;
}

.is-atf.sp-2 svg path {
  opacity: 0;
}

.is-atf.sp-2.atf-border .design-item:before,
.is-atf.sp-2.atf-border .design-item:after,
.is-atf.sp-2.atf-border .design-item-inner:before,
.is-atf.sp-2.atf-border .design-item-inner:after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 2s;
}

.is-atf.sp-2.atf-border .design-item {
  border: none;
  box-shadow: none;
  /* vertical border */
  /* vertical border - left */
  /* vertical border - right */
  /* horizontal border */
}

.is-atf.sp-2.atf-border .design-item:before,
.is-atf.sp-2.atf-border .design-item:after {
  width: 8px;
  height: 0;
  transition-delay: 0.4s;
}

.is-atf.sp-2.atf-border .design-item:before {
  bottom: 0;
  left: 0;
}

.is-atf.sp-2.atf-border .design-item:after {
  top: 0;
  right: 0;
}

.is-atf.sp-2.atf-border .design-item .design-item-inner {
  /* horizontal border - top */
  /* horizontal border - bottom */
}

.is-atf.sp-2.atf-border .design-item .design-item-inner:before,
.is-atf.sp-2.atf-border .design-item .design-item-inner:after {
  width: 0;
  height: 8px;
}

.is-atf.sp-2.atf-border .design-item .design-item-inner:before {
  top: 0;
  left: 0;
}

.is-atf.sp-2.atf-border .design-item .design-item-inner:after {
  bottom: 0;
  right: 0;
}

.is-loaded .is-atf.sp-2 svg path {
  animation: sp-3-fade-in-left 0.6s forwards 1.2s;
}

.is-loaded .is-atf.sp-2.atf-border .design-item:before,
.is-loaded .is-atf.sp-2.atf-border .design-item:after {
  height: 100%;
}

.is-loaded .is-atf.sp-2.atf-border .design-item .design-item-inner:before,
.is-loaded .is-atf.sp-2.atf-border .design-item .design-item-inner:after {
  width: 100%;
}

.sp-2.atf-border .design-item {
  position: absolute;
  height: calc(100% - 60px);
  width: calc(100% - 40px);
  border: 10px solid #fff;
  top: 0;
  left: 0;
  padding: 10px;
  margin: 30px 20px;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4), inset 0 5px 10px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.4), inset 0 5px 10px 0 rgba(0, 0, 0, 0.4);
}

.sp-2.flexContainer div[class*="col-md"] .component.component-testimonial .subtitle-wrap {
  padding: 0;
}

@media (max-width: 767px) {
  body.sp-2 .atf-border .design-item {
    display: none;
  }
}

/* SP-3 */
.sp-3-master.frame-border .design-item {
  position: absolute;
  border: 60px solid rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  width: calc(100%);
  height: calc(100%);
}

.sp-3-master.frame-border .design-item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100px;
  width: 1px;
  background: #ffffff;
  -ms-transform-origin: 35% 0%;
  -webkit-transform-origin: 35% 0%;
  transform-origin: 35% 0%;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
}

.sp-3-master.frame-border .design-item:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  height: 100px;
  width: 1px;
  background: #ffffff;
  -ms-transform-origin: 75% 0%;
  -webkit-transform-origin: 75% 0%;
  transform-origin: 75% 0%;
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}

.sp-3-master.frame-border .design-item .design-item-inner {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  border: 1px solid #ffffff;
}

.sp-3-master.frame-border .design-item .design-item-inner:after {
  content: '';
  position: absolute;
  bottom: -100px;
  left: 0;
  height: 100px;
  width: 1px;
  background: #ffffff;
  transform-origin: 1px 0px;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-3-master.frame-border .design-item .design-item-inner:before {
  content: '';
  position: absolute;
  bottom: -100px;
  right: 0;
  height: 100px;
  width: 1px;
  background: #ffffff;
  -ms-transform-origin: 1px -1px;
  -webkit-transform-origin: 1px -1px;
  transform-origin: 1px -1px;
  -ms-transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  transform: rotate(315deg);
}

.sp-3-master.flexContainer div[class*="col-md"] h3 > span {
  display: inline-block;
}

.is-atf.sp-3-master {
  /* Delayed H1 Transition */
  /* Delayed H2 Transition */
  /* Delayed CTA Transition */
}

.is-atf.sp-3-master h1 > span {
  transition-delay: 0.5s;
  /* psuedo lines */
}

.is-atf.sp-3-master h1 > span:before,
.is-atf.sp-3-master h1 > span:after {
  width: 0 !important;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-duration: 1s;
}

.is-atf.sp-3-master h1 > span:before {
  transition-delay: 1.3s;
}

.is-atf.sp-3-master h1 > span:after {
  transition-delay: 1.2s;
}

.is-atf.sp-3-master h2 > span {
  transition-delay: 0.6s;
}

.is-atf.sp-3-master .cta-wrap {
  transition-delay: 0.7s;
}

.is-atf.sp-3-master h1 {
  padding-top: 25px;
}

.is-atf.sp-3-master.frame-border .design-item:before,
.is-atf.sp-3-master.frame-border .design-item:after,
.is-atf.sp-3-master.frame-border .design-item-inner:before,
.is-atf.sp-3-master.frame-border .design-item-inner:after {
  opacity: 0;
}

.is-atf.sp-3-master.frame-border .design-item .design-item-inner {
  /* inner border */
  opacity: 0;
  transform: scale(1.05);
  transition: cubic-bezier(0.19, 1, 0.22, 1) 1s;
}

.is-loaded .is-atf.sp-3-master h1 > span:before,
.is-loaded .is-atf.sp-3-master h1 > span:after {
  width: 160px !important;
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item:before,
.is-loaded .is-atf.sp-3-master.frame-border .design-item:after,
.is-loaded .is-atf.sp-3-master.frame-border .design-item-inner:before,
.is-loaded .is-atf.sp-3-master.frame-border .design-item-inner:after {
  animation-duration: 1.6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  animation-delay: 1s;
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item {
  /* top right border */
  /* top left border */
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item:before {
  animation-name: sp-3-top-right;
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item:after {
  animation-name: sp-3-top-left;
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item-inner {
  /* inner border */
  opacity: 1;
  transform: scale(1);
  /* bottom right border */
  /* bottom left border */
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item-inner:before {
  animation-name: sp-3-bottom-right;
}

.is-loaded .is-atf.sp-3-master.frame-border .design-item-inner:after {
  animation-name: sp-3-bottom-left;
}

@media (max-width: 992px) {
  body.sp-3-master .frame-border .design-item {
    display: none;
  }
}

@keyframes sp-3-top-right {
  0% {
    opacity: 0;
    transform: rotate(225deg) scale(0);
  }
  25% {
    opacity: 1;
    transform: rotate(225deg) scale(1);
  }
  50% {
    opacity: 0;
    transform: rotate(225deg) scale(1) translate(0, 100%);
  }
  51% {
    opacity: 1;
    transform: rotate(225deg) scale(0);
  }
  75% {
    opacity: 1;
    transform: rotate(225deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: rotate(225deg) scale(1);
  }
}

@keyframes sp-3-top-left {
  0% {
    opacity: 0;
    transform: rotate(135deg) scale(0);
  }
  25% {
    opacity: 1;
    transform: rotate(135deg) scale(1);
  }
  50% {
    opacity: 0;
    transform: rotate(135deg) scale(1) translate(0, 100%);
  }
  51% {
    opacity: 1;
    transform: rotate(135deg) scale(0);
  }
  75% {
    opacity: 1;
    transform: rotate(135deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: rotate(135deg) scale(1);
  }
}

@keyframes sp-3-bottom-right {
  0% {
    opacity: 0;
    transform: rotate(315deg) scale(0);
  }
  25% {
    opacity: 1;
    transform: rotate(315deg) scale(1);
  }
  50% {
    opacity: 0;
    transform: rotate(315deg) scale(1) translate(0, 100%);
  }
  51% {
    opacity: 1;
    transform: rotate(315deg) scale(0);
  }
  75% {
    opacity: 1;
    transform: rotate(315deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: rotate(315deg) scale(1);
  }
}

@keyframes sp-3-bottom-left {
  0% {
    opacity: 0;
    transform: rotate(45deg) scale(0);
  }
  25% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
  50% {
    opacity: 0;
    transform: rotate(45deg) scale(1) translate(0, 100%);
  }
  51% {
    opacity: 1;
    transform: rotate(45deg) scale(0);
  }
  75% {
    opacity: 1;
    transform: rotate(45deg) scale(0);
  }
  100% {
    opacity: 1;
    transform: rotate(45deg) scale(1);
  }
}

@keyframes sp-3-fade-in-left {
  from {
    opacity: 0;
    transform: translateX(10px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* SP-4 */
.is-atf.sp-4-master {
  /* Delayed H1 Transition */
  /* Delayed H2 Transition */
  /* Delayed CTA Transition */
  /* Bring in Pseudoelement Second */
  /* Wash Effect */
}

.is-atf.sp-4-master h1 > span {
  transition-delay: 0.8s;
}

.is-atf.sp-4-master h2 > span {
  transition-delay: 1s;
}

.is-atf.sp-4-master .cta-wrap {
  transition-delay: 1.25s;
}

.is-atf.sp-4-master .col-md-12 .component.component-headline:before {
  width: 0;
  transition-delay: .15s;
}

.is-atf.sp-4-master .col-md-12 .component.component-headline:before,
.is-atf.sp-4-master .width-controller,
.is-atf.sp-4-master .width-controller > .col-md-12 {
  transition-timing-function: cubic-bezier(0.8, 0, 0.2, 1);
  transition-duration: 1s;
}

.is-atf.sp-4-master .width-controller {
  transform: translateX(-100%);
  overflow: hidden;
}

.is-atf.sp-4-master .width-controller:before,
.is-atf.sp-4-master .width-controller:after {
  content: "";
  display: table;
  clear: both;
}

.is-atf.sp-4-master .width-controller > .col-md-12 {
  transform: translateX(100%);
  margin-bottom: 40px;
}

.is-loaded .is-atf.sp-4-master .col-md-12 .component.component-headline:before {
  width: calc(100% - 245px);
}

.is-loaded .is-atf.sp-4-master .width-controller,
.is-loaded .is-atf.sp-4-master .width-controller > .col-md-12 {
  transform: translateX(0);
}

/* SP-5 */
.sp-5-master.flexContainer div[class*="col-md"] .component.component-page-blurb .image-wrap:after {
  visibility: visible;
  opacity: 1;
}

.is-atf.sp-5-master polygon {
  transform-origin: center;
}

.is-atf.sp-5-master svg,
.is-atf.sp-5-master .Border_x0020_Bottom_x0020_Right_x0020__x0028_50_x0025__x0020_Opacity_x0029_,
.is-atf.sp-5-master .Border_x0020_Bottom_x0020_Left_x0020__x0028_50_x0025__x0020_Opacity_x0029_ {
  opacity: 0;
}

.is-loaded .is-atf.sp-5-master {
  /* Delayed H1 Transition */
  /* Delayed H2 Transition */
  /* Delayed CTA Transition */
  /* SVG */
  /* Inside Left Diamond */
  /* Inside Right Diamond */
  /* Outside Left Arrow */
  /* Outside Right Arrow */
  /* Border Top */
  /* Border Bottom */
}

.is-loaded .is-atf.sp-5-master h1 > span {
  transition-delay: 0.8s;
}

.is-loaded .is-atf.sp-5-master h2 > span {
  transition-delay: 1.0s;
}

.is-loaded .is-atf.sp-5-master .cta-wrap {
  transition-delay: 1.2s;
}

.is-loaded .is-atf.sp-5-master svg {
  animation: sp-fade-in 0.3s forwards;
}

.is-loaded .is-atf.sp-5-master .Inside_x0020_Left_x0020_Diamond_x0020__x0028_50_x0025__x0020_Opacity_x0029_ {
  animation: sp-5-left-diamond 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-loaded .is-atf.sp-5-master .Inside_x0020_Right_x0020_Diamond_x0020__x0028_50_x0025__x0020_Opacity_x0029_ {
  animation: sp-5-right-diamond 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-loaded .is-atf.sp-5-master .Overlay_x0020_Left_x0020_Arrow_x0020__x0028_30_x0025__x0020_Opacity_x0029_ {
  animation: sp-5-outside-left-arrow 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-loaded .is-atf.sp-5-master .Overlay_x0020_Right_x0020_Arrow_x0020__x0028_30_x0025__x0020_Opacity_x0029_ {
  animation: sp-5-outside-right-arrow 1s cubic-bezier(0.19, 1, 0.22, 1);
}

.is-loaded .is-atf.sp-5-master .Border_x0020_Bottom_x0020_Right_x0020__x0028_50_x0025__x0020_Opacity_x0029_ {
  animation: sp-5-border-top 1s cubic-bezier(0.19, 1, 0.22, 1) 0.4s forwards;
}

.is-loaded .is-atf.sp-5-master .Border_x0020_Bottom_x0020_Left_x0020__x0028_50_x0025__x0020_Opacity_x0029_ {
  animation: sp-5-border-bottom 1s cubic-bezier(0.19, 1, 0.22, 1) 0.5s forwards;
}

@keyframes sp-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes sp-5-left-diamond {
  from {
    transform: matrix(0.7071, 0.7071, -0.7571, 0.7071, 1467.22, -544.624);
  }
  to {
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1467.22, -544.624);
  }
}

@keyframes sp-5-right-diamond {
  from {
    transform: matrix(0.7071, 0.7071, -0.6571, 0.7071, 1530.66, -697.774);
  }
  to {
    transform: matrix(0.7071, 0.7071, -0.7071, 0.7071, 1530.66, -697.774);
  }
}

@keyframes sp-5-outside-left-arrow {
  from {
    transform: translateX(-100%) scale(0.85);
    fill-opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    fill-opacity: 1;
  }
}

@keyframes sp-5-outside-right-arrow {
  from {
    transform: translateX(100%) scale(0.85);
    fill-opacity: 0;
  }
  to {
    transform: translateX(0) scale(1);
    fill-opacity: 1;
  }
}

@keyframes sp-5-border-top {
  from {
    opacity: 0;
    transform: matrix(0.6371, -0.7771, 0.7071, 0.7071, -367.105, 1435.7);
  }
  to {
    opacity: 0.5;
    transform: matrix(0.7071, -0.7071, 0.7071, 0.7071, -367.105, 1435.7);
  }
}

@keyframes sp-5-border-bottom {
  from {
    opacity: 0;
    transform: translate(100%, 100%);
  }
  to {
    opacity: 0.5;
    transform: translate(0, 0);
  }
}

/* SP-6 */
.sp-6-master.flexContainer div[class*="col-md"] .btn.cta-main .cta-text {
  color: color-primary;
}

.is-atf.sp-6-master div[class*="col-md"] h2 > span:after {
  transition: 2s cubic-bezier(0.19, 1, 0.22, 1) 0.85s;
  transform: scaleX(2) translateX(100%);
  opacity: 0;
}

.is-loaded .is-atf.sp-6-master div[class*="col-md"] h2 > span:after {
  transform: scaleX(1) translateX(0);
  opacity: 1;
}

/* SP-9 */
.sp-9-master .social-image .text-wrap {
  justify-content: flex-start;
}

.sp-9-master .text-placement {
  opacity: 0;
  transition: .3s;
}

.sp-9-master .social-image:hover .text-placement {
  opacity: 1;
  transition: .3s;
}

/* SP-10 */
.sp-10-master .social-image .text-wrap {
  justify-content: flex-start;
}

.sp-10-master svg[preserveAspectRatio="none"] {
  transform: scale(1.01);
}

.sp-10-master svg[preserveAspectRatio="none meet"],
.sp-10-master svg[preserveAspectRatio="meet"] {
  transform: scale(1.03);
}

.sp-10-master .component-form-builder input:focus {
  box-shadow: none;
}

/* SP-Toba */
.sp-toba.svg11 svg {
  -ms-transform: translateX(-50px);
  -webkit-transform: translateX(-50px);
  transform: translateX(-50px);
}

.sp-toba.svgFlex svg path {
  fill: #fafafa !important;
}

.sp-toba .header-number {
  display: none;
}

.sp-toba .valueprop-layout-30 .row-header {
  display: none;
}

.sp-toba.flexContainer .component.valueprop-layout-31 .header-number {
  display: none;
}

.sp-toba.flexContainer .component.valueprop-layout-31 .col-md-12 .col-md-12 {
  border-right: 2px solid #fff;
  border-left: 2px solid #fff;
  border-bottom: 0px solid #fff;
  border-top: 0px solid #fff;
}

.sp-toba.flexContainer .component.valueprop-layout-31 .col-md-12 .col-md-6:first-child {
  border-right: 1px solid #fff;
  border-left: 4px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

.sp-toba.flexContainer .component.valueprop-layout-31 .col-md-12 .col-md-6:last-child {
  border-right: 4px solid #fff;
  border-left: 1px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #fff;
}

.sp-toba .component ul,
.sp-toba .component ol {
  margin: 0 0 10px 25px;
}

.sp-toba .component-gallery.gallery-layout-12 .image-wrap:hover {
  height: auto !important;
  position: absolute !important;
}

.sp-toba .component.component-footer span,
.sp-toba .component.component-footer a {
  color: #BCBCBC;
  text-transform: uppercase !important;
}

.sp-toba.flexContainer div[class*="col-md"] .component.component-page-blurb h4 > span:before {
  opacity: 0;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
  transition: all 1s cubic-bezier(0.19, 1, 0.22, 1) 0.7s;
}

.is-loaded .sp-toba.flexContainer div[class*="col-md"] .component.component-page-blurb h4 > span:before {
  opacity: 1;
  width: 60px;
}

body svg .toba_1,
body svg .toba_2 {
  fill: none !important;
}

.sp-toba .component-gallery.gallery-layout-12 .image-wrap {
  flex-direction: column;
  background-repeat: no-repeat !important;
  background-position: top !important;
}

.sp-toba .component-gallery.gallery-layout-12 .image-wrap .text-wrap {
  opacity: 0;
  visibility: hidden;
  padding: 0 20px 25px 20px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}

.sp-toba .component-gallery.gallery-layout-12 .image-wrap:hover .text-wrap {
  opacity: 1;
  visibility: visible;
  height: auto;
  z-index: 2;
}

.sp-toba .component-gallery.gallery-layout-12 .image-wrap img {
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-toba .component-gallery.gallery-layout-12 .image-wrap:hover img {
  top: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.ai .sp-toba.toba_atf {
  overflow: hidden;
}

.flex-bg-white .tintWrap {
  background: #fff !important;
}

@media (max-width: 992px) {
  .sp-toba.flexContainer div[class*="col-md"] .component.component-value-prop .component-item,
  .sp-toba.flexContainer div[class*="col-md"] .component.component-value-prop.valueprop-layout-31 .component-item {
    display: block;
  }
  .toba_atf .image-wrap:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.5) !important;
  }
  .sp-toba.flexContainer div[class*="col-md"] .component.component-page-blurb.pageblurb-c15-layout1 .inner-width-controller br {
    display: none;
  }
  body .toba_news_wrapper.flexContainer .component-value-prop .component-item {
    text-align: center;
  }
  body .sp-toba.flexContainer div[class*="col-md"] .component.component-value-prop .component-item {
    padding: 0 30px !important;
  }
  .toba_map_value-prop .component-item .text-wrap:before {
    left: -30px !important;
  }
  .edge-to-edge.sp-toba .valueprop-layout-31 .header-wrap {
    margin: 0 !important;
  }
}

@media (min-width: 980px) and (max-width: 1500px) {
  .flexContainer.sp-toba .pageblurb-c16-layout1 .image-wrap img {
    width: calc(60% - -10vw);
  }
}

/* ecwid temp code - remove after october push */
/*html#ecwid_html:root:root body#ecwid_body div.ecwid-productBrowser-price {
		padding-bottom: 15px;
	}
	html#ecwid_html:root:root body#ecwid_body td.ecwid-productBrowser-productsGrid-cell table .ecwid-imgLoaded img {
		width: auto!important;
		max-width: none!important;
		height: 100%!important;
		max-height: 400px !important;
	}
	html#ecwid_html:root:root body#ecwid_body .ecwid-productBrowser-productsGrid-v2 div.ecwid-productBrowser-productsGrid-productTopFragment {
		min-height: 0 !important;
	}
	html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop .horizontal-menu-item--hover>.horizontal-menu-subParent.horizontal-menu-subParent--left {
		z-index: 2;
	}
	html#ecwid_html:root:root .horizontal-menu:last-child .horizontal-menu-subParent {
		left: auto!important;
		right: 30%!important;
		width: 200px!important
	}
	html#ecwid_html:root:root body#ecwid_body .ecwid-productBrowser-productNameLink a {
		padding: 0 10px;
		text-align: center;
	}
	html#ecwid_html:root:root body#ecwid_body .ecwid input.gwt-TextBox.ecwid-productBrowser-details-qtyTextField {
		background: #f8f8f8 !important;
	}*/
/* end ecwid temp code */
.sp1-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item {
  padding: 0px;
  border: 0px;
}

.sp1-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item:before, .sp1-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item:after {
  background: none !important;
}

.sp1-master.flexContainer .component.component-atf-vp .row-content:last-child .component-item {
  margin-bottom: 40px;
}

.sp1-master.flexContainer .component-atf-vp.valueprop-c17-layout .row-content + .row-content {
  margin-top: 95px;
}

.sp1-master.flexContainer .component-atf-vp.valueprop-c17-layout .row-content + .row-content .component-item p {
  padding-bottom: 35px;
}

.sp1-master.flexContainer div[class*="col-md"] .component.component-value-prop.valueprop-c17-layout .cta-wrap {
  padding-top: 20px;
}

.sp1-master.flexContainer div[class*="col-md"] .component.component-value-prop.valueprop-c17-layout .row-content:first-child .cta-wrap {
  text-align: left;
}

.sp1-master.flexContainer div[class*="col-md"] .component.component-value-prop.valueprop-c17-layout .row-content + .row-content .cta-wrap {
  margin-bottom: 30px;
}

@media only screen and (min-width: 992px) {
  .sp1-master.flexContainer .component-atf-vp.valueprop-c17-layout .row-content-inner {
    margin-bottom: 40px;
  }
}

.sp-2.flexContainer .component.component-atf-vp .row-content:first-child .cta-wrap {
  padding-top: 5px;
}

.sp-2.flexContainer .component.component-atf-vp .row-content:first-child .cta-wrap .btn.cta-main {
  margin-left: 32px;
}

.sp-2.flexContainer .component.component-atf-vp .row-content:last-child .component-item {
  margin-bottom: 20px;
}

.sp-2.flexContainer .component.component-atf-vp .row-content:last-child .content-wrap {
  height: 100% !important;
}

.is-atf.sp-2.atf-border .design-item:before, .is-atf.sp-2.atf-border .design-item:after, .is-atf.sp-2.atf-border .design-item-inner:before, .is-atf.sp-2.atf-border .design-item-inner:after {
  /*  background-color: #fff; Romove Border Design */
  background-color: transparent;
}

.sp-3-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item {
  background: none;
  border: 0;
}

.sp-3-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item:before {
  border: none;
}

.sp-3-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item .header-wrap {
  text-align: left;
}

.sp-3-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item .cta-wrap {
  text-align: left;
}

sp-3-master.frame-border .design-item {
  width: 100%;
  height: 100%;
}

.sp-3-master.flexContainer .component.component-atf-vp.component-value-prop.valueprop-c17-layout .row-content .content-wrap .cta-wrap {
  padding-bottom: 50px;
}

.sp-3-master.flexContainer .component-atf-vp.valueprop-c17-layout .row-content + .row-content {
  margin-top: 50px;
}

@media only screen and (max-width: 992px) {
  .sp-3-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item {
    padding: 0 50px;
  }
}

@media only screen and (max-width: 768px) {
  .sp-3-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item {
    padding: 0;
  }
}

.sp-4-master.flexContainer .component.component-atf-vp .row-content:first-child {
  /*background: #fff;
		box-shadow: 0 20px 80px -10px rgba(0, 0, 0, 0.65);
		margin:0 0 50px 0;
		display: inline-block;
		padding:15px;
		width: 75%;*/
}

.sp-4-master.flexContainer .component.component-atf-vp .row-content:first-child:before {
  content: '';
  display: block;
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transform: translate(-30px, 30px);
  -ms-transform: translate(-30px, 30px);
  transform: translate(-30px, 30px);
}

.sp-4-master.flexContainer .component.component-atf-vp .row-content:last-child .row-content-inner {
  margin-bottom: 150px;
}

.sp-4-master.flexContainer .component.component-atf-vp .row-content:first-child .cta-wrap {
  text-align: left;
}

@media only screen and (max-width: 992px) {
  .sp-4-master.flexContainer .component.component-atf-vp .row-content:first-child {
    margin-left: 0;
    padding: 10px;
    width: 90%;
    margin-left: 30px;
  }
  .sp-4-master.flexContainer .component.component-atf-vp .row-content:last-child .row-content-inner {
    margin-bottom: 0;
  }
}

.sp-7-master.flexContainer .component.component-atf-vp .row-content:first-child .cta-wrap {
  background: none !important;
  padding: 10px 0px;
  transform: none;
}

.sp-7-master.flexContainer .component.component-atf-vp .row-content:first-child .cta-main {
  color: #fff;
  border-color: #fff;
}

.sp-7-master.flexContainer .component.component-atf-vp .row-content:last-child .header-wrap {
  z-index: 1;
  background: #3b60d9;
  padding: 30px;
  position: relative;
}

.sp-11-master.flexContainer .component.component-atf-vp .row-content:first-child .header-wrap {
  position: relative;
}

.sp-11-master.flexContainer .component.component-atf-vp .row-content:first-child .header-wrap:before {
  border-left: 2px solid #FFF;
  content: '';
  position: absolute;
  left: -30px;
  height: auto;
  top: 15px;
  bottom: 15px;
}

.sp-11-master.flexContainer .component.component-atf-vp .row-content:last-child .component-item {
  margin-bottom: 20px;
}

.sp-12-master.flexContainer .component.component-atf-vp .row-content:first-child .header-wrap, .sp-12-master.flexContainer .component.component-atf-vp .row-content:first-child .cta-wrap {
  text-align: left;
}

.sp-12-master.flexContainer .component.component-atf-vp .row-content:first-child .component-item {
  background: inherit;
  box-shadow: inherit;
  padding: 0;
}

.sp-12-master.flexContainer .component.component-atf-vp .row-content:last-child .component-item {
  margin-bottom: 20px;
}

.component-atf-vp.valueprop-c17-layout .row-content + .row-content .component-item {
  position: relative;
  /*p{
				padding-bottom: 75px;
			}*/
  /* trying to fix the button alignment issue by removing the padding bottom from the above paragraph */
  /*.cta-wrap{
				position: absolute;
				bottom: 0;
				left: 0;
				right: 0;
				margin: auto;
			}*/
}

/*.flexContainer div[class*="col-md"] .component.component-value-prop .row-content:last-child .content-wrap {
		 display: inline-block;
	}*/
.component-atf-vp.valueprop-c17-layout .flex-align-wrap {
  margin-top: auto;
}

/*SP10 Social icon mouse over*/
.sp-10-master.flexContainer div[class*="col-md"] .component.component-socialwall .social-image .social-bottom-bar {
  border: 5px solid transparent;
  z-index: 1;
}

.sp-10-master.flexContainer div[class*="col-md"] .component.component-socialwall .social-image .social-bottom-bar:hover {
  border: 5px solid #fff;
}

/*SP2*/
.sp-2.flexContainer div[class*="col-md"] .component.component-value-prop .text-wrap {
  height: 100%;
}

/* ai revealer */
[mopro-recording="true"] {
  overflow: visible !important;
}

/* /ai revealer */
/*ai-editor animation overwrite*/
.flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit p, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h1, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h2, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h3, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h4, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h5, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h6 {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
}

.flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit p:after, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h1:after, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h2:after, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h3:after, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h4:after, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h5:after, .flex-animated .aieditor-gallery__overlay .aieditor-gallery__edit h6:after {
  content: none;
}

/* animated atfs for animation packages */
/* bigly 1 */
@-moz-keyframes bigly-1 {
  0% {
    -moz-transform: translateX(100%) translateY(100%);
    -ms-transform: translateX(100%) translateY(100%);
    -o-transform: translateX(100%) translateY(100%);
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bigly-1 {
  0% {
    -moz-transform: translateX(100%) translateY(100%);
    -ms-transform: translateX(100%) translateY(100%);
    -o-transform: translateX(100%) translateY(100%);
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

@keyframes bigly-1 {
  0% {
    -moz-transform: translateX(100%) translateY(100%);
    -ms-transform: translateX(100%) translateY(100%);
    -o-transform: translateX(100%) translateY(100%);
    -webkit-transform: translateX(100%) translateY(100%);
    transform: translateX(100%) translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0) translateY(0);
    -ms-transform: translateX(0) translateY(0);
    -o-transform: translateX(0) translateY(0);
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
    opacity: 1;
  }
}

.bigly-1 svg {
  opacity: 0;
  -moz-animation-duration: 2.2s;
  -o-animation-duration: 2.2s;
  -webkit-animation-duration: 2.2s;
  animation-duration: 2.2s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-name: bigly-1;
  -o-animation-name: bigly-1;
  -webkit-animation-name: bigly-1;
  animation-name: bigly-1;
  -moz-animation-delay: .8s;
  -o-animation-delay: .8s;
  -webkit-animation-delay: .8s;
  animation-delay: .8s;
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
}

/* bigly 2 */
/* white */
@-moz-keyframes bigly-2-1 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@-webkit-keyframes bigly-2-1 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes bigly-2-1 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}

.bigly-2 svg .green-curve-3 {
  opacity: 0;
  -moz-animation-duration: .6s;
  -o-animation-duration: .6s;
  -webkit-animation-duration: .6s;
  animation-duration: .6s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-name: bigly-2-1;
  -o-animation-name: bigly-2-1;
  -webkit-animation-name: bigly-2-1;
  animation-name: bigly-2-1;
  -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

/* green */
@-moz-keyframes bigly-2-2 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: .5;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }
}

@-webkit-keyframes bigly-2-2 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: .5;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }
}

@keyframes bigly-2-2 {
  0% {
    -moz-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
    opacity: 0;
  }
  1% {
    opacity: .5;
  }
  100% {
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: .5;
  }
}

.bigly-2 svg .green-curve-2 {
  opacity: 0;
  -moz-animation-duration: .8s;
  -o-animation-duration: .8s;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -moz-animation-name: bigly-2-2;
  -o-animation-name: bigly-2-2;
  -webkit-animation-name: bigly-2-2;
  animation-name: bigly-2-2;
  -moz-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -o-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  -webkit-animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  animation-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.component-footer .social-wrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.component-footer .social-wrap a span {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}

.component-footer .social-wrap a {
  margin-top: 20px !important;
}

.no-csstransitions .image-wrap,
.no-csstransitions img,
.no-csstransitions .social-image {
  opacity: 1;
}

html.no-csstransitions .image-wrap,
html.no-csstransitions img,
html.no-csstransitions .social-image {
  -webkit-animation: none !important;
  animation: none !important;
}

html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) .image-wrap,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) .img,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) .social-image,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) .image-wrap,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) img,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) .social-image {
  -webkit-animation: none !important;
  animation: none !important;
}

html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) .image-wrap,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) img,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) .social-image,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .image-wrap,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) img,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .social-image {
  opacity: 0;
}

.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .image-wrap,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) img,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .social-image {
  opacity: 1 !important;
}

html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .image-wrap,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) img,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .social-image,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .image-wrap,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) img,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .social-image {
  -webkit-animation: .5s typekitLoad ease-in-out;
  animation: .5s typekitLoad ease-in-out;
  opacity: 1;
}

/* Turn off lazy load */
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h1,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h2,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h3,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h4,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h5,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h6,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) li,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) p,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) td,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) .btn,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) h1,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) h2,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) h3,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) h4,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) h5,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) h6,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) li,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) p,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) td,
.no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) .btn {
  opacity: 1;
}

html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) .image-wrap,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) img,
html.no-flex-animated.lazyload-off:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) .social-image,
no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) .image-wrap,
no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) img,
no-flex-animated.lazyload-off.wf-loading .flexContainer:not([class*="atf-animation-"]) .social-image {
  opacity: 1;
}

/* .no-csstransitions, IE9 turning off animation packages */
.no-csstransitions h1,
.no-csstransitions h2,
.no-csstransitions h3,
.no-csstransitions h4,
.no-csstransitions h5,
.no-csstransitions h6,
.no-csstransitions li,
.no-csstransitions p,
.no-csstransitions td,
.no-csstransitions .btn {
  opacity: 1;
}

html.no-csstransitions h1,
html.no-csstransitions h2,
html.no-csstransitions h3,
html.no-csstransitions h4,
html.no-csstransitions h5,
html.no-csstransitions h6,
html.no-csstransitions li,
html.no-csstransitions p,
html.no-csstransitions td,
html.no-csstransitions .btn {
  -webkit-animation: none !important;
  animation: none !important;
}

html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) h1,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) h2,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) h3,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) h4,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) h5,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) h6,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) .nav > li,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) p,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) td,
html.no-flex-animated.lazyload-off.wf-active .flexContainer:not([class*="atf-animation-"]) .btn,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) h1,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) h2,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) h3,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) h4,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) h5,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) h6,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) li,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) p,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) td,
html.no-flex-animated.lazyload-off.wf-empty .flexContainer:not([class*="atf-animation-"]) .btn {
  -webkit-animation: none !important;
  animation: none !important;
}

/* End - Turn off lazy load */
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h1,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h2,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h3,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h4,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h5,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) h6,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) li,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) p,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) td,
html.no-flex-animated:not(.wf-active) .flexContainer:not([class*="atf-animation-"]) .btn,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h1,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h2,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h3,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h4,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h5,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h6,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) li,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) p,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) td,
.wf-loading.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .btn {
  opacity: 0;
}

.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h1,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h2,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h3,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h4,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h5,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h6,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) li:not(.testimonial-slide),
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) p,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) td,
.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .btn {
  opacity: 1 !important;
}

html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h1,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h2,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h3,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h4,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h5,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h6,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .nav > li,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) p,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) td,
html.wf-active.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .btn,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h1,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h2,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h3,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h4,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h5,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) h6,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) li,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) p,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) td,
html.wf-empty.no-flex-animated .flexContainer:not([class*="atf-animation-"]) .btn {
  -webkit-animation: .5s typekitLoad ease-in-out;
  animation: .5s typekitLoad ease-in-out;
  opacity: 1;
}

@-webkit-keyframes typekitLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes typekitLoad {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.headerv2 .header-wrap {
  left: 100%;
}

.sp-patagonia.flexContainer > svg {
  bottom: -2px;
}

.atf-animation-patagonia .design-item {
    background: url(../img/cloud.png);
    width: 100%;
    position: absolute;
    height: 200px;
    left: 0;
    right: 0;
    background-repeat: no-repeat;
    background-size: 100%;
    bottom: 0;
    background-position: bottom center;
}

/* vera wang, guess, home depot, apple */
@media (max-width: 979px) {
  .atf-animation-patagonia .design-item {
    display: none;
  }
  .atf-animation-apple .cb-image-wrap img {
    height: auto;
  }
  .atf-animation-home-depot .cb-image-wrap img {
    height: auto;
  }
  .atf-animation-guess .cb-image-wrap img {
    height: auto;
  }
  .atf-animation-vera-wang .cb-image-wrap img {
    height: auto;
  }
  .atf-animation-new-york-times .cb-image-wrap img {
    height: auto;
  }
}

.atf-animation-apple .cb-image-wrap img {
  height: 550px;
}

.atf-animation-home-depot .cb-image-wrap img {
  height: 500px;
}

.atf-animation-guess .cb-image-wrap img {
  height: 560px;
}

.atf-animation-vera-wang .cb-image-wrap img {
  height: 520px;
}

.atf-animation-new-york-times .cb-image-wrap img {
  height: 675px;
}

/*custome block style package & animation*/
.sp-red-bull .social-image .social-icon .fa {
  padding: 0;
}

.sp-red-bull .cta-main {
  border: 3px solid rgba(255, 255, 255, 0.3);
  padding: 18px 55px;
  background: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.sp-red-bull .cta-main:hover {
  border: 3px solid #db0b40 !important;
  background: #db0b40 !important;
  color: #FFF;
}

body.toggle-overflow .flexContainer:not(.has-headerv2-module) {
  overflow: hidden !important;
}

/********************************************************************************ATF ANIMATION CODE***************************************/
/* Batch 1 */
@-webkit-keyframes clipIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    overflow: hidden;
  }
  99% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: hidden;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: inherit;
  }
}

@-moz-keyframes clipIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    overflow: hidden;
  }
  99% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: hidden;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: inherit;
  }
}

@-o-keyframes clipIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    overflow: hidden;
  }
  99% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: hidden;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: inherit;
  }
}

@keyframes clipIn {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    overflow: hidden;
  }
  99% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: hidden;
  }
  100% {
    -webkit-clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    clip-path: polygon(100% 0, 0 0, 0 100%, 100% 100%);
    overflow: inherit;
  }
}

@-webkit-keyframes appleDownUp {
  0% {
    top: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes appleDownUp {
  0% {
    top: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes appleDownUp {
  0% {
    top: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes appleDownUp {
  0% {
    top: translateY(0);
  }
  50% {
    transform: translateY(40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes appleUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes appleUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes appleUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes appleUpDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-40px);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes appleFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes appleFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes appleFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes appleFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.atf-animation-apple h1 {
  opacity: 1;
}

.atf-animation-apple h2 {
  opacity: 1;
}

.atf-animation-apple h3 {
  opacity: 1;
}

.atf-animation-apple h4 {
  opacity: 1;
}

.atf-animation-apple h5 {
  opacity: 1;
}

.atf-animation-apple h6 {
  opacity: 1;
}

.atf-animation-apple p {
  opacity: 1;
}

.atf-animation-apple blockquote {
  opacity: 1;
}

.atf-animation-apple .cta-main {
  opacity: 1;
}

.atf-animation-apple .cta-sub {
  opacity: 1;
}

.atf-animation-apple .cta-secondary {
  opacity: 1;
}

.atf-animation-apple img {
  opacity: 1;
}

.atf-animation-apple video {
  opacity: 1;
}

.atf-animation-apple .icon-wrap {
  opacity: 1;
}

.atf-animation-apple .social-icon {
  opacity: 1;
}

.atf-animation-apple .text-wrap:before {
  opacity: 1;
}

.atf-animation-apple .text-wrap:after {
  opacity: 1;
}

.atf-animation-apple .image-wrap:before {
  opacity: 1;
}

.atf-animation-apple .image-wrap:after {
  opacity: 1;
}

.atf-animation-apple .image-wrap {
  opacity: 1;
}

.atf-animation-apple .testimonial-element:before {
  opacity: 1;
}

.atf-animation-apple .testimonial-element:after {
  opacity: 1;
}

.atf-animation-apple .gallery-image:before {
  opacity: 1;
}

.atf-animation-apple .gallery-image:after {
  opacity: 1;
}

.atf-animation-apple .social-image {
  opacity: 1;
}

.atf-animation-apple .text-wrap {
  opacity: 1;
}

.atf-animation-apple .header-wrap {
  opacity: 1;
}

.atf-animation-apple .content-wrap:before {
  opacity: 1;
}

.atf-animation-apple .component-item:before {
  opacity: 1;
}

.atf-animation-apple .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-apple .ai-canvas__span .tint-wrap,
.atf-animation-apple .ai-canvas__span .image-wrap {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-animation-name: clipIn;
  -moz-animation-name: clipIn;
  -ms-animation-name: clipIn;
  -o-animation-name: clipIn;
  animation-name: clipIn;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-apple .ai-canvas__span .image-wrap {
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  overflow: hidden;
}

.atf-animation-apple .ai-canvas__span:first-child img {
  -webkit-animation-name: appleDownUp;
  -moz-animation-name: appleDownUp;
  -ms-animation-name: appleDownUp;
  -o-animation-name: appleDownUp;
  animation-name: appleDownUp;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -moz-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -o-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  animation-iteration-count: infinite;
}

.atf-animation-apple .ai-canvas__span:nth-child(2) img {
  -webkit-animation-name: appleUpDown;
  -moz-animation-name: appleUpDown;
  -ms-animation-name: appleUpDown;
  -o-animation-name: appleUpDown;
  animation-name: appleUpDown;
  -moz-animation-duration: 8s;
  -o-animation-duration: 8s;
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -moz-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -o-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-iteration-count: infinite;
}

.atf-animation-apple .ai-canvas__span h1, .atf-animation-apple .ai-canvas__span h2, .atf-animation-apple .ai-canvas__span .cta-main {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation-name: appleFadeInUp;
  -moz-animation-name: appleFadeInUp;
  -ms-animation-name: appleFadeInUp;
  -o-animation-name: appleFadeInUp;
  animation-name: appleFadeInUp;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -o-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -webkit-animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  animation-timing-function: cubic-bezier(0.23, 0.84, 0.42, 0.99);
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-apple .ai-canvas__span h2 {
  -moz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.atf-animation-apple .ai-canvas__span .cta-main {
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

@-webkit-keyframes accent-color-slide-reveal {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 1;
    color: transparent;
  }
  90% {
    opacity: 1;
    color: transparent;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes accent-color-slide-reveal {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 1;
    color: transparent;
  }
  90% {
    opacity: 1;
    color: transparent;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes accent-color-slide-reveal {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 1;
    color: transparent;
  }
  90% {
    opacity: 1;
    color: transparent;
  }
  100% {
    opacity: 1;
  }
}

@keyframes accent-color-slide-reveal {
  0% {
    opacity: 1;
    color: transparent;
  }
  50% {
    opacity: 1;
    color: transparent;
  }
  90% {
    opacity: 1;
    color: transparent;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes accent-color-slide-reveal-rt {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-moz-keyframes accent-color-slide-reveal-rt {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-o-keyframes accent-color-slide-reveal-rt {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@keyframes accent-color-slide-reveal-rt {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-webkit-keyframes accent-color-slide-reveal-btn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes accent-color-slide-reveal-btn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes accent-color-slide-reveal-btn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes accent-color-slide-reveal-btn {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes accent-color-slide-reveal-icon {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes accent-color-slide-reveal-icon {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes accent-color-slide-reveal-icon {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes accent-color-slide-reveal-icon {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-webkit-keyframes accent-color-slide-reveal-btn-after {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-moz-keyframes accent-color-slide-reveal-btn-after {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-o-keyframes accent-color-slide-reveal-btn-after {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@keyframes accent-color-slide-reveal-btn-after {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  40% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  41% {
    transform: scaleX(0.9);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

/*red bull custome block-animation*/
@-webkit-keyframes reveal-two {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.5);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-moz-keyframes reveal-two {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.5);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-o-keyframes reveal-two {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.5);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@keyframes reveal-two {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.5);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-webkit-keyframes reveal-three {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-moz-keyframes reveal-three {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-o-keyframes reveal-three {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@keyframes reveal-three {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-webkit-keyframes reveal-four {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-moz-keyframes reveal-four {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-o-keyframes reveal-four {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@keyframes reveal-four {
  0% {
    transform: scaleX(0);
    transform-origin: right;
  }
  25% {
    transform: scaleX(0.3);
    transform-origin: right;
  }
  50% {
    transform: scaleX(0.6);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-webkit-keyframes reveal-one {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  25% {
    transform: scaleX(0.85);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-moz-keyframes reveal-one {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  25% {
    transform: scaleX(0.85);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-o-keyframes reveal-one {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  25% {
    transform: scaleX(0.85);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@keyframes reveal-one {
  0% {
    transform: scaleX(1);
    transform-origin: left;
  }
  25% {
    transform: scaleX(0.85);
    transform-origin: left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: left;
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(-100px, -10px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

/*for default visible (popup)*/
.flex-animated.atf-animation-red-bull .component-custom-block h1 span {
  /*content: '';*/
  -webkit-animation-name: accent-color-slide-reveal;
  -moz-animation-name: accent-color-slide-reveal;
  -ms-animation-name: accent-color-slide-reveal;
  -o-animation-name: accent-color-slide-reveal;
  animation-name: accent-color-slide-reveal;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -moz-animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  -o-animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -ms-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

.flex-animated.atf-animation-red-bull .component-custom-block h1 span:after {
  position: absolute;
  content: '';
  height: 100%;
  background: color-primary;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-animation-name: accent-color-slide-reveal-rt;
  -moz-animation-name: accent-color-slide-reveal-rt;
  -ms-animation-name: accent-color-slide-reveal-rt;
  -o-animation-name: accent-color-slide-reveal-rt;
  animation-name: accent-color-slide-reveal-rt;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  -webkit-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -moz-animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  -o-animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  -webkit-animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  animation-timing-function: cubic-bezier(0.78, 0.1, 0.19, 0.91);
  transform: scaleX(0);
  transform-origin: top left;
}

/*Red bull custome block-animation*/
.flex-animated.atf-animation-red-bull {
  /*custom block animation start*/
  /*custom block animation end*/
}

.flex-animated.atf-animation-red-bull .component-custom-block h1 span {
  position: relative;
  display: inline-block;
}

.atf-animation-red-bull .filter-color {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.atf-animation-red-bull .filter-color:before,
.atf-animation-red-bull .filter-color:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.atf-animation-red-bull .filter-color:before {
  background: #ffffff;
  z-index: 2513;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation-name: reveal-two;
  -moz-animation-name: reveal-two;
  -ms-animation-name: reveal-two;
  -o-animation-name: reveal-two;
  animation-name: reveal-two;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-fill-mode: forwards;
}

.atf-animation-red-bull .filter-color:after {
  background: #a0a1a0;
  z-index: 2512;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation-name: reveal-three;
  -moz-animation-name: reveal-three;
  -ms-animation-name: reveal-three;
  -o-animation-name: reveal-three;
  animation-name: reveal-three;
  -moz-animation-duration: 0.75s;
  -o-animation-duration: 0.75s;
  -webkit-animation-duration: 0.75s;
  animation-duration: 0.75s;
  -moz-animation-delay: 0.35s;
  -o-animation-delay: 0.35s;
  -webkit-animation-delay: 0.35s;
  animation-delay: 0.35s;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-fill-mode: forwards;
}

.atf-animation-red-bull .filter-svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

.atf-animation-red-bull .filter-svg:before,
.atf-animation-red-bull .filter-svg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
}

.atf-animation-red-bull .filter-svg:before {
  background: color-primary;
  z-index: 2511;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation-name: reveal-four;
  -moz-animation-name: reveal-four;
  -ms-animation-name: reveal-four;
  -o-animation-name: reveal-four;
  animation-name: reveal-four;
  -moz-animation-duration: 0.45s;
  -o-animation-duration: 0.45s;
  -webkit-animation-duration: 0.45s;
  animation-duration: 0.45s;
  -moz-animation-delay: 0.65s;
  -o-animation-delay: 0.65s;
  -webkit-animation-delay: 0.65s;
  animation-delay: 0.65s;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-fill-mode: forwards;
}

.atf-animation-red-bull .filter-svg:after {
  background: color-secondary;
  z-index: 2510;
  transform: scaleX(1);
  transform-origin: left;
  -webkit-animation-name: reveal-one;
  -moz-animation-name: reveal-one;
  -ms-animation-name: reveal-one;
  -o-animation-name: reveal-one;
  animation-name: reveal-one;
  -moz-animation-duration: 0.4s;
  -o-animation-duration: 0.4s;
  -webkit-animation-duration: 0.4s;
  animation-duration: 0.4s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.83, 0.67);
  animation-fill-mode: forwards;
}

.atf-animation-red-bull [class*="lnr-"] {
  opacity: 0;
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-name: reveal-icon;
  -moz-animation-name: reveal-icon;
  -ms-animation-name: reveal-icon;
  -o-animation-name: reveal-icon;
  animation-name: reveal-icon;
  animation-fill-mode: forwards;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub:after, .social-icons:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap:after,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span img:after,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main:after, html.no-flex-animated .atf-animation-ford .ai-canvas__span:after, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap:after, html.no-flex-animated .atf-animation-ford h1:after, html.no-flex-animated .atf-animation-ford h2:after, html.no-flex-animated .atf-animation-ford .cta-main:after, html.no-flex-animated .atf-animation-ford svg:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color:after,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap:after,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap:after,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn:after, html.no-flex-animated .atf-animation-guess svg:after, html.no-flex-animated .atf-animation-home-depot svg:after,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow:after,
html.no-flex-animated .atf-animation-home-depot .image-wrap:after,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-home-depot h1:after,
html.no-flex-animated .atf-animation-home-depot h2:after,
html.no-flex-animated .atf-animation-home-depot .cta-wrap:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap:after,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2:after, html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1:after, html.no-flex-animated .atf-animation-red-bull h2:after, html.no-flex-animated .atf-animation-red-bull .btn:after, html.no-flex-animated .atf-animation-red-bull p:after, html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1:after, html.no-flex-animated .atf-animation-tesla h5:after, html.no-flex-animated .atf-animation-tesla p:after, html.no-flex-animated .atf-animation-tesla h2:after, html.no-flex-animated .atf-animation-tesla .btn:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img:after, html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap:after, html.no-flex-animated .atf-animation-vera-wang h6:after, html.no-flex-animated .atf-animation-vera-wang h1:after, html.no-flex-animated .atf-animation-vera-wang h2:after, html.no-flex-animated .atf-animation-vera-wang .separator:after, html.no-flex-animated .atf-animation-whole-foods h1:after, html.no-flex-animated .atf-animation-whole-foods h2:after, html.no-flex-animated .atf-animation-whole-foods .cta-main:after, html.no-flex-animated .atf-animation-whole-foods .component-custom-block:after, html.no-flex-animated .atf-animation-mercedes svg:after,
html.no-flex-animated .atf-animation-mercedes h1:after, html.no-flex-animated .atf-animation-mercedes h2:after, html.no-flex-animated .atf-animation-mercedes p:after, html.no-flex-animated .atf-animation-mercedes .cta-main:after, html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span:after, html.no-flex-animated .atf-animation-mercedes .image-wrap img:after, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap:after, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame:after, html.no-flex-animated .atf-animation-williams-sonoma h1:after, html.no-flex-animated .atf-animation-williams-sonoma h2:after, html.no-flex-animated .atf-animation-williams-sonoma .cta-main:after, html.no-flex-animated .atf-animation-google .filter-svg:after,
html.no-flex-animated .atf-animation-google h1:after, html.no-flex-animated .atf-animation-google h2:after, html.no-flex-animated .atf-animation-google .cta-wrap:after,
html.no-flex-animated .atf-animation-google .kenburns_slideshow:after,
html.no-flex-animated .atf-animation-google .filter-color:after, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap:after, html.no-flex-animated .atf-animation-google .ai-canvas__span p:after, html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1:after, html.no-flex-animated .atf-animation-patagonia h2:after, html.no-flex-animated .atf-animation-patagonia svg:after, html.no-flex-animated .atf-animation-patagonia .btn:after, html.no-flex-animated .atf-animation-microsoft .filter-color:after,
html.no-flex-animated .atf-animation-microsoft .filter-svg:after,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow:after,
html.no-flex-animated .atf-animation-microsoft .cta-main:after,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap:after,
html.no-flex-animated .atf-animation-microsoft h1:after, html.no-flex-animated .atf-animation-microsoft h2:after,
html.no-flex-animated .atf-animation-microsoft .image-wrap:after {
  content: none !important;
}

@-webkit-keyframes bgCircleOut {
  0% {
    -webkit-clip-path: circle(0 at 0 100%);
    clip-path: circle(0 at 0 100%);
  }
  50% {
    -webkit-clip-path: circle(140.2% at 0 100%);
    clip-path: circle(140.2% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(0 at 100% 0);
    clip-path: circle(0 at 100% 0);
  }
}

@-moz-keyframes bgCircleOut {
  0% {
    -webkit-clip-path: circle(0 at 0 100%);
    clip-path: circle(0 at 0 100%);
  }
  50% {
    -webkit-clip-path: circle(140.2% at 0 100%);
    clip-path: circle(140.2% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(0 at 100% 0);
    clip-path: circle(0 at 100% 0);
  }
}

@-o-keyframes bgCircleOut {
  0% {
    -webkit-clip-path: circle(0 at 0 100%);
    clip-path: circle(0 at 0 100%);
  }
  50% {
    -webkit-clip-path: circle(140.2% at 0 100%);
    clip-path: circle(140.2% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(0 at 100% 0);
    clip-path: circle(0 at 100% 0);
  }
}

@keyframes bgCircleOut {
  0% {
    -webkit-clip-path: circle(0 at 0 100%);
    clip-path: circle(0 at 0 100%);
  }
  50% {
    -webkit-clip-path: circle(140.2% at 0 100%);
    clip-path: circle(140.2% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(0 at 100% 0);
    clip-path: circle(0 at 100% 0);
  }
}

@-webkit-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@-moz-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@-o-keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@keyframes blurIn {
  0% {
    opacity: 0;
    filter: blur(5px);
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    filter: blur(0);
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.atf-animation-whole-foods .filter-color {
  height: 100%;
  width: 100%;
}

.atf-animation-whole-foods .filter-color:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: color-primary;
  top: 0;
  z-index: 10;
  -webkit-clip-path: circle(0.3% at 0 100%);
  clip-path: circle(0.3% at 0 100%);
  -webkit-animation-name: bgCircleOut;
  -moz-animation-name: bgCircleOut;
  -ms-animation-name: bgCircleOut;
  -o-animation-name: bgCircleOut;
  animation-name: bgCircleOut;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-whole-foods h1, .atf-animation-whole-foods h2, .atf-animation-whole-foods .cta-main {
  opacity: 0;
  filter: blur(5px);
  -webkit-animation-name: blurIn;
  -moz-animation-name: blurIn;
  -ms-animation-name: blurIn;
  -o-animation-name: blurIn;
  animation-name: blurIn;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-whole-foods h2 {
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.atf-animation-whole-foods .cta-main {
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.atf-animation-whole-foods .component-custom-block {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

@-webkit-keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-moz-keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-o-keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes bgFadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes scaleAnimLeft {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-moz-keyframes scaleAnimLeft {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-o-keyframes scaleAnimLeft {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@keyframes scaleAnimLeft {
  0% {
    transform: scaleX(0);
    transform-origin: top left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: top right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top right;
  }
}

@-webkit-keyframes imgScale {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-moz-keyframes imgScale {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-o-keyframes imgScale {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes imgScale {
  0% {
    opacity: 0;
    transform: scale(1.5);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

@-webkit-keyframes veraFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes veraFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes veraFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes veraFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes lineScale {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@-moz-keyframes lineScale {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@-o-keyframes lineScale {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

@keyframes lineScale {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: left;
  }
}

.atf-animation-vera-wang h1 {
  opacity: 1;
}

.atf-animation-vera-wang h2 {
  opacity: 1;
}

.atf-animation-vera-wang h3 {
  opacity: 1;
}

.atf-animation-vera-wang h4 {
  opacity: 1;
}

.atf-animation-vera-wang h5 {
  opacity: 1;
}

.atf-animation-vera-wang h6 {
  opacity: 1;
}

.atf-animation-vera-wang p {
  opacity: 1;
}

.atf-animation-vera-wang blockquote {
  opacity: 1;
}

.atf-animation-vera-wang .cta-main {
  opacity: 1;
}

.atf-animation-vera-wang .cta-sub {
  opacity: 1;
}

.atf-animation-vera-wang .cta-secondary {
  opacity: 1;
}

.atf-animation-vera-wang img {
  opacity: 1;
}

.atf-animation-vera-wang video {
  opacity: 1;
}

.atf-animation-vera-wang .icon-wrap {
  opacity: 1;
}

.atf-animation-vera-wang .social-icon {
  opacity: 1;
}

.atf-animation-vera-wang .text-wrap:before {
  opacity: 1;
}

.atf-animation-vera-wang .text-wrap:after {
  opacity: 1;
}

.atf-animation-vera-wang .image-wrap:before {
  opacity: 1;
}

.atf-animation-vera-wang .image-wrap:after {
  opacity: 1;
}

.atf-animation-vera-wang .image-wrap {
  opacity: 1;
}

.atf-animation-vera-wang .testimonial-element:before {
  opacity: 1;
}

.atf-animation-vera-wang .testimonial-element:after {
  opacity: 1;
}

.atf-animation-vera-wang .gallery-image:before {
  opacity: 1;
}

.atf-animation-vera-wang .gallery-image:after {
  opacity: 1;
}

.atf-animation-vera-wang .social-image {
  opacity: 1;
}

.atf-animation-vera-wang .text-wrap {
  opacity: 1;
}

.atf-animation-vera-wang .header-wrap {
  opacity: 1;
}

.atf-animation-vera-wang .content-wrap:before {
  opacity: 1;
}

.atf-animation-vera-wang .component-item:before {
  opacity: 1;
}

.atf-animation-vera-wang .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-vera-wang .filter-color {
  height: 100%;
  width: 100%;
  pointer-events: none;
}

.atf-animation-vera-wang .filter-color:before,
.atf-animation-vera-wang .filter-color:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 999;
  animation-fill-mode: forwards;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.atf-animation-vera-wang .filter-color:before {
  background: #000;
  -webkit-animation-name: bgFadeOut;
  -moz-animation-name: bgFadeOut;
  -ms-animation-name: bgFadeOut;
  -o-animation-name: bgFadeOut;
  animation-name: bgFadeOut;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  animation-fill-mode: forwards;
}

.atf-animation-vera-wang .filter-color:after {
  background: #999999;
  transform: scaleX(0);
  transform-origin: top left;
  -webkit-animation-name: scaleAnimLeft;
  -moz-animation-name: scaleAnimLeft;
  -ms-animation-name: scaleAnimLeft;
  -o-animation-name: scaleAnimLeft;
  animation-name: scaleAnimLeft;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

.atf-animation-vera-wang .flex-fixed-inner .noBlurWrap {
  transform: scale(1.5);
  left: -100%;
  -webkit-animation-name: imgScale;
  -moz-animation-name: imgScale;
  -ms-animation-name: imgScale;
  -o-animation-name: imgScale;
  animation-name: imgScale;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-vera-wang h6, .atf-animation-vera-wang h1, .atf-animation-vera-wang h2 {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation-name: veraFadeInUp;
  -moz-animation-name: veraFadeInUp;
  -ms-animation-name: veraFadeInUp;
  -o-animation-name: veraFadeInUp;
  animation-name: veraFadeInUp;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-vera-wang h1 {
  -moz-animation-delay: 3.3s;
  -o-animation-delay: 3.3s;
  -webkit-animation-delay: 3.3s;
  animation-delay: 3.3s;
}

.atf-animation-vera-wang h2 {
  -moz-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.atf-animation-vera-wang .separator {
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation-name: lineScale;
  -moz-animation-name: lineScale;
  -ms-animation-name: lineScale;
  -o-animation-name: lineScale;
  animation-name: lineScale;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 4s;
  -o-animation-delay: 4s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@-webkit-keyframes clipPath {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-moz-keyframes clipPath {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-o-keyframes clipPath {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipPath {
  0% {
    -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
    clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes imgScale {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@-moz-keyframes imgScale {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@-o-keyframes imgScale {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes imgScale {
  0% {
    transform: scale(1.5);
  }
  100% {
    transform: scale(1);
  }
}

@-webkit-keyframes fordFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fordFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fordFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fordFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn-before-one {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
}

@-moz-keyframes fadeIn-before-one {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
}

@-o-keyframes fadeIn-before-one {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
}

@keyframes fadeIn-before-one {
  0% {
    opacity: 0;
    transform: translate3d(-30px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
}

@-webkit-keyframes fadeIn-after-one {
  0% {
    opacity: 0;
    transform: translate3d(20px, 220px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(10px, 20px, 0);
  }
}

@-moz-keyframes fadeIn-after-one {
  0% {
    opacity: 0;
    transform: translate3d(20px, 220px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(10px, 20px, 0);
  }
}

@-o-keyframes fadeIn-after-one {
  0% {
    opacity: 0;
    transform: translate3d(20px, 220px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(10px, 20px, 0);
  }
}

@keyframes fadeIn-after-one {
  0% {
    opacity: 0;
    transform: translate3d(20px, 220px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(10px, 20px, 0);
  }
}

@-webkit-keyframes fadeIn-before-two {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-10px, -20px, 0);
  }
}

@-moz-keyframes fadeIn-before-two {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-10px, -20px, 0);
  }
}

@-o-keyframes fadeIn-before-two {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-10px, -20px, 0);
  }
}

@keyframes fadeIn-before-two {
  0% {
    opacity: 0;
    transform: translate3d(-20px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(-10px, -20px, 0);
  }
}

@-webkit-keyframes fadeIn-after-two {
  0% {
    opacity: 0;
    transform: translate3d(10px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-moz-keyframes fadeIn-after-two {
  0% {
    opacity: 0;
    transform: translate3d(10px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-o-keyframes fadeIn-after-two {
  0% {
    opacity: 0;
    transform: translate3d(10px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeIn-after-two {
  0% {
    opacity: 0;
    transform: translate3d(10px, 200px, 0);
  }
  100% {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}

@-webkit-keyframes fordFadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fordFadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fordFadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fordFadeInUp {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.atf-animation-ford .ai-canvas__span {
  overflow: hidden;
  -webkit-clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  clip-path: polygon(50% 50%, 50% 50%, 50% 50%, 50% 50%);
  -webkit-animation-name: clipPath;
  -moz-animation-name: clipPath;
  -ms-animation-name: clipPath;
  -o-animation-name: clipPath;
  animation-name: clipPath;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-ford .ai-canvas__span .tint-wrap {
  transform: scale(1.5);
  transform-origin: center;
  -webkit-animation-name: imgScale;
  -moz-animation-name: imgScale;
  -ms-animation-name: imgScale;
  -o-animation-name: imgScale;
  animation-name: imgScale;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-ford h1, .atf-animation-ford h2, .atf-animation-ford .cta-main {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation-name: fordFadeInUp;
  -moz-animation-name: fordFadeInUp;
  -ms-animation-name: fordFadeInUp;
  -o-animation-name: fordFadeInUp;
  animation-name: fordFadeInUp;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-ford h1 {
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.atf-animation-ford h2 {
  -moz-animation-delay: 2.7s;
  -o-animation-delay: 2.7s;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.atf-animation-ford .cta-main {
  -moz-animation-delay: 2.9s;
  -o-animation-delay: 2.9s;
  -webkit-animation-delay: 2.9s;
  animation-delay: 2.9s;
}

.atf-animation-ford .ai-canvas__frame-inner:before,
.atf-animation-ford .ai-canvas__frame-inner:after,
.atf-animation-ford .ai-canvas__frame:before,
.atf-animation-ford .ai-canvas__frame:after {
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-ford .ai-canvas__frame-inner:before {
  opacity: 0;
  transform: translate3d(-20px, 200px, 0);
  -webkit-animation-name: fadeIn-before-one;
  -moz-animation-name: fadeIn-before-one;
  -ms-animation-name: fadeIn-before-one;
  -o-animation-name: fadeIn-before-one;
  animation-name: fadeIn-before-one;
}

.atf-animation-ford .ai-canvas__frame-inner:after {
  opacity: 0;
  transform: translate3d(10px, 220px, 0);
  -webkit-animation-name: fadeIn-after-one;
  -moz-animation-name: fadeIn-after-one;
  -ms-animation-name: fadeIn-after-one;
  -o-animation-name: fadeIn-after-one;
  animation-name: fadeIn-after-one;
}

.atf-animation-ford .ai-canvas__frame:before {
  opacity: 0;
  transform: translate3d(-10px, 200px, 0);
  -webkit-animation-name: fadeIn-before-two;
  -moz-animation-name: fadeIn-before-two;
  -ms-animation-name: fadeIn-before-two;
  -o-animation-name: fadeIn-before-two;
  animation-name: fadeIn-before-two;
}

.atf-animation-ford .ai-canvas__frame:after {
  opacity: 0;
  transform: translate3d(0, 200px, 0);
  -webkit-animation-name: fadeIn-after-two;
  -moz-animation-name: fadeIn-after-two;
  -ms-animation-name: fadeIn-after-two;
  -o-animation-name: fadeIn-after-two;
  animation-name: fadeIn-after-two;
}

.atf-animation-ford svg {
  opacity: 0;
  -webkit-animation-name: fordFadeInUp;
  -moz-animation-name: fordFadeInUp;
  -ms-animation-name: fordFadeInUp;
  -o-animation-name: fordFadeInUp;
  animation-name: fordFadeInUp;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@keyframes scaleAnimRight {
  0% {
    transform: scaleX(0);
    transform-origin: top right;
  }
  50% {
    transform: scaleX(1);
    transform-origin: top right;
  }
  51% {
    transform: scaleX(1);
    transform-origin: top left;
  }
  100% {
    transform: scaleX(0);
    transform-origin: top left;
  }
}

@keyframes scaleAnimLeft {
  0% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
}

@keyframes svgFadIn {
  0% {
    opacity: 0;
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translateY(100px);
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUpSmall {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  50% {
    opacity: .2;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.atf-animation-guess h1 {
  opacity: 1;
}

.atf-animation-guess h2 {
  opacity: 1;
}

.atf-animation-guess h3 {
  opacity: 1;
}

.atf-animation-guess h4 {
  opacity: 1;
}

.atf-animation-guess h5 {
  opacity: 1;
}

.atf-animation-guess h6 {
  opacity: 1;
}

.atf-animation-guess p {
  opacity: 1;
}

.atf-animation-guess blockquote {
  opacity: 1;
}

.atf-animation-guess .cta-main {
  opacity: 1;
}

.atf-animation-guess .cta-sub {
  opacity: 1;
}

.atf-animation-guess .cta-secondary {
  opacity: 1;
}

.atf-animation-guess img {
  opacity: 1;
}

.atf-animation-guess video {
  opacity: 1;
}

.atf-animation-guess .icon-wrap {
  opacity: 1;
}

.atf-animation-guess .social-icon {
  opacity: 1;
}

.atf-animation-guess .text-wrap:before {
  opacity: 1;
}

.atf-animation-guess .text-wrap:after {
  opacity: 1;
}

.atf-animation-guess .image-wrap:before {
  opacity: 1;
}

.atf-animation-guess .image-wrap:after {
  opacity: 1;
}

.atf-animation-guess .image-wrap {
  opacity: 1;
}

.atf-animation-guess .testimonial-element:before {
  opacity: 1;
}

.atf-animation-guess .testimonial-element:after {
  opacity: 1;
}

.atf-animation-guess .gallery-image:before {
  opacity: 1;
}

.atf-animation-guess .gallery-image:after {
  opacity: 1;
}

.atf-animation-guess .social-image {
  opacity: 1;
}

.atf-animation-guess .text-wrap {
  opacity: 1;
}

.atf-animation-guess .header-wrap {
  opacity: 1;
}

.atf-animation-guess .content-wrap:before {
  opacity: 1;
}

.atf-animation-guess .component-item:before {
  opacity: 1;
}

.atf-animation-guess .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-guess .filter-color {
  height: 100%;
  width: 100%;
}

.atf-animation-guess .filter-color:before,
.atf-animation-guess .filter-color:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 50%;
  background: color-primary;
  transform: scaleX(0);
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-guess .filter-color:before {
  top: 0;
  transform-origin: top right;
  -webkit-animation-name: scaleAnimRight;
  -moz-animation-name: scaleAnimRight;
  -ms-animation-name: scaleAnimRight;
  -o-animation-name: scaleAnimRight;
  animation-name: scaleAnimRight;
}

.atf-animation-guess .filter-color:after {
  bottom: 0;
  transform-origin: bottom left;
  -webkit-animation-name: scaleAnimLeft;
  -moz-animation-name: scaleAnimLeft;
  -ms-animation-name: scaleAnimLeft;
  -o-animation-name: scaleAnimLeft;
  animation-name: scaleAnimLeft;
}

.atf-animation-guess svg {
  opacity: 0;
  transform: translateX(-50%);
  -webkit-animation-name: svgFadIn;
  -moz-animation-name: svgFadIn;
  -ms-animation-name: svgFadIn;
  -o-animation-name: svgFadIn;
  animation-name: svgFadIn;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-guess .ai-canvas__span .tint-wrap,
.atf-animation-guess .ai-canvas__span .image-wrap,
.atf-animation-guess .ai-canvas__span h1, .atf-animation-guess .ai-canvas__span h2,
.atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
.atf-animation-guess .ai-canvas__span .btn {
  opacity: 0;
  transform: translateY(100px);
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap, .atf-animation-guess .ai-canvas__span h1, .atf-animation-guess .ai-canvas__span h2, .atf-animation-guess .ai-canvas__span .btn {
  transform: translateY(50px);
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -ms-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.atf-animation-guess .ai-canvas__span h1, .atf-animation-guess .ai-canvas__span h2 {
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap {
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.atf-animation-guess .ai-canvas__span .btn {
  -moz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@-webkit-keyframes shadowUp {
  0% {
    opacity: 0;
    transform: translateY(900px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes shadowUp {
  0% {
    opacity: 0;
    transform: translateY(900px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes shadowUp {
  0% {
    opacity: 0;
    transform: translateY(900px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes shadowUp {
  0% {
    opacity: 0;
    transform: translateY(900px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    visibility: visible;
    transform: translateY(120%);
  }
  100% {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}

@-webkit-keyframes homeFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes homeFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes homeFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeFadeInUp {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.atf-animation-home-depot h1 {
  opacity: 1;
}

.atf-animation-home-depot h2 {
  opacity: 1;
}

.atf-animation-home-depot h3 {
  opacity: 1;
}

.atf-animation-home-depot h4 {
  opacity: 1;
}

.atf-animation-home-depot h5 {
  opacity: 1;
}

.atf-animation-home-depot h6 {
  opacity: 1;
}

.atf-animation-home-depot p {
  opacity: 1;
}

.atf-animation-home-depot blockquote {
  opacity: 1;
}

.atf-animation-home-depot .cta-main {
  opacity: 1;
}

.atf-animation-home-depot .cta-sub {
  opacity: 1;
}

.atf-animation-home-depot .cta-secondary {
  opacity: 1;
}

.atf-animation-home-depot img {
  opacity: 1;
}

.atf-animation-home-depot video {
  opacity: 1;
}

.atf-animation-home-depot .icon-wrap {
  opacity: 1;
}

.atf-animation-home-depot .social-icon {
  opacity: 1;
}

.atf-animation-home-depot .text-wrap:before {
  opacity: 1;
}

.atf-animation-home-depot .text-wrap:after {
  opacity: 1;
}

.atf-animation-home-depot .image-wrap:before {
  opacity: 1;
}

.atf-animation-home-depot .image-wrap:after {
  opacity: 1;
}

.atf-animation-home-depot .image-wrap {
  opacity: 1;
}

.atf-animation-home-depot .testimonial-element:before {
  opacity: 1;
}

.atf-animation-home-depot .testimonial-element:after {
  opacity: 1;
}

.atf-animation-home-depot .gallery-image:before {
  opacity: 1;
}

.atf-animation-home-depot .gallery-image:after {
  opacity: 1;
}

.atf-animation-home-depot .social-image {
  opacity: 1;
}

.atf-animation-home-depot .text-wrap {
  opacity: 1;
}

.atf-animation-home-depot .header-wrap {
  opacity: 1;
}

.atf-animation-home-depot .content-wrap:before {
  opacity: 1;
}

.atf-animation-home-depot .component-item:before {
  opacity: 1;
}

.atf-animation-home-depot .component-form-builder .component-item {
  opacity: 1;
}

.atf-animation-home-depot {
  /*.filter-color {
        position: absolute;
        height: 100%;
        width: 100%;
        &:after{
            position: absolute;
            content: '';
            width: 35%;
            background: #F8F8F8;
            height: 100%;
            right: 0;
            opacity:0;
            transform:translateY(900px);
            @include animation-name(shadowUp);
            @include animation-duration(1s);
            @include animation-timing-function(ease-in-out);
            animation-fill-mode:forwards;
        }
    }*/
}

.atf-animation-home-depot svg {
  opacity: 0;
  transform: translateY(900px);
  right: auto;
  left: 66%;
  height: 100% !important;
  bottom: 0;
  -webkit-animation-name: shadowUp;
  -moz-animation-name: shadowUp;
  -ms-animation-name: shadowUp;
  -o-animation-name: shadowUp;
  animation-name: shadowUp;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-home-depot .kenburns_slideshow {
  opacity: 0;
  transform: translateY(20px);
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-home-depot .image-wrap,
.atf-animation-home-depot .ai-canvas__frame {
  opacity: 0;
  transform: translateY(120%);
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-home-depot .ai-canvas__frame {
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.atf-animation-home-depot h1,
.atf-animation-home-depot h2,
.atf-animation-home-depot .cta-wrap {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation-name: homeFadeInUp;
  -moz-animation-name: homeFadeInUp;
  -ms-animation-name: homeFadeInUp;
  -o-animation-name: homeFadeInUp;
  animation-name: homeFadeInUp;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  animation-fill-mode: forwards;
}

.atf-animation-home-depot h2 {
  -moz-animation-delay: 2.6s;
  -o-animation-delay: 2.6s;
  -webkit-animation-delay: 2.6s;
  animation-delay: 2.6s;
}

.atf-animation-home-depot .cta-wrap {
  -moz-animation-delay: 2.7s;
  -o-animation-delay: 2.7s;
  -webkit-animation-delay: 2.7s;
  animation-delay: 2.7s;
}

.rightfixedsocial.fade-in-sp,
.rightscrollsocial.fade-in-sp {
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub:after, .social-icons:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap:after,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span img:after,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2:after, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main:after, html.no-flex-animated .atf-animation-ford .ai-canvas__span:after, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap:after, html.no-flex-animated .atf-animation-ford h1:after, html.no-flex-animated .atf-animation-ford h2:after, html.no-flex-animated .atf-animation-ford .cta-main:after, html.no-flex-animated .atf-animation-ford svg:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color:after,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap:after,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap:after,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn:after, html.no-flex-animated .atf-animation-guess svg:after, html.no-flex-animated .atf-animation-home-depot svg:after,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow:after,
html.no-flex-animated .atf-animation-home-depot .image-wrap:after,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-home-depot h1:after,
html.no-flex-animated .atf-animation-home-depot h2:after,
html.no-flex-animated .atf-animation-home-depot .cta-wrap:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap:after,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1:after, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2:after, html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1:after, html.no-flex-animated .atf-animation-red-bull h2:after, html.no-flex-animated .atf-animation-red-bull .btn:after, html.no-flex-animated .atf-animation-red-bull p:after, html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1:after, html.no-flex-animated .atf-animation-tesla h5:after, html.no-flex-animated .atf-animation-tesla p:after, html.no-flex-animated .atf-animation-tesla h2:after, html.no-flex-animated .atf-animation-tesla .btn:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator:after, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img:after, html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap:after, html.no-flex-animated .atf-animation-vera-wang h6:after, html.no-flex-animated .atf-animation-vera-wang h1:after, html.no-flex-animated .atf-animation-vera-wang h2:after, html.no-flex-animated .atf-animation-vera-wang .separator:after, html.no-flex-animated .atf-animation-whole-foods h1:after, html.no-flex-animated .atf-animation-whole-foods h2:after, html.no-flex-animated .atf-animation-whole-foods .cta-main:after, html.no-flex-animated .atf-animation-whole-foods .component-custom-block:after, html.no-flex-animated .atf-animation-mercedes svg:after,
html.no-flex-animated .atf-animation-mercedes h1:after, html.no-flex-animated .atf-animation-mercedes h2:after, html.no-flex-animated .atf-animation-mercedes p:after, html.no-flex-animated .atf-animation-mercedes .cta-main:after, html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span:after, html.no-flex-animated .atf-animation-mercedes .image-wrap img:after, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap:after, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame:after, html.no-flex-animated .atf-animation-williams-sonoma h1:after, html.no-flex-animated .atf-animation-williams-sonoma h2:after, html.no-flex-animated .atf-animation-williams-sonoma .cta-main:after, html.no-flex-animated .atf-animation-google .filter-svg:after,
html.no-flex-animated .atf-animation-google h1:after, html.no-flex-animated .atf-animation-google h2:after, html.no-flex-animated .atf-animation-google .cta-wrap:after,
html.no-flex-animated .atf-animation-google .kenburns_slideshow:after,
html.no-flex-animated .atf-animation-google .filter-color:after, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap:after, html.no-flex-animated .atf-animation-google .ai-canvas__span p:after, html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1:after, html.no-flex-animated .atf-animation-patagonia h2:after, html.no-flex-animated .atf-animation-patagonia svg:after, html.no-flex-animated .atf-animation-patagonia .btn:after, html.no-flex-animated .atf-animation-microsoft .filter-color:after,
html.no-flex-animated .atf-animation-microsoft .filter-svg:after,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow:after,
html.no-flex-animated .atf-animation-microsoft .cta-main:after,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap:after,
html.no-flex-animated .atf-animation-microsoft h1:after, html.no-flex-animated .atf-animation-microsoft h2:after,
html.no-flex-animated .atf-animation-microsoft .image-wrap:after {
  content: none !important;
}

.atf-animation-home-depot video {
  opacity: unset;
}

.atf-animation-home-depot.flex-animated .image-wrap {
  background: none;
}

.atf-animation-home-depot.flex-animated .image-wrap img {
  -webkit-animation-name: fadeInUpBig;
  -moz-animation-name: fadeInUpBig;
  -ms-animation-name: fadeInUpBig;
  -o-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  animation-fill-mode: forwards;
  visibility: visible;
}

@keyframes shutter-open {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes fade-in-up {
  0% {
    opacity: 0;
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes tesla-clip-up {
  0% {
    opacity: 0;
    transform: translateY(20px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.atf-animation-tesla h1 {
  opacity: 1;
}

.atf-animation-tesla h2 {
  opacity: 1;
}

.atf-animation-tesla h3 {
  opacity: 1;
}

.atf-animation-tesla h4 {
  opacity: 1;
}

.atf-animation-tesla h5 {
  opacity: 1;
}

.atf-animation-tesla h6 {
  opacity: 1;
}

.atf-animation-tesla p {
  opacity: 1;
}

.atf-animation-tesla blockquote {
  opacity: 1;
}

.atf-animation-tesla .cta-main {
  opacity: 1;
}

.atf-animation-tesla .cta-sub {
  opacity: 1;
}

.atf-animation-tesla .cta-secondary {
  opacity: 1;
}

.atf-animation-tesla img {
  opacity: 1;
}

.atf-animation-tesla video {
  opacity: 1;
}

.atf-animation-tesla .icon-wrap {
  opacity: 1;
}

.atf-animation-tesla .social-icon {
  opacity: 1;
}

.atf-animation-tesla .text-wrap:before {
  opacity: 1;
}

.atf-animation-tesla .text-wrap:after {
  opacity: 1;
}

.atf-animation-tesla .image-wrap:before {
  opacity: 1;
}

.atf-animation-tesla .image-wrap:after {
  opacity: 1;
}

.atf-animation-tesla .image-wrap {
  opacity: 1;
}

.atf-animation-tesla .testimonial-element:before {
  opacity: 1;
}

.atf-animation-tesla .testimonial-element:after {
  opacity: 1;
}

.atf-animation-tesla .gallery-image:before {
  opacity: 1;
}

.atf-animation-tesla .gallery-image:after {
  opacity: 1;
}

.atf-animation-tesla .social-image {
  opacity: 1;
}

.atf-animation-tesla .text-wrap {
  opacity: 1;
}

.atf-animation-tesla .header-wrap {
  opacity: 1;
}

.atf-animation-tesla .content-wrap:before {
  opacity: 1;
}

.atf-animation-tesla .component-item:before {
  opacity: 1;
}

.atf-animation-tesla .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-tesla .filter-color,
.atf-animation-tesla .filter-svg {
  position: absolute;
  width: 100%;
  height: 100%;
}

.atf-animation-tesla .filter-color:before,
.atf-animation-tesla .filter-color:after,
.atf-animation-tesla .filter-svg:before,
.atf-animation-tesla .filter-svg:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 60%;
  transform: scaleY(1);
  -webkit-animation-name: shutter-open;
  -moz-animation-name: shutter-open;
  -ms-animation-name: shutter-open;
  -o-animation-name: shutter-open;
  animation-name: shutter-open;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.atf-animation-tesla .filter-color:before,
.atf-animation-tesla .filter-color:after {
  background: color-primary;
  z-index: 99999;
}

.atf-animation-tesla .filter-color:before {
  transform-origin: top;
  top: 0;
}

.atf-animation-tesla .filter-color:after {
  transform-origin: bottom;
  bottom: 0;
}

.atf-animation-tesla .filter-svg:before,
.atf-animation-tesla .filter-svg:after {
  background: #000;
  z-index: 9999;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.atf-animation-tesla .filter-svg:before {
  transform-origin: top;
  top: 0;
}

.atf-animation-tesla .filter-svg:after {
  transform-origin: bottom;
  bottom: 0;
}

.atf-animation-tesla h1, .atf-animation-tesla h5, .atf-animation-tesla p {
  opacity: 0;
  transform: translateY(50px);
  -webkit-animation-name: fade-in-up;
  -moz-animation-name: fade-in-up;
  -ms-animation-name: fade-in-up;
  -o-animation-name: fade-in-up;
  animation-name: fade-in-up;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.atf-animation-tesla h2,
.atf-animation-tesla .btn {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  transform: translateY(20px);
  -webkit-animation-name: tesla-clip-up;
  -moz-animation-name: tesla-clip-up;
  -ms-animation-name: tesla-clip-up;
  -o-animation-name: tesla-clip-up;
  animation-name: tesla-clip-up;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  animation-fill-mode: forwards;
}

.atf-animation-tesla h5,
.atf-animation-tesla p {
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@-webkit-keyframes clipMask {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-moz-keyframes clipMask {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-o-keyframes clipMask {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes clipMask {
  0% {
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes imgScale {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes imgScale {
  0% {
    -webkit-transform: scale(1.3);
    transform: scale(1.3);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.atf-animation-new-york-times h1 {
  opacity: 1;
}

.atf-animation-new-york-times h2 {
  opacity: 1;
}

.atf-animation-new-york-times h3 {
  opacity: 1;
}

.atf-animation-new-york-times h4 {
  opacity: 1;
}

.atf-animation-new-york-times h5 {
  opacity: 1;
}

.atf-animation-new-york-times h6 {
  opacity: 1;
}

.atf-animation-new-york-times p {
  opacity: 1;
}

.atf-animation-new-york-times blockquote {
  opacity: 1;
}

.atf-animation-new-york-times .cta-main {
  opacity: 1;
}

.atf-animation-new-york-times .cta-sub {
  opacity: 1;
}

.atf-animation-new-york-times .cta-secondary {
  opacity: 1;
}

.atf-animation-new-york-times img {
  opacity: 1;
}

.atf-animation-new-york-times video {
  opacity: 1;
}

.atf-animation-new-york-times .icon-wrap {
  opacity: 1;
}

.atf-animation-new-york-times .social-icon {
  opacity: 1;
}

.atf-animation-new-york-times .text-wrap:before {
  opacity: 1;
}

.atf-animation-new-york-times .text-wrap:after {
  opacity: 1;
}

.atf-animation-new-york-times .image-wrap:before {
  opacity: 1;
}

.atf-animation-new-york-times .image-wrap:after {
  opacity: 1;
}

.atf-animation-new-york-times .image-wrap {
  opacity: 1;
}

.atf-animation-new-york-times .testimonial-element:before {
  opacity: 1;
}

.atf-animation-new-york-times .testimonial-element:after {
  opacity: 1;
}

.atf-animation-new-york-times .gallery-image:before {
  opacity: 1;
}

.atf-animation-new-york-times .gallery-image:after {
  opacity: 1;
}

.atf-animation-new-york-times .social-image {
  opacity: 1;
}

.atf-animation-new-york-times .text-wrap {
  opacity: 1;
}

.atf-animation-new-york-times .header-wrap {
  opacity: 1;
}

.atf-animation-new-york-times .content-wrap:before {
  opacity: 1;
}

.atf-animation-new-york-times .component-item:before {
  opacity: 1;
}

.atf-animation-new-york-times .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-new-york-times .component-custom-block .image-wrap, .atf-animation-new-york-times .component-custom-block h6, .atf-animation-new-york-times .component-custom-block h1, .atf-animation-new-york-times .component-custom-block p, .atf-animation-new-york-times .component-custom-block .separator {
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-animation-name: clipMask;
  -moz-animation-name: clipMask;
  -ms-animation-name: clipMask;
  -o-animation-name: clipMask;
  animation-name: clipMask;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  -webkit-animation-delay: 0.2s;
  animation-delay: 0.2s;
  animation-fill-mode: forwards;
}

.atf-animation-new-york-times .component-custom-block .image-wrap {
  overflow: hidden;
}

.atf-animation-new-york-times .component-custom-block .image-wrap img {
  transform: scale(1.3);
  -webkit-animation-name: imgScale;
  -moz-animation-name: imgScale;
  -ms-animation-name: imgScale;
  -o-animation-name: imgScale;
  animation-name: imgScale;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.atf-animation-new-york-times .component-custom-block h6 {
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.atf-animation-new-york-times .component-custom-block h1 {
  -moz-animation-delay: 1.2s;
  -o-animation-delay: 1.2s;
  -webkit-animation-delay: 1.2s;
  animation-delay: 1.2s;
}

.atf-animation-new-york-times .component-custom-block p {
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.atf-animation-new-york-times .component-custom-block .separator {
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@keyframes lineAnim {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: left;
  }
  51% {
    transform: scaleX(1);
    transform-origin: center;
  }
  100% {
    transform: scaleX(0);
    transform-origin: center;
  }
}

@keyframes boxLeft {
  0% {
    transform: translateY(200%);
  }
  99% {
    transform: translateY(-200%);
  }
  100% {
    transform: translateY(-200%);
  }
}

@keyframes boxRight {
  0% {
    transform: translateY(-200%);
  }
  99% {
    transform: translateY(200%);
  }
  100% {
    transform: translateY(200%);
  }
}

@keyframes imgClipLeft {
  0% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
    transform: scale(1.3);
    transform-origin: center;
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }
}

@keyframes imgClipRight {
  0% {
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transform: scale(1.3);
  }
  50% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    transform: scale(1);
  }
}

@-webkit-keyframes textInUP {
  0% {
    opacity: 0;
    transform: translateY(200px);
    height: auto;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    widht: auto;
  }
}

@-moz-keyframes textInUP {
  0% {
    opacity: 0;
    transform: translateY(200px);
    height: auto;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    widht: auto;
  }
}

@-o-keyframes textInUP {
  0% {
    opacity: 0;
    transform: translateY(200px);
    height: auto;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    widht: auto;
  }
}

@keyframes textInUP {
  0% {
    opacity: 0;
    transform: translateY(200px);
    height: auto;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
    widht: auto;
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-moz-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@-o-keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
    visibility: visible;
  }
  100% {
    opacity: 1;
    visibility: visible;
  }
}

.atf-animation-JCrew h1 {
  opacity: 1;
}

.atf-animation-JCrew h2 {
  opacity: 1;
}

.atf-animation-JCrew h3 {
  opacity: 1;
}

.atf-animation-JCrew h4 {
  opacity: 1;
}

.atf-animation-JCrew h5 {
  opacity: 1;
}

.atf-animation-JCrew h6 {
  opacity: 1;
}

.atf-animation-JCrew p {
  opacity: 1;
}

.atf-animation-JCrew blockquote {
  opacity: 1;
}

.atf-animation-JCrew .cta-main {
  opacity: 1;
}

.atf-animation-JCrew .cta-sub {
  opacity: 1;
}

.atf-animation-JCrew .cta-secondary {
  opacity: 1;
}

.atf-animation-JCrew img {
  opacity: 1;
}

.atf-animation-JCrew video {
  opacity: 1;
}

.atf-animation-JCrew .icon-wrap {
  opacity: 1;
}

.atf-animation-JCrew .social-icon {
  opacity: 1;
}

.atf-animation-JCrew .text-wrap:before {
  opacity: 1;
}

.atf-animation-JCrew .text-wrap:after {
  opacity: 1;
}

.atf-animation-JCrew .image-wrap:before {
  opacity: 1;
}

.atf-animation-JCrew .image-wrap:after {
  opacity: 1;
}

.atf-animation-JCrew .image-wrap {
  opacity: 1;
}

.atf-animation-JCrew .testimonial-element:before {
  opacity: 1;
}

.atf-animation-JCrew .testimonial-element:after {
  opacity: 1;
}

.atf-animation-JCrew .gallery-image:before {
  opacity: 1;
}

.atf-animation-JCrew .gallery-image:after {
  opacity: 1;
}

.atf-animation-JCrew .social-image {
  opacity: 1;
}

.atf-animation-JCrew .text-wrap {
  opacity: 1;
}

.atf-animation-JCrew .header-wrap {
  opacity: 1;
}

.atf-animation-JCrew .content-wrap:before {
  opacity: 1;
}

.atf-animation-JCrew .component-item:before {
  opacity: 1;
}

.atf-animation-JCrew .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-JCrew:before {
  position: absolute;
  content: '';
  height: 1px;
  width: 100%;
  background: #DEDEDE;
  top: 50%;
  transform: translateY(-50%) scaleX(0);
  transform-origin: left;
  -webkit-animation-name: lineAnim;
  -moz-animation-name: lineAnim;
  -ms-animation-name: lineAnim;
  -o-animation-name: lineAnim;
  animation-name: lineAnim;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  animation-fill-mode: forwards;
  z-index: 10;
}

.atf-animation-JCrew .ai-canvas__span:first-child:before,
.atf-animation-JCrew .ai-canvas__span:last-child:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #DEDEDE;
}

.atf-animation-JCrew .ai-canvas__span:first-child:before {
  transform: translateY(200%);
  -webkit-animation-name: boxLeft;
  -moz-animation-name: boxLeft;
  -ms-animation-name: boxLeft;
  -o-animation-name: boxLeft;
  animation-name: boxLeft;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap {
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0% 100%);
  -webkit-animation-name: imgClipLeft;
  -moz-animation-name: imgClipLeft;
  -ms-animation-name: imgClipLeft;
  -o-animation-name: imgClipLeft;
  animation-name: imgClipLeft;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.atf-animation-JCrew .ai-canvas__span:last-child:before {
  transform: translateY(-200%);
  -webkit-animation-name: boxRight;
  -moz-animation-name: boxRight;
  -ms-animation-name: boxRight;
  -o-animation-name: boxRight;
  animation-name: boxRight;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-animation-name: imgClipRight;
  -moz-animation-name: imgClipRight;
  -ms-animation-name: imgClipRight;
  -o-animation-name: imgClipRight;
  animation-name: imgClipRight;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.atf-animation-JCrew .ai-canvas__span h1, .atf-animation-JCrew .ai-canvas__span h2 {
  opacity: 0;
  -webkit-animation-name: textInUP;
  -moz-animation-name: textInUP;
  -ms-animation-name: textInUP;
  -o-animation-name: textInUP;
  animation-name: textInUP;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.atf-animation-JCrew .ai-canvas__span .ai-canvas__frame {
  opacity: 0;
  visibility: hidden;
  -webkit-animation-name: fade-in;
  -moz-animation-name: fade-in;
  -ms-animation-name: fade-in;
  -o-animation-name: fade-in;
  animation-name: fade-in;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
  animation-fill-mode: forwards;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

/* Batch 2 */
@-webkit-keyframes svgAnimate-mercedes {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-moz-keyframes svgAnimate-mercedes {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-o-keyframes svgAnimate-mercedes {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes svgAnimate-mercedes {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes imgBg-mercedes {
  0% {
    transform: scaleX(0) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  40% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  99% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 0;
  }
}

@-moz-keyframes imgBg-mercedes {
  0% {
    transform: scaleX(0) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  40% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  99% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 0;
  }
}

@-o-keyframes imgBg-mercedes {
  0% {
    transform: scaleX(0) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  40% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  99% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 0;
  }
}

@keyframes imgBg-mercedes {
  0% {
    transform: scaleX(0) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  40% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.09, 0.85, 0.25, 1);
    opacity: 1;
  }
  50% {
    transform: scaleX(1) translateY(0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  99% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  100% {
    transform: scaleX(1) translateY(150%);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 0;
  }
}

@-webkit-keyframes contentBg-mercedes {
  0% {
    transform: translate(-120%, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  99% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 0;
  }
}

@-moz-keyframes contentBg-mercedes {
  0% {
    transform: translate(-120%, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  99% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 0;
  }
}

@-o-keyframes contentBg-mercedes {
  0% {
    transform: translate(-120%, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  99% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 0;
  }
}

@keyframes contentBg-mercedes {
  0% {
    transform: translate(-120%, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  40% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
    opacity: 1;
  }
  50% {
    transform: translate(0, 0);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  99% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 1;
  }
  100% {
    transform: translate(0, 150%);
    animation-timing-function: cubic-bezier(0.86, 0, 1);
    opacity: 0;
  }
}

@-webkit-keyframes bottomReveal-mercedes {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-moz-keyframes bottomReveal-mercedes {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-o-keyframes bottomReveal-mercedes {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes bottomReveal-mercedes {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes bottomRevealWhite-one-mercedes {
  0% {
    transform: translateX(100%) scaleX(1);
  }
  100% {
    transform: translateX(-20%) scaleX(0);
  }
}

@-moz-keyframes bottomRevealWhite-one-mercedes {
  0% {
    transform: translateX(100%) scaleX(1);
  }
  100% {
    transform: translateX(-20%) scaleX(0);
  }
}

@-o-keyframes bottomRevealWhite-one-mercedes {
  0% {
    transform: translateX(100%) scaleX(1);
  }
  100% {
    transform: translateX(-20%) scaleX(0);
  }
}

@keyframes bottomRevealWhite-one-mercedes {
  0% {
    transform: translateX(100%) scaleX(1);
  }
  100% {
    transform: translateX(-20%) scaleX(0);
  }
}

@-webkit-keyframes bottomRevealWhite-two-mercedes {
  0% {
    width: 25%;
    transform: translateX(200%) scaleX(1);
  }
  100% {
    transform: translateX(-120%) scaleX(0);
  }
}

@-moz-keyframes bottomRevealWhite-two-mercedes {
  0% {
    width: 25%;
    transform: translateX(200%) scaleX(1);
  }
  100% {
    transform: translateX(-120%) scaleX(0);
  }
}

@-o-keyframes bottomRevealWhite-two-mercedes {
  0% {
    width: 25%;
    transform: translateX(200%) scaleX(1);
  }
  100% {
    transform: translateX(-120%) scaleX(0);
  }
}

@keyframes bottomRevealWhite-two-mercedes {
  0% {
    width: 25%;
    transform: translateX(200%) scaleX(1);
  }
  100% {
    transform: translateX(-120%) scaleX(0);
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-moz-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-o-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.atf-animation-mercedes h1 {
  opacity: 1;
}

.atf-animation-mercedes h2 {
  opacity: 1;
}

.atf-animation-mercedes h3 {
  opacity: 1;
}

.atf-animation-mercedes h4 {
  opacity: 1;
}

.atf-animation-mercedes h5 {
  opacity: 1;
}

.atf-animation-mercedes h6 {
  opacity: 1;
}

.atf-animation-mercedes p {
  opacity: 1;
}

.atf-animation-mercedes blockquote {
  opacity: 1;
}

.atf-animation-mercedes .cta-main {
  opacity: 1;
}

.atf-animation-mercedes .cta-sub {
  opacity: 1;
}

.atf-animation-mercedes .cta-secondary {
  opacity: 1;
}

.atf-animation-mercedes img {
  opacity: 1;
}

.atf-animation-mercedes video {
  opacity: 1;
}

.atf-animation-mercedes .icon-wrap {
  opacity: 1;
}

.atf-animation-mercedes .social-icon {
  opacity: 1;
}

.atf-animation-mercedes .text-wrap:before {
  opacity: 1;
}

.atf-animation-mercedes .text-wrap:after {
  opacity: 1;
}

.atf-animation-mercedes .image-wrap:before {
  opacity: 1;
}

.atf-animation-mercedes .image-wrap:after {
  opacity: 1;
}

.atf-animation-mercedes .image-wrap {
  opacity: 1;
}

.atf-animation-mercedes .testimonial-element:before {
  opacity: 1;
}

.atf-animation-mercedes .testimonial-element:after {
  opacity: 1;
}

.atf-animation-mercedes .gallery-image:before {
  opacity: 1;
}

.atf-animation-mercedes .gallery-image:after {
  opacity: 1;
}

.atf-animation-mercedes .social-image {
  opacity: 1;
}

.atf-animation-mercedes .text-wrap {
  opacity: 1;
}

.atf-animation-mercedes .header-wrap {
  opacity: 1;
}

.atf-animation-mercedes .content-wrap:before {
  opacity: 1;
}

.atf-animation-mercedes .component-item:before {
  opacity: 1;
}

.atf-animation-mercedes .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-mercedes svg {
  left: 52%;
  right: auto;
  transform: scaleY(0);
  transform-origin: top;
  -webkit-animation-name: svgAnimate-mercedes;
  -moz-animation-name: svgAnimate-mercedes;
  -ms-animation-name: svgAnimate-mercedes;
  -o-animation-name: svgAnimate-mercedes;
  animation-name: svgAnimate-mercedes;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -moz-animation-timing-function: cubic-bezier(0.25, 0.2, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.2, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.2, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.2, 0.25, 1);
  animation-fill-mode: forwards;
}

.atf-animation-mercedes .filter-color {
  position: absolute;
  height: 100px;
  width: 100%;
  bottom: 0;
  background: #111112;
  transform: scaleX(0);
  transform-origin: right;
  -webkit-animation-name: bottomReveal-mercedes;
  -moz-animation-name: bottomReveal-mercedes;
  -ms-animation-name: bottomReveal-mercedes;
  -o-animation-name: bottomReveal-mercedes;
  animation-name: bottomReveal-mercedes;
  -moz-animation-duration: 0.55s;
  -o-animation-duration: 0.55s;
  -webkit-animation-duration: 0.55s;
  animation-duration: 0.55s;
  -moz-animation-delay: 1.6s;
  -o-animation-delay: 1.6s;
  -webkit-animation-delay: 1.6s;
  animation-delay: 1.6s;
  -moz-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-timing-function: cubic-bezier(0.25, 0.1, 0.25, 1);
  animation-fill-mode: forwards;
}

.atf-animation-mercedes .filter-color:before,
.atf-animation-mercedes .filter-color:after {
  position: absolute;
  content: '';
  width: 25%;
  height: 100px;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-mercedes .filter-color:before {
  border-left: 30px solid #FFF;
  transform: translateX(100%) scaleX(1);
  -webkit-animation-name: bottomRevealWhite-one-mercedes;
  -moz-animation-name: bottomRevealWhite-one-mercedes;
  -ms-animation-name: bottomRevealWhite-one-mercedes;
  -o-animation-name: bottomRevealWhite-one-mercedes;
  animation-name: bottomRevealWhite-one-mercedes;
}

.atf-animation-mercedes .filter-color:after {
  border-left: 15px solid #FFF;
  border-right: 5px solid #FFF;
  transform: translateX(200%) scaleX(1);
  -webkit-animation-name: bottomRevealWhite-two-mercedes;
  -moz-animation-name: bottomRevealWhite-two-mercedes;
  -ms-animation-name: bottomRevealWhite-two-mercedes;
  -o-animation-name: bottomRevealWhite-two-mercedes;
  animation-name: bottomRevealWhite-two-mercedes;
}

.atf-animation-mercedes .image-wrap {
  overflow: hidden;
}

.atf-animation-mercedes .image-wrap span {
  position: absolute;
  opacity: 1;
  width: 100%;
  height: 100%;
  background: #FFF;
  transform: scaleX(0) translateY(0);
  transform-origin: right;
  -webkit-animation-name: imgBg-mercedes;
  -moz-animation-name: imgBg-mercedes;
  -ms-animation-name: imgBg-mercedes;
  -o-animation-name: imgBg-mercedes;
  animation-name: imgBg-mercedes;
  -moz-animation-duration: 1.1s;
  -o-animation-duration: 1.1s;
  -webkit-animation-duration: 1.1s;
  animation-duration: 1.1s;
  -moz-animation-delay: 2.5s;
  -o-animation-delay: 2.5s;
  -webkit-animation-delay: 2.5s;
  animation-delay: 2.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-mercedes .image-wrap img {
  opacity: 0;
  transform-origin: top center !important;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before {
  position: absolute;
  opacity: 1;
  content: '';
  width: 100%;
  height: 100%;
  background: black;
  left: -10%;
  transform: translate(-120%, 0);
  -webkit-animation-name: contentBg-mercedes;
  -moz-animation-name: contentBg-mercedes;
  -ms-animation-name: contentBg-mercedes;
  -o-animation-name: contentBg-mercedes;
  animation-name: contentBg-mercedes;
  -moz-animation-duration: 1.3s;
  -o-animation-duration: 1.3s;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -moz-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
  -moz-animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
  -o-animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
  animation-timing-function: cubic-bezier(0.86, 0, 0, 1);
  animation-fill-mode: forwards;
}

.atf-animation-mercedes h1, .atf-animation-mercedes h2, .atf-animation-mercedes p, .atf-animation-mercedes .cta-main {
  opacity: 0;
  -webkit-animation-name: fadeIn;
  -moz-animation-name: fadeIn;
  -ms-animation-name: fadeIn;
  -o-animation-name: fadeIn;
  animation-name: fadeIn;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 4.5s;
  -o-animation-delay: 4.5s;
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

@-webkit-keyframes imgBg {
  0% {
    transform: scaleY(1) translateY(100%);
  }
  50% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0) translateY(0);
    transform-origin: top;
  }
}

@-moz-keyframes imgBg {
  0% {
    transform: scaleY(1) translateY(100%);
  }
  50% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0) translateY(0);
    transform-origin: top;
  }
}

@-o-keyframes imgBg {
  0% {
    transform: scaleY(1) translateY(100%);
  }
  50% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0) translateY(0);
    transform-origin: top;
  }
}

@keyframes imgBg {
  0% {
    transform: scaleY(1) translateY(100%);
  }
  50% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
  100% {
    transform: scaleY(0) translateY(0);
    transform-origin: top;
  }
}

@-webkit-keyframes frameAnim {
  0% {
    transform: scaleY(2) translateY(100%);
  }
  50% {
    transform: scaleY(2) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
}

@-moz-keyframes frameAnim {
  0% {
    transform: scaleY(2) translateY(100%);
  }
  50% {
    transform: scaleY(2) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
}

@-o-keyframes frameAnim {
  0% {
    transform: scaleY(2) translateY(100%);
  }
  50% {
    transform: scaleY(2) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
}

@keyframes frameAnim {
  0% {
    transform: scaleY(2) translateY(100%);
  }
  50% {
    transform: scaleY(2) translateY(0);
  }
  100% {
    transform: scaleY(1) translateY(0);
    transform-origin: top;
  }
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes visisbleIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@-moz-keyframes visisbleIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@-o-keyframes visisbleIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@keyframes visisbleIn {
  0% {
    visibility: hidden;
  }
  100% {
    visibility: visible;
  }
}

@-webkit-keyframes imgScale {
  0% {
    transform: scale(1.5);
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    visibility: visible;
  }
}

@-moz-keyframes imgScale {
  0% {
    transform: scale(1.5);
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    visibility: visible;
  }
}

@-o-keyframes imgScale {
  0% {
    transform: scale(1.5);
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    visibility: visible;
  }
}

@keyframes imgScale {
  0% {
    transform: scale(1.5);
    visibility: hidden;
  }
  100% {
    transform: scale(1);
    visibility: visible;
  }
}

.atf-animation-williams-sonoma h1 {
  opacity: 1;
}

.atf-animation-williams-sonoma h2 {
  opacity: 1;
}

.atf-animation-williams-sonoma h3 {
  opacity: 1;
}

.atf-animation-williams-sonoma h4 {
  opacity: 1;
}

.atf-animation-williams-sonoma h5 {
  opacity: 1;
}

.atf-animation-williams-sonoma h6 {
  opacity: 1;
}

.atf-animation-williams-sonoma p {
  opacity: 1;
}

.atf-animation-williams-sonoma blockquote {
  opacity: 1;
}

.atf-animation-williams-sonoma .cta-main {
  opacity: 1;
}

.atf-animation-williams-sonoma .cta-sub {
  opacity: 1;
}

.atf-animation-williams-sonoma .cta-secondary {
  opacity: 1;
}

.atf-animation-williams-sonoma img {
  opacity: 1;
}

.atf-animation-williams-sonoma video {
  opacity: 1;
}

.atf-animation-williams-sonoma .icon-wrap {
  opacity: 1;
}

.atf-animation-williams-sonoma .social-icon {
  opacity: 1;
}

.atf-animation-williams-sonoma .text-wrap:before {
  opacity: 1;
}

.atf-animation-williams-sonoma .text-wrap:after {
  opacity: 1;
}

.atf-animation-williams-sonoma .image-wrap:before {
  opacity: 1;
}

.atf-animation-williams-sonoma .image-wrap:after {
  opacity: 1;
}

.atf-animation-williams-sonoma .image-wrap {
  opacity: 1;
}

.atf-animation-williams-sonoma .testimonial-element:before {
  opacity: 1;
}

.atf-animation-williams-sonoma .testimonial-element:after {
  opacity: 1;
}

.atf-animation-williams-sonoma .gallery-image:before {
  opacity: 1;
}

.atf-animation-williams-sonoma .gallery-image:after {
  opacity: 1;
}

.atf-animation-williams-sonoma .social-image {
  opacity: 1;
}

.atf-animation-williams-sonoma .text-wrap {
  opacity: 1;
}

.atf-animation-williams-sonoma .header-wrap {
  opacity: 1;
}

.atf-animation-williams-sonoma .content-wrap:before {
  opacity: 1;
}

.atf-animation-williams-sonoma .component-item:before {
  opacity: 1;
}

.atf-animation-williams-sonoma .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-williams-sonoma .component-custom-block > .row > .ai-canvas__span {
  overflow: hidden;
}

.atf-animation-williams-sonoma .component-custom-block > .row > .ai-canvas__span:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #f1f1f1;
  transform: scaleY(1) translateY(100%);
  -webkit-animation-name: imgBg;
  -moz-animation-name: imgBg;
  -ms-animation-name: imgBg;
  -o-animation-name: imgBg;
  animation-name: imgBg;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -moz-animation-timing-function: cubic-bezier(0.3, 0.08, 0.25, 1);
  -o-animation-timing-function: cubic-bezier(0.3, 0.08, 0.25, 1);
  -webkit-animation-timing-function: cubic-bezier(0.3, 0.08, 0.25, 1);
  animation-timing-function: cubic-bezier(0.3, 0.08, 0.25, 1);
  animation-fill-mode: forwards;
  left: 0;
}

.atf-animation-williams-sonoma .component-custom-block .tint-wrap {
  visibility: hidden;
  -webkit-animation-name: imgScale;
  -moz-animation-name: imgScale;
  -ms-animation-name: imgScale;
  -o-animation-name: imgScale;
  animation-name: imgScale;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-delay: 0.75s;
  -o-animation-delay: 0.75s;
  -webkit-animation-delay: 0.75s;
  animation-delay: 0.75s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  left: 0 !important;
  transform: scale(1.5);
  transform-origin: center;
}

.atf-animation-williams-sonoma .component-custom-block .ai-canvas__frame {
  transform: scaleY(2) translateY(100%);
  -webkit-animation-name: frameAnim;
  -moz-animation-name: frameAnim;
  -ms-animation-name: frameAnim;
  -o-animation-name: frameAnim;
  animation-name: frameAnim;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1.3s;
  -o-animation-delay: 1.3s;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-williams-sonoma .component-custom-block h1, .atf-animation-williams-sonoma .component-custom-block h2, .atf-animation-williams-sonoma .component-custom-block .cta-main {
  opacity: 0;
  transform: translateY(15%);
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -ms-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -moz-animation-duration: 0.3s;
  -o-animation-duration: 0.3s;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-williams-sonoma .component-custom-block h1 {
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.atf-animation-williams-sonoma .component-custom-block h2 {
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.atf-animation-williams-sonoma .component-custom-block .cta-main {
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

@-webkit-keyframes bgReveal {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@-moz-keyframes bgReveal {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@-o-keyframes bgReveal {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@keyframes bgReveal {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  49% {
    transform: scaleX(1);
    transform-origin: left;
  }
  50% {
    transform: scaleX(1);
    transform-origin: right;
  }
  100% {
    transform: scaleX(0);
    transform-origin: right;
  }
}

@-webkit-keyframes bgVisible {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@-moz-keyframes bgVisible {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@-o-keyframes bgVisible {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@keyframes bgVisible {
  0% {
    visibility: visible;
  }
  100% {
    visibility: hidden;
  }
}

@-webkit-keyframes bgImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@-moz-keyframes bgImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@-o-keyframes bgImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@keyframes bgImg {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}

@-webkit-keyframes svgAnim {
  0% {
    transform: translate(-70%);
  }
  100% {
    transform: translate(0);
  }
}

@-moz-keyframes svgAnim {
  0% {
    transform: translate(-70%);
  }
  100% {
    transform: translate(0);
  }
}

@-o-keyframes svgAnim {
  0% {
    transform: translate(-70%);
  }
  100% {
    transform: translate(0);
  }
}

@keyframes svgAnim {
  0% {
    transform: translate(-70%);
  }
  100% {
    transform: translate(0);
  }
}

@-webkit-keyframes fadeInUp-nike {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp-nike {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp-nike {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp-nike {
  0% {
    opacity: 0;
    transform: translateY(30%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes fadeInUp-Big {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp-Big {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp-Big {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp-Big {
  0% {
    opacity: 0;
    transform: translateY(15%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.atf-animation-nike h1 {
  opacity: 1;
}

.atf-animation-nike h2 {
  opacity: 1;
}

.atf-animation-nike h3 {
  opacity: 1;
}

.atf-animation-nike h4 {
  opacity: 1;
}

.atf-animation-nike h5 {
  opacity: 1;
}

.atf-animation-nike h6 {
  opacity: 1;
}

.atf-animation-nike p {
  opacity: 1;
}

.atf-animation-nike blockquote {
  opacity: 1;
}

.atf-animation-nike .cta-main {
  opacity: 1;
}

.atf-animation-nike .cta-sub {
  opacity: 1;
}

.atf-animation-nike .cta-secondary {
  opacity: 1;
}

.atf-animation-nike img {
  opacity: 1;
}

.atf-animation-nike video {
  opacity: 1;
}

.atf-animation-nike .icon-wrap {
  opacity: 1;
}

.atf-animation-nike .social-icon {
  opacity: 1;
}

.atf-animation-nike .text-wrap:before {
  opacity: 1;
}

.atf-animation-nike .text-wrap:after {
  opacity: 1;
}

.atf-animation-nike .image-wrap:before {
  opacity: 1;
}

.atf-animation-nike .image-wrap:after {
  opacity: 1;
}

.atf-animation-nike .image-wrap {
  opacity: 1;
}

.atf-animation-nike .testimonial-element:before {
  opacity: 1;
}

.atf-animation-nike .testimonial-element:after {
  opacity: 1;
}

.atf-animation-nike .gallery-image:before {
  opacity: 1;
}

.atf-animation-nike .gallery-image:after {
  opacity: 1;
}

.atf-animation-nike .social-image {
  opacity: 1;
}

.atf-animation-nike .text-wrap {
  opacity: 1;
}

.atf-animation-nike .header-wrap {
  opacity: 1;
}

.atf-animation-nike .content-wrap:before {
  opacity: 1;
}

.atf-animation-nike .component-item:before {
  opacity: 1;
}

.atf-animation-nike .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-nike .filter-color:before,
.atf-animation-nike .filter-color:after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  z-index: 9999;
  top: 0;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-nike .filter-color:before {
  visibility: visible;
  background: #000;
  -webkit-animation-name: bgVisible;
  -moz-animation-name: bgVisible;
  -ms-animation-name: bgVisible;
  -o-animation-name: bgVisible;
  animation-name: bgVisible;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.atf-animation-nike .filter-color:after {
  background: #FFF;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation-name: bgReveal;
  -moz-animation-name: bgReveal;
  -ms-animation-name: bgReveal;
  -o-animation-name: bgReveal;
  animation-name: bgReveal;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
}

.atf-animation-nike .flex-fixed-inner .noBlurWrap {
  transform: scale(1);
  -webkit-animation-name: bgImg;
  -moz-animation-name: bgImg;
  -ms-animation-name: bgImg;
  -o-animation-name: bgImg;
  animation-name: bgImg;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-nike svg {
  transform: translate(-70%);
  -webkit-animation-name: svgAnim;
  -moz-animation-name: svgAnim;
  -ms-animation-name: svgAnim;
  -o-animation-name: svgAnim;
  animation-name: svgAnim;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-nike h1 > span, .atf-animation-nike p, .atf-animation-nike .cta-main {
  opacity: 0;
  transform: translateY(30%);
  -webkit-animation-name: fadeInUp-nike;
  -moz-animation-name: fadeInUp-nike;
  -ms-animation-name: fadeInUp-nike;
  -o-animation-name: fadeInUp-nike;
  animation-name: fadeInUp-nike;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -moz-animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}

.atf-animation-nike h1 > span {
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.atf-animation-nike p {
  -moz-animation-delay: 3s;
  -o-animation-delay: 3s;
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}

.atf-animation-nike .cta-main {
  -moz-animation-delay: 3.6s;
  -o-animation-delay: 3.6s;
  -webkit-animation-delay: 3.6s;
  animation-delay: 3.6s;
}

.atf-animation-nike .image-wrap {
  opacity: 0;
  transform: translateY(30%);
  -webkit-animation-name: fadeInUp-Big;
  -moz-animation-name: fadeInUp-Big;
  -ms-animation-name: fadeInUp-Big;
  -o-animation-name: fadeInUp-Big;
  animation-name: fadeInUp-Big;
  -moz-animation-duration: 0.6s;
  -o-animation-duration: 0.6s;
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -moz-animation-delay: 4.2s;
  -o-animation-delay: 4.2s;
  -webkit-animation-delay: 4.2s;
  animation-delay: 4.2s;
  -moz-animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -o-animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  -webkit-animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  animation-timing-function: cubic-bezier(0.79, 0.14, 0.15, 0.86);
  animation-fill-mode: forwards;
}

/* Batch 3 */
@-webkit-keyframes bg-black-up-patagonia {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@-moz-keyframes bg-black-up-patagonia {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@-o-keyframes bg-black-up-patagonia {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

@keyframes bg-black-up-patagonia {
  0% {
    transform: scaleY(1);
  }
  100% {
    transform: scaleY(0);
  }
}

/*border animation*/
@-webkit-keyframes borderAnim-right-patagonia {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 10px);
  }
}

@-moz-keyframes borderAnim-right-patagonia {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 10px);
  }
}

@-o-keyframes borderAnim-right-patagonia {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 10px);
  }
}

@keyframes borderAnim-right-patagonia {
  0% {
    height: 0;
  }
  100% {
    height: calc(100% - 10px);
  }
}

@-webkit-keyframes borderAnim-bottom-patagonia {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 10px);
  }
}

@-moz-keyframes borderAnim-bottom-patagonia {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 10px);
  }
}

@-o-keyframes borderAnim-bottom-patagonia {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 10px);
  }
}

@keyframes borderAnim-bottom-patagonia {
  0% {
    width: 0;
  }
  100% {
    width: calc(100% - 10px);
  }
}

@-webkit-keyframes text-clip-patagonia {
  0% {
    transform: translateX(-100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-moz-keyframes text-clip-patagonia {
  0% {
    transform: translateX(-100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-o-keyframes text-clip-patagonia {
  0% {
    transform: translateX(-100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes text-clip-patagonia {
  0% {
    transform: translateX(-100%);
    -webkit-clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
    clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  }
  100% {
    transform: translateX(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-webkit-keyframes social-icons-patagonia {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-moz-keyframes social-icons-patagonia {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-o-keyframes social-icons-patagonia {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes social-icons-patagonia {
  0% {
    opacity: 0;
    transform: translateX(50px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@-webkit-keyframes svgAnim-patagonia {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-moz-keyframes svgAnim-patagonia {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-o-keyframes svgAnim-patagonia {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@keyframes svgAnim-patagonia {
  0% {
    transform: translateY(100%);
  }
  100% {
    transform: translateY(0);
  }
}

@-webkit-keyframes btnLeft-patagonia {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-moz-keyframes btnLeft-patagonia {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@-o-keyframes btnLeft-patagonia {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes btnLeft-patagonia {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

.atf-animation-patagonia h1 {
  opacity: 1;
}

.atf-animation-patagonia h2 {
  opacity: 1;
}

.atf-animation-patagonia h3 {
  opacity: 1;
}

.atf-animation-patagonia h4 {
  opacity: 1;
}

.atf-animation-patagonia h5 {
  opacity: 1;
}

.atf-animation-patagonia h6 {
  opacity: 1;
}

.atf-animation-patagonia p {
  opacity: 1;
}

.atf-animation-patagonia blockquote {
  opacity: 1;
}

.atf-animation-patagonia .cta-main {
  opacity: 1;
}

.atf-animation-patagonia .cta-sub {
  opacity: 1;
}

.atf-animation-patagonia .cta-secondary {
  opacity: 1;
}

.atf-animation-patagonia img {
  opacity: 1;
}

.atf-animation-patagonia video {
  opacity: 1;
}

.atf-animation-patagonia .icon-wrap {
  opacity: 1;
}

.atf-animation-patagonia .social-icon {
  opacity: 1;
}

.atf-animation-patagonia .text-wrap:before {
  opacity: 1;
}

.atf-animation-patagonia .text-wrap:after {
  opacity: 1;
}

.atf-animation-patagonia .image-wrap:before {
  opacity: 1;
}

.atf-animation-patagonia .image-wrap:after {
  opacity: 1;
}

.atf-animation-patagonia .image-wrap {
  opacity: 1;
}

.atf-animation-patagonia .testimonial-element:before {
  opacity: 1;
}

.atf-animation-patagonia .testimonial-element:after {
  opacity: 1;
}

.atf-animation-patagonia .gallery-image:before {
  opacity: 1;
}

.atf-animation-patagonia .gallery-image:after {
  opacity: 1;
}

.atf-animation-patagonia .social-image {
  opacity: 1;
}

.atf-animation-patagonia .text-wrap {
  opacity: 1;
}

.atf-animation-patagonia .header-wrap {
  opacity: 1;
}

.atf-animation-patagonia .content-wrap:before {
  opacity: 1;
}

.atf-animation-patagonia .component-item:before {
  opacity: 1;
}

.atf-animation-patagonia .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-patagonia .filter-color:before,
.atf-animation-patagonia .filter-color:after,
.atf-animation-patagonia .filter-svg:before,
.atf-animation-patagonia .filter-svg:after {
  position: absolute;
  content: '';
  width: 25%;
  height: 100%;
  z-index: 9999;
  top: 0;
  background: #000;
  visibility: visible;
  transform-origin: top;
  -webkit-animation-name: bg-black-up-patagonia;
  -moz-animation-name: bg-black-up-patagonia;
  -ms-animation-name: bg-black-up-patagonia;
  -o-animation-name: bg-black-up-patagonia;
  animation-name: bg-black-up-patagonia;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -o-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  -webkit-animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-timing-function: cubic-bezier(0.08, 0.82, 0.17, 1);
  animation-fill-mode: forwards;
}

.atf-animation-patagonia .filter-color:before {
  left: 0;
  -moz-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  -webkit-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.atf-animation-patagonia .filter-color:after {
  left: 25%;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
}

.atf-animation-patagonia .filter-svg:before {
  left: 50%;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.atf-animation-patagonia .filter-svg:after {
  left: 75%;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame {
  border: none;
  box-shadow: none !important;
  left: 0 !important;
}

.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after {
  position: absolute;
  content: '';
  background: rgba(255, 255, 255, 0.4);
  -moz-animation-duration: 0.25s;
  -o-animation-duration: 0.25s;
  -webkit-animation-duration: 0.25s;
  animation-duration: 0.25s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before {
  width: 10px;
  height: 0;
  top: 0;
  right: 0;
  -webkit-animation-name: borderAnim-right-patagonia;
  -moz-animation-name: borderAnim-right-patagonia;
  -ms-animation-name: borderAnim-right-patagonia;
  -o-animation-name: borderAnim-right-patagonia;
  animation-name: borderAnim-right-patagonia;
  -moz-animation-delay: 1.25s;
  -o-animation-delay: 1.25s;
  -webkit-animation-delay: 1.25s;
  animation-delay: 1.25s;
}

.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before {
  width: 10px;
  height: 0;
  bottom: 0;
  left: 0;
  -webkit-animation-name: borderAnim-right-patagonia;
  -moz-animation-name: borderAnim-right-patagonia;
  -ms-animation-name: borderAnim-right-patagonia;
  -o-animation-name: borderAnim-right-patagonia;
  animation-name: borderAnim-right-patagonia;
  -moz-animation-delay: 1.75s;
  -o-animation-delay: 1.75s;
  -webkit-animation-delay: 1.75s;
  animation-delay: 1.75s;
}

.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after {
  height: 10px;
  right: 0;
  width: 0;
  bottom: 0;
  -webkit-animation-name: borderAnim-bottom-patagonia;
  -moz-animation-name: borderAnim-bottom-patagonia;
  -ms-animation-name: borderAnim-bottom-patagonia;
  -o-animation-name: borderAnim-bottom-patagonia;
  animation-name: borderAnim-bottom-patagonia;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}

.atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after {
  height: 10px;
  left: 0;
  width: 0;
  top: 0;
  -webkit-animation-name: borderAnim-bottom-patagonia;
  -moz-animation-name: borderAnim-bottom-patagonia;
  -ms-animation-name: borderAnim-bottom-patagonia;
  -o-animation-name: borderAnim-bottom-patagonia;
  animation-name: borderAnim-bottom-patagonia;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.atf-animation-patagonia h1, .atf-animation-patagonia h2 {
  transform: translateX(-100%) !important;
  clip-path: polygon(100% 0, 100% 0, 100% 100%, 100% 100%);
  -webkit-animation-name: text-clip-patagonia;
  -moz-animation-name: text-clip-patagonia;
  -ms-animation-name: text-clip-patagonia;
  -o-animation-name: text-clip-patagonia;
  animation-name: text-clip-patagonia;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -moz-animation-timing-function: cubic-bezier(0.01, 0.88, 0.17, 1);
  -o-animation-timing-function: cubic-bezier(0.01, 0.88, 0.17, 1);
  -webkit-animation-timing-function: cubic-bezier(0.01, 0.88, 0.17, 1);
  animation-timing-function: cubic-bezier(0.01, 0.88, 0.17, 1);
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-patagonia .design-item {
  /*bottom:50px; this is breaking - please uncomment and check if needed */
  transform: translateY(100%);
  -webkit-animation-name: svgAnim-patagonia;
  -moz-animation-name: svgAnim-patagonia;
  -ms-animation-name: svgAnim-patagonia;
  -o-animation-name: svgAnim-patagonia;
  animation-name: svgAnim-patagonia;
  -moz-animation-duration: 3s;
  -o-animation-duration: 3s;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -moz-animation-timing-function: cubic-bezier(0, 0.71, 0.14, 1.04);
  -o-animation-timing-function: cubic-bezier(0, 0.71, 0.14, 1.04);
  -webkit-animation-timing-function: cubic-bezier(0, 0.71, 0.14, 1.04);
  animation-timing-function: cubic-bezier(0, 0.71, 0.14, 1.04);
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.atf-animation-patagonia .btn {
  height: 125px;
  width: 335px;
  padding: 0;
  line-height: 125px;
  transform: translateX(100%);
  -webkit-animation-name: btnLeft-patagonia;
  -moz-animation-name: btnLeft-patagonia;
  -ms-animation-name: btnLeft-patagonia;
  -o-animation-name: btnLeft-patagonia;
  animation-name: btnLeft-patagonia;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.social-icons a:first-child .icon-wrap,
.social-icons a:nth-child(2) .icon-wrap,
.social-icons a:nth-child(3) .icon-wrap,
.social-icons a:nth-child(4) .icon-wrap,
.social-icons a:nth-child(5) .icon-wrap {
  opacity: 0;
  transform: translate3d(50px, -5px, 0);
  -webkit-animation-name: social-icons-patagonia;
  -moz-animation-name: social-icons-patagonia;
  -ms-animation-name: social-icons-patagonia;
  -o-animation-name: social-icons-patagonia;
  animation-name: social-icons-patagonia;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: cubic-bezier(0, 1, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0, 1, 0.44, 1);
  -webkit-animation-timing-function: cubic-bezier(0, 1, 0.44, 1);
  animation-timing-function: cubic-bezier(0, 1, 0.44, 1);
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  animation-fill-mode: forwards;
}

.social-icons a:nth-child(2) .icon-wrap {
  -moz-animation-delay: 2.1s;
  -o-animation-delay: 2.1s;
  -webkit-animation-delay: 2.1s;
  animation-delay: 2.1s;
}

.social-icons a:nth-child(3) .icon-wrap {
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.social-icons a:nth-child(4) .icon-wrap {
  -moz-animation-delay: 2.3s;
  -o-animation-delay: 2.3s;
  -webkit-animation-delay: 2.3s;
  animation-delay: 2.3s;
}

.social-icons a:nth-child(5) .icon-wrap {
  -moz-animation-delay: 2.4s;
  -o-animation-delay: 2.4s;
  -webkit-animation-delay: 2.4s;
  animation-delay: 2.4s;
}

.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
}

@-webkit-keyframes vertical-bg-microsoft {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-moz-keyframes vertical-bg-microsoft {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-o-keyframes vertical-bg-microsoft {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@keyframes vertical-bg-microsoft {
  0% {
    transform: scaleY(0);
  }
  100% {
    transform: scaleY(1);
  }
}

@-webkit-keyframes horizontal-bg-microsoft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-moz-keyframes horizontal-bg-microsoft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-o-keyframes horizontal-bg-microsoft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes horizontal-bg-microsoft {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes fadeInUp-microsoft {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes fadeInUp-microsoft {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes fadeInUp-microsoft {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp-microsoft {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes text-clip-microsoft {
  0% {
    transform: translateY(75px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-moz-keyframes text-clip-microsoft {
  0% {
    transform: translateY(75px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@-o-keyframes text-clip-microsoft {
  0% {
    transform: translateY(75px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

@keyframes text-clip-microsoft {
  0% {
    transform: translateY(75px);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  }
  100% {
    transform: translateY(0);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}

.atf-animation-microsoft h1 {
  opacity: 1;
}

.atf-animation-microsoft h2 {
  opacity: 1;
}

.atf-animation-microsoft h3 {
  opacity: 1;
}

.atf-animation-microsoft h4 {
  opacity: 1;
}

.atf-animation-microsoft h5 {
  opacity: 1;
}

.atf-animation-microsoft h6 {
  opacity: 1;
}

.atf-animation-microsoft p {
  opacity: 1;
}

.atf-animation-microsoft blockquote {
  opacity: 1;
}

.atf-animation-microsoft .cta-main {
  opacity: 1;
}

.atf-animation-microsoft .cta-sub {
  opacity: 1;
}

.atf-animation-microsoft .cta-secondary {
  opacity: 1;
}

.atf-animation-microsoft img {
  opacity: 1;
}

.atf-animation-microsoft video {
  opacity: 1;
}

.atf-animation-microsoft .icon-wrap {
  opacity: 1;
}

.atf-animation-microsoft .social-icon {
  opacity: 1;
}

.atf-animation-microsoft .text-wrap:before {
  opacity: 1;
}

.atf-animation-microsoft .text-wrap:after {
  opacity: 1;
}

.atf-animation-microsoft .image-wrap:before {
  opacity: 1;
}

.atf-animation-microsoft .image-wrap:after {
  opacity: 1;
}

.atf-animation-microsoft .image-wrap {
  opacity: 1;
}

.atf-animation-microsoft .testimonial-element:before {
  opacity: 1;
}

.atf-animation-microsoft .testimonial-element:after {
  opacity: 1;
}

.atf-animation-microsoft .gallery-image:before {
  opacity: 1;
}

.atf-animation-microsoft .gallery-image:after {
  opacity: 1;
}

.atf-animation-microsoft .social-image {
  opacity: 1;
}

.atf-animation-microsoft .text-wrap {
  opacity: 1;
}

.atf-animation-microsoft .header-wrap {
  opacity: 1;
}

.atf-animation-microsoft .content-wrap:before {
  opacity: 1;
}

.atf-animation-microsoft .component-item:before {
  opacity: 1;
}

.atf-animation-microsoft .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-microsoft {
  /*hover effect*/
}

.atf-animation-microsoft svg {
  display: none;
}

.atf-animation-microsoft .filter-color {
  position: absolute;
  width: 282px;
  right: 0;
  background: #0078D7;
  height: 100%;
  transform: scaleY(0);
  transform-origin: bottom;
  -webkit-animation-name: vertical-bg-microsoft;
  -moz-animation-name: vertical-bg-microsoft;
  -ms-animation-name: vertical-bg-microsoft;
  -o-animation-name: vertical-bg-microsoft;
  animation-name: vertical-bg-microsoft;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
}

.atf-animation-microsoft .filter-svg {
  position: absolute;
  height: 52px;
  width: 100%;
  top: 0;
  background: #0078D7;
  transform: scaleX(0);
  transform-origin: right;
  -webkit-animation-name: horizontal-bg-microsoft;
  -moz-animation-name: horizontal-bg-microsoft;
  -ms-animation-name: horizontal-bg-microsoft;
  -o-animation-name: horizontal-bg-microsoft;
  animation-name: horizontal-bg-microsoft;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  animation-fill-mode: forwards;
}

.atf-animation-microsoft .kenburns_slideshow,
.atf-animation-microsoft .cta-main,
.atf-animation-microsoft .ai-canvas__span .image-wrap {
  opacity: 0;
  transform: translateY(100%);
  -webkit-animation-name: fadeInUp-microsoft;
  -moz-animation-name: fadeInUp-microsoft;
  -ms-animation-name: fadeInUp-microsoft;
  -o-animation-name: fadeInUp-microsoft;
  animation-name: fadeInUp-microsoft;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: cubic-bezier(0.61, 0.41, 0.44, 1);
  -o-animation-timing-function: cubic-bezier(0.61, 0.41, 0.44, 1);
  -webkit-animation-timing-function: cubic-bezier(0.61, 0.41, 0.44, 1);
  animation-timing-function: cubic-bezier(0.61, 0.41, 0.44, 1);
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  animation-fill-mode: forwards;
}

.atf-animation-microsoft .kenburns_slideshow {
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  -webkit-animation-duration: 1.2s;
  animation-duration: 1.2s;
}

.atf-animation-microsoft h1, .atf-animation-microsoft h2 {
  transform: translateY(75px);
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
  -webkit-animation-name: text-clip-microsoft;
  -moz-animation-name: text-clip-microsoft;
  -ms-animation-name: text-clip-microsoft;
  -o-animation-name: text-clip-microsoft;
  animation-name: text-clip-microsoft;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
  animation-fill-mode: forwards;
}

.atf-animation-microsoft .cta-main {
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.atf-animation-microsoft .ai-canvas__span:nth-child(2) .image-wrap {
  -moz-animation-delay: 1.8s;
  -o-animation-delay: 1.8s;
  -webkit-animation-delay: 1.8s;
  animation-delay: 1.8s;
}

.atf-animation-microsoft .ai-canvas__span:nth-child(2) .image-wrap + .image-wrap {
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.atf-animation-microsoft .ai-canvas__span:nth-child(3) .image-wrap {
  -moz-animation-delay: 2s;
  -o-animation-delay: 2s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}

.atf-animation-microsoft .ai-canvas__span:nth-child(3) .image-wrap + .image-wrap {
  -moz-animation-delay: 2.2s;
  -o-animation-delay: 2.2s;
  -webkit-animation-delay: 2.2s;
  animation-delay: 2.2s;
}

.atf-animation-microsoft .ai-canvas__span .image-wrap {
  position: relative;
}

.atf-animation-microsoft .ai-canvas__span .image-wrap:before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: rgba(0, 120, 215, 0.9);
  z-index: 1;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.atf-animation-microsoft .ai-canvas__span .image-wrap:hover:before {
  height: 100%;
}

@media only screen and (max-width: 978px) {
  .atf-animation-microsoft .filter-color,
  .atf-animation-microsoft .filter-svg {
    display: none;
  }
}

@-webkit-keyframes googleSlideRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-moz-keyframes googleSlideRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-o-keyframes googleSlideRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@keyframes googleSlideRight {
  0% {
    transform: scaleX(0);
  }
  100% {
    transform: scaleX(1);
  }
}

@-webkit-keyframes googleFadeInUp-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes googleFadeInUp-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes googleFadeInUp-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes googleFadeInUp-small {
  0% {
    opacity: 0;
    transform: translateY(10px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes googleFadeInUp-medium {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes googleFadeInUp-medium {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes googleFadeInUp-medium {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes googleFadeInUp-medium {
  0% {
    opacity: 0;
    transform: translateY(30px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes googleFadeInUp-big {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-moz-keyframes googleFadeInUp-big {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-o-keyframes googleFadeInUp-big {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes googleFadeInUp-big {
  0% {
    opacity: 0;
    transform: translateY(100%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@-webkit-keyframes bg-clip-google {
  0% {
    -webkit-clip-path: circle(0.3% at 0 100%);
    clip-path: circle(0.3% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%);
  }
}

@-moz-keyframes bg-clip-google {
  0% {
    -webkit-clip-path: circle(0.3% at 0 100%);
    clip-path: circle(0.3% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%);
  }
}

@-o-keyframes bg-clip-google {
  0% {
    -webkit-clip-path: circle(0.3% at 0 100%);
    clip-path: circle(0.3% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%);
  }
}

@keyframes bg-clip-google {
  0% {
    -webkit-clip-path: circle(0.3% at 0 100%);
    clip-path: circle(0.3% at 0 100%);
  }
  100% {
    -webkit-clip-path: circle(70.7% at 50% 50%);
    clip-path: circle(70.7% at 50% 50%);
  }
}

.atf-animation-google h1 {
  opacity: 1;
}

.atf-animation-google h2 {
  opacity: 1;
}

.atf-animation-google h3 {
  opacity: 1;
}

.atf-animation-google h4 {
  opacity: 1;
}

.atf-animation-google h5 {
  opacity: 1;
}

.atf-animation-google h6 {
  opacity: 1;
}

.atf-animation-google p {
  opacity: 1;
}

.atf-animation-google blockquote {
  opacity: 1;
}

.atf-animation-google .cta-main {
  opacity: 1;
}

.atf-animation-google .cta-sub {
  opacity: 1;
}

.atf-animation-google .cta-secondary {
  opacity: 1;
}

.atf-animation-google img {
  opacity: 1;
}

.atf-animation-google video {
  opacity: 1;
}

.atf-animation-google .icon-wrap {
  opacity: 1;
}

.atf-animation-google .social-icon {
  opacity: 1;
}

.atf-animation-google .text-wrap:before {
  opacity: 1;
}

.atf-animation-google .text-wrap:after {
  opacity: 1;
}

.atf-animation-google .image-wrap:before {
  opacity: 1;
}

.atf-animation-google .image-wrap:after {
  opacity: 1;
}

.atf-animation-google .image-wrap {
  opacity: 1;
}

.atf-animation-google .testimonial-element:before {
  opacity: 1;
}

.atf-animation-google .testimonial-element:after {
  opacity: 1;
}

.atf-animation-google .gallery-image:before {
  opacity: 1;
}

.atf-animation-google .gallery-image:after {
  opacity: 1;
}

.atf-animation-google .social-image {
  opacity: 1;
}

.atf-animation-google .text-wrap {
  opacity: 1;
}

.atf-animation-google .header-wrap {
  opacity: 1;
}

.atf-animation-google .content-wrap:before {
  opacity: 1;
}

.atf-animation-google .component-item:before {
  opacity: 1;
}

.atf-animation-google .component-form-builder .component-item {
  opacity: 1;
}

/*for default visible (popup)*/
.atf-animation-google svg {
  display: none;
}

.atf-animation-google .filter-svg {
  position: absolute;
  width: 50%;
  left: 0;
  top: 0;
  height: 100%;
  background: #23aedd;
  z-index: 2;
  transform: scaleX(0);
  transform-origin: left;
  -webkit-animation-name: googleSlideRight;
  -moz-animation-name: googleSlideRight;
  -ms-animation-name: googleSlideRight;
  -o-animation-name: googleSlideRight;
  animation-name: googleSlideRight;
  -moz-animation-duration: 0.7s;
  -o-animation-duration: 0.7s;
  -webkit-animation-duration: 0.7s;
  animation-duration: 0.7s;
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
  z-index: 1;
}

.atf-animation-google h1, .atf-animation-google h2, .atf-animation-google .cta-wrap {
  opacity: 0;
  transform: translateY(10px);
  -webkit-animation-name: googleFadeInUp-small;
  -moz-animation-name: googleFadeInUp-small;
  -ms-animation-name: googleFadeInUp-small;
  -o-animation-name: googleFadeInUp-small;
  animation-name: googleFadeInUp-small;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-delay: 0.5s;
  -o-animation-delay: 0.5s;
  -webkit-animation-delay: 0.5s;
  animation-delay: 0.5s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 2 !important;
}

.atf-animation-google h1 {
  transform: translateY(30px);
  -webkit-animation-name: googleFadeInUp-medium;
  -moz-animation-name: googleFadeInUp-medium;
  -ms-animation-name: googleFadeInUp-medium;
  -o-animation-name: googleFadeInUp-medium;
  animation-name: googleFadeInUp-medium;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.atf-animation-google h2 {
  transform: translateY(30px);
  -webkit-animation-name: googleFadeInUp-medium;
  -moz-animation-name: googleFadeInUp-medium;
  -ms-animation-name: googleFadeInUp-medium;
  -o-animation-name: googleFadeInUp-medium;
  animation-name: googleFadeInUp-medium;
  -moz-animation-delay: 0.7s;
  -o-animation-delay: 0.7s;
  -webkit-animation-delay: 0.7s;
  animation-delay: 0.7s;
}

.atf-animation-google .cta-wrap {
  transform: translateY(100%);
  -webkit-animation-name: googleFadeInUp-big;
  -moz-animation-name: googleFadeInUp-big;
  -ms-animation-name: googleFadeInUp-big;
  -o-animation-name: googleFadeInUp-big;
  animation-name: googleFadeInUp-big;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

.atf-animation-google .kenburns_slideshow {
  -webkit-clip-path: circle(0.3% at 0 100%);
  clip-path: circle(0.3% at 0 100%);
  -webkit-animation-name: bg-clip-google;
  -moz-animation-name: bg-clip-google;
  -ms-animation-name: bg-clip-google;
  -o-animation-name: bg-clip-google;
  animation-name: bg-clip-google;
  -moz-animation-duration: 0.8s;
  -o-animation-duration: 0.8s;
  -webkit-animation-duration: 0.8s;
  animation-duration: 0.8s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -moz-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -o-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  animation-fill-mode: forwards;
}

.atf-animation-google .ai-canvas__span .cb-icon-wrap, .atf-animation-google .ai-canvas__span p {
  opacity: 0;
  transform: translateY(30px);
  -webkit-animation-name: googleFadeInUp-medium;
  -moz-animation-name: googleFadeInUp-medium;
  -ms-animation-name: googleFadeInUp-medium;
  -o-animation-name: googleFadeInUp-medium;
  animation-name: googleFadeInUp-medium;
  -moz-animation-duration: 0.5s;
  -o-animation-duration: 0.5s;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -moz-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  animation-fill-mode: forwards;
  z-index: 2;
}

/*Remove animation when add no-flex-animate class*/
.atf-animation-home-depot.flex-animated .image-wrap, .atf-animation-home-depot.flex-animated .image-wrap:before,
.atf-animation-home-depot.flex-animated .image-wrap:after, .sp-patagonia .cta-sub, .social-icons, html.no-flex-animated .atf-animation-apple .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-apple .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-apple .ai-canvas__span img,
html.no-flex-animated .atf-animation-apple .ai-canvas__span h1, html.no-flex-animated .atf-animation-apple .ai-canvas__span h2, html.no-flex-animated .atf-animation-apple .ai-canvas__span .cta-main, html.no-flex-animated .atf-animation-ford .ai-canvas__span, html.no-flex-animated .atf-animation-ford .ai-canvas__span .tint-wrap, html.no-flex-animated .atf-animation-ford h1, html.no-flex-animated .atf-animation-ford h2, html.no-flex-animated .atf-animation-ford .cta-main, html.no-flex-animated .atf-animation-ford svg,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame-inner:after,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:before,
html.no-flex-animated .atf-animation-ford .ai-canvas__frame:after, html.no-flex-animated .atf-animation-guess .ai-canvas__span .filter-color,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .ai-canvas__separator-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .tint-wrap,
html.no-flex-animated .atf-animation-guess .ai-canvas__span .image-wrap, html.no-flex-animated .atf-animation-guess .ai-canvas__span h1, html.no-flex-animated .atf-animation-guess .ai-canvas__span h2, html.no-flex-animated .atf-animation-guess .ai-canvas__span .btn, html.no-flex-animated .atf-animation-guess svg, html.no-flex-animated .atf-animation-home-depot svg,
html.no-flex-animated .atf-animation-home-depot .kenburns_slideshow,
html.no-flex-animated .atf-animation-home-depot .image-wrap,
html.no-flex-animated .atf-animation-home-depot .ai-canvas__frame,
html.no-flex-animated .atf-animation-home-depot h1,
html.no-flex-animated .atf-animation-home-depot h2,
html.no-flex-animated .atf-animation-home-depot .cta-wrap, html.no-flex-animated .atf-animation-JCrew:before, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:first-child .tint-wrap,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child:before,
html.no-flex-animated .atf-animation-JCrew .ai-canvas__span:last-child .tint-wrap, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span .ai-canvas__frame, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h1, html.no-flex-animated .atf-animation-JCrew .ai-canvas__span h2, html.no-flex-animated .atf-animation-red-bull .filter-color:before,
html.no-flex-animated .atf-animation-red-bull .filter-color:after,
html.no-flex-animated .atf-animation-red-bull .filter-svg:before,
html.no-flex-animated .atf-animation-red-bull .filter-svg:after, html.no-flex-animated .atf-animation-red-bull h1, html.no-flex-animated .atf-animation-red-bull h2, html.no-flex-animated .atf-animation-red-bull .btn, html.no-flex-animated .atf-animation-red-bull p, html.no-flex-animated .atf-animation-tesla .filter-color:before,
html.no-flex-animated .atf-animation-tesla .filter-color:after,
html.no-flex-animated .atf-animation-tesla .filter-svg:before,
html.no-flex-animated .atf-animation-tesla .filter-svg:after, html.no-flex-animated .atf-animation-tesla h1, html.no-flex-animated .atf-animation-tesla h5, html.no-flex-animated .atf-animation-tesla p, html.no-flex-animated .atf-animation-tesla h2, html.no-flex-animated .atf-animation-tesla .btn, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .image-wrap, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h6, html.no-flex-animated .atf-animation-new-york-times .component-custom-block h1, html.no-flex-animated .atf-animation-new-york-times .component-custom-block p, html.no-flex-animated .atf-animation-new-york-times .component-custom-block .separator, html.no-flex-animated .atf-animation-new-york-times .component-custom-block img, html.no-flex-animated .atf-animation-vera-wang .filter-color:before,
html.no-flex-animated .atf-animation-vera-wang .filter-color:after, html.no-flex-animated .atf-animation-vera-wang .flex-fixed-inner .noBlurWrap, html.no-flex-animated .atf-animation-vera-wang h6, html.no-flex-animated .atf-animation-vera-wang h1, html.no-flex-animated .atf-animation-vera-wang h2, html.no-flex-animated .atf-animation-vera-wang .separator, html.no-flex-animated .atf-animation-whole-foods .filter-color:before, html.no-flex-animated .atf-animation-whole-foods h1, html.no-flex-animated .atf-animation-whole-foods h2, html.no-flex-animated .atf-animation-whole-foods .cta-main, html.no-flex-animated .atf-animation-whole-foods .component-custom-block, html.no-flex-animated .atf-animation-mercedes svg,
html.no-flex-animated .atf-animation-mercedes h1, html.no-flex-animated .atf-animation-mercedes h2, html.no-flex-animated .atf-animation-mercedes p, html.no-flex-animated .atf-animation-mercedes .cta-main, html.no-flex-animated .atf-animation-mercedes .filter-color:before,
html.no-flex-animated .atf-animation-mercedes .filter-color:after, html.no-flex-animated .atf-animation-mercedes .image-wrap span, html.no-flex-animated .atf-animation-mercedes .image-wrap img, html.no-flex-animated .atf-animation-mercedes .component-custom-block > .row > .ai-canvas__span:first-child:before, html.no-flex-animated .atf-animation-williams-sonoma .tint-wrap, html.no-flex-animated .atf-animation-williams-sonoma .ai-canvas__frame, html.no-flex-animated .atf-animation-williams-sonoma h1, html.no-flex-animated .atf-animation-williams-sonoma h2, html.no-flex-animated .atf-animation-williams-sonoma .cta-main, html.no-flex-animated .atf-animation-williams-sonoma component-custom-block > .row > .ai-canvas__span:before, html.no-flex-animated .atf-animation-google .filter-svg,
html.no-flex-animated .atf-animation-google h1, html.no-flex-animated .atf-animation-google h2, html.no-flex-animated .atf-animation-google .cta-wrap,
html.no-flex-animated .atf-animation-google .kenburns_slideshow,
html.no-flex-animated .atf-animation-google .filter-color, html.no-flex-animated .atf-animation-google .ai-canvas__span .cb-icon-wrap, html.no-flex-animated .atf-animation-google .ai-canvas__span p, html.no-flex-animated .atf-animation-patagonia .filter-color:before,
html.no-flex-animated .atf-animation-patagonia .filter-color:after,
html.no-flex-animated .atf-animation-patagonia .filter-svg:before,
html.no-flex-animated .atf-animation-patagonia .filter-svg:after, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:before, html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame:after,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:before,
html.no-flex-animated .atf-animation-patagonia .component-custom-block .frame-2 .ai-canvas__frame .ai-canvas__frame-inner:after, html.no-flex-animated .atf-animation-patagonia h1, html.no-flex-animated .atf-animation-patagonia h2, html.no-flex-animated .atf-animation-patagonia svg, html.no-flex-animated .atf-animation-patagonia .btn, html.no-flex-animated .atf-animation-microsoft .filter-color,
html.no-flex-animated .atf-animation-microsoft .filter-svg,
html.no-flex-animated .atf-animation-microsoft .kenburns_slideshow,
html.no-flex-animated .atf-animation-microsoft .cta-main,
html.no-flex-animated .atf-animation-microsoft .ai-canvas__span .image-wrap,
html.no-flex-animated .atf-animation-microsoft h1, html.no-flex-animated .atf-animation-microsoft h2,
html.no-flex-animated .atf-animation-microsoft .image-wrap {
  -o-transition-property: none !important;
  -moz-transition-property: none !important;
  -ms-transition-property: none !important;
  -webkit-transition-property: none !important;
  transition-property: none !important;
  -o-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-animation: none !important;
  -moz-animation: none !important;
  -o-animation: none !important;
  -ms-animation: none !important;
  animation: none !important;
  visibility: visible !important;
  opacity: 1 !important;
  transform: translateX(0) !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
  content: none !important;
  filter: none !important;
}

html.no-flex-animated {
  /*apple*/
  /*ford*/
  /*guess*/
  /*home depot*/
  /*jcrew*/
  /*Redbull*/
  /*Tesla*/
  /*Newyork Times*/
  /*vera-wang*/
  /*Whole foods*/
  /*Batch-2*/
  /*Mercedes Benz*/
  /*Williams sonoma*/
  /*Batch 3*/
  /*google*/
  /*patagonia*/
  /*microsoft*/
}

/*SP1 footer a link*/
.sp1-master.flexContainer .component.component-footer .nav-pills a.link {
  padding-right: 0 !important;
  text-transform: none;
}

.sp1-master.flexContainer .component.component-footer .nav-pills a.link span {
  letter-spacing: normal !important;
}